.sorts-block #input-limit,
.sorts-block .sorts-block__btn-group.btn-group{
    display: none;
}
.category-info{
    background-color: #fff;
}

.product-grid .product-thumb{
    margin-bottom: 30px;
}
.search-page__search-block{
    margin-bottom: 25px;
}

.ocf-value, .ocf-value:active, .ocf-value:focus, .ocf-value:visited, .ocf-value:hover{
    color: #020203 !important;
    font-size: 14px  !important;
}
.ocf-theme-light .ocf-value-count{
    background-color: #fff !important;
    border-radius: 50px;
    color: #020203 !important
}
.ocf-btn-link{
    color: #020203 !important
}
.ocf-btn-link:hover, .ocf-btn-link:focus{
    color: #ff5f00 !important;
    text-decoration: none !important;
}
.ocf-selected .ocf-value-input::before{
    border-color: #ff5f00 !important;
    background-color: #ff5f00 !important;
}
.ocf-input-group-addon{
    color: #020203 !important;
    background-color: #f7f7f7 !important;
    font-family: sans-serif;
}
.ocf-noUi-connect:before, .ocf-noUi-handle,
.ocf-noUi-connect:before, .ocf-noUi-handle{
    background-color: #020203 !important;
}
.ocf-noUi-active{
    box-shadow: 0 0 0 6px #58595a40 !important;
}
.category-sticker.left-bottom,
.category-sticker.left-top{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    top: 0;
    left: 0;
}
.category-sticker.left-bottom{
    top: unset;
    bottom: -20px;
}
.category-sticker.left-bottom .category-sticker-1{
    padding: 0 3px;
}
.category-list .category-list__img{
    max-width: 70%;
    padding-top: 10px;
}

@media (max-width:1199px){
	.category-sticker .text{
        font-size: 9px;
        padding: 0px 5px;
        border-radius: 4px;
	}
    .category-sticker.left-top,
    .category-sticker.left-bottom{
        gap: 2px;
    }
}
@media (max-width: 991px){
    .ocf-btn-mobile-fixed .ocf-btn{
        background-color: #009f1a !important;
    }
}

@media (max-width: 575px){
    .search-page__search-block{
        margin-bottom: 15px;
        padding: 15px;
    }
    .category-sticker.left-bottom{
        bottom: -10px;
    }
}
@media (max-width: 499px){
    .product-thumb__quick-order.quick-order.btn{
       font-size: 12px;
    }
}
@media (max-width: 449px){
    .product-thumb__quick-order.quick-order.btn{
       font-size: 11px;
    }
}
@media (max-width: 379px){
    .product-thumb__quick-order.quick-order.btn{
       font-size: 10px;
        padding: 0 5px;
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 369px){
    .category-sticker.left-bottom .text{
        font-size: 7px;
    }
}


@media (min-width: 992px){
    .ocf-theme-light .ocf-filter-header, .ocf-theme-light .ocf-module-page-header{
        font-size: 14px;
        color: #ff5f00 !important;
    }
}