* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-banner,
.hero-slider .owl-carousel .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.info-content p a {
  color: inherit;
  text-decoration: none;
}

.info-content p a:hover {
  text-decoration: underline;
}

.header,
.header.scrolled,
.product-content a {
  background-color: #fff;
}

.hero-banner,
.mark-golden,
.skincare-needs {
  background-repeat: no-repeat;
}

.price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-menu .menu-item-has-children {
  position: relative;
}

.mobile-menu .submenu-toggle {
  position: absolute;
  right: 15px;
  top: 10%;
  cursor: pointer;
  z-index: 10;
  color: #fff;
}

.mobile-menu .menu-item-has-children.active .submenu-toggle {
  transform: translateY(-50%) rotate(180deg);
}

.mobile-menu .sub-menu {
  display: none;
}

.mobile-menu .menu-item-has-children.active .sub-menu {
  display: block;
}

.mobile-menu .submenu-toggle .fa-chevron-down:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
  transition: all .3s ease;
  color: #fff;
}






/* ₹200 – Strike Line */
.regular-price {
  position: relative;
  color: #000;
  font-weight: 500;
}

.regular-price::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
  transform: translateY(-50%);
}

.many-price {
  padding: 0 7px;
}

.product-buttons.content-btn a {
  padding: 4px 0;
}

/* ₹180 – Bottom Line */
.sale-price {
  position: relative;
  color: #d9534f;
  font-weight: 600;
}

/* modal cross btn-css */
.modal-content i {
  color: #fff !important;
}

.sale-price::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  /* gap from text */
  width: 100%;
  height: 2px;
  background: #d9534f;
}

.shop-products-txt h1 {
  font-size: 47px;
  text-transform: capitalize;
  font-weight: 800;
  margin: 0px;
  color: #000000 !important;
  letter-spacing: 0% !important;
}

.account-warp p a,
.add-review:hover,
.inner-why-choose-us .info-graphic li .number.fontColor1,
.inner-why-choose-us .info-graphic li .number.fontColor2,
.inner-why-choose-us .info-graphic li .number.fontColor3,
.inner-why-choose-us .info-graphic li .number.fontColor4,
.inner-why-choose-us .info-graphic li .number.fontColor5,
.inner-why-choose-us .info-graphic li .number.fontColor6,
.logo-here span,
.social-icons a:hover,
a {
  color: #d85c41;
}

#sidebar,
.banner-mobile-product,
.billing_state,
.modal-body.single-product-detail-body .quick-view-data .single-product-left .thumbnails nav button.active::before,
.option .active-option,
.shipping_state,
.thumbnail nav button.active::before,
.thumbnail nav button::before,
.wc-block-cart-item__wrap .wc-block-components-product-badge.wc-block-components-sale-badge,
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns,
button#additional_information-tab,
section.faq_section {
  display: none;
}

.ayurcore-user-dashboard-container nav ul li,
.custom-product-image,
.testimonial-name ul li {
  display: inline-block;
}

.custom-product-image img {
  width: 52px;
}

a.button.invoice-button-custom {
  display: inline-block !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  width: auto;
  padding: 0 40px !important;
  font-size: 14px !important;
  line-height: 38px !important;
  border-radius: 50px !important;
  height: 40px !important;
  color: #fff !important;
  border: 1px solid#d85c41 !important;
  background-color: #d85c41 !important;
  transition: 0.3s;
}

a.button.invoice-button-custom:hover {
  color: #d85c41 !important;
  border: 1px solid#d85c41 !important;
  background-color: transparent !important;
  transition: 0.3s;
}

/* --- Premium Overhaul matching your Demo --- */
/* --- Styling the New Right-Side Icons --- */

.header-product-btn-class {
  display: flex !important;
  align-items: center;
  gap: 20px;
  /* Gives them breathing room */
  list-style: none;
  margin: 0;
}

/* new csss */
.product-quick-view-btn {
  background: #d85c41 !important;
}

.wc-block-components-button__text {
  color: #fff !important;
}

/*  new  wo ecommerce css */

.wlfmc-add-button.wlfmc-addtowishlist a i {
  color: #d85c41 !important;
}

.btn-send i {
  color: #fff;
}

.product-quick-view-btn:active {
  background: #fff !important;
}

.product-quick-view-btn small {
  color: #fff !important;
}

.product-quick-view-btn span,
.product-quick-view-btn:active {
  background-color: #fff !important;
}

.product-quick-view-btn:hover small {
  color: #000 !important;
  transition: 0.4s;
}

/*  */
/* a.btn-effect.product-quick-view-btn {
    background-color: #d75b40;
    color: #fff  !important;
} */

/*  */
a.btn-effect {
  background-color: #fff;
  color: #fff !important;
}

.products {
  padding: 60px 0;
}

/* a.btn-effect.product-quick-view-btn small {
    color: #fff !important;
} */

.Content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.content-card {
  border: 1px solid#d85c4133;
  background-color: #ffff;
  padding: 7px 7px 13px !important;
  border-radius: 13px;
  margin: 15px 0 0 !important;
  width: 100% !important;
  box-shadow: 0 0 15px -8px #d85b41;
}

/* 
.content-card:hover {
    transition: 0.3s all;
    transform: scale(1.1);
} */

.provide-image {
  object-fit: cover;

  border-radius: 12px 12px 0 0;
}

.provide-image img :hover {
  transition: 0.3s all !important;
  transform: scale(1.1) !important;
}

.provide-image a {
  overflow: hidden;
  transition: 0.3s all;
  display: block;
  border-radius: 9px;
}

.best-section {
  text-align: center !important;
  margin: 50px 0 0;
}

.provide-image img {
  width: 100%;
  height: 240px !important;
  object-fit: cover;
  border-radius: 9px;
}

.content-btn a {
  width: 49%;
}

.provide-image img {
  transition: 0.3s all;
}

.content-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.price {
  margin-bottom: 18px;
  font-size: 16px;
}

.content-card-buttons {
  display: flex;
  gap: 12px;
}

.btn {
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.content-section a {
  text-decoration: none;
}

.btn-outline {
  border: 1px solid #e26d5c;
  color: #e26d5c;
  background: transparent;
}

.btn-outline:hover {
  background: #e26d5c;
  color: #fff;
}

.btn-filled {
  background: #e26d5c;
  color: #fff;
  border: 1px solid #e26d5c;
}

.kill-section {
  font-size: 15px !important;
  margin: 19px 0 0;
  width: 260px;
  padding: 10px 0;
}

.kill-section :hover {
  background: #e26d5c !important;
  color: #fff !important;
}

.content-section h2,
.content-section h2 a {
  color: #000;
  font-size: 19px !important;
  margin-top: 15px;
  /* padding: 0 5px !important; */
}

.btn-filled:hover {
  opacity: 0.9;
}

.home-product-action-btn {
  display: flex;
  align-items: center;
}

.content-card {
  padding: 60px 0;
}

.Content-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.content-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 15px -8px #d85b41;
  border: 1px solid #f2d7d2;
  transition: 0.3s ease;
}

.content-cardd:hover {
  transform: translateY(-5px);
}

.product-image {
  /* height: 260px; */
  background: #f5f5f5;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-content {
  padding: 20px;
}

.product-content h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.price {
  margin-bottom: 13px;
  font-size: 16px;
  color: #e26d5c;
  /* padding: 0 10px !important; */
}

.product-buttons {
  display: flex;
  gap: 12px;
}

.second-prod {
  padding-top: 0 !important;
}

.btn {
  border-radius: 25px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline {
  border: 1px solid #e26d5c;
  color: #e26d5c;
  background: transparent;
}

.new-section {
  padding: 0 7px !important;
}

.btn-outline:hover {
  background: #e26d5c;
  color: #fff;
}

.btn-filled {
  background: #e26d5c;
  color: #fff;
  border: 1px solid #e26d5c;
}

.btn-filled:hover {
  background: #fff !important;
  color: #e26d5c;
}

.action-icon {
  position: relative;
  text-decoration: none;
  color: #333 !important;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.action-icon:hover {
  color: #e65f3e !important;
  /* Your brand orange */
}

/* Redesign the badge to look like a modern shop */
.custom-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #e65f3e;
  /* Matches your brand button */
  color: white;
  font-size: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Ensure the wishlist counter matches the new style */
.wlfmc-counter-number {
  background: #e65f3e !important;
  font-size: 10px !important;
  top: -8px !important;
  right: -10px !important;
}

/* The Main Navbar Container */
.navbar {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Menu List - Centering it like the demo */
.menu-list {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  list-style: none;
  gap: 0;
  margin: 0 !important;
  flex-wrap: wrap;
}

/* Nav Links - Typography and Animated Underline */
.navbar-nav .nav-link {
  text-decoration: none;
  color: #333 !important;
  /* font-size: 0.85rem !important; */
  font-weight: 500 !important;
  letter-spacing: 1.2px;
  position: relative;
  padding: 0 0 5px 0 !important;
  transition: color 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #e65f3e !important;
}

/* .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #e65f3e;
    transition: width 0.3s ease;
} */

/* .navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 100%;
} */

/* Action Buttons Area (Wishlist/Cart) */
.header-actopn-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-product-btn-class {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

/* Styling the Wishlist Counter from Shortcode */
.wlfmc-counter {
  position: relative;
  text-decoration: none;
  color: #333 !important;
  font-size: 1.2rem;
}

.wlfmc-counter-number {
  position: absolute;
  top: -8px;
  right: -10px;
  background: #e65f3e;
  color: white;
  font-size: 0.65rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  box-shadow: 0 0 10px -5px #d85c41;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
}

.header nav {
  background-color: #fff;
  padding: 10px;
}

.header .navbar-brand {
  width: 250px;
  padding: 0;
  display: inline-block;
  /* margin-bottom: -23px; */
}

.banner-mobile-product img,
.footer-logo img,
.header .navbar-brand img,
.info-icon img,
.lost-password-page-container .woocommerce-ResetPassword .woocommerce-form-row,
.profile-product-img img,
.recent-post-image img,
.sm-product-info .sm-product-info-image img,
.thumbnail nav button img,
.thumbnails nav .nav-tabs button img,
.your-product-table table,
input#button_url {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

.header .navbar-brand img {
  border-radius: 0 !important;
}

.header .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  padding: 0 16px !important;
  letter-spacing: 0.6px;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content p a,
.ayurcore-user-dashboard-container .woocommerce-MyAccount-content table td a {
  color: #d85c41;
}

.header .header-actopn-btns ul {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

.header-actopn-btns .add-cart a,
.header-actopn-btns a {
  align-items: center;
  height: 45px;
  display: flex;
}

.header .header-actopn-btns ul li a {
  color: #000;
  text-decoration: none;
}

.header .header-actopn-btns ul li a i {
  color: #d85c41 !important;
  font-size: 21px;
}

.header-actopn-btns .add-cart a {
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  padding: 0 30px;
  border: 1px solid#d85c41;
  border-radius: 50px;
}

.header .header-actopn-btns ul .add-cart a i {
  margin: 3px 0 0;
  color: #d85c41;
}

.about-content p {
  font-size: 21px;
}

.about-content h2 {
  font-size: 38px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #d85c41;
}

.header-actopn-btns .add-cart a small {
  text-transform: uppercase;
}

.header-actopn-btns .add-cart a small i {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.btn-effect {
  position: relative;
  overflow: hidden;
}

.btn-effect small,
.inner-product {
  position: relative;
  z-index: 9;
}

.hero-banner {
  background-color: #f1f1f1;
  padding: 175px 0 360px;
}

.hero-banner-content {
  width: 54%;
}

.hero-banner-content h1 {
  font-size: 62px;
  line-height: 75px;
  color: #000;
  margin: 0 0 20px;
}

.hero-banner-content p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #616161;
  margin: 0;
}

/* 
.hero-slider {
    margin-top: 70px !important;
} */
/* Base Style */
header.header-top {
  background-color: #fffdf5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

header.header-top.is-sticky {
  padding: 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e2e2e2;
}

.top-head {
  padding: 0 10px;
}

.hero-slider {
  padding-top: 110px;
  /* margin-top: 70px !important; */
}

.hero-slider .owl-carousel .item {
  padding: 0;
  height: 70vh;
  width: 100%;
}

.hero-slider .owl-carousel .item .product-info {
  display: flex;
  height: 80vh;
  align-items: center;
  padding: 0 125px;
}

.product-info h2 {
  font-weight: 400;
  color: #000;
  margin: 0;
}

.login-andremember-me-container p,
.password-confirmation-sucess-info p,
.product-info h2 p {
  margin: 0;
}

.product-info h2 span {
  font-weight: 600;
  color: rgba(233, 78, 46, 1);
}

.mark-golden {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg,
      rgba(233, 78, 46, 1) 0%,
      rgba(233, 78, 46, 1) 100%);

  background-size: 100% 30%;
  background-position: 0 90%;
}

/* .hero-slider .owl-carousel .slide2 .product-info {
    justify-content: end
} */

.product-slider-content {
  width: 37%;
}

.product-info .product-text p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 400;
  margin: 30px 0 0;
}

.hero-slider .owl-nav button {
  border: 2px solid #d85c41 !important;
  background-color: #d85c41 !important;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 23px !important;
  color: #fff !important;
}

.hero-slider .owl-nav button span {
  position: relative;
  top: -3px;
  display: block;
}

.hero-slider .owl-nav button:hover,
.inner-testimonial .owl-nav button:hover {
  background-color: #f0f0f6 !important;
  transition: 0.3s;
  color: #d85b41 !important;

}

.hero-slider .owl-nav button i,
.inner-testimonial .owl-nav button i {
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.hero-slider .owl-nav button:hover i {
  color: rgba(233, 78, 46, 1);
  transition: 0.3s;
}

span.xoo-wsc-items-count {
  color: #fff !important;
  background-color: #d85c41 !important;
}

span.xoo-wsc-bki.xoo-wsc-icon-basket1 {
  color: #d75b41 !important;
}

.hero-slider .owl-nav button.owl-prev {
  position: absolute;
  top: 45%;
  left: 20px;
}

.hero-slider .owl-nav button.owl-next {
  position: absolute;
  top: 45%;
  right: 20px;
}

.products {
  background-color: #f5fafe;
  padding: 95px 0 95px;
  position: relative;
}

/* 
.products::before {
    content: "";
    width: 390px;
    height: 380px;
    display: block;
    background: linear-gradient(180deg, #d3583eb5 9%, #d3583ec9 73%);
    position: absolute;
    top: 0;
    left: -118px;
    z-index: 9;
    border-radius: 100%;
    opacity: .8;
    transition: 3s;
    animation: 2s infinite alternate circleBounce;
} */

.blog-text,
.f-class-firm-content,
.inner-form-warp .password-input,
.inner-testimonial,
.left-testimonial-img,
.newsletter-form .form-group,
.product-content a,
.right-testimonial-content .text,
.search-blog,
.testimonial,
.testimonial-boxes,
.woocommerce-order-pay {
  position: relative;
}

@keyframes circleBounce {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.top-content h2 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
}

.bg-light-blue {
  background-color: #dff7f9;
}

.bg-light-lavender {
  background-color: #f5ecff;
}

.product-card {
  padding: 30px 0 30px 30px;
  border-radius: 20px;
}

.product-card .product-content {
  width: 53.2%;
  display: inline-block;
  vertical-align: middle;
}

.product-img {
  display: inline-block;
  width: 46%;
  vertical-align: middle;
}

.product-content h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #2c878a;
  margin: 0 0 70px;
}

.product-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 80px;
  min-height: 60px;
  color: #514e4e;
}

.right-product .product-content h3 {
  color: #6e51a3;
}

.product-boxes {
  margin: 36px 0 0;
}

.product-img img {
  width: 100%;
  height: auto;
}

.product-content a {
  color: #000;
  padding: 0 22px;
  border-radius: 50px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-shadow: 20px 14px 20px 0 rgba(44, 135, 138, 0.3);
  -moz-box-shadow: 20px 14px 20px 0 rgba(44, 135, 138, 0.3);
  box-shadow: 20px 14px 20px 0 rgba(44, 135, 138, 0.3);
  overflow: hidden;
}

.btn-effect span,
.btn-effect:active {
  background-color: #d85c41;
}

.product-content a small i {
  margin: 0 6px 0 0;
}

.product-content a small {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  z-index: 9;
  transition: 0.4s;
}

.product-content a:hover small {
  color: #fff;
  transition: 0.4s;
}

.right-product .product-content a {
  -webkit-box-shadow: 20px 14px 20px 0 rgba(110, 81, 163, 0.3);
  -moz-box-shadow: 20px 14px 20px 0 rgba(110, 81, 163, 0.3);
  box-shadow: 20px 14px 20px 0 rgba(110, 81, 163, 0.3);
}

.btn-effect span {
  position: absolute;
  display: block;
  width: 0;
  top: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.skincare-needs,
.testimonial,
footer.footer {
  background-color: #f5fafe;
}

.btn-effect:hover span {
  width: 340px;
  height: 340px;
}

.product-content .home-product-action-btn a:last-child {
  margin-left: 14px;
}

.add-cart a:hover i,
.add-cart a:hover small {
  color: #fff !important;
  transition: 0.4s;
}

.add-cart a i,
.add-cart a small {
  transition: 0.4s;
  position: relative;
  z-index: 9;
}

.shop-page-featured-image img {
  width: 100% !important;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}

.testimonial {
  padding: 60px 0;
}

.categories-list-tags,
.inner-testimonial .owl-carousel {
  margin: 40px 0 0;
}

.title h2 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.right-testimonial-content .title h2 {
  margin: 0;
  text-align: left;
}

.testimonial-reating-star ul li {
  display: inline-block;
  font-size: 18px;
  color: #d85c41;
}

.testimonial-reating-star ul {
  margin: 0 0 2px;
  padding: 0;
  list-style: none;
}

.profile-img img {
  width: 180px !important;
  height: 180px;
  object-fit: cover;
}

.profile-img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  border: 1px solid #d85c41 !important;
  overflow: hidden;
}

.profile-product-img {
  display: inline-block;
  width: 49%;
  margin: 0 0 0 -40px;
}

.right-testimonial-content .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  font-style: italic;
  color: #4f5257;
  padding: 0 20px 0 0;
  margin: 0 0 30px;
}

.right-testimonial-content,
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}

