/******************************************************/
/************           MENU TOP           ************/
/******************************************************/

#fixedHeader {
    display: none;
}
header.fixed {
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    position: fixed;
    top:0;
    z-index:1000;
    width: 100%;
}

.vc-mm-menu-h, .vc-mm-menu-v {
    background-color: rgba(255, 255, 255, 0) !important;
}
.vc-mm-menu-h ul.vc-mm-menu li.vc-menu-item > ul, .vc-mm-menu-h ul.vc-mm-menu li.vc-menu-item > div.sub-menu {
    z-index: 4000;
}
.vc-mm-menu-h .vc-nav-on-desktop .sub-menu-inner, .vc-mm-menu-v .vc-nav-on-desktop .sub-menu-inner { 
    z-index: 4000;
}

.vc-mm-tabs .vc-mobile-tab-title {
    border: 0 !important;
    font-size: 1.5em !important;
}
.vc-mm-menu .vc-mobile-title span {
    display: none !important;
}
.vc-mm-menu > h2 > a {
    font-size:18px !important;
}

#header3 #flotingMenu, #header8 #flotingMenu, #fixedHeader #flotingMenu { z-index: 1000; }
#header3 #flotingMenuPage, #header8 #flotingMenuPage, #fixedHeader #flotingMenuPageFixed { position: absolute; z-index: 1000; }
#header3 .floatingHeader, #header8 .floatingHeader, #fixedHeader #floatingHeader { width: 100%; }
#header3 .flotingMenuPageBlock, #header8 .flotingMenuPageBlock, #fixedHeader .flotingMenuPageBlock { position: relative !important; }

.vc-mm-tabs-nav {
    min-height: 300px !important;
}

.vc-mm-mega-cont-inner {
    padding: 0px !important;
}

.noPadddingMegaMenu {
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-repeat: no-repeat;
}

.cart_list li {
    padding-left:30px !important;
    padding-right:15px !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
}

.titleMmItems {
    font-size: 16px;
    margin-bottom:10px !important;
    margin-left: 15px;
    margin-top: 5px;
}
.bigTitleMmItems { font-size: 16px; }
.bigTitleMmItems span { font-size: 20px; }


.searchOpeme {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.9);
  display: flex;
  z-index: 10000;
}

.searchOpeme form {
  margin: auto !important;
}
.closeSearchOpeme {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 80px !important;
  cursor: pointer;
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes gradient {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.searchOpemeInner {
  position: relative;
  display: flex !important;
  flex-direction: row;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 2px;
  padding: 1.4rem 2rem 1.6rem;
  background: rgba(57, 63, 84, 0.8);
}
.searchOpeme:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  height: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-position: 0% 0%;
  background: linear-gradient(to right, #B294FF, #57E6E6, #FEFFB8, #57E6E6, #B294FF, #57E6E6);
  background-size: 500% auto;
  -webkit-animation: gradient 3s linear infinite;
          animation: gradient 3s linear infinite;
}

.searchOpeme input {
  flex-grow: 1;
  font-size: 1.8rem;
  line-height: 2.4rem;
  vertical-align: middle;

  border-style: none;
  background: transparent;
  outline: none;
}

.searchOpeme button {
  font-size: 2.4rem;
  line-height: 2.4rem;
  vertical-align: middle;
  transition: color .25s;

  padding: 0 !important;
  background: none !important;
  border: none !important;
  outline: none !important;
}
