/* BASIC css start */


#prd-section05 {
    background-color: #f4f4f4;
    padding: 10px 0;
    margin-bottom: 10px;
}

#prd-section05 h3 {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    margin: 0 0 10px 10px;
}

#prd-section05.items-wrap .items.grid_1, 
#prd-section05.items-wrap .items.grid_3 { flex-wrap: nowrap; } 

#prd-section05.items-wrap .items.grid_3 li,
#prd-section05.items-wrap .items li,
#prd-section05.items-wrap .items li:nth-child(2n) {
    padding: 0;
    margin-right: 10px;
    width: 38%;
    margin-top: 0;
}


/* BASIC css end */

