/*.catalog-block__filter {
    margin-right: 25px;
}
.catalog-block__filter .hide-filter {
    position: absolute;
    opacity: 0;
}
.catalog-block__filter-list {
    margin-top: 20px;
}
.catalog-block__filter .hide-filter:checked + label {
    color: #e90e8b;
}
.catalog-block__filter .hide-filter + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 20px 30px;
    color: #e90e8b;
    font-size: 1.22rem;
    font-weight: 500;
}
.catalog-block__filter .hide-brand + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 20px 30px;
    color: #e90e8b;
    font-size: 1rem;
    font-weight: 500;width: 96%;
}
.catalog-block__filter .hide-filter:checked + label + div {
    display: block;
    margin: 0;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.catalog-block__brand-block:last-child {
    border-bottom: none;
}
.catalog-block__brand-block:first-child {
    border-top: 1px solid #c4c4c4;
}
.catalog-block__brand-block {
    border-bottom: 1px solid #c4c4c4;
}
.catalog-block__filter .hide-brand + label + div {
    display: none;
}
.catalog-block__filter .hide-brand {
    position: absolute;
    opacity: 0;
}
.catalog-block__filter .hide-brand:checked + label + div {
    display: block;
    border-top: 1px solid #c4c4c4;
    margin: 0;
    padding: 20px 30px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    overflow-y: auto;
    max-height: 320px;
}
.catalog-block__filter .hide-brand + label::before {
    position: absolute;
    content: "" !important;
    top: 45%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
    transform: translateY(-50%) rotateZ(45deg);
    margin: 0;
    width: 8px;
    height: 8px;
    background: transparent;
    border: solid #e90e8b;
    border-width: 0 1px 1px 0;
    border-radius: 0;
}
.catalog-block__filter .hide-brand:checked + label::before {
    top: 55%;
    -webkit-transform: translateY(-50%) rotateZ(225deg);
    transform: translateY(-50%) rotateZ(225deg);
}
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand + span {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;    z-index: 1;
}
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand + span::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 21px;
    height: 19px;
    border: 1px solid #c4c4c4;
    border-radius: 2px;    z-index: 1;
}
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand:checked + span::before {
    border-color: #e90e8b;    z-index: 1;
}
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand {
    opacity: 0;
    position: absolute;
    left: 0;
}
.catalog-block__filter .hide-brand:checked + label + div .checkbox-brand:checked + span::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 5px;
    left: 6px;
    background: #e90e8b;
    border-radius: 2px;
}
.price-input-wrap .show-checked-filter-price {
	    position: relative;
    top: -10px;
    right: 0;
    background: #e90e8b;
    color: #fff;
	padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}

.show-checked-filter {
    position: absolute;
    top: -10px;
    right: 0;
    background: #E40000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor:pointer;    z-index: 10;
}
.show-checked-filter:hover {
    text-decoration: underline;
}
.show-checked-filter::after {
    content: '';
    position: absolute;
    left: -19px; top: 8px;
    border: 10px solid transparent;
    border-right: 10px solid #E40000;
}
.show-checked-filter.show-checked-filter-color {
position: absolute;
    top: 0px;
    left: 0px;
    background: #e90e8b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
    right: inherit;
}
.show-checked-filter.show-checked-filter-color::after {
	display:none;
}
.clear-this-filter {
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid #d6d6d6;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    line-height: 30px;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(224,224,224,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(224,224,224,1);
    box-shadow: 0px 0px 5px 3px rgba(224,224,224,1);
    border-radius: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.clear-this-filter:hover {
    background: #e90e8b;
    color:#fff;
}
.your-choice-filter {
    margin: 5px 0;
}
.basket-filter {
    cursor:pointer;    float: right;
}
.your-choice {
    position: relative;
    color: #e90e8b;
    font-size: 1.22rem;
    font-weight: 500;
}
.price-input-block {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 20px 0;
}
.price-input-block #minPrice,.price-input-block #maxPrice {
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #686868;
    padding: 0.625em 0.4375em;
	outline: none;
}
.price-input-title,.color-input-title {
	position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 20px 30px 0px;
    color: #e90e8b;
    font-size: 1rem;
    font-weight: 500;
	    margin: 0;
    width: 96%;
}

.button-color {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    margin: 5px;
    cursor: pointer;
}
.color-Red .button-color span {
  background: #FF0000;
}
.color-Yellow .button-color span {
  background: #FFFF00;
}
.color-Green .button-color span {
  background: #008000;
}
.color-Black .button-color span {
  background: #000000;
}
.color-Brown .button-color span {
  background: #8B4513;
}
.color-White .button-color span {
  background: #FFFFFF;
}
.color-Silver .button-color span {
  background: #C0C0C0;
}
.color-Pink .button-color span {
  background: #FFC0CB;
}
.color-Blue .button-color span {
  background: #0000FF;
}
.color-Orange .button-color span {
  background: #FF8C00;
}
.color-Gold .button-color span {
  background: #FFD700;
}
.button-color span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #eeeeee;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.75);
  transition: ease .3s;
}
input.input-color {
  display: none;    position: relative;
}
.color-round input.input-color:checked ~ .button-color span{
  width: 30px;
  height: 30px;	
}

#rangeslider{
    margin-bottom: 30px;
}

.catalog__sort-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 34px;
}
.catalog__sort-cell-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog__sort-text-filter {
    color: #8e9399;
    font-size: 14px;
    font-weight: 300;
    margin-right: 10px;
}
.catalog__sort-list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog__sort-item-filter {
    position: relative;
    text-decoration: none;
    color: #393c3f;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
}
.catalog__sort-item-filter.active {
    color: #e90e8b;
}

.product-catalog-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-catalog-item .product-catalog-item-block {
    flex-basis: 100%;
    margin: 5px 0;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;

}
.product-catalog-item .product-catalog-item-block.filters-attr {
	display: flex;    flex-wrap: wrap;	
}
.product-catalog-item .product-catalog-item-block.filters-attr .product-catalog-item-inner{
    flex-basis: 100%;
}
.product-list-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-filter {
    display: inline-block;
    position: relative;
    background: #fff;
    text-decoration: none;
    color: #393c3f;
    border: 1px solid #000000;
        max-width: 310px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 378px;
    flex: 0 0 378px;
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding: 15px;
    background: #fff;
    margin: 10px;
}*/