/* EL-KAYAN mobile-only logo-bar spacing refinement. */

@media (max-width: 767.98px) {
  #header .header-top {
    padding-bottom: 0 !important;
  }

  #header .header-top .elk-mobile-header-row {
    min-height: 50px !important;
    height: 50px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  #header .header-top .elk-mobile-header-row #_mobile_logo {
    position: absolute !important;
    left: 50% !important;
    width: 160px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
  }

  #header .header-top .elk-mobile-header-row #_mobile_logo h1,
  #header .header-top .elk-mobile-header-row #_mobile_logo h1 > a {
    width: 160px !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  #header .header-top .elk-mobile-header-row > #menu-icon,
  #header .header-top .elk-mobile-header-row > #_mobile_cart,
  #header .header-top .elk-mobile-header-row > #_mobile_user_info {
    position: absolute !important;
    top: 50% !important;
    width: 44px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #header .header-top .elk-mobile-header-row > #menu-icon {
    inset-inline-start: 0 !important;
  }

  #header .header-top .elk-mobile-header-row > #_mobile_cart {
    inset-inline-end: 0 !important;
  }

  #header .header-top .elk-mobile-header-row > #_mobile_user_info {
    inset-inline-end: 44px !important;
  }

  #header .header-top .elk-mobile-header-row > .clearfix {
    display: none !important;
  }
}
