.navbar-greeting, .navbar-logout, .navbar-myaccount, .navbar-social, .quotesubmitinput-prodlist, .wishlistsubmitinput-prodlist, .addFavourite, .moveFavourite {
    color: #ff7400;
}
img#footer-logo {
    max-width: 300px;
    margin-bottom: 30px;
}
#footer p {
    font-size: 16px;
    font-weight: 600;
}
.footer-address {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ff7400;
}
.footer-address li {
    margin-bottom: 10px;
}
ul.footer-links li {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-left: 30px;
}
img#map-logo {
    float: right;
}
#footer {
    border: unset !important;
    border-top: 5px solid #ff7400!important;
    background: unset;
    color: #000;
}
#footer a {
    color: #000;
}
.footer-social li a i {
    color: #ff7400;
    font-size: 3rem;
}
footer {
    padding-bottom: 0;
}
ul.footer-links {
    display: inline-grid;
}
#footer-base{
    background:#f57c00;
    color:#fff;
    padding: 15px 0;
    margin-top: 30px;
}
#base-links{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:48px;
    gap:16px;
}
#base-links a{
    color:#fff;
    text-decoration:none;
}
.footer-right{
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    line-height:1.4;
    gap:2px;
}
.back-to-top-container {
    bottom: 85px;
}
.featured-title {
    background: #ff7400;
    font-weight: 600;
    font-size: 3rem;
    color: #fff;
}
.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #ff7400;
}
#leftsidebar .panel-title a::after, #leftsidebar .panel-title .collapsed::after {
    color: #ffffff;
}
#leftsidebar .panel-default > .panel-heading a:hover, .panel-default > .panel-heading:hover {
    background-color: #000000;
}
.btn-primary {
    background-color: #000000;
    border-color: #000000;
}
.btn-primary:hover {
    background-color: #ff7400;
    border-color: #ff7400;
}
.cat-image-container {
    height: 250px;
}
.cat-image {
    max-height: 250px;
}
@media (min-width: 992px) {
    .search-box {
        position: relative;
    }
    #SearchResults {
        top: 57px;
        padding: 15px;
        border: 0;
        border-radius: 0;
        text-align: center;
    }
    .navbar-default {
        background-color: #fff;
        border-color: #fff;
    }
    .top-bar-wrapper {
        color: #ff7400;
    }
    #header-links .navbar-nav > li a {
        color: #ff7400;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 10px;
    }
    .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-nav > li.dropdown:hover > a {
        background: #f5f5f5;
    }
    ul.dropdown-menu {
        padding: 15px;
        border: 1px solid #f5f5f5;
        border-top: 2px solid #ff7400;
        border-radius: 0 0 15px 15px;
    }
    ul.dropdown-menu li a {
        font-size: 15px;
    }
    #header-links .navbar-nav {
        float: right;
    }
    li#tel-link {
        border-left: 1px solid #ccc;
        padding-left: 15px;
        margin-left: 15px;
    }
    #header-mid-section {
        margin-bottom: 30px;
    }
    #search-box-container {
        padding: 15px;
        background-color: #ff7400;
    }
    #search-box-container .searchform {
        width: 75%;
        margin: 0 auto;
    }
    #search-box-container  {
        .search-inline {
            display: flex;
            width: 100%;
        }
        .searchform {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .searchform .form-control.searchterm {
            flex: 1;
            display: inline-block;
            margin-right: 20px;
            padding: 20px;
            border-radius: 25px;
        }
        .searchform .btn {
            display: inline-block;
            white-space: nowrap;
            background-color: #000;
            border-radius: 25px;
            padding: 6px 25px;
            font-weight: 700;
            color: #fff;
        }
    }
    .homecarousel {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    #header-links .navbar-nav > li a {
        padding: 10px 15px;
        font-size: 16px;
    }
    #footer-about {
        width: 75%;
    }
    ul.footer-links {
        width: 35%;
    }
    .quantity.col-md-4.col-sm-5 {
        width: 55%;
    }
    .basketsubmit.col-md-2.col-sm-2 {
        width: 45%;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    #header-links .navbar-nav > li a {
        font-size: 18px;
        padding: 10px 20px;
    }
    .quantity.col-md-4.col-sm-5 {
        width: 130px;
    }
    .basketsubmit.col-md-2.col-sm-2 {
        width: 65px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
    #header-links .navbar-nav > li a {
        font-size: 20px;
    }
}
@media (min-width: 1800px) {
    .container {
        width: 1770px;
    }
}
@media (max-width: 991px) {
    ul.mobile-top-bar-wrapper.hidden-md.hidden-lg {
        color: #ff7400;
    }
    .drilldown a.navback {
        color: #fff;
        background-color: #333333;
    }
    .drilldown li {
        border-bottom: 1px solid #333333;
        background: #ff7400;
    }
    .drilldown a {
        color: #ffffff;
    }
    .header-search .searchform .btn, #search .searchform .btn {
        background: #ff7400;
        border: 1px solid #ff7400 !important;
    }
    ul.footer-links {
        margin-top: 30px;
    }
    ul.footer-links li {
        margin-left: 0;
    }
    ul.footer-links {
        width: 45%;
    }
}
@media (max-width: 600px) {
    body {
        text-align: left;
    }
}
@media (min-width: 480px) and (max-width: 550px) {
    img#logo-mobile {
        max-width: 200px;
    }
}
@media (max-width: 480px) {
    ul.footer-links {
        width: 100px;
        margin-top: 10px;
    }
}