/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.discount_notice {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    padding: 15px;
}
.searchform input[type="text"] {
    padding-left: var(--wd-search-btn-w);
}
.searchform .searchsubmit {
	left: 0;
}
.wd-search-full-screen .searchform input[type="text"].s {
	text-align: left;
}
.wcus-checkout-fields {
	display: block!important;
}

.shop-loop-head {
    flex-direction: column;
    align-items: normal;
}
.filter--style-premmerce .filter__checkgroup-check, .filter--style-custom .filter__checkgroup-check {
    display: none !important;
}
.filter__checkgroup {
    display: flex;
    justify-content: space-between;
}
label.filter__checkgroup-title {
    color: black;
    font-size: 14px !important;
    border: 1px solid gray;
    border-radius: 20px;
    padding: 2px 10px;
    height: 28px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
span.filter__checkgroup-count {
    font-size: 14px;
}
span.filter__checkgroup-count:before, span.filter__checkgroup-count:after {
	display: none;
}
span.filter__checkgroup-count {
    font-size: 14px;
    border: 1px solid gray;
    border-radius: 50%;
    padding: 2px 7px;
    width: 32px;
    height: 28px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.filter__checkgroup-control[type="radio"]:checked+.filter__checkgroup-title , .filter__checkgroup-control[type="checkbox"]:checked+.filter__checkgroup-title  {
	background: black;
    color: white;
    border-color: black;
}
@media (max-width:768px) {
	.shop-loop-head .wd-active-filters {
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    margin-top: 10px;
	}
    .tax-product_cat .wd-prefooter, .tax-product_cat .wd-footer {
        display: none;
    }
}