/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [HEADER BOTTOM]
        (TOGGLE SEARCH)

    [MEDIA QUERIES]
*/


/* [HEADER BOTTOM] --------------------------------------------------- */
#header #headerbottom-wrapper {
    padding: 0.99rem 0;
}

    #header #headerbottom-wrapper .logo {
        padding-top: 0.99rem;
        padding-bottom: 0.99rem;
    }

    #header #headerbottom-wrapper .search-wrap .form-control {
        border-radius: 50px 0 0 50px;
        background: #fff;
    }

    #header #headerbottom-wrapper .search-wrap .input-group-text {
        border-radius: 0 50px 50px 0;padding-left: 1.2rem;
    }

#headerbottom-wrapper.menu-below-logo > .header-right-wrap {
    text-align: right;
}

.user-account .user-name.login {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    display: block;
}
#header #headerbottom-wrapper .search-wrap .form-control {
    border-radius: 50px;
    margin-right: -.9rem;
}
#header .form-control, 
#header .form-control + .input-group-append .input-group-text {
    height: 32px;
}
/* (TOGGLE SEARCH) */

#toggleSearch {
    cursor: pointer;
}

/* (TOGGLE SEARCH) END */

/* [HEADER BOTTOM] END --------------------------------------------------- */



/* [MEDIA QUERIES] --------------------------------------------------- */

@media screen and (min-width:992px) {
}







/* [MEDIA QUERIES] END --------------------------------------------------- */
