.account-user-orders-table {
    cursor: pointer;
}

.menu-logo {
    width: 138px;
}

.menu-wrapper-categories .promo .image-overlay {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: center;
}

.megamenu-pages .dropdown-menu {
    width: inherit;
    padding: 0;
    left: inherit;
}

.megamenu-pages .dropdown-menu li {
    padding: 3px 0;
}

.account-user-orders-table tr:hover.mall-orders-list__details {
    background-color: white;
}


.address-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.form-control:disabled,
.form-control[readonly] {
    cursor: not-allowed !important;
}

.payment-method-selector-tab.active {
    border-bottom: 1px solid #000;
}

.mall-overlay {
    z-index: 99999 !important;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #ffffff85;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mall-form-control {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin: 20px;
}

.mall-input--width-limited {
    max-width: 450px;
}

.mall-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #f3f7f9;
    border-width: 1px;
    border-color: #f3f7f9;
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin-bottom: .75rem;
    min-height: 42.6px;
}

.mall-input,
.mall-label {
    display: block;
    color: #596a73;
}

.mall-payment-method [data-validate-for] {
    margin-bottom: 1rem;
    margin-top: 0;
}

[data-validate-for] {
    color: #cc1f1a;
    font-size: .75rem;
    margin-left: .25rem;
    margin-top: .5rem;
}

.mall-products .product-price {
    justify-content: flex-end;
    gap: 10px;
    flex-direction: row-reverse;
}

.mall-products .product-price__old {
    text-decoration: line-through;
}

.product-sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d0021b;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.product-sale-timer {
    margin-top: 12px;
}

.product-sale-timer__label {
    color: #2f4858;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.product-sale-timer__clock.timer {
    border: 1px solid #d7dce3;
    border-radius: 8px;
    overflow: hidden;
    background: #f4f6f9;
    display: flex;
}

.product-sale-timer__clock.timer > * {
    padding: 10px 8px;
    font-size: 18px;
    color: #1f6f54;
    background: #e6f4ef;
}

.product-sale-timer__clock.timer > * span {
    color: #425466;
    font-size: 10px;
    letter-spacing: 0.05em;
}

.mall-products .mall-loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: white;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    visibility: collapse;
}

.header-sticky {
    z-index: 999;
}

[data-ajax-partial="snippets/youtube-video"] {
    text-align: center;
}


/* General Editor Styling */
.fr-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Arial, sans-serif;
}

.fr-wrapper {
    padding: 10px;
}

/* Inline Formatting */
.fr-fic {
    font-style: italic;
}

.fr-dii {
    font-weight: bold;
    display: inline-block;
}

.fr-underline {
    text-decoration: underline;
}

.fr-strike {
    text-decoration: line-through;
}

.fr-highlight {
    background-color: yellow;
}

/* Paragraph and Text Alignment */
.fr-text-center {
    text-align: center;
}

.fr-text-right {
    text-align: right;
}

.fr-text-left {
    text-align: left;
}

.fr-text-justify {
    text-align: justify;
}

/* Image Styling */
.fr-img-caption {
    text-align: center;
    font-style: italic;
    color: #666;
}

.fr-img-align-left {
    float: left;
    margin-right: 10px;
}

.fr-img-align-right {
    float: right;
    margin-left: 10px;
}

/* Links */
.fr-link {
    color: blue;
    text-decoration: underline;
}

.image-hotspots-section {
    padding: 3rem 0;
}

.image-hotspots {
    position: relative;
    max-width: 1020px;
    margin: 0 auto;
}

.image-hotspots__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 20px;
    background: #f3f7f9;
    box-shadow: 0 16px 36px rgba(31, 40, 47, 0.12);
}

.image-hotspots__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-hotspots__spot {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
    border-radius: 50%;
    background: transparent;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}

.image-hotspots__spot:focus {
    outline: none;
}

.image-hotspots__spot:focus::before {
    box-shadow: 0 0 0 6px rgba(31, 111, 84, 0.18), 0 0 0 10px rgba(15, 23, 42, 0.14);
}

.image-hotspots__spot::before,
.image-hotspots__spot::after {
    content: '';
    position: absolute;
    border-radius: 50%;
}

.image-hotspots__spot::before {
    inset: 0;
    background: #ffffff;
    border: 2px solid #1f6f54;
    box-shadow: 0 0 0 6px rgba(31, 111, 84, 0.18);
}

.image-hotspots__spot::after {
    inset: 7px;
    background: #1f6f54;
}

.image-hotspots__tooltip {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    display: none;
    width: min(280px, calc(100vw - 3rem));
    padding: 1rem 1.125rem;
    border-radius: 16px;
    background: #ffffff;
    color: #2f4858;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
    transform: translateX(-50%);
    z-index: 4;
    text-align: left;
}

