/* --------------------------------------------------
   CSS BOILERPLATE
   -------------------------------------------------- */
display-none {
    display: none !important;
}


/* Load Bernina Sans locally from root folder */
@font-face {
    font-family: "Bernina Sans Regular";
    src: url("../font/bernina-sans-regular.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "remixicon";
  src: url("../icon/remixicon.woff2") format("woff2"),
       url("../icon/remixicon.woff") format("woff"),
       url("../icon/remixicon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Root Variables */
:root {
    /*--font-main: "Bernina Sans Regular", system-ui, sans-serif;*/
    --color-primary: #0d6efd;
    --color-dark: #111;
    --color-light: #f8f9fa;
    --color-muted: #6c757d;
    --radius: 10px;
    --transition: 0.25s ease;
    --heading-text-size-1: clamp(1.1rem, 0.7rem + 0.5vw, 1.2rem);
    --paragraph-text-size-1: clamp(0.80rem, 0.7rem + 0.3vw, 0.85rem);
    --button-text-size-1: clamp(0.85rem, 0.7rem + 0.3vw, 0.9rem);
}

/* Rest Bootstrap Border Radius To Zero */
:root {
    --bs-border-radius: 0 !important;
    --bs-border-radius-sm: 0 !important;
    --bs-border-radius-lg: 0 !important;
    --bs-border-radius-xl: 0 !important;
    --bs-border-radius-xxl: 0 !important;
}

/* Global Reset Adjustments */
html {
    scroll-behavior: smooth;
}

body {
    font-family: inherit;
    background: #ffffff;
    color: var(--color-dark);
    line-height: 1.7;
    overflow-x: hidden;
}

body,
/*input,*/
/*textarea,*/
/*select,*/
/*option,*/
button,
a,
label {
    cursor: none !important;
}

select, option, input, textarea, button {
  cursor: auto !important;
}

input[type="range"]::-webkit-slider-thumb {
    cursor: none !important;
}

input[type="range"]::-moz-range-thumb {
    cursor: none !important;
}

input[type="range"]::-ms-thumb {
    cursor: none !important;
}

img {
    max-width: 100%;
    display: block;
}

/* Utility Classes */
.section-title {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.shadow-sm-custom {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.rounded-custom {
    border-radius: var(--radius);
}

/* Buttons Customization */
.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    transition: var(--transition);
}

.btn-primary:hover {
    opacity: 0.85;
}

.gutter {
    --bs-gutter-x: 0.10rem;
    --bs-gutter-y: 0.10rem;
}

.head-text-1 {
    font-size: var(--heading-text-size-1);
    font-weight: 600;
}

.para-text-1 {
    font-size: var(--paragraph-text-size-1);
    font-weight: normal;
}

.button-text-1 {
    font-size: var(--button-text-size-1);
    font-weight: 500;
}

/* Header / Navbar Base */
/* .header-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  border-bottom: 1px solid #eee;
} */

/* Preloader Fade-in Element */
#fadein {
    transition: opacity .4s ease;
}

/* Placeholder Section Spacing */
/* section {
  padding: 60px 0;
} */

/* Remove Bootstrap's default blue focus glow for all form controls */
:focus,
:focus-visible,
:focus-within,
.btn:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus,
input[type="range"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    /* optional - dark border instead of blue */
}

/* Optional: Customize hover/focus to dark theme look */
.btn:focus,
.btn:hover {
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #000 !important;
    /* black tick/check */
    border-color: #000 !important;
}

input[type="range"]::-webkit-slider-thumb:focus {
    box-shadow: none !important;
    outline: none !important;
}

input[type="range"]::-moz-range-thumb:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Header */

/* .sticky-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #ffffff70;
    background-color: rgba(105, 105, 105, 0.61);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #000000;
    text-align: center;
    padding: 10px 0;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
    z-index: 1;
} */

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 20;
    width: 100%;
    background: #ffffff70;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #000000;
    text-align: center;
    padding: 10px 0;
}

.header-text-logo {
    font-family: inherit;
    font-size: clamp(1.5rem, 0.9rem + 0.8vw, 3rem);
    font-weight: 400;
    margin-bottom: 0 !important;
    color: #000;
    text-shadow: 0 0 1px #000;
}

.sticky-header.show {
    transform: translateY(0);
}

.hamburger-btn {
    margin-top: 6px;
}

.hamburger-button-icon span {
    width: 30px;
    height: 3px;
}

@media (max-width: 992px) {
    .hamburger-button-icon span {
        width: 25px;
        height: 2.5px;
    }

    /*.home-header-text-logo {*/
    /*    display: none;*/
    /*}*/

    .home-3d-subtle {
        display: none;
    }
}

/*@media (min-width: 992.50px) {*/
/*    .hero-content-mobile {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/* @media (max-width: 768px) {
    .sticky-header {
        padding: 5px 0;
    }
} */

.left-content {
    padding-left: 14px;
}

.right-content {
    padding-right: 14px;
}

@media (max-width: 992px) {
    .left-content {
        padding-left: 11px;
    }

    .right-content {
        padding-right: 11px;
    }
}

/*------ Hero Section ------*/
.hero {
    height: 80vh;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

/*.hero-content-mobile {*/
/*    position: relative;*/
/*    pointer-events: none;*/
/*}*/

/*.targeted-text {*/
/*    font-weight: 800;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    position: relative;*/
    /*z-index: 99;*/
/*    transform-origin: top;*/
/*    backface-visibility: hidden;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/

/*.targeted-text-clone {*/
/*    position: fixed;*/
/*    top: 12px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    text-align: center;*/
/*    font-size: clamp(1.5rem, 0.9rem + 0.8vw, 3rem);*/
/*    font-weight: 800;*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*    z-index: 999;*/
/*    transform-origin: center top;*/
/*    will-change: transform, opacity;*/
/*}*/

/*.targeted-text,*/
/*.targeted-text-clone {*/
/*    transform: translateZ(0);*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .hero-content-mobile h1 {*/
/*        font-size: 10vw;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .hero-content-mobile h1 {*/
/*        font-size: 12vw;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .hero-content-mobile h1 {*/
/*        font-size: 15vw;*/
/*    }*/
/*}*/

/*----------- Search Bar -----------*/
.profile-button,
.search-button,
.cart-button {
    font-size: clamp(0.38rem, 0.9rem + 1vw, 1.2rem);
    margin-top: 2px;
}

.cart-button {
    margin-right: 7px;
}

.profile-button {
    margin-right: 2px;
    transform: scale(0.92);
}

.account-btn {
    margin-right: 7px;
}

.profile-btn-non-logged-in {
    margin-right: 7px;
}

/* .right-content .fa-times {
    margin-right: 4px !important;
} */

/*.search-bar-container {*/
/*    background: transparent;*/
/*    padding: 0 20px;*/
/*}*/

/*.search-bar-container input {*/
/*    background-color: transparent;*/
/*    margin-top: 15px;*/
/*    margin-bottom: 5px;*/
/*    border: none;*/
/*    outline: none;*/
/*    border-bottom: 2px solid rgba(128, 128, 128, 0.684);*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    font-size: 25px;*/
/*}*/

.search-bar-container {
    position: fixed;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 19;
}

/* input height should be predictable */
#search-input {
    height: 60px;
    width: 100%;
    text-align: center;
}

/* 🔥 THIS IS THE KEY PART */
.search-result-container {
    height: calc(100% - 60px); /* remaining space */
    overflow-y: auto;
    padding: 20px;
    box-sizing: border-box;
}



/*--------- Search Result Colums Per Row ---------*/
.search-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/* 401px+ → 3 columns */
@media (min-width: 401px) {
  .search-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 768px+ → 4 columns */
@media (min-width: 768px) {
  .search-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* 992px+ → 6 columns */
@media (min-width: 992px) {
  .search-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.search-grid .product-content {
    padding: 10px 10px!important;
}

@media (max-width: 778px) {
    .cart-button {
        margin-right: 5px;
    }

    .profile-button {
        margin-right: 1px;
    }
    
    .account-btn {
        margin-right: 3px;
    }
    
    .profile-btn-non-logged-in {
        margin-right: 5px;
    }
}

/*----------- Cart Icon -----------*/
.cart-wrapper {
    position: relative;
    display: inline-block;
}

.cart-wrapper::after {
    content: var(--cart-count, "0");
    position: absolute;
    top: -1px;
    right: -1px;
    background: rgb(205, 0, 0);
    color: white;
    font-size: clamp(0.5rem, 0.5rem + 0.3vw, 0.60rem);
    margin-right: 1px;
    margin-top: 2px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    /* 🔑 visibility control */
    opacity: var(--cart-badge-opacity, 0);
    transform: scale(var(--cart-badge-scale, 0));
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

@media (max-width: 992px) {
    .cart-wrapper::after {
        padding-top: 1.5px;
        /* margin-right: 1px;
        margin-top: 1px; */
        top: -4px;
        right: -4px;
        transform: scale(0.88);
    }
}

/*----------- Header My Account Dropdown (For Logged In Users Only) -----------*/
.account-dropdown {
    position: absolute;
    min-width: auto;
    max-width: calc(100vw - 20px);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    display: none;
    z-index: 9999;
}

.account-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}
.account-dropdown li a {
    display: block;
    /*padding: 10px 16px;*/
    text-decoration: none;
    color: #111;
}
.account-dropdown li a i {
    margin-right: 5px;
    font-size: clamp(0.90rem, 0.75rem + 0.3vw, 1rem);
}
.account-dropdown li a:not(i) {
    font-size: clamp(0.70rem, 0.75rem + 0.3vw, 0.80rem);
}
.account-dropdown li {
    padding: 3px 10px 3px 9px;
}
.account-dropdown li:hover {
    background: #f5f5f5;
}
.account-arrow {
    display: inline-block;
    transition: transform 0.1s ease;
}
.account-btn.active .account-arrow {
    transform: rotate(180deg);
}


/* Footer */
footer {
    padding: 50px 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    margin-top: 4rem;
}

.social-follow-button li a {
    text-decoration: none;
}

.heading-style-1 {
    font-size: clamp(0.8rem, 2vw + 1rem, 1.5rem);
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 0 0.8rem;
    text-transform: uppercase;
}

.heading-wrapper {
    padding: 4rem 10px 1rem;
}

.heading-style-1::before,
.heading-style-1::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20%;
    /* fluid width */
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
}

.heading-style-1::before {
    left: -20%;
    /* reduced distance */
}

.heading-style-1::after {
    right: -20%;
    /* reduced distance */
}

/* Hide lines on screens ≤ 992px */
@media (max-width: 992px) {

    .heading-style-1::before,
    .heading-style-1::after {
        display: none;
    }
}

.media-heading {
    font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
    font-weight: 800;
}

.media-label {
    font-size: clamp(0.8rem, 0.7vw + 0.6rem, 1.3rem);
    font-weight: 400;
}

/*---- Explore Button ----*/

.explore-btn {
    margin-top: 1.5rem;
    padding: 10px 30px;
    font-size: clamp(0.6rem, 0.8vw + 0.7rem, 1.2rem);
    font-weight: 400;
}

@media screen and (max-width: 990px) {
    .explore-btn {
        margin-top: 0;
    }
}

/*---- Show More Button ----*/

.show-more-btn,
.filtered-show-more-btn {
    /*margin-top: clamp(0.8rem, 1.2rem + 0.6vw, 1.5rem);*/
    font-size: clamp(0.5rem, 0.8vw + 0.7rem, 1rem);
    font-weight: 400;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    padding: 0;
    line-height: 1;
}

.home-ajax-loading-btn {
    height: 3rem;
}



/* @media screen and (max-width: 990px) {
    .show-more-btn {
        margin-top: 0;
    }
} */


/*---- SEARCH BAR & SHOP FILTER Ajax Message ----*/

.shop-no-results {
    height: 50vh;
}

.no-result-wrapper p {
    max-width: 100%;
    margin: 0 20px;
    font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.85rem);
}

.search-not-found-message p {
    max-width: 100%;
    margin: 0 5px;
    font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.85rem);
}

.search-now-message-wrapper p {
    max-width: 100%;
    margin: 0 5px;
    font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.85rem);
}

.filter-not-found-icon,
.search-no-product-found-icon,
.search-now-icon {
    font-size: clamp(1.5rem, 1.2rem + 2vw, 2rem);
}


















/*-------- Hamburger Menu --------*/
#leftDrawer .offcanvas-body p {
    font-size: var(--paragraph-text-size-1);
}


