
.woodmart-woocommerce-layered-nav .count, .widget_product_categories .count {
	padding-right: 5px;
	padding-left: 5px;
	min-width: 30px;
	height: 20px;
	border: 1px solid rgba(119, 119, 119, .2);
	border-radius: 35px;
	color: #777;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

.woodmart-woocommerce-layered-nav .layered-nav-link:hover+.count, .woodmart-woocommerce-layered-nav .layered-nav-link:focus+.count, .woodmart-woocommerce-layered-nav .chosen .count, .widget_product_categories .product-categories li a:hover+.count, .widget_product_categories .product-categories li a:focus+.count, .widget_product_categories .product-categories li.current-cat>.count {
	color: #fff;
	background-color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}

[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .count, [class*="color-scheme-light"] .widget_product_categories .count {
	border-color: rgba(255, 255, 255, .3);
	color: rgba(255, 255, 255, .8);
}

.woodmart-woocommerce-layered-nav>.filter-pseudo-link {
	display: none;
}

.woodmart-woocommerce-layered-nav .wd-scroll {
	display: flex;
	align-items: stretch;
	flex-direction: row;
}

.woodmart-woocommerce-layered-nav ul {
	flex: 1 1 auto;
	padding-right: 5px;
}

.woodmart-woocommerce-layered-nav li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.woodmart-woocommerce-layered-nav .layered-nav-link {
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: center;
	flex-direction: row;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.woodmart-woocommerce-layered-nav .layered-nav-link:after {
	display: none;
	margin-left: 5px;
	font-weight: 600;
	font-size: 9px;
	line-height: 1;
	content: "";
	font-family: "woodmart-font";
}

.woodmart-woocommerce-layered-nav .layered-nav-link:hover .filter-swatch span:after, .woodmart-woocommerce-layered-nav .layered-nav-link:focus .filter-swatch span:after {
	opacity: 1;
}

.woodmart-woocommerce-layered-nav .swatch-inner {
	display: inline-flex;
	align-items: center;
	flex-direction: row;
}

.woodmart-woocommerce-layered-nav .layer-term-name {
	position: relative;
}

.woodmart-woocommerce-layered-nav .chosen .layered-nav-link {
	color: #333;
	font-weight: 600;
}

.woodmart-woocommerce-layered-nav .chosen .layered-nav-link:after {
	display: block;
}

.woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
	color: #333;
	font-weight: 600;
}

.woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name {
	min-width: 20px;
	text-align: center;
}

.woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	margin-top: 1px;
	height: 2px;
	background-color: #000;
	opacity: 0;
	transition: all .25s ease;
}

.woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link:hover, .woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link:focus {
	color: #777;
}

.woodmart-woocommerce-layered-nav .with-swatch-text.chosen .layer-term-name:after {
	opacity: 1;
}

.woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span {
	border-radius: 0;
}

.woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span[style^="background-image"], .woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span[style$="#ffffff;"] {
	border: none;
}

.woodmart-woocommerce-layered-nav .swatches-brands .filter-swatch span:after {
	content: none;
}

.woodmart-woocommerce-layered-nav .swatches-brands .layered-nav-link:hover .filter-swatch, .woodmart-woocommerce-layered-nav .swatches-brands .layered-nav-link:focus .filter-swatch {
	opacity: .5;
}

.woodmart-woocommerce-layered-nav .swatches-brands .chosen .layered-nav-link .filter-swatch {
	opacity: .5;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline li {
	margin-right: 10px;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline li:last-child {
	margin-bottom: 5px;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline .with-swatch-text .layer-term-name {
	padding-right: 4px;
	padding-left: 4px;
	min-width: 0;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline .count {
	min-width: 25px;
	font-size: 10px;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline.swatches-brands li {
	margin-right: 20px;
}

.woodmart-woocommerce-layered-nav .swatches-display-inline.show-labels-off .with-swatch-text .layer-term-name {
	min-width: 25px;
}

.woodmart-woocommerce-layered-nav .swatches-display-double {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -5px;
}

.woodmart-woocommerce-layered-nav .swatches-display-double li {
	flex: 1 1 50%;
	padding-right: 5px;
	padding-left: 5px;
	max-width: 50%;
}

.woodmart-woocommerce-layered-nav .swatches-display-double li:last-child {
	margin-bottom: 5px;
}

.woodmart-woocommerce-layered-nav .swatches-small .with-swatch-text .layer-term-name {
	font-size: 14px;
}

.woodmart-woocommerce-layered-nav .swatches-normal .with-swatch-text .layer-term-name {
	font-size: 16px;
}

.woodmart-woocommerce-layered-nav .swatches-large .with-swatch-text .layer-term-name {
	font-size: 18px;
}

.woodmart-woocommerce-layered-nav .show-labels-off .wc-layered-nav-term:not(.with-swatch-text) .layer-term-name {
	display: none;
}

.woodmart-woocommerce-layered-nav .show-labels-off .count {
	display: none;
}

.woodmart-woocommerce-layered-nav .show-labels-off .filter-swatch {
	margin-right: 0;
}

.woodmart-woocommerce-layered-nav .show-labels-off .layered-nav-link {
	padding-right: 0;
}

.woodmart-woocommerce-layered-nav .show-labels-off .layered-nav-link:after {
	content: none;
}

[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .chosen .layered-nav-link {
	color: #fff;
}

[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .with-swatch-text .layered-nav-link {
	color: #fff;
}

[class*="color-scheme-light"] .woodmart-woocommerce-layered-nav .with-swatch-text .layer-term-name:after {
	background-color: #fff;
}

.wd-widget-layered-nav-dropdown-form, .woocommerce-widget-layered-nav-dropdown {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.wd-widget-layered-nav-dropdown-form select[multiple="multiple"], .woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] {
	overflow: hidden;
	background-image: none;
}

.wd-widget-layered-nav-dropdown-form select[multiple="multiple"].nitro-lazy, .woocommerce-widget-layered-nav-dropdown select[multiple="multiple"].nitro-lazy {
	background-image: none !important;
}

.wd-widget-layered-nav-dropdown-form select[multiple="multiple"] option, .woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] option {
	margin-top: 9px;
	padding: 0;
	background-color: transparent;
}

.wd-widget-layered-nav-dropdown-form select[multiple="multiple"] option:not(:first-child), .woocommerce-widget-layered-nav-dropdown select[multiple="multiple"] option:not(:first-child) {
	display: none;
}

.wd-widget-layered-nav-dropdown__submit, .woocommerce-widget-layered-nav-dropdown__submit {
	margin-top: 20px;
	padding: 10px 14px;
	font-size: 12px;
	line-height: 16px;
}

.woodmart-woocommerce-layered-nav .filter-swatch {
	position: relative;
	margin-right: 10px;
	font-size: 0;
	transition: opacity .25s ease;
}

.woodmart-woocommerce-layered-nav .filter-swatch>span {
	position: relative;
	display: block;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.woodmart-woocommerce-layered-nav .filter-swatch>span[style^="background-image"], .woodmart-woocommerce-layered-nav .filter-swatch>span[style$="#ffffff;"] {
	border: 1px solid rgba(0, 0, 0, .15);
}

.woodmart-woocommerce-layered-nav .filter-swatch>span:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .1);
	color: #fff;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	transition: opacity .2s ease;
	content: "";
	font-family: "woodmart-font";
}

.woodmart-woocommerce-layered-nav .chosen .filter-swatch span:after {
	opacity: 1;
}

.woodmart-woocommerce-layered-nav .swatches-small .filter-swatch>span {
	width: 15px;
	height: 15px;
}

.woodmart-woocommerce-layered-nav .swatches-small .filter-swatch>span:after {
	font-size: 8px;
}

.woodmart-woocommerce-layered-nav .swatches-small.swatches-brands .filter-swatch>span {
	width: 45px;
	height: 30px;
}

.woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch>span {
	width: 25px;
	height: 25px;
}

.woodmart-woocommerce-layered-nav .swatches-normal .filter-swatch>span:after {
	font-size: 12px;
}

.woodmart-woocommerce-layered-nav .swatches-normal.swatches-brands .filter-swatch>span {
	width: 60px;
	height: 30px;
}

.woodmart-woocommerce-layered-nav .swatches-large .filter-swatch>span {
	width: 35px;
	height: 35px;
}

.woodmart-woocommerce-layered-nav .swatches-large .filter-swatch>span:after {
	font-size: 14px;
}

.woodmart-woocommerce-layered-nav .swatches-large.swatches-brands .filter-swatch>span {
	width: 90px;
	height: 40px;
}

.widget_product_categories .widget-title {
	margin-bottom: 10px;
}

.widget_product_categories .product-categories {
	margin-bottom: -5px;
}

.widget_product_categories .product-categories li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.widget_product_categories .product-categories li a {
	display: block;
	flex: 1 1 calc(100% - 40px);
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	width: calc(100% - 40px);
	text-decoration: none;
}

.widget_product_categories .product-categories li.current-cat>a {
	color: #333;
	font-weight: 600;
}

.widget_product_categories .children {
	flex: 1 1 auto;
	padding-left: 15px;
	width: 100%;
	margin-top: 0;
}

.widget_product_categories .count {
	flex: 0 0 auto;
}

.widget_product_categories .wd-cats-toggle {
	position: absolute;
	top: 7px;
	right: -25px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #bbb;
	text-align: center;
	font-weight: 600;
	font-size: 8px;
	line-height: 22px;
	cursor: pointer;
	transition: all .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.widget_product_categories .wd-cats-toggle:after {
	content: "";
	font-family: "woodmart-font";
}

.widget_product_categories .wd-cats-toggle.toggle-active {
	transform: rotate(180deg);
}

.widget_product_categories .wd-cats-toggle:hover, .widget_product_categories .wd-cats-toggle.toggle-active {
	background-color: #f9f9f9;
	color: #333;
}

.categories-accordion-on .widget_product_categories .product-categories {
	padding-right: 25px;
}

.categories-accordion-on .widget_product_categories .product-categories li {
	align-items: flex-start;
}

.categories-accordion-on .widget_product_categories .count {
	margin-top: 8px;
}

.categories-accordion-on .widget_product_categories .children {
	display: none;
}

[class*="color-scheme-light"] .widget_product_categories .product-categories li.current-cat>a {
	color: #fff;
}

[class*="color-scheme-light"] .widget_product_categories .wd-cats-toggle {
	color: rgba(255, 255, 255, .8);
}

[class*="color-scheme-light"] .widget_product_categories .wd-cats-toggle:hover, [class*="color-scheme-light"] .widget_product_categories .wd-cats-toggle.toggle-active {
	background-color: #fff;
	color: #333;
}

@media (max-width: 1024px) {
	.woodmart-woocommerce-layered-nav .wd-scroll {
		overflow-y: scroll;
		padding-right: 5px;
	}
	
	.woodmart-woocommerce-layered-nav .wd-scroll-content {
		overflow: visible;
	}
	
	.woodmart-woocommerce-layered-nav .swatches-display-double li {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.woodmart-woocommerce-layered-nav .swatches-display-double li:last-child {
		margin-bottom: 0;
	}
}
