.popup.hiden{
    display: none !important;
}
/**/
.full-header {
    background: #CA9432;
    z-index: 999;
    padding: 10px 0;
}
.header-wrap{
    position: relative;
	justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 300px;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}

.header-logo a {
    display: flex;
    align-items: center;
}

img.site-logo {
    max-width: 100%;
    max-height: 120px;
}
/**/
.right-header {
    align-items: center;
    padding-left: 20px;
}
/* menu */
.main-menu {
    transition: margin-top 0.3s;
}

/* Search */
.header-icon-search {
    position: relative;
    cursor: pointer;
}
.show-search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

.main-search {
    position: absolute;
    right: 15px;
    top: 5px;
    width: 100%;
    transition: all .3s ease-in-out;

    width: 0px;
    overflow: hidden;
    min-width: 0;
    background: transparent;
}
.main-search.opened {
    right: 15px;
    padding: 0;
    padding-bottom: 0;
    min-width: 300px;
}

.main-search form {
    max-width: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

#search-form {
    width: 100%;
    padding: 0 10px;
    height: 35px;
    border: none;
    border-radius: 0;
}

.search-submit {
    width: 28px;
    margin: 0;
    background-color: transparent;
    height: 28px;
    float: left;
    border-radius: 0 5px 5px 0;
    border: none;
    padding: 0;
}

.search-submit i {
    color: #999;
}
.main-search form .close-s{
    color: #999;
}
.cart-header .btn-show-cart,
.dropdown-login-user a {
    color: #E91E63;
}

.cart-header .num-count {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    color: #F06292;
    background: #fff;
    font-size: 14px;
}
.header-cart .cart-header .btn-show-cart {
    position: relative;
    margin-right: 0;
}
/*cart-fixed*/
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-fixed i {
    font-size: 20px;
    color: #fff;
}
.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #CA9432;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}
@media only screen and (min-width: 1100px) {
    .full-header.sticky .header-logo {
        max-width: 200px;
    }

    .full-header.sticky .main-menu {
        margin-top: 5px;
    }

    .full-header.sticky .header-search {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 990px) {
    .main-menu #mega-menu-max_mega_menu_1 {
        position: unset;
    }
}
@media only screen and (max-width: 1200px) {
    .main-menu {
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

    .header-search {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .header-logo {
        max-width: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .show-search {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }
}
@media only screen and (max-width: 900px) {

}