html {
    scroll-behavior: smooth;
}

.mezeraikony {
    margin-top: 8px;
}

/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
    margin-bottom: 10px;
}

.top-hr {
    background: #c4c4c4;
    /*height: 5px;*/
    margin: 2px 0 5px;
}

.product-heading-h5 {
    color: #999999;
    font-weight: 200;
    margin: 3px 0 8px;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
}

.box-security .product-heading-h5 {
    margin: 3px 0 -8px;
}

@media (max-width: 1199px) {
    .box-security .product-heading-h5 {
        margin-bottom: 8px;
    }
}

#productscategory_list{
    white-space: nowrap;
    overflow: hidden;
    margin-left: 25px;
    margin-right: 25px;
}

#productscategory_list .product-name,
.accessories-block .product-name {
    margin-bottom: 5px;
}

.blockproductscategory h3.page-product-heading {
    margin-left: 10px;
    margin-right: 10px;
}

#productscategory_list li {
    padding: 0px;
    margin: 10px;
    margin-bottom: 0;
    margin-top: 0px;
    width: 200px;
}

#productscategory_list a.product-image {
    margin-bottom: 0;
    height: 190px;
}

#productscategory_list a {
    text-decoration: none;
}

#productscategory_list li img {
    max-height: 181px;
}

#productscategory_list h5.product-name {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
}

#productscategory_list .price_display {
    text-align: center;
}

#productscategory_list .price {
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 5px;
    font-size: 13px;
    font-weight: bolder;
}

.blockproductscategory .productscategory_rightslide{
    float: right;
    position: relative;
    top: 180px;
}

.blockproductscategory .productscategory_leftslide{
    float: left;
    position: relative;
    top: 180px;
}

.blockproductscategory .productscategory_leftslide img, .blockproductscategory .productscategory_rightslide img{
    width: 30px;
    height: 30px;
}

#productscategory_list .price-percent-reduction {
    float: right;
    background-color: #F6013E;
    color: white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: -20px;
    font-size: 11px;
    display: inline-block;
    padding: 0px;
}

#productscategory_list .no_cupon-price {
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 5px;
    font-size: 12px;
    margin-top: -4px;
    color: #000000;
    font-weight: bolder;
}

#productscategory_list .old-price {
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 5px;
    font-size: 12px;
    margin-top: -4px;
    color: #aeaeae;
    text-decoration: none;
}

#productscategory_list .old-price .old-price-inner {
    text-decoration: line-through;
}

.accessories-block .product-name .product_accessory_link {
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #3a3939;
}

#productscategory_list .product-name a:hover,
.accessories-block .product-name a:hover {
    color: #515151;
    text-decoration: underline;
}

#productscategory_list .dm_label_pl_all_left, #productscategory_list .dm_label_p_all_left{
    position: relative;
    top: -170px;
    display: flow;
    height: 0px;
}

#productscategory_list span.available {
    padding: 0px;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
}

#productscategory_list span.available:before {
    display: inline-block;
    margin-left: 0;
    box-shadow: none;
    margin-top: 0px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    content: "";
}

#productscategory_list span.available-now {
    color: #18920a;
}

#productscategory_list span.available-now:before {
    background-color: #18920A;
}

#productscategory_list span.out-of-stock {
    color: #114c7d;
}

#productscategory_list span.out-of-stock:before {
    background-color: #114c7d;
    box-shadow: 0 0 1px 1px #114c7d;
}

#productscategory_list span.available-dif {
    color: #18920A;
}

#productscategory_list span.available-dif:before {
    background-color: #18920A;
    box-shadow: 0 0 1px 1px #18920A;
}

#productscategory_list .dm_label_pl, #productscategory_list .dm_label_p{
    font-size: 10px;
    margin-bottom: 5px;
}

@media (min-width: 1200px) {
    .productscategory_hide_2, .productscategory_hide_3, .productscategory_hide_4, .productscategory_hide_5 {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .productscategory_hide_2, .productscategory_hide_3, .productscategory_hide_4 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .productscategory_hide_2, .productscategory_hide_3 {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 521px) {
    .blockproductscategory{
        width: 510px;
        margin: auto;
    }

    .blockproductscategory .productscategory_h3 {
        font-size: 20px;
        text-align: center;
    }

    .productscategory_hide_2 {
        display: none;
    }
}

@media (max-width: 520px) {
    .blockproductscategory{
        width: 280px;
        margin: auto;
    }

    .blockproductscategory .productscategory_h3 {
        font-size: 20px;
        text-align: center;
    }

    .productscategory_hide_mobil{
        display: none;
    }
}

img {
    max-width: 100%;
    height: auto;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
    position: relative;
    /*padding: 5px;*/
    border: 1px solid #fbfbfb;
    background: white;
}

@media (max-width: 767px) {
    .pb-left-column #image-block {
        width: 280px;
        margin: 0 auto;
    }
}

.pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%;
}

.pb-left-column #image-block #view_full_size {
    display: block;
    cursor: pointer;
}

.pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.pb-left-column #image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    color: #c0c0c0;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;
}

.pb-left-column #image-block #view_full_size .span_link:hover:after {
    color: #333333;
}

.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none;
}

.pb-left-column #image-block .zoomPad {
    z-index: auto !important;
}

.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
    z-index: 95;
}

/* miniatures */
.pb-left-column #views_block {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .pb-left-column #views_block {
        margin: 0 auto;
    }
}

#thumbs_list {
    overflow: hidden;
    float: left;
    width: 85%;
}

.thumbs_list_inline {
    display: flex;
    align-items: stretch;
    /* justify-content: center; */
}

ul.thumb_list_frame_2_inline {
    display: flex !important;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 90px;
    flex: 1 1 calc(100% - 90px)!important;
    align-items: center;
    justify-content: space-between;
    gap: 0!important;
}
ul.thumb_list_frame_2_inline li.dont-show, ul.thumb_list_frame_2_inline #roomvo-maly-obrazek.dont-show,
ul.thumb_list_frame_2_inline li.dont-show *, ul.thumb_list_frame_2_inline #roomvo-maly-obrazek.dont-show * {
    visibility: hidden!important;
    max-width: 0!important;
    min-width: 0!important;
    padding: 0!important;
    margin: 0!important;
    border: none!important;
    position: absolute!important;
}

ul.thumb_list_frame_2_inline li {
    flex: 1 1 90px!important;
    margin: 0;
}
ul.thumb_list_frame_2_inline li, .more-image-product-wrapper {
    max-width: 90px;
    min-width: 90px;
}
ul.thumb_list_frame_2_inline > .video_link:nth-child(n+2) {
    display: none!important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .thumbs_list_2_inline .more-image-product-wrapper {
        width: 76px!important;
        height: 76px!important;
    }
    /*.thumbs_list_2_inline .more-image-product:before {*/
    /*    width: 0!important;*/
    /*    content: " ";*/
    /*}*/
    .thumbs_list_2_inline .more-image-product {
        width: 68px!important;
        height: 68px!important;
    }
}
@media screen and (max-width: 440px) {
    .thumbs_list_2_inline .thumb_list_frame_2_inline li {
        margin-right: 0!important;
        width: 78px !important;
        height: 78px !important;
        max-width: 78px !important;
        min-width: 78px !important;
    }
}

