.myd-cart__checkout-coupon p {
  font-size: 14px;
  margin: 0;
}
#input-payment-change,
#label-payment-change {
  display: none;
  visibility: hidden;
}
.myd-cart__checkout-coupon {
  background: #f7fafc;
  border: 1px dashed #e2e8f0;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0;
  padding: 20px 15px;
}
input.myd-cart__checkout-input,
input.myd-product-popup__note,
select.myd-cart__checkout-input {
  border: 1px solid #bcbcbc !important;
  border-radius: 5px !important;
  margin: 5px 0 !important;
  width: 100% !important;
}
input.myd-cart__checkout-input,
input.myd-product-popup__note {
  padding: 0.5em 0.8em !important;
}
.myd-cart__checkout-label {
  width: 100%;
}
.myd-form-order__number--hide,
.myd-form-order__zipcode--hide {
  display: none !important;
}
.myd-cart__products-empty {
  align-items: center;
  display: none;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.myd-cart__products-empty svg {
  fill: #bbb;
  height: 180px;
  width: 180px;
}
.myd-cart__products-empty-desc {
  font-size: 16px;
  margin: 0;
}
.myd-cart__finished {
  display: none;
  flex-basis: 100%;
}
.myd-cart__finished-content {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
}
.myd-cart__finished-order-number {
  font-weight: 700;
  text-align: center;
}
.myd-cart__finished-message {
  border: 1px dashed;
  border-radius: 5px;
  padding: 10px;
}
.myd-cart__finished-message,
.myd-cart__finished-time {
  margin: 10px 0 0;
  text-align: center;
}
#finished-order-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.myd-cart__finished-track-order,
.myd-cart__finished-whatsapp {
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  margin: 20px 0 0;
}
.myd-cart__finished-whatsapp {
  background: #25d366;
}
.myd-cart__finished-whatsapp svg {
  margin: 0 5px 0 0;
}
.myd-cart__finished-track-order a,
.myd-cart__finished-whatsapp a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  padding: 10px;
}
.myd-cart__finished-track-order a:hover,
.myd-cart__finished-whatsapp a:hover {
  color: #fff;
}
.myd-cart__finished-content a {
  text-decoration: none !important;
}
.myd-cart__payment {
  display: none;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
#myd-cart-payment .myd-cart__title-inline {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
#myd-cart-payment .myd-cart__payment-amount-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}
#myd-cart-payment .myd-card__flex-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#myd-cart-payment #myd-cart-payment-total-label,
#myd-cart-payment #myd-cart-payment-total-value {
  font-weight: 700;
}
#myd-cart-payment .myd-hidden {
  display: none !important;
}
#label-payment-change {
  padding-block-start: 16px;
}
.myd-cart__payment-option-wrapper {
  align-items: center;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-block-start: 12px;
  max-height: 50px;
  padding: 16px;
  position: relative;
  transition: all 0.2s ease;
}
.myd-cart__payment-option-wrapper:hover {
  background: #ececec;
}
.myd-cart__payment-option-wrapper
  > input[type="radio"].myd-cart__payment-input-option {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.myd-cart__payment-option-wrapper > input,
.myd-cart__payment-option-wrapper > label,
summary {
  cursor: "pointer";
}
.myd-cart__payment-input-icon {
  display: none;
}
input[type="radio"].myd-cart__payment-input-option:checked
  ~ .myd-cart__payment-input-icon {
  display: block;
}
.myd-cart__payment-options-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.myd-cart__payment-options-container details {
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  padding: 12px;
}
.myd-cart__payment-options-container details[open] summary {
  margin-block-end: 12px;
}
.myd-cart__products {
  display: none;
  flex-basis: 100%;
  flex-direction: column;
  justify-content: flex-start;
}
.myd-cart__products-item {
  border-bottom: 1px dashed #dcdcdc;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.myd-cart__products-img {
  border-radius: 5px !important;
  flex-shrink: 0;
  height: 80px !important;
  object-fit: cover;
  width: 80px !important;
}
.myd-cart__products-img--empty {
  background: #ececec;
}
.myd-cart__products-content-wrap {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 0 0 15px;
}
.myd-cart__products-title {
  font-weight: 700;
}
.myd-cart__products-extra,
.myd-cart__products-price,
.myd-cart__products-title {
  flex-basis: 100%;
}
.myd-cart__products-action,
.myd-cart__products-extra,
.myd-cart__products-price {
  margin: 5px 0 0;
}
.myd-cart__products-action,
.myd-cart__products-extra {
  font-size: 14px;
}
.myd-cart__products-extra-item {
  border-left: 1px dashed #dcdcdc;
  padding: 0 0 0 10px;
}
.myd-cart__products-action {
  color: #ea1d2b;
  cursor: pointer;
  display: flex;
  flex-basis: 28px;
  flex-shrink: 0;
  justify-content: center;
}
.myd-cart__products-action svg,
.smyd-cart__products-action path {
  pointer-events: none;
}
.myd-cart {
  background: #fff;
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  max-width: 480px;
}
.myd-checkout {
  background: #000000d4;
  bottom: 0;
  display: none;
  justify-content: flex-end;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.myd-checkout--open,
.myd-float {
  display: flex;
}
.myd-float {
  align-items: center;
  border-radius: 100px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  justify-content: space-between;
  left: 50%;
  margin: 30px 0 0;
  min-height: 45px;
  padding: 10px 24px;
  position: fixed;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 350px;
  z-index: 999;
}
.myd-float:hover {
  opacity: 0.95;
}
.myd-float__button-subtotal,
.myd-float__title {
  align-items: center;
  display: flex;
  gap: 6px;
}
#myd-float__qty {
  color: #fff;
  display: flex;
}
#myd-float__qty-text {
  margin-inline-start: -3px;
}
#myd-float__qty,
#myd-float__qty-text {
  color: #fffffff5;
  font-size: 14px;
  font-weight: 500;
}
.myd-cart__nav {
  display: flex;
  flex-basis: 65px;
  flex-shrink: 0;
}
.myd-cart__coupons-obj,
.myd-cart__zipcode-obj {
  display: none;
  opacity: 0;
}
.myd-cart__nav-bag,
.myd-cart__nav-payment,
.myd-cart__nav-shipping {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-basis: 25%;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 10px 0;
}
.myd-cart__nav-back,
.myd-cart__nav-close {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-basis: 50px;
  justify-content: center;
}
.myd-cart__nav-close svg {
  fill: #fff;
}
.myd-cart__nav-shipping {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.myd-cart__nav-desc {
  color: #c3c3c3;
  font-size: 14px;
  line-height: 1.4;
}
.myd-cart__nav-bag svg,
.myd-cart__nav-payment svg,
.myd-cart__nav-shipping svg {
  fill: #c3c3c3;
}
.myd-cart__content {
  display: flex;
  flex-grow: 1;
  overflow: auto;
  padding: 15px;
}
.myd-cart__button {
  align-items: center;
  display: flex;
  flex-basis: 50px;
  flex-shrink: 0;
  justify-content: space-around;
  max-height: 50px;
}
.myd-cart__button:hover {
  opacity: 0.95;
}
.myd-cart__button-text {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
}
.myd-cart__button svg {
  margin-left: 10px;
}
.myd-cart-open {
  position: fixed;
}
.myd-cart__content--active {
  display: flex !important;
}
.myd-cart__checkout-option {
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-basis: 32%;
  flex-grow: 1;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  line-height: 1.4em;
  margin: 0 2px;
  padding: 10px 5px;
  position: relative;
  text-align: center;
}
.myd-cart__checkout-option--active {
  color: #fff;
}
.my-delivery-cart {
  background: #f9f9f9;
  border: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
  height: auto;
  max-height: 100vh;
  overflow: auto;
  position: sticky;
  top: 10px;
}
.my-delivery-cart h3,
.my-delivery-cart h4 {
  margin: 0;
}
.my-delivery-cart-title {
  align-items: center;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  padding: 15px;
  text-align: center;
}
.my-delivery-cart-title h3 {
  color: #fff;
}
.my-delivery-cart-items {
  border-bottom: 1px solid #eaeaea;
}
.my-delivery-cart-items,
.my-delivery-cart-totals {
  overflow: hidden;
  padding: 15px;
}
.myd-cart__checkout-customer,
.myd-cart__checkout-delivery,
.myd-cart__checkout-in-store {
  display: none;
}
.myd-cart__checkout-field-group--active {
  display: block;
}
.myd-cart__checkout-option-wrap {
  display: flex;
  justify-content: space-between;
}
.myd-cart__checkout {
  display: none;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
}
.myd-cart__checkout-title {
  border-bottom: 1px dashed #dcdcdc;
  flex-basis: 100%;
  font-weight: 700;
  margin: 0 0 10px;
  padding-block-end: 8px;
}
.myd-cart__checkout-coupon,
.myd-cart__checkout-customer,
.myd-cart__checkout-delivery,
.myd-cart__checkout-in-store,
.myd-cart__checkout-payment,
.myd-cart__checkout-type {
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .myd-cart {
    flex-grow: 1;
  }
  .myd-float {
    bottom: 10px;
    left: 10px;
    right: 10px;
    transform: unset;
    width: calc(100% - 20px);
  }
}
.fdm-lightbox-image {
  align-items: center;
  background: #000000bf;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3000000;
}
.fdm-lightbox-image svg {
  float: right;
  height: 18pt;
  width: 18pt;
}
.fdm-lightbox-image-link {
  align-items: center;
  display: flex;
  height: 80%;
  justify-content: center;
  max-height: 400px;
  max-width: 400px;
  width: 80%;
}
.fdm-lightbox-image-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 20px;
  width: 100%;
}
.my-delivery-wrap {
  font-family: inherit;
  margin: 0 auto;
  padding: 30px 0;
  touch-action: manipulation;
  width: 100%;
}
.myd-content {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .my-delivery-wrap {
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
  }
}
.myd-hide-element {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.myd-content-active {
  display: block;
  visibility: visible;
}
.myd-loader {
  aspect-ratio: 2;
  width: 48px;
  --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
  animation: l3 1s linear infinite;
  background: var(--_g) 0 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.33333% 50%;
}
@keyframes l3 {
  20% {
    background-position: 0 0, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0 100%, 50% 0, 100% 50%;
  }
  60% {
    background-position: 0 50%, 50% 100%, 100% 0;
  }
  80% {
    background-position: 0 50%, 50% 50%, 100% 100%;
  }
}
.myd-popup-notification {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 10px 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 999999999;
}
.myd-popup-notification__message {
  color: #fff;
  font-size: 16px;
}
.myd-content-filter {
  background: #fff;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-width: 100%;
  padding: 12px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.myd-content-filter__categories {
  align-items: center;
  display: flex;
  flex-basis: 70%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.myd-content-filter__categories::-webkit-scrollbar {
  display: none;
}
.myd-content-filter__search-icon {
  display: flex;
  flex-basis: auto;
}
.myd-content-filter__search-input {
  display: flex;
  flex-basis: 20%;
}
#myd-search-products {
  border: 0;
  margin: 0 !important;
}
#myd-search-products:focus {
  outline-width: 0;
}
.myd-content-filter__tag {
  border: 1px solid #ededed;
  border-radius: 30px;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 5px 0 0;
  padding: 2px 15px;
}
@media only screen and (max-width: 768px) {
  .myd-content-filter__categories {
    flex-basis: 85%;
  }
  .myd-content-filter__search-icon {
    flex-basis: 15%;
    justify-content: center;
  }
  .myd-content-filter__search-input {
    display: none;
    flex-basis: 100%;
    margin: 10px 0 0;
  }
  .myd-content-filter-show {
    display: block;
  }
}
.myd-product-popup__image-container {
  flex-shrink: 0;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.myd-product-popup__img {
  background: #ececec;
  cursor: pointer;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
}
.myd-product-popup-img,
.myd-product-popup-img img {
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
.fdm-popup-product-init {
  align-items: center;
  background: #000000d4;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.myd-product-popup__wrapper {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 25px -5px rgba(45, 62, 79, 0.3);
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 95%;
  max-width: 60%;
  overflow: hidden;
  position: fixed;
  width: 600px;
}
.myd-product-popup__wrapper > .fdm-popup-product-action,
.myd-product-popup__wrapper > .fdm-popup-product-content {
  padding-inline: 30px;
}
.myd-product-popup__wrapper > .fdm-popup-product-content {
  border-radius: 0 !important;
  overflow: auto;
  padding-block: 0 !important;
}
.fdm-popup-product-content-add-cart,
.fdm-popup-product-content-qty {
  width: 70%;
}
.fdm-popup-close-btn {
  align-items: center;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  left: 15px;
  position: absolute;
  top: 15px;
  transition: all 0.3s ease;
  width: 36px;
  z-index: 99999999;
}
.fdm-popup-close-btn:hover {
  opacity: 0.9;
}
.fdm-popup-product-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block-start: 12px;
}
.myd-product-popup__description,
.myd-product-popup__price,
.myd-product-popup__title {
  margin: 0 !important;
}
.myd-product-popup__title {
  font-size: 24px;
}
.myd-product-popup__description {
  font-size: 16px;
}
.myd-product-popup__price {
  color: #50a773;
  font-size: 16px;
  font-weight: 700;
}
.fdm-popup-product-action {
  background: #fff;
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-shrink: 0;
  justify-content: space-evenly;
  margin-block: 20px;
  padding-block-start: 15px;
}
.fdm-add-to-cart-popup {
  align-items: center;
  border-radius: 10px;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: center;
  min-width: 200px;
  padding: 8px 10px;
  text-align: center;
}
.fdm-add-to-cart-popup:hover {
  color: #fff !important;
}
.fdm-product-note {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 10px;
  width: 100%;
}
.fmd-item-qty {
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 40px !important;
}
input[type="number"].fmd-item-qty::-webkit-inner-spin-button,
input[type="number"].fmd-item-qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"].fmd-item-qty {
  -moz-appearance: textfield !important;
}
.fdm-popup-product-content-qty {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  width: 30%;
}
.fdm-click-minus,
.fdm-click-plus {
  align-items: center;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fdm-click-plus {
  border-radius: 0 5px 5px 0;
  margin-left: 5px;
}
.fdm-click-minus {
  border-radius: 5px 0 0 5px;
  margin-right: 5px;
}
.fdm-product-add-extras {
  margin-bottom: 20px;
}
.fdm-extra-option-title-text {
  background: #dcdcdc;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.fdm-extra-option-limit-text {
  font-size: 16px;
  font-weight: 600;
}
.fdm-extra-option-limit-desc,
.fdm-extra-option-required {
  font-size: 14px;
  font-weight: 400;
}
.fdm-extra-option-required {
  color: #ea1d2b;
}
.fdm-extra-option-title {
  margin-bottom: 10px;
  width: 100%;
}
.myd-extra-item-loop {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  min-height: 70px;
  position: relative;
}
.myd-extra-item-loop-text {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  width: 90%;
}
.myd-extra-item-loop-checkbox {
  width: 10%;
}
.myd-extra-item-loop-checkbox > input[type="checkbox"].option_prod_exta {
  appearance: none;
  -webkit-appearance: none;
  background: #dcdcdc;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer;
  height: 20px !important;
  outline: none;
  padding: 0 !important;
  transition: all 0.3s ease;
  width: 20px !important;
}
.myd-extra-item-loop-checkbox
  > input[type="checkbox"].option_prod_exta:checked:before {
  background-color: #fff;
  border: 4px solid #f02435;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}
.myd-extra-description {
  font-size: 14px;
  line-height: 1.2 !important;
  margin-bottom: 5px;
  width: 100%;
}
.myd-extra-price {
  color: #50a773;
  font-size: 14px;
  font-weight: 700;
}
.myd-extra-label {
  width: 100%;
}
.myd-space-extras {
  border-top: 1px dashed #eaeaea;
  margin: 10px 0 !important;
}
.myd-product-extra-wrapper {
  position: relative;
}
.myd-add-to-cart-button__icon {
  align-items: center;
  display: flex;
}
.myd-extra__clickable-label {
  cursor: pointer;
  inset: 0;
  position: absolute;
  z-index: 999999999;
}
@media only screen and (max-width: 768px) {
  .myd-product-popup__wrapper {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }
  .fdm-popup-product-content {
    flex-grow: 1;
  }
  .fdm-popup-product-action {
    flex-wrap: wrap;
  }
  .fdm-popup-product-content-add-cart,
  .fdm-popup-product-content-qty {
    justify-content: center;
    width: 100%;
  }
  .fdm-add-to-cart-popup {
    margin-top: 15px;
  }
  .myd-product-popup__image-container {
    height: 220px;
  }
}
.myd-product-list {
  display: grid;
  grid-gap: 20px;
  flex-grow: 1;
}
.myd-product-list--1column {
  grid-template-columns: 1fr;
}
.myd-product-list--2columns {
  grid-template-columns: 1fr 1fr;
}
.myd-product-list__title {
  flex-basis: 100%;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-block-end: 0;
}
.myd-product-item {
  align-items: stretch;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: space-between;
  min-height: 170px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.myd-product-item--boxshadow {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.myd-product-item__content {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 60%;
}
.myd-product-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.myd-product-item__desc {
  color: #717171;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  max-height: 2.8em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.myd-product-item__actions {
  align-items: center;
  display: flex;
}
.myd-product-item__price {
  font-size: 14px;
  font-weight: 700;
}
.myd-product-item__price--hide {
  opacity: 0;
  visibility: hidden;
}
.myd-product-item__img {
  background: #ececec;
  border-radius: 6px !important;
  overflow: hidden;
  width: 35%;
}
.myd-product-item-img,
.myd-product-item-img img {
  border-radius: 6px !important;
  height: 100% !important;
  max-height: 140px;
  object-fit: cover;
  width: 100%;
}
.myd-item-hide,
.myd-product-item__divider {
  display: none;
}
.myd-product-item__not-available {
  background: red;
  color: #fff;
  font-size: 0.9rem;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 2;
}
.myd-product-item__not-available-overlay {
  background: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.myd-product-disabled {
  pointer-events: none;
}
.myd-products__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .myd-product-list__title {
    background: #dcdcdc;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
  }
  .myd-product-item {
    border: unset;
    border-radius: 0;
    box-shadow: unset;
    height: 100%;
    min-height: 130px;
    padding: 0;
  }
  .myd-product-item__divider {
    border-top: 1px dashed #eaeaea;
    display: block;
    width: 100%;
  }
  .myd-product-list .myd-product-item__divider:last-of-type {
    display: none;
  }
  .myd-product-item__content {
    margin-right: 10px;
    width: 65%;
  }
  .myd-product-item__actions {
    flex-wrap: wrap;
  }
  .myd-product-item__price {
    font-size: 16px;
    text-align: center;
    width: auto;
  }
  .myd-product-list--2columns {
    grid-template-columns: 1fr;
  }
  .myd-products__wrapper:last-of-type {
    margin-block-end: 30px;
  }
}

.payment-container {
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.payment-option {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.payment-option input[type="radio"] {
  margin-right: 10px;
}

.payment-label {
  flex-grow: 1;
}

.payment-container img {
  height: 24px;
  width: auto;
}
