img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.header-area {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 35px 0;
}

.header-area.header-white {
  padding: 15px 0;
}

.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-menu ul li {
  padding: 28px 18px;
  position: relative;
}

.header-menu ul li a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #383838;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  display: block;
  white-space: nowrap;
}

/* boja hover */

.header-menu ul li.active > a, .header-menu ul li:hover > a {
  color: #a4846d;
}

.header-menu ul li ul {
  display: block;
}

.header-menu ul li:hover > .sub-menu, .header-menu ul li:hover > .mega-sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-menu .sub-menu {
  position: absolute;
  width: 255px;
  background-color: #fff;
  border-top: 2px solid #494949;
  padding: 10px 0px;
  -webkit-box-shadow: 2px 2px 20px rgba(73,73,73,.1);
  box-shadow: 2px 2px 20px rgba(73,73,73,.1);
  top: 110%;
  left: 0;
  z-index: 9;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.header-menu .sub-menu li {
  padding: 0;
}

.header-menu .sub-menu li a {
  padding: 7px 20px;
}

.header-menu .sub-menu li:hover > a {
  padding-left: 25px;
}

ul {
  color: #8d4f64;
  font-size: 0.875em;
  font-family: 'Nunito';
  line-height: 30px;
}

div {
  margin-left: 0px;
}

@media (min-width:1400px) {
  .d-xxl-flex {
    display: flex;
  }
}

