/* CSS Document */

header .navbar-brand.logo img {
  height: 80px;
}
.justify-content-right{
  justify-content: right;
  padding-bottom: 20px;
  padding-top: 20px;
}
.oe_product .oe_product_image img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar .nav-item {
    font-size: 15px;
}

/* --- WHATSAPP ---*/
.whatsap{ position:fixed; bottom:21px; right:21px; z-index:500;}
.whatsap:hover{ bottom:21px; right:21px;} .web{ display:block } .mov { display:none} 
@media (max-width: 600px){ .products_pager .pagination {margin: -2px auto !important;}}
@media (max-width: 768px) { .web{ display:none } .mov { display:block}}
/* --- FIN WHATSAPP ---*/

@media (max-width: 786px) {
    .navbar-light .navbar-toggler {
        margin-right: 20px;
    }
    header .navbar-brand.logo img {
        margin-left: 10px;
    }
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
    }
    #products_grid td.oe_product, #products_grid div.oe_product .oe_product_image {
        max-height: 300px;
    }
    #products_grid .oe_product {
        height: 450px !important;
    }
    .footer-cel {
        text-align: center;
    }
    .o_website_sale_search {
        padding-bottom: 10px;
    }
}