/* TRVALÉ ZOBRAZENÍ POLE PRO SLEVOVÝ KUPON */
.discount-coupon:not(.uplatneno) form {
  display: block;
  margin-top: 0;
}
.kupon-odkaz {
  display: none;
}

/* skryti shoptetu z paticky */

#signature .title {
  display: none !important;
  color: red !important;
}

#signature .image {
  display: none !important;
}

/* skryti top menu */

@media screen and (min-width: 768px) {
  #navigation {
    display: none !important;
  }

  #header::after {
    content: none;
  }

  #header {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e4e4e4;
  }
}

/* skryti zprav */

.msg-success {
  display: none !important;
}

/* konk. vyhody 4x */

@media (min-width: 1200px) {
  .multiple-columns-body .position--benefitHomepage .benefitBanner__item {
    flex: 1 1 20%;
  }
}

/* PŘIDÁNÍ E-MAILOVÉ ADRESY DO HLAVIČKY WEBU */

@media screen and (min-width: 1200px) {
  .top-navigation-contacts {
    flex: 1 1 60% !important;
  }

  .top-navigation-bar .project-email {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 24px;
    color: var(--color-primary);
  }

  a.project-email::before {
    content: "\e910";
    font-size: 16px;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .top-navigation-contacts {
    display: block !important;
  }
  .top-navigation-contacts .project-phone {
    display: block !important;
  }
  .top-navigation-contacts .project-email {
    display: block !important;
    position: absolute;
    right: 164px;
    top: 15px;
    color: #a3a3af;
  }

  .ordering-process .top-navigation-contacts .project-email {
    right: 132px;
  }

  a.project-email::before {
    content: "\e910";
  }
  .top-navigation-contacts .project-email span {
    display: none;
  }
}

/* zobrazeni od do u tel cisla.. */
@media screen and (min-width: 992px) {
  .top-navigation-bar .project-phone::after {
    content: "(Po–So 9:00–19:00)";
    font-size: 12px;
    font-weight: normal;
    color: #a3a3af;
  }
}

/* PŘESUNUTÍ OBRÁZKU V UVÍTACÍM TEXTU POD ODSTAVEC */

.welcome-img {
  position: relative;
  right: 0;
  top: 0;
  height: auto;
  display: block;
  width: auto;
}
.welcimg-yes.welcome div,
.welcimg-yes.welcome h1 {
  max-width: none;
  padding: 0;
}

/* TLAČÍTKA SE ZAOBALENÝMI ROHY */

.btn:not(.cart-count),
.compact-form .form-control,
.pagination > a,
.pagination > strong,
a.login-btn {
  border-radius: 30px;
}
