
.category{
    margin-left: 0px;
    padding-left: 0px;
   
}

.categorylist input{
    display: none;
    
}

.categorylist label{
    border-radius: 1px;
    padding: 1px 1px;
    width: 100%;
    height: 16px;
    margin-top: -3px;
    margin-bottom: 0;
    font-size: 9.24px;
    color:#fff;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

@media (min-width: 1366px) {
    .categorylist label {
        height: 16px; /* Adjusted height */
        font-size: 9.24px; /* Adjusted font size */
        border-radius: 1px;
        padding: 1px 1px;
        width: 100%;
        height: 16px;
        margin-top: -3px;
        margin-bottom: 0;
    }
}

@media (min-width: 1850px) {
    .categorylist label {
        height: 30px; /* Increased height */
        font-size: 12px; /* Increased font size */
        border-radius: 1px;
        padding: 0px 2px;
        width: 90%;
        height: 20px;
        margin-top: 2px;
        margin-bottom: 7px;
        }
}
@media screen and (max-width: 996px) {
    .filterCol{
        width: 100%;
    }
    .adSquare{
        display: flex;
        flex-direction: column;
    }
    
}

@media screen and (max-width: 650px) {
    .adImg{
        display: none;
    }
}


