/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

@media (min-width: 768px){
    .storefront-full-width-content.single-product .related ul.products li.product, 
    .storefront-full-width-content.single-product .upsells ul.products li.product {
        width: 19%;
        margin-right: 1%;
    }
}

@media only screen and (max-width: 1094px){
    div#woocommerce_recently_viewed_products-7{
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }
}

.woocommerce-product-gallery__image{
    
}