
#header
{
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    z-index: 1000;
    position: fixed;
    border-bottom: 1px solid ;
    background-color: rgba(,,,.7);
}

#header .logo
{
    height: 60px;
    margin: 15px 0;
}

#header .logo img
{
    max-width: 100%;
    max-height: 100%;
}

#header .cart
{
    float: right;
}

#header .cart button
{
    height: 90px;
}

#header .cart button i
{
    font-size: 18px;
    margin-right: 6px;
}

#header .cart button .caret
{
    margin-left: 4px;
}

#header .cart ul
{
    padding: 0;
    width: 404px;
}

#header .cart ul.cart-empty
{
    width: 280px;
}

#header .cart ul.cart-empty li
{
    padding: 10px;
}

#header .cart ul.cart-empty li
{
    padding-top: 180px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../../../images/empty-cart.png');
}

#header .cart ul.cart-empty li p
{
    font-size: 16px;
}

#header .cart ul li.header
{
    width: 100%;
    display: table;
    font-size: 24px;
    padding: 15px 20px;
    background-color: #0a;
}

#header .cart ul li.items
{
    padding: 6px 0;
    overflow-y: auto;
    max-height: 312px;
}

#header .cart ul li.items .item
{
    padding: 10px 20px;
}

#header .cart ul li.items .item div
{
    padding: 0 6px;
    display: table-cell;
    vertical-align: middle;
}

#header .cart ul li.items .item div:nth-child(1)
{
    padding: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-color: ;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}

#header .cart ul li.items .item div:nth-child(1) a
{
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
}

#header .cart ul li.items .item div:nth-child(2)
{
    width: 46px;
}

#header .cart ul li.items .item div:nth-child(3)
{
    width: 74px;
}

#header .cart ul li.items .item div:nth-child(4)
{
    width: 160px;
}

#header .cart ul li.items .item div:nth-child(5)
{
    padding: 0;
    width: 22px;
}

#header .cart ul li button
{
    height: 36px;
}

#header .cart ul li button i
{
    margin: 0;
}

#header .cart ul li.footer
{
    width: 100%;
    padding: 10px;
    display: table;
}

#header .cart ul li.footer button
{
    width: 50%;
    float: left;
}

#header .cart ul li.divider
{
    margin: 0;
}

#header .menu
{
    float: right;
    height: 50px;
    margin: 20px 0;
    text-align: right;
}

#header .menu ul li a
{
    color: ;
}

#header .menu ul li a:hover,
#header .menu ul li a:focus
{
    background-color: #1e;
}

#header .menu ul li a.selected
{
    background-color: ;
}

#header .menu ul li a i
{
    margin-right: 4px;
}

#button-header-menu-show,
#button-header-menu-hide
{
    display: none !important;
}

#header .cart button span.quantity
{
    display: none;
}

@media( max-width: 1200px )
{
    .nav > li > a
    {
        font-size: 14px;
        padding: 15px 10px;
    }
}

@media( max-width: 1000px )
{
    #header
    {
        height: 80px;
    }

    #header .logo
    {
        height: 50px;
    }

    #header .cart > button
    {
        width: 76px;
        height: 40px;
        margin: 20px 2px 0 0;
    }

    #header .cart button i
    {
        font-size: 16px;
    }

    #header .cart button span.quantity
    {
        display: inline-flex;
    }

    #header .cart button span.text
    {
        display: none;
    }

    #header .cart ul
    {
        width: 332px;
        right: -45px;
        margin-top: 6px;
    }

    #header .cart ul li.header
    {
        font-size: 18px;
        padding: 10px 20px;
    }

    #header .cart ul li.items .item
    {
        height: 60px;
    }

    #header .cart ul li.items .item div
    {
        float: left;
        display: block;
        padding: 10px 6px;
    }

    #header .cart ul li.items .item div:nth-child(4)
    {
        width: 94px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #header .cart ul li.items .item button
    {
        width: 38px;
    }

    #header .menu
    {
        height: 0;
    }

    #button-header-menu-show,
    #button-header-menu-hide
    {
        width: 44px;
        height: 40px;
        float: right;
        font-size: 16px;
        margin-top: 20px;
        display: block !important;
    }

    #button-header-menu-show
    {
        display: block;
    }

    #dropdown-menu
    {
        width: 200px;
        right: -215px;
        text-align: right;
        position: relative;
        margin: -12px 0 0 0;
        transition: ease .3s all;
        background-color: ;
    }
}