.woocommerce-ordering-list {
  position: relative;
}
.woocommerce-ordering-list ul {
  display: none;
  list-style: none;
  flex-direction: column;
  padding: 25px 23px;
  background: #fff;
  row-gap: 15px;
  border-radius: 8px;
  box-shadow: -4px 11px 15px 0 rgba(0, 0, 0, 0.45);
  width: 190px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
}
.hoodie_orderby_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-right: 0;
}
.woocommerce-ordering-list.active ul {
  display: flex;
}
.woocommerce-ordering-list > span svg {
  transform: rotate(180deg);
  width: 16px;
  height: 16px;
}
.woocommerce-ordering-list > span {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #000;
}
.woocommerce-ordering-list > span span {
  font-weight: 700;
}
.woocommerce-ordering-list.active > span svg {
  transform: rotate(0);
}
.woocommerce-ordering-list ul li a {
  font-size: 13px;
  color: #000;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
}
.woocommerce-ordering-list ul li {
  margin-bottom: 0;
}
.woocommerce-ordering-list ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #000;
}
.woocommerce-ordering-list ul li a.selected-order::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 576px) {
  .woocommerce-ordering-list ul li a {
    font-size: 14px;
  }
  .woocommerce-ordering-list > span {
    font-size: 14px;
    text-transform: none;
  }
}
aside.area-sidebar-shop .widget-area {
  background: #f8f8f8;
  padding: 35px 20px 30px 34px;
  border-radius: 10px;
}
aside.area-sidebar-shop .widget-area .wd-widget {
  margin-bottom: 15px;
  padding-top: 15px;
}
aside.area-sidebar-shop
  .widget-area
  .wd-widget:not(:last-of-type, :first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
aside.area-sidebar-shop .widget-area .wd-widget.newh-widget-stock-status {
  padding-top: 0;
}
.woodmart-woocommerce-layered-nav ul.wd-layout-boxes a::before, .woodmart-price-filter ul a::before,  #hoodie-product-attributes-4 ul li a::before {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  left: 0;
}
.woodmart-woocommerce-layered-nav ul.wd-layout-boxes a, .woodmart-price-filter ul a {
  padding-left: 20px;
}
.woodmart-woocommerce-layered-nav ul.wd-layout-boxes .layered-nav-link--chosen a::before, .woodmart-price-filter ul a.current-state::before, #hoodie-product-attributes-4 ul li.wd-active a::before {
  background: #000;
}
.woodmart-woocommerce-layered-nav ul.wd-layout-boxes .layered-nav-link--chosen a::after, .woodmart-price-filter ul a.current-state::after, #hoodie-product-attributes-4 ul li.wd-active a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/checked-white.svg) no-repeat;
  left: 2px;
  top: 50%;
  transform: translateY(calc(-50% + 1px));
  background-size: contain;
  height: 15px;
  width: 15px;
}
.woodmart-woocommerce-layered-nav ul li:not(:last-of-type) {
  margin-bottom: 7px;
}
.woodmart-woocommerce-layered-nav .wd-layout-double li:last-of-type {
  margin-bottom: 7px;
}
.woodmart-woocommerce-layered-nav ul li a, .woodmart-price-filter ul li a {
  display: inline-block;
  position: relative;
  padding-left: 0;
  text-decoration: none;
}
.woodmart-woocommerce-layered-nav ul.hoodie-tax-filters li a, .woodmart-price-filter ul li a, #hoodie-product-attributes-4 ul li a {
  padding-left: 28px !important;
}
.widget-area .widget {
  border: 0;
  padding-bottom: 0;
}
.widget-area
  .widget
  .wd-swatches-filter
  .wd-swatch-wrap
  a:hover
  .wd-swatch.wd-text {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.widget-area
  .widget
  .wd-swatches-filter
  .wd-swatch-wrap.wd-active
  a
  .wd-swatch.wd-text {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.widget-area .widget .wd-swatches-filter .wd-swatch-wrap a .wd-swatch.wd-text {
  font-weight: 400;
}
.wd-widget-collapse .widget-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 12px;
  transition: background-color 0.2s ease-out;
  margin-left: -12px;
  width: calc(100% + 24px);
}
.wd-widget-collapse.wd-opened .widget-title::after {
  content: "";
  background-color: transparent;
}
.wd-widget-collapse .widget-title::after {
  content: "";
  background-color: transparent;
  background: url("../img/filter-collapse.svg") center center no-repeat;
  border: none;
  bottom: 0;
  height: 2px;
  margin: auto;
  top: 0;
  right: 10px;
  transform: none;
  width: 10px;
}
.wd-widget-collapse .widget-title ~ * {
  margin-top: 5px;
}

.woodmart-archive-shop .widget-area .widget {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #E5E7EB;
}

.woodmart-archive-shop .widget-area .widget_clear_filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 0;
	padding-bottom: 0;

	.widget-title::after {
		content: unset !important;
	}

	.widget-title {
		padding: 0 12px;
	}

	a {
		font-size: 14px;
    	color: #666;
		margin-top: 0 !important;
		white-space: nowrap;
    	text-decoration: underline;
	}
	a:hover {
		color: #000;
	}
}
.woodmart-archive-shop .widget-area .widget:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.wd-show-sidebar-btn a {
	font-size: 16px;
    padding: 12px 16px;
	min-height: 45px;
	color: #fff;
	background: #000;
	column-gap: 8px;
	border-radius: 8px;
	font-weight: 500;
	svg {
		fill: #fff;
		width: 14px;
		height: 14px;
	}
}

