.top-band{
    background-color:#e77983;
    color:whitesmoke;
    max-height:35px;
}
.border-right{
    border-right:1px solid #fff;
}
.fa-whatsapp{
    color:#128c7e;
}
.fa-instagram{
    background-image: linear-gradient(#f9ce34,#ee2a7b,#6228d7);
}
 /* Make the image fully responsive */
 .carousel-inner img {
    width: 100%;
    height: 500px;
  }
  .product-slider img {
    width: 100%;
    height: 340px;
  }
  footer{
    background-color:#e77983;
    color:whitesmoke;
    max-height:35px;
  }
  .nav-item:hover{
    background-color:#e77983;
    color:#fff;
  }
  .navbar-brand{
    font-family:"Helvetica Neue";
}
.background-heading{
    background-color:#ccc;
    color:#111;
}
.img-container{
height:100%;
width:100%;
}
.product-detail{
    border:1px solid #555;
}
.desc{
    text-align:justify;
    font-size:14px;
}
.hero-img{
    height:200px;
    background-image: url('../img/2.jpg');
    background-size: cover;
    background-position:center;
}
.background-strip{
    background-color: #ccc;
}
.fa{
    font-size:32px;
}
.fa-envelope{
    color:#cece0f;
}