@media screen and (max-width: 428px) {
    .thumbs_list_2_inline .thumb_list_frame_2_inline li {
        width: 76px !important;
        height: 76px !important;
        max-width: 76px !important;
        min-width: 76px !important;
    }
}
@media screen and (max-width: 418px) {
    .thumbs_list_2_inline .thumb_list_frame_2_inline li {
        margin-right: 0!important;
        width: 72px !important;
        height: 72px !important;
        max-width: 72px !important;
        min-width: 72px !important;
    }
}
@media screen and (max-width: 401px) {
    .thumbs_list_2_inline .thumb_list_frame_2_inline li {
        width: 68px !important;
        height: 68px !important;
        max-width: 68px !important;
        min-width: 68px !important;
    }
}
@media screen and (max-width: 386px) {
    .thumbs_list_2_inline .thumb_list_frame_2_inline li {
        width: 64px !important;
        height: 64px !important;
        max-width: 64px !important;
        min-width: 64px !important;
    }
}
.thumbs_list_2_inline .more-image-product-wrapper {
    width: 90px;
    display: flex;
    justify-content: end;
    align-items: stretch;
    height: 90px;
    position: relative;
    /*margin: 5px;*/
    margin-right: 0!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    flex: 1 1 90px;
}
.thumbs_list_2_inline .more-image-product-wrapper:hover {
    border-color: #dbdbdb;
}
/*.thumbs_list_2_inline .more-image-product:before {*/
/*    position: absolute;*/
/*    right: 101%;*/
/*    content: " ";*/
/*    width: 40px;*/
/*    height: calc(100% + 2px);*/
/*    background: linear-gradient(270deg, #0000006b 20%, #00000047 35%, transparent 100%);*/
/*    pointer-events: none;*/
/*}*/
.thumbs_list_2_inline .more-image-product {
    height: 100%;
    background-color: #f6f7f8;
    margin: 0 0 1px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    border: 1px solid #c9c9c9b3;
    border-radius: 0;
}
.thumbs_list_2_inline .more-image-product:hover {
    border-color: transparent;
}

@media (max-width: 480px) {
    #thumbs_list {
        width: 77%;
    }

}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px;
}

#thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #f9f9f9;
    margin-right: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li {
        width: 76px;
        height: 76px;
    }
}

#thumbs_list li:first-child {
    /*margin: 0 9px 0 0;*/
}
#thumbs_list li.video_link:first-child {
    /*margin: 5px;*/
}
#thumbs_list li.video_link:first-child img{
    margin: 3px 0px 0px 3px;
}

#thumbs_list li.last {
    margin-right: 0;
}

#thumbs_list li a {
    display: block;
    border: 3px solid white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
    text-decoration: none;
    height: inherit;
}

#thumbs_list li a:hover, #thumbs_list li a.shown {
    border-color: #dbdbdb;
}

#thumbs_list li img {
    border: 1px solid white;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.user-image-watermark  {
    position: absolute;
    bottom: -3px;
    z-index: 9;
    color: #00927c;
    font-size: 15px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7px;
    box-shadow: 1px 1px 5px 0 #00000087, inset 0 0 5px 0 #0000005c;
}

@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li img {
        width: 68px;
        height: 68px;
    }
}

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
        padding-left: 6px;
        width: 28px;
    }
}

#view_scroll_left,
#view_scroll_right {
    margin-top: 38px;
    font-size: 0;
    text-decoration: none;
    position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
        margin-top: 28px;
    }
}

#view_scroll_left:before,
#view_scroll_right:before {
    padding-left: 2px;
    color: #505050;
    font-family: "FontAwesome";
    font-size: 40px;
    line-height: 22px;
}

#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
    color: #a0a0a0;
}

#view_scroll_right {
    right: 10px;
}

#view_scroll_right:before {
    content: "\f138";
}

#view_scroll_left {
    margin-top: 0;
    left: 10px;
}

#view_scroll_left:before {
    content: "\f137";
    padding-right: 2px;
}

.resetimg {
    padding: 10px 0 0;
}

.resetimg #resetImages i {
    margin-right: 6px;
}

.view_scroll_spacer {
    margin-top: 38px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
        margin-top: 28px;
    }
}

/* link list */
#usefull_link_block {
    list-style-type: none;
}

#usefull_link_block li {
    margin: 0 0 8px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li {
        float: none !important;
    }
}

#usefull_link_block li:first-child {
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
}

#usefull_link_block li a {
    color: #777676;
    font-weight: 700;
    position: relative;
    padding-left: 0px;
    line-height: 22px;
    display: inline-block;
}

#usefull_link_block li a:before {
    font-family: "FontAwesome";
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
}

#usefull_link_block li a:hover {
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none;
    }
}

#usefull_link_block li.print a:before {
    content: "\f02f";
}

#usefull_link_block li.sendtofriend a:before {
    content: "\f003";
}

#usefull_link_block li#left_share_fb {
    clear: both;
    float: none;
}

#usefull_link_block li#left_share_fb a {
    padding-left: 18px;
}

#usefull_link_block li#left_share_fb a:before {
    content: "\f09a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    font-weight: 700;
    clear: both;
    float: none;
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
    position: relative;
}

#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
    content: "\f08a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
    color: #000;
}

#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004";
}

/* pb-left-column ****************************************************************************** */
/*.pb-center-column {
    margin-bottom: 30px;
     form 
}*/

.pb-center-column h1 {
    padding-bottom: 5px;
    font-size: 20px;
    color: #3a3939;
}

.pb-center-column p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.pb-center-column #product_reference {
    margin-bottom: 6px;
}

.pb-center-column #product_reference span {
    font-weight: 700;
    color: #333333;
}

.pb-center-column #short_description_block {
    color: #000000;
}

.pb-center-column #short_description_block .buttons_bottom_block, #vyhodypaticka {
    display: none;
}

.pb-center-column #short_description_block #short_description_content {
    padding: 0 0 16px;
    word-wrap: break-word;
    border-bottom: 1px solid #e6e6e6;
}

.pb-center-column #buy_block {
    margin-top: 10px;
}

.pb-center-column #buy_block p.price {
    padding: 0;
}

.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700;
}

#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    margin: 10px 0 -5px;
    position: relative;
}

#product p#loyalty b {
    color: #333333;
}

#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0;
}

#page .rte {
    padding: 0 0px 20px;
    word-wrap: break-word;
}

#page .rte p {
    margin-bottom: 0;
}

/*#attributes {background-image: linear-gradient(to top right,#F3F3F3,white 20px,transparent 30px)}
#buy_block .zvolrozmer {
    background-color: #f2f3f5;
    font-weight: bold;
    padding: 10px 35px 5px;
    display: table;
    clear: both;
}*/

#buy_block .box-info-product {
    background-color: #f2f3f5;
}

#attributes {
    line-height: 20px;
    padding: 10px;
}

#attributes fieldset {
    margin-top: 0px !important;
}

#attributes .atributytabulka {
    display: table; 
    width: 100%;
}

#attributes fieldset label {
    cursor: pointer;
    display: table-row;
}

