.collapse-header {
  background-color: #333333;
  border: 2px solid #DDDDDD;
  border-bottom: 0px;
  color: #FFFFFF;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 20px;
}

.collapse-header span {
  font-style: normal;
  margin-left: 8px;
}

.collapse-container {
  border: 2px solid #DDDDDD;
  border-top: 0px;
  background-color: #FFF;
}

/* Default Container Hides */

.type-container,
.upholstery-container {
  display: none;
}

.silhouette-item,
.type-item {
  padding: 20px 10px;
}

.silhouette-item h1,
.type-item h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0px;
  padding: 0px;
}

.silhouette-item h2,
.type-item h2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px;
  padding: 0px;
  text-align: center;
  color: #444;
}

.silhouette-item:hover,
.type-item:hover {
  cursor: pointer;
}

.silhouette-item img,
.type-item img {
  width: 100%;
  display: block;
}

.flex-fix {
  margin-left: 0px;
  margin-right: 0px;
}

.product-display h1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0px 10px;
  padding: 0px;
  text-align: center;
  z-index: 1;
}

.product-display h2 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  z-index: 1;
}

.product-display-primary {
  width: 100%;
}

.product-display-primary img {
  z-index: 0;
  position: relative;
  margin-top: -5%;
  width: 100%;
}

.product-display-thumbnails {
  padding: 10px 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.product-display-thumbnail {
  height: 100px;
  width: 100px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #ededed;
  margin: 0px 8px;
}

.product-display-thumbnail:hover {
  opacity: 100%;
  border: 1px solid #333;
  cursor: pointer;
}

.product-display-thumbnail img {
  text-align: center;
  height: 98px;
  width: 98px;
  opacity: 0.7;
}

.product-display-thumbnail img .active {
  opacity: 100%;
}

.swatch-display {
  border-left: 1px solid #ededed;
  padding: 0px;
}

.swatch-filter {
  width: 100%;
  padding: 12px 20px 10px 20px;
  background-color: #ededed;
}

.swatch-filter label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  margin-right: 8px;
}

.swatch-filter select {
  text-transform: uppercase;
  margin-right: 10px;
  max-width: 150px;
}

.swatch-container {
  overflow: scroll;
  max-height: 550px;
  margin-bottom: 20px;
}

.swatch {
  margin: 12px 0;
}

.swatch img {
  width: 100px;
  height: 100px;
  border: 1px solid #ededed;
  border-radius: 100px;
  margin: 0px auto;
  display: block;
}

.swatch:hover {
  cursor: pointer;
}

.swatch h1 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 12px 0px;
}

.swatch h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 8px 0px;
  text-align: center;
  text-transform: uppercase;
}

.options-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 20px 0px;
}

.options-container label {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px 10px;
}

.options-container select {
  margin-right: 20px;
}

.options-container div {
  text-align: center;
  margin: 0;
  padding: 0;
}

.procede-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 10px 0px 20px 0px;
}

.procede-buttons div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin: auto;
  display: inline-block;
  background-color: #333;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 30px;
}

.hide {
  display: none;
}

