*{
        box-sizing: border-box;
        font-family: arial;
        font-size: initial;
}


#Sales-box{
    width: 90%;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}
/*End of Sales box*/




/*Cart*/
#topdeal-Cart{
    width: 15rem;
    height: 22rem;
    display: block;
    box-shadow: 0.2px 0.2px 14px black;
    border-radius: 6px;
    padding: 0px 6px 16rem 6px;
}
/*End of cart*/




/*Top*/
.Images{
    width: 14rem;
    height: 11rem;
    margin: auto;
}
.Images img{
    width: 100%;
    height: 100%;  
}

.topdeal-under{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.topdeal-under p{
    width: auto;
    font-size: 11px;
    background-color: rgb(23, 39, 125);
    color: white;
    padding: 7px 7px 7px 7px;
    font-weight: bold;
}
.topdeal-under h1{
    font-size: 9.5px;
    line-height: 2.2rem;
    color: red;
    font-style: italic;
    font-weight: bold;
}


/*Infos*/
.infos{
    width: 100%; 
    overflow: hidden;
    display: -webkit-box; /* Required for -webkit-line-clamp */
    -webkit-line-clamp: 1; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
     margin-top: 8px;
     margin-bottom: -10px;
} 
/*end of Infos*/
/*End of Top*/
