/*==========================================================================
HEADER STYLE 02
===========================================================================*/
.header.style-02 .header-top{
    background-color: #f6f6f6;
    padding: 7px 0;
}
.header.style-02 .header-middle{
    margin-top: 20px;
}
.header.style-02 .top_menu-container,
.header.style-02 .header-top-right > ul{
    display: inline-block;
    margin-right: 15px;
}
.header.style-02 .header-top-right ul{
    margin-bottom: 0;
    list-style: none;
}
.header.style-02 .header-top-right{
    text-align: right;
}
.header.style-02 .header-top-right > *{
    text-align: left;
}
.header.style-02 .kumartket-main-menu > .menu-item > a{
    line-height: 60px;
}
.header.style-02 .header-bottom{
    background-color: #333333;
    color: #fff;
    margin-top: 16px;
}
.header.style-02 .header-bottom .site-message{
    line-height: 50px;
}
.header.style-02 .vertical-wrapper .block-title{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
}
.header.style-02 .vertical-wrapper .block-title .before{
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
}
.header.style-02 .vertical-wrapper .block-title .before span{
    width: 18px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.header.style-02 .vertical-wrapper .block-title .before span:not(:first-child){
    margin-top: 3px;
}

.header.style-02 .vertical-wrapper{
    position: relative;
}
.header.style-02 .site-intro{
    line-height: 32px;
}

@media (min-width: 1200px){
    .header.style-02 .verticalmenu-content{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0;
        visibility: hidden;
        z-index: 8;
        background-color: #fff;
    }
    .header.style-02 .vertical-wrapper:hover .verticalmenu-content{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*@Todo: sticky-menu*/
@media (min-width: 1200px){
    .sticky-menu-clone-wrapper{
        background-color: #f4f4f4;
        border-bottom: 1px solid #dfdfdf;
        position: fixed;
        top: -60px;
        left: 0;
        width: 100%;
        z-index: 9999;
        -webkit-transition: all 450ms ease-out;
        -moz-transition: all 450ms ease-out;
        -ms-transition: all 450ms ease-out;
        -o-transition: all 450ms ease-out;
        transition: all 450ms ease-out;
    }
    .sticky-showed .sticky-menu-clone-wrapper{
        top: 0;
    }
    body.admin-bar .sticky-showed .sticky-menu-clone-wrapper{
        top: 32px;
    }
    .sticky-menu-clone {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .sticky-menu-clone > div{
        display: table-cell;
        vertical-align: middle;
    }
    .sticky-menu-clone > div:not(:first-child){
        padding-left: 30px;
    }
    .sticky-menu-clone > div.vertical-wrapper{
        width: 270px;
    }
    .header.style-02 .sticky-menu-clone .kumartket-main-menu > .menu-item > a{
        line-height: 50px;
    }
    .header.style-02 .sticky-menu-clone .vertical-wrapper .block-title{
        color: #fff;
    }
}
@media (max-width: 1199px){
    .sticky-menu-clone-wrapper{
        display: none;
    }
}
/*----- TODO: Search -----*/
.header.style-02 .block-search.default .search-form input.search-field{
    height: 44px;
}
.header.style-02 .block-search.default{
    padding: 0;
}
@media (min-width: 480px){
    .header.style-02 .block-search.default .category-search-option{
        margin-top: 5px;
    }
}
.header-top .site-intro{
    line-height: 32px;
}