/* ==========================================================================
   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: var(--poppins-font);
    font-size: 17px;
    overflow-x: hidden;
    line-height: 1.3;
    background: var(--background-color);
}

:root {
    --background-color: #FFF;
    --primary-color: rgb(250, 17, 0);
    --secondary-color: rgb(250, 17, 0);
    --bluish-color: #007ca8;
    --secondary-color-extra: #153e58;
    --en-font: "Poppins", sans-serif;
    --bn-font: "Baloo Da 2", sans-serif;
    --poppins-font: "Poppins", sans-serif;
}

/*==== 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 {
    max-width: 1580px;
}

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

/*==== 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: rgba(0, 119, 204, 0.97);
    display: flex;
    height: 50px;
    align-items: center;
}

.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: 5px 0 7px;
    /* background: #fff; */
}

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

.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: 26% 49% 25%;
    grid-gap: 0;
    align-items: center;
    justify-content: center;
}
.main-search {
    margin: 9px 0 8px;
    position: relative;
    padding-left: 11px;
}

.search_result {
    position: relative;
    width: 80%;
    margin-left: auto;
}
.color_inner .selector .selector-item label {
    cursor: pointer;
    font-size: 8px;
    padding: 3px 20px;
}
.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #ddd;
    top: 0;
    max-height: 600px;
    overflow-y: scroll;
}

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

.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}

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

.search_content .price {
    color: #09748c;
    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: 48px;
    width: 80%;
    margin-left: auto;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    border: 1px solid var(--primary-color);
}

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

.main-search form button {
    height: 100%;
    width: 20%;
    background:var(--primary-color);
    color: #fff;
    font-size: 15px;
}

.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: -8px;
    right: -12px;
    background: var(--secondary-color);
    color: #fff;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
}

#cart-qty {
    position: relative;
}

.cshort-summary {
    position: absolute;
    top: 55px;
    width: 390px;
    right: 0;
    max-height: 500px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #ddd;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.35s all;
}

.go_cart, .go_cart:hover {
    background: var(--secondary-color);
    width: 100%;
    color: #fff;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 5px;
    display: block;
    text-align: center;
    font-weight: 600;
}

#cart-qty:hover .cshort-summary {
    top: 45px;
    opacity: 1;
    visibility: visible;
}

.cshort-summary ul li p {
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-align: left;
}

.cshort-summary img {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
}

.cshort-summary ul {
    display: grid;
    grid-template-columns: 15% 45% 20% 20%;
    margin: 5px 0;
}

.cshort-summary .cart_remove {
    margin-left: 5px;
}

.cshort-summary ul li {
    display: block;
    text-align: left;
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.cshort-summary .remove-cart, .cshort-summary .remove-cart:focus {
    height: 25px;
    width: 25px;
    line-height: 20px;
}

.menu-area {
    background: #fff;
    text-align: center;
}

.main-menu {
    position: relative;
}

.main-menu ul li a {
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    padding: 8px 10px;
    text-align: left;
}
ul.header__top__bar {
    display: flex;
    justify-content: space-between;
}
.main-menu > ul > li > a {
    color: #000000;
}

.mega-menu-container {
    position: relative;
}

.mega_menu {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 110%;
    padding: 30px;
    z-index: 9999;
    border: 1px solid #ddd;
    transition: 0.35s all;
    visibility: hidden;
    opacity: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: left;
}

.main-menu ul li:hover .mega_menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.mega_menu ul li {
    display: block;
}

.mega_menu ul li a {
    padding: 0 0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0 !important;
    display: block !important;
    color: #222 !important;
}

.cat-title {
    font-weight: 600 !important;
}

.main-menu ul li a:hover {
    color: #F15354;
}

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

/*==== CATEGORY SECTION CSS START ====  */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
}


.section-title h3, .section-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    transition: all 0.3s;
}

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: 0;
    background: #ededed;
    overflow: hidden;
}

.home-slider-container {
    width: 100%;
}

.main-slider,
.main_slider {
    position: relative;
    background: #ededed;
}

.slider-item {
    width: 100%;
    height: 100vh;
    background: #ededed;
}

.slider-hero-link {
    color: #000;
    text-decoration: none;
    background: #ededed;
}

.slider-hero-link:hover {
    color: #000;
    text-decoration: none;
}

.slider-copy {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 270px 32px 118px max(24px, calc((100vw - 1440px) / 2 + 74px));
}
.slider-copy h2 {
    margin: 0 0 25px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: clamp(58px, 4.25vw, 82px);
    font-weight: 400;
    line-height: 1.16;
    letter-spacing: 0;
}

.slider-copy p {
    margin: 0 0 45px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}

.slider-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 216px;
    min-height: 53px;
    padding: 14px 27px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}

.slider-cta i {
    font-size: 14px;
}

.slider-item picture {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    background: #f3f3f3;
    overflow: hidden;
}

.slider-item img {
    width: 100%;
    height: 100%;
    /* min-height: inherit; */
    /* object-fit: contain; */
    object-position: center bottom;
    border-radius: 0;
    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-nav {
    display: none !important;
}

.main_slider .owl-dots {
    position: absolute;
    left: max(24px, calc((100vw - 1440px) / 2 + 84px));
    bottom: 44px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    z-index: 5;
}

.main_slider .owl-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.main_slider .owl-dot span {
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 !important;
    background: #000 !important;
    border-radius: 50%;
    transition: width 0.2s ease, height 0.2s ease, background 0.2s ease;
}

.main_slider .owl-dot.active span {
    width: 22px;
    height: 22px;
    background: #d6d6d6 !important;
    border: 8px solid #d6d6d6;
    box-shadow: inset 0 0 0 4px #000;
}

.home-promo-marquee {
    width: 100%;
    min-height: 82px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e6f8ff;
    color: #171717;
}

.home-promo-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: promoMarquee 28s linear infinite;
    will-change: transform;
}

.home-promo-track span {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding-right: 46px;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.home-promo-track i {
    font-size: 21px;
    color: #000;
}

@keyframes promoMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.home-discount-section {
    padding: 20px 0 60px;
    background: #fff;
}

.home-discount-section .container {
    max-width: 1580px;
}

.home-discount-card {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1580px;
    min-height: 377px;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f4ef;
    border-radius: 8px;
}

.home-discount-media {
    display: block;
    min-height: 377px;
    background: #f6f7f7;
    overflow: hidden;
}

.home-discount-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 377px;
    object-fit: cover;
    object-position: center top;
}

.home-discount-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 14px 56px 14px 108px;
    color: #000;
    background: #f4f4ef;
}

