.row {
   max-width: 87.5rem
}
#banner {
    height: 120px;
    background-color: #990100;
    background-image: url("/files/system/banner.jpg");
}
a {
color: #990100;
}
#login, #logged, #login a, #logged a, .navigation1-active a  {
     color: white;
}
.navigation1, .home {
 border: 1px solid #9901004D;
padding: 6px;
}
.home {
   height: 69px;
  padding-top: 25px;
}
#searchfield, .navigation1 a {
  color: #990100;
}
.navigation1-active {
   border-color: #990100;
    background-color:#990100;
}
#item-title, #item-subtitle, #item-price, .itembox-grid-price, .itembox-list-price {
color: #990100;
}
#basket-button, .button.detail {
   background-color: #990100;
}
#basket-button:HOVER ,.button.detail:HOVER{
   background-color: red;
}
#xhr-search-items button {
 background-color: #990100;
}
#copyrights {
   background-color: #990100;
  color: white;
}
#content {
   min-height: 300px;
}
#footer {
   font-size: .9rem;
}
.footerbox {
    padding-right: 1%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	/*Chrome */
	color: #990100 !important;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
	color: #990100 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
	color: #990100 !important;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* MS */
	color: #990100 !important;
}
.card-divider {  
    background: #990100;
    color: white;
}
.favourites-card-divider {
    height: 50px;    
    overflow: hidden;
}
#xhr-search-close {
 background-color: #990100;
}
#reset-price-range {
 background-color: #990100;
}