img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 576px) {
    img{
        height: 150px;
    }
}

/* .product-box.product-box-category h5{
    font-size: unset;
} */


.product-box:hover {
    background: #002b4f;
    color: white !important;
}

.product-box:hover h3 {
    color: white !important;
}

.product-box {
    background: #ddd;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 25px;
    border-radius: 10px;
}

.product-box h3{
	font-size: 15px;
	padding: 10px 0;
	font-weight: bolder;
}

.product-box.product-box-category h3{
	font-size: 12px;
}


.product-filter h5, .container h5, .product-filter h6, .container h6{
	font-weight: 700;
    color: #2E2E2E;
    margin: 0px;
}


.img-dashboard{
    max-height: 200px;
}