.product-list{display:flex;flex-wrap:wrap}.product-list .product-ctn{width:33.3333%}.product-list .product-ctn .product{border:1px solid #f1f1f1;box-sizing:border-box;text-align:center;margin:5px;background:#f9f9f9}.product-list .product-ctn .product .img{height:50px;line-height:50px;padding:10px 0px}.product-list .product-ctn .product .img img{height:100%}.product-list .product-ctn .product .label{padding:10px 5px}@media screen and (min-width: 800px){.product-list .product-ctn{width:20%}}
