@import url("navigation.css");

:root {
  --brandYellow: #f7d053;
  --brandBrown: #f4efe4;
}

html {
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-family: "Roboto", sans-serif !important;
}

* {
  outline: none;
}

.home_banner {
  background-image: url("../images/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 100%;
  max-height: 100%;
  padding: 0;
  position: relative;
}

.poaHeaderTopArea {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}

.poaTopBar {
  background-color: #0006;
  height: 45px;
}

.poaTopBar ul {
  margin-bottom: 0;
  padding-inline-start: 0;
}

.poaTopBar ul li {
  color: #fff;
  font-size: 0.875rem;
  display: inline-block;
}

.poaTopBar ul li span {
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: middle;
}

.poaTopBar ul li a {
  color: #fff;
}

.poaTopBarRight {
  text-align: right;
}

.poaTopBarLeft li {
  padding: 10px;
}

.poaTopBarRight li {
  border-left: 1px solid #fff;
  padding: 12px 10px !important;
}

.poaTopBarRight li:last-child {
  border-right: 1px solid #fff;
}

.poaTopBarRight li a {
  padding: 0 3px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff !important;
  box-shadow: 0 0 10px 0 #000 !important;
}

header {
  padding: 15px 0;
}

#mega-menu-wrap-primary {
  float: left;
}

#mega-menu-wrap-primary a.mega-menu-link {
  color: #fff !important;
  font-weight: normal !important;
}

.sticky #mega-menu-wrap-primary a.mega-menu-link {
  color: #000 !important;
}

.list-line li span {
  vertical-align: bottom;
}

.list-line a {
  font-size: 13px;
  color: #fff;
}

.list-line li {
  display: inline-block;
  color: #fff;
}

.sticky .list-line a {
  color: #000;
}

.sticky .list-line li {
  color: #000;
}

.bannerContentArea {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  align-items: center;
  justify-content: center;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
}

.bannerContentArea h1 {
  font-size: 3.75rem;
  text-align: center;
}

.bannerContentArea h1 span {
  color: #f7d053;
}

.bannerContentArea p {
  font-size: 1.125rem;
}

.banner-btn {
  color: #f7d053;
  border: 2px solid #f7d053;
  padding: 15px 25px;
  transition: 0.3s;
  border-radius: 6px;
  font-weight: bold;
}

.banner-btn:hover {
  background-color: #f7d053;
  color: #fff;
  transition: 0.3s;
}

.homeBannerBtn {
  margin-top: 40px;
}

.iSection {
  padding: 40px 0;
}

.iSection h2 {
  font-size: 40px;
}

.we-are-the-Ones h3 {
  font-size: 30px;
  color: #f7d053;
  margin-bottom: 10px;
}

.we-are-the-Ones h4 {
  margin-bottom: 10px;
  font-size: 25px;
}

.we-are-the-Ones p {
  color: #4e4c4d;
}

.we-are-the-OnesBox {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px;
}

.we-are-the-OnesBox p {
  color: #000;
}

.mb30 {
  margin-bottom: 30px;
}

.home-poaTypes {
  background-color: #f4efe4;
}

.poabox {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
}

.poabox p {
  color: #4e4c4d;
}

.poabox ul {
  padding-inline-start: 0;
  list-style: none;
  margin-top: 25px;
}

.poabox ul li {
  display: inline-block;
  padding: 0 5px;
}

.pillwrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pillContainer {
  padding: 0 5px;
}

.pillOne {
  border: 1px solid #999;
  color: #000;
  padding: 6px;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  transition: 0.3s;
}

.pillOne:hover {
  transform: 0.3s;
  background-color: #6ec435;
  color: #fff;
}

.detailOne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 2px;
  height: 14px;
  font-weight: bold;
}

.detailTextOne {
  margin: 0 auto;
  font-size: 14px;
}