/*-------- Custom Cursor --------*/
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background: black;
    border: 2px solid #fff;
    border-radius: 50%;
    pointer-events: none !important;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    box-sizing: border-box;
    transition: width 0.15s ease, height 0.15s ease, background 0.15s ease, border 0.15s ease, transform 0.15s ease;
    box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.4);
}

/*.custom-cursor::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: rgba(0, 0, 0, 0.2);*/
/*    border-radius: 50%;*/
/*    transform: translate(-50%, -50%) scale(0);*/
/*    animation: sonar 1.5s linear infinite;*/
/*    z-index: -1;*/
/*}*/

.custom-cursor.pointer-hover {
    /*width: 20px;*/
    /*height: 20px;*/
    /*background: rgba(255, 255, 255, 0.479);*/
    /*border: 2px solid black;/*/
    /*transform: translate(-50%, -50%) scale(1.3);*/
}

.custom-cursor.pointer-hover::after {
    /*animation: sonar 0.8s linear infinite;*/
}

@keyframes sonar {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.4;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

@media (max-width: 992px) {
    .custom-cursor {
        display: none !important;
    }
}


/*-------- Video Play/Pause Button --------*/
.video-toggle-btn {
    background-color: rgba(0, 0, 0, 0.679);
    border: none;
    outline: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
}

.play-pause-icon {
    color: rgba(255, 255, 255, 0.836);
    font-size: clamp(0.6rem, 0.9rem + 0.4vw, 1.3rem);
}

@media (max-width: 992px) {

    .video-toggle-btn {
        width: 30px;
        height: 30px;
    }
}


/*-------- Breadcrumbs --------*/

.breadcrumbs {
    font-size: 0.8rem;
}

.breadcrumbs .breadcrumbs-arrow {
    color: rgba(232, 232, 232, 0.833);
    font-size: 1rem;
}

.breadcrumbs a,
.breadcrumbs li:not(:nth-child(2)) {
    text-decoration: none;
    color: rgba(212, 212, 212, 0.833);
}

@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 0.7rem;
    }
}

