.tabs-block .info-list .info { max-width: 80%; }

.main-content-holder .addto-wishlist.in-wishlist { color: #ce2b37; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { width: auto; min-width: 36px; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; }

body.single-product .stats-block.pt-0 { padding-top: 40px !important; }

#footer .row { justify-content: center !important; }

.hero-search h1 { font-size: 30px; }

@media (min-width: 768px) {
    body.single-product .stats-block.pt-0 { padding-top: 60px !important; }
}
@media (min-width: 1024px) {
    body.single-product .stats-block.pt-0 { padding-top: 80px !important; }
}
@media (min-width: 1200px) {
    .hero-search h1 { font-size: 35px; }
    #footer .row .col { width: 25%; }
    #footer .row .col:nth-child(1) { width: 35%; }
}
@media (min-width: 1440px) {
    .hero-search h1 { font-size: 40px; }
}