.right-testimonial-content .text p span {
  position: absolute;
  left: -65px;
  top: -20px;
  width: 7%;
}

.categories-list ul,
.testimonial-name ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.testimonial-name ul li p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #0e1422;
}

.testimonial-name ul li span {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #0e1422;
  vertical-align: middle;
  margin: 0 5px;
}

.inner-testimonial .owl-nav {
  margin: 0;
  position: absolute;
  bottom: -10px;
  right: 30px;
}

.inner-testimonial .owl-nav button {
  background-color: transparent;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.inner-testimonial .owl-nav button:hover i {
  color: #d85c41;
  transition: 0.3s;
}

.bottom-text h2 {
  font-size: 78px;
  font-weight: 800;
  line-height: 78px;
  text-transform: uppercase;
  color: #ccd0d3;
}

.bottom-text {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: -1;
}

.skicare--point--title p {
  font-size: 17px;
  margin: 13px 0 0;
  color: #514e4e;
}

.skicare--point--title h2 {
  display: inline-block;
  vertical-align: sub;
  margin: 10px 0 0;
  font-size: 24px;
}

.skincare-points {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 0 0 24px;
}

.inner-skincare-needs .title h2 {
  margin-bottom: 40px;
}

.skincare-needs {
  background-size: 100%;
  background-position: 100% 65%;
  padding: 140px 0 240px;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: block;
  font-size: 16px !important;
  font-style: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 8px 16px 8px 0;
  text-align: left;
  text-decoration: inherit;
  text-transform: inherit;
  text-transform: uppercase;
  vertical-align: baseline;
}

footer.footer {
  margin: 95px 0 0;
}

.breadcrumps ul,
.footer-nav-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav-links ul li {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 15px;
}

.footer-nav-links ul li span {
  font-size: 8px;
  color: #d85c41;
  margin-right: 12px;
}

.newsletter-form .form-group input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0 20px;
  outline: 0;
  font-size: 15px;
}

.newsletter-form .form-group input::placeholder {
  color: #000;
  font-weight: 500;
}

/* Button Base */
.btn-send {
  height: 35px;
  width: 35px;
  background-color: #d85c41;
  border: 1px solid #d85c41;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 0;
  outline: 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 4px 4px 4px #d2ab673d;
  transition: all 0.3s ease;
}

/* Icon Default */
.btn-send i {
  font-size: 14px;
  color: #fff;
  transition: color 0.3s ease;
}

/* Hover Effect */
.btn-send:hover {
  background-color: #fff;
  border: 1px solid #d85c41;
}

.btn-send:hover i {
  color: #d85c41;
}

/* 
.newsletter-form {
    width: 60%;
    margin: 30px auto 0; 
} */

.weekly-newsletter h2 {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.vertical-line {
  display: block;
  height: 50px;
  width: 2px;
  margin: 32px auto 20px;
  background: #d85c41;
}

.divider,
.f-logo {
  display: inline-block;
  margin: 15px 0;
}

.footer-nav-links {
  margin-top: 50px;
}

.get-app h2 {
  font-size: 17px;
  font-weight: 500;
  margin: 40px 0 12px;
}

.social-icons {
  margin: 40px 0 0;
  font-size: 25px;
}

.social-icons a {
  color: #1d1d1d;
  font-size: 24px;
  transition: color 0.3s;
}

p.copy-right {
  font-size: 13px;
  text-align: center;
  margin: 26px 0 29px;
  color: #161b21;
  font-weight: 500;
}

.breadcrumps ul li,
.product-title h2 {
  letter-spacing: 0.6px;
}

.divider {
  width: 35%;
  background: #d85c41;
  height: 2px;
  position: relative;
}

.f-logo {
  width: 11%;
}

.footer-logo,
.inner-form-warp .form-action-fields,
.login-andremember-me-container,
.recent-post,
.sm-product-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.divider::before {
  content: '';
  position: absolute;
  background: #d85c41;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  top: -3px;
}

.divider.circle-two::before {
  left: 0;
}

.divider.circle-one::before {
  right: 0;
}

.categories-list-recent-post ul,
.social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline-block;
  text-align: center;
  margin: 0 6px;
}

.social-icons ul li a,
.woocommerce-gallery-section .thumbnail .nav {
  display: block;
}

.breadcrumps {
  margin: 91px 0 0px;
  background-color: #f5fafe;
  text-align: center;
  padding: 14px 10px;
}

.breadcrumps ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.breadcrumps ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

span.breadcrumb-delimiter {
  font-size: 12px;
  font-weight: 600;
}

.product-image-lg {
  float: right;
}

.clear {
  clear: both;
}

.product-image-lg .tab-pane img {
  width: 100%;
  height: 530px !important;
  object-fit: cover;
}

.quick-view-data .product-image-lg .tab-pane img {
  height: 460px;
}

.quick-view-data .thumbnails nav {
  overflow: auto;
  height: 460px;
  position: relative;
}

.single-product-left {
  float: left;
  width: 47%;
  position: relative;
}

.single-product-right {
  float: right;
  width: 49%;
}

.product-title h2 {
  font-weight: 400;
}

.single-product-rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.single-product-rating ul li span i {
  color: #bfbfbf;
}

.single-product-rating ul li {
  display: inline-block;
  font-size: 15px;
}

.number-rating {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 2px;
}

.add-review {
  font-size: 13px;
  color: #000;
  letter-spacing: 0.6px;
  font-weight: 400;
  display: inline-block;
  margin: 0 0 0 10px;
}

.single-product-price h4 {
  font-size: 24px;
  font-weight: 400;
  /* padding: 16px 0 24px; */
}

.single-product-price {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 0 20px;
}

.product-additional-detail ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.product-additional-detail ul li strong {
  font-weight: 600;
  color: #000;
  margin: 0 10px 0 0;
}

.product-additional-detail ul li span {
  color: #616161;
}

.product-additional-detail ul li a {
  color: #616161;
  text-decoration: none;
}

.product-additional-detail {
  margin: 20px 0 20px;
}

.woocommerce .woocommerce-ordering {
  margin: -53px 0 -1em;
}

.product-additional-detail ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.product-additional-detail ul li:last-child {
  margin-bottom: 10px;
}

.product-quantity label,
.quantity label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  vertical-align: middle;
  margin: 0 42px 0 0;
  color: #000;
}

.qty-input {
  display: inline-block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}

.qty-input .product-qty,
.qty-input .qty-count {
  background: 0 0;
  color: inherit;
  font-weight: 400;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 35px;
  line-height: normal;
  margin: 0 0 -2px;
  font-size: 15px;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: 0;
}

.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.qty-input .product-qty::-webkit-inner-spin-button,
.qty-input .product-qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 15px;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  font-weight: 400;
}

.qty-input .qty-count:after,
.qty-input .qty-count:before {
  content: '';
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}

.qty-input .qty-count:disabled {
  color: #ccc;
  background: #f2f2f2;
  cursor: not-allowed;
  border-color: transparent;
}

.qty-input .qty-count:disabled:after,
.qty-input .qty-count:disabled:before {
  background: #ccc;
}

.single-product-action-btn a,
.single-product-action-btn button {
  padding: 11px 40px !important;
  display: inline-block !important;
  background-color: #d85c41 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px !important;
  font-size: 15px !important;
  line-height: normal !important;
  font-weight: 400 !important;
  border: 1px solid#d85c41;
}

.single-product-action-btn button.with-border:hover {
  background-color: #d85c41 !important;
  color: #fff !important;
  transition: 0.3s;
}

.single-product-action-btn a.with-border,
.single-product-action-btn button.with-border {
  background-color: transparent !important;
  border: 1px solid#d85c41 !important;
  margin: 0 10px 2px 0 !important;
  transition: 0.3s;
  color: #d85c41 !important;
}

.single-product-action-btn .with-border:hover {
  background-color: #d85c41 !important;
  color: #fff !important;
}

.apply-custom-btn:hover,
.inner-form-warp .sign-in-btn button:hover,
.single-product-action-btn .ayurcore-product-buy-now-btn:hover {
  background-color: transparent !important;
  border: 1px solid#d85c41 !important;
  color: #d85c41 !important;
  transition: 0.3s;
}

.single-product-action-btn .ayurcore-product-buy-now-btn {
  transition: 0.3s;
  margin-right: 10px;
}

.single-product-action-btn a.empty {
  background-color: transparent !important;
  padding: 11px 18px !important;
}

.thumbnails nav .nav-tabs,
.thumbnails nav .nav-tabs button {
  border: none;
}

.single-product-action-btn a.empty span {
  font-size: 15px;
  margin: 0 6px 0 0;
}

.single-product-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.single-product-share ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #d75c40;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  color: #000;
}

.single-product-share h4 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  display: inline-block;
  margin: 0 22px 0 0;
}

.single-product-share ul li {
  display: inline-block;
  margin: 0 2px;
}

input#wc-block-components-totals-coupon__input-coupon {
  border: 1px solid #d75c40 !important;
}

input#wc-block-components-totals-coupon__input-coupon {
  color: #000 !important;
}

.single-product-share {
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.single-product-action-btn {
  margin: 0;
  display: inline-block;
}

.single-product-right .product-detail form.cart {
  margin-bottom: 20px !important;
}

.wlfmc-add-button a {
  color: #000 !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  padding: 0 16px !important;
  text-decoration: none !important;
  border-radius: -8px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  transition: 0.3s;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  font-size: 85%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  /* color: #fff !important; */
  background-color: #e9e6ed;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.wlfmc-add-button a i,
a.xoo-wsc-ft-btn-checkout .amount {
  /* color: #fff !important */
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #e26d5c !important;
  color: #fff !important;
}

.wlfmc-add-button a:hover,
.woocommerce #reviews #comment:focus {
  border: 1px solid#d85c41 !important;
}

.woocommerce div.product form.cart .button {
  float: none !important;
}

.guarantee-safe-checkout h2 {
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #fff;
  display: inline-block;
  width: 30%;
}

.guarantee-safe-checkout,
.single-product-wrapper-main,
.info-discription {
  margin: 80px 0 80px;
}

.inner-guarantee-safe-checkout {
  text-align: center;
  border: 2px solid#d85c41;
  width: 75%;
  margin: 0 auto;
  padding: 27px 0 23px;
  position: relative;
}

.inner-info-discription nav button {
  padding: 6px 22px;
  background-color: transparent !important;
  border: none !important;
  outline: 0 !important;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: #000000 !important;
  margin: 0 12px 0 0 !important;
}

.inner-info-discription nav button.active,
.wlfmc-popup-footer a.wlfmc-btn.wlfmc_btn_0,
.wlfmc-wishlist-table-wrapper .wlfmc-default-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus) {
  background-color: #d85c41 !important;
  color: #fff !important;
}

.wlfmc-wishlist-table-wrapper .wlfmc-default-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus) {
  padding: 0 50px !important;
  height: 40px !important;
  max-height: 40px !important;
  min-height: 40px !important;
  margin: 0 auto 0 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  width: auto !important;
  color: #fff !important;
  border: 1px solid#d85c41 !important;
  transition: 0.3s !important;
}

.inner-info-discription nav .nav-tabs {
  border: none;
  margin: 0 0 28px;
  border-bottom: 1px solid #d85c41;
}

.disc p,
.disc ul li {
  font-size: 16px;
  color: #616161;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.disc ul {
  padding: 0;
  list-style: none;
}

.disc ul li small {
  margin: 0 10px;
}

.info-discription {
  margin-bottom: 66px;
}

.accordion-button:not(.collapsed) {
  color: #111213;
  background-color: #e8d8b5;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #e7c892;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #e8d8b5;
}

.billing {
  border: 1px solid #e4e5ee;
  padding: 30px;
  border-radius: 7px;
}

.billing-title h2,
.your-product-title h2 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.billing-title {
  border-bottom: 2px solid #f1f2f6;
  padding: 0;
  margin: 0 0 20px;
}

.billing .form-group .select2 .select2-selection,
.billing .form-group .select2 .select2-selection__rendered,
.billing .form-group input,
.billing .form-group select,
.billing .form-group-textarea textarea {
  background-color: #f3f4f7;
  border: none;
  outline: 0;
  width: 100%;
  border-radius: 4px;
  padding: 0 10px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.form-group label,
.form-group-textarea label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
}

.form-group-textarea.border-top {
  border-color: #f1f2f6 !important;
  border-width: 2px !important;
  margin: 30px 0 0;
  padding: 20px 0 0;
}

.street-address {
  margin-bottom: 15px;
}

.sm-product-name h3 {
  font-size: 15px;
  font-weight: 400;
}

.sm-product-detail span {
  font-size: 13px;
  font-weight: 400;
  color: #b0b0b0;
}

.option label,
.sm-product-price p,
.your-product-table table tr td,
.your-product-table table tr th {
  font-size: 15px;

}

.sm-product-detail span strong {
  font-weight: 400;
  color: #535353;
}

.sm-product-price p {
  font-weight: 400;
  margin: 10px 0 0;
}

.sm-product-info .sm-product-info-image {
  float: left;
  width: 19%;
}

.sm-product-info .sm-product-info-content {
  float: right;
  width: 76%;
}

.your-product {
  border: 2px solid #d85c41;
  padding: 30px;
  border-radius: 7px;
}

.your-product-table table tr {
  border-top: 1px solid #f1f2f6;
}

.your-product-table table tr th {
  font-weight: 600;
  color: #71778e;
  padding: 10px 0;
}

.your-product-table table tr td {
  text-align: end;
  font-weight: 400;
}

.your-product-table {
  margin: 18px 0 20px;
}

.your-product-table table tr:last-child {
  border-bottom: 1px solid #f1f2f6;
}

.option label {
  padding: 15px 7px 0;
  font-weight: 500;
}

.active-option p {
  font-size: 11px;
  line-height: normal;
  color: #a8a8a8;
  margin: 0;
}

.form-group-checkbox label,
.sm-privacy-policy p {
  letter-spacing: 0.6px;
  line-height: 17px;
  font-weight: 400;

}

.option.active .active-option {
  display: block;
  margin: 0;
  padding: 6px 0;
}

.radio-accordion {
  margin: 0 auto;
}

.option input[type='radio'] {
  cursor: pointer;
  height: 14px;
  width: 14px;
  position: relative;
  top: 2px;
}

.sm-privacy-policy p {
  font-size: 13px;
  margin: 0;
}

.form-group-checkbox label {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.categories-list-tags ul li a,
.f-class-firm-content a,
.submit-btn .form-submit {
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.place-order a,
.wc-block-cart__submit-container .wc-block-cart__submit-button.contained {
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.checkout-sec .woocommerce-info a,
.form-group-checkbox label a,
.sm-privacy-policy p a {
  color: #000;
}

.form-group-checkbox {
  display: flex;
  align-items: baseline;
}

.sm-privacy-policy {
  margin: 20px 0 30px;
}

.is-large.wc-block-cart .wc-block-cart-items th {
  padding: 8px 16px 8px 0;
  white-space: nowrap;
  font-size: 17px;
}

.place-order a {
  display: block;
  background-color: #d85c41;
  border-radius: 7px;
  color: #000;
  font-weight: 400;
}

.checkout-sec {
  margin: 0 0 80px;
}

.billing .form-group-checkbox {
  margin: 19px 0;
}

.place-order {
  margin: 42px 0 0;
}

.your-product-title h2 {
  border-bottom: 2px solid #f1f2f6;
  margin: 0 0 18px;
  padding: 0 0 12px;
}

#quickView_Modal .single-product-action-btn a {
  padding: 11px 35px;
  border-radius: 6px;
  font-size: 14px;
}

#quickView_Modal .single-product-price h4 {
  padding: 16px 0 8px;
  font-size: 22px;
}

.product-title h2 {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 800;
}

#quickView_Modal .single-product-rating ul li {
  font-size: 13px;
}

#quickView_Modal .number-rating {
  font-size: 12px;
}

#quickView_Modal .product-additional-detail {
  margin: 12px 0 18px;
}

#quickView_Modal .product-additional-detail ul li {
  font-size: 14px;
  line-height: 26px;
}

#quickView_Modal .product-quantity label,
#quickView_Modal .single-product-share h4,
.register-info-text,
.woocommerce-privacy-policy-text p {
  font-size: 14px;
}

#quickView_Modal .single-product-action-btn,
.ayurcore-user-dashboard-container .woocommerce-MyAccount-content,
.woocommerce-MyAccount-content fieldset {
  margin: 20px 0 0;
}

.ayurcore-user-dashboard-container .woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}


#quickView_Modal .single-product-share {
  margin: 27px 0 0;
  padding: 10px 0;
}

#quickView_Modal .thumbnails {
  width: 15.6%;
  float: left;
  position: relative;
}

