article.reasealed {
  margin-bottom: 30px !important;
}

article.reasealed .content {
    padding: 20px;
    position: relative;
    float: left;
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    height: 303px;
}

article.reasealed .content:hover {
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
    border: 1px solid rgba(138,196,63,1);
}

@-webkit-keyframes fadeInFromNone {

    0% {
        border: 1px solid rgba(138,196,63,0);
    }
    
    10% {
        border: 1px solid rgba(138,196,63,0.1);
    }
    
    100% {
        border: 1px solid rgba(138,196,63,1);
    }
    

}

article.reasealed .img_block {
    text-align: center;
}

/*
article.reasealed .img_block img {
    height: 238px;
    width: 238px;
}
*/

article.reasealed .prices label.resigilat_cat, label.resgilat_cos {
    background: #F47C20;
    border-radius: 5px;
    padding: 2px 6px !important;
    color: #fff;
    text-transform: uppercase;
}

article.reasealed .prices label.resigilat_cat {
    float: right;
}

article.reasealed .product_name h3 {
    color: #252B36;
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

article.reasealed .product_desc {
    margin-top: 5px;
    padding: 0px;
}

article.reasealed .garantie {
    margin-bottom: 10px;
    padding: 0px;
}

article.reasealed .buy {
    margin-top: 20px;
}

article.reasealed .product_desc .desc {
    color: #252B36;
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

article.reasealed .product_desc a {
    color: #252B36;
    font-size: 14px;
    text-transform: none;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}

article.reasealed .product_desc a img {
    height: 18px;
    margin: 0px 0px 5px 5px;
    position: relative;
    display: inline-block;
}

article.reasealed .prices {
    color: #252B36;
    font-size: 13px;
    padding: 0px;
}

article.reasealed .prices .old_price {
    text-decoration: line-through;
    color: #ccc;
}

article.reasealed .prices .resealed_price {
    font-weight: 700;
    color: #ef2809;
}

article.reasealed .prices .reduction {
    background-color: #ef2809;
    font-weight: 700;
    border-radius: 5px;
    padding: 3px 5px;
    color: #fff;
}

article.reasealed .add-to-cart {
    padding: 0px;
}

article.reasealed .add-to-cart button {
    cursor: pointer;
    width: 150px;
    color: #fff;
    background-color: rgb(138 196 63);
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
    float: right;
    margin-top: 0px;
    font-size: 12px;
}


@media (max-width:747px) {
    
    article.reasealed .content {
        height: 648px;
    }
    
    article.reasealed .add-to-cart {
        text-align: center;
    }
    
    article.reasealed .add-to-cart button {
        float: none;
        margin-top: 20px;
    }
    
    article.reasealed .prices {
        text-wrap: nowrap;
    }
    
    
    
}


/*
body#category #content-wrapper #js-product-list {
    display: none;
}  

body#category #content-wrapper #js-product-list.ready {
    display: block;
} 
*/