

/* Start:/bitrix/templates/aspro_mshop/components/bitrix/catalog.section.list/subsections_list_tags/style.css?17408174553662*/
/*.catalog-subsection-slider-box {*/
/*    padding: 2em 4em 0;*/
/*    border-top: 1px solid #e5e5e5;*/
/*    position: relative;*/
/*    visibility: hidden;*/
/*}*/

/*.catalog-subsection-slider > li {*/
/*    position: relative;*/
/*}*/

/*.catalog-subsection-slider > li img {*/
/*    float: left;*/
/*}*/

/*.catalog-subsection-slider > li a {*/
/*    font-size: 1.15em;*/
/*}*/

/*.catalog-subsection-slider > li a:last-child {*/
/*    display: block;*/
/*    margin-top: 1.75em;*/
/*    padding-right: 1em;*/
/*}*/

/*.catalog-subsection-slider-box .flex-direction-nav > li {*/
/*    top: 50% !important;*/
/*}*/

/*.catalog-subsection-slider-box .flex-nav-prev {*/
/*    left: -15px !important;*/
/*}*/

/*.catalog-subsection-slider-box .flex-nav-next {*/
/*    right: -15px !important;*/
/*}*/

@media all and (max-width: 768px){
    /*.catalog-subsection-slider-box .flex-direction-nav {*/
    /*    display: block !important;*/
    /*}*/
    /*.catalog-subsection-slider-box {*/
    /*    padding: 2em 1em 0;*/
    /*    border-top: 1px solid #e5e5e5;*/
    /*    position: relative;*/
    /*}*/
    /*.catalog-subsection-slider-box a {*/
    /*    font-size: 1em !important;*/
    /*}*/
    /*.catalog-subsection-slider-box a img {*/
    /*    width: 60px;*/
    /*}*/
    /*.catalog-subsection-slider-box .flex-nav-prev {*/
    /*    left: -15px !important;*/
    /*}*/
    /*.catalog-subsection-slider-box .flex-nav-next {*/
    /*    right: -15px !important;*/
    /*}*/
    /*.catalog-subsection-slider > li a:last-child {*/
    /*    padding-right: 0.1em;*/
    /*}*/
}

.catalog-subsection-tags-wraper {
    /* display: -webkit-box; */
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    margin-bottom: 10px;
}

@media (max-width: 993px) {
    .catalog-subsection-tags-wraper {
        /*position: fixed;*/
        /*top: 0;*/
        /*left: 0;*/
        /*width: 300px;*/
        /*height: 100vh;*/
        /*padding: 20px;*/
        /*overflow-y: auto;*/
        /*background-color: #fff;*/
        /*z-index: 101;*/
        /*transform: translateX(-100%);*/
        /*transition: all .3s ease;*/
        /*opacity: 0;*/
        /*box-sizing: border-box;*/
    }
}

.bx_filter_vertical .tag_box {
    display: none;
}

@media (max-width: 768px) {
    .right_block .catalog-subsection-tags-wraper {
        display: none;
    }
    .bx_filter_vertical .tag_box {
        display: block;
    }
}

.catalog-subsection-tags-wraper ul {
    /* display: -webkit-box; */
    /* display: flex; */
    flex-wrap: wrap;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog-subsection-tags-wraper ul li {
    margin-right: 6px!important;
    margin-bottom: 8px!important;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.catalog-subsection-tags-wraper ul li:hover {
    background: #861d1d;

}

.catalog-subsection-tags-wraper ul li:before {
    content: none;
}

.catalog-subsection-tags-wraper ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #1d1a1a;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'SFProDisplay-Medium', sans-serif;
}
.catalog-subsection-tags-wraper ul li:hover a {
    color: #FFF;
}
/* End */
/* /bitrix/templates/aspro_mshop/components/bitrix/catalog.section.list/subsections_list_tags/style.css?17408174553662 */
