
    

    /* nav-menu */
    .nav-wrap {
        float: left;
        width: 58%;
    }

    #mainnav > ul {
        list-style: none;
        margin:  0;
        padding:  0;
    }

    #main-nav > ul > li {
        position: relative;
        text-align: left;
        display: inline-block;
    }

    #main-nav ul li a {
        line-height: 93px;
        display: block;
        font-weight: 700;
        padding: 0 33px 0 0;
    }

    #main-nav  ul > li > a {
        position: relative;
    }

    #main-nav  ul > li.active > a,
    #main-nav ul.submenu > li:hover > a {
        color: #f3728b;
    }

    #main-nav ul.submenu > li.item-has-child > a:after {
        content: "\35";
        font-family: "ElegantIcons";
        position: absolute;
        right: 0;
    }

    #main-nav ul.submenu > li > a {
        font-weight: 400;
        line-height: 40px;
        display: block;
        margin-bottom: 2px;
        font-family: "Roboto";
        position: relative;
        font-weight: 700;
    }

    #main-nav ul.submenu {
        position: absolute;
        top: 150%;
        left: -30px;
        width: 250px;
        background: #ffffff;
        box-shadow: 0px 5px 14.25px 0.75px rgba(0, 0, 0, 0.05);
        padding: 15px 30px;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    #main-nav > ul.menu li:hover > ul.submenu {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }

    #main-nav ul.submenu li ul {
        position: absolute;
        left: 222px;
        top: -12px !important;
    }

    #header #main-nav ul li {
        position: relative;
    }

    #main-nav > ul.menu li:hover > a {
        color: #f3728b;
    }

    #main-nav > ul.menu li:hover > ul.submenu {
        top: 80%;
        opacity: 1;
        visibility: visible;
    }

    #header.style3 .nav-wrap {
        width: 81%;
    }

    /* menu-extra */
    .extra-menu {
        width: 27%;
        float: right;
        padding: 20px 0 9px;
    }

    .extra-menu ul li {
        display: inline-block;
    }

    .extra-menu ul li:not(:last-child) {
        margin-right: 22px;
    }

    .extra-menu a {
        line-height: 64px;
    }

    .extra-menu .cart {
        float: right;
    }

    .extra-menu .cart a {
        padding-right: 10px;
    }

    .extra-menu span.bf-icon { 
        font-size: 16px;
    }

    .extra-menu .cart {
        position: relative;
    }

    .extra-menu span.count-cart {
        position: absolute;
        top: 16px;
        right: 3px;
        background: #fa778a;
        color: #fff;
        width: 13px;
        height: 13px;
        border-radius: 6px;
        line-height: 13px;
        text-align: center;
        font-size: 10px;
    }

    #header.style3 .extra-menu {
        width: 4%;
    }

    /* search-header */
    #header .wrap-search-header {
        float: left;
        padding: 4px 0 0 7px;
    }

    .search-header {
        position: relative;
    }

    .search-header button.btn-search{
        background: transparent;
        color: #515e6f;
        border: unset;
        position: absolute;
        right: 0px;
        z-index: 1;
        top: 0;
        width: 48px;
        font-size: 17px;
        line-height: 48px;
        padding-right: 36px;
    }

    .search-header button.btn-search:hover {
        color: #fa778a;
    }

    .show-search {
        position: relative;
    }

    .show-search a {
        color: #fff;
        font-size: 18px;
    }

    .top-search {
        position: absolute;
        right: 0;
        top: 110%;
    }

    .show-search a {
        color: #fff;
        margin-left: 21px;
        padding-left: 31px;
        font-size: 18px;
        padding: 0px;    
        position: relative;
    }

    .show-search a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 1px;
        height: 20px;
    }

    .show-search a i {
        width: 16px;
    }

    .show-search a:hover,
    .show-search a i:hover,
    .show-search.active a .icon-search:hover:before {
        color: #f3728b;
    }

    #header.style2.v2 .show-search a:hover,
    #header.style2.v2 .show-search a i:hover,
    #header.style2.v2 .show-search.active a .icon-search:hover:before,
    #header.style2.v2  .show-search.active a .icon-search:before {
        color: #ec5252;
    }

    .show-search.active a .icon-search:before {
        content: "\f00d";
        color: #f3728b;
        font-family: "FontAwesome";
    }

    .top-search {
        position: absolute;
        right: -5px;
        top: 138%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .top-search.show {
        visibility: visible;
        opacity: 1;
        z-index: 9999;
        top: 100%;
    }

    .top-search.widget-search .search-form:before {
        content: unset;
    }

    .top-search.widget-search button.search-submit:before {
        font-size: 14px;
    }

    /* Header Style2 */
    #header.style2 #logo {
        padding: 31px 0 29px;
    }

    #header.style2 #main-nav > ul > li {
        margin-left: 31px;
    }
    #header.style2 #main-nav > ul > li > a {
        color: #fff;
        padding-right: 0;
        line-height: 87px;
    }

    #header.style2 #main-nav > ul > li > a:after {
        content: "";
        width: 0;
        height: 3px;
        background: #f3728b;
        position: absolute;
        bottom: 31px;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
           -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
    }

    #header.style2.v2 #main-nav > ul > li > a:after {
        background: #ec5252;
    }

    #header.style2 #main-nav > ul > li > a:hover,
    #header.style2 #main-nav > ul > li.active > a,
    #header.style2 .extra-menu ul li.cart:hover a {
        color: #f3728b;
    }

    #header.style2.v2 #main-nav > ul > li > a:hover, 
    #header.style2.v2 #main-nav > ul > li.active > a, 
    #header.style2.v2 .extra-menu ul li.cart:hover a {
        color: #ec5252;
    }

    #header.style2 #main-nav > ul > li > a:hover:after,
    #header.style2 #main-nav > ul > li.active > a:after {
        width: 100%;
    }

    #header.style2 .extra-menu ul li.cart a {
        color: #fff;
    }

    #header.style2 .extra-menu ul li:not(:last-child) {
        margin-right: 11px;
    }

    #header.style2 .extra-menu {
        width: 9%;
        padding: 13px 0 12px;
    }

    #header.style2 .nav-wrap {
        width: 76%;
    }

    #header.style2.v2 #main-nav  ul > li.active > a,
    #header.style2.v2 #main-nav ul.submenu > li:hover > a {
        color: #ec5252;
    }

    #header.style2.v2 #main-nav > ul.menu li:hover > a {
        color: #ec5252;
    }

    #header.style2.v2 #main-nav ul.submenu {
        width: 220px;
    }

    #header.style2.v2 #main-nav ul.submenu li ul {
        left: 191px;
    }

    #header.style2.v2 .extra-menu span.count-cart {
        background: #ec5252;
    }

    #header.style2.v3 #main-nav > ul > li > a,
    #header.style2.v3 .extra-menu ul li.cart a {
        color: #192836;
    }

    #header.style2.v3 #main-nav > ul > li > a:hover, 
    #header.style2.v3 #main-nav > ul > li.active > a, 
    #header.style2.v3 .extra-menu ul li.cart:hover a {
        color: #f3728b;
    }

    #header.style2.v3 #main-nav {
        margin-right: -14px;
    }

    #header.style2.v2 #main-nav {
        margin-right: -15px;
    }

    /* Fixed Menu */
    #header.fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;

    }
