.cart_icon{
    height:12vh;
}

.heart_icon{
  height:8vh;
}

  
.header {
    display:flex;
    justify-content:space-between;
    background-color: #d6ffcb; 
    padding-left:40px;
    padding-right:40px;
    padding-top:20px;
    padding-bottom:15px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 3; 
    top: 0; 
    left: 0;
    width:100%;
    height:120px;
  }


  

.navbar h1{
    margin-bottom:0;
    font-size:200%;
}



  
  .navbar-nav .nav-link:hover {
    color: #DDD; 
  }
  
  .navbar-nav .nav-link.active {
    font-weight:bold ;
  } 
  
  
 