@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

/* mobile veiw */
.ac_product-page-banner {
  width: 100%;
  /*   height: 110px; */
}
.ac_product-page-banner img {
  /*   object-fit: ; */
}

.ac_breadcrumb-productPage {
  margin-top: 14px;
  padding: 0 20px 12px;
}
.ac_breadcrumb-productPage * {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #4e4e4e !important;
}

.ac_product-img-details {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 25px;
  position: relative;
}
@media (min-width: 760px) {
  .ac_product-img-details {
    height: auto !important;
  }
}
@media (min-width: 1020px) {
  .ac_breadcrumb-productPage {
    margin-top: 30px;
  }
  .ac_breadcrumb-productPage * {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .ac_product-img-details {
    flex-direction: row;
    gap: 30px;
  }
}
.ac_product-desc-banner {
  padding: 20px 8px;

  margin-top: 20px;
  background-color: #fff4ec;
}
@media (min-width: 350px) {
  .ac_product-desc-banner {
    padding: 50px 20px;
  }
}
/*  laptop Large veiw */
@media (min-width: 1281px) {
  .ac_product-img-details {
    gap: 46px;
  }
  .ac_breadcrumb-productPage,
  .ac_product-desc-banner {
    padding: 0 5.5%;
  }
  .ac_product-desc-banner {
    padding: 20px 5.5% !important;
  }
}

.ac_cart-offerDetails {
  display: flex;
  flex-direction: column;
/*   gap: 40px; */
}

@media (min-width: 1020px) {
  .ac_cart-offerDetails {
    flex-direction: column;
    gap: 20px;
  }
}
.ac_product-img-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
/*   transform: scale(0.8); */
/*   position: absolute; /* Positioning the child absolutely */ */
  /*   bottom: 0; */
/*   opacity: 0; */
  width: 100% !important;
}

/* gallery css */

/* .ac_product-img-container .gallery-navigation-carousel-wrapper{
	display:none !important;
}
.ac_product-img-container .wcgs-woocommerce-product-gallery{
	display:none !important;
	margin-bottom:0px !important;
} */
.ac_product-img-container .wcgs-woocommerce-product-gallery{
/* 	display:none !important; */
	margin-bottom:0px !important;
} 

.ac_product-img-container .woocommerce-product-gallery {
  gap: 1rem !important;
}
.ac_product-img-container .thumbnails .owl-stage {
  display: flex !important;
  gap: 14px !important;
}
.ac_product-img-container .thumbnails .owl-stage-outer {
  z-index: 1;
}
.ac_product-img-container .thumbnails {
  padding-right: 40px !important;
  padding-left: 40px !important;
  position: relative;
}
.ac_product-img-container .thumbnails .owl-nav {
  height: 70px !important;
  display: flex !important;
  justify-content: space-between !important;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  align-items: center;
}
.ac_product-img-container .thumbnails .owl-nav .wd-btn-arrow {
  all: initial;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 250;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  padding: 2px !important;
  border-radius: 100%;
  background-color: #f2f2f2;
  cursor: pointer !important;
}
.ac_product-img-container .thumbnails .owl-nav .wd-btn-arrow:after {
  font-size: 12px !important;
}
.ac_product-img-container .thumbnails .owl-stage .owl-item {
  padding: 0px !important;

  min-width: 70px !important;
  width: 70px !important;
  height: 70px !important;
  max-width: 70px !important;
  border: 1px #5d5d5d solid;
}
.ac_product-img-container .woocommerce-product-gallery > .col-12:first-child {
  width: 100% !important;
  /*     height:380px !important; */
  aspect-ratio: 1 !important;
  border: 1px #5d5d5d solid;
  overflow: hidden !important;
}
.ac_product-img-container .woocommerce-product-gallery > .col-12:last-child {
  display: none !important;
}
@media (min-width: 450px) {
  .ac_product-img-container {
    width: 380px !important;
  }
}
@media (min-width: 760px) {
  .ac_product-img-container {
    transform: none !important;
    position: static !important;
  }
  .ac_product-img-container .woocommerce-product-gallery > .col-12:last-child {
    display: block !important;
  }
}
.ac_product-main-img {
  width: 230px;
  aspect-ratio: 1;
  overflow: hidden;
  border: #5d5d5d 2px solid;
  align-self: center;
}
/*  laptop veiw */
@media (min-width: 1020px) {
  .ac_product-main-img {
    width: 280px;
  }
}

/*  laptop Large veiw */
@media (min-width: 1281px) {
  .ac_product-main-img {
    width: 350px;
  }
}
.ac_product-details-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ac_product-details-container h2 , .ac_product-details-container h1 {
 
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 4px !important;
  text-transform: capitalize !important;
}

.ac_product-details-container .berocket_brand_post_image_name {
  color: #4e4e4e;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 350px) {
  .ac_product-details-container h2 , .ac_product-details-container h1 {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 1020px) {
  .ac_product-details-container h2 , .ac_product-details-container h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .ac_product-details-container .berocket_brand_post_image_name {
    font-size: 16px !important;
    line-height: 20px;
    margin-top: 8px;
  }
}

/* variation */
.ac_product-details-container .vi-wpvs-variation-wrap {
  gap: 1rem !important;
  margin-top: 6px !important;
  margin-bottom: 12px !important;
/*   flex-wrap: nowrap; */
}
.ac_product-details-container .vi-wpvs-variation-wrap .vi-wpvs-option-wrap {
  margin: 0px !important;
  padding: 8px 20px !important;
  border-radius: 6px !important;
  min-width: 100px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.ac_product-details-container
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap-default {
  background-color: #d9d9d980 !important;
  color: #2e2d2d !important;
}
.ac_product-details-container
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap-hover
  * {
  color: #fff !important;
}
.ac_product-details-container
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap-selected {
  background-color: #ff6b00 !important;
  color: #fff !important;
}
.ac_product-details-container
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap-selected
  * {
  color: #fff !important;
}
.ac_product-details-container
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap
  .vi-wpvs-option {
  font-size: 14px;
  line-height: 1.5 !important;
  /* 	font-family: "Roboto", sans-serif !important; */
  flex-direction: column;
}
.ac_product-details-container
  .vi-wpvs-variation-wrap
  .vi-wpvs-option-wrap
  .vi-wpvs-option
  * {
  /* 	color:#fff; */
  font-size: 14px !important;
}

/* variation */
.ac_product-details-container .cart {
  position: relative !important;
}
.ac_product-details-container .cart .variations,
.ac_product-details-container .ac_hide-form {
  background-color: #ffffff !important;
  position: relative;
  z-index: 1;
}
.ac_product-details-container .cart .single_variation_wrap,
.ac_product-details-container .ac_hide-form .cart {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  top: 0px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  display: none !important;
}

.ac_product-details-container .cart .variations .label {
  border: none !important;
}

.ac_product-details-container #cityModal {
  margin-bottom: 12px;
  margin-top: 12px;
}
.ac_product-details-container #cityModal p,
.ac_product-details-container #cityModal .cityDropdown {
  margin-bottom: 0px !important;
}
.ac_product-details-container #cityModal .cityDropdown {
  padding-left: 8px;
}
.ac_product-details-container p.out-of-stock {
  display: none !important;
}
.ac_product-details-container .cart {
  gap: 0px !important;
}
.br_brand_product_container {
  margin-bottom: 4px !important;
}

.ac_product-rating-details {
  color: #ff6b00;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  cursor: pointer;
}
.ac_product-rating-details span {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 4px 6px;
  background-color: #ff6b00;
  color: #fff;
  display: flex;
  gap: 6px;
  width: fit-content;
  border-radius: 4px;
}

@media (min-width: 1020px) {
  .ac_product-rating-details {
    font-size: 16px;
    line-height: 20px;
  }
}

.ac_product-brandName {
  margin: 8px 0px !important;
  color: #4e4e4e !important;
}
.ac_product-brandName * {
  color: #4e4e4e !important;
}

.ac_prod-offer-avail p {
  margin-bottom: 6px !important;
}
.ac_prod-offer-avail .ac_dTC-banner {
  margin-top: 0px !important;
}
.ac_prod-offer-avail-desktop p,
.ac_prod-offer-avail-mobile p {
  margin-bottom: 0px !important;
}

/* Hide desktop banner on mobile */
@media screen and (max-width: 768px) {
  .ac_prod-offer-avail-desktop {
    display: none;
  }
}
/* Hide mobile banner on desktop */
@media screen and (min-width: 769px) {
  .ac_prod-offer-avail-mobile {
    display: none;
  }
}

.ac_product-variations {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 20px;
}
.ac_product-variations span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media (min-width: 1020px) {
  .ac_product-variations {
    margin-top: 24px;
  }
  .ac_product-variations > span {
    font-size: 16px;
    line-height: 20px;
  }
}
.ac_variant-list {
  display: flex;
  gap: 14px;
  flex-wrap: nowrap;
}

.ac_variant-list span {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 7px 20px;
  background-color: #d9d9d980;
  border-radius: 4px;
  color: rgb(0, 0, 0);
}

.ac_variant-list span:first-child {
  background-color: #ff6b00;
  color: white;
}