#attributes fieldset label:hover {
    box-shadow: 0 -5px 5px 0 #ecebeb, 0 5px 5px 0 #ecebeb;
    -moz-box-shadow: 0 -5px 5px 0 #ecebeb, 0 5px 5px 0 #ecebeb;
    -webkit-box-shadow: 0 -5px 5px 0 #ecebeb, 0 5px 5px 0 #ecebeb;
    background-color: #f9f8f8;
}

#attributes fieldset label:first-child:hover {
    box-shadow: 0 5px 5px 0 #ecebeb;
    -moz-box-shadow: 0 5px 5px 0 #ecebeb;
    -webkit-box-shadow: 0 5px 5px 0 #ecebeb;
}

#attributes fieldset label:last-child:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; 
    /*box-shadow: 0 -5px 5px 0 #ecebeb; linhart - kvůli produktům, které mají pouze jednu kombinace - tam hover efekt nevypadal dobře
    -moz-box-shadow: 0 -5px 5px 0 #ecebeb;
    -webkit-box-shadow: 0 -5px 5px 0 #ecebeb;    */
}

#attributes fieldset label div {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle;
    border-bottom: 1px solid #dad6d6;
    position: relative;
}

#attributes fieldset label:last-child div {
    border-bottom: none;
}

#attributes .radio {
    line-height: 0;
    padding-left: 10px;
}

#attributes .radio span {
    top: 0;
}

.mkrozmer {
    font-weight: normal;
    max-width: 200px;
}

#attributes .mkcena {
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}

#attributes .mujkoberec_availability_now, #attributes .mujkoberec_availability_doesnt_exist, #attributes .mujkoberec_availability_later, #attributes .mujkoberec_availability_direct_stock {
    padding-left: 40px;
}

#attributes .mujkoberec_availability_now:before, #attributes .mujkoberec_availability_doesnt_exist:before, #attributes .mujkoberec_availability_later:before, #attributes .mujkoberec_availability_direct_stock:before {
    top: 50%;
    margin-top: -10px;
}

#attributes .mkpocet {
    white-space: nowrap;
    font-weight: normal;
}
.content_prices {
    padding: 10px 0px 5px;
}

@media (max-width: 425px) {
    #attributes .mkpocet, #attributes .mksleva, #attributes .mujkoberec_availability_now:before, #attributes .mujkoberec_availability_doesnt_exist:before, #attributes .mujkoberec_availability_later:before, #attributes .mujkoberec_availability_direct_stock:before {
        display: none;
    }
    #center_column  #attributes .mujkoberec_availability_now, #center_column  #attributes .mujkoberec_availability_doesnt_exist, #center_column  #attributes .mujkoberec_availability_later, #center_column  #attributes .mujkoberec_availability_direct_stock {
        padding-left: 20px;
    }
    .content_prices {
        padding-top: 0;
    }
    #buy_block .zvolrozmer {
        margin: auto;
    }
}

.mkcombo {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px 0 10px;
    justify-content: space-around;
    gap: 5px;
}

/*#mkcena {*/
/*    margin: 10px 0;*/
/*}*/

.mnozstviprodukt, .mkkosikbutton {
    align-self: center;
}

/*.mnozstviprodukt {*/
/*    margin: 10px 15px 10px 0;*/
/*}    */

/*@media (max-width: 768px) {*/
/*    .mnozstviprodukt {*/
/*        margin: 10px 15px 10px 0;*/
/*    }*/
/*}*/

.mkkosikbutton {
    margin: 10px 0;
}

#quantity_wanted_p label {
    font-size: 15px !important;
    padding: 3px 5px 7px;
    color: white;
}

#quantity_wanted_p {
    padding: 12px 10px;
    border: 1px solid lightgray;
    background-color: #fff;
    display: flex;
}

#quantity_wanted_p.lista_quantity, #quantity_wanted_p.polozka_quantity {
    min-width: 140px;
}

#attributes .attribute_list {
    width: 100%;
    background-color: #fff;
    border: 1px solid #a9cbc4;
}

#attributes .attribute_list .form-control {
    max-width: 230px;
}

#attributes .attribute_list .form-control option {
    background: white;
    color: #666666;
}

#attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
    display: none;
}

#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    clear: none;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border: 1px solid #4d4d4d;
}

.product_attributes,
.box-cart-bottom {
    padding: 5px 0px 0px;
    background: #f2f3f5;
}

.box-cart-bottom {
    padding: 0;
}

.box-info-product p {
    margin-bottom: 0;
    margin-top: 0;
    float: left;
}

.box-info-product .exclusive {
    display: block;
    border: 0;
    background-color: #00937a;
    color: #fff;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    padding: 17px 15px 17px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-info-product .exclusive span:before {
    font-family: "FontAwesome";
    color: white;
    font-size: 20px;
    content: "\f07a";
    z-index: 2;
    margin-right: 15px;
    font-weight: normal;
}

@media (max-width: 991px) {
    .box-info-product .exclusive:before {
        display: none;
    }
}

.box-info-product .exclusive.added:before {
    content: "\f00c";
    font-family: "FontAwesome";
    width: 15px;
    height: 14px;
    display: inline-block;
    animation: zoom 0.5s 1;
    width: auto;
    height: auto;
}

/*.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {*/
.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
    font-family: "FontAwesome";
    display: inline-block;
}

.page-product-box .exclusive.added:before {
    content: "\f00c";
    font-family: "FontAwesome";
    width: 15px;
    height: 14px;
    display: inline-block;
    animation: zoom 0.5s 1;
    width: auto;
    height: auto;
}

/*.box-info-product .exclusive.added.disabled:before, .box-info-product .exclusive.disabled:before {*/
.page-product-box .exclusive.added.disabled:before, .page-product-box .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
    font-family: "FontAwesome";
    display: inline-block;
}

a.btn.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
    font-family: "FontAwesome";
    display: inline-block;
}

a.btn.added:before {
    content: "\f00c";
    font-family: "FontAwesome";
    width: 15px;
    height: 14px;
    display: inline-block;
    animation: zoom 0.5s 1;
    width: auto;
    height: auto;
}

@media (max-width: 1199px) {
    .box-info-product .exclusive span {
        /*padding: 13px 22px 10px 55px;*/
        font-size: 14px;
    }
}

.nadpismalerozliseni {
    display: none;
}

@media (max-width: 991px) {
    /*.box-info-product .exclusive span {*/
    /*    padding: 13px 12px 10px;*/
    /*    text-align: left;*/
    /*}*/
    .nadpisvelkerozliseni, #full_image_box, #thumby_k_fullu, #rozcestnikpruh .fotoodkaz {
        display: none;
    }
    .nadpismalerozliseni {
        display: block;
        font-size: 23px;
        text-align: center;
        margin: 0;
        clear: both;
        margin-top: 5px;
    }
}

.box-info-product .exclusive:hover {
    background-color: #00bd9c;
}

#center_column.col-sm-9 .col-md-3 .box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

#center_column.col-sm-9 .col-md-3 .box-info-product p {
    margin-bottom: 7px;
    padding: 15px 10px 0;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -o-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
    content: "\f00c";
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-top: 1px solid #006fa8;
    text-shadow: 0 1px #015883;
    padding: 12px 16px 14px;
    color: white;
    display: block !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: center;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -o-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
    background-position: 0 0;
}

