/* 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.ac_product-container {
  padding: 0px !important;

  margin-top: 20px;
  background-color: #fff4ec;
}
@media (min-width: 350px) {
 .ac_product-desc-banner.ac_product-container {
  padding: 0px !important;
  }
}
/*  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 {
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 0px !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 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1020px) {
  .ac_product-details-container h2 {
    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;
  overflow: hidden !important;
  box-shadow: none !important;
  min-width: 100px !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: #797979;
    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;
	
}

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

.ac_product-brandName {
  margin: 8px 0px 0px !important;
  color: #4e4e4e !important;
	font-size:14px !important;
	
}
.ac_product-brandName * {
  color: #4e4e4e !important;
  font-size:14px !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: 40px 18px 24px;
   position:relative; 
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  height: fit-content;
overflow:hidden;

}
.ac_add-to-cart-container p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #535353;
  margin: 0px !important;
}
.ac_add-to-cart-container input {
  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;
}
.ac_add-to-cart-container button, .ac_add-to-cart-container a.do-viewCartBtn {
  width: 100%;
  padding: 12px 0px;
  background-color: #ec520b !important;
  color: white;
  border: none;
  outline: none;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  border-radius: 4px;
}
.ac_add-to-cart-container a.do-viewCartBtn {
  width: 100%;
  padding: 12px 0px !important;
  background-color: #ff6b00 !important;
  border: #ff6b00 solid 1px !important;
/*   display:inline-block; */
  color: white;
  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;
  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: 40px 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,
#custom_add_to_cart_button: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: 1;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

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

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

    line-height: 24px;
	  text-transform:none;
  }
  .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;
}
.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: 12px;
    text-transform: uppercase !important;
    }
.ac_add-to-cart-container{
	position:relative;
}
.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;
}
/* newChanges */
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt h1, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt h2, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt h3, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt h4, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt h5, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt h6{
	margin-top:20px;
	margin-bottom:10px;
}
.ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt ul, .ac_prod-desc-review .ac_prod-desc-box.ac_prod-desc-box-txt ol{
	padding-left:5%;
}

/* newChanges */