body.woocommerce-cart .focused-checkout-footer,
body.woocommerce-checkout .focused-checkout-footer {
  display: none;
}

body.woocommerce-checkout #main {
  padding: 0;
  background: #EEEEEE;
}
body.woocommerce-checkout #main .cart-header {
  display: none;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main div#content[role=main] > div {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main div#content[role=main] .checkout-header {
    background: white;
    border-radius: 0 0 20px 20px;
    margin-bottom: 40px;
  }
}
body.woocommerce-checkout #main div#content[role=main] .checkout-header .digit-countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 0 auto 10px auto;
  width: 100%;
  border-radius: 0 0 20px 20px;
  font-size: 13px;
  line-height: normal;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main div#content[role=main] .checkout-header .digit-countdown-timer {
    max-width: 750px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
body.woocommerce-checkout #main div#content[role=main] .checkout-header .digit-countdown-timer .countdown-content {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
body.woocommerce-checkout #main div#content[role=main] .checkout-header .digit-countdown-timer .countdown-content .countdown-display {
  display: inline-flex;
  align-items: center;
}
body.woocommerce-checkout #main div#content[role=main] .checkout-header .digit-countdown-timer .countdown-content .countdown-display .countdown-time {
  display: inline-block;
}
body.woocommerce-checkout #main .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  max-width: 100%;
  font-size: 13px;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    font-size: 14px;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .woocommerce-form-coupon-toggle {
    max-width: 750px;
    margin: 0 auto;
  }
}
body.woocommerce-checkout #main .checkout-form {
  background: #ffffff;
  margin: 0 auto;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form {
    max-width: 750px;
    padding-top: 50px !important;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form {
    background: transparent;
  }
}
body.woocommerce-checkout #main .checkout-form h2, body.woocommerce-checkout #main .checkout-form h3 {
  color: #000;
}
body.woocommerce-checkout #main .checkout-form h2 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form h2 {
    font-size: 22px;
  }
}
body.woocommerce-checkout #main .checkout-form h3 {
  margin-bottom: 20px;
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  text-transform: none !important;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form h3 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form h3 {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form > div {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields {
  border: none !important;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields {
    padding: 0 16px !important;
  }
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields span.woocommerce-input-wrapper {
  position: relative;
  z-index: 5;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .help-description {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px 0;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .checkout-inline-error-message {
  background: #ffd2d2;
  background-color: #f9e7e8;
  color: #ca232c;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 8px;
  padding-left: 17.5px;
  border-radius: 0 0 10px 10px;
  padding-top: 12px;
  position: relative;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .checkout-inline-error-message:before {
  content: "";
  position: absolute;
  top: -8px;
  height: 8px;
  background: #f9e7e8;
  left: 0;
  width: 100%;
  z-index: 0;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .iti > input[type=tel] {
  padding-left: 50px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=text],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=email],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=tel],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=number],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=password],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=search],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=url],
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields select,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .select2-container .select2-selection--single,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields textarea {
  line-height: normal;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  padding: 20px;
  font-size: 16px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=text],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=email],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=tel],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=number],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=password],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=search],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=url],
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields select,
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .select2-container .select2-selection--single,
  body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields textarea {
    height: 50px;
    padding: 0 20px;
  }
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=text]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=email]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=tel]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=number]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=password]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=search]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields input[type=url]::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields select::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .select2-container .select2-selection--single::placeholder,
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields textarea::placeholder {
  font-size: 16px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .select2-container {
  margin-bottom: 0px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .select2-container input {
  border-color: #CCCCCC !important;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .select2-container .select2-selection--single {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-billing-fields .digit-description {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 20px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #666666;
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-methods {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .checkout-delivery {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .checkout-delivery {
    padding: 0 16px !important;
  }
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #000;
  margin-right: 20px;
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-label .custom-shipping-range {
  font-weight: normal;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .custom-shipping-label {
    font-size: 14px;
  }
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-price {
  background: #00C48C;
  color: #0B4032;
  border-radius: 6px;
  padding: 8px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  margin-right: 5px;
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-delivery-icon {
  margin-left: 5px;
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-delivery-icon img {
  width: auto;
  height: 100%;
  max-height: 50px;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card {
  display: flex;
  align-items: center;
  border: 2px solid #00C48C;
  background: #eafaf6;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form label.custom-shipping-card {
    padding: 10px;
  }
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card:not(.selected) .custom-shipping-label {
  color: #666666;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card input[type=radio] {
  display: none;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card .custom-shipping-content {
  display: flex;
  align-items: center;
  width: 100%;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card .custom-shipping-content .custom-shipping-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url("../../assets/img/shipping-circle.svg") center/contain no-repeat;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card .custom-shipping-content .custom-shipping-price {
  margin-left: auto;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card.selected {
  border-color: #00C48C !important;
  background: #eafaf6;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card.selected .custom-shipping-icon {
  background-image: url("../../assets/img/shipping-checkmark.svg");
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card:not(.selected) {
  border-color: #e0e0e0 !important;
  background: #f7f7f7;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card:first-of-type:not(:last-of-type) {
  border-radius: 20px 20px 0 0;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card:last-of-type:not(:first-of-type) {
  border-radius: 0 0 20px 20px;
}
body.woocommerce-checkout #main .checkout-form label.custom-shipping-card:first-of-type:last-of-type {
  border-radius: 20px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  display: flex;
  align-items: center;
  border: 2px solid #00C48C;
  background: #eafaf6;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
    padding: 10px;
  }
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:not(.selected) .custom-shipping-label {
  color: #666666;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input[type=radio] {
  display: none;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .custom-shipping-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .custom-shipping-content .custom-shipping-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .custom-shipping-content .custom-gateway-icon {
  margin-left: 5px;
  margin-left: auto;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .custom-shipping-content .custom-gateway-icon img {
  width: auto;
  height: 100%;
  max-height: 50px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .custom-shipping-content .custom-gateway-icon .wc-stripe-card-icons-container {
  text-align: right;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .custom-shipping-content .custom-gateway-icon .wc-stripe-card-icons-container img {
  margin: 0 !important;
  max-height: 30px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
  width: 100%;
  padding-top: 20px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box p {
  font-size: 12px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.selected {
  border-color: #00C48C;
  background: #eafaf6;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method.selected .custom-shipping-icon {
  background-image: url("../../assets/img/shipping-checkmark.svg");
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:not(.selected) {
  border-color: #e0e0e0;
  background: #f7f7f7;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:not(.selected) .custom-shipping-icon {
  background-image: url("../../assets/img/shipping-circle.svg");
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:first-child {
  border-radius: 20px 20px 0 0;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method:last-child {
  margin-bottom: 20px !important;
  border-radius: 0 0 20px 20px;
}
body.woocommerce-checkout #main .checkout-form #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  border: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #06D6A0;
  background: -webkit-linear-gradient(180deg, rgb(6, 214, 160) 0%, rgb(0, 175, 129) 50%);
  background: -moz-linear-gradient(180deg, rgb(6, 214, 160) 0%, rgb(0, 175, 129) 50%);
  background: linear-gradient(180deg, rgb(6, 214, 160) 0%, rgb(0, 175, 129) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06D6A0", endColorstr="#00AF81", GradientType=0);
}
body.woocommerce-checkout #main .checkout-form #place_order:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
body.woocommerce-checkout #main .checkout-form .sticky-cart-enabled {
  position: sticky;
  bottom: 0;
  backdrop-filter: blur(5px);
  padding: 10px;
  z-index: 99;
  margin-top: auto;
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.woocommerce-checkout #main .checkout-form .sticky-cart-enabled.sticky-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
body.woocommerce-checkout #main .checkout-form .sticky-cart-enabled.sticky-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.8);
}
body.woocommerce-checkout #main .checkout-form .sticky-cart-enabled #place_order {
  max-width: none;
  width: 100%;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .sticky-cart-enabled #place_order {
    max-width: 400px;
  }
}
body.woocommerce-checkout #main .checkout-form .secure-ssl {
  padding: 20px 0 20px 0;
  text-align: center;
}
body.woocommerce-checkout #main .checkout-form .custom-shipping-icon {
  min-width: 24px;
  max-width: 24px;
  width: 24px;
  height: 24px;
  background: url("../../assets/img/shipping-circle.svg") center/contain no-repeat;
}
body.woocommerce-checkout #main .checkout-form .selected .custom-shipping-icon {
  background-image: url("../../assets/img/shipping-checkmark.svg");
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-review-order-table {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-top: 1px solid #CCCCCC;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-review-order-table .review-order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: normal;
  margin: 8px 0;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-review-order-table .review-order-row:first-child {
  margin-top: 20px;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-review-order-table .review-order-row .label {
  font-weight: 700;
  color: #000;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-review-order-table .order-total {
  margin-top: 10px !important;
  padding-top: 10px !important;
  border-top: 4px solid #CCCCCC;
}
body.woocommerce-checkout #main .checkout-form .woocommerce-checkout-review-order-table .order-total span {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .checkout-payment {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .checkout-payment {
    padding: 0 16px !important;
  }
}
body.woocommerce-checkout #main .checkout-form .checkout-payment .checkout-shipped-from {
  padding: 0 !important;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .checkout-summary {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-form .checkout-summary {
    padding: 0 16px !important;
  }
}
body.woocommerce-checkout #main .checkout-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  gap: 20px;
  background: #FEEFDA;
  margin: 0 auto;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-guarantee {
    max-width: 750px;
    padding: 20px !important;
  }
}
body.woocommerce-checkout #main .checkout-guarantee .checkout-guarantee-icon img {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
}
body.woocommerce-checkout #main .checkout-guarantee .checkout-guarantee-content h4 {
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: 900;
}
body.woocommerce-checkout #main .checkout-guarantee .checkout-guarantee-content p {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
}
body.woocommerce-checkout #main .checkout-shipped-from {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-shipped-from {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-shipped-from {
    padding: 0 16px !important;
  }
}
body.woocommerce-checkout #main .checkout-shipped-from .shipped-from-icon {
  flex-shrink: 0;
}
body.woocommerce-checkout #main .checkout-shipped-from .shipped-from-icon img {
  max-height: 20px;
}
body.woocommerce-checkout #main .checkout-shipped-from .shipped-from-content {
  flex: 1;
}
body.woocommerce-checkout #main .checkout-shipped-from .shipped-from-content p {
  margin: 0;
}
body.woocommerce-checkout #main .checkout-payment-promo {
  margin-bottom: 10px;
}
body.woocommerce-checkout #main label {
  margin: 0 !important;
}
body.woocommerce-checkout #main label::before {
  content: none !important;
}
body.woocommerce-checkout #main .includes_tax {
  display: none;
}
body.woocommerce-checkout #main div.form-row#billing_delivery_options {
  clear: both;
}
body.woocommerce-checkout #main .checkout-delivery-options {
  margin: 0 0 20px 0;
}
body.woocommerce-checkout #main .checkout-delivery-options h3 {
  margin-top: 25px !important;
}
body.woocommerce-checkout #main .checkout-delivery-options .delivery-options-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #000;
}
body.woocommerce-checkout #main .checkout-delivery-options .delivery-options-grid {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main .checkout-delivery-options .delivery-options-grid {
    gap: 28px;
  }
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card {
  display: flex;
  align-items: center;
  border: 2px solid #00C48C;
  background: #eafaf6;
  padding: 20px;
  margin: 0;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  border-radius: 10px;
  flex: 1;
  padding: 10px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card {
    padding: 10px;
  }
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card:not(.selected) .custom-shipping-label {
  color: #666666;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card input[type=radio] {
  display: none;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content {
  display: flex;
  align-items: center;
  width: 100%;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content .custom-shipping-icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  background: url("../../assets/img/shipping-circle.svg") center/contain no-repeat;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content .custom-shipping-label {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  color: #000;
  margin-right: 20px;
  margin-right: auto;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content .custom-shipping-label .custom-shipping-range {
  font-weight: normal;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content .custom-shipping-label {
    font-size: 14px;
  }
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content .custom-gateway-icon {
  margin-left: 5px;
  filter: grayscale(1);
  opacity: 0.6;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card .custom-shipping-content .custom-gateway-icon img {
  width: auto;
  height: 100%;
  max-height: 50px;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card.selected {
  border-color: #00C48C;
  background: #eafaf6;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card.selected .custom-shipping-icon {
  background-image: url("../../assets/img/shipping-checkmark.svg");
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card.selected .custom-gateway-icon {
  filter: grayscale(0);
  opacity: 1;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card:not(.selected) {
  border-color: #e0e0e0;
  background: #f7f7f7;
}
body.woocommerce-checkout #main .checkout-delivery-options .custom-delivery-card:not(.selected) .custom-shipping-label {
  color: #666666;
}
@media (min-width: 1024px) {
  body.woocommerce-checkout #main {
    background: -webkit-linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 50%, rgb(246, 155, 53) 100%);
    background: -moz-linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 50%, rgb(246, 155, 53) 100%);
    background: linear-gradient(180deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 50%, rgb(246, 155, 53) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EEEEEE", endColorstr="#F69B35", GradientType=0);
  }
}

.cart-steps {
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}
.cart-steps > div {
  max-width: 650px;
  margin: 0 auto;
  padding: 60px 0 20px 0;
}
@media (max-width: 1024px) {
  .cart-steps > div {
    padding: 40px 0 20px 0;
  }
}
.cart-steps ul {
  list-style: none;
  margin: 0;
}
.cart-steps li {
  width: 33.3%;
  float: left;
  position: relative;
  text-align: center;
}
.cart-steps li::after {
  background-color: #f3f3f3;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
}
.cart-steps li:last-child::after {
  width: 50% !important;
  left: 0 !important;
}
.cart-steps li .step-num {
  background-color: white;
  border: 2px solid #AAA;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 37px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .cart-steps li .step-num {
    height: 24px;
    width: 24px;
    line-height: 20px;
    font-size: 11px;
  }
}
.cart-steps li .step-title {
  position: absolute;
  top: -70%;
  left: 50%;
  width: 100%;
  text-align: center !important;
  transform: translate(-50%, 0);
  font: normal normal bold 18px/22px Roboto;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #AAA;
  opacity: 1;
}
@media (max-width: 1024px) {
  .cart-steps li .step-title {
    font-size: 14px;
    line-height: 16px;
    top: -33px;
  }
}
.cart-steps li .step-title a {
  color: currentColor;
}
.cart-steps li.active .step-num {
  background-color: currentColor;
  color: #ffffff;
}
.cart-steps li.active .step-num a {
  color: #FFF !important;
}
.cart-steps li.active .step-title {
  color: currentColor !important;
}
.cart-steps li.active::after {
  background-color: currentColor;
  left: 50%;
  width: 50%;
  border-color: currentColor;
  border-style: solid !important;
  border-bottom-width: 2.5px !important;
  border-top-width: 2.5px !important;
}
.cart-steps li.active:nth-child(2):after {
  width: 100% !important;
  left: 0 !important;
}
.cart-steps li:not(.active) .step-title,
.cart-steps li:not(.active) .step-title a {
  color: #AAA !important;
}
.cart-steps li:not(.active) .step-num {
  background-color: #CCCCCC !important;
  border-color: #CCCCCC !important;
  color: #666666 !important;
}
.cart-steps li:not(.active) .step-num a {
  color: #AAA !important;
}
.cart-steps li:not(.active)::after {
  border-style: dashed !important;
  border-color: #AAA !important;
  background-color: #f3f3f3 !important;
}

/*# sourceMappingURL=checkout.css.map */