.ac_add-to-cart-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 50px 18px 24px;
  position: relative;
  overflow: hidden;	
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  height: fit-content;
}
.ac_add-to-cart-container p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #535353;
  margin: 0px !important;
}
 input.ac_QtyInput {
  width: 80%;
  height: 40px;
  padding: 6px 12px;
  border: solid #c1c1c1 2px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.ac_add-to-cart-container p:nth-of-type(2) {
  font-size: 14px;
  line-height: 18px;
}
.ac_add-to-cart-container p:nth-of-type(3) {
  font-size: 11px;
  line-height: 10px;
}

.ac_add-to-cart-container p span {
  color: #098f1e;
  font-weight: 700;
}

.ac_QuantityViewCart{
	display:flex;
	align-items: center;
    justify-content: space-between; 
	gap:10px;
}

 button.ac-product-AddToCartBtn{
  width: 100%;
  padding: 12px 0px;
  background-color: #ff6b00;
  color: white;
  border: none;
  outline: none;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 4px;
}
 a.do-viewCartBtn {
  width: 100%;
  padding: 12px 0px !important;
  background-color: transparent !important;
  border: #ff6b00 solid 1px !important;
/*   display:inline-block; */
  color: #ff6b00;
  border: none;
  outline: none;
  margin: 10px 0px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  border-radius: 4px !important;
  text-align:center;
  text-transform:uppercase !important;
	 align-items: center;
    justify-content: center;
  display:none;
	
}
/*  laptop veiw */
@media (min-width: 450px) {
  .ac_add-to-cart-container {
    width: 370px;
  }
}
@media (min-width: 1020px) {
  .ac_add-to-cart-container {
    padding: 50px 24px 24px;
    width: 370px;
  }
  .ac_add-to-cart-container p {
    font-size: 14px;
    line-height: 18px;
  }
  .ac_add-to-cart-container input {
    /*     height: 34px; */
    font-size: 14px;
    line-height: 16px;
  }
  .ac_add-to-cart-container p:nth-of-type(2) {
    font-size: 16px;
    line-height: 20px;
  }
  .ac_add-to-cart-container p:nth-of-type(3) {
    font-size: 13px;
  }
  .ac_add-to-cart-container button {
    font-size: 16px;
    line-height: 20px;
  }
	.ac_add-to-cart-container a.do-viewCartBtn{
		 font-size: 16px !important;
    line-height: 20px !important;
	}
}
#do-addToCartBtn:hover {
  background-color: rgba(33, 33, 33, 1) !important;
  color: #fff !important;
}
.ac_price-product {
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  gap: 8px;
  align-items: center;
}
.ac_price-product del bdi span,
.ac_price-product del bdi {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #4e4e4e !important;
}
.ac_price-product #product-price bdi span,
.ac_price-product #product-price bdi {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #2e2d2d;
}
.ac_price-product span {
  color: #ff6b00;
}
.ac_price-product del {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #4e4e4e;
}
.ac_price-product:nth-child(2) {
  margin-top: 10px;
}
.ac_price-product:nth-child(2) span:first-child {
  font-size: 20px;
}
.ac_price-product:nth-child(2) .ac_tag-details {
  background-color: #2d9209;
}
@media (min-width: 1020px) {
  .ac_price-product {
    font-size: 24px;
    line-height: 30px;
  }
  .ac_price-product del {
    font-size: 18px;
    line-height: 24px;
  }
}
.ac-product-price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.ac-product-price-box .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.ac-product-price-box .price del {
  order: 2;
}
.ac-product-price-box .price del bdi,
.ac-product-price-box .price del bdi span {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #4e4e4e !important;
}
.ac-product-price-box .price del bdi span {
  margin-right: 2px !important;
}
.ac-product-price-box .price ins {
  order: 1;
}
.ac-product-price-box .price ins .woocommerce-Price-currencySymbol {
  font-weight: 500 !important;
  margin-right: 2px !important;
}
.ac-product-price-box .price ins bdi,
.ac-product-price-box .price ins bdi span,
.ac-product-price-box bdi,
.ac-product-price-box bdi,
.ac-product-price-box bdi span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #2e2d2d;
}

.ac-product-price-box .out-of-stock {
  color: #b50808 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  /* 	    font-weight: 600 !important;  */
}

.ac_tag-details {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  background-color: #ff6b00;
  padding: 4px 8px;
  border-radius: 4px;
  color: #ffffff !important;
}
span.ac_tag-details {
  margin-left: 5px !important;
}
@media (min-width: 1020px) {
  .ac_tag-details {
    font-size: 14px;
    line-height: 16px;
  }
}
.ac_dTC-banner {
  width: 100%;
  /*   height: 110px; */
  margin: 12px 0;
}
.ac_location-input {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 12px 0px;
}
.ac_lo-icon {
  width: 18px;
  height: 26px;
}
.ac_lo-icon img {
  object-fit: contain !important;
}


.ac_oc-form-holder {
  margin-top: 20px;
}
.ac_oc-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffdbe4;
  border-bottom-left-radius: 36px;
  overflow: hidden;
}
.ac_oc-img {
  height: 128px;
  width: 180px;
  margin-bottom: -16px;
}
.ac_oc-img img {
  object-fit: cover;
  object-position: top center;
}
.ac_oc-form-box {
  background-color: #da0035;
  padding: 18px;
  width: 100%;
}

.ac_oc-form-box h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  color: white;
  text-transform: capitalize;
}
.ac_oc-form-box h4 {
  font-size: 14px !important;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  color: white;
}
.ac_oc-form-box form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.ac_oc-form-box form input {
  border: solid 1px #ffffff;
  border-radius: 4px;
  background-color: transparent;
  color: white;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 24px;
  height: 34px;
  min-height: 34px;
  max-height: 34px;
}
.ac_oc-form-box form input[type="submit"] {
  background-color: white;
  color: #da0035;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  padding-block: 0px !important;
}
.ac_oc-form-box form input::placeholder {
  color: white;
}

/*  laptop veiw */
@media (min-width: 1020px) {
  .ac_oc-form-holder {
    margin-top: 40px;
  }
  .ac_oc-form {
    flex-direction: row;
    width: 100%;
    border-radius: 0px;
    align-items: flex-end;
    gap: 70px;
    justify-content: center;
    padding-left: 10px;
  }
  .ac_oc-img {
    width: 210px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .ac_oc-form-box {
    padding: 20px 64px 30px 82px;
    border-bottom-left-radius: 100px;
  }
  .ac_oc-form-box h2 {
    font-size: 26px;
    text-align: left;
  }
  .ac_oc-form-box h4 {
    font-size: 20px !important;
    text-align: left;
    margin-top: 12px;
    font-weight: 400;
  }
  .ac_oc-form-box form {
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .ac_oc-form-box form input {
    width: 100%;
  }
  .ac_oc-form-box form input[type="submit"] {
    width: 60%;
  }
}
/*  laptop Large veiw */
@media (min-width: 1281px) {
  .ac_oc-form {
    padding-left: 80px;
  }
}

.ac_prod-flex-box {
  display: flex;
  width: 100%;
  gap: 50px;
  flex-direction: column;
}

@media (min-width: 1020px) {
    .ac_prod-flex-box {
    flex-direction: row;
  }
 }

 .ac_prod-desc-review {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ac_prod-desc-box {
  background-color: white;
  padding: 20px 20px;
  border: #2e2d2d40 solid 2px;
  width: 100%;
}
.ac_prod-desc-box-txt * {
  font-size: 14px !important;
  /*list-style: none !important;*/
  line-height: 1.6;
}

.ac_prod-desc-box > h2 {
  font-size: 16px !important;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid;
  margin-bottom: 24px;
}
#ac_review-section {
  padding: 20px 10px;
}
@media (min-width: 350px) {
  .ac_prod-desc-box > h2 {
    font-size: 18px !important;

    line-height: 24px;
  }
  .ac_prod-desc-box-txt * {
    font-size: 16px !important;
    /*list-style: none !important;*/
  } 
  #ac_review-section {
    padding: 20px 20px;
  }
}

  @media (min-width: 1020px) {
  
  
  .ac_prod-desc-box {
    padding: 30px 50px;
  }
}

.ac_pro-banner-holder {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.ac_pro-banner {
  width: 100%;
  aspect-ratio: 1;
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 1020px) {
  .ac_pro-banner-holder {
    width: 380px !important;
  }
  .ac_pro-banner {
    width: 100%;
  }
  
  
}


/* why ayur */

.ac_why-ayur {
  background-color: #fff;
  padding: 12px 44px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.ac_why-ayur h4 {
  font-size: 18px !important;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 350px) {
  .ac_why-ayur h4 {
    line-height: 50px;
  }
}
.ac_y-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.ac_y-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.ac_y-card img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  /* 	    border: 1px solid #2E2D2D;
    padding: 8px; */
  border-radius: 100%;
}
.ac_y-card span {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

.ac_product-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}
.ac_product-form div {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  align-items: flex-start !important;
}

#ocformSubmit {
  padding: 0 5.5rem !important;
  width: 100% !important;
  font-weight: 600;
  border-radius: 4px !important;
}
/*  laptop veiw */
@media (min-width: 1020px) {
  .ac_product-form div {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem !important;
    align-items: flex-start !important;
  }
  #ocformSubmit {
    width: fit-content !important;
  }
}
@media (min-width: 490px) {
  .ac_y-cards {
    gap: 60px;
  }
  .ac_y-card img {
    width: 55px;
    height: 55px;
  }
  .ac_y-card span {
    font-size: 16px;
    line-height: 20px;
  }
}