.detailTextTwo {
  font-size: 11px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active,
.btn:hover {
  background-color: #666;
  color: white;
}

.poabox .row {
  align-items: center;
}

.homeAbout h5 {
  font-family: "Roboto Slab", serif;
  color: #4e4c4d;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

.poaTopBarLeft li::before {
  color: #f7d053;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1rem;
  vertical-align: middle;
}

.page-id-352 .entry-content li::before {
  color: #f7d053;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 1rem;
  vertical-align: middle;
}

li {
  padding-bottom: 5px;
}

.about-btn {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  transition: 0.3s;
  border-radius: 6px;
  margin-top: 15px;
  display: inline-block;
}

.about-btn:hover {
  background-color: #f7d053;
  color: #fff;
  border: 1px solid #f7d053;
}

.about-btn:focus {
  background-color: #f7d053;
  color: #fff;
  border: 1px solid #f7d053;
}

.home-ourPower {
  background-image: url("../images/recognized-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  color: #fff;
}

.homeOurPowerContent {
  height: 600px;
  align-items: center;
}

.ourPowerImgBox {
  padding: 20px;
  background-color: #fff;
}

.ourPowerImgBox img {
  aspect-ratio: 1 /1;
  object-fit: scale-down;
}

.homeHelp .material-icons {
  vertical-align: middle;
  margin-right: 8px;
  padding: 8px;
  background-color: #f7d053;
  border-radius: 50%;
}

.homeHelp a:hover {
  color: #f7d053;
}

#footer {
  background-color: #4a4a4a;
  font-size: 14px !important;
}

.footer-content p {
  color: #fff;
  font-size: 14px !important;
}

.footer-content h6 {
  color: #f7d053;
  font-size: 18px;
  margin-bottom: 15px !important;
}

.footer-content ul {
  list-style: none;
}

.footer-content img {
  margin-bottom: 15px;
}

.footer-content li::before {
  color: #f7d053;
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.footer-content li {
  padding-bottom: 10px;
}

.footer-content li a {
  text-decoration: none;
  color: #fff;
}

.footer-content li a:hover {
  text-decoration: none;
  color: #fff;
}

.copyrights {
  background-color: #333333;
  color: #cccccc;
  font-size: 12px;
  padding: 20px 0;
}

.copyrights a {
  color: #cccccc;
}

.copyrights a:hover {
  color: #cccccc;
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul.list-line {
  padding-inline-start: 0;
}

.homeHelp a {
  color: #000;
}

.homeHelp a:hover {
  color: #000;
}

/* .np {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mbz {
  margin-bottom: 0;
}
.pbz {
  padding-bottom: 0;
}
.vr_heading {
  font-size: 1.5rem;
  font-weight: 900;
  margin-top: 0;
}
.mt__50 {
  margin-top: 50px;
}
.cart-contents {
  max-width: 30px;
}
.cart-contents:before {
  font-weight: 900;
  content: url(../images/cart-01.svg);
  font-size: 1.2rem;
}
.cart-contents:hover {
  text-decoration: none;
}
.cart-icons {
  max-width: 30px;
}
.list-line {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.cart-contents-count {
  color: #fff;
  background: red;
  border-radius: 50%;
  padding: 5px 0 0 1px;
  line-height: 1;
  height: 20px;
  width: 20px;
  font-size: 0.7rem;
  vertical-align: top;
  display: inline-block;
  margin-top: -43px;
  text-align: center;
}
.carousel-indicators li {
  border: 0;
}
.carticon {
  text-align: right;
}
.npm {
  padding: 0;
  margin: 0;
} */

.village__real {
  background: var(--lightGreen);
  margin-bottom: 20px;
}

.village__real .carousel-item img {
  float: left;
}

.village__real--text {
  margin-top: 25%;
}

.village__real--text h5 {
  font-size: 2.6rem;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}

.village__btn,
.add_to_cart_button {
  background: #00b09b;

  background: -webkit-linear-gradient(to right, #96c93d, #00b09b) !important;
  background: linear-gradient(to right, #96c93d, #00b09b) !important;
  padding: 10px 20px !important;
  color: white !important;
  font-weight: normal !important;
  display: inline-block;
  font-size: 0.8rem !important;
  text-transform: uppercase;
}

.village__btn:hover {
  color: #fff;
}

.gerenalcss {
  margin: 60px 0;
}

.how__we-work {
  margin-top: 30px;
}

.block_txt p {
  margin-left: 35px;
}

.block_txt i {
  padding-right: 10px;
}

.block_txt h3 {
  letter-spacing: 1px;
}

.about-us-block {
  margin-bottom: 100px;
}

.shopnow-btn,
.single_add_to_cart_button,
.checkout-button,
.woocommerce-checkout-payment button,
.woocommerce-button,
.return-to-shop a,
.nammapoorvigam-reviews #submit,
.xoo-wsc-ft-btn-checkout,
.quick_buy_button,
.xoo-wsc-empty-cart .btn,
.btn-primary,
.brandbtn,
#btn-razorpay,
#btn-razorpay-cancel,
.woocommerce-address-fields button {
  background: #39b54a !important;
  padding: 10px 20px !important;
  color: #fff !important;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s;
  text-transform: capitalize;
}

.shopnow-btn:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.woocommerce-checkout-payment button:hover,
.return-to-shop a:hover,
#submit:hover,
.xoo-wsc-ft-btn-checkout:hover,
.quick_buy_button:hover,
.xoo-wsc-empty-cart .btn:hover,
.btn-primary:hover,
.brandbtn:hover,
#btn-razorpay:hover,
#btn-razorpay-cancel:hover,
.woocommerce-address-fields button:hover {
  background: #6eb900 !important;
  color: #fff !important;
}

.quick_buy_button {
  border: 0 !important;
  width: 285px;
  border-radius: 5px;
}

#btn-razorpay,
#btn-razorpay-cancel {
  border: 0;
}

.customer-txt {
  width: 60%;
  margin: 0 auto;
}

.pic-image {
  width: 150px !important;
  margin: 0 auto;
  padding: 20px;
}

.pic-image img {
  border-radius: 50%;
  box-shadow: -1px 3px 3em 5px #ccc;
}

.customer-speak {
  background: var(--lightGreen);
  padding: 30px;
}

.customer-details {
  padding-top: 0;
  margin-top: 0;
  font-weight: 900;
  color: var(--brandGreen);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.home--products li,
.village-real-products li,
.related.products li {
  box-shadow: 0 0 1rem 1px #ccc;
  padding: 2px;
  padding-bottom: 20px !important;
}

.home--products,
.village-real-products,
.related.products li {
  text-align: center;
}

.related.products {
  margin-top: 50px;
  clear: both;
}

.footer--section {
  color: white;
  background: #56ab2f;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #a8e063, #56ab2f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.footer--section h3 {
  color: white;
}

.social__icons_footer li {
  display: inline-block;
  margin-right: 10px;
}

.social__icons_footer i {
  font-size: 1.4rem;
  margin-top: 10px;
}

.footer-bottom {
  padding: 20px 0 !important;
  font-size: 0.8rem;
}

.footer--section p {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.footer--section a {
  font-size: 0.9rem;
  color: white;
}

.header--bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 180px;
  margin-bottom: 40px;
}

.woocommerce-breadcrumb {
  display: none;
}

.page__title {
  margin-top: 50px;
  font-weight: 900;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumbs,
.breadcrumbs a {
  font-size: 1rem;
  text-transform: initial;
}

.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}

.cw_quantity_select .cw_qty {
  margin-right: 10px;
  padding: 6px;
}

.variations .label {
  display: none;
}

h1.product_title.entry-title {
  font-weight: normal;
  font-size: 1.5rem;
}

.village-real-pd .entry-summary {
  margin-top: 0 !important;
}

ins {
  text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--brandBlack);
}

.woocommerce span.onsale {
  min-height: 3rem;
  min-width: 3rem;
  background: #56ab2f;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #a8e063, #56ab2f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.reset_variations {
  display: none !important;
}

.product_meta {
  font-size: 0.8rem;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.woocommerce-tabs.wc-tabs-wrapper,
.product_meta {
  display: none;
}

.product-description h3 {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  border-top: 1px solid #eaecef;
  padding-top: 10px;
}

.line-bck {
  background: #56ab2f;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #a8e063, #56ab2f);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #a8e063, #56ab2f);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  min-height: 2px;
  margin-bottom: 5px;
}

.woocommerce div.product form.cart {
  margin: 0;
}

.shipping__details p {
  margin: 0;
  font-size: 0.8rem;
}

.woocommerce div.product form.cart .variations select {
  max-width: 50% !important;
}

/*Checkout*/

.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-billing-fields__field-wrapper .billing_state {
  border-radius: 0;
}

.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields__field-wrapper label {
  display: block;
  width: 40%;
}

.woocommerce-shipping-fields__field-wrapper input[type="text"],
.woocommerce-shipping-fields__field-wrapper input[type="tel"],
.woocommerce-shipping-fields__field-wrapper input[type="email"],
.woocommerce-shipping-fields__field-wrapper {
  border-radius: 0;
}

.related h2 {
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin: 30px 0;
}

.woocommerce-cart #page {
  min-height: 800px;
}

.woocommerce-cart .breadcrumbs {
  padding-bottom: 30px;
}

.wc-proceed-to-checkout {
  margin-bottom: 100px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  width: 100% !important;
  border: 1px solid #ced4da;
}

#customer_login label {
  width: 100%;
}

.min-header {
  min-height: 200px;
  color: #fff;
  padding-top: 30px;
}

.min-header a,
.min-header h2 {
  color: #fff;
}

.min-header h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0;
}

.menu-navigation a {
  font-weight: 600 !important;
  color: #222 !important;
}

/* .mega-toggle-on ul.mega-sub-menu {
  box-shadow: 1px 9px 0.5em 0 #5f5f5fad !important;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
}

ul.mega-sub-menu li {
  padding: 0px 0px 1px 12px !important;
  border-bottom: #ccc 1px solid !important;
}

ul.mega-sub-menu li:last-child {
  border: 0 !important;
}

ul.mega-sub-menu li:hover {
  border-bottom-color: #56ab2f !important;
}

@media only screen and (max-width: 1024px) {
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: white !important;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #444444;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-menu-ancestor
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item.mega-current-page-ancestor
    > a.mega-menu-link {
    background: #602d12 !important;
  }

  .mega-current_page_item a.mega-menu-link {
    color: #fff !important;
  }
} */

.mega-current_page_item > a {
  font-weight: 600 !important;
}

.mobile-menu-close {
  display: inline-block;
  padding: 10px;
}

.address-box {
  margin: 40px 0;
  font-weight: 600;
}

.address-box p {
  margin-bottom: 10px;
}

.address-box .loc-icon {
  font-size: 3rem;
  color: var(--brandGreen);
}

.address-box h3 {
  margin: 0 0 10px 0;
  font-weight: 900;
}

.contact-details p {
  margin-bottom: 0;
}

.contact-details .fas {
  margin-right: 10px;
  margin-bottom: 20px;
  color: var(--brandGreen);
  font-size: 1rem;
}

.contact-form-page input {
  border-radius: 0;
}

.contact-form-page h3 {
  margin: 10px 0 10px 0;
  font-weight: 900;
}

#menu1 p:first-child {
  display: none;
}

.product-tabs li a {
  padding: 10px 20px;
  display: inline-block;
  color: white;
}

.product-tabs li a {
  color: var(--brandBlack);
  transition: all 0.2s;
}

.product-tabs li a.active,
.product-tabs li a:hover {
  background: var(--brandBrown);
  color: #fff;
}

.tab-content {
  margin: 0;
  padding: 20px;
}

.tab-content ul {
  padding: 0;
  margin: 0;
}

.tab-content ul li {
  padding: 0 0 10px 0;
}

.woocommerce-variation-price {
  padding: 0 0 10px 0;
}

.villagerealprice {
  display: none;
}

.cw_quantity_select {
  margin-bottom: 20px;
}

.woocommerce-column--billing-addres {
  width: 40% !important;
}

.social--icons {
  margin-top: 30px;
}

.social--icons h4 {
  margin: 10px 0;
}

.village__real .carousel-caption {
  bottom: 25%;
}

.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  max-width: 48% !important;
}

.footer-bottom {
  overflow: hidden;
}

.yith-ctpw-front .col2-set.addresses > div {
  width: 50%;
  float: left;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2 {
  max-width: 50%;
}

.yith-ctpw-front address {
  text-align: left !important;
}

.pic-image {
  display: none;
}

.onsale {
  display: none;
}

.header-links {
  text-align: right;
  margin: 0;
  padding: 0;
}

.header-links li {
  display: inline-block;
}

.header-links li a {
  color: var(--white);
}

.quantity .plus {
  padding: 0px 17px;
  background: var(--brandBrown);
  border: 0;
  color: #fff;
  font-size: 23px;
  margin-right: 10px;
  height: 37px;
}

.quantity .minus {
  padding: 0px 17px;
  background: var(--brandBrown);
  border: 0;
  color: #fff;
  font-size: 23px;
  height: 37px;
}

.quantity {
  margin-bottom: 20px !important;
}

.carticon {
  align-items: center;
  justify-content: center;
  display: flex;
}

.contactcontainer .wpcf7-submit {
  width: auto !important;
}

/*.healthmix-header .sub_banner .subbanner_heading {
    margin-top: 0;
    padding-top: 60px;
}*/
/*.healthmix-header .sub_banner {
    background-size: cover;
    max-height: 200px;
    margin-bottom: 20px;
}*/
.shipping__details-info p {
  margin-bottom: 0;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  margin-left: 0 !important;
}

.yith-ctpw-front ul.customer_details {
  text-align: left !important;
  padding: 0 !important;
}

.breadcrumbs {
  padding-top: 0;
}

/*Css v2*/
/* .footer-content h2 {
  color: #fff;
  margin: 0;
  font-size: 18px !important;
  font-weight: bold;
  padding-bottom: 20px;
}
.footer-content ul {
  padding-inline-start: 0;
}
.footer-content ul li {
  list-style: none;
  padding-bottom: 10px;
}
.address li {
  float: left !important;
  width: 75% !important;
  padding: 15px 0 !important;
}
.address li b {
  width: 25px !important;
  float: left !important;
}
.address li span {
  float: left !important;
  width: 80% !important;
}
.footer-border-bottom {
  border-bottom: 1px solid #fff;
}
.address li i {
  color: #fef470;
}
.footer-border-top {
  border-top: 1px solid #fff;
}
.footer-content img {
  max-height: 65px !important;
}
textarea {
  resize: none;
} */

@media (max-width: 992px) {
  .margin-md-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .quick-links {
    padding-left: 10%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #footer p {
    font-size: 14px !important;
  }

  #footer li {
    font-size: 14px !important;
  }

  .address li {
    width: 85% !important;
  }

  .quick-links {
    padding-left: 8%;
  }
}

.wpcf7-recaptcha.form-control {
  border: none;
  padding: 10px 0 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}

.single .flex-control-nav {
  margin-top: 30px !important;
}

#product_total_price {
  display: none;
}

