.btnuudai{
    width: 250px;
    font-size: 40px;
    height: 50px;
}
.product-top img{
    width: 100%;   
}
.product-top img:hover{
    box-shadow : 1px 1px 10px;
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}
.product-bottom .far, .product-bottom .fas{
    color: #28a745;
    font-size: 10px;
}
.product-bottom h3{
    font-size: 20px;
    font-weight: bold;
}
.product-bottom h5{
    font-size: 15px;
    padding-bottom: 10px;
}
.overlay{
    display: block;
    opacity: 0;
    position: absolute;
    top: 7%;
    margin-left: 0;
    width: 70px;
}
.overlay .btn i{
    border-radius: 50%;
}
.product-top:hover .overlay{
    opacity: 1;
    margin-left: 5%;
    transition: 0.1s;
}
.overlay .fas, .overlay .far{
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 35px;
    width: 35px;
    font-size: 20px;
    padding: 7px;
    margin: 5%;
    margin-bottom: 5%;
}
.overlay .btn-secondary{
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
}
.product-bottom h5 p{
    height: 30px;
    opacity: 0;
}
.product-bottom h5 p:hover{
    
    height: 30px;
    opacity: 1;
}
