#main_banner1 .main_slider__wrapper.swiper img {
    border-radius: 25px;
}

header .navbar-nav {
    justify-content: center;
}

header .navbar-collapse {
    border-bottom: 0;
}

#menu_buttons2 a,
#menu_buttons2 img {
    border-radius: 25px;
}

#menu_buttons2 {
    margin-bottom: 100px;
    
}

#main_hotspot_zone2,
#main_hotspot_zone3 {
    margin-bottom: 60px;
}

#main_hotspot_zone2 {
    margin-top: 70px; 
}

#main_cms2 {
    text-align: center;
    padding: 20px 20px;
    background-color: #f1f1f1;
    border-radius: 25px;
}

@media screen and (min-width: 768px) {
    #main_cms2 {
        padding: 50px 100px;
    }
}

@media (min-width: 979px) {
    #logo img {
        max-height: 50px;
    }
}

#menu_buttons {
    margin-top: 60px;
    margin-bottom: 70px;
}

#menu_buttons2 .menu_button_wrapper img {
        transition: all 0.3s ease;
}

#menu_buttons2 .menu_button_wrapper:hover img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    cursor: pointer;
}

#main_cms2 ol, #main_cms2 ul {
    list-style-type: none; }
    
    
    #menu_search .menu_search__input {
        background-color: #f1f1f1;
    }
    
.newproducts, .label.--new {
    border: 1px solid black;
}

.product .label_icons {
    top: 12.5px;
    bottom: unset;
}

.product__icon img {
    border-radius: 15px;
}