/*
 * Kosmetika4U – kontaktní blok v desktopové hlavičce
 * Version: 1.0.0
 */

.k4u-contact {
  display: flex;
  flex: 0 0 24%;
  flex-direction: column;
  gap: 3px;
  width: 24%;
  max-width: 24%;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.k4u-contact a {
  color: #222;
  text-decoration: none;
}

.k4u-contact a:hover {
  color: #127c72;
}

.k4u-contact b {
  font-weight: 600;
}

@media (min-width: 992px) {
  #header .header-top {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center;
  }

  #header .header-top .site-name-wrapper {
    flex: 0 0 27% !important;
    width: 27% !important;
    max-width: 27% !important;
  }

  #header .header-top .search {
    flex: 0 0 34% !important;
    width: 34% !important;
    max-width: 34% !important;
  }

  #header .header-top .navigation-buttons {
    flex: 0 0 15% !important;
    width: 15% !important;
    max-width: 15% !important;
    margin-left: auto !important;
  }
}

@media (max-width: 991px) {
  .k4u-contact {
    display: none !important;
  }

  #header .site-name-wrapper,
  #header .site-name-wrapper img {
    background: #fff !important;
  }
}
