.home{
    padding: 33px 15px;
    border: 2px solid rgba(11 , 116 , 205 , 1);
    margin: 2px;
    min-height: calc(100vh - 64.5px);
}
.home .products h2{
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 38px;
    color: rgba(11 , 116 , 205 , 1);
}
.home .products #inpfil{
    outline: none;
    box-shadow: none;
    border:2px solid rgba(11 , 116 , 205 , 1);
    margin-bottom: 30px;
    color: rgba(11 , 116 , 205 , 1);
}
.products .product-item{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(11 , 116 , 205 , 1);
    margin-bottom: 30px;
    min-height: 475px;
}


.products .product-item img{
    width: 100%;
    height: 272px;
}
.product-item-desc{
    padding: 15px;
    margin-top: 10px;
}
.product-item-desc h5 a{
    cursor: pointer;
}
.product-item-desc h5 a ,.product-item-desc h5{
    font-weight: bold;
    color: rgba(11 , 116 , 205 , 1);
    display: flex;
    justify-content: space-between;
}
.product-item-desc h4{
    display: flex;
    justify-content: space-between;
}
#yes{
    border: 2px solid rgba(11 , 116 , 205 , 1);
}
#yes .btnEdt , #yes .btnDele{
    width: 48%;
    margin-top: 15px;
}
#yes .btnEdi1 , #yes .btnEele1{
    width: 48%;
}
#no{
    height: 466px;
}
#no .add-to-cart{
    margin-top: 15px;
}
.product-item-desc p{
    color: rgba(102 , 156 , 201 , 1);
    margin-top: -5px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}
.product-item-desc button{
    background: none;
    color: #fff;
    background-color: rgba(11 , 116 , 205 , 1);
    width: 100%;
    padding: 7px;
    border: none;
    letter-spacing: 2px;
    outline: none !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.product-item-desc button i {
    margin-right: 6px;
}
.fa-heart{
    position: absolute;
    top: 15px;
    right: 30px;
    color: #fff;
    cursor: pointer;
}
.active{
    color: #519969;
}
@media(max-width:990px){
    .col-lg-4 {
        margin: 10px -10px 10px 0px;
    }
}