.healthmix-header .sub_banner {
  background-image: url(../images/myaccount_header_bg.png);
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
}

.healthmix-header .sub_banner .subbanner_heading {
  margin: 40px 0;
  text-transform: capitalize;
}

.poorvigam-product {
  margin: 20px 0 0 0;
}

.stars:nth-child(2n) {
  display: none !important;
  background: red;
}

.woocommerce div.product .product_title {
  margin: 0;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0 !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin-bottom: 0px;
  padding: 10px 0;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 0;
}

.woo-variation-swatches.wvs-style-squared
  .variable-items-wrapper
  .variable-item {
  border-radius: 0 !important;
}

td.value.woo-variation-items-wrapper {
  margin-bottom: 10px;
}

.woocommerce .quantity .qty {
  width: 40px;
  min-height: 36px;
  margin-top: -10px;
  vertical-align: middle;
}

.woocommerce div.product div.images img {
  max-height: 550px;
}

.variable-items-wrapper .selected,
.variable-items-wrapper li:hover {
  background: var(--brandBrown) !important;
  color: #fff;
  border: 0 !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: none !important;
}

/*Review comments */
.woocommerce-Reviews-title {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.commentlist {
  padding: 0;
}

.star-rating span:before {
  color: #ff9c00 !important;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  background: none !important;
  border: 0 !important;
  height: 60px;
  width: 60px;
  border-radius: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 70px;
  border: 0;
}

.woocommerce .star-rating {
  float: none;
  margin-bottom: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin-bottom: 0;
  padding: 0;
}

.xoo-wsc-basket {
  display: none !important;
}

.village-real-products .star-rating {
  margin: 10px auto !important;
}

/*Reviews*/

.nammapoorvigam-reviews #review_form_wrapper {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 15px 20px;
}

