/* BASIC css start */
.hide{
display : none;
}
div#contents {
    margin-bottom: 50px;
}
.tool-wrap {
    text-align: center;
    margin-top: 5px;
}

.tool-wrap>select {
    width: 95%;
    max-width: 420px;
    }
.list_array {
    height: 52px;
    border-bottom: 1px solid #4a4a4a;
    /* border-top: 1px solid #c7c7c7; */
    padding: 0 8px;
    margin-bottom: 20px;
}

a.btn_moreGray {
    width: 224px;
    height: 35px;
    line-height: 35px;
    background-color: #efefef;
    border: 0px none;
    font-weight: bold;
    display: block;
    margin: 0 auto;
}
ul.items {
    display: flex;
    flex-wrap: wrap;
}
.list_shopping2x ul>li:nth-of-type(n+13){
display :none;
}
.marginR1{
margin-right: 1%!important;
}
.marginR{
margin-right: 0%!important;
}
/* BASIC css end */

