@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Raleway:300,400,700");
img {
  max-width: 100%;
}

.header-wrapper {
  background-image: linear-gradient(to right, #00a6ae 50%, rgba(0, 0, 0, 0) 0%);
  background-position: top;
  background-size: 32px 16px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #c8c7c7;
  padding-top: 16px;
}
.header-wrapper--home {
  margin-bottom: 0;
}

header.header--site .contact-info {
  font-size: 1.25em;
  color: #00a6ae;
}
header.header--site .search-box label {
  font-family: "Raleway", cursive, script;
  font-weight: bold;
  font-size: 1.2em;
}
header.header--site .search-box input[type=text] {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  background: #ECEAEB;
  border: none;
}
header.header--site .search-box a.search {
  font-size: 1rem;
  background: #ECEAEB;
  color: #00a6ae;
  padding: 8px;
}

.nav--user {
  font-weight: bolder;
}
.nav--user a {
  color: #504E4F;
}
.nav--user a:link {
  color: #504E4F;
}
.nav--user a:visited {
  color: #504E4F;
}
.nav--user a:hover {
  color: #00a6ae;
}
.nav--user a:active {
  color: #504E4F;
}
.nav--user a.logout-link {
  color: #00a6ae;
}
.nav--user a.logout-link:link {
  color: #00a6ae;
}
.nav--user a.logout-link:visited {
  color: #00a6ae;
}
.nav--user a.logout-link:hover {
  color: #00757b;
}
.nav--user a.logout-link:active {
  color: #00a6ae;
}

a.button, a.button--theme--primary,
button.button,
button.button--theme--primary,
input[type=submit].button,
input[type=submit].button--theme--primary {
  color: #00a6ae;
}
a.button.button--theme--negative, a.button.button--theme--secondary, a.button--theme--primary,
button.button.button--theme--negative,
button.button.button--theme--secondary,
button.button--theme--primary,
input[type=submit].button.button--theme--negative,
input[type=submit].button.button--theme--secondary,
input[type=submit].button--theme--primary {
  box-shadow: -2px 2px 3px rgba(80, 80, 80, 0.2);
  border-radius: 3px;
}
a.button.button--theme--negative:disabled, a.button.button--theme--secondary:disabled, a.button--theme--primary:disabled, a.button.button--theme--negative.button--disabled, a.button.button--theme--secondary.button--disabled, a.button--theme--primary.button--disabled,
button.button.button--theme--negative:disabled,
button.button.button--theme--secondary:disabled,
button.button--theme--primary:disabled,
button.button.button--theme--negative.button--disabled,
button.button.button--theme--secondary.button--disabled,
button.button--theme--primary.button--disabled,
input[type=submit].button.button--theme--negative:disabled,
input[type=submit].button.button--theme--secondary:disabled,
input[type=submit].button--theme--primary:disabled,
input[type=submit].button.button--theme--negative.button--disabled,
input[type=submit].button.button--theme--secondary.button--disabled,
input[type=submit].button--theme--primary.button--disabled {
  background: #c8c7c7 !important;
  color: #fbfafa !important;
  cursor: not-allowed;
  border: 2px solid #c8c7c7;
}
a.button.button--theme--negative:disabled:hover, a.button.button--theme--secondary:disabled:hover, a.button--theme--primary:disabled:hover, a.button.button--theme--negative.button--disabled:hover, a.button.button--theme--secondary.button--disabled:hover, a.button--theme--primary.button--disabled:hover,
button.button.button--theme--negative:disabled:hover,
button.button.button--theme--secondary:disabled:hover,
button.button--theme--primary:disabled:hover,
button.button.button--theme--negative.button--disabled:hover,
button.button.button--theme--secondary.button--disabled:hover,
button.button--theme--primary.button--disabled:hover,
input[type=submit].button.button--theme--negative:disabled:hover,
input[type=submit].button.button--theme--secondary:disabled:hover,
input[type=submit].button--theme--primary:disabled:hover,
input[type=submit].button.button--theme--negative.button--disabled:hover,
input[type=submit].button.button--theme--secondary.button--disabled:hover,
input[type=submit].button--theme--primary.button--disabled:hover {
  background: #c8c7c7 !important;
}
a.button.button--theme--secondary:disabled, a.button--theme--primary.button--theme--secondary:disabled, a.button.button--theme--secondary.button--disabled, a.button--theme--primary.button--theme--secondary.button--disabled,
button.button.button--theme--secondary:disabled,
button.button--theme--primary.button--theme--secondary:disabled,
button.button.button--theme--secondary.button--disabled,
button.button--theme--primary.button--theme--secondary.button--disabled,
input[type=submit].button.button--theme--secondary:disabled,
input[type=submit].button--theme--primary.button--theme--secondary:disabled,
input[type=submit].button.button--theme--secondary.button--disabled,
input[type=submit].button--theme--primary.button--theme--secondary.button--disabled {
  border: none;
}
a.button.button--theme--negative:hover, a.button.button--theme--secondary:hover, a.button--theme--primary:hover,
button.button.button--theme--negative:hover,
button.button.button--theme--secondary:hover,
button.button--theme--primary:hover,
input[type=submit].button.button--theme--negative:hover,
input[type=submit].button.button--theme--secondary:hover,
input[type=submit].button--theme--primary:hover {
  border-radius: 5px;
}
a.button.button--theme--secondary, a.button--theme--primary.button--theme--secondary,
button.button.button--theme--secondary,
button.button--theme--primary.button--theme--secondary,
input[type=submit].button.button--theme--secondary,
input[type=submit].button--theme--primary.button--theme--secondary {
  background: none;
  border-width: 2px;
  color: #88898A;
  border-color: #88898A;
}
a.button.button--theme--secondary:link, a.button--theme--primary.button--theme--secondary:link,
button.button.button--theme--secondary:link,
button.button--theme--primary.button--theme--secondary:link,
input[type=submit].button.button--theme--secondary:link,
input[type=submit].button--theme--primary.button--theme--secondary:link {
  color: #88898A;
}
a.button.button--theme--secondary:visited, a.button--theme--primary.button--theme--secondary:visited,
button.button.button--theme--secondary:visited,
button.button--theme--primary.button--theme--secondary:visited,
input[type=submit].button.button--theme--secondary:visited,
input[type=submit].button--theme--primary.button--theme--secondary:visited {
  color: #88898A;
}
a.button.button--theme--secondary:hover, a.button--theme--primary.button--theme--secondary:hover,
button.button.button--theme--secondary:hover,
button.button--theme--primary.button--theme--secondary:hover,
input[type=submit].button.button--theme--secondary:hover,
input[type=submit].button--theme--primary.button--theme--secondary:hover {
  color: #6f7070;
  border-color: #6f7070;
  background: rgba(85, 85, 85, 0.1);
}
a.button.button--theme--secondary:active, a.button--theme--primary.button--theme--secondary:active,
button.button.button--theme--secondary:active,
button.button--theme--primary.button--theme--secondary:active,
input[type=submit].button.button--theme--secondary:active,
input[type=submit].button--theme--primary.button--theme--secondary:active {
  color: #88898A;
}
a.button.button--theme--negative, a.button--theme--primary,
button.button.button--theme--negative,
button.button--theme--primary,
input[type=submit].button.button--theme--negative,
input[type=submit].button--theme--primary {
  background: #00a6ae;
  border: 2px solid #00a6ae;
  color: white;
}
a.button--theme--primary,
button.button--theme--primary,
input[type=submit].button--theme--primary {
  background: #00a6ae;
  color: white;
}
a.button--theme--primary:link,
button.button--theme--primary:link,
input[type=submit].button--theme--primary:link {
  color: white;
  background: #00a6ae;
}
a.button--theme--primary:visited,
button.button--theme--primary:visited,
input[type=submit].button--theme--primary:visited {
  color: white;
  background: #00a6ae;
}
a.button--theme--primary:hover,
button.button--theme--primary:hover,
input[type=submit].button--theme--primary:hover {
  color: white;
  background: #00757b;
}
a.button--theme--primary:active,
button.button--theme--primary:active,
input[type=submit].button--theme--primary:active {
  color: white;
  background: #504E4F;
}
.button--theme--primary {
  background: #00a6ae;
  color: white;
}
.button--theme--primary:link {
  color: white;
  background: #00a6ae;
}
.button--theme--primary:visited {
  color: white;
  background: #00a6ae;
}
.button--theme--primary:hover {
  color: white;
  background: #00757b;
}
.button--theme--primary:active {
  color: white;
  background: #504E4F;
}

.button--theme--negative {
  border: 2px solid #d32f2f;
  background: #d32f2f;
  color: white;
}
.button--theme--negative:link {
  color: white;
  background: #d32f2f;
}
.button--theme--negative:visited {
  color: white;
  background: #d32f2f;
}
.button--theme--negative:hover {
  color: white;
  background: #a22222;
}
.button--theme--negative:active {
  color: white;
  background: #a22222;
}

.footer-wrapper {
  background: #1d494d;
  border-top: 1px solid #88898A;
}

footer.footer--site {
  color: white;
}
footer.footer--site a {
  color: white;
  font-weight: lighter;
}
footer.footer--site a:link {
  color: white;
}
footer.footer--site a:visited {
  color: white;
}
footer.footer--site a:hover {
  color: #FFE70C;
}
footer.footer--site a:active {
  color: white;
}
footer.footer--site .contact-info {
  padding-left: 16px;
}
footer.footer--site .contact-info .message {
  display: inline-block;
  width: 100%;
  font-weight: lighter;
}
footer.footer--site .contact-info .phone {
  display: inline-block;
  width: 100%;
  font-size: 2em;
  font-weight: bolder;
  margin-top: 8px;
}
footer.footer--site .legal {
  margin-top: 16px;
}

.nav--footer li:not(:first-child) {
  border-left: 1px solid #e7e7e7;
}

table thead th {
  background: #00a6ae;
  color: white;
  font-style: italic;
}
table tbody tr:hover {
  cursor: arrow;
}
table tbody tr:nth-child(odd) td {
  transition: all 300ms ease;
  background: #e7e7e7;
}
table tbody tr:nth-child(odd):hover td {
  background: #c1c1c1;
}
table tbody tr:nth-child(even) td {
  transition: all 300ms ease;
  background: #c8c7c7;
}
table tbody tr:nth-child(even):hover td {
  background: #afadad;
}
table td {
  padding: 4px 16px;
  font-weight: normal;
}
table td:not(:first-child) {
  border-left: 1px solid rgba(98, 97, 97, 0.3);
}
table th {
  padding: 8px 16px;
  font-weight: normal;
}
table tfoot td {
  background: #00a6ae;
  color: white;
  border-bottom: 1px solid #626161;
}
table .button, table .button--theme--primary {
  padding: 0.25em 0.5em;
  font-size: 0.8em;
}

.tabset ul.tabs li.tab {
  border-top: 1px solid #999;
  width: 50%;
  text-align: center;
}
.tabset ul.tabs li.tab--active {
  border-top: 3px solid #555;
  line-height: 1.38;
  font-weight: bolder;
}
dl.specsheet, .product__specs dl {
  border: 1px solid #504E4F;
  border-radius: 5px;
}
dl.specsheet dt, .product__specs dl dt {
  background: #504E4F;
  color: white;
}
dl.specsheet dt:not(:last-of-type), .product__specs dl dt:not(:last-of-type) {
  border-bottom: 1px solid white;
}
dl.specsheet dd:not(:last-child), .product__specs dl dd:not(:last-child) {
  border-bottom: 1px solid #504E4F;
}

.radio-set.required::after,
.check-set.required::after {
  color: #fbc02d;
}
.radio-set.valid::after,
.check-set.valid::after {
  color: #388e3c;
}
.radio-set.invalid::after,
.check-set.invalid::after {
  color: #d32f2f;
}

label.required::before {
  color: #fbc02d;
}
label.required + input[type=number], label.required + input[type=text] {
  border-bottom-color: #fbc02d;
}
label.valid::before {
  color: #388e3c;
}
label.valid + input[type=number], label.valid + input[type=text] {
  border-bottom-color: #388e3c;
}
label.invalid::before {
  color: #d32f2f;
}
label.invalid + input[type=number], label.invalid + input[type=text] {
  border-bottom-color: #d32f2f;
}

select {
  border: 2px solid #c8c7c7;
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RUNGODEyMjk0RDMxMUU3QkRGMEM5RDNGQzczODIzNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RUNGODEyMzk0RDMxMUU3QkRGMEM5RDNGQzczODIzNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZFQ0Y4MTIwOTREMzExRTdCREYwQzlEM0ZDNzM4MjM1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZFQ0Y4MTIxOTREMzExRTdCREYwQzlEM0ZDNzM4MjM1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+RXVKhQAAAMJJREFUeNpi/P//PwM1ARMDlcGogYPZQC4uLmMgPgOiidUMVKsE1eMCFwSlQxDm5OQ8A8T/gfgdEBvDxHFhoBolIL4L0wMTR/ZyOhC/B2JBIN6Nz6Ugl4HUALESVCgMw4VQW42hLsTpUjSXgbALsjw2r+A0lJBhIMyILS9Dvbsb6n1QMLhCaWRvun779m0Pul5GXIUDFkPfEzIMr4FYDGUgZBhGpOBIHshh6kJIPSMx5SE0mQgCXXaWkFrGkVfAAgQYAAbb2RdrcvIeAAAAAElFTkSuQmCC") right 8px center no-repeat;
}
select:disabled {
  background-color: #c8c7c7;
  cursor: not-allowed;
}
select[multiple] {
  background: white;
  border-radius: 3px;
  min-width: 50%;
  padding: 0.25em;
}
select[multiple]:focus {
  outline: none;
  border-style: dotted;
  border-width: 2px;
}
select[multiple] option {
  margin: 2px 0;
  padding: 0.25em 0.5em;
}
select[multiple] option:checked::before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 8px;
}