/* table_data_sheet */
.table-data-sheet {
    width: 100%;
    margin: 0 0 20px;
    background: white;
}

.table-data-sheet tr.odd {
    background: #f2f3f5;
}

.table-data-sheet tr td {
    padding: 10px 10px 10px;
    vertical-align: top;
    text-align: right;
    position: relative;
    line-height: 2;
}

.table-data-sheet tr td.data_title_feature_value {
    /*padding-right: 22px;*/
}

.table-data-sheet tr td:first-letter {
    text-transform: uppercase;
}

.table-data-sheet tr td:first-child {
    font-weight: 500;
    color: #333333;
    vertical-align: middle;
    min-width: 165px;
    text-align: left;
}

@media (min-width: 991px) and (max-width: 1199px) {
    .table-data-sheet tr td:first-child {
        min-width: 120px;
    }
}

@media (max-width: 440px) {
    .table-data-sheet tr td:first-child {
        min-width: 80px;
    }
}

.table-data-sheet img {
    max-width: inherit;
}

#produktvlastnosti .data_title_feature_value span.show_tooltip:after {
    position: absolute;
    right: -16px;
    left: inherit;
    width: 20px;
    top: inherit;
    margin: 4px 0 0 0;
    border-bottom: #bdbdbd 1px dotted;
}

/* table product-discounts */
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    width: 50%;
    margin: 0 0 20px;
    background: white;
}

@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%;
    }
}

table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333333;
    font-weight: 700;
    border: none;
    font-weight: 700;
}

table.table-product-discounts tr td,
table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
    display: none;
}

.accessories-block .exclusive span, .blockproductscategory .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 13px;
    text-decoration: none;
}

.accessories-block .exclusive.disabled span, .accessories-block .exclusive.added span {
    padding: 8px 13px 8px 3px;
}

.page-product-box .exclusive.added.disabled, .page-product-box .exclusive.disabled, .page-product-box .exclusive.added {
    padding-left: 8px;
}


.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none;
}

#productscategory_list .malethumbnailycontainer {
    display: inline-flex;
    grid-template-columns: repeat(auto-fit, 191px);
    gap: 10px;
}

@media (max-width: 991px) {
    #productscategory_list .malethumbnailycontainer {
        justify-content: space-evenly;
    }
}

/*
@media (max-width: 991px) {
    .malethumbnailycontainer {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        clear: both;
    }
    .malethumbnailycontainer:before, .malethumbnailycontainer:after {
        display: none;
    }
}*/


/* quantity_wanted */
#quantity_wanted_p input {
    width: 32px;
    height: 32px;
    padding: 0 0px;
    float: left;
    border: 1px solid #d6d4d4;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
}

#quantity_wanted_p .btn {
    float: left;
}

#quantity_wanted_p label {
    display: inline-block;
    margin-bottom: 7px;
}

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
}

#quantityAvailable {
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

#availability_value,
#last_quantities {
    color: white;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
    padding: 7px 15px 7px;
    background: #46a74e;
    border: 1px solid #36943e;
    margin-right: 5px;
}

#last_quantities {
    background: #ff7430;
    border: 1px solid #ea5e1a;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
}

#availability_statut,
#pQuantityAvailable {
    display: inline-block;
}

#pQuantityAvailable span {
    font-weight: 700;
    color: #333333;
}

#availability_statut #availability_value.warning_inline {
    background-color: #007DBA;
    border-color: #0F2374;
    text-shadow: 1px 1px #229CE6;
    margin: 0;
}

/* box-security */
.box-security {
    /*border-top: 1px solid #dfdede;
    padding: 19px 19px 6px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
    background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
    background-image: -o-linear-gradient(#ffffff, #fbfbfb);
    background-image: linear-gradient(#ffffff, #fbfbfb);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb', GradientType=0);
}

/* prices */

.discount {
    display: none;
}

.our_price_display {
    font-weight: 600;
    font-size: 27px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    color: #333333;
    white-space: nowrap;
    min-width: 190px;
}


@media (max-width: 991px) {
    .our_price_display {
        font-size: 26px;
        line-height: 32px;
    }
}

#old_price {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    line-height: 23px;
    font-size: 15px;
    margin: 0 10px 0 0;
    color: gray;
}
#old_price_display{
    text-decoration: line-through;
}

#reduction_percent,
#reduction_amount {

    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #f13340;
}

/* #reduction_percent span, */
#reduction_amount span {
    display: block;
}

#reduction_percent_display .vysvetlivkablok
{
    border-bottom: 0px;
}

/* online_only */
.pb-center-column p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #00937a;
    text-align: left;
}

.buttons_bottom_block {
    clear: both;
}

.buttons_bottom_block #wishlist_button {
    /*font-weight: 700;*/
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
    width: 555px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #send_friend_form {
        width: 280px;
    }
}

#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4;
}

#send_friend_form .product p {
    padding: 0;
    color: #333333;
}

#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000;
}

#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #333333;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666;
}

#send_friend_form .form_container .text {
    padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

#send_friend_form .form_container .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    border: 1px solid base-border-color;
    font-size: 12px;
    color: #666;
}

#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
}

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
    margin-bottom: 10px;
}

ul#uploadable_files,
ul#text_fields {
    list-style-type: none;
}

.customizableProductsFile,
.customizableProductsText {

}

.customizationUploadLine .customizationUploadBrowse {
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.customizationUploadLine .costomizationcheckmark {
    font-family: "FontAwesome";
    color: green;
    font-size: 25px;
    content: "\f00c";
    position: absolute;
    right: 0;
    top: 20px;
}

.customizationUploadLine label {
    display: block;
    vertical-align: top;
}

.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777;
}

.customizationUploadBrowse img + a {
    position: relative;
    top: -45px;
}

#customizedDatas {
    float: right;
}

.accessories_block div ul li a {
    display: inline-block;
}

.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
    font-weight: 700;
}

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block {
        margin-right: 0;
    }
}

#product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%;
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none;
    }
}

#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 38px;
    padding-left: 10px;
}

#product.content_only div.primary_block div.pb-left-column #thumbs_list {
    width: 392px;
}

#product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px;
    }
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none;
    }
}

#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
    padding-right: 0;
}

@media (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block;
    }

    #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none;
    }
}

#product.content_only div.primary_block div.pb-center-column #ShareDiv {
    position: absolute;
    bottom: 8px;
}

#product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product {
    border-top-width: 0px;
    border-right: none;
    border-bottom: none;
    min-height: 623px;
    height: 100%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    padding-bottom: 125px;
}

@media (max-width: 991px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        border: 1px solid #d6d4d4;
    }
}

#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
    display: block;
    width: 100%;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
    display: block;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
    font-size: 20px;
    text-align: center;
}

@media (max-width: 1199px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
        padding: 12px 22px 14px 70px;
        font-size: 20px;
    }
}

#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
    width: 230px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes,
#product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes {
    padding-top: 0;
}

.addsharethisinner .stButton .stArrow {
    display: none !important;
}

