.product-sell {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 8px;
    border-radius: 4px;
}

.sc-product-images-additional .slick-slide img {
    width: 100%;
    height: auto;
    min-height: 60px;
}

body .ocf-value-count .ocf-num-abbr {
    color: #46494e;
}

.sc-module-title,
.sc-product-content-card .sc-module-caption > div,
#product h1 {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
}

.sc-module-title
.red-text {
    color: red;
}

.green-text {
    color: green;
}

.text-green {
    color: #02B302;
}

.text-desc-special {
    font-size: 12px;
    color: #999;
}

.sc-product-timer-inner .sc-product-timer-delimiter {
    display: none;
}

.sc-product-timer-inner .flex-column {
    background-color: white;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    display: flex;
    align-content: center;
    justify-content: center;
    box-shadow: 0px 1px 5px #999;
}

.sc-product-timer-inner {
    color: #000;
}

.sc-product-timer .sc-product-timer-text {
    color: #999;
}

.product-text-discount {
    background-color: red;
    color: white;
    text-transform: uppercase;
    padding: 2px 4px;
    font-size: 10px;
    border-radius: 4px;
    font-weight: 600;
}

.sc-product-add-to-compare,
.sc-product-add-to-wishlist {
    display: flex;
    gap: 10px;
    font-size: 12px;
    min-height: 50px;
}

.sc-product-add-to-buttons {
    width: 50%;
    justify-content: center;
}

.sc-product-add-to-compare button,
.sc-product-add-to-compare button.sc-btn.added,
.sc-product-add-to-wishlist button,
.sc-product-add-to-wishlist button.sc-btn.added {
    padding: 0 !important;
    gap: 10px;
    background-color: transparent !important;
    border: 0 !important;
    text-shadow: none !important;
    filter: none !important;
    color: #8f90a6 !important;
    text-align: left;
    /*margin-left: auto;*/
}

.sc-product-add-to-wishlist button:hover span,
.sc-product-add-to-compare button:hover span {
    color: #8f90a6 !important;
    text-shadow: none !important;
}

.sc-product-add-to-wishlist button:hover .sc-btn-icon,
.sc-product-add-to-compare button:hover .sc-btn-icon {
    background-color: #8f90a6 !important;
}

.sc-product-add-to-wishlist button.sc-btn.added span.sc-btn-icon,
.sc-product-add-to-compare button.sc-btn.added span.sc-btn-icon {
    background: #06c270 !important;
}

#fast_buy_section {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f9f9f9;
}

.sc-delivery-title,
.sc-guarantee-title {
    padding-bottom: 10px;
}

.proposition {
    display: block !important;
}

.dpost {
    display: flex;
    align-items: center;
    padding: 15px 0;
    gap: 10px;
    font-size: 15px;
    color: #000;
}

.guarantee_text {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1;
    min-width: 238px;
    color: #000;
}

.delivery_info .icon,
.guarantee_text .image {
    color: #000;
}

.dpost b,
.guarantee_text b {
    color: #000;
}

.guarantee_text .image {
    font-size: 25px;
}

.dpost .image img {
    width: auto;
    height: 30px;
}

.delivery_info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1;
    color: #000;
}

.delivery_info .icon {
    font-size: 25px;
}

.ukrcredits_buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 50%;
}

.ukrcredits_buttons button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 1px 5px #999;
    min-height: 50px;
    background: white;
    border-color: white;
    color: #000;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.ukrcredits_buttons button:active, .ukrcredits_buttons button:hover, .ukrcredits_buttons button:focus {
    background: #06c270;
    border-color: #06c270;
    color: #fff;
    /*opacity: 0.9;*/
}

#button-cart {
    width: 50%;
}

.sc-product-timer {
    max-width: 248px;
    width: 100%;
}

.sc-product-one-click-btn {
    height: 48px;
    width: 50%;
}

.product-groups {
    padding-top: 0;
}

#ukrcredit-popup {
    font-size: 13px;
}

#ukrcredit-popup .form-select {
    width: 110px;
}

