/** general */

#header-controls{
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-control-btn{
    width: 60px;
    height: 60px;
    display: inline-block;
    z-index: 10;
    text-align: center;
    font-size: 0;
}

.header-extra-btn{
    width: 20px;
    margin: 0 7px;
    height: 40px;
    display: inline-block;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.header-control-btn a{
    line-height: 60px;
    font-size: 40px;
    width: 50px;
    font-weight: 600;
    padding: 0 8px;
}

.header-control-btn a i{
    font-weight: 600;
}

#site-header{
    margin: 0;
    z-index: 2;
}

.header-transparent:not(.l-header-toggle) #site-header .header-bg-wrap,
.header-transparent:not(.l-header-toggle) #header-toggle,
.header-transparent:not(.l-header-toggle) #header-controls,
.header-transparent:not(.l-header-toggle) #header-controls .header-control-btn,
.header-transparent.l-layout-custom:not(.l-header-toggle) #header-controls
{
    background-color: transparent;
    background-image: none!important;
}

#site-header .header-bg-wrap{
    opacity: 1;
}

.header-transparent:not(.l-header-toggle) #site-header .header-bg-wrap,
.header-transparent:not(.l-header-toggle) #site-header .morph-shape{
    opacity: 0;
}



#site-header .header-bg-wrap,
#site-header #morph-shape{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-transparent #site-header #morph-shape{
    fill: rgba(255,255,255,0);
}

#site-header ul{
    padding: 0;
    margin: 0;
}

#site-header .menu,
#site-header .menu ul{
    padding: 0;
    margin: 0;
}

#site-header .menu li{

}

#site-header .menu li a{
    display: inline-block;
}

/** header sidebar */

#header-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
}

#site-search-fixed-wrap,
#site-cart-fixed-wrap{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*#header-sidebar .social-icons{*/
    /*margin: 32px 0;*/
    /*display: block;*/
/*}*/

/*#header-sidebar .social-icons li{*/
    /*font-size: 18px;*/
    /*line-height: 20px;*/
    /*padding: 18px;*/
    /*margin: 6px;*/
    /*border-radius: 50%;*/
    /*border: 2px solid;*/
/*}*/

.social-icons li a,
.social-icons li a:hover,
.social-icons li a:active,
.social-icons li a:focus {
    text-decoration: none;
}

#menu-extra{
    vertical-align: middle;
}

.l-header-vertical #site-header .logo{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.l-header-vertical .menu li a{
    white-space: normal;
}