/* ==========================================================================
   Frontend Stylesheet
   Purpose: global storefront layout, section styling, utilities, and widgets.
   Editing guide: keep section-specific changes inside the nearest labeled block.
   ========================================================================== */

body {
    font-family: "Satoshi", "Lato", sans-serif;
    font-size: 15px;
    overflow-x: hidden;
    line-height: 1.5;
    background: var(--background-color);
}

:root {
    --storefront-shell-width: 1320px;
    --background-color: #FFF;
    --primary-color: #0638c9;
    --primary-hover-color: #052da3;
    --secondary-color: #e6007e;
    --secondary-hover-color: #c9006f;
    --bluish-color: #007ca8;
    --secondary-color-extra: #153e58;
    --en-font: "Satoshi", "Maven Pro", sans-serif;
    --bn-font: "Baloo Da 2", sans-serif;
    --poppins-font: "Satoshi", "Poppins", serif;
    --desktop-category-nav-width: 248px;
    --desktop-hero-horizontal-gap: 8px;
    --desktop-menu-bar-height: 42px;
    --desktop-hero-panel-height: 348px;
}

/*==== COMMON / RESET CSS START ====*/
p {
    margin: 0;
    color: #000;
    padding: 0;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #666;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    transition: 0.35s all;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid #ffbf47 !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
}

.parsley-errors-list {
    color: var(--secondary-color);
}

.parsley-error {
    border: 1px solid var(--secondary-color) !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    width: min(100% - 32px, var(--storefront-shell-width));
    max-width: var(--storefront-shell-width);
}

.bangla-font {
    font-family: var(--bn-font);
}

@supports (content-visibility: auto) {
    .is-home-page .home-category,
    .is-home-page .homeproduct,
    .is-home-page .footer-top,
    .is-home-page .footer-bottom {
        content-visibility: auto;
        contain-intrinsic-size: 1px 520px;
    }

    .is-home-page .slider-section,
    .is-home-page .home-category:first-of-type {
        content-visibility: visible;
        contain-intrinsic-size: auto;
    }
}

/*==== COMMON / RESET CSS END ====  */

/*==== COUPON CSS START ====  */
.coupon-section {
    background: #CBD2D5;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
}

.coupon-code p {
    font-size: 16px;
    text-align: center;
}

.coupon-code span {
    margin: 0 4px;
}

.coupon-code button {
    background: transparent;
}

.coupon-section .btn-close {
    padding: 13px 18px;
    font-size: 12px;
}

/*==== COUPON CSS END ====  */
.card-bodys.card_custom {
    font-size: 16px;
    text-align: left;
    margin: 10px;
    padding-top: 5px;
    font-weight: 500;
}

/*==== HEADER CSS START ====  */
.header-top {
    background: #fff;
    border-top: 2px solid #243124;
    border-bottom: 1px solid #e7e7e7;
    height: 38px;
}

.header-top .container {
    height: 100%;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 28px;
    min-width: 0;
}

.header-contact a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.header-contact i {
    color: #222;
    font-size: 13px;
}

.header-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-social li {
    display: inline-flex;
}

.header-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #222;
    font-size: 15px;
    line-height: 1;
}

.header-social a:hover {
    color: var(--secondary-color);
    background: transparent;
    border: 0;
}

.header-left span {
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.header-left span a {
    color: #fff;
}

.header-left ul li a {
    margin: 0 5px;
}

.header-left ul {
    display: inline-block;
}

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

.header-right span ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 4px;
}