.shop-body {
    padding-top: clamp(1.2rem, 1.5rem + 0.8vw, 2.5rem);
}

/* --------------------------------------------------
   FILTER DRAWER 
-------------------------------------------------- */

/*----- FILTER BUTTONS (BODY) -----*/

.filter-and-sort {
    padding: 0 12px;
    font-size: var(--paragraph-text-size-1);
    margin-bottom: clamp(1.2rem, 1.5rem + 0.8vw, 2.5rem);
}

.filter-btn {
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 4px 25px;
}

/*----- FILTER DRAWER -----*/

.filter-content .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.filter-and-reset-buttons button {
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: var(--button-text-size-1);
}

.filter-drawer-btn-icons {
    margin-right: 5px;
}

.filter-content:not(h6, #currentPrice) {
    font-size: var(--paragraph-text-size-1);
}

#currentPrice {
    font-size: clamp(0.75rem, 0.75rem + 0.4vw, 0.90rem);
}

.filter-content h6 {
    font-size: clamp(0.9rem, 0.65rem + 0.4vw, 0.95rem);
}

/*----- Filter Color -----*/
.color-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Always 3 per row */
    gap: 8px;
}

.color-option {
    transition: 0.2s;
    user-select: none;
    padding: 0px 0;
    text-align: center;
}

