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

.product_customize_wrapper .container {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.product_customize_wrapper .product_card_views {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* justify-content: space-between; */
}

.product_customize_wrapper .product_card_views .product_image_container_view {
  height: 230px;
  max-height: 230px;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.product_customize_wrapper .product_details_container_view {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.product_customize_wrapper .product_card_views .product_image_container_view img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;

}

.product_customize_wrapper .product_card_views .product_details_title h6 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
  color: #303030;
}

.product_customize_wrapper .product_card_views .product_details_options_label p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
  color: #303030;
}

@media screen and (max-width:1366px) {
  .product_customize_wrapper .product_card_views .product_image_container_view {
    height: 180px;
    max-height: 180px;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
}

@media screen and (max-width:1024px) {
  .product_customize_wrapper .product_card_views .product_image_container_view {
    height: 220px;
    max-height: 220px;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
}

@media screen and (max-width:768px) {
  .product_customize_wrapper .product_card_views .product_image_container_view {
    height: 220px;
    max-height: 220px;
    border: 1px solid #ebebeb;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

  }
}

@media screen and (max-width:500px) {
  .product_customize_wrapper .product_card_views .product_image_container_view {
    height: 160px;
    max-height: 160px;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .product_customize_wrapper .product_card_views {
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

/* .product_customize_wrapper .product_card_views p.product_details_options_label_options  {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
  color: #303030;
} */

.product_customize_wrapper .page-width {
  padding: 0;
  margin: 0 auto;
  max-width: 1340px !important;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.product_customize_wrapper .header_wrapper {
  margin: 40px 0;
}

.product_customize_wrapper .icon_and_text .icons {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.product_customize_wrapper .header_wrapper h2 {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-weight: 650;
  line-height: 24.2px;
  color: #303030;
  height: 24px;
  padding: 0;
  margin: 0;
}

.product_customize_wrapper .icon_wrapper {
  /* display: grid;
  grid-template-columns: repeat(12, 1fr); */
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}

.product_customize_wrapper .icons.active_clr:after {
  content: "";
  width: 84%;
  top: 26px;
  position: absolute;
  height: 2px;
  left: 197px;
  background: #108060;
}

.product_customize_wrapper .icon_and_text {
  position: relative;
  flex-direction: column;
  display: flex;
  flex: 1;
  cursor: pointer;
}


.product_customize_wrapper .icons.default_clr:after {

  content: "";
  width: calc(100% - 52px);
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 26px;
  left: calc(50% + 29px);
  z-index: 1;
}


.product_customize_wrapper .icons.default_clr.completed:after {

  background: #108060;
  content: "";
  width: calc(100% - 52px);
  height: 2px;
  position: absolute;
  top: 26px;
  left: calc(50% + 29px);
  z-index: 2;
}

.product_customize_wrapper .icons.default_clr:after .icons.default_clr.completed:after {
  content: "";
  width: 84%;
  height: 2px;
  background: #134a13;
  position: absolute;
  top: 26px;
  left: 197px;
}

.product_customize_wrapper .icon_wrapper p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 650;
  text-align: center;
  height: 20px;
  color: #303030;
  font-family: Inter;
  padding: 5px 6px;
  margin-top: 20px;
}

.product_customize_wrapper .prodict_listing_wrapper {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 20px;
  /* margin-top: 40px; */
  width: 100%;
  max-width: 1340px;
  margin: 40px auto;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading {
  display: flex;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .heading_text h1 {
  font-weight: 650;
  font-size: 20px;
  line-height: 24.2px;
  font-family: Inter;
  color: #303030;
  height: 24px;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text {
  display: flex;
  align-items: start;
  gap: 10px;
  flex-direction: column;

  /* justify-content: end; */
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text span {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #303030;
  text-transform: capitalize;
  font-family: Inter;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 18px;
  font-family: Inter;
  color: #303030;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text .filter_second_selector select#featured-select {
  background: #f6f6f7;
  width: 217px;
  height: 37px;
  border-radius: 10px;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 18px;
  font-family: Inter;
  color: #303030;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text .filter_second_selector select#featured-select {
  -webkit-appearance: none;
  appearance: none;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text .filter_second_selector svg {
  position: absolute;
  right: 10%;
  top: 40%;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text .filter_second_selector {
  position: relative;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text .filter_second_selector select#featured-select:focus-visible {
  outline: none;
  box-shadow: none;
}

.product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.product_customize_wrapper .flaviour_pooducts .items img.product_img {
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #F6F6F7;
  height: 250px;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
}

.product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items_details h6 {
  font-weight: 600;
  font-size: 13px;
  color: #303030;
  padding: 0;
  margin: 0;
}

.product_customize_wrapper .items_details {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
  justify-content: space-between;
}

.product_customize_wrapper .items_details .items_details_inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;


}

.product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items_details p {
  font-size: 12px;
  line-height: 16px;
  color: #303030;
  padding: 0;
  margin: 0px;
  font-family: Inter;
}

.product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items {
  width: 276px;
  min-height: 402px;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.product_customize_wrapper .items_details a.add_button {
  background: #28282a;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 500;
  letter-spacing: 2px;
}

.product_customize_wrapper .items_details .add_button button {
  background: #28282a;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 500;
  border: 0;
  letter-spacing: 2px;
  font-family: Assistant, sans-serif;
  cursor: pointer;
}

.product_customize_wrapper button.add_button {
  background: #28282a;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 21.78px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  letter-spacing: 2px;
  font-family: Assistant, sans-serif;
}

.product_customize_wrapper button.add_button.disabled {
  cursor: not-allowed;

}

/* .add_button_wrapper {
  height: 32px;
  padding: 5px 20px;
  margin: 0 auto;
  width: 100%;
} */
.product_customize_wrapper .add_button_wrapper a.add_button span {
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: 2px;
  font-family: Inter;
}

.product_customize_wrapper .items_details img {
  margin: 5px 0;
}

.product_customize_wrapper .add_button_wrapper .quantity.product_flavour:after {
  display: none;
}

.product_customize_wrapper .checkout_product_quantity .quantity.product_flavour:after {
  display: none;
}

.product_customize_wrapper .quantity.product_flaviour {
  margin: 0 auto;
  width: 97px;
  height: 33px;
  border-radius: 20px;
}














.product_customize_wrapper button.esb_quantity__button {
  border: none;
}

.product_customize_wrapper input.esb_quantity__input {
  border: none;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.no-js-hidden {
  border: none;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.no-js-hidden.disabled {
  width: 32.33px;
  height: 33px;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.disabled {
  width: 32.33px;
  height: 33px;
}


.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.no-js-hidden.left_btn {
  border-radius: 8px 0 0 8px;
  width: 32.33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.left_btn {
  border-radius: 8px 0 0 8px;
  width: 32.33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.no-js-hidden.right_btn {
  border-radius: 0 8px 8px 0;
  width: 32.33px;
  height: 33px;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button.right_btn {
  border-radius: 0 8px 8px 0;
  width: 32.33px;
  height: 33px;
  cursor: pointer;
}

.product_customize_wrapper .quantity.product_flavour input.esb_quantity__input {
  height: 33px;
  width: 32.33px;
  color: #303030;
}

.product_customize_wrapper .quantity.product_flaviour .esb_quantity__button {
  width: 32.33px;
  height: 33px;
  background: #eaeaea;
}

.product_customize_wrapper .quantity.product_flavour .quantity:after {
  display: none;
}

.product_customize_wrapper .quantity.product_flaviour input.esb_quantity__input:focus-visible {
  outline: none;
  box-shadow: none;
}

.product_customize_wrapper .quantity.product_flaviour input.esb_quantity__input {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #050505;
  background: #f3f4f6 !important;
}

.product_customize_wrapper .quantity.product_flaviour button.esb_quantity__button.no-js-hidden.left_btn.disabled {
  background: #eaeaea !important;
  opacity: 1;
}

.product_customize_wrapper.quantity.product_flaviour button.esb_quantity__button.left_btn.disabled {
  background: #eaeaea !important;
  opacity: 1;
}

.product_customize_wrapper .quantity.product_flaviour button.esb_quantity__button.no-js-hidden.left_btn.disabled {
  background: #eaeaea !important;
  opacity: 1;
}

.product_customize_wrapper.quantity.product_flaviour button.esb_quantity__button.left_btn.disabled {
  background: #eaeaea !important;
  opacity: 1;
}


.product_customize_wrapper .quantity.product_flavour .esb_quantity__button:disabled {
  cursor: not-allowed;
  background-color: #d6d6d6 !important;
  color: #a1a1a1 !important;
}

.product_customize_wrapper .quantity.product_flavour .esb_quantity__button:disabled:hover {
  background-color: #b0b0b0 !important;
  color: #a1a1a1 !important;
}

.product_customize_wrapper .quantity.product_flavour .esb_quantity__button:disabled .icon {
  fill: #a1a1a1 !important;
}

.product_customize_wrapper .quantity.product_flavour .esb_quantity__button:disabled:hover .icon {
  fill: #a1a1a1;
}

.product_customize_wrapper .progress-bar__wrapper {
  position: relative;
  margin-bottom: 20px;
}

.product_customize_wrapper .progress-bar__value {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_customize_wrapper .progress-bar__wrapper span.maximum_value {
  position: absolute;
  right: 0;
  top: -12px;
  background: #ebebeb;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #050505;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.product_customize_wrapper label.progress-bar__value {
  background: #303030;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #f6f6f7;
  font-family: Inter;
  font-size: 14px;
  font-weight: 650;
  justify-content: center;
}

.product_customize_wrapper progress {
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background-color: #ebebeb;
  transition: width 0.3s ease;
}

.product_customize_wrapper progress[value]::-webkit-progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background-color: #ebebeb;
  transition: width 0.3s ease;
}

.product_customize_wrapper progress[value]::-webkit-progress-value {
  width: 0;
  border-radius: 50px;
  background-color: #303030;
  transition: width 0.3s ease;
}

.product_customize_wrapper .checkout_products h5 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 650;
  line-height: 16.94px;
  text-align: left;
  color: #303030;
  margin: 0;
  margin-bottom: 0;
}

.product_customize_wrapper .checkout_products .checkout_product_inner {
  display: grid;
  grid-template-columns: 20% 50% 26%;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}

.product_customize_wrapper .checkout_product_image {
  width: 72px;
  height: 72px;
  border-radius: 3px;
}

.product_customize_wrapper .checkout_product_inner .checkout_product_details h6 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 550;
  line-height: 20px;
  text-align: left;
  color: #303030;
  margin: 0;
}

.product_customize_wrapper .checkout_product_inner .checkout_product_details a.remove_btn {
  font-family: Inter;
  font-size: 12px;
  font-weight: 450;
  line-height: 16px;
  text-align: left;
  color: #616161;
}

.product_customize_wrapper .product_checkout_wrapper {
  border: 1px solid #ebebeb;
  width: 450px;
  padding: 20px;
  border-radius: 20px;
  position: sticky;
  top: 0;
  height: max-content;
}

.product_customize_wrapper .checkout_product_img {
  border-radius: 5px;
}

/* .checkout_product_column {
  background: #f6f6f7;
  padding: 20px;
  max-height: 329px;
  border-radius: 10px;
  margin-bottom: 20px;
} */
.product_customize_wrapper .step-wrapper {
  background: #f6f6f7;
  padding: 20px;
  /* max-height: 329px; */
  border-radius: 10px;
  margin-bottom: 20px;
}

.product_customize_wrapper .checkout_products #cart-items .step-wrapper h2 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 650;
  line-height: 16.94px;
  text-align: left;
  color: #303030;
  margin: 20px 0;
}

.product_customize_wrapper .checkout_product_inner {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}

.product_customize_wrapper .checkout_product_inner:last-child {
  border: none;
}

.product_customize_wrapper .checkout_btn_wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product_customize_wrapper button.checkout_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #28282a;
  color: #fff;
  height: 37px;
  border-radius: 20px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  border: none;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.product_customize_wrapper .checkoutbottom_text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 20px;
}

.product_customize_wrapper .checkoutbottom_text p {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #303030;
  margin: 0;
}

.product_customize_wrapper .free_shipping_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.product_customize_wrapper .money_back_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
}

.product_customize_wrapper a.load_more_btn {
  text-align: center;
  width: 100%;
  display: block;
  color: #303030;
  font-family: Inter;
  font-size: 12px;
  font-weight: 550;
  line-height: 16px;
  margin: 20px 0;
}

.product_customize_wrapper .checkout_product_main_wrapper {
  max-height: 60vh;
  overflow-y: scroll;
  padding-right: 10px;
}

.product_customize_wrapper .product_customize_wrapper ::-webkit-scrollbar {
  width: 5px;
}

.product_customize_wrapper .product_customize_wrapper ::-webkit-scrollbar-track {
  border-radius: 5px;
}

.product_customize_wrapper .product_customize_wrapper ::-webkit-scrollbar-thumb {
  background: #8d9399;
  border-radius: 5px;
}

@media only screen and (max-width: 1300px) {

  /* .icon_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } */
  .product_customize_wrapper .icons.active_clr:after,
  .product_customize_wrapper .icons.default_clr:after {
    display: none;
  }

  .product_customize_wrapper .icon_wrapper .icon_and_text {
    position: relative;
    margin-bottom: 10px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts {
    gap: 10px;
  }

  .product_customize_wrapper .prodict_listing_wrapper {
    grid-template-columns: 64% 35%;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1280px) {
  /* .container {
    padding: 0 15px;
  } */

  .product_customize_wrapper div#main_ui_div_esb {
    padding: 0 15px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items {
    width: 100%;
    height: auto;
  }

  .product_customize_wrapper .flaviour_pooducts .items img.product_img {

    height: 180px;
    max-height: 180px;
    object-fit: contain;
  }

  .product_customize_wrapper .items_details img {
    margin-top: 20px;
  }

  .product_customize_wrapper .product_checkout_wrapper {
    width: 100%;
  }

  /* .checkout_products .checkout_product_inner {
    display: grid;
    grid-template-columns: 25% 40% 25%;
    align-items: center;
    gap: 4px;
  } */
  .product_customize_wrapper .checkout_product_image {
    width: 62px;
    height: 62px;
    border-radius: 3px;
  }

  .product_customize_wrapper .checkout_products .checkout_product_inner {
    display: grid;
    grid-template-columns: 25% 41% 39%;
    align-items: center;
    gap: 4px;
  }
}

@media only screen and (max-width: 990px) {
  .product_customize_wrapper .items_details img {
    margin-top: 15px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .flaviour_heading {
    grid-template-columns: 100%;
    justify-content: center;
  }

  .product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text {
    justify-content: flex-start;
    align-items: center;
  }

  /* .icon_wrapper {
    display: grid;
    grid-template-columns: 100%;
  } */
  .product_customize_wrapper .icons.active_clr:after,
  .product_customize_wrapper .icons.default_clr:after {
    display: none;
  }

  .product_customize_wrapper .prodict_listing_wrapper {
    display: grid;
    grid-template-columns: 100%;
    row-gap: 20px;
    column-gap: 0;
    margin-top: 20px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
  }

  .product_customize_wrapper .product_checkout_wrapper {
    border: 1px solid #ebebeb;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    position: unset;
  }

  .product_customize_wrapper .container {
    padding: 0 15px;
  }

  .product_customize_wrapper .flaviour_pooducts .items img.product_img {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    object-fit: contain;
    height: 160px;
    max-height: 160px;
  }

  .product_customize_wrapper .progress-bar__value {
    left: 50%;
  }
}

@media only screen and (max-width: 750px) {
  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items {

    min-height: 315px;

  }

  .product_customize_wrapper .flaviour_heading .filter_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text span {
    font-size: 18px;
    font-weight: 600;
    line-height: 2px;
    color: #303030;
    text-transform: capitalize;
    margin: 0px;
    padding: 0;
    font-family: 'Inter';
    display: block;
    text-align: center;
  }

  .product_customize_wrapper .icon_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .product_customize_wrapper .checkout_product_quantity {
    margin-top: 9px;
  }

  .product_customize_wrapper .cart_min_max_div {
    display: flex;
    flex-direction: column;
  }

  .product_customize_wrapper .checkout_product_image img {
    width: 100%;
    object-fit: contain;
    height: 100%;
  }

  .product_customize_wrapper .step-wrapper {
    max-height: 100%;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .product_customize_wrapper .header_wrapper h2 {
    font-size: 17px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .heading_text h1 {
    font-size: 17px;
    text-align: center;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items_details h6 {
    font-weight: 600;
    font-size: 10px;
    line-height: 10.73px;
    height: 16px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items_details p {
    font-size: 9px;
  }

  .product_customize_wrapper .prodict_listing_wrapper .product_flaviour_wrapper .flaviour_pooducts .items {

    min-height: 315px;

  }

  .product_customize_wrapper .flaviour_heading .filter_text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .product_customize_wrapper .icon_wrapper p {
    font-size: 12px;
    margin-top: 15px;
  }

  .product_customize_wrapper .quantity.product_flaviour {
    max-width: 97px;
  }

  .product_customize_wrapper .checkout_products h5 {
    font-size: 11px;
    text-align: center;
  }

  .product_customize_wrapper .checkout_product_inner .checkout_product_details h6 {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }

  .product_customize_wrapper .checkout_product_inner .checkout_product_details a.remove_btn {
    font-size: 12px;
  }

  .product_customize_wrapper .checkout_products .checkout_product_inner {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .product_customize_wrapper .checkout_product_column {
    max-height: 100%;
  }

  .product_customize_wrapper .checkout_product_image {
    width: 100%;
    height: auto;
    text-align: center;
  }

  .product_customize_wrapper .checkout_product_details {
    text-align: center;
  }

  .product_customize_wrapper .checkoutbottom_text p {
    font-size: 9px;
  }

  .product_customize_wrapper button.checkout_btn {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=/cdn/shop/t/5/assets/custom.css.map?v=107622601704436773741721826871 */
.product_customize_wrapper .add_button_wrapper .quantity {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 97px;
}

.product_customize_wrapper .add_button_wrapper .esb_quantity__button {
  cursor: pointer;
  background: #eaeaea !important;
}

.product_customize_wrapper .add_button_wrapper .esb_quantity__input {
  width: 40px;
  text-align: center;
  background: #f3f4f6 !important;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__buttonn.no-js-hidden {
  width: 32.33px;
  height: 33px;
  background: #eaeaea;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__button {
  width: 32.33px;
  height: 33px;
  background: #eaeaea;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: top;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__buttonn.no-js-hidden.left_btn {
  border-radius: 5px 0 0 5px;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__button.left_btn {
  border-radius: 5px 0 0 5px;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__buttonn.no-js-hidden.right_btn {
  border-radius: 0 5px 5px 0;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__button.right_btn {
  border-radius: 0 5px 5px 0;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__buttonn.no-js-hidden.disabled {
  background: #eaeaea !important;
  opacity: 1;
}

.product_customize_wrapper .add_button_wrapper button.esb_quantity__button.disabled {
  background: #eaeaea !important;
  opacity: 1;
}

.product_customize_wrapper .quantity.product_flavour button.esb_quantity__button {
  background: #eaeaea;
  opacity: 1;
}

.product_customize_wrapper .esb_quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

/*site bar quantity button css start*/

.product_customize_wrapper .checkout_product_inner .quantity {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 97px;
}

.product_customize_wrapper .checkout_product_inner button.quantity__button.left_btn {
  width: 33px;
  height: 33px;
  background: #eaeaea;
  border-radius: 8px 0 0 8px;
}

.product_customize_wrapper .checkout_product_inner button.quantity__button.right_btn {
  width: 33px;
  height: 33px;
  background: #eaeaea;
  border-radius: 0px 8px 8px 0px;
}

/*site bar quantity button css end*/
.product_customize_wrapper .quantity.product_flavour input.esb_quantity__input {
  height: 33px;
  width: 32.33px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  color: #303030;
}

.product_customize_wrapper .quantity.product_flaviour .esb_quantity__button {
  background: #eaeaea;
}

.product_customize_wrapper .checkout_product_image img {
  width: 100%;
  object-fit: contain;
  height: 100%;

}

/* .completed {
  background-color: #134a13;
  border: 2px solid #134a13;
  border-radius: 23px;
} */
/* cart progress bar css */

.product_customize_wrapper .progress-bar__wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.product_customize_wrapper progress {

  appearance: none;
  overflow: hidden;
}

.product_customize_wrapper progress::-webkit-progress-bar {
  background-color: #e0e0e0;
}

.product_customize_wrapper progress::-webkit-progress-value {
  background-color: lightblue;
  transition: width 0.5s ease-in-out, background-color 0.5s;
}

.product_customize_wrapper progress.max-reached::-webkit-progress-value {
  background-color: green;
}

.product_customize_wrapper .progress-bar__value {
  position: absolute;
  top: -12px;
  transform: translateX(-50%);
  transition: left 0.5s ease-in-out;
  background-color: white;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 14px;
  z-index: 2;
}

/* .maximum_value {
  margin-left: 8px;
  padding-left: 10px;
} */

/* ----------------------------------- */
.product_customize_wrapper button.nxt_btn {
  width: 100%;
  background: #dd7e11;
  color: #fff;
  height: 37px;
  border-radius: 20px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  border: none;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
}

.product_customize_wrapper button.disabled_step_btn {
  width: 100%;
  background: #caa1728a;
  color: #fff;
  height: 37px;
  border-radius: 20px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  border: none;
  letter-spacing: 0.1em;
  text-align: center;
  /* cursor: pointer;  */
}


.product_customize_wrapper button.disabled_step_btn:hover {
  cursor: not-allowed;
}


.product_customize_wrapper button.esb_quantity__button.no-js-hidden.right_btn.disabled {
  cursor: not-allowed;
}

.product_customize_wrapper .cart_min_max_div {
  display: flex;
  flex-direction: row;

}

.product_customize_wrapper .cart_min_max_head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.product_customize_wrapper .calc_price_check {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #a7a7a7;
  margin-bottom: 10px;
  width: 100%;
}

.product_customize_wrapper .esb_subt_div_price,
.product_customize_wrapper .esb_off_discount_div_price,
.product_customize_wrapper .esb_total_div_price {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.product_customize_wrapper .esb_subt_div_price p,
.product_customize_wrapper .esb_off_discount_div_price p,
.product_customize_wrapper .esb_total_div_price p {
  display: flex;
  font-weight: 600;
  margin: 0;
  padding: 0;

}

/* add to cart */
.product_customize_wrapper .item_added_to_cart_div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  border: 1px solid #58fa00;
  border-radius: 5px;
  margin-top: 10px;
}

.product_customize_wrapper .esb_success_msg_div {
  display: flex;
  justify-content: space-between;
}

.product_customize_wrapper .esb_success_msg_div p {
  font-size: 1em;
}

.product_customize_wrapper .checkut-button-loader {
  display: block;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid black;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 800s linear infinite;
  animation: spin 800ms linear infinite;

}

.product_customize_wrapper .esb-fixed-bundle-loader {
  display: none;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid black;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 800s linear infinite;
  animation: spin 800ms linear infinite;

}

.product_customize_wrapper .esb-fixed-bundle-loader.active {
  display: block;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid black;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 800s linear infinite;
  animation: spin 800ms linear infinite;

}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* 
.bundle_variant_details_div {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.mt_image_div {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;

}

.bundle_variant_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bundle_variant_details h5 {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.bundle_variant_details h6 {
  font-size: .9em;
  font-weight: 500;
  padding: 0;
  margin: 0;
} */

.product_customize_wrapper .esb_bundle_variant_section {
  display: flex;
  flex: 1;
  /* border: 1px solid rgb(205, 205, 205); */
  border-radius: 10px;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
  /* background: #d3d3d31a; */
  max-width: 1340px;
  margin: 10px auto;
}

.product_customize_wrapper .esb_heading_div h2 {
  font-size: 1.5em;
  text-align: left;
  padding: 0;
  margin: 0;
  color: rgb(114, 114, 114);
}

.product_customize_wrapper .item_added_to_cart_div1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  border-radius: 10px;

}

.product_customize_wrapper .esb_success_msg_div {
  display: flex;
  align-items: center;
  gap: 10px
}

.product_customize_wrapper .esb_success_msg_div p {
  font-size: 1em;
}

.product_customize_wrapper .bundle_variant_details_div {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.product_customize_wrapper .mt_image_div {
  border: 1px solid #dddddd;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;

}

.product_customize_wrapper .bundle_variant_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}

.product_customize_wrapper .bundle_variant_details h5 {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: rgb(18, 18, 18);
}

.product_customize_wrapper .bundle_variant_details h6 {
  font-size: .8em;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #121212;
}

.product_customize_wrapper .esb_details_tables {
  /* border: 1px solid rgb(205, 205, 205); */
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  width: 65%;
  background-color: white;
  border-radius: 10px;

}


.product_customize_wrapper .esb_step_name_div h3 {
  margin: 0;
  padding: 0;
}

.product_customize_wrapper .esb_step_product_details {
  display: flex;
  border-radius: 5px;
  gap: 10px;
}

.product_customize_wrapper .esb_step_product_details img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #ddddddbf;
  background: #ddddddbf;
  padding: 1px;
}

.product_customize_wrapper .esb_step_name_div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product_customize_wrapper .esb_step_product_details p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #121212;
}

.product_customize_wrapper .esb_step_products_details_list {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.product_customize_wrapper .pro_esb_table {
  display: flex;
  flex-direction: row;
  gap: 15px;
  background: white;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
}

.product_customize_wrapper .esb_data_calc_price_GT {
  /* border: 1px solid rgb(205, 205, 205); */
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  width: 35%;
  flex: 1;
  border-radius: 10px;
  background-color: white;
}

.product_customize_wrapper .esb_right_side_div_view {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.product_customize_wrapper .esb_right_side_div_view p {
  margin: 0;
  color: #121212;
}

.product_customize_wrapper .cart_hr_line {
  padding: 0;
  margin: 0;
}

.product_customize_wrapper .view_cart_btn_style {
  border: 1px solid black;
  background: black;
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  border-radius: 10px;

}

.product_customize_wrapper .view_cart_btn_style2 {
  border: 1px solid black;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  border-radius: 10px;
}

.product_customize_wrapper .pro_list_main_div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #CCCCCC;
  padding: 7px;
  border-radius: 10px;
  background: #F6F6F7;
}

.product_customize_wrapper button.disabled_step_btn:hover {
  cursor: not-allowed;
}

.product_customize_wrapper .disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.product_customize_wrapper .selling_plan_by_esb_select {
  padding: 10px;
  border: 1px solid;
  outline: none;
}

.product_customize_wrapper .purchase_type_options {
  display: flex;
  width: 100%;
  flex: 1;
  gap: 5px;
}

.product_customize_wrapper .type_option_view {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  outline: none;
}

.product_customize_wrapper .type_option_view label {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-body-family);
}

.product_customize_wrapper .type_option_view input {
  cursor: pointer;
}

.product_customize_wrapper .esb_widget_bundle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product_customize_wrapper .text-area {
  padding: 5px;
}

/* pushpa */
/* / Container for all bundles / */
.product_customize_wrapper .bundles-container {
  position: relative;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
}

.product_customize_wrapper .esb-fixed-bundle-product-list-view.inactive {
  width: 100%;
  display: none;
  flex-wrap: wrap;
  gap: 10px;
}

.product_customize_wrapper .esb-fixed-bundle-product-list-view {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product_customize_wrapper .esb-fixed-bundle-loading-view {
  width: 100%;
  display: flex;
  flex: 1;
  justify-content: center;
  height: 100px;
  align-items: center;
}

/* / Individual bundle styling / */
.product_customize_wrapper .Fixed_bundle {
  width: 100%;
  max-width: calc(33.33% - 10px);
}
.product_customize_wrapper .pro_list_main_div p.esb_step_product_price_details{
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
  color: #121212 ;
}
/* / Product image styling / */
.product_customize_wrapper .product_img_fixed {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #eee;
}

/* / Details section styling / */
.product_customize_wrapper .items_details {
  padding: 16px;
  text-align: center;
}

/* / Heading styling / */
.product_customize_wrapper .items_details h6 {
  margin: 0;
  font-size: 12px;
  color: #333;
  line-height: normal;
}

.product_customize_wrapper .Fixed_bundle img.product_img_fixed {
  max-width: 236px;
  max-height: 230px;
  height: 130px;
  object-fit: contain;
}

@media (max-width: 1200px) {
  .product_customize_wrapper .Fixed_bundle {
    width: calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }

  .product_customize_wrapper .Fixed_bundle img.product_img_fixed {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 768px) {
  .product_customize_wrapper .Fixed_bundle {
    width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }

  .product_customize_wrapper .Fixed_bundle img.product_img_fixed {
    max-width: 100%;
    max-height: 100%;
    height: 230px;
  }

  .product_customize_wrapper .pro_esb_table {
    flex-direction: column;
  }

  .product_customize_wrapper .esb_details_tables {
    width: 100%;
  }

  .product_customize_wrapper .esb_data_calc_price_GT {
    width: 100%;
  }

  .product_customize_wrapper .esb_step_product_details img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #ddddddbf;
    background: #ddddddbf;
    padding: 1px;
  }

  .product_customize_wrapper .esb_step_product_details p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #121212;
  }

  .product_customize_wrapper .esb_step_product_details {
    gap: 5px;
  }


.pro_list_main_div>p.esb_step_product_price_details{
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
  color: #121212 ;
}

  .product_customize_wrapper .esb_step_product_price_details p {
    font-size: 12px;
    margin: 0 !important;
    padding: 0 !important;
    color: #121212;
  }

  .product_customize_wrapper .esb_step_product_details span {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .product_customize_wrapper .Fixed_bundle {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
  }

  .product_customize_wrapper .Fixed_bundle img.product_img_fixed {
    max-width: 100%;
    max-height: 100%;
    height: 300px;
  }

  .product_customize_wrapper .pro_esb_table {
    flex-direction: column;
  }

  .product_customize_wrapper .esb_details_tables {
    width: 100%;
  }

  .product_customize_wrapper .esb_data_calc_price_GT {
    width: 100%;
  }

  .product_customize_wrapper .esb_step_product_details img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid #ddddddbf;
    background: #ddddddbf;
    padding: 1px;
  }

  .product_customize_wrapper .esb_step_product_details p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #121212;
  }

  .product_customize_wrapper .esb_step_product_details {
    gap: 5px;
  }

  .product_customize_wrapper .esb_step_product_price_details {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    color: #121212
  }

  .product_customize_wrapper .esb_step_product_details span {
    font-size: 12px;
  }
}


.product_customize_wrapper .add_button.disabl_addbutton {
  cursor: not-allowed;
  opacity: 0.5;
}

.product_customize_wrapper button.esb_quantity__button.no-js-hidden.right_btn.disabl_addbutton {
  cursor: not-allowed;

}

.product_customize_wrapper button.esb_quantity__button.right_btn.disabl_addbutton {
  cursor: not-allowed;

}

.product_customize_wrapper button.esb_quantity__button.right_btn.disabl_addbutton {
  cursor: not-allowed;
  opacity: 0.5;
}

.product_customize_wrapper button.esb_quantity__button.left_btn.disabled {
  cursor: pointer;
  opacity: 1;
}


.product_customize_wrapper .cartAddmessage {
  display: none;
  justify-content: center;
}

.product_customize_wrapper .zero_confilt {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.product_customize_wrapper .inactive_progess_bar {
  cursor: not-allowed;
}

.product_customize_wrapper .esb_fixed_subscription_widget {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.product_customize_wrapper .esb_selling_plan_ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* label.progress-bar__value {
  left: calc(0% + 5px)!important;
} */
.product_customize_wrapper .product_img_bundle {
  width: 40px;
  height: 40px
}

/* / --------------for diff theme------------------- // */

.product_customize_wrapper section.product_customize_wrapper {
  background-color: white;
  padding: 5px;
}

.product_customize_wrapper .flaviour_heading .filter_text {
  color: #000;
  font-weight: bolder;
  font-size: large;
  font-family: sans-serif;
}

.product_customize_wrapper .flaviour_heading .filter_text span {
  color: #000;
}

.product_customize_wrapper .price_tag_esb_bundle_variant {
  padding: 0;
  margin: 0;
  color: #000;
}

.product_customize_wrapper .checkout_product_main_wrapper::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #aaa;
}

.product_customize_wrapper .checkout_product_main_wrapper::-webkit-scrollbar-thumb {
  background: #dddddd;
}

.product_customize_wrapper span.visually-hidden {
  display: none;
}

.product_customize_wrapper .prodict_listing_wrapper .flaviour_heading .filter_text span {
  font-size: 18px;
  font-weight: 600;
  line-height: 2px;
  color: #303030;
  text-transform: capitalize;
  margin: 0px;
  padding: 0;
  font-family: 'Inter';
  display: block;
}

.product_customize_wrapper .esb_step_decription {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter';
  margin: 0;
  padding: 10px 0px;
}

.product_customize_wrapper .cart__footer cart-note.cart__note {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product_customize_wrapper .cart__footer cart-note.cart__note textarea {
  width: 100%;
  margin-top: 10px;
  outline: none;
  border: none;
  background: #FAFAFA;
  border-radius: 10px;
  box-shadow: none;
  padding: 10px;
  min-height: 10rem;
  max-height: 30rem;

}

.product_customize_wrapper .cart__footer .cart__note .text-area textarea:focus {
  box-shadow: none;
  border: none;
  outline: none;

}


/* bundle subscription purchase options view */
/* thrid style */
.esb_bundle_subscription3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.esbs_po_heading3 {
  color: #303030;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  margin: 0;

}

.esbs_purchase_option_view3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.esbs_one_time_po_div3 {
  width: 50%;
  border: 1.5px solid transparent;
  padding: 12px 0px 0px 0px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  flex: 1;

}


.esbs_onlysubs_po_div3 {
  width: 50%;
  border: 1.5px solid transparent;
  padding: 12px 0px 0px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  gap: 5px;
  cursor: pointer;

}

.activesell3 {
  border: 1.5px solid #303030;
}


.esbs_discount_off3 {
  border-radius: 20px;
  position: absolute;
  font-size: 11px;
  color: white;
  background-color: #303030;
  padding: 1px 6px;
  margin: 0;
  top: -12px;

}

.esbs_one_time_po_title3,
.esbs_onlysubs_po_title3 {
  padding: 0;
  margin: 0;
  color: #303030;
}

.esbs_selling_plan_div3 {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.esbs_selling_plans_heading3 {
  padding: 0;
  margin: 0;
  color: #303030;

}

.esbs_selling_plan_list3 {
  padding: 5px 10px;
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid darkgray;
  border-radius: 10px;
  gap: 5px;
}

.esbs_selling_plan_list3 li {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.esbs_frequency_single_option3 {
  display: flex;
  gap: 8px;
  align-items: center;
}

.esbs_delivery_value3 {
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #303030;
  border-radius: 9999px;
  cursor: pointer;
  margin: 0 !important;
}

.esbs_delivery_value3:checked {
  border: none;
  width: 18px;
  height: 18px;
  background-color: #303030;
}

.esbs_delivery_value3:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 9999px;
  background-color: #FFFFFF;
}

.product_customize_wrapper .cart__footer {
  border: 1px solid darkgray;
  border-radius: 10px;
  padding: 10px;
}

.esbs_plan_name_label3 {
  display: flex;
  flex: 1;
  cursor: pointer;
}

.esbs_plan_name_label_div3 {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.esbs_plan_name_label_div3 p {
  padding: 0;
  margin: 0;
  color: #303030;
}

/* bundle sixth second UI */
/* bundle subscription purchase options view */

.esb_bundle_subscription6 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.esbs_po_heading6 {
  color: #303030;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  margin: 0;

}

.esbs_purchase_option_view6 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.esbs_one_time_po_div6 {
  /* width: 50%; */
  border: 1.5px solid transparent;
  padding: 12px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex: 1;
  cursor: pointer;

}


.esbs_onlysubs_po_div6 {
  /* width: 50%; */
  border: 1.5px solid transparent;
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  gap: 5px;
  flex: 1;
  cursor: pointer;

}

.activesell6 {
  border: 1.5px solid #303030;
}


.esbs_discount_off6 {
  display: none;
  border-radius: 20px;
  font-size: 11px;
  color: white;
  background-color: #303030;
  padding: 5px 10px;
  margin: 0;
  line-height: 1rem;

}

.esbs_one_time_po_title6,
.esbs_onlysubs_po_title6 {
  padding: 0;
  margin: 0;
  color: #303030;
}

.esbs_selling_plan_div6 {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.esbs_selling_plans_heading6 {
  padding: 0;
  margin: 0;
  color: #303030;

}

.esbs_selling_plan_list6 {
  list-style: none;
  margin: 0;
  border-radius: 10px;
  gap: 10px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.li_active_bg_esbs {
  list-style: none;
  /* padding: 10px; */
  margin: 0;
  cursor: pointer;
  border: 1px solid #303030;
  background: #303030;
  color: white;
}

.li_active_bg_esbs .esbs_plan_name_label6 p {
  margin: 0;
  color: white;
}

.li_unactive_bg_esbs {
  list-style: none;
  /* padding: 10px; */
  margin: 0;
  cursor: pointer;
  border: 1px solid #303030;
  color: #303030;
  background: white;
}

.li_unactive_bg_esbs .esbs_plan_name_label6 p {
  margin: 0;
  color: #303030;
}


.esbs_frequency_single_option6 {
  display: flex;
  gap: 8px;
  align-items: center;
}

.esbs_delivery_value6 {
  display: none;
  visibility: hidden;
}


.esbs_plan_name_label6 {
  display: flex;
  flex: 1;
  cursor: pointer;
  padding: 10px;
}

.esbs_plan_name_label_div6 {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column-reverse;
  gap: 10px;
}

.esbs_plan_name_label_div6 p {
  padding: 0;
  margin: 0;
  line-height: 1em;
}

.esbs_discounted_price_p6 {
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width:770px) {

  .esbs_selling_plan_list6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width:550px) {

  .esbs_selling_plan_list6 {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* second style */
/* bundle subscription purchase options view */

.esb_bundle_subscription2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.esbs_po_heading2 {
  color: #303030;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  margin: 0;

}

.esbs_purchase_option_view2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.esbs_one_time_po_div2 {
  /* width: 50%; */
  border: 1.5px solid transparent;
  padding: 12px;
  border-radius: 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex: 1;
  cursor: pointer;

}


.esbs_onlysubs_po_div2 {
  /* width: 50%; */
  border: 1.5px solid transparent;
  padding: 12px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  gap: 5px;
  flex: 1;
  cursor: pointer;

}

.activesell2 {
  border: 1.5px solid #303030;
}


.esbs_discount_off2 {
  border-radius: 20px;
  font-size: 11px;
  color: white;
  background-color: #303030;
  padding: 5px 10px;
  margin: 0;
  top: -12px;
  line-height: 1rem;

}

.esbs_one_time_po_title2,
.esbs_onlysubs_po_title2 {
  padding: 0;
  margin: 0;
  color: #303030;
}

.esbs_selling_plan_div2 {
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.esbs_selling_plans_heading2 {
  padding: 0;
  margin: 0;
  color: #303030;

}

.esbs_selling_plan_list2 {
  margin: 0;
  border-radius: 10px;
  gap: 10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;


}


.esbs_selling_plan_list2 .selected {
  width: calc(100% / 2 - 20px);
  padding: 10px;
  flex: 1;
  margin: 0;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #303030;
}

.esbs_selling_plan_list2 .not_selected {
  width: calc(100% / 2 - 20px);
  padding: 10px;
  flex: 1;
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
}


.esbs_frequency_single_option2 {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product_customize_wrapper .esbs_delivery_value2 {
  display: none;
  appearance: none;
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #303030;
  border-radius: 9999px;
  cursor: pointer;
  margin: 0 !important;
}

.product_customize_wrapper .esbs_delivery_value2:checked {
  display: none;
  border: none;
  width: 18px;
  height: 18px;
  background-color: #303030;
}

.product_customize_wrapper .esbs_delivery_value2:checked::after {
  display: none;
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 9999px;
  background-color: #FFFFFF;
}

.product_customize_wrapper .cart__footer {
  border: 1px solid darkgray;
  border-radius: 10px;
  padding: 10px;
}

.esbs_plan_name_label2 {
  display: flex;
  flex: 1;
  cursor: pointer;
}

.esbs_plan_name_label_div2 {
  display: flex;
  flex: 1;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

.esbs_plan_name_label_div2 p {
  padding: 0;
  margin: 0;
  color: #303030;
  line-height: 1em;

}

.esbs_selling_plan_div2 .time_period_line_plan {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.esbs_selling_plan_div2 .price_with_sell_plan_time_line {
  font-size: 14px;
  text-align: center;
}

.esbs_discounted_price_p2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;

}

.product_customize_wrapper #one_time_purchase {
  display: none !important;
  visibility: hidden !important;
}

.product_customize_wrapper #subscription_purchase {
  display: none !important;
  visibility: hidden !important;
}

/* scroll product view */

.product_customize_wrapper .product_flaviour_wrapper {
  overflow-y: auto;
  max-height: 100vh;
  padding: 30px 0px;
  overflow-x: hidden;

}

.product_customize_wrapper .product_flaviour_wrapper::-webkit-scrollbar {
  width: 5px;
  display: none;
}

.product_customize_wrapper .product_flaviour_wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
}

.product_customize_wrapper .product_flaviour_wrapper::-webkit-scrollbar-thumb {
  background: #8d9399;
  border-radius: 5px;
}


/* for tooltip css */
/* Container for the element with the tooltip */
.product_customize_wrapper .esb_tooltip {
  /* position: relative; */
  display: inline-block;
  /* width: 100%;     */
}

.product_customize_wrapper .esb_tooltip .esb_tooltip-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  cursor: pointer;
}

.product_customize_wrapper .esb_tooltip .esb_tooltip-title .esb_tooltip-title-text {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
}

/* Tooltip text */
.product_customize_wrapper .esb_tooltip .esb_tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #303030;
  text-align: start;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999999;
  opacity: 0;
  transition: opacity 0.3s;
}

.product_customize_wrapper .esb_tooltip .esb_tooltiptext p {
  padding: 12px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
}

/* Tooltip arrow */
.product_customize_wrapper .esb_tooltip .esb_tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  /* Positioning the arrow on top */
  left: 3%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

/* Show the tooltip text when hovering over the container */
.product_customize_wrapper .esb_tooltip:hover .esb_tooltiptext {
  visibility: visible;
  opacity: 1;
}


.product_customize_wrapper .esb_tooltiptext .esb_easy-powerby {
  width: 100%;
  display: flex;
  background: #cbc0c0;
  padding: 0px 12px;
  text-align: right;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 5px 12px;
  color: #2D292A;
  font-size: 13px;
  border-radius: 0px 0px 5px 5px;
}

.product_customize_wrapper .esb_easy-powerby span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
}

.product_customize_wrapper .esb_easy-powerby span a {
  text-decoration: none;
  color: #2D292A;
}