.footer-info{
background: #0a3053;
}
.footer-widgets{
background: #073763;
}
/* Zoom In on Hover for All product images Images */
.img-fluid-eq__wrap img {
    transition: transform 0.5s ease;
}
.img-fluid-eq__wrap:hover img {
    transform: scale(1.1);
}
/* End Zoom In on Hover for All product images Images */

.img-fluid-eq__wrap img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.copyright{ color:black;}
.product-category-label label{color:black;}