/*variables*/
.multirange {
	position: relative;
	max-width: 153px;
}

.multirange::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	top: 50%;
	background: #cccad2;
}

.multirange .grey-line {
	z-index: 2;
	position: absolute;
	display: block;
	height: 2px;
	top: 50%;
	background: #cccad2;
}

.multirange .red-line {
	position: absolute;
	z-index: 1;
	display: block;
	width: 50%;
	height: 2px;
	top: 50%;
	background: #ed1c24;
}

/*small circle*/
input[type=range].small_circle {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range].small_circle:focus {
	outline: none;
}

input[type=range].small_circle::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	background: transparent;
	border-radius: 0px;
	border: 0px solid rgba(0, 1, 1, 0);
}

input[type=range].small_circle::-webkit-slider-thumb {
	-webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	border: 0px solid transparent;
	height: 13px;
	width: 13px;
	border-radius: 50px;
	background: #f02c56;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -5.5px;
}

input[type=range].small_circle:focus::-webkit-slider-runnable-track {
	background: transparent;
}

input[type=range].small_circle::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	background: transparent;
	border-radius: 0px;
	border: 0px solid rgba(0, 1, 1, 0);
}

input[type=range].small_circle::-moz-range-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	border: 0px solid transparent;
	height: 13px;
	width: 13px;
	border-radius: 50px;
	background: #f02c56;
	cursor: pointer;
}

input[type=range].small_circle::-ms-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range].small_circle::-ms-fill-lower {
	background: transparent;
	border: 0px solid rgba(0, 1, 1, 0);
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].small_circle::-ms-fill-upper {
	background: transparent;
	border: 0px solid rgba(0, 1, 1, 0);
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].small_circle::-ms-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	border: 0px solid transparent;
	height: 13px;
	width: 13px;
	border-radius: 50px;
	background: #f02c56;
	cursor: pointer;
	height: 2px;
}

input[type=range].small_circle:focus::-ms-fill-lower {
	background: transparent;
}

input[type=range].small_circle:focus::-ms-fill-upper {
	background: transparent;
}

/*end small circle*/
/*big circle*/
input[type=range].big_circle {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range].big_circle:focus {
	outline: none;
}

input[type=range].big_circle::-webkit-slider-runnable-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	background: transparent;
	border-radius: 0px;
	border: 0px solid rgba(0, 1, 1, 0);
}

input[type=range].big_circle::-webkit-slider-thumb {
	-webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	border: 0px solid transparent;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	background: #f02c56;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -14px;
}

input[type=range].big_circle:focus::-webkit-slider-runnable-track {
	background: transparent;
}

input[type=range].big_circle::-moz-range-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	background: transparent;
	border-radius: 0px;
	border: 0px solid rgba(0, 1, 1, 0);
}

input[type=range].big_circle::-moz-range-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	border: 0px solid transparent;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	background: #f02c56;
	cursor: pointer;
}

input[type=range].big_circle::-ms-track {
	width: 100%;
	height: 2px;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range].big_circle::-ms-fill-lower {
	background: transparent;
	border: 0px solid rgba(0, 1, 1, 0);
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].big_circle::-ms-fill-upper {
	background: transparent;
	border: 0px solid rgba(0, 1, 1, 0);
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].big_circle::-ms-thumb {
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
	border: 0px solid transparent;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	background: #f02c56;
	cursor: pointer;
	height: 2px;
}

input[type=range].big_circle:focus::-ms-fill-lower {
	background: transparent;
}

input[type=range].big_circle:focus::-ms-fill-upper {
	background: transparent;
}
/*end big circle*/

/* PAGINATION */
.pagination-block {
	position: relative;
	font-size: 13px;
}

.pagination-more {/*button*/
	border: none;
	background: transparent;
	border: 2px solid #e2e2e2;
	padding: 10px 45px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.pagination-more:hover {
	background: #e5e5e5;
}

.pagination-text {
	color: #9b9b9b;
	font-weight: 600;
}

.pageResults {
	color: #1b1c20;
	margin-left: 7px;
}

.pageResults:hover {
	color: #f02c56;
}

.pageResults.active {
	color: #f02c56;
	font-weight: bold;
}

.pagination-per_page {
	position: absolute;
	right: 0;
	top: 0;
}
#pagination-more-box{
	width:100%;
	height:38px;
	background-color:white;
	position:absolute;
	top:0;
	z-index:2;
}
/* end PAGINATION */