@media (max-width: 1050px) {
    #product.content_only div.primary_block div.pb-left-column,
    #product.content_only section.primary_block div.pb-left-column {
        width: 100%;
        padding-right: 15px;
    }

    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
        max-width: 470px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
        width: 90px;
        height: 90px;
    }

    #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px;
    }

    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
        width: 50%;
        float: left;
        padding-left: 35px;
    }

    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
        width: 50%;
        float: left;
    }

    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
        border-top-width: 1px;
        min-height: 1px;
    }
}

@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block,
    #product.content_only section.primary_block {
        margin-left: 0;
    }
}

@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-center-column,
    #product.content_only section.primary_block div.pb-center-column {
        width: 100%;
        float: none;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 1050px) and (max-width: 479px) {
    #product.content_only div.primary_block div.pb-right-column,
    #product.content_only section.primary_block div.pb-right-column {
        margin-top: 10px;
        width: 100%;
        float: none;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
    background: #fff;
    border: 1px solid #d6d4d4;
}

.ie8 .box-security {
    filter: none;
}

.selected-radio, #attributes fieldset label.selected-radio {
    background-color: #e5f5f2;
    box-shadow: none;
}

#product_payment_logos {
    clear: left;
}

.btn.button-plus, .btn.button-minus {
    font-size: 9px !important;
    line-height: 11px !important;
    text-decoration: none;
}

.btn.button-minus {
    margin-right: 10px;
}

.btn.button-plus {
    margin-left: 10px;
}

.btn.button-plus span, .btn.button-minus span {
    width: 30px !important;
    height: 30px !important;
    padding: 0px !important;
    display: table-cell;
    vertical-align: middle;
    border: none;
}

.mkplatbyimg {
    width: 120px;
}


/* openservis */
#productscategory_list .product-name, .accessories-block .product-name {
    min-height: 50px;
    position: relative;
}

#productscategory_list .product-box > .margin_zero {
    margin: 0;
}

.price_display {
    min-height: 30px;
    text-align: center;
}

.dalsi_produkty {
    padding: 0px;
    text-align: center;
    text-decoration: underline;
    margin: 0px;
    font-weight: bold;
    font-size: 13px;
}

.dalsi_produkty:hover {
    text-decoration: none !important;
}

#overlay_product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    z-index: 10000;
}

/* Center the loader */
#loader_product {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        /*-webkit-transform: rotate(0deg);*/
        font-size: 0px;
    }
    100% {
        /*-webkit-transform: rotate(360deg);*/
        font-size: 14px;
    }
}

@keyframes zoom {
    0% {
        /*transform: rotate(0deg);*/
        font-size: 0px;
    }
    100% {
        /*transform: rotate(360deg);*/
        font-size: 14px;
    }
}

@media (min-width: 800px) {
    #thumbs_list li {
        /*        width: 84px; */
        margin-right: 5px;
    }
}

#sum_price_bez_dph_div {
    font-size: 14px;
    font-weight: 400;
    /*float: left;*/
    clear: both;
}

#viceinfo {
    white-space: nowrap;
    display: inline-block;
}
#viceinfo:after {
    display: none;
}


/*
ul.dm_label li:nth-child(3) .popisek
{
  left: -180%!important;
}
ul.dm_label li:nth-child(3) .popisek .sipka, ul.dm_label li:nth-child(3) .popisek .sipka-obal{
  left: 32%!important;
}



ul.dm_label li:nth-child(4) .popisek
{
  left: -220%!important;
}
ul.dm_label li:nth-child(4) .popisek .sipka, ul.dm_label li:nth-child(4) .popisek .sipka-obal{
  left: 38%!important;
}

ul.dm_label li:nth-child(5) .popisek
{
  left: -118%!important;
}
ul.dm_label li:nth-child(5) .popisek .sipka, ul.dm_label li:nth-child(5) .popisek .sipka-obal{
  left: 57%!important;
}
ul.dm_label li:nth-child(6) .popisek
{
  left: -75%;
}
ul.dm_label li:nth-child(6) .popisek .sipka, ul.dm_label li:nth-child(6) .popisek .sipka-obal{
  left: 43%;
}
ul.dm_label li:nth-child(7) .popisek
{
  left: -175%!important;
}
ul.dm_label li:nth-child(7) .popisek .sipka, ul.dm_label li:nth-child(7) .popisek .sipka-obal{
  left: 80%!important;
}

ul.dm_label li:nth-child(9) .popisek
{
  left: -80%!important;
}
ul.dm_label li:nth-child(9) .popisek .sipka, ul.dm_label li:nth-child(9) .popisek .sipka-obal{
  left: 46%!important;
}


@media (min-width: 1199px){
ul.dm_label li:nth-child(6) .popisek .sipka, ul.dm_label li:nth-child(6) .popisek .sipka-obal{
  left: 15%;
}
}



@media (max-width: 400px){
ul.dm_label li:nth-child(6) .popisek
{
  left: 10%!important;
}
ul.dm_label li:nth-child(6) .popisek .sipka, ul.dm_label li:nth-child(6) .popisek .sipka-obal{
  left: 13%!important;
}
    ul.dm_label li:nth-child(7) .popisek
{
  left: -90%!important;
}
ul.dm_label li:nth-child(7) .popisek .sipka, ul.dm_label li:nth-child(7) .popisek .sipka-obal{
  left: 50%!important;
}
ul.dm_label li:nth-child(9) .popisek
{
  left: -136%!important;
}
ul.dm_label li:nth-child(9) .popisek .sipka, ul.dm_label li:nth-child(9) .popisek .sipka-obal{
  left: 63%!important;
}
}*/
/* openservis */
#product #thumby_k_fullu .thumb_image {
    cursor: pointer;
    display: inline-block;
    width: 12%;
    max-width: 98px;
    min-width: 45px;
    margin: 0 .5%;
    border: 1px solid #e2e2e2;
    padding: 5px;
    background-color: #fff;
}

#product #thumby_k_fullu .thumb_image:hover {
    filter: brightness(0.97);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

#product #thumby_k_fullu .thumb_image.active {
    border: 1px solid #2f2f2f;
}

#product #thumby_k_fullu {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 50px;
    text-align: center;
}

#product #full_image_box {
    width: 100%;
    overflow: hidden;
}

/* 12.4. linhart - nakonec nepoužíváme, protože to mátlo zákazníky, že některé koberce byly useknuté. 
#product #full_image_box > img {
    margin-top: -10%;
    margin-bottom: -10%;
}*/

   
.vysvetlivkablok:hover .vysvetlivka, .vysvetlivkablok:active .vysvetlivka, .vysvetlivkablok:target .vysvetlivka {
    opacity: 1;
    visibility: visible;
    transition: all .6s ease;
    -webkit-transition: all .6s ease; 
}

#produktobsahdole {
    width: 65%;
    float: left;
    padding-right: 20px;
}

#produktvlastnosti {
    float: right;
    width: 35%;
}

#rozcestnikpruh {
    background-color: #f2f3f5;
    padding: 10px 15px;
    margin: 40px 0 10px;
}

#rozcestnikpruh a {
    font-weight: bold;
    font-size: 14px;
    color: #00937a;
    display: inline-block;
    margin: 5px 10px;
}