.thumbnails .down-bounce-arrow {
  position: absolute;
  z-index: 11;
  display: block;
  text-align: center;
  line-height: 0;
  color: #000;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-animation: 2s infinite alternate circleBounce;
  animation: 2s infinite alternate circleBounce;
  width: 20px;
  background-color: #d85c41;
  border-radius: 3px;
}

.product-detail .jvm_add_to_wishlist,
.product-detail .jvm_add_to_wishlist span,
.product-detail .jvm_add_to_wishlist:hover span {
  color: #000 !important;
  transition: 0.3s !important;
}

@-webkit-keyframes bounce {

  0%,
  100% {
    bottom: 0;
  }

  40% {
    bottom: 10px;
  }
}

#quickView_Modal .single-product-left {
  width: 49%;
}

#quickView_Modal .modal-content .btn-close,
#quickView_Modal .modal-content .btn-close i {
  background-image: none;
  background-color: #d85c41;
  opacity: 1;
  color: #000;
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px !important;
  text-align: center;
  border-radius: 50px;
}

#quickView_Modal .modal-content .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9;
  box-shadow: none !important;
}

.single-product #sidebar {
  display: none !important;
}

.thumbnail nav button {
  border: none !important;
  width: 100%;
  position: relative;
}

.thumbnail nav button:last-child {
  margin: 0 !important;
}

.thumbnail nav .nav-tabs {
  border: none;
  display: block;
}

.thumbnail {
  float: left;
  width: 16%;
}

.thumbnail nav button::before {
  position: absolute;
  content: '';
  background: #e8d8b5;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 20%;
}

.woocommerce div.product form.cart div.quantity {
  float: none !important;
  margin: 0 0 20px !important;
}

.product-detail .jvm_add_to_wishlist {
  padding: 11px 30px !important;
  display: inline-block !important;
  background-color: transparent !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  line-height: normal !important;
  font-weight: 400 !important;
  border: 1px solid transparent !important;
}

#place_order,
.buy-now-btn,
.buy-now-btn:hover {
  background-color: #d85b40;
}

.product-detail .jvm_add_to_wishlist:hover {
  border: 1px solid#d85c41 !important;
  transition: 0.3s !important;
}

.disc h2 {
  margin: 0 0 12px;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 800;
}

div#accordionFlushLeft {
  width: 50%;
}

.comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: #d85c41;
  margin: 20px 0 5px;
  display: block;
}

.comment-form-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}

.comment-form-rating .stars {
  margin: 0 !important;
  line-height: 17px !important;
}

.submit-btn .form-submit,
.woocommerce-Reviews input#submit {
  line-height: normal !important;

}

.woocommerce #reviews #comment {
  height: 120px;
  padding: 5px 15px;
  border: 1px solid #e1dde7;
  outline: 0 !important;
}

.woocommerce p.stars a::before {
  color: #cfc8d8 !important;
}

#swal2-html-container a,
.wc-block-components-totals-shipping__change-address__link,
.woocommerce .star-rating span::before,
.woocommerce p.stars.selected a.active::before,
.woocommerce p.stars.selected a:not(.active)::before {
  color: #d85c41 !important;
}

.woocommerce p.stars:hover a::before {
  content: '\e020';
  color: #d85c41 !important;
}

.buy-now-btn {
  display: inline-block;
  padding: 10px 28px;
  color: #fff;
  border: 1px solid #d85c41 !important;
  text-align: center;
  font-size: 16px;
  border-radius: 22px;
  text-decoration: none;
  font-weight: 400;
  margin-top: 15px;
}

.submit-btn .form-submit,
.woocommerce-Reviews input#submit,
.woocommerce-privacy-policy-link {
  display: inline-block !important;
  text-decoration: none !important;
}

.buy-now-btn:hover {
  background: #fff;
  color: #d85c41;
  cursor: pointer;
}

.owl-nav button {
  border-radius: 50px !important;
}

.wp-block-woocommerce-cart.alignwide.cart-page-container.container {
  padding: 80px 0;
  margin-top: 83px;
}

.wp-block-woocommerce-cart.alignwide.cart-page-container.container .wc-block-cart {
  margin: 0;
}

.wp-block-woocommerce-cart.alignwide.cart-page-container.container .wc-block-cart__submit {
  margin: 0;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.single-product-price .price del,
.wc-block-components-product-price__regular,
.wishlist-items-wrapper .product-price del {
  color: red;
}

.wc-block-cart-item__remove-link {
  color: #d85c41 !important;
  font-size: 14px !important;
}

.wc-block-components-totals-coupon-link {
  color: #d85c41 !important;
  text-decoration: none;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button.contained {
  display: block;
  background-color: #d85c41;
  border-radius: 3px;
  color: #000;
  font-weight: 400;
}

.wc-block-components-button:not(.is-link):focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.wc-block-components-spinner {
  left: 0 !important;
}

a.button.invoice-button-custom {
  margin: 80px;
}

.cart_item .sm-product-info-image img {
  height: 100px;
  width: 100px;
}

.woocommerce-privacy-policy-link {
  background-color: transparent !important;
  width: revert !important;
  height: revert !important;
  line-height: revert !important;
}

#place_order {
  float: revert !important;
  width: 100%;
  height: 50px;
  text-align: center;
  display: block;
  border: 1px solid #d85c41;
  border-radius: 7px;
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
}

#place_order:hover {
  background-color: #fff !important;
  transition: 0.3s;
  color: #d85c41 !important;
}

.woocommerce-Price-amount.amount,
.woocommerce-shipping-methods li label {
  font-weight: 500 !important;
}

/* css */
.ayurcore-thankyou-order-details li {
  color: #fff;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  padding: 5px 15px !important;
  height: 100% !important;
}

.checkout-sec .woocommerce-info {
  border-top-color: #d75c41;
  background-color: #f5fafe;
}

.info-icon,
.submit-btn .form-submit,
.woocommerce-Reviews input#submit {
  background-color: #d75c41 !important;
}

.checkout-sec .woocommerce-info::before {
  color: #d75c41;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-ordering select {
  background-color: #f3f4f7 !important;
  border: none !important;
  outline: 0 !important;
  width: 100% !important;
  border-radius: 4px !important;
  padding: 0 10px !important;
  height: 46px !important;
  line-height: 46px !important;
  font-size: 14px !important;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
  background-color: #d85c41 !important;
  height: 40px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #000 !important;
}

.woocommerce form.login,
.woocommerce form.register {
  padding: 40px !important;
}

.woocommerce-review-link {
  color: #000 !important;
  text-decoration: none !important;
  margin: 0 0 0 5px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
  vertical-align: middle !important;
}

.woocommerce span.onsale {
  min-height: 4.236em !important;
  min-width: 4.236em !important;
  padding: 0 !important;
  line-height: 4.236 !important;
  left: 0.5em !important;
  display: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
  top: 16px !important;
  right: 13px !important;
  margin: auto !important;
}

.single-product-price del {
  color: #8f8484 !important;
  font-size: 17px !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.single-product-price del {
  display: none !important;
}

.products-page .products li .price del::before,
.single-product-price del::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: red;
  transform: rotate(-10deg);
  transform-origin: center;
}

.single-product-price ins .woocommerce-Price-amount.amount bdi {
  color: #e24c2d !important;
  outline: 0 !important;
  border-bottom: none !important;
  margin: 0 0 0 0px;
  font-size: 24px !important;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0 !important;
}

.info-content h4 {
  font-size: 18px;
  font-weight: 500;
  color: #252425;
  margin: 5px 0;
}

.contact-info-box {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.info-icon {
  min-width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 45px;
  height: 50px;
  border-radius: 50px;
  /* padding: 20px; */
}

.info-icon img {
  height: auto;
  width: 49%;
}

.contact-info-location .info-icon img {
  border-radius: 0;
  filter: invert(1);
}

.gmap_canvas,
.mapouter {
  height: 400px;
  width: 100%;
}

.info-content {
  margin: 0 0 0 20px;
}

.info-content p {
  margin: 0;
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 300;
}

.contact-page-sec .site-title p {
  padding: 25px 0 25px;
  margin: 0;
}

.contact-page-sec,
section.our-blogs {
  margin: 80px 0;
}

.inner-form .form-group input,
.inner-form .form-group textarea {
  width: 100%;
  padding: 15px 25px;
  border-radius: 5px;
  border: 1px solid #ededed;
  font-size: 14px;
  outline: 0;
}

.inner-form .form-group input:focus,
.inner-form .form-group textarea:focus {
  border: 1px solid#d85c41;
}

.inner-form {
  background-color: #fff;
  padding: 50px;
  box-shadow: 0 5px 25px 0 rgb(0 0 0 / 10%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 40px;
  position: relative;
  z-index: 1;
}

/* .office-map {
    margin-top: -110px
} */

.inner-form .form-group,
.inner-form-warp .form-logo,
.main-heading {
  margin: 0 0 30px;
}

.mapouter {
  position: relative;
  text-align: right;
}

.gmap_canvas {
  overflow: hidden;
  background: 0 0 !important;
}

.gmap_iframe {
  width: 100% !important;
  height: 400px !important;
}

.submit-btn .form-submit {
  outline: 0;
  border: 1px solid #d75c41;
  width: 190px;
  padding: 15px 58px !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.submit-btn .form-submit:hover {
  background-color: #fff !important;
  color: #d75c41 !important;
}

.blog-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.blog {
  background: #fff;
  margin-top: 60px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 10%);
  margin-right: 30px;
}

.blog:first-child {
  margin-top: 0;
}

.categories span a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #070707;
  padding: 7px 12px 6px;
  background: linear-gradient(90deg, #d85c41 0, #d85c41 100%);
  margin-right: 6px;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
}

.blog-content {
  padding: 25px;
}

.categories {
  margin: -15px 0 0;
  padding: 0 25px;
}

.blog-content h2 {
  line-height: 39px;
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
  font-weight: 800;
}

.blog-content p {
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

p.date-name-comment a {
  font-weight: 600;
  font-size: 13px;
  color: #7e7f7c;
  text-decoration: none;
  display: inline-block;
}

p.date-name-comment {
  font-weight: 600;
  color: #7e7f7c;
  margin: 0;
}

.blog-btn a,
.search-blog .s-blog-btn {
  background-color: #d85c41;
  bottom: 0;
  margin: auto 0;
  color: #070707;
  position: absolute;
  top: 0;
  color: #fff;
}

.blog-btn a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  right: 20px;
}

.blog-foot {
  padding: 25px;
  position: relative;
  border-top: 1px solid #e3e3e3;
}

.search-blog input {
  width: 100%;
  font-size: 14px;
  outline: 0;
  border: 1px solid #dbdbdb;
  height: 45px;
  padding: 0 90px 0 12px;
  border-radius: 5px;
}

.search-blog .s-blog-btn {
  border: none;
  width: 76px;
  height: 35px;
  font-size: 16px;
  border-radius: 4px;
  right: 6px;
}

.categories-list {
  margin: 25px 0 0;
}

.list-head-b-left h6 {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  font-size: 18px;
  font-weight: 700;
}

.list-head-b-left h6::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 57px;
  height: 3px;
  background-color: #fff;
  z-index: 1;
}

.list-head-b-left h6::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 40px;
  height: 3px;
  background-color: #d85c41;
  z-index: 2;
}

.categories-list ul li a {
  font-weight: 600;
  color: #1b1d21;
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  transition: 0.35s linear;
  text-transform: uppercase;
  text-decoration: none;
}

.categories-list ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  background: #d85c41;
  transition: 0.3s linear;
  border-radius: 50%;
}

.categories-list ul li {
  position: relative;
  line-height: 30px;
}

.categories-list ul li a span {
  color: #9b9b9b;
  font-weight: 400;
  margin: 0 0 0 5px;
}

.categories-list-recent-post {
  margin: 30px 0 0;
}

.recent-post-content h5 {
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}

.drop-cap,
.f-class-firm-content p,
.logo-here {
  color: #fff;
  text-align: center;
}

.recent-post-content span.date {
  font-size: 13px;
  font-weight: 600;
  display: block;
  line-height: 1;
  text-transform: uppercase;
  color: #9f9e9e;
}

.categories-list-recent-post ul li a {
  text-decoration: none;
  transition: 0.3s;
}

.categories-list-recent-post ul li a:hover {
  color: #d85c41 !important;
  transition: 0.3s;
}

.recent-post-image {
  width: 30%;
  overflow: hidden;
  border-radius: 4px;
}

.recent-post-content {
  margin: 0 0 0 20px;
  width: 64%;
}

.categories-list-recent-post .list-head-b-left {
  margin: 0 0 25px;
}

.categories-list-recent-post ul li {
  margin: 0 0 20px;
}

.categories-list-tags ul li {
  display: inline-block;
  background: #e7e7e7;
  padding: 4px 12px;
  border-radius: 4px;
  margin: 0 6px 10px 0;
}

.categories-list-tags ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

.pagination-blog ul li .page-link {
  position: relative;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 16px;
  color: #070707;
  font-weight: 500;
  box-shadow: none;
}

.pagination-blog .page-item .page-link:hover,
.pagination-blog .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #d85c41;
  border-color: #d85c41;
  transition: 0.3s;
}

.inner-f-class-firm {
  position: relative;
  padding: 50px 40px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 8px 8px 30px 0 rgb(0 0 0 / 12%);
  background-color: #252425;
  text-align: center;
}

.logo-here {
  font-size: 28px;
  font-weight: 900;
}

.f-class-firm-content p {
  font-size: 24px;
  line-height: 25px;
  margin: 10px 0;
  font-weight: 600;
}

.f-class-firm-content a {
  font-size: 14px;
  font-weight: 500;
  fill: #252425;
  color: #252425 !important;
  background-color: #d85c41;
  border-radius: 5px;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  margin: 18px 0 0;
}

.inner-f-class-firm::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 113%;
  background-image: linear-gradient(180deg, #d85c41 -200%, #fff0 80%);
  z-index: 0;
  -webkit-transform: rotate(35deg) translateY(-14%) translateX(22%);
  -ms-transform: rotate(35deg) translateY(-14%) translateX(22%);
  transform: rotate(35deg) translateY(-14%) translateX(22%);
}

.need-f-class-firm {
  margin: 50px 0 0;
  position: sticky;
  top: 0;
}

.blog-left {
  height: 100%;
}

.pagination-blog {
  margin: 60px 0 0;
}

.our-blogs .single-blog {
  box-shadow: none;
}

.drop-cap {
  float: left;
  background: #e8d8b5;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 5px 15px 0 0 !important;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.drop-cap span {
  font-size: 20px;
  line-height: 38px;
  display: block;
  font-weight: 800;
  color: #000;
}

.single-blog .blog-content p {
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 24px;
  font-size: 16px;
}

.single-blog .blog-content p a {
  color: #d85c41;
  text-decoration: none;
}

.blog-content p img {
  width: 87%;
}

.categories-list-tags ul li a {
  text-decoration: none;
  color: #121212;
  font-size: 14px;
}

img.wp-image-550.aligncenter {
  width: 332px;
}

#quickView_Modal {
  margin: 0 auto !important;
  background: 0 0;
  width: 100% !important;
  max-width: initial !important;
}

.single-product-left span.onsale {
  right: -20px;
  left: initial !important;
  top: -20px;
  background-color: #d85c41;
  border: 2px solid #fff;
  height: 20px !important;
  width: 20px !important;
  line-height: 54px !important;
}

.single-product-price h4 ins {
  text-decoration: none;
}

.woocommerce-Reviews input#submit {
  padding: 11px 58px !important;
  color: #000 !important;
  border-radius: 10px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.xoo-wsc-container .xoo-wsc-btn,
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
  background-color: #d85c41;
  /* color: #fff !important; */
  border: 2px solid#d85c41 !important;
}

span.xoo-wsc-smr-del {
  color: #fff;
  background-color: red;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 50px;
  font-size: 12px;
}

.ayurcore-customer-detail-forms,
.ayurcore-order-deail-page-container,
.ayurcore-order-detail-page-container,
.ayurcore-user-dashboard-container,
.lost-password-page-container,
.password-confirmation-message-container {
  padding: 80px 0;
  margin-top: 83px;
}

.ayurcore-thankyou-order-details ul {
  padding: 0;
  margin: 0 !important;
  text-align: center;
  position: relative;
  z-index: 99;
}

.ayurcore-thankyou-order-details {
  text-align: center;
  display: inline-block;
  padding: 34px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  margin: 20px auto;
}

.toaster-message,
.toaster-message.error {
  background-color: rgba(253, 81, 81, 0.8);
}

h1.woocommerce-products-header__title.page-title {
  margin-top: 67px;
}

.ayurcore-thankyou-order-details::after,
.ayurcore-thankyou-order-details::before {
  content: '';
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 9;
}

