/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.b-filter__links{
    margin: 0 0 27px;
    display: flex;
    justify-content: flex-start;
}
.b-filter__link{
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 50%;
}
.b-filter__link a{
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.4px;
    color: #171717;
    background-color: #f5f5f5;
    border-radius: 0;
    transition: all .2s ease-in;
    text-transform: uppercase;
    text-decoration: none;

    text-align: center;
}
.b-filter__link a:hover{
    background: #ffe1cc;
}
@media(min-width:1220px){
    .b-filter__link a{
        font-size: 14px;
        line-height: 1.38;
        padding: 24px 30px;
    }
}