#order-shipping-methods {
  width: 100%;
}
.menu-level-1 {
top: calc(50% + 34px) !important;
}
.menu-level-2{
box-shadow: 0px 32px 106px rgba(3, 7, 18, 0.08);
}
.radio-wrapper[data-submethod="applepay"] {
  display: block !important;
}
.extra.delivery {
  width: 100%;
}
.col-md-4:last-child{
align-content: center;
  background: #eff6fa;
  border-radius: 20px;
}
.discount-coupon{
	padding-top: 0 !important;
  padding-bottom: 1px;
}
.discount-coupon .btn.btn-lg.btn-default.btn-arrow-right.btn-text {
  margin-top: 40px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.discount-coupon .btn.btn-lg.btn-default.btn-arrow-right.btn-text:before {
display: none;
}
#order-billing-methods {
  width: 100%;
}
#discountCouponCode {
  margin-top: 35px;
  height: 40px;
  border-radius: 5px;
}
.col-md-4.discount-coupon {
margin-bottom: 0 !important;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
.discount-coupon .btn.btn-lg.btn-default.btn-arrow-right.btn-text {
margin-top: 6px !important;
}
.step.active strong span::before {
  height: 30px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.discount-coupon{
	padding-top: 10px !important;
}
  #discountCouponCode {
  width: 95%;
  margin: auto;
}
.discount-coupon .btn.btn-lg.btn-default.btn-arrow-right.btn-text {
  width: 95%;
}
.col-md-4.discount-coupon{
max-width: 100%;
  width: 92%;
  margin: auto;
  margin-bottom: 20px !important;
}
#discountCouponCode {
margin-top: 20px !important;
}
.col-md-4:last-child{
align-content: center;
  background: white !important;
}
}
.fvDoplnek.fvDoplnek-upsell {
  border: none !important;
}
.navigation-buttons > a[data-target="cart"] i {
  left: 14% !important;
  background: #056bb6 !important;
  color: white !important;
  font-weight: bold;
}
@media (min-width: 992px) {
    .checkout-step-1 #checkoutContent {
      display: flex;
      gap: 40px;
      align-items: flex-start;
      flex-wrap: nowrap;
    }
    .checkout-step-1 .order-delivery-payment-form {
      flex: 1 1 60%;
    }
    .checkout-step-1 .checkout-right-column {
      flex: 1 1 40%;
      display: flex;
      flex-direction: column;
      position: sticky;
      top: 20px;
    }
    .checkout-step-1 .order-summary {
      max-height: 350px;
      overflow-y: auto;
      margin-bottom: 20px;
      background: #056bb610;
      border-radius: 10px;
      border: none !important;
    }
    .next-step {
      margin-top: auto;
    }
    .order-summary-inner {
      max-width: 100%;
    }
  }
  .checkout-right-column {
    margin-top: 40px;
  }