/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@media(min-width: 1200px){
    .woocommerce .product-wrap img{        
        max-width: 90%!important;
        margin: auto;
        margin: auto;
         
    }
}

@media(min-width: 1000px){
    .product[data-tab-pos*="fullwidth"] .summary.entry-summary{
        width: 66%;
    }
    .woocommerce div.product div.images.woocommerce-product-gallery{
        width: 350px!important;
        margin: auto;
    }
}
