@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oooh+Baby&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

.header-menu .menu > li > a {
  padding: 16px 15px 17px 15px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  /* letter-spacing: 2px; */
}
body {
  font-family: "Nunito Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
.subtitle {
  font-family: "Oooh Baby", cursive;
}
.site-main {
  padding-top: 178px;
}
.main-navigation ul ul {
  top: 88%;
}

.main-navigation li {
  position: unset;
}
header .col-12 {
  position: unset;
}

.site-overlay {
  position: relative;
}
.site-overlay::after {
  content: "";
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  transition: 0.3s;
}
.site-overlay.site-overlay--active::after {
  transition: 0.3s;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
}
.mini-cart-holder {
  position: fixed;
  height: 100vh;
  right: 0;
  transition: 0.3s;
  z-index: 999999 !important;
  width: 100%;
  z-index: 101;
  transform: translateX(100%);
  max-width: 33vw;
  background: white;
}
.mini-cart-holder > .flex {
  background: #000;
  padding: 10px 20px;
  color: white;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-mini-cart {
  padding: 30px 20px;
}
.woocommerce-mini-cart .product-title {
  color: #161619;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  line-height: 16.8px;
  margin-bottom: 15px;
  display: block;
  text-transform: uppercase;
}
.woocommerce-mini-cart-item:not(:last-of-type) {
  padding-bottom: 15px;
  border-bottom: 1px solid #69727d30;
  margin-bottom: 15px;
}
.mini-cart-right-remove svg {
  width: 24px;
  height: 24px;
}
.mini-cart-right-remove svg path {
  fill: #000;
}
.mini-cart-right-remove {
  display: flex;
  justify-content: flex-end;
}
.mini-cart-right > .flex {
  height: 100%;
}
#page .woocommerce-mini-cart-item button {
  cursor: pointer;
}
#page .woocommerce-mini-cart-item button,
#page .quantity-controls input {
  /* border: 1px solid #000 !important; */
  background: transparent;
  border-radius: 0;
  border: unset;
  padding: 10px;
}
input {
  outline: unset;
}
.quantity-controls {
  width: max-content;
  display: flex;
  border: 1px solid #000 !important;
}
.quantity-controls input {
  text-align: center;
  width: max-content;
  max-width: 50px;
}
.mini-cart-right .woocommerce-Price-amount {
  color: #000;
  font-weight: bold;
}
.mini-cart-footer {
  padding: 30px 20px;
  background: var(--main-gray);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mini-cart-footer > p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page .woocommerce-mini-cart__buttons {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  border: unset;
  gap: 20px;
}
#page .woocommerce-mini-cart__buttons .button.wc-forward {
  background: black;
  border: 1px solid #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 30px;
  width: calc(50% - 10px);
}
#page .woocommerce-mini-cart__buttons .button.wc-forward.checkout {
  background: white;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 30px;
  width: calc(50% - 10px);
}
.woocommerce-mini-cart-item > div > div > a {
  align-items: flex-start;
}
.mini-cart-holder .product-thumbnail {
  border: 1px solid #69727d30;
  padding: 10px;
  margin-right: 10px;
}
.mini-cart-holder .product-thumbnail img {
  max-width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.woocommerce-mini-cart {
  overflow-y: scroll;
  height: calc(100vh - 242px);
}
.mini-cart-footer .woocommerce-Price-amount {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}
.cart-count {
  background: #d9534f;
  width: 16px;
  height: 16px;
  color: white;
  font-size: 9px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -10px;
  top: -10px;
}
#cart-trigger {
  position: relative;
}

.hamburger-menu {
  display: none;
}