.image-hotspots__tooltip::before {
    content: '';
    position: absolute;
    bottom: 90%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
}

.image-hotspots__tooltip--align-left {
    left: 0;
    transform: none;
}

.image-hotspots__tooltip--align-left::before {
    left: 20px;
    transform: rotate(45deg);
}

.image-hotspots__tooltip--align-right {
    left: auto;
    right: 0;
    transform: none;
}

.image-hotspots__tooltip--align-right::before {
    left: auto;
    right: 20px;
    transform: rotate(45deg);
}

.image-hotspots__tooltip-title {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    line-height: 1.3;
    color: #0f172a;
}

.image-hotspots__tooltip-description {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .image-hotspots-section {
        padding: 2rem 0;
    }

    .image-hotspots__frame {
        border-radius: 16px;
    }

    .image-hotspots__tooltip {
        width: min(240px, calc(100vw - 2rem));
        padding: 0.875rem 1rem;
    }
}

.fr-link:hover {
    color: darkblue;
}

/* Lists */
.fr-ul {
    list-style-type: disc;
    padding-left: 20px;
}

.fr-ol {
    list-style-type: decimal;
    padding-left: 20px;
}

/* Tables */
.fr-table {
    border-collapse: collapse;
    width: 100%;
}

.fr-table td,
.fr-table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.fr-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
}

/* Code Blocks */
.fr-code-view {
    font-family: monospace;
    background: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

.rich-editor-custom-styles img {
    width: 90% !important;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}


.hidden {
    display: none;
}


.whatsapp-logo-wrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1050;
    cursor: pointer;

    /* Pulse effect */
    border-radius: 50%;
    animation: whatsapp-pulse 1.6s ease-out infinite;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
}

.whatsapp-logo-button {
    width: 100%;
    height: 100%;
    display: block;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 16px rgba(37, 211, 102, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .whatsapp-logo-wrapper{
        animation: none;
    }
}

.shipping-info table {
    margin: 0 auto;
}

.shipping-info-title-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: black;
    text-transform: uppercase;
}

.cart-logo-button {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #28a745;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(40, 167, 69, 0.55);
    transition: all 0.3s ease;
}

