:root {
	--pc: #609a33;
	--sc: #366015;
	--white: #fff;
	--black: #000;
	--muted: #eff0f5;
}

body a {
	text-decoration: none;
	transition: all .3s ease;
}

body a:hover:not([class*="-btn"]){
	text-decoration:underline;
}

 p{
	letter-spacing: 1px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.75);
}

/*//site-topbar---*/

.topbar {
	background: var(--pc);
	padding: 12px 0;
}

.topbar p {
	margin-bottom: 0;
	font-size: 15px;
	text-align: center;
	color: var(--white);
}

/*//site-header---*/

.header {
	background: var(--white);
	padding-block: 10px;
	border-bottom:1px solid #cccc;
}

.header nav ul li a {
	color: var(--black);
}

/*//site-buttons----*/

[class*="-btn"] {
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
}

.primary-btn {
	background: var(--pc);
	color: var(--white);
}







/*//without-custom-css//*/


[class*="left-"]{
            text-align: left;
         }

      .seprator{
         text-align: center;
         margin-bottom: 40px;
      }

      .seprator p{
         font-weight: 400;
         letter-spacing: 1px;
         line-height: 28px;
      }

      .product-img{
         position: relative;
      }

      .product-img img{
         height: 300px;
         width: 100%;
         object-fit: cover;
         border-radius: 8px;
      }

      .product-img img.hidden__img{
         position: absolute;
         z-index: -1;
         inset: 0;
         opacity: 0;
         transition: all .3s ease;
      }

      .product-card:hover .product-img img.hidden__img{
         opacity: 1;
         transition: all .3s ease;
         z-index: 99;
      }

      [class*="-card"],
      .product-card .product-content{
         display: grid;
      }

      [class*="-card"]{
         gap: 15px;
      }

      [class*="-title"]{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
}


[class*="-card"] [class*="-title"] {
    font-size: 19px;
    line-height: 28px;
    color: var(--black);
}

.product-card :is(.product-content, .flex-rating),
.flex-rating{
   gap: 5px;
   margin-bottom: 10px;
}

.product-card .flex-rating span{
       margin: 0 0 0 10px;
    padding-top: 3px;
}

.product-card .flex-rating li{
   line-height: 0;
}


.product-card .strike-price{
   text-decoration: line-through;
   font-weight: 500;
}


.product-card .price{
   font-weight: 700;
}

.secondary-btn{
       border: 2px solid #609a33;
    text-align: center;
    color: #609a33;
    margin-top: 20px;
}

.site-bg{
            background: #eff0f5;
            padding-block: 50px;
         }

         .bg-primary{
            background: var(--sc);
            padding-block: 50px;
         }

         [class*="bg-"] .seprator :is(h2,  p){
            color: var(--white);
         }

         .sm-card{
          background: var(--white);
    padding: 20px 35px;
    border-radius: 4px;
    place-items: center;
    text-align: center;
   }

   .sm-card .head{
      font-weight: 700;
   }

   .testimonial-card{
      border: 1px solid #ccc;
      padding: 20px;
      border-radius: 7px;
      background: var(--white);
      text-align: center;
      place-items: center;
      height: 100%;
   }

   .testimonial-card img{
          border-radius: 50%;
    object-fit: cover;
    height: 50px;
    width: 50px;
   }

   .testimonial-card .user-nm{
      font-weight: 700;
      font-size: 14px;
      margin-top: 5px;
   }

   .testimonial-card span{
      font-size: 13px;
      color: rgb(87 87 87 / 75%);
   }


    .cta-wrapper{
      height: 100%;
      width: 100%;
      position: relative;
   }

   .cta-wrapper .cta-card-content {
    top: 50%;
    left: 47%;
    transform: translate(-40%, -50%);
    position: absolute;
}

   .cta-wrapper .cta-card-content p{
      margin:auto;
      width: 80%;
   }

   .cta-wrapper .cta-card-content .primary-btn{
      width: 30%;
   }

    .flex-pair-buttons{
    margin-top: 20px;
    justify-content: center;
   }

   .flex-benifit,
   .flex-pair-buttons{
      gap: 20px;
   }


   .footer{
      background: var(--sc);
      padding-block: 50px 30px;
   }

   .footer :where(a,p,div, span, ul li a){
      color: rgba(255,255,255, 0.75);
   }

    .footer .footer-ttl{
      color: var(--white);
    }

   .footer-ttl{
      font-size: 20px;
      font-weight: 500;
   }

   .footer .footer-col-card{
      gap: 30px;
   }

   .footer .footer-col-card ul li{
      margin-bottom: 20px;
   }

    .footer form{
      position: relative;
    }

   .footer form input{
          width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.75);
    padding: 18px;
    background: transparent;
    border-radius: 50px;
    font-size: 16px;
    color: var(--white);
   }

    .footer form button{
          position: absolute;
    right: 15px;
    background: transparent;
    border: 0;
    top: 20px;
		cursor:pointer
    }

    .footer .flex-social-media{
      justify-content: flex-end;
      gap: 10px;
    }

    .footer .copyryt{
          border-top: 1px solid #cccccc40;
    padding-top: 40px;
    margin-top: 50px;
    }


    .flex-whatsapp{
          background: #25D366;
    height: 50px;
    width: 50px;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    }

