.column {
    display: inline-block;
    vertical-align: top;
	width: 33%;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	margin-right: -1px;
}
.sale {
    margin-top: 0px;
}
.sale__filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
}
.sale__filter__item {
    position: relative;
    width: 165px;
    margin-bottom: 70px !important;
    height: 32px;
    padding-left: 40px;
    font-size: 12px;
    line-height: 16px;
}
.center-col .sale__filter__item p {
    padding-right: 25px;
    color: #1e1e1e;
	line-height: 16px;
}
.sale__filter a:nth-child(2) p,
.sale__filter a:nth-child(6) p,
.sale__filter a:nth-child(7) p,
.sale__filter a:nth-child(8) p,
.sale__filter a:nth-child(9) p,
.sale__filter a:nth-child(10) p,
.sale__filter a:nth-child(11) p,
.sale__filter a:nth-child(13) p,
.sale__filter a:nth-child(16) p{
    line-height: 30px;
}
.sale__filter a:hover{
    text-decoration:none;
}
.sale__table{
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    font-size: 13px;
    margin-bottom: 30px;
}
.category__title {
    font-weight: bold;
    padding: 15px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
}
.category__list__item__name {
    font-weight: bold;
}
.category__list__item__subname {
    font-size: 12px;
    padding-top: 10px;
}
.category__list__item__name__count {
    color: #ff6600;
}
.category__list__item__subname__count {
    color: #808080;
}
.category__list__item {

    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding-bottom:15px;
    width: 100%;
}
.center-col .category__list__item a {
    color: #000000;
}
.category__list {
    padding: 15px 15px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.reset-filter {
    color: #c8c8c8;
    font-size: 13px;
	text-align: right;
    text-decoration: underline;
    display: block;
    margin-bottom: 25px;
    cursor: pointer;
}
.reset-filter.inactive {
	cursor: default;
	color: #808080;
	text-decoration: none;
}
.sale__table:after {
    content: '';
    display: block;
    clear: both;
}
@media (max-width: 1400px){
	.column {
		width: 50%;
	}
}
@media (max-width: 1095px){

}
@media (max-width: 767px){

}
@media (max-width: 640px){
    .sale__filter{
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
	.column {
		width: 100%;
	}
}
@media (max-width: 445px){

}
@media (max-width: 380px){

}
@media (max-width: 367px){

}
.center-col .sale__filter__value--none p{
    color:#808080;
}
.sale__filter__value--none{
    pointer-events: none;
    cursor: default;
}

@media (max-width: 640px){
    .sale__filter{
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.date_filter-wrapper{
    width: 100%;
}
.date_filter-wrapper .date_filter-block{
    padding: 0 5px 0 5px;
    background: #f0f0f0;
    max-width: max-content;
    margin-bottom: 5px;
}
.date-filter-title__block{
    padding: 10px 0;
    min-width: max-content;
}
.date_filter-wrapper .date_filter-block .checked{
    margin: 0 5px;
    color: #eb5e0b;
    cursor: pointer;
}
.date_filter-wrapper .date_filter-block .rotated{
    margin: 2px 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #eb5e0b;
    border-left: 1px solid #eb5e0b;
    transition: transform 0.3s ease;
    transform: rotate(225deg);
}
.date_filter-wrapper .date_filter-block .unrotated{
    margin: 2px 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #eb5e0b;
    border-left: 1px solid #eb5e0b;
    transition: transform 0.3s ease;
    transform: rotate(45deg);
}
.date_filter-wrapper .date-filter-description{
    right: 0;
    top: 36px;
    display: none;
    position: absolute;
    font-size: inherit;
    font: inherit;
    width: 95px;
    margin-left: auto;
    background: #f0f0f0;
    padding: 5px;
}
.date_filter-wrapper .date-filter-input{
    display: none;
}
.date_filter-wrapper .date-filter-label{
    display: block;
    margin: 0 0 5px 0;
    cursor: pointer;
}
.date_filter-wrapper .date-filter-label:hover{
    color: #eb5e0b;
}