@keyframes cart-pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(40, 167, 69, 0.55);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 16px rgba(40, 167, 69, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.cart-logo-button:hover {
    background: #218838;
    color: white;
}

.cart-logo-button svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

/* Cart count badge */
.cart-count-badge {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0px !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #21587f;
    border-radius: 25px;
    vertical-align: middle;
    position: absolute;
    top: -5px;
    right: -9px;
}

.wrapper-cart {
    position: relative;
}

.wrapper-cart, .wrapper-cart i, .nav-item.cart {
    cursor: pointer;
}


.cart-count-badge--floating {
    position: absolute;
    top: -4px;
    right: -4px;
    margin-left: 0;
    min-width: 20px;
    height: 20px;
    font-size: 11px;
    border-radius: 10px;
    background-color: #dc3545;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

    align-items: center;
    display: flex;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0px !important;
}

/*START Site Structure*/
.main-categories-homepage-cm {
    padding-bottom: 0;
}

@media (min-width: 1200px) {
    .desktop-sub-menu .navbar-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .desktop-sub-menu .navbar-nav .nav-item {
        flex: 0 0 auto;
    }

    .header-desktop-cm nav.navbar-dark,
    .desktop-sub-menu {
        padding: 0 50px;
    }

    .header-desktop-cm .navbar-nav .nav-item+.nav-item {
        margin-left: 20px !important;
    }

    .desktop-sub-menu {
        width: 100%;
        margin-bottom: 10px;
        padding-top: 10px;
        border-top: 1px solid rgb(16, 16, 16);
    }

    .header-desktop-cm ul.navbar-nav li a {
        color: #101010 !important;
    }

    .header-desktop-cm {
        display: block !important;
        background-color: #fff !important;
    }

    .header-mobile-cm {
        display: none !important;
    }

    .desktop-sub-menu .navbar-nav {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .desktop-sub-menu .navbar-nav li a {
        color: #101010;
    }
}

@media (max-width: 1199px) {
    .header-desktop-cm {
        display: none !important;
    }

    .header-mobile-cm {
        display: block !important;
    }

    .header-mobile-cm button.navbar-toggler {
        outline: none !important;
    }

    .header-mobile-cm .swiper-button-prev,
    .header-mobile-cm .swiper-button-next {
        display: none !important;
    }

    .header-mobile-cm .navbar-brand {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .header-mobile-cm .menu-logo {
        margin-left: 35px;
    }

    .nav-mobile-search-cm {
        padding: 0 15px 0 0;
    }

    div.search-cart-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapper-cart {
        color: #101010;
        text-transform: uppercase;
        font-size: 0.875rem;
    }

    .call-us-wrapper {
        border-top: 1px solid rgb(16, 16, 16);
        margin: 20px 0 0 0;
        padding: 30px 0 15px 0;
    }

    .call-us-label {
        font-size: 0.95rem;
        font-weight: bold;
        color: #fff;
        opacity: 0.8;
    }

    .call-us-phone {
        font-size: 1.1rem;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }

    .header-mobile-cm .navbar,
    .header-mobile-cm .megamenu-pages .dropdown-menu {
        background-color: #ebebeb;
    }

    header.header-mobile-cm.header-dark {
        background-color: #ebebeb !important;
    }

    .header-mobile-cm .navbar-dark .navbar-nav .nav-link {
        color: #101010;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox='0%200%2030%2030'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20stroke='%23101010'%20stroke-width='2'%20stroke-linecap='round'%20stroke-miterlimit='10'%20d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
    }

    .call-us-btn {
        display: inline-block;
        background-color: #28a745;
        color: #fff !important;
        font-size: 24px;
        padding: 15px 90px;
        border-radius: 30px;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
        transform-origin: center center;
        animation: pulse 2s infinite ease-in-out;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }

    .cart-count-badge {
        top: -19px;
        right: -14px;
    }
}

.warranty-section {
    padding: 2rem 0;
    background: #f9f9f9;
    text-align: center;
}

.warranty-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.warranty-title {
    font-size: 2rem;
    color: #0b4c6c;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.warranty-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.warranty-section .btn-read-more {
    background: #0b4c6c;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s ease;
}

.warranty-section .btn-read-more:hover {
    background: #084156;
}


.features-section,
.manufacturing-section {
    padding: 6.25rem 0;
}

.manufacturing-section {
    border-top: 1px solid #dddddd;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

.feature-card {
    flex: 1 1 calc(20% - 1.6rem);
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 2rem 1rem;
    text-align: center;
    transition: box-shadow .3s ease;
}

.feature-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon img {
    max-width: 50%;
    height: auto;
}

.feature-subtitle {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.feature-title {
    font-size: 1.1rem;
    color: #0b4c6c;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.warranty-section {
    padding: 6.25rem 0;
    background: #f9f9f9;
    text-align: left;
}

.warranty-section .container {
    max-width: 800px;
    margin: 0 auto;
}

.warranty-title {
    font-size: 2rem;
    color: #0b4c6c;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.warranty-section .collapsible {
    max-height: 5.2rem;
    overflow: hidden;
    transition: max-height .5s ease;
}

.warranty-section .collapsible.expanded {
    max-height: 100vh;
}

.warranty-section .btn-read-more {
    margin: 0 auto 0;
    display: inline-flex;
    align-items: center;
    background: #0b4c6c;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background .3s ease;
}

.warranty-section .btn-read-more:hover {
    background: #084156;
}

#whoAreWeContent {
    margin-bottom: 0;
}

.homepage-blog-posts-cm a {
    font-weight: bold;
    font-size: 15px;
    color: #21587F;
}

.homepage-blog-posts-cm a:hover {
    opacity: .8;
}

.homepage-blog-posts-cm .card-post,
.homepage-blog-posts-cm .card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 4px 6px rgba(0, 0, 0, 0.08);
    transition: box-shadow .3s ease, transform .3s ease;
}

.homepage-blog-posts-cm .card-post .card-body {
    padding: 1.5rem;
}

/*.homepage-blog-posts-cm .card-post:hover,*/
/*.homepage-blog-posts-cm .card:hover {*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15),*/
/*    0 10px 20px rgba(0, 0, 0, 0.10);*/
/*    transform: translateY(-2px);*/
/*}*/

.footer-contact-cm a:hover {
    opacity: .8;
}

.main-categories-homepage-cm .container-full {
    width: 100% !important;
}

.card-scale-cm {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.card-scale-cm .image {
    transform: none !important;
    transition: none !important;
}

@media (hover: hover) {
    .card-scale-cm::after {
        content: "";
        position: absolute;
        inset: -30%;
        background: linear-gradient(60deg,
                transparent 0%,
                rgba(255, 255, 255, .14) 45%,
                rgba(255, 255, 255, .28) 50%,
                rgba(255, 255, 255, .14) 55%,
                transparent 100%);
        transform: translateX(-120%);
        transition: transform .65s ease;
        pointer-events: none;
        z-index: 2;
    }

    .card-scale-cm:hover::after {
        transform: translateX(120%);
    }
}

@media (hover: hover) {
    .card-scale-cm {
        transition: box-shadow .5s ease, transform .5s ease;
    }

    .card-scale-cm:hover {
        box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
        transform: translateY(-2px);
    }
}

.separator-bottom .title-band,
.warranty-section .title-band,
.reasons-title-band {
    display: block;
    background: #21587f;
    color: #fff;
    margin: 0 0 24px;
    padding: 20px 24px;
    border-radius: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 1.2;
    font-size: clamp(20px, 2.2vw, 34px);
    box-shadow: 0 6px 18px rgba(11, 102, 195, .18);
}

.reasons-title-band {
    text-align: center;
}

@media (max-width: 480px) {

    .separator-bottom .title-band,
    .warranty-section .title-band {
        padding: 16px 18px;
        border-radius: 8px;
    }
}

.bestseller-carousel {
    position: relative;
}

.bestseller-carousel .swiper-slide {
    height: auto;
}

.bestseller-carousel .product {
    height: 100%;
}

.bestseller-carousel .swiper-button-prev,
.bestseller-carousel .swiper-button-next {
    color: #0b66c3;
    top: calc(50% - 24px);
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.reason-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(16, 24, 40, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}


.reason-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(16, 24, 40, .12);
}

.reason-img {
    background: #f1f1f1;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reason-img img {
    max-width: 88%;
    height: auto;
}

.reason-caption {
    background: #21587f;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
    height: -webkit-fill-available;
}

@media (max-width: 991.98px) {
    .reasons-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .reason-card {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
    }

    .reasons-title-band {
        font-size: 1.05rem;
    }
}

.blog-carousel {
    position: relative;
}

.blog-carousel .swiper-slide {
    height: auto;
}

.blog-carousel .card {
    height: 100%;
}

.blog-carousel .swiper-button-prev,
.blog-carousel .swiper-button-next {
    color: #0b66c3;
    top: calc(50% - 24px);
}

.blog-carousel .swiper-pagination {
    position: static;
    margin-top: 10px;
}

.warranty-text-wrapper .btn {
    border-radius: .5rem;
}

@media (max-width: 576px) {
    .warranty-text-wrapper .btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .main-categories-homepage-cm .masonry {
        height: auto !important;
    }

    .main-categories-homepage-cm .masonry>[class*="col-"] {
        position: static !important;
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        margin-bottom: 16px;
    }

    .main-categories-homepage-cm .card-equal {
        aspect-ratio: 1 / 1;
        overflow: hidden;
        border-radius: 10px;
    }

    .main-categories-homepage-cm .card-equal img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .main-categories-homepage-cm .card-scale-cm .card-title,
    .main-categories-homepage-cm .card-scale-cm h3,
    .main-categories-homepage-cm .card-scale-cm h4 {
        font-size: 18px;
        line-height: 1.2;
        margin: 0;
    }

    .main-categories-homepage-cm .card-scale-cm::before {
        background: linear-gradient(135deg, rgba(255, 255, 255, .65), rgba(0, 0, 0, .25));
    }
}

/*END Site Structure*/



.mall-address-form .address-form-title {
    text-transform: capitalize;
}

/*START PRODUCT DETAIL*/
.product-detail-icons {
    text-align: center;
}

.product-detail-icons span {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    word-break: auto-phrase;
    margin-bottom: 15px;
    color: #21587f;
    line-height: 15px;
}

.addon-summary--global {
    display: block;
    margin-top: 14px;
    padding: 12px 16px;
    border: 1px dashed #e2e8f0;
    border-radius: 8px;
    background: #fafafa;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .25s ease, opacity .25s ease;
}

.addon-summary--global.is-visible {
    max-height: 80px;
    opacity: 1;
}

.addon-grandtotal {
    margin: 10px 0 18px;
    padding: 12px 16px;
    border: 1px dashed #e2e8f0;
    border-radius: 8px;
    background: #fafafa;
}

.summary-line {
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-size: .95rem;
}

.summary-line strong {
    font-weight: 700;
}

.vat-note {
    color: #64748b;
    font-size: .9em;
}

[data-addons-summary] {
    display: none !important;
}

.addons-section {
    padding: 8px;
    border-radius: 6px;
}

.addons-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.addon-cards-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.addon-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    cursor: pointer;
    border: 2px solid transparent;
    transition: border .2s, box-shadow .2s;
    position: relative;
}

.addon-card:hover {
    border: 2px solid #00bfae33;
    box-shadow: 0 4px 16px rgba(0, 191, 174, .1);
}

.addon-card.selected {
    border: 2px solid #00bfae;
    box-shadow: 0 4px 16px rgba(0, 191, 174, .1);
}

.addon-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 3px;
    margin-right: 12px;
    flex: 0 0 18px;
    position: relative;
    background: #fff;
}

.addon-checkbox.checked {
    border-color: #00bfae;
    background: #00bfae;
}

.addon-checkbox.checked:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.addon-image img,
.addon-image span {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 4px;
    display: inline-block;
}

.addon-image-blank {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    background: #f7f7f7;
    display: inline-block;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.addon-info {
    flex: 1;
    margin-left: 20px;
}

.addon-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.addon-price {
    color: #00bfae;
    font-weight: 600;
    font-size: 1rem;
}

.addon-qty {
    display: none;
    align-items: center;
    gap: 8px;
    margin-right: 52px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #fff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    cursor: pointer;
}

.qty-input {
    width: 56px;
    height: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    text-align: center;
}

.addon-check {
    display: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.addon-card.selected .addon-check {
    display: block;
}

.cmo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    height: 44px;
    padding: 0 18px;
    border-radius: 10px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #111827;
    font-weight: 600;
    cursor: pointer;
    transition: box-shadow .2s, transform .05s, background .2s;
}

.cmo-btn:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    background: #f8fafc;
}

.cmo-btn:active {
    transform: translateY(1px);
}

.cmo-btn-primary {
    border-color: #2f855a;
    background: #2f855a;
    color: #fff;
}

.cmo-btn-primary:hover {
    background: #2b7a52;
}

.cmo-btn-light {
    background: #fff;
}

.cmo-root {
    position: fixed;
    inset: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s step-end;
}

.cmo-root.cmo-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .18s ease, visibility 0s;
}

.cmo-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .55);
}

