#exhibit-manager-shop section {
  border-bottom: 10px solid #eaeaea;
  padding-bottom: 1em;
  margin-bottom: 5em;
}

/** Headers **/
#exhibit-manager-shop .section-header-table {
  width: 100%;
  margin: 0;
  background: rgb(255, 247, 152);
}
#exhibit-manager-shop .section-header-table td {
  padding: 1em;
  font-weight: 700;
}

/** Products **/
#exhibit-manager-shop .product-table {
  margin: 0;
}
#exhibit-manager-shop .product-table tr:first-child td {
  /* border: none; */
}
#exhibit-manager-shop .product-table td {
  border-color: #ffcf42;
  vertical-align: middle;
  font-family: "MuseoSansCondensed";
  font-weight: 700;
  font-size: 1.2em;
  padding: 0 1em;
}
#exhibit-manager-shop .product-table td.unit {
  font-size: 1em;
  padding-left: 0px;
}
#exhibit-manager-shop .product-table.no-border td {
  border: none;
}
#exhibit-manager-shop .product-table.notes {
  margin-bottom: 0.5em;
}
#exhibit-manager-shop .product-table td.note {
  border: none;
  font-family: "MuseoSans";
  font-weight: 400;
  font-size: 1em;
}
/* Cleaning Flooring Form */
#exhibit-manager-shop .product-table.flooring td {
  padding: 0.5em 1em;
}
#exhibit-manager-shop .product-table.flooring td:first-child {
  background: #eaeaea;
}

/** Sub-categories **/
#exhibit-manager-shop h3 {
  background: #eaeaea;
  font-weight: 700;
  font-size: 1.3em;
  padding: 0.5em;
  margin: 0;
}

/** Special Instructions **/
#exhibit-manager-shop .special-instructions h4 {
  padding: 0.5em;
  margin: 1em 0 !important;
  background: rgb(255, 247, 152) !important;
}
#exhibit-manager-shop .special-instructions textarea {
  margin-bottom: 1em;
}


#lightbox{
	position: absolute;
	left: 0;
	z-index: 100;
	text-align: center;
	line-height: 0;
	border:1px solid #5d5d5d;
}

#lightbox a img { border: none; }

/** CHECKBOXES **/

.flooring td input[type=checkbox] {
  opacity: 0;
  position: relative;
  float: left;
  left: 17px;
  top: 5px;
  width: 13px;
}
.flooring td input[type=checkbox]:hover {
  cursor: pointer;
}
.flooring td label {
  display: block;
  float: left;
  padding: 4px 10px 0 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: #5d5d5d;
  cursor: pointer;
}
.flooring td input[type=checkbox]:not(checked) + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  left: 0;
  bottom: 1px;
  border-radius: 25px;
  background-color: #ccc;
  font-family: "MuseoSans-700", sans-serif;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
}
.flooring td label:before:hover {
  cursor: pointer;
}
.flooring td input[type=checkbox]:checked + label:before {
  content: "";
  color: #f3f3f3;
  text-align: center;
  line-height: 20px;
  background-color: #ffcf42;
}

#exhibit-manager-shop button{
    margin: 10px;   
}
