:root {
  --primary-color: #071e63;
  --secondary-color: #e9eee6;
  --secondary-color2: #e2e8fa;
  --secondary-color3: #687189;
  --secondary-color4: #1d1d1d;
  --secondary-color5: #242424;
  --secondary-color6: #606060;
  --bs-white: #fff;
  --bs-dark: #000;
  --bodyFont: "Montserrat", sans-serif;
  --headingFont: "Montserrat", sans-serif;
}

/* @font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url(../font/LufgaRegular.ttf);
} */

.text-secondary {
  color: var(--secondary4-color) !important;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--secondary-color6);
  background: var(--bs-white);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 15px;
  border-radius: 0;
  display: block;
  line-height: 57px;
  height: 57px;
  font-family: "TT Norms Pro";
  font-weight: 500;
  border-width: 2px;
  background: #faf7f0;
  color: #425d40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
  font-weight: bold;
}

h1 {
  font-size: 44px;
  color: var(--bs-dark);
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

h6 {
  font-size: 18px;
}

.p-v-75 {
  padding: 75px 0;
}

header {
  /* padding: 10px 0; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* mix-blend-mode: screen; */
}

/* header.fixed .h_left,
header.fixed .r_left {
  background: rgba(0, 0, 0, 0.4);
} */
header.fixed {
  /* background: rgba(255, 255, 255, 0.6); */
  background: #e9eee6;
  padding: 10px;
  /* backdrop-filter: blur(5px); */
}

.sideNav {
  width: 270px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  border-right: #e0e0e0 1px solid;
  background: var(--bs-white);
  padding: 34px 0;
}

.logo {
  width: 100%;
}

.logo a {
  width: 100%;
  text-align: center;
}

.logo img {
  height: 66px;
  margin: 0 auto;
  object-fit: contain;
}

footer .logo {
  width: 100%;
  margin-bottom: 47px;
}

footer .logo a {
  width: auto;
}

footer .logo img {
  height: 41.5px;
  margin: 0;
  object-fit: contain;
}

header.fixed .logo {
  /* background: rgba(0, 0, 0, 0.4); */
  /* backdrop-filter: blur(2px); */
}

header.fixed .h_left ul a {
  color: var(--primary-color);
}

.h_left,
.r_left {
  width: 33.33%;
  flex: 0 0 33.33%;
  position: relative;
  min-height: 39px;
  font-family: "TT Norms Pro Compact";
  font-weight: 500;
  text-transform: uppercase;
}

/* navbar */
header {
  background-color: var(--secondary-color);
  padding: 30px 0;
}

.collapse.navbar-collapse {
  flex-direction: column;
  align-items: end;
}

.nav-item .nav-link {
  font-size: 15px;
  color: var(--bs-dark);
  padding: 12px;
}

header form {
  background-color: var(--bs-white);
  border-radius: 93px;
  max-width: 603px;
  width: 100%;
  padding: 5px;
  margin-right: 9px;

  .form-control {
    border: 0;
    background-color: transparent;
    max-height: 48px;

    &::placeholder {
      font-size: 14px;
      font-family: var(--bodyFont);
    }

    &:focus {
      box-shadow: none;
    }
  }
}

.custom_navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_options {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 24px;
}

.btn {
  background-color: var(--primary-color) !important;
  border-radius: 93px;
  color: var(--bs-white);
  font-size: 13px;
  text-transform: capitalize;
  max-height: 48px;
  height: 100%;
  padding: 10px 18px;
  line-height: normal;
  font-family: var(--bodyFont);
  border: 0.5px solid var(--primary-color) !important;

  &:hover {
    background-color: var(--bs-white) !important;
    color: var(--primary-color) !important;
  }
}

.headerIcon {
  margin-left: 10px;
}

/* banner sec */
.hero_banner {
  background-color: var(--secondary-color);
}

.left_banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

  .hero-image {
    max-width: 584px;
    max-height: 458px;
  }
}

.productImage_hero,
.productPrice_round {
  position: absolute;
}

.mug {
  max-width: 192px;
  max-height: 180px;
  top: -70px;
  right: 19%;
}

.bottle {
  max-width: 97px;
  max-height: 323px;
  top: 0;
  right: 0;
}

.custom_btn {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  padding: 16px 55px;
  border-radius: 93px;
  font-size: 15px;
  font-weight: 500;
}