.filter-color-badge {
    width: 10px; 
    align-self: stretch; 
    border-right: 1px solid #fff;
}

.filter-color-text {
    padding: 0.28rem 5px;
}

.color-option.active {
    background-color: #000;
    color: #fff;
    /*border-color: #000;*/
}

.color-option:hover,
.color-option:focus {
    border-color: #000 !important;
    /* solid black border */
}

/*----- Filter Size -----*/
.size-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* Always 5 per row */
    gap: 8px;
}

.size-option {
    min-width: 60px;
    text-align: center;
    transition: 0.2s;
    user-select: none;
    padding: 10px 0;
}

.size-option.active {
    background-color: #000;
    color: #fff;
    /*border-color: #000;*/
}

.size-option:hover,
.size-option:focus {
    border-color: #000 !important;
    /* solid black border */
}

/* ===== RESET Bootstrap's Default Blue Input Focus Color With Black For Filter Drawer ===== */
input[type="range"]::-webkit-slider-thumb {
    background-color: #000;
    border: 2px solid #000;
}

input[type="range"]::-moz-range-thumb {
    background-color: #000;
    border: 2px solid #000;
}

input[type="range"]::-ms-thumb {
    background-color: #000;
    border: 2px solid #000;
}

input[type="range"]::-webkit-slider-runnable-track {
    background-color: #ddd;
}

input[type="range"]::-moz-range-track {
    background-color: #ddd;
}

input[type="range"]::-ms-track {
    background-color: #ddd;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.form-check-input:hover {
    border-color: #000;
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #000 !important;
}


/* --------------------------------------------------
   CART DARWER SECTION
-------------------------------------------------- */

.cart-and-checkout-links-btn button {
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    font-size: var(--button-text-size-1);
}
.shop-cart-icon {
    font-size: clamp(1.5rem, 1.2rem + 2vw, 2rem);
}
.mini-cart-icons {
    margin-right: 5px;
}
.cart-shop-now-btn {
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0;
    padding: 5px 15px 8px 15px!important; 
    font-size: var(--button-text-size-1);
    text-decoration: none;
}


/*-------------- Cart Item Widget --------------*/

.cart-item {
  border: none;
  background: #f2f2f2;
  margin-bottom: 0.10rem;
}
.cart-content .cart-item:last-child {
    margin-bottom: 0;
}
.cart-img {
  width: 245px;
  height: auto;
}
.cart-price {
    font-weight: bold;
}
.cart-title {
   font-weight: 700; 
}
.cart-title,
.cart-price {
   font-size: clamp(0.80rem, 0.75rem + 0.3vw, 0.90rem); 
}
.qty-control span {
    font-size: clamp(0.70rem, 0.75rem + 0.3vw, 0.80rem); 
}
.cart-attributes span {
    font-size: clamp(0.65rem, 0.75rem + 0.3vw, 0.75rem); 
}
.btn-remove {
    font-size: clamp(0.8rem, 0.8rem + 1vw, 1rem);
}
.cart-attributes {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.cart-attributes .product-color span {
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    display: block;
}
.qty-control {
  background: #e6e6e6;
  border-radius: 0px;
  padding: 0px;
}
.qty-btn {
  background: transparent;
  border: none;
  padding: 2px 8px;
}
.qty-btn:hover {
    background-color: #c3c3c3;
}
.qty-value {
  min-width: 18px;
  text-align: center;
}
.reduce-quantity {
    border-right: 2px solid white;
}
.increase-quantity {
    border-left: 2px solid white;
}
.btn-remove {
  border: none;
  background: transparent;
  /*font-size: 18px;*/
  color: #000;
  padding: 0;
  margin: 0 0 0 10px;
}
/*.cart-item .row .col-4 {*/
/*    border-top: 5px solid #f2f2f2;*/
/*    border-bottom: 5px solid #f2f2f2;*/
/*    border-left: 5px solid #f2f2f2;*/
/*}*/
/*.cart-item .row .col-4 {*/
/*    border-top: 5px solid #fff;*/
/*    border-bottom: 5px solid #fff;*/
/*    border-left: 5px solid #fff;*/
/*}*/

/*------------ HIDE MODERNO's NOTIFICATION BAR --------------*/
.woocommerce-notices-wrapper {
    display: none;
}


/* --------------------------------------------------
   LOGIN & SIGNUP MODAL
-------------------------------------------------- */

.login-signup-modal {
    font-family: inherit;
}

#authTitle,
#authTitleOnpage {
    font-size: calc(1.275rem + .3vw);
    font-weight: 600;
}

#authModal .modal-body:not(h5) {
    font-size: var(--paragraph-text-size-1);
}

label[for="remember"] {
    margin-top: 1px;
}

#remember {
    margin-top: 0px;
    margin-right: 6px;
}

@media (min-width: 992px) {
    label[for="remember"] {
        margin-top: 2px;
    }
}

.modal-header {
    padding-bottom: 0;
}