fieldset {
  border: none;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
  border: 1px solid #c8c7c7;
  border-bottom-width: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #504E4F;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
textarea:disabled {
  background: #e7e7e7;
  border-radius: 10px;
  border-color: #c8c7c7;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.5em;
  cursor: not-allowed;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  color: #88898A;
  cursor: not-allowed;
}

.file-set .required .filename {
  background: rgba(251, 192, 45, 0.15);
}
.file-set .invalid .filename {
  background: rgba(211, 47, 47, 0.15);
}
.file-set .valid .filename {
  background: rgba(56, 142, 60, 0.15);
}
.file-set .filename {
  width: 100%;
  background: #e7e7e7;
  border-radius: 5px;
}
.file-set .filename:hover::before {
  background: #00757b;
}
.file-set .filename::before {
  background: #00a6ae;
  color: white;
}

.alert--error {
  color: #292123;
  background-color: #ffccd2;
}
.alert--warning {
  color: #292123;
  background-color: #fff59d;
}
.alert--info {
  color: #292123;
  background-color: #b3e5fc;
}
.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
  font-family: "Open Sans", sans-serif;
}

.flash h1, .flash h2, .flash h3, .flash h4, .flash h5, .flash h6 {
  font-family: "Open Sans", sans-serif;
}
.flash--success {
  color: #1b5e20;
  background: #dcedc8;
}
.flash--information {
  color: #0d47a1;
  background: #b3e5fc;
}
.flash--error {
  color: #c62828;
  background: #ffccd2;
}
.flash--alert {
  color: #f57f17;
  background: #ffecb3;
}