.nammapoorvigam-reviews .comment-reply-title {
  font-size: 18px;
  font-weight: 600;
}

.nammapoorvigam-reviews .comment-notes {
  padding: 0;
}

.nammapoorvigam-reviews .stars {
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.nammapoorvigam-reviews input[type="text"],
.nammapoorvigam-reviews input[type="email"],
.nammapoorvigam-reviews textarea {
  border: 1px solid #ddd;
  width: 100%;
  min-height: 40px;
  padding: 5px;
  background: var(--inputbg);
}

.nammapoorvigam-reviews input[type="text"]:focus-visible,
.nammapoorvigam-reviews input[type="email"]:focus-visible,
.nammapoorvigam-reviews textarea:focus-visible {
  outline: none;
}

.nammapoorvigam-reviews input[type="text"]:focus,
.nammapoorvigam-reviews input[type="email"]:focus,
.nammapoorvigam-reviews textarea:focus {
  border: 1px solid #ddd !important;
}

.comment-form-author label,
.comment-form-email label {
  display: block;
}

.woocommerce p.stars:hover a::before,
.woocommerce .stars a {
  color: rgb(255, 156, 0) !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
}

.order-steps {
  /*background: #fafafa;*/
  background: var(--brandBrown);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
  margin: 20px 0 40px 0;
}

.checkout-breadcrumb {
  padding: 20px 0;
}

.ct-1st {
  font-size: 340%;
  float: left;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 10px;
  line-height: 0.9;
  font-weight: bold;
}

.ct-2nd {
  text-transform: uppercase;
}

.ct-2nd,
.ct-3th {
  margin: 0;
  padding: 0;
}

.dull {
  opacity: 0.5;
}

.c-items {
  transition: 0.2s all;
}

.c-items:hover {
  opacity: 1;
}

.cart-page .entry-title {
  display: none;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: auto;
}

.cart_totals {
  border: 3px solid #ececec;
  padding: 30px;
  margin-bottom: 30px;
}

.cart_totals h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.cart-page .shop_table td {
  text-align: left;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
}

.wc-proceed-to-checkout {
  margin-bottom: 0;
  margin-top: 100px;
  padding: 0 !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  margin-bottom: 0 !important;
}

/*checkout*/
.checkout-page .woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 0;
  border: 0;
  background: none;
  margin: 10px 0;
}