.cmo-dialog {
    position: relative;
    margin: 7vh auto 0;
    width: min(720px, calc(100% - 32px));
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transform: translateY(8px) scale(.98);
    opacity: .98;
    transition: transform .18s ease;
}

.cmo-open .cmo-dialog {
    transform: translateY(0) scale(1);
}

.cmo-title {
    margin: 4px 6px 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.cmo-sub {
    margin: 0 6px 6px;
    color: #64748b;
}

.cmo-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cmo-close:hover {
    background: #f8fafc;
}

.cmo-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cmo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 560px) {
    .cmo-grid {
        grid-template-columns: 1fr;
    }
}

.cmo-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cmo-field>span {
    font-size: .95rem;
    color: #334155;
}

.cmo-req {
    color: #ef4444;
}

.cmo-input {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 1rem;
    transition: border .2s, box-shadow .2s;
}

.cmo-input:focus {
    outline: 0;
    border-color: #00bfae;
    box-shadow: 0 0 0 3px rgba(0, 191, 174, .15);
}

.cmo-error {
    display: none;
    color: #b91c1c;
    font-size: .85rem;
}

.cmo-input.is-invalid {
    border-color: #ef4444;
}

.cmo-input.is-invalid+.cmo-error {
    display: block;
}

html.cmo-lock,
body.cmo-lock {
    overflow: hidden !important;
}