.home-discount-eyebrow {
    margin-bottom: 24px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.home-discount-content h2 {
    margin: 0 0 20px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1.18;
    letter-spacing: 0;
}

.home-discount-content p {
    margin: 0 0 17px;
    color: #454b50;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
}

.home-countdown-label {
    margin-bottom: 20px;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.home-countdown-label strong {
    font-weight: 700;
}

.home-countdown {
    display: flex;
    align-items: stretch;
    gap: 7px;
    margin-bottom: 34px;
}

.home-countdown div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    background: #fff;
    color: #000;
}

.home-countdown strong {
    display: block;
    margin-bottom: 2px;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.home-countdown span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.home-discount-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 164px;
    min-height: 49px;
    padding: 13px 28px;
    color: #fff;
    background: #000;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.home-discount-btn:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.flash-sale-section {
    padding: 0 0 42px;
    background: #fff;
}

.flash-sale-section .container {
    max-width: 1580px;
}

.flash-sale-shell {
    position: relative;
    padding: 60px 40px;
    border: 2px solid #f00;
    border-radius: 8px;
    background: #fff;
}

.flash-sale-heading {
    position: absolute;
    top: -31px;
    left: 86px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 0 30px;
    background: #fff;
    color: #e60000;
}

.flash-sale-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e60000;
    font-size: 30px;
    line-height: 1;
}

.flash-sale-heading h2 {
    margin: 0;
    color: #e60000;
    font-family: "Poppins", sans-serif;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.flash-sale-slider {
    position: relative;
}

.flash-sale-slider.owl-carousel:not(.owl-loaded) {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}

.flash-sale-slider.owl-carousel:not(.owl-loaded) .flash-sale-item:nth-child(n + 6) {
    display: none;
}

.flash-sale-card {
    overflow: hidden;
    min-height: 560px;
    padding: 10px 10px 29px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}

.flash-sale-image {
    position: relative;
    display: block;
    height: 340px;
    overflow: hidden;
    border-radius: 8px;
    background: #f4f5f7;
    color: #000;
    text-decoration: none;
}

.flash-sale-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.25s ease;
}

.flash-sale-card:hover .flash-sale-image > img {
    transform: scale(1.025);
}

.flash-sale-timer {
    position: absolute;
    left: 7px;
    right: 7px;
    bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 8px;
    color: #ed0000;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.flash-sale-timer strong {
    font-weight: 700;
}

.flash-sale-sizes {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 42px;
    padding: 10px 8px;
    color: #fff;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.flash-sale-card.has-flash-sizes:hover .flash-sale-timer,
.flash-sale-card.has-flash-sizes:focus-within .flash-sale-timer {
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
}

.flash-sale-card.has-flash-sizes:hover .flash-sale-sizes,
.flash-sale-card.has-flash-sizes:focus-within .flash-sale-sizes {
    opacity: 1;
    transform: translateY(0);
}

.flash-sale-info {
    padding: 39px 7px 0;
    text-align: left;
}

.flash-sale-info h3 {
    margin: 0 0 9px;
    min-height: 23px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.flash-sale-info h3 a {
    color: #1d1d1d;
    text-decoration: none;
}

.flash-sale-price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.flash-sale-price del {
    color: #606060;
    font-weight: 700;
}

.flash-sale-price span {
    color: #ef0000;
    font-weight: 700;
}

.flash-sale-swatches {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    margin-bottom: 14px;
}

.flash-sale-swatches button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    margin-left: -5px;
    padding: 0;
    overflow: hidden;
    background: #f0f0f0;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #e4e4e4;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flash-sale-swatches button:first-child {
    margin-left: 0;
}

.flash-sale-swatches button:hover,
.flash-sale-swatches button:focus,
.flash-sale-swatches button.active {
    box-shadow: 0 0 0 1px #111;
    outline: 0;
    transform: translateY(-1px);
}

.flash-sale-swatches img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flash-sale-swatches b {
    margin-left: 9px;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.flash-sale-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 43px;
    padding: 12px 18px;
    color: #111;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.flash-sale-btn.active,
.flash-sale-btn:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}

.flash-sale-slider .owl-nav button {
    position: absolute;
    top: 46%;
    z-index: 5;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 51px;
    height: 51px;
    color: #000 !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
}

.flash-sale-slider .owl-nav button i {
    font-size: 18px;
}

.flash-sale-slider .owl-prev {
    left: -14px;
}

.flash-sale-slider .owl-next {
    right: -14px;
}

.product-categories-section {
    padding: 0 0 46px;
    background: #fff;
}

.product-categories-section .container {
    max-width: 1580px;
}

.product-categories-heading {
    margin: 0 0 27px;
    text-align: center;
}

.product-categories-heading h2 {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
}

.product-categories-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 30px;
}

.product-category-card {
    position: relative;
    display: block;
    height: 370px;
    overflow: hidden;
    color: #000;
    background: #f4f5f6;
    border-radius: 8px;
    text-decoration: none;
}

.product-category-card:hover {
    color: #000;
    text-decoration: none;
}

.product-category-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.25s ease;
}

.product-category-card:hover img {
    transform: scale(1.025);
}

.product-category-card span {
    position: absolute;
    left: 50%;
    bottom: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 158px;
    max-width: calc(100% - 48px);
    min-height: 47px;
    padding: 10px 18px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.arrival-products-section {
    padding: 34px 0 50px;
    background: #fff;
}

.arrival-products-section .container {
    max-width: 1580px;
}

.arrival-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 69px;
    margin-bottom: 68px;
}

.arrival-tabs button {
    position: relative;
    padding: 0 0 14px;
    color: #474747;
    background: transparent;
    border: 0;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}

.arrival-tabs button.active {
    color: #000;
}

.arrival-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #111;
}

.arrival-products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 46px 30px;
}

.arrival-product-card {
    min-width: 0;
    text-align: center;
}

.arrival-product-image {
    position: relative;
    display: block;
    height: 396px;
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 8px;
    color: #000;
    text-decoration: none;
}

.arrival-product-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.arrival-product-image .arrival-main-image {
    opacity: 1;
    z-index: 1;
}

.arrival-product-image .arrival-hover-image {
    opacity: 0;
    z-index: 2;
}

.arrival-product-card:hover .arrival-product-image img {
    transform: scale(1.045);
}

.arrival-product-card:hover .arrival-product-image .arrival-hover-image {
    opacity: 1;
}

.arrival-product-card.has-swatch-preview:hover .arrival-product-image .arrival-hover-image {
    opacity: 0;
}

.arrival-product-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 53px;
    height: 29px;
    padding: 0 12px;
    color: #fff;
    background: #43d1bc;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    z-index: 5;
}