/* content details */

.ac_content-details h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 10px 20px;
  text-transform: uppercase;
  background-color: #ffc9c9;
}
.ac_content-details {
  background-color: #fff;
  width: 100%;
}
.ac_content-detailBox {
  padding: 14px 0px 30px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-bottom: #b1b1b1 2px solid;
}

.ac_doc-content > span {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: inline-block;
  color: #7c7c7c;
  font-family: "Inter Tight", sans-serif !important;
}
.ac_doc-detail {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.ac_doc-detail img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.ac_del-txt h6 {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 700;
  color: #ff4c4c;
}
.ac_del-txt span {
  font-size: 14px;
  line-height: 16px;
}
.ac_con-oth {
  padding: 18px 0px 25px 25px;
  background-color: #fff;
  font-size: 12px;
  line-height: 16px;
}
.ac_con-oth h6 {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
#wpgs-gallery img {
    max-width: 100%;
    /* height: 200px !important; */
    margin: auto;
    display: block;
    border: 1px solid!important;
}
.oneRupbanner {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px 20px;
      gap: 35px;
      /* border: 2px solid #000; */
      background-color: #EFECCF;
    }

    .oneRupBannerIcon {
      width: 150px;
      height: 150px;

    }

    .oneRupBannerIcon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .oneRupbanner-content{
      display: flex;
      flex-direction: column;
  
    }
    .oneRupbanner-contentHead{
      font-size: 20px;
      font-weight: bold;
    }
    .oneRupbanner-contentPara{
      margin: 0px;
      padding: 0px;
      margin-top: 8px;
      font-size: 16px;
    }
    .oneRupbanner-contentCouponHolder{
      padding: 6px 7px 4px 7px;
      margin-top: 12px;
      border-radius: 100vw;
      border: 5px solid #FFC800;
		    font-size: 13px;
    text-transform: uppercase !important;
    }


.ac_add-to-cart-container{
	position:relative;
	all: initial ;
}
.ac_add-to-cart-container #sold_item-list{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; 
	display:flex;
	align-items:center;
	justify-content:center;
	height: 30px;
    min-height: 40px;
	 max-height: 40px;
	background-color:#ff6b00;
}
.ac_add-to-cart-container #sold_item-list *{
	font-size:14px !important;
	color:#ffffff;
	margin-top:0px !important;
	margin-bottom:0px !important;
}

.ac_product-container{
	padding:0 16px;
}


/* new ui css */

.ac_product-container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 16px !important;
    gap: 16px !important;
    margin-top: 24px !important;
}
.ac_product-container.ac_product-Maincontainer{
	max-width: 100%;
    margin: 24px auto 0px;
}
@media (min-width: 1020px) {
	.ac_product-container.ac_product-Maincontainer{
	  margin-top: 34px !important;
		padding:0px 5% !important;
}
}
@media (min-width: 1020px) {
	.ac_product-container.ac_product-Maincontainer{
/* 	  margin-top: 34px !important; */
/* 		padding:0px !important; */
}
}
.ac_product-container.bundle-inner-ui-container {
    padding: 0 !important;
    margin: 0px !important;
	display: grid;
    grid-template-columns: 1fr;
	width: 100%;
	
}
@media (min-width: 1020px) {
	.ac_product-container.bundle-inner-ui-container { 
		flex-direction:row;
	}
}


.ac_cart-offerDetails {
    display: flex;
    flex-direction: column;
    gap: 16px !important;
}

.ac_product-details-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
	height: fit-content;
    max-height: fit-content;
}

@media (min-width: 1020px) {
	.ac_product-details-container{
        background: #ffffff !important;
        border-radius: 0px;
        overflow: hidden;
        padding: 14px 16px;
        height: 100%;
    max-height: 100%;
}
}

.ac_product-details-holder{
	display: grid;
/*     flex-direction: column; */
	grid-template-columns:1fr;
    gap: 16px !important;
} 
.ac_product-details-box2{
	display: flex;
    flex-direction: column;
    gap: 16px !important;
}

@media (min-width: 1020px) {
	.ac_product-details-box2{
	    padding: 14px 16px;
    border-radius: 0px;
    background: #ffffff !important; 
		height:100%;
/* 		max-width: 400px; */
}
}

@media (min-width: 1020px) {
	.ac_product-details-holder{
	
    grid-template-columns:1fr;
    gap: 16px !important;
		height:100%;
}
}

@media (min-width: 1220px) {
	.ac_product-details-holder{
	
    grid-template-columns:1fr;
    gap: 0px !important;
		
}
}

.ac_add-to-cart-container{
	all: initial  !important;
}

button.ac-product-AddToCartBtn, .ac_add-to-cart-container a.do-viewCartBtn, .ac_add-to-cart-container .ac_QuantitySelectorBox {
    width: 100% !important;
    padding: 6px 16px !important;
    background-color: #ff5400 !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
    border-radius: 15px !important;
    margin: 0px !important;
	font-family: "Inter Tight", sans-serif !important; 
	text-transform:none !important;
	max-height:40px !important;
	min-height:40px !important;
}
.ac_add-to-cart-container a.do-viewCartBtn, .ac_add-to-cart-container .ac_QuantitySelectorBox {
	background-color: #FED8B1 !important;
	color: #ff5400 !important; 
	font-size: 16px !important;
    font-weight: 700 !important;
}
.ac_add-to-cart-container input.ac_QtyInput{
	color: #ff5400 !important; 
	font-size: 16px !important;
    font-weight: 700 !important;
}
.ac_add-to-cart-container .ac_QuantitySelectorBox .ac_QuantityChangeBtn svg{
	min-width: 24px;
    width: 24px;
    max-width: 24px;
}
.ac_add-to-cart-container .ac_QuantitySelectorinputBox .add-to-cart-loader{
	background-color: #FED8B1 !important; 
	background: #FED8B1 !important;
}
.ac_newProProductCard-Container {
    width: 100% !important;
    height: fit-content !important;
    display: flex !important;
    align-items: center !important;
    background: #b9e6d0 !important;
	padding: 14px 16px !important;
	margin: 0px 0px !important;
	border-radius: 15px;
}

@media (min-width: 1020px) {
	.ac_newProProductCard-Container{
	    padding: 10px 12px !important; 
		border-radius: 15px;
    overflow: hidden;
    border: 4px solid #ffffff;
}
}


/* ac-ProductConsultSection */
.ac-ProductConsultSection {
	display: flex;
	flex-direction: column;
	margin: 15px 0px 16px !important;
}

.ac-ProductConsultSection.ac-ProductConsultSection-desktop{
	display:none;
}
@media (min-width: 1020px) {
	.ac-ProductConsultSection.ac-ProductConsultSection-mobile{
	display:none;
}
	.ac-ProductConsultSection.ac-ProductConsultSection-desktop{
	display:flex;
}
}


.ac-ProductConsultSectionContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px 0px 16px !important;
    /* border-radius: 8px; */
    background: #FD8829;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(253, 136, 41, 1) 100%);
    position: relative;
    overflow: visible;
}

.ac-ProductConsultSectionHolder {
    display: flex;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    max-width: 345px;
    margin: 0 auto;
}

.ac-ProductConsultContent {
    /* width: 200px; */
    /* max-width: 200px; */
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

span.ac-ProductConsultContentHead {
    font-size: 20px;
    font-weight: 700;
    color: #703000 !important;
    display: inline-block;
    width: 60%;
	font-family: "Inter Tight", sans-serif !important;
}

span.ac-ProductConsultContentSubText {
    font-size: 12px;
    letter-spacing: .25px;
    color: #703000 !important;
    display: inline-block;
    /* width: 60%; */
	     font-family: "Inter Tight", sans-serif !important;
	line-height: normal;
}

.ac-ProductConsultContentCount {
    display: flex;
    align-items: center;
    gap: 30px;
}

.ac-ProductConsultContentCountItem {
    display: flex;
    flex-direction: column;
    font-size: 12px !important;
    color: #703000 !important;
    letter-spacing: .25px;
	line-height: normal;
	gap:5px;
}

span.ac-ProductConsultContentCountItemHead {
    font-weight: 800;
    font-size: 14px !important;
	font-family: "Inter Tight", sans-serif !important;
	
}
span.ac-ProductConsultContentCountItemPara{
	       font-family: "Inter Tight", sans-serif !important;
	
}
.ac-ProductConsultSectionImgBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}

