<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-title, div + #campaign-products .block-title{
    line-height:35px;
    font-size:30px;
    color:#000;
}

.block-title{
    background: url(title_ico.svg) left top no-repeat;
    padding-left: 60px;
}

.vitrinTabBtn .btn{
    background: #f2f2f2;
    border-radius: 10px;
    font-size: 16px;
    color: #0047ba;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
}

.vitrinTabBtn .btn:hover{
    background: #0047ba;
    color: #fff;
    box-shadow: none;
}

.vitrinTabBtn .btn.active{
    background: #0047ba;
    color: #fff;
    font-weight: 600;
}

#campaign-products .block-title{
    margin-top:0;
}

#pageHeader{
    background:none;
}

.pageTitle{
    line-height:60px;
    font-size:17px;
    color:#545454;
    font-weight:600;
    text-transform:uppercase;
    border-bottom:1px solid #ECECEC;
}

.pageTitle.small-title{
    line-height:35px;
    text-transform: capitalize;
}

.catMobileTitle.active{
    color: #f25e15;
}

:not(#pageHeader) &gt; .pageTitle &gt; span{
    font-size:13px;
    margin-top:-35px;
}

#pageHeader .pageTitle{
    position:relative;
    border-bottom:0;
}

#pageHeader .pageTitle:before{
    position:absolute;
    top:0;
    right:0;
    line-height:60px;
    color:inherit;
    content:'\e81d';
    font-size:13px;
    font-family:'tsoft';
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    font-variant:normal;
    text-align:center;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    speak:none;
}

[dir="rtl"] #pageHeader .pageTitle:before{
    content:'\e81c';
    left:0;
    right: auto;
}

#pageOrder .pageTitle:last-child, #pageOrder .pageTitle.passed{
    border-right:0;
}

.pageTitle.passed:first-child{
    border-left:0;
}

#pageHeader .pageTitle:last-of-type:before{
    content:'';
}

.pageTitle &gt; .row{
    text-align:center;
    background-repeat:no-repeat;
    background-position:20px center;
    background-size:25px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-bottom:1px solid #cdcdcd;
}

#pageHeader .pageTitle &gt; .row{
    border-bottom:0;
}

.pageTitle.flexTitle{
    height: auto;
    line-height: normal;
}

.pageTitle.flexTitle &gt; .row{
    border-bottom: 0;
}

.pageTitle.flexTitle small{
    font-size: 12px;
    text-transform: none;
    display: block;
    margin-top: 4px;
}

.col-title{
    line-height:40px;
    font-size:14px;
    color: #0047ba;
    text-transform: uppercase;
    font-weight: 500;
}

.col-title i:before{
    line-height:40px;
}
#leftFilter .col-title i:before{
    cursor:pointer;
}
#leftFilter &gt; .col-title{
    display:none;
}

.col-title .btn{
    height:auto;
    line-height:20px;
    padding-top:5px;
    padding-right:10px;
    padding-bottom:5px;
    padding-left:10px;
}

.col-text{
    line-height:17px;
    font-size:12px;
    font-weight:300;
    color:#797979;
}

#filterWrapper .col-text:hover{
    /*color:#e35252;*/
}

#filterWrapper .col-text{
    color: #505050;
    height: 22px;
    font-size: 13px;
    cursor: pointer;
    line-height: 24px;
}

#filterWrapper .icon-square-checked:before, #filterWrapper .icon-square-unchecked:before{
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    height: 23px;
    width: 15px;
    display: block;
}

#filterWrapper .icon-square-checked:before{
    background-image: url(checked_ico.svg);
}

#filterWrapper .icon-square-unchecked:before{
    background-image: url(check_ico.svg);
}

.filterBg{
    /*background: #f4f9ff;*/
}

#filterWrapper .line-top{
    border-color: #ccc;
}

.filterBrand input[type="text"]{
    border: 1px solid #f2f2f2;
    box-shadow: none;
    border-radius: 10px;
    color: #505050;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    background: url(brand_search.svg) calc(100% - 10px) center no-repeat;
}

.filterBrand input[type="text"]::-webkit-input-placeholder{
    color: #505050;
    font-size: 12px;
    font-weight: 700;
}

.filterBrand input[type="text"]::-moz-placeholder{
    color: #505050;
    font-size: 12px;
    font-weight: 700;
}

.filterBrand input[type="text"]:-ms-input-placeholder{
    color: #505050;
    font-size: 12px;
    font-weight: 700;
}

.filterBrand input[type="text"]:-moz-placeholder{
    color: #505050;
    font-size: 12px;
    font-weight: 700;
}

.filterColorBar .filterColorItem{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
}

.filterColorBar .filterColorItem label{
    height: 30px;
}

.filterColorBar .filterColorItem .form-item input[type="checkbox"]:checked + .checkedIco{
    background: url(color_checked.svg) center no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.filterColorBar .filterColorItem.active{
    border: 1px solid #0047ba;
}

[dir="rtl"] .col-text{
    direction: rtl;
    text-align: right;
}

#question{
    min-height:19px;
    padding-left:31px;
    background:url(question.png) no-repeat 0 center;
    display:flex;
    align-items:center;
    box-sizing:border-box;
}