#loginForm,
#signupForm,
#forgotForm {
    padding-top: 18px;
    border-top: 1px solid rgb(203, 203, 203) !important;
}

#showLogin,
#showSignup,
#showOnpageSignup,
#showForgot,
#backToLogin {
    color: rgb(1, 117, 225);
}

.form-label {
    margin-bottom: .1rem;
}

.login-button,
.onpage-login-button,
.register-button,
.onpage-register-btn,
.forgot-password-button,
.onpage-forgot-btn {
    background-color: #000;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 0 7px 0;
}

#loginForm input::placeholder,
#signupForm input::placeholder,
#forgotForm input::placeholder {
    color: #aaaaaa !important;
    opacity: 1;
    font-weight: 300;
    font-size: clamp(0.80rem, 0.7rem + 0.3vw, 0.85rem);
}

#passwordInput,
#onpage_login_password {
    padding-right: 50px !important;
}

.password-eye {
    top: 45px;
    font-size: clamp(1.1rem, 0.8rem + 0.5vw, 1.5rem);
}

.password-eye-onpage {
    top: 47px;
    font-size: clamp(1.1rem, 0.8rem + 0.5vw, 1.5rem);
}

@media (max-width: 992px) {
    .password-eye {
        top: 45px;
    }
}


/* --------------------------------------------------
   HERO SECTION
-------------------------------------------------- */

/* HERO SECTION */
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.top-section {
    height: 80vh;
}

/* Wrapper for video OR image */
.hero-media {
    position: absolute;
    inset: 0;
}

/* Background VIDEO */
.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Background IMAGE (fallback) */
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.z-layer {
    filter: brightness(0.6);
}

/* HERO TEXT CENTERED */
/*.hero-content {*/
/*    position: absolute;*/
/*    width: 100vw;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    text-align: center;*/
/*    z-index: 3;*/
/*    color: rgb(31, 31, 31);*/
/*}*/

/*.hero-content h1 {*/
/*    font-size: 5vw;*/
/*    font-weight: 800;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    text-shadow:*/
        /* bold effect: multiple offsets around text */
/*        1px 0 currentColor,*/
/*        -1px 0 currentColor,*/
/*        0 1px currentColor,*/
/*        0 -1px currentColor,*/
/*        1px 1px currentColor,*/
/*        -1px -1px currentColor,*/
/*        1px -1px currentColor,*/
/*        -1px 1px currentColor,*/
        /* white glow: larger blur with white */
/*        0 0 1px #fff,*/
/*        0 0 4px #fff,*/
/*        0 0 6px #fff;*/
/*}*/

/* MOBILE FALLBACK (No autoplay on mobile) */
/*@media (max-width: 992px) {*/
/*    .hero-content h1 {*/
/*        font-size: 10vw;*/
/*    }*/

/*    .top-section {*/
/*        height: 80vh;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .hero-content h1 {*/
/*        font-size: 12vw;*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .hero-content h1 {*/
/*        font-size: 14vw;*/
/*    }*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .hero-text {*/
/*        display: inline-block;*/
/*        transition: transform 0.3s ease-in-out;*/
/*        text-shadow:*/
/*            1px 1px 0 #ccc,*/
/*            2px 2px 0 #bbb,*/
/*            3px 3px 0 #aaa,*/
/*            4px 4px 0 #999,*/
/*            5px 5px 0 #888;*/
/*    }*/

/*    .hero-text:hover {*/
/*        transform: scale(1.3);*/
/*    }*/
/*}*/


/* --------------------------------------------------
   PRODUCT WIDGET STYLE (GLOBAL)
-------------------------------------------------- */

.product-cards {
    width: 100%;
    overflow: hidden;
    padding: 0 0px;
}

.product-cards .row {
    margin-left: 0;
    margin-right: 0;
}

.product-grid {
    background-color: #fff;
    font-family: inherit;
    text-align: center;
    margin: 0 0 5px;
}

.product-grid .product-image {
    overflow: hidden;
    position: relative;
    display: block;
}

.product-grid .product-image img {
    width: 100%;
    height: auto;
}

.product-grid .product-image .pic-1 {
    transition: all 0.5s ease 0s;
}

/*.product-grid .product-image:hover .pic-1 {*/
/*    transform: translateX(-100%);*/
/*}*/

.product-grid 
.product-image:not(.search-container-image):hover 
.pic-1 {
    transform: translateX(-100%);
}