.productPrice_round {
  background-color: #f4f8f2;
  width: 140px;
  height: 140px;
  padding: 40px 10px;
  border-radius: 50%;
  color: var(--bs-dark);
  text-align: center;

  h6 {
    font-weight: 700;
    font-size: 30px;
  }

  p {
    margin-bottom: 0;
    font-size: 17px;
  }
}

.mug-price {
  top: -65px;
  right: 47%;
}

.bottle-price {
  top: 60px;
  left: 0;
}

/* footer */
footer {
  background-color: var(--secondary-color4);
  padding-top: 44px;
}

.footerBottom {
  background-color: var(--secondary-color5);
  text-align: center;
  padding: 18px 0;
  margin-top: 65px;

  p,
  a {
    color: #848484;
  }

  a:hover {
    color: #fff;
    transition: color 0.3s ease;
  }
}

footer h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--bs-white);
}

footer li {
  padding: 6px 0;
}

footer li a {
  font-size: 15px;
  color: var(--bs-white);
  font-weight: 400;

  &:hover {
    color: var(--secondary-color3);
  }
}

/* =========================categories===================== */
.categories {
  padding: 60px 0 60px 0;
}

.categories h2 {
  margin-bottom: 40px;
}

.categories .inner-content h6 {
  color: #000;
  font-weight: 600;
}

.categories .inner-content {
  gap: 10px;
  background-color: #e2e8fa;
  /* padding: 25px 100px; */
  border-radius: 11px;
}

/* indranil */
.product_details {
  padding: 45px 0 61px;

  h1 {
    font-size: 36px;
    color: #191818;
    font-weight: 500;
    margin-bottom: 12px;
  }

  p {
    font-size: 20px;
    font-weight: 500;
    color: #817777;
  }

  b {
    font-size: 28px;
    font-weight: 700;
    color: #292929;
  }
}

.product_details label , .comment-form-rating label {
  font-size: 14px;
  font-weight: 700;
  color: var(--bs-dark);
  /* margin-top: 30px; */
}

.form-select {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c3c3c3;
  padding: 6px 0;

  &:focus {
    box-shadow: none;
    border: 0;
  }
}

.product_btn_group {
  margin-top: 80px;
  display: flex;
  gap: 28px;
  /* justify-content: space-between; */
}

.product-btn {
  /* width: 369px; */
  width: 100%;
  height: 50px;
  font-size: 18px;
}

.quantity {
  border: 1px solid #d0d0d0;
  display: inline-block;
  border-radius: 26px;
  /* width: max-content; */
  width: 136px;
  display: flex;
  height: 50px;
}

.qty-btn {
  background-color: transparent;
  border: none;
  padding: 8px 14px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #a1a1a1;
}

.qty-input {
  border: 0;
  width: 40px;
  text-align: center;
  /* height: 50px; */

  &:focus-visible {
    outline: 0;
  }

  &::placeholder {
    font-size: 18px;
  }
}

.cart-btn {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
  background-color: transparent;
  border: 1.3px solid #1b3042;
  color: var(--bs-dark);
}

.product_details .swiper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.product_details .swiper-slide {
  background-size: cover;
  background-position: center;
  border: 1px solid #cfcfcf;
  border-radius: 11px;
}

/* .details .mySwiper2 {
  height: 80%;
  width: 100%;
} */
.product_details .mySwiper {
  height: auto;
  box-sizing: border-box;
  /* padding: 10px 0; */
  padding: 20px 0 0;
}

.product_details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product_details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_details .swiper-slide img {
  width: 100%;
}

.product_details .swiper.mySwiper2 {
  border: 1px solid #cfcfcf;
  border-radius: 11px;

  .swiper-slide {
    border: 0;
  }
}

.description {
  padding: 4px 0 74px;
}

.description .nav-tabs {
  background-color: #f5f6f8;
  align-items: center;
  height: 50px;
  margin-bottom: 28px;
  border: 0;
}

.description .nav-tabs .active,
.description .nav-tabs .nav-link:hover {
  border: 1px solid #071e63;
  border-radius: 7px;
  background-color: #f5f6f8;
  height: 64px;
  padding: 22px 10px;
  position: relative;
  margin-bottom: -19px;
  margin-top: -19px;
}

.description .tab_content p {
  margin-bottom: 12px;
}

.shop_list {
  padding: 70px 0;
}

