/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 janv. 2022, 16:04:31
    Author     : olivier
*/

table.listing-products {
    background-color:#eee; border: 1px solid #ccc;
}

table.listing-products th, table.listing-products td {
    padding: 10px;
}
table.listing-products span.price_listing {
    font-size: 1.2rem;
    color: seagreen;
}
.img-item-product {
    min-height: 370px;
    max-height: 370px;
    border: 1px solid #ddd;
}
.mini-slider {
    display: none;
}
.bg-dark-transparent {
    background-color: rgba(25, 25, 25, .3)!important;
}