
body.page-template-boxed .header.style-01,
body.page-template-fullpage .header.style-01,
body.page-template-fullwidth .header.style-01{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.header.style-01{
    box-shadow: 0 1px #eaeaea;
}
.header.style-01 .header-top{
    padding: 7px 39px;
    border-bottom: 1px solid #eaeaea;
}
.header.style-01 .header-bot{
    padding: 0 39px;
}
.header.style-01 .header-bot .header-right > *{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.header.style-01 .header-bot .header-control > *{
    display: inline-block;
    vertical-align: middle;
}
.header.style-01 .header-bot .header-control > * > a{
    font-size: 19px;
    line-height: 30px;
    padding: 25px 15px;
}
.header.style-01 .header-bot .header-control > .block-search > a{
    font-size: 20px;
}
.header.style-01 .header-bot .header-control > .block-minicart > a{
    font-size: 21px;
}
.header.style-01 .header-bot .header-control > * > a .count{
    display: block;
}
.header.style-01 .header-bot .header-control > * > a .text{
    display: none;
}
.header.style-01 .logo{
    padding: 10px 0;
}
.header.style-01 .block-search.style-02 .search-form{
    min-height: 100vh;
}
.header.style-01 .block-minicart > a{
    min-width: 20px;
    position: relative;
    text-align: center;
}
.header.style-01 .block-minicart > a .icon::before{
    font-family: icomoon, sans-serif;
    content: '\e936';
}
.header.style-01 .block-userlink > a .icon::before{
    font-family: icomoon, sans-serif;
    content: '\e93d';
}
.header.style-01 .box-header-nav .main-menu > .menu-item > a{
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (min-width: 480px){
    .header.style-01 .header-bot .header-inner{
        display: table;
        width: 100%;
    }
    .header.style-01 .header-bot .header-inner > *{
        display: table-cell;
        vertical-align: middle;
    }
    .header.style-01 .header-bot .header-left{
        width: 210px;
    }
    .header.style-01 .header-bot .header-right{
        text-align: right;
    }
    .header.style-01 .header-bot .header-control > .block-menu-bar > a{
        padding-right: 0;
    }
}
@media (min-width: 768px){
    .header.style-01 .header-top::before,
    .header.style-01 .header-top::after{
        display: table;
        content: '';
        clear: both;
    }
    .header.style-01 .header-top > *{
        display: inline-block;
        vertical-align: top;
    }
    .header.style-01 .header-top .header-right{
        float: right;
    }
}
@media (max-width: 767px) and (min-width: 480px){
    .header.style-01 .block-userlink:not(.open) > .sub-menu{
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
    .header.style-01 .block-userlink > .sub-menu{
        left: auto;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@media (min-width: 1200px){
    .header.style-01 .header-bot .header-control{
        padding-left: 18px;
        border-left: 1px solid #eaeaea;
        margin-left: 30px;
    }
}
@media (max-width: 1499px){
    .header.style-01 .box-header-nav .main-menu > .menu-item > a{
        padding-left: 23px;
        padding-right: 23px;
    }
}
@media (max-width: 1199px){
    .header.style-01 .header-top,
    .header.style-01 .header-bot{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 991px){
    .header.style-01 .header-bot .header-control > * > a{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media (max-width: 767px){
    body.page-template-boxed .header.style-01,
    body.page-template-fullpage .header.style-01,
    body.page-template-fullwidth .header.style-01{
        position: relative;
        left: auto;
        right: auto;
        z-index: auto;
    }
    .header.style-01 .header-top,
    .header.style-01 .header-bot{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header.style-01 .header-top{
        text-align: center;
    }
}
@media (max-width: 479px){
    .header.style-01 .header-bot{
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header.style-01 .header-bot .header-control > * > a{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header.style-01 .block-userlink > .sub-menu{
        top: calc(100% + 5px);
    }
}