.product-grid .product-image .pic-2 {
    width: 100%;
    height: 100%;
    transform: translateX(101%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.product-grid .product-image:hover .pic-2 {
    transform: translateX(0);
}

/* .product-grid .product-sale-label {
    color: #fff;
    background: rgb(205, 0, 0);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: +1;
} */

/* .product-grid .product-organic-icon {
    color: #5ca904;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 16px;
    right: 16px;
}

.product-grid .product-organic-icon:hover {
    color: #427b01;
}

.product-grid .product-organic-icon:before,
.product-grid .product-organic-icon:after {
    content: attr(data-tip);
    color: #fff;
    background-color: #000000b8;
    font-size: 10px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    width: 120px;
    right: 0;
    top: 15px;
    transition: all 0.3s ease-in-out;
}

.product-grid .product-organic-icon:after {
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
}

.product-grid .product-organic-icon:hover:before,
.product-grid .product-organic-icon:hover:after {
    visibility: visible;
    top: 30px;
} */

/* .product-grid .product-links {
    width: 170px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transition: all 0.3s ease 0s;
}

.product-grid:hover .product-links {
    bottom: 40px;
    opacity: 1;
}

.product-grid .product-links li {
    display: inline-block;
    margin: 0 2px;
}

.product-grid .product-links li a {
    color: #fff;
    background: #000;
    font-size: 16px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease 0s;
} */

/* .product-grid:hover .product-links li a:hover {
    background: #333;
} */

.product-card {
    text-decoration: none !important;
    color: #000;
    font-weight: 500;
    text-shadow: 0.3px 0 0 currentColor;
}

.product-grid .product-content {
    text-align: left;
    padding: 10px 10px 20px 10px;
    font-size: clamp(0.85rem, 0.70rem + 0.3vw, 0.95rem);
    font-weight: 400;
}

.product-grid .title {
    /* font-size: clamp(0.95rem, 0.75rem + 0.3vw, 1.05rem); */
    text-transform: capitalize;
    margin-bottom: 15px;
}

/* .product-grid .title a {
    color: #333;
    transition: all 0.3s ease 0s;
    text-decoration: none;
} */

/* .product-grid .title a:hover {
    color: #0a805e;
} */

.product-grid .price {
    /* color: #0a805e; */
    /* font-size: 16px;
    font-weight: 500; */
    line-height: 0;
    margin-bottom: calc(5px + 15px);
}

.product-grid .price .regular-price span:not(.woocommerce-Price-currencySymbol) {
    /* color: #555;
    font-size: 14px;
    font-weight: 400; */
    text-decoration: line-through;
    margin-right: 4px;
    /* margin: 0 5px 0 0; */
}

.product-colors {
    display: flex;
    gap: 0.4rem;
    line-height: 1;
}

.product-colors span {
    width: clamp(10px, 1.2vw, 12px);
    height: clamp(10px, 1.2vw, 12px);
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #717171;
}

/* Color definitions */
/*.product-colors .burgundy {*/
/*    background-color: #6a1c31;*/
/*}*/

/*.product-colors .navy {*/
/*    background-color: #0e4573;*/
/*}*/

/*.product-colors .sage {*/
/*    background-color: #648271;*/
/*}*/

/*.product-colors .blush {*/
/*    background-color: #eed1d2;*/
/*}*/

/*.product-colors .black {*/
/*    background-color: #000000;*/
/*}*/

/*.product-colors .white {*/
/*    background-color: #ffffff;*/
/*}*/

/* Hover / active effect */
.product-colors span:hover {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 990px) {
    .product-grid {
        margin: 0 0 5px;
    }

    .product-grid .title {
        margin-bottom: 10px;
    }

    .product-grid .price {
        margin-bottom: calc(5px + 12px);
    }
}

.product-swiper {
    display: none;
}

/* iOS long-press red highlight fix for product swiper */
.product-swiper,
.product-swiper * {
    -webkit-tap-highlight-color: transparent!important;
    -webkit-touch-callout: none!important;
    user-select: none!important;
    -webkit-user-select: none!important;
}

/* Fix the mobile product swiper slider image leak issue */
.product-swiper {
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.product-swiper .swiper-wrapper {
    width: 100%;
}

.product-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
}

.product-swiper img {
    width: 100%;
    display: block;
}

.swiper-pagination-bullet {
    background: #000 !important;
    /* inactive dots */
}

.swiper-pagination-bullet-active {
    background: #000 !important;
    /* active dot */
}

.product-swiper .swiper-pagination {
    text-align: right !important;
    right: 10px;
    /* adjust as needed */
    left: auto !important;
}


@media (max-width: 767px) {

    .non-swiper-images {
        display: none;
        /* hide desktop hover images */
    }

    .product-swiper {
        display: block;
        /* show swiper on mobile */
    }

    .product-gallery-section .product-swiper .swiper-pagination {
        position: absolute !important;
        right: 6px !important;
        bottom: 2px !important;
    }

    .product-gallery-section .swiper-pagination-bullet {
        width: 6px !important;
        /* dot width */
        height: 6px !important;
        /* dot height */
    }

    .product-gallery-section .swiper-pagination-bullet {
        margin: 0 2px !important;
        /* smaller gap */
    }

}


/* --------------------------------------------------
   HOME EXPLORE SECTION
-------------------------------------------------- */

.home-model-slide {
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

.model-slider-img-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #eee;
    transition: 0.5s ease-in-out;
    aspect-ratio: 4 / 5;
}

.model-slider-img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
}

@media (max-width: 700px) {

    /* Centered Slide */
    .swiper-slide-active {
        transform: scale(1.1);
        transform-origin: bottom center;
        transition: transform 0.5s ease-in-out;
        z-index: 10;
        overflow: hidden;
    }

    .home-model-slider-wrapper .swiper-slide-active img {
        transform: scale(1.1);
        transition: transform 0.5s ease-in-out;
    }

    .model-slider-img-container {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-model-slide {
        padding: 0 10px;
    }
}

@media (max-width: 500px) {
    .model-slider-img-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (min-width: 700px) {
    .home-models-slider-container {
        padding: 0 15px;
        width: auto;
    }

    .model-slider-text {
        margin-top: 15px;
    }
}

.swiper-pagination-bullet {
    cursor: none !important;
}

.model-slider-text {
    margin-bottom: 40px;
    text-align: center;
}

.home-model-slider-pagination {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: clamp(2px, 1vw, 8px);
}

.home-model-slider-pagination .swiper-pagination-bullet {
    width: clamp(8px, 4vw, 17px);
    height: clamp(2px, 1vw, 5px);
    background: #000;
    opacity: 0.3;
    border-radius: 0px;
    transition: all 0.3s ease;
}

.home-model-slider-pagination .swiper-pagination-bullet-active {
    background: #000;
    opacity: 1;
    transform: scale(1.2);
}

.swiper-slide-next,
.swiper-slide-prev {
    transform: scale(0.9);
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}


/* --------------------------------------------------
   MEDIA SECTION 1
-------------------------------------------------- */

.media-section-1 {
    margin: 4rem 0 0;
}

/*---- Background Banner ----*/

.fll-w-b-1 {
    background-image: url('https://houseofsubtle.in/wp-content/uploads/2026/01/MODELS-IMAGE.webp');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.fll-w-b-1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
    pointer-events: none;
    z-index: 2;
}

.fll-w-b-1>* {
    position: relative;
    z-index: 3;
}


/* --------------------------------------------------
   PRODUCT GALLERY SECTION
-------------------------------------------------- */

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .product-gallery-section .product-grid .product-sale-label {
        font-size: clamp(0.079rem, 0.1vw + 0.5rem, 7rem);
        top: 5px;
        left: 5px;
    }

    .product-grid .product-organic-icon {
        font-size: clamp(0.1rem, 0.4vw + 0.7rem, 1.2rem);
        top: 5px;
        right: 5px;
    }

    .product-grid .product-sale-label {
        padding: 2px 4px;
    }

}

@media screen and (max-width: 576px) {
    .product-gallery-section .product-grid .product-sale-label {
        font-size: clamp(0.079rem, 0.1vw + 0.5rem, 7rem);
        top: 5px;
        left: 5px;
    }

    .product-gallery-section .product-grid .product-organic-icon {
        font-size: clamp(0.1rem, 0.4vw + 0.7rem, 1.2rem);
        top: 5px;
        right: 5px;
    }

    .product-gallery-section .product-grid .product-sale-label {
        padding: 2px 4px;
    }

}

/*@media screen and (max-width: 991.98px) {*/
/*    .home-gallery .product-cards .col:last-child {*/
/*        display: none;*/
/*    }*/
/*}*/


/* --------------------------------------------------
   FOOTER SECTION
-------------------------------------------------- */

.copyright {
    margin-top: 30px;
    margin-bottom: -30px;
    padding-top: 20px;
    border-top: 1px solid rgba(128, 128, 128, 0.488);
    font-size: clamp(0.70rem, 0.70rem + 0.2vw, 0.85rem);
    text-transform: uppercase;
}

footer .col h5 {
    font-size: 0.95rem;
}

footer ul li {
    font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.85rem);
}

footer .social-follow-button li {
    font-size: clamp(1rem, 0.70rem + 0.5vw, 1.5rem);
}

footer .newsletter input {
    font-size: clamp(0.75rem, 0.75rem + 0.3vw, 0.80rem);
}

footer .newsletter .btn {
    font-size: clamp(0.70rem, 0.70rem + 0.3vw, 0.85rem);
}

.newsletter-error-icon {
    color: #dc3545;
}
.newsletter-success-icon {
    color: #198754;
}

.newsletter p {
    font-size: clamp(0.70rem, 0.75rem + 0.3vw, 0.80rem);
    line-height: 18px;
}

.newsletter p i {
    font-size: calc(100% + 3px);
}


/**************************** Auth Forms Ajax Validation Message ****************************/

.reset-message i,
.auth-message-onpage i,
.auth-modal-message i {
    display: inline-block;
    transform: scale(1.3);
    padding-right: 2px;
    line-height: clamp(1.1rem, 0.7rem + 0.8vw, 1.7rem);
}

.reset-message,
.auth-message-onpage,
.auth-modal-message {
  display: flex;
  align-items: flex-start; /* aligns icon to first line */
  gap: 5px;
  padding: 10px 15px;
}

.reset-message i,
.auth-message-onpage i,
.auth-modal-message i {
  flex-shrink: 0;  
}

.reset-message p,
.auth-message-onpage p,
.auth-modal-message p {
  margin: 0;
}

.reset-success-messages,
.auth-success-messages {
   background: rgba(0, 128, 0, 0.114);
   border: 1px solid #198754;
}

.reset-error-messages,
.auth-error-messages {
    background: rgba(255, 0, 0, 0.050);
    border: 1px solid #dc3545;
}

.form-validation-message {
    font-family: inherit;
    /*font-size: clamp(0.65rem, 0.75rem + 0.3vw, 0.80rem)!important;*/
    font-size: clamp(0.76rem, 0.55rem + 0.3vw, 0.80rem) !important;
    line-height: clamp(1.2rem, 1.0rem + 0.5vw, 1.8rem);
}



/**************************** Auth Forms Ajax Button Loader ****************************/

/* =========================
   DOTS LOADER (FAST FADE)
   ========================= */
.dot-loader {
  display: inline-flex;
  align-items: center;
  transform: translateY(-1px);
}

.dot-loader i {
  font-size: 10px;       /* dot size */
  margin: 0 3px;
  opacity: 0.3;
  animation: dotFade 0.9s infinite ease-in-out;
}

.white-dot-loder {
    color: #fff;
}

.black-dot-loder {
    color: #000;
}

/* stagger animation */
.dot-loader i:nth-child(2) { animation-delay: 0.15s; }
.dot-loader i:nth-child(3) { animation-delay: 0.3s; }

@keyframes dotFade {
  0%   { opacity: 0.3; }
  40%  { opacity: 1; }
  80%  { opacity: 0.3; }
  100% { opacity: 0.3; }
}

.loader-btn i { font-size: 7px; }
.loader-body i { font-size: 10px; }



/**************************** Social Login Buttons ****************************/
.social-btn-group {
    gap: 0.35rem;
}
.sb-auth-modal {
    margin-top: 1rem;
}
.social-btn {
    flex: 1 1 0;          /* 🔑 forces exact equal width */
    min-width: 0;         /* 🔑 allows text wrapping */
    white-space: normal;  /* allow wrap */
}
.social-btn-group a {
    font-size: clamp(0.62rem, 0.5rem + 0.3vw, 0.78rem);
    padding: 0.3800rem 0.2rem;
    font-weight: 400;
    background: #000000;
    color: #ffffff;
}
.social-btn-group a:hover,
.social-btn-group a:visited,
.social-btn-group a:active {
    background: #000000;
    color: #ffffff;
}
.social-btn-group a i {
    font-size: clamp(0.875rem, 0.82rem + 0.3vw, 0.9375rem);
    margin-right: 1px;
}
    


/*--------------- ---------------*/
.height-20px {
  height: 20px;
}


/************ Shop Page Filter Ajax Call Overlay ************/
.shop-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}