.arrival-product-actions {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 42px;
    min-width: 118px;
    color: #000;
    opacity: 0;
    transform: translate(-50%, 18px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    width: 100%;
    height: 115px;
}

.arrival-product-card:hover .arrival-product-actions,
.arrival-product-card:focus-within .arrival-product-actions {
    opacity: 1;
    transform: translate(-50%, 0);
}

.arrival-details-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #111;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.arrival-details-icon i {
    font-size: 17px;
}
.arrival-details-icon:hover {
    color: white;
    background: black;
}
.arrival-hover-sizes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 30px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.arrival-hover-sizes b {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.arrival-stock-out {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    color: #000;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.arrival-stock-out::before,
.arrival-stock-out::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #ddd;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.arrival-stock-out::before {
    margin: -19px 0 0 18px;
}

.arrival-stock-out::after {
    margin: 19px 0 0 -18px;
}

.arrival-product-card.is-stock-out .arrival-product-image img {
    filter: saturate(0.92);
}

.arrival-product-info {
    padding-top: 20px;
}

.arrival-product-info h3 {
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.arrival-product-info h3 a {
    color: #000;
    text-decoration: none;
}

.arrival-product-price {
    margin-bottom: 14px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.arrival-product-swatches {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    gap: 8px;
}

.arrival-product-swatches button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.arrival-product-swatches button:first-child,
.arrival-product-swatches button.active,
.arrival-product-swatches button:hover,
.arrival-product-swatches button:focus {
    border-color: #000;
}

.arrival-product-swatches button:hover,
.arrival-product-swatches button:focus {
    transform: translateY(-1px);
    outline: 0;
}

.arrival-product-swatches img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrival-cart-btn {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.arrival-loader {
    padding: 28px 0 0;
    color: #555;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: center;
}

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

.shop-look-section {
    padding: 22px 0 54px;
    background: #fff;
}

.shop-look-section .container {
    max-width: 1580px;
}

.shop-look-heading {
    margin: 0 0 57px;
    text-align: center;
}

.shop-look-heading h2 {
    margin: 0 0 18px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 41px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}

.shop-look-heading p {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.shop-look-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1580px;
    margin: 0 auto;
}

.shop-look-card {
    display: block;
    height: 526px;
    overflow: hidden;
    background: #f4f4f4;
}

.shop-look-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.25s ease;
}

.shop-look-card:hover img {
    transform: scale(1.02);
}

.happy-clients-section {
    padding: 35px 0 65px;
    background: #fff;
}
.happy-clients-section .container {
    max-width: 1580px;
}

.happy-clients-heading {
    margin-bottom: 54px;
    text-align: center;
}

.happy-clients-heading h2 {
    margin: 0 0 19px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0;
}

.happy-clients-heading p {
    margin: 0;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.happy-clients-wrap {
    position: relative;
}

.happy-clients-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.happy-client-card {
    min-height: 302px;
    padding: 43px 35px 23px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.happy-client-stars {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 21px;
    color: #ff744c;
    font-size: 14px;
}

.happy-client-card h3 {
    margin: 0 0 14px;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.happy-client-quote {
    min-height: 62px;
    margin: 0 0 26px;
    color: #161616;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.happy-client-author {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

.happy-client-author strong {
    font-weight: 700;
}

.happy-client-author span {
    font-weight: 400;
}

.happy-client-product {
    display: grid;
    grid-template-columns: 64px 1fr 42px;
    align-items: center;
    gap: 20px;
    margin-top: 38px;
    padding-top: 22px;
    color: #111;
    border-top: 1px solid #e8e8e8;
    text-decoration: none;
}

.happy-client-product:hover {
    color: #111;
    text-decoration: none;
}

.happy-client-product img {
    width: 64px;
    height: 90px;
    object-fit: cover;
    object-position: center top;
    background: #f4f4f4;
    border-radius: 4px;
}

.happy-client-product span {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.happy-client-product b {
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.happy-client-product em {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1;
}

.happy-client-product del {
    color: #666;
    font-weight: 700;
}

.happy-client-product strong {
    color: #e60000;
    font-weight: 700;
}

.happy-client-product > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 16px;
    transform: rotate(45deg);
}

.happy-client-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    color: #000;
    background: #fff;
    border: 1px solid #111;
    border-radius: 50%;
    transform: translateY(-50%);
}

.happy-client-arrow.prev {
    left: -82px;
    color: #cfcfcf;
    border-color: #e7e7e7;
}

.happy-client-arrow.next {
    right: -82px;
}

.shop-gram-section {
    padding: 0px 0 55px;
    background: #fff;
}

.shop-gram-section .container {
    max-width: 1580px;
}

.shop-gram-heading {
    margin-bottom: 40px;
    text-align: center;
}

.shop-gram-heading h2 {
    margin: 0 0 19px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
}

.shop-gram-heading p {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.shop-gram-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.shop-gram-card {
    display: block;
    height: 282px;
    overflow: hidden;
    background: #f5f6f7;
    border-radius: 8px;
}

.shop-gram-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.25s ease;
}

.shop-gram-card:hover img {
    transform: scale(1.03);
}

.store-benefits-section {
    padding: 0 0 20px;
    background: #fff;
}
.site-footer-links ul li {
    display: block;
}

.store-benefits-section .container {
    max-width: 1580px;
}

.store-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.store-benefit-card {
    display: flex;
    min-height: 176px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    color: #111;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    text-align: center;
}

.store-benefit-card i {
    margin-bottom: 29px;
    color: #111;
    font-size: 28px;
    line-height: 1;
}

.store-benefit-card h3 {
    margin: 0 0 17px;
    color: #111;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.store-benefit-card p {
    margin: 0;
    color: #222;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.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(6,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: auto;
    contain-intrinsic-size: auto 430px;
}

/* 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: 20px;
}

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

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

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

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

.product-filter-page {
    padding: 0 0 50px;
    background: #fff;
}

.category-modern-hero {
    margin-bottom: 30px;
    padding: 27px 0 25px;
    background: #e9e9e9;
    text-align: center;
}

.category-modern-hero h1 {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
}

.category-modern-toolbar {
    position: relative;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr) 300px;
    align-items: start;
    gap: 20px;
    margin-bottom: 38px;
}

.category-modern-filter-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 95px;
    height: 46px;
    color: #000;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.category-modern-filter-btn svg {
    width: 21px;
    height: 16px;
}

.category-modern-filter-btn svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.category-modern-view-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 46px;
}

.category-modern-view-icons .view-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0;
    color: #d0d0d0;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.category-modern-view-icons .view-option.active {
    color: #000;
}

.category-modern-view-icons svg {
    display: block;
    height: 20px;
    overflow: visible;
}

.category-modern-view-icons circle {
    fill: currentColor;
}

.category-modern-view-icons .list svg {
    width: 26px;
}

.category-modern-view-icons [data-column="2"] svg {
    width: 13px;
}

.category-modern-view-icons [data-column="3"] svg {
    width: 20px;
}

.category-modern-view-icons [data-column="4"] svg {
    width: 27px;
}

.category-modern-view-icons [data-column="5"] svg {
    width: 34px;
}

.category-modern-view-icons .list path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
}

.category-modern-sort {
    justify-self: end;
    width: 220px;
}

.category-modern-sort .sort-form .form-select {
    width: 100%;
    height: 46px;
    padding: 0 44px 0 17px;
    color: #444;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 999px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    box-shadow: none;
}

.category-modern-toolbar .active-filter-bar {
    grid-column: 1 / -1;
    margin-top: 0;
}

.product-filter-page .category-product {
    grid-template-columns: repeat(var(--category-grid-columns, 5), minmax(0, 1fr));
    gap: 40px 30px;
    overflow: visible;
}

.product-filter-page .category-product.is-list-view {
    grid-template-columns: 1fr;
    gap: 24px;
}

.product-filter-page .product_item {
    overflow: visible;
}

.product-filter-page .category-product.is-list-view .category-modern-card {
    display: grid;
    grid-template-columns: minmax(160px, 260px) minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    text-align: left;
}

.product-filter-page .category-product.is-list-view .category-modern-image {
    aspect-ratio: 2 / 2.55;
}

.product-filter-page .category-product.is-list-view .category-modern-info {
    padding-top: 0;
}

.product-filter-page .category-product.is-list-view .category-modern-info h3 {
    font-size: 20px;
}

.product-filter-page .category-product.is-list-view .category-modern-swatches,
.product-filter-page .category-product.is-list-view .category-modern-price {
    justify-content: flex-start;
}

.category-modern-card {
    min-width: 0;
    text-align: center;
}
.accordion-item {
    border: none !important;
}
.category-modern-image {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    height: auto;
    overflow: hidden;
    color: #000;
    background: #f5f5f5;
    border-radius: 8px;
    text-decoration: none;
}

.category-modern-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.category-modern-main-image {
    z-index: 1;
    opacity: 1;
}

.category-modern-hover-image {
    z-index: 2;
    opacity: 0;
}

.category-modern-card:hover .category-modern-image img {
    transform: scale(1.045);
}

.category-modern-card:hover .category-modern-hover-image {
    opacity: 1;
}

.category-modern-card.has-swatch-preview:hover .category-modern-hover-image {
    opacity: 0;
}

.category-modern-actions {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    min-width: 118px;
    color: #000;
    opacity: 0;
    transform: translate(-50%, 18px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    width: 100%;
}

.category-modern-card:hover .category-modern-actions,
.category-modern-card:focus-within .category-modern-actions {
    opacity: 1;
    transform: translate(-50%, 0);
}

.category-modern-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #111;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.category-modern-sizes {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 30px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.category-modern-sizes b {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.category-modern-stock-out {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    color: #000;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transform: translate(-50%, -50%);
}

.category-modern-info {
    padding-top: 22px;
}

.category-modern-info h3 {
    margin: 0 0 11px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.category-modern-info h3 a {
    color: #000;
    text-decoration: none;
}

.category-modern-price {
    margin-bottom: 14px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.category-modern-swatches {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    gap: 8px;
}

.category-modern-swatches button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.category-modern-swatches button:first-child,
.category-modern-swatches button.active,
.category-modern-swatches button:hover,
.category-modern-swatches button:focus {
    border-color: #000;
}

.category-modern-swatches button:hover,
.category-modern-swatches button:focus {
    transform: translateY(-1px);
    outline: 0;
}

.category-modern-swatches img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-filter-page .category-filter-sidebar {
    width: 410px !important;
    padding: 0 36px 30px;
    box-shadow: none;
    overflow-x: hidden;
}

.product-filter-page .filter_sidebar_header {
    min-height: 63px;
    margin: 0 0 30px;
    padding: 0;
    color: #000;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product-filter-page .filter_sidebar_header strong {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.product-filter-page .filter_sidebar_header strong svg {
    width: 21px;
    height: 16px;
}

.product-filter-page .filter_sidebar_header strong svg path,
.product-filter-page .category-filter-sidebar .filter_close svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.product-filter-page .category-filter-sidebar .filter_close {
    width: 36px;
    height: 36px;
    color: #ff0000;
    background: transparent;
    border-radius: 0;
}

.product-filter-page .category-filter-sidebar .filter_close svg {
    width: 18px;
    height: 18px;
}

.product-filter-page .filter_sidebar_overlay {
    background: rgba(0, 0, 0, 0.24);
}

.product-filter-page .sidebar_item {
    margin-bottom: 28px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
}

.product-filter-page .sidebar_item h2.accordion-header button.accordion-button {
    padding: 0;
    color: #000;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 21px;
    font-weight: 400;
    text-transform: none;
}

.product-filter-page .sidebar_item .accordion-header .accordion-button::after {
    color: #000;
    font-size: 14px;
}

.product-filter-page .cust_according_body {
    padding: 16px 0 0;
}

.product-filter-page .subcategory-filter-label {
    align-items: center;
    gap: 12px;
    padding: 7px 0;
    color: #111;
    font-size: 15px;
    font-weight: 400;
}

.product-filter-page .category-filter-link {
    display: flex;
    text-decoration: none;
}

.product-filter-page .subcategory-filter-label:hover {
    background: transparent;
}

.product-filter-page .subcategory-filter-label input {
    width: 20px;
    height: 20px;
    margin: 0 2px 0 0;
    border: 1px solid #e5e5e5;
    opacity: 1;
}

.product-filter-page .subcategory-filter-label input[type="checkbox"]:checked {
    background: #000;
    border-color: #000;
}

.filter-fake-checkbox {
    display: inline-flex;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
}

.filter-fake-checkbox.checked {
    background: #000;
    border-color: #000;
}

.filter-price-inputs {
    justify-content: flex-start;
    gap: 4px;
    margin-top: 18px;
    color: #666;
    font-size: 14px;
}

.filter-price-inputs::before {
    content: "Price:";
}

.filter-price-inputs p {
    margin: 0;
}

.filter-price-inputs p + p::before {
    content: "-";
    margin-right: 4px;
}

.product-filter-page p.min-price input,
.product-filter-page p.max-price input {
    width: 50px;
    padding: 0;
    border: 0;
    color: #555;
    background: transparent;
    font-weight: 600;
}

.product-filter-page .slider-box {
    display: flex;
    flex-direction: column-reverse;
    padding: 12px 8px 0;
}

.product-filter-page .ui-slider-horizontal {
    height: 2px;
    border: 0;
    background: #ff0000;
}

.product-filter-page .ui-slider-horizontal .ui-slider-range {
    background: #ff0000;
}

.product-filter-page .ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    width: 16px;
    height: 16px;
    border: 2px solid #ff0000;
    border-radius: 50%;
    background: #fff;
}

.filter-size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-size-option {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.filter-size-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter-size-option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 35px;
    padding: 0 14px;
    color: #555;
    border: 1px solid #e5e5e5;
    background: #fff;
    font-size: 14px;
}

.filter-size-option input:checked + span {
    color: #fff;
    background: #000;
    border-color: #000;
}

/*==== 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 {
    color: #fff;
    margin: 15px 0;
    display: block;
    transition: 0.35s all;
}

.footer-top {
    padding: 80px 0;
    background: rgb(0 0 0);
}
.footer-about {
    padding-right: 70px;
}
.copyright {
    border-top: 1px solid #dddddd3d;
    padding: 9px 0 0px 0;
}

.footer-about p {
    text-align: left;
    margin: 5px 0;
    color: #ffffff;
    font-size: 16px;
}

.footer-about h3 {
    font-size: 16px;
    font-weight: bold;
    color: #dee5e5;
    margin: 10px 0;
}

.footer-about ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 0 2px;
    text-align: center;
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #fff;
    margin-left: 2px !important;
}

.footer-about a {
    display: block;
    color: #ffffff;
}

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

.footer-menu .title {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 19px;
}

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

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

.social_link {
    text-align: center;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.social_link li {
    display: inline-block;
}

.social_link li a {
    background: var(--secondary-color);
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    color: #fff !important;
    margin: 10px 2px !important;
    margin-bottom: 0 !important;
}

.delivery-partner {
    text-align: center;
}

.social_link li a:hover {
    background: var(--primary-color);
}

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

.copyright p {
    text-align: center;
    color: #878787;
    font-weight: 400;
}

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

/*==== DETAILS CSS START ====  */
.product-section {
    padding: 95px 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: 100%;
    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: #23107f;
    border: 1px solid #23107f;
    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: var(--secondary-color)33;
    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: 34px 0 30px;
    margin-bottom: 30px;
}

.related-title {
    width: 100%;
    margin-bottom: 34px;
    text-align: center;
}

.details-product-carousel-block {
    margin-bottom: 42px;
}

.details-product-carousel-block:last-child {
    margin-bottom: 0;
}

.related-title h5 {
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.1;
    text-transform: none;
}

.details-modern-carousel-item .category-modern-card {
    max-width: 100%;
}

.details-modern-carousel-item .category-modern-image {
    aspect-ratio: 4 / 6;
}

.related-product-section .owl-stage {
    display: flex;
}

.related-product-section .owl-item {
    display: flex;
}

.related-product-section .details-modern-carousel-item {
    width: 100%;
}


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

/* Modern product details layout */
.main-details-page {
    padding: 110px 0 20px;
    background: #fff;
}

.main-details-page .container {
    max-width: 1440px;
}

.details-modern-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 34px;
    color: #777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.details-modern-breadcrumb a {
    color: #111;
    text-decoration: none;
}

.details-modern-breadcrumb strong {
    color: #777;
    font-weight: 400;
}

.details-modern-top-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin: -60px 0 6px;
}

.details-modern-top-actions a,
.details-modern-top-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #000;
    background: transparent;
    border: 0;
    font-size: 18px;
}

.details-modern-product {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(420px, 1fr);
    gap: 54px;
    margin-bottom: 0;
    padding: 0;
}

.details-modern-gallery {
    display: grid;
    grid-template-columns: 95px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
}

.details-modern-thumbs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 590px;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.details-modern-thumbs::-webkit-scrollbar {
    display: none;
}

.details-modern-thumbs .indicator-item {
    flex: 0 0 auto;
    width: 95px;
    height: 95px;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 9px;
    cursor: pointer;
}

.details-modern-thumbs .indicator-item.active,
.details-modern-thumbs .indicator-item:hover {
    border-color: #000;
}

.details-modern-thumbs .indicator-item img {
    width: 100%;
    height: 100%;
    max-height: none !important;
    object-fit: cover;
    object-position: center top;
}

.details-modern-main-image {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #faf7f7;
    border-radius: 9px;
}

.details-modern-main-image .details_slider {
    border: 0;
    border-radius: 9px;
}

.details-modern-main-image .dimage_item {
    /* height: 590px; */
    background: #faf7f7;
}

.details-modern-main-image .dimage_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.details-modern-main-image .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 30;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #000 !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border-radius: 50%;
    transform: translateY(-50%);
}

.details-modern-main-image .owl-prev {
    left: 24px;
}

.details-modern-main-image .owl-next {
    right: 24px;
}

.details-modern-zoom {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #000;
    background: #fff;
    border: 0;
    border-radius: 50%;
    pointer-events: auto;
}

.details-modern-main-image .tracker,
.details-modern-main-image .magnifier {
    z-index: 20 !important;
}

.details-modern-main-image .magnifier,
.details-modern-main-image .cursorshade,
.details-modern-main-image .statusdiv,
.details-modern-main-image .textdn {
    pointer-events: none !important;
}

.details-modern-summary {
    padding: 2px 0 0;
}

.details-modern-category {
    margin: 0 0 14px;
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

.details-modern-category a {
    color: #ff0000;
    text-decoration: none;
}

.details-modern-summary .product-cart .name {
    margin: 0 0 15px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
}

.details-modern-stock {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    height: 31px;
    margin-bottom: 16px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    font-size: 11px;
    font-weight: 600;
}

.details-modern-stock.out-stock {
    color: #ff0000;
    border-color: #ff0000;
}

.details-modern-summary .details-price {
    margin: 0 0 24px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.details-modern-summary .details-price del {
    display: inline-flex;
    margin-right: 10px;
    color: #999;
    font-size: 20px;
    font-weight: 400;
}

.details-modern-summary .short_description {
    margin-bottom: 18px;
    color: #555;
}

.details-modern-option {
    margin-bottom: 22px;
}

.details-modern-option .color-title {
    margin: 0 0 16px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
}

.details-modern-option .selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.details-modern-option .selector-item {
    position: relative;
    width: auto;
    height: auto;
}

.details-modern-option .selector-item input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.details-modern-option.pro-color .selector-item {
    width: 42px;
    height: 42px;
}

.details-modern-option.pro-color .selector-item img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.details-modern-option.pro-color .selector-item_label {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    color: transparent;
    background: transparent;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.details-modern-option.pro-color input:checked + .selector-item_label {
    border-color: #000;
}

.details-modern-option.pro-size .selector-item_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 59px;
    height: 40px;
    padding: 0 18px;
    color: #666;
    background: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.details-modern-option.pro-size input:checked + .selector-item_label {
    color: #fff;
    background: #000;
    border-color: #000;
}

.details-modern-qty-label {
    margin: 12px 0 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.details-modern-cart-row {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr) 48px 48px;
    gap: 8px;
    margin-bottom: 8px;
}

.details-modern-cart-row .qty-cart {
    width: 100%;
}

.details-modern-cart-row .quantity {
    width: 126px;
    height: 48px;
    background: #f5f5f5;
    border: 0;
    border-radius: 999px;
}

.details-modern-cart-row .quantity .minus,
.details-modern-cart-row .quantity .plus {
    height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 22px;
}

.details-modern-cart-row .quantity input {
    background: transparent;
}

.details-modern-cart-row .details__button__cart {
    width: 100%;
    height: 48px;
    color: #fff;
    background: #b2b2b2;
    border: 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
}

.details-modern-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #000;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    font-size: 20px;
}

.details-modern-icon-btn.is-dark {
    color: #fff;
    background: #222;
    border-color: #222;
}

.details-modern-icon-btn.active,
.details-modern-links button.active {
    color: #fff;
    background: #000;
    border-color: #000;
}

.details-modern-summary .order_now_btn {
    height: 46px;
    margin: 0;
    color: #fff;
    background: #f4aaaa;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
}

.details-modern-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 34px;
    margin: 32px 0 24px;
}

.details-modern-links button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #111;
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}

.details-modern-meta {
    margin-bottom: 0;
}

.details-modern-meta p {
    margin: 0 0 8px;
    color: #111;
    font-size: 14px;
}

.details-modal-active {
    overflow: hidden;
}

.details-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9990;
    display: none;
    background: rgba(0, 0, 0, 0.55);
}

.details-modal-backdrop.is-open {
    display: block;
}

.details-modern-modal {
    position: fixed;
    z-index: 9991;
    display: none;
}

.details-modern-modal.is-open {
    display: block;
}

.details-policy-panel {
    position: fixed;
    top: 0;
    left: 50%;
    width: min(640px, calc(100vw - 32px));
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    transform: translateX(-50%);
}

.details-policy-head,
.details-share-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details-policy-head {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 34px 36px 18px;
    background: #fff;
}

.details-policy-head h3,
.details-share-head h3 {
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: 400;
}

.details-policy-head button,
.details-share-head button {
    width: 34px;
    height: 34px;
    color: #000;
    background: transparent;
    border: 0;
    font-size: 28px;
}

.details-policy-body {
    width: min(280px, calc(100% - 64px));
    margin: 12px auto 0;
    padding-bottom: 70px;
    color: #333;
}

.details-policy-body h4 {
    margin: 0 0 24px;
    color: #000;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.08;
}

.details-policy-body p,
.details-policy-body li {
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.details-policy-body hr {
    margin: 22px 0 48px;
    border-color: #9d9d9d;
}

.details-policy-body h5 {
    margin: 0 0 44px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
}

.details-policy-body ul {
    margin: 0 0 36px 18px;
    padding: 0;
}

.details-share-modal {
    top: 50%;
    left: 50%;
    z-index: 9995;
    width: min(420px, calc(100vw - 32px));
    transform: translate(-50%, -50%);
}

.details-share-modal.is-open,
.details-delivery-modal.is-open {
    z-index: 9996;
}

.details-share-panel {
    padding: 22px 25px 26px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.details-share-head h3 {
    font-size: 20px;
}

.details-share-head button {
    font-size: 25px;
}

.details-share-icons {
    display: flex;
    gap: 11px;
    margin: 30px 0;
}

.details-share-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
}

.details-share-icons .facebook {
    background: #4267b2;
}

.details-share-icons .x-twitter {
    background: #555;
}

.details-share-icons .whatsapp {
    background: #09d366;
}

.details-share-icons .email {
    background: #60b5d8;
}

.details-share-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 94px;
    border: 1px solid #e5e5e5;
}

.details-share-copy input {
    min-width: 0;
    height: 51px;
    padding: 0 17px;
    color: #666;
    background: #fff;
    border: 0;
    font-size: 14px;
}

.details-share-copy button {
    height: 45px;
    margin: 3px;
    color: #fff;
    background: #000;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}

.details-image-lightbox {
    inset: 0;
    z-index: 9992;
    color: #fff;
    background: #000;
    user-select: none;
}

.details-image-lightbox.is-open {
    display: block;
}

.details-lightbox-counter {
    position: fixed;
    top: 22px;
    left: 28px;
    z-index: 9994;
    color: #cfcfcf;
    font-size: 16px;
    letter-spacing: 0;
}

.details-lightbox-toolbar {
    position: fixed;
    top: 16px;
    right: 18px;
    z-index: 9994;
    display: flex;
    align-items: center;
    gap: 4px;
}

.details-lightbox-toolbar button,
.details-lightbox-toolbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #cfcfcf;
    background: transparent;
    border: 0;
    font-size: 17px;
    text-decoration: none;
}

.details-lightbox-toolbar button:hover,
.details-lightbox-toolbar a:hover,
.details-lightbox-toolbar button.active {
    color: #fff;
}

.details-lightbox-stage {
    position: fixed;
    inset: 62px 76px 112px;
    z-index: 9992;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.details-lightbox-stage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.22s ease;
}

.details-lightbox-nav {
    position: fixed;
    top: 50%;
    z-index: 9994;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #bdbdbd;
    background: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 24px;
    transform: translateY(-50%);
}

.details-lightbox-nav:hover {
    color: #fff;
}

.details-lightbox-prev {
    left: 48px;
}

.details-lightbox-next {
    right: 48px;
}

.details-lightbox-thumbs {
    position: fixed;
    right: 76px;
    bottom: 18px;
    left: 76px;
    z-index: 9994;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 7px 0;
}

.details-lightbox-thumbs button {
    flex: 0 0 96px;
    height: 76px;
    overflow: hidden;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    opacity: 0.85;
    padding: 0;
}

.details-lightbox-thumbs button.active {
    border-color: #ff1818;
    opacity: 1;
}

.details-lightbox-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.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: var(--secondary-color)38;
}

.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: var(--secondary-color)38;
}

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

