/*
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
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Cormorant+Garamond&family=Crimson+Text&family=EB+Garamond&family=Noto+Sans&family=Noto+Serif&family=Source+Sans+Pro&display=swap');

.woocommerce ul.products li.product.classic .product-wrap img {
	height: 198px;
	object-fit: contain;
}

.woocommerce ul.products li.product.classic .woocommerce-loop-product__title {
	font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
}

.woocommerce ul.products li.product.classic .price, .woocommerce-page ul.products li.product.classic .price {
	font-size: 1.2rem;
	line-height: 1.2;
}

body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product.classic {
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.075);
    padding: 1rem;
    border-radius: 0.5rem;
	overflow: hidden;
}

@media screen and (min-width: 1000px) {
	.woocommerce #sidebar.span_3 {
		width: 23.5%;
	}
	.woocommerce .post-area.span_9 {
		width: 74.5%;
	}
}

.woocommerce  .label-wrap.wapl-diagonal-bar {
	left: 0rem;
    top: 0rem;
    font-size: 0.65rem;
    font-weight: 600;
}

.woocommerce  .label-wrap.wapl-diagonal-bar.label-orange {
	left: 0rem;
    top: 0rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.material #sidebar .widget .woof_list_radio li, .material .widget .woof_list_radio li {
	display: flex !important;
	align-items: center;
}

.material #sidebar .widget .woof_list_radio li a, .material .widget .woof_list_radio li a {
	display: inline-flex;
    align-items: center;
	margin-left: 0.5rem;
    position: relative;
    top: 2px;
}

.material #sidebar .widget .woof_list_radio li a img, .material .widget .woof_list_radio li a img {
	max-height: 1.75rem;
	margin-bottom: 0;
}

.woocommerce #sidebar div ul.woof_list_checkbox li .woof_childs_list li, .material.woocommerce #sidebar div ul.woof_list_checkbox li .woof_childs_list li {
	display: block !important;
}

