/* Add custom CSS styles below */ 
@media(max-width: 991px){
.square-links-1{
display:none;
}
}

@media(min-width: 991px){
.square-links-2{
display:none;
}
.sub-menu ul{
max-height: 90vh;
overflow: scroll;
overflow-y:scroll;
}

.menu .menu ul{
max-height: 90vh;
overflow-y:scroll;
overflow: scroll;
}

.product-index salla-slider img.w-16{
object-fit:contain !important;
}

.main-nav-container.fixed-pinned .navbar-brand img{
filter: unset !important
}

.store-footer__inner, .store-footer__contacts-row, .store-footer{
    background-color: #fff !important;

}
.store-footer__curve{
     color: #fff !important;
}
body.trans_header .store-header{
	top: 40px;
}
@media (max-width: 991px) {
	body.trans_header .store-header{
		top:61px;
	}
}
@media (max-width: 991px){
.simplified-products .s-products-slider-card .product-card--simplified .product-card__image, .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__image, .simplified-products .offer-slide .product-card--simplified .product-card__image {
    height:13.3rem;
    max-height:13rem;
}}