.wd-show-sidebar-btn a:before {
	content: unset !important;
}

form.woocommerce-ordering {
	select {
		padding: 10px 16px;
		border: 1px solid #E5E7EB;
		background-color: #fff;
		border-radius: 8px;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		cursor: pointer;
		min-width: 180px;
	}
}

.shop-loop-head .wd-shop-tools:first-child {
	display: none;
}
.shop-loop-head .wd-shop-tools:last-child {
	width: 100%;

}

.woodmart-woocommerce-layered-nav ul li a.switch-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woodmart-woocommerce-layered-nav ul li a.switch-setting h4 {
  text-transform: uppercase;
  font-weight: 500;
}
.woodmart-woocommerce-layered-nav ul li a.switch-setting label {
  position: relative !important;
  left: 0 !important;
}
.form-group.switch-setting .form-switch {
  position: absolute;
  top: 0;
  left: 80px;
  display: inline-block;
  width: 45px;
  height: 24px;
  cursor: pointer;
}
.form-group.switch-setting input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-switch input:checked + .switch-slider {
  background-color: #000;
}
.form-switch .switch-slider {
  position: absolute;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}
.form-switch input:checked + .switch-slider:before {
  transform: translateX(21px);
}
.form-switch .switch-slider:before {
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
  border-radius: 50px;
}
.price_slider_wrapper .from,
.price_slider_wrapper .to {
  display: none;
}
.price_slider_wrapper input[type="text"] {
  border-radius: 20px;
}
.price_slider_wrapper button[type="submit"] {
  border-radius: 20px;
}
.reset-shop-filters a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
  height: 45px;
  padding: 0;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

#hoodie-product-attributes-3 {
	ul.wd-filter-list {
		display: grid;
		grid-template-columns: repeat(3,  1fr);
		grid-column-gap: 8px;
		a.layered-nav-link {
			display: block !important;
			width: 100% !important;	
		}
		a.layered-nav-link:hover .wd-swatch {
			border-color: #000;	
		}
		li.wd-active a.layered-nav-link .wd-swatch {
			border-color: #000;
		}
		.wd-swatch {
			box-shadow: none !important;
			padding: 8px;
    		text-align: center;
    		border: 2px solid #E5E7EB;
			font-size: 14px;
    		color: #000;
			width: 100%;
			border-radius: 0;
		}
		.wd-filter-lable {
			display: none;
		}
	}
}

#hoodie-product-attributes-4 {
	.wd-swatch.wd-bg {
		display: none;
	}
}
a.wd-products-load-more {
display: none !important;
}


.wd-content-area .wd-active-filters {
	width:100%;
	margin-top: 0;
	border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
	background: #fff;
	    flex-direction: column;
    align-items: flex-start;
	.active-filters-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 12px;
		width: 100%;
	}
	.active-filters-title {
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		color: #666;
	}
	.clear-all-filters a {
		font-size: 12px;
		color: #666;
		cursor: pointer;
		text-decoration: underline;
	}
	ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 8px;
		row-gap: 8px;
		width: 100%;
		li {
			display: inline-flex;
			align-items: center;
			background: #f8f9fa;
			border: 1px solid #E5E7EB;;
			border-radius: 20px;
			padding: 6px 12px;
			font-size: 12px;
			color: #000;
			gap: 6px;
			margin-bottom: 0;

			a:before {
				content: unset !important;
			}
			a:after {
				margin-inline-start: .3em;
				font-weight: 400;
				content: "\f112";
				font-family: "woodmart-font";
			}
			
		}
		li:hover {
				background: #f0f0f0;
    			border-color: #000;
			}
	}
}

@media (max-width: 576px) {
  aside.area-sidebar-shop {
    width: 100% !important;
  }
  aside.area-sidebar-shop .widget-area {
    padding: 20px;
    background-color: #fff;
  }
  aside.area-sidebar-shop .widget-area .sidebar-widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wd-sidebar-hidden-sm .wd-shop-tools {
	align-items: center;
  }
  .hoodie_orderby_wrapper {
	margin-bottom: 0;
  }

  .wd-sidebar.wd-side-hidden {
	width: 100%;
  }

  .wd-sidebar.wd-side-hidden .wd-widget {
	padding-inline: 0 !important;
  }

  .woocommerce-pagination {
	display: none !important;
  }
  a.wd-products-load-more {
	display: inline-flex !important;
	    width: 100%;
        padding: 16px;
        background: #000;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        margin-top: 32px;
		text-transform: none;
  }
  a.wd-products-load-more:hover {
	color: #fff !important;
	background: #000 !important;
	border-radius: 8px !important;
  }

}
