.price.sale-text {
    color: #000 !important;
    font-size: 1.1em !important;
}

.products-grid.hover-1-style .item .item-inner .box-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-grid.hover-1-style .item .item-inner .box-image a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-grid.hover-1-style .item .item-inner .box-image a img {
    /* height: 300px; */
    width: auto;
    max-width: 100%;
}

.header-bottom .logo img {
    max-height: 80px !important;
    height: auto;
    width: auto;
    max-width: 100%;
}

.products-grid.hover-1-style .item .item-inner .box-image {
    height: 300px;
}

/* Medium screens and up */
@media (min-width: 768px) {
    .header-bottom .logo img {
        max-height: 100px !important;
    }
}

/* Large screens and up */
@media (min-width: 1200px) {
    .header-bottom .logo img {
        max-height: 180px !important;
    }
}