/* products */

.woocommerce-loop-product__title {
    margin-bottom: -14px !important;
}

.price {
    margin-bottom: -0.5em !important;
}

.woocommerce-ordering {
    margin: 0 0 4em !important;
    font-family: 'Rubik';
}

.woocommerce-result-count {
    font-family: 'Rubik';
}

select.orderby {
    border: 1px solid #e7e7e7 !important;
}

.attachment-woocommerce_thumbnail {
    height:220px !important;
    object-fit:cover;
}

.woocommerce-product-gallery .flex-control-thumbs img{
    height:120px !important;
    object-fit:cover;
    margin-top:10px !important;
}