/**/
.full-header {
/*    position: absolute;*/
    z-index: 3;
    padding: 28px 0;
    box-sizing: border-box;
    background: transparent;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.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);
}
.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;
    font-family: Inter;
}
/**/
.header-tools a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
}
.header-tools a+a {
    border-left: 1px solid #2FB7C5;
}
.header-tools a img{
    filter: brightness(100%) invert(100%);
}

.numCart {
    position: absolute;
    background-color: #EEE8A9;
    width: 12px;
    height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    top: -4px;
    border-radius: 100%;
    right: 15px;
}

.header-contact a {
    border-radius: 37px;
    background: linear-gradient(180deg, #2FB7C5 0%, #169EAC 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 17px 31px;
    color: #fff;
    line-height: 1;
    font-weight: 700;
	border:1px solid transparent;
}
.header-contact a:hover{
	border-color: #2FB7C5;
	background-image: none;
	color: #2FB7C5; 
}
/**/
@media only screen and (min-width: 991px) {
	.header-tools a {
		padding: 0px 10px;
	}	
	.header-contact a {
		padding: 12px 20px;
	}
}
@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;
    }
}