.woocommerce .quantity .qty {
    width: 6em;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
}


.custom-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.custom-price-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 16px;
}

.new-price {
  font-size: 20px;
  font-weight: bold;
  color: #2c7c2c;
}

.discount-badge {
  background: #ff2e2e;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
}


/* woocommerce start */
.woocommerce.columns-4,.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout,.woocommerce-order,.woocommerce-account .woocommerce {
	width:90%;
	margin-inline:auto !important;
	margin-top:50px;
}
.woocommerce .single-product{
    width:90%;
	margin-inline:auto !important;	
}
.woocommerce ul.products, .woocommerce-page ul.products {
    margin-top: 25px !important;
}
.home main .woocommerce.columns-4{
	width:100%;
	margin-top: 0;
}

.single_add_to_cart_button{
	background:var(--pc) !important;
}

.single_add_to_cart_button:hover{
	background:#e33d1ccc !important;
}

.woocommerce .price {
    margin-bottom: 10px !important;
    color: #000;
    font-size: 16px !important;
    margin-top: 10px;
}

.woocommerce .woocommerce-product-details__short-description{
	margin-bottom:20px;
}

/* .woocommerce-page .quantity {
    border: 1px solid var(--pc);
    padding: 6px;
    height: 100%;
    border-radius: 10px;
} */

.woocommerce-page .entry-summary .product_meta .posted_in {
    font-weight: 600;
}

.woocommerce-product-details__short-description h1{
	margin-bottom:20px;
}

/* Chrome, Safari, Edge */

.woocommerce .cart input[type="number"]::-webkit-inner-spin-button,
.woocommerce .cart input[type="number"]::-webkit-outer-spin-button {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: inline !important;
  -webkit-appearance: inner-spin-button !important;
}

/* Firefox */

.woocommerce .cart input[type="number"] {
  -moz-appearance: number-input !important;
	outline:none;
}

/* General fallback to avoid hiding arrows */

.woocommerce .cart input[type="number"] {
  appearance: number-input !important;
}

.woocommerce div.product form.cart{
	margin-bottom:20px;
}