.sc-product-tab + .sc-product-tab {
    color: #ABACBC;
}

#ukrcredit-popup .prop_total button {
    height: 40px;
    color: white;
    background-color: rgb(0, 179, 0);
}

#oct_byoneclick + .sc-product-add-to-buttons {
    width: 100%;
    justify-content: space-around;
    margin-top: -30px;
    margin-bottom: -30px;
}

#oct_byoneclick + .sc-product-add-to-buttons .sc-product-add-to-compare,
#oct_byoneclick + .sc-product-add-to-buttons .sc-product-add-to-wishlist {
    justify-content: center;
}

.video-wrapper {
    width: 100%;
    max-width: 921px;
    margin: 20px auto auto auto;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 921px;
    max-height: 522px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

#productImages .sc-module-stickers {
    position: relative;
}

.youtube-shorts-slide iframe {
    width: 100%;
}

.sc-module-sticker-stickers_bestseller {
    order: 1;
}

.sc-module-sticker-stickers_ie-videoohliad {
    order: 3;
}

#productImages .sc-module-stickers-left {
    display: flex !important;
    position: absolute;
    top: 14px;
    width: calc(100% - 50px);
    height: 575px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: start !important;
}

.product-layout .sc-module-img img {
    width: auto;
}

.product-layout .sc-module-sticker {
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#productImages .sc-module-stickers-left .sc-module-sticker {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    border-radius: 0;
}

#productImages .sc-module-stickers-left .stickers_ofitsiinyi-partner {
    position: absolute;
    right: 0;
    bottom: 0;
}

#productImages .sc-module-stickers-left .sc-module-sticker:not(.sc-module-sticker-image) {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold !important;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    width: fit-content;
}

.sc-stock-notifier-btn {
    margin-top: 22px;
    background-color: #999 !important;
    margin-bottom: 20px;
}

.sc-product-images-additional .slick-index-0 {
    display: none;
}

.promotion-stickers {
    position: relative;
}

.stickers_ofitsiinyi-partner {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 9;
}

.stickers_ofitsiinyi-partner img {
    width: 100px;
}

#productImages .sc-module-stickers-left .sc-module-sticker.sc-module-sticker-image {
    padding: 0;
}

#productImages .sc-module-stickers-left .sc-module-sticker img {
    width: 100px;
    height: auto;
}

.youtube-shorts-slide {
    text-align: center;
}

.sc-module-sticker-stickers_bestseller {
    /*height: 30px!important;*/
    /*font-size: 16px !important;*/
    line-height: 1;
}

#main-product-you-save {
    height: 40px !important;
    font-size: 20px !important;
    line-height: 1;
    order: 2;
}

.sc-product-images-additional-swiper .video_shorts_item,
.sc-product-images-additional .video_shorts_item {
    position: relative;
}

.video_shorts_item-slide:before,
.sc-product-images-additional .video_shorts_item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cdefs%3E%3Cmask id='ipSPlay0'%3E%3Cg fill='none' stroke-linejoin='round' stroke-width='4'%3E%3Cpath fill='%23fff' stroke='%23fff' d='M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20Z'/%3E%3Cpath fill='%23000' stroke='%23000' d='M20 24v-6.928l6 3.464L32 24l-6 3.464l-6 3.464z'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='%23FF0000' d='M0 0h48v48H0z' mask='url(%23ipSPlay0)'/%3E%3C/svg%3E");
}

.sc-module-stickers {
    min-height: 20px;

}

.sc-module-item .sc-module-stickers {
    max-height: 20px;
    overflow: hidden;
}

.sc-module-stickers .sc-module-sticker {
    height: 20px;
    display: flex;
    align-items: center;
}

body .shipping-method-group .change-shipping-method {
    line-height: 1;
    padding: 0;
    margin-left: auto;
    font-size: 12px;
    position: relative;
    top: -4px;
    color: rgb(0, 179, 0);
}

.gpay-card-info-container-fill, .gpay-card-info-container-fill > .gpay-card-info-container {
    min-height: 48px;
}

