/* Header */
.fixed-header .inner {
    background-color: #a48c64b5 !important;
}
#mainnav.fixed-header .main-menu li > a {
    color: #fff;
}
#mainnav.fixed-header i {
    color: #fff !important;
}
.main-nav-container.fixed-pinned #heart path,
#mainnav.main-nav-container.fixed-pinned #shopping-bag path {
    stroke: #fff !important;
}

.ads .img .over {
    opacity: 1 !important;
}
.ads  .imgs {
    display: flex !important;
    justify-content: center;
}

section.landing-page-first-banner .container {
    max-width: 95%;
}
section:nth-child(2 of section.landing-page-first-banner) .container > div {
   width: 470px !important;
}
@media (max-width:768px){
  section:nth-child(2 of section.landing-page-first-banner) .container > div {
    width: 140px !important;
}
}