.header-top ul > li {
  padding: 14px 0;
}
.header-right > ul > li > a i {
  font-size: 13px;
}
.header-logo > img {
  width: 250px;
}
.footer-logo img {
  width: 220px;
}
.testimonial-item .user-content {
  padding-left: 0;
}
.slider-area .slide-inner:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.color-white {
  color: #FFF;
}
.slider-area p, .slider-area h1 {
  color: #FFF;
  text-shadow: 2px 2px 1px #222;
}
#products .banner-img {
  position: relative;
}
#products .banner-img:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
#products .inner-content {
  z-index: 2;
}
.info_banner {
  background: #bac34e;
  padding: 50px 0;
  font-family: "Playfair Display", serif;
}
.info_banner h2 {
  line-height: 1.5;
}
.drop-menu {
  left: 60%;
}
header .shipping a:hover{color: #bac34e;}
@media (max-width:991px) {
  .header-middle {
    position: fixed;
    top: 0;
    background: #FFF;
    box-shadow: 0 0 5px #C5C5C5;
    width: 100%;
    z-index: 100;
  }
}
@media (max-width:768px) {
  .header-logo > img {
    width: 180px;
  }
}