/* Herbatica - mobilna objednavka, korekcia navigacie a log */

body.in-krok-2 .next-step .order-button-suffix {
  margin-top: 4px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

body.in-krok-2 .next-step .next-step-finish {
  min-height: 64px !important;
}

@media (max-width: 767px) {
  html body.in-kosik .cart-header,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header {
    position: relative !important;
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    min-height: 66px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.in-kosik .cart-header .step,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step {
    position: relative !important;
    display: flex !important;
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
    align-items: stretch !important;
    justify-content: center !important;
    padding: 0 2px !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.in-kosik .cart-header .step > a,
  html body.in-kosik .cart-header .step > strong,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step > a,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step > strong,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step > a,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step > strong {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 1px !important;
  }

  html body.in-kosik .cart-header .step span,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step span,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step span {
    display: flex !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: normal !important;
  }

  html body.in-kosik .cart-header .step span::after,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step span::after,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step span::after {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    color: #6b7772 !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: normal !important;
  }

  html body.in-kosik .cart-header .step-1 span::after,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step-1 span::after,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step-1 span::after {
    content: "Košík" !important;
  }

  html body.in-kosik .cart-header .step-2 span::after,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step-2 span::after,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step-2 span::after {
    content: "Doprava & platba" !important;
  }

  html body.in-kosik .cart-header .step-3 span::after,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step-3 span::after,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step-3 span::after {
    content: "Informácie o Vás" !important;
  }

  html body.in-kosik .cart-header .step.active span::after,
  html body.ordering-process.in-krok-1 #checkoutContent .cart-header .step.active span::after,
  html body.ordering-process.in-krok-2 #checkoutContent .cart-header .step.active span::after {
    color: #087858 !important;
    font-weight: 800 !important;
  }

  body.in-krok-1 .shipping-billing-table .radio-wrapper > label {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 6px 10px !important;
  }

  body.in-krok-1 .shipping-billing-table .payment-info {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  body.in-krok-1 .shipping-billing-table .payment-shipping-price {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
  }

  body.in-krok-1 .shipping-billing-table .payment-logo {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
  }

  body.in-krok-1 .shipping-billing-table .payment-logo img {
    display: block !important;
    width: auto !important;
    max-width: 72px !important;
    max-height: 30px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }
}