.s_category {
	padding: 25px 0;
}

.category_wrapper {
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.category_filter {
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-ms-flex: 0 0 204px;
	flex: 0 0 204px;
}

/* LEFT FILTER */
.filter_underlayer {
	display: none;
}

.filter_underlayer-open {
	display: none;
}

.filter_select-block {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.filter_select-title {
	font-size: 14px;
	color: #1b1c20;
	font-weight: bold;
	margin-bottom: 20px;
}

.filter_select-item {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #cccad2;
	margin-right: 10px;
	margin-top: 10px;
	line-height:0;
}

.filter_select-item:hover {
	background-color: #d7d7d7;
}

.filter_select-text {
	color: #1b1c20;
	font-size: 14px;
	margin-right: 10px;
}

.filter_select-close {
	cursor: pointer;
	display: inline-block;
	width: 9px;
	height: 9px;
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-223px -45px;
}

.filter_item {
	margin-bottom: 40px;
}

.filter_more-filters {
	display: none;
}

.filter_title {
	font-size: 14px;
	color: #1b1c20;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.filter_sort-list {
	margin-left: 10px;
}

.filter_sort-item {
	display:block;
	position: relative;
	padding: 0 25px;
	font-size: 14px;
	color: #1b1c20;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.filter_sort-item:hover {
	color: #f02c56;
}

.filter_sort-item::before {
	content: '';
	position: absolute;
	display: block;
	width: 13px;
	height: 13px;
	left: 0;
	top: 50%;
	margin-top: -7px;
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-223px 0;
}

.filter_sort-selected {
	color: #f02c56;
	margin-left: 10px;
}

.filter_sort-count {
	color: inherit;
}

.checkbox-row {
	margin-bottom: 17px;
}

.checkbox-row input:checked + .filter_sort-item {
	color: #f02c56;
}

.checkbox-row input:checked + .filter_sort-item::before {
	content: "";
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-223px -15px;
}

.range-value {
	border: none;
	border-radius: 0;
	display: inline-block;
	width: 35px;
	text-align: center;
	font-size: 14px;
}

.range-value::before {
	content: '$';
	font-size: 14px;
	margin-right: 3px;
}

.range-value-block {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
	max-width:153px;
}

.range-between {
	margin: 0 15px;
	font-size:14px;
}

.filter_range-block {
	width: 75%;
}

/* end LEFT FILTER*/
/* TOP FILTER */
.top-filter {
	width: 640px;
	margin-bottom: 20px;
	justify-content: flex-start;
	min-height:1em;
}

.top-filter_button {
	display: none;
}

.top-filter_title{
	margin-right:10px;
	-webkit-box-ordinal-group: -1;
	-moz-box-ordinal-group: -1;
	-ms-flex-order: -1;
	order: -1;/* appear first in list even though printed last */
}

.top-filter_title-text {
	font-size: 14px;
	color: #f02c56;
	font-weight: 600;
	text-transform: uppercase;
}

.top-filter_item {
	cursor: pointer;
	position: relative;
	margin:0 20px;
}
.top-filter-sort{
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
.top-filter-sort select[name=sort_by]{
	max-width:140px;
	color: #333;
	background: #ffffff;
	border: 1px solid #e3e3e3;
	padding: 6px 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.top-filter_arrow {
	display: inline-block;
	width: 15px;
	height: 7px;
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-237px -10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.top-filter_text, .top-filter_current {
	font-weight: 600;
}
.top-filter_current{
	display:none;
	color: #f02c56;
}

.top-filter_popup {
	margin-top: 8px;
	z-index: 10;
	display: none;
	position: absolute;
	max-height: 350px;
	width: 250px;
	right: 0;
	padding: 20px 0 20px 30px;
	cursor: default;
	background: #fff url('/img/grey-rose.png') no-repeat right bottom;
	background-size: contain;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border-style: solid;
	border-width: 1px;
	border-color: #cccad2;
	border-top: 3px solid #1b1c20;
}

.top-filter_popup_active {
	display: block;
}

.top-filter_wrapper {
	position: relative;
}

.top-filter_wrapper_active::after {
	position: absolute;
	content: '';
	display: block;
	border: 9px solid transparent;
	border-bottom: 9px solid #1b1c20;
	bottom: -12px;
	left: 50%;
	margin-left: -13px;
}

.top-filter_wrapper_active .top-filter_arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.top-filter .checkbox-row input {
	display: none;
}

.top-filter .checkbox-row input:checked + .radio-label:before {
	content: "";
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-237px -45px;
}

.top-filter .checkbox-row input:checked + .check-label:before {
	content: "";
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-223px -30px;
}

.top-filter .radio-label {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
}

.top-filter .radio-label:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 10px;
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-237px -30px;
}

.top-filter .check-label {
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	display: block;
}

.top-filter .check-label:before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-223px 0;
	margin-right: 10px;
}

/* END TOP FILTER */
/* CATEGORY PRODUCT*/
.category_product {
	width: 100%;
	margin-bottom: 130px;
	position:relative;
}
.category_product .slick-track{/*center align the swatches*/
	margin:0 auto;
}

/* end CATEGORY PRODUCT*/
/* PRODUCT LIST */
.product-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 130px;
	justify-content: flex-start;
}

.pruduct-item{
	margin-right:40px;
}

.color-slider {
	width: 80%;
	margin: 25px auto;
	position: relative;
}

.color-slider .slick-arrow {
	display: block;
	height: 30px;
	width: 18px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-size: 0;
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-333px -60px;
	border: 0;
	cursor: pointer;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}

.color-slider .slick-arrow:hover {
	background: transparent url("/img/icons.png") no-repeat top left;
	background-position:-333px -92px;
}

.color-slider .slick-next {
	right: -20px;
	-webkit-transform: rotate(180deg) scale(0.6);
	-moz-transform: rotate(180deg) scale(0.6);
	-ms-transform: rotate(180deg) scale(0.6);
	transform: rotate(180deg) scale(0.6);
}

.color-slider .slick-prev {
	left: -20px;
}

.swatch_box {
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-right: 6px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}

/* END PRODUCT LIST*/

/* MEDIA <= 1000px*/
@media all and (max-width: 1000px) {
	/* Product list 1000*/
	.product-list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	/*pagination 1000*/
	.pagination-text {
		font-size: 12px;
	}

	.pagination-number {
		margin: 0 auto;
		font-size: 14px;
	}

    .top-filter{
	    width:100%;
    }
	.top-filter-sort{
		display:none;
	}

	/*end pagination 1000*/
	/* end Product list 1000*/
}

/* end MEDIA <= 1000px*/
/* MEDIA <=800px */
@media all and (max-width: 800px) {
	/* Section Category 800*/
	.s_category {
		padding: 0 0 68px;
	}

	.category_filter,
	.pagination-per_page {
		display: none;
	}

	.top-filter {
		margin-bottom: 0;
	}

	.top-filter_text, .top-filter_current {
		font-weight: normal;
	}
	.top-filter_current {
		margin-left:10px;
		display:inline-block;
	}

	/* FILTER 800*/
	.filter {
		/*sort 800*/
		/*end sort 800*/
	}

	.filter_underlayer {
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		overflow-y: auto;
		width: 100%;
		background-color: #fff;
		z-index: 10;
	}

	.filter_underlayer-open {
		display: block;
	}

	.filter_underlayer-header {
		height: 70px;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 25px;
		cursor: pointer;
		background-color: #d7d7d7;
	}

	.filter_underlayer-back {
		margin-right: 20px;
		cursor: pointer;
		display: inline-block;
		width: 12px;
		height: 24px;
		background: transparent url("/img/icons.png") no-repeat top left;
		background-position:-292px -30px;
	}

	.filter_underlayer-title, .filter_underlayer-asearch {
		text-transform: uppercase;
		color: #1b1c20;
		font-size: 14px;
		font-weight: bold;
	}
	.filter_underlayer-asearch{
		position:absolute;
		right:8px;
	}
	.filter_underlayer-asearch a{
		text-decoration:underline;
	}

	.filter_underlayer-buttons {
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 65px;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 21;
		padding: 0 6px;
		background: #fff;
		border-top: 1px solid #cccad2;
	}

	.filter_title {
		margin-bottom: 0;
	}

	.filter_sort-list {
		margin: 15px 55px 30px;
	}

	.filter_select {
		display: none;
	}

	.filter_item {
		border-top: 1px solid #cccad2;
		padding: 17px 25px 0;
		margin:0 20px;
	}

	.filter_item-group {
		display: none;
		-webkit-box-ordinal-group: 4;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.filter_item-group_open {
		display: block;
	}

	.filter_title {
		position: relative;
		font-size: 16px;
		font-weight: normal;
		color: #1b1c20;
		cursor: pointer;
		text-transform:none;
	}

	.filter_title::after {
		content: '';
		margin-left: 6px;
		display: inline-block;
		width: 15px;
		height: 7px;
		background: transparent url("/img/icons.png") no-repeat top left;
		background-position:-237px -10px;
	}

	.filter_more-filters {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		display: -ms-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #fff;
		padding-bottom:0;
		cursor: pointer;
	}

	.filter_more-text {
		position: relative;
		text-transform: uppercase;
		font-weight: bold;
		color: #1b1c20;
		font-size: 14px;
		padding-bottom: 17px;
	}

	.filter_more-text::after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 7px;
		margin-left: 15px;
		background: transparent url("/img/icons.png") no-repeat top left;
		background-position:-237px -10px;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.filter_range-block {
		padding: 30px 24px 15px;
	}

	.category_filter {
		display: block;
		display: -ms-flex;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 65px;
	}

	.price-selector {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.price-selector .filter_title {
		margin-bottom: 0;
	}

	.price-selector .filter_title::after {
		display: none;
	}

	.top-filter {
		display: block;
		width: 100%;
		z-index: 10;
		background: #fff;
	}

	.top-filter_title {
		display: none;
	}

	.top-filter_arrow {
		float: right;
		width: 15px;
		height: 7px;
		background: transparent url("/img/icons.png") no-repeat top left;
		background-position:-237px -10px;
	}

	.top-filter_wrapper_active:after {
		display: none;
	}

	.top-filter_text {
		display: inline-block;
		padding-bottom: 15px;
	}

	.top-filter_item {
		padding: 17px 25px 0;
		border-top: 1px solid #cccad2;
	}
	.top-filter_item:first-of-type{
		border-top: 0;
	}

	.top-filter_popup {
		position: static;
		width: 100%;
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
		overflow:visible;
		max-height:100%;
	}

	.top-filter_button {
		display: block;
		margin-bottom: 55px;
		position: relative;
	}

	.top-filter_button::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		position: absolute;
		top: 50%;
		background: #f2f3f3;
	}

	.top-filter_button::before {
		content: '';
		display: block;
		position: absolute;
		width: 300px;
		left: 50%;
		margin-left: -150px;
		height: 100%;
		z-index: 1;
		background: #fff;
	}

	.top-filter_butt {
		display: block;
		width: 260px;
		line-height: 38px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		background: #28cda2;
		border: none;
		border-radius: 0;
		cursor: pointer;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}

	.top-filter_butt::after {
		content: '';
		display: block;
		width: 0;
		height: 3px;
		position: absolute;
		bottom: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		-webkit-animation-timing-function: ease-in-out;
		-moz-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		background-color: #1fb68d;
	}

	.top-filter_butt:hover {
		background: #0cc595;
	}

	.top-filter_butt:hover::after {
		width: 100%;
		background: #12a27b;
	}

	/* end FILTER 800*/
	.product-list {
		margin-bottom: 60px;
	}

	.category_product {
		margin-bottom: 0;
	}

	/* END Section Category 800*/
}

/*end MEDIA <=800px*/
/* MEDIA <=768px*/
@media all and (max-width: 768px) {
	.top-filter_butt::after {
		display: none;
	}
}

/* end MEDIA <=768px*/
/* MEDIA <=480px*/
@media all and (max-width: 480px) {
	.filter {
		/*pad 15px*/
		/*fs 14px*/
	}

	.filter_underlayer-header, .filter_title, .filter_range-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.filter_title {
		font-size: 14px;
		padding:0;
	}

	.filter_underlayer-button {
		font-size: 12px;
	}

	.filter_sort-list {
		margin-left: 30px;
		margin-right: 30px;
	}

	.top-filter {
		/*pad 15px*/
		/*fs 14*/
	}

	.top-filter_item, .top-filter_popup, .filter_item {
		padding-left: 15px;
		padding-right: 15px;
	}

	.top-filter_text, .top-filter_current {
		font-size: 14px;
	}

	.top-filter_button {
		margin-bottom: 25px;
	}

	.check-label,
	.radio-label {
		font-size: 14px;
	}
}

/* end MEDIA <=480px*/
