.c-searchitem{
    display:flex;
    justify-content: flex-start;
}
.s-item-box .u-l {
    width:100%;
    border-right: none;
    display: flex;
    justify-content: space-around;
}
.s-item-box{
    font-size: 1rem;
}

.u-r{
    display: none;
}

.c-searchitem__header{
    background-color:#65a120;
    color:#FFFFFF;
    font-size:12px;
    display: none;
}

.s-item-box .u-lr table td {
    font-size: 0.9rem;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    color: #303030;
    line-height: 1.4;
}
.u-lr > table > tbody> tr{
    display:none;
}
.s-item-box .u-ll {
    float: left;
    width:auto;
}
.u-lr table{
    border-spacing: 0px;
}
.d-sp{
    display:none;
}

.u-lr > table > tbody> tr.u-first{
    display: table-row;
}
.c-modal__filter{
    max-height:100vh;
    z-index:9992;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #FFFFFF;
    transform: translateY(100%);
}
.infoBoxHeading{
    transform: translateY(-28px);
}
.c-modal__filter__pickers{
    height:100%;
}

.l-notranslate{
    transform: translateY(0);
}
.infoBoxHeading{
    font-size:1rem;
}
.c-filter__counter{
    display: none;
}
.l-notranslate{
    max-width: 80%;
}
.l-notranslate > .c-sidebox{
    width:auto;
    height:100%;
    overflow-y:auto;
}


@media only screen and (max-width: 971px){
    .c-modal__filter > .c-sidebox  .infoBoxHeading{
        background-image: none;
        background-color: black;
        border-top-right-radius: 18px;
    }

    div#id_subcats *{
        font-size: 0.9rem !important;
    }
}



@media only screen and (min-width: 971px), print{
    td.desc *{
        margin-top: 0;
    }

    .c-searchitem__header{
        display: table;
        
    }
    .s-item-box .u-ll {
        float: left;
        width: 31%;
    }
    .s-item-box .u-l {
        width: 56%;
        float: left;
        border-right: 1px solid #CCCCCC;
    }
    .u-r{
        display: block;
    }
    .d-sp{
        display:block;
    }
    .u-lr > table > tbody> tr{
        display:table-row;
    }
    .c-modal__filter{
        position: static;
        transform: translateY(0);
    }
    .infoBoxHeading{
        transform: translateY(0px);
    }
    .c-filter__counter{
        display: block;
    }
    .l-notranslate > .c-sidebox{
        width:190px;
    }
    .u-lr table{
        border-spacing: 2px;
    }
}

@media print{
    td.desc{
        max-width: initial;
        width:750px;
    }
}


