.navbar
{
    background-color:#F44336 !important;
    height :max-content;
}
.nav-link{
    color:#fff !important;
    font-weight:bold !important;
}
.fa-shopping-cart
{
    font-size:32px !important;
}
.fa-user-circle-o
{
    font-size: 32px !important;
}
.fa-truck, .fa-headphones, .fa-thumbs-up
{
    font-size:60px !important;
    margin-right: 10px;
    color:#F44336 !important;
}
h3
{
    color:#F44336;
}
.card1, .card2, .card3
{
    display:flex;
    width: 300px;
    height:100px;
    background-color:#fff;
    box-shadow: 10px 10px 10px grey;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.mainCard{
    margin-top:30px;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;   
}
@media screen and (max-width:600px)
{
    .card1, .card2, .card3
    {
        width: 100%;
    }
}
.newArrivals
{
   width: 100%;
   height: max-content;
   /* margin-bottom: 10px; */
   padding: 16px;
}

.card img{
    height:180px;
}
.card{
    height:max-content;
    width: auto !important;
    margin-bottom:5px;
    box-shadow: 10px 10px 10px grey;
}
.card-text
{
    font-weight: bold;
}
.btn-primary
{
    width:100%;
    background-color: #D32F2F;
}
.heading
{
    text-align: center;
    font-weight: bold;
    color:#D32F2F;
    margin:20px;
    font-size:44px !important;
}
.heading > h1
{
    text-shadow:2px 2px 4px black;
}
.footer
{
    width:100%;
}
/* .card-body
{
    box-shadow: 10px 10px 10px grey;
}  */

.footer{
    width:100%;
    background-color:#D32F2F;
    height:70px;
}
.footer > div{
    text-align:center !important;
}
h4{
    color:#fff;
}
.Hi{
    text-align:center;
}

p.r{
    text-align:center;
}