#list_sufflage .link2{
    display: block;
text-align:center;
}

#list_sufflage .Fr_img{
  position: relative;
}
#list_sufflage .link2 a{
    color: #f8f8f8;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
}
#list_sufflage .link2 a:hover{
text-decoration: none;
}
#list_sufflage .prod_img {
    max-width: 100%;
    box-shadow: 0 0px 14px rgba(0,0,0,0.2);
max-height: 100%;
    height: 230px;
}
     #list_sufflage .hover{height:0px;transition:height 0.3s ease;background: rgba(0,0,0,0.33);width:100%;position:absolute;top: 0px;left: 0px;/* text-align:center; */overflow: hidden;display: flex;align-items: center;}
     #list_sufflage .th:hover .hover{height: 100%;}
   

       #list_sufflage .th:hover .product_content{
display:block;
}
#list_sufflage .product{
    /*max-height: 253px;*/
    margin-bottom: 20px;
    position: relative;
}
#list_sufflage .product_btn , .product_btn2{
    display: block;
    color: #FFFFFF;
    width: 42%;
    margin: 0px auto;
    height: 39px;
    line-height: 39px;
    text-align: center;
text-transform: capitalize;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease-out;
    border: 1px solid #a8a8a7;
    width: 195px;
    transition: center;
    font-weight: normal;
    /* position: absolute; */
    /* bottom: 20px; */
    /* right: 20px; */
}
#list_sufflage .product_btn2{
display:none;
}
#list_sufflage .product:hover .product_btn, .product:hover .product_btn2{
transition: 0.3s;
    text-decoration: none;
    background-color: #f9140c;
    border: 1px solid #f9140c;
}
#list_sufflage .prod_img{
    max-width: 100%;
    /*padding-bottom: 5vh;*/
}
#list_sufflage .img{
display: flex;
    justify-content: center;
    /*box-shadow: 0 0px 14px rgba(0,0,0,0.2);*/
}
@media (max-width: 991px)
{
#list_sufflage .product_btn{
display:none;
}
#list_sufflage .product_btn2{
display:block;
width:100%;
    background-color: #f9140c;
    border: 1px solid #f9140c;
}
}