.wp-block-woocommerce-cart .wc-block-components-button,.wc-block-components-checkout-place-order-button{
	display:block !important;
	background:var(--pc);
	border-radius:4px !important;
	color:#fff !important;
	display:flex !important;
	align-items:center !important;
	border: 0;
    font-size: 16px;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-blocks-components-select__select {
	border: 1px solid hsl(0deg 0% 66.46% / 80%) !important;
}

.wp-block-woocommerce-cart .wc-block-components-button:hover,.wc-block-components-checkout-place-order-button:hover,.add_to_cart_button, .woocommerce-account .woocommerce-button{
	background:var(--pc) !important;
	color:#fff !important;
}

.woocommerce-account .woocommerce-button:hover,.woocommerce ul.products li.product .button:hover{
	background:#000 !important;
}

.wp-block-woocommerce-checkout-order-summary-block{
	background: #609a3312 !important
}

.woocommerce-message{
	    border-top-color:var(--pc) !important;
	outline:none;
}
.woocommerce-message::before{
	color:#e33d1ccc !important;
}
.woocommerce span.onsale{
	background:#a00 !important;
	width: 50px;
    height: 50px;
	margin: 0.5em 0.5em 0 0!important;
}

.added_to_cart.wc-forward{
	margin-left:10px !important;
}
.wp-block-woocommerce-cart-order-summary-block {
    background: #609a331a;
    padding: 22px 22px 0px 22px;
    margin-bottom: 19px;
    border-radius: 11px;
}

.woocommerce-loop-product__title {
    color: #000;
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0;
}

.woocommerce select.orderby {
    border: 1px solid #c9c9c9;
    padding: 4px 9px;
    border-radius: 4px;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
	height:110px;
	object-fit:cover;
}

.woocommerce-product-gallery .flex-viewport{
	height:350px;
}

.woocommerce-Tabs-panel.entry-content :is(h2,h3,h4,h5,h6,p){
	margin-bottom:16px !important;
}

.woocommerce-Tabs-panel.entry-content ul{
	margin-bottom:20px;
}

.woocommerce-Tabs-panel.entry-content ul li{
	margin-bottom:10px;
	list-style:disc;
	margin-left:16px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
/* 	border: 1px solid #bdbdbd;
    padding: 15px;
    border-radius: 10px; */
}

.home main .woocommerce.columns-4 .products.columns-4{
	margin-bottom:0px;
}

.home main .woocommerce.columns-4 .products.columns-4 li{
	margin-bottom:0px;
}

.woocommerce-account .login-form-custom{
/* 	width:40%; */
/* 	margin-inline:auto; */
}

.woocommerce-MyAccount-navigation ul{
	padding-left:0;
}

.woocommerce-MyAccount-navigation ul li{
	padding:10px;
	background:#e5e5e5;
	list-style:none;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.woocommerce-MyAccount-navigation ul li a{
	color:#000;
	text-decoration:none;
	border-bottom:none;
}


.woocommerce-MyAccount-navigation ul li.is-active{
    background-color: var(--pc);
}

.woocommerce-MyAccount-navigation ul li.is-active a{
    color:#fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 14%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 84%;
}

.woocommerce-MyAccount-content .woocommerce-info{
	    border-top-color: var(--pc);
}

.woocommerce-info::before{
	color:var(--color-primary);
}

.woocommerce-thankyou-order-details{
	border:1px solid #cfcccc;
	width: fit-content;
	border-radius:4px;
	background:#609a331a;
}

.woocommerce-thankyou-order-details li{
	margin-bottom:0px;
	padding:20px;
	 padding-left: 15px !important;
}




/* page layout start */
.text-white :is(p),.text-white{
color:#fff;
}

.multicolumn-card__info {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 10px;
	height:100%;
}

.multicolumn-card__info img{
	    height: 263px;
	margin-inline:auto;
}

.about-pg{
	background:url("https://naturecaresayurveda.com/cdn/shop/files/banner-img.webp?v=1738827669");
}

.pg-hero-sec {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.pg-hero-sec h1{
	font-size:2rem;
	font-weight:bold;
}
/* page layout end */

@media screen and (max-width: 768px){
	.woocommerce-account .login-form-custom{
	width:80%;
}
	
	.pg-hero-sec{
		min-height:180px;
	}
}

@media screen and (max-width: 600px){
	.woocommerce-account .login-form-custom{
	width:100%;
}
}
/* woocommerce end */



















/*//responsive-@media-Query//*/

@media (width <=1023px) {
	.header nav ul {
		background: var(--white);
		opacity: 0;
		visibility: hidden;
		transition: all .2s ease;
	}

	.menu_overlay {
		background: #00000040;
		transition: all .2s ease;
		transform: translateX(100%);
		z-index: 999;
	}

	.menu_overlay {
		position: fixed;
		width: 100%;
		height: calc(100vh);
		inset: 0;
	}

	.active_overlay {
		transform: translate(0);
	}

}

.contact-form {
    background: #e6eaff40;
    padding: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}

.contact-form :is(input, textarea, select)
 {
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    background: transparent;
    resize: none;
	 padding: 5px 30px 5px 5px;
    position: relative;
    width: 100%;
}

.contact-form :is(input:focus, textarea:focus, select:focus)
{
    outline: none;
}

.contact-form button {
    font-size: 16px;
    margin-top: 20px;
}

.contact-info-col {
    border: 1px solid var(--pc);
    padding: 25px 20px 20px;
    border-radius: 10px;
    position: relative;
}

.contact-info-col span
 {
    position: absolute;
    top: -10px;
    background: var(--white);
    left: 15px;
    padding-inline: 10px;
}

.contact-info-col a{
	color: var(--pc);
}
.contact-form .sub-head{
	margin-bottom:10px;
	display:block;
}
.contact-form .sep .h3{
	font-weight:bold;
	margin-bottom:20px;
}

.contact-form .sep{
	margin-bottom:25px;
}

.social-media {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
}

/* //blog-card-start */

.flex-col-calender span{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.catg {
    color: var(--pc);
    width: fit-content;
    transition: all .3s ease-in-out;
}

.flex-col-nature-cards .crd-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
}

.crd-btn, .crd-btn svg {
    transition: all .3s ease-out 0s;
    stroke: var(--black);
    padding: 0;
    width: fit-content;
    color: #000000a1;
}

.crd-btn:hover {
    color: var(--pc);
    text-decoration: underline;
    transform: translateX(15px);
}

.crd-btn:hover svg {
    transform: translateX(-105px);
    stroke: var(--pc);
}

.flex-col-nature-cards .crd-title:hover{
   color: var(--pc);
}

.flex-col-nature-cards a:hover{
	text-decoration:unset !important;
}


  body.single-product .single-product table.variations tbody tr td select{
   padding: 10px !important;
    border: 1px solid #cccc !important;
    border-radius: 4px !important;
}

   body.single-product .single-product div.trustBarTitle{
   margin-bottom:10px !important;
   font-weight:600 !important;
   text-align:left !important
}

body.single-product .woocommerce div.product form.cart::before{
	content: unset !important
}

body.single-product .discount-badge{
	background:var(--sc) !important
}

   body.single-product .woocommerce .woocommerce-variation-price .price .woocommerce-Price-amount bdi,
body.single-product .woocommerce .woocommerce-variation-price .price ins,
body.single-product .woocommerce .woocommerce-variation-price .price del{
   color:var(--pc) !important;
}

body.single-blog .flex-wp-sinlge-blog-info{
	margin-block:10px 30px;
    border-bottom: 1px solid #cccc;
    padding-bottom: 30px;
    gap: 10px 40px;
	flex-wrap:wrap
}

body.single-blog .flex-wp-sinlge-blog-info a{
	color:var(--pc)
}

.flex-col-single-page-container h1{
	    margin-top: 20px;
    font-size: 38px;
}