.g-reviews {
    --gr-bg: #fff;
    --gr-muted: #64748b;
    --gr-border: #e2e8f0;
    --gr-ink: #0f172a;
    --gr-accent: #0ea5e9;
    /* звезди */
    --gr-accent-2: #22c55e;
    /* бутон */
    --gr-card: #ffffff;
    --gr-shadow: 0 6px 30px rgba(2, 6, 23, .08);
}

.gr-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 16px;
}

.gr-header {
    margin-bottom: 8px;
}

.gr-title {
    margin: 0;
    font-size: clamp(1.25rem, 1.2rem + .5vw, 1.75rem);
    color: var(--gr-ink);
}

.gr-sub {
    margin: 4px 0 16px;
    color: var(--gr-muted);
}

.gr-layout {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 24px;
}

@media (max-width: 900px) {
    .gr-layout {
        grid-template-columns: 1fr;
    }
}

.gr-summary {
    background: var(--gr-card);
    border: 1px solid var(--gr-border);
    border-radius: 14px;
    padding: 16px;
    box-shadow: var(--gr-shadow);
}

.gr-score {
    text-align: center;
    margin-bottom: 12px;
}

.gr-score__value {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: var(--gr-ink);
}

.gr-score__count {
    color: var(--gr-muted);
    margin-top: 4px;
}

.gr-histogram {
    margin-top: 12px;
    display: grid;
    gap: 8px;
}

