.filters-page-link-loader {
    position: relative;
}
.filters-page-link-loader:before {
    content: '';
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    background-image: url('../../img/ajax-loader.gif');
    background-position: center;
    background-size: 100%;
    position: absolute;
    z-index: 12;
    animation: elem_loader 0.3s;
    opacity: 1;
}
.cw-elasticsearch_filters-page-link.filters-page-link-loader:before {
    display: none;
}
@keyframes elem_loader {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.filters-page-link-loader:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.88);
    z-index: 11;
    animation: color_fon_loader 0.3s;
}
@keyframes color_fon_loader {
    0% { background-color: rgba(255, 255, 255, 0); }
    100% { background-color: rgba(255, 255, 255, 0.88); }
}
.cw-elasticsearch_filters-page-link {
    padding-bottom: 15px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: center;
}
.filters-page-link-line {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}
.filters-page-link.filters-page-link-loader {
    pointer-events: none;
}
.filters-page-link.filters-page-link-loader:before {
    display: none;
}
.filters-page-link_title {
    color: #28767a;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: -0.07rem;
    line-height: 2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.filters-page-link_search {
    margin-bottom: 17px;
    position: relative;
}
.filters-page-link_search:before {
    content: '\f002';
    font-family: 'FontAwesome', serif;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #dfdfdf;
    font-size: 16px;
    pointer-events: none;
}
.filters-page-link_search-input {
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    padding: 0 0 0 30px;
}
.filters-page-link_filter {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.filters-page-link_items {
    overflow: hidden;
    overflow-y: auto;
    max-height: 135px;
}
.filters-page-link_item {
    font-size: 1.35rem;
}
.filters-page-link_item .radio-inline label.top {
    padding-top: 3px;
}
.filters-page-link_item .filter-slider {
    width: 87%;
    margin: 0 auto;
}
@media (max-width: 1200px) and (min-width: 992px) {
    .filters-page-link_title {
        font-size: 1.45rem;
    }
    .filters-page-link_title {
        font-size: 1.45rem;
    }
    .filters-page-link_item {
        font-size: 1.2rem;
    }
    .filters-page-link_search-input {
        font-size: 16px;
    }
}
@media(max-width: 992px) {
    .filters-page-link_filter {
        width: 33.333%;
    }
}
@media(max-width: 768px) {
    .filters-page-link_filter {
        width: 50%;
    }
    .filters-page-link_item {
        font-size: 1.2rem;
    }
    .filters-page-link_title {
        font-size: 1.45rem;
    }
    .filters-page-link_search-input {
        font-size: 16px;
    }
}

.cw-elasticsearch_links-filter-page {
    margin-bottom: 45px;
}
.links-filter-page-null-list {
    font-size: 14px;
    margin-top: 13px;
    text-align: center;
}
.links-filter-page_col-block {
    margin-top: 35px;
}
.links-filter-page_block {
    height: 260px;
    position: relative;
    transition: transform .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    border: 1px solid #f7f7f7;
    font-size: 16px;
}
.links-filter-page_title {
    z-index: 10;
    overflow: hidden;
    display: block;
    width: auto;
    position: relative;
    padding: 0.35em 1.1em;
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #28777b;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size: 1.15em;
    float: left;
}
.links-filter-page_block:hover .links-filter-page_title {
    color: #ffffff;
    width: 90%;
}
.links-filter-page_title:after {
    content: '';
    position: absolute;
    width: 0;
    height: 400%;
    top: -40px;
    left: -60px;
    transform: rotate(11deg);
    background-color: #28777b;
    z-index: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.links-filter-page_block:hover .links-filter-page_title:after {
    width: 115%;
}
.links-filter-page_img {
    position: absolute;
    z-index: 0;
    width: 100%;
    transition: transform 1s ease 0s;
    display: block;
    height: auto;
    max-width: 100%;
}
.links-filter-page_block:hover .links-filter-page_img {
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.05,1.05,1);
}
.links-filter-page_title_name {
    z-index: 100;
    font-weight: 600;
    font-size: 0.9em;
}
.links-filter-page_block:hover .links-filter-page_title_name {
    opacity: 1;
    position: relative;
}
.links-filter-page_data {
    position: absolute;
    padding-left: 2.2em;
    padding-right: 2.2em;
    bottom: 1.3em;
    width: 100%;
}
.links-filter-page_date-to {
    color: #ffffff;
    background: rgb(40, 118, 122);
    padding: 0.4em 0.8em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 0.8em;
    margin-bottom: 0.4em;
    display: inline-block;
}
.links-filter-page_block:hover .links-filter-page_date-to {
    background: #ffffff;
    color: rgb(40, 118, 122);
}
.links-filter-page_date-to_icon {
    margin-right: 2px;
}
.links-filter-page_date-to_name {
    font-weight: 600;
}
.links-filter-page_block:hover .links-filter-page_date-to_name {
    color: #da2c38;
}
#module-cw_promotions-default .links-filter-page_block .rabais-date .price-percent-reduction {
    font-size: 1.15em;
    padding: 0.1em 0.3em;
}
#module-cw_promotions-default .links-filter-page_block .rabais-date i {
    padding: 0.75em;
    margin-left: -1.8em;
    margin-top: -1.8em;
}
body #page .links-filter-page_badge-box {
    top: 2.2em;
    left: 5px;
    padding: 0.4em 0.7em;
    right: initial;
    z-index: 2;
    font-size: 0.87em;
}
.links-filter-page_badge-box small {
    font-weight: 100;
}
.links-filter-page_new-box_icon,
.new-box i.links-filter-page_new-box_icon {
    display: inline-block;
    background: #ffffff;
    border-radius: 100%;
    padding: 0.75em;
    margin-left: -1.8em;
    margin-top: -1.8em;
    font-size: 1em;
}
.links-filter-page_new-box_label {
    vertical-align: middle;
    padding-top: 4px;
    display: inline-block;
}
@media (max-width: 1500px) and (min-width: 992px) {
    .links-filter-page_block {
        height: 215px;
        font-size: 1.4rem;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .links-filter-page_block {
        height: 170px;
        font-size: 1.25rem;
    }
}
@media (max-width: 992px) {
    .links-filter-page_col-block {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .links-filter-page_block {
        font-size: 2.1vw;
        height: 35vw;
    }
}
@media (max-width: 600px) {
    .links-filter-page_block {
        font-size: 2.50vw;
    }
}