/************ Smooth Appear and Disappear Animation For Home & Shop Ajax Load ************/
.product-card.is-loading {
    visibility: hidden;
}
.product-card {
    transition: opacity 0.2s ease;
}
.product-card.is-loading {
    opacity: 0;
}



/************ Smooth Appear and Disappear Animation For Ajax Search ************/
.product-card-search {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.product-card-search.is-loading {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}
.product-card-search.search-fade-out {
    opacity: 0;
    transform: translateY(-8px);
}



























.woocommerce-shipping-totals {
    display: none!important;
}








.checkout-product-inline {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.checkout-product-image {
    position: relative;
}

.checkout-product-image img {
    min-width: 60px;
    height: auto;
    border: 1px solid #E3E3E3;
}

.checkout-qty-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #000;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-product-name {
    font-size: 90%;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
    padding-bottom: 10px;
}

#order_review_heading {
    margin-bottom: 0.60rem;
    line-height: 0;
}




.tax-included-label {
    font-size: 90%;
    margin-top: -10px;
}



.woocommerce-checkout-review-order-table {
    border: 1px solid #E3E3E3 !important;
    border-collapse: separate !important; /* VERY IMPORTANT */
    border-spacing: 0 !important; 
    padding: 15px !important;
    margin-bottom: 1rem;
}

