body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  background-color: white;
}
body #onepage {
  background-color: white;
}
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 {
  padding-bottom: 0.5rem !important;
}
body #onepage #order-summary #delivery .delivery-options .options > li {
  background-color: transparent;
}
body #onepage #login .identify form {
  flex-direction: column;
}
body #onepage #basket .items .item {
  padding-bottom: 1rem;
}
body #onepage #basket .products .quantity {
  border-radius: 5px;
}
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: black !important;
}
body #onepage #checkout .payment-options .options > li .option .group-title {
  font-weight: normal;
  font-size: 1.05rem;
}
body #onepage[data-step=basket] .top-steps [data-step=basket] span {
  background-color: black;
}
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: black;
}
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: black;
}
body.order-generated #onepage #header {
  opacity: 0;
}
body label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
body .input-group label {
  font-size: 0.675rem;
}
body input {
  border: 1px solid #999 !important;
  background-color: transparent;
  font-size: 12px;
}
body input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
body input[type=radio]:checked {
  background-color: white;
  border-color: black !important;
}
body input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background: black;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1023px) {
  body #onepage {
    padding-bottom: 0;
  }
  body #onepage #checkout h3 {
    font-size: 1rem;
  }
  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;
  }
}
@media screen and (min-width: 1024px) {
  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 */
