.full-header-top {
    background-color: #FBF5FF;
    padding: 8px 0;
}
.header-top-row{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header-top-row li:first-child{
    padding-top: 3px;
}
.header-top-row li{
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.header-top-row li+li{
  margin-left: 30px;
  padding-left: 20px;
}
.header-top-row li:last-child{
    padding-bottom: 1px;
}
/*.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: #782DA4;
    font-weight: 300;
    line-height: 27px;
}
.header-top-row li a i{
    font-size: 16px;
}
.header-top-right .search span{
    text-decoration: underline;
}
.mxh-box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #782DA4;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-top-row li.mxh-box a i{
    font-size: 12px;
}
/**/
.header-search input {
    max-width: 230px;
    border: 0;
    height: 30px;
    padding: 0 20px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 1px 10px 0px rgba(120, 45, 164, 0.15);
    color: #782DA4;
    padding-top: 5px;
}
.header-search .search-submit {
    position: absolute;
    top: 0;
    right: 16px;
    border: 0;
    background-color: transparent;
    height: 16px;
    width: 16px;
}
/**/
.full-header {
    position: relative;
    z-index: 3;
    padding: 11px 0;
    box-sizing: border-box;
    background: transparent;
    background-color: #782DA4;
}
.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;
    font-weight: 500;
}
/**/
.hvg-btn {
    padding: 0 27px;
    border-radius: 20px;
    background: #FF5757;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    height: 52px;
    align-items: center;
    justify-content: center;
}
.cart.header-cart a {
  display: inline-flex;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  color: #782DA4;
}
.cart.header-cart .cart-sl {
  position: absolute;
  gba-c: ;
  background-color: #F8A622;
  width: 12px;
  height: 12px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  line-height: 1;
  padding-top: 2px;
  right: 7px;
  top: 7px;
}
/**/
.main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    font-size: 18px;
}
.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: ;
    line-height: 1.5;
}
@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 {
        order: -1;
        flex: unset;
        display: flex;
/*        z-index: 9;*/
    }
    .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: 1500px) {
    .header-top-row li + li {
        padding-left: 0;
    }
}
@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: 0 auto;
        display: flex;
        justify-content: center;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        font-size: 26px !important;
    }
}
@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;
    }
}