
body {
    color: #706e6f;
    font-family: 'Karla', sans-serif;
}

a {
    color: #504e4f;
}

.navbar-inverse {
    background-image: linear-gradient(to bottom,#ee4437 0,#ee4437 100%) !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom,#ee4437 0,#ee4437 100%);
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-image: linear-gradient(to bottom,#ee4437 0,#ee4437 100%);    
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-image: linear-gradient(to bottom,#ee4437 0,#ee4437 100%);
}

.navbar-inverse, .navbar-inverse .navbar-toggle {
    border-color: white;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: white;
}

#header-menu {
    height:     186px;
    background: #ee4437;
}

#upper-menu {
    height:     130px;
    background: #ee4437;
    padding:    0px;
}

#upper-container {
    position:   relative;
    display:    inline-block;
    width:      970px;
}

#lower-menu {
    height:     56px;
    background: #c23f37;
    padding:    0px;
}

#lower-container {
    position:   relative;
    display:    inline-block;
    height:     56px;
    width:      970px;
}

#menu1 {
    position:    absolute;
    right:       5px;
} 

.white, .white a {
    color:       white;
    font-weight: bold;
    font-size:   14px;
}

#logo {
    position:   absolute;
    top:        0px;
    left:       0px;
    height:     200px;
    width:      383px;
}


#reviews {
    position:    absolute;
    top:         85px;
    left:        0px;
    width:       383px;
}

#slogan {
    position:    absolute;
    top:         82px;
    left:        130px;
}

#slogan h2 {
    padding:     0px;
    margin:      0px;
    color:       white;
    font-weight: bold;
    font-size:   16px;
}

#currentVehicleContainer {
    width:       340px;
    height:      60px;
    position:    absolute;
    left:        390px;
}

#currentVehicleTop {
    width:       100%;
    height:      20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    color:#C23F37;
    font-size: 12px;
    padding-top:2px;
}

#currentVehicleBottom {
    width:       100%;
    height:      40px;
    padding-top: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color:#C23F37;
    color:white;
    font-size: 12px; 
}

#search {
    position:    absolute;
    top:         72px;
    left:        440px;
    width:       273px;
}

#basket {
    position:    absolute;
    top:         30px;
    left:        810px;
    height:      200px;
    width:       200px;
}

#basket-logo {
    position:    absolute;
    top:         0px;
    left:        0px;
}

#basket-count {
    position:    absolute;
    top:         0px;
    left:        90px;
}

#basket-total {
    position:    absolute;
    top:         25px;
    left:        70px;
}

#basket-items {
    position:    absolute;
    top:         50px;
    left:        0px;
}

#menu2 {
    position:   absolute;
    left:       25px;
    top:        12px;
} 

#menu2 a {
    font-size:  20px;
}

#phone {
    position:   absolute;
    left:       580px;
    top:        6px;
} 

#telephone {
    position:   absolute;
    left:       625px;
    top:        18px;
    font-size:  20px;
} 

#facebook{
    position:   absolute;
    left:       822px;
    top:        6px;
} 

#twitter {
    position:   absolute;
    left:       875px;
    top:        6px;
} 

#instagram {
    position:   absolute;
    left:       928px; 
    top:        6px;
}

#brand-menu {
    background: #ee4437;
}

#lower-search {
    height:     70px;
    background: #ee4437;
    padding:    20px 0px;
}

#brands {
    background: #c23f37;
    padding:    20px 0px;
}

#brands a {
    display:    inline-block;
    margin:     0px 30px;
}

#footer {
    padding-top: 20px;
}

.badge {
    background-color: #008000;
}

.btn-success {
    background-image: linear-gradient(to bottom,#7cff7c 0,#61b661 100%);
}

.btn-success:focus, .btn-success:hover {
    background-color: #61a661;
}

.btn-success.focus, .btn-success:focus {
    background-color: #64ad64;
    border-color:     #61a661;
}

.product-name {
    background-color: #ee4437;
    color:            white;
    font-weight:      bold;
}

.breadcrumb {
    background-color:   transparent;
    font-weight:        bold;
    font-size:          12px;
    margin:             0px;
}

.breadcrumb a {
    color: #706e6f;
}

#wheelCount {
    position:absolute;
    left:1px;
    top:1px;
    background-color: #C23F37;
    font-weight: bold;
    z-index:1;
}

#headerContainer {
    height: 75px;
    margin-top: 10px;
}

#footer {
    font-size: 20px;  
}

.panel-default > .panel-heading-custom {
    background: #c23f37;
    color: white; 
}

.panel-default > .panel-heading-custom-blue {
    background: #2889BD;
    color: white; 
}

.panel-default > .panel-heading-custom-black {
    background: black;
    color: white; 
}

.panel-default > .panel-heading-custom-orange {
    background: orange;
    color: white; 
}

#footer .list-group {
    font-size: 16px;
}

#footer .panel {
    margin: 0 !important; 
    padding:0 !important;
}

.panel-heading .fa-plus {
    color:#c23f37;
}

.fa-filter {
    color:#c23f37;
}

#footerBottom {
    text-align: center;
    background:#c23f37;
    color:white;
    font-size: 16px;
}

#footerSocial {
    margin-top: 10px;
}

#footerSocial a {
    color:white;
}

#footerAddress {
    margin-top: 20px;
    font-size: 14px; 
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

#productContainer {
    height:400px;
    width:40vw;
    border:1px solid lightgrey;
    padding:0px;
}

#productImageBox {
    height:175px;
}

#productPriceBoxBlackFriday {
    background:black;
    color:white;
    padding:5px;
}

#productPriceBoxCyberMonday {
    background:#02a40f;
    color:white;
    padding:5px;
}

#productPriceBox {
    background:#c23f37;
    color:white;
    padding:5px;
}

#productPriceBoxWinter {
    background:#2889BD;
    color:white;
}

.fa-shipping-fast {
    color:#0b6623;
}

.fa-sun {
    color:yellow;
}

/* hover tab color 
.nav-tabs>li>a:hover {
  border-color: black;
}
*/

#wheelTabContent {
    height: 100px;
    margin-left: 1px;
    padding-top: 30px;
    background: #c23f37;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#winterWheelTabContent {
    height: 100px;
    margin-left: 1px;
    padding-top: 30px;
    background: #408CC8;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#tyreTabContent {
    height: 100px;
    margin-left: 1px;
    padding-top: 30px;
    background: black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#ssTabContent {
    height: 100px;
    margin-left: 1px;
    padding-top: 30px;
    background: #f36523;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}