.gr-row {
    display: grid;
    grid-template-columns: 16px 1fr auto;
    gap: 8px;
    align-items: center;
}

.gr-row__label {
    color: var(--gr-muted);
    font-size: .9rem;
}

.gr-row__value {
    color: var(--gr-muted);
    font-variant-numeric: tabular-nums;
}

.gr-bar {
    height: 10px;
    background: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e7eb;
}

.gr-bar__fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--w, 0%);
    background: linear-gradient(90deg, var(--gr-accent), #60a5fa);
    border-radius: inherit;
}

.gr-stars {
    display: inline-flex;
    gap: 2px;
}

.gr-stars--lg .gr-star {
    width: 22px;
    height: 22px;
}

.gr-star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #e5e7eb;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 1.6l2.6 5.3 5.8.8-4.2 4.1 1 5.8L10 14.9 4.8 17.6l1-5.8-4.2-4.1 5.8-.8L10 1.6z"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 1.6l2.6 5.3 5.8.8-4.2 4.1 1 5.8L10 14.9 4.8 17.6l1-5.8-4.2-4.1 5.8-.8L10 1.6z"/></svg>') no-repeat center / contain;
}

.gr-star.is-full {
    background: var(--gr-accent);
}

.gr-star.is-half {
    background: linear-gradient(90deg, var(--gr-accent) 50%, #e5e7eb 50%);
}

.gr-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 700px) {
    .gr-list {
        grid-template-columns: 1fr;
    }
}

.gr-card {
    background: var(--gr-card);
    border: 1px solid var(--gr-border);
    border-radius: 14px;
    padding: 14px;
    box-shadow: var(--gr-shadow);
}

.gr-card__header {
    display: grid;
    grid-template-columns: 40px 1fr auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
}

.gr-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(45deg, #0ea5e9, #22c55e);
}

.gr-author {
    font-weight: 700;
    color: var(--gr-ink);
}

.gr-date {
    color: var(--gr-muted);
    font-size: .9rem;
}

.gr-text {
    color: var(--gr-ink);
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gr-actions {
    text-align: center;
    margin-top: 18px;
}

.gr-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    background: var(--gr-accent-2);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(34, 197, 94, .25);
}

.gr-button[aria-disabled="true"] {
    background: #9ca3af;
    box-shadow: none;
    cursor: default;
}

#google-reviews {
    padding-top: 0;
    padding-bottom: 30px;
}

.product-effect {
    padding: 10px;
    background-color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    margin-top: 0;
    position: relative;
}

.product-effect:hover {
    box-shadow: 0 3px 36px rgba(0, 0, 0, .24);
    cursor: pointer;
    transition: .5s;
}

.product-image img + img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-icons-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(8px, 2vw, 20px);
    align-items: start;
    justify-items: center;
    text-align: center;
}

.pdi-item {
    margin: 0;
}

.pdi-item img {

    width: clamp(40px, 9vw, 80px);
    height: auto;
    display: block;
    margin: 0 auto clamp(6px, 1.2vw, 10px);
}

.pdi-item figcaption {
    font-size: clamp(.72rem, 1.8vw, .95rem);
    line-height: 1.2;
    font-weight: 600;
    color: #334155;
    max-width: 14ch;
    margin: 0 auto;
}

.pdx {
    --ink: #0f172a;
    --muted: #64748b;
    --accent: #0b66c3;
    --band: #0b66c3;
    --band2: #0a5ab0;
    --bd: #e5e7eb;
    --shadow: 0 4px 22px rgba(2, 6, 23, .06);
    color: var(--ink);
}

.pdx p {
    margin: 0 0 10px;
    line-height: 1.65;
    color: var(--ink);
}

.pdx h2,
.pdx h3,
.pdx h4 {
    margin: 0 0 10px;
    line-height: 1.25;
}

.pdx .pd-hero {
    color: #fff;
    border-radius: 14px;
    /*padding: 22px 20px;*/
    margin: 6px 0 18px;
}

.pdx .pd-hero h2 {
    font-weight: 800;
    font-size: clamp(1.25rem, 1rem + 1.2vw, 1.75rem);
}

.pdx .pd-section-title {
    margin: 10px 0 12px;
    font-weight: 800;
    color: var(--ink);
    font-size: clamp(1.05rem, .9rem + .6vw, 1.25rem);
}

.pdx .pd-split {
    display: grid;
    gap: 22px;
    align-items: start;
    grid-template-columns: minmax(260px, 1.08fr) minmax(260px, 1fr);
    margin: 10px 0 8px;
}

.pdx .pd-split__media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.pdx .pd-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.pdx .pd-card {
    background: #fff;
    border: 1px solid var(--bd);
    border-radius: 12px;
    box-shadow: var(--shadow);
    padding: 16px 16px 14px;
}

