.point-price {
    display: none !important;
}

.product_prices {
    justify-content: center !important;
    padding-top: 10px;
}

@media (max-width: 978px) {
    .product-icon img {
        max-height: 214px;
    }
    
    .product-icon {
        height: 226px;
    }
    
    .product_wrapper .product_wrapper_sub {
        padding: 2px;
        padding-bottom: 10px;
    }
    
    #search .product_wrapper .product_wrapper_sub {
        padding: 2px;
        padding-bottom: 10px;
    }
}

a.btn-regular.compare_add {
    display: none;
}

#products_associated_zone2,
#products_associated_zone3
 {
    clear: both;
 }
 
 #menu_banners3 img {
    width: 430px;
}

.n60972_main {
    display: none;
}

h1, h2, h3, h4, h5 ,h6, .big_label {
    font-family: 'Lato',sans-serif;
}

.projector_status_description, .projector_amount {
   display: none !important;
}

@media (min-width: 979px) {
     #menu_banners3 img {
        width: 434px;
    }
    
    #main_banner1 {
        margin-bottom: 22px !important;
    }
    
    #menu_banners3 .menu_button_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .main_page #menu_banners3 div:first-child {
        padding-left: 15px;
    }
    
    .main_page #menu_banners3 div:last-child {
        padding-right: 15px;
    }
}

.product-name {
    font-size: 1.3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

#projector_banner i {
    font-size: 1.5rem;
}