a, .btn-link {
    color: #e74c3c;
}
a:focus, a:hover, .btn-link:focus, .btn-link:hover {
    color: #824b45;
}

#cart > .btn,
.btn-primary, #menu .btn-navbar, #menu .btn-navbar:hover, #menu .btn-navbar:focus,
#search .btn-lg, #search .btn-lg:hover, #search .btn-lg:focus {
    background: #e74c3c;
    border: none;
    border-radius: 0px;
}

h1, h2, h3 {
    color: #24282d;
    font-size: 26px;
    font-weight: 600;
}

#top {
    background: #24282d;
    margin-bottom: 0px;
    border-bottom: none;
    padding: 4px 0px 0px 0px;
}
#top-links {
    padding: 0px;
}
#top .list-inline {
    margin-bottom: 0px;
}
#top-links > ul > li > a, #top-links > ul > li > a:active, #top .btn-link {
    display: block;
    padding: 0px 10px;
    border: none;
    line-height: 38px;
    border-bottom: 4px solid transparent;
}
#top .btn-link, #top-links li, #top-links > ul > li > a {
    color: #fff;
    text-shadow: none;
}
#top-links > ul > li > a:hover, #top .btn-link:hover, #top-links > ul > li > a:focus, #top .btn-link:focus  {
    color: #fff;
    border-bottom: 4px solid #e74c3c;
}
#top-links > ul > li > a:focus  {
    background: none;
}
#top .dropdown-menu {
    margin: 0px;
    border: none;
    border-radius: 0px;
    background: #e74c3c;
}
#top .dropdown-menu a {
    color: #fff;
    line-height: 38px;
}
#top .dropdown-menu a:hover, #top .dropdown-menu a:focus {
    background: #000;
}

header {
    background: #2f343b;
    padding-top: 30px;
    padding-bottom: 30px;
}
header #logo, header #search, header #cart {
    margin-bottom: 0px;
}
header #search, header #cart {
    margin-top: 20px;
}
#search .input-lg, #search .btn-lg {
    border-radius: 0px;
    border: none;
}
#search .btn-lg {
    text-shadow: none;
    color: #fff;
}

#menu-wrap {
    background: #2f343b;
    position: relative;
    margin-bottom: 30px;
}
#menu {
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    background: #404751;
    position: relative;
}
#menu:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 15px;
    background: #e74c3c;
}
@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0px;
        padding-right: 0px;
    }
}
#menu .nav > li > a {
    padding: 0px 40px;
    line-height: 60px;
    border-right: 1px solid #515760;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.breadcrumb {
    border-radius: 0px;
    border: none;
    background: #404751;
}
.breadcrumb a {
    text-shadow: none;
    color: #ffffff;
}
.breadcrumb a:hover, .breadcrumb a:focus {
    color: #ffffff;
}

footer {
    background: #9c3024;
    padding-bottom: 30px;
    border: none;
}
footer h5 {
    text-transform: uppercase;
    font-size: 14px;
}
footer, footer a {
    color: #fff;
}