.no_dec {
    text-decoration: none!important;
}

.products {
    display: flex;
    flex-wrap: wrap
}

.products .product{
    display: flex;
    width: 31.3333%;
    margin: 0 1%;
    margin-bottom: 10px;
    padding: 0;
}

body {
    background-color: #ffffff !important;
}

.product article .thumb img{
    max-height:360px;
}

.product article{
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: self-end;
}

.product article .thumb{
    align-items: center !important;
}

.product-info{
    /*background: pink;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product-info,.product-inner{
    width:100%;
}

.feature-btn-container{
    position: absolute;
    right: 400px;
    /*top: 50%;*/
    transform: translateY(-140%);
}

.btn-secondary{
    background-color: #ddd2c5;
}
.btn-secondary:hover{
    
    background-color: #C9C0BB;
}

.title-box{
    margin-bottom:15px;
}

.box-tools{
    text-align: center;
    margin-right:50px; 

@media (max-width: 1024px){
    .product article .thumb img{
        max-height:290px;
    }
}

@media (max-width: 767px){
    /*three column*/
    .products .product {
        width: 48%;
    }

    .product article .thumb img{
        max-height:230px;
    }
}

@media (max-width: 500px){
    /*single column*/
    .products .product {
        /*width: 100%;*/
        /*margin: 0;*/
    }
    
    .product article .thumb img{
        max-height:190px;
    }
}