.tooltip-inner {
    max-width: 300px;
}

body .tooltip-inner {
    text-align: left !important;
}

.tooltip-inner ul {
    margin-left: 20px !important;
}

.body-product .tooltip {
    z-index: 99999 !important;
}

@media (min-width: 1400px) {
    .sc-product-add-to-compare,
    .sc-product-add-to-wishlist {
        min-width: 135px;
    }
}

@media (max-width: 1600px) {
    .ukrcredits_buttons {
        gap: 10px;
    }

    .ukrcredits_buttons button {
        gap: 5px;
        padding: 5px;
    }

    .sc-product-add-to-buttons {
        justify-content: center;
    }

    .sc-product-add-to-compare button, .sc-product-add-to-compare button.sc-btn.added, .sc-product-add-to-wishlist button, .sc-product-add-to-wishlist button.sc-btn.added {
        gap: 6px;
    }

    .ukrcredits_buttons button img {
        width: 20px;
    }
}

@media (max-width: 1400px) {
    .sc-product-add-to-compare button, .sc-product-add-to-compare button.sc-btn.added, .sc-product-add-to-wishlist button, .sc-product-add-to-wishlist button.sc-btn.added {
        font-size: 10px;
    }

    .ukrcredits_buttons button img {
        width: 20px;
    }
}

@media (max-width: 1199px) {
    .ukrcredits_buttons {
        width: 100%;
    }

    .ukrcredits_buttons button {
        width: 100%;
        justify-content: center;
    }

    .sc-product-add-to-buttons {
        width: 100%;
        justify-content: space-around;
    }

    .ukrcredits_buttons button br {
        display: none;
    }
}

.sc-module-price {
    font-size: 20px;
}

.sc-module-price-old {
    display: block;
}

.sc-module-price-old + .sc-module-price {
    font-size: 18px;
}

@media (max-width: 500px) {
    .sc-product-timer {
        margin: 20px auto 0px auto;
    }

    .sc-module-price-box > div:first-child {
        display: block !important;
    }

    #fast_buy_section {
        flex-wrap: wrap;
    }
}

@media (max-width: 990px) {
    #oct_byoneclick + .sc-product-add-to-buttons {
        margin-top: -10px;
        margin-bottom: -10px;
    }

    #productImages .sc-module-stickers-left .sc-module-sticker:not(.sc-module-sticker-image) {
        height: 22px;
        padding: 2px 8px;
    }

    #main-product-you-save {
        height: 30px !important;
        font-size: 20px !important;
        padding: 2px 8px;
        line-height: 1;
        order: 2;
    }
}

@media (max-width: 767px) {
    .sc-product-images-additional {
        padding-left: 0;
        padding-right: 0;
    }

    .sc-product-images-additional .slick-slide {

    }

    .sc-product-images-additional .slick-slide img {
        min-width: 69px;
        width: 100%;
        height: auto;
        min-height: 69px;
    }

    .sc-product-images-additional .video_shorts_item:before {
        left: 8px;
        top: 31%;
    }

    .stickers_ofitsiinyi-partner {
        bottom: 50px;
    }

    #button-cart {
        width: 100%;
    }

    .sc-product-info-left {
        flex-wrap: wrap;
        gap: 10px;
    }

    body #fast_buy_section,
    body #guarantee_section,
    body #delivery_section {
        padding-top: 0 !important;
    }

    .ukrcredits_buttons {
        width: 100%;
    }

    .ukrcredits_buttons button {
        width: 100%;
        gap: 10px;
        justify-content: center;
    }

    .sc-product-fixed-btns .sc-btn {
        width: calc(50% - 5px);
    }

    #product h1 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .delivery_info {
        padding: 15px 0;
    }

    .guarantee_text {
        padding: 10px 0;
    }

    .sc-product-content {
        margin-top: -50px;
    }
}

@media (max-width: 600px) {
    .sc-product-info-left > div {
        flex: 0 0 48%;
        margin-left: 0 !important;
    }

    /*.sc-product-add-to-buttons {*/
    /*    width: 100%;*/
    /*    justify-content: space-between;*/
    /*}*/
}

