.full-header-top {
    background: linear-gradient(90deg, #0F75DC 0%, #47A3FF 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    padding: 13px 0;
}
.header-top-row{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.header-top-row li{
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.header-top-row li+li{
  margin-left: 20px;
  padding-left: 20px;
}
.header-top-row li + li::before {
  content: "";
  background-color: #fff;
  height: 16px;
  width: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  opacity: .5;
}
.header-top-row li a{
    color: #fff;
}

.mxh-box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.40);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/**/
.full-header {
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    background: transparent;
    box-shadow: 0px 1px 13px 2px 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;
    padding: 10px 0;
}
.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-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-weight: 500;
}
/**/
.btn-header {
    padding: 9px 22px;
    color: #fff;
    border: 0;
    border-radius: 40px;
    background: linear-gradient(90deg, #0F75DC 0%, #47A3FF 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    font-weight: 450;
}
.btn-header:hover {
    background-color: #00AEEF;
    color: #fff;
}
/**/
.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: #00000085;
    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 #fff
}
.search-modal form input {
    border: 0;
    color: #262626;
    font-size: 18px;
    background-color: transparent;
    flex: 1;
    color: #fff;
    font-weight: normal;
}
.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:#fff;
}
.close-search {
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 20px;
    right: 20px;
}
/**/


@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,
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1{
        position: unset;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column{
        width: 20% !important;
    }
    .main-menu  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
        font-weight: 450;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu {
        top: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-width: 255px;
        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;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
        font-size: 14px;
    }
    /* */
    .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-wrap {
        padding: 0;
    }
    .mxh-box a {
        margin-left: 10px;
    }
    .header-top-right.mxh-box {
        text-align: center !important;
    }
}
@media only screen and (max-width: 767px) {
    .full-header img.site-logo {
        display: block;
    }
    .full-header {
        position: unset;
        padding: 10px 0;
    }
    .header-top-left.header-top-row{
        display: none;
    }
    .full-header-top {
        padding: 8px 0;
    }
    .btn-header {
        margin-left: 5px;
        display: none;
    }
    .btn-header span {
        font-size: 12px;
    }
    .btn-header {
        border-radius: 6px;
        padding: 9px 14px;
    }
}

@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;
    }
}