.sidebar {
  background: #f5fbfc;
}
.sidebar ul {
  margin: 0;
  list-style: none;
}
.sidebar__navigation li {
  font-weight: bolder;
  font-size: 0.9rem;
}
.sidebar__navigation > li {
  font-size: 1.1rem;
  border-bottom: 1px solid #88898A;
}
.sidebar__navigation > li > a {
  font-style: italic;
}
.sidebar__navigation .has-children {
  width: 100%;
  position: relative;
}
.sidebar__navigation .has-children .dropdown-toggle {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  color: #00a6ae;
  float: right;
  display: inline-block;
  cursor: pointer;
}
.sidebar__navigation .has-children.is-open > a {
  color: #00a6ae;
}
.sidebar__navigation .has-children.is-open > a:link {
  color: #00a6ae;
}
.sidebar__navigation .has-children.is-open > a:visited {
  color: #00a6ae;
}
.sidebar__navigation .has-children.is-open > a:hover {
  color: #00a6ae;
}
.sidebar__navigation .has-children.is-open > a:active {
  color: #00a6ae;
}
.sidebar .closer {
  color: #00a6ae;
  background: white;
  border-radius: 25px;
  padding: 8px;
  font-size: 1.25em;
}

.ajs-message {
  color: white;
}

a {
  color: #504E4F;
}
a:link {
  color: #504E4F;
}
a:visited {
  color: #504E4F;
}
a:hover {
  color: #777475;
}
a:active {
  color: #504E4F;
}

