* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.img-w {
    width: 100%;
    height: 100%;
}


.trending {
    padding: 16px;
}

.trending h1 {
    margin-top: 10px;
}

.trending .row {
    background-color: #ffff;
    padding: 10px;
}

.content-text a {
    text-decoration: none;
    font-weight: 400;
    font-family: 'Josefin Sans';
    text-align: center;
}


.productname{
    margin-bottom: 0px;
    font-weight: 500;
}

.marginbot{
    margin-bottom: 100px;
}

.imgwh{
    width: 100%;
    height: 100%;
    margin-top: 10px;
    /* background:lightgray; */
}

.item-border{
    border: 2px solid rgb(0, 0, 0);
    border-radius: 5px;
}
.content-text {
    margin: 10px;
}

del {
    margin-left: 5px;
    font-size: 14px;
}


/*    Categories section Css */
.bagimg img {
    width: 200px;
    height: auto;
}

.textbag {
    margin: auto;
    text-align: center;
}

.textbag p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.shopnow {
    border: none;
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.Categories_section{
    margin-top: 20px;

}


.hide a{
 font-family: "Poppins", sans-serif;
 font-weight: 500;
  font-style: normal
}

.starsold {
    margin-top: 10px;
}
.starsold i{
    color: orange;
}



.officelounge span{
    font-size: 20px;
}

/* trending css */

.trending h1{
    text-align: center;
}