.contactus__email {
  display: none;
}
.contactus__phone {
  display: none;
}
#menu-item-456087 a {
  color: red; /* Oranžový text */
  font-weight: 500}

    #menu-item-456093 a {
  
  font-weight: 700
}
img[src*="motiv-menici-gif"] {
  width: 1200px !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
}
/*uprava velikosti loga*/
@media(min-width: 1200px) {
  .menu-horizontal .navbar__brand {
    min-height: 3rem
  }
}

.menu-horizontal .navbar__brand-logo-img {
  max-width: 8rem;
  max-height: 4rem
}

@media(min-width: 576px) {
  .menu-horizontal .navbar__brand-logo-img {
    max-width: 15rem
  }
}

@media(min-width: 1200px) {
  .menu-horizontal .navbar__brand-logo-img {
    max-width: 9rem;
    max-height: 4rem
  }
}

/*obaluje obrázek*/
.product-item__img-wrapper {
  height: auto;
  padding-bottom: 0;
  background-color:transparent;
}

/*samotný obrázek*/
.product-item__icon,
.product-item__img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: unset;
  transform: unset;
  height:auto;
  width:auto;
  max-width:100%; /*maximalni sirka*/
  max-height:170px; /*maximalni vyska*/
}

/* obal obrázku */
.category__img-wrapper {
  width: 100%;
  height: 100px; /* pevná výška boxu */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* zabrání přetékání obrázku */
  background-color: transparent;
}

/* samotný obrázek */
.category__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}