.cshort-summary p strong {
    font-size: 15px;
    display: block;
    margin: 8px 0;
}

.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-section {
    padding: 28px 0 42px;
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 28%);
}

.customer-sidebar,
.customer-content {
    background: #fff;
    border: 1px solid #e7ecf3;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.customer-sidebar {
    padding: 14px;
    height: 100%;
    position: sticky;
    top: 18px;
}

.customer-auth {
    display: grid;
    grid-template-columns: 56px auto;
    gap: 12px;
    align-items: center;
    background: linear-gradient(135deg, #f8fafc 0%, #eef3ff 100%);
    padding: 14px;
    border-radius: 14px;
    border: 1px solid #e6ebf5;
}

.customer-img img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.customer-name p small {
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.customer-name p:last-child {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.customer-sidebar .sidebar-menu {
    margin-top: 14px;
}

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

.customer-sidebar .sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
    border-radius: 12px;
    margin-bottom: 6px;
    background: #f8fafc;
    border: 1px solid transparent;
}

.customer-sidebar .sidebar-menu li a:hover {
    background: #eef2ff;
    color: #4338ca;
    border-color: #dbe4ff;
}

.customer-sidebar .sidebar-menu li a.active {
    background: linear-gradient(135deg, #ffefef 0%, #fff6f1 100%);
    color: var(--secondary-color);
    border-color: rgba(250, 17, 0, 0.12);
}

.customer-sidebar .sidebar-menu li a svg {
    flex: 0 0 auto;
}

.customer-content {
    padding: 24px;
}

.customer-panel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5eaf1;
}

.customer-panel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--secondary-color);
    margin-bottom: 6px;
}