.product-display .product__price {
  background: #504E4F;
}

.checkout .progress-bar li.complete {
  border-color: #48f7ff;
}
.checkout .progress-bar li.complete::after {
  border-top-color: #48f7ff;
}
.checkout .progress-bar li.active {
  border-color: #00a6ae;
}
.checkout .progress-bar li.active::after {
  border-top-color: #00a6ae;
}
.checkout .order-overview {
  background: #eee;
  border: 1px dashed #ccc;
  padding: 0.75em;
  border-radius: 3px;
}
.checkout .order-overview .button--theme--primary {
  background: #00a6ae;
  border-color: #00a6ae;
}
.checkout .order-overview .button--theme--primary:disabled {
  border-color: transparent;
}
.checkout .order-overview .button--theme--primary:hover {
  background: #008e95;
}
.checkout .cart {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-landing-header .categories {
  font-weight: bolder;
}
.product-landing-header .categories a {
  color: #00a6ae;
}
.product-landing-header .categories a:link {
  color: #00a6ae;
}
.product-landing-header .categories a:visited {
  color: #00a6ae;
}
.product-landing-header .categories a:hover {
  color: #00a6ae;
}
.product-landing-header .categories a:active {
  color: #00a6ae;
}
.product-landing-header .categories + * {
  margin-top: 0.5em;
}
.product-landing-header h1 {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.5em 0;
}

.product-display .product__name {
  background: #00a6ae;
  color: white;
  padding: 0.75em 0.5em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.product-display .product__name a {
  color: white;
}
.product-display .product__name a:link {
  color: white;
}
.product-display .product__name a:visited {
  color: white;
}
.product-display .product__name a:hover {
  color: white;
}
.product-display .product__name a:active {
  color: white;
}

.product__specs h3 {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0.5em;
}
.product__specs dl {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product__specs dl:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}
.product__specs dl:last-child {
  margin-right: 0;
}
.product__specs dl:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}
.product__specs dl:nth-child(NaNn + 1) {
  clear: both;
}
.product__specs dl dt {
  flex: 1 1 50%;
  font-weight: bolder;
  padding: 4px 8px;
}
.product__specs dl dd {
  flex: 1 1 50%;
  padding: 4px 8px;
}

.login__box .form-area {
  background: white;
}
.login__box .swap-pane .swap-trigger {
  background: #555;
  color: white;
}
.login__box .swap-pane .swap-trigger.current {
  background: white;
  color: #504E4F;
}
.login__box .datum.datum--checkbox {
  margin-bottom: 8px;
}
.login__box .datum.datum--checkbox input[type=checkbox] {
  display: none;
}
.login__box .datum.datum--checkbox input[type=checkbox] + .label-text {
  cursor: pointer;
}
.login__box .datum.datum--checkbox input[type=checkbox] + .label-text::before {
  content: "\f096";
  font-family: "FontAwesome";
  vertical-align: middle;
  display: inline-block;
  width: 1.5em;
  font-size: 1.4em;
}
.login__box .datum.datum--checkbox input[type=checkbox]:checked + .label-text::before {
  content: "\f046";
  font-family: "FontAwesome";
  vertical-align: middle;
  display: inline-block;
  width: 1.5em;
  font-size: 1.4em;
}

.cart .item__text {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 8px 16px;
  background: #eee;
  margin-bottom: 16px;
}
.cart .item__controls {
  padding-bottom: 16px;
  border-bottom: 1px solid #e7e7e7;
}
.cart__footer {
  border-top: 1px solid #88898A;
}
.cart__controls {
  margin-top: 20px;
}

.category a, figure.product a {
  color: #292123;
}
.category a:link, figure.product a:link {
  color: #292123;
}
.category a:visited, figure.product a:visited {
  color: #292123;
}
.category a:hover, figure.product a:hover {
  color: #292123;
}
.category a:active, figure.product a:active {
  color: #292123;
}

.product__cta {
  display: none;
}

.category img {
  width: 100%;
}
.category__title {
  background: #00a6ae;
  color: white;
  padding: 8px 16px;
  margin: 0;
  text-align: center;
}
.category__title a {
  color: white;
}
.category__title a:link {
  color: white;
}
.category__title a:visited {
  color: white;
}
.category__title a:hover {
  color: white;
}
.category__title a:active {
  color: white;
}
.category__subcategories {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(99.9% * 1 - (16px - 16px * 1));
  background: #e7e7e7;
}
.category__subcategories:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}
.category__subcategories:last-child {
  margin-right: 0;
}
.category__subcategories:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}
.category__subcategories:nth-child(NaNn + 1) {
  clear: both;
}
.category__subcategories li {
  padding: 4px 16px;
  transition: all 150ms ease;
}
.category__subcategories li:hover {
  background-color: #FFE70C;
}
.category__subcategories li:first-child {
  padding: 8px 16px 4px 16px;
}
.category__subcategories li:not(:first-child) {
  border-top: 1px solid #c8c7c7;
}
.category__subcategories li:last-child {
  padding: 4px 16px 8px 16px;
}
.category__subcategories a {
  display: inline-block;
  padding: 0.25em 0;
  width: 100%;
}

