.container{
    padding: 20px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-md-4{
    display: flex;
    align-items: center;    
    flex-wrap: wrap;
    gap: 20px;
}
.card{
    width: 23%;
    border: 1px solid #cce7d0;
    min-width: 250px;
    padding: 10px 12px;
    cursor: pointer;
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.1);
    margin: 15px 0;
    transition: 0.2s ease;
    border-radius: 20px;
    position: relative;
}
.card:hover{
    box-shadow: 20px 20px 30px rgba(0, 0, 0,0.2);
}
.card img{
    width: 100%;
    border-radius: 20px;
}
.card span{
    color: #606063;
    font-size: 15px;
}
.card h5{
    font-size: 18px;
    color: #1a1a1a;
    letter-spacing: 1px;
    padding-top: 7px;
}
.card i{
    font-size: 14px;
    color: rgb(243, 181, 25);
}
.card h4{
    padding-top: 7px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #088178;
}
.card .cart{
    width: 40px;
    height: 40px;
    color: #050505;
    line-height: 40px;
    background-color: #e8f6ea;
    border-radius: 50px;
    border: 1px solid #cce7d0;
    position: absolute;
    bottom: 20px;
    text-align: center;
    right: 20px;
}
.card-body{
    text-align: center;
}
.card .btn{
    padding: 10px 15px;
}
.container{
    margin: auto;
    margin-top: 20px;
    /* border: 3px solid black; */
}
.col-md-, .col-lg-4{
    margin-bottom: 20px;
}
.sty{
    font-size: 18px !important;
    color: black !important;
}
.num{
    width: 80px;
    height: 30px;
    border: 3px solid black;
    border-radius: 5px;
    font-size: 18px;
    padding: 5px;
}
.uk-border-circle{
    width: 100px !important;
    height: 100px !important;
}
.fa-cart-arrow-down{
    color: white;
    font-size: 50px;
    cursor: pointer;
    padding-left: 20px;
}