component-product-card-g .padding-zero {
    padding: 0;
}
component-product-card-g a, component-product-card-g a:hover, component-product-card-g a:focus {
    text-decoration: none;
}
component-product-card-g a.-pdf {
    color: black;
}
component-product-card-g .card-g {
   /* max-height: 600px;
    height: 500px;*/
    background-color: #fff;
   /* border: 1px solid #d8d8d8;*/
}
component-product-card-g .card-g .img {
    margin: 20px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
component-product-card-g .card-g .info {
    text-align: center;
    margin: 0 20px;
}
component-product-card-g .card-g .info h1.-title {
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
component-product-card-g .card-g .info p.-description {
    height: 45px;
    font-size: 16px;
    font-weight: 200;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
component-product-card-g .card-g .info .border-top-black-double {
/*    border-top-width: 1px;
    border-top-color: black;
    border-top-style: double;*/
}
@media (max-width: 768px) {
    component-product-card-g .card-g {
      /*  height: 600px;*/
    }
    component-product-card-g .card-g .img {
        margin: 20px;
        height: 300px;
    }
}