.sub-categories figcaption {
  padding: 0.25em;
}
.sub-categories figcaption a {
  background: #777475;
  padding: 1em 0.5em;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  color: #292123;
  display: inline-block;
  font-size: 0.9em;
  font-style: italic;
}
.sub-categories figcaption a:link {
  color: #292123;
}
.sub-categories figcaption a:visited {
  color: #292123;
}
.sub-categories figcaption a:hover {
  color: #292123;
}
.sub-categories figcaption a:active {
  color: #292123;
}

.category-display h1,
.category-display h2,
.category-display h3 {
  margin-top: 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #88898A;
}

.homepage .feature-header {
  text-align: center;
  color: #00a6ae;
  text-transform: uppercase;
}
.homepage .feature-header h2 {
  font-size: 1.2em;
}
.homepage .feature-header h2::before, .homepage .feature-header h2::after {
  content: "-";
  padding: 0 0.5em;
}
.homepage .featured-product figcaption {
  background: #00a6ae;
  padding: 0.5em 1em;
}
.homepage .featured-product h3 {
  color: white;
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
}
.homepage .featured-product a {
  color: white;
}
.homepage .featured-product a:link {
  color: white;
}
.homepage .featured-product a:visited {
  color: white;
}
.homepage .featured-product a:hover {
  color: white;
}
.homepage .featured-product a:active {
  color: white;
}
.homepage .featured-category a {
  color: white;
}
.homepage .featured-category a:link {
  color: white;
}
.homepage .featured-category a:visited {
  color: white;
}
.homepage .featured-category a:hover {
  color: white;
}
.homepage .featured-category a:active {
  color: white;
}
.homepage .featured-category span {
  color: white;
  font-size: 1.5em;
  font-weight: bolder;
  padding: 0.2em 0.5em;
  line-height: 1.4;
  background: rgba(100, 100, 100, 0.25);
  border-radius: 3px;
  display: inline-block;
  width: auto;
  text-shadow: 0 0 1px #555;
}
.homepage .homepage-callout figcaption {
  background: rgba(0, 0, 0, 0.5);
}
.homepage .homepage-callout .contents {
  font-size: 0.5em;
  padding: 8px;
  color: white;
}
.homepage .homepage-callout .title {
  font-size: 1.8em;
  margin-bottom: 8px;
}
.homepage .homepage-callout .subtitle {
  font-size: 1.2em;
  margin-bottom: 8px;
}
.homepage .homepage-callout .cta {
  font-size: 0.8em;
}
.homepage a.button, .homepage a.button--theme--primary {
  background: none;
  border: 1px solid white;
  color: white;
}
.homepage a.button:link, .homepage a.button--theme--primary:link {
  color: white;
}
.homepage a.button:visited, .homepage a.button--theme--primary:visited {
  color: white;
}
.homepage a.button:hover, .homepage a.button--theme--primary:hover {
  color: white;
}
.homepage a.button:active, .homepage a.button--theme--primary:active {
  color: white;
}

