.archive-ordering {
	border: 1px solid #e0e0e2;
	padding: 8px 15px;
	border-radius: 8px;
}
.woocommerce-result-count {
	margin: 0;
}
.woocommerce-ordering select {
	border: 0;
	background: #fff !important;
	padding: 8px !important;
}
.woocommerce-products-header {
	display: none;
}
.woocommerce-breadcrumb {
	margin-bottom: 25px;
	margin-top: 25px;
}
.archive-ordering {
	border: 1px solid #e0e0e2;
	padding: 8px 15px;
	border-radius: 8px;
	margin-bottom: 15px;
	flex-direction: row-reverse;
	background: #fff;
}
.archive-ordering .woocommerce-result-count {
	font-size: 14px;
}
.product-card {
	border: 1px solid #e0e0e2 !important;
	background-color: #fff !important;
}
.widget-slide .price_slider_wrapper .ui-widget-content {
	border-radius: 1em;
	background-color: #E6E8EA;
	border: 0;
	position: relative;
	margin: 37px 0 68px;
	height: 3px;
	text-align: right;
}
.widget-slide .price_slider_wrapper .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
}
.widget-slide .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	background: #d32f2f;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #d32f2f;
	background: #f6f6f6;
	font-weight: normal;
	color: #d32f2f;
	background: #d32f2f;
}
.widget-title {
	line-height: 30px;
	color: #454647;
	font-size: 15px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
	z-index: 2;
	width: 12px;
	height: 12px;
	cursor: ew-resize;
	outline: 0;
	top: -5px;
	margin-left: -5px;
	background: #d32f2f;
	border-radius: 100%;
	position: absolute;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}  
.price_label {
	position: absolute;
	top: -28px;
	right: 0;
	left: 0;
}
.price_label {
	font-size: 0;
}
.price_label .from {
	left: 0;
	bottom: 0;
}
.price_label .from, .price_label .to {
	position: absolute;
	font-size: 12px;
	color: #777;
}
.price_label .to {
	right: 0;
	bottom: 0;
}
.price_slider_wrapper .price_slider_amount {
	position: relative;
	margin-top: 52px;
	margin-bottom: 10px;
	line-height: 2.4;
	text-align: center !important;
} 
.price_slider_amount .button {
	min-width: 145px;
	font-size: 15px;
	background: green;
	color: #fff;
	border: unset;
}
.archive-inner #sidebar {
	width: 300px;
}
.archive-inner .products {
	max-width: calc(100% - 300px);
}

@media (max-width:767px){
    .archive-inner .products {
	max-width: 100%;
}
.woocommerce-ordering select {
	min-width: 140px;
	border: 1px solid #f5f5f5 !important;
}
#sidebar {
	width: 100% !important;
}
.archive-inner {
	flex-direction: column;
}
}