/* ============================================================
   SITE HEADER - Bootstrap 5 redesign
   ============================================================ */
.site-header {
    z-index: 1030;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

/* Top bar */
.header-topbar {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

.header-topbar small {
    color: rgba(255, 255, 255, .88);
}

/* Main header band */
.header-main {
    border-bottom: 1px solid #eee;
}

/* Logo */
.header-logo {
    max-height: 58px;
    width: auto;
}

/* Nav links */
.headerLayout-1 .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px !important;
    position: relative;
    transition: color .2s;
    letter-spacing: .3px;
}

.headerLayout-1 .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--color-primary);
    transform: scaleX(0);
    transition: transform .25s ease;
    border-radius: 2px;
}

.headerLayout-1 .navbar-nav .nav-link:hover,
.headerLayout-1 .navbar-nav .nav-item.active>.nav-link {
    color: var(--color-primary) !important;
}

.headerLayout-1 .navbar-nav .nav-link:hover::after,
.headerLayout-1 .navbar-nav .nav-item.active>.nav-link::after {
    transform: scaleX(1);
}

/* Dropdown */
.headerLayout-1 .dropdown-menu {
    min-width: 180px;
    border-radius: 8px;
    padding: 6px 0;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    animation: hdrFade .15s ease;
}

@keyframes hdrFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.headerLayout-1 .dropdown-item {
    font-size: 14px;
    padding: 9px 18px;
    color: #444;
    transition: background .15s, color .15s;
}

.headerLayout-1 .dropdown-item:hover {
    background: #f0f5ff;
    color: var(--color-primary);
}

/* Cart icon */
.cart-header-icon {
    font-size: 20px;
    line-height: 1;
}

.cart-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    background: var(--color-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
}

/* Account dropdown */
.account-dropdown>a {
    font-size: 14px;
    font-weight: 500;
}

.account-label {
    font-size: 13px;
}

/* Responsive */
@media (max-width: 991px) {
    .header-logo {
        max-height: 44px;
    }

    .headerLayout-1 .navbar-nav .nav-link {
        padding: 10px 8px !important;
    }

    .headerLayout-1 .navbar-nav .nav-link::after {
        display: none;
    }

    .headerLayout-1 .navbar-collapse {
        border-top: 1px solid #eee;
        padding-top: 8px;
        margin-top: 8px;
    }

    .headerLayout-1 .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 1px solid #eee;
    }
}

.home-slider-1 .home img {
    width: 100% !important;
    display: block !important;

}

.breadcrumb-section {
    background-color: #f7f8f9;
    border-bottom: 1px solid #eef1f6;
    padding: 25px 0;
    margin-bottom: 15px;
}

.breadcrumb-section .row {
    align-items: center;
}

.breadcrumb-section .page-title h2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a2a40;
    margin: 0;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.breadcrumb-section .theme-breadcrumb .breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    justify-content: flex-end;
    align-items: center;
}

.breadcrumb-section .breadcrumb-item {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222;
}

.breadcrumb-section .breadcrumb-item a {
    color: #777;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-section .breadcrumb-item a:hover {
    color: var(--color-primary, #1570d4);
}

.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before {
    color: #bbb;
    padding-right: 8px;
    padding-left: 8px;
}

@media (max-width: 575px) {
    .breadcrumb-section {
        text-align: center;
        padding: 12px 0;
    }

    .breadcrumb-section .page-title {
        margin-bottom: 6px;
    }

    .breadcrumb-section .theme-breadcrumb .breadcrumb {
        justify-content: center;
    }
}

.products-category .category-boxes {
    text-align: center;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding: 18px;
    border-radius: 12px;
    box-shadow: -6px -6px 8px rgba(255, 255, 255, 0.8), -2px -1px 8px #FFFFFF, 2px 2px 10px rgba(255, 255, 255, 0.25), -4px -4px 20px rgba(255, 255, 255, 0.8), 1px 1px 5px rgba(185, 185, 185, 0.6), 4px 4px 15px rgba(0, 0, 0, 0.1);
}

.products-category .category-boxes h4 a {
    margin-bottom: 0;
    color: #222;
}

.products-category .category-boxes .img-sec {
    width: 52%;
    margin: 0 auto 12px;
}

/* Acrylic Photo Frame type select grid */
.type-select-acrylic {
    padding-top: 10px;
}

.type-select-acrylic .type-select-box {
    text-align: center;
}

.type-select-acrylic .type-select-img {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f0f0f0;
    margin-bottom: 14px;
}

.type-select-acrylic .type-select-img a {
    display: block;
    width: 100%;
    height: 100%;
}

.type-select-acrylic .type-select-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s ease;
}

.type-select-acrylic .type-select-box:hover .type-select-img img {
    transform: scale(1.04);
}

.type-select-acrylic .type-select-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.type-select-acrylic .type-select-title a {
    color: #111;
    text-decoration: none;
}

.type-select-acrylic .type-select-title a:hover {
    color: #1570d4;
}

@media (max-width: 575px) {
    .type-select-acrylic .type-select-title {
        font-size: 14px;
    }
}

.mordern-box-margin {
    margin-bottom: 0;
}

.mordern-box-margin .mordern-box {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}

.mordern-box-margin .rightBtnSec {
    position: absolute;
    right: 3px;
    padding: 8px 7px 7px 10px;
    background: #fff;
    bottom: 0px;
    border-radius: 16px 0px 0px 0px;
}

.mordern-box-margin .addtoCatBtn {
    border-radius: 10px;
    padding: 12px;
}

.mordern-box-margin .addtoCatBtn i {
    font-size: 20px;
}

.variationsList li input[type="radio"] {
    display: none;
}

.variationsList li {
    box-shadow: 0 0 10px 0px #dfdfdf;
    margin-right: 5px;
    margin-bottom: 5px;
}

.variationsList li a {
    color: var(--theme-color);
}

.variationsList {
    margin-bottom: 15px;
}