.account-title {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    color: #0f172a;
}

.customer-panel-subtitle {
    margin-top: 6px;
    color: #64748b;
    font-size: 14px;
}

.customer-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.customer-summary-card {
    border: 1px solid #e6ebf5;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
    padding: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
}

.customer-summary-label {
    display: block;
    font-size: 13px;
    color: #64748b;
    margin-bottom: 6px;
}

.customer-summary-value {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.customer-summary-card--full {
    grid-column: 1 / -1;
}

.customer-avatar-lg {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.customer-summary-note {
    color: #64748b;
    font-size: 13px;
    margin-top: 12px;
}

.backend_img {
    height: 72px;
    width: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.invoice_btn,
.invoice_btn:focus {
    background: #f1f5f9;
    color: #0f172a;
    font-size: 13px;
    padding: 9px 14px;
    border-radius: 10px;
    border: 1px solid #dbe3ee;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.invoice_btn:hover {
    background: #eef2ff;
    color: #4338ca;
    border-color: #cfd7ff;
}

.customer-table-wrap {
    overflow-x: auto;
}

.customer-table {
    margin-bottom: 0;
    min-width: 760px;
}

.customer-table thead th {
    border-bottom: 1px solid #e5eaf1;
    color: #64748b;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 14px 12px;
    white-space: nowrap;
}

.customer-table tbody td {
    padding: 16px 12px;
    vertical-align: middle;
    color: #334155;
    border-color: #edf1f7;
}

.customer-table .table-action {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.customer-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.customer-status-badge.badge-success {
    background: #dcfce7;
    color: #166534;
}

.customer-status-badge.badge-secondary {
    background: #e2e8f0;
    color: #475569;
}

.customer-status-badge.badge-warning {
    background: #fef3c7;
    color: #92400e;
}

.customer-status-badge.badge-danger {
    background: #fee2e2;
    color: #b91c1c;
}

.customer-empty-state {
    padding: 24px;
    border: 1px dashed #d7deea;
    border-radius: 16px;
    background: #fafcff;
    text-align: center;
    color: #64748b;
}

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

@media (max-width: 991.98px) {
    .customer-sidebar {
        position: static;
        margin-bottom: 18px;
    }

    .customer-content {
        padding: 18px;
    }

    .customer-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .customer-section {
        padding: 18px 0 28px;
    }

    .customer-auth {
        grid-template-columns: 48px auto;
    }

    .customer-img img {
        width: 48px;
        height: 48px;
    }

    .customer-name p:last-child {
        font-size: 16px;
    }

    .customer-panel-head {
        flex-direction: column;
    }

    .account-title {
        font-size: 19px;
    }

    .customer-table {
        min-width: 100%;
    }

    .customer-table thead {
        display: none;
    }

    .customer-table,
    .customer-table tbody,
    .customer-table tr,
    .customer-table td {
        display: block;
        width: 100%;
    }

    .customer-table tr {
        border: 1px solid #e6ebf5;
        border-radius: 14px;
        margin-bottom: 12px;
        overflow: hidden;
        background: #fff;
    }

    .customer-table tbody td {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 14px;
    }

    .customer-table tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #64748b;
        flex: 0 0 40%;
    }

    .customer-table .table-action {
        justify-content: flex-end;
        width: 100%;
    }

    .customer-table tbody td[data-label="Action"] {
        align-items: center;
    }
}

.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: 105px 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: var(--primary-color);
    display: block;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 15px;
    transition: 0.35s all;
    font-family: var(--bn-font);
}

.order_place:hover {
    background: var(--primary-color);
}
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%);
}