.woocommerce-checkout-review-order-table tr td:last-child {
    text-align: right!important;
}

.order-total {
    font-size: 115%;
}


.acfw-checkout-ui-block {
    margin-bottom: 1rem;
}
.acfw-checkout-ui-block .acfw-accordion .acfw-accordion-inner .acfw-accordion-content {
    padding: 15px;
}
.acfw-accordions {
    border: 1px solid #E3E3E3;
}
.acfw-accordion-title {
    font-weight: bold;
    padding: 10px 0;
}
.acfw-store-credit-user-balance {
    text-transform: capitalize;
}













.checkout-inner-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.05rem;
    margin-bottom: 10px;
}


.payment_box p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 90%;
}

.wc_payment_methods li:first-child {
    margin-bottom: 10px;
}

.wc_payment_method {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}


.wc_payment_method > input.input-radio {
    margin-right: 10px;
    margin-top: 6px;
}

.wc_payment_method > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.wc_payment_methods {
    list-style: none;     /* Removes black dots */
    margin: 0;            /* Removes default margin */
    border: 1px solid #E3E3E3;
    padding: 15px 15px;
}

.wc_payment_methods li {
    list-style: none;     /* Extra safety */
}
.wc_payment_method label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 24px);
}
.payment-icons {
    display: flex;
}
.payment-icons span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 0 4px;
    border: 1.2px solid #ebebeb;
    border-radius: 3px;
}
.payment-icons img {
    height: 20px;
    margin-left: 7px;
}

.payment-icons span {
    margin-left: 7px;
}

.payment-title {
    font-weight: 600;
}







.woocommerce-billing-fields{
    display:none;
}




.c-cart__form--shipping-fields {
    margin-top: 0px!important;
}



.checkout-shipping-details-heading {
    margin-bottom: 28px;
}

.billing-same-toggle {
    margin-bottom: 25px!IMPORTANT;
}


#place_order {
    margin-top: 25px!important;
}


