
body:not(.page-template-fullwidth):not(.page-template-fullpage):not(.page-template-boxed) .header.style-25{
    box-shadow: 0 1px #eee;
}
body.page-template-fullpage .header.style-25{
    background-color: #fff;
}
.header.style-25{
    padding: 0 45px;
}
.header.style-10{
    padding: 0 40px;
}
.header.style-25 .header-inner{
    font-size: 0;
}
.header.style-25 .header-inner > *{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.header.style-25 .box-header-nav{
    width: calc(100% - 420px);
}
.header.style-10 .box-header-nav{
    text-align: center;
}
.header.style-25 .logo{
    width: 210px;
    padding: 10px 0;
}
.header.style-25 .header-control{
    text-align: right;
    width: 210px;
}
.header.style-25 .header-control > *{
    text-align: left;
}
.header.style-25 .header-control > * > a{
    padding: 35px 15px;
    font-size: 19px;
    line-height: 30px;
}
.header.style-25 .header-control > .block-search > a{
    font-size: 20px;
}
.header.style-25 .header-control > .block-minicart > a{
    font-size: 21px;
}
.header.style-25 .header-control > * > a .text{
    display: none;
}
.header.style-25 .header-control > .block-minicart > a .icon{
    font-size: 23px;
}
.header.style-25 .block-userlink > a .icon::before{
    font-family: icomoon, sans-serif;
    content: '\e93d';
}
.header.style-25 .block-minicart > a .icon::before{
    font-family: icomoon, sans-serif;
    content: '\e936';
}
.header.style-25 .block-minicart .woo-cart-link .count{
    display: block;
}
.header.style-25 .block-search.style-02 .search-form{
    min-height: 100vh;
}
.header.style-25 .box-header-nav .main-menu > .menu-item > a{
    padding: 35px 20px;
}
.header.style-25 .box-header-nav .main-menu > .menu-item > a .label-image{
    left: calc(100% - 20px);
}
@media (min-width: 1500px){
    .header.style-25 .box-header-nav .main-menu > .menu-item:first-child > a{
        padding-left: 30px;
    }
}
@media (max-width: 1499px){
    .header.style-25{
        padding: 0 30px;
    }
    .header.style-25 .header-control > * > a,
    .header.style-25 .box-header-nav .main-menu > .menu-item > a{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 1199px){
    .header.style-25 .header-control{
        width: calc(100% - 210px);
    }
    .header.style-25 .header-control > * > a{
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media (max-width: 991px){
    .header.style-25{
        padding: 0 20px;
    }
}
@media (max-width: 767px){
    .header.style-25{
        padding: 0 15px;
    }
    .header.style-25 .header-control > * > a{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 479px){
    .header.style-25 .header-inner{
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .header.style-25 .logo{
        display: block;
        width: auto;
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .header.style-25 .header-control{
        display: block;
        width: auto;
        text-align: center;
    }
    .header.style-25 .header-control > * > a{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .header.style-25 .block-userlink > .sub-menu{
        top: calc(100% + 7px);
    }
}