@media only screen and (max-width: 575px) {
  .header-right-list {
    /* gap: 10px; */
  }
  .header-right-list .above-575 {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: 20px;
}
.woocommerce-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
}
.woocommerce-breadcrumb {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* letter-spacing: 6px; */
  text-transform: uppercase;
}
.breadcrumb {
  background: var(--main-gray);
}
@media only screen and (max-width: 991px) {
  .woocommerce-breadcrumb a,
  .woocommerce-breadcrumb span,
  .woocommerce-breadcrumb {
    letter-spacing: unset;
    font-size: 12px;
  }
  .main-navigation ul ul {
    position: unset;
    float: unset;
  }
  .main-navigation ul ul img {
    display: none;
  }
  .main-navigation ul ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .breadcrumb {
    margin-bottom: 20px;
  }
  .breadcrumb nav {
    margin-bottom: 0;
  }
}
.mini-cart-holder {
  min-width: 500px;
}
@media only screen and (max-width: 575px) {
  .mini-cart-holder {
    min-width: 100%;
    max-width: 100vw;
  }
}
.user-logged-out .remove-from-cart.add-to-wishlist {
  display: none;
}
#page .wishlist-group {
  background: transparent;
  border-radius: 0;
  position: relative;
  height: unset;
  border: unset;
}
/* topbar  start*/
.topbar-left ul {
  display: flex;
  width: max-content;
  color: #161619;
  gap: 19px;
}
.topbar-left {
  max-width: 200px;
  width: 100%;
  min-width: 200px;
}
.topbar-right {
  width: 100%;
  display: flex;
}
.topbar-right-outter {
  /* width: calc(100% + 200px); */
  width: 100%;
  text-align: center;
  margin-left: -200px;
}
.topbar {
  padding: 5px 0;
  background: #e1dbdb;
}
.topbar ul a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  line-height: 24px;
}
.topbar-right-wrapper,
.topbar-right-wrapper p {
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-product-search input {
  border-radius: 0;
  padding: 14px 16px 14px 16px;
  font-size: 15px;
  font-weight: 500;
  border: 2px solid #e6e9eb;
  width: 100%;
  color: rgba(22, 22, 25, 0.5);
}
.menu-l1.has-submenu {
  position: relative;
}
.menu-l1.has-submenu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 27px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../icons/arrowdown.svg");
}
.woocommerce-product-search {
  position: relative;
  width: 356px;
}
.woocommerce-product-search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: unset;
  right: 16px;
  max-width: 24px;
}
.header-right-list {
  gap: 15px;
}
.header-wrapper {
  padding: 17px 0;
}
.header-mid img {
  display: flex;
  max-width: 213px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.header-wrapper > div {
  flex: 1;
}
.header-right ul {
  justify-content: flex-end;
}
.header-menu {
  background: #161619;
  color: white;
}
.main-navigation ul {
  justify-content: center;
}
.site-header {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* mega menu start  */
.main-navigation > div > ul > li > ul {
  left: 0;
  padding: 25px 40px 40px 40px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.submenu {
  display: flex;
  position: fixed;
  left: 0;
  width: 100%;
  background: white;
}
.submenu a {
  color: #161619;
}
.submenu-wrapper {
  display: flex;
}
.submenu-right {
  position: relative;
}
.submenu-left {
  min-width: 265px;
  max-width: 300px;
  padding-right: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 25px;
  padding-bottom: 40px;
}
.l3-wrap {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  transition: 0.3s;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  gap: 25px;
}
.l3-wrap > div {
  width: calc(25% - 19px);
}
.l3-wrap.active {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.l3-item a {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 5px 15px 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.submenu-right {
  width: 100%;
}
.submenu-left a {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  padding: 12px 9px;
  display: block;
}
.l2-item.active a {
  background: rgba(225, 219, 219, 0.3);
  font-weight: bold;
}
.l3-wrap a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #161619;
  height: 100%;
}
.submenu-right {
  margin: 25px 0px 25px 25px;
}
.main-navigation > div > ul > li > .submenu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  pointer-events: none;
  z-index: -1;
}
.main-navigation > div > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transition: 0.3s;
  pointer-events: all;
}
.l3-item:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.l3-item img {
  transition: 0.3s;
}
#search-mob-trigger {
  display: none;
}
@media only screen and (max-width: 1336px) {
  .submenu-left a {
    padding: 7px 9px;
  }
  .l3-item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .l3-item img {
    max-height: 100px;
    object-fit: contain;
  }
}
.hambwrapper {
  display: none;
}
.footer-bottom {
  margin-top: -1px;
}
.search-form-left {
  display: flex;
}
.search-form-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .hamburger-menu {
    display: flex;
  }
  #search-mob-trigger {
    display: flex;
  }
  .header-left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-mid img {
    max-width: 150px;
  }
  .search-form-left {
    display: none;
  }
  .menu-l1.has-submenu::after {
    top: 20px;
  }
  .search-form-mobile {
    /* display: none; */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .search-form-mobile.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    transition: 0.3s;
  }
  .woocommerce-product-search {
    max-width: 100%;
  }
  .hambwrapper {
    display: flex;
  }
  .main-navigation > div > ul {
    display: flex !important;
  }
  .l2-item.has-sub-child {
    position: relative;
  }
  .l2-item.has-sub-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../icons/arrowdown.svg");
  }
  .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hamburger-menu {
    /* width: 34px;
    height: 34px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #08090d26;
    -webkit-box-shadow: 0px 16px 40px -20px #08090d1a;
    box-shadow: 0px 16px 40px -20px #08090d1a;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; */
    display: flex;
    position: relative;
    width: 18px;
    height: 10px;
  }
  .main-navigation > div > ul > li > .submenu {
    pointer-events: all;
  }
  .menu-l1 .submenu {
    display: none;
  }
  .header-menu .menu {
    overflow: scroll;
  }
  .submenu-left {
    min-width: unset;
    width: 100%;
    max-width: unset;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .line {
    /* position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 3px;
    border-radius: 6px;
    background: #000000; */
  }
  .header-right-list a {
    display: flex;
  }
  .line--up {
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 1px;
    background: #000;
  }
  .line--middle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 1px;
    background: #000;
  }
  .line--bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 13px;
    background: #000;
  }
  .hamburger-menu.active .line--up {
    transform: rotate(45deg) translateX(7px);
  }
  .hamburger-menu.active .line--middle {
    display: none;
  }
  .hamburger-menu.active .line--bottom {
    transform: rotate(-45deg) translateX(5px);
  }
  .header-menu {
    position: fixed;
    height: calc(100lvh - 96px);
    bottom: 0;
    transform: translateY(-200%);
    transition: 0.3s;
    left: 0;
    width: 100vw;
  }
  .woocommerce-product-search {
    width: 100%;
  }
  .header-menu > div,
  .header-menu > div > div,
  .header-menu > div > div > div {
    height: 100%;
    min-height: 100%;
  }
  .header-menu {
    padding-top: 20px;
  }
  .site-main {
    padding-top: 96px;
  }
  .header-menu.active {
    transform: translateY(0);
    transition: 0.3s;
  }
  .site-header > .topbar,
  .site-header > .container {
    /* position: relative; */
    /* z-index: 9999; */
  }
  .header-menu .menu {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
    justify-content: flex-start;
  }
  .main-navigation {
    display: flex;
    justify-content: flex-start;
    height: 100%;
  }

  .hamburger-menu.active .line--up,
  .hamburger-menu.active .line--bottom {
    width: 18px;
    transition: 0.3s;
  }
  header .menu-primary-menu-container {
    width: 100%;
  }
  header .menu-primary-menu-container li {
    width: 100%;
  }
  .main-navigation > div > ul > li > .submenu {
    opacity: 1;
    visibility: visible;
  }
  .submenu-right {
    display: none;
  }
  .main-navigation > div > ul > li > .submenu {
    position: unset;
    background: unset;
    padding: 0;
  }
  .main-navigation > div > ul > li > .submenu a {
    color: white;
  }
  .submenu .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .l2-item.active a {
    font-weight: 600;
    background: transparent;
  }
}

#woocommerce-product-search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

#woocommerce-product-search-field::-moz-search-clear-button {
  -moz-appearance: none;
  appearance: none;
  display: none;
}

#woocommerce-product-search-field::-webkit-inner-spin-button,
#woocommerce-product-search-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* mega menu new  */
@media only screen and (max-width: 991px) {
  /* .site-header,
  .header-menu {
    transform: unset !important;
  } */
  .submenu-right {
    display: flex !important;
  }
  .submenu-right {
    margin: 0;
  }
  .mobile-back-btn {
    display: flex !important;
  }
  .l3-wrap {
    gap: 10px;
  }
  .l3-wrap > div {
    width: calc(50% - 5px);
  }
  .mobile-menu-content {
    overflow-x: hidden !important;
  }
  /* .submenu-right .l3-wrap.active  */
}