.short_text {
  color: var(--bs-dark);
  font-size: 18px;
}

.shorting_btn {
  background-color: transparent;
  border: 1px solid #d0d0d0;
  color: #817777;
}

.mb38 {
  margin-bottom: 38px;
}

.bestsellers .bestsellers-wrapper .image-wrapper {
  border: 1px solid #cfcfcf;
  border-radius: 11px;
  text-align: center;
  padding: 40px 10px;
  position: relative;
}

.bestsellers .bestsellers-wrapper .image-wrapper .position-icon-1 {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background-color: #071e63;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bestsellers .bestsellers-wrapper .image-wrapper .position-icon-1 i {
  color: #fff;
  font-weight: 600;
}

/* sonali 04-02-2026 */
.hero_banner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.hero_banner_content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--bs-dark);
  margin-top: 5px;
  margin-bottom: 26px;
}

.hero_banner_content .custom_btn {
  padding: 14px 55.4px;
  margin-bottom: 16px;
}

.banner_product_img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 202px;
  margin-bottom: 87px;
}

.banner_product_img.one img {
  width: 160px;
  height: 160px;
}

.banner_product_img.two img {
  width: 131px;
  height: 165px;
}

.banner_product_img::after {
  position: absolute;
  content: "";
  z-index: -1;
  height: 135px;
  width: 196px;
  border-radius: 67px;
  background: #ffffff;
  left: 0;
  bottom: 0;
}

.hero_banner_shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero_banner_human {
  margin-left: 4rem;
}

.mug-price {
  top: -30%;
}

.categories h2,
.bestsellers h2,
.new_arrival h2,
.latest h2 {
  margin-bottom: 50px;
}

.our_categories .swiper {
  width: 100%;
}

.our_categories .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories-wrapper a {
  width: 100%;
}
.categories .inner-content {
  gap: 10px;
  /* min-width: 309px; */
  width: 100%;
  text-align: center;
  justify-content: space-around;
  padding: 10px 15px;
}

.inner-content img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.categories .row,
.bestsellers .row,
.latest .row,
.new_arrival .row {
  position: relative;
}

.categories .swiper-button-next,
.categories .swiper-button-prev,
.bestsellers .swiper-button-next,
.bestsellers .swiper-button-prev,
.latest .swiper-button-next,
.latest .swiper-button-prev,
.new_arrival .swiper-button-next,
.new_arrival .swiper-button-prev {
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.categories .swiper-button-prev,
.bestsellers .swiper-button-prev,
.latest .swiper-button-prev,
.new_arrival .swiper-button-prev {
  left: auto;
  right: 55px;
}

.categories .swiper-navigation-icon,
.bestsellers .swiper-navigation-icon,
.latest .swiper-navigation-icon,
.new_arrival .swiper-navigation-icon {
  height: 12px;
  color: #000;
}

.bestsellers .swiper,
.latest .swiper,
.new_arrival .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bestsellers .swiper-slide,
.latest .swiper-slide,
.new_arrival .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* display: flex; */
  justify-content: center;
  /* align-items: center; */
  height: auto !important;
}
.latest .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bestsellers .swiper-wrapper,
.latest .swiper-wrapper,
.new_arrival .swiper-wrapper {
  max-height: 900px;
}

.bestsellers_wrapper .image-wrapper,
.latest_bestsellers_wrapper .image-wrapper {
  border: 1px solid #cfcfcf;
  height: 335px;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
  align-items: center;
}

.bestsellers_wrapper .image-wrapper img,
.latest_bestsellers_wrapper .image-wrapper img {
  width: 100%;
  max-width: 80%;
}

.product_side_icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.product_side_icon_item {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  border: 1px solid #cfcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #071e63;
}

/* .product_side_icon_item:hover {
  background-color: #071E63;
  color: #fff;
  border-color: #071E63;
} */

.bestsellers .content-wrappere,
.latest .content-wrappere,
.new_arrival .content-wrappere {
  width: 100%;
}

.bestsellers_title {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 15px;
}

.bestsellers_title h5 {
  font-size: 18px;
  line-height: 35px;
  color: var(--bs-dark);
  font-weight: 400;
}

.bestsellers_title .price {
  color: #687189;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}

.latest {
  padding: 50px 0;
}

.new_arrival {
  padding-bottom: 50px;
}

#myTab .nav-link {
  color: #929292;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

#myTab .nav-link:hover,
#myTab .nav-link.active {
  color: #191818;
}

