﻿@media (max-width: 960px) {
  .accordionLink {
    background: rgba(226, 0, 60, 0.2);
    border-top-color: #e2003c;
  }
  .accordionLink.active {
    background: #e2003c;
  }
  .tabbox .tabboxContent {
    border-bottom: 1px solid #e2003c;
  }
  .additionalOptions .button {
    color: #e2003c;
  }
  #lblPrice {
    color: #e2003c;
  }
  .templatePaging .current {
    background-color: #e2003c !important;
  }
}