.details__button__flex {
    display: flex;
    align-items: center;
    text-align: center;
}

button.addcartbutton.details__button__cart {
    background: black;
    color: white;
    width: 100%;
    padding: 11px;
    border-radius: 5px;
}


.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(4, 1fr);
    grid-gap: 20px;
    overflow: hidden;
}

.product_item_inner {
    border-bottom: 0;
    transition: 0.35s all;
    border: 1px solid #ddd;
}
.wist_item {
    position: relative;
}

.product_item:hover .product_item_inner {
    border-color: var(--secondary-color);
}

.product_item {
    position: relative;
    transition: 0.35s all;
    background: #fff;
    /* border-radius: 5px; */
    overflow: hidden;
}

.pro_name {
    height: 50px;
    line-height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    display: block;
    margin-top: 5px;
    padding: 0 5px;
}

.pro_name a {
    color: #000;
    font-size: 17px;
    text-transform: capitalize;
}
.pro_img {
    max-height: 272px;
    position: relative;
    overflow: hidden;
}

.pro_img>a {
    display: block;
    height: 100%;
}

.pro_img picture {
    display: block;
    height: 100%;
}

.pro_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: 0.35s all;
}

.product_item_inner:hover .pro_img img {
    transform: scale(1.1);
}

.pro_des {
    text-align: left;
    background: #F8F9FA;
    padding: 0 10px;
    padding-bottom: 10px;
}
.pro_price {
    margin-bottom: 5px;
}