.bundle {
  border-radius: 5px;
}
.bundle__item + .bundle__item {
  border-top: 1px solid #e7e7e7;
}
.bundle__item.unconfigured .status {
  color: #d32f2f;
}
.bundle__item.unconfigured a.status {
  color: #d32f2f;
}
.bundle__item.unconfigured a.status:link {
  color: #d32f2f;
}
.bundle__item.unconfigured a.status:visited {
  color: #d32f2f;
}
.bundle__item.unconfigured a.status:hover {
  color: #811b1b;
}
.bundle__item.unconfigured a.status:active {
  color: #d32f2f;
}
.bundle__item.configured .status {
  color: #388e3c;
}
.bundle__item.configured a.status {
  color: #388e3c;
}
.bundle__item.configured a.status:link {
  color: #388e3c;
}
.bundle__item.configured a.status:visited {
  color: #388e3c;
}
.bundle__item.configured a.status:hover {
  color: #1b451d;
}
.bundle__item.configured a.status:active {
  color: #388e3c;
}
.bundle__item.configured .img-wrap::before {
  color: #68c46d;
  text-shadow: -1px 1px 2px black;
  opacity: 0.75;
  font-size: 4em;
}
.bundle .bundle-wrap {
  background: #eee;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}
.bundle .item__text {
  background: none;
  border: none;
  padding: 0;
}

.bundle-figure {
  width: calc(99.9% * 1 - (16px - 16px * 1));
}

.bundle-figure:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}

