.product-name{
    max-width: 162px;
    margin: auto ;
}
.product-details{
MARGIN-TOP: -22px;
    LINE-HEIGHT: 1;
}
.btn-addto-cart{
MARGIN-TOP: -84px;
}
.product-image img{
 /* max-height: 250px;  width: auto !important;*/
}

.grid-products .item .product-image {
    position: relative;
    overflow: hidden;
    margin: 0 auto 15px;
}

.grid-products .item .product-image > a {
    display: block;
    white-space: nowrap;
    opacity: 1;
}
.grid-products a {
    text-decoration: none !important;
}

.grid-products .item .product-image img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    -ms-transition: all ease-out 0.4s;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.product-labels {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 1;
}
.product-labels .on-sale {
    right: 5px;
    background: #f54337;
}
.product-labels .lbl {
    display: block;
    white-space: nowrap;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.button-set-bottom {
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    /*visibility: hidden;*/
    opacity: 1;
    bottom: 10px;
    z-index: 5;
    left: 0;
    right: 0;
   /* z-index: 999999;*/
    position: relative;
}
.button-set-bottom .btn {
    color: #000;
    background-color: #fff;
    border: 0;
}

.grid-products a {
    text-decoration: none !important;
}
.btn, .btn-primary {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 20px 8px;
    background-color: #222;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    white-space: normal;
    font-size: 13px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.button-set-bottom .btn i {
    display: none;
}
.grid-products .item .product-price {
    margin: 5px 0;
    color: #000000;
    font-weight: 400;
}
.product-price .price {
    color: #000000;
    FONT-WEIGHT: 800;
    MARGIN-TOP: 12px;
}

.grid-products .item {
    margin: 0 0 30px;
    text-align: center;
}
.grid-products {
    max-width: 1200px;
    margin: auto;
    }

a.btn-icon.btn.btn-addto-cart.pro-quickshop-popup.rounded span {
    font-weight: 800;
}
.button-set-bottom .btn {
    color: #000;
    /* background-color: #fff; */
    /* border: 0; */
    box-shadow: -3px 25px 102px 33px rgb(94 203 246 / 37%) inset;
    -webkit-box-shadow: -3px 25px 102px 33px rgb(94 203 246 / 37%) inset;
    -moz-box-shadow: -3px 25px 102px 33px rgb(24 219 136 / 28%) inset;
    border-radius: 30px;
    border: 1px solid white;
}