﻿*, *:before, *:after {
    box-sizing: border-box;
}

/*.grid-container> h2{
  font-size: 18px;
  padding: 14px 10px;
}

.grid-container> h3{
  font-size: 16px;
  padding: 12px 10px;
}

.grid-container> h2, h3, a{
  clear: both;
  margin: 0;
  font-family: sans-serif;
  text-align: center;
}*/

.grid-container img {
    /*width: 100%;
    height: auto;*/
    display: block;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}

. /*grid-container> a{
  display: block;
  text-decoration: none;
  width: 100%;
}

.grid-container> a:hover{
  text-decoration: underline;
  color: #333;
}*/
.grid-container {
    max-width: 980px;
    margin: 0 auto;
    font-size: 0;
  
}

.grid-item {
    width: 24%;
    /*border: 1px solid #ccc;*/
    margin: 1%;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: auto;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    padding: 1px;
    box-shadow: 0 20px 20px -15px rgb(0 0 0 / 25%);
}

.vew-product {
    color: #333;
    width: 100%;
    display: block;
    margin: 0;
}

.product-img {
    width: 100%;
    height: 160px;
}

.view-product * {
    color: #333;
}


.product-name {
    width: 100%;
    min-height: 75px;
    color: #000;
    font-size: 12px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    letter-spacing: 0.3px;
}

.price {
    width: 100%;
    bottom: 44px;
}

.add-to-cart {
    height: 20px;
    line-height: 20px;
    width: 100%;
    color: #a7a4a4;
    font-size: 10px;
    /*background-color: #34529e;
    border-top: 1px solid rgba(160,160,160,0.2);*/
}

@media screen and (min-width: 320px) and (max-width: 1024px) {

    .grid-container {
        max-width: 100%;
        margin: 0 auto;
        font-size: 0;
        margin-bottom: 30px;
    }
    .grid-item {
        width: 100% !important;
        /*border: 2px solid #b1aeae;*/
        margin-top:30px;
        display: inline-block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        /*border-top-left-radius: 10px;
        border-top-right-radius: 10px;*/
        padding: 1px;
        box-shadow: 0 20px 20px -10px rgb(0 0 0 / 25%);
    }

    .product-img {
        width: 100% !important;
        height: 20%;
    }

    .product-name {
        width: 100%;
        min-height: 40px;
        color: #000;
        font-size: 16px;
        padding-top: 5px;
        padding-left: 3px;
        padding-right: 3px;
        text-align: center;
        padding-bottom:3px;
    }

    .add-to-cart {
        height: 20px;
        line-height: 20px;
        width: 100%;
        color: #a7a4a4;
        font-size: 13px;
        /*background-color: #34529e;*/
        /*border-top: 1px solid rgba(160,160,160,0.2);*/
    }
}