.bundle-figure:last-child {
  margin-right: 0;
}

.bundle-figure:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}

.bundle-figure:nth-child(NaNn + 1) {
  clear: both;
}
.bundle-figure__name {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  font-size: 0.8em;
  margin-bottom: 8px;
  font-weight: bolder;
}
.bundle-figure__name:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}
.bundle-figure__name:last-child {
  margin-right: 0;
}
.bundle-figure__name:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}
.bundle-figure__name:nth-child(NaNn + 1) {
  clear: both;
}
.bundle-figure__label {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  font-size: 0.8em;
  margin-bottom: 0.25em;
}
.bundle-figure__label:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}
.bundle-figure__label:last-child {
  margin-right: 0;
}
.bundle-figure__label:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}
.bundle-figure__label:nth-child(NaNn + 1) {
  clear: both;
}
.bundle-figure__description {
  width: calc(99.9% * 1 - (16px - 16px * 1));
  font-size: 0.8em;
}
.bundle-figure__description:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}
.bundle-figure__description:last-child {
  margin-right: 0;
}
.bundle-figure__description:nth-child(NaNn) {
  margin-right: 0;
  float: right;
}
.bundle-figure__description:nth-child(NaNn + 1) {
  clear: both;
}
.bundle-figure .img-wrap {
  display: none;
}
.bundle-figure figcaption {
  display: block;
}
.bundle-figure-content {
  min-height: 350px;
}
.bundle-figure-body {
  min-height: 350px !important;
}
.bundle-figure-footer .button, .bundle-figure-footer .button--theme--primary {
  padding: 0.5em !important;
  font-size: 0.8em;
}

.address-management {
  line-height: 1.4;
}
.address-management .address {
  border: 1px solid #e7e7e7;
}
.address-management .address__status {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e7e7e7;
}
.address-management .address-tag.default {
  background: #00a6ae;
  color: white;
}
.address-management .badge {
  border-radius: 8px;
  padding: 4px 8px;
  border: 1px solid #e7e7e7;
  font-size: 0.8em;
}
.address-management .button.button--text, .address-management .button--text.button--theme--primary {
  font-size: 0.8em;
}

.oh-search a:link {
  color: #2685ff;
}
.oh-search a:visited {
  color: #2685ff;
}
.oh-search a:hover {
  color: #005fd9;
}
.oh-search a:active {
  color: #2685ff;
}
.oh-search__fields {
  border: 1px solid #dedede;
  font-size: 0.8em;
}
.oh-search__order-details {
  border-top: 8px solid #dedede;
  border-bottom: 8px solid #dedede;
}
.oh-search__order-details tr td {
  text-align: left;
  background: #dedede !important;
  line-height: 1.4;
  border: none;
}
.oh-search__cart .item__controls {
  border: none;
}
.oh-search__cart .item__pricing {
  text-align: left;
}
.oh-search__cart .item__text {
  border: none;
  background: none;
}
.oh-search__cart .name h2 {
  font-size: 1.2rem;
}
.oh-search .cart__item + * {
  border-top: 1px solid #e7e7e7;
}