.pdx .pd-card h4 {
    margin: 0 0 6px;
    color: var(--accent);
    font-weight: 800;
    font-size: clamp(1rem, .9rem + .4vw, 1.25rem);
}

.pdx .pd-band {
    background: linear-gradient(135deg, #21587f, #21587f);
    color: #fff;
    padding: 14px 16px;
    border-radius: 12px;
    margin: 24px 0 12px;
}

.pdx .pd-band h3 {
    margin: 0;
    font-weight: 800;
    font-size: clamp(1.1rem, 1rem + .8vw, 1.6rem);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.mall-product__add-to-cart .btn {
    background-color: #21587f;
}

.measurement-instructions-modal .modal-dialog {
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
}

.measurement-instructions-modal .modal-content {
    max-height: calc(100vh - 2rem);
}

.measurement-instructions-modal .modal-body {
    max-height: calc(100vh - 12rem);
    overflow-y: auto;
}

.pdx .pd-bleed-img {
    /*position: relative;*/
    /*left: 50%;*/
    /*right: 50%;*/
    /*width: 100vw;*/
    /*max-width: 100vw;*/
    /*margin: 8px -50vw 14px;*/
}

.pdx .pd-bleed-img img {
    width: 100%;
    height: auto;
    display: block;
}

.pdx .pd-cta {
    background: linear-gradient(135deg, #21587f, #21587f);
    color: #fff;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    margin: 24px 0 6px;
}

.pdx .pd-cta h3 {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 800;
}

.pdx .pd-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 700;
    background: #fff;
    color: var(--accent);
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .pdx .pd-split {
        grid-template-columns: 1fr;
    }

    .pdx .pd-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .pdx .pd-cards--bleed {
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        width: 100vw;
        padding-left: 14px;
        padding-right: 14px;
    }

    .pdx .pd-card {
        border-radius: 0;
    }
}

ul#component-1.nav.nav-tabs {
    display: flex;
    justify-content: center !important;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.pdx .pd-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
}

.pdx .pd-cards.pd-cards--bleed {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    /*position: relative;*/
    /*left: 50%;*/
    /*right: 50%;*/
    /*margin-left: -50vw;*/
    /*margin-right: -50vw;*/
    /*width: 100vw;*/
    padding-left: 14px;
    padding-right: 14px;
}

@media (max-width: 480px) {

    .pdx .pd-cards,
    .pdx .pd-cards.pd-cards--bleed {
        gap: 10px;
    }

    .pdx .pd-card {
        padding: 12px;
    }

    .pdx .pd-card h4 {
        font-size: .95rem;
    }

    .pdx .pd-card p {
        font-size: .95rem;
        line-height: 1.5;
    }
}

.mall-add-to-cart-button {
    cursor: pointer;
}


.mall-product__add-to-cart-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mall-product__add-to-cart-form-mobile {
    display: none;
}

.mall-product__add-to-cart-form .addon-summary,
.mall-product__add-to-cart-form .addon-grandtotal {
    grid-column: 1 / -1;
}

.mall-product__add-to-cart-form .mall-form-control {
    margin: 0;
}

.mall-product__add-to-cart-form label {
    margin: 0 0 6px;
    font-size: .95rem;
    line-height: 1.1;
}

.mall-product__add-to-cart-form .mall-input {
    width: 110px;
    height: 42px;
    padding: 0 10px;
    font-size: 1rem;
}

.mall-product__add-to-cart-form>.btn {
    height: 42px;
    padding: 0 18px;
    white-space: nowrap;
    line-height: 42px;
    font-weight: bold;
    width: 250px;
}

/* PDP add-to-cart button shake (non-sticky button only) */
@keyframes addToCartShake {
    0% { transform: translateX(0); }
    20% { transform: translateX(-3px); }
    40% { transform: translateX(3px); }
    60% { transform: translateX(-2px); }
    80% { transform: translateX(2px); }
    100% { transform: translateX(0); }
}

.mall-product__add-to-cart-form > button.btn.btn-primary.animate-shake {
    animation: addToCartShake 320ms ease-in-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .mall-product__add-to-cart-form-mobile {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1000;
        max-width: 100%;
        background-color: #fff;
        width: 100%;
        border-top: 1px solid #e2e8f0;
        padding: 10px;
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .06);
        border-radius: 10px 10px 0 0;
        animation: slideUp .3s ease-out;
    }

    .mall-product__add-to-cart-form-mobile>.btn {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .cart-logo-button {
        bottom: 100px;
    }

    .whatsapp-logo-button {
        bottom: 160px;
    }
    
}

#quantity {
    margin-bottom: 0;
}

