.nav-logo {
  width: 30%;
}
.logo-div {
  float: left;
}
.container-fluid {
  padding: 10px;
}
.dis-non {
  display: none;
}
nav{
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.footer-img {
  width: 80%;
}
.header-main {
  margin-top: -58px;
}
.navbar-nav a:hover {
  cursor: pointer;
  color: rgb(255, 102, 0)!important;
  text-decoration: underline!important;
}
.mobile-logo {
  width: 90%;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: flex-end;
}
.whatsapp-div a:hover{
  text-decoration: none;
}
.product-img{
  min-height: 260px;
  max-height: 260px;
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
  /* header {
    display: block;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    background-color: white!important;
  } */
  .nav-logo{
    width: 70%; 
  }
}
