.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; }

.product-information-tabs ul.product-tabs-list {
  list-style-type: none; }

li.product-tabs {
  font-size: 20px;
  list-style: none; }
  li.product-tabs:active {
    text-decoration: none; }
  li.product-tabs a {
    cursor: pointer; }
    li.product-tabs a:active {
      text-decoration: none; }
    li.product-tabs a:active {
      text-decoration: none; }

@media (min-width: 768px) {
  .panel-heading {
    display: none; }
  .panel {
    border: none;
    box-shadow: none; }
  .panel-collapse {
    height: auto; }
    .panel-collapse.collapse {
      display: block; } }

@media (max-width: 767px) {
  .tab-content .tab-pane {
    display: block; }
  .nav-tabs {
    display: none; }
  .panel-title a {
    display: block; }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px; }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0; }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px; } }