.ayurcore-thankyou-order-details::after {
  right: 0;
  background-image: radial-gradient(circle at 100% 50%,
      transparent 25px,
      #d85c41 26px);
}

.ayurcore-thankyou-order-details::before {
  left: 0;
  background-image: radial-gradient(circle at 0 50%,
      transparent 25px,
      #d85c41 26px);
}

.ayurcore-thankyou-order-details ul.order_details li:last-child {
  padding: 0;
  margin: 0 20px 0 0;
}

.ayurcore-thankyou-order-details ul.order_details li:first-child {
  margin-left: 20px;
}

.ayurcore-thankyou-order-details ul.order_details li {
  border-color: #fff !important;
}

.ayurcore-order-deail-page-container p {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 500;

  text-align: center;
}

.ayurcore-order-deail-page-container .woocommerce-column--billing-address h2,
.ayurcore-order-deail-page-container .woocommerce-column--shipping-address h2,
.ayurcore-order-deail-page-container .woocommerce-order-details h2,
.ayurcore-user-dashboard-container .woocommerce-column--billing-address h2,
.ayurcore-user-dashboard-container .woocommerce-column--shipping-address h2,
.ayurcore-user-dashboard-container .woocommerce-order-details h2 {
  font-size: 24px;
  margin: 0 0 12px;
}

.ayurcore-order-deail-page-container .woocommerce-order-details {
  margin: 50px 0;
  border-top: 1px solid #d2ab676e;
  padding: 40px 0 0;
}

.ayurcore-order-deail-page-container .woocommerce-column--billing-address address,
.ayurcore-order-deail-page-container .woocommerce-column--shipping-address address,
.ayurcore-user-dashboard-container .woocommerce-column--billing-address address,
.ayurcore-user-dashboard-container .woocommerce-column--shipping-address address {
  border: 2px solid#d85c41 !important;
  padding: 20px !important;
  line-height: 28px !important;
}

.ayurcore-order-deail-page-container .woocommerce-order-details table td a {
  color: #d85c41;
}

.ayurcore-user-dashboard-container .woocommerce-order-details {
  margin: 20px 0 30px;
}

.ayurcore-customer-detail-forms .woocommerce-form-login,
.woocommerce-form-register {
  border: 2px solid#d85c41 !important;
  border-radius: 10px !important;
}

.inner-form-warp .forgot-pass a,
.login-andremember-me-container p a {
  color: #d85c41;
}

.ayurcore-customer-detail-forms .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-register .woocommerce-form-register__submit {
  width: 50%;
  display: block !important;
  margin: 30px auto 0 !important;
  float: initial;
}

#ship-to-different-address label {
  margin: 0 0 0 4px;
  font-size: 16px;
}

.inner-info-discription .woocommerce-Reviews input[type='email'],
.inner-info-discription .woocommerce-Reviews input[type='text'] {
  background-color: #f3f4f7 !important;
  border: none !important;
  outline: 0 !important;
  width: 50% !important;
  border-radius: 4px !important;
  padding: 0 10px !important;
  height: 46px !important;
  line-height: 46px !important;
  font-size: 14px !important;
  margin: 0 0 0 20px;
}

.inner-info-discription .woocommerce-Reviews .comment-form-author label,
.inner-info-discription .woocommerce-Reviews .comment-form-email label {
  width: 6%;
}

.checkout-sec .checkout_coupon .form-row-last .button {
  float: revert !important;
  width: 30%;
  height: 50px;
  text-align: center;
  display: block;
  background-color: #d85b41 !important;
  border-radius: 7px;
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
}

.checkout-sec .checkout_coupon .form-row-last .button:hover {
  background-color: #fff !important;
  transition: 0.3s;
  color: #d85b41 !important;
}

.ayurcore-user-dashboard-container nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid#d85c41;
}

.ayurcore-user-dashboard-container nav ul li a {
  color: #000;
  text-decoration: none;
  padding: 8px 30px;
  display: inline-block;
  border-radius: 5px 5px 0 0;
}

.ayurcore-user-dashboard-container nav ul li.is-active a {
  background-color: #d85c41;
  color: #fff;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content,
.ayurcore-user-dashboard-container nav,
.comment-form-author label,
.comment-form-email label {
  width: 100% !important;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content button {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  background-color: #d85b41;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content p {
  margin: 0;
  line-height: 28px;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions a {
  background-color: #d85c41;
  color: #fff;
  font-weight: 400;
  padding: 7px 15px;
  margin-left: 3px;
  font-size: 13px;
}

.ayurcore-thenkyou-msg-and-order-details-container,
.inner-form-warp .sign-in-btn,
.inner-product .top-content {
  text-align: center;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Address {
  position: relative;
  border: 2px solid#d85c41;
  border-radius: 7px;
  padding: 20px 20px 10px;
  margin: 20px 0 0;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Address h3 {
  font-size: 22px;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Address .edit {
  background-color: #d85c41;
  padding: 0 15px;
  border-radius: 4px;
  font-size: 15px;
  text-decoration: none;
  line-height: normal;
  color: #fff;
}

.skincare-img {
  width: 70px !important;
  height: 70px !important;
}

.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 49%;
}

.comment-form-email {
  margin: 0 0 0 23px !important;
}

.inner-info-discription .woocommerce-Reviews .comment-form-author input[type='text'],
.inner-info-discription .woocommerce-Reviews .comment-form-email input[type='email'] {
  width: 100% !important;
  padding: 5px 10px !important;
  margin: 0 !important;
}

.comment-form-cookies-consent {
  margin: 10px 0 30px !important;
}

.inner-product .top-content h2 {
  font-weight: 700;
}

.toaster-message {
  position: fixed;
  top: 12px;
  left: 12px;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 14px;
  max-width: 300px;
  word-wrap: break-word;
}

.toaster-message a {
  color: #f7f6f3;
  text-decoration: underline;
}

.toaster-message a:hover {
  color: #fff;
}

.mark-gold {
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(120deg, #d7b46a00 0, #d7b46a00 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 96%;
}

.privacy-policy-container,
.shipping-and-returns-container,
.term-and-conditions-page {
  padding: 80px 0 80px;
  margin-top: 83px;
}

.term-and-conditions-page h1 {
  font-size: 52px;
  text-transform: capitalize;
  font-weight: 800;
  color: #000000 !important;
  letter-spacing: 0% !important;
  margin-bottom: 30px;
}

.term-and-conditions-page p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #444;
  line-height: 28px;
}

.term-and-conditions-page h3 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000000 !important;
  letter-spacing: 0% !important;
  margin-bottom: 20px;
  margin-top: 30px;
}

.footer-nav-links li a.nav-link {
  color: #212529;
  margin: 0;
  padding: 0;
}

.product-rating {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

.star-rating {
  display: inline-block;
  position: relative;
  font-size: 1em;
  color: #ccc;
}

.star-rating span::before,
.star-rating::before {
  content: '\2605\2605\2605\2605\2605';
  display: block;
}

.star-rating span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #d85c41;
}

.marquee-wrapper {
  background-color: #d85c41b5;
  padding: 6px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.woocommerce-Button,
a.single-product-buy-btn {
  font-weight: 400 !important;
  color: #000;
}

marquee {
  font-size: 15px;
  color: #fff !important;
}

.products-page .site-main {
  margin: 118px auto 80px;
}

.products-page .site-main .products::before {
  background: 0 0;
  display: none;
}

.products-page .products {
  display: grid;
  margin: 63px 0 0 !important;
  flex-wrap: wrap;
  gap: 40px 40px;
  background: 0 0 !important;
  grid-template-columns: repeat(4, 1fr);
}

.products-page .products li {
  border: 1px solid#d85c4133;
  background-color: #ffff;
  padding: 7px 7px 13px !important;
  border-radius: 13px;
  margin: 0 !important;
  width: 100% !important;
  box-shadow: 0 0 15px -8px #d85b41;
}

h1.woocommerce-products-header__title.page-title {
  font-size: 32px;
}

.products-page .products li .onsale {
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #d85c41;
  font-size: 11px;
  left: initial !important;
  right: -10px !important;
  top: -10px !important;
}

.products-page .products li a h2 {
  color: #000;
  margin: 12px 0 !important;
  text-transform: capitalize;
  font-size: 22px !important;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0% !important;
  padding: 0 !important;
}

.products-page .products li a.add_to_cart_button {
  border-radius: 50px !important;
  background-color: #e1bb6600;
  color: #d75c42;
  font-weight: 400;
  width: 49%;
  text-align: center;
  border: 1px solid #d75c42;
  padding: 10px;
  transition: 0.3s;
}

.products-page .products li a.add_to_cart_button:hover {
  background-color: #d75c42;
  color: #fff;
  transition: 0.3s;
}

a.single-product-buy-btn {
  background-color: #d75c42 !important;
  width: 49% !important;
  text-align: center !important;
  padding-block: 10px !important;
  border: 1px solid #d75c42 !important;
  transition: 0.3s;
  float: right;
  color: #fff !important;
  border-radius: 50px !important;
}

a.single-product-buy-btn:hover {
  color: #d85c41 !important;
  background-color: #e1bb6600 !important;
  transition: 0.3s;
}

.products-page .products li a.wlfmc_add_to_wishlist {
  border: 2px solid #d75c42 !important;
  padding: 9px 30px !important;
  width: auto !important;
  height: auto;
  border-radius: 4px !important;
}

.products-page .products li .price {
  font-size: 17px !important;
  margin: 0 !important;
  color: #d85c41 !important;
  line-height: normal;
}

button#product_image_upload_button {
  margin-top: 10px !important;
}

.products-page .products li .price del {
  color: #8f8484 !important;
  font-size: 17px !important;
  position: relative;
  display: inline-block;
  text-decoration: none;
  opacity: 1 !important;
}

.products-page .products li .price del {
  display: none !important;
}

.products-page .products li .wlfmc-add-to-wishlist {
  margin: 0 0 0 30px !important;
  width: 41%;
  text-align: center;
  display: none;
}

.products-page .woocommerce-ordering select {
  padding: 6px 7px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #cacaca;
  outline: 0 !important;
}

.modal-body.single-product-detail-body .quick-view-data .single-product-left .thumbnails nav button {
  border: none !important;
  width: 100%;
  position: relative;
  margin: 0 0 6px !important;
  padding: 0 5px 0 0;
}

.modal-body.single-product-detail-body .quick-view-data .single-product-left .thumbnails nav button::before {
  position: absolute;
  content: '';
  background: #d85c41;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 20%;
  display: none;
}

.wc_payment_method.payment_method_phonepe label {
  display: revert;
}

.lost-password-page-container .woocommerce-ResetPassword.lost_reset_password {
  border: 2px solid#d85c41 !important;
  border-radius: 10px !important;
  padding: 40px;
  width: 50%;
  margin: 0 auto;
}

.woocommerce-Button {
  width: 26%;
  display: block !important;
  margin: 30px auto 0 !important;
  float: initial;
  background-color: #d85c41 !important;
  font-size: 15px !important;
}

.password-confirmation-sucess-info {
  border: 2px solid#d85c41 !important;
  border-radius: 10px !important;
  padding: 40px;
}

.wlfmc-wishlist-table-wrapper {
  padding: 80px 0 80px;
  margin-top: 83px;
}

.ayurcore-user-dashboard-container .wlfmc-wishlist-table-wrapper {
  padding: 0;
  margin-top: 0;
}

.wlfmc-wishlist-table-wrapper .wlfmc-wishlist-table .wishlist-empty-row td {
  padding: 0 !important;
}

.wlfmc-wishlist-table-wrapper .wlfmc-wishlist-table .wishlist-empty tr td a.button {
  width: 15%;
  margin: 10px auto 0 !important;
  background-color: #d85c41 !important;
  height: 40px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #000 !important;
  border: 0 !important;
}

.wlfmc-default-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus):hover {
  color: #d85c41 !important;
  border: 1px solid#d85c41 !important;
  background-color: transparent !important;
  transition: 0.3s !important;
}

.woocommerce-button.button.invoice {
  margin: 0 3px !important;
  display: inline-block !important;
}

.inner-form-warp {
  display: flex;
  align-items: center;
}

.inner-form-warp .slider-content-warp {
  width: 50%;
  position: relative;
}

.inner-form-warp .form-content-warp {
  width: 100%;
  padding: 160px 65px 80px !important;
}

.inner-form-warp .form-content-warp form {
  border: none !important;
  border-radius: 0 !important;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 20px #ccc;
  padding: 30px;
  border-radius: 10px !important;
}

.inner-form-warp .form-logo img {
  width: 300px !important;
  height: auto !important;
}

.inner-form-warp .slider {
  position: relative;
  width: 100%;
}

.inner-form-warp .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  height: 100vh;
  margin: 0;
}

.inner-form-warp .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.inner-form-warp .dot.current,
.inner-form-warp .item.current {
  opacity: 1;
}

.inner-form-warp .item-content {
  padding: 37% 30px;
  position: relative;
}

.inner-form-warp .form-title,
.inner-why-choose-us .info-graphic li .icon {
  margin: 0 0 15px;
}

button.accordion-button {
  font-weight: 600;
}

.inner-form-warp .item-content span {
  font-weight: 500;
  display: block;
  font-size: 18px;
  font-style: normal;
  padding: 0;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  line-height: 21px;
  margin-bottom: 14px;
  color: #fff;
}

.inner-form-warp .item-content h2 {
  font-weight: 700;
  font-size: 38px;
  text-transform: none;
  line-height: 45px !important;
  margin: 0 !important;
  color: #fff;
  text-align: center;
}

.inner-form-warp .item-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 20px 0 10px;
  color: #fff;
}

.inner-form-warp .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-form-warp .bg-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.inner-form-warp .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.go_back,
.inner-form-warp .sign-in-btn button {
  width: auto !important;
  font-weight: 400 !important;
  background-color: #d85c41 !important;
}

.inner-form-warp .form-content-warp .form-group {
  margin: 0 0 9px;
}

.inner-form-warp .form-content-warp .form-group .required {
  color: red;
  font-weight: 700;
}

.inner-form-warp .form-content-warp .form-group label {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  color: #000;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

.inner-form-warp .form-content-warp .form-group input {
  background-color: #f3f4f7 !important;
  color: #000 !important;
  border: none !important;
  outline: 0 !important;
  width: 100% !important;
  border-radius: 4px !important;
  padding: 0 10px !important;
  height: 46px !important;
  line-height: 46px !important;
  font-size: 14px !important;
}

.inner-form-warp .form-content-warp .form-group .text-small {
  font-size: 14px;
  margin: 5px 0 0;
}

.account-warp p,
.inner-form-warp .policy-info p {
  font-size: 14px;
  margin: 0;
}

.inner-form-warp .woocommerce-privacy-policy-text p a {
  color: #d85c41;
  text-decoration: underline !important;
}

.inner-form-warp .password-input span {
  position: absolute;
  top: 13px;
  right: 10px;
  margin: auto 0;
  font-size: 14px;
}

.inner-form-warp .sign-in-btn button {
  padding: 0 50px;
  height: 40px !important;
  margin: 30px auto 0 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  color: #fff !important;
  border: 1px solid#d85c41 !important;
  transition: 0.3s;
}

.lost_reset_password .woocommerce-Button {
  padding: 0 50px;
  height: 40px !important;
  margin: 30px auto 0 !important;
  font-size: 14px !important;
  border-radius: 50px !important;
  color: #fff !important;
  border: 1px solid#d85c41 !important;
  transition: 0.3s;
  width: auto !important;
}

.lost_reset_password .woocommerce-Button:hover {
  background-color: transparent !important;
  border: 1px solid#d85c41 !important;
  color: #d85c41 !important;
  transition: 0.3s;
}

.account-warp {
  margin: 8px 0 0;
  text-align: center;
}

.inner-form-warp .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.inner-form-warp .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  outline: 0;
  padding: 0;
  background-color: #d85c41;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
}

.inner-form-warp .dot:nth-child(n + 2) {
  margin-left: 5px;
}

.go_back {
  padding: 0 17px;
  height: 36px !important;
  line-height: 36px;
  font-size: 14px !important;
  border-radius: 0 !important;
  color: #000 !important;
  border: 1px solid#d85c41 !important;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
}

.go_back i {
  font-size: 13px;
  position: relative;
  left: -4px;
  transition: 0.3s;
}

.go_back:hover i {
  left: -10px;
  transition: 0.3s;
}

.go_back:hover {
  background-color: transparent !important;
  transition: 0.3s;
  color: #d85c41 !important;
}

.back-btn-form {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}

.sign-in-page {
  left: initial;
  right: 10px;
}

.apply-custom-btn {
  height: 45px !important;
  font-weight: 400 !important;
  color: #000 !important;
  background-color: #d85c41 !important;
  border: 1px solid#d85c41 !important;
  transition: 0.3s;
}

div:where(.swal2-icon).swal2-error {
  border-color: #d85c41 !important;
  color: #d85c41 !important;
}

div:where(.swal2-icon).swal2-error [class^='swal2-x-mark-line'] {
  background-color: #d85c41 !important;
}

.phone-pay-checkout {
  padding: 180px 0 40px;
}

.country-and-state-dropdown {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}

.country-and-state-dropdown p {
  width: 49% !important;
}

.products-page .products li .wlfmc-add-to-wishlist a {
  width: 100% !important;
  height: auto;
  border: 1px solid#d85c41 !important;
  padding: 9px 10px !important;
  border-radius: 3px !important;
  display: none !important;
}

.products-page .products li a .price ins {
  text-decoration: none;
  color: #000;
}

.single-product-price h4 {
  color: #161615;
}

button.wc-block-components-shipping-calculator-address__button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #d85c41;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border: none;
  outline: 0;
}

#wlfmc-wishlist-form .wlfmc-wishlist-footer button.add-all-to-cart-btn.button.wlfmc-tooltip.wlfmc-tooltip-top {
  background-color: transparent !important;
  border: 1px solid#d85c41 !important;
  color: #000 !important;
}

.woocommerce-address-fields .select2-selection.select2-selection--single {
  background-color: #f3f4f7;
  border: none;
  outline: 0;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}

#wlfmc-wishlist-form .wlfmc-wishlist-footer .wlfmc_wishlist_bulk_action button.apply-btn {
  background-color: #d85c41 !important;
  border: none;
  color: #fff !important;
}

.wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button {
  border: 1px solid#d85c41;
  border-radius: 3px;
  color: #000;
  background-color: #d85c41;
}

.is-active label {
  display: none;
}

.wc-block-components-text-input.is-active input[type=text] {
  padding: 16px 12px;
}

.wc-block-components-totals-coupon__form button.wc-block-components-totals-coupon__button .wc-block-components-button__text {
  color: #fff !important;
  opacity: 2 !important;
}

.thumbnails nav {
  overflow: auto;
  height: 440px;
}

.product-description-popup h3 {
  font-size: 28px;
  font-weight: 600;
}

.product-description-popup p,
.product-description-popup ul {
  margin: 0 0 8px;
}

.product-description-popup ul {
  padding: 0 0 0 18px;
}

.product-description-popup {
  margin-top: 28px;
}

.thumbnail nav::-webkit-scrollbar,
.thumbnails nav::-webkit-scrollbar {
  width: 3px;
  color: #d85c41;
  background-color: #d85c41;
  border-radius: 50px;
}

.thumbnail nav::-webkit-scrollbar-thumb,
.thumbnails nav::-webkit-scrollbar-thumb {
  background-color: #d85c41;
  outline: #ffffff solid 1px;
  border-radius: 50px;
}

.thumbnail nav::-webkit-scrollbar-track,
.thumbnails nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(249 221 172);
  border-radius: 50px;
}

.thumbnail nav button {
  margin: 0 0 8px !important;
  padding: 0 5px 0 0;
}

.product-image-lg {
  width: 83%;
}

.product-card:hover .product-img {
  transition: 0.5s;
  transform: scale(1.2);
}

.product-card .product-img {
  transition: 0.5s;
  animation: none;
  transform: scale(1);
}

@keyframes circleBounceHover {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.inner-why-choose-us .info-graphic {
  font-size: 0.8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.inner-why-choose-us .info-graphic li {
  position: relative;
  width: 100%;
  max-width: 38em;
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: 0.2s;
}

.inner-why-choose-us .info-graphic li .numberWrap {
  position: absolute;
}

.inner-why-choose-us .info-graphic li .number {

  font-size: 13em;
  font-weight: 900;
  width: 100px;
  text-align: center;
}

.inner-why-choose-us .info-graphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 19em;
  height: 16em;
  left: -5em;
  top: 1em;
}

.inner-why-choose-us .info-graphic li .coverWrap .numberCover {
  position: absolute;
  background-color: #f5f8f7;
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: 0.4s;
}

.inner-why-choose-us .info-graphic li .coverWrap .numberCover::before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}

.inner-why-choose-us .info-graphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: '';
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}

.inner-why-choose-us .info-graphic li .content {
  margin: 50px 45px 45px 100px;
  position: relative;
  text-align: center;
}

.inner-why-choose-us .info-graphic li .content h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.inner-why-choose-us .info-graphic li .content p {
  font-size: 17px !important;
  line-height: 1.5em;
  color: #514e4e;
}

.inner-why-choose-us .info-graphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

.inner-why-choose-us .info-graphic li .icon img {
  width: 17%;
}

mark.mark-golden-cls {
  padding-left: 7px;
  padding-right: 7px;
}

.product-info h2 {
  font-size: 60px;
  line-height: 75px;
}

.product-slider-content.wow.slideInLeft.animated {
  margin-left: 22px;
  width: 100%;
}

.product-slider-content.wow.slideInRight.animated {
  margin-right: 50px;
  width: 600px;
}

section.products {
  margin-top: -15px;
}

.why-choose-us {
  margin-top: 42px;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item__description.wc-block-components-totals-shipping__via,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link {
  padding-top: 4px;
  display: none;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
  display: none !important;
  margin-top: 16px;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options {
  margin-top: 16px;
  display: none;
}

.product-image-container {
  position: relative;
  display: inline-block;
}

.discount-label {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: auto;
  z-index: 10;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.discount-badge,
.discount-badge-single {
  position: absolute;
  background: url('https://ayucoreluxury.com/wp-content/uploads/2025/03/Untitled-design-15.webp') center center/contain no-repeat;
  display: flex;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
}

.image-wrapper .main-image {
  display: block;
  width: 100%;
}

.discount-badge {
  top: -10px;
  right: -15px;
  width: 116px;
  height: 116px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.discount-badge {
  display: none;
}

.discount-percentage {
  font-size: 20px;
  line-height: 22px;
  margin-top: -6px;
}

.discount-text {
  font-size: 14px;
  line-height: 14px;
}

.discount-badge-single {
  top: 1px;
  right: -9px;
  width: 100px;
  height: 88px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.discount-badge-single {
  display: none;
}

.discount-percentage-single {
  font-size: 18px;
  line-height: 22px;
  margin-top: -6px;
}

.discount-text-single {
  font-size: 13px;
  line-height: 14px;
}

span.page-numbers.current {
  color: #d85c41 !important;
  /* line-height: 1 !important; */
  border-radius: 50%;
  width: 70%;
  height: 79%;
  background: #fff !important;
}

ul.page-numbers {
  border: none !important;
}

ul.page-numbers li {
  display: flex !important;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 3px !important;
  border: 2px solid #d85c41 !important;
  background: #fff;
  border-radius: 55px;
  width: 40px;
}

.page-numbers {
  background-color: #fff !important;
}

.product img {
  object-fit: cover;
  height: 290px !important;
  border-radius: 12px 12px 0 0;
}

.nav-link {
  position: relative;
  text-decoration: none;
  color: #000;
  /* change if needed */
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #d85c41;
  /* underline color */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}

.inner-safe-checkout img {
  height: auto !important;
}

.single-product-left img {
  border: 1px solid #5656564f;
  border-radius: 13px;
  height: auto !important;
}

.single-product-left .thumbnail button img {
  border-radius: 13px;
}

.disc h3 {
  font-size: 16px;
}

.my-add-cart .action-icon {
  gap: 11px;
}

.my-add-cart .action-icon {
  font-size: 14px;
  height: auto;
  gap: 11px;
}

/* li.my-add-cart {

} */
.my-add-cart .action-icon {
  font-weight: 600;
  padding: 8px 13px;
  border: 1px solid #d85c41;

  border-radius: 51px;
  color: #d85c41 !important;
  font-size: 14px;
  display: inline-block;
  height: auto;
  gap: 11px;
}

.my-add-cart .action-icon i {
  font-size: 18px !important;
}

.my-add-cart :hover {
  background-color: #d85c41;
  color: #fff;
}

.my-add-cart:hover .action-icon {
  color: #fff !important;
}

.my-add-cart:hover .action-icon i {
  color: #fff !important;
}

.products img {
  transition: 0.3s all;
}

.products img:hover {
  transition: 0.3s all;
  transform: scale(1.04);
}

.products li a {
  transition: 0.3s all;
  overflow: hidden;
}

.tax-product_cat .breadcrumps {
  margin: 0 0 3%;
}

.tax-product_cat .site-main {
  margin: 120px auto 80px !important;
}

.woocommerce-page table.shop_table_responsive {
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm span {
  font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 22px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
.woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
  width: 50% !important;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  margin-bottom: 20px !important;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Button {
  width: auto;
  padding: 8px 40px;
  height: 40px !important;
  margin: 30px auto 0 !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  color: #fff !important;
  border: 1px solid#d85c41 !important;
  transition: 0.3s;
  display: flex !important;
  align-items: center !important;
  width: fit-content;
}

.ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Button:hover {
  background-color: transparent !important;
  border: 1px solid#d85c41 !important;
  color: #d85c41 !important;
  transition: 0.3s;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm label {
  font-size: 14px;
  font-weight: 500;
}

.product-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.woocommerce-customer-details {
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
  width: 24%;
}

.ayurcore-user-dashboard-container table.my_account_orders {
  border: none !important;
}

.ayurcore-user-dashboard-container table.my_account_orders thead {
  background-color: #fff5f3;
  border: none !important;
}

.ayurcore-user-dashboard-container table.my_account_orders thead th {
  font-weight: 600;
}


.ayurcore-user-dashboard-container table.my_account_orders td,
.ayurcore-user-dashboard-container table.my_account_orders th {
  padding: 13px 8px;
  border-top: none;
  border-bottom: none;
}

.ayurcore-user-dashboard-container table.my_account_orders td {
  border-bottom: 1px solid #e1e1e1 !important;
}

.shipping-and-returns-container h1 {
  font-size: 42px;
}

.term-and-conditions-page h1 {
  font-size: 42px;
}

.privacy-policy-container h1 {
  font-size: 42px;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}

.billing {
  height: 100%;
}

.group\/conversation-turn.relative.flex.w-full.min-w-0.flex-col.agent-turn {
  padding: 10px 0;
}

.wlfmc_wishlist_bulk_action.f-wrap.justify-center.d-flex.f-center-item.gap-5 {
  padding-left: 10px;
}

.add-space {
  padding-top: 80px;
}

.phonepe_response {
  position: relative !important;
  top: 115px !important;
  margin: 10px auto 0 !important;
}

.blockUI {
  position: fixed !important;
}

.lost-reset-password-container {
  width: 65%;
  margin: 13% auto 7%;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 0 7px #00000021;
  border-radius: 20px;
}

.lost-reset-password-container p {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.lost-reset-password-container p label {
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

.lost-reset-password-container p span {
  font-size: 16px;
}

.ayurcore-user-dashboard-container .browse-products {
  display: inline-block;
  width: auto;
  margin: 0 !important;
  line-height: 22px !important;
}





/* 04-06-2026 */

.hero-buttons .btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 50px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  background: #F39C12 !important;
  overflow: hidden;
  z-index: 1;
}

.hero-buttons .btn-primary::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: conic-gradient(from 0deg,
      transparent,
      transparent,
      #fcedca,
      #e38c76,
      transparent);
  animation: borderRotate 12s linear infinite;
  z-index: -2;
}

.hero-buttons .btn-primary::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: inherit;
  background: #ff9800;
  z-index: -1;
}

@keyframes borderRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* Parent menu */
.menu-item-has-children {
  position: relative;
}

/* Arrow icon */
.menu-item-has-children>a {
  position: relative;
  padding-right: 20px;
}

.head-navbar .menu-item-has-children>a {
  position: relative;
  padding-right: 18px !important;
}

.head-navbar .menu-item-has-children>a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

/* Mobile dropdown arrow */
.mobile-menu .menu-item-has-children>a {
  position: relative;
  display: block;
  padding-right: 50px !important;
}

/* Rotate when submenu is open */
.mobile-menu .menu-item-has-children.active>a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Submenu styling */
.mobile-menu .sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 8px;
}

.mobile-menu .sub-menu li a {
  padding: 10px 15px;
  font-size: 14px;
}

/* Rotate arrow when open */
.menu-item-has-children.active>a::after {
  transform: translateY(-50%) rotate(180deg);
}

.shop-wrapper .shop-products .products {
  margin-top: 0 !important;
}

form.woocommerce-ordering {
  display: none;
}

/* Hide Shop title */
.woocommerce-products-header {
  display: none !important;
}

/* Hide result count */
.woocommerce-result-count {
  display: none !important;
}

/* =========================
   SHOP SIDEBAR
========================= */

.shop-sidebar {
  width: 280px;
  flex-shrink: 0;
}

.shop-sidebar-title {
  font-weight: 600;
  margin: 0 0 20px;
  color: #222;
  line-height: 1.2;
  font-size: 20px !important;
  margin-bottom: 20px;
}

/* Remove bullets */
.shop-sidebar ul,
.shop-sidebar .children {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.shop-sidebar li {
  list-style: none !important;
  margin-bottom: 10px;
  position: relative;
}

.shop-sidebar li::marker,
.shop-sidebar li::before {
  display: none !important;
  content: none !important;
}

/* =========================
   PARENT CATEGORY
========================= */

.shop-sidebar>.cat-item>a {
  display: block;
  padding: 14px 18px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease;
}

.shop-sidebar>.cat-item>a:hover {
  background: #d65b42;
  border-color: #d65b42;
  color: #fff;
  transform: translateX(3px);
}

/* Active Category */
.shop-sidebar .current-cat>a,
.shop-sidebar .current-cat-parent>a {
  background: #d65b42;
  color: #fff;
  border-color: #d65b42;
}

/* =========================
   SUB CATEGORY
========================= */

.shop-sidebar .children {
  margin-top: 8px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid #d65b42;
}

.shop-sidebar .children li {
  margin-bottom: 6px;
}

.shop-sidebar .children li a {
  display: block;
  padding: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: .3s ease;
}

.shop-sidebar .children li a:hover {
  background: #fff3ee;
  color: #d65b42;
  border-color: #d65b42;
}

/* Active Sub Category */
.shop-sidebar .children .current-cat>a {
  background: #fff3ee;
  color: #d65b42;
  border-color: #d65b42;
  font-weight: 600;
}

/* Subcategory Arrow */
.shop-sidebar .children li a:before {
  content: "↳";
  margin-right: 8px;
  color: #d65b42;
  font-weight: bold;
}

.load-more-wrap {
  text-align: center;
  margin: 40px 0;
}

#load-more-products {
  background: #d65b42;
  color: #fff;
  border: none;
  padding: 14px 35px;
  font-size: 14px;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 4px 15px rgba(214, 91, 66, 0.25);
}

#load-more-products:hover {
  background: #c44f38;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(214, 91, 66, 0.35);
}

#load-more-products:active {
  transform: translateY(0);
}

#load-more-products:hover::after {
  margin-left: 10px;
}

/* Remove bullets */
.shop-sidebar ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.shop-sidebar li {
  list-style: none !important;
  margin-bottom: 12px;
  padding-left: 0;
}

/* Category button */
.shop-sidebar li a {
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
  color: #d65b42;
  transition: all .3s ease;
  font-size: 14px;
  line-height: 16px;
}

.shop-sidebar li a:hover,
.shop-sidebar .current-cat>a {
  background: #d65b42;
  color: #fff;
  border-color: #d65b42;
}

.shop-wrapper {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.shop-sidebar {
  width: 250px;
  flex-shrink: 0;
}

.shop-products {
  flex: 1;
}

/* 3 products per row */
.shop-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.shop-products ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
}

.shop-wrapper {
  display: flex;
  gap: 30px;
  padding: 30px 0 0;
}

.shop-sidebar {
  width: 250px;
  flex-shrink: 0;
}

.shop-products {
  flex: 1;
}

.shop-sidebar ul {
  list-style: none;
  padding: 0;
}

.shop-sidebar li {
  margin-bottom: 10px;
}

.shop-sidebar a {
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.head-navbar ul li {
  position: relative;
}

.head-navbar .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  min-width: 220px;
  background: #fff;
  padding: 10px;
  margin: 0;
  list-style: none;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.head-navbar .sub-menu li {
  display: block;
  width: 100%;
  margin: 0;
}

.head-navbar .sub-menu li a {
  display: block;
  padding: 12px 15px;
  white-space: nowrap;
}

.head-navbar .menu-item-has-children:hover>.sub-menu {
  display: block;
}

/* All Products Button */
.shop-category-list .all-products-link {
  margin-bottom: 15px;
}

.shop-category-list .all-products-link a {
  display: block;
  padding: 14px 18px;
  background: #d65b42;
  color: #fff !important;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  transition: .3s;
}

.shop-category-list .all-products-link a:hover {
  background: #c14f38;
}

.shop-sidebar {
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
}

.shop-sidebar::-webkit-scrollbar {
  width: 6px;
}

.shop-sidebar::-webkit-scrollbar-thumb {
  background: #d65b42;
  border-radius: 10px;
}

.woocommerce-product-details__short-description {
  margin: 20px 0;
  padding: 20px;
  background: #fff8f5;
  border-left: 4px solid #d65b42;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.woocommerce-product-details__short-description strong {
  color: #d65b42;
  font-weight: 600;
}

.single-product .price {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #d65b42;
}

.container p {
  padding: 0;
  margin: 0px !important;
}

h2.woocommerce-section-short-title {
  font-size: 18px;
  padding-top: 25px;
}


/* ====================== SEARCH POPUP ====================== */

#search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 80px;
}

.search-overlay {
  width: 100%;
  max-width: 520px;
  padding: 0 15px;
}

.search-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}

.search-popup-box {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.search-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #f5f5f5;
  color: #444;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  z-index: 99;
}

.search-close-btn span {
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
}

.search-close-btn:hover {
  background: #e74c3c;
  color: #fff;
  transform: rotate(90deg) scale(1.08);
  box-shadow: 0 8px 20px rgba(231, 76, 60, .35);
}

/* Search Input */
.ajax-search-wrapper {
  position: relative;
}

#product-search {
  width: 100%;
  padding: 18px 20px;
  padding-right: 55px;
  /* space for close button */
  border: none;
  font-size: 17px;
  outline: none;
  border-bottom: 1px solid #eee;
}

#product-search:focus {
  border-bottom-color: #4a7043;
}

/* Results Dropdown */
#search-results {
  max-height: 460px;
  overflow-y: auto;
  background: white;
  border-radius: 0 0 16px 16px;
}

#search-results:empty {
  display: none;
}

/* Live Search List */
.live-search-list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.live-search-list li {
  margin: 4px 8px;
  border-radius: 10px;
}

.live-search-list li:hover {
  background: #f8fbf7;
}

.live-search-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  text-decoration: none;
  color: #333;
}

.live-search-list img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
}

.live-search-list span {
  flex: 1;
  font-weight: 500;
  line-height: 1.35;
}

