/* Herbatica - mobilny kosik: zjednotenie navigacie krokov s dalsimi krokmi objednavky */

@media (max-width: 767px) {
  html body.in-kosik .cart-header {
    min-height: 56px !important;
  }

  html body.in-kosik .cart-header .step {
    min-height: 55px !important;
  }

  html body.in-kosik .cart-header .step > a,
  html body.in-kosik .cart-header .step > strong {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  html body.in-kosik .cart-header .step::after,
  html body.in-kosik .cart-header .step::before {
    content: none !important;
    display: none !important;
  }

  html body.in-kosik .cart-header .step span::before {
    content: counter(steps) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 25px !important;
    width: 25px !important;
    height: 25px !important;
    margin: 0 !important;
    border: 1px solid #cbd4d0 !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #69736e !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
  }

  html body.in-kosik .cart-header .step.active span::before {
    border-color: #2fa87d !important;
    background: #eaf7f1 !important;
    color: #087858 !important;
  }
}
