.jm-product-filter.is-layout-flex {
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.jm-product-filter .jm-filter-count {
	padding-left: 5px;
	color: #999;
}

.jm-product-filter .dropdown-label,
.jm-product-filter .filter-items a,
.jm-product-filter .jm-mobile-filter a {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #616161;
	text-decoration: none;
}
.jm-product-filter .dropdown-label {
	font-size: 16px;
}

.jm-product-filter .jm-filter-selected {
	color: #29514e;
	font-weight: 600;
}
.jm-product-filter .jm-filter-selected .jm-filter-count {
    
}

/* .jm-product-filter .dropdown-wrapper a {
	font-size: 12px;
	font-family: Montserrat;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: uppercase;
} */

.jm-product-filter .filter-items {
	margin-top: 0;
	display: table;
}

.jm-product-filter .jm-product-filter-clearall {
	font-size: 10px;
	font-weight: 500;
	float: right;
}

.jm-product-filter .yith-wcan-filters {
	display: none;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after,
.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after,
.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after {
/*	background-image: url(../images/button-right.png);*/
	background-image: url(../images/filter_plus.svg);
    width: 15px;
    height: 15px;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after,
.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after {
/*	background-image: url(../images/button-take-a-quiz-2.png);*/
	background-image: url(../images/filter_minus.svg);
    width: 15px;
    height: 15px;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter {
	margin-bottom: 0;
}

.jm-product-filter .filter-title,
.jm-product-filter .search-field-container {
	display: none;
}

.jm-product-filter .filter-content {
	min-width: 235px;
}

.jm-product-filter .filter-content>p {
	margin: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item {
	line-height: normal !important;
	margin: 0px;
	padding: 0px;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>a,
.jm-product-filter .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active>label>a,
.jm-product-filter .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a:hover,
.jm-product-filter .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a:hover {
	color: #29514e;
	font-weight: 700;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter>p {
	display: none;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper {
	border: none !important;
	box-shadow: 0 0 15px 0 #F0F0F0 !important;
	z-index: 1;
	/* box-shadow: none;
	border-top: none;
	border-top-right-radius: 0%;
	border-top-left-radius: 0%;
	border-color: #f2f2f2;
	padding: 26px; */
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .matching-items {
	overflow-y: visible;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
	border-bottom: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
	border-radius: 0%;
/*	border-color: black;*/
	border-color: lightgray;
/*    border: none;*/
}
.jm-product-filter .yith-wcan-filters .yith-wcan-filter:first-child .yith-wcan-dropdown.open {
    border: none;
}

.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed {
/*	border-top: none;*/
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0%;
	border-color: lightgray;
}
.jm-product-filter .yith-wcan-filters .yith-wcan-filter:first-child .yith-wcan-dropdown.closed {
    border-top: none;
}

.jm-product-filter .filter-items input[type="checkbox"] {
	width: 1em;
	height: 1em;
	background-color: white;
	border-radius: 50%;
	vertical-align: middle;
	border: 1px solid #29514e;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
	padding: 3px;
}

.jm-product-filter .filter-items input[type="checkbox"]:checked {
	border: 4px solid #29514e;
}

.jm-product-filter .yith-wcan-reset-filters.reset-filters {
/*	background-color: white;*/
	border: none;
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #29514e;
	text-decoration: none;
/*	vertical-align: middle;*/

	cursor: pointer;

/*
	border: 1px solid black;
	border-top: none;
	border-left: none;
	border-right: none;
*/
/*	padding: 10px 15px;*/
    
    
    display: inline-block;
	min-width: 100%;
	text-align: center;
/*	background-color: #F9EFED;*/
	background-color: #F9F9F9;
	padding: 8px 0;
    box-sizing: border-box;
/*	margin-left: 10px;*/
    line-height: 1.55;
}

.jm-product-filter .yith-wcan-reset-filters.reset-filters br {
	display: none;
}

.jm-mobile-filter {
    width:50%;
}
.jm-product-filter > p {
    width:50%;
    border-left: 1px solid #E7E7E7;
}
.jm-mobile-filter, .jm-product-filter > p {
    padding-left: 0;
}
.jm-mobile-filter > a {
    display: inline-block;
	min-width: 100%;
	text-align: center;
/*	background-color: #F9EFED;*/
	background-color: #F9F9F9;
	padding: 8px 0;
    box-sizing: border-box;
}

.wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-6.wp-block-group-is-layout-flex {
	background-color: #F9EFED;
}

.yith-wcan-filters.no-title.enhanced.jm-product-filter-show {
	display: block;
}

.jm-filters-container.filters-container {
	position: absolute;
/*	top: 211px;*/
	top: 35px;
	left: 20px;
	right: 20px;
	z-index: 133;
	background-color: white;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.1);
}

@media only screen and (min-width: 782px) {
    .jm-product-filter {
        width: inherit;
    }
	.jm-filters-container.filters-container {
		position: unset;
		/* top: 211px;
		left: 23px;
		z-index: 133;
		background-color: white; */
	}

	.wp-block-group.alignwide.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-6.wp-block-group-is-layout-flex {
		background-color: white;
	}

	.jm-mobile-filter {
		display: none;
	}

	.jm-product-filter .yith-wcan-filters {
		display: block;
	}

	.jm-product-filter .filters-container form {
		display: flex;
		gap: 10px;
	}

	.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed:after,
	.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.opened):after,
	.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown:not(.open):after {
		background-image: url(../images/arrow-down.svg);
	}

	.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open:after,
	.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.opened:after {
		background-image: url(../images/arrow-up.svg);
	}

	.jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed {
/*		border-color: black;*/
	}

     .jm-product-filter .yith-wcan-reset-filters.reset-filters {
        background-color: white;
        border: none;
        font-family: var(--wp--preset--font-family--montserrat);
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        color: #29514e;
        text-decoration: none;
        vertical-align: middle;

        cursor: pointer;

        border: 1px solid #29514e;
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 10px 15px;
    	margin-left: 10px;
        min-width: inherit;
         line-height: normal;
    }
    .jm-product-filter .dropdown-label {
        font-size: 12px;
    }
    .jm-product-filter > p {
        border-left: none;
    }
    
    .jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open {
        border-top: 0;
    }
    .jm-product-filter .yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.closed {
    	border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid;
        border-radius: 0%;
        border-color: #29514e;
    }
    .jm-product-filter .yith-wcan-filters .yith-wcan-filter:first-child .yith-wcan-dropdown.closed {
        border-top: none;
    }
}