.live-search-list strong {
  text-align: right;
  font-weight: 600;
  min-width: 100px;
}

.live-search-list del {
  color: #999;
  font-size: 13.5px;
}

.live-search-list ins {
  color: #e74c3c;
  text-decoration: none;
  font-size: 15.5px;
}

/* Scrollbar */
#search-results::-webkit-scrollbar {
  width: 7px;
}

#search-results::-webkit-scrollbar-thumb {
  background: #4a7043;
  border-radius: 10px;
}

/* No Result */
.no-result {
  padding: 40px 20px;
  text-align: center;
  color: #777;
}

.search-loading {
  padding: 20px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.search-loading:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  border: 2px solid #ddd;
  border-top: 2px solid #4a7043;
  border-radius: 50%;
  animation: spin .8s linear infinite;
  vertical-align: middle;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


.inner-common-page-wrapper {
  padding-inline: 50px;
}

.our-blogs .single-blog .blog-image img {
  width: 100%;
  height: 100%;
}

/* ==== Responsive CSS Start ==== */

@media only screen and (max-width: 1800px) {
  .product-slider-content {
    width: 40%;
  }

  .product-info h2 {
    color: #2d2d2d;
    font-weight: 700;
    font-size: 67px;
    line-height: 1.1;
  }

  .product-slider-content.wow.slideInRight.animated {
    margin-right: 10px;
    width: 745px;
  }

  .product-info .product-text p {
    font-size: 17px;
    line-height: 25px;
    color: #514e4e;
  }

  .inner-testimonial .owl-nav {
    bottom: -12px;
  }

  .skicare--point--title p {
    font-size: 21px;
  }

  .Content-grid {
    gap: 23px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .breadcrumps {
    margin: 85px 0 0px;
  }
}

@media only screen and (max-width: 1679px) {
  .comment-form-email {
    margin: 0 0 0 21px !important;
  }

  .wlfmc-add-button.wlfmc-addtowishlist a i {
    color: #d85c41 !important;
  }

  .hero-slider .owl-carousel .item,
  .hero-slider .owl-carousel .item .product-info {
    height: 70vh;
  }

  .product-info h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .product-info .product-text p {
    margin: 20px 0 0;
  }

  .inner-why-choose-us .info-graphic li {
    max-width: 33em;
  }

  .inner-why-choose-us .info-graphic li .number {
    font-size: 10em;
  }

  .single-product-action-btn a,
  .single-product-action-btn button {
    padding: 8px 25px !important;
  }

  .inner-why-choose-us .info-graphic li .coverWrap {
    width: 15em;
    height: 14em;
    left: -4em;
    top: 4px;
  }

  .inner-why-choose-us .info-graphic li .coverWrap .numberCover {
    width: 15em;
    height: 5em;
  }

  .inner-why-choose-us .info-graphic li .content {
    margin: 45px 30px 35px 65px;
  }

  .inner-why-choose-us .info-graphic li .icon img {
    width: 14%;
  }

  .inner-why-choose-us .info-graphic li .content h2 {
    font-size: 18px;
  }

  .inner-why-choose-us .info-graphic li .content p {
    font-size: 13px;
  }

  .product-slider-content.wow.slideInRight.animated {
    width: 614px;
  }

  .skicare--point--title p {
    font-size: 19px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    top: 13px !important;
    right: 5px !important;
  }
}

@media only screen and (max-width: 1600px) {
  .hero-banner {
    padding: 155px 0 !important;
  }

  .product-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 20px;
  }

  .wlfmc-add-button.wlfmc-addtowishlist a i {
    color: #d85c41 !important;
  }

  .product-content p {
    margin: 0 0 10px;
  }

  .products::before {
    width: 330px;
    height: 330px;
    left: -118px;
  }

  .skincare-needs {
    padding: 90px 0 50px;
    background-position: 100% 57%;
  }

  .product-content .home-product-action-btn a:last-child {
    margin-left: 10px;
    margin-top: 5px;
  }

  .single-product-action-btn a,
  .single-product-action-btn button {
    padding: 8px 25px !important;
    border: 1px solid #e8d8b5;
  }

  .product-detail .jvm_add_to_wishlist {
    padding: 11px 23px !important;
  }

  .thumbnail nav {
    height: 492px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }
}

@media only screen and (max-width: 1580px) {
  .wlfmc-add-button.wlfmc-addtowishlist a i {
    color: #d85c41 !important;
  }

  .inner-form-warp .item-content h2 {
    font-size: 36px;
  }

  /* .products-page .products li a.add_to_cart_button {
        width: 55%;
        padding: 10px 0
    } */

  .products-page .products li a h2 {
    min-height: 0px;
  }
}

@media only screen and (min-width: 1441px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1420px;
  }

  .wlfmc-add-button.wlfmc-addtowishlist a i {
    color: #d85c41 !important;
  }
}

@media only screen and (max-width: 1441px) {
  .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
    width: 14%;
  }
}

@media only screen and (max-width: 1439px) {
  .comment-form-email {
    margin: 0 0 0 18px !important;
  }

  .guarantee-safe-checkout h2 {
    width: 36%;
  }

  .wlfmc-add-button.wlfmc-addtowishlist a i {
    color: #d85c41 !important;
  }

  .product-content h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 40px;
  }

  .product-card {
    padding: 30px;
  }

  .product-content p {
    margin: 0 0 40px;
  }

  .product-card .product-content {
    width: 58.2%;
  }

  .product-img {
    width: 40%;
    margin: 0 0 0 4px;
  }

  .product-content a {
    padding: 0 18px;
  }

  .lost-password-page-container .woocommerce-ResetPassword.lost_reset_password {
    width: 60%;
  }

  .products-page .products li .wlfmc-add-to-wishlist {
    margin: 0 0 0 28px !important;
  }

  .products-page .products li a h2 {
    font-size: 16px !important;
  }

  .hero-slider .owl-carousel .item .product-info {
    padding: 0 100px;
  }

  .product-info .product-text p {
    font-size: 18px;
    line-height: 30px;
    margin: 12px 0 0;
  }

  .container-fluid.banner {
    margin-top: 112px;
  }

  .skicare--point--title p {
    font-size: 17px !important;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .product-title h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1400px) {
  .hero-banner {
    padding: 245px 0;
  }

  .hero-banner-content h1 {
    font-size: 50px;
    line-height: 56px;
    margin: 0 0 14px;
    font-weight: 400;
  }

  .wlfmc-add-button.wlfmc-addtowishlist a i {
    color: #d85c41 !important;
  }

  .hero-banner-content p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #616161;
    margin: 0;
  }

  .products::before {
    width: 320px;
    height: 320px;
    left: -128px;
  }

  .skicare--point--title p {
    font-size: 14px;
    line-height: 25px;
  }

  .skicare--point--title h2 {
    font-size: 20px;
  }

  .title h2 {
    font-size: 35px;
  }

  .skincare-points {
    margin: 0 0 30px;
  }

  .inner-skincare-needs .title h2 {
    margin-bottom: 25px;
  }

  .skincare-needs {
    background-position: 100% 25%;
    padding: 67px 0 50px;
  }

  .right-testimonial-content .text p {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
  }

  .inner-testimonial .owl-nav button i,
  .testimonial-name ul li p {
    font-size: 15px;
  }

  .right-testimonial-content .text p span {
    left: -65px;
    top: -10px;
  }

  .inner-form-warp .sign-in-btn button {
    height: 36px !important;
    font-size: 14px !important;
  }

  .inner-form-warp .form-content-warp .form-group .text-small,
  .woocommerce-privacy-policy-text p {
    font-size: 12px;
  }

  .inner-form-warp .forgot-pass a,
  .inner-form-warp .form-content-warp .form-group label,
  .remember-me span {
    font-size: 14px;
  }

  .account-warp p {
    font-size: 13px;
  }

  .inner-form-warp .form-logo img {
    width: 250px !important;
  }

  .your-product .woocommerce-checkout-review-order table tr td,
  .your-product .woocommerce-checkout-review-order table tr th {
    font-size: 13px !important;
  }

  .cart_item .sm-product-info-image img {
    height: 70px;
    width: 100px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }
}

@media only screen and (max-width: 1399px) {
  .products-page .products {
    gap: 20px;
  }

  .term-and-conditions-page h1 {
    font-size: 42px;
  }

  .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
    width: 17%;
  }
}

@media only screen and (max-width: 1365px) {
  .breadcrumps {
    margin: 75px 0 0;
  }

  .hero-banner {
    padding: 205px 0 230px !important;
  }

  .product-info h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .product-info .product-text p {
    font-size: 18px;
    line-height: 30px;
    margin: 5px 0 0;
  }

  .inner-why-choose-us .info-graphic li {
    max-width: 32em;
  }

  .buy-now-btn {
    padding: 6px 22px;
    font-size: 14px;
  }

  .product-slider-content.wow.slideInRight.animated {
    width: 600px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .term-and-conditions-page h1 {
    font-size: 38px;
  }

  .term-and-conditions-page h3 {
    font-size: 26px;
  }

  .products-page .site-main {
    margin: 110px auto 80px;
  }

  .inner-guarantee-safe-checkout {
    padding: 22px 0 18px;
  }

  .product-title h2 {
    font-size: 24px;
  }

  .single-product-price ins .woocommerce-Price-amount.amount bdi,
  .single-product .price {
    font-size: 22px !important;
  }

  .product-additional-detail ul li {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 1279px) {
  .hero-slider .owl-carousel .item .product-info {
    padding: 0 80px;
  }

  .inner-why-choose-us .info-graphic li {
    max-width: 30em;
  }

  .inner-why-choose-us .info-graphic li .icon img {
    width: 16%;
  }

  .inner-why-choose-us .info-graphic li .content h2 {
    font-size: 16px;
  }

  .inner-why-choose-us .info-graphic li .content p {
    font-size: 12px;
  }

  .skicare--point--title p {
    font-size: 16px !important;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    top: 16px !important;
  }

  .inner-common-page-wrapper {
    padding-inline: 20px;
  }

  .blog-content {
    padding: 25px 0;
  }

}

@media only screen and (max-width: 1200px) {
  .hero-banner-content p {
    font-size: 14px;
    line-height: 24px;
  }

  .hero-banner-content h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-banner {
    padding: 225px 0 175px;
  }

  .header .header-actopn-btns ul {
    gap: 25px;
  }

  .header-actopn-btns .add-cart a {
    gap: 13px;
    font-size: 16px;
    padding: 0 26px;
  }

  .product-content h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .products::before {
    left: -156px;
  }

  .top-content h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .right-testimonial-content .text p {
    font-size: 15px;
    margin: 0 0 40px;
  }

  .title h2 {
    font-size: 29px;
    margin: 0 0 30px;
  }

  .testimonial-name ul li span {
    width: 20px;
  }

  .testimonial-name ul li p {
    font-size: 13px;
  }

  .inner-testimonial .owl-nav button i {
    font-size: 14px;
  }

  .skicare--point--title img {
    width: 32px;
  }

  .skicare--point--title h2 {
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
  }

  .skincare-needs {
    background-position: 100% 0;
    padding: 67px 0 110px;
  }

  .skicare--point--title p {
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px 0 0;
  }

  .testimonial {
    padding: 60px 0 20px;
  }

  .divider::before {
    height: 8px;
    width: 8px;
    top: -3px;
  }

  .bottom-text h2 {
    font-size: 52px;
    line-height: 55px;
  }

  .bottom-text {
    bottom: 40px;
  }

  .right-testimonial-content .title h2 {
    line-height: 35px;
  }

  .inner-testimonial .owl-nav {
    bottom: 60px;
  }

  .back_div .form-title h2 {
    font-size: 24px;
    margin: 0;
  }

  .products-page .products li a.add_to_cart_button {
    font-size: 15px;
  }

  .single-product-action-btn a,
  .single-product-action-btn button {
    padding: 11px 26px !important;
  }

  .checkout-sec .checkout_coupon .form-row-last .button {
    width: 40%;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }
}

@media only screen and (max-width: 1199px) {
  .info-content {
    display: inline-block;
    vertical-align: middle;
  }

  .hero-banner {
    padding: 205px 0 !important;
  }

  .hero-banner-content p br {
    display: none;
  }

  .product-content p {
    font-size: 18px;
    line-height: 22px;
  }

  .product-content a small {
    font-size: 14px;
  }

  .guarantee-safe-checkout h2 {
    width: 43%;
  }

  .disc h2 {
    font-size: 26px;
  }

  .Content-boxes.Content-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
  }

  .comment-form-email {
    margin: 0 0 0 14px !important;
  }

  .breadcrumps {
    margin: 70px 0 0;
  }

  .billing,
  .your-product {
    padding: 20px;
  }

  .wc_payment_method.payment_method_phonepe label {
    line-height: 22px;
  }

  .office-map {
    margin-top: 0;
  }

  .info-icon {
    padding: 15px;
  }

  .contact-info-location .info-icon img {
    width: 100%;
  }

  .submit-btn .form-submit {
    width: 160px;
    padding: 12px 25px !important;
  }

  .info-content {
    margin: 0 0 0 10px;
    width: 60%;
  }

  .inner-form {
    padding: 30px !important;
    margin: 0 0 0 20px !important;
  }

  .woocommerce form.login,
  .woocommerce form.register {
    padding: 20px !important;
  }

  .ayurcore-customer-detail-forms .woocommerce-form-register .woocommerce-form-register__submit {
    margin: 10px auto 0 !important;
  }

  .product-card .product-content {
    width: 49%;
  }

  .product-img {
    width: 49%;
    margin: 0;
  }

  .products-page .woocommerce-ordering {
    margin: -20px 0 15px !important;
  }

  .lost-password-page-container .woocommerce-ResetPassword.lost_reset_password {
    width: 70%;
  }

  .inner-form-warp .item-content h2 {
    font-size: 25px;
    line-height: 42px !important;
  }

  .inner-form-warp .item-content span {
    font-size: 16px;
  }

  .inner-form-warp .item-content {
    padding: 26% 20px;
  }

  .inner-form-warp .form-content-warp {
    padding: 130px 40px 60px !important;
  }

  .product-content .home-product-action-btn a:last-child {
    margin-left: 0;
  }

  .inner-form-warp .item-content p {
    font-size: 15px;
    margin: 10px 0;
  }

  .products-page .products li .wlfmc-add-to-wishlist {
    margin: 0 0 0 22px !important;
  }

  .products-page .products li .price {
    font-size: 16px !important;
  }

  a.button.invoice-button-custom {
    margin: 40px 0 0 50px;
  }

  .title.text-center.wow.bounceInDown.animated {
    margin-top: 31px;
  }

  .product-info h2 {
    font-size: 30px;
  }

  .product-info .product-text p {
    font-size: 17px;
  }

  .product-slider-content.wow.slideInRight.animated {
    width: 442px;
    margin-right: 14px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .products-page .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .header .navbar-brand {
    width: 215px;
  }

  h1.woocommerce-products-header__title.page-title {
    margin-top: 50px;
  }

  .product-image-lg .tab-pane img {
    height: 470px !important;
  }

  .guarantee-safe-checkout,
  .single-product-wrapper-main,
  .info-discription {
    margin: 60px 0 60px;
  }

  .ayurcore-customer-detail-forms,
  .ayurcore-order-deail-page-container,
  .ayurcore-order-detail-page-container,
  .ayurcore-user-dashboard-container,
  .lost-password-page-container,
  .password-confirmation-message-container {
    padding: 60px 0;
    margin-top: 76px;
  }

  .tax-product_cat .site-main {
    margin: 110px auto 60px !important;
  }

  .term-and-conditions-page h1 {
    font-size: 32px;
  }

  .term-and-conditions-page h3 {
    font-size: 24px;
  }

  .privacy-policy-container,
  .shipping-and-returns-container,
  .term-and-conditions-page {
    padding: 60px 0 60px;
    margin-top: 64px;
  }

  .wlfmc-wishlist-table-wrapper {
    padding: 60px 0;
    margin-top: 76px;
  }

  .wp-block-woocommerce-cart.alignwide.cart-page-container.container {
    padding: 60px 0;
    margin-top: 76px;
  }

  .checkout-sec {
    margin: 0 0 60px;
  }

  #place_order {
    height: 45px !important;
  }

  .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
    width: 20%;
  }

  .products-page .site-main {
    margin: 100px auto 80px;
  }

  .products-page .products li a.add_to_cart_button {
    width: 100% !important;
  }

  .shop-products a.single-product-buy-btn {
    width: 100% !important;
  }

  .add-space {
    padding-top: 60px;
  }

  .shop-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-product-left .thumbnail nav {
    height: 470px;
    overflow-x: auto;
  }

  .contact-page-sec,
  section.our-blogs {
    margin: 60px 0;
  }

}