#myTabContent p {
  margin-bottom: 1.4rem;
}

#myTabContent p:last-child {
  margin-bottom: 0;
}

.size_color_row {
  margin-top: 40px;
}

.product_details .swiper-slide .productImg {
  height: 194px;
  width: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_details .swiper-slide .productImg img {
  max-width: 80%;
}

.product_details .swiper.mySwiper2 {
  height: 636px;
}

.productBan_img {
  min-height: 636px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productBan_img img {
  max-width: 80%;
}

main#main {
  padding: unset;
}

/* woocomerce */
.wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
  display: none !important;
}

.woocommerce-products-header {
  display: none;
}

.footer-newsletter form.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

/* wocommerce */
#wpgs-gallery {
  width: 100%;
}

.product_title {
  font-size: 28px;
  margin-bottom: 15px;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--primary-color) !important;
  font-weight: 600;
}

.variable-items-wrapper li {
  /*     border-radius: 50% !important; */
  width: 48px !important;
  height: 48px !important;
  border: 2px solid #e9e9e9 !important;
  box-shadow: none !important;
  margin-right: 9px !important;
}

.variable-items-wrapper li:hover {
  border: 2px solid #181818 !important;
  box-shadow: none !important;
}

.variations label {
  font-weight: 700 !important;
  font-size: 22px !important;
}

.single_add_to_cart_button {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 1px solid var(--primary-color) !important;
  opacity: 1 !important;
  width: 65%;
}

.single_add_to_cart_button:hover {
  background-color: var(--bs-white) !important;
  color: var(--primary-color) !important;
}

.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared li {
  width: auto !important;
}

.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type="number"]:hover,
.quantity input[type="number"]:focus {
  appearance: textfield;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.related.products h2 {
  margin: 20px 0;
}

/*  {
border: 0 !important;
font-size: 25px;
background-color: transparent;
} */
.quantity button {
    width: 44px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 28px;
    color: #181818 !important;
    cursor: pointer;
    border: 0 !important;
    align-items: center;
    top: 4px;
    position: relative;
}

.quantity {
  width: 160px;
  height: 48px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 18px !important;
  margin-right: 20px !important;
}

.woocommerce .quantity .qty {
  border: 0;
}

.woocommerce .quantity .qty:focus-visible {
  outline: 0 !important;
}

.product_meta {
  display: grid;
  gap: 6px;
  font-size: 15px;
}

.product_meta a,
.product_meta .sku {
  color: #4d4e4f !important;
  text-transform: capitalize;
}

.product_meta a:hover {
  color: #e43131 !important;
}

.woo-selected-variation-item-name {
  color: #4d4e4f !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.variationColor li {
  border-radius: 0 !important;
  width: auto !important;
  padding: 10px !important;
  font-size: 14px !important;
}

.wc-tabs {
  display: flex;
  justify-content: start;
  background-color: #f5f6f8;
  align-items: center;
  height: 50px;
  margin-bottom: 28px;
  border: 0;
  gap: 15px;
}

.wc-tabs li {
  border: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none !important;
}

.wc-tabs li {
  position: relative;
  background-color: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 14px;
  font-weight: 500 !important;
  color: #181818 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}

.wc-tabs li::before {
  position: absolute !important;
  content: "" !important;
  background-color: #181818 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: -1px !important;
  left: 0 !important;
  width: 0 !important;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  width: 100% !important;
  height: 3px;
} */

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 39px !important;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-bottom: 15px;
}

.ux-textspans {
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: 600 !important;
}

.stars a {
  color: #181818 !important;
  font-size: 16px !important;
  margin-top: 8px;
}

.comment-form-rating {
  margin-top: 15px;
}

/* #comment-form-rating-label {
  font-weight: 600;
  font-size: 18px;
} */

.woocommerce #reviews #comment {
  height: 160px !important;
  margin-top: 10px;
  border: 1px solid #181818;
}

/* .comment-form-comment label {
  color: #181818 !important;
  font-weight: 600 !important;
} */

#submit {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: #181818 !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 0 !important;
  opacity: 1 !important;
}

#submit:hover {
  background-color: #e43131 !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 !important;
}

.woocommerce table.shop_attributes td p {
  padding: 11px 0 !important;
  font-style: normal !important;
}