@supports (-webkit-appearance: -apple-pay-button) {
    .google-pay {
        display: none;
    }

    button.apple-pay img {
        height: 30px;
        width: 73px;
    }

    button.apple-pay {
        height: 48px;
        margin-bottom: 1.5rem;
    }

    button.apple-pay {
        color: #ffffff;
        background: #000000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 3px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        height: 48px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        grid-column-start: 1;
        grid-column-end: 3;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

}

@supports not (-webkit-appearance:-apple-pay-button) {
    button.apple-pay {
        display: none;
    }
}

@media (max-width: 576px) {
    .sc-module-item {
        width: 50%;
    }

    [data-type=split] .sc-module-caption, [data-type=split] .sc-module-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    [data-type=split] .sc-module-caption {
        padding-left: 0;
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem
    }

    .sc-category-products .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    [data-type=split] {
        --bs-gutter-y: 0.5rem !important;
        --bs-gutter-x: 0.5rem !important;
    }

    .product-layout .sc-module-title {
        display: block;
        height: 50px;
        overflow: hidden;
    }

    .product-layout .sc-module-stickers {
        height: 43px;
        overflow: hidden;
    }

    [data-type=split] .sc-module-item {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    [data-type=split] .sc-module-cart .sc-btn-primary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 786px) {
    .wlogin_social img {
        margin: 10px auto;
    }
}

.wlogin_or {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.wlogin_or::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
    z-index: 1;
}

.wlogin_or span {
    background: #fff;
    color: #888;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.wlogin_social .social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 10px;
    background-color: #fff;
    gap: 12px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.wlogin_social .social-icon svg {
    width: 40px;
    height: 40px;
}

.wlogin_social .social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.wlogin_social img {
    width: 40px;
    height: 40px;
}

.wlogin_social {
    gap: 12px;
}

.wlogin_social .col-sm-6 {
    width: 100%;
}

.rm-account-login .sc-account-login-button {
    width: 100%;
    height: 60px
}

@media (min-width: 768px) {
    .rm-account-login .form-control {
        max-width: 100%;
        height: 60px;
    }
}

.sc-youtube-video {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 12px;
    z-index: 3;
    cursor: pointer;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-results__option,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Open Sans', sans-serif;
}

.sc-product-images-main-swiper .swiper-slide img,
.sc-product-images-additional-swiper-item img {
    max-width: 100%;
    height: auto;
}

.sc-product-images-additional-swiper .swiper-slide {
    width: 80px !important;
    height: 80px !important;
}

.video_shorts_item-slide {
    background-position: center;
    background-size: cover;
}

.product-not-special {
    margin-top: 18px;
}

#pdfModal .modal-dialog {
    max-width: 800px;
}

#pdf-canvas-container canvas {
    width: 100% !important;
}

.sc-module-consult-btn {
    min-height: 36px;
    white-space: normal;
}

/**/
/* The switch - the box around the slider */
.switch-new {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
}

/* Hide default HTML checkbox */
.switch-new input {
    display: none;
}

/* The slider */
.switch-new .slider-new {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(242, 242, 245, 1);
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid rgba(147, 147, 147, 1);
}

.switch-new .slider-new:before {
    position: absolute;
    content: "";
    height: 11.64px;
    width: 11.64px;
    left: 1.5px;
    bottom: 1px;
    background-color: rgba(147, 147, 147, 1);
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-new input:checked + .slider-new {
    background-color: rgb(1, 160, 227);
    border-color: rgb(1, 160, 227);
}

.switch-new input:checked + .slider-new:before {
    background-color: white;
}

.switch-new input:focus + .slider-new {

}

.switch-new input:checked + .slider-new:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.switch-new .slider-new.round {
    border-radius: 34px;
}

.switch-new .slider-new.round:before {
    border-radius: 50%;
}

/**/

.oct-checkout-block-title span {
    padding-left: 6px !important;
}

.form-check-label {
    cursor: pointer;
}

.shipping-method-box .form-check img {
    filter: grayscale(1);
    height: 46px;
}

.shipping-method-box .form-check > input:checked + label img {
    filter: grayscale(0);
}

.delivery_free_message {
    margin: 20px 0;
    padding: 12px;
    color: rgba(82, 163, 243, 1);
    background-color: rgba(245, 248, 255, 1);
}

.oct-checkout-block:not(.oct-checkout-actions):not(.comment-block) {
    box-shadow: none;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position: relative;
    background-color: white;
    border: 1px solid #E4E4EB;
    border-radius: 6px;
    overflow: hidden;
    padding: 24px;
}
.comment-block {
    padding: 0;
}
.oct-checkout-block.oct-checkout-actions {
    box-shadow: none;
    padding-top: 0;
}

.oct-checkout-cart-delete-btn-icon {
    width: 20px;
    height: 20px;
}

.oct-checkout-cart-delete-btn {
    background-color: transparent !important;
}

#cart-table {
    padding: 24px;
    background-color: white;
    padding-bottom: 0;
}

.sc-checkout-cart-border {
    background-color: white;
    border: 1px solid #E4E4EB;
    border-radius: 6px;
    overflow: hidden;
}

#cart-table > #cart-table {
    padding: 0;
    border: none;
}