a.kotva {
    /*padding-top: 50px;*/
    margin-top: -30px;
    display: block;
}



#idTab95 {
    margin-bottom: 40px;
}

#short_description_block .dm_label a.iframe:first-child .najeti {

}

#minimal_quantity_wanted_p {
    margin: 15px 0 10px 6px;
}

.vyrobceproduktu {
    margin-top: 25px; 
    float: right; 
    min-width: 170px;
}

@media (max-width: 991px) {
    #produktobsahdole, #produktvlastnosti {
        width: 100%;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    a.kotva {
        padding-top: 20px;
        margin-top: -20px;
    }
    #attributes, .product_attributes {
        padding-top: 0;
    }
    #attributes .attribute_list, #ppbs_widget .modrepozadi {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    #buy_block .zvolrozmer {
        padding-bottom: 12px;
    }
}

@media (max-width: 767px) {
    a.kotva {
        padding-top: 20px;
        margin-top: -20px;
    }
    #buy_block .zvolrozmer {
        padding-bottom: 12px;
        margin: auto;
    }
    .box-info-product {
        margin: 0 -15px;
    }    
}

@media (max-width: 480px) {
    .vyrobceproduktu {
        float: none;
    }
    #rozcestnikpruh a {
        width: 45%;
        margin-left: 0;
        margin-right: 5px;
    }
    #rozcestnikpruh a span {
        float: right;
    }
}

.metrazdisclaimer {
    display: none;
}
.question {
    font-weight: bold;
    font-size: +2;
}
.answer {
    font-style: italic;
    margin-bottom: 20px;
}
h4 {
    font-weight: bold;
}

.download-buttons {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.download-buttons .download-button {
    margin: 5px auto;
    text-align: center;
    display: block;
    min-width: 250px;
    width: 45%;
    line-height: 35px;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
}
.download-buttons .download-button:after {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 21px;
    position: absolute;
    right: 5px;
    color: gray;
}

#center_column .zelenybutton.roomvo-stimr {
    background-color: #fff !important;
    font-size: 14px !important;
    border: 1px solid #00937a;
    color: #00937a;
    padding: 15px 15px!important;
}

#center_column .zelenybutton.roomvo-stimr:hover {
    background-color: #e5f5f2 !important;
    color: #616060;
}

#center_column .zelenybutton.roomvo-stimr:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/cms/Ikony/ar.svg) no-repeat left center / contain;
    margin-right: 12px;
    transition: transform 0.5s ease;
    vertical-align: middle;
}

/* Efekt při najetí */
#center_column .zelenybutton.roomvo-stimr:hover:before {
    transform: rotate(360deg);
}

#uploadable_files .customizationUploadBrowse img {
    max-width: 100px;
}

.neposkozene_zbozi_block{
    font-size: 17px;
    display: flex;
    line-height: 130%;
    flex-direction: row;
    align-items: center;
}

.neposkozene_zbozi_block:after{
    clear: both;
    content: "";
    display: block;
}

.neposkozene_zbozi_block img{
    width: 75px;
    margin-right: 15px;
}

.neposkozene_zbozi_block span{

}

@media (max-width: 430px) {
    .neposkozene_zbozi_block br.odradkovani{
        display: none;
    }

    .neposkozene_zbozi_block strong:after{
        content: " ";
    }
}

#akce_mix_block, #akce_mix_block a {
    font-weight: bold;
    color: #0719c8;
}

#akce_kombinace_block, #akce_kombinace_block a {
    font-weight: bold;
    color: #0719c8;
}

.pvctextpredcenou {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    #produktdolecontainer {
        display: flex;
        flex-wrap: wrap;
    }
    #produktobsahdole {
        order: 2;
    }
    #produktvlastnosti {
        order: 1;
    }
}

#ppbs_widget .chcidodatlisty {
    /*margin-bottom: 1px;*/
}
#ppbs_widget:not(.ppbs-module-widget) {
    padding-top: 0;
}
#ppbs_widget {
    order: 1;
    padding: 10px 0 0;
}
#attributes .attribute_fieldset:nth-child(3) {order: 2;}
#ppbs_price {order: 3;}

.product-309598 .mkcombo, .product-313827 #buy_block{
    display: none !important;
}

@media(min-width: 768px) {
    .box-info-product .exclusive.pridat-vse{
        max-width: 212px;
        padding: 17px 10px;
        transition: none;
    }
}

.feature-description{
    margin: 10px 0;
}

.popisvlastnosti {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0 10px;
    align-items: start;
}

.popisvlastnosti h2 {
    font-size: 20px;
}

.popisvlastnosti > img:first-of-type {
    margin-top: 16px;
    width: 220px;
    flex-shrink: 0;
}

.popisvlastnosti > div:first-of-type {
    width: 250px;
    flex-grow: 1;
}

.popisvlastnosti .nadpisvlastnosti {
    font-size: 12px;
    background: #fcecd2;
    vertical-align: middle;
    margin-right: 7px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-top: -4px;
}

.mkcombo .tax_label{
    display: inline-block;
    font-size: 70%;
}
.mkcombo .voucher_label{
    display: none;
}

.mkcombo .old_price_label{
    display: none;
}

.mkcombo .voucher_price{
    display: none;
}
.mkcombo{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    place-items: start center;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
    padding: 0 5px 0 10px;
}
.mkcombo > #mkcena{
    flex: 0 0 auto;
    box-sizing: border-box;
    align-self: center;
    order: 1;
    flex-direction: column;
}

.mkcombo > #add_to_cart_block{
    box-sizing: border-box;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    order: 2;
}

.mkcombo > .voucher_info_block, .mkcombo > .special_price_countdown_block{
    flex: 0 0 63.5%;
    box-sizing: border-box;
    position: relative;
    order: 3;
}

.mkcombo > .voucher_info_block .vysvetlivkablok.zobrazotaznik:after {
    color: #fff;
}

@media (max-width: 767px) {
    .mkcombo{
        justify-content: right;
        flex-direction: column;
        place-items: start center;
        margin-top: 20px;
    }
    .mkcombo > #mkcena{
        flex: 0 0 63.5%;
        order: 1;
        align-self: normal;
    }
    .mkcombo > #add_to_cart_block{
        order: 3;
        margin-top: 20px;
    }
    .mkcombo > .voucher_info_block, .mkcombo > .special_price_countdown_block{
        order: 2;
        padding: 5px 3px;
        min-width: 305px;
    }
}

/** MUJ-522 **/
#mkcena.global_voucher_price_block #sum_price_bez_dph_div, #mkcena.global_voucher_price_block .vyhodna-cena-label, #mkcena.global_voucher_price_block #reduction_percent{
    display: none!important;
}
#mkcena.global_voucher_price_block .voucher_label{
    display: inline-block;
}

#mkcena.global_voucher_price_block .voucher_price{
    display: inline-block;
}