.checkout-page .entry-header {
  display: none;
}

.checkout-page .woocommerce-info::before {
  content: "" !important;
}

.checkout-page .woocommerce-info a {
  font-weight: 700;
  border-bottom: 1px solid #000;
}

.checkout-page-details #customer_details {
  border: 8px solid #f8f8f8;
  padding: 10px;
  margin: 20px 0;
}

.checkout-page-details .woocommerce-billing-fields h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
}

.checkout-page-details .woocommerce-form__label-for-checkbox {
  font-size: 14px;
}

.order-review-check {
  background: #f8f8f8;
  padding: 20px;
}

.order-review-check h3 {
  text-transform: uppercase;
  font-size: 25px;
  text-align: left;
  padding: 10px;
  font-weight: 600;
}

.woocommerce-checkout-review-order
  table.shop_table.woocommerce-checkout-review-order-table {
  background: white;
}

#order_review table {
  border-collapse: collapse;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 6%);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 6%);
}

.woocommerce table.shop_table th {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
}

.woocommerce-checkout-review-order .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  display: block;
  width: 100%;
  margin: 10px 0;
}

.woocommerce-checkout-review-order .shop_table td {
  padding: 15px !important;
}

.order-success .entry-header {
  display: none;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  max-width: 30vw;
}

.xoo-wsch-basket {
  display: none;
}

