#sort {
    width: 100%;
    overflow: hidden;
}

#select_sort {
    float: right;
    margin: 5px 0;
    padding: 5px 10px;
    color: #a09fa1;
    font-size: 13px;
}

#select_sort option {
    border: 1px solid #a09fa1;
    /*    line-height: 1.5;*/
    box-sizing: border-box;
    padding: 5px 10px;
}

.select-category {
    padding: 5px 0;
    margin-bottom: 0;
    font-size: 18px;
}

.product-item-wrap {
    padding-bottom: 10px;
}

.product-item {
    background-color: #ffffff;
    border: 1px #dfdfdf solid;
    padding: 45px 5px 5px 5px;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.product-item .product-item-icons-cart .shop-content-cart {
    background-image: url("/media/img/icons/cart_add.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 28px;
    width: 47px;
}

.product-item .product-item-icons-cart .shop-content-cart.added {
    background-image: url("/media/img/icons/cart_added1.png");
}

.product-item .product-item-icons-cart-now .shop-content-cart-now {
    background-image: url("/media/img/icons/buy_now_add.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 28px;
    width: 32px;
}

.product-item .product-item-icons-free-delivery .free-delivery-content,
.product-left-block .product-item-icons-free-delivery .free-delivery-content {
    background-image: url("/media/img/free_delivery_blue.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 28px;
    width: 38px;
}

.product-left-block .product-item-icons-free-delivery-text {
    background-image: url("/media/img/icons/free_delivery_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    width: 80px;
}

/* @media only screen and (max-width:650px) {
    .product-left-block .product-item-icons-free-delivery-text {
        height: 100px;
        width: 130px;
    }

    .product-left-block .product-top-panel-free-delivery-text {
        top: 300px;
    }
} */

.product-item .product-top-panel-free-delivery-text .product-item-icons-free-delivery-text {
    background-image: url("/media/img/icons/free_delivery_icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.product-top-panel .product-top-panel-top-product .product-item-icons-top-product {
    background: orange;
    width: max-content;
    color: white;
    padding: 2px 4px;
    border-radius: 18px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.product-item .product-top-panel-icons-left .product-top-panel-icons-box .product-top-panel-top-product .product-item-icons-top-product {
    background: orange;
    width: max-content;
    color: white;
    padding: 2px 4px;
    border-radius: 18px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.product-top-panel .product-top-panel-hot-price .product-item-icons-hot-price {
    background-image: url("/media/img/icons/hot-price.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    width: 108px;
}

.product-item .product-top-panel-icons-left .product-top-panel-icons-box .product-item-icons-hot-price {
    background-image: url("/media/img/icons/hot-price.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 45px;
    width: 75px;
}

.product-item .product-item-icons-remainorder .shop-content-remainorder {
    background-image: url("/media/img/icons/product_order.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 28px;
    width: 37px;
}

.product-item .product-item-icons-favoritelist .shop-content-favoritelist {
    background-image: url("/media/img/icons/favorite.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 28px;
    width: 29px;
}

.product-item .product-item-icons-favoritelist .shop-content-favoritelist.added {
    background-image: url("/media/img/icons/favorite1.png");
}

.product-item fieldset,
.product-item label {
    margin: 0;
    padding: 0;
}

.product-item:hover {
    box-shadow: 0px 5px 5px 0px rgba(35, 36, 36, 0.25);
}

.product-item .add-content-cart-button {
    display: none;
}

.product-item .add-content-cart-button-now {
    display: none;
}

.product-item:hover .add-content-cart-button {
    display: inline;
}

.product-item:hover .add-content-cart-button-now {
    display: inline;
}

.product-item:hover .shop-content-cart {
    display: none;
}

.product-item button.add-content-cart-button {
    background-color: #0f902e;
    border: 1px #0f902e solid;
    color: #ffffff;
    font-size: 16px;
    padding-left: 12px;
    cursor: pointer;
    padding-right: 12px;
    line-height: 24px;
}

.product-item button.add-content-cart-button-now {
    background-color: #0f902e;
    border: 1px #0f902e solid;
    color: #ffffff;
    font-size: 12px;
    padding-left: 12px;
    cursor: pointer;
    padding-right: 12px;
    line-height: 24px;
}

#show-more {
    width: 150px;
    border: 1px solid #0b4b7d;
    display: table;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#show-more:hover {
    opacity: 0.6;
}

.show-more-text {
    cursor: pointer;
    font-size: 15px;
    margin: 7px 0;
}

img.product-item-img {
    max-width: 100%;
    max-height: 150px;
    min-height: 150px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

img.product-item-big-img {
    max-height: 170px !important;
    min-height: 170px !important;
}

img.product-item-img:hover {
    opacity: 0.6;
}

.product-item-name {
    color: #0b4b7d;
    display: block;
    font-size: 12px;
    padding: 5px 5px 0;
    text-align: left;
    line-height: normal;
    min-height: 33px;
}

.product-item-brand {
    color: #0b4b7d;
    display: block;
    font-size: 12px;
    padding: 2px 5px 0 5px;
    text-align: left;
}

.product-item-country {
    color: #333333;
    display: block;
    font-size: 12px;
    padding: 0 5px 2px 5px;
    text-align: left;
}

.product-item-code {
    color: #666666;
    display: block;
    font-size: 11px;
    padding: 0 5px 0 5px;
    text-align: left;
}

.product-item-available {
    color: #666666;
    display: block;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
    text-align: left;
    cursor: pointer;
}

.product-item-available .able-text {
    color: #0f902e;
    padding-left: 5px;
}

.product-item-available .not-able-text {
    color: #fa0012;
    padding-left: 5px;
}

.product-item-available .not-able-text:hover {
    text-decoration: underline;
}

.product-item-icons {
    padding: 5px;
    cursor: pointer;
    display: flex;
    margin-top: auto;
}

.product-item-icons .product-item-icons-favoritelist {
    border-right: 1px solid #e9e9e9;
    padding-right: 10px;
    padding-left: 10px;
    height: 28px;
    display: block;
}

.product-item-icons .product-item-icons-favoritelist:hover,
.product-item-icons .product-item-icons-cart:hover,
.product-item-icons .product-item-icons-cart-now:hover,
.product-item-icons .product-item-icons-remainorder:hover {
    opacity: 0.6;
}

.product-item-icons .product-item-icons-remainorder {
    border-right: 1px solid #e9e9e9;
    padding-right: 10px;
    height: 28px;
    display: block;
}

.product-item-icons .product-item-icons-cart {
    border-right: 1px solid #e9e9e9;
    padding-left: 10px;
    padding-right: 10px;
    height: 28px;
    display: block;
}

.product-item-icons .product-item-icons-cart-now {
    border-right: 1px solid #e9e9e9;
    padding-right: 10px;
    height: 28px;

    padding-left: 10px;

    display: block;
}

.product-item-icons .product-item-icons-free-delivery {
    height: 28px;
    padding-left: 10px;
    display: block;
    cursor: auto;
}

.product-item-icons .favorite-icon {
    padding-right: 10px;
}

.product-item-prices {
    color: #0b4b7d;
    display: flex;
    font-size: 13px;
    padding: 5px 5px;
    text-align: left;
}

.product-item-prices .prices-price-relevant {
    background-color: #f7e86c;
    border-radius: 7px;
    padding: 5px 8px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}

.product-item-prices .prices-price-relevant.price-none {
    background-color: #eee;
    color: #999;
}

.product-item-prices .prices-price-crossed {
    /* background-color: #9999991c; */
    border-radius: 7px;
    padding: 5px 8px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}

.product-item-prices .prices-price-crossed del{
    text-decoration-color: #ff2f00;
}

.product-item-prices .prices-price-discount {
    /* background-color: #f7e86c; */
    color: #ff2f00;
    margin-left: 15px;
    padding: 5px 8px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}

.prices-price-discount-count {
    /* background-color: #edebeb; */
    margin-left: 40px;
    color: #ff2727;
    padding: 2px 10px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}

.product-item-icons .product-item-icons-cart.price-none,
.product-item-icons .product-item-icons-cart-now.price-none {
    display: none;
}

.product-item-rating {
    color: #0b4b7d;
    font-size: 13px;
    padding: 5px;
    display: flex;
    text-align: left;
}

.product-item-prices .buy-button {
    background-color: #0f902e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 7px;
    padding: 5px 8px;
    -webkit-border-radius: 7px;
    text-transform: uppercase;
    text-decoration: none;
}

.product-item-payment-type {
    padding: 5px 5px 5px 5px;
}

.product-item-payment-type select.select-payment-type {
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    color: #212529;
    display: block;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    line-height: 23px;
    padding: 0px 5px 0px 5px;
    transition: 200ms;
    width: 100%;
}

/*.product-right-block button.added:after {
    content:'В корзині';
}

.product-right-block button:after {
    content:'Купити';

}*/

/*rating*/
/*.rating1 {
    border: none;
}

.rating1 > input { display: none; }
.rating1 > label:before {
    margin: 0;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating1 > .half:before {
    content: "\f089";
    position: absolute;
}

.rating1 > label {
    color: #ddd;
    float: right;
}*/

/*------------------------ rating ----------------------------*/
.rating {
    border: none;
}

.rating > input {
    display: none;
}
.rating > label:before {
    margin: 0;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/*-------------------------------------- rating-pr --------------------------------*/
.rating-pr {
    border: none;
}

.rating-pr > input {
    display: none;
}
.rating-pr > label:before {
    margin: 0;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating-pr > .half:before {
    content: "\f089";
    position: absolute;
}

.rating-pr > label {
    color: #ddd;
    float: right;
}

/*ratingLive*/

.ratingLive {
    border: none;
}

.ratingLive > input {
    display: none;
}
.ratingLive > label:before {
    margin: 0;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.ratingLive > .half:before {
    content: "\f089";
    position: absolute;
}

.ratingLive > label {
    color: #ddd;
    float: right;
}

/*product-left-block*/
.product-left-block {
    border-top: 1px solid #e5e5e5;
    height: auto;
    padding: 20px 10px;
    width: 100%;
    overflow: hidden;
}

.product-left-block .product-top-panel,
.product-item .product-top-panel {
    position: relative;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    --webkitdisplay: flex;
    --webkitalign-items: flex-start;
    --moz-display: flex;
    --moz-align-items: flex-start;
    padding: 5px 0;
}

.product-top-panel .product-top-panel-icons-left {
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 0;
}

.product-top-panel .product-top-panel-icons-left .product-top-panel-icons-box {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-item .product-top-panel-icons-left {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}

.product-item .product-top-panel-icons-left .product-top-panel-icons-box {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-left-block .product-top-panel-brand,
.product-item .product-top-panel-brand {
    margin-left: auto;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
}

.product-left-block .product-top-panel-brand img {
    /*width: auto;
    height: auto;
    max-height: 50px;
    max-width: 110px;*/
    max-width: 100%;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.product-item .product-top-panel-brand img {
    /*width: auto;
    height: auto;
    max-height: 50px;
    max-width: 110px;*/
    max-width: 100%;
    min-height: 50px;
    max-height: 50px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.product-left-block .product-slider {
    height: auto;
    background-color: #ffffff;
    width: 100%;
}

.product-left-block .product-slider .lSSlideWrapper {
    height: auto;
}

.product-left-block .product-slider .lightSlider img {
    max-width: 100%;
    min-height: 350px;
    max-height: 450px;
    object-fit: contain;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    display: block;
}

.product-left-block .product-left-block-item {
    background-color: #ffffff;
    /*    border-bottom: 5px solid #e5e5e5;*/
    padding: 0 15px;
    margin-top: 10px;
}

.product-left-block .product-left-block-item {
    margin-top: 10px;
}

#descriptionMoreTxt,
#descriptionLessTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    right: 0;
    color: #000;
    background-color: #e9e9e9;
    border-width: 0;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
}

#descriptionMoreTxt:hover,
#descriptionLessTxt:hover {
    background-color: #ccc;
    color: #0072bc;
}

#prodAttributesMoreTxt,
#prodAttributesLessTxt {
    position: absolute;
    bottom: 0;
    left: 5px;
    cursor: pointer;
    right: 5px;
    color: #000;
    background-color: #e9e9e9;
    border-width: 0;
    padding: 5px 10px;
    transition: background-color 0.3s ease;
}

#prodAttributesMoreTxt:hover,
#prodAttributesLessTxt:hover {
    background-color: #ccc;
    color: #0072bc;
}
.mobile-rcb {
    display: none;
}

@media only screen and (max-width: 992px) {
    /*#descriptionMoreTxt, #prodAttributesMoreTxt, #prodAttributesLessTxt {*/
    /*    display: none !important;*/
    /*}*/
    /*.product-left-block, #product-attributes-content {*/
    /*    height: auto!important;*/
    /*}*/
    .product-right-block {
        margin-top: 20px;
    }
    .mobile-rcb {
        display: block;
        padding-left: 15px;
    }

    .found-cheaper-pc {
        display: none;
    }

    .product-right-block-item .rcb-available,
    .product-right-block-item .rcb-price,
    .product-right-block-item .rcb-price-discount,
    .product-right-block-item .rcb-available,
    .product-right-block-item .rcb-buttons {
        display: none !important;
    }
    .price-accum-toggle {
        margin-top: 10px;
        bottom: unset !important;
    }
    .rcb-price-tooltip {
        bottom: 540px !important;
    }
}

.found-cheaper {
    font-weight: 700;
    color: #0b4b7d;
    margin: 15px 0 0;
    cursor: pointer;
}

/*product-right-block*/
.product-right-block {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    height: auto;
    padding: 0 10px 10px 10px;
    width: 100%;
}

.product-right-block .product-right-block-item {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    margin-top: 10px;
}

.product-right-block .rcb-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
}

.product-right-block .rcb-rating {
    font-size: 13px;
    display: flex;
    padding-top: 15px;
    text-align: left;
}

.product-right-block .rcb-brand {
    padding-top: 5px;
    font-size: 15px;
    color: #828282;
}

.product-right-block .rcb-brand .rcb-brand-value {
    color: #0b4b7d;

    font-weight: bold;
}

.product-right-block .rcb-country {
    padding-top: 5px;
    font-size: 15px;
    color: #828282;
}

.product-right-block .rcb-country .rcb-country-value {
    color: #000000;
}

.product-right-block .rcb-brand-code {
    padding-top: 5px;
    color: #828282;
    font-size: 15px;
}

.product-right-block .rcb-brand-code .rcb-brand-code-value {
    color: #000000;
}

.product-right-block .rcb-available,
.mobile-rcb .rcb-available {
    margin-left: 20px;
    font-size: 14px;
}

.product-right-block .rcb-available-order {
    padding-top: 10px;
    font-size: 14px;
    width: auto;
}

.product-right-block .rcb-available-order .rcb-available-order-text {
    background-color: #fbb601;
    color: white;
    padding: 5px 5px;
}

.product-right-block .rcb-available .able-text,
.mobile-rcb .rcb-available .able-text {
    color: #0f902e;
    padding-left: 5px;
}

.product-right-block .rcb-available .not-able-text,
.mobile-rcb .rcb-available .not-able-text {
    color: #fa0012;
    padding-left: 5px;
}

.product-right-block .rcb-available .not-able-text:hover,
.mobile-rcb .rcb-available .not-able-text:hover {
    text-decoration: underline;
    cursor: pointer;
}

.price-accum {
    display: flex;
    margin-left: 25px;
}

.price-accum-toggle {
    position: absolute;
    left: 190px;
    bottom: 85px;
}

.price-accum-toggle label em{
    display: none;
    font-style: normal;
    font-size: 12px;
    color: #0b4b7d;
    position: relative;
    top: -4px;
    left: -4px;
}

.price-accum em {
    font-style: normal;
    font-size: 12px;
    color: #0b4b7d;
    position: relative;
    top: 8px;
    left: 2px;
}

.rcb-price-tooltip {
    display: none;
    position: absolute;
    left: 350px;
    bottom: 110px;
    width: 150px;
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    padding: 2px;
}

/*.rcb-price-tooltip {
    display: none;
    position: absolute;
    left: 390px;
    bottom: 70px;
    width: 150px;
    font-size: 12px;
    text-align: center;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    padding: 2px;
}*/

.price-accum-toggle em:hover {
    cursor: pointer;
}

.price-accum-toggle input[type="checkbox"]:checked ~ .rcb-price-relevant .rcb-price-tooltip {
    display: block !important;
}

.product-right-block .rcb-price .rcb-price-relevant {
    background-color: #f7e86c;
    border-radius: 7px;
    font-weight: bold;
    -webkit-border-radius: 7px;
    padding: 0px 8px;
    height: 24px;
    margin: 11px 0;
}

.product-right-block .rcb-price .rcb-price-accum,
.mobile-rcb .rcb-price .rcb-price-accum {
    background-color: #9999991c;
    border-radius: 7px;
    font-weight: bold;
    -webkit-border-radius: 7px;
    padding: 0px 8px;
    height: 24px;
    margin: 11px 0;
}

.product-right-block .rcb-price,
.mobile-rcb .rcb-price {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.price-container {
    display: flex;
}

.old-price {
    margin-left: 45px;
    font-size: 15px;
    text-decoration: line-through;
}

.discount-amount {
    border: 2px solid red;
    color: red;
    padding: 2px 4px;
    border-radius: 4px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: normal;
}

.new-price data {
    font-size: 20px;
    color: red;
    font-weight: bold;
}

.rcb-price-container {
    display: none;
    margin-left: 10px;
  }

.wholesale-container {
    display: flex;
    gap: 10px;
    margin-left: 10px;
}
.wholesale-box {
    text-align: left;
    font-size: 12px;
    color: #777;
}
.wholesale-box span {
    color: red;
    font-size: 12px;
    margin-left: 5px;
}

.wholesale-box p {
    margin: 0;
}

.wholesale-price {
    font-weight: bold;
    font-size: 1rem;
    color: black;
}

.wholesale-info-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    line-height: 12px;
    cursor: pointer;
}

.wholesale-info-icon::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23000' stroke-width='1.5' opacity='0.5'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.5' d='M12 17v-6'/%3E%3Ccircle cx='1' cy='1' r='1' fill='%23000' transform='matrix(1 0 0 -1 11 9)'/%3E%3C/g%3E%3C/svg%3E");
    background-color: #686868;
    mask-image: var(--svg);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    vertical-align: super;
}

.rcb-quantity-input {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f8f8;
    padding: 2px;
    width: min-content;
    margin-left: 25px;
}

.quantity-btn {
    width: 26px;
    height: 26px;
    border: none;
    background: #ddd;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.3s;
}

.quantity-btn {
    background: #fff;
}

.quantity-btn:hover {
    background: #ccc;
}

.quantity-input {
    width: 50px;
    height: 26px;
    text-align: center;
    font-size: 16px;
    border: none;
    background: transparent;
    outline: none;
    -moz-appearance: textfield;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wholesale-info {
    cursor: pointer;
    color: #d9534f;
    background-color: #fff4f4;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}

.wholesale-info:hover {
    background-color: #ffe6e6;
}

.wholesale-prices {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.wholesale-table {
    width: 100%;
    border-collapse: collapse;
}

.wholesale-table th,
.wholesale-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}

.wholesale-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    font-size: 13px;
}

.wholesale-arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 1s ease;
    color: black;
}

.hidden + .wholesale-arrow {
    transform: rotate(0deg); 
}

.wholesale-prices:not(.hidden) + .wholesale-arrow {
    transform: rotate(180deg);
}

@media only screen and (max-width:992px) { 
    .product-right-block .rcb-price, .mobile-rcb .rcb-price {
        height: auto;
        display: block;
        padding-top: 20px;
    }

    .rcb-price-container {
        display: inline-flex;
      }

    .rcb-price-discount {
        padding-top: 15px;
    }

    .price-accum {
        display: initial;
    }
}

.mobile-rcb .rcb-price .rcb-price-relevant {
    background-color: #f7e86c;
    border-radius: 7px;
    padding: 5px 8px;
    font-weight: bold;
    -webkit-border-radius: 7px;
}

.product-right-block .rcb-price .rcb-price-relevant.price-none,
.mobile-rcb .rcb-price .rcb-price-relevant.price-none {
    background-color: #eee;
    color: #999;
}

.product-right-block .rcb-buttons,
.mobile-rcb .rcb-buttons {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.product-right-block .rcb-buttons .rcb-buttons-fav,
.mobile-rcb .rcb-buttons .rcb-buttons-fav {
    border-right: 1px solid #e9e9e9;
    display: flex;
    padding-right: 14px;
    padding-left: 14px;
    justify-items: center;
    align-items: center;
}

.product-right-block .rcb-buttons .rcb-buttons-fav .cart-content-favoritelist,
.mobile-rcb .rcb-buttons .rcb-buttons-fav .cart-content-favoritelist {
    background-image: url("/media/img/icons/favorite.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 28px;
    width: 29px;
}

.product-right-block .rcb-buttons .rcb-buttons-fav .cart-content-favoritelist.isAddedToFavoritelist,
.mobile-rcb .rcb-buttons .rcb-buttons-fav .cart-content-favoritelist.isAddedToFavoritelist {
    background-image: url("/media/img/icons/favorite1.png");
}

.product-right-block .rcb-buttons .rcb-buttons-cart,
.mobile-rcb .rcb-buttons .rcb-buttons-cart {
    border-right: 1px solid #e9e9e9;
    display: flex;
    padding-right: 14px;
    justify-items: center;
    align-items: center;
}

.product-right-block .rcb-buttons .rcb-buttons-cart-now,
.mobile-rcb .rcb-buttons .rcb-buttons-cart-now {
    padding-left: 14px;
    display: flex;
    justify-items: center;
    align-items: center;
}

.product-right-block .rcb-buttons button,
.mobile-rcb .rcb-buttons button {
    background-color: #0f902e;
    border: 1px #0f902e solid;
    color: #ffffff;
    font-size: 16px;
    padding-left: 12px;
    cursor: pointer;
    padding-right: 12px;
    line-height: 28px;
}

.product-right-block .rcb-buttons .rcb-buttons-cart-now button,
.mobile-rcb .rcb-buttons .rcb-buttons-cart-now button {
    background-color: #ff2f00;
    border: 1px #ff2f00 solid;
    color: #ffffff;
    font-size: 16px;
    padding: 0 12px;
    cursor: pointer;
    line-height: 28px;
}

.mobile-rcb .rcb-buttons .rcb-buttons-cart-now button {
    padding: 0 6px !important;
}

.product-right-block .rcb-buttons button.price-none,
.mobile-rcb .rcb-buttons button.price-none {
    background-color: #eee;
    border: 1px #999 solid;
    color: #999;
}

.product-right-block .rcb-info {
    font-size: 14px;
}

.product-right-block .rcb-banner img {
    height: 120px;
    width: 100%;
}

.product-right-block .rcb-banner-gut-meister img {
    height: 150px;
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    object-fit: contain;
}

.product-right-block .nav-pills .nav-link.active {
    font-size: 19px;
    font-weight: bold;
    background-color: #0b4b7d;
    color: #ffffff;
    padding: 5px 30px;
    border-radius: unset;
}

/*sidebar*/
.sidebar {
    /*border: 1px #dfdfdf solid;*/
    font-size: 14px;
}

.sidebar-content {
    padding-bottom: 15px;
}

.sidebar .sidebar-block {
    padding-top: 15px;
    border-bottom: 1px solid #cccccc;
}

.sidebar .sidebar-block.first-row {
    padding-top: 0px;
}

.sidebar .f-price {
    width: 100%;
}

.sidebar .sidebar-block-title {
    color: #0b4b7d;
    padding: 5px;
}

.sidebar .sidebar-prices-slider {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sidebar .sidebar-prices {
    display: flex;
    justify-content: start;
    padding-bottom: 10px;
}

.sidebar input.f-price {
    background-color: #ffffff;
    border: 1px solid #a09fa1;
    box-sizing: border-box;
    color: #a09fa1;
    display: block;
    cursor: text;
    font-size: 14px;
    height: 27px;
    line-height: 25px;
    outline: none;
    padding: 0px 10px 0px 10px;
    transition: 200ms;
    width: 60px;
}

.sidebar button.btn-apply {
    border: 1px solid #0f902e;
    background-color: #0f902e;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    margin-left: 0px;
    outline: none;
    padding: 0px 10px 0px 10px;
    transition: 200ms;
    text-transform: uppercase;
    width: 100%;
}

.sidebar .sidebar-prices-item {
    padding: 5px;
}

.sidebar .sidebar-vendor {
    padding: 5px;
}

.sidebar .sidebar-country {
    padding: 5px;
}

.sidebar .sidebar-extra-filters {
    padding: 5px;
}

.sidebar input.f-brand,
.sidebar input.f-country,
.sidebar input.f-stock,
.sidebar input.extra-filters {
    position: relative;
    top: 1px;
    cursor: pointer;
}

.sidebar label.f-brand-label,
.sidebar label.f-country-label,
.sidebar label.f-stock-label,
.sidebar label.extra-filters-label {
    padding-left: 7px;
    cursor: pointer;
}

.sidebar input.f-brand,
.sidebar input.f-country,
.sidebar input.free_delivery {
    position: relative;
    top: 1px;
    cursor: pointer;
}

.sidebar label.f-brand-label,
.sidebar label.f-country-label,
.sidebar label.free_delivery-label {
    padding: 0 7px 0 7px;
    cursor: pointer;
}

.sidebar div.filter-block-h.search-description-li-hidden {
    display: none;
}

.sidebar div.filter-block-h.search-description-li-hidden.show {
    display: block;
}

.sidebar div.filter-block-h.search-description-li-toggle {
    color: #047dbc;
    list-style: none;
    padding-top: 5px;
    font-size: 13px;
    cursor: pointer;
}

.sidebar div.filter-block-h.search-description-li-toggle:hover {
    text-decoration: underline;
}

/*filter-delete*/

.shop-clear-filters ul {
    list-style: none;
    line-height: normal;
    margin: 0;
    padding: 20px 0 0;
    text-align: left;
    display: flex;
    justify-content: start;
}

.shop-clear-filters ul li {
    position: relative;
    padding-right: 5px;
}

.shop-clear-filters ul li p {
    border: 1px #cccccc solid;
    /*border-radius: 5px;*/
    color: inherit;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    -webkit-radius: 5px;
}

.shop-clear-filters ul li p.last {
    border: 1px #e3000f solid;
    color: #e3000f;
}

.shop-clear-filters ul li p span {
    margin: 0;
    padding-left: 5px;
    color: #e3000f;
    font-weight: bold;
    display: inline;
}

.product-right-block .rcb-buttons .rcb-buttons-cart-now button.add-content-cart-now-sec {
    display: none;
}

/*productdescription*/
#productdescription-content {
    padding: 15px 0 15px 0;
    overflow: hidden;
    margin-bottom: 50px;
}

#productdescription .productdescription-title {
    font-size: 19px;
    padding-bottom: 15px;
    font-weight: bold;
}

#productdescription .productdescription-item {
    font-size: 14px;
    /*padding-bottom: 7px;
    padding-right: 7px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 2px solid #E5E5E5;
    margin: 0 10px 0 0;*/
    text-align: justify;
}

/*************delivery block*********************/

.block_delivery {
    border-bottom: 18px solid #f7f7f7;
}

.delivery-title {
    font-size: 19px;
    padding: 15px 5px;
    font-weight: bold;
    float: left;
}

.delivery_type {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.delivery_type_method {
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.delivery_type_text {
    color: #0b4b7d;
    text-align: right;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    letter-spacing: -0.16px;
}

.delivery_text_small {
    color: #7c7c7b;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin: 0;
}

.delivery_type_text_black {
    color: #000;
    text-align: right;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.delivery_type_icon {
    margin-right: 20px;
    height: 30px;
    width: 30px;
}

.delivery_line {
    height: 18px;
    background: #f7f7f7;
}

.delivery_free_icon {
    width: 80px;
    margin: 30px 0 15px;
}

.delivery_free_title_name {
    color: #0b4b7d;
    text-align: center;
    font-family: Arial;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.delivery_free_text {
    color: #000;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.delivery_free_text_small {
    color: #7c7c7b;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/*************hover block*********************/

.prod-hover {
    position: absolute;
    height: 400px;
    background-color: #fff;
    top: 90px;
    right: 5px;
    left: -40%;
    z-index: 100;
    display: none;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    /*box-shadow: 0 0 0 99999px rgb(0 0 0 / 60%);
    box*/
    -shadow: 0 0 0 100vmax rgb(0 0 0 / 60%);
}
.hov_top {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    /*    cursor: pointer;*/
}
/*.hov_bottom {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}*/
.hov_bigF {
    position: relative;
    height: 225px;
    margin: 0 25px;
    overflow: hidden;
}
.hov-prev,
.hov-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 5px;
    margin-top: -26px;
    color: #004884;
    background-color: #ffffff2e;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border: none;
    z-index: 100;
}
.hov-prev:hover,
.hov-next:hover {
    color: #fff;
    background-color: #004884cf;
}
.hov-prev {
    left: 0;
}
.hov-next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.hov-big-img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.hov_smallF {
    width: 100%;
    height: 60px;
    margin: 15px 0px 10px 0;
    overflow: hidden;
    text-align: left;
}
.hov-small-img {
    height: 60px;
    margin: 0 5px;
    padding: 3px;
    z-index: 1000;
}
.hov_name {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px 0 5px;
    line-height: normal;
    text-align: center;
    color: #0072bc;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin: 0;
}
.hov-price {
    font-size: 15px;
    background-color: #f7e86c;
    border-radius: 7px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-border-radius: 7px;
    float: left;
    margin-left: 25px;
    color: #0b4b7d;
}
.hov-favoritelist {
    background-image: url(/media/img/icons/favorite.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 50px;
    float: left;
    cursor: pointer;
}
.hov-favoritelist:hover {
    background-image: url(/media/img/icons/favorite1.png);
}
.hov-cart {
    background-image: url(/media/img/icons/cart_add.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 30px;
    width: 50px;
    float: left;
    cursor: pointer;
    margin: 0 25px 0 10px;
}
.hov-cart:hover {
    background-image: url(/media/img/icons/cart_add1.png);
}

.additional-styles {
    display: block;
    position: fixed;
    z-index: 510;
    margin-left: -7.5px;
    width: 97%;
    top: 13px;
    height: 100vh;
    background: white;
}

#toggleFiltersButton,
#hideFiltersButton {
    display: none;
    border: none;
    color: white;
    padding: 4px 14px;
    width: 150px;
    margin-top: 0px;
    background-color: #004884;
    position: relative;
    top: -9px;
    z-index: 50;
}

.modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 500;
}

body.modal-open .modal-background {
    display: block;
}

body.modal-open {
    overflow: hidden;
}

.fixed-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    background: white;
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.08);
}

#hideFiltersButton {
    display: none;
}

.choose-show-items {
    display: none;
}

.choose-show-items button {
    border: none;
    background: none;
}

.choose-show-items img {
    width: 30px;
    height: 30px;
}

.choose-show-items button:focus {
    outline: 0;
}

.button-active {
    background: #f3f1f1 !important;
    border-radius: 5px;
    transition: 0.5s;
}

@media only screen and (max-width: 768px) {
    .prod-hover {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .choose-show-items {
        display: flex;
        justify-content: flex-end;
    }
    .sidebar-content {
        display: none;
    }

    #toggleFiltersButton {
        display: block;
    }

    #sort {
        position: relative;
        top: -43px;
        margin-bottom: -54px;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #sort {
        position: relative;
        top: -73px;
        margin-bottom: -54px;
    }
}

@media (max-width: 500px) {
    .additional-styles {
        width: 95%;
    }
    .mobile-rcb .rcb-buttons button {
        padding: 0 4px;
    }
    .product-right-block .rcb-buttons .rcb-buttons-cart,
    .mobile-rcb .rcb-buttons .rcb-buttons-cart {
        padding-right: 7px;
    }
    .product-right-block .rcb-buttons .rcb-buttons-cart-now,
    .mobile-rcb .rcb-buttons .rcb-buttons-cart-now {
        padding-left: 7px;
    }
    .mobile-rcb {
        padding-left: 0;
    }
    .price-accum-toggle {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .additional-styles {
        width: 94%;
    }

    #toggleFiltersButton {
        width: 135px;
    }
    .choose-show-items {
        display: none;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .price-container {
        display: block;
    }
}

@media only screen and (max-width: 406px) {
    .product-right-block .rcb-buttons .rcb-buttons-cart-now button.add-content-cart-now-sec {
        display: block;
    }

    .product-right-block .rcb-buttons .rcb-buttons-cart-now button.add-content-cart-now-fir {
        display: none;
    }

    .product-right-block .rcb-buttons .rcb-buttons-fav {
        padding-right: 10px;
        padding-left: 10px;
    }

    .product-right-block .rcb-buttons .rcb-buttons-cart {
        padding-right: 10px;
    }

    .product-right-block .rcb-buttons .rcb-buttons-cart-now {
        padding-left: 10px;
    }
    #select_sort {
        padding: 5px 0px;
    }
}

@media only screen and (max-width: 305px) {
    .product-right-block .rcb-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-right-block .rcb-buttons .rcb-buttons-cart {
        border: none;
        margin: 0;
        padding: 0 0 10px 0;
    }

    .product-right-block .rcb-buttons .rcb-buttons-fav {
        border: none;
        margin: 0;
        padding: 0 0 10px 0;
    }

    .product-right-block .rcb-buttons .rcb-buttons-cart-now {
        margin: 0;
        padding: 0;
    }
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */

.rating-pr > input:checked ~ label, /* show gold star when clicked */


.rating1:not(:checked) > label:hover, /* hover current star */
.rating1:not(:checked) > label:hover ~ label {
    color: #ffd700;
} /* hover previous stars in list */

.rating1 > input:checked + label:hover, /* hover current star when changing rating */
.rating1 > input:checked ~ label:hover,
.rating1 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating1 > input:checked ~ label:hover ~ label {
    color: #ffed85;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.ratingLive > input:checked ~ label, /* show gold star when clicked */
.ratingLive:not(:checked) > label:hover, /* hover current star */
.ratingLive:not(:checked) > label:hover ~ label {
    color: #ffd700;
} /* hover previous stars in list */

.ratingLive > input:checked + label:hover, /* hover current star when changing rating */
.ratingLive > input:checked ~ label:hover,
.ratingLive > label:hover ~ input:checked ~ label, /* lighten current selection */
.ratingLive > input:checked ~ label:hover ~ label {
    color: #ffed85;
}

/********* 9:00 **********/
#custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none; /* блокує дії */
    cursor: none; /* Сховати курсор */
}

.blur-layer {
    backdrop-filter: blur(10px);
    background-color: rgba(99, 192, 226, 0.64); /* світлий синій напівпрозорий */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: auto; /* дозволяє взаємодію лише з картинкою */
    background-image: url(https://strans.ua/images/hvylyna_movchania.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 40px;
    color: #fff;
    font-size: 20px;
}
.popup-content img {
    width: auto;
    height: 50px;
    object-fit: contain;
    float: right;
}

#countdown-timer {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e3dca7;
    margin: 10px 0 20px;
    text-align: center;
}

/* Заборона прокрутки */
.no-scroll {
    overflow: hidden;
}

/* Блокування всього позаду */
body.no-interaction * {
    pointer-events: none !important;
    user-select: none !important;
}

@media (max-width: 800px) {
    .popup-image {
        font-size: 12px;
        padding: 15px;
        width: 80%;
    }
}

/******************************************/
/*Video on full screen in product card*/
.fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened 
.fancybox-skin .fancybox-outer .fancybox-nav {
    height: 90%;
}