.woocommerce-message {
  border-top-color: #e43131 !important;
  padding-top: 26px !important;
}

.woocommerce-message::before {
  color: #e43131 !important;
  top: 25px !important;
}

.wc-forward {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: #181818 !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 0 !important;
  opacity: 1 !important;
}

.wc-forward:hover {
  background-color: #e43131 !important;
}

.wc-block-components-product-name {
  color: #181818 !important;
}

.wc-block-cart-items th {
  padding-bottom: 12px;
  font-weight: 500 !important;
  font-size: 20px !important;
}

.wc-block-cart-item__image img {
  border-radius: 8px !important;
}

.wc-block-formatted-money-amount {
  font-weight: 600 !important;
}

.wp-block-woocommerce-cart-totals-block {
  background-color: #f7f7f7 !important;
  padding: 24px !important;
  border-radius: 12px !important;
  height: 100%;
}

.wc-block-cart__totals-title {
  font-weight: 500 !important;
  font-size: 20px !important;
}

.wp-element-button {
  padding: 14px 15px !important;
  background-color: #181818 !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 0 !important;
  border-radius: 12px !important;
}

.wc-block-components-form input,
.wc-block-components-form select {
  background-color: #fff !important;
  border: 1px solid #ced4da !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  border-radius: 0.25rem !important;
}

.wc-block-components-button:not(.is-link):disabled
  .wc-block-components-button__text {
  opacity: 1 !important;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
  background-color: #f7f7f7 !important;
  padding: 24px !important;
  border-radius: 12px !important;
}

.wc-block-components-checkout-order-summary__title-text {
  color: #181818 !important;
  font-size: 20px !important;
}

.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}