#mkcena.global_voucher_price_block #old_price{
    color: #aeaeae;
    font-size: 13px;
    margin-bottom: 3px;
}
#mkcena.global_voucher_price_block #old_price .old_price_label{
    display: inline-block;
    border-bottom: none;
}
#mkcena.global_voucher_price_block .our_price_display .base_price{
    color: #333333;
    line-height: 15px;
    font-size: 13px;
    font-weight: 700;
}
#mkcena.global_voucher_price_block .voucher_price, .atributytabulka .mkcena .voucher_price, .atributytabulka .mkcena .on_sale_price{
    color: #F6013E;
}
#mkcena.global_voucher_price_block .voucher_price{
    font-size: 23px;
}
#mkcena.global_voucher_price_block .tax_label{
    display: none;
}
#mkcena.global_voucher_price_block .voucher_label{
    display: inline-block;
    font-size: 100%!important;
}

.voucher_info_block{
    cursor: pointer;
}

.voucher_info_block, .special_price_countdown_block{
    display: block;
    background-color: #F6013E;
    border: 1px solid #efaac2;
    box-sizing: border-box;
    color: white;
    font-size: 14px;
    flex: 1 1 100%;
    padding: 5px;
    text-align: center;
    margin-top: 4px;
}

.voucher_info_block:before, .special_price_countdown_block:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #F6013E; /* Zde můžete změnit barvu zobáčku */
    transform: translateX(-50%);
}
.voucher_info_block .voucher_value{
    display: inline-block;
    background-color: white;
    color: #F6013E;
    font-size: 19px;
    padding: 0px 5px;
    font-weight: 900;
    margin-top: 7px;
}
.voucher_info_block .voucher_code{
    font-weight: 700;
    border-bottom: 1px dotted white;
    cursor: pointer;
    position: relative;
}
.voucher_info_block .voucher_code .icon-copy{
    margin-right: 4px;
    font-weight: normal;
}

.voucher_info_block .copied{
    position: absolute;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    display: none;
    margin-top: 20px;
    font-size: 12px;
    white-space: nowrap;
    /*opacity: 0;*/
}

/*** ONLY DEV ***/
#mkcena.global_voucher_price_block.product_with_discount #old_price, #mkcena.global_voucher_price_block.product_with_discount #old_price_display{
    display: inline-block !important;
}

#mkcena.global_voucher_price_block.bomba-cena-block #old_price, #mkcena.global_voucher_price_block.bomba-cena-block #old_price_display{
    display: none!important;
}

.product-container .dm_color .red .tooltipvysvetlivka, .dm_label_p_all_left .dm_label_p .red .tooltipvysvetlivka {
    display: none;
    position: absolute;
    bottom: 35px;
    background-color: #fff;
    border: 1px solid #c70b00;
    color: #c70b00;
    width: 200px;
    border-radius: 5px;
    left: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 12px;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    white-space: break-spaces;
}
.product-container .dm_color .red:hover .tooltipvysvetlivka, .dm_label_p_all_left .dm_label_p .red:hover .tooltipvysvetlivka {
    display: inline-block;
    opacity: 1;
}
.kodnadcenouproduktu {
    color: #F6013E;
    padding: 0 10px;
    font-weight: bold;
}

.dm_label_pl_all_left .global_voucher_label > span, .dm_label_p_all_left .global_voucher_label > span{
    background-color: #F6013E;
}

.GlobaVoucherCountdown{
    margin-top: 5px;
}

.GlobaVoucherCountdown .countdown-expirationLabel{
    /*display: block;*/
    font-weight: normal;
    margin-right: 5px;
}

.GlobaVoucherCountdown .countdowning{
    font-weight: bold;
}

#cart_confirm_image_upload_missing {
    background-color: white;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    display: none;
    z-index: 9999999;
    width: 650px;
    max-width: 100%;
    border: 1px solid #d6d4d4;
    margin: auto;
    top: 0px!important;
    left: calc(50% - 325px);
}

@media only screen and (max-width: 650px) {
    #cart_confirm_image_upload_missing {
        left: 0 !important;
    }
}

#cart_confirm_image_upload_missing div.header {
    background-color: #00937a;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 50px;
}

#cart_confirm_image_upload_missing div.header h3 {
    float: left;
}

#cart_confirm_image_upload_missing div.header div.zavrit {
    float: right;
    cursor: pointer;
}

#cart_confirm_image_upload_missing div.header div.zavrit:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    margin-top: 11px;
    margin-right: 11px;
}

#cart_confirm_image_upload_missing div.main {
    background-color: white;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing div.main div.image {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#cart_confirm_image_upload_missing div.main div.image img {
    max-height: 200px;
}

#cart_confirm_image_upload_missing div.image_missing_buttons {
    background-color: #EAEAEA;
    width: 100%;
    /*height: 60px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_no {
    width: 50%;
    text-align: start;
}

#cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_yes {

    width: 50%;
    text-align: end;
}

#cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_yes button {
    background-color: #00937a;
    border: none;
    color: white;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_yes button:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: white;
    margin-left: 10px;
    font-weight: normal;
}

#cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_no button {
    background-color: #EEEEEE;
    border: 1px solid;
    border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
    color: #333333;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_no button:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: #333333;
    margin-left: 10px;
    font-weight: normal;
}

@media only screen and (max-width: 503px) {
    #cart_confirm_image_upload_missing div.image_missing_buttons div.image_missing_buttons_no button {
        font-size: 15px;
    }
}

@media only screen and (max-width: 268px) {
    #cart_confirm_image_upload_missing .header h3 {
        font-size: 20px;
    }
}

#cart_confirm_loader {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#cart_confirm_loader .cart_confirm_loader {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart_confirm_loader .cart_confirm_loader i {
    animation-name: cart_confirm_loader_anim;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    transform: rotate(0deg);
    color: white;
    font-size: 65px;
}

@keyframes cart_confirm_loader_anim {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.customizationUploadBrowse .ajax-file-upload.filled {
    display: none;
}

#customizationForm li.customizationUploadLine{
    padding: 5px;
}

#customizationForm .upload-preview {
    border: 1px solid #d6d4d4;
    margin-top: 0;
    width: 150px;
    min-width: 100px;
    max-height: 100px;
    min-height: 85px;
    display: flex;
    align-items: center;
}

#customizationForm .customizationUploadBrowse .ajax-file-img {
    max-width: 100%;
    max-height: inherit;
    padding: 2px;
}

#customizationForm .customizationUploadBrowse .ajax-file-delete {
    position: absolute;
    bottom: 3px;
    right: 3px;
    top: unset;
    width: 12px;
    height: 12px;
}

#customizationForm .customizationUploadBrowse .ajax-file-delete img {
    width: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}

#customizationForm .customizationUploadBrowse .costomizationcheckmark {
    top: 0;
    font-size: 18px;
    right: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1px;
    color: #08d308;
}

#customizationForm .customizationUploadBrowse.upload-wrapper {
    margin-top: 0!important;
}

#customizationForm .customizableProductsText {
    display: block;
    margin-top: 0px;
}

#customizationForm .customizableProductsText .customizationUploadLine {
    position: relative;
}

#customizationForm .customizableProductsText .customizationUploadLine .ajax-text-upload-check {
    color: green;
    font-size: 18px;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.short_desc_feature .data_title_feature span:after,
.short_desc_feature .data_title_feature_value span.show_tooltip:after {
    display: none;
}

#ppbs_widget #measure_button {
    margin-top: 10px!important;
}

#ppbs_widget #measure_button span {
    font-size: 13px!important;
    text-decoration: underline;
    color: gray;
}
#ppbs_widget #measure_button span:before {
    display: none;
}
#ppbs_widget #measure_button span:after {
    content: " (beta)";
}

@media (max-width: 767px) {
    .short_desc_feature .data_title_feature_value span{
        position: initial;

    }
    .short_desc_feature .data_title_feature span.show_tooltip:hover:before,
    .short_desc_feature .data_title_feature_value span.show_tooltip:hover:before {
        top: unset;
        margin-top: 25px;
    }
}

.roomvo-direct-container{
    width: 100%;
    z-index: 1;
    display: none;
    min-height: 568px;
}

@media (max-width: 1199px) {
    .roomvo-direct-container{
        min-height: 443px;
    }
}

@media (max-width: 991px) {
    .roomvo-direct-container{
        min-height: 708px;
    }
}

@media (max-width: 767px) {
    .roomvo-direct-container{
        min-height: 268px;
    }
}

.product-short-desc-features {
    margin-bottom: 10px;
    margin-top: 5px;
}

.short_desc_feature .data_title_feature span:hover:before {
    top: 150%;
}

.attribute_list .atributytabulka .mkcena .old_attribute_price {
    color: #aeaeae;
    display: block;
    position: relative;
    top: -3px;
    /*text-decoration: line-through;*/
    font-size: 11px;
    line-height: 1px;
}

