.kss-swatch {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 145px;
  height: 140px;
  text-align: center;
  font-size: 1.4rem;
  color: #FFF;
  padding-top: 90px; }
  .kss-swatch.kss-swatch-light {
    border: 1px solid #F6F6F6;
    color: #000; }

body {
  background: #F5F1E5 !important; }

.brand-preview-card {
  cursor: pointer;
  margin-bottom: 20px;
  background: white;
  border-bottom: 2px solid white;
  text-align: center; }
  .brand-preview-card:hover {
    border-bottom: 2px solid #EC1A19; }
  .brand-preview-card .preview-image-holder img {
    max-width: 100%;
    height: auto; }
  .brand-preview-card .brand-details-hidden {
    display: none; }
  .brand-preview-card img {
    padding: 30px 15px 13px; }

.details-row {
  border-bottom: 2px solid #EC1A19;
  background: white;
  margin-bottom: 20px;
  padding: 20px 20px 30px 30px;
  clear: both; }
  .details-row .close {
    width: 100%;
    color: #EC1A19 !important;
    text-decoration: underline;
    text-align: right; }
  .details-row sup {
    font-size: 12px;
    position: relative;
    top: -8px; }
  .details-row h2 {
    font-size: 24px;
    color: #4b4542;
    margin-bottom: 15px;
    margin-top: 0 !important; }
  .details-row .image-holder {
    text-align: center;
    margin: 40px 0 50px 0; }
    .details-row .image-holder img {
      max-width: 100%;
      height: auto; }
  .details-row .link-block {
    text-align: right; }
    .details-row .link-block a {
      display: block;
      font-weight: bold;
      color: #EC1A19;
      text-decoration: none;
      margin-right: 40px; }
      .details-row .link-block a:first-child {
        margin-bottom: 30px; }