.variationsList label {
    font-family: sans-serif;
    padding: 10px 16px;
    cursor: pointer;
    background: linear-gradient(#FFFFFF, #FFFFFF 50%, var(--theme-color) 50%, var(--theme-color));
    background-size: 100% 200%;
    margin-bottom: 0;
    border-radius: 4px;
    transition: background 0.5s;
}

.variationsList input:checked+label {
    background-position: 100% 100%;
    color: var(--text-color-with-background);
}

.product-detail .cartForm {
    padding-top: 10px;
}

.bt-1-dashed {
    border-top: 1px dashed #ddd;
}

.mp_number_2 .mp_numberbox_main_sec {
    width: auto;
    display: inline-block;
    box-shadow: 0 0 10px 0px #dfdfdf;
    border-radius: 20px;
}

.mp_number_2 .mp_searchtoggle_buttons {
    background-color: #fff !important;
    border: none !important;
    min-height: 45px !important;
    min-width: 30px !important;
    width: 30px !important;
}

.mp_number_2 .mp_numberbox_main_sec .mp_numberholder {
    background-color: #fff !important;
    border: none !important;
}

.mp_number_2 .product-buttons {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.product-right .product-buttons .btn-solid {
    padding: 10px 25px;
    border-radius: 8px;
}

.tab-product .theme-form input {
    padding: 9px 17px;
}

.product-list-img {
    text-align: center;
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
    color: #333;
}

.cart-section strong a {
    font-weight: bold !important;
}

.cart-section thead th {
    padding: 0.75rem 0.75rem 0.75rem 0.75rem !important;
    border-top: 1px solid #eee !important;
}

.cart-section .mp_number_2 .mp_numberbox_main_sec {
    padding-left: 10px;
    margin: 0 auto;
    padding-right: 10px;
}

.cart-section .subTotal {
    font-size: 18px;
    font-weight: 400;
}

.cart-section tbody tr td h2 {
    font-size: 18px;
}

.select2-container li {
    display: block;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eee;
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
    min-width: initial;
    color: #333;
}

.cart_total_main,
.cart_shipping_main {
    padding: 25px;
    background: #f9f9f9;
    border-radius: 10px;
}

.cart_total_main table th {
    padding: 12px 8px;
}

.login-page .theme-card .theme-form .form-check-input[type="checkbox"] {
    padding: 10px;
    margin-bottom: 0;
    vertical-align: middle;
}

.login-page .theme-card .theme-form .form-check-label {
    vertical-align: sub;
    padding-left: 5px;
}

.login-page .theme-card .theme-form input {
    padding: 12px 25px;
    margin-bottom: 5px;
}

.login-form .forgorPass {
    color: #000;
}

.login-page .btn-google,
.login-page .btn-facebook {
    padding: 13px 29px;
    color: #fff;
}

.login-page .btn-google:hover,
.login-page .btn-facebook:hover {
    color: #fff;
}

.theme-card {
    box-shadow: none !important;
}

.cart-section h3 {
    color: #333;
}

.theme-card {
    padding: 30px;
    border: none;
    background-color: #f8f8f8;
}

.login-page .btn.btn-facebook {
    background: #3b5998;
    border-color: #3b5998;
}

.divider-text-center {
    text-align: center;
    position: relative;
}

.divider-text-center::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid #ddd;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.divider-text-center span {
    background-color: #f8f8f8;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e2e9e1;
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    font-size: 13px;
    color: #1a1a1a;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-bottom: 0px solid #414648;
    border-radius: 0;
    border-right: 0;
    height: 45px;
    padding-left: 15px;
    border-top: 0;
    border-left: 0;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    font-size: 13px;
    color: #1a1a1a;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 14px;
}

.select2wBorder .select2-selection--single {
    border: 1px solid #ddd;
}

.cartCoupon .form-control {
    padding: 10px 12px;
    border-radius: 0;
    border: 1px solid #eee;
}

.cartCoupon .applyCouponcode {
    padding: 10px 29px;
}

.checkout-page .product-thumbnail img {
    max-width: 40px;
}

.checkout-page .table th,
.checkout-page .table td {
    border: 1px solid #dee2e6 !important;
    padding: 10px 10px;
}

.checkout-page .table td a {
    color: #333;
}

.checkout-page .checkout-form textarea {
    padding: 10px 22px;
}

.checkout-page .checkout-form .form-group .field-label {
    margin-bottom: 0;
}

.checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
}

.checkout-details p {
    margin-bottom: 0px;
    color: #555454;
}

.checkout-details p {
    margin-bottom: 0px;
    color: #555454;
}

.checkout-page .toggle_info {
    padding: 20px;
    background-color: #f7f8f9;
    border-radius: 10px;
    border: 1px solid #e2e9e1;
}

.checkout-page .login_form .panel-body,
.checkout-page .coupon_form .panel-body {
    border: 1px solid #e2e9e1;
    padding: 30px;
    margin-top: 30px;
    border-radius: 10px;
}

.checkout-page .login_form .panel-body h3 {
    color: #333;
}