.priceWrap{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.priceWrap span{
    display: inline-block;
    background: #f2f2f2;
    border: 1px solid #fff;
    font-size: 14px;
    color: #3b3b3b;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    padding: 0 20px;
}

[dir="rtl"] #question{
    padding-right:31px;
    padding-left:0;
    background:url(question.png) no-repeat right center;
}

.currency{
    padding-top:5px;
    padding-bottom:5px;
}

.currency:last-child{
    padding-bottom:0;
    border-bottom:0;
}

/*.currency *{
        line-height:16px;
        font-size:12px;
        text-align:center;
}*/

/* unique css */

#BlokAra &gt; .row{
    position:relative;
}

.filter-title:not(.hidden) .icon-plus{
    display:none;
}

.filter-title.hidden .icon-minus{
    display:none;
}

/* unique css */

.filterBtn{
    background: #ff742e;
    cursor: pointer;
}

.filterBtn span{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background: url(more_ico.svg) right center no-repeat;
    display: block;
}

.block-height{
    height: 2rem;
}

@media screen and (min-width: 769px) {
    #leftFilter{
        border: 1px solid #ccc;
        border-radius: 10px;
        padding-bottom: 20px;
    }

    .paddingDesktop{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {

    .forMobileToggle{
        display: none;
    }

    .block-title, div + #campaign-products .block-title{
        font-size: 23px;
    }

    [dir="rtl"] .col-title .btn:after{
        right:auto;
        left:0;
        background-position:10px center;
    }

    #leftFilter{
        position:relative;
        padding-top:10px;
        padding-bottom:10px;
        background:#fff;
        border:1px solid #e5e5e5;
        border-radius: 10px;
    }

    #leftFilter &gt; .col-title{
        display:block;
    }

    .col-title + div{
        display:none;
    }

    #leftFilter .col-title + div{
        width:100%;
    }

    #leftFilter &gt; .col-title + div{
        padding-top:10px;
        padding-left:10px;
        padding-right:10px;
        box-sizing:border-box;
    }

    #filterMobileBtn{
        line-height:30px;
        font-size:15px;
    }

    [dir="rtl"] #filterMobileBtn{
        padding-right:20px;
        padding-left:10px;
        background-position:right center;
    }

    #filterMobileBtn.active{
        color:#f25e15;
    }

    [dir="rtl"] #filterMobileBtn.active{
        background-position:right center;
    }

    #filterMobileBtn:after, 
    #filterSortBtn:after{
        content:'';
        float:right;
        width:9px;
        height:15px;
    }

    [dir="rtl"] #filterMobileBtn:after, 
    [dir="rtl"] #filterSortBtn:after{
        float:left;
    }

    #filterWrapper{
        display:none;
        margin-top:10px;
    }

    #filterPanel{
        padding:0 10px;
        box-sizing:border-box;
    }

    #filterPanel &gt; .row.mb &gt; .box.box-border{
        padding: 0;
    }

    #filterPanel &gt; .row.mb:last-child &gt; .box.box-border{
        border-bottom:1px solid #ececec;
    }

    #filterPanel &gt; .row.mb .col-title{
        font-size:14px;
    }

    #filterPanel &gt; .row.mb .col-title.active{
        color:#f25e15;
    }

    #filterPanel &gt; .row.mb .col-title + div{
        border-top:0;
    }

    #filterPanel .filterBtn{
        padding: 15px 10px;
    }

    #filterPanel .col-text{
        line-height:25px;
        font-size:11px;
    }

    #filterPanel .col-text .input-wrap{
        width:14px;
        height:25px;
    }

    #filterPanel .box.p-bottom.col-12{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .priceWrap{
        float:right;
        padding-left:20px;
        margin-top:0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }

    .priceWrap span{
        float:left;
        width:100%;
        text-align:left;
        font-weight: 600;
        line-height: 14px;
        font-size: 11px;
    }

    .priceWrap span:nth-child(2){
        display:none;
    }

    #priceSlider{
        width:auto;
    }

    #slider-range{
        margin-bottom: 6px;
    }

    #filterSortBtn{
        line-height:30px;
        font-size:15px;
        padding-top:10px;
        padding-bottom:10px;
    }

    #filterSortBtn.active{
        color:#f25e15;
    }

    [dir="rtl"] #filterSortBtn.active{
        background-position:right center;
    }

    #filterSort{
        display:none;
        width:calc(100% - 20px);
        margin:10px;
        border:1px solid #e5e5e5;
        box-sizing:border-box;
    }

    #filterSort .filter-box{
        padding-top: 0;
        padding-bottom: 0;
    }

    #filterSort .filter-box.comparisonWrap{
        border-right:0;
    }

}

@media screen and (max-width: 540px) {

    #pageHeader .pageTitle{
        display:none;
    }

    #pageHeader .pageTitle.passed{
        display:block;
    }

    #pageHeader .pageTitle &gt; .row{
        font-size:16px;
        margin-top:0;
    }

    #leftFilter,
    #filterSortBtn{
        padding-top:5px;
        padding-bottom:5px;
    }

    #filterMobileBtn,
    #filterSortBtn{
        font-size:14px;
    }

    #filterPanel &gt; .row.mb .col-title{
        font-size:13px;
    }

}

@media screen and (max-width: 375px){
    .block-title, div + #campaign-products .block-title{
        font-size: 17px;
    }
}</pre></body></html>