.ac-ProductConsultSectionBtn {
    width: 100%;
    padding: 10px 16px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ac-ProductConsultSectionBtn button.ac-ProductConsultBtn {
    width: 80%;
    height: 35px !important;
    min-height: 35px !important;
    max-height: 35px !important;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #ec520b !important;
    padding: 8px 14px;
    font-size: 14px !important;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .25px;
    border-radius: 4px !important;
	font-family: "Inter Tight", sans-serif !important;
}
/* ac-ProductConsultSection */

/* ac-NewCustom-BreadcrumbContainer */
.ac-NewCustom-BreadcrumbContainer {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 0px 0px 16px !important;
    padding-left: 0px !important;
    margin: 0px !important;
}

.ac-NewCustom-BreadcrumbContent {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px !important;
    margin: 0px !important;
}

.ac-NewCustom-Breadcrumb {
    display: flex;
    align-items: center;
    /* gap: 5px; */
    font-size: 14px !important;
    line-height: 0px !important;
    height: fit-content;
    width: fit-content;
    letter-spacing: .25px;
    color: #797979;
    flex-grow: 0;
    flex-shrink: 0;
	font-family: "Inter Tight", sans-serif !important;
	cursor:pointer;
}
span.ac-NewCustom-BreadcrumbBackLinkTxt {
    letter-spacing: normal !important;
}
a.ac-NewCustom-BreadcrumbBackLink {
    font-weight: 700;
    color: #ec520b;
    display: inline-block;
    margin-left: 5px;
	font-family: "Inter Tight", sans-serif !important;
}
.ac-NewCustom-BreadcrumbShare {
    width: fit-content;
    height: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	gap:10px;
}

button.ac-navigatorShareButton {
    padding: 0px !important;
    margin: 0px !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    min-width: fit-content;
    width: fit-content;
    max-width: fit-content;
    min-height: fit-content;
    height: fit-content;
    max-height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
	 color: #797979 !important;
    font-size: 14px !important;
    line-height: 0px !important;
	font-weight: 400 !important;
}

/* ac-NewCustom-BreadcrumbContainer */

.ac_product-galler-Breadcrumb-Container{
	min-width:100%;
	width:100%;
	max-width:500px; 
	display:flex;
	flex-direction:column;
	margin-top:16px;
}

@media (min-width: 1020px) {
	.ac_product-galler-Breadcrumb-Container{
	    margin-top: 0px;
        background: #ffffff !important;
        border-radius: 0px;
        overflow: hidden;
        padding: 14px 16px;
        height: 100%;
}
}


/* gallery css */
.ac_gallery-holder{
	width:100%;
	max-width:500px;
}
.ac_gallery-container {
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  position: relative;
}
.ac_gallery-main {
  width: 100%;
  height: fit-content;
  display: flex;
 
}
.ac_gallery-mainWrapper {
  width: 100%;
  overflow: auto;
  height: fit-content;
  display: flex;
/*   padding: 14px 16px; */
	position:relative;
	
}
.ac_gallery-zoomIcon, button.ac-navigatorShareButton.ac_gallery-zoomIcon, span.ac_gallery-zoomIcon.ac_gallery-mainItem{
	    min-width: fit-content;
    width:  fit-content;
    max-width:  fit-content;
    min-height: fit-content;
    height: fit-content;
    max-height: fit-content;
    cursor: pointer;
    background: #ffffff !important;
    border-radius: 0px;
	border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
/*     padding: 5px; */
/*     pointer-events: none; */
    margin: 0px !important;
/* 	position:absolute; */
/* 	right:5px;
	top:5px; */
	gap:5px;
	 color: #797979 !important;
    font-size: 14px !important;
    line-height: 0px !important;
	font-weight: 400 !important;
	text-transform:none !important;
/*     border-bottom: 1px dashed #797979 !important; */
/* 	pointer-events:none; */
/* 	cursor:not-allowed; */
    
}
.ac_gallery-zoomIcon svg, button.ac-navigatorShareButton.ac_gallery-zoomIcon svg {
    min-width: 18px;
    width:  18px;
    max-width:  18px;
    height:auto;
    border: 0;
    vertical-align: middle;
    pointer-events: none;
    color: #797979 !important;
}
.ac_product-details-container div.heading .woocommerce-product-rating, .ac_product-details-container div.heading .woocommerce-product-rating #ac_rating-link.ac_product-rating-details, .ac_product-details-container div.heading .woocommerce-product-rating #ac_rating-link.ac_product-rating-details *{
	width:fit-content !important;
	max-width:fit-content !important;
	flex-grow:0px;
	flex-shrink:0px;
	
}
@media (min-width: 1020px) {
	.ac_product-container.bundle-inner-ui-container { 
		grid-template-columns: 1fr 2fr;
        gap: 0px !important;
		height: fit-content;
		border-radius: 16px;
        overflow: hidden;
		background:#ffffff;

	}
	.ac_product-details-container div.heading{
		flex-direction:column !important;
		gap:10px;
	}
	.ac_product-details-container div.heading .woocommerce-product-rating #ac_rating-link.ac_product-rating-details{
		flex-direction:row !important;
	}
	.ac_product-details-container div.heading .woocommerce-product-rating #ac_rating-link.ac_product-rating-details b{
		font-size:16px !important;
	}
}

.ac_gallery-mainRow {
  display: grid;
  grid-template-columns: min-content;
  grid-template-rows: min-content;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 10px;
	width: 100%;
}

@media (min-width: 768px) {
	.ac_gallery-mainRow {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  gap: 10px;
}
}


.ac_gallery-mainItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  width: 218px;
  max-width: 218px;
  min-height: 223px;
  height: 223px;
  max-height: 223px;
  border: 1px solid #dde2eb !important;
  border-radius: 15px;
  overflow: hidden;
	cursor:pointer;
}
@media (min-width: 1020px) {
	.ac_gallery-mainRow {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content;
  grid-auto-flow: row;
  grid-auto-rows: min-content;
  gap: 10px;
}
	.ac_gallery-mainItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  height: auto;
  max-height: auto;
  border: 1px solid #dde2eb !important;
  border-radius: 15px;
  overflow: hidden;
}
}
.ac_gallery-mainItem img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.ac_gallery-popup {
  display: flex;
  flex-direction: column;
	align-items:center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding: 10px;
  transition: all 0.5s cubic-bezier(0.25, 0, 0.3, 1);
   transform: translateY(100%);
	z-index:99999999;
}
.ac_gallery-popupDialog {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
	max-width: 500px;
}

.ac_gallery-close-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: fit-content;
}
button.ac_gallery-close {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  width: fit-content;
  max-width: fit-content;
  min-height: fit-content;
  height: fit-content;
  max-height: fit-content;
  background: transparent;
  border: none;
	padding:0px !important;
	margin:0px !important;
		color: #000;
}
.ac_gallery-close-box span.ac_CustomPopup-closeBtn {
  min-width: 40px;
  width: 40px;
  max-width: 40px;
  min-height: 40px;
  height: 40px;
  max-height: 40px;
  cursor: pointer;
  background: #ffffff !important;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  pointer-events: none;
	margin:0px !important;
		color: #000;
}

span.ac_CustomPopup-closeBtn img,
span.ac_CustomPopup-closeBtn svg {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  pointer-events: none;
	color: #000;
}

.ac_gallery-stage {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: fit-content;
  /* grid-template-columns: min-content 1fr min-content; */
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
}

.ac_gallery-track {
  display: grid;
  grid-template-columns: 90%;
  grid-template-rows: min-content;
  grid-auto-flow: column;
  grid-auto-columns: 90%;
  gap: 10px;
  width: 100%;
  overflow: auto;
}
.ac_gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: auto;
  height: auto;
  max-height: 330px;
  transition: all 0.5s cubic-bezier(0.25, 0, 0.3, 1);
  transform: translatex(0%);
}
.ac_gallery-slide.ac_gallery-slide-selected {
  grid-column: 1 / 2;
  transform: translateX(100%);
  animation: slideIn 0.5s cubic-bezier(0.25, 0, 0.3, 1) forwards;
}
/* keyframes for slide-in */
@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.ac_gallery-slide img.ac_gallery-hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

button.ac_gallery-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  width: fit-content;
  max-width: fit-content;
  min-height: fit-content;
  height: fit-content;
  max-height: fit-content;
  background: transparent;
  border: none;
  display: none;
	
}

span.ac_gallery-nav-icon {
  min-width: 25px;
  width: 25px;
  max-width: 25px;
  min-height: 25px;
  height: 25px;
  max-height: 25px;
  cursor: pointer;
  background: #ffffff !important;
  border-radius: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}

span.ac_gallery-nav-icon svg {
  width: 100%;
  height: 100%;
}

.ac_gallery-thumbs {
  display: grid;
  grid-template-columns: 25%;
  grid-template-rows: min-content;
  grid-auto-flow: column;
  grid-auto-columns: 25%;
  gap: 10px;
  width: 100%;
  overflow: auto;
  height: fit-content;
  padding-top: 20px;
  margin-bottom: 50px;
}

button.ac_gallery-thumbItem {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  width: fit-content;
  max-width: fit-content;
  min-height: fit-content;
  height: fit-content;
  max-height: fit-content;
  background: transparent;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0, 0.3, 1);
	padding:0px !important;
	margin:0px !important
}
button.ac_gallery-thumbItem.ac_gallery-thumbItem-selected {
/*   margin-top: -20px !important; */
  border: 3px solid rgba(236, 82, 11, 1);
  box-shadow: rgba(236, 82, 11, 0.25) 0px 25px 50px -12px;
}
button.ac_gallery-thumbItem img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* border-radius: 15px; */
  /* overflow: hidden; */
}

@media (min-width: 1020px) {
	.ac_gallery-popupDialog {
		max-width:100%;
	}
	
	.ac_gallery-stage{
		display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    overflow: auto;
	}
	
	.ac_gallery-track{
		    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: min-content;
    grid-auto-flow: row;
		
	}
	.ac_gallery-slide{
		min-width: 100%;
    width: 100%;
    max-width: 100%;
	}
	
	
	.ac_gallery-thumbs{
		display:none;
	}
}

/* gallery css */

/* product title */
h2.ac_productPage-MainTitle{
	font-size: 22px !important;
    line-height: 30px !important;
	font-weight: 800 !important;
	margin-bottom: 0px !important;
    text-transform: capitalize !important;
	font-family: "Inter Tight", sans-serif !important;
}