.xoo-wsc-container,
.xoo-wsc-slider {
  right: -30vw;
}

.xoo-wsc-ft-btn-continue {
  display: none !important;
}

.xoo-wsc-ft-amt {
  display: flex;
}

.xoo-wsc-ft-btn-cart {
  background: none !important;
  border: #000 2px solid !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  font-size: 16px !important;
}

span.xoo-wsc-ft-amt-label {
  font-weight: normal;
  font-size: 16px;
}

.xoo-wsch-top {
  justify-content: left;
}

a.added_to_cart.wc-forward {
  display: none;
}

.post-22 .entry-title {
  display: none;
}

.user-box {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border: 3px solid #eeeeee;
  padding: 15px;
  display: grid;
  grid-template-columns: 70px auto;
}

.user-box p {
  margin: 0;
  padding: 0;
}

.display--name {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.healthmixac-list {
  padding: 0;
  margin: 0;
  border-top: 1px solid #eee;
}

.healthmixac-list li {
  list-style: none;
}

.healthmixac-list li.is-active a {
  background: #f6f6f6;
  border-right: 1px solid transparent;
  color: #333;
  padding: 20px;
  transition: all 0.5s;
}

.healthmixac-list li a {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  padding: 20px;
  display: block;
  color: #999;
  text-transform: capitalize;
  font-weight: 600;
}

.healthmixac-list li a:hover {
  color: #333;
}

.woocommerce-MyAccount-navigation-link--dashboard a:first-child {
  display: none;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-navigation a:before {
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard
  a:before {
  content: "\f007";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f49e";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f3c5";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f2bd";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f2f5";
}

.icon--box {
  background: #fff;
  border: 1px solid #eee;
  padding-bottom: 15px;
  color: #555;
  text-transform: none;
  letter-spacing: unset;
}

.dahboard-icons {
  text-align: center;
}

.icon--box .fas {
  display: block;
  font-size: 2rem;
  margin: 20px;
}

.icon--box {
  margin-bottom: 20px;
}

.icon--box span {
  font-size: 1.1rem;
  font-weight: 600;
}

.icon--box .fas {
  color: #ccc;
}

.icon--box:hover .fas {
  color: var(--brandBrown);
}

.account-page .woocommerce-order-details {
  padding: 10px;
  margin-bottom: 0;
}

.account-page p {
  margin-bottom: 2px;
}

.account-page .woocommerce-order-details__title {
  font-size: 18px;
  padding-left: 10px;
}

.account-page section {
  padding: 0;
}

.account-page .woocommerce-column__title {
  font-size: 18px;
  margin-bottom: 10px;
}

.account-page .woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
  width: 46% !important;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  background: #ccc;
  padding: 20px;
  min-height: 260px;
  background: #f4f4f4;
}

.woocommerce .woocommerce-customer-details address {
  border: 0 !important;
  padding-left: 0;
}

.chennai-shipping {
  font-size: 11px;
  color: red;
}

.brand--text p {
  margin-top: 20px;
}

#customer_login input[type="text"],
form.woocommerce-form.woocommerce-form-register.register input[type="email"],
#customer_login input[type="password"],
.woocommerce-form-login.login input[type="text"],
.woocommerce-form-login.login input[type="password"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="email"] {
  border: 1px solid #ddd;
  width: 100%;
  min-height: 40px;
  padding: 5px;
  background: var(--inputbg);
  border-radius: 0;
}

.woocommerce-cart-form__cart-item td.product-quantity .qty {
  padding: 0 !important;
  margin: 0;
}

.woocommerce-cart-form__cart-item .quantity {
  margin-bottom: 0 !important;
}

.xoo-wsch-basket {
  display: none;
}

.woocommerce-cart-form__contents tr th,
.account-orders-table tr th,
.woocommerce-MyAccount-content th.product-name,
.woocommerce-MyAccount-content th.product-total,
#post-131 .shop_table.order_details thead th {
  background: #f4f4f4 !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  min-height: 370px;
}

.checkout-page .woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  min-height: auto !important;
}

