/* BASIC css start */
.page_jeans {
    background-color: #fff;
}


.test {
overflow:hidden; overflow-x:auto; white-space: nowrap;

    height: auto;
    left: 0%;
    width: 100%;
    float: left;
}

.box {
    width: 28%;
    display: inline-block;
    height: 100px;
    background-color: #000;
    


}
/* BASIC css end */