p.ac-ProductSubTitleTxt {
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: .25px;
    font-style: italic;
	    font-family: "Inter Tight", sans-serif !important;
	margin: 0 !important;
}

.ac-ProductSubTitle {
    width: 100%;
    margin: 16px 0px;
}
.ac-ProductBadgeList {
    width: 100%;
    margin: 5px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ac-ProductBadgeList span.ac-ProductBadgeItem {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 0px;
    padding: 12px 10px;
    border-radius: 4px;
    background: #ffefde;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
	    font-family: "Inter Tight", sans-serif !important;
}
.ac_product-rating-details {
    color: #797979 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 0px !important;
    margin-bottom: 8px !important;
    cursor: pointer;
    flex-direction: column !important;
}
.ac_product-rating-details span {
    font-size: 16px;
    font-weight: 600;
    line-height: 0px !important;
    padding: 4px 6px;
    background-color: #ec520b;
    color: #fff;
    display: flex;
    gap: 6px;
    width: 100%;
    border-radius: 4px;
    height: 30px;
    align-items: center;
    justify-content: center;
	font-family: "Inter Tight", sans-serif !important;
}
.ac_product-rating-details b{
	        font-family: "Inter Tight", sans-serif !important;
}
/* product title */

/* new variation selector */
.ac_viRs-selectBox{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:10px;
	margin:0px 0px !important;
	align-items: flex-end;
	align-items: end;
}
.ac_viRs-selectItemContainer {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: fit-content;
	position: relative;
	border: 2px solid #dde2eb;
	border-radius: 8px;
	overflow: hidden;
	cursor:pointer;
}
.ac_viRs-selectItemContentBadge {
	width: 100%;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #dde2eb;
	color: #000;
	/* 							border-radius: 8px 8px 0px 0px; */
}
span.ac_viRs-selectItemContentBadgeTxt {
	font-size: 14px;
	letter-spacing: .25px;
	font-weight: 500;
	/* 							color: #fff; */
	line-height: 0;
	width: fit-content;
	height: fit-content;
}
.ac_viRs-selectItem {
	display: flex;
	flex-direction: column;
	padding: 10px !important;
	/* 							border-radius: 8px; */
	overflow: hidden;
	position:relative;
}
.ac_viRs-selectItemContainer.ac_viRs-selectItemSelected{
	border: 2px solid #ec520b;
	background: rgba(250,144,22,.1);
}
.ac_viRs-selectItemContainer.ac_viRs-selectItemSelected .ac_viRs-selectItemContentBadge{
	background: #ec520b;
	color: #fff;
}
.ac_viRs-selectItemContent{
	display: flex;
	flex-direction: column;
}
.ac_viRs-selectItemContent *{
	font-size:14px !important;
	letter-spacing: .25px;
	line-height:normal;
}
.ac_viRs-selectItemVariations {
      font-family: "Inter Tight", sans-serif !important;
}
.ac_viRs-selectItemOfferAndPrice{
	font-family: "Inter Tight", sans-serif !important;
	margin-top:8px !important;
}
.ac_viRs-selectItemContent .ac_viRs-selectItemOfferAndPrice .ac_viRs-selectItemOfferPrice, .ac_viRs-selectItemContent .ac_viRs-selectItemOfferAndPrice .ac_viRs-selectItemOfferPrice * {
	font-size: 22px !important;
	font-weight: 700;
	letter-spacing: normal !important;
}
.ac_viRs-selectItemContainer.ac_viRs-selectItemSelected .ac_viRs-selectItemContent .ac_viRs-selectItemOfferAndPrice .ac_viRs-selectItemOfferPrice, .ac_viRs-selectItemContainer.ac_viRs-selectItemSelected .ac_viRs-selectItemContent .ac_viRs-selectItemOfferAndPrice .ac_viRs-selectItemOfferPrice * {

	color: rgb(236 82 11);
	font-family: "Inter Tight", sans-serif !important;

}
span.ac_viRs-selectItemOfferPer {
	color: green;
	font-weight: 600;
	font-size: 16px !important;
	margin-left:5px !important;
}
span.ac_viRs-selectItemOfferPer small {
	color: green;
	font-weight: 600;
	font-size: 14px !important;

}
span.ac_viRs-selectDot {
	position: absolute;
	/* top: 10px; */
	right: 10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 3px solid #e0e4ec;
}
.ac_viRs-selectItemContainer.ac_viRs-selectItemSelected span.ac_viRs-selectDot{
	border: 6px solid #ec520b;
}
/* new variation selector */
.ac-infoPara{
	font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #535353;
    margin: 0px !important;
}
/* ac_deliveryUi */
.ac_deliveryUi{
	display: flex;
	padding: 5px;
	background: #bfedd7;
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(191, 237, 215, 1) 30%);
	border-radius: 8px;
	margin: 0px 0px !important;
	width: fit-content;
	padding-right: 10px;
	cursor:pointer;
}
.ac_deliveryUi-content{
	display: flex;
	align-items: center;
	gap: 5px;
}
.ac_deliveryUi-contentText{
	font-size: 14px;
    color: #008000;
    font-weight: 400;
    line-height: normal;
        font-family: "Inter Tight", sans-serif !important;
}
/* ac_deliveryUi */

/* ac-ProductBulkOrderSection */
.ac-ProductBulkOrderSection {
    padding: 18px 16px !important;
    padding-right: 0px !important;
    margin: 0px 0 !important;
    border-radius: 8px;
    display: flex;
    background: #FFF7AD;
    background: linear-gradient(90deg, rgba(255, 247, 173, 1) 0%, rgba(255, 169, 249, 1) 100%);
    color: #622a00 !important;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.ac-ProductBulkOrderSection.ac-ProductBulkOrderSection-desktop{
		display:none;
	}
@media (min-width: 1020px) {
	.ac-ProductBulkOrderSection.ac-ProductBulkOrderSection-mobile{
		display:none;
	}
	.ac-ProductBulkOrderSection.ac-ProductBulkOrderSection-desktop{
		display:flex;
	}
}



