/*
Theme Name: Suprema Child
Theme URI: http://suprema.select-themes.com/
Description: A child theme of Suprema Theme
Author: Select Themes
Author URI: http://suprema.select-themes.com/
Version: 1.0.0
Template: suprema
*/
@import url("../suprema/style.css");

@media only screen and (max-width: 480px){
    .qodef-woocommerce-page.qodef-woocommerce-columns-4 .products .product, .woocommerce.columns-4 .products .product {
        width: 49%;
    }

    .qodef-woocommerce-page .products.standard .product .added_to_cart, .qodef-woocommerce-page .products.standard .product .qodef-btn, .woocommerce .products.standard .product .added_to_cart, .woocommerce .products.standard .product .qodef-btn{
        bottom: -100px;
    }
}
@media only screen and (max-width: 600px){
    .qodef-woocommerce-page .cart-empty, .woocommerce .cart-empty{
        margin-top: 80%;
    }
}



.qodef-single-product-thumbnails{ display: none;}
.qodef-single-product-images .qodef-single-product-images-holder, .qodef-woo-zoom-magnifier .images .qodef-single-product-images-holder{
    width: 100%
}
.d-xs-block{
    display: none;
}

@media only screen and (max-width: 768px){
    .d-xs-block{
        display: block;
    }
    
}