.page.type-page {
  min-height: 500px;
}

.comment-notes {
  font-size: 13px;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  position: relative !important;
  float: left;
  padding-right: 5px;
  top: 0em;
  left: 0em;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 1.5em;
}

.woocommerce-cart .cart-empty:before {
  font-family: bootstrap-icons !important;
  content: "\f179";
  color: #ccc;
  display: block;
  font-size: 400%;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  float: none;
}

.woocommerce-cart .cart-empty {
  text-align: center;
  font-size: 35px;
  font-weight: 800;
  color: #000;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
.woocommerce-Address {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 20px;
}

.account-page p {
  margin-bottom: 10px;
}

#billing_state_field,
#shipping_state_field {
  display: none !important;
}

.welcomecontent p {
  margin-bottom: 20px;
}

.post-131 .customer_details,
.post-131 .addresses,
.post-131 .product-purchase-note {
  display: none;
}

.yith-ctpw-front ul.order_details li {
  width: auto !important;
  float: none !important;
  font-size: 14px;
  margin-left: 0px !important;
  list-style: disc;
  padding: 3px 0 !important;
}

.woocommerce ul.order_details li strong {
  display: inline;
  font-weight: 700;
}

.yith-ctpw-front .order_details li:nth-child(even) {
  background: none !important;
}

.post-131 ul.order_details li strong {
  font-size: 14px !important;
}

.post-131 .order_details p {
  color: #7db62e !important;
  text-align: left !important;
  font-size: 20px !important;
}

.post-131 .order_details_title {
  text-align: left !important;
  font-size: 24px !important;
}

.post-131 .shop_table.order_details {
  padding: 0 !important;
}

.xoo-wsc-product .xoo-wsc-img-col {
  width: 20% !important;
}

.yith-ctpw-front ul.order_details li {
  width: auto;
  padding: 2px;
  list-style: disc !important;
  border: 0 !important;
}