.ac-ProductBulkOrderContent{
	display: flex;
    flex-direction: column;
    gap: 15px;
}
.ac-ProductBulkOrderHead{
	font-size: 16px;
    font-weight: 700;
    width: 80%;
	font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductBulkOrderContentParaImg {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    gap: 13px;
    max-width: 318px !important;
	
}

 p.ac-ProductBulkOrderPara {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #622a00 !important;
/*     letter-spacing: .25px; */
	font-weight: 400;
	margin: 0px !important;
	    font-family: "Inter Tight", sans-serif !important;
	 
}

 button.ac-ProductBulkOrderBtn {
    margin: 0px auto !important;
    background-color: #ffffff !important;
    width: fit-content;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 8px 10px !important;
    border-radius: 100vw !important;
    font-size: 14px !important;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #622a00 !important;
    /* border: 1px dashed #ff6e00 !important; */
    text-decoration: none;
    font-weight: 500;
    text-transform: none;
/*     letter-spacing: .25px; */
    max-height: 30px !important;
    min-height: 30px !important;
	border:none;
	outline:none;
	 font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductBulkOrderBtnAndImg {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 90px;
    width: 90px;
    flex-grow: 0;
    flex-shrink: 0;
    position: absolute;
    right: -20px;
    top: -10px;
}

/* ac-ProductBulkOrderSection */
/* AboutAyurCentral */
.ac-ProductAboutAyurCentralSection {
    background: #ffffff;
    border-radius: 8px 8px 0px 0px;
    padding: 0px 0px 0px !important;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
	margin:0px 0px !important;
}

.ac-ProductAboutAyurCentralBgImage {
    position: relative;
    width: 100%;
    height: 340px;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    padding: 18px 16px;
}
.ac-ProductAboutAyurCentralBgImageBox, .ac-ProductAboutAyurCentralBgImageBoxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.ac-ProductAboutAyurCentralBgImageBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ac-ProductAboutAyurCentralBgImageBoxOverlay {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 145, 77, .95) 70%);
    z-index: 1;
}
.ac-ProductAboutAyurCentralHead {
    position: relative;
    z-index: 5;
}
span.ac-ProductAboutAyurCentralHeadTxt {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    color: #703000;
	font-family: "Inter Tight", sans-serif !important;
}
span.ac-ProductAboutAyurCentralHeadTxt b {
    font-size: 30px;
    font-weight: 800;
	font-family: "Inter Tight", sans-serif !important;
	margin-bottom: 10px;
}
.ac-ProductAboutAyurCentralBgGradient {
    background: #FD8829;
    background: linear-gradient(180deg, rgba(253, 136, 41, .7) 0%, rgba(255, 255, 255, .7) 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ac-ProductAboutAyurCentralContent {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    position: relative;
    z-index: 5;
    padding: 0 16px;
}
.ac-ProductAboutAyurCentralHighlightsList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    gap: 8px;
    height: fit-content;
	padding: 0 16px;
	z-index:5;
}
.ac-ProductAboutAyurCentralHighlightsItem {
    width: 100%;
    height: 100px;
    max-height: 100px;
    padding: 8px;
    /* padding-right: 0px; */
    background: #FF6565;
    background: linear-gradient(90deg, rgba(255, 101, 101, 1) 0%, rgba(255, 145, 77, 1) 100%);
    color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
	font-family: "Inter Tight", sans-serif !important;
}
span.ac-ProductAboutAyurCentralHighlightsItemTxt {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: .4px;
	font-family: "Inter Tight", sans-serif !important;
}
span.ac-ProductAboutAyurCentralHighlightsItemTxt b {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .25px;
	font-family: "Inter Tight", sans-serif !important;
	
}

.ac-ProductAboutAyurCentralReviewSection {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}
.ac-ProductAboutAyurCentralReviewTxtContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
 p.ac-ProductAboutAyurCentralReviewPara {
    color: #622a00 !important;
    font-size: 13px !important;
    line-height: normal;
    letter-spacing: .25px;
	font-weight: 400; 
	margin: 0px !important;
	    font-family: "Inter Tight", sans-serif !important;
	margin-top: 20px !important;
}
.ac-ProductAboutAyurCentralReviewBtnBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ac-ProductAboutAyurCentralReviewTxtContent .ac-ProductAboutAyurCentralReviewBtnBox a.ac-ProductAboutAyurCentralReviewBtn {
    background: transparent !important;
    color: #622a00 !important;
    font-size: 13px !important;
    line-height: normal;
    font-weight: 400;
    width: fit-content !important;
    height: fit-content !important;
    min-height: fit-content !important;
    padding: 0px !important;
    margin: 0px !important;
    text-transform: none !important;
    border-bottom: 1px dashed #622a00 !important;
    border-radius: 0px !important;
    align-self: end;
	    font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductAboutAyurCentralReviewSection {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.ac-ProductAboutAyurCentralReviewTxtContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
	padding: 0 16px;
	z-index:5;
}
span.ac-ProductAboutAyurCentralReviewTitle {
    font-size: 16px !important;
    font-weight: 700;
    color: #622a00 !important;
	font-family: "Inter Tight", sans-serif !important;
	margin:10px 0px 16px;
	display:inline-block;
	position: sticky;
    left: 0;
}

.ac_product-container .ac-ProductFeaturesListSection {
    padding: 0px 16px !important;
    margin-top: 20px;
	z-index:5;
}

.ac-ProductFeaturesList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ac-ProductFeaturesItem {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 10px !important;
    border-radius: 8px !important;
    background: #FF6565;
    background: linear-gradient(90deg, rgba(255, 101, 101, 1) 0%, rgba(255, 145, 77, 1) 100%);
    color: #FFFFFF;
    /* margin: 16px 0px; */
    height: 110px;
    justify-content: flex-end;
}
.ac-ProductFeaturesItemIcon {
    max-width: 30px;
}

span.ac-ProductFeaturesItemTxt {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .25px;
    line-height: normal;
	font-family: "Inter Tight", sans-serif !important;
}
.ac-ProductAboutAyurCentralReviewVideoContainer.ac-ProductAboutAyurCentralVideoSection iframe.ac-AboutVideo {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    overflow: hidden;
}

.ac-ProductAboutAyurCentralReviewVideoContainer{
	width: 100%;
    height: fit-content;
    overflow: auto;
	padding:0 16px;
	z-index:5;
}
.ac-ProductAboutAyurCentralReviewVideoList{
	display: grid;
    grid-template-columns: repeat(5, 200px);
    grid-template-rows: repeat(1, 350px);
    grid-auto-flow: column;
    grid-auto-columns: 200px;
	gap:10px;
	
}
.ac-ProductAboutAyurCentralReviewVideoItem{
	width:100%;
	border-radius:15px;
	overflow:hidden;
	
}
.ac-ProductAboutAyurCentralReviewVideo{
	height:100%;
	width:100%;

}
.ac-ProductAboutAyurCentralReviewTxtContent.ac-ProductAboutAyurCentralReviewTxtContent-desktop{
		display:none !important;
	}
@media (min-width: 1020px) {
	.ac-ProductAboutAyurCentralSection{
		height: fit-content;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: min-content min-content min-content min-content;
		border-radius: 15px;
    overflow: hidden;
    border: 4px solid #ffffff;
	}
	.ac-ProductAboutAyurCentralBgImage{
		height:100%;
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
	.ac-ProductAboutAyurCentralReviewTxtContent.ac-ProductAboutAyurCentralReviewTxtContent-mobile{
		display:none !important;
	}
	.ac-ProductAboutAyurCentralReviewTxtContent.ac-ProductAboutAyurCentralReviewTxtContent-desktop{
		display:flex !important;
		padding:0px;
	}
	
	.ac-ProductAboutAyurCentralReviewTxtContent.ac-ProductAboutAyurCentralReviewTxtContent-desktop p.ac-ProductAboutAyurCentralReviewPara{
		margin-top:10px !important;
	}
	
	.ac-ProductAboutAyurCentralHighlightsList{
		grid-column: 2 / 3;
		grid-row: 1 / 2;
	}
	.ac-ProductAboutAyurCentralReviewVideoContainer{
		    grid-column: 1 / 3;
    grid-row: 3 / 4;
	}
	
	.ac-ProductAboutAyurCentralReviewVideoContainer.ac-ProductAboutAyurCentralVideoSection{
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.ac-ProductFeaturesListSection{
		grid-column: 1 / 3;
		grid-row: 5 / 6;
	}
	.ac-ProductFeaturesList{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}



/* AboutAyurCentral */

/* Suggest Blogs */
.ac-ProductSuggestBlogsContainer {
    padding: 0px 0px !important;
}
@media (min-width: 1020px) {
	.ac-ProductSuggestBlogsContainer{
		padding:14px 16px !important;
		border-radius: 15px;
    overflow: hidden;
/*     border: 4px solid #ffffff; */
		background:#ffffff;
	}
}

.ac-ProductSuggestBlogsContent {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.ac-ProductSuggestBlogsContainer span.ac-ProductAboutAyurCentralReviewTitle {
    font-size: 20px !important;
    color: #000000 !important;
	font-weight: 700;
	font-family: "Inter Tight", sans-serif !important;
	margin:0px !important;
}

.ac-ProductSuggestBlogsSliderBox {
    width: 100%;
    overflow: auto;
    height: fit-content;
}

.ac-ProductSuggestBlogsContentGrid {
    display: grid;
    gap: 10px;
    grid-template-columns: max-content max-content;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
}

.ac-ProductSuggestBlogsContentGridItem {
    min-width: 150px;
    width: 150px;
    max-width: 200px;
    /* overflow: hidden; */
    /* border-radius: 8px; */
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (min-width: 1020px) {
	.ac-ProductSuggestBlogsContentGridItem {
		width: 200px;
	}
}


.ac-ProductSuggestBlogsContentGridItemImg {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.ac-ProductSuggestBlogsContentGridItem img.ac-ProductFromBrandContentGirdItemImg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

span.ac-ProductSuggestBlogsContentGridItemTxt {
    font-size: 14px;
    font-weight: 700;
	font-family: "Inter Tight", sans-serif !important;
	line-height:22px;
}




/* Suggest Blogs */

/*  product review */
.ac-ProductCustomerReviewContainer {
    padding: 0px 0px !important;
}
.ac-ProductReviewContent {
    /* max-width: 340px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.ac-ProductCustomerReviewContainer span.ac-ProductAboutAyurCentralReviewTitle {
    font-size: 20px !important;
    color: #000000 !important;
	font-weight:700;
	font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductReviewContentbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.ac-ProductReviewContentOverAllDetails {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    gap: 10px;
}

.ac-ProductReviewTotalRating {
    max-width: 112px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.ac-ProductReviewTotalRating .ac-ProductBrandHeadSectionIcon {
    width: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}


.ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadge {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: fit-content;
}
.ac-ProductReviewTotalRating .ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadge {
    width: 100%;
}

.ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadgeImgBox {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-ProductReviewTotalRating .ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadgeImgBox {
    width: 112px;
    height: 112px;
}

.ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadgeImg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}



.ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadgeYearCount {
    font-size: 18px !important;
    font-weight: 800;
    color: #ff6e00 !important;
}
.ac-ProductReviewTotalRating .ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadgeYearCount {
    font-size: 32px !important;
    color: #438106 !important;
	font-family: "Inter Tight", sans-serif !important;
}
.ac-ProductBrandHeadSectionIcon .ac_product-brandNameBadgeImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ac-ProductReviewContentOverAllDetailsDivider {
    height: 112px;
    width: 1px;
    max-width: 1px;
    min-width: 1px;
    background: #dde2eb;
    flex-grow: 0px;
    flex-shrink: 0px;
}
.ac-ProductReviewTotalSubRating {
    flex-grow: 0;
    max-width: 195px;
    width: 100%;
    flex-shrink: 0;
}

.ac-ProductReviewTotalSubRatingContent {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.ac-ProductReviewTotalSubRatingItem {
    display: grid;
    grid-template-columns: 45px auto 35px;
    gap: 8px;
    font-size: 14px !important;
    width: 100%;
    align-items: center;
    justify-content: space-between;
	    font-family: "Inter Tight", sans-serif !important;
	line-height:normal;
}

span.ac-ProductReviewTotalSubRatingItemNumber {
    text-align: right;
	    font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductReviewTotalSubRatingItemProgressBar {
    max-width: 110px;
    min-width: 110px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 100%;
    border-radius: 100vw;
    overflow: hidden;
    height: 4px;
    background-color: #dde2eb;
}

.ac-ProductReviewTotalSubRatingItemProgressBarLoader {
    width: 0%;
    height: 100%;
    border-radius: 100vw;
    background-color: #438106;
}
span.ac-ProductReviewTotalSubRatingItemPercentage {
    text-align: left;
}

span.ac-ProductReviewTotalSubRatingTxt {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 700;
    width: 100%;
    text-align: right;
	font-family: "Inter Tight", sans-serif !important;
	line-height:normal;
}

.ac-ProductReviewContentRecommendTagBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ac-ProductReviewContentRecommendTagBoxBorder {
    min-width: fit-content;
    width: fit-content;
    max-width: fit-content;
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    border-radius: 100vw !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ffffff; */
    /* background: linear-gradient(90deg, rgba(0, 155, 29, 1) 0%, rgba(255, 255, 255, 1) 100%); */
    /* padding: 2px; */
}

span.ac-ProductReviewContentRecommendTag {
    background: #008e28;
    padding: 16px 16px;
    font-size: 16px !important;
    font-weight: 600;
    min-width: fit-content;
    width: fit-content;
    max-width: fit-content;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    line-height: 0;
    border-radius: 100vw !important;
    color: #fffbf7;
    gap: 5px;
	font-family: "Inter Tight", sans-serif !important;
}
/* here */
.ac-ProductReviewContentAllReview {
    display: flex;
    width: 100%;
    height: fit-content;
    overflow: auto;
    margin: 10px 0px;
}

.ac-ProductReviewContentAllReviewList {
    width: fit-content;
    display: grid;
    grid-template-columns: 280px 280px;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 280px;
    gap: 10px;
}

.ac-ProductReviewContentAllReviewItem {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    border-radius: 15px !important;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(0, 155, 29, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 2px;
}

.ac-ProductReviewContentAllReviewItemContent {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    border-radius: 15px !important;
    overflow: hidden;
    display: flex;
    gap: 20px;
    flex-direction: column;
    background: #fffbf7;
    padding: 10px 12px;
}

p.ac-ProductReviewContentAllReviewItemContentTxt {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .45px;
	    font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductReviewContentAllReviewItemContentAbout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

span.ac-ProductReviewContentAllReviewItemContentWritter {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 0px;
	font-family: "Inter Tight", sans-serif !important;
}

span.ac-ProductReviewContentAllReviewItemContentWritterRating {
    display: flex;
    width: fit-content;
    flex-grow: 0;
    flex-shrink: 0;
    gap: 5px;
    align-items: center;
}

span.ac-ProductReviewContentAllReviewItemContentWritterRating b {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .25px;
    line-height: 0px;
    margin-top: 3px;
	font-family: "Inter Tight", sans-serif !important;
}

.ac-ProductReviewContentReviewBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ac-ProductReviewContentReviewBtnBorder {
    min-width: fit-content;
    width: fit-content;
    max-width: fit-content;
    height: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    border-radius: 100vw !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}


.ac-ProductReviewContentReviewBtnBorder button.ac-ProductReviewContentReviewBtn, .ac-ProductReviewContentReviewBtnBorder a.ac-ProductReviewContentReviewBtn {
    background: #fffbf7;
    padding: 16px 14px;
    font-size: 14px !important;
    font-weight: 400;
    min-width: fit-content;
    width: fit-content;
    max-width: fit-content;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    line-height: 0;
    border-radius: 100vw !important;
    color: #000000;
    gap: 5px;
    text-transform: none !important;
    border: 2px solid #009b1d;
    flex-grow: 0;
    flex-shrink: 0;
	    font-family: "Inter Tight", sans-serif !important;
}

/*  here */

@media (min-width: 1020px) {
	.ac-ProductReviewContentbox {
     display: grid;
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: min-content min-content;
    gap: 30px 60px !important;
	}
	.ac-ProductReviewContentOverAllDetails{
		align-items:flex-start;
	}
	.ac-ProductReviewContentAllReview{
		margin:0px;
		grid-row: 1 / 2;
    grid-column: 2 / 3;
	}
	.ac-ProductReviewContentReviewBtns{
		justify-content: flex-start;
	}
	.ac-ProductReviewContentAllReviewList{
		width: fit-content;
    display: grid;
    grid-template-columns: 360px 360px;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 360px;
    gap: 16px;
    align-items: end;
	}
	.ac-ProductReviewContentAllReviewItemContent{
		justify-content:space-between;
	}
	.ac-ProductCustomerReviewContainer{
		padding: 14px 16px !important;
        border-radius: 15px;
        background: #ffffff !important;
	}
}

/* product review */


/* Content information */

.ac_Newcontent-details-ContainerAll{
	display:grid;
	gap:16px;
	width:100%;
}

.ac_Newcontent-details-Container{
	padding: 0px 0px !important;
}
@media (min-width: 1020px) {
	.ac_Newcontent-details-Container{
		padding:14px 16px !important;
		 border-radius: 15px;
        background: #ffffff !important;
	}
	.ac_Newcontent-details-ContainerAll{
	display:grid;
	gap:16px;
	width:100%;
    grid-template-columns:1fr 1fr;
	grid-template-rows:min-content min-content;
}
	.ac_Newcontent-details-ContainerOne{
		grid-row: 1 / 3;
	}
}

.ac_content-details.ac_Newcontent-details h4.ac_Newcontent-details-HeadTxt {
	font-weight: 700;
	line-height: normal;
	text-transform: none;
	text-align:left !important;
	background-color: transparent;
	font-size: 20px !important;
	color: #000000 !important;
	margin:0px !important;
	margin-bottom:10px !important;
	padding:0px !important;
    font-family: "Inter Tight", sans-serif !important;
}
.ac_Newcontent-details .ac_Newcontent-details-SubTxt{
	font-weight: 600;
	line-height: normal;
	text-transform: none;
	text-align:left !important;
	background-color: transparent;
	font-size: 16px !important;
	color: #000000 !important;
	margin:0px !important;
	padding:0px !important;
    font-family: "Inter Tight", sans-serif !important;
}

.ac_Newcontent-details .ac_content-detailBox {
    padding: 0 !important;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    border: none !important;
	margin-top:10px !important;
}
.ac_Newcontent-details .ac_doc-detail img {
    width: 60px;
	height: 60px;
}
.ac_Newcontent-details .ac_del-txt{
	display:flex;
	flex-direction:column;
}
.ac_Newcontent-details  .ac_del-txt span {
    font-size: 12px;
    line-height: 20px;
	letter-spacing:.45px;
	       font-family: "Inter Tight", sans-serif !important;
}
.ac_Newcontent-details .ac_del-txt h6 {
    font-size: 14px !important;
    line-height: 20px;
    font-weight: 600;
    color: #000000;
		letter-spacing:.25px;
	margin:0px !important;
	margin-bottom:10px !important;
	font-family: "Inter Tight", sans-serif !important;
}
.ac_Newcontent-details .ac_con-oth {
    padding: 0 !important;
    background-color: #fff;
    font-size: initial !important;
    line-height: normal;
	margin:0 !important;
	margin-top:10px !important;
	display:flex;
	flex-direction:column;
	gap:20px;

}
.ac_Newcontent-details .ac_con-oth h6.ac_con-othBoxHead {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
	font-weight:600;
	font-family: "Inter Tight", sans-serif !important;
}
.ac_Newcontent-details .ac_con-oth span.ac_con-othBoxTxt, .ac_Newcontent-details .ac_con-oth a.ac_con-othBoxTxtLink, .ac_Newcontent-details .ac_con-oth button.ac_con-othBoxTxtLink {
    
    font-size: 12px !important;
    line-height: normal !important;
	font-weight:400 !important;
	margin:0 !important;
	letter-spacing:.45px;
	display:inline-block;
	        font-family: "Inter Tight", sans-serif !important;
}
.ac_Newcontent-details .ac_con-oth a.ac_con-othBoxTxtLink, .ac_Newcontent-details .ac_con-oth button.ac_con-othBoxTxtLink {
    text-decoration: underline;
	margin:0px !important;
	padding:0px !important;
	border:none !important;
	outline:none !important;
	background:transparent !important;
	        font-family: "Inter Tight", sans-serif !important;
	color: #7f8995 !important;
	cursor:pointer;
}
button.ac_con-othBoxTxtLink{
	    color: #7f8995 !important;
	line-height:normal !important;
	min-height:16px !important;
	height:16px !important;
	max-height:16px !important;
	text-transform:none !important;
}
/* Content information */

/* product desc */
.ac_product-desc-banner.ac_product-container {
    padding: 0 0px !important;
	margin-top: 0px !important;
    background-color: #ffffff !important;
	width:100%;
}




.ac_prod-flex-box, .ac_prod-desc-review{
	width:100%;
	
}
.ac_desktop-banner{
	display:none;
}
@media (min-width: 1020px) {
	.ac_product-desc-banner.ac_product-container {
		display: grid;
		grid-template-columns: 1fr 400px;
		gap: 16px !important;
		background: transparent !important;

	}
	.ac_prod-flex-box{
		padding: 14px 16px;
        border-radius: 15px;
        background: #ffffff !important;
        height: 100%;
	}
	.ac_desktop-banner{
		display:flex;
		flex-direction:column;
		gap:16px !important;
	padding: 14px 16px;
        border-radius: 15px;
        background: #ffffff !important;
        height: 100%;	
	}
}
.ac_prod-desc-box.ac_prod-desc-box-txt{
	padding:0px !important;
	border:none !important;
	background: #ffffff;
	width:100%;
}

.ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description__maintitle-wrapper h2 {
    font-size: 20px !important;
    font-weight: 700;
    line-height: normal !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #797979;
    text-transform: capitalize !important;
    margin: 0 !important;
    margin-bottom: 14px !important;
	
}

.ac-product-description-content{
	width:100%;
}
.ac-product-description-content *{
	        font-family: "Inter Tight", sans-serif !important;
}
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content p, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content span{
     font-family: "Inter Tight", sans-serif !important;
	margin: 0 !important;
    margin-bottom: 10px !important;
	display:inline-block;
}
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content ul{
	padding: 0px !important;
	padding-left: 16px !important;
	display:flex !important;
	flex-direction:column !important;
	gap:10px !important;
}
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content ul li span{
	margin:0px !important;
	    display: initial !important;
}
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h1, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h3, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h2, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h3, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h4, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h5, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content h6 {
    margin: 0 !important;
    margin-bottom: 10px !important;
	padding:0px !important;
	font-size: 16px !important;
    line-height: normal !important;
    text-transform: capitalize !important;
    font-weight: 700;
	font-family: "Inter Tight", sans-serif !important;
}
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content strong,  .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt .ac-product-description-content b{
	font-family: "Inter Tight", sans-serif !important;
}
/* product desc */

/* Common Custom Popup Template */
.ac_CustomPopup{
	align-items: flex-end;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: all 0.5s cubic-bezier(0.25, 0, 0.3, 1);
/*     display: block !important; */
}
.ac_CustomPopup.ac_CustomPopupShow {
  transform: translateY(100%);
  animation: slideInForm 0.5s cubic-bezier(0.25, 0, 0.3, 1) forwards;
}
/* keyframes for slide-in */
@keyframes slideInForm {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
.ac_CustomPopup-holder {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}
.ac_CustomPopup-holderBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    width: 100%;
    height: fit-content;
    position: relative;
	max-width: 450px;
}
 span.ac_CustomPopup-closeBtn{
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    min-height: 40px;
    height: 40px;
    max-height: 40px;
    cursor: pointer;
    background: #ffffff !important;
    border-radius: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    pointer-events: initial;
    margin: 0px !important;
	 margin-right:10px !important;
    color: #000;
}
span.ac_CustomPopup-closeBtn img, span.ac_CustomPopup-closeBtn svg {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
    pointer-events: none;
    color: #000;
}
.ac_CustomPopup-content{
	height: fit-content;
    padding: 12px 10px !important;
    overflow: hidden !important;
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    position: relative;
    margin: auto;
    width: 100%;
    background-color: #ffffff;
    z-index: 1;
    border-radius: 15px 15px 0px 0px;
}
.ac_CustomPopup-content .ac_CustomPopup-content-title {
	font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
	font-family: "Inter Tight", Sans-serif;
}

.ac_customFormInputBox {
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #000;
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    gap: 10px;
    padding: 0px 10px !important;
}

.ac_customFormInputLabel {
    position: absolute;
    left: 10px;
    top: -13px;
    font-size: 14px !important;
    line-height: 0px !important;
    padding: 5px 5px;
    background: #ffffff !important;
    min-height: 20px !important;
    height: 20px !important;
    max-height: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: fit-content;
    min-width: fit-content;
    color: #000 !important;
        font-family: "Inter Tight", sans-serif !important;
}

.ac_customNewFormInput {
    width: 100%;
    outline: none !important;
    border: none !important;
    font-size: 14px !important;
    line-height: normal !important;
    padding: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    margin: 0px !important;
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
    color: #000000 !important;
        font-family: "Inter Tight", sans-serif !important;
}
.ac_customFormTextarea {
    min-height: 100px !important;
    max-height: 100px !important;
    padding: 10px 0px !important;
    resize: vertical;
    width: 100%;
}

button.ac_customFormSubmitBtn {
    padding: 6px 16px !important;
    width: 100%;
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: 700 !important;
    text-align: center;
    border: none !important;
    outline: none !important;
    margin: 0px !important;
    margin-top: 10px !important;
    background-color: #ff5400 !important;
    text-transform: none;
    border-radius: 15px;
    color: #fff;
}

@media (min-width: 1020px) {
	.ac_CustomPopup-holder{
		align-items:center;
	}
	.ac_CustomPopup-content{
		padding:24px !important;
		border-radius:15px;
	}
	.ac_CustomPopup{
		display:none !important;
		transform: none;
        animation: none;
		opacity:0;
	}
	
	.ac_CustomPopup.ac_CustomPopupShow{
		display:block !important;
		transform: none;
		opacity:0;
/*         animation: none; */
		animation: showInForm 0.5s cubic-bezier(0.25, 0, 0.3, 1) forwards;
	}
	
}

/* keyframes for slide-in */
@keyframes showInForm {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ac-orderPage-item {
    display: flex;
    gap: 12px;
        font-family: "Inter Tight", sans-serif !important;
}
.ac-orderPage-item__imgWrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 12px;
    border: none;
    display: grid;
    place-items: center;
}
.ac-orderPage-item__img {
    width: 54px;
    height: auto;
}
.ac-orderPage-item__meta {
    flex: 1;
}
.ac-orderPage-item__title {
    font-size: 14px;
    /* font-weight: 600; */
    color: #1f2937;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
	    font-family: "Inter Tight", sans-serif !important;
}
.ac-ProductReviewNewRatingStars {
    display: flex;
    gap: 8px;
    font-size: 24px;
    cursor: pointer;
}
.ac-Star {
    color: #ccc;
    transition: color 0.3s;
}
.ac-Star.selected, .ac-Star.hovered {
    color: orange;
}
.ac-ProductReviewNewRatingValue {
    /* margin-top: 5px; */
    color: #555;
}

.ac-ProductReviewRecommendBox {
    margin: 15px 0;
}

.ac-ProductReviewRecommendLabel {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px !important;
}
label {
    display: block;
    margin-bottom: 5px;
    color: var(--wd-title-color);
    vertical-align: middle;
    font-weight: 400;
}
.ac-ProductReviewRecommendBox label {
    margin-right: 15px;
        font-family: "Inter Tight", sans-serif !important;
    font-size: 14px !important;
}


/* Common Custom Popup Template */

/* new ui desktop */
@media (min-width: 1020px) { 
	.ac_product-container.bundle-inner-ui-container{
		position:relative;
		
	}
	.ac-NewCustom-BreadcrumbContainer{
		order: 2;
		padding: 16px 0 0px !important;
	}
	 .ac-NewCustom-BreadcrumbContent{
		

		

		justify-content: end !important;
	}
	.ac-NewCustom-Breadcrumb{
		display:none;
	}
	.ac_gallery-holder{
		order:1;
	}
	 button.ac-navigatorShareButton.ac_gallery-zoomIcon{
		    position: absolute;
    right: 16px;
    top: 14px;
	}
	.ac-NewCustom-BreadcrumbShare .ac_gallery-zoomIcon svg, .ac-NewCustom-BreadcrumbShare button.ac-navigatorShareButton.ac_gallery-zoomIcon svg{
		min-width: 20px;
    width: 20px;
    max-width: 20px;
		color:#000 !important;
	}
	.ac-NewCustom-BreadcrumbShare button.ac_gallery-zoomIcon, span.ac_gallery-zoomIcon.ac_gallery-mainItem{
		font-size:16px !important;
		color:#000 !important;
	}
	.ac_product-details-holder{
		padding-left:10px;
	}
	.ac_add-to-cart-container{
		max-width:400px !important;
	}
	.ac_viRs-selectBox{
		    grid-auto-flow: row;
/*     grid-auto-columns: min-content ; */
    grid-template-columns: min-content min-content min-content;
	}
	.ac_viRs-selectItemContainer{
		max-width: 180px !important;
    min-width: 180px !important;
	}
	
	
	
	.ac-ProductReviewContentAllReview::-webkit-scrollbar {
  height: 4px;
  background-color:#e6e6e6;
   border-radius: 100vw;
}

.ac-ProductReviewContentAllReview::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 100vw;
  
}
	.ac-ProductSuggestBlogsSliderBox::-webkit-scrollbar {
  height: 4px;
  background-color:#e6e6e6;
   border-radius: 100vw;
}

.ac-ProductSuggestBlogsSliderBox::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 100vw;
  
}
	.ac_newProProductCard-AllCardsHolder, .ac-ProductReviewContentAllReview, .ac-ProductSuggestBlogsSliderBox{
		    padding-bottom: 5px;
	}
	.ac_newProProductCard-AllCardsHolder::-webkit-scrollbar {
  height: 4px;
  background-color:#e6e6e6;
   border-radius: 100vw;
}

.ac_newProProductCard-AllCardsHolder::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 100vw;
  
}

}

/* new ui desktop */
/* Variation selection Out of stock */
.ac_viRs-disabled {
    background-color: #f0f0f0 !important;
    opacity: 0.6;
/*     pointer-events: none; */
    cursor: not-allowed;
}

.ac-outofstock {
    background-color: #f0f0f0 !important;
    opacity: 0.6;
    color: #666 !important;
    border: 1px solid #ccc !important;
    pointer-events: none; /* prevents clicking */
}

/* Variation selection Out of stock */

/* new ui css */
