.about-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.sidebar.sidebar-shop {
  background: #fff;
  border-radius: 22px;
  padding: 1.5rem 1.25rem;
}
.woocommerce__order__stock form {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.woocommerce__order__stock form > div {
  border-radius: 1rem;
  background-color: #fff;
  font-size: 14px;
  color: #585859;
  line-height: 1;
  padding: 8px 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  border: 1px solid #f6f6f6;
  width: 100%;
}
.in-stock-switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 23px;
}

.in-stock-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.in-stock-switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #dedede;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.in-stock-switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  right: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.2))
    drop-shadow(
      0px 0.10000000149011612px 0.30000001192092896px rgba(0, 0, 0, 0.1)
    );
}

.in-stock-switch input:checked + .slider {
  background-color: var(--color1);
}

.in-stock-switch input:focus + .slider {
  box-shadow: 0 0 1px var(--color1);
}

.in-stock-switch input:checked + .slider:before {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
.widget_layered_nav.widget-open ul {
  display: block;
  margin-top: 0;
}
.price_slider_wrapper {
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 0;
  height: 4px;
  position: relative;
  margin-block: 64px 34px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle {
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: ew-resize;
  outline: 0;
  top: 50%;
  background-color: var(--color3);
  border-radius: 6px;
  position: absolute;
  transition: all 0.3s;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:after {
  content: "\e90d";
  font-family: "icomoon";
  color: #fff;
  line-height: 1;
  font-size: 10px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child:after {
  transform: rotate(180deg);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child {
  margin-left: -16px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 4px;
  top: 0;
  height: inherit;
  background-color: var(--color2);
}

.price_slider_wrapper .price_slider_amount .input--wrapper::after {
  content: "تومان";
  color: #b8b8b9;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--bold_font);
}

.price_slider_wrapper .price_slider_amount .input--wrapper {
  position: relative;
  width: 100%;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
  line-height: 1;
  text-align: center;
  margin-bottom: 4px;
}

.price_slider_wrapper .price_slider_amount button {
  margin-top: 6px;
  height: 41px !important;
  min-width: 116px !important;
  font-size: 13px;
}

.price_label {
  font-size: 0;
}

.price_label .from,
.price_label .to {
  position: absolute;
  font-size: 12px;
  font-family: var(--bold_font);
  color: #808080;
  line-height: 1;
  display: inline-flex;
  gap: 5px;
}

.price_label .from {
  right: 0;
  top: -75px;
}

.price_label .from::before {
  content: "از";
  display: inline-flex;
}

.price_label .to {
  left: 0;
  top: -75px;
}

.price_label .to::before {
  content: "تا";
  display: inline-flex;
}
.price_input_amount_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 18px;
}

.price_input_amount_wrap label {
  font-size: 13.5px;
  color: #585859;
  line-height: 2;
  display: block;
}

.price_input_amount_wrap input:focus {
  border-color: #858686;
}

.price_input_amount_wrap input {
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  padding: 12px;
  text-align: right;
  font-size: 14.5px;
  font-family: var(--bold_font);
  color: #808080;
  display: block !important;
  width: 100%;
  height: 48px;
  line-height: 1;
  transition: border-color 400ms;
}
.woocommerce-widget-layered-nav
  .icon-minus.widget__toggle:not(.toggle-opened):before {
  content: "\ea0a";
}
.widget-side > ul li.woocommerce-widget-layered-nav-list__item {
  display: flex;
  padding-bottom: 0.5rem;
  justify-content: space-between;
  font-size: 12px;
}
.widget-side > ul li.woocommerce-widget-layered-nav-list__item .count {
  color: rgb(52 53 54 / 60%);
  font-size: 11px;
}
li.woocommerce-widget-layered-nav-list__item a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 1px;
  margin-left: 8px;
  transition: 0.3s;
  border-radius: 6px;
  border: 1px solid rgba(248, 142, 30, 0.4);
  background-color: #f5f5f5;
  padding: 1px;
  background-clip: content-box;
}

li.woocommerce-widget-layered-nav-list__item.chosen a,
li.woocommerce-widget-layered-nav-list__item a:hover {
  color: var(--color1);
}

li.woocommerce-widget-layered-nav-list__item a:hover:before,
li.woocommerce-widget-layered-nav-list__item.chosen a:before {
  background-color: var(--color1);
}

.widget_layered_nav_filters li.chosen a {
  display: inline-flex;
}

.widget_layered_nav_filters li.chosen a::before {
  content: "\e90a";
  font-family: "icomoon";
  font-size: 10px;
  margin-left: 8px;
  color: var(--danger);
}

.widget_layered_nav_filters li.chosen a:hover {
  color: var(--danger) !important;
}

.orderby__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px 5px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.item-sort {
  position: relative;
}
.item-sort a {
  font-size: 12px;
  line-height: 20px;
  color: rgba(52, 53, 54, 0.6);
}
.item-sort a:hover {
  color: var(--color1);
}
.widget-sort-product {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce-widget-sort-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-order {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 14px 17px;
  border-radius: 12px;
  box-shadow: 0px 6.31px 37.84px 0px #99999933;
}
.count-product {
  color: var(--color1);
  font-size: 12px;
  display: flex;
  align-items: center;
}
.woocommerce-ordering-mobile .orderby {
  display: flex;
  width: 100%;
  background: #fff;
  height: 60px;
  padding-right: 10px;
  color: #272829;
  font-family: inherit;
  margin: 0;
  border: none;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 13px center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE0IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDAuNkw3LjAwMDk4IDYuMDk2TDEzIDAuNiIgc3Ryb2tlPSIjMEEwOTBCIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
}
.woocommerce-ordering-mobile {
  border: none;
  box-shadow: 0px 6.31px 37.84px 0px #99999933;
  background: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.woo--order {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  margin-bottom: 2rem;
}
.sidebar-btn {
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  max-width: 87px;
  background: var(--color3);
  border-radius: 12px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease;
  box-shadow: 0px 2px 18px 0px #00000021;
}
.term-item {
  border-radius: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  position: relative;
  background: #fff;
  border: 1px solid transparent;
  line-height: 1.5;
  font-size: 12px;
}
.term-item:hover {
  box-shadow: 0px 4px 14px 0px #ff6f6133;
  border: 1px solid #ff6f61;
  background: linear-gradient(180deg, #fff0ee 0%, #fff0ee 100%);
}
.term-item .term-image {
  max-width: 50px;
}
@media screen and (min-width: 768px) {
  .term-item {
    padding: 1rem;
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .sidebar-btn {
    display: none;
  }
  .widget-sort-product {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .wrap-order {
    flex: 1 0 78%;
  }
}
