.stickers .sticker_novinka

{

   background-color: #b50751;

}

.logo-row .logo img, .logo-row .logo svg {
    max-width: 200%;
}

.gallery-items {
display: flex;
   width: 440px;
  flex-wrap: wrap;
}
.gallery-title {
    margin-top: 30px;
}
.gallery-items .item{
width: 100px;
margin-right: 5px;
margin-bottom: 5px;
}

@media(max-width: 600px) {
.gallery-items {
   width: 100%;
}
.gallery-items .item{
width: 31%;
margin-bottom: 10px;
}
}
.gallery-items .item img {
    width: 100px;
    height: auto;
}

.header-cart .basket_fly .items .item .bottom .buy_block div.error {
display:none;
}

.logo-row .logo {
	width: 250px !important;
	max-width: 250px !important;
}

.logo-row .logo img,
.logo-row .logo svg {
	max-width: 250px !important;
	width: 250px !important;
}

.centered .logo-row .logo {
	height: 85px;
}

#headerfixed .logo-row .logo img, #headerfixed .logo-row .logo svg {
	max-height: 85px;
}

#mobileheader .logo {
    max-width: 175px !important;
    height: 70px !important;
}

h1{font-size: 140%;} 
.my_logo_block {
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.my_logo_block .logo {
    height: auto!important;
}
.logo_slogan_block{
font-weight: bold;
    color: #000;
margin-bottom: 15px;
}