.ac_cart-page,
.ac_cart-page *,
.ac_cart-page-bannerHolder,
.ac_cart-page-bannerHolder * {
/*   margin: 0; */
/*   padding: 0; */
  /* font: inherit; */
/*   font-family: "DM Sans", sans-serif !important; */
  font-style: normal;
}
.ac_cart-page,
.ac_cart-page-bannerHolder {
  /*   padding: 0px 0px 30px; */
  padding: 0px 0px 0px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
/*   overflow: auto; */
  position: relative;
}

.ac_cart-ocBannerTopBox {
  /* 	margin-bottom:30px; */
}
.ac_cart-ocBannerTop,
.ac_cart-ocBannerTop img {
  width: 100%;
}
@media (min-width: 1020px) {
  .ac_cart-page,
  .ac_cart-page-bannerHolder {
    padding: 0px 5% 50px;
    flex-direction: row;
    gap: 60px;
  }
  .ac_cart-ocBannerTopBox {
    margin-bottom: 0px;
  }
}

.ac-cart-sections {
  width: 100%;
  height: fit-content;
}
@media (min-width: 1020px) {
  .ac-cart-sections {
    width: 700px;
    height: fit-content;
  }
}
/* seprater */
.ac_cart-ocBanner {
  padding: 16px 12px;
  border-bottom: #f0f5f6 5px solid;
}
.ac_cart-ocBanner img{
	width:100%;
}
.ac_cart-productListHolder .ac_del-date {
  padding: 16px 12px;
  border-bottom: #f0f5f6 5px solid;
}
.ac_cart-productListHolder h4 {
  padding: 16px 12px;
  padding-bottom: 0px;
}
.ac_cart-productListHolder .ac_cart-productDetails .ac_cart-productBrand {
  padding: 0px;
}
.ac_cart-products {
  padding: 0px 12px;
  border-bottom: #f0f5f6 5px solid;
}
.ac_cart-productCouponBox {
  padding: 0px 12px ;
  padding-bottom: 16px ;
  border-bottom: #f0f5f6 5px solid;
}
.ac_cart-priceDetails {
  padding: 16px 12px;
}
.ac_cart-total {
  padding: 16px 12px;
  border-bottom: #f0f5f6 5px solid;
}
.ac_cartPageContainer .ac_categoryPage-container {
  margin-top: 0px;
}
.ac_cartPageContainer .ac_product-custom-heading {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .ac_cartPageContainer .ac_product-custom-heading {
    padding: 16px 12px !important;
    border-bottom: none;
    border: none;
  }
}
@media (min-width: 1020px) {
  .ac_cart-ocBanner {
    padding: 0px;
    border: none;
  }
  .ac_checkout-ocBanner {
    padding: 0px 5%;
    margin-bottom: 40px;
  }
  .ac_cart-productListHolder .ac_del-date {
    padding: 0px;
    padding-bottom: 16px;
    border: none;
  }
  .ac_cart-productListHolder h4 {
    padding: 0px;
    border: none;
  }
  .ac_cart-products {
    padding: 0px;
    border: none;
  }
  .ac_cart-productCouponBox {
    padding: 0px;
    border: none;
  }
  .ac_cart-priceDetails {
    padding: 0px;
	  padding-top:34px;
  }
	.ac_checkout-priceDetailsBox .ac_checkout-priceDetails{
/* 		padding:0px; */
		padding-top:0px;
	}
  .ac_cart-total {
    padding: 0px;
    border: none;
  }
}
@media (min-width: 1281px) {
  .ac_cartPageContainer .ac_productPage-container-list {
    padding: 16px 5.5% !important;
  }
}
/* seprater */
.ac_cart-productListHolder {
  /*   border: 1px solid; */
  /* 	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25); */
  padding: 0px;
  /*   margin-top: 26px; */
  position: relative;
}
@media (min-width: 1020px) {
  .ac_cart-productListHolder {
    /*   border: 1px solid; */
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    padding: 20px 36px 40px 30px;
    margin-top: 36px;
    position: relative;
  }
}
.ac_cart-productListHolder p {
  margin: 0px !important;
}
.ac_cart-productListHolder h4 {
  font-size: 16px !important;
  line-height: 20px;
  margin-bottom: 0px !important;
  text-transform: capitalize;
  font-family: "DM Sans", sans-serif !important;
}
@media (min-width: 1020px) {
  .ac_cart-productListHolder h4 {
    font-size: 22px !important;
    line-height: 26px;
    margin-bottom: 0px !important;
    text-transform: capitalize;
    font-family: "DM Sans", sans-serif !important;
  }
}
.ac_cart-products {
  display: flex;
  flex-direction: column;
}
.ac-cart-product {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
  padding: 20px 0px 40px;
  border-bottom: solid 1px;
  position: relative;
}
@media (min-width: 1020px) {
  .ac-cart-product {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    padding: 30px 0px 30px;
    border-bottom: solid 1px;
    position: relative;
  }
}
.ac-cart-product:last-of-type {
  border: none !important;
  /*     padding-bottom: 0px !important; */
}
.ac_cart-productImg {
  width: 60px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px;
  border-radius: 6px;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .ac_cart-productImg {
    width: 90px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px;
    border-radius: 6px;
    overflow: hidden;
  }
}
.ac_cart-productDetails .ac_cart-productTitle,
.ac_cart-productDetails .ac_cart-productTitle * {
  font-size: 14.5px;
  line-height: 18px;
  font-family: "DM Sans", sans-serif !important;
  text-transform: capitalize;
  margin: 0px !important;
  font-weight: 600;
  padding-right: 20px;
}
@media (min-width: 1020px) {
  .ac_cart-productDetails .ac_cart-productTitle,
  .ac_cart-productDetails .ac_cart-productTitle * {
    font-size: 16px;
    line-height: 20px;
    font-family: "DM Sans", sans-serif !important;
    text-transform: capitalize;
    margin: 0px !important;
    font-weight: 600;
    padding-right: 0px;
  }
}
.ac_cart-productDetails .ac_cart-productBrand,
.ac_cart-productVolume {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 16px;
  color: #4e4e4e;
}
@media (min-width: 1020px) {
  .ac_cart-productDetails .ac_cart-productBrand,
  .ac_cart-productVolume {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 18px;
    color: #4e4e4e;
  }
}