.pro_price p {
    color: var(--secondary-color);
    font-weight: 800;
    margin-top: 5px;
    text-align: left;
    font-size: 18px;
}

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;

}

.pro_btn form {
    text-align: center;
}

.pro_btn {
    grid-gap: 5px;
    /* border: 1px solid #d1d1d1; */
    margin-top: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cart_btn a, .cart_btn button, .variable-modal {
    background: var(--primary-color);
    width: 100%;
    display: block;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all .5s ease;
    padding: 10px 0;
    border-radius: 5px !important;
    font-weight: 500;
    text-transform: capitalize;
}
a.cart_btn {
    padding: 8px;
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    transition: all 0.3s;
}
a.cart_btn:hover{
    background-color: #000;
    color:#fff
}
.add-cart-button button {
    width: 100%;
    height: 100%;
    background-color: var(--secondary-color);
    border-radius: 5px;
    color: #fff;
}

.cart_btn a:hover, .cart_btn button:hover {
    background: #000000;
}
button.stock_out {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 11px 0;
    background: #f44336;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
    color: white;
}

.pro_price del {
    color: #222;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 400;
}

.product_item_inner .shipping {
    position: absolute;
    top: 5px;
    right: 0px;
    display: inline-block;
    background-color: var(--primary-color);
    z-index: 1;
    padding: 1px 8px;
    border-radius: 5px 0 0 5px;
}
.product_item_inner .shipping p {
    color: #fff;
    font-size: 12px;
}
.discount {
    position: absolute;
    top: 5px;
    background: var(--secondary-color);
    padding: 2px 7px;
    border-radius: 20px;
    left: 5px;
    z-index: 9;
}

.discount p {
    color: #fff;
    font-size: 14px;
}

.pro_name a:hover {
    color: var(--secondary-color);
}

.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: 95px 0;
    background: #fff;
    margin-bottom: 10px;
}
section.auth-section {
    padding: 97px 0 20px;
}
.order-success-wrapper {
    padding: 130px 0px;
}
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: #f4433614;
    border: 1px solid #f4433614;
    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(--secondary-color);
    border-radius: 50%;
    font-size: 9px;
}

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