.header-right a {
    color: #ffffffcc;
    border: 2px solid;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.3s all;
    border-color: hsla(0, 0%, 100%, 0.5);
    height: 30px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-right a:hover {
    background: blue;
    border: 1px solid blue;
}

.header-left {
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.logo-area {
    padding: 14px 0;
    background: #fff;
}

.main-logo {
    height: 55px;
    text-align: center;
}

.main-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 100%;
    margin-top: 0;
    object-fit: contain !important;
}

.sticky.is-sticky {
    background: #222;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
}

.logo-header {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-gap: 0;
    align-items: center;
    justify-content: center;
}

.main-search {
    margin: 9px 0 8px;
    position: relative;
    padding-left: 11px;
}

.search_result {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 10030;
}

.search_product {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 10030;
    border: 1px solid #ddd;
    top: auto;
    max-height: 600px;
    overflow-y: scroll;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.search_product ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search_product li {
    list-style: none;
}

.search_product li a {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}

.search_product img {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    border-radius: 50px;
}

.search_product li {
    width: 100%;
}

.search_product ul li:hover a {
    background: #f1f1f1;
}

.search_content .price {
    color: var(--primary-color);
    font-weight: 600;
}

.mobile-show {
    display: none !important;
}

.mobile-header {
    display: none;
}

.mobile-categories ul li {
    display: block;
    z-index: 99999;
    width: 100%;
    height: auto;
}

.mobile-categories {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    width: 85%;
    transition: 0.35s all;
    left: -100px;
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.mobile-categories.active {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.mobile-search input {
    width: 86% !important;
}

.mobile-search button {
    width: 12% !important;
}

.main-search form {
    height: 44px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    border-radius: 50px;
    border: 2px solid var(--secondary-color);
}

.main-search form input {
    height: 100%;
    padding: 0 12px;
    font-size: 12px !important;
    background: #f7f7f7;
    width: 90%;
}

.main-search form button {
    height: 100%;
    width: 12%;
    background: #f7f7f7;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: var(--primary-color);
}

.mobile-nav li a {
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .nav li button.active {
    border-radius: 0;
    color: var(--secondary-color);
}

.main-search.mobile-search {
    margin: 0;
    padding: 0;
}



.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.header-list-items {
    text-align: center;
    margin: 5px 0;
}

.header-list-items ul {
    margin-top: 3px;
}

.for_order a i {
    font-size: 16px !important;
}

.header-list-items ul li {
    margin: 0 8px;
}

.header-list-items ul li a {
    display: inline-block;
}

.header-list-items ul li p {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.margin-shopping {
    margin-right: 10px;
}

.header-list-items ul li i {
    font-size: 20px;
    color: #000;
}

.cart-svg {
    height: 22px;
    width: 22px;
}

.header-list-items ul li span {
    position: absolute;
    top: -7px;
    right: -7px;
    background: var(--secondary-color);
    color: #fff;
    height: 17px;
    width: 15px;
    line-height: 17px;
    font-size: 12px;
    border-radius: 50%;
}

#cart-qty {
    position: relative;
}

.menu-area {
    background: #141414;
    text-align: left;
    position: relative;
    z-index: 60;
    overflow: visible;
}

.menu-layout {
    --menu-primary: #111111;
    --menu-primary-soft: #1f1f1f;
    --menu-accent: var(--secondary-color);
    --menu-accent-soft: #ffe8eb;
    --menu-border: #e7e7e7;
    --menu-text: #161616;
    --menu-muted: #7b7b7b;
    --category-nav-width: var(--desktop-category-nav-width);
    --hero-horizontal-gap: var(--desktop-hero-horizontal-gap);
    --mega-horizontal-gap: 0px;
    --menu-bar-height: var(--desktop-menu-bar-height);
    --hero-panel-height: var(--desktop-hero-panel-height);
    display: grid;
    grid-template-columns: var(--category-nav-width) minmax(0, 1fr);
    align-items: stretch;
    gap: 0;
    position: relative;
    height: var(--menu-bar-height);
}

.desktop-only {
    display: block;
}

.category-nav {
    position: static;
    z-index: 80;
    align-self: start;
    height: var(--menu-bar-height);
}

.category-nav-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    height: var(--menu-bar-height);
    padding: 7px 14px;
    background: var(--primary-color);
    color: #fff !important;
    font-family: "Satoshi", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
}

.category-nav:hover .category-nav-trigger,
.category-nav:focus-within .category-nav-trigger {
    background: var(--primary-hover-color);
}

.category-nav-trigger-icon,
.category-nav-trigger-arrow {
    font-size: 13px;
    line-height: 1;
    flex: 0 0 auto;
}

.category-nav-trigger > span:nth-child(2) {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: var(--category-nav-width);
    background: #fff;
    border: 1px solid var(--menu-border);
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.12);
    visibility: hidden;
    opacity: 0;
    transform: translateY(0);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 120;
    overflow: visible;
}

.category-nav-dropdown,
.category-nav-mega,
.category-nav-childpanel {
    width: var(--category-nav-width);
}

.is-home-page .category-nav-dropdown,
.is-inner-page .category-nav:hover .category-nav-dropdown,
.is-inner-page .category-nav:focus-within .category-nav-dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.is-home-page #navbar_top.desktop-menu-sticky .category-nav-dropdown {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.is-home-page #navbar_top.desktop-menu-sticky .category-nav:hover .category-nav-dropdown,
.is-home-page #navbar_top.desktop-menu-sticky .category-nav:focus-within .category-nav-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.category-nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: var(--hero-panel-height);
    max-height: var(--hero-panel-height);
    overflow: visible;
    background: #fff;
}

.category-nav-item {
    position: static;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.category-nav-item:last-child,
.category-nav-subitem:last-child,
.category-nav-children li:last-child {
    border-bottom: 0;
}

.category-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    color: var(--menu-text);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    background: #fff;
}

.category-nav-link span {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-nav-link i {
    color: var(--menu-muted);
    font-size: 12px;
    margin-left: auto;
    flex: 0 0 auto;
}

.category-nav-item:hover > .category-nav-link,
.category-nav-item:focus-within > .category-nav-link {
    background: #fcfcfc;
    color: var(--menu-accent);
}

.category-nav-item:hover > .category-nav-link i,
.category-nav-item:focus-within > .category-nav-link i {
    color: var(--menu-accent);
}

.category-nav-mega {
    position: absolute;
    top: 0;
    left: 100%;
    width: var(--category-nav-width);
    min-height: var(--hero-panel-height);
    border: 1px solid var(--menu-border);
    border-left: 0;
    border-radius: 0;
    background: #fff;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
    display: block;
    visibility: hidden;
    transform: translateX(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 240;
    overflow: visible;
    box-sizing: border-box;
}

.category-nav-item:hover > .category-nav-mega,
.category-nav-item:focus-within > .category-nav-mega {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.category-nav-subitem {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.category-nav-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    margin-bottom: 0;
    color: var(--menu-primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.35;
    background: #fff;
}

.category-nav-subtitle span {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-nav-subtitle i {
    color: var(--menu-muted);
    font-size: 12px;
    flex: 0 0 auto;
}

.category-nav-subitem:hover > .category-nav-subtitle,
.category-nav-subitem:focus-within > .category-nav-subtitle {
    background: #fcfcfc;
    color: var(--menu-accent);
}

.category-nav-subitem:hover > .category-nav-subtitle i,
.category-nav-subitem:focus-within > .category-nav-subtitle i {
    color: var(--menu-accent);
}

.category-nav-childpanel {
    position: absolute;
    top: -1px;
    left: 100%;
    width: var(--category-nav-width);
    min-height: calc(100% + 2px);
    border: 1px solid var(--menu-border);
    background: #fff;
    box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
    visibility: hidden;
    opacity: 0;
    transform: translateX(12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 250;
}

.category-nav-subitem:hover > .category-nav-childpanel,
.category-nav-subitem:focus-within > .category-nav-childpanel {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.category-nav-children {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-nav-children li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.category-nav-children a {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    color: var(--menu-primary);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    background: #fff;
}

.category-nav-children a:hover {
    color: var(--menu-accent);
    background: #fcfcfc;
}

.main-menu {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    background: var(--menu-primary);
    height: var(--menu-bar-height);
}

.main-menu > ul {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 0 0 0 12px;
    overflow: visible;
    width: 100%;
    height: var(--menu-bar-height);
}

.main-menu > ul > li {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.main-menu > ul > li > a {
    display: inline-flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.02em;
    line-height: var(--menu-bar-height);
}

.main-menu > ul > li > a:hover,
.main-menu > ul > li:hover > a {
    color: var(--menu-accent);
}

/*==== HEADER CSS END ====  */

/*==== HEADER + HERO REDESIGN START ====*/
.marquee-item-wrap {
    min-height: 8px;
    height: 8px;
    line-height: 8px;
    overflow: hidden;
    background: #263c24;
}

.marquee-item-wrap .marquee {
    display: none;
}

.main-header {
    background: #fff;
}

.main-header .header-top {
    display: block;
}

.main-header .header-top .container,
.main-header .logo-area .container {
    max-width: min(100%, var(--storefront-shell-width));
}

.is-inner-page .main-header {
    position: relative;
    z-index: 20;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

.logo-area {
    padding: 10px 0 10px;
    background: #fff;
}

.logo-header {
    display: grid;
    grid-template-columns: 230px minmax(320px, 650px) minmax(210px, 1fr);
    gap: 34px;
    align-items: center;
    min-height: 62px;
}

.main-logo {
    height: 54px;
    text-align: left;
}

.main-logo a {
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.main-logo img {
    width: auto;
    height: 100%;
    max-width: 190px;
    object-fit: contain !important;
}

.main-search {
    margin: 0;
    padding-left: 0;
    position: relative;
}

.main-search form {
    height: 43px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 2px solid var(--secondary-color);
    background: #fff;
}

.main-search form input {
    order: 1;
    height: 100%;
    min-width: 0;
    width: 100%;
    padding: 0 14px;
    font-size: 14px !important;
    background: #fff;
}

.main-search form button {
    order: 2;
    flex: 0 0 48px;
    height: 100%;
    width: auto;
    background: #fff;
    color: var(--secondary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-search form button svg,
.main-search form button i {
    width: auto;
    height: auto;
    font-size: 18px;
    color: var(--secondary-color);
}

.main-search .mobile-search-submit {
    display: none;
}

.header-list-items {
    margin: 0;
    text-align: right;
}

.header-list-items ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: 0;
}

.header-list-items ul li {
    margin: 0;
}

.header-list-items ul li a {
    display: inline-flex;
    align-items: center;
    color: #111;
}

.header-auth-link {
    order: 2;
}

.header-auth-link a {
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.header-auth-link i {
    color: #222 !important;
    font-size: 22px !important;
}

.cart-dialog {
    order: 1;
}

.header-cart-link {
    position: relative;
    min-width: 28px;
    min-height: 28px;
    justify-content: center;
}

.header-cart-link i {
    font-size: 20px !important;
    color: #222 !important;
}

.header-cart-link span {
    position: absolute;
    top: -10px;
    right: -11px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 50px;
    background: var(--secondary-color);
    color: #fff;
    line-height: 17px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
}

.cshort-summary {
    position: absolute;
    top: calc(100% + 12px);
    right: -8px;
    width: min(390px, calc(100vw - 24px));
    max-height: 520px;
    z-index: 9999;
    padding: 14px;
    border: 1px solid #eef0f3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.16);
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
    overflow-y: auto;
}

.cshort-summary::before {
    position: absolute;
    top: -7px;
    right: 24px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #eef0f3;
    border-left: 1px solid #eef0f3;
    background: #fff;
    transform: rotate(45deg);
    content: "";
}

#cart-qty:hover .cshort-summary {
    top: calc(100% + 10px);
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 58px minmax(94px, auto);
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.cshort-summary ul li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    margin: 0;
    padding: 10px 5px;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}

.cshort-summary ul li:nth-child(4n + 1) {
    padding-left: 0;
    padding-right: 8px;
}

.cshort-summary ul li:nth-child(4n + 2) {
    padding-right: 10px;
    padding-left: 10px;
}

.cshort-summary ul li:nth-child(4n) {
    padding-right: 0;
    min-width: 0;
}

.cshort-summary ul li:nth-child(4n + 1),
.cshort-summary ul li:nth-child(4n + 2),
.cshort-summary ul li:nth-child(4n + 3),
.cshort-summary ul li:nth-child(4n) {
    border-bottom: 1px solid #e6e8ec;
}

.cshort-summary ul li:nth-child(4n + 2) a {
    display: -webkit-box;
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.cshort-summary ul li:nth-child(4n + 3) {
    justify-content: center;
    color: #374151;
    font-size: 12px;
    white-space: nowrap;
}

.cshort-summary ul li:nth-child(4n) {
    justify-content: flex-end;
    gap: 8px;
}

.cshort-summary img {
    width: 48px;
    height: 48px;
    padding: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
}

.cshort-summary ul li p {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: right;
    white-space: nowrap;
}

.cshort-summary .remove-cart,
.cshort-summary .remove-cart:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #fff2ef;
    color: #ef4444;
    line-height: 1;
    outline: 0;
}

.cshort-summary .remove-cart i {
    color: inherit;
    font-size: 14px !important;
}

.cshort-summary .cart_remove {
    margin-left: 0;
}

.cshort-summary > p {
    margin: 12px 0 14px;
    color: #111827;
    text-align: right;
}

.mini-cart-empty {
    margin: 4px 0 14px !important;
    padding: 14px;
    border: 1px dashed #d1d5db;
    border-radius: 6px;
    color: #6b7280 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.cshort-summary > p strong {
    display: block;
    margin: 0;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
}

.go_cart,
.go_cart:hover,
.go_cart:focus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 0 14px;
    border-radius: 5px;
    background: #cf3727;
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.menu-area .container {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: min(100%, var(--storefront-shell-width));
}

.slider-section {
    margin: var(--desktop-hero-horizontal-gap) 0 22px;
}

.hero-slider-wrap {
    min-width: 0;
    height: var(--desktop-hero-panel-height);
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.is-home-page .hero-slider-wrap {
    width: calc(100% - var(--desktop-category-nav-width) - var(--desktop-hero-horizontal-gap));
    margin-left: calc(var(--desktop-category-nav-width) + var(--desktop-hero-horizontal-gap));
}

.home-slider-container {
    width: min(100%, 1320px);
    margin: 0 auto;
}

.slider-item {
    height: var(--hero-panel-height);
    aspect-ratio: auto;
}

.slider-item img {
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.main_slider,
.main_slider .owl-stage-outer,
.main_slider .owl-stage,
.main_slider .owl-item,
.main_slider .owl-item > div,
.main_slider .owl-item a,
.main_slider picture {
    height: 100%;
}

.main_slider {
    position: relative;
    z-index: 1;
}

.main_slider .owl-prev,
.main_slider .owl-next {
    width: 38px;
    height: 38px;
    color: #fff;
    background: rgba(0, 0, 0, 0.28) !important;
    border-radius: 50%;
}

.main_slider .owl-prev {
    left: 14px;
}

.main_slider .owl-next {
    right: 14px;
}
/*==== HEADER + HERO REDESIGN END ====*/

/*==== CATEGORY SECTION CSS START ====  */
.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 25px;
    border-bottom: 2px solid #ddd;
    position: relative;
}
.section-title:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10%;
    height: 2px;
    content: "";
    background: var(--primary-color);
}

.section-title h3,
.section-title h2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

a.view_all:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

.front-category ul li a {
    color: #555;
    padding: 5px 8px;
    display: inline-block;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.35s all;
    margin-right: 5px;
}

.front-category ul li a:hover {
    background: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}

.custom_paginate {
    margin-top: 25px;
}

/*==== CATEGORY SECTION CSS END ====  */

/*==== SLIDER CSS START ====  */
.slider-section {
    margin: 15px 15px;
}
.main-slider {
    position: relative;
}

.slider-item {
    width: 100%;
    height: auto;
    aspect-ratio: 2111 / 745;
}

.slider-item picture {
    display: block;
    width: 100%;
    height: 100%;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 0;
}

.main_slider.owl-carousel:not(.owl-loaded) {
    display: block;
}

.main_slider.owl-carousel:not(.owl-loaded) .slider-item:not(:first-child) {
    display: none;
}

.main_slider .owl-prev {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.main_slider .owl-next {
    width: 40px;
    height: 40px;
    z-index: 9999;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.banner-right-item {
    overflow: hidden;
    border-radius: 5px;
    height: 230px;
}

a.view_all {
    border: 2px solid;
    border-color: var(--primary-color);
    padding: 4px 15px;
    border-radius: 5px 5px 0px 0px;
    color: var(--primary-color);
    text-decoration: none;
    margin-bottom: -2px;
}

.banner-right-item img {
    transition: 0.35s all;
    width: 100%;
}

.banner-right-item:hover.banner-right-item img {
    transform: scale(1.1);
}

.banner-right .item-1 {
    margin-bottom: 25px;
}


/*==== SLIDER CSS END ====  */


/* ==== FACILITIES CSS START ==== */
ul.facilities-inner {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
}
li.faciliti-item p {
    font-size: 14px;
}
.faciliti-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 15px;
    border-radius: 6px;
    background: #f7f7f7;
}
.faciliti-item img {
    width: 40px;
}

.faciliti-item p {
    font-weight: 600;
}
section.facilities-section {
    margin-top: 25px;
    margin-bottom: 10px;
}

.homeproduct,
.home-category.mt-4,
footer {
    content-visibility: visible;
    contain-intrinsic-size: none;
}

/* Filter drawer must escape section containment and cover the full viewport. */
.product-filter-page {
    content-visibility: visible;
    contain: none;
}
/* ==== FACILITIES CSS END ==== */

/*==== FRONT CATEGORY  CSS START ====  */
.category-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}
.cat-item {
    border-radius: 5px;
    padding: 5px;
    border: 1px solid;
    border-color: #ddd;
}
.cat-img {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
}
.cat-img img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    transition: 0.35s all;
    padding: 40px;
}

.cat-item:hover .cat-img img {
    transform: scale(1.1);
}

.cat-name {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.category-product.no-product {
    display: block;
    text-align: center;
    padding: 100px 0;
}

.no-found img {
    width: 150px;
}

/*==== FRONT CATEGORY  CSS END ====  */

/*==== FOOTER  CSS START ====  */
.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: var(--secondary-color) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.footer-gap {
    margin: 15px 0;
    overflow: hidden;
}

footer {
    padding-bottom: 0 !important;
}

.section-title-right ul li a {
    text-transform: capitalize;
    margin-left: 10px;
    cursor: pointer;
}

.footer-menu ul li a,
.footer-contact-link {
    color: #20242a;
    margin: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-top {
    padding: 40px 0 36px;
    background: #f7f7f7;
    border-top: 1px solid #ececec;
}

.footer-grid {
    align-items: flex-start;
    row-gap: 28px;
}

.footer-about {
    padding-right: 26px;
}

.footer-about p {
    text-align: left;
    margin: 10px 0 12px;
    color: #3d4148;
    font-size: 15px;
    line-height: 1.45;
}

.footer-about a {
    display: inline-flex;
    color: #000;
}

.footer-about a img {
    height: auto;
    width: 148px;
    object-fit: contain;
}

.footer-menu .title,
.footer-title {
    margin-bottom: 17px;
    color: #14171c;
    font-family: var(--en-font);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: none;
}

.footer-menu .title a {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.footer-menu .title a:hover {
    margin-left: 0 !important;
    color: inherit;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a:hover,
.footer-contact-link:hover {
    color: var(--secondary-color);
    transform: translateX(2px);
}

.footer-contact-link {
    width: 100%;
    margin: 0 0 14px;
    line-height: 1.45;
}

.footer-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    color: #30343a;
    font-size: 13px;
}

.social_link {
    text-align: left;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.social_link li {
    display: inline-block;
}

.social_link li a {
    background: #ececec;
    height: 34px;
    width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    color: #111 !important;
    font-size: 15px;
    margin: 0 !important;
}

.social_link li a i {
    display: block;
    line-height: 1;
}

.social_link li a:hover {
    background: var(--secondary-color);
    color: #fff !important;
    transform: translateY(-2px);
}

.delivery-partner {
    margin-top: 14px;
    text-align: left;
}

.delivery-partner p {
    margin-bottom: 6px;
    color: #14171c;
    font-size: 14px;
    font-weight: 800;
}

.delivery-partner img {
    max-width: 128px;
    max-height: 42px;
    height: auto;
    object-fit: contain;
}

.footer-bottom {
    background: #010101;
    padding: 10px 0;
}

.copyright p {
    text-align: center;
    color: #a0a0a0;
}

/*==== FOOTER CSS END ====  */

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 30px 0;
}

.product-cart .name {
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.details-price {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 10px 0;
}

.details-price del {
    color: #bbb;
    margin: 5px 0;
    font-size: 19px;
}

.details_slider {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.indicator_thumb {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: 10px 0;
}

.indicator_thumb.thumb_slider .owl-nav button {
    background: var(--secondary-color) !important;
    margin: 5px 2px;
    font-size: 16px !important;
}

.indicator-item {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.indicator-item img {
    max-height: 128px !important;
    width: 100%;
    object-fit: contain;
}
.indicator_thumb .owl-prev {
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.indicator_thumb .owl-next {
    right: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dimage_item img {
    object-fit: contain;
}

.color_inner {
    display: flex;
}

.color-title {
    margin-bottom: 5px;
    margin-top: 6px;
    font-weight: 600;
}

.size_inner {
    display: flex;
}

.pro_unig label {
    font-weight: 600;
    margin-bottom: 10px;
}

.pro_brand p {
    font-weight: 600;
}

.pro_brand {
    margin-bottom: 7px;
    margin-top: 2px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #ddd;
    height: 40px;
    overflow: hidden;
    width: 130px;
    border-radius: 5px;
}

.qty-cart {
    width: auto;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    pointer-events: none;
    font-weight: 500;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-left: 1px solid #ddd;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

.order_now_btn, .order_now_btn:disabled {
    font-size: 18px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    width: 50%;
    margin-left: 5px;
    height: 45px;
    margin-top: 10px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.order_now_btn:hover,
.order_now_btn:active {
    color: white !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    outline: 0;
    color: #fff !important;
}

.add_cart_btn, .add_cart_btn:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    width: 50%;
    height: 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.pro_brand.stock {
    margin-top: 20px;
}

.call_now_btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0EC344;
    border: 0;
}

.call_now_btn i {
    margin-right: 11px;
    font-size: 28px;
}

.add_cart_btn:hover,
.add_cart_btn:active {
    color: #fff !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.delivery_details tr td {
    color: #222 !important;
}

.pro_details_area {
    background: #fff;
    padding: 40px 0;
}

.details-tab .nav-link {
    background: #F7F7F7;
    color: #222;
    margin-right: 5px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 2px solid #ddd;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.details-tab .nav-link.active {
    border-top: 2px solid var(--primary-color);
}

.details-tab .tab-content {
    border: 1px solid #ddd;
}

.details-tab .nav-tabs {
    border: 0;
}

.description {
    padding: 30px;
}

.description *{
    width: 100% !important;
}

.description ul {
    margin-left: 12px;
}

.description ul li a {
    padding: 6px 20px;
    display: inline-block;
    box-shadow: 0px 0px 3px #ddd;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
}

.description ul li.active a,
.description ul li:hover a {
    background-color: #0a3a66;
    color: #fff;
}

.review-inner {
    padding: 30px;
}

.review-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.review-btn {
    text-align: right;
}

.review-btn button {
    background: #03A6E5;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
}

.review-title h4 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 5px;
}

.product-ratting {
    display: none;
}

.product-ratting i {
    color: #FF7E22;
    font-size: 12px;
}

.review-card {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin: 10px 0;
}

.review_star {
    color: #FF7E22;
    margin-bottom: 7px;
}

.details-action-box .empty-content {
    padding: 50px 0;
    text-align: center;
}

.details-action-box .empty-content i {
    font-size: 3rem;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: rgba(242, 88, 80, 0.2);
    border-radius: 50%;
    color: var(--secondary-color);
}

p.empty-text {
    text-align: center;
}

.empty-review {
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}

.empty-review i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: #00aef033;
    font-size: 30px;
    border-radius: 50px;
    color: #00aef0;
}

.modal-content input, .modal-content input:focus {
    height: 42px;
    border: 1px solid #ddd;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.rating>label {
    display: inline-block;
    position: relative;
    width: 28px;
    font-weight: 600;
    color: #009e60;
}

.rating label {
    font-size: 20px !important;
    cursor: pointer !important;
}

textarea#message-text {
    border: 2px solid;
    border-color: #009e60;
    max-width: 450px;
}

.rating>label.active:before,
.rating>label.active~label:before,
.rating>label:hover:before,
.rating>label:hover~label:before {
    content: "\2605";
    position: absolute;
    color: #009e60;
}

.rating input {
    display: none;
}

button.details-review-button {
    min-width: 126px;
    background: #0f821d;
    margin-top: 10px;
    padding: 7px;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}

.page-title h5 {
    font-weight: 600;
    font-size: 18px;
}

.pro_vide h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pro_vide {
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 25px;
    position: sticky;
    top: 140px;
}

.details_right {
    padding: 0px 20px;
}

.details-ratting-wrapper {
    margin-bottom: 10px;
}

.details-ratting-wrapper i {
    color: #FFDF00;
}

.details-ratting-wrapper i.far.fa-star {
    color: #959595;
}

.all-reviews-button {
    text-decoration: underline;
    margin-left: 20px;
}

.related-product-section {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.related-title {
    margin-bottom: 20px;
}

.related-title h5 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}


.delivary__data {
    display: grid;
    grid-template-columns: 10% 90%;
    margin-bottom: 15px;
}
.delivary__data_qr {
    display: grid;
    grid-template-columns: 41% 59%;
}
.delivary_data_fav img {
    height: 50px;
    object-fit: contain;
    margin: 18px 0 5px 0;
}
.delivary__data_sold {
    display: flex;
    justify-content: space-between;
}
.delivary_data_qr img {
    height: 125px;
}
.header_side_bar p {
    color: #6a6a6a;
    font-size: 12px;
    margin-bottom: 10px;
}
.details_side_bar {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
}
.delivary_data_text span {
    color: #817f7f;
    font-size: 13px;
}
.icon_app {
    font-size: 10px;
}
.delivary_data_fav p {
    font-size: 11px;
}
.delivary_data_fav {
    box-shadow: 1px 3px 15px #ddd;
    padding: 5px;
    border-radius: 5px;
}
p.sold_by {
    color: #999797;
    font-weight: 400;
}
.delivary_data_chat a {
    color: #0397fe;
}
.short_description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.short_description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    display:block;
}

.short_description ul li::before {
    content: "\f00c"; /* Font Awesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* required for solid icons */
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745; /* green check (optional) */
}
.short_description ul {
    margin: 10px 0;
}
.short_description {
    margin-bottom: 15px;
}
/*==== DETAILS CSS END ====  */

/*====  CATEGORY CSS START ====  */
.page_title p {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.page_title {
    margin-bottom: 25px;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: rgba(242, 88, 80, 0.22);
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 10px;
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label:hover {
    background-color: rgba(242, 88, 80, 0.22);
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--secondary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    appearance: none;
    opacity: .5;
    margin-top: 3px;
}

.subcategory-filter-label input[type=checkbox]:checked {
    background-color: var(--secondary-color);
    opacity: 1;
}

.subcategory-filter-label input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input {
    width: 70px;
}

p.max-price input {
    width: 70px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--secondary-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.cust_according_body {
    padding: 10px 0;
}

.slider-box {
    padding: 10px 25px;
}

/*====  CATEGORY CSS END ====  */

/*====  QUICK VIEW CSS START ====  */
#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

#custom-modal {
    display: none;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

.quick-view-inner {
    overflow: hidden;
}

.quick-product .name {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.quick-product-img {
    width: 40%;
    float: left;
}

.quick-product-content {
    width: 60%;
    float: left;
    padding: 0 20px;
}

/*====  QUICK VIEW CSS END ====  */

.sec_title {
    margin-bottom: 10px;
}

.section-title-header {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
}

.section-title-header .section-title-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    padding-bottom: 10px;
    position: relative;
    bottom: -2px;
    text-transform: capitalize;
}

li.see_more_btn {
    text-align: end;
}

li.recent_pro {
    font-size: 15px;
}

.sec_title i {
    font-size: 10px;
    margin-left: 5px;
}

/*==== LOADING SPINNER CSS START ====*/
#loading {
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 9999;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.custom-loader {
    width: 50px;
    height: 50px;
    --c: radial-gradient(farthest-side, var(--secondary-color) 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s7 0.5s infinite;
    position: fixed;
    top: 50%;
    left: 50%;
}

@keyframes s7 {
    to {
        transform: rotate(0.5turn);
    }
}

/*==== LOADING SPINNER CSS END ====*/

/*====   WISHLIST MODAL CSS START ====  */
#custom-modal .title {
    font-weight: 600;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.wishlist-modal .quantity {
    font-weight: 500;
    color: #777;
}

.wishlist-modal {
    margin-top: 25px;
}

.wishlist-modal .name {
    text-align: left;
    margin: 0;
}

.wishlist-modal .price {
    color: var(--secondary-color);
    font-size: 26px;
    font-weight: 600;
    margin: 12px 0;
}

.continue-confirm {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 15px;
    margin-top: 15px;
}

.continue-btn {
    background: #ddd;
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #666;
    font-weight: 600;
    transition: 0.35s all;
}

.confirm-btn {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 10px 0px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.continue-btn:hover,
.confirm-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/*====   WISHLIST MODAL CSS END ====  */

/*====   WISHLIST CSS START ====  */
.vcart-inner {
    background: #f5f7f9;
    padding: 20px 25px;
    border-radius: 5px;
}

.vcart-content img {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 1px;
}

.cart_name {
    max-width: 185px;
}

.cart-title h4 {
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.vcart-content table th {
    color: #666;
}

.vcart-content table td {
    font-size: 15px;
}

.remove-cart, .remove-cart:focus {
    background: #e5e5e5;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    outline: 0;
}

.remove-cart .feather {
    color: #fff;
}

.wcart-btn,
.wcart-btn:focus {
    background: var(--secondary-color);
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    outline: 0;
}

/*==== WISHLIST CSS END ====  */

/*====  CART CSS START ====  */
.vcart-qty .quantity {
    height: 35px;
    width: 85px;
    margin-top: 0 !important;
}

.vcart-qty .quantity .minus {
    left: 0;
    width: 25px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vcart-qty .quantity .plus {
    right: 0;
    height: 33px;
    line-height: 33px;
    width: 25px;
    font-size: 20px;
}

.cart-summary {
    background: #f5f7f9;
    padding: 15px;
    border-radius: 5px;
}

.cart-summary h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.cart-summary table td {
    padding: 10px 0 !important;
    text-transform: capitalize;
    font-size: 15px;
}

.cart-summary table td:last-child {
    text-align: right;
}

.couponcode-section {
    padding-bottom: 55px;
}

.coupon-btn {
    background: var(--secondary-color);
    color: #ffff;
}

a.header-coupon {
    font-weight: 700;
}

img.coupon-image {
    height: 242px;
    width: 100%;
}

.coupon-form {
    margin-top: 25px;
}

.coupon-form form {
    display: inline-block;
    width: 300px;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
    padding: 0 10px;
    text-transform: capitalize;
}

.coupon-form form input {
    width: 80%;
    float: left;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 5px 0px 0px 5px;
}

.coupon-form form button {
    width: 20%;
    background: var(--secondary-color);
    color: #fff;
    height: 38px;
    border-radius: 0px 5px 5px 0px;
}

/*====  CART CSS END ====  */

/*====  LOGIN CSS START ====  */
.auth-section input,
.auth-section input:focus {
    border: 1px solid #ddd;
}

.register-now.no-account a {
    text-align: center;
    color: var(--secondary-color);
}

.form-content form .form-group {
    position: relative;
}

.form-content form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.no-account p {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.form-content form {
    padding: 0 15px;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid var(--secondary-color);
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    background: var(--secondary-color);
    ;
}

button.submit-btn {
    display: block;
    width: 100%;
    text-transform: uppercase;
    padding: 12px 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

.resend_otp .feather {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.resend_otp button {
    border-bottom: 1px solid #db2c2c;
    color: #db2c2c;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
}

/*====  LOGIN CSS END ====  */

/*====  BRAND CSS START ====  */

.brand-section {
    position: relative;
}

.brand-item {
    height: 150px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ddd;
}

.brand-item img {
    opacity: 0.8;
    transition: 0.35s all;
    padding: 25px;
    object-fit: contain;
}

.brand-item img:hover {
    opacity: 1;
}

/*====  BRAND CSS END ====  */

/*====  PROFILE CSS START ====  */
.customer-sidebar {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}

.customer-auth {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 10px;
    background: #f5f7f9;
    padding: 10px;
    border-radius: 5px;
}

.customer-img img {
    border-radius: 50px;
}

.customer-section {
    padding: 20px 0;
}

.customer-sidebar .sidebar-menu {
    background: #f5f7f9;
    margin: 15px 0;
    border-radius: 5px;
}

.customer-sidebar .sidebar-menu ul li {
    display: block;
}

.customer-sidebar .sidebar-menu li a {
    padding: 10px 10px;
    display: block;
    font-size: 15px;
}

.customer-content {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}

.backend_img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
}

.account-title {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    text-align: left;
    font-weight: 600;
}

.invoice_btn,
.invoice_btn:focus {
    background: var(--secondary-color);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}

.customer-sidebar .sidebar-menu li a.active {
    color: var(--secondary-color);
}

/*====  PROFILE CSS END ====  */

.payment_option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
}

/*====  CHECKOUT CSS START ====  */
.cartlist img {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 2px;
}

.cartlist span {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

.chheckout-section {
    padding: 35px 0;
}

.checkout-shipping .card-header {
    background: var(--secondary-color);
    padding: 25px 25px;
    color: #fff !important;
}

.checkout-shipping h5, .cart_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-family: var(--bn-font);
}

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

.checkout-shipping label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    font-family: var(--bn-font);
}

.checkout-shipping h6 {
    font-weight: 600;
    color: #fff;
    font-family: var(--bn-font);
    font-size: 18px;
}

a.check-wapp.check-btn {
    background: #00D757;
    padding: 4px 9px;
    border-radius: 4px;
    margin-left: 41px;
    line-height: 35px;
}

.check-wapp i {
    background: #00D757;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.check-position i {
    position: absolute;
    background: #00D757;
    padding: 9px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    transform: translateX(-394%);
}

.checkout-shipping input,
.checkout-shipping input:focus,
.checkout-shipping select,
.checkout-shipping select:focus {
    border: 1px solid #ddd;
    height: 40px;
}

.payment-methods {
    display: flex;
    gap: 15px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    height: 40px !important;
}

#select2-district-container {
    line-height: 40px;
}

.select2-results li {
    display: block;
}

.checkout-shipping .form-check-input {
    height: 14px !important;
}

.checkout-shipping form i {
    margin-right: 5px;
}

.order_place {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-hover-color));
    display: block;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    padding: 10px 0;
    color: #fff !important;
    box-shadow: 0 8px 16px rgba(7, 143, 125, 0.22);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 17px;
    margin-top: 25px;
    transition: box-shadow 0.2s ease, filter 0.2s ease;
    font-family: var(--bn-font);
}

.order_place:hover,
.order_place:focus {
    color: #fff !important;
    filter: brightness(1.04);
    box-shadow: 0 10px 18px rgba(7, 143, 125, 0.28);
}

.order_place:active {
    filter: brightness(0.98);
    box-shadow: 0 6px 12px rgba(7, 143, 125, 0.22);
}
a.cart_remove {
    background: #ffeaea;
    color: #fff !important;
    height: 28px;
    width: 28px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50px;
}
/*====  CHECKOUT CSS END ====  */

/*====  CONTACT CSS START ====  */
.contact-section {
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form input:focus,
.contact-form textarea,
.contact-form textarea:focus {
    border: 1px solid #ddd;
    border-radius: 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 15px;
}

.social-media.footer-about {
    text-align: left;
    margin-top: 20px;
}

.social-media.footer-about li a {
    text-align: center;
}

.social-media.footer-about h6 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 15px;
}

/*====  CONTACT CSS END ====  */

/*====  ALL CATEGORY CSS START ====  */

.category-thumb {
    background: #f1f1f1;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
}

.category-thumb img {
    width: 24px;
}

.all-category {
    display: grid;
    grid-template-columns: repeat(5, 20%);
    grid-gap: 15px;
}

.category-thumb p {
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu-more {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.menu-more i {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

/*====  ALL CATEGORY CSS END ====  */

.page-description ul li {
    display: list-item;
    list-style: initial;
}

.page-description ul {
    padding-left: 20px;
}

.front-view-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 50px;
}

.front-view-image {
    margin-bottom: 15px;
}

.front-view-image a {
    display: block;
}

.front-view-image a img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transform: translateY(0px);
    transition: all 0.3s ease;
}

.front-view-item:hover .front-view-image a img {
    transform: translateY(-20px);
}

.front-view-title a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.category-banner-products {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 7px;
    background: #fff;
}

.home-page-section-title-box {
    margin-bottom: 10px;
}

.home-page-section-title-box h3 {
    font-size: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.view-all-button-box.pull-right {
    float: right;
}

a.custom-button {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    box-shadow: 0 0.275rem 0.75rem -0.0625rem rgb(11 15 25 / 6%), 0 0.125rem 0.4rem -0.0625rem rgb(11 15 25 / 3%) !important;
    display: inline-block;
    position: relative;
    background: transparent;
    transition: color 0.1s linear 0.05s;
    text-decoration: none;
}

.product-item-box {
    box-shadow: 0 2px 10px -1px rgb(0 0 0 / 12%);
    border-radius: 15px;
    background: #fff;
    margin-bottom: 15px;
}

.product-img-outer-box {
    position: relative;
    overflow: hidden;
}

.product-img-outer-box a {
    border-radius: 10px 10px 0px 0px;
}

.product-img-outer-box a img {
    transform: scale(1);
    transition: all 0.5s ease-out;
    object-fit: contain;
    background: #fff;
    width: 100%;
}

.product-img-outer-box a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}

.product-desc-main-box {
    padding: 5px;
    text-align: center;
}

.product-title-box h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-title-box h4 a {
    font-size: 14px;
}

.product-price-box h4 {
    font-weight: bold !important;
    font-size: 14px;
    color: #b70053;
    font-family: var(--font);
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev,
.product-inner button.owl-next,
.related-product-section button.owl-next {
    top: 50%;
    position: absolute;
    display: inline-block;
    transform: translateY(-50%);
}

.product-inner button.owl-prev i,
.related-product-section button.owl-prev i,
.product-inner button.owl-next i,
.related-product-section button.owl-next i {
    width: 35px;
    height: 35px;
    background-color: #ddd;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1);
    transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.product-inner button.owl-prev:hover i,
.related-product-section button.owl-prev:hover i,
.product-inner button.owl-next:hover i,
.related-product-section button.owl-next:hover i {
    background-color: var(--secondary-color);
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    transform: scale(1.3);
    color: #fff;
}

.product-inner button.owl-prev,
.related-product-section button.owl-prev {
    left: 0;
}

.related-product-section button.owl-prev {
    left: -40px;
}

.product-inner button.owl-next,
.related-product-section button.owl-next {
    right: 0;
}

.related-product-section button.owl-next {
    right: -40px;
}

section.product-inner {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title-left h4 {
    font-size: 30px;
}

.product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: 260px;
    display: block;
}

.product-inner .product-img-outer-box a {
    height: 290px;
}

.category-banner-products .product-img-outer-box a {
    position: relative;
    overflow: hidden;
    height: auto;
    display: block;
}

.slide-img-box {
    border-radius: 10px;
    overflow: hidden;
}

.category-img-banner {
    margin-bottom: 15px;
}

.category-img-banner a {
    display: block;
    overflow: hidden;
}

.category-img-banner a img {
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 15px;
}

.category-img-banner:hover a img {
    transform: scale(0.95);
}

.category-main-section {
    border-top: 1px dashed #ccc;
    padding: 20px 0;
}

.menu-logo a {
    display: block;
}

.campaign-item a {
    display: block;
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

.campaign-item a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.campaign-main-section {
    border-top: 1px dashed #ccc;
    padding: 25px 5px;
}

.qty-cart .add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #087bce;
    border-radius: 0;
    color: #fff;
    height: 48px;
    width: 160px;
}

.section-meta-description {
    background-color: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*=== Websolution IT ==== */

.sec_title H2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
}

.category-breadcrumb a {
    font-size: 16px;
    color: #666666b3;
    font-weight: 400;
}

.category-breadcrumb span {
    color: #666666b3;
}

.category-breadcrumb strong {
    font-size: 16px;
}

.category-product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    overflow: hidden;
}

i.fa-regular.fa-trash-can.trash_icon {
    font-size: 15px;
    color: var(--secondary-color);
}

i.fa-regular.fa-trash-can.trash_icon:hover {
    color: red;
}

.success-img {
    text-align: center;
}

.success-img img {
    width: 320px;
}

.success-title h2 {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 45px;
}

.success-table {
    background: #f3f3f3;
    padding: 15px;
}

section.createpage-section {
    padding: 50px 0;
    background: #fff;
    margin-bottom: 10px;
}

button.owl-next {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

button.owl-prev {
    font-size: 30px !important;
    width: 29px;
    height: 29px;
    line-height: 10px !important;
    text-align: center !important;
    border-radius: 50%;
    color: white !important;
}

section.slider-section .row .col-sm-2 {
    width: 200px;
}

form.sort-form .form-select, form.sort-form .form-select:focus {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.filter_btn {
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}
.sorting-section {
    margin-bottom: 20px;
}

.active-filter-bar {
    display: flex;
    align-items: center;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
}

.active-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.active-filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 5px 10px 5px 12px;
    color: #333;
    background: rgba(6, 56, 201, 0.06);
    border: 1px solid rgba(6, 56, 201, 0.18);
    border-radius: 50px;
    font-size: 13px;
    line-height: 1.25;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.active-filter-tag i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 9px;
}

.active-filter-tag:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.active-filter-tag:hover i {
    color: var(--primary-color);
    background: #fff;
}

.clear-filter-btn {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 12px;
    color: #d63031;
    background: #fff;
    border: 1px solid #f0b7b7;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
}

.clear-filter-btn:hover {
    color: #fff;
    background: #d63031;
    border-color: #d63031;
}

.showing-data {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.showing-data span {
    font-size: 16px;
    display: block;
    text-align: right;
}

.category-breadcrumb {
    column-gap: 8px;
}

.breadcrumb ul li a {
    color: #666666b3;
    font-size: 16px;
    text-transform: capitalize;
}

.breadcrumb ul li span {
    color: #666666b3;
}

.register-now.no-account {
    background: #fff;
    padding: 0 10px 15px 10px;
}

.comn_sec {
    padding: 20px 0;
}

.checkout-coupon-form {
    padding: 10px;
    background-color: #ddd;
}

.checkout-coupon-form .coupon {
    display: flex;
    border: 1px solid;
    border-color: #ddd;
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    height: 45px;
    padding: 5px;
}

.fixed_whats a {
    width: 42px;
    height: 42px;
    background: #00D757;
    text-align: center;
    line-height: 42px;
    font-size: 25px;
    position: fixed;
    bottom: 55px;
    right: 34px;
    border-radius: 50px;
    color: #fff;
    z-index: 9999;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.desktop-menu-stuck {
    padding-top: 146px;
}



@media only screen and (min-width: 768px) {
    .main-header {
        min-height: 132px;
    }

    #navbar_top.desktop-menu-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10040;
        transform: translateY(0);
        animation: desktopHeaderStick 0.24s ease both;
    }

    #navbar_top.desktop-menu-sticky .header-top {
        display: none;
    }

    #navbar_top.desktop-menu-sticky .main-header {
        min-height: 0;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    }

    #navbar_top.desktop-menu-sticky .logo-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #navbar_top.desktop-menu-sticky .logo-header {
        min-height: 54px;
    }

    #navbar_top.desktop-menu-sticky .main-logo {
        height: 46px;
    }
}

@keyframes desktopHeaderStick {
    from {
        opacity: 0.96;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 1199px) {
    :root {
        --desktop-category-nav-width: 226px;
        --desktop-hero-horizontal-gap: 8px;
        --desktop-hero-panel-height: 332px;
    }

    .menu-layout {
        --mega-horizontal-gap: 0px;
    }

}

@media only screen and (max-width: 991px) {
    .main-menu > ul {
        gap: 14px;
        padding-left: 12px;
    }

    .main-menu > ul > li > a,
    .category-nav-trigger {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .header-top {
        display: none;
    }

    .desktop-only {
        display: none !important;
    }

    .desktop-menu-stuck {
        padding-top: 0;
    }

    .menu-layout {
        grid-template-columns: 1fr;
    }

    .menu-area {
        overflow-x: auto;
    }

    .main-menu {
        min-width: max-content;
    }

    .main-menu > ul {
        gap: 20px;
        padding: 0 10px;
    }

    .main-menu > ul > li > a {
        min-height: 40px;
        font-size: 13px;
        white-space: nowrap;
    }

    .slider-section {
        margin-top: 0;
    }

    .is-home-page .hero-slider-wrap {
        width: 100%;
        margin-left: 0;
        height: auto;
    }
}

/* ==== sidebar filter start ==== */
.filter_btn,
.filter_close {
    display: none;
}

.filter_sort .filter_btn {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    color: #333;
}

.homeproduct .filter_sort {
    display: grid;
    grid-template-columns: minmax(100px, 0.7fr) minmax(0, 1.3fr);
    gap: 10px;
}

.category-filter-sidebar {
    position: sticky;
    top: 92px;
    z-index: 4;
    display: block;
    width: 100% !important;
    height: auto;
    max-height: none;
    max-width: 100%;
    padding: 0;
    overflow-y: visible;
    overscroll-behavior: contain;
    background: transparent;
    border: 0;
    box-shadow: none;
    visibility: visible;
    transform: none;
    transition: none;
}

.row > .category-filter-sidebar {
    padding: 0;
}

.category-filter-sidebar.active {
    visibility: visible;
    transform: translateX(0);
}

.filter_sidebar_header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: flex-end;
    min-height: 62px;
    margin: 0 0 16px;
    padding: 0 18px;
    color: #fff;
    background: var(--primary-color);
}

.filter_sidebar_header strong {
    font-size: 17px;
}

.category-filter-sidebar .filter_close {
    display: none;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.category-filter-sidebar .filter_close:hover,
.category-filter-sidebar .filter_close:focus {
    background: rgba(0, 0, 0, 0.22);
}

.filter_sidebar_overlay {
    position: fixed;
    inset: 0;
    z-index: 10040;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    display: none;
}

.row > .filter_sidebar_overlay {
    padding: 0;
}

.filter_sidebar_overlay.active {
    opacity: 1;
    visibility: visible;
}

body.filter-sidebar-open {
    overflow: hidden;
}

.sidebar_item {
    margin-bottom: 20px;
}

.sidebar_item .accordion-item {
    overflow: hidden;
    border: 1px solid #e1e5ee;
    border-radius: 5px;
}

.sidebar_item h2.accordion-header button.accordion-button {
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
}

.sidebar_item .accordion-header .accordion-button::after {
    content: "\f078";
    font-family: "FontAwesome";
    background: none;
    font-size: 17px;
}

.accordion-item {
    border-radius: 5px;
}

.accordion-item .accordion-collapse {
    border-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.cust_according_body {
    padding: 10px 0;
}

.cust_according_body ul li {
    display: block;
}

.cust_according_body ul li a {
    display: block;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.cust_according_body ul li:hover a {
    background-color: rgba(6, 56, 201, 0.08);
    background-color: color-mix(in srgb, var(--primary-color) 14%, #fff);
}

.subcategory-filter-list p {
    color: #555;
}

.subcategory-filter-label {
    display: flex;
    column-gap: 10px;
    padding: 5px 16px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.subcategory-filter-label:hover {
    background-color: rgba(6, 56, 201, 0.08);
    background-color: color-mix(in srgb, var(--primary-color) 14%, #fff);
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--primary-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 3px 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
}

.subcategory-filter-label input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    opacity: 1;
}

.subcategory-filter-label input[type="checkbox"]:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -2px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.filter-price-inputs {
    display: flex;
    justify-content: space-between;
}

p.min-price input,
p.max-price input {
    width: 70px;
}

.slider-box {
    padding: 10px 25px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: var(--primary-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50px;
}

.product-filter-layout {
    align-items: flex-start;
}

.product-filter-products-col .category-product {
    grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .product-filter-products-col .category-product {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .filter_sort .filter_btn {
        display: inline-flex;
    }

    .category-filter-sidebar {
        position: fixed;
        inset: 0 auto 0 0;
        left: 0;
        z-index: 10050;
        width: min(380px, 90vw) !important;
        height: 100dvh;
        max-height: 100dvh;
        padding: 0 16px 24px;
        background: #fff;
        border: 0;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.16);
        visibility: hidden;
        transform: translateX(-105%);
        transition: transform 0.35s ease, visibility 0.35s ease;
    }

    .row > .category-filter-sidebar {
        padding: 0 16px 24px;
    }

    .filter_sidebar_header {
        display: flex;
        min-height: 54px;
        margin: 0 -16px 20px;
        color: var(--primary-color);
        background: #fff;
        border-bottom: 1px solid #e5e7eb;
    }

    .category-filter-sidebar .filter_close {
        display: inline-flex;
        color: var(--primary-color);
        background: rgba(6, 56, 201, 0.08);
    }

    .filter_sidebar_overlay {
        display: block;
    }

    .product-filter-products-col .category-product {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* ==== sidebar filter end ==== */

/* ====Color Size Details Css ====*/
.selector {
    position: relative;
    width: 100%;
    background-color: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.size-container {
    margin-bottom: 12px;
}

.selector-item {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.color_inner .selector .selector-item label {
    cursor: pointer;
}

.selector-item label {
    border: 1px solid #ddd;
}

.color_inner .selector-item label span img {
    width: 220px;
    height: 20px;
    opacity: 0;
}

.color_inner .selector-item input[type="radio"]:checked+label span img {
    opacity: 1;
}

.selector-item_label {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    border-radius: 0;
    line-height: 45px;
    font-weight: 600;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    margin: 0;
    padding: 0px 8px;
    color: #000;
}

.selector-item_radio:checked+.selector-item_label, .selector-item_label:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    cursor: pointer;
}

.color_size {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.color_size span {
    padding: 5px;
}

.syotimer-cell__unit {
    display: none;
}

.timer_inner {
    display: flex;
    justify-content: space-between;
}

.timer_inner .syotimer__body {
    display: flex;
    grid-gap: 5px;
}

.timer_inner .syotimer-cell {
    width: 38px;
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 10px;
    font-weight: 600;
}

a.forget-link {
    display: block;
    text-align: right;
    margin-bottom: 15px;
}

.cart_details .card-header {
    padding: 10px 15px;
    background: #f5f7f9;
}

.cart_btn.order_button a {
    background: var(--secondary-color);
    color: #fff;
    width: 60%;
    padding: 6px 0px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: all .5s ease;
}

.cart_btn.order_button a:hover {
    background: var(--secondary-color);
}

.desktop_hide {
    display: none;
}

.details-product {
    background: #fff;
    margin-top: 25px;
}

.description ul li {
    display: block;
    display: list-item;
    list-style-position: inside;
    list-style-type: square;
    font-size: 16px;
    line-height: 30px;
}

.sidebar-menu {
    background: #FFF;
    margin: 0;
    border-radius: 5px;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-menu li a {
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
}

.sidebar-menu ul li a img {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.sidebar-menu li a i {
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 18px;
}

.sidebar-submenu {
    position: absolute;
    right: -110%;
    top: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    transition: 0.35s all;
}

.sidebar-menu ul li {
    display: block;
    position: relative;
}

.sidebar-submenu>li {
    position: relative !important;
}

.sidebar-childmenu {
    position: absolute;
    right: -100%;
    background: #fff;
    width: 100%;
    border-left: 1px solid #ddd;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.sidebar-menu ul li:hover>a {
    background-color: #e1fff7;
    color: #e50113;
}

.sidebar-menu ul li:hover .sidebar-submenu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.sidebar-submenu>li:hover .sidebar-childmenu {
    visibility: visible;
    opacity: 1;
    right: -100%;
}

.col-sm-3.hidetosm {
    padding-right: 0;
}

.track_info ul li {
    display: block;
    line-height: 30px;
}

.track_info ul li span {
    width: 80px;
    display: inline-block;
    text-align: right;
    margin-right: 12px;
    font-weight: 600;
}

table.table.table-bordered.tracktable {
    margin-bottom: 0;
}

.tracktable thead {
    background: var(--secondary-color);
    color: #fff;
}

td.tfoot_bg {
    background: #f5f5f5;
    text-align: right;
}

/*==== STOREFRONT UTILITY OVERRIDES START ====  */

.comn_sec {
    padding: 20px 0;
}

.cmn_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cmn_menu ul li {
    position: relative;

}

.cmn_menu ul li:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 6px;
    width: 1px;
    height: 10px;
    background: #000;
}

.cmn_menu ul li:last-child:after {
    display: none;
}

.cmn_menu ul li a {
    transition: all .5s ease;
}

.cmn_menu ul li a:hover {
    color: #FB5533;
}
.copyright p a {
    color: #8fc7ff;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.checkout-coupon-form .btn-theme, .checkout-coupon-form .btn-theme:focus {
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 1px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.cart_btn.order_button a {
    background: #ED145B;
    text-transform: capitalize;
}

i.fab.fa-facebook-f.icon0 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #0866FF;
    color: #fff;
}

i.fa-brands.fa-youtube.icon1 {
    color: red;
    font-size: 25px;
    margin-left: -8px;
}

i.fa-brands.fa-whatsapp.icon2 {
    line-height: 14px;
    font-size: 14px;
    margin-top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 7px;
    background: #42C152;
    color: #fff;
}

i.fa-solid.fa-phone.icon3 {
    color: blue;
    margin-top: 2px;
    font-size: 23px;
}

/*==== STOREFRONT UTILITY OVERRIDES END ====  */

div#variable-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

div#variable-modal.show {
    opacity: 1;
    visibility: visible;
}

#variable-modal .modal-view {
    position: relative;
    width: 700px;
    background: #fff;
    border-radius: 5px;
    top: auto;
    left: auto;
    transform: none;
}
.quick-header {
    background: var(--secondary-color-extra);
    color: #fff;
    padding: 15px;
}
.quick-body {
    padding: 30px;
}
.close-variable-button {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #c70c37;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    color: #fff;
    font-weight: 900;
}

.close-variable-button span {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    background-color: red;
}

.close-variable-button span:last-child {
    display: none;
}

.close-variable-button span::before, .close-variable-button span::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 20px;
    background-color: white;
}

.close-variable-button span::before {
    transform: rotate(45deg);
    top: 15px;
    left: 8px;
}

.close-variable-button span::after {
    transform: rotate(135deg);
    top: 15px;
    left: 8px;
}

.variable-submit {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.variable-submit[disabled] {
    opacity: 0.6;
}
.product-code p {
    display: inline-block;
    color: #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    line-height: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.d-flex.details-btns {
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}
.details-product .stock_out {
    width: 100%;
    margin-top: 15px;
    padding: 15px 0;
}

.d-flex.details-btns button {
    padding: 0px 40px;
    font-weight: 600;
    background: var(--secondary-color-extra);
    color: #fff;
    border-radius: 5px;
    height: 40px;
}

.customized-input-box {
    position: relative;
}

.customized-input-box .input-icon-label {
    position: absolute;
    top: 33px;
    left: 0;
    background-color: #e5e5e5;
    height: 40px;
    border-radius: 5px 0 0 5px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-color: #ccc;
}

.customized-input-box input {
    padding-left: 70px;
}

.shipping-area-box {
    border: 1px solid;
    border-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.area-item {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding: 0 8px;
}

.area-item:last-child {
    border-bottom: 0;
}

.area-item input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.area-item label {
    cursor: pointer;
    position: relative;
    display: block;
    min-height: 42px;
    padding: 11px 8px;
    padding-left: 34px;
    line-height: 1.2;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.area-item label::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.area-item label::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}

.area-item.active label::after {
    transform: translateY(-50%) scale(0.55);
}


.cart_table {
    font-family: var(--bn-font);
}

.variable-name {
    border-bottom: 1px solid;
    border-color: #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.variable-name h1 {
    font-size: 1.4rem;
    font-weight: 600;
    font-family: var(--poppins-font);
    text-transform: uppercase;
}

/*==== POPUP SECTION CSS START ====*/
.popup__section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.main__popup_data {
    position: relative;
    width: auto;
    height: auto;
    max-width: 90%;
    animation: popupFadeIn 0.5s ease-in-out;
}

@keyframes popupFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.popup__close {
    position: absolute;
    top: -25px;
    right: 12px;
    /* background: none; */
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 34px;
    box-shadow: 1px 3px 15px #ddd;
    padding-bottom: 4px;
}
.main__popup_data img {
    width: 100%;
    height: 100%;
    display: block;
}

/*==== POPUP SECTION CSS END ====*/


/*==== PAYMENT METHOD CSS START ====*/
.payment_method {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.payment_method img {
    height: 30px;
}

.payment_method.active {
    border-color: #28a745;
    box-shadow: 0 0 5px #28a745;
}

.payment_method.active::before {
    content: '✔';
    color: #28a745;
    font-weight: bold;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #28a745;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment_method label {
    display: block;
    font-weight: 500;
    margin: 0;
}

.pm-panel {
    display: none;
    background: #efefef45;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 18px;
    margin-top: 15px;
}

.pm-panel.show{display:block}
.pm-header{display:flex;align-items:center;gap:10px;background:#e9e9e9;border:1px solid #ddd;padding:10px;border-radius:4px}
.pm-header img{height:28px}
.pm-number{font-weight:700;letter-spacing:.5px}
.pm-copy{margin-left:auto;border:none;background:#b51a1a;color:#fff;border-radius:6px;padding:6px 10px;cursor:pointer}
.pm-title{margin:16px 0 8px 0}
.pm-steps{margin:0 0 10px 18px}
.pm-steps li {
    display: block;
}
.pm-steps--green{color:#1c8b2b}
.pm-note{color:#c21717;margin-bottom:14px}
.pm-field{margin-bottom:12px}
.pm-field label{display:block;margin-bottom:6px;font-weight:600}
.pm-field input{width:100%;padding:12px;border-radius:8px;border:1px solid #ddd;outline:none}
.pm-error{display:block;color:#c21717;margin-top:4px;font-size:.85rem}

/*==== PAYMENT METHOD CSS END ====*/

/*==== MARQUEE CSS START ====*/
.marquee-item-wrap {
    background: var(--secondary-color);
    height: 35px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
}

.marquee-text p{
    display: inline-block;
    color: #fff !important;
    margin: 0 20px;
    font-size: 15px;
}

.marquee {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.marquee-text {
    position: absolute;
    left: 100%;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    will-change: transform;
    animation: storefront-marquee 25s linear infinite;
    animation-delay: -12.5s;
}

@keyframes storefront-marquee {
    to {
        transform: translateX(calc(-100vw - 100%));
    }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-text {
        position: static;
        display: inline-block;
        animation: none;
        transform: none;
    }
}
/*==== FLOATING CONTACT CSS START ====*/
.contact-wrapper {
    position: fixed;
    bottom: 65px;
    right: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    z-index: 9999;
}

.contact-btn {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    border: none;
    font-size: 28px;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
    justify-content: center;
    align-items: center;
}

.contact-btn.active {
    background-color: var(--secondary-color);
}

.contact-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.35s ease;
}

.contact-icons.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.icon-item {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: transform 0.2s ease;
    color: #fff;
}

.icon-item:hover {
    color: #fff;
    transform: scale(1.1);
}

.toggle-icon {
    width: 26px;
    height: 26px;
    position: absolute;
    transition: transform 0.25s ease;
    transform-origin: center;
    transform: scale(1);
    opacity: 1;
}

.icon-close {
    opacity: 0;
    transform: scale(0);
    filter: invert(1);
}


.icon-plus {
    display: block;
}

.contact-btn.active .icon-plus {
    display: none;
    opacity: 0;
    transform: scale(0);
}

.contact-btn.active .icon-close {
    display: block;
    opacity: 1;
    transform: scale(1);
}

.icon-item.phone {
    background-color: #ff2d2d;
}

.icon-item.messenger {
    background: linear-gradient(135deg, #0084ff, #3b5998);
}

.icon-item.whatsapp {
    background-color: #0dc243;
}

/*==== PRODUCT INFINITE SCROLL CSS START ====*/
.product-infinite-pagination {
    display: block;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0;
}

.product-infinite-pagination .pagination-links {
    display: none;
}

.infinite-scroll-sentinel {
    width: 100%;
    height: 1px;
}

.infinite-loading-grid {
    display: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    width: 100%;
    margin: 18px 0 4px;
}

.product-infinite-pagination.is-loading .infinite-loading-grid {
    display: grid;
}

.infinite-loading-card {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #fff;
}

.infinite-loading-image,
.infinite-loading-line {
    display: block;
    border-radius: 4px;
    background: linear-gradient(90deg, #eeeeee 25%, #f7f7f7 37%, #eeeeee 63%);
    background-size: 400% 100%;
    animation: infiniteSkeleton 1.2s ease-in-out infinite;
}

.infinite-loading-image {
    aspect-ratio: 1;
    width: 100%;
}

.infinite-loading-line {
    height: 12px;
    margin-top: 12px;
}

.infinite-loading-line.short {
    width: 62%;
}

@keyframes infiniteSkeleton {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@media only screen and (max-width: 767px) {
    .infinite-loading-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .infinite-loading-card:nth-child(n+5) {
        display: none;
    }
}
/*==== PRODUCT INFINITE SCROLL CSS END ====*/

/*==== FLOATING CONTACT CSS END ====*/

/*==== SHELL WIDTH + HEADER SPACING FIXES START ====*/
.logo-area,
.header-top,
.menu-area,
.slider-section,
.home-category,
.homeproduct,
.facilities-section,
footer {
    width: 100%;
}

.logo-header,
.header-top-inner,
.main-menu,
.home-slider-container,
.footer-top .container,
.footer-bottom .container {
    max-width: var(--storefront-shell-width);
}

.menu-area {
    border-top: 1px solid #e5e5e5;
}

.menu-area .container {
    border-top: 0;
}

.main-menu > ul {
    min-height: var(--desktop-menu-bar-height);
}

.main-menu ul li a,
.main-menu > ul > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.slider-section {
    margin: var(--desktop-hero-horizontal-gap) 0 22px;
}

.home-slider-container {
    width: min(100% - 32px, var(--storefront-shell-width));
    margin-right: auto;
    margin-left: auto;
}

.slider-item {
    aspect-ratio: auto;
}
/*==== SHELL WIDTH + HEADER SPACING FIXES END ====*/

/*==== HOME CATEGORY CARD REDESIGN START ====*/
.section-title {
    margin: 18px 0 12px;
    padding: 0;
    border-bottom: 0;
}

.section-title::before {
    display: none;
}

.section-title h2,
.section-title h3 {
    margin: 0;
    color: #222;
    font-family: var(--en-font);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: none;
}

.section-title h2 a,
.section-title h3 a {
    color: inherit;
}

.section-title .view_all,
a.view_all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.section-title .view_all i {
    font-size: 14px;
}

.section-title .view_all:hover,
a.view_all:hover {
    background: transparent !important;
    color: var(--secondary-color);
}

.home-category {
    margin-top: 2px;
}

.category-slider {
    margin-top: 4px;
}

.cat-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 146px;
    min-height: 146px;
    padding: 18px 12px 12px;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.cat-item:hover {
    border-color: #cfcfcf;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
}

.cat-img {
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    aspect-ratio: auto;
    margin: 0 auto 10px;
}

.cat-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cat-img img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
}

.cat-item:hover .cat-img img {
    transform: none;
}

.cat-name {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
}

.cat-name a {
    color: inherit;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*==== HOME CATEGORY CARD REDESIGN END ====*/

/*==== PROFESSIONAL PRODUCT CARD + QUICK VIEW START ====*/
.product_item {
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.product_item:hover {
    border-color: #dedede;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.product_item_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-bottom: 0;
    min-height: 392px;
}

.product_item .discount {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.product_item .discount p {
    min-width: 82px;
    height: 25px;
    padding: 0 12px;
    border-radius: 0 0 8px 0;
    background: var(--primary-color);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.product-quick-btn {
    position: absolute;
    top: 10px;
    right: 14px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--primary-color);
    font-size: 22px;
    box-shadow: none;
}

.product-quick-btn:hover {
    color: var(--secondary-color);
}

.product_item_inner .shipping {
    top: 32px;
    left: 12px;
    z-index: 3;
}

.pro_img {
    flex: 0 0 210px;
    height: 210px;
    max-height: none;
    padding: 24px 18px 8px;
    background: #fff;
    overflow: hidden;
}

.pro_img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pro_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1);
    transition: transform 0.25s ease;
}

.product_item:hover .pro_img img {
    transform: scale(1.035);
}

.pro_des {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0 14px 14px;
    text-align: center;
}

.pro_name {
    display: block;
    height: 42px;
    min-height: 42px;
    margin: 0 0 8px;
    padding: 0;
    line-height: 1.32;
}

.pro_name a {
    display: -webkit-box;
    overflow: hidden;
    color: #071327;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.32;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pro_rating {
    display: none;
    align-items: center;
    gap: 4px;
    min-height: 20px;
    margin-bottom: 12px;
    color: #000;
    font-size: 13px;
}

.rating-stars {
    display: inline-flex;
    gap: 1px;
    color: #f5b400;
}

.pro_price {
    margin-top: 0;
    margin-bottom: 14px;
}

.pro_price p {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin: 0;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.pro_price del {
    color: #8a8f99;
    font-size: 13px;
    font-weight: 500;
}

.product_item .add-cart-button {
    height: 37px !important;
    min-height: 37px !important;
    margin-top: 7px;
}

.product_item .add-cart-button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 37px !important;
    min-height: 37px !important;
    max-height: 37px !important;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    background: #fff;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 37px !important;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.product_item .add-cart-button button.active {
    background: #fff;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}

.product_item .add-cart-button button:hover,
.product_item .add-cart-button button.active:hover {
    background: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);
    color: #fff;
}

.product_item .add-cart-button button:disabled {
    border-color: #e9edf2;
    background: #eef1f5;
    color: #9aa3b2;
    cursor: not-allowed;
}

.pro_btn {
    display: block;
    min-height: 37px;
    margin: 0;
    padding: 0;
}

.product_item .cart_btn,
.product_item .cart_btn form,
.product_item .pro_btn {
    height: 37px !important;
    min-height: 37px !important;
}

.product_item .cart_btn a,
.product_item .cart_btn button,
.product_item .variable-modal {
    width: 100%;
    height: 37px !important;
    min-height: 37px !important;
    max-height: 37px !important;
    border-radius: 5px !important;
    background: var(--secondary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 37px !important;
    transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.product_item .cart_btn a:hover,
.product_item .cart_btn button:hover,
.product_item .variable-modal:hover {
    background: var(--secondary-hover-color) !important;
}

.wsit_stock_out {
    margin-top: auto;
    height: 37px;
    min-height: 37px;
}

.product_item .stock_out {
    width: 100%;
    height: 37px;
    padding: 0;
    border-radius: 5px;
    background: #eef1f5;
    color: #8b95a7;
    font-size: 14px;
    font-weight: 700;
    line-height: 37px;
    text-transform: none;
}

#custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100000;
    width: min(920px, calc(100vw - 28px));
    max-height: calc(100vh - 36px);
    overflow: visible;
    transform: translate(-50%, -50%);
}

.quick-view-modal {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.quick-view-modal .close-modal {
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 34px;
    height: 34px;
    border: 0;
    background: #f2f3f5;
    color: #222;
    font-size: 24px;
    line-height: 32px;
}

.quick-view-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
    gap: 0;
}

.quick-view-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: 34px;
    background: #f8fafb;
}

.quick-view-media img {
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.quick-view-content {
    padding: 42px 42px 38px;
}

.quick-view-label {
    margin-bottom: 8px;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.quick-view-content h3 {
    margin-bottom: 12px;
    color: #111;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
}

.quick-view-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
}

.quick-view-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 26px;
}

.quick-view-price .quick-view-current-price {
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 800;
}

.quick-view-price .new_price {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.quick-view-price del {
    color: #777;
    font-size: 16px;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-decoration-color: #777;
}

.quick-view-price .old_price {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.quick-view-actions {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 12px;
}

.quick-view-actions form {
    min-width: 0;
}

.quick-view-actions button,
.quick-view-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
}

.quick-view-actions button {
    background: var(--primary-color);
    color: #fff;
}

.quick-view-actions a {
    border: 1px solid #ddd;
    color: #111;
    background: #fff;
}

.product-free-shipping-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    height: 27px;
    padding: 0 9px;
    border: 1px solid rgba(7, 143, 125, 0.2);
    border-radius: 999px;
    background: #ecfffb;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 800;
    line-height: 27px;
    box-shadow: 0 4px 10px rgba(7, 143, 125, 0.08);
}

.product-free-shipping-badge i {
    font-size: 12px;
}

.quick-view-option-group {
    margin-bottom: 16px;
}

.quick-view-option-group .color-title {
    margin-bottom: 8px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.quick-view-option-group .selector {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.quick-view-option-group .selector-item {
    display: inline-flex;
}

.quick-view-option-group .selector-item_label {
    min-width: 42px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.quick-view-option-group .selector-item_radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quick-view-option-group .selector-item_radio:checked + .selector-item_label {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.quick-view-submit-row {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.quick-view-quantity {
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.quick-view-quantity .quick-view-qty-btn,
.quick-view-quantity input {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    color: #111;
    font-weight: 700;
    text-align: center;
    line-height: 1 !important;
}

.quick-view-quantity .quick-view-qty-btn {
    cursor: pointer;
    user-select: none;
}

.quick-view-quantity input {
    min-width: 0;
    border-right: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
}

.quick-view-submit-row .variable-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 6px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.quick-view-submit-row .variable-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.quick-view-actions-single {
    grid-template-columns: 1fr;
    margin-top: 12px;
}
/*==== PROFESSIONAL PRODUCT CARD + QUICK VIEW END ====*/

/*==== PRODUCT DETAILS REDESIGN START ====*/
.main-details-page {
    padding: 24px 0 8px;
    background: #fff;
}

.main-details-page .details-product {
    margin-top: 0;
    background: transparent;
}

.details-product-grid {
    display: grid;
    grid-template-columns: minmax(310px, 1fr) minmax(390px, 1.25fr) minmax(250px, 0.72fr);
    gap: 22px;
    align-items: start;
}

.product-gallery-panel .position-relative,
.main-details-page .details_right,
.details-trending-panel {
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #fff;
}

.product-gallery-panel .position-relative {
    padding: 14px;
}

.main-details-page .details_right {
    padding: 16px 16px 14px;
}

.main-details-page .product-cart .name {
    max-width: 520px;
    margin-bottom: 14px;
    color: #111827;
    font-family: var(--bn-font), var(--en-font);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.22;
    text-transform: none;
}

.main-details-page .details-ratting-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
}

.main-details-page .details-stars {
    display: inline-flex;
    gap: 2px;
    color: #111827;
    font-size: 16px;
    line-height: 1;
}

.main-details-page .details-review-count {
    color: #a6a9b0;
    font-size: 15px;
}


.main-details-page .product-code p {
    display: block;
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
    clip-path: none;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.main-details-page .product-code span {
    color: #020617;
    font-weight: 800;
}

.main-details-page .details-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin: 0 0 13px;
    padding-bottom: 0;
    border-bottom: 0;
    color: #111;
    font-size: 16px;
    line-height: 1.1;
}

.details-current-price {
    color: var(--secondary-color);
    font-size: 36px;
    font-weight: 800;
}

.main-details-page .details-price del {
    margin: 0;
    color: #aeb0b6;
    font-size: 18px;
    font-weight: 500;
    text-decoration-thickness: 1px;
}

.details-save-text {
    color: #0aa329;
    font-size: 18px;
    font-weight: 700;
    display: none;
}

.details-offer-badge {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 30px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.product-stock-status {
    margin-bottom: 12px;
}

.product-stock-status p {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}

.product-stock-status i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 7px;
    background: rgba(6, 56, 201, 0.1);
    color: var(--primary-color);
    font-size: 14px;
}

.product-stock-status span {
    color: #111827;
    font-weight: 800;
}

.product-stock-status strong {
    color: #16a765;
    font-weight: 800;
}

.main-details-page .short_description {
    margin: 8px 0 18px;
}

.main-details-page .short_description ul li {
    margin-bottom: 7px;
    padding-left: 17px;
    color: #111827;
    font-family: var(--bn-font), var(--en-font);
    font-size: 16px;
    line-height: 1.38;
}

.main-details-page .short_description ul li::before {
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5f26ef;
    color: transparent;
    content: "";
}

.main-details-page .color-title {
    margin: 0 0 8px;
    color: #111827;
    font-size: 15px;
    font-weight: 800;
}

.main-details-page .size-container {
    margin-bottom: 16px;
}

.main-details-page .selector {
    gap: 8px;
}

.main-details-page .selector-item_label {
    min-width: 44px;
    height: 36px;
    padding: 0 13px;
    border: 1px solid #d8d8df;
    border-radius: 5px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 34px;
}

.main-details-page .selector-item_radio:checked + .selector-item_label,
.main-details-page .selector-item_label:hover {
    border-color: #5f26ef;
    background: #f3efff;
    color: #4a16d1;
}

.product-action-row {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    margin: 0;
}

.main-details-page .qty-cart {
    width: auto;
    column-gap: 0;
    min-width: 0;
}

.main-details-page .qty-cart .quantity {
    display: grid;
    grid-template-columns: 32px 40px 32px;
    width: 104px;
    height: 40px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.main-details-page .quantity input,
.main-details-page .quantity .minus,
.main-details-page .quantity .plus {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 100%;
    border: 0;
    padding: 0;
    background: #fff;
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
    z-index: 1;
}

.main-details-page .quantity input {
    border-right: 1px solid rgba(230, 0, 126, 0.2);
    border-left: 1px solid rgba(230, 0, 126, 0.2);
    padding: 0;
    color: #111827;
    outline: 0;
    text-align: center;
    z-index: 0;
}

.main-details-page .quantity .minus,
.main-details-page .quantity .plus {
    cursor: pointer;
    user-select: none;
}

.main-details-page .single_product {
    display: inline-flex;
    margin: 0;
}

.main-details-page .add_cart_btn,
.main-details-page .add_cart_btn:disabled,
.main-details-page .order_now_btn,
.main-details-page .order_now_btn:disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 134px;
    height: 40px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.main-details-page .add_cart_btn,
.main-details-page .add_cart_btn:disabled {
    min-width: 144px;
    background: var(--secondary-color);
}

.main-details-page .order_now_btn,
.main-details-page .order_now_btn:disabled {
    min-width: 128px;
    background: var(--primary-color);
}

.main-details-page .add_cart_btn:hover {
    background: var(--secondary-hover-color) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(230, 0, 126, 0.18);
    transform: translateY(-1px);
}

.main-details-page .order_now_btn:hover {
    background: var(--primary-hover-color) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(6, 56, 201, 0.18);
    transform: translateY(-1px);
}

.main-details-page .add_cart_btn:disabled,
.main-details-page .order_now_btn:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.main-details-page .stock_out {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background: #9ca3af;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.main-details-page form[name="formName"] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.main-details-page .pro-color,
.main-details-page .pro-size,
.main-details-page .wsit_stock_out {
    flex: 0 0 100%;
}

.details-meta-list {
    margin-top: 12px;
}

.details-meta-list p {
    margin: 0 0 8px;
    color: #111827;
    font-size: 15px;
    font-weight: 500;
}

.details-meta-list span {
    color: #020617;
    font-weight: 800;
}

.main-details-page .details_slider {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

.main-details-page .details_slider .owl-stage-outer,
.main-details-page .details_slider .owl-item,
.main-details-page .dimage_item,
.main-details-page .product-gallery-panel,
.main-details-page .product-gallery-panel .position-relative {
    min-width: 0;
    max-width: 100%;
}

.main-details-page .details_slider .owl-stage {
    min-width: 0;
}

.main-details-page .dimage_item {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background: #fff;
}

.main-details-page .dimage_item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-details-page .discount {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
}

.main-details-page .discount p {
    height: 30px;
    min-width: 86px;
    padding: 0 12px;
    border-radius: 999px;
    background: #b81428;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
}

.main-details-page .indicator_thumb {
    grid-template-columns: repeat(auto-fill, minmax(72px, 86px));
    gap: 8px;
    margin: 10px 0 0;
}

.main-details-page .indicator-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 4px;
    border-color: #dedede;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.main-details-page .indicator-item:hover {
    border-color: var(--primary-color);
}

.main-details-page .indicator-item img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: contain;
}

.main-details-page .indicator-item p {
    display: none;
}

.details-trending-panel {
    padding: 8px 0 0;
}

.details-trending-panel h3 {
    margin: 0 0 10px;
    padding: 5px 10px 9px;
    border-bottom: 4px solid var(--primary-color);
    color: #111827;
    font-size: 18px;
    font-weight: 800;
}

.details-trending-list {
    display: grid;
    gap: 10px;
}

.details-trending-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    min-height: 72px;
    padding: 7px;
    border: 1px solid #e7e7e7;
    background: #fbfbfb;
}

.details-trending-item:hover {
    border-color: #d1d5db;
    background: #fff;
}

.details-trending-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
}

.details-trending-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.details-trending-content,
.details-trending-name,
.details-trending-price {
    display: block;
    min-width: 0;
}

.details-trending-name {
    overflow: hidden;
    color: #050505;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.details-trending-price {
    margin-top: 2px;
    color: #0b1b4f;
    font-size: 14px;
    line-height: 1.25;
}

.details-trending-price strong {
    color: #020617;
    font-weight: 800;
}

.details-trending-price del {
    margin-left: 4px;
    color: #9ca3af;
}

.details-trending-empty {
    padding: 12px 8px;
    color: #6b7280;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
    .details-product-grid {
        grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
    }

    .details-trending-panel {
        grid-column: 1 / -1;
    }

    .details-trending-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    .is-inner-page #navbar_top,
    .is-inner-page .mobile-header {
        position: relative;
        z-index: 99;
    }

    .main-details-page {
        padding: 20px 0 0;
        position: relative;
        z-index: 1;
    }

    .details-product-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .main-details-page .details-product {
        margin-top: 8px;
    }

    .main-details-page .product-gallery-panel,
    .main-details-page .product-gallery-panel .position-relative,
    .main-details-page .details_slider,
    .main-details-page .details_slider .owl-stage-outer,
    .main-details-page .details_slider .owl-stage,
    .main-details-page .details_slider .owl-item,
    .main-details-page .dimage_item {
        position: relative;
        z-index: 0;
    }

    .product-gallery-panel .position-relative,
    .main-details-page .details_right,
    .details-trending-panel {
        border-radius: 5px;
    }

    .product-gallery-panel .position-relative {
        padding: 10px;
    }

    .main-details-page .details_slider {
        border-radius: 4px;
    }

    .main-details-page .indicator_thumb {
        gap: 6px;
        margin-top: 8px;
    }

    .main-details-page .indicator_thumb.thumb_slider {
        display: block;
    }

    .main-details-page .indicator_thumb .indicator-item {
        height: 72px;
        padding: 3px;
    }

    .main-details-page .indicator_thumb.thumb_slider .owl-stage {
        display: flex;
        align-items: stretch;
    }

    .main-details-page .indicator_thumb.thumb_slider .owl-item {
        height: auto;
    }

    .main-details-page .indicator_thumb.thumb_slider .owl-nav button {
        width: 28px;
        height: 28px;
        margin: 0;
        font-size: 14px !important;
    }

    .main-details-page .indicator_thumb .owl-prev {
        left: -6px;
    }

    .main-details-page .indicator_thumb .owl-next {
        right: -6px;
    }

    .main-details-page .product-cart .name {
        font-size: 21px;
    }

    .main-details-page .details-price {
        gap: 8px 10px;
    }

    .details-current-price {
        font-size: 23px;
    }

    .details-save-text {
        font-size: 16px;
    }

    .product-action-row {
        display: flex;
        flex: 0 0 100%;
        gap: 8px;
    }

    .main-details-page .single_product {
        flex: 0 0 100%;
        margin-top: 8px;
    }

    .main-details-page .add_cart_btn,
    .main-details-page .order_now_btn {
        width: 100%;
    }

    .main-details-page .qty-cart .quantity {
        width: 104px;
        max-width: none;
    }

    .details-trending-list {
        grid-template-columns: 1fr;
    }

    .details-trending-panel h3 {
        font-size: 17px;
    }
}
/*==== PRODUCT DETAILS REDESIGN END ====*/