.roomvo-direct-thumbnail{
    cursor: zoom-in;
}

.product_notice_block{
    display: none;
    clear: left;
    padding: 10px;
    background-color: #cde9f3;
}
#vratitmetraztext {
    position: relative;
}

#vraceni_nevratitelneho_detail {
    order: 1;
    padding-top: 10px;
}

#vraceni_nevratitelneho_detail_div{
    margin-top: 10px;
}




#cart_confirm_image_upload_missing_error {
    background-color: white;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    display: none;
    z-index: 9999999;
    width: 650px;
    max-width: 100%;
    border: 1px solid #d6d4d4;
    margin: auto;
    top: 0px!important;
    left: 30%;
}

@media only screen and (max-width: 600px) {
    #cart_confirm_image_upload_missing_error {
        left: 0 !important;
    }
}

#cart_confirm_image_upload_missing_error div.header {
    background-color: #b51010;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 50px;
}

#cart_confirm_image_upload_missing_error div.header .times-icon {
    font-size: 25px;
    float: left;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-right: 15px;
    color: white;
}

#cart_confirm_image_upload_missing_error div.header h3 {
    float: left;
}

#cart_confirm_image_upload_missing_error div.header div.zavrit {
    float: right;
    cursor: pointer;
}

#cart_confirm_image_upload_missing_error div.header div.zavrit:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    margin-top: 11px;
    margin-right: 11px;
}

#cart_confirm_image_upload_missing_error div.main {
    background-color: white;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing_error div.main div.image {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#cart_confirm_image_upload_missing_error div.main div.image img {
    max-height: 200px;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons {
    background-color: #EAEAEA;
    width: 100%;
    /*height: 60px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons div.image_missing_buttons_no {
    width: 50%;
    text-align: start;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons div.image_missing_buttons_yes_second {

    width: 50%;
    text-align: end;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons div.image_missing_buttons_yes_second button {
    background-color: #00937a;
    border: none;
    color: white;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons div.image_missing_buttons_yes_second button:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: white;
    margin-left: 10px;
    font-weight: normal;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons div.image_missing_buttons_no button {
    background-color: #EEEEEE;
    border: 1px solid;
    border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
    color: #333333;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing_error div.image_missing_buttons div.image_missing_buttons_no button:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: #333333;
    margin-left: 10px;
    font-weight: normal;
}


#cart_confirm_image_upload_missing_success {
    background-color: white;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    display: none;
    z-index: 9999999;
    width: 650px;
    max-width: 100%;
    border: 1px solid #d6d4d4;
    margin: auto;
    top: 0px!important;
    left: 30%;
}

@media only screen and (max-width: 600px) {
    #cart_confirm_image_upload_missing_success {
        left: 0 !important;
    }
}

#cart_confirm_image_upload_missing_success div.header {
    background-color: #00937a;
    color: #fff;
    padding-left: 10px;
    width: 100%;
    height: 50px;
}

#cart_confirm_image_upload_missing_success div.header h3 {
    float: left;
}

#cart_confirm_image_upload_missing_success div.header div.zavrit {
    float: right;
    cursor: pointer;
}

#cart_confirm_image_upload_missing_success div.header div.zavrit:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    margin-top: 11px;
    margin-right: 11px;
}

#cart_confirm_image_upload_missing_success div.main {
    background-color: white;
    width: 100%;
    min-height: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing_success div.main div.image {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#cart_confirm_image_upload_missing_success div.main div.image img {
    max-height: 200px;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons {
    background-color: #EAEAEA;
    width: 100%;
    /*height: 60px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons div.image_missing_buttons_no {
    width: 50%;
    text-align: start;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons div.image_missing_buttons_yes {

    width: 50%;
    text-align: end;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons div.image_missing_buttons_yes button {
    background-color: #00937a;
    border: none;
    color: white;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons div.image_missing_buttons_yes button:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: white;
    margin-left: 10px;
    font-weight: normal;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons div.image_missing_buttons_no button {
    background-color: #EEEEEE;
    border: 1px solid;
    border-color: #9e9e9e #c2c2c2 #c8c8c8 #c2c2c2;
    color: #333333;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
}

#cart_confirm_image_upload_missing_success div.image_missing_buttons div.image_missing_buttons_no button:after {
    content: "\f054";
    font-family: "FontAwesome";
    color: #333333;
    margin-left: 10px;
    font-weight: normal;
}

.price-per-unit {
    color: #7e7d7d;
    padding: 0 0 7px 0;
    /*font-weight: 600;*/
    float: left;
}

#quantity_wanted_p {
    position: relative;
}
#kestazeniwrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 20px;
}

.roomvo-direct-container {
    height:800px; 
    width:100%; 
    display:none; 
    flex-direction: column; 
    align-items: center;
    position: relative;
    margin: 0 auto 20px;
    max-width: 800px;
}
@media(max-width: 768px) {
    .roomvo-direct-container  {
        height: 600px;
    }
}

.roomvo-direct-container::after {
    content: "";
    width: 100%;
    height: 60px;
    background: url("/img/cms/Ikony/oddelovac.gif") left bottom repeat-x;
    background-size: auto 17px;
    pointer-events: none;
}
#thumbs_list #roomvo-maly-obrazek img {
    cursor: pointer;
}

.layer_cart_product span.vybrane-doplnky-cross {
    font-weight: bold;
    font-size: 17px;
    color: #555555;
}

#ppbs_widget > div > label > div, #vraceni_nevratitelneho_detail > div > label > div{
    margin-top: 3px;
}

/* Aby se pokládka zobrazovala pod rozměry */
.product_attributes #attributes {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
#roomvo_images_container {
    display: flex!important;
    gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
}
#roomvo_images_container button {
    margin: 0!important;
    padding: 8px 20px!important;
    z-index: 1!important;
}