.header-logo img {
    width: 170px;
}


.navbar {
  margin: auto;
  padding: 0 20px;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav-links li {
  position: relative;
}

.nav-links > li > a {
  text-decoration: none;
  color: var(--d-green);
  font-size: 16px;
  position: relative;
  padding: 8px 0;
  display: inline-block;
  transition: color 0.3s ease;
  font-family: 'Cinzel';
  font-weight: bold;
}

/* Underline animation */
/* .nav-links > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: var(--d-green);
  transition: width 0.3s ease;
}

.nav-links > li > a:hover::after {
  width: 100%;
} */

.nav-links > li > a:hover {
  color: var(--d-green);
}

/* Mega Menu */
.dropdown .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: flex;
  gap: 20px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 99;
  border-radius: 20px;
}

.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mega-column {
  flex: 1;
}

.mega-column h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
  border-bottom: 2px solid var(--d-green);
  padding-bottom: 5px;
}

.mega-column a {
  display: block;
  text-decoration: none;
  color: var(  --d-green);
  font-size: 14px;
  margin: 0px 0;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  padding-left: 28px;
  border-radius: 10px;
  /* font-family: 'Cinzel'; */
  /* font-weight: 500; */
   cursor: pointer;
}

.mega-column a i {
  margin-right: 8px;
  color: var(--d-green);
}

.mega-column a:hover {
  background: var(--green);
  color: var(
  --d-green);
}

.mega-column p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
/* Submenu */
    .sub-menu {
      max-height:0;
      overflow:hidden;
      background: var(--green);
      margin: 0px 0 0px 0px;
      padding-left: 5px;
      /* border-left: 3px solid var(
      --d-green); */
      border-radius: 10px;
      transition:max-height .3s ease;
    }
    .sub-menu ul {list-style:none;}
    .sub-menu ul li {padding: 0px 0;font-size:14px;color: var(--d-green);line-height: 18px;}

    /* Plus icon */
    .toggle-icon {
      margin-left:8px;
      font-weight:bold;
      color:#007bff;
      cursor:pointer;
      user-select:none;
      font-size: 20px;
      color: var(--d-green);
    }
    .toggle-icon.open::after {content:'-';}
    .toggle-icon::after {content:'+';/* font-size: 20px; */}
div#header {
    max-width: 1600px;
    margin: 0px auto;
    /* position: fixed; */
    /* width: 100%; */
    /* padding: 0px 15px; */
    /* background: var(--green); */
    justify-content: space-between;
}
.sub-menu.open ul {
    padding: 5px 0px;
    /* padding-left: 20px; */
}

.sub-menu ul {
    list-style-type: circle !important;
}


.sub-menu.open ul li a:before {
    height: 14px;
    width: 14px;
    top: 9px;
}

.sub-menu.open ul li a {
    padding-left: 26px;
}

.sub-menu.open {
    margin-top: 0px;
}
section.header-desk {
    position: fixed;
    width: 100%;
    background: var(--green);
    z-index: 999;
    padding: 5px 8px;
    background: rgb(255 255 255 / 53%);
    backdrop-filter: blur(9px) saturate(150%);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-bottom: 1px solid #f1e3a4 !important;
}
div#header .col-2 {
    justify-content: center;
    flex-direction: row;
    display: flex;
    flex-basis: unset !important;
    width: auto;
}

section.header-desk a {
    /* font-family: 'Cinzel'; */
}

div#header .col-3 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wp-block-woocommerce-customer-account label {
    display: none;
}

.wp-block-woocommerce-customer-account .label {
    display: none;
}
span.wc-block-mini-cart__quantity-badge svg path {
    fill: var(--d-green);
}

span.wc-block-mini-cart__quantity-badge svg {
    height: 33px !important;
    width: 33px !important;
}

.my-account svg path {
    fill: var(--d-green);
}

.my-account svg {
    height: 33px !important;
    width: 33px !important;
}

