﻿/*.buy-wrap {
    padding: 0.375rem;
    margin-top: 1.0rem;
}*/
.img-item {
    height: 165px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16);
    border-radius: 3px;
    width: calc((100% - 10px)/2);
    /*display: inline-block;*/
    float:left;
    margin-bottom:15px; 
}
.img-item:nth-child(2n) {
    margin-left:10px;
}
.img-list a {
    text-align: center;
    display: block;
    padding: 20px 0;
}
.img-list a p {
     font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #7d7d7d;
    overflow: hidden;
}
.wheretobuy__link img {
    max-height:100px;
    max-width:100px;
}