#cart-table .oct-checkout-cart {
    background-color: #F8F9FA;
    border-radius: 12px;
    margin-bottom: 18px;
    padding: 14px 24px;
}

#cart-table .oct-checkout-cart-price {
    text-align: left;
    margin-left: 0;
}

#cart-table .oct-checkout-cart-price s {
    font-size: 12px;
    color: #8F90A6;
    text-align: left;
    min-height: 15px;
}

#cart-table .oct-checkout-cart-price b {
    text-align: left;
    color: #52A3F3;
    font-size: 18px;
    font-weight: bold;
}

#cart-table .oct-checkout-cart-product-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 140%;
    margin-bottom: 0 !important;
}

#cart-table .oct-checkout-cart-delete-btn {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#cart-table .product-color {
    font-size: 12px;
    color: #818181;
    min-height: 18px;
}
.oct-checkout-cart-product-info a img {
    border-radius: 8px;
}
.oct-checkout-block  .product-content {
    margin-left: 42px;
}
.oct-checkout-block .product-title {
    min-height: 86px;
}
.oct-checkout-actions-total {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.oct-checkout-actions-total-item span {
    font-size: 16px;
    font-weight: 500;
    color: #868686;
    line-height: 24px;
}

.oct-checkout-actions-total-item span:not(.light-text) {
    color: #000;
    font-weight: 500;
}

.oct-checkout-actions-total > div:last-child {
    border-top: 1px solid #E4E4EB;
    padding-top: 12px;
}

.oct-checkout-actions-total > div:last-child span {
    color: #000;
    font-weight: 600;
}

.oct-checkout-actions-total > .oct-checkout-actions-total-item:not(:first-child) {
    margin-top: 13px;
}

.oct-checkout-actions-total > div:last-child span + span {
    font-size: 18px !important;
    font-weight: 600;
}

.oct-fastorder-payment > button {
    background-color: #52A3F3;
    height: 56px;
    font-size: 16px;
    font-weight: 500;
}

.comment-block .comment-spoiler {
    border-radius: 6px;
    background: #fff;
}

.comment-block .comment-spoiler__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 18px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

.comment-block .comment-spoiler__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.comment-block .comment-spoiler__icon:before, .comment-spoiler__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
}

.comment-block .comment-spoiler__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.comment-block .comment-spoiler.is-open .comment-spoiler__icon:after {
    display: none;
}

.comment-block .comment-spoiler__content {
    padding: 12px 16px;
    border-top: 1px solid #eef1f6;
}

.comment-block .comment-spoiler__content[hidden] {
    display: none !important;
}

.comment-block .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.installments-group input[type="radio"]:not(:checked) + button {
    filter: grayscale(1);
    opacity: 0.5;
}

