.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: 30px;
    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;
    }
}