/* ELLIE HEADER ALIGN — KOSZYK / CHECKOUT (v02)
   Autor: Modyfikator stworzony przez gumis
   Problem: na waskim ekranie (mobile) ikony naglowka (szukaj / konto / koszyk) sa nizej
   niz logo ELLIE — kolumny elementora (logo | ikony) nie sa wyrownane w pionie.
   Fix: wyrownanie kolumn naglowka do srodka w pionie. Tylko mobile, tylko koszyk/checkout. */
@media (max-width: 1024px) {
  body#cart #header .elementor-top-section > .elementor-container,
  body#checkout #header .elementor-top-section > .elementor-container {
    align-items: center !important;
  }
  body#cart #header .elementor-top-section > .elementor-container > .elementor-column,
  body#checkout #header .elementor-top-section > .elementor-container > .elementor-column {
    align-self: center !important;
  }
  body#cart #header .elementor-top-section .elementor-widget-wrap,
  body#checkout #header .elementor-top-section .elementor-widget-wrap {
    align-content: center !important;
  }
}
