.product-filter {
	height: 50px;
}
.product-title {
	font-weight: bold;
	text-decoration: none;
	color: #be1212;
	transition: all 0.1s;
}
.product-title:hover {
	color: #000;
}
.apercu_produit {
	padding: 20px;
}
.ap_image {
	max-width: 200px;
	padding: 10px 20px 0 0;
	display: flex;
    margin-bottom: 25px;
}
.ap_image img {
	width: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 3px;
    height: 183px;
}
.ap_detail {
	text-align: justify;
}
.product-user-info {
	text-align: center;
	padding: 10px;
}
.product-user-info p {
	line-height: 0.7;
	color: #7b8084;
}
.product_username {
	font-weight: bold;
}
.product-img-list {
	max-width: 50px;
}
.product-image{
	max-height: 189px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.container{
	margin-bottom: 40px;
}
.standard.left{
	position: sticky;
    top: 41px;
}
.no-product{
	color:#968c8c;
}
@media (max-width:767px){
	.category_filter{
		padding: 0 40px;
	}
}
@media (min-width:576px){
	.prod-img-container{
		min-height: 150px;
	}
}
@media (min-width:1632px){
	.prod-img-container{
		min-height: 232px;
	}
}
