.icon {
  background: url("../image/sprite_red.png") no-repeat top left;
  display: inline-block; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon {
      background: url("../image/sprite_red@2x.png") no-repeat top left;
      background-size: 250px 225px; } }
  .icon.pre-order {
    background-position: 0 -85px;
    width: 80px;
    height: 80px; }
  .icon.sold-out {
    background-position: 0 0;
    width: 80px;
    height: 80px; }
  .icon.discount {
    background-position: -85px 0;
    width: 80px;
    height: 80px; }
  .icon.twitter-icon {
    background-position: -85px -85px;
    width: 75px;
    height: 75px; }
  .icon.question-icon {
    background-position: -170px 0;
    width: 50px;
    height: 50px; }
  .icon.foot_account-icon {
    background-position: -170px -55px;
    width: 50px;
    height: 50px; }
  .icon.foot_customer_icon {
    background-position: -170px -110px;
    width: 50px;
    height: 50px; }
  .icon.foot_info-icon {
    background-position: 0 -170px;
    width: 50px;
    height: 50px; }
  .icon.foot_loop-icon {
    background-position: -55px -170px;
    width: 50px;
    height: 50px; }
  .icon.pagination-next-hover {
    background-position: -110px -170px;
    width: 30px;
    height: 30px; }
  .icon.pagination-prev-hover {
    background-position: -145px -170px;
    width: 30px;
    height: 30px; }
  .icon.select-icon {
    background-position: -180px -170px;
    width: 30px;
    height: 30px; }
  .icon.select-icon-google {
    background-position: -225px 0;
    width: 20px;
    height: 20px; }
  .icon.success {
    background-position: -225px -25px;
    width: 14px;
    height: 14px; }
  .icon.warning {
    background-position: -225px -44px;
    width: 14px;
    height: 14px; }
  .icon.attention {
    background-position: -225px -63px;
    width: 14px;
    height: 14px; }

.select.google .select-icon {
  background: url("../image/sprite_red.png") no-repeat top left;
  background-size: 165px auto;
  background-position: -118.8px -112.2px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .select.google .select-icon {
      background-image: url("../image/sprite_red@2x.png"); } }

.bg-colour {
  background-color: #ED1C24; }

.c-colour {
  color: #ED1C24; }

a {
  color: #ED1C24; }

h1 {
  color: #ED1C24; }

h2 {
  color: #ED1C24; }

h3 {
  color: #ED1C24; }

h4 {
  color: #ED1C24; }

.error {
  border: 1px solid #ED1C24 !important; }

#search {
  background: #ED1C24; }
  #search .expand {
    background: #ED1C24; }

#mobile-search-icon {
  background: #ED1C24; }

#mobile-search {
  background: #ED1C24; }

#links .spacer {
  background: #ED1C24; }

#main-cart .cart {
  background: #ED1C24; }

#shop-now {
  background: #ED1C24; }

#tab-description h3 {
  color: #ED1C24; }

#top-ctas {
  border-bottom: 2px solid #ED1C24; }

.pagination a.prev:hover {
  background: url("../image/sprite_red.png") no-repeat -145px -170px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination a.prev:hover {
      background: url("../image/sprite_red@2x.png") no-repeat -145px -170px;
      background-size: 309px 225px; } }
.pagination a.next:hover {
  background: url("../image/sprite_red.png") no-repeat -110px -170px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .pagination a.next:hover {
      background: url("../image/sprite_red@2x.png") no-repeat -110px -170px;
      background-size: 309px 225px; } }

.categories ul li > ul li > ul li a:hover {
  color: #ED1C24; }

.product-detail h3 {
  background: #ED1C24; }
.product-detail .options .option {
  color: #ED1C24; }
.product-detail .new-price {
  background: #ED1C24; }
.product-detail .quantity {
  background: #ED1C24; }

.mfilter-counter {
  background: #ED1C24; }
  .mfilter-counter:after {
    border-right-color: #ED1C24; }

.qap-q .panel-heading a {
  color: #ED1C24; }

/*# sourceMappingURL=red.css.map */
