﻿body #onepage #basket .items .products .image img {
  width: 120px;
  max-width: 160px;
  border-radius: 12px;
}

body #onepage #basket .products .quantity {
    border: 1px solid #EEE;
    border-top-color: rgb(238, 238, 238);
    border-right-color: rgb(238, 238, 238);
    border-bottom-color: rgb(238, 238, 238);
    border-left-color: rgb(238, 238, 238);
  padding: 4px;
}

.close-icon:hover {
  color: #D90404;
}
.close-icon {
  color: #707070;
}

body #onepage #basket .products li.price del{
    font-size: 0.75rem;
    color: #707070;

}

body .message.alert {
  color: white;
  border-color: #144A88;
  background-color: rgba(20,74,136, 0.9);
}

.px-23{
  padding-left: 20rem;
  padding-right: 20rem;
}

body {
  font-family: Sora, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  background-color: #F8F8F8;
}
body #onepage {
  background-color: #F8F8F8;
}
body #onepage #header {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
body #onepage #order-summary {
  background-color: #efefef;
  border-radius: 0.5rem;
}
body #onepage #order-summary header h1 {
  font-weight: normal;
}
body #onepage #order-summary .basket > ul > li {
  border-bottom: 1px solid #999 !important;
  padding-bottom: 0.5rem !important;
}
body #onepage #order-summary #delivery .delivery-options .options > li {
  background-color: transparent;
}
body #onepage #order-summary .summary > li {
  border-bottom: none;
}
body #onepage #login .identify form {
  flex-direction: column;
}
body #onepage #login .identify button[type=submit] {
  background-color: #23d2ac;
  border-radius: 9999px;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}
body #onepage #basket .items .item {
  border-bottom: 1px solid #999 !important;
  padding-bottom: 1rem;
}
body #onepage #basket .products .quantity {
  border-color: #b994fe;
  color: #b994fe;
  border-radius: 5px;
}
body #onepage #basket .products .quantity svg {
  fill: #b994fe;
}
body #onepage #checkout h3 {
  font-size: 1.25rem;
  font-weight: normal;
}
body #onepage #checkout .delivery-options .options > li {
  border: none !important;
}
body #onepage #checkout .delivery-options .options > li.selected {
  box-shadow: none;
}
body #onepage #checkout .payment-options .options {
  gap: 0.5rem !important;
}
body #onepage #checkout .payment-options .options > li {
  border: 1px solid #999 !important;
  border-radius: 0.5rem !important;
}
body #onepage #checkout .payment-options .options > li.selected {
  border-color: #b994fe !important;
}
body #onepage #checkout .payment-options .options > li .option .group-title {
  font-weight: normal;
}
body #onepage #checkout .payment-options .options > li[data-alias=pix] {
  order: 0;
}
body #onepage #checkout .payment-options .options > li[data-alias=paymentslip] {
  order: 1;
}
body #onepage #checkout .payment-options .options > li[data-alias=creditcard] {
  order: 2;
}
body #onepage #order #order-summary {
  background-color: white;
}
body #onepage[data-step=basket] .top-steps [data-step=basket] span {
  background-color: #553f98;
}
body #onepage[data-step=login] .top-steps [data-step=basket] span,
body #onepage[data-step=login] .top-steps [data-step=identify] span, body #onepage[data-step=newCustomer] .top-steps [data-step=basket] span,
body #onepage[data-step=newCustomer] .top-steps [data-step=identify] span {
  background-color: #553f98;
}
body #onepage[data-step=customer] .top-steps [data-step=basket] span,
body #onepage[data-step=customer] .top-steps [data-step=identify] span,
body #onepage[data-step=customer] .top-steps [data-step=delivery] span {
  background-color: #553f98;
}
body #onepage[data-step=customer] .top-steps [data-step=basket] svg,
body #onepage[data-step=customer] .top-steps [data-step=identify] svg,
body #onepage[data-step=customer] .top-steps [data-step=delivery] svg {
  color: #553f98;
}
body.order-generated #onepage #header {
  opacity: 0;
  visibility: hidden;
}
body label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
body .input-group label {
  font-size: 0.675rem;
}
body .input-radio {
  width: 12px;
  height: 12px;
}
body input {
  border: 1px solid #999 !important;
  background-color: transparent;
  font-size: 12px;
}
body input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 2px solid #999;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
body input[type=radio]:checked {
  background-color: white;
  border-color: #553f98 !important;
}
body input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #553f98;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
body .btn {
  background-color: #23d2ac;
  color: black;
  border-radius: 9999px;
  text-transform: uppercase;
  font-weight: bold;
}
body.options-grouped ul.options:not([data-length="1"]) > li {
  border: none !important;
  box-shadow: none !important;
}
body.options-grouped ul.options:not([data-length="1"]) > li.selected {
  border: none !important;
}
body.options-grouped ul.options:not([data-length="1"]) > li:first-child {
  border-top: none !important;
}
body.options-grouped ul.options:not([data-length="1"]) > li:last-child {
  border-bottom: none !important;
}

.bold-txt {
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  body #onepage {
    padding-bottom: 0;
  }
  body #onepage #checkout h3 {
    font-size: 1.3rem;
  }
  body #onepage #checkout .delivery-data .content,
  body #onepage #checkout .delivery-address-data .content {
    display: flex;
  }
  body #onepage #main {
    padding-bottom: 150px;
  }
  body #onepage #summary #order-summary {
    background-color: white;
  }
  body #onepage #summary #order-summary.opened {
    height: auto;
  }
  body #order {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  body #checkout-wrapper #onepage #order-summary {
    top: 10rem;
  }
  body #checkout-wrapper #main {
    padding-right: 0;
  }
  body #checkout-wrapper #summary {
    width: 40%;
  }
}
.font-playfair {
  font-family: "Playfair Display", serif;
}

.w-fit {
  width: fit-content;
}

.bg-\[\#b994fe\] {
  background-color: #b994fe;
}

.text-\[\#b994fe\] {
  color: #b994fe;
}

.bg-\[\#553f98\] {
  background-color: #553f98;
}

.text-\[\#553f98\] {
  color: #553f98;
}

.bg-\[\#23d2ac\] {
  background-color: #23d2ac;
}

.text-\[\#23d2ac\] {
  color: #23d2ac;
}

.text-gray-500 {
  color: black !important;
}
/*# sourceMappingURL=opc.css.map */