.active-filter-tag:hover i {
    color: var(--secondary-color);
    background: #fff;
}
.main-header {
    border-bottom: 1px solid #f4433614;
}
.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;
}



.logo-area.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 1s;
    background: white;
}

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

.filter_sort .filter_btn {
    display: inline-flex;
    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: fixed;
    inset: 0 auto 0 0;
    left: 0;
    z-index: 10050;
    display: block;
    width: min(380px, 90vw) !important;
    height: 100dvh;
    max-height: 100dvh;
    max-width: 100%;
    padding: 0 16px 24px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #fff;
    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;
}

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

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

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

.category-filter-sidebar .filter_close {
    display: inline-flex;
    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;
}

.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 h2.accordion-header button.accordion-button {
    background-color: var(--secondary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-radius: 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: 0;
}

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

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

.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: #00aef038;
}

.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: #00aef038;
}

.subcategory-filter-label input {
    position: relative;
    border: 2px solid var(--secondary-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(--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,
p.max-price input {
    width: 70px;
}

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

.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;
}
/* ==== 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_btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

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

.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: #f44336;
    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;
    background: #f28743;
    color: #fff;
    padding: 0px 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    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: 6px;
}

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

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

.area-item label {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 13px;
    padding-left: 40px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
}

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

.area-item label::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    border-radius: 50%;
    top: 20px;
    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: #000;
    height: 35px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    overflow: hidden;
}
.marquee-item-wrap a {
    color: white;
}
.marquee-item-wrap ul li {
    margin-right: 10px;
    font-weight: 500;
    font-size: 14px;
}
.marquee-item-wrap ul li i {
    margin-right: 3px;
}
.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 ====*/
.main-menu ul{
    margin:0;
    padding:0;
    list-style:none;
}

.main-menu > ul{
    display:flex;
    align-items:center;
}

.main-menu > ul > li{
    position:relative;
}

.main-menu > ul > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 16px;
    color: #111;
    text-decoration: none;
}

/* Category Dropdown */

.menu-item{
    position: relative;
}

.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:220px;
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    display:block;

    opacity:0;
    visibility:hidden;
    transition:.25s;
    z-index:999;
}

.menu-item:hover > .dropdown-menu{
    opacity:1;
    visibility:visible;
}

/* Subcategory */

.dropdown-item {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-item > a{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:12px 18px;
    color:#222;
    text-decoration:none;
    white-space:nowrap;
}

.dropdown-item > a:hover{
    background:#f5f5f5;
}

/* Child Category */

.child-dropdown{
    position:absolute;
    top:0;
    left:100%;
    min-width:220px;

    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    display:block;

    opacity:0;
    visibility:hidden;

    transition:.25s;
}

.dropdown-item:hover > .child-dropdown{
    opacity:1;
    visibility:visible;
}

.child-dropdown a{
    display:block;
    padding:12px 18px;
    color:#222;
    text-decoration:none;
    white-space:nowrap;
}

.child-dropdown a:hover{
    background:#f5f5f5;
}
li.menu-item .main_category {
    padding: 7px;
    font-weight: 500;
}
li.menu-item .main_category i {
    font-size: 11px;
    color: #0c5265;
}
.dropdown-item i {
    font-size: 12px;
    color: #000;
    float: right;
    line-height: 25px;
}
section.square_banner-section {
    margin: 15px 0;
}

/*==== TABAZ STYLE FOOTER CSS START ====*/
.site-footer {
    padding: 0;
    background: #fff;
    color: #555;
}

.site-footer .container {
    max-width: 1580px;
}

.site-footer-top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
    gap: 70px;
    padding: 40px 0 39px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.site-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 13px;
}

.site-footer-logo img {
    width: 180px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.site-footer-about p,
.site-footer-links a,
.site-footer-newsletter p {
    margin: 0 0 7px;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 1.55;
}

.site-footer-about a,
.site-footer-links a {
    color: #5f5f5f;
    text-decoration: none;
}

.site-footer-about p a {
    font-weight: 700;
}

.site-footer-direction {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0 27px;
    color: #000 !important;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
}

.site-footer-direction i {
    transform: rotate(45deg);
    font-size: 12px;
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    background: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.site-footer-social a:hover {
    background: #000;
    color: #fff;
}

.site-footer-links h3,
.site-footer-newsletter h3 {
    margin: 0 0 27px;
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
}

.site-footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-links li {
    margin-bottom: 13px;
}

.site-footer-links a:hover {
    color: #000;
}

.site-footer-newsletter form {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin-top: 27px;
}

.site-footer-newsletter input {
    width: 100%;
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 999px;
    padding: 0 18px;
    color: #111;
    background: #fff;
    font-size: 14px;
    outline: 0;
}

.site-footer-newsletter input::placeholder {
    color: #6f6f6f;
}

.site-footer-newsletter button {
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
}

.site-footer-bottom p {
    margin: 0;
    color: #878787;
    font-size: 14px;
}

.site-footer-payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.site-footer-payments span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 47px;
    height: 30px;
    padding: 0 9px;
    border-radius: 4px;
    background: #f4f5f7;
    color: #0c3688;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.site-footer-payments span:nth-child(2) {
    color: #0b65c2;
}

.site-footer-payments span:nth-child(3) {
    color: #e31b23;
}

.site-footer-payments span:nth-child(4) {
    color: #0876bf;
}

.site-footer-payments span:nth-child(5) {
    color: #2879b9;
}
/*==== TABAZ STYLE FOOTER CSS END ====*/
