/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

#header {
    background: #ffbd59;
    color: #ff914d;
}

#header .header-nav {
    border-bottom: 2px solid #ff914d;
    max-height: 50px;
    margin-bottom: 30px;
}

#header .header-nav .blockcart {
    background: #ff914d;
    color: black;
    height: 3rem;
    padding: .75rem;
    margin-left: .9375rem;
    text-align: center;
    white-space: nowrap;
}

#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: black;
}

#header .header-top a[data-depth="0"] {
    color: black;
    text-transform: uppercase;
}

#wrapper {
    background: moccasin;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, .11);
    padding-top: 1.563rem;
}