/**/

.payment-method .inst-icons {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-left: -20px;
}

.payment-method .inst-btn {
    /*border: 1px solid #e9ecef;*/
    background: #fff;
    /*border-radius: 10px;*/
    /*padding: 6px 8px;*/
    padding: 0;
    line-height: 0;
    cursor: pointer;
    transition: .2s
}

.payment-method .inst-btn:hover,
.payment-method .inst-btn.is-active {
    /*box-shadow: 0 0 0 2px var(--bs-primary, #111) inset;*/
    /*border-color: var(--bs-primary, #111)*/
}

.payment-method .inst-btn img {
    height: 32px;
    width: auto;
    display: block
}

.oct-fastorder-credit-payment .buttons {
    display: none;
}

.oct-fastorder-credit-payment .proposition {
    border: 0;
    background-color: transparent !important;
    padding: 0px 0 0 0;
    margin-left: -2px;
}

@media (max-width: 575.98px) {
    .payment-method .inst-btn img {
        height: 28px
    }
    .oct-checkout-block  .product-content {
        margin-left: 24px;
    }
}

.oct-fastorder-credit-payment {
    min-height: 146px;
}

.oct-fastorder-credit-payment .prop_calc span {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.oct-fastorder-credit-payment .prop_paymentsCount {
    font-size: 16px;
    color: #555;
}

.oct-fastorder-credit-payment .prop_select select {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #000;
    width: 100%;
    max-width: 154px;
    margin-top: 8px;
    height: 36px;
    text-align: center;
    padding: 0 20px 0 20px;
}

.oct-fastorder-credit-payment .prop_select select option {
    text-align: center;
}

.oct-fastorder-credit-payment .progress-bar {
    background-color: #37A0E3;
    height: 4px;
}

.oct-fastorder-credit-payment .progress {
    height: 4px;
}

.oct-fastorder-credit-payment .ui-slider .ui-slider-handle {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    border: 1px solid #37A0E3;
    background: #37A0E3;
}

.oct-fastorder-credit-payment .prop_permounth > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.oct-fastorder-credit-payment .term-slider {
    margin-top: 24px;
}

.oct-fastorder-credit-payment .term-slider .progress {
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.oct-fastorder-credit-payment .term-slider .progress-bar {
    background-color: rgb(1, 160, 227);
    height: 100%;
    transition: width 0.3s ease;
}

.oct-fastorder-credit-payment .term-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    background-color: rgb(1, 160, 227);
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    top: -7px;
    cursor: pointer;
}

.shipping_address_1 label,
.shipping_payment_city label {
    width: 100%;
}

.oct-checkout-actions-total .oct-checkout-actions-total-item.shipping {
    display: none!important;
}

.shipping_fields .select2-container {
    width: 100% !important;
}

.prop_paymentsCount-new {
    font-size: 12px;
    line-height: 140%;
    color: #818181;
}

.oct-fastorder-credit-payment .proposition {
    max-width: 358px;
}

.oct-fastorder-credit-payment .prop_paymentsCount-new {
    font-size: 12px;
    line-height: 140%;
    color: #818181;
    margin-bottom: 12px;
    width: 100%;
}

.oct-fastorder-credit-payment .text_payments_count {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 20px;
    width: 100%;
}

.oct-fastorder-credit-payment .credit-termins {
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.oct-fastorder-credit-payment .credit-termins label {
    font-size: 12px;
    color: #000;
    line-height: 18px;
    display: block;
}

.oct-fastorder-credit-payment .defis {
    padding-top: 25px;
}

.oct-fastorder-credit-payment .prop_permounth > div {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #000;
    width: 100%;
    max-width: 154px;
    margin-top: 8px;
    height: 36px;
    text-align: center;
    padding: 0;
}

.oct-fastorder-credit-payment .progress.progress--with-steps {
    position: relative;
    height: 42px;
    background-color: transparent;
    top: -55px;
    left: -13px;
    box-shadow: none;
    width: calc(100% + 20px);
}

.oct-fastorder-credit-payment .progress.progress--with-steps .progress-bar {
    position: relative;
    z-index: 1;
}

.oct-fastorder-credit-payment .uc-steps {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    margin: 0;
    list-style: none;
    pointer-events: none;
    z-index: 2;
}

.oct-fastorder-credit-payment .uc-steps li {
    text-align: center;
    flex: 0 0 auto;
}

.oct-fastorder-credit-payment .uc-step-dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #EAEAEA;
    margin: 0 auto 4px;
}

.oct-fastorder-credit-payment .uc-step-num {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #000;
    margin-bottom: 4px;
}

.oct-fastorder-credit-payment .uc-steps li.is-active .uc-step-dot {
    background: #37A0E3;
}

.oct-fastorder-credit-payment .ui-widget-content {
    width: 97%;
    margin-left: auto;
}

.oct-checkout .oct-checkout-block .shipping-method-box {
    max-width: 400px;
}

@media (max-width: 767px) {
    .oct-fastorder-credit-payment .ui-widget-content {
        width: 94%;
    }
    .text_delivery_free_3 {
        font-size: 12px;
    }
    .oct-checkout .oct-checkout-block .register_block > .form-group:nth-child(2) {
        margin-top: -2px;
    }
}

.oct-checkout-actions-total .product_discount > span + span {
    color: #DC0000;
}
.shipping-quotes-box .form-check-input,
.payment-method .form-check-input {
    width: 12px;
    height: 12px;
    flex: initial;
}
.shipping-quotes-box .form-check-input:checked,
.payment-method .form-check-input:checked {
    background-color: #37A0E3;
    border-color: #37A0E3;
}

.payment-method .installments-group .form-check-input{
    margin-top: 3px;
}
.article_meta_category {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
    gap: 12px;
    margin-bottom: 15px;
}
.article__meta-item{display:flex;align-items:center;gap:5px}
.article__meta-icon{font-size:.95em;opacity:.85;
margin-right: 0}

.rc-toc {
    border: 1px solid #e5e7eb; border-radius: 8px; padding: 16px; margin: 0 0 16px; background: var(--toc-bg, #fff);
}
.rc-toc__title { font-weight: 600; margin-bottom: 8px; }
.rc-toc__list, .rc-toc__sub { list-style: none; margin: 0; padding: 0; }
.rc-toc__item { margin: 6px 0; }
.rc-toc__sub { margin-left: 16px; }
.rc-toc__link { text-decoration: none; line-height: 1.35; display: inline-block; }
.rc-toc__link:hover { text-decoration: underline; }
.rc-toc__link.is-active { font-weight: 600; }
#rc-desc h2, #rc-desc h3, #rc-desc h4, #rc-desc h5 { scroll-margin-top: 65px; }

.cursor-pointer {
    cursor: pointer;
}

.coupon-block .input-group .sc-btn {
    width: 200px;
}
.coupon-block {
    padding: 0!important;
}
.coupon-block .coupon-spoiler {
    border-radius: 6px;
    background: #fff;
}

.coupon-block .coupon-spoiler__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 19px 18px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
}

.coupon-block .coupon-spoiler__icon {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px
}

.coupon-block .coupon-spoiler__icon:before, .coupon-spoiler__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #111;
    transform: translate(-50%, -50%);
}

.coupon-block .coupon-spoiler__icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.coupon-block .coupon-spoiler.is-open .coupon-spoiler__icon:after {
    display: none;
}

.coupon-block .coupon-spoiler__content {
    padding: 12px 16px;
    border-top: 1px solid #eef1f6;
}

.coupon-block .coupon-spoiler__content[hidden] {
    display: none !important;
}

.coupon-block .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sidebar-main-menu-item-buyers .sidebar-main-menu-item-icon-buyers:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    -webkit-mask-image: url(/catalog/view/theme/oct_showcase/img/menu-icons/buyers.svg);
    mask-image: url(/catalog/view/theme/oct_showcase/img/menu-icons/buyers.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}