.payment_method_razorpay label {
  display: inline;
}

.back-to-home {
  text-align: center;
  margin: 30px 0;
}

.post-21 .order_details li {
  float: none !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.post-21 .order_details {
  border: 2px dashed #7db62e;
  padding: 20px;
  margin: 0 0 20px 0 !important;
}

.post-21 .woocommerce ul.order_details li strong {
  font-size: 14px !important;
}

.post-21 .woocommerce ul.order_details li {
  border: 0 !important;
}

.home_single_banner {
  position: relative;
}

.buy-now-button {
  position: absolute;
  top: 45%;
  left: 6%;
}

#mega-menu-wrap-primary {
  background: none !important;
}

/* Inner page */
.online-poe-inner-page {
  background-image: url("../images/sub-page-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  padding: 0;
  position: relative;
}

.bannerInnerContentArea {
  display: flex;
  flex-wrap: wrap;
  height: 400px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bannerInnerContentArea h1 {
  color: var(--brandYellow);
  font-size: 3rem;
  text-align: center;
}

.online-breadcrumbs {
  min-height: 25px;
  text-align: center;
}

.online-breadcrumbs a {
  color: #fff;
}

#accordion .expand-wrapper a:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

#accordion .expand-wrapper .collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\2b";
}

.accordion-button:focus {
  background: none;
  box-shadow: none;
}

.wvs-style-squared {
  border: #707070 1px solid;
  width: max-content;
  border-radius: 3px;
}

.wvs-style-squared li {
  margin: 0 !important;
  height: auto !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  box-shadow: none !important;
}

.woo-variation-swatches:hover {
  box-shadow: none !important;
}

li.variable-item.selected {
  background: #6ec435 !important;
}

li.variable-item.selected span {
  color: #fff;
}

.variable-item-span {
  line-height: 18px;
  white-space: pre-line;
}

.variable-item-span-button {
  font-size: 10px;
}

.variable-item-span-button:first-line {
  font-weight: 700;
  font-size: 14px;
}

p.price {
  display: none;
}

.woocommerce-variation.single_variation,
.woocommerce-variation-add-to-cart-enabled .quantity {
  visibility: hidden;
}

.healthmix-header .sub_banner {
  max-width: 1320px;
  margin: 0 auto;
}

.xoo-wsc-sum-col .variation br,
.cart_item .variation {
  display: none;
}

.online-poa-products {
  margin: 20px 0;
}

.woocommerce-ordering {
  display: none;
}

.sub_banner {
  display: none;
}

.minihead_litebrown {
  margin: 30px 0;
  font-size: 2.3rem;
}
.type-page .entry-header {
  display: none;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
  display: none;
}

.yellow-cart-btn {
  display: block !important;
  margin-left: 20px !important;
  background: var(--brandYellow) !important;
  color: #000 !important;
  padding: 13px 21px !important;
}

.wvs-style-squared {
  width: max-width;
  float: left;
}

.woocommerce div.product .product_title {
  margin-bottom: 15px;
}

.woocommerce-product-details__short-description ul {
  margin-top: 10px;
}

.woocommerce-product-details__short-description li {
  list-style: none;
  margin-bottom: 5px;
}

.woocommerce-product-details__short-description li:before {
  content: "\2022";
  color: var(--brandYellow);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.accordion-button:focus {
  border: 0;
}

.category-list-poa .accordion-button:not(.collapsed) {
  background: var(--brandYellow);
  color: #000;
}

.category-list-poa h4,
.category-list-poa ul {
  margin: 0;
  padding: 0;
}
.category-list-poa ul li {
  padding: 0;
}
.category-list-poa ul li a {
  padding: 10px 25px;
}

.category-list-poa a {
  color: #212529;
}

.category-list-poa .accordion-button:not(.collapsed)::after {
  transform: rotate(360deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.category-list-poa .accordion-button::after {
  transform: rotate(269deg);
}

.variations li::before {
  content: "";
}

#mini-cart-count {
  background: #f7d053;
  padding: 4px 8px;
  border-radius: 4px;
  color: #000;
  font-weight: 800;
  font-size: 12px;
  vertical-align: middle;
}

.active-product {
  background: var(--brandYellow);
}
.xoo-wsc-basket{
    bottom: 80px!important;
    display:none!important;
}
.cart-icons, .xoo-wsc-basket[style*='block']{
    display:none!important;
}