span.wc-block-mini-cart__badge {
    background: #F1E3A4;
    color: #000;
    font-size: 13px !important;
    /* padding: 3px; */
}
figure.wp-block-image.search-header img {
    padding: 6px;
    cursor: pointer;
}

section.footer-desk .mobile-footer {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    width: 100%;
    background: var(--green);
    padding: 0px 0px;
}

section.footer-desk .mobile-footer img {
    width: 40px;
}

section.footer-desk .mobile-footer>div {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
footer.footer-main{
  display: block;
}
footer.footer-main * {
    color: #fff;
}

.footer-widget .widget-content ul.widget-menu li a:hover {
    color: #f1e3a4;
}

.footer-shape.shape-one img {
    filter: invert(46%) sepia(93%) saturate(573%) hue-rotate(25deg) brightness(63%) contrast(38%);
}
@media only screen and (max-width:1024px){
  section.footer-desk .mobile-footer {
  
    padding: 7px 0px;
}
  section.footer-desk>.mobile-footer>div {
    display: flex;
}
div#header .col-2{
  display: none;
}
div#header .col-3>div {
    display: none;
}
/* footer.footer-main{
  display: none;
} */
 div#header {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
    /* padding: 7px 5px; */
}

div#header .col-1 {
    width: auto !important;
}

div#header .col-3 {
    width: auto;
    justify-content: end;
}
}


/* search-popup  */
/* initially hidden */
/* overlay */
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99999;
}

/* active overlay */
.search-box.active {
  opacity: 1;
  visibility: visible;
}

/* inner container for zoom effect */
.search-box .wcps-product-search {
  width: 90%;
  max-width: 600px;
  background: transparent;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

/* zoom when active */
.search-box.active .wcps-product-search {
  transform: scale(1);
}

/* close button */
.close-search {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/* input styling */
.search-box input#wcps-input {
  width: 100%;
  font-size: 1.5rem;
  padding: 15px;
}

.wcps-viewmore {
    text-align: center;
    padding: 0px;
    background: #f5f5f5;
}
.wcps-viewmore a {
    display: inline-block;
    padding: 9px 12px;
    background: var(--d-green);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    width: 100%;
    display: block;
    border-radius: 0px;
    font-family: 'Cinzel';
}
/* search-popup  */

ul.footer-cat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    max-width: 1600px;
    padding: 20px 15px;
    margin: 0px auto;
    justify-content: center;
}

ul.footer-cat-list li {
    flex: auto;
    max-width: 149px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

footer.footer-main .footer-widget-area .row>div:first-child {
    display: flex;
    width: 50%;
    border-right: 1px dashed #f1e3a4;
}

footer.footer-main .footer-widget-area .row>div:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 33px;
}
div#brxe-jecrkj {
    display: flex;
    gap: 21px;
    flex-direction: row;
    flex-wrap: wrap;
}

div#brxe-jecrkj svg {
    width: 60px;
    height: 60px;
    /* fill: #000 !important; */
}

div#brxe-jecrkj svg rect {
    fill: #f1e3a4;
}

div#brxe-jecrkj svg path {
    fill: var(--d-green);
    stroke: #1c352d;
}

a.bricks-link-wrapper.snap-icon {
    background: #f1e3a4;
    border-radius: 50%;
    /* padding: 20px; */
    height: 60px !important;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#brxe-jecrkj a.bricks-link-wrapper.snap-icon svg {
    height: 28px !important;
    width: 28px !important;
}
.mega-column a:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/09/next-1.svg);
    height: 17px;
    width: 17px;
    background-size: cover;
    top: 11px;
    left: 5px;
}


/* .dropdown.categories .mega-menu {
    width: 600px;
} */


.dropdown.fashion .mega-menu p {
    text-align: center;
}


.payment-method.text-lg-end {
    background: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    /* background: #f1e3a4; */
}

.payment-method.text-lg-end img {
    height: 35px;
    width: auto;
}

