/**/
.full-header {
/*    position: absolute;*/
    z-index: 3;
    padding: 18px 0;
    box-sizing: border-box;
    background: transparent;
}
.full-header.sticky {
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.full-header.sticky{
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
    padding: 10px 0;
}
.header-wrap {
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    max-width: 197px;
    max-height: 80px;
    object-fit: contain;
}
.sticky img.site-logo {
    max-height: 55px;
}   
img.site-logo-white {
    display: none;
}
/**/
.main-menu {
    flex: 1;
    font-weight: 500;
    text-align: right;
}
.main-menu > div {
    display: inline-block !important;
}
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 .mega-sub-menu .mega-menu-item-has-children > a.mega-menu-link {
    font-weight: 600 !important;
}
/**/
.header-search{
    cursor: pointer;
    font-size: 18px;
}
.search-modal.show{
    opacity: 2;
    visibility: visible;
    z-index: 999;
    position: fixed;
    transition: .5s all;
}
.search-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 20px;
}
.search-modal {
    background-color: #000000d6;
    height: 100%;
}
.search-modal form {
    flex: 1;
    display: flex;
    justify-content: center;
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #99999987;
}
.search-modal form input {
    border: 0;
    color: #262626;
    font-size: 18px;
    background-color: transparent;
    flex: 1;
    font-weight:normal;
    /* width: 80%; */
    color: #fff;
}
.search-modal form input::placeholder{
    opacity: 1;
}
.search-modal form button {
    background-color: transparent;
    border: 0;
}
.search-modal form button svg {
    width: 20px;
    height: 20px;
}
.search-modal form button svg path {
/*    fill:#777;*/
}
.close-search {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}
/**/
.close-menu-modal svg {
    width: 20px;
}
/**/
.main-menu a{
    font-weight: 600 !important;
}

@media only screen and (min-width: 991px) {
    .home .full-header:not(.sticky) .site-logo{
        display: none;
    }
    .home .full-header:not(.sticky) .site-logo-white{
        display: block;
    }

    .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover,
    .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    .home .full-header:not(.sticky) .header-search{
        color: #fff;
    }
    .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        color: #fffffff2;
    }
    .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover{
        color: #f6c71e;
    }
      .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover::before{
        border-color: #f6c71e !important;
      }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
/*        margin-right: 20px;*/
    }

}
@media only screen and (max-width: 991px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-width: 135px;
        max-height: 75px;
    }
/*    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px;
        font-size: 15px;
    }*/
    /**/
    .main-menu {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .main-menu > div {
        display: inline-block !important;
    }
    /* */
    .header-search-popup {
        top: calc(100% + 11px);
        padding: 10px;
    }
    .btn-search img {
        width: 15px;
    }
    .btn-search img.close {
        width: 12px;
    }
    /**/
    .header-tools a {
        padding: 0 10px;
    }
    .numCart {
        right: 5px;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1400px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 990px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0;
    }
    .header-search {
        margin-left: 10px;
    }

}
@media only screen and (max-width: 767px) {
    .full-header {
        position: unset;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    img.site-logo {
        max-height: 60px;
    }

}


@media (min-width:992px) {
  .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item{
    margin-right: 50px;
  }
  .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:after {
    content:" ";
    display:block;
    width:20px;
    border-bottom-width:0;
    position:absolute;
    bottom:-8px;
    left:0;
    border-style:solid;
    border-color:transparent;
    -webkit-transition:all 300ms ease-out;
    -moz-transition:all 300ms ease-out;
    -o-transition:all 300ms ease-out;
    transition:all 300ms ease-out
  }
  .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover:after,
  .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:after,
  .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:after {
    border-color:#f6c71e;
    -webkit-transition:all 300ms ease-out;
    -moz-transition:all 300ms ease-out;
    -o-transition:all 300ms ease-out;
    transition:all 300ms ease-out
  }
  .home .full-header:not(.sticky) .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link::after{
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
  }
  .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link:hover:before,
  .home .full-header:not(.sticky) #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-current-menu-item > a.mega-menu-link:before{
    content:" ";
    display:block;
    position:absolute;
    bottom:-8px;
    border-style:solid;
    border-color:transparent;
    -webkit-transition:all 300ms ease-out;
    -moz-transition:all 300ms ease-out;
    -o-transition:all 300ms ease-out;
    transition:all 300ms ease-out;
    left: 50%;
    transform: translateX(-50%);
    border-color: #fff;
    margin: 0 auto;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    }


}