.products {
    margin-bottom: 30px;
}
.products .box-product {
    padding: 20px;
    display: grid ;
    height: 450px;
}
.products .box-product .product {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.products .row {
    display: -webkit-box;
}
.products .box-product .product .product-item {
    background-color: white;
    border-radius: 5px;
    display: grid;
}
.products .box-product .product .product-item:hover{
    border: 1px solid green;
}
.products .box-product .product .product-item img {
    padding: 10px;
    width: 275px;
    height: 275px;
    border-width: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    vertical-align: middle;
}
.products .box-product .product .product-item .title-product{
    padding: 0 10px;
    height: 60px;
}
.products .box-product .product .product-item .price {
    padding: 0 10px;
}
.design-title {
    height: 60px;
    background-color: white;
    border-bottom: 5px solid green;
    padding: 15px;
    color:green ;
}
h2 {
    margin-top: unset;
}

.body {
    background-color: unset !important;
}

.title-page .title {
    padding-left: 15px;
}

.background-green {
    background-color: green;
}