.page-id-8 .wc-block-grid__product-title {
  color: #181818 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.in-stock {
  color: #181818 !important;
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-navigation {
  background-color: #f7f7f7 !important;
  border-radius: 20px;
  padding: 40px 32px;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 16px;
  display: block;
  color: #181818;

  &:hover {
    background-color: white;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    margin-bottom: 10px;
  }
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #fff;
}

.woocommerce-MyAccount-content {
  background-color: #f7f7f7 !important;
  border-radius: 16px;
  padding: 16px 20px;
  min-height: 453px;
}

.woocommerce-MyAccount-content p a {
  color: var(--primary-color) !important;
}

.page-id-10 .woocommerce-info {
  margin: 0 !important;
}

.woocommerce-account .addresses .title .edit {
  float: left !important;
  margin: 10px 0;
  color:red !important;
}

.woocommerce-Address {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-top: 28px;
}

.woocommerce-Address-title .title h2 {
  font-size: 26px;
}

.woocommerce-Addresses address {
  margin-bottom: 0;
}

.woocommerce-EditAccountForm input {
  height: 48px !important;
  border-radius: 0.25rem;
}

.woocommerce-EditAccountForm label {
  color: #181818 !important;
}

.woocommerce-Button {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 0 !important;
  border: 1px solid var(--primary-color) !important;
}

.woocommerce-Button:hover {
  background-color: var(--bs-white) !important;
  color: var(--primary-color) !important;
}

.woocommerce-loop-product__title {
  color: #181818 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 47px;
}

.woocommerce ul.products li.product .button {
  margin-top: 0 !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  ul.products
  li.product
  .price {
  color: #181818 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.woocommerce form .form-row select {
  border: 1px solid #d0d0d0 !important;
  border-radius: 11px !important;
  padding: 13px 18px !important;
  font-size: 15px !important;
  color: var(--secondary-color6) !important;
  background-color: var(--bs-white) !important;
  width: 100% !important;
}

.gallery-navigation-carousel .spswiper-wrapper {
  justify-content: center !important;
}

.product_type_variable {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  margin-top: 0 !important;
  border: 1px solid var(--primary-color);
}

.product_type_variable:hover {
  background-color: var(--bs-white) !important;
  color: var(--primary-color) !important;
}

.woocommerce ul.products li.product a img {
  border-radius: 8px;
}

.woocommerce .woocommerce-ordering select {
  padding: 7px;
  border: 1px solid #e9e9e9 !important;
  border-radius: 7px;
}

.woocommerce .woocommerce-result-count {
  margin: 1em 0 2em !important;
}

#customer_login input {
  height: 48px;
  border: 1px solid #ced4da;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center !important;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  margin-left: 7px;
}

.woocommerce-button {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  border: 1px solid var(--primary-color) !important;
}

.woocommerce-button:hover {
  background-color: var(--bs-white) !important;
  color: var(--primary-color) !important;
}

.lost_password a {
  color: var(--primary-color) !important;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 9px;
}

.woocommerce-privacy-policy-text a {
  color: var(--primary-color) !important;
}

.page-numbers li {
  border: 0;
  border-right: 0 !important;
}

.page-numbers {
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #181818 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-pagination ul li a {
  color: #181818 !important;
  width: 32px;
  height: 32px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #181818 !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_type_simple {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: var(--bs-white) !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  /* border: 0 !important; */
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.inner-banner {
  background-color: #f4f3ee;
}

.countdown-banner .js-countdown {
  display: grid;
  gap: 8px;
  justify-content: end;
  grid-template-columns: auto auto auto auto;
}

.woof_sid h4 {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woof_container_radio {
  margin-top: 17px;
  border-bottom: 1px solid #0000003d;
}

.woof_container_radio:last-child {
  border-bottom: 0;
}

.woof_list {
  height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.woof_redraw_zone {
  background-color: #f6f5f8;
  padding: 15px;
}

a.woof_front_toggle {
  font-size: 40px;
  color: #000;
}

.woof_list li {
  display: flex !important;
}

.woof_radio_label {
  padding-left: 10px !important;
}

.iradio_square-blue {
  margin-top: 5px !important;
  width: 24px !important;
}

.irs--round .irs-handle {
  border: 4px solid #181818 !important;
}

.irs--round .irs-bar {
  background-color: #181818 !important;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #181818 !important;
}

.irs--round .irs-to:before {
  border-top-color: #181818 !important;
}

.woocommerce ul.products li.product a {
  margin-top: 0px;
}

.wc-block-grid__product-onsale span {
  vertical-align: sub;
}

header.woocommerce-Address-title {
  position: static;
  background-color: transparent;
  padding: 0 !important;
}

header .bottom-header {
  background-color: #fff;
}

.banner {
  padding-top: 139px;
}

.inner-banner {
  padding-top: 139px;
}

/* categories */
.page-id-1464 .card-product img {
  width: 100% !important;
  height: 300px !important;
  border-radius: 41px;
}

.page-id-1464 .card-product-info {
  position: absolute;
  bottom: 24px;
  left: 23px;
  background-color: #fff;
  /* width: 100%; */
  right: 23px;
  border-radius: 99px;
  padding: 12px 24px;
  text-align: center;
}

.page-id-1464 .card-product-info .title {
  font-weight: 600;
  color: #181818;
  transition: all 0.4s;
}

.page-id-1464 .card-product:hover .title {
  color: #e43131;
}

.page-id-1464 .card-product {
  margin-bottom: 27px;
}

.page-id-1464 .pagination {
  justify-content: center;
}

.page-id-1464 ul.page-numbers {
  display: flex;
  gap: 8px;
  margin-top: 33px;
}

.page-id-1464 .page-numbers a {
  border: 1px solid #e9e9e9 !important;
  color: #181818;
  /* width: 40px; */
  /* height: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 13px;
  height: 38px;
  line-height: 38px;
  display: block;
  border-radius: 10px;
  min-width: 34px;
}

.page-id-1464 .current {
  background-color: #181818;
  padding: 0 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 0 13px;
  height: 38px;
  line-height: 38px;
  display: block;
  border-radius: 10px;
  min-width: 37px;
}

.contact-page .text-secondary:hover {
  color: #e43131 !important;
}

.yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  ).yith-wcwl-add-to-wishlist-button--added
  svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--primary-color) !important;
}

.product_side_icon_item:hover
  .yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  ).yith-wcwl-add-to-wishlist-button--added
  svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--bs-white) !important;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 30px 25px !important;
}

#customer_login input {
  background-color: var(--bs-white) !important;
  border-radius: 93px;
}

.woocommerce-info {
  border-top-color: var(--primary-color) !important;
}

.woocommerce-info::before {
  color: var(--primary-color) !important;
}

.woocommerce form .form-row .input-text {
  border-radius: 93px !important;
}

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  background-color: var(--secondary-color2) !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--primary-color);
  color: var(--bs-white);
  margin-bottom: 10px;
}

.woocommerce span.onsale {
  min-width: 3.8em !important;
}

.buy_now_button {
  width: 100%;
  background-color: var(--bs-white) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  border-radius: 93px !important;
  padding: 14px 15px !important;
}
.variations tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  tr {
    width: 48%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
  }
}
.woocommerce div.product form.cart .variations select {
  min-width: 100% !important;
  border: 0;
  border-bottom: 1px solid #c3c3c3 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  overflow: unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after {
  height: 64px;
  width: 100%;
  border: 1px solid var(--primary-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #f5f6f8;
  border-radius: 12px;
  z-index: -1;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel p {
  font-size: unset;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  display: none;
}
.tagged_as,
.posted_in,
.sku_wrapper {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
.tagged_as a,
.posted_in a,
.sku_wrapper span {
  font-weight: 400 !important;
  color: #4d4e4f;
  font-size: 15px;
}

.ajax_add_to_cart.added {
  background-color: var(--primary-color);
  border-color: #fff;
}
.ajax_add_to_cart.added i {
  color: #fff !important;
}
.cwrf-section-title {
  position: relative;
  display: inline-block;

  font-family: var(--headingFont);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;

  color: #0f172a;

  margin: 0 0 15px;
  padding-bottom: 14px;

  text-wrap: balance;
}

/* Minimal Professional Underline */
.cwrf-section-title::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 0;

  width: 64px;
  height: 3px;

  border-radius: 999px;

  background: var(--primary-color);
}

/* Optional subtle fade line */
.cwrf-section-title::before {
  content: "";
  position: absolute;

  left: 64px;
  bottom: 1px;

  width: 40px;
  height: 1px;

  background: rgba(7, 30, 99, 0.18);
}
.cwrf-wrap {
  max-width: 680px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}
.cwrf-section {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 1em 0;
  text-align: left;
  border-radius: 5px;
  padding: 30px 25px !important;
}
.cwrf-section-body {
}

/* ── Field rows ── */
.cwrf-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  gap: 5px;
  flex-direction: column;
}
.cwrf-label {
  width: 100%;
  min-width: 100%;
  padding-top: 6px;
  font-size: 16px;
  color: var(--secondary-color6);
}
.cwrf-label .req {
  color: #c00;
  margin-right: 2px;
}
.cwrf-input-wrap {
  flex: auto;
  width: 100%;
}
.cwrf-input-wrap input[type="text"],
.cwrf-input-wrap input[type="email"],
.cwrf-input-wrap input[type="tel"],
.cwrf-input-wrap input[type="password"],
.cwrf-input-wrap select {
  width: 100%;
  height: 48px;
  border: 1px solid #ced4da;
  border-radius: 93px !important;
  padding: 0 30px !important;
}
.cwrf-input-wrap input:focus,
.cwrf-input-wrap select:focus {
  outline: none;
  border-color: #7aadff;
  background: #fff;
}

/* ── Radio group ── */
/* =========================
   Radio Field Wrapper
========================= */
.cwrf-field.cwrf-field--radio {
  margin-top: 12px;
}

/* Label Heading */
.cwrf-field.cwrf-field--radio .cwrf-label {
  display: block;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  font-family: var(--headingFont);
  letter-spacing: 0.2px;
}

/* =========================
   Radio Group
========================= */
.cwrf-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* =========================
   Radio Card Style
========================= */
.cwrf-radio-group label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 14px 18px;
  min-width: 170px;

  border: 1px solid var(--border-color);
  border-radius: var(--radius);

  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);

  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);

  cursor: pointer;
  overflow: hidden;

  transition: var(--transition);
  box-shadow: var(--shadow-sm);

  font-family: var(--bodyFont);
}

