.product-card{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0 15px}
@media(min-width:768px){.product-card{margin:0 -8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
}
.product-card{overflow:auto}
.product-card::-webkit-scrollbar{width:3px;height:3px}
.product-card::-webkit-scrollbar-thumb{width:3px;background-color:#ddd}
.product-card::-webkit-scrollbar-track{background-color:#fff;width:100px;margin-left:10px;margin-top:20px}
.product-card-list{margin-right:12px;display:inline-block;flex-grow:1}
@media(min-width:768px){.product-card-list{padding:0 8px;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;margin-right:0;padding-bottom:20px}
}
.product-card-list:last-child{margin-right:0}
.product-card-content{background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.1);box-shadow:0 2px 4px 0 rgba(0,0,0,.1);padding:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
@media(min-width:768px){.product-card-content{padding:11px 16px}
}
.product-card-title{color:#000;font-size:14px;line-height:14px;font-weight:400;margin:0}
@media(min-width:768px){.product-card-title{font-size:16px}
}
@media(min-width:992px){.product-card-title{font-size:18px}
}
.product-card-img{display:none}
@media(min-width:768px){.product-card-img{display:block;border-radius:50%;width:40px;height:40px}
}