header.noveo_header{
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: transparent;
    width: 100%;
}
header .baner_top_bg{
    transition-duration: 0.4s;
}
header .baner_top_bg.scroll{
    background-color: #FFF;
}
header .baner_top_bg.black{
    background-color: #DFDCD5 ;
}
header .baner_top_bg.scroll.black .baner{
    padding: 16px 0px;
}
header .baner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    transition-duration: 0.4s;
}
header .baner_top_bg.scroll .baner{
    padding: 2px 0px;
}
header .baner .left_box{
    display: flex;
    align-items: center;
}
header .baner .left_box img{
    margin-right: 64px;
}
header .baner .left_box a:last-child img{
    margin-right: 0px;
}
header .baner .center_box ul{
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
header .baner .center_box ul li{
    transition-duration: 0.4s;
}
header .baner .center_box ul li a{
    transition-duration: 0.4s;
}
header .baner .center_box ul li:hover>a{
    color: #E8C15D;
}
header .baner .center_box ul .sub-menu{
    display: none;
    position: absolute;
    flex-direction: column;
    background-color: #DFDCD5;
    top: 100%;
    width: 200px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px;
}
header .baner .center_box ul .sub-menu .sub-menu{
    left: 100%;
    transform: translateX(0px);
    top: -4px;
    display: none !important;
}
header .baner .center_box ul .sub-menu li:hover>.sub-menu{
    display: flex !important;
}
header .baner .center_box ul .sub-menu li{
    border-bottom: 1px solid #a9a59d;
    transition-duration: 0.4s;
}
header .baner .center_box ul .sub-menu li:last-child{
    border-bottom: 0px;
}
header .baner .center_box ul .sub-menu li a{
    padding: 4px 24px;
}
header .baner .center_box ul .sub-menu li:hover, header .baner .center_box ul .sub-menu li.current-menu-item{
    color: #E8C15D;
}
header .baner .center_box .menu-item-has-children{
    position: relative;
    padding-right: 6px;
}
header .baner .center_box .menu-item-has-children:hover .sub-menu{
    display: flex;
}
header .baner .center_box{
    display: flex;
    align-items: center;
}
header .baner .center_box ul a{
    font-size: 12px;
    color: #625E56;
    padding: 10px 24px;
    font-weight: 400;
    white-space: nowrap;
    display: block;
}
header .baner .center_box ul .menu-item-has-children{
    position: relative;
}
/*header .baner .center_box ul .menu-item-has-children::after{
    content: '';
    display: block;
    width: 8px;
    height: 4px;
    background-image: url('icons/sub-menu.svg');
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}*/

header .right_box{
    display: flex;
    align-items: center;
}
header .right_box a,
.mobile_shop_buttons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    padding: 0px;
    background-color: #272727;
    transition-duration: 0.4s;
    margin-right: 4px;
}
header .right_box a:last-child,
.mobile_shop_buttons a:last-child{
    margin-right: 0px;
    background-color: #E8C15D;
    position: relative;
}
header .right_box a:hover,
.mobile_shop_buttons a:hover{
    background-color: #6581A3;
    cursor: pointer;
}
header .right_box a:last-child:hover,
.mobile_shop_buttons a:last-child:hover{
    background-color: #edab00;
}
header .right_box a:last-child span,
.mobile_shop_buttons a:last-child span{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #272727;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    font-size: 8px;
    right: 0px;
    bottom: 0px;
    color: #FFF;
}

#close_box_button{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 500;
    display: none;
}

#search_box{
    position: fixed;
    top: 83px;
    width: 100%;
    z-index: 10;
    background-color: #FFF;
    padding: 12px 0px;
    padding-top: 48px;
    z-index: 1000;
    display: none;
}
#search_box form>div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#search_box input[type='text']{
    font-size: 18px;
    padding: 17px 24px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    background-color: transparent;
    outline: 0px;
    border-radius: 64px;
    width: 100%;
}
#search_box input[type='submit']{
    display: inline-flex;
    color: #fff;
    background-color: #E8C15D;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    padding: 12px 24px;
    text-decoration: none;
    transition-duration: 0.4s;
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    border: none;
    align-items: center;
    margin-top: 12px;
}
#search_box input[type='submit']:hover{
    background-color: #edab00;
    cursor: pointer;
}
#search_box .wrapper{
    position: relative;
}
#close_search_form{
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 0px;
    top: -32px;
    transition-duration: 0.4s;
}
#close_search_form:hover{
    transform: rotate(90deg);
    cursor: pointer;
}
#close_search_form::after,
#close_search_form::before{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background-color: #625E56;
    transition-duration: 0.4s;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
}
#close_search_form::before{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
}

header .mobile_menu_box .wpml-ls-item.menu-item-has-children::after{
    content: '';
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-left: 1px solid #888279;
    border-bottom: 1px solid #888279;
    transform: translateY(-100%) rotate(-45deg);
}

header .mobile_wpml_box{
    margin-right: 12px;
}
header .mobile_wpml_box ul{
    top: auto !important;
}
header .mobile_wpml_box .wpml-ls-legacy-dropdown{
    width: auto;
}
header .mobile_wpml_box .wpml-ls-legacy-dropdown a{
    background-color: transparent;
    border: none;
}