
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 {
  content: "";
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  background: #e7e6e6;
  border-radius: 2px;
  left: 0;
}
.woodmart-woocommerce-layered-nav ul.wd-layout-boxes a {
  padding-left: 20px;
}
.woodmart-woocommerce-layered-nav
  ul.wd-layout-boxes
  .layered-nav-link--chosen
  a::before {
  background: #000;
}
.woodmart-woocommerce-layered-nav
  ul.wd-layout-boxes
  .layered-nav-link--chosen
  a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/checked-white.svg) no-repeat;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  height: 12px;
  width: 12px;
}
.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 {
  display: inline-block;
  position: relative;
  padding-left: 0;
  text-decoration: none;
}
.woodmart-woocommerce-layered-nav ul.hoodie-tax-filters li a {
  padding-left: 25px !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: capitalize;
  font-weight: 700;
  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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E")
    no-repeat 50%;
  border: none;
  bottom: 0;
  height: 20px;
  margin: auto;
  top: 0;
  right: 10px;
  transform: none;
  width: 20px;
}
.wd-widget-collapse .widget-title ~ * {
  margin-top: 5px;
}
.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: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.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;
}