/* Top Accent Line */
.cwrf-radio-group label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: transparent;
  transition: var(--transition);
}

/* Hover State */
.cwrf-radio-group label:hover {
  transform: translateY(-2px);
  border-color: rgba(7, 30, 99, 0.25);
  box-shadow: var(--shadow-md);
  background: #ffffff;
}

.cwrf-radio-group label:hover::before {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--primary-light)
  );
}

/* =========================
   Radio Button
========================= */
.cwrf-radio-group input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;

  width: 18px;
  height: 18px;

  border: 2px solid #b8c2d6;
  border-radius: 50%;

  background: #fff;
  position: relative;

  transition: var(--transition);
  flex-shrink: 0;
}

/* Inner Dot */
.cwrf-radio-group input[type="radio"]::before {
  content: "";
  position: absolute;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--primary-color);

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%) scale(0);
  transition: var(--transition);
}

/* Checked Radio */
.cwrf-radio-group input[type="radio"]:checked {
  border-color: var(--primary-color);
  background: #fff;
}

.cwrf-radio-group input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

/* =========================
   Selected Card State
========================= */
.cwrf-radio-group label:has(input[type="radio"]:checked) {
  border-color: rgba(7, 30, 99, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);

  box-shadow:
    0 10px 24px rgba(7, 30, 99, 0.08),
    0 0 0 3px rgba(7, 30, 99, 0.06);

  transform: translateY(-2px);
}

