.refundations-dialog {
  width: 80%;
  height: fit-content;
  /* height: 80%; */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  margin: auto;
  overflow-x: hidden;
}

.refundations-contact-dialog {
  width: 25%;
  height: fit-content;
  /* height: 80%; */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  margin: auto;
  overflow-x: hidden;
}

.refundations-flex-container {
  display: flex;
  justify-content: space-evenly;
  padding: 1rem;
}

.refundations-flex-container-headers {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: flex-start;
}

.refundations-flex-column {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding: 2.5rem;
}

.refundations-header {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  gap: 15px;
}

.refundations-title {
  font-weight: 600;
  font-size: 1.5rem;
}

.refundations-checkout-input {
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.refundations-checkout-input-error {
  border-color: #e4001d;
}

.refundations-product-details,
.refundations-quantity,
.refundations-price,
.refundations-total {
  font-weight: 600;
  color: #718096;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.refundations-product {
  display: flex;
  align-items: center;
  /* background-color: #edf2f7; */
  margin: 0 -2rem;
  padding: 1.25rem 2rem 1.25rem 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.refundation_transition_all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.refundations-summary-limit {
  border-top: 1px solid;
}

.refundations-summary-limit-details {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.refundation-summary-limit-section {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.refundation-summary-limit-section-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.refundations-product:hover {
  background-color: #edf2f7;
}

.refundations-product-info {
  display: flex;
  width: 40%;
  gap: 10px;
}

.refundations-product-image {
  width: 5rem;
  min-width: 5rem;
}

.refundations-product-img {
  height: auto;
  width: 100%;
}

.refundations-product-name {
  font-weight: 700;
  font-size: 0.875rem;
}

.refundations-product-brand {
  color: #e53e3e;
  font-size: 0.75rem;
}

.refundations-remove-link {
  font-weight: 600;
  color: #718096;
  font-size: 0.75rem;
}

.refundations-quantity-input {
  display: flex;
  justify-content: center;
}

.refundations-minus-icon,
.refundations-plus-icon {
  fill: #718096;
  width: 0.75rem;
  cursor: pointer;
}

.refundation-required {
  color: #e4001d;
}

.refundations-minus-icon:hover,
.refundations-plus-icon:hover {
  fill: #e4001d;
}

.refundations-quantity-number {
  margin: 0 0.5rem;
  border: 1px solid;
  text-align: center;
  width: 2rem;
}

.refundations-product-price,
.refundations-product-total {
  text-align: center;
  width: 18%;
  font-weight: 600;
  font-size: 0.875rem;
}

a.refundations-continue-shopping button {
  display: flex;
  font-weight: 600;
  color: #4c51bf;
  font-size: 0.875rem;
  margin-top: 2.5rem;
}
a.refundations-continue-shopping button:hover {
  color: #e4001d;
}

.refundations-shopping-icon {
  fill: #4c51bf;
  margin-right: 0.5rem;
  width: 1rem;
}

.refundations-summary {
  width: 25%;
  padding: 2rem 1rem;
}

.refundations-summary-title {
  font-weight: 600;
  font-size: 1.5rem;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}

.refundations-summary-details {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.refundations-summary-products,
.refundations-summary-price {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.refundations-summary-total {
  border-top: 1px solid;
  margin-top: 2rem;
}

.refundation-summary-label {
  margin-bottom: 0;
}

.refundations-summary-total-details {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 1.5rem 0;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.refundations-checkout-button {
  background-color: #e4001d;
  font-weight: 600;
  color: #fff;
  padding: 0.75rem 0;
  font-size: 0.875rem;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0.25rem;
  transition: ease-in-out 0.3s;
}
.refundations-checkout-button:hover {
  opacity: 0.7;
  background-color: #e4001d;
  border-color: #e4001d;
}
.refundation-close-dialog svg {
  fill: #000000;
  transition: ease-in-out 0.3s;
}
.refundation-close-dialog svg:hover {
  fill: #e4001d;
}
.go-back-button svg {
  stroke: #387ef5;
  transition: ease-in-out 0.3s;
}
.go-back-button svg:hover {
  stroke: #e4001d;
}
.question-text {
  margin-bottom: 5px;
}
.alert {
  position: fixed;
  /* padding: 1rem; */
  background-color: #e4001d;
  /* Red */
  color: white;
  z-index: 20;
  width: 60%;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.loader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.5;
  z-index: 9999;
}

.success {
  background-color: rgb(45, 190, 40);
}

/* Mobile styles */
.refundations-dialog {
  width: 90%;
  /* rest of the styles */
}

.refundations-flex-container {
  flex-direction: column;
  /* rest of the styles */
}

.refundations-flex-container-headers {
  display: none;
}

.refundations-product-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-details {
  width: 40%;
  text-align: center;
}
.quality {
  width: 18%;
  text-align: center;
}
.price {
  width: 18%;
  text-align: center;
}
.total {
  width: 18%;
  text-align: center;
}
.mobile-price-position {
  display: none;
}

@media (max-width: 890px) {
  .refundations-flex-column {
    width: 100%;
    /* rest of the styles */
  }

  .refundations-contact-dialog {
    width: 100%;
  }

  .refundations-product-info {
    width: 100%;
    justify-content: center;
  }

  .refundations-product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .refundations-product {
    gap: 2rem;
    flex-direction: column;
  }
  .refundations-flex-column {
    padding: 1rem;
  }
  .mobile-price-position {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .mobile-price {
    font-weight: 600;
    color: #718096;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .no-products-in-the-cart {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .refundations-product-price,
  .refundations-product-total {
    display: none;
  }
  .mobile-price-position {
    display: flex;
  }
  .mobile-price-position .refundations-product-total {
    display: flex;
    width: fit-content;
  }
  .mobile-price-position .refundations-product-price {
    display: flex;
    width: fit-content;
  }
}

.refundations-summary {
  width: 100%;
  /* rest of the styles */
}

/* Tablet styles */
@media (min-width: 891px) {
  .refundations-contact-dialog {
    width: 45%;
  }
  .refundations-flex-column {
    padding: 1rem;
  }
  .refundations-dialog {
    width: 80%;
    /* rest of the styles */
  }

  .refundations-quantity-input {
    width: 18%;
  }

  .refundations-flex-container-headers {
    display: flex;
  }

  .refundations-flex-container {
    flex-direction: row;
    /* rest of the styles */
  }

  .refundations-flex-column {
    width: 75%;
    /* rest of the styles */
  }

  .refundations-summary {
    width: 25%;
    /* rest of the styles */
  }
  .mobile-price {
    display: none;
  }
}

/* Desktop styles */
@media (min-width: 1024px) {
  .refundations-contact-dialog {
    width: 35%;
  }
  .refundations-flex-column {
    padding: 1.5rem;
  }
  .refundations-dialog {
    width: 70%;
    /* rest of the styles */
  }

  /* rest of the styles */
}
@media (min-width: 1400px) {
  .refundations-contact-dialog {
    width: 25%;
  }
  .refundations-flex-column {
    padding: 2.5rem;
  }
}

/* CART ICON */
.refundation_cart {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  padding: 1rem;
  z-index: 100;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.refundation_cart:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.refundation_cart .refundation_cart_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.refundation_cart .refundation_cart_inner {
  position: "relative";
}

.refundation_cart .refundation_cart_counter {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.refundation_cart .refundation_cart_counter_text {
  /* display: flex;
  height: 1rem;
  width: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #e4001d;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity)); */
  display: flex;
  min-height: 1rem;
  min-width: 1rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #e4001d;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 5px;
  aspect-ratio: 1;
}

/* CONTACT ICON */
.refundation_contact {
  padding: 1rem;
  position: fixed;
  bottom: 50vh;
  right: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
  z-index: 100;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.refundation_contact:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.refundation_contact .refundation_contact_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.refundation_contact .refundation_contact_inner {
  position: "relative";
}

.refundation_contact .refundation_contact_counter {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.refundation_contact .refundation_contact_counter_text {
  display: flex;
  height: 1rem;
  width: 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #e4001d;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hidden {
  display: none !important;
}

.refundation-close-dialog {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.no-products-in-the-cart {
  font-weight: 600;
  color: #718096;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.refundations-checkout-button:disabled {
  background-color: #718096;
  user-select: none;
}
.refundations-checkout-button:disabled:hover {
  background-color: #718096;
  opacity: 1;
  user-select: none;
}
.refundations-product a.refundations-remove-link svg {
  transition: ease-in-out 0.3s;
}
.refundations-product a.refundations-remove-link svg:hover {
  cursor: pointer;
  stroke: #e4001d;
  text-decoration: none;
}
.refundation-limit-avaiable {
  width: 50%;
  text-align: right;
}
.left-to-use {
  width: 50%;
}
.delivery-method-position {
  display: flex;
  gap: 15px;
}
.delivery-method-position label {
  margin-bottom: 0;
}