.ac_cart-productVolume {
  margin: 6px 0px 0px;
  display: block;
}

.ac_cart-productPrice {
  display: flex;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
  gap: 6px;
  align-items: flex-end;
  margin: 8px 0px 4px;
}
@media (min-width: 1020px) {
  .ac_cart-productPrice {
    display: flex;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 20px;
    gap: 6px;
    align-items: flex-end;
    margin: 12px 0px 6px;
  }
}

.ac_cart-productPrice * {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.ac_cart-productPrice del,
.ac_cart-productPrice del * {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px;
  color: #808080;
}
@media (min-width: 1020px) {
  .ac_cart-productPrice * {
    font-size: 16px !important;
  }
  .ac_cart-productPrice del {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #4e4e4e;
  }
}
.ac_cart-priceDetailsBox {
  width: 100%;
  height: fit-content;

  /* 	box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25); */
  padding: 0px;
}
@media (min-width: 1020px) {
  .ac_cart-priceDetailsBox {
    width: 500px;
    height: fit-content;

    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    padding: 38px 30px;
  }
}

.ac_cart-offerTag {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 16px;
  color: #03964f;
}

.ac_cart-deliveryDate {
  font-size: 14px !important;
  line-height: 20px;
}

.ac_cart-deliveryDate span {
  font-weight: 500;
  color: #098f1e;
}
@media (min-width: 1020px) {
  .ac_cart-productPrice * {
    font-size: 16px !important;
  }
  .ac_cart-deliveryDate {
    font-size: 16px !important;
    line-height: 20px;
  }
}
.ac_cart-deleteAdd {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.ac_cart-deleteAdd img {
  width: 22px;
}
@media (min-width: 1020px) {
  .ac_cart-deleteAdd {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 30px;
  }
  .ac_cart-deleteAdd img {
    width: 22px;
  }
}
.ac_cart-deleteBtn a br {
  display: none !important;
}
.ac_cart-addQty {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.ac_cart-addQty *,
.ac_cart-addQty span {
  font-size: 15px !important;
  color: #ff6b00 !important;
}

.ac_cart-addQty input {
  border: solid 1px;
  width: 50px;
  text-align: center;
  border-radius: 4px;
  padding: 0px 0px;
  font-size: 14px !important;
  line-height: 14px !important;
  height: fit-content !important;
}
@media (min-width: 1020px) {
  .ac_cart-addQty *,
  .ac_cart-addQty span {
    font-size: 16px !important;
    color: #ff6b00 !important;
  }

  .ac_cart-addQty input {
    border: solid 1px;
    width: 50px;
    text-align: center;
    border-radius: 4px;
    padding: 0px 0px;
    font-size: 16px !important;
    line-height: 16px !important;
    height: fit-content !important;
  }
}
.ac_cart-addQty div.yaydp-free-item-badge {
  color: #ffffff !important;
  /* 	margin-top:30px; */
  padding: 2px 4px !important;
  font-size: 12px !important;
  line-height: 14px !important;
}

@media (min-width: 1020px) {
  .ac_cart-addQty div.yaydp-free-item-badge {
    color: #ffffff !important;
    /* 	margin-top:30px; */
    padding: 2px 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

.ac_cart-priceDetailsBox p {
  margin: 0px !important;
}
.ac_cart-priceDetailsBox * {
/*   font-family: "DM Sans", sans-serif !important; */
}
.ac_cart-priceDetailsBox .ac_cart-priceTxt p * {
  /* 	font-family: "Roboto", sans-serif !important; */
  font-family: "DM Sans", sans-serif;
}
.ac_couponPopUp-holder {
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
}
.ac_cart-productCoupon {
  padding: 14px 16px;
  /*   border: solid 1px; */
  width: 99%;
  margin: auto;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1020px) {
  .ac_cart-productCoupon {
    padding: 20px;
    width: auto;
    /*   border: solid 1px; */
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.ac_cart-productCoupon p {
  margin: 0px !important;
}
.ac_coupontxt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac_coupontxt span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #4e4c4c !important;
}
.ac_cart-priceDetails {
  /*   margin-top: 34px; */

/*   padding: 16px 12px; */
  padding-bottom: 30px;

  border-bottom: 1px solid #b1b1b1;
}

.ac_cart-priceDetails * {
  font-size: 15px;
  /*   font-weight: 600; */
  line-height: 20px;
  color: #2e2d2d !important;
}
@media (min-width: 1020px) {
  .ac_cart-priceDetails * {
    font-size: 16px;
    /*   font-weight: 600; */
    line-height: 20px;
    color: #2e2d2d !important;
  }
}

.ac_cart-priceDetails .ac-cart_payDetails_heading {
  font-weight: 600;
}
.ac_cart-priceTxt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.ac_cart-appliedCoupons {
  flex-direction: column;
  align-items: flex-start;
}
.ac_cart-appliedCoupons .ac_cart-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 8px;
}
.ac_cart-appliedCoupons .ac_cart-couponAmountBox {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ac_cart-couponAmount {
  font-weight: 800;
}
.ac_cart-appliedCoupons .ac_cart-couponCode {
  font-weight: 600 !important;
}
.ac_cart-appliedCoupons .ac_cart-couponAmountBox * {
  /* 	font-family: "Roboto", sans-serif !important; */
}
.ac_cart-appliedCoupons .ac_cart-couponAmountBox .ac_cart-removeCoupon {
  font-size: 20px !important;
  line-height: 0px;
  display: flex;
  border: solid 1px #2e2d2d;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  justify-content: center;
  align-items: center;
}
.ac_cart-priceTxt p {
  font-weight: 800;
}
.ac_cart-totalMRP,
.ac_cart-discountMRP,
.ac_cart-shippingFee,
.ac_cart-totalAmount {
  /* 	position:absolute;
	right:0px ; */
}
.ac_cart-price {
  margin-top: 34px !important;
}
.ac_cart-price span {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
@media (min-width: 1020px) {
  .ac_cart-price span {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }
}

.ac_cart-price .ac_cart-totalAmount {
  font-size: 18px !important;
  line-height: 26px !important;
  font-family: "Roboto", sans-serif !important;
}
.ac_cart-price .ac_cart-totalAmount * {
  /* 	font-family: "Roboto", sans-serif !important; */
  font-size: 18px !important;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 1020px) {
  .ac_cart-price .ac_cart-totalAmount {
    font-size: 20px !important;
    line-height: 26px !important;
    /* 	font-family: "Roboto", sans-serif !important; */
  }
  .ac_cart-price .ac_cart-totalAmount * {
    /* 	font-family: "Roboto", sans-serif !important; */
    font-size: 20px !important;
  }
}

.ac-cart-addAddress {
  border: 1px solid;
  width: 100%;
  color: #ff6b00;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  background-color: #fff;
  outline: none;
  padding: 10px 0px;
  margin-top: 50px;
}

.ac_cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.ac_cart-grandprice {
  display: flex;
  flex-direction: column;
}
.ac_cart-grandprice span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #2e2d2d;
}
.ac_cart-grandprice br {
  display: none !important;
}

.ac-cart-GrandTotal,
.ac-cart-GrandTotal * {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  /* font-family: "Roboto", sans-serif !important; */
}
@media (min-width: 1020px) {
  .ac-cart-GrandTotal,
  .ac-cart-GrandTotal * {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    /* font-family: "Roboto", sans-serif !important; */
  }
}

.ac_cart-proceedBtn {
  background-color: #ff6b00 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  color: #fff !important;
  outline: none !important;
  border: none !important;
  padding: 6px 16px !important ;
  text-transform: capitalize;
  border-radius: 4px !important;
}
@media (min-width: 1020px) {
  .ac_cart-proceedBtn {
    background-color: #ff6b00 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
    color: #fff !important;
    outline: none !important;
    border: none !important;
    padding: 10px 20px !important ;
  }
}

.ac_cart-proceedBtn-Link {
  line-height: 0px !important;
  color: #fff !important;
}

.ac_cart-loader-holder {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*   background-color: #2E2D2D59; */
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  /* 	display:flex; */
}
.ac_cart-loader-holder-show {
  display: flex;
}

.ac_cart-loader-holder .add-to-cart-loader {
  border: 4px solid #ff6b00;
  width: 30px;
  height: 30px;
  /* 	margin:30vh auto; */
  background: #ffffff;
  box-shadow: 0px 0px 0px 16px rgba(255, 255, 255, 1);
}

.ac_coupontxt .ac_apply-coupon-image {
  width: 8px;
  margin-left: 120px;
}
.ac_coupon-image {
  width: 25px;
}
/* Popup container - hidden by default */
.ac_coupon-popup {
  display: none;
  /* 	display:block !important; */
  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
  ); /* #2E2D2D background with transparency */
}

/* Popup content */
.ac_coupon-popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  text-align: center;
  border-radius: 8px;
}

/* Close button */
.ac_coupon-close {
  color: #2e2d2d;
  float: right;
  font-size: 40px !important;
  /*   font-weight: bold; */
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ac_coupon-close:hover,
.ac_coupon-close:focus {
  color: #2e2d2d;
  text-decoration: none;
  cursor: pointer;
}

/* Add coupon css */
.ac_couponPopUp,
.ac_couponPopUp * {
/*   margin: 0; */
/*   padding: 0; */
  /* font: inherit; */
/*   font-family: "DM Sans", sans-serif; */
/*   font-style: normal; */
}
.ac_couponPopUp {
  margin: auto;
  display: flex;
  width: 100%;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  flex-direction: column;
  background-color: #ffffff;
  height: 600px;
  position: relative;
  z-index: 1;
  border-radius: 16px 16px 0px 0px;
  /*     overflow: hidden; */
}

.ac_coupon-header {
  padding: 20px 16px;
  border-bottom: solid 0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ac_coupon-headerTxt {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ac_coupon-header img {
  height: 20px;
  object-fit: contain;
  width: 20px;
}

.ac_coupon-headerTxt span {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #242424;
}

.ac_couponListContainer {
  /*   padding: 0px 10px; */
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ac_couponInputBox {
  margin-top: 22px;
  padding: 0px 10px 16px;
  border-bottom: #f0f5f6 5px solid;
}
.ac_inputCoupon br {
  display: none;
}
.ac_inputCoupon {
  padding: 6px;
  border: solid 1px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ac_inputCoupon input {
  border: none;
  outline: none;
  padding-left: 10px;
  line-height: 16px;
  width: 100%;
  color: #2e2d2d;
  min-height: fit-content !important;
  height: fit-content !important;
  font-size: 14px;
}
.ac_inputCoupon button {
  padding: 6px 26px;
  line-height: 18px;
  font-weight: 700;
  border: none;
  outline: none;
  background: #ff6b00;
  border-radius: 4px;
  color: white;
  font-size: 14px;
  min-height: fit-content !important;
  height: fit-content !important;
}
.ac_couponInputBox span.ac-coupDesc {
  margin-top: 6px;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 18px !important;
  font-weight: 500;
  display: inline-block;
  color: gray;
}
.ac_couponInputBox p {
  font-size: 14px !important;
}
.ac_couponListBoxHolder {
  padding: 0px 10px;
}
.ac_couponListBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  height: 365px;
  overflow: auto;
  align-items: center;
  padding-right: 6px;
}
.ac_couponListBox::-webkit-scrollbar {
  height: 4px;
  background-color: #e6e6e6;
  border-radius: 100vw;
  width: 5px;
}

.ac_couponListBox::-webkit-scrollbar-thumb {
  background-color: #999999;
  border-radius: 100vw;
  height: 50px;
}
.ac_couponItemCard {
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  width: 98%;
}
.ac_couponCardHead {
  display: flex;
  gap: 10px;
  /*   border-bottom: #BBBBBB dashed 1px; */
  padding: 10px 20px;
  border-radius: 6px;
  align-items: flex-start;
  /* 	justify-content:space-between; */
  flex-direction: column;
}
.ac_couponCardIcon {
  width: fit-content;
  border-radius: 4px;
  padding: 6px;
  text-align: center;
  border: solid 1px;
  flex-grow: 0;
  flex-shrink: 0;
}
.ac_couponCardIcon span {
  text-align: center;
  font-weight: 700;
  color: #2e2d2d !important;
}
.ac_couponTitle {
  font-size: 16px;
  line-height: 20px !important;
  font-weight: 700;
  color: #2e2d2d !important;
  display: inline-block;
}
.ac_couponDesc {
  display: inline-block;
  line-height: 18px !important;
  font-size: 14px !important;
}
.ac_couponCodeApply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.ac_couponCode {
  font-size: 18px;
  line-height: 24px;
}
.ac_applyCoupon {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #ff6b00 !important;
  padding: 0px !important;
  min-height: fit-content !important;
  height: fit-content !important;
  background: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
}
@media (min-width: 500px) {
  .ac_couponPopUp {
    /*   margin-bottom: 50px; */
    display: flex;
    width: 480px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    flex-direction: column;
  }
}
@media (min-width: 425px) {
  .ac_couponListBox {
    height: 360px;
  }
}
@media (min-width: 1020px) {
  .ac_couponPopUp {
    /*   margin-bottom: 50px; */
    display: flex;
    width: 480px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    flex-direction: column;
  }

  .ac_coupon-header {
    padding: 20px 36px;
    border-bottom: solid 0.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .ac_coupon-headerTxt {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .ac_coupon-headerTxt span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #4e4c4c;
  }

  .ac_couponListContainer {
    padding: 0px 36px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .ac_couponInputBox {
    margin-top: 22px;
  }
  .ac_inputCoupon {
    padding: 6px;
    border: solid 1px;
    border-radius: 4px;
    display: flex;
  }
  .ac_inputCoupon input {
    border: none;
    outline: none;
    padding-left: 20px;
    line-height: 20px;
    width: 100%;
    color: #2e2d2d;
  }
  .ac_inputCoupon button {
    padding: 6px 26px;
    line-height: 20px;
    font-weight: 700;
    border: none;
    outline: none;
    background: #ff6b00;
    border-radius: 4px;
    color: white;
  }
  .ac_couponInputBox span {
    margin-top: 6px;
    color: #3d3d3d;
  }
  .ac_couponListBox {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
  .ac_couponItemCard {
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
  }
  .ac_couponCardHead {
    display: flex;
    gap: 24px;
    border-bottom: #bbbbbb dashed 1px;
    padding: 20px 30px;
    border-radius: 6px;
    align-items: flex-start;
  }
  .ac_couponCardIcon {
    width: fit-content;
    border-radius: 6px;
    padding: 6px;
    text-align: center;
    border: solid 1px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .ac_couponCardIcon span {
    text-align: center;
    font-weight: 700;
  }
  .ac_couponTitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }
  .ac_couponDesc {
    line-height: 20px;
  }
  .ac_couponCodeApply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
  }
  .ac_couponCode {
    font-size: 18px;
    line-height: 24px;
  }
  .ac_applyCoupon {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ff6b00;
    background: transparent;
    border: none;
    outline: none;
  }
}
a.woocommerce-remove-coupon {
    display: none;
}
span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
}

.ac-octProductList{
	padding: 12px 10px 0px;
       width: 100%;
}
.ac-octProductListWarp {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 4px solid #fff;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
h2.ac-octProductListHeadingTxt{
	font-size: 20px !important;
    line-height: 24px; 
	font-weight:700;
	text-transform:none;
	margin:10px 0px 10px;
}
.ac-octProductListHeading{
	padding:10px;
	padding-left:12px;
}