.product-card {
    width:200px;
    height:200px;
    margin:200px;
    

}
.mrp-element {
    text-decoration: ;
    font-size: 10px;
}
.product-heading {
    font-size: 16px;
    padding: 8px;
    font-family: Roboto;
    margin-left: 15px;
    margin-top:10px;
}
.rupees-el {
    margin-left: 22px;
    font-size: 15px;
    font-weight: bold;
    font-family: Caveat;
}
.scrubber-container {
    margin-top: 150px;
}
.gel-container {
    margin-top:150px;
}
.serum-container {
    margin-top:150px;
}
.day-cream-container {
    margin-top:150px;
}
.night-cream-container {
    margin-top:150px;
}
.save-percnt {
    color:red;
    margin-left:20px;
    font-size:15px;
    font-style:italic;
    font-weight:bolder;
}
.product-image {
    width:150px;
    height:150px;
    margin:20px;
    border-radius: 5px;
}
.carousel-box {
    width:350px;
    height:350px;
    margin-top: 200px;
}
.item-details-card {
    margin-top: 200px;
}