.customer-reports .reports {
  border: 1px solid #292123;
}
.customer-reports .report.active .report-label {
  border: none !important;
  background: #eee;
}
.customer-reports .report:not(:last-child) .report-label {
  border-bottom: 1px solid black;
}
.customer-reports .report-header {
  background: #292123;
  color: white;
  cursor: pointer;
}
.customer-reports .report-fields {
  background: #eee;
  border: 1px solid #ccc;
}
.customer-reports .field label {
  font-size: 0.8em;
  line-height: 1.4;
}

.products--list .product__info a {
  color: #00a6ae;
}
.products--list .product__info a:link {
  color: #00a6ae;
}
.products--list .product__info a:visited {
  color: #00a6ae;
}
.products--list .product__info a:hover {
  color: #00a6ae;
}
.products--list .product__info a:active {
  color: #00a6ae;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone {
  border: 2px dashed #00a6ae;
  padding: 16px;
}

.dropzone, .dropzone * {
  box-sizing: border-box;
  position: relative;
}

.dropzone {
  position: relative;
  display: inline-block;
}

.dropzone .dz-preview {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  padding: 16px;
}

.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  max-width: 120px;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
}

.dropzone .dz-preview .dz-error-message {
  display: none;
}

.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 54px;
  height: 58px;
  left: 0;
  margin-left: 0;
}

.dropzone {
  width: calc(99.9% * 1/1 - (16px - 16px * 1/1));
  min-height: 150px;
}

.dropzone:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}

.dropzone:last-child {
  margin-right: 0;
}

.dropzone:nth-child(1n) {
  margin-right: 0;
  float: right;
}

.dropzone:nth-child(1n + 1) {
  clear: both;
}

.dz-message {
  font-size: 1.2rem;
  display: block;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}

.fileDropzone .dz-image {
  display: none;
}
.fileDropzone .dz-details {
  display: inherit;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #00a6ae;
}

.dropzone .dz-preview .dz-error-message {
  color: #ff0000;
}

.dropzone .dz-preview .dz-progress {
  border: 1px solid #c8c7c7;
}

.dz-message {
  color: #00a6ae;
}

.dz-details {
  display: none;
}

.dropzone.non-image .dz-details {
  display: block;
}

body {
  color: #292123;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", cursive;
  font-weight: 700;
}

@media (min-width: 768px){
  .nav--user li:not(:first-child) {
    border-left: 1px solid #88898A;
  }
}

@media (min-width: 425px){
  .product__specs dl dt {
    flex: 1 1 40%;
  }
  .product__specs dl dd {
    flex: 3 1 60%;
  }
  .homepage .homepage-callout .contents {
    border: 1px solid white;
    padding: 32px 64px;
    font-size: 1em;
  }
  .homepage .homepage-callout .title {
    margin-bottom: 16px;
  }
  .homepage .homepage-callout .subtitle {
    margin-bottom: 12.8px;
  }
  .bundle-figure .img-wrap {
    width: calc(99.9% * 1/3 - (16px - 16px * 1/3));
    display: block;
  }
  .bundle-figure .img-wrap:nth-child(1n) {
    float: left;
    margin-right: 16px;
    clear: none;
  }
  .bundle-figure .img-wrap:last-child {
    margin-right: 0;
  }
  .bundle-figure .img-wrap:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .bundle-figure .img-wrap:nth-child(3n + 1) {
    clear: both;
  }
  .bundle-figure figcaption {
    width: calc(99.9% * 2/3 - (16px - 16px * 2/3));
  }
  .bundle-figure figcaption:nth-child(1n) {
    float: left;
    margin-right: 16px;
    clear: none;
  }
  .bundle-figure figcaption:last-child {
    margin-right: 0;
  }
  .bundle-figure figcaption:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .bundle-figure figcaption:nth-child(3n + 1) {
    clear: both;
  }
  .bundle-figure-footer .button, .bundle-figure-footer .button--theme--primary {
    font-size: 1em;
  }
  .oh-search__order-details tr td {
    text-align: center;
  }
  .oh-search__order-details tr td:not(:first-child) {
    border-left: 1px solid #ababab !important;
  }
}