.drawer__close {
  height: var(--sp-14);
  width: var(--sp-14);
}

.ingredients-section .price span {
  color: #959595;
  font-weight: 500;
}

.ingredients-section .ingredient-text {
  font-size: 14px;
  font-weight: 400;
}

/* us_cartlist css */
.mixlist-ingredients-row {
  gap: 50px;
}

.mixlist-ingredients-row h4 {
  font-weight: 400;
}

.drawer__scrollable {
  padding: 20px;
}

/* media query */
@media (max-width: 767px) {
  .ingredients-section .ingredient-text {
    font-size: 12px;
  }

  .mixlist-ingredients-row h4 {
    font-size: 12px;
  }

  .ingredients-section .price span {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .ingredients-section {
    display: flex;
    flex-direction: column;
  }

  .mixlist-ingredients-row {
    gap: 25px;
  }
}

/* cart-pk side bar css */

/* cart css */

.product-name-cart h3 {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  line-height: 28px;
}

.total-cart-product-price span {
  font-size: 20px;
  font-weight: 600;
  color: #151515;
  line-height: 28px;
}

.product-name-cart {
  max-width: 66%;
}

.total-cart-product-price {
  max-width: 34%;
}

.price-and-quantity {
  display: flex;
  align-items: center;
  gap: 17px;
  width: 40%;
}

.product-with-checkbox {
  width: 65%;
  gap: 10px;
}

input.set-cart-quantity-input {
  max-width: 43px;
  text-align: center;
  background: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
}

.main-quantity-box {
  background: #fbfbfb;
  border-radius: 16px;
}

.quantity-arrow-buttons {
  right: 7px;
}

.ing-porduct-image {
  width: 40px;
  height: 40px;
  aspect-ratio: 42 / 42;
}

.ing-porduct-image img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.image-min-w img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.text-sm.usd-max-width h4 {
  white-space: nowrap;
}

.single-cart-product-price span {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
}

.min-h-64 {
  min-height: 65px;
}

.cs-text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  max-width: 210px;
}

.cs-text-overflow {
  width: 100%;
  max-width: 210px;
}

.image-min-w {
  width: 40px;
}

@media (max-width: 480px) {
  .ingredient-price {
    font-size: 14px;
  }

  .ingredient-name {
    font-size: 12px;
    font-weight: 600;
  }

  .ingredient-qty {
    font-size: 10px;
  }

  .ingredient-product-info {
    gap: 10px;
  }

  .ingredient-item {
    padding: 14px;
  }

  .recipe-gallery {
    padding: 15px 15px;
  }

  .set-cart-image {
    margin-top: -100px;
    width: calc(100% - 80px);
    margin-left: auto;
    min-height: 80px;
    padding-left: 7px;
  }

  .product-name-cart h3 {
    font-size: 16px;
  }

  .total-cart-product-price span {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .ingredient-price {
    white-space: normal;
  }

  .product-with-checkbox {
    gap: 3px;
  }

  .text-sm.usd-max-width h4 {
    width: 33px;
  }

  .product-with-checkbox {
    gap: 6px;
  }
}

.delivery-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.delivery-options p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.delivery-options > span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

h2.add-sp-bt {
  padding-bottom: 5px;
}

.delivery-dark .delivery-title1 {
  color: #fff;
}

.delivery-light .delivery-title2 {
  color: #000 !important;
}

.delivery-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
}

.product-discription .delivery-options p {
  font-size: 12px;
  font-weight: 400;
}

.product-discription .delivery-options > span {
  font-size: 12px;
  font-weight: 400;
}

.product-port .delivery-options {
  gap: 20px;
}

/* cart you may also like css */

/* new cart page css */
h2.heading.you-may-like-text {
  font-size: 18px;
  font-weight: 500;
  color: #151515;
  line-height: 28px;
}

.cart-custom-slider .splide__arrows--ltr {
  bottom: calc(100% + 22px);
}

.cart-slide-image {
  max-width: 96px;
}

h4.cart-product-name {
  font-size: 16px;
  font-weight: 500;
  color: #151515;
  line-height: 20px;
}

.add-padding.set-max-width {
  max-width: 300px;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
}

.cart-custom-slider .splide__arrows .splide__arrow {
  width: 40px !important;
}

.add-new-bt-space {
  padding-bottom: 10px;
  margin-bottom: 17px;
  border-bottom: 1px solid #f2efef;
  width: calc(100% - 85px);
}

span.set-price-font {
  font-size: 16px;
}

.order-note-box {
  position: relative;
  z-index: 1;
}

.drawer-custom.modal__container {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.order-note-box.bottom-border {
  border-bottom: 1px solid #f2efef;
}

.top-gap-sp {
  margin-top: 24px;
}

.opacity-modal {
  transition: all 0.6s linear;
  will-change: trnansform;
  /* max-height: calc(100% - 426px) !important; */
  transform: translateY(100%) !important;
  /* overflow: hidden; */
}

/* @keyframes cart-ani {
  0% {
    overflow: unset !important;
    height: auto !important;
  }
  100% {
    overflow: hidden;
    height: 0;
  }
} */

.opacity-modal.modal-active {
  transform: translateY(0%) !important;
  /* transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1) !important; */
  transition: all 0.6s linear !important;
  max-height: calc(100% - 13px) !important;
}

.cart-slider-top-mg {
  padding-top: 40px;
}

@media (max-width: 1024px) {
  .cart-custom-slider .splide__arrows {
    display: flex;
  }

  .cart-custom-slider .splide__track {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .side-spacing {
    padding: 20px 0px 0px 0px !important;
  }

  .add-padding {
    padding: 0px 0px;
  }
}

.main-video button span.play-button {
  opacity: 0;
}

.main-video:hover button span.play-button {
  opacity: 1;
}

/* end */
