.saller .bestseller .coy{
    padding: 40px 0px;
    background-color: #ffffff;
}
.saller .bestseller .coy .head{
    text-align: center;
    padding: 20px 0px;
}
.saller .bestseller .coy .head h1{
    color: #45595b;
    font-family: "Roboto", sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    padding: 10px 0px;
}
.saller .bestseller .coy .head  p{
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #747d88;
}
.saller .bestseller .coy .bodies{
    display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
.saller .bestseller .coy .bodies .card{
    width: 30%;
    /* border: 1px solid red; */
    margin: 10px;
    padding: 15px 13px;
    background-color: rgb(244, 246, 248);
    border-radius: 20px;
}
.saller .bestseller .coy .bodies .card .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.saller .bestseller .coy .bodies .card .content .paris{
    width: 50%;
    padding: 0px 8px;
}
.saller .bestseller .coy .bodies .card .content .paris .tex i{
    color: rgb(129, 196, 8);
    font-weight: 900;
}
.saller .bestseller .coy .bodies .card .content .paris h5{
    font-family: Raleway, sans-serif;
    font-weight: 650;
    line-height: 1.2;
    color: rgb(69, 89, 91);
    font-size: 20px;
    padding: 7px 0px;
}
.saller .bestseller .coy .bodies .card .content .paris h4{
    font-weight: 600;
    line-height: 1.2;
    color: rgb(69, 89, 91);
    font-size: 23px;
    padding: 10px 0px;
}
.saller .bestseller .coy .bodies .card .content .pho{
    width: 50%;
}
.saller .bestseller .coy .bodies .card .content .pho img{
    width: 100%;
    border-radius: 50%;
}
.saller .bestseller .coy .bodies .card .content .paris .long{
    font-weight: 900;
    display: flex;
    align-items: center;
    padding: 10px 8px;
    border-radius: 20px;
    border:1px solid  rgb(255, 181, 36);
    color: rgb(129, 196, 8);
}
.saller .bestseller .coy .bodies .card .content .paris .long i{
   padding:0px 10px;
  
}

@media(max-width:1024px){
    .saller .bestseller .coy .bodies .card{
        width: 43%;
    }
}
@media(max-width:768px){
    .saller .bestseller .coy .bodies .card{
        width: 52%;
    }
}
@media(max-width:1024px){
    .saller .bestseller .coy .bodies .card{
        width: 90%;
    }
}