.header {
      z-index: 999;
}

body {
    overflow-x: hidden;
} 
#settingsBox, #accountBox { 
    z-index: 999;
}
@media (max-width: 700px){
    .footer-logo {
        width: 115px;
        margin-bottom: 14px;
    }
    .tiny-slider {
        height: auto; 
    }
}
#ingredients {
    display: block;
    line-height: 12px;
    padding: 1px 1px 1px 60px;
}
#ingredients ul {
    list-style: circle;
}

.grid-products .item .product-image img {
    object-fit: contain !important;
}
@media only screen and (max-width: 1199px) {
.header-7 .header-main {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
 
@media only screen and (max-width: 767px) {
    .slideshow.slideshow-wrapper.tiny-slider .slick-arrow-dots .slick-dots {
        display: none !important;
    }
}