.header-container .nav-title {
  color: rgba(128,128,128,0.62);
  font-size: 20px;
  font-weight: 300;
}

.hide {
  display: none;
}

.container.header-container {
  max-width: none;
}

.nav-div {
  border-left: 1px solid;
  padding: 30px 15px;
  border-right: 1px solid;
  margin-right: 10px;
  border-color: #8080808a !important;
  /*align-self: center!important;*/
}

.faint-grey-color {
  color: rgba(128,128,128,0.62);
}

.cat-prod-name {
  color: grey;
  font-size: 20px;
}

.logo {
  border-radius: 50%;
  position: absolute;
  z-index: 9;
  left: 5%;
  top: 52px;
}

@media (max-width: 992px) {
  .logo {
    border-radius: 50%;
    position: inherit;
    z-index: 9;
    left: 0;
    width: 100px;
    top: -5px;
    /*top: 52px;*/
  }
}

@media (max-width: 300px) .simple-slider .swiper-slide {
  height: 200px;
}

@media (min-width: 992px) {
  .header_row {
    display: inherit!important;
  }
}

@media (min-width: 300px) {
  .header_row {
    /*display: none;*/
  }
}