@media only screen and (max-width: 992px) {
  .hero-banner {
    padding: 175px 0 385px;
  }

  .bottom-text {
    bottom: 280px;
  }

  .right-testimonial-content .text p span {
    left: 0;
    top: -10px;
    width: 6%;
  }

  .right-testimonial-content .text p {
    margin: 0 0 40px 60px;
  }

  .inner-testimonial .owl-nav button {
    width: 30px;
    height: 30px;
  }

  .provide-image img {
    height: 281px !important;
  }

  .inner-testimonial .owl-nav {
    bottom: -5px;
  }

  .profile-product-img {
    width: 34%;
  }

  .hero-banner-content {
    width: 65%;
  }

  .price {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .content-section h2,
  .content-section h2 a {
    font-size: 16px !important;
    margin-top: 14px;
  }

  .hero-banner-content h1 br {
    display: none;
  }

  .skincare-points {
    width: 100%;
  }

  .skincare-needs {
    background-position: 100% 50%;
    padding: 67px 0 50px;
  }

  .footer .row .col-lg-6 {
    order: -1;
  }

  .header .header-actopn-btns {
    margin: 0;
    display: flex;
    align-items: center;
  }

  .header .menu-list ul li {
    line-height: 36px;
  }

  .navbar-light .navbar-toggler-icon {
    filter: contrast(100) brightness(40);
  }

  button.navbar-toggler {
    border: none;
    padding: 0;
    margin: 0 18px 0 0;
    box-shadow: none !important;
    outline: 0 !important;
    opacity: 1;
  }

  .f-logo {
    width: 18%;
  }

  .sign-in-page {
    left: 10px;
    right: initial;
  }

  .checkout-sec .checkout_coupon .form-row-last .button {
    width: 42%;
    font-size: 13px;
  }

  .product-slider-content {
    width: 42%;
  }

  .Content-boxes.Content-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

}

@media only screen and (max-width: 991px) {
  .shop-sidebar {
    width: 100%;
    margin-bottom: 25px;
  }

  .shop-sidebar-title {
    font-size: 24px;
  }

  ul.shop-category-list {
    display: flex;
    gap: 15px;
    overflow-x: auto;
  }

  ul.shop-category-list li {
    flex-shrink: 0;
    position: relative;
  }

  .shop-category-list .all-products-link a {
    padding: 10px !important;
  }

  .shop-sidebar .children {
    position: absolute;
    margin-left: 0;
  }

  .shop-wrapper {
    flex-direction: column;
    gap: 0 !important;
  }

  .shop-sidebar {
    width: 100%;
  }

  .shop-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .shop-sidebar {
    position: static !important;
    top: 120px;
    max-height: calc(50vh - 140px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100% !important;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .header .menu-list {
    margin: 0;
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    top: 100px;
  }

  .hero-banner {
    background-image: none !important;
    padding: 110px 0 30px !important;
  }

  .banner-mobile-product,
  .inner-form-warp {
    display: block;
  }

  .provide-image img {
    height: 281px !important;
  }

  .hero-banner-content,
  .inner-form-warp .slider-content-warp,
  .inner-guarantee-safe-checkout,
  .lost-password-page-container .woocommerce-ResetPassword.lost_reset_password,
  div#accordionFlushLeft {
    width: 100%;
  }

  .product-card {
    min-height: auto;
    margin: 0 0 30px;
  }

  .product-card.right-product,
  .skicare--point--title h2,
  .woocommerce form.login {
    margin: 0;
  }

  .Content-boxes.Content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
  }

  .single-product-price {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 20px;
  }

  .single-product-action-btn a,
  .single-product-action-btn button {
    padding: 10px 37px !important;
  }

  .product-detail .jvm_add_to_wishlist {
    margin: 10px 0 0 !important;
  }

  .single-product-left span.onsale {
    right: -16px;
    top: -16px;
    line-height: 48px !important;
    font-size: 12px;
  }

  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
  }

  .guarantee-safe-checkout h2 {
    width: 43%;
  }

  .inner-info-discription nav button {
    padding: 12px 24px;
  }

  .disc h2 {
    font-size: 22px;
    margin: 15px 0;
  }

  .modal-body.single-product-detail-body .quick-view-data .single-product-left,
  .modal-body.single-product-detail-body .quick-view-data .single-product-right {
    width: 100% !important;
  }

  .comment-form-email {
    margin: 0 0 0 9px !important;
  }

  .breadcrumps {
    margin: 65px 0 0;
  }

  .billing {
    margin: 30px 0 0;
  }

  .inner-form {
    margin: 0 !important;
  }

  .office-map {
    margin-bottom: 40px;
  }

  .wc-block-components-radio-control .wc-block-components-radio-control__input {
    left: 0 !important;
  }

  .ayurcore-order-deail-page-container .woocommerce-column--billing-address h2,
  .ayurcore-order-deail-page-container .woocommerce-column--shipping-address h2,
  .ayurcore-order-deail-page-container .woocommerce-order-details h2,
  .ayurcore-user-dashboard-container .woocommerce-column--billing-address h2,
  .ayurcore-user-dashboard-container .woocommerce-column--shipping-address h2,
  .ayurcore-user-dashboard-container .woocommerce-order-details h2 {
    font-size: 22px;
  }

  .ayurcore-order-deail-page-container .woocommerce-order-details {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }

  .ayurcore-customer-detail-forms,
  .ayurcore-order-deail-page-container,
  .ayurcore-order-detail-page-container {
    padding: 140px 0 40px;
  }

  .woocommerce form.register {
    margin: 2em 0 0;
  }

  .products::before {
    width: 250px;
    height: 250px;
    top: -32px;
    left: -136px;
  }

  .ayurcore-user-dashboard-container nav ul li a {
    padding: 8px 20px;
  }

  .ayurcore-user-dashboard-container {
    padding: 60px 0 50px;
  }

  .woocommerce-MyAccount-navigation {
    overflow-x: auto;
  }

  .woocommerce-MyAccount-navigation ul {
    width: 760px;
  }

  .inner-form-warp .form-content-warp {
    width: 100%;
    padding: 120px 80px 60px !important;
  }

  .inner-form-warp .items {
    padding-bottom: 0;
    height: 45vh;
  }

  .item-content-warp {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .inner-form-warp .item-content {
    padding: 0 20px;
  }

  .product-content .home-product-action-btn a:last-child {
    margin-left: 10px;
  }

  .inner-form-warp .form-logo {
    margin: 0 0 20px;
  }

  #quickView_Modal .modal-dialog {
    max-width: 650px;
  }

  .product-detail {
    margin-top: 20px;
  }

  .inner-why-choose-us .info-graphic li {
    max-width: 29em;
  }

  .hero-slider .owl-nav button {
    /* background-color: rgba(210, 171, 103) !important;
        width: 30px;
        height: 30px; */
    transition: 0.3s;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .mobile-sec-reverse {
    flex-direction: column;
    gap: 30px;
  }

  .product-slider-content.wow.slideInRight.animated {
    width: 368px;
    margin-right: 0;
  }

  .product-info h2 {
    font-size: 24px;
    line-height: 0;
    margin-bottom: 23px;
  }

  .product-info .product-text p {
    font-size: 16px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .products-page .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-page .products li a.add_to_cart_button {
    font-size: 14px;
  }

  .single-product-left {
    width: 100%;
  }

  .single-product-right {
    width: 100% !important;
  }

  .single-product-right {
    width: 100% !important;
    margin-bottom: 0 !important;
  }

  .product-image-lg .tab-pane img {
    height: 540px !important;
  }

  .slider-content-warp {
    display: none;
  }

  .term-and-conditions-page h1 {
    font-size: 30px;
  }

  .wp-block-woocommerce-cart.alignwide.cart-page-container.container .wc-block-cart .wc-block-cart__sidebar {
    margin: 0;
  }

  .place-order a {
    font-size: 14px;
  }

  .wlfmc-wishlist-table-wrapper .wlfmc-default-table:not(.is-elementor).add-to-card-same-button tr td.last-column .button:not(.minus):not(.plus) {
    font-size: 14px !important;
  }

  .woocommerce-MyAccount-content .woocommerce-orders-table .woocommerce-orders-table__header-order-actions {
    width: 27%;
  }

  .shipping-and-returns-container h1 {
    font-size: 30px;
  }

  .privacy-policy-container h1 {
    font-size: 30px;
  }

  .ayurcore-thankyou-order-details ul.order_details li:first-child,
  .product-content .home-product-action-btn a:last-child {
    margin-left: 0;
  }

  .woocommerce ul.order_details li {
    float: none;
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 14px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cfc8d8;
  }

  .ayurcore-order-deail-page-container .woocommerce-column--1,
  .ayurcore-order-deail-page-container .woocommerce-column--2,
  .bg-light-blue {
    margin: 30px 0 0;
  }

  .checkout-sec .woocommerce-info {
    margin: 0;
  }

  .single-product-left .product-slider .woocommerce-gallery-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .single-product-left .product-slider .thumbnail {
    width: 100%;
  }

  .single-product-left .thumbnail nav .nav-tabs button {
    margin: 0 !important;
    padding: 0;
    height: 90px;
    width: 90px;
  }

  .single-product-left .thumbnail nav .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 20px;
  }

  .single-product-left .thumbnail nav {
    height: auto;
    overflow-x: inherit;
  }

  .product-image-lg {
    width: 100%;
  }

  .single-blog .blog-content p {
    line-height: 22px;
    font-size: 14px;
  }

  .blog-content h2 {
    line-height: 34px;
    font-size: 23px;
  }
}

@media only screen and (max-width: 768px) {

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
    margin: 0 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0 10px;
    border-radius: 6px;
  }

  .woocommerce-page table.shop_table_responsive {
    border: none !important;
  }

  .woocommerce table.shop_table_responsive tr td:first-child,
  .woocommerce-page table.shop_table_responsive tr td:first-child {
    border-top: none !important;
  }

  .wlfmc-wishlist-table .product-thumbnail img {
    height: 310px !important;
  }

  .wlfmc-wishlist-table .wishlist-items-wrapper .wlfmc-table-item {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .shipping-and-returns-container h1 {
    font-size: 22px;
  }

  .privacy-policy-container h1 {
    font-size: 22px;
  }

  .shop-wrapper {
    flex-direction: column;
  }

  .shop-sidebar {
    width: 100%;
  }

}

@media only screen and (max-width: 767px) {
  .shop-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .left-testimonial-img,
  .skicare--point,
  .title h2 {
    text-align: center;
  }

  .hero-slider .owl-nav button.owl-prev {
    left: -4px;
  }

  .right-testimonial-content .title h2 {
    text-align: start;
  }

  .skincare-points {
    width: 49%;
  }

  .skicare--point--title p {
    padding: 0;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .skicare--point--title h2 {
    display: block;
    font-size: 15px;
    margin: 12px 0 0;
  }

  .hero-banner-content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .content-section h2,
  .content-section h2 a {
    font-size: 14px !important;
  }

  .modal-content i {
    color: #fff !important;
  }

  .hero-banner-content {
    width: 100%;
    margin: 0 0 30px;
  }

  .top-content h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .products {
    padding: 15px 0 20px;
  }

  .products::before {
    left: -116px;
    width: 240px;
    height: 240px;
  }

  p.copy-right {
    font-size: 14px;
    margin: 46px 0 29px;
  }

  .newsletter-form,
  .product-slider-content.wow.slideInLeft.animated {
    width: 100%;
  }

  .footer-nav-links {
    margin-top: 40px;
  }

  .header .navbar-brand {
    width: 200px;
  }

  .navbar {
    padding: 10px 5% !important;
  }

  .social-icons {
    margin: 24px 0 0;
  }

  .skincare-needs {
    background-position: 100% 58%;
    background-size: 165% 100%;
    padding: 20px 0;
  }

  .product-card .product-content {
    width: 52%;
  }

  .product-img {
    width: 47%;
  }

  .product-card {
    align-items: center;
  }

  .product-boxes {
    margin: 20px 0 0;
  }

  .testimonial {
    padding: 20px 0;
  }

  .bottom-text h2 {
    font-size: 40px;
    line-height: 38px;
  }

  .profile-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }

  .profile-img img {
    width: 150px !important;
    height: 150px;
  }

  .profile-product-img {
    width: 36%;
    margin: 0 0 0 -20px;
  }

  footer.footer {
    padding: 20px 0 0;
  }

  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100% !important;
    margin: 20px 0 0 !important;
  }

  .single-product-left {
    float: none;
    width: 100%;
  }

  .breadcrumps {
    margin: 65px 0 0;
  }

  .guarantee-safe-checkout h2 {
    width: 57%;
  }

  .billing-title h2,
  .disc h2,
  .your-product-title h2 {
    font-size: 22px;
  }

  .comment-form-author,
  .comment-form-email {
    display: inline-block;
    width: 100%;
  }

  .ayurcore-thankyou-order-details ul.order_details li:last-child,
  .comment-form-email {
    margin: 0 !important;
  }

  .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
  }

  .comment-form-cookies-consent input {
    margin: 3px 8px 0 0;
  }

  .comment-form-cookies-consent label {
    line-height: 20px;
  }


  .ayurcore-thankyou-order-details {
    width: 100%;
    padding: 20px 50px;
  }


  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Address h3 {
    font-size: 20px;
  }

  .products-page .products li {
    width: 100% !important;
  }

  .products-page .products {
    gap: 15px;
  }

  .inner-form-warp {
    display: flex;
    flex-wrap: wrap;
    flex-direction: initial;
  }

  .inner-form-warp.column-reverse-none {
    flex-direction: inherit;
  }

  .inner-form-warp .form-content-warp {
    padding: 80px 40px 30px !important;
  }

  .inner-form-warp .item-content h2 {
    font-size: 26px;
    line-height: 36px !important;
  }

  .checkout-sec .checkout_coupon .form-row-last .button {
    width: 100%;
  }

  a.button.invoice-button-custom {
    margin: 40px 0 0;
  }

  #quickView_Modal .modal-dialog {
    max-width: 600px;
  }

  .inner-why-choose-us .info-graphic li {
    max-width: 32em;
  }

  .product-content p {
    min-height: auto;
  }

  .skicare--point--title p br {
    display: none !important;
  }

  .testimonial-reating-star ul {
    margin: 0 0 30px;
  }

  .mobile-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-slider .owl-carousel .item .product-info {
    height: 64vh;
    padding: 0 30px;
  }

  .product-info h2 {
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 0;
  }

  .product-info .product-text p {
    font-size: 14px;
    line-height: 22px;
  }

  .product-slider-content.wow.slideInRight.animated {
    width: 342px;
  }

  .wlfmc-wishlist-table .wishlist-items-wrapper:not(.wishlist-empty) tr.wlfmc-table-item:not(.ui-sortable-placeholder) {
    padding-bottom: 0;
  }

  .products-page .site-main {
    margin: 95px auto 30px;
  }

  h1.woocommerce-products-header__title.page-title {
    font-size: 26px !important;
  }

  h1.woocommerce-products-header__title.page-title {
    margin-top: 30px;
  }

  .ayurcore-customer-detail-forms,
  .ayurcore-order-deail-page-container,
  .ayurcore-order-detail-page-container,
  .ayurcore-user-dashboard-container,
  .lost-password-page-container,
  .password-confirmation-message-container {
    padding: 35px 0 30px;
    margin-top: 63px;
  }

  .submit-btn .form-submit {
    padding: 10px 25px !important;
  }

  .tax-product_cat .site-main {
    margin: 95px auto 30px !important;
  }

  .inner-form-warp .form-content-warp form {
    max-width: 100%;
    padding: 20px 15px;
  }

  .privacy-policy-container,
  .shipping-and-returns-container,
  .term-and-conditions-page {
    padding: 30px 0 30px;
    margin-top: 35px;
  }

  .term-and-conditions-page h1 {
    font-size: 26px;
  }

  .term-and-conditions-page h3 {
    font-size: 22px;
  }

  .wlfmc-wishlist-table-wrapper {
    padding: 30px 0;
    margin-top: 63px;
  }

  .wp-block-woocommerce-cart.alignwide.cart-page-container.container {
    padding: 30px 0;
    margin-top: 63px;
  }

  .checkout-sec {
    margin: 0 0 30px;
  }

  .woocommerce form .form-row-first {
    width: 100% !important;
  }

  .woocommerce form .form-row-last {
    width: 100% !important;
  }

  .checkout-sec .woocommerce-info {
    font-size: 14px;
  }

  .checkout-sec .checkout_coupon>p {
    font-size: 14px;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Addressh3 {
    font-size: 20px !important;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Address address {
    font-size: 14px;
  }

  .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
    font-size: 20px;
  }

  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row-last {
    width: 100% !important;
  }

  .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 10px !important;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-Button {
    font-size: 14px !important;
  }

  .woocommerce-column--billing-address address {
    font-size: 14px;
  }

  .woocommerce table.shop_table tbody th,
  .woocommerce table.shop_table tfoot td,
  .woocommerce table.shop_table tfoot th {
    font-size: 14px !important;
  }

  .custom-product-name a {
    font-size: 14px;
  }

  .custom-product-name .product-quantity {
    font-size: 14px;
  }

  .wlfmc-wishlist-table .wishlist-items-wrapper:not(.wishlist-empty) {
    grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
  }

  .wlfmc-wishlist-table .product-thumbnail img {
    height: 215px !important;
  }

  .add-space {
    padding-top: 30px;
  }

  .our-blogs .blog {
    margin-right: 0;
  }

  .inner-common-page-wrapper {
    padding-inline: 0px;
  }

  .shop-sidebar-title {
    font-weight: 800;
    font-size: 21px !important;
  }

  .load-more-wrap {
    margin: 40px 0 10px;
  }

  .guarantee-safe-checkout,
  .single-product-wrapper-main,
  .info-discription {
    margin: 50px 0 50px;
  }

  .contact-page-sec,
  section.our-blogs {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 640px) {

  .product-card .product-content,
  .product-img {
    width: 100%;
    display: block;
  }

  .product-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .product-img {
    margin: 0;
  }

  .hero-slider .owl-nav button.owl-prev {
    left: -4px;
  }

  .product-content,
  .products-page .products li a.add_to_cart_button {
    text-align: center;
  }

  .product-content h3 br,
  .product-content p br {
    display: none;
  }

  .product-content h3 {
    margin: 0 0 15px;
  }

  .product-content p {
    margin: 0 0 20px;
  }

  .product-boxes .row {
    flex-direction: column-reverse;
  }

  .products::before {
    left: -137px;
    width: 250px;
    top: -32px;
    height: 250px;
  }

  .ayurcore-order-deail-page-container .woocommerce-column--1,
  .ayurcore-order-deail-page-container .woocommerce-column--2,
  .bg-light-blue {
    margin: 30px 0 0;
  }

  .divider::before {
    height: 4px;
    width: 4px;
    top: -1px;
  }

  .footer-nav-links {
    margin-top: 0;
  }

  .weekly-newsletter {
    margin: 0 0 30px;
  }

  .right-testimonial-content .text p {
    margin: 0 0 40px 40px;
  }

  .right-testimonial-content .title h2 {
    margin: 0 0 12px;
  }

  .single-product-price ins .woocommerce-Price-amount.amount bdi,
  .single-product .price {
    font-size: 20px !important;
  }

  .single-product-price del {
    font-size: 18px !important;
  }


  .breadcrumps ul li,
  .login-andremember-me-container p a {
    font-size: 14px;
  }

  .breadcrumps ul li a {
    font-size: 14px;
  }

  .single-product-left span.onsale {
    right: -5px;
    top: -5px;
  }

  .inner-info-discription .woocommerce-Reviews input[type='email'],
  .inner-info-discription .woocommerce-Reviews input[type='text'] {
    height: 38px !important;
    line-height: 38px !important;
  }

  .guarantee-safe-checkout h2 {
    width: 66%;
  }

  .disc h2 {
    font-size: 20px;
  }

  .inner-info-discription nav button {
    padding: 6px 12px;
    font-size: 16px;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 40px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 10px 10px 0;
  }

  .billing,
  .your-product {
    padding: 15px;
  }

  .billing .form-group-checkbox {
    margin: 16px 0 10px;
  }

  .form-group-textarea.border-top {
    padding: 10px 0 0;
  }

  .inner-form {
    padding: 30px 20px !important;
  }

  .ayurcore-customer-detail-forms .woocommerce-form-login h2,
  .ayurcore-customer-detail-forms .woocommerce-form-register h2 {
    font-size: 24px;
  }

  .woocommerce form .form-row label {
    line-height: 2;
    font-size: 14px;
  }

  .ayurcore-customer-detail-forms,
  .ayurcore-order-deail-page-container,
  .ayurcore-order-detail-page-container,
  .ayurcore-user-dashboard-container,
  .lost-password-page-container,
  .password-confirmation-message-container {
    margin-top: 59px;
  }

  .single-product-action-btn a,
  .single-product-action-btn button {
    padding: 10px 12px !important;
    border-radius: 6px !important;
    width: 100%;
    text-align: center;
  }

  .wlfmc-wishlist-table-wrapper {
    padding: 20px 0;
  }

  .info-content,
  .products-page .wlfmc-add-to-wishlist .wlfmc-addtowishlist,
  .single-product-action-btn,
  .wlfmc-wishlist-table-wrapper .wlfmc-wishlist-table .wishlist-empty tr td a.button {
    width: 100%;
  }

  .wlfmc-add-to-wishlist {
    display: block;
    text-align: center;
  }

  .single-product-action-btn a.with-border,
  .single-product-action-btn button.with-border {
    margin: 0 10px 0 0 !important;
  }

  .wlfmc-add-button a:hover {
    border: none !important;
  }

  .wlfmc-popup.size-large .wlfmc-popup-content {
    padding: 20px 10px !important;
  }

  .wlfmc-popup .wlfmc-popup-header img {
    max-width: 80%;
  }

  .products-page .products li a.add_to_cart_button,
  .products-page .products li a.wlfmc_add_to_wishlist,
  a.single-product-buy-btn {
    width: 100% !important;
  }

  .products-page .products li .wlfmc-add-to-wishlist {
    margin: 0 0 0 10px !important;
  }

  .products-page .wlfmc-add-to-wishlist {
    width: 45%;
    display: inline-block;
  }

  .header .menu-list {
    top: 70px;
  }

  .ayurcore-user-dashboard-container .woocommerce-column--shipping-address {
    margin: 20px 0 0;
  }

  .hero-banner {
    padding: 120px 0 0 !important;
  }

  .products-page .woocommerce-ordering {
    margin: 5px 0 30px !important;
    width: 100%;
  }

  .inner-form-warp .form-content-warp {
    padding: 80px 25px 30px !important;
  }

  .inner-form-warp .item-content {
    padding: 0 15px;
  }

  .product-content .home-product-action-btn a:last-child {
    margin-left: 10px;
  }

  .go_back {
    padding: 0 10px;
    height: 30px !important;
    line-height: 30px;
    font-size: 13px !important;
  }

  .inner-form-warp .item-content span {
    margin-bottom: 4px;
  }

  .inner-form-warp .item-content h2 {
    font-size: 22px;
    line-height: 25px !important;
  }

  .inner-form-warp .item-content p {
    font-size: 13px;
    font-weight: 400;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    top: 15px !important;
    right: 160px !important;
  }

  .inner-form-warp .form-logo img {
    width: 200px !important;
  }

  .lost-password-page-container .woocommerce-ResetPassword.lost_reset_password {
    padding: 30px 25px;
  }

  .load-more-wrap {
    margin: 20px 0 10px;
  }

  #load-more-products {
    padding: 8px 45px;
  }

  .shop-wrapper {
    padding: 20px 0 0;
  }

  .single-product-right .product-detail form.cart .wlfmc-add-to-wishlist {
    border: 1px solid #d85c41 !important;
    border-radius: 6px;
  }

  .single-product-right .product-detail form.cart .wlfmc-add-to-wishlist a {
    height: 40px;
  }

  .single-product-right .product-detail form.cart .wlfmc-add-to-wishlist .wlfmc-add-button {
    width: 100%;
  }

  .contact-page-sec .site-title p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 575px) {
  .navbar {
    padding: 10px 0 !important;
  }

  .products-page .products .product img {
    height: 200px !important;
  }

  .product-image-lg .tab-pane img {
    height: 100% !important;
  }

  .single-product-right .product-detail .single-product-action-btn:nth-child(3) {
    margin: 10px 0 !important;
  }

  .inner-form-warp .form-content-warp {
    padding: 95px 12px 30px !important;
  }

  .lost-password-page-container .woocommerce-ResetPassword.lost_reset_password {
    padding: 20px 12px;
  }

  .inner-form {
    padding: 30px 15px !important;
  }

  .term-and-conditions-page h1 {
    font-size: 22px;
  }

  .term-and-conditions-page h3 {
    font-size: 20px;
  }

  .woocommerce form .form-row-first {
    width: 100% !important;
  }

  .ayurcore-order-deail-page-container .woocommerce-column--billing-address address,
  .ayurcore-order-deail-page-container .woocommerce-column--shipping-address address,
  .ayurcore-user-dashboard-container .woocommerce-column--billing-address address,
  .ayurcore-user-dashboard-container .woocommerce-column--shipping-address address {
    padding: 15px 12px !important;
    line-height: 24px !important;
  }

  .wlfmc-wishlist-table .wishlist-items-wrapper:not(.wishlist-empty) {
    grid-template-columns: repeat(auto-fill, minmax(254px, 1fr));
  }

  .wlfmc-wishlist-table .product-thumbnail img {
    height: auto !important;
  }
}

