/* checkout */
section.checkout {
  background: #F5F5F5; }

.checkout .basket-side {
  width: 60%; }

.checkout .basket-fixed {
  position: static;
  box-shadow: none; }

.checkout .basket-fixed.active {
  width: 100%;
  max-height: initial;
  overflow-y: initial; }

.checkout .basket-clear {
  display: none; }

.checkout .basket-top .basket-clear::before {
  display: none; }

.checkout .basket-inside .basket-top {
  padding: 24px 24px 0 24px; }

.checkout .basket-inside .basket-top div {
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  color: #6D7885; }

.checkout .basket-inside .basket-top div.basket-clear {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #818C99; }

.checkout .basket-price-result {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  border-top: none;
  border-bottom: none;
  padding: 16px 32px;
  height: initial; }

.checkout .basket-order {
  display: none; }

.checkout .basket-summary {
  gap: 8px; }

.checkout .checkout-order {
  font-size: 16px;
  font-weight: 600;
  padding: 14px 40px;
  width: 239px;
  margin-left: 40px; }

.checkout .basket-item {
  padding: 20px 16px; }

.checkout-side {
  width: 43%;
  max-width: 600px !important; }

.checkout-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px; }

.checkout .section-wrapper.order {
  gap: 20px; }

.checkout .delivery {
  padding: 20px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px; }

.checkout .payment {
  padding: 20px 24px;
  background: #FFFFFF; }

.checkout .order-form {
  padding: 20px 32px 24px 32px;
  background: #FFFFFF; }

.checkout-side .subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; }

.checkout .main-feedback {
  max-width: initial;
  margin: initial; }

.delivery-info {
  padding: 12px 16px;
  background: #F5F5F5;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px 0;
  display: none; }

.delivery-info span {
  font-weight: 600; }

.delivery-info.active {
  display: block; }

.delivery-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px; }

.delivery-tab {
  padding: 7px 12px;
  background: #EBEDF0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #818C99;
  cursor: pointer; }

.delivery-tab.active {
  background: #E4ECFD;
  color: #214288;
  cursor: initial; }

.delivery-desc {
  font-weight: 600;
  line-height: 125%;
  height: 46px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.delivery-desc::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("/images/2023/icons/delivery-icon.svg") no-repeat center center/contain;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 8px; }

.delivery-quest {
  margin-left: 10px;
  cursor: pointer; }

.delivery-type {
  display: none; }

.delivery-type.active {
  display: block; }

.custom-radio {
  padding-top: 10px; }

.custom-radio-cont .radio-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer; }

.custom-radio-cont .radio-item::before {
  content: '';
  height: 16px;
  width: 16px;
  margin: 12px;
  background: url("/images/2023/icons/radio.svg") no-repeat center center/contain;
  display: inline-flex; }

.custom-radio-cont.active .radio-item::before {
  background: url("/images/2023/icons/radio-active.svg") no-repeat center center/contain; }

.custom-radio-cont .radio-desc {
  display: none;
  line-height: 150%;
  margin-bottom: 12px; }

.custom-radio-cont.active .radio-desc {
  display: block;
  margin-left: 20px; }

.pickup-link {
  padding: 14px 14px 14px 12px;
  font-weight: 600;
  line-height: 125%;
  color: #6D7885;
  display: inline-block; }

.payment-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.payment-wrapper .show-recv {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  padding: 14px 0;
  color: #214288;
  cursor: pointer; }

.payment-text {
  display: none; }

.payment.active .payment-text {
  display: block; }

.order-form .subtitle {
  margin: 0 0 16px 0; }

.checkout .new-form input.error {
  border: 1px solid #E64646;
  background: #FAEBEB; }
  .checkout .new-form input.error.placeholder {
    #color: red; }
  .checkout .new-form input.error:-moz-placeholder {
    #color: red; }
  .checkout .new-form input.error::-moz-placeholder {
    #color: red; }
  .checkout .new-form input.error:-ms-input-placeholder {
    #color: red; }
  .checkout .new-form input.error::-webkit-input-placeholder {
    #color: red; }

.checkout .agree-checkbox.error {
  color: #E64646; }

.checkout form .submit-btn.disabled {
  cursor: not-allowed; }

.checkout .new-form input, .checkout .new-form textarea {
  max-width: 100%; }

.checkout .new-form input:-webkit-autofill {
  -webkit-text-fill-color: #2C2D2E !important; }

.checkout .new-form input:autofill {
  color: #2C2D2E !important; }

.checkout.checked .empty-wrapper .empty-message, .checkout.checked .empty-wrapper p, .checkout.checked .empty-wrapper img {
  display: none; }

.checkout.checked .empty-wrapper .checkout-response {
  display: block !important;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 150%;
  color: #818C99; }

.checkout.checked .basket-top {
  display: none; }

.checkout.checked .checkout-response .success-message {
  font-size: 24px;
  font-weight: 600;
  line-height: 133.3%;
  color: #818C99;
  margin: 0 0 32px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.checkout.checked .checkout-response .success-message::before {
  content: '';
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex-shrink: 0;
  background: url("/images/2023/icons/success-icon.svg") no-repeat center center/contain;
  margin-right: 12px; }

.checkout.checked .checkout-response .success-dop {
  font-size: 18px;
  line-height: 155%;
  margin: 0 0 16px 0;
  color: #2C2D2E; }

.checkout.checked .checkout-response .order-number {
  background: #EBEDF0;
  padding: 8px 20px;
  color: #2C2D2E;
  line-height: 150%;
  display: inline-block; }

.checkout.checked .basket-fixed .empty-wrapper {
  min-height: 350px; }

.checkout .basket-fixed[data-count="0"] .basket-top {
  display: none; }

.checkout .basket-price-result.checkout-mob {
  display: none; }

@media screen and (max-width: 1280px) {
  .payment-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .payment-wrapper .custom-radio-cont {
    width: 100%; }

  .checkout .basket-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .delivery-tab {
    padding: 7px 9px;
    letter-spacing: -0.1px; }

  .checkout-side {
    width: 45%; }

  .basket-item-info {
    width: 100%; } }
@media screen and (max-width: 1036px) {
  .checkout .container {
    max-width: 860px; }

  .header .container {
    max-width: 860px !important; }

  .checkout .checkout-order {
    padding: 14px 60px;
    width: fit-content; } }
@media screen and (max-width: 924px) {
  .checkout .container {
    max-width: 100%;
    padding: 0 32px; }

  .header .container {
    max-width: 100% !important;
    padding: 0 32px; }

  .checkout .section-wrapper.order {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px; }

  .checkout .basket-side {
    width: 100%;
    order: 0; }

  .checkout-side {
    width: 100%;
    max-width: 100% !important;
    order: 1; }

  .checkout .order-form .order-form-wrapper {
    max-width: 400px; }

  .payment-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }

  .payment-wrapper .custom-radio-cont {
    width: initial; }

  .checkout .basket-price-result {
    display: none; }

  .checkout .basket-price-result.checkout-mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .checkout .basket-price-result.checkout-mob {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 24px;
    padding: 32px 16px;
    margin: 0;
    background: #FFFFFF; }

  .checkout-mob {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .checkout .delivery {
    padding: 20px 24px; }

  .checkout .order-form {
    padding: 20px 24px 24px 24px; }

  .checkout .checkout-order {
    padding: 14px 40px;
    margin: 0; } }
@media screen and (max-width: 550px) {
  .payment-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .payment-wrapper .custom-radio-cont {
    width: 100%; }

  .delivery-tab {
    padding: 7px 9px;
    letter-spacing: -0.1px; } }
@media screen and (max-width: 450px) {
  .checkout .basket-item {
    padding: 20px 8px; }

  .checkout .container {
    padding: 0 16px; }

  .header .container {
    max-width: 100% !important;
    padding: 0 16px; }

  .checkout .basket-price-result.checkout-mob {
    background: #F5F5F5;
    padding: 40px 8px 0 8px; }

  .checkout .delivery {
    padding: 20px 8px; }

  .checkout .payment {
    padding: 20px 8px; }

  .checkout .order-form {
    padding: 20px 8px 24px 8px; }

  .checkout .basket-inside .basket-top {
    padding: 12px 8px; }

  .checkout .basket-price-result.checkout-mob {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }

  .checkout .checkout-order {
    width: 100%;
    text-align: center; }

  .delivery-tabs .delivery-tab {
    padding: 7px 8px;
    letter-spacing: -0.12px; } }
@media screen and (max-width: 360px) {
  .delivery-tabs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .delivery-tabs .delivery-tab {
    width: 100%;
    text-align: center; } }

/*# sourceMappingURL=checkout.css.map */