.wcps-viewmore a:hover {
    background: #f1e3a4;
    color: var(--d-green);
}
.wcps-viewmore a{
font-weight: 500 !important;
}
div#header>div:nth-child(1), div#header>div:nth-child(3) {
    width: 300px;
    flex-basis: unset !important;
}
li.dropdown>a>span {
    margin-left: 3px;
    width:10px;
}
li.dropdown:hover>a>span:after {
    content: "-";
}

.mobile-navbar span.toggle-icon {
    position: absolute;
    width: 100%;
    right: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    top: 6px;
    color: #fff;
    margin-left: 0px;
    font-size: 23px;
}

.mobile-navbar li a {
    position: relative;
    width: 100%;
}
.mobile-navbar .sub-menu ul li a {
    padding-left: 0px;
}

.mobile-navbar .sub-menu ul li {
    list-style: none;
}

.mobile-navbar .sub-menu {
    background: #fff;
    border-radius: 0px;
    padding: 0px;
}

nav.mobile-navbar * {
    font-family: 'Cinzel';
    font-weight: 500;
}

nav.mobile-navbar {
    width: 100%;
}

nav.mobile-navbar>ul>li>a {
    background: var(--d-green);
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 6px 9px;
    font-size: 14px;
}

.mobile-navbar .sub-menu ul>li>a {
    padding: 3px;
}
/* .mobile-navbar .sub-menu.open ul {
    padding: 10px;
} */
.mobile-navbar .sub-menu ul {
    padding: 10px;
}
.mobile-navbar span.toggle-icon:after {
    padding-right: 10px;
}
@media only screen and (max-width:1500px){
  nav.navbar {
    height: unset;
}

.nav-links {
    gap: 20px;
}

div#header>div:nth-child(1), div#header>div:nth-child(3) {
    width: 200px;
}
}

@media only screen and (max-width:1250px){
  li.dropdown>a>span {
    margin-left: 3px;
    width:10px;
    font-size: 15px;
}
  div#header {
    gap: 20px !important;
}

nav.navbar {
    padding: 0px !important;
}
.nav-links > li > a {
    font-size: 14px;
}

.nav-links {
    gap: 15px;
}
}

@media only screen and (max-width:1024px){
  ul.footer-cat-list {
    padding-bottom: 105px;
}
}
@media only screen and (max-width:768px){
  ul.footer-cat-list {
    padding-bottom: 80px;
}
ul.footer-cat-list li {
    font-size: 13px;
    line-height: 17px;
}
}

form.woocommerce-form.woocommerce-form-track-order.track_order button {
    background: var(--d-green);
    color: #fff;
    font-family: 'Cinzel';
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 30px;
    transition: all 0.3s linear;
}

form.woocommerce-form.woocommerce-form-track-order.track_order button:hover {
    background: #f1e3a4;
    color: var(--d-green);
}

footer.footer-main .footer-widget-area .row>div {
    width: 25%;
}

footer.footer-main .row>div:last-child h4 {
    text-align: center;
}

ul.widget-menu {}

footer.footer-main .row>div:first-child ul.widget-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer.footer-main .row>div:first-child ul.widget-menu li {
    width: 50%;
}
.copyright-area .row>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

@media only screen and (max-width:992px){
	footer.footer-main .container {
    max-width: 100% !important;
}
}
@media only screen and (max-width:768px){
	footer.footer-main .footer-widget-area .row>div:first-child {
    width: 100%;
    border-right: unset;
    border-bottom: 1px dashed #f1e3a4;
    margin-bottom: 39px;
}

footer.footer-main .footer-widget-area .row>div {
    width: 50%;
}
}

@media only screen and (max-width:580px){
	
footer.footer-main .row>div:first-child ul.widget-menu li {
    width: 100%;
}

footer.footer-main .footer-widget-area .row>div {
    width: 100%;
}

footer.footer-main .footer-widget-area .row>div:last-child {
    justify-content: flex-start;
}

footer.footer-main .row>div:last-child h4 {
    text-align: left;
}
}