.mall-form-control-cm {
    gap: 0;
    align-items: flex-start;
}

/* Product gallery thumbnail scroller */
.product-thumbs {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.product-thumbs__list {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: #b8c3d1 #f1f5f9;
}

.product-thumbs__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.product-thumbs__list::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 8px;
}

.product-thumbs__list::-webkit-scrollbar-thumb {
    background: #b8c3d1;
    border-radius: 8px;
    border: 2px solid #f1f5f9;
}

.product-thumbs__list::-webkit-scrollbar-thumb:hover {
    background: #9fb0c4;
}

.product-thumbs__control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #000000da;
    border: none;
    color: #fff;
    border-radius: 999px;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.product-thumbs__control:hover {
    background: #000000f6;
    border: none;
}

.product-thumbs__control:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.product-thumbs:not(.is-scrollable) .product-thumbs__control {
    opacity: 0.45;
}

.product-thumbs__control .icon-chevron-up,
.product-thumbs__control .icon-chevron-down {
    font-size: 0.75rem;
    line-height: 1;
}

@media (min-width: 992px) {
    .mall-product__images .row.gutter-1 {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 12px;
        align-items: start;
        margin: 0;
    }

    .mall-product__images .row.gutter-1 > * {
        padding: 0;
        max-width: none;
        width: 100%;
    }

    .mall-product__images .row.gutter-1 > .order-lg-1 {
        order: 1;
    }

    .mall-product__images .row.gutter-1 > .order-lg-2 {
        order: 2;
    }

    .product-thumbs__list .owl-thumb-item {
        display: block;
        width: 100%;
        max-width: none;
    }

    .product-thumbs__list .owl-thumb-item img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .product-thumbs__control {
        display: none;
    }

    .product-thumbs__list {
        max-height: none;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-right: 0;
    }

    .product-thumbs__list .owl-thumb-item {
        display: inline-flex;
        margin-bottom: 0;
    }

    .product-thumbs__list .owl-thumb-item:not(:last-child) {
        margin-right: 0.5rem;
    }
}

.mall-product__add-to-cart-form #quantity.mall-input {
    width: 120px;
    height: 42px;
    padding: 0 32px 0 12px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    background: #f7fafc;
    line-height: 42px;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    appearance: auto !important;
    -moz-appearance: number-input !important;
    -webkit-appearance: none;
}

.mall-product__add-to-cart-form #quantity.mall-input:focus {
    outline: 0;
    background: #fff;
    border-color: #0b66c3;
    box-shadow: 0 0 0 3px rgba(11, 102, 195, .15);
}


.mall-product__add-to-cart-form #quantity.mall-input::-webkit-outer-spin-button,
.mall-product__add-to-cart-form #quantity.mall-input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    appearance: auto !important;
    opacity: 1 !important;
    margin: 0;
}


@supports (-moz-appearance: none) {
    .mall-product__add-to-cart-form #quantity.mall-input {
        -moz-appearance: number-input !important;
    }
}

.mall-product__add-to-cart-form #quantity.mall-input {
    padding-right: 26px;
}

.mall-product__add-to-cart-form #quantity.mall-input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    transform: scale(.85) translateX(2px);
}

@supports (-moz-appearance: none) {

    .mall-product__add-to-cart-form #quantity.mall-input::-moz-number-spin-up,
    .mall-product__add-to-cart-form #quantity.mall-input::-moz-number-spin-down {
        transform: scale(.9);
    }
}

#mall-add-to-cart {
    margin-top: 30px;
}

.h1-product-detail-title {
    font-size: 34px;
    line-height: 1.2;
}

.mall-product__current-price {
    display: flex;
    flex-direction: column;
}

.ti-widget[data-layout-id='32'][data-set-id='drop-shadow'] .ti-widget-container {
    display: flex !important;
}

/*END PRODUCT DETAIL*/

.vjs-poster img {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}


.payment_list_icons_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}


.payment_list_icons_container .payment_list_icons {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 0;
}

.payment_list_icons_container .payment_list_icons li {
    list-style: none;
}

.payment_list_icons_container .payment_list_icons li svg {
    width: 46px;
    height: 26px;
}

.payment_list_icons_container .stripe_icon {
    width: 100%;
    height: 26px;
}

.stripe-redirect-text {
    text-align: center;
    font-size: .75rem;
    line-height: 1.6;
    color: #666;
}

@media (min-width: 992px) {
    .product-images-sticky-desktop {
        position: sticky!important;
        top: 100px!important;
        align-self: flex-start!important;
        z-index: 10!important;
    }
}
