/*--------------------------------------------------------------
>>> 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;
    }

#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;
    background: #000;
    display: block;
}

/* (TOGGLE SEARCH) */

#toggleSearch {
    cursor: pointer;
}

/* (TOGGLE SEARCH) END */

/* [HEADER BOTTOM] END --------------------------------------------------- */



/* [MEDIA QUERIES] --------------------------------------------------- */



@media screen and (min-width:992px) {
   

    #searchstore.show .search-box {
        width: 31.25rem;
    }

    #searchstore {
        position: relative;
        text-align: right;
    }

        #searchstore .search-box {
            position: absolute;
            right: 0;
            top: 100%;
            width: 0;
            margin-top: 1.25rem;
            overflow: hidden;
            transition: 0.3s all;
        }

        #searchstore.show .search-box {
            width: 18.75rem;
        }
}

@media screen and (max-width:991.98px) {

    #headerbottom-wrapper.menu-beside-logo,
    #headerbottom-wrapper.menu-beside-logo .header-right-wrap > .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .search-box {
        margin-top: 0.99rem;
    }
}
@media screen and (max-width: 767.98px) {

    #headerbottom-wrapper.menu-beside-logo > *:not(.clearfix) {
        width: 100%;
        text-align: center;
    }

    #headerbottom-wrapper.menu-below-logo > .header-left-wrap {
        width: 70%;
        text-align: left;
    }

    #headerbottom-wrapper.menu-below-logo > .header-right-wrap {
        width: 30%;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */