/*Modify the header background for all catalog pages.*/
#app-header {
  padding: 0px 0 5px;
  background-color: #ffffff;
  min-width: 385px;
}

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 10px;
  background-repeat: no-repeat;
  background: #881518;
}

/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #OC233F;
}

/*Format the listing page footer text layout*/
#product-page footer .h2 {
  font-style: normal;
  margin: 15px 0;
  color: #000000;
  font-size: 20px;
}

/* Flags and Buttons */
.product-flag-free {
    background-color: #881518;
}
.btn-info {
    background-color: #881518;
    border-color: #881518;
    color: white;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active {
    background-color: #BA1C21;
    border-color: #881518;
    color: white;
}
.learn-more {
	color: #881518;
}

/*LISTING PAGE*/

/*Format the listing page feature area background*/
#product-page #feature {
    background: #0899D3;
    padding-top: 20px;
	background: url('./newbg1.png'), #881518;
    background-position: left top, left top;
    background-repeat: no-repeat, repeat;
}