.checkout-page .toggle_info a {
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.categoryList .list_prd {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.border-radius-25 {
    border-radius: 15px;
}

.list_prd_img {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.list_prd_text {
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.w-14 {
    width: 14% !important;
}

.contact-right ul li {
    width: 100%;
    padding: 15px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 11px;
}

.footer-contant p,
.footer-contant a,
.footer-contant li {
    color: #000 !important;
}

.footer_text_home {
    background-color: rgb(34, 98, 71);
    height: 50px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

/* ============================================================
   SITE FOOTER - Premium Blue-Navy Redesign
   Palette: Deep navy bg �� bright white headings �� blue-tinted body text
   ============================================================ */

/* Base */
.site-footer {
    background-color: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
}

/* ---- Newsletter bar ---- */
/*.footer-newsletter {*/
/*background: linear-gradient(135deg, #0a4d9c 0%, #1570d4 55%, #1e8ef7 100%);*/
/*background: linear-gradient(160deg, #eef5ff, #f4f8ff 40%, #e8f2ff 70%, #f0f7ff);*/
/*    background-color: white;*/
/*    padding: 30px 0;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    margin-top: 25px;*/
/*}*/
/*.footer-newsletter::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -70px; right: -50px;*/
/*    width: 220px; height: 220px;*/
/*    background: rgba(255,255,255,.07);*/
/*    border-radius: 50%;*/
/*}*/
/*.footer-newsletter::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -90px; left: -50px;*/
/*    width: 260px; height: 260px;*/
/*    background: rgba(255,255,255,.05);*/
/*    border-radius: 50%;*/
/*}*/
.footer-nl-icon {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, .18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .06);
}

.footer-nl-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.footer-nl-sub {
    color: rgba(255, 255, 255, .85);
    font-size: 13.5px;
}

.footer-nl-form {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, .28);
}

/*.footer-newsletter-input {*/
/*    flex: 1;*/
/*    border: none;*/
/*    padding: 14px 20px;*/
/*    font-size: 14px;*/
/*    outline: none;*/
/*    color: #1a2a40;*/
/*    background: transparent;*/
/*}*/
/*.footer-newsletter-input::placeholder { color: #9ab0c8; }*/
.footer-subscribe-btn {
    /* background: linear-gradient(135deg, #064f8f, #1570d4); */
    background: linear-gradient(135deg, #1cb0a9, #1570d4);
    color: #fff;
    border: none;
    padding: 14px 26px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: .5px;
    transition: opacity .2s;
}

.footer-subscribe-btn:hover {
    opacity: .88;
}

/* ---- Main footer ---- */
.footer-main {
    padding: 40px 0 40px;
}

/* Logo */
.footer-logo {
    max-height: 54px;
    width: auto;
    opacity: 1;
    background-color: transparent;
}

/* Description */
.footer-desc {
    color: #000;
    font-size: 13.5px;
    line-height: 1.9;
    margin-bottom: 0;
}

/* Section headings */
.footer-heading {
    margin-bottom: 22px;
}

.footer-heading span {
    color: #333;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    /* border-bottom: 2px solid #1570d4; */
    border-bottom: 2px solid #1cb0a9;
    display: inline-block;
}

/* Social icons */
.footer-social-icons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #e8e8e8;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: all .25s;
    border: 1px solid #ddd;
}

.footer-social-icons a:hover {
    /* background: #1570d4; */
    background: #1cb0a9;
    color: #fff;
    /* border-color: #1570d4; */
    border-color: #1cb0a9;
    transform: translateY(-4px);
    /* box-shadow: 0 8px 20px rgba(21, 112, 212, .45); */
    box-shadow: 0 8px 20px rgba(28, 176, 169, .45);
}

/* Footer links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #000 !important;
    text-decoration: none;
    font-size: 13.5px;
    transition: color .2s, padding-left .2s;
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-links li a::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    /* background: #1570d4; */
    background: #1cb0a9;
    flex-shrink: 0;
    opacity: .7;
    transition: opacity .2s, transform .2s;
}

.footer-links li a:hover {
    /* color: #1570d4 !important; */
    color: #1cb0a9 !important;
    padding-left: 5px;
}

.footer-links li a:hover::before {
    opacity: 1;
    transform: scale(1.3);
}

/* Contact list */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.fci-icon {
    width: 36px;
    height: 36px;
    background: #e8e8e8;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    /* color: #1570d4; */
    color: #1cb0a9;
    font-size: 14px;
    margin-top: 1px;
    box-shadow: none;
}

.footer-contact-list li span {
    color: #000;
    font-size: 13.5px;
    line-height: 1.65;
}

.footer-contact-list li a {
    color: #333 !important;
    text-decoration: none;
    transition: color .2s;
}

.footer-contact-list li a:hover {
    /* color: #1570d4 !important; */
    color: #1cb0a9 !important;
}

/* Divider */
.footer-divider {
    height: 1px;
    background: #ddd;
    margin: 0 0;
}

/* Bottom bar */
.footer-bottom {
    background-color: #f0f0f0;
    padding: 18px 0;
    font-size: 13px;
}

.footer-bottom p {
    color: #666;
    margin: 0;
}

.footer-bottom strong {
    color: #333;
}

/* Payment icons */
.footer-payment-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.fp-label {
    color: #666;
    font-size: 13px;
    font-weight: 600;
    margin-right: 4px;
    letter-spacing: .3px;
}

.footer-payment-icons span {
    font-size: 32px;
    color: #999;
    transition: color .2s, transform .2s;
    line-height: 1;
    cursor: default;
}

.footer-payment-icons span:hover {
    /* color: #1570d4; */
    color: #1cb0a9;
    transform: scale(1.12);
}

/* Responsive */
@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 28px;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-social-icons {
        justify-content: center;
    }

    .footer-logo {
        margin: 0 auto 14px;
        display: block;
    }
}

@media (max-width: 767px) {
    .footer-nl-form {
        flex-direction: column;
        border-radius: 10px;
    }

    /*.footer-newsletter-input { border-radius: 10px 10px 0 0; border-bottom: 1px solid #e0eaf5; }*/
    .footer-subscribe-btn {
        border-radius: 0 0 10px 10px;
        text-align: center;
        padding: 14px;
    }

    .footer-payment-icons {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-bottom .text-md-start,
    .footer-bottom .text-md-end {
        text-align: center !important;
    }
}

@media (max-width:1199px) {
    .headerLayout-1 .menu-left .header-contact {
        display: none;
    }

    .headerLayout-1 .menu-right {
        margin-right: 0px;
    }

    .headerLayout-1 .main-nav-center .toggle-nav {
        left: 0;
        top: -91px;
        width: 20px;
    }

    .headerLayout-1 .main-menu .brand-logo {
        margin-left: 20px;
        padding-right: 0px;
    }

    .headerLayout-1 .login-Menu span {
        display: none;
    }

    .headerLayout-1 .login-Menu {
        display: none;
    }

    .headerLayout-1 .login-Menu-mobile {
        display: inline-block;
    }

    .headerLayout-1 .login-Menu-mobile i {
        font-size: 24px;
        color: #333;
    }

    .headerLayout-1 .only-mobile-cart {
        display: inline-block;
        position: absolute;
        top: 15px;
        left: 13px;
    }

    .headerLayout-1 .only-mobile-cart .cart_qty_cls {
        top: -12%;
        left: 46%;
        ;
    }

    .headerLayout-1 .mobile-menu-login {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 55px;
    }

    .headerLayout-1 .mobile-menu-login i {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .cart-section tbody tr td {
        display: block !important;
    }

    .cart-table thead {
        display: none;
    }

    .cart-table td::before {
        content: attr(data-title) " ";
        float: left;
        text-transform: capitalize;
        margin-right: 15px;
        font-weight: bold;
    }

    .cart-section .subTotal {
        font-size: 15px;
    }
}

@media (max-width:577px) {
    .headerLayout-1 .brand-logo {
        position: initial;
        margin-right: 0;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .headerLayout-1 .main-menu .menu-right .icon-nav .mobile-cart {
        right: 0;
        position: relative;
        bottom: 7px;
    }

    .headerLayout-1 .cart_qty_cls {
        top: -66%
    }

    .headerLayout-1 .main-nav-center .toggle-nav {
        top: -77px;
    }

    .headerLayout-1 .main-menu .brand-logo {
        text-align: center;
    }

    .headerLayout-1 .main-menu .brand-logo img {
        width: 90%;
    }
}

@media (max-width:575px) {
    .headerLayout-1 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .products-category .row>.col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width:480px) {
    .headerLayout-1 .brand-logo img {
        height: auto;
    }

    .headerLayout-1 .main-menu .brand-logo img {
        width: 80%;
    }

    .headerLayout-1 .main-nav-center .toggle-nav {
        top: -68px;
    }

    .headerLayout-1 .menu-right {
        padding-top: 10px;
    }
}

@media (max-width:480px) {
    .headerLayout-1 .menu-left {
        display: none;
    }

    .headerLayout-1 .menu-right .mobile-cart {
        display: none;
    }

    .headerLayout-1 {
        position: relative;
    }
}

@media (max-width:328px) {
    .headerLayout-1 .main-nav-center .toggle-nav {
        top: -59px;
    }

    .products-category .row>.col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

.about-page-section {
    padding: 60px 0;
    background: #f6f9fc;
}

/* The card wrapper �� add class="about-content-wrap" in CMS */
.about-content-wrap {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 6px 40px rgba(21, 112, 212, .10);
    padding: 20px 56px 44px;
    border: 1px solid #e2edf9;
    position: relative;
    overflow: hidden;
    margin: 32px auto 40px;
    max-width: 980px;
    color: #4a5a72;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
}

.about-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1570d4 0%, #5bc4f5 100%);
}

/* Heading: <div class="text-center"> from DB content */
.about-content-wrap .text-center {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #0a1628 !important;
    text-align: center !important;
    display: block !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    letter-spacing: -.4px !important;
}

.about-content-wrap .text-center::after {
    content: '';
    display: block;
    width: 54px;
    height: 4px;
    background: linear-gradient(90deg, #1570d4, #5bc4f5);
    border-radius: 4px;
    margin: 12px auto 28px;
}

/* Body: <p> tag wrapping DB content */
.about-content-wrap p {
    color: #4a5a72;
    font-size: 16px;
    line-height: 1.9;
    text-align: left;
    white-space: pre-line;
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: .02em;
}

.about-content-wrap p+p {
    margin-top: 22px;
}

.about-content-wrap p strong,
.about-content-wrap p b {
    color: #0f2147;
    font-weight: 700;
}

.about-content-wrap ul,
.about-content-wrap ol {
    margin: 18px 0 0 24px;
    padding-left: 1em;
    color: #4a5a72;
}

.about-content-wrap li {
    margin-bottom: 12px;
}

.about-content-wrap .section-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 14px;
    color: #0f2147;
}

.about-content-wrap .highlight {
    display: inline-block;
    padding: 0 8px;
    background: rgba(91, 196, 245, .15);
    color: #1570d4;
    border-radius: 6px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .about-content-wrap {
        padding: 36px 24px 30px;
    }
}

@media (max-width: 767px) {
    .about-content-wrap {
        padding: 28px 18px 24px;
    }

    .about-content-wrap .text-center {
        font-size: 24px !important;
    }

    .about-content-wrap p {
        font-size: 15px;
        line-height: 1.85;
    }
}


.mordern-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef1f6;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    transition: transform .28s ease, box-shadow .28s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.mordern-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(21, 112, 212, .14);
    border-color: #ccdff8;
}

/* Image area */
.mordern-box .list_prd {
    background: #f7f9fc;
    overflow: hidden;
    border-bottom: 1px solid #eef1f6;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.mordern-box .list_prd img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.mordern-box:hover .list_prd img {
    transform: scale(1.07);
}

/* Content area */
.mordern-box .mordern-content {
    padding: 16px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.mordern-box .mordern-content a {
    text-decoration: none;
}

.mordern-box .mordern-content h6 {
    font-size: 14.5px;
    font-weight: 600;
    color: #1a2a40;
    margin: 0;
    line-height: 1.45;
    transition: color .2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mordern-box .mordern-content a:hover h6 {
    color: #1570d4;
}

/* Bottom action row */
.mordern-box .mordern-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 6px;
}

.mordern-box .mordern-bottom .left h4 {
    font-size: 15px;
    font-weight: 700;
    /* color: #1570d4; */
    color: #1cb0a9;
    margin: 0;
}

.mordern-box .mordern-bottom .left h4 del {
    color: #b0bac9;
    font-size: 12px;
    font-weight: 400;
    margin-right: 4px;
}

/* Add-to-cart / right btn */
.mordern-box .rightBtnSec {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    border-radius: 12px 0 0 0;
    padding: 8px 10px 7px 12px;
}

.mordern-box .addtoCatBtn {
    /* background: linear-gradient(135deg, #1570d4, #5bc4f5); */
    background: linear-gradient(135deg, #1cb0a9, #5bc4f5);
    border: none;
    border-radius: 10px;
    padding: 10px 12px;
    color: #fff;
    transition: opacity .2s, transform .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mordern-box .addtoCatBtn:hover {
    opacity: .88;
    transform: scale(1.08);
}

.mordern-box .addtoCatBtn i {
    font-size: 18px;
    color: #fff;
}

/* Section title */
.categoryList .title3 {
    text-align: center;
    margin-bottom: 36px;
}

.categoryList .title3 .title-inner3 {
    font-size: 26px;
    font-weight: 800;
    color: #0a1628;
    margin-bottom: 10px;
}

.categoryList .title3 .line {
    width: 56px;
    height: 4px;
    /* background: linear-gradient(90deg, #1570d4, #5bc4f5); */
    background: linear-gradient(90deg, #1cb0a9, #5bc4f5);
    border-radius: 4px;
    margin: 0 auto;
}

/* Show More button */
.btn-brand {
    /* background: linear-gradient(135deg, #1570d4, #1e8ef7); */
    background: linear-gradient(135deg, #1cb0a9, #1e8ef7);
    border: none;
    border-radius: 10px;
    padding: 12px 36px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    transition: opacity .2s, transform .2s;
}

.btn-brand:hover {
    opacity: .88;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 575px) {
    .mordern-box .list_prd {
        padding: 12px;
    }

    .mordern-box .mordern-content {
        padding: 12px 12px 14px;
    }

    .mordern-box .mordern-content h6 {
        font-size: 13px;
    }
}

/* == WELCOME HOME == */
.welcome-home-section {
    padding: 30px 0;
    margin-bottom: 25px;
    background: linear-gradient(160deg, #eef5ff, #f4f8ff 40%, #e8f2ff 70%, #f0f7ff);
    background-size: 400% 400%;
    position: relative;
    overflow: hidden;
    animation: wh-bg-drift 12s ease infinite;
}

@keyframes wh-bg-drift {

    0%,
    100% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.welcome-home-section .wh-dots {
    position: absolute;
    inset: -60px;
    pointer-events: none;
    background: radial-gradient(rgba(21, 112, 212, .13) 1.5px, transparent 1.5px) 0 0/28px 28px;
    animation: wh-dots-drift 20s linear infinite;
}

@keyframes wh-dots-drift {
    to {
        transform: translateY(28px)
    }
}

.wh-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(60px);
    opacity: 0;
    animation: wh-orb-breathe 8s ease-in-out infinite;
}

.wh-orb-1 {
    width: 440px;
    height: 440px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(21, 112, 212, .18), transparent 70%);
}

.wh-orb-2 {
    width: 360px;
    height: 360px;
    bottom: -100px;
    left: -60px;
    background: radial-gradient(circle, rgba(91, 196, 245, .20), transparent 70%);
    animation-delay: 3s;
}

.wh-orb-3 {
    width: 280px;
    height: 280px;
    top: 40%;
    left: 10%;
    background: radial-gradient(circle, rgba(99, 179, 255, .14), transparent 70%);
    animation-delay: 6s;
}

@keyframes wh-orb-breathe {

    0%,
    100% {
        opacity: 0;
        transform: scale(.85)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }
}


.welcome-home-card {
    background: #fff;
    border-radius: 28px;
    padding: 64px 72px 58px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(21, 112, 212, .12), 0 2px 8px rgba(21, 112, 212, .06);
    border: 1px solid rgba(21, 112, 212, .10);
    transition: box-shadow .35s, transform .35s;
}

.welcome-home-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1570d4, #5bc4f5 35%, #63b3ff 55%, #1570d4);
    background-size: 300% 100%;
    border-radius: 28px 28px 0 0;
}

@keyframes wh-bar-slide {
    to {
        background-position: 300% 0
    }
}

.welcome-home-card::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgba(91, 196, 245, .05), transparent 65%);
}


@keyframes wh-pulse {

    0%,
    100% {
        box-shadow: 0 10px 36px rgba(21, 112, 212, .35), 0 0 0 0 rgba(21, 112, 212, .30)
    }

    55% {
        box-shadow: 0 10px 36px rgba(21, 112, 212, .35), 0 0 0 20px rgba(21, 112, 212, 0)
    }
}

@keyframes wh-ring {

    0%,
    100% {
        transform: scale(1);
        opacity: .9
    }

    55% {
        transform: scale(1.55);
        opacity: 0
    }
}

.welcome-home-title {
    font-size: 38px;
    font-weight: 900;
    color: #0a1628;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin-bottom: 0;
}

.welcome-home-divider {
    width: 76px;
    height: 5px;
    border-radius: 99px;
    margin: 20px auto 28px;
    position: relative;
    background: linear-gradient(90deg, #1570d4, #5bc4f5, #63b3ff, #1570d4);
    background-size: 300% 100%;
}

@keyframes wh-shimmer {
    0% {
        background-position: 300% 0
    }

    to {
        background-position: -300% 0
    }
}

.welcome-home-divider::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2.5px solid #fff;
    background: linear-gradient(135deg, #1570d4, #5bc4f5);
    box-shadow: 0 0 12px rgba(21, 112, 212, .55);
}

.welcome-home-desc {
    color: #4a5a72;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 700px;
}

@keyframes wh-fade-up {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(max-width:991px) {
    .welcome-home-section {
        padding: 64px 0
    }

    .welcome-home-card {
        padding: 50px 40px 44px
    }

    .welcome-home-title {
        font-size: 32px
    }
}

@media(max-width:767px) {
    .welcome-home-section {
        padding: 48px 0
    }

    .welcome-home-card {
        padding: 36px 22px 32px
    }

    .welcome-home-title {
        font-size: 26px
    }

    .welcome-home-desc {
        font-size: 14.5px
    }
}

.about-content-wrap

/* == FEATURE STRIP == */
.feature-strip-section {
    padding: 36px 0;
    background: #f5f5f5;
}

.feature-strip-card,
.feature-strip-card.media {
    display: flex;
    align-items: center;
    gap: 18px;
    height: 100%;
    /*background:#fff; */
    border-radius: 16px;
    padding: 22px 24px;
    border: 1px solid #ddeaf8;
    box-shadow: 0 4px 18px rgba(21, 112, 212, .07);
}

.feature-strip-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f1fd, #d4e8fb);
    border: 2px solid #ccdff8;
    box-shadow: 0 4px 14px rgba(21, 112, 212, .12);
}

.feature-strip-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.feature-strip-icon i {
    font-size: 26px;
    color: #1570d4;
}

.feature-strip-body h5,
.feature-strip-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0a1628;
    margin: 0 0 4px;
    line-height: 1.3;
    text-transform: capitalize;
}

.feature-strip-body p {
    font-size: 13.5px;
    color: #6b7e96;
    margin: 0;
    line-height: 1.55;
}

@media(max-width:767px) {
    .feature-strip-card {
        padding: 16px 18px;
        gap: 14px;
    }

    .feature-strip-icon {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }

    .feature-strip-icon img {
        width: 32px;
        height: 32px;
    }

    .feature-strip-body h5 {
        font-size: 14.5px;
    }
}

.feature-strip-section.bg-premium {
    background: linear-gradient(160deg, #eef5ff, #f4f8ff 40%, #e8f2ff 70%, #f0f7ff);
    background-size: 400% 400%;
}

@keyframes wh-bg-drift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ====== CATEGORY BOX  ====== */
.category-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #eef1f6;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    transition: transform .28s ease, box-shadow .28s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.category-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(21, 112, 212, .14);
    border-color: #ccdff8;
}

.category-box .category-image {
    background: #f7f9fc;
    overflow: hidden;
    border-bottom: 1px solid #eef1f6;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.category-box .category-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.category-box:hover .category-image img {
    transform: scale(1.07);
}

.category-box .category-content {
    padding: 16px 16px 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.category-box .category-content a {
    text-decoration: none;
}

.category-box .category-content h6 {
    font-size: 14.5px;
    font-weight: 600;
    color: #1a2a40;
    margin: 0;
    line-height: 1.45;
    transition: color .2s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.category-box .category-content a:hover h6 {
    color: #1570d4;
}

@media (max-width: 575px) {
    .category-box .category-image {
        padding: 12px;
    }

    .category-box .category-content {
        padding: 12px 12px 14px;
    }

    .category-box .category-content h6 {
        font-size: 13px;
    }
}

/* ============================================================
   CONTACT US PAGE - Premium Styling
   ============================================================ */
.contact-page-section {
    background: #f8fafc;
}

.contact-title h3 {
    font-size: 32px;
    font-weight: 800;
    color: #0a1628;
    position: relative;
}

.contact-title .title-line {
    width: 54px;
    height: 4px;
    background: linear-gradient(90deg, #1570d4, #5bc4f5);
    border-radius: 4px;
    margin: 12px auto 0;
}

/* Contact Item Card */
.contact-left-details .contact-item {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 4px 18px rgba(21, 112, 212, 0.03);
    /*transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);*/
    display: flex;
    align-items: center;
    gap: 20px;
}

/*.contact-left-details .contact-item:hover {*/
/*    transform: translateY(-4px);*/
/*    box-shadow: 0 12px 30px rgba(21, 112, 212, 0.1);*/
/*    border-color: #ccdff8;*/
/*}*/

/* Contact Icon Wrapper */
.contact-left-details .contact-icon-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f1fd, #d4e8fb);
    border: 1.5px solid #ccdff8;
    color: #1570d4;
    font-size: 20px;
    /*transition: all 0.3s ease;*/
}

/*.contact-left-details .contact-item:hover .contact-icon-wrapper {*/
/*    background: linear-gradient(135deg, #1570d4, #5bc4f5);*/
/*    color: #fff;*/
/*    border-color: #1570d4;*/
/*    transform: scale(1.08) rotate(5deg);*/
/*}*/

.contact-left-details .media-body h6 {
    color: #0a1628;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.contact-left-details .media-body p {
    font-size: 14px;
    color: #5a6e85;
    line-height: 1.6;
}

.contact-left-details .media-body p a {
    color: #1570d4;
    font-weight: 500;
    transition: color 0.2s ease;
}

/*.contact-left-details .media-body p a:hover {*/
/*    color: #0c4d96;*/
/*    text-decoration: underline !important;*/
/*}*/

/* Map Wrapper */
.contact-map-wrapper {
    min-height: 400px;
}

.contact-map-wrapper iframe {
    transition: all 0.3s ease;
    border-color: #eef2f6 !important;
}

.contact-map-wrapper iframe:hover {
    box-shadow: 0 12px 30px rgba(21, 112, 212, 0.1) !important;
}

@media (max-width: 767px) {
    .contact-map-wrapper {
        min-height: 320px;
        margin-top: 15px;
    }

    .contact-left-details .contact-item {
        padding: 16px 20px;
        gap: 15px;
    }
}

/* ============================================================
   BRAND MODEL SELECT (PRODUCTS ITEMS LIST 1) PAGE STYLING
   ============================================================ */
.model-action-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-back-brands {
    background-color: #222;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-back-brands:hover {
    background-color: #444;
    transform: translateY(-1px);
}

.search-box-wrapper {
    width: 320px;
    max-width: 100%;
}

.model-search-input {
    border-radius: 30px !important;
    padding: 10px 20px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    height: auto !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    background-color: #fff !important;
}

.model-search-input:focus {
    border-color: var(--color-primary, #1570d4) !important;
    box-shadow: 0 0 0 3px rgba(21, 112, 212, 0.15), inset 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.model-autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 5px;
    overflow: hidden;
    max-height: 250px;
    text-align: left;
}

.autocomplete-row {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.15s ease;
}

.autocomplete-row:last-child {
    border-bottom: none;
}

.autocomplete-row:hover {
    background-color: #f7f9fc;
}

.autocomplete-row-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 4px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

.autocomplete-row-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
}

.model-pill-link {
    display: block;
    background-color: #f7f8f9;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
    color: #1a2a40;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.model-pill-link:hover {
    background-color: #fff;
    color: var(--color-primary, #1570d4);
    border-color: #ccdff8;
    box-shadow: 0 6px 15px rgba(21, 112, 212, 0.1);
    transform: translateY(-2px);
}

/* ============================================================
   PRODUCT DETAIL 
   ============================================================ */
.product-detail {
    padding: 30px 0;
}

/* Product Info */
.product-detail .product-right h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    line-height: 1.35 !important;
    margin-bottom: 12px !important;
}

.product-detail .product-price .actualRate {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: var(--color-primary, #1570d4) !important;
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.product-detail .product-price del {
    font-size: 18px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
    text-decoration: line-through !important;
}

.product-sku-badge {
    display: inline-block !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    border: 1px solid #e2e8f0 !important;
    letter-spacing: 0.5px !important;
    margin: 8px 0 15px !important;
}

.product-detail .bt-1-dashed {
    border-top: 1px solid #e2e8f0 !important;
    margin: 20px 0 !important;
}

.product-detail .form-lable {
    display: block !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    color: #475569 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Select Inputs */
.product-detail select.form-control,
.select2-container--default .select2-selection--single {
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    height: 46px !important;
    background: #fff !important;
    padding-left: 12px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #1e293b !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 44px !important;
    padding-left: 0 !important;
    color: #1e293b !important;
    text-align: left !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 12px !important;
}

.product-detail select.form-control:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--color-primary, #1570d4) !important;
    box-shadow: 0 0 0 3px rgba(21, 112, 212, 0.15) !important;
}

/* Option Chips (Radio Buttons) */
.variationsList {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 15px !important;
}

.variationsList li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.variationsList input[type="radio"] {
    display: none !important;
}

.variationsList label {
    display: inline-block !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #334155 !important;
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    margin: 0 !important;
}

.variationsList label:hover {
    border-color: var(--color-primary, #1570d4) !important;
    color: var(--color-primary, #1570d4) !important;
    background: #f0f7ff !important;
}

.variationsList input[type="radio"]:checked+label {
    background: var(--color-primary, #1570d4) !important;
    border-color: var(--color-primary, #1570d4) !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(21, 112, 212, 0.2) !important;
}

/* File Field */
.product-detail .fileField-control {
    border: 1px dashed #cbd5e1 !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    background: #f8fafc !important;
    cursor: pointer !important;
    font-size: 14px !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
}

.product-detail .fileField-control:hover {
    border-color: var(--color-primary, #1570d4) !important;
    background: #f0f7ff !important;
}

/* Quantity and Add to Cart Section */
.product-detail .mp_number_2 {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 0 15px 0 !important;
}

.product-detail .mp_numberbox_main_sec {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px !important;
    background: #fff !important;
    padding: 2px !important;
    height: 46px !important;
    box-shadow: none !important;
}

.product-detail .mp_searchtoggle_buttons {
    background: #f1f5f9 !important;
    border: none !important;
    height: 40px !important;
    width: 40px !important;
    min-height: 40px !important;
    min-width: 40px !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    color: #475569 !important;
    padding: 0 !important;
}

.product-detail .mp_searchtoggle_buttons:hover {
    background: #e2e8f0 !important;
    color: #1e293b !important;
}

.product-detail .mp_numberholder {
    background: transparent !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    width: 50px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.product-detail .product-buttons {
    display: inline-block !important;
}

.product-detail #addToCartBtn {
    background: var(--color-primary, #1570d4) !important;
    border: none !important;
    border-radius: 8px !important;
    height: 46px !important;
    padding: 0 35px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 14px rgba(21, 112, 212, 0.25) !important;
}

.product-detail #addToCartBtn:hover {
    background: #1158a6 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(21, 112, 212, 0.35) !important;
}

.product-detail #addToCartBtn i {
    font-size: 16px !important;
    color: #fff !important;
    margin: 0 !important;
}

/* Social Sharing */
.product-detail .border-product {
    border-top: 1px dashed #cbd5e1 !important;
    padding-top: 15px !important;
    margin-top: 20px !important;
}

.product-detail .product-title {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    color: #475569 !important;
    margin-bottom: 10px !important;
}

.product-detail .product-social {
    display: flex !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-detail .product-social li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.product-detail .product-social a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    color: #475569 !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
}

.product-detail .product-social a:hover {
    background: var(--color-primary, #1570d4) !important;
    color: #fff !important;
    border-color: var(--color-primary, #1570d4) !important;
    transform: translateY(-2px) !important;
}

.product-detail .product-social a i {
    font-size: 16px !important;
}

/* Product Designer Container */
#product-designer.fpd-container {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
    margin-bottom: 25px !important;
}

/* Responsiveness */
@media (max-width: 767px) {
    .product-detail .product-right h3 {
        font-size: 20px !important;
    }

    .product-detail .product-price .actualRate {
        font-size: 22px !important;
    }
}

@media (max-width: 575px) {
    .product-detail .mp_number_2 {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .product-detail .mp_numberbox_main_sec {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .product-detail .product-buttons,
    .product-detail #addToCartBtn {
        width: 100% !important;
    }
}

/* ==========================================
   Delivery & Shipping Section
   ========================================== */
.delivery-shipping-section {
    margin: 35px 0;
}

.delivery-card,
.shipping-card {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(28, 176, 169, 0.08);
    transition: all 0.3s ease;
}

.delivery-card:hover,
.shipping-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(28, 176, 169, 0.06);
}

.delivery-card h3,
.shipping-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 8px;
}

.delivery-card p,
.shipping-card p {
    font-size: 14px;
    color: #718096;
    margin-bottom: 24px;
    line-height: 1.5;
}

/* Pincode Input Group */
.pincode-input-group {
    display: flex;
    gap: 12px;
}

.pincode-input-group .input-wrapper {
    position: relative;
    flex: 1;
}

.pincode-input-group .pincode-input {
    width: 100%;
    height: 48px;
    padding: 12px 45px 12px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition: all 0.2s;
}

.pincode-input-group .pincode-input:focus {
    border-color: #1cb0a9;
    box-shadow: 0 0 0 3px rgba(28, 176, 169, 0.15);
}

.pincode-input-group .pin-icon {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
}

.btn-check-pincode {
    background: #1cb0a9;
    color: #fff;
    border: none;
    height: 48px;
    padding: 0 28px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
}

.btn-check-pincode:hover {
    background: #15948e;
}

.btn-check-pincode:active {
    transform: scale(0.98);
}

.pincode-response {
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    min-height: 20px;
}

/* Shipping Card */
.shipping-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.shipping-info {
    flex: 1;
    padding-right: 15px;
}

.shipping-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shipping-badge {
    background: #fff;
    border: 1px solid rgba(226, 232, 240, 0.8);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #4a5568;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
}

.shipping-badge:hover {
    border-color: #1cb0a9;
    transform: translateY(-1px);
}

.shipping-badge i {
    color: #1cb0a9;
}

.shipping-icon-circle {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(226, 232, 240, 0.5);
}

.shipping-icon-circle i {
    font-size: 32px;
    color: #1cb0a9;
}

@media (max-width: 991px) {
    .shipping-card {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 20px;
    }

    .shipping-icon-circle {
        align-self: flex-end;
        margin-top: -10px;
    }
}

@media (max-width: 767px) {

    .delivery-card,
    .shipping-card {
        padding: 24px;
    }

    .pincode-input-group {
        flex-direction: column;
        gap: 10px;
    }

    .btn-check-pincode {
        width: 100%;
    }

    .shipping-icon-circle {
        display: none;
    }
}

/* ============================================================
   PRODUCTS ITEMS SECTION (products_items_list_1)
   ============================================================ */

.products-items-section {
    padding-top: 20px;
    padding-bottom: 40px;
}

/* Search bar */
.products-items-search-bar {
    max-width: 480px;
    margin: 0 auto;
}

.products-items-search-bar .position-relative {
    display: flex;
    align-items: center;
}

.pis-search-icon {
    position: absolute;
    left: 16px;
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
}

.pis-search-input {
    width: 100%;
    padding: 11px 18px 11px 42px;
    border: 1.5px solid #e2e8f0;
    border-radius: 50px;
    font-size: 14px;
    color: #1a2a40;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}

.pis-search-input:focus {
    border-color: #1570d4;
    box-shadow: 0 0 0 3px rgba(21, 112, 212, .12);
}

.pis-search-input::placeholder {
    color: #b0bac9;
}

/* Override type-select-img for product items — use a wider aspect ratio */
.products-items-section .type-select-img {
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

.products-items-section .type-select-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.products-items-section .type-select-box:hover .type-select-img img {
    transform: scale(1.05);
}

.products-items-section .type-select-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 4px;
}

.products-items-section .type-select-title a {
    color: #1a2a40;
    text-decoration: none;
    transition: color .2s;
}

.products-items-section .type-select-title a:hover {
    color: #1570d4;
}

@media (max-width: 575px) {
    .products-items-section .type-select-img {
        aspect-ratio: 4 / 3;
    }

    .products-items-section .type-select-title {
        font-size: 13px;
    }

    .products-items-search-bar {
        max-width: 100%;
    }
}

/* ============================================================
   BRAND MODEL SELECT (PRODUCTS ITEMS LIST 1) PAGE STYLING
   ============================================================ */
.model-action-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-back-brands {
    background-color: #222;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 24px;
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.btn-back-brands:hover {
    background-color: #444;
    transform: translateY(-1px);
}

.search-box-wrapper {
    width: 320px;
    max-width: 100%;
}

.model-search-input {
    border-radius: 30px !important;
    padding: 10px 20px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
    height: auto !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05) !important;
    background-color: #fff !important;
}

.model-search-input:focus {
    border-color: var(--color-primary, #1570d4) !important;
    box-shadow: 0 0 0 3px rgba(21, 112, 212, 0.15), inset 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}

.model-autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 5px;
    overflow: hidden;
    max-height: 250px;
    text-align: left;
}

.autocomplete-row {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.15s ease;
}

.autocomplete-row:last-child {
    border-bottom: none;
}

.autocomplete-row:hover {
    background-color: #f7f9fc;
}

.autocomplete-row-img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border-radius: 4px;
    background-color: #f8f9fa;
    border: 1px solid #eee;
}

.autocomplete-row-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
}

.model-pill-link {
    display: block;
    background-color: #f7f8f9;
    border: 1px solid #eef1f6;
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
    color: #1a2a40;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.model-pill-link:hover {
    background-color: #fff;
    color: var(--color-primary, #1570d4);
    border-color: #ccdff8;
    box-shadow: 0 6px 15px rgba(21, 112, 212, 0.1);
    transform: translateY(-2px);
}

/* ============================================================
   ACRYLIC PHOTO FRAME — Product Detail Page
   ============================================================ */

/* Section wrapper */
.acrylic-detail-page {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #fff;
}

/* ---- Left: Product Image ---- */
.acrylic-gallery {
    position: sticky;
    top: 90px;
    border-radius: 16px;
    overflow: hidden;
    background: #f8f9fb;
    box-shadow: 0 6px 30px rgba(0,0,0,.08);
}

.acrylic-main-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.acrylic-gallery:hover .acrylic-main-img {
    transform: scale(1.02);
}

/* ---- Right: Product Info ---- */

/* Price */
.acrylic-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
}

.acrylic-sale-price {
    font-size: 28px;
    font-weight: 800;
    color: #1a2a40;
    letter-spacing: -.5px;
}

.acrylic-original-price {
    font-size: 16px;
    color: #a0aab8;
    font-weight: 400;
    text-decoration: line-through;
}

/* Title */
.acrylic-product-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2a40;
    line-height: 1.45;
    margin: 0 0 18px;
}

/* Feature Bullets */
.acrylic-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.acrylic-features-list li {
    font-size: 13.5px;
    color: #3a4a60;
    display: flex;
    align-items: center;
    gap: 8px;
}

.acrylic-features-list li i {
    color: #1570d4;
    font-size: 12px;
    flex-shrink: 0;
}

/* Article Size block */
.acrylic-size-block {
    margin-bottom: 18px;
}

.acrylic-size-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1a2a40;
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 8px;
}

.acrylic-size-count {
    font-size: 12px;
    font-weight: 400;
    color: #a0aab8;
    text-transform: none;
    letter-spacing: 0;
    margin-left: 4px;
}

.acrylic-size-select {
    width: 100%;
    padding: 11px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #1a2a40;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a2a40' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
}

.acrylic-size-select:focus {
    border-color: #1570d4;
    box-shadow: 0 0 0 3px rgba(21,112,212,.12);
    outline: none;
}

/* Emboss options */
.acrylic-emboss-block {
    margin-bottom: 18px;
}

.acrylic-emboss-options {
    display: flex;
    gap: 16px;
    margin-top: 6px;
}

.acrylic-radio-opt {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #1a2a40;
    cursor: pointer;
}

/* Upload block */
.acrylic-upload-block {
    margin-bottom: 18px;
}

.acrylic-file-input {
    border-radius: 10px !important;
    border: 1.5px dashed #cbd5e1 !important;
    background: #f8fafc !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
}

.acrylic-upload-hint {
    font-size: 12px;
    color: #a0aab8;
    margin: 5px 0 0;
}

/* Coupon Banner */
.acrylic-coupon-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #fff8e1, #fffde7);
    border: 1.5px solid #ffe082;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 13px;
    color: #6d5600;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.acrylic-coupon-bar i {
    color: #f59e0b;
    font-size: 14px;
}

.acrylic-coupon-code {
    background: #1570d4;
    color: #fff;
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 12.5px;
    letter-spacing: .5px;
    font-weight: 700;
}

/* Buy row: qty + add to cart */
.acrylic-buy-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.acrylic-add-cart-btn {
    flex: 1;
    min-width: 160px;
    padding: 13px 24px;
    background: #1a2a40;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background .2s, transform .2s;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.acrylic-add-cart-btn:hover {
    background: #1570d4;
    transform: translateY(-2px);
    color: #fff;
}

/* Detail label */
.acrylic-detail-toggle-label {
    font-size: 13px;
    font-weight: 700;
    color: #a0aab8;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 14px;
    margin-top: 8px;
}

/* Full description section */
.acrylic-description-section {
    border-top: 1px solid #e8edf5;
    padding-top: 40px;
}

.acrylic-description-section img {
    max-width: 100%;
    border-radius: 10px;
}

/* Responsive */
@media (max-width: 991px) {
    .acrylic-gallery {
        position: static;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .acrylic-sale-price {
        font-size: 22px;
    }
    .acrylic-product-title {
        font-size: 17px;
    }
    .acrylic-add-cart-btn {
        width: 100%;
    }
    .acrylic-buy-row {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Product Features List */
.product-features-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
}

.product-features-list li {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.product-features-list li i {
    width: 24px;
    color: #1cb0a9;
    font-size: 16px;
    margin-right: 8px;
    text-align: center;
}

/* Prevent horizontal scroll on Acrylic page */
.acrylic-detail-page { 
    overflow-x: hidden; 
}

/* ============================================================
   PRODUCT DETAIL RESPONSIVE (Refactored)
   ============================================================ */

html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.product-detail,
.acrylic-detail-page,
.delivery-section,
.delivery-shipping-section,
.section-b-space,
.collection-wrapper {
    overflow-x: hidden;
}

.delivery-section,
.delivery-shipping-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.site-footer,
.footer-bottom,
.footer-main {
    margin-bottom: 0 !important;
}

.product-detail .detail-gallery,
.product-detail .acrylic-gallery,
.product-detail #product-designer {
    max-width: 100% !important;
}

.product-detail #product-designer .fpd-main-wrapper,
.product-detail #product-designer .fpd-product-stage,
.product-detail #product-designer .fpd-product-container,
.product-detail #product-designer .fpd-stage,
.product-detail #product-designer canvas {
    max-width: 100% !important;
}

.product-detail #product-designer { min-height: 420px; }

.acrylic-detail-page .product-detail .row.align-items-start,
.section-b-space .product-detail .row.mb-50 { row-gap: 18px; }

@media (max-width: 991px) {
    .acrylic-detail-page .product-detail .col-md-5,
    .acrylic-detail-page .product-detail .col-md-7,
    .section-b-space .product-detail .col-md-5,
    .section-b-space .product-detail .col-md-6,
    .section-b-space .product-detail .col-md-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-b-space .product-detail .col-md-1 { display: none; }
    .product-detail #product-designer { min-height: 360px; }
}

@media (max-width: 767px) {
    .product-detail .product-right h3 { font-size: 20px !important; }
    .product-detail .product-price .actualRate { font-size: 21px !important; flex-wrap: wrap; }
    .product-detail #product-designer { min-height: 320px; }

    .product-detail #product-designer .fpd-main-wrapper,
    .product-detail #product-designer .fpd-product-stage {
        width: 100% !important;
        min-width: 0 !important;
    }

    .product-detail #product-designer .fpd-mainbar,
    .product-detail #product-designer .fpd-main-bar,
    .product-detail #product-designer .fpd-navigation {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 575px) {
    .product-detail .container,
    .acrylic-detail-page .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .product-detail #product-designer { min-height: 280px; }

    .product-detail .product-buttons,
    .product-detail #addToCartBtn,
    .product-detail .mp_numberbox_main_sec {
        width: 100% !important;
    }
}
