.sidebar.sidebar-shop {
    border-radius: 22px;
    padding: 1.5rem 1rem;
    border: 1px solid #F2F2F2;
    background: #FCFCFD;
}
.woocommerce__order__stock form {
    flex-direction: column;
    gap: 1.5rem;
    font-size: 13.5px;
    color: #585859;
    line-height: 1;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.woocommerce__order__stock form > div {
    font-size: 14px;
    color: #585859;
    line-height: 1;
    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: .4s;
    transition: .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: .4s;
    transition: .4s;
    border-radius: 50%;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.20)) drop-shadow(0px 0.10000000149011612px 0.30000001192092896px rgba(0, 0, 0, 0.10));
}

.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 ul {
    display: none;
}
.widget_layered_nav.widget-open ul {
    display: block;
	margin-top: 10px;
}
.price_slider_wrapper {
    position: relative;
	padding:0 0.5rem
}
.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(--color1);
    border-radius: 50%;
    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: "\e910";
    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: .7em;
    display: block;
    border-radius: 4px;
    top: 0;
    height: inherit;
    background-color: var(--color1);
    border: 1px solid #7E161621;
}

.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;
}
.widget_layered_nav_filters .widget-title,
.widget_product_categories .widget-title , 
.widget_price_filter .widget-title ,
.widget_layered_nav .widget-title {
    justify-content: space-between;
}
.widget-side .icon-plus.widget__toggle.closed:before,
.widget-side .icon-plus.widget__toggle.toggle-opened:before{
	content: "\e91f";
}
.widget-side > ul li.woocommerce-widget-layered-nav-list__item {
    justify-content: space-between;
	font-size: 12px;
    flex-flow: row;
	align-items:center;
	padding:0;
}
.widget-side > ul li.woocommerce-widget-layered-nav-list__item .count {
    color: rgb(52 53 54 / 60%);
    font-size: 11px;
    display: flex;
    align-items: center;
}
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 var(--color1);
    background-color: #F5F5F5;
    padding: 2px;
    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: "\e912";
    font-family: 'icomoon';
    font-size: 10px;
    margin-left: 8px;
    color: var(--danger);
}

.widget_layered_nav_filters li.chosen a:hover {
    color: var(--danger) !important;
}
.widget_price_filter  form,
ul.product-categories {
    display: none;
}
.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);
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    padding: 14px 0;
    align-items: center;
}
.item-sort.chosen a,
.item-sort a:hover{
	color:var(--color1)
}
.item-sort.chosen a:before {
    content: "";
    height: 0.5rem;
    width: 2rem;
    display: inline-block;
    background: var(--color1);
    border-radius: 6px 6px 0 0;
    margin-bottom: -14px;
    margin-top: 7px;
}
.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;
    padding: 0 1rem;
    border-radius: 1rem;
    background: #FCFCFD;
    border: 1px solid #F7F7F7;
}
.count-product {
    color: #242424;
    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: 80px;
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    border: 1px solid #F2F2F2;
    line-height: 1.5;
    font-size: 12px;
    flex-direction: column;
    background: #FAFBFC;
    padding: 1rem 1.5rem 2rem;
    min-height: 240px;
    justify-content: center;
}
.term-item:hover {
    border: 1px solid var(--color1);
}
.heading_cat2 {
    font-size: 1.5rem;
    line-height: 43px;
    color: #666666;
}
.color-title {
    color: var(--color1);
}

@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%;
    }
}