/*
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 only screen and (min-width: 1000px) {
    .single-product .row > .product[data-gallery-style] .single-product-main-image, .single-product .product[data-gallery-style] .single-product-main-image {
        width: 50%;
        margin-right: 2%;
    }
	.single-product .row > .product[data-gallery-style][data-tab-pos] .single-product-summary, .single-product .row > .product[data-gallery-style][data-tab-pos] .summary.entry-summary, .single-product .product[data-tab-pos] .summary.entry-summary{
		padding: 5% 4% 0 4%;
		border-left: 1px solid #000;
		
	}
	.single-product .product[data-tab-pos] .summary.entry-summary:before{
		content: '';
        width: 100%;
        border-top: 20px solid #d1d3d4;
        border-bottom: 20px solid #000;        
        position: absolute;
        top: 0;
        left: 0;
	}
}
.single-product div[data-style="minimal"] .toggle {
    border-bottom: 2px solid rgba(0, 0, 0, 1);
}
.single-product .toggle>.toggle-title a{
	    color: rgba(0, 0, 0, 1);
}
.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a{
	background-color: rgba(0, 0, 0, 1) !important;    
    color: #fff;
}
.products li.product.minimal .product-wrap .product-image-wrap .product-add-to-cart a:hover{
	background-color: rgba(0, 0, 0, 1) !important;  
}
