/**/
.full-header {
/*    position: absolute;*/
    z-index: 3;
    padding: 10px 0;
    box-sizing: border-box;
    background: rgb(17, 10, 92);
}
.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{
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
.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;
}
img.site-logo-white{
    display: none;
}
.sticky img.site-logo {
    max-height: 55px;
}
img.site-logo-white {
    display: none;
}
/**/
.main-menu {
    flex: 1;
}
.btn-hvg {
    font-weight: bold;
    line-height: 1.6;
    color: rgb(17, 10, 92);
    text-transform: uppercase;
    text-align: center;
    background-color: rgb(255, 192, 38);
    border-radius: 20px;
    padding: 0 20px;
    height: 40px;
    display: inline-flex;
    align-items: center;

    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 991px) {

}
@media only screen and (min-width: 991px) {
    .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 img.site-logo {
        display: block;
    }
    .full-header img.site-logo-white {
        display: none;
    }
    .full-header .btn-search > img {
        filter: brightness(100%) invert(100%);
    }
    .full-header {
        position: unset;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    img.site-logo {
        max-height: 60px;
    }
    .home_box1_desc {
        font-size: 32px;
        line-height: 45px;
    }
    .home_box1_desc b {
        font-size: 35px;
        line-height: 65px;
    }
}