body.open-filter{
    overflow: hidden;
}
@media (max-width: 1199px) {
    body.has-filter{
        padding-bottom: 60px;
    }
}
#sp-title{
    padding-bottom: 50px;
}
.mod-breadcrumbs.breadcrumb{
    margin-top: 15px;
    font-size: 14px;
}
#sp-breadcrumb{
    border-top: 1px #eaeaea solid;
}
#sp-breadcrumb,
#sp-main-body{
    background-color: var(--very-light-gray);
}
#sp-main-body{
    padding-top: 0;
}
span.PricebasePrice,
span.PricediscountedPriceWithoutTax{
    color: var(--master-green);
}
.PricebasePrice>i{
    font-size: 0.7rem;
    margin-right: 5px;
}
.hasDiscount span.PricebasePrice{
    text-decoration: line-through;
    color: inherit;
    font-size: 0.9rem;
}
div.PricediscountAmount{
    display: inline-block;
    background-color: var(--master-yellow);
    padding: 0 10px;
    border-radius: 15px;
    color: white;
}
@media (max-width: 575px) {
    div.PricediscountAmount{
        display: block;
        padding: 0 ;
    }
}
div.PricediscountAmount>.vm-price-desc{
    font-size: 0.9rem;
}
.cf_flt_wrapper{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 4px solid var(--very-light-gray);
}
.cf_flt_header{
    font-weight: normal;
}
.cf_resetAll_link{
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cf_resetAll_link:hover{
    color: white;
}
.headexpand{
    float: left;
    margin-top: 7px;
}
.headexpand_hide {
    transform: rotate(90deg);
}
#sp-left .sp-module ul>li{
    padding-bottom: 6px;
    margin-bottom: 10px;
}
#sp-left .sp-module ul.cf_filters_list{
    margin-top: 12px;
}
.cf_filters_list_li>input{
    transform: translateY(3px);
}
#pageCatTitle:before{
    content: "";
    background-color: var(--master-green);
    border-radius: 50%;
    margin-left: 15px;
    width: 10px;
    height: 10px;
    display: inline-block;
    animation: pulseOpacity 1s infinite;
}
#priceListHeader{
    border-radius: 12px 12px 0 0;
    margin-top: 3px;
}
@media (max-width: 575px) {
    #priceListHeader{
        font-size: 0.8rem;
    }
}
#productsListWrapper>.product-item{
    cursor: pointer;
}
#productsListWrapper>.product-item:nth-child(odd){
    background-color: #f8f8f8;
}
#productsListWrapper>.product-item:hover{
    background-color: #e8f8f9;
}
.PricediscountedPriceWithoutTax{
    display: inline-block;
}
.productReadMore{
    transition: max-height .4s linear;
    overflow: hidden;
}
.productReadMore>*{
    transition: opacity .35s linear;
}
.productReadMore.closed{
    max-height: 0;
    transition: max-height .25s linear;
}
.productReadMore.opened{
    max-height: 500px;
}
.productReadMore.closed>*{
    opacity: 0;
}
.productReadMore.opened>*{
    opacity: 1;
}
.productReadMore .price-list:nth-child(odd){
    background-color: #f8f9fa;
}
.productReadMore .price-list:nth-child(even){
    background-color: white;
}
.more-product-info-btn{
    cursor: pointer;
}
.more-product-info-btn i{
    transition: all .25s linear;
    transform: translateY(3px);
}
.more-product-info-btn.opened i{
    transform: rotate(180deg);

}
#mobileFilterButton{
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--master-green);
    cursor: pointer;
    z-index: 9999;
}
#sp-left:before{
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000000ab;
    opacity: 0;
    transition: opacity .3s linear;
    visibility: hidden;
    z-index: -1;
}
@media (max-width: 1199px) {
    #sp-left{
        position: fixed;
        top: calc(100vh + 50px);
        width: 100%;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 9999;
        transition: all .3s linear;
    }
    #sp-left .card-view{
        border-radius: 0;
        height: calc(100vh - 60px);
        padding-bottom: 100px;
        overflow-y: auto;
    }
    #sp-left.open-filter{
        top: 0;
    }
    #sp-left.open-filter:before{
        opacity: 1;
        visibility: visible;
    }
    #showFilterResult,
    body.open-filter #showFilters{
        display: none;
    }
    #mobileFilterButton,
    body.open-filter #showFilterResult{
        display: block;
    }

}