.cwrf-radio-group label:has(input[type="radio"]:checked)::before {
  background: linear-gradient(
    90deg,
    var(--primary-color),
    var(--primary-light)
  );
}

/* =========================
   Responsive
========================= */
@media (max-width: 576px) {
  .cwrf-radio-group {
    flex-direction: column;
  }

  .cwrf-radio-group label {
    width: 100%;
    min-width: 100%;
  }
}
/* ── Submit ── */
.cwrf-submit-row {
  margin-top: 8px;
}
.cwrf-btn {
  padding: 14px 15px !important;
  border-radius: 999px !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  letter-spacing: 0.1em;
  font-weight: bold;
  border: 1px solid var(--primary-color) !important;
  font-size: 16px !important;
}
.cwrf-btn:hover {
  background: #135e96;
}

/* ── Messages ── */
.cwrf-errors {
  background: #fce4e4;
  border: 1px solid #e0a0a0;
  border-radius: 4px;
  padding: 10px 16px;
  margin-bottom: 16px;
  list-style: disc;
  padding-left: 30px;
}
.cwrf-errors li {
  color: #c00;
  margin-bottom: 4px;
}
.cwrf-success {
  background: #d4edda;
  border: 1px solid #a8d5b5;
  border-radius: 4px;
  padding: 14px;
}
.cwrf-success h3 {
  margin: 0 0 6px;
  color: #155724;
}
.product-name a {
  color: var(--primary-color);
}
.wishlist_table {
  border: #ddd 1px solid;
  padding: 15px;
}
.wishlist_table .additional-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.remove_from_wishlist {
  color: red;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist {
  text-align: center;
  margin-bottom: 0 !important;
}
.stellarnav li.has-sub > a:after {
  content: "\F282";
  font-family: bootstrap-icons;
  border: none;
  font-size: 10px;
  position: relative;
  top: 1px;
}
.stellarnav > ul > li > a:hover {
  background: transparent !important;
}
.stellarnav > ul > li:hover > a,
.stellarnav > ul > li.active > a {
  background: transparent !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em !important;
}
textarea {
  border: 1px solid #d0d0d0 !important;
  border-radius: 11px !important;
  padding: 13px 18px !important;
  font-size: 15px !important;
  color: var(--secondary-color6) !important;
  background-color: var(--bs-white) !important;
  width: 100% !important;
  resize: none !important;
}
.comment-respond .submit {
  background-color: var(--primary-color) !important;
  border-radius: 93px !important;
  color: var(--bs-white) !important;
  font-size: 13px !important;
  text-transform: capitalize !important;
  max-height: 48px !important;
  height: 100% !important;
  padding: 10px 18px !important;
  line-height: normal !important;
  font-family: var(--bodyFont) !important;
  font-weight: normal !important;
}

.section_pad.bg_light {
    padding-top: 30px !important;
}
.no-results {
  padding-left: 18px;
}
.woof_list_label .woof_label_term {
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 3px 3px 3px 0;
    padding: 3px 4px;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    min-width: 50px;
    max-width: 100%;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    height: 100% !important;
}
.woof_husky_txt-cross {
  display: none !important;
}
.stats_section {
  padding-top: 30px !important;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin-left: 5px !important;
    font-size: 14px !important;
}


.yith-wcwl-feedback-messages-container,
.yith-wcwl-feedback-messages-container * {
    color: red !important;
    background-color: #fff !important;
    border-color: red !important;
}
[class*=" sp_wgs-icon-"]:before, [class^=sp_wgs-icon-]:before {
   
    margin-right: 1px !important;
   
}
.woocommerce div.product form.cart button.buy_now_button.button {
    display: none;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em !important;
}