
body {background: white; background: white; background: white;}

a {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.navbar__menu-link {
  font-size: 17px;}

#menu-item-258951 a {
  color: red; 
  font-weight: 500;
}
.contactus__email {
  display: none;
}
.motive {display:none}
#index .motive {display:block} 

.product-item__label--variants {display:none} /*varianty v obrazku*/

.main > .container:first-child,
.main > .motive__motto:first-child,
.container--article {
  padding-bottom: 0;}

}		
/*uprava velikosti loga*/
@media(min-width: 1200px) {
  .menu-horizontal .navbar__brand {
    min-height: 4rem
  }
}

.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*/
}

