.bhfb-footer .bhfb-row-wrapper {
padding-top: 15px;
padding-bottom: 15px;
}
.bhfb-footer .bhfb-main_footer_row .bhfb-column-1 {
align-items: center;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:not(.botiga-slides) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
width: auto;
}
@media screen and (max-width: 568px) {
.bhfb-footer .bhfb-component-social .social-profile > a svg {
justify-content: center;
}
.bhfb-footer .bhfb-component-widget1 .widget-column .widget {
justify-content: center;
text-align: center;
}
.bhfb-footer .bhfb-component-widget3 .widget-column .widget {
text-align: center;
}
}