/*
==================================================
#CREATIVE MENU
==================================================
*/

/*--------------------*/
/* CREATIVE MENU */
/*--------------------*/
.text_logo{
    text-transform: uppercase;
    font-size: 45px;
    line-height: 40px;
    font-weight: bold;
    color: white;
}
nav.menu{
    position: initial;
}
.menu{
    position: relative;
    z-index: 100;
}
#header{
    position: relative;
    height: fit-content;
}
#header .nav-menu,#header .search-bar{
    position: fixed;
    top: 0;
    padding-top: 110px;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
#header .nav-menu.active,#header .search-bar.active{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.nav-menu .section{
    z-index: 991;
}
#header .nav > li:first-child a{
    padding-top: 0px;
}
#header .nav{
    font-family: 'Open Sans';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    top: 110px;
    bottom: 0;
    margin: auto;
    float: none;
    left: 0;
    right: 0;
}
#header .nav > li{
    position:relative;
    width:206px;
}
#header ul.nav > li > a{
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 0;
    padding-left: 30px;
    text-transform: capitalize;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 3px;
    padding-right: 1rem;
    display: block;
}

#header .nav > li ul.child-item{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display:none;
    position: absolute;
    left: 200px;
    top: 20%;
    padding: 15px 25px 15px 25px;
}
#header .nav > li ul.child-item:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #1c1c1c;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 10px;
    left: -17px;
}
#header .nav > li:hover ul.child-item{
    display:block;
}
#header .nav > li ul.child-item > li a{
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    line-height: 32px;
    text-transform: capitalize;
    text-decoration: none;
}
.logo{
    max-width: 360px;
    width: 50%;
}
.logo img{
    width: 100%;
}
.header-continer{
    padding: 30px 0px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header-continer.lc_sticky_menu{
    position: fixed;
}

.header-continer > .section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav.flex-column.section.lc_lif_boxed{
    max-width: 1200px;
}
.header-continer.lc_lif_boxed > .section,#footer_sidebars.lc_lif_boxed{
    max-width: 1330px;
}
.header-continer.lc_lif_boxed{
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.header_items{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_items > div{
    cursor: pointer;
    position: relative;
    width: 24px;
    text-align: center;
}
.search_icon svg.close-search{
    display:none;
}
.search_icon.active svg.close-search{
    display:block;
}
.search_icon.active .open-search{
    display:none;
}
.menu_icon svg{
    display:none;
}
.search_icon.active i.fa-search,.menu_icon.active i.fa-bars{
    display:none;
}
.search_icon.active svg,.menu_icon.active svg{
    display:block;
}

.card_count{
    width: 20px;
    height: 20px;
    font-size: 11px;
    position: absolute;
    top: -5px;
    right: -9px;
    padding: 3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_items i{
    font-size: 24px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.header_items svg{
    width:21px;
}
.header_items .open-search{
    height: 25px;
}
.header_items svg.close-search{
    height: 20px;
}
.header_items svg path{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.search_icon,.shop_icon{
    margin-right: 20px;
}

/* ========================================================== */
/*   RESPONSIVE CSS
/* ========================================================== */

@media(max-width:1690px){
    #header ul.nav > li > a{
        font-size: 37px;
    }
    #header .nav > li ul.child-item{
        left: 185px;
    }
}
@media(max-width:1600px){
    #header ul.nav > li > a{
        font-size: 35px;
    }
}
@media (max-width: 1380px) {
    .text_logo{
        line-height: 30px;
    }
    #header .nav > li {
        width: 165px;
    }

    #header ul.nav > li > a {
        font-size: 25px;
    }

    #header .nav > li ul.child-item {
        left: 155px;
        top: 10%;
    }
    #header .nav > li ul.child-item > li a {
        font-size: 21px;
        line-height: 30px;
    }

    .logo {
        max-width: 250px;
    }

    .header_items > div {
        height: 24px;
    }
}
@media (max-width: 1180px){
    .text_logo {
        line-height: 26px;
    }
}
@media(max-width: 767px){
    .text_logo{
        font-size: 35px;
    }
    #header .search-bar form input{
        height: 50px;
    }

    #header .search-bar form button i{
        font-size: 21px;
    }
}
@media (min-width:768px)  and (max-width:1024px){
    #header{
        top: 6px;
    }
}
@media(max-width:575px){
    .card_count{
        width: 15px;
        height: 15px;
        font-size: 8px;
        top: -3px;
        right: -2px;
    }
    .header-continer{
        padding: 20px 0px!important;
    }
    .header_items > div{
        height: 20px;
        width: 17px;
    }
    .header_items svg{
        width: 17px;
    }
    .search_icon, .shop_icon {
        margin-right: 10px;
    }
    .header_items i {
        font-size: 18px;
    }
    #header ul.nav > li > a {
        font-size: 20px;
        padding-left: 20px;
    }
    #header .nav > li {
        width: 120px;
    }
    #header .nav > li ul.child-item {
        left: 105px;
        padding: 10px 20px 10px 20px;
        top: 3%;
    }
    #header .nav > li ul.child-item:after {
        border-top-width: 8px;
        border-right-width: 15px;
        border-bottom-width: 8px;
        left: -15px;
    }
    #header .nav > li ul.child-item > li a {
        font-size: 18px;
        line-height: 26px;
    }
}
@media(max-height: 565px){
    #header .nav{
        height: 230px;
        display: block;
        top: 50px;
        overflow-y: scroll;
    }
}
/*--------------------*/
/* FOR MOZILA FIREFOX */
/*--------------------*/
@media(max-height: 670px){
    body.firefox #header .nav {
        height: 230px;
        display: block;
        top: 50px;
        overflow-y: scroll;
    }
}

/*--------------------*/
/* FOR INTERNET EXPLORER */
/*--------------------*/
body.net #header .search-bar form button{
    margin-top: -15px!important;
}
body.net #header .nav{
    height: 605px;
}
@media(max-height: 670px){
    body.net #header .nav {
        height: 230px;
        display: block;
        top: 50px;
        overflow-y: scroll;
    }
}