@media only screen and (max-width: 480px) {

  .bottom-text h2,
  .hero-banner-content p,
  .social-icons {
    text-align: center;
  }

  .woocommerce .single-product .summary.single-product-right {
    margin-top: 0 !important;
  }

  .header .header-actopn-btns ul li a i {
    font-size: 15px;
  }

  .products-page .products li a h2 {
    min-height: 0px;
  }

  .header-actopn-btns .add-cart a {
    font-size: 14px;
    padding: 0 16px;
    height: 36px;
  }

  .product-description-popup p,
  .product-description-popup ul,
  .rating-count,
  .remember-me label,
  button.navbar-toggler {
    font-size: 14px;
  }

  #quickView_Modal .thumbnails,
  .checkout-sec .checkout_coupon .form-row-last .button,
  .hero-banner-content,
  .product-image-lg,
  .skincare-points,
  .thumbnail {
    width: 100%;
  }

  .hero-banner {
    padding: 135px 0 375px;
  }

  /* navbar css */
  .header .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 0 39px !important;
    margin: 0px 3px;
  }

  .product-content h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .product-content p {
    font-size: 17px;
    line-height: 20px;
  }

  .Content-boxes.Content-grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
    overflow: hidden;
  }

  .content-card {
    padding: 15px;
    border-radius: 14px;
  }

  .product-content a {
    height: 36px;
    font-size: 14px;
  }

  .bottom-text h2 {
    font-size: 58px;
    line-height: 58px;
    display: none;
  }

  .testimonial {
    padding: 20px 0;
  }

  .bottom-text {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .inner-testimonial .owl-nav {
    right: 0;
  }

  .skicare--point--title img {
    width: 36px;
  }

  .divider,
  .f-logo {
    width: 28%;
  }

  .btn-send {
    padding: 6px 8px;
  }

  p.copy-right {
    margin: 18px 0 25px;
  }

  .social-icons {
    margin: 34px 0 0;
  }

  .hero-banner-content h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .single-product-left span.onsale {
    right: -7px;
    top: -7px;
    line-height: 44px !important;
    font-size: 11px;
  }

  .product-description-popup h3 {
    font-size: 20px;
  }

  #quickView_Modal .modal-content .btn-close {
    right: -5px;
    top: -5px;
  }

  #quickView_Modal .modal-content .btn-close,
  #quickView_Modal .modal-content .btn-close i {
    height: 25px;
    width: 25px;
    line-height: 27px !important;
  }

  .guarantee-safe-checkout h2 {
    width: 85%;
  }

  .inner-safe-checkout img {
    width: 90%;
  }

  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px !important;
  }

  .password-confirmation-message-container {
    padding: 120px 0 40px;
  }

  .inner-form-warp .item-content p {
    font-size: 13px;
    margin: 4px 0 10px;
  }

  .inner-form-warp .item-content h2 {
    font-size: 18px;
    line-height: 32px !important;
  }

  .inner-form-warp .form-logo img {
    width: 180px !important;
  }

  .inner-form-warp .form-logo {
    margin: 0 0 15px;
  }

  .inner-form-warp .form-content-warp .form-group label {
    font-size: 13px;
    line-height: 28px;
  }

  .inner-form-warp .forgot-pass a {
    color: #bf954c;
    font-size: 14px;
  }

  .back_div .form-title h2 {
    font-size: 22px;
    margin: 0;
  }

  .inner-form-warp .sign-in-btn button {
    height: 30px !important;
    font-size: 14px !important;
    padding: 0 34px;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content table td a,
  .remember-me span {
    font-size: 13px;
  }

  .inner-form-warp.sign-up-page {
    flex-direction: column-reverse;
  }

  .lost-password-page-container .woocommerce-ResetPassword.lost_reset_password {
    padding: 15px;
  }

  .woocommerce-Button {
    width: 60%;
    font-size: 14px !important;
  }

  .go_back:hover i {
    left: -5px;
  }

  .products-page .products li .onsale {
    width: 10px;
    height: 10px;
    font-size: 10px;
    right: 8px !important;
    top: 8px !important;
  }

  .modal-body.single-product-detail-body .quick-view-data .single-product-left .thumbnails nav button {
    margin: 0 8px 8px 0 !important;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-info::before {
    top: 12px;
    left: 8px;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content .woocommerce-info {
    padding: 12px 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 0;
  }

  .ayurcore-user-dashboard-container .browse-products {
    margin: 10px 0 0 !important;
  }

  .quick-view-data .thumbnails nav .nav-tabs,
  .thumbnail nav .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap;
    width: 310px;
    margin: 0 20px;
  }

  .quick-view-data .thumbnails nav button,
  .thumbnail nav button {
    margin: 0 5px 5px 0 !important;
  }

  .quick-view-data .thumbnails nav,
  .thumbnail nav {
    height: 100% !important;
    margin-top: 0;
  }

  .quick-view-data .product-image-lg .tab-pane img {
    height: 310px;
  }

  .thumbnail nav::-webkit-scrollbar,
  .thumbnails nav::-webkit-scrollbar {
    height: 4px;
  }

  .product-slider .woocommerce-gallery-section,
  .quick-view-data .single-product-left .product-slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .hero-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    left: -4px;
  }

  .hero-slider .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: 8px;
  }

  .product-info .product-text p {
    font-size: 13px;
    line-height: 22px;
    margin: 15px 0 0;
  }

  .product-text {
    width: 231px;
  }

  .product-slider-content.wow.slideInRight.animated {
    margin-right: 84px;
  }

  .woocommerce-table__product-total {
    width: 20%;
  }

  .woocommerce-Price-amount.amount {
    font-size: 14px;
  }

  .single-product-action-btn a,
  .single-product-action-btn button {
    margin-top: 10px;
  }

  .testimonial-reating-star ul {
    margin: 0 0 12px;
  }

  .blog {
    margin-right: 0;
  }

  .breadcrumps {
    margin: 61px 0 0;
  }

  .why-choose-us {
    margin-top: 0;
  }

  .title h2 {
    font-size: 29px;
    margin: 0;
  }

  .ayurcore-user-dashboard-container .woocommerce-MyAccount-content table td.woocommerce-orders-table__cell-order-actions a {
    font-weight: 500;
    padding: 4px 12px;
    font-size: 13px;
  }

  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    top: 15px !important;
    right: 110px !important;
    margin: auto !important;
  }

  .inner-info-discription nav button {
    padding: 6px 12px;
    font-size: 15px;
  }

  .header-actopn-btns {
    gap: 5px;
  }

  .header .navbar-brand {
    width: 165px;
  }

  .footer-logo img {
    width: 105px;
    height: 75px;
  }

  .product-img img {
    position: relative;
    left: 20px;
    height: 291px;
    width: 291px;
  }

  .btn-send img {
    height: 20px;
    width: 20px;
  }

  .text p span img {
    width: 24px;
    height: 24px;
    display: inline-block;
  }

  .products-page .products {
    grid-template-columns: repeat(1, 1fr);
  }

  .product img {
    height: auto !important;
  }

  .single-product-left .thumbnail nav .nav-tabs {
    width: 100%;
    margin: 0;
    flex-wrap: wrap !important;
  }

  .single-product-left .thumbnail nav button {
    width: 18%;
    padding: 0 !important;
  }

  .products-page .products .product img {
    height: auto !important;
  }

  .lost_reset_password p {
    font-size: 14px;
  }

  .privacy-policy-container,
  .shipping-and-returns-container,
  .term-and-conditions-page {
    margin-top: 59px;
  }

  .term-and-conditions-page h3 {
    font-size: 19px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .term-and-conditions-page p {
    font-size: 14px;
    line-height: 26px;
  }

  .wp-block-woocommerce-cart.alignwide.cart-page-container.container {
    margin-top: 59px;
  }

  .woocommerce form .form-row-last {
    width: 100% !important;
  }

  .product-name {
    display: block;
  }

  .contact-page-sec .site-title p {
    font-size: 14px;
    line-height: 22px;
  }

  .xoo-wsc-container .xoo-wsc-btn,
  .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn {
    font-size: 14px;
  }

  .xoo-wsc-cart-active .xoo-wsc-basket {
    right: 72%;
  }

  .xoo-wsc-container,
  .xoo-wsc-slider {
    max-width: 72%;
  }

  .xoo-wsc-products:not(.xoo-wsc-pattern-card),
  .xoo-wsc-products:not(.xoo-wsc-pattern-card) span.amount,
  .xoo-wsc-products:not(.xoo-wsc-pattern-card) a {
    font-size: 12px;
  }

  .country-and-state-dropdown {
    flex-direction: column;
  }

  .country-and-state-dropdown p {
    width: 100% !important;
  }

  .blog-content h2 {
    margin-bottom: 15px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
  }

  .shop-products ul.products {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .product-title h2 {
    font-size: 18px;
  }

  .inner-form .form-group input,
  .inner-form .form-group textarea {
    padding: 12px 12px;
  }
}

@media only screen and (max-width: 430px) {
  .wlfmc-wishlist-table .action-wrapper>.d-flex {
    width: 100%;
    -webkit-box-orient: revert;
    -webkit-box-direction: revert;
    -ms-flex-direction: revert;
    flex-direction: revert;
    justify-content: center;
  }

  /* .hero-slider {
        margin-top: 125px;
        display: none
    } */
  .hero-slider {
    margin-top: 125px;
    /* display: none; */
  }

  section.products {
    margin-top: 110px;
  }

  .Content-boxes.Content-grid {
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .products::before {
    left: -137px;
    width: 250px;
    top: 50px;
    height: 250px;
  }

  .skincare-img {
    width: 92px !important;
    height: 90px !important;
  }

  .inner-skincare-needs .title h2 {
    margin-bottom: 2px;
  }

  .wlfmc-wishlist-table .wishlist-items-wrapper:not(.wishlist-empty)>tr:not(.wlfmc-row-meta-data) {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media only screen and (max-width: 377px) {
  .header .navbar-brand {
    width: 145px;
  }

  button.navbar-toggler {
    margin: 0 8px 0 0;
  }

  .my-add-cart .action-icon {
    font-size: 13px;
  }

  .my-add-cart .action-icon i {
    font-size: 15px !important;
  }
}