/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 #header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px;
}

#header .header-nav {
    position: relative;
    /* padding: 1.5rem 0; */
    border-bottom: 1px solid #efefef;
    background: #f7f7f7;
    z-index: 9;
    margin: 0;
}

.static-nav {
    color: #253237;
    font-size: 1.3rem;
    line-height: 1.3rem;
}

#header .header-top {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#header .header-nav .cart-preview.active {
    background: #ffcc00;
}

#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
    color: #000;
}

.dropdown .expand-more {
    font-size: .85rem;
}

.dropdown-menu {
    margin: 0;
    padding: .7rem 1rem;
    background-color: #f7f7f7;
    border: 0;
    font-size: .9rem;
}

.dropdown-menu a {
    padding: 10px 0;
    display: block;
    font-size: .9rem;
}

.user-info button {
    padding-bottom: 10px;
}

/*
 * displayNavCategory
 *
 */

.nav-category {
    background-color: #2f2f2f;
}

#categories_block h2 {
    margin-bottom: 0;
    display: inline-flex;
    background-color: #FC5242;
    height: 50px;
    align-items: center;
    padding: 0 1.5rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    width: 260px;
    justify-content: space-between;
}

#categories_block h2 i {
    margin-right: .7rem;
}

#categories_block h2 i:last-of-type {
    padding-top: 1px;
    margin-left: auto;
    margin-right: 0;
}

#categories_block .block_content {
    display: none;
    position: absolute;
    z-index: 9;
    background-color: #FC5242;
    padding: 1rem 0;
    width: 260px;
}

#categories_block .block_content a {
    color: #fff;
}

#categories_block .block_content a i {
    line-height: inherit;
}


/*
 * container
 *
 */

@media (min-width: 1400px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
}