.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: 90px;
}

.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 .video_shorts_item {
    position: relative;
}

.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;
}
