@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700';
* {
  font-family: "Fira Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

.header--site__top-bar {
  background: #EEEEEE;
  color: #574D4D;
}
.header--site__top-bar a {
  color: #574D4D;
}
.header--site__top-bar a:link {
  color: #574D4D;
}
.header--site__top-bar a:visited {
  color: #574D4D;
}
.header--site__top-bar a:hover {
  color: #6f9366;
}
.header--site__top-bar a:active {
  color: #574D4D;
}
.header--site .main-navigation {
  background: #930022;
  color: white;
}
.header--site .main-navigation a {
  color: white;
}
.header--site .main-navigation a:link {
  color: white;
}
.header--site .main-navigation a:visited {
  color: white;
}
.header--site .main-navigation a:hover {
  color: #6f9366;
}
.header--site .main-navigation a:active {
  color: #6f9366;
}

.footer--site .nav--footer {
  border-top: 1px solid #DEDFE0;
  border-bottom: 1px solid #DEDFE0;
}

.checkout .progress-bar li.complete {
  border-color: #c3d3bf;
}
.checkout .progress-bar li.complete::after {
  border-top-color: #c3d3bf;
}
.checkout .progress-bar li.active {
  border-color: #6f9366;
}
.checkout .progress-bar li.active::after {
  border-top-color: #6f9366;
}
.checkout .order-overview {
  background: #eee;
  border: 1px dashed #ccc;
  padding: 0.75em;
  border-radius: 3px;
}
.checkout .order-overview .button--theme--primary {
  background: #930022;
  border-color: #930022;
}
.checkout .order-overview .button--theme--primary:hover {
  background: #7a001c;
}

.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;
}

#pwMatchMessage {
  background: white;
  border-radius: 3px;
}

#pwMatchMessage .flash.flash--alert p {
  color: #dd8900;
}

.bundle {
  border-radius: 5px;
}
.bundle__item + .bundle__item {
  border-top: 1px solid #999;
}
.bundle__item.unconfigured .status {
  color: #b71c1c;
}
.bundle__item.unconfigured a.status {
  color: #b71c1c;
}
.bundle__item.unconfigured a.status:link {
  color: #b71c1c;
}
.bundle__item.unconfigured a.status:visited {
  color: #b71c1c;
}
.bundle__item.unconfigured a.status:hover {
  color: #5f0e0e;
}
.bundle__item.unconfigured a.status:active {
  color: #b71c1c;
}
.bundle__item.configured .status {
  color: #2e7d32;
}
.bundle__item.configured a.status {
  color: #2e7d32;
}
.bundle__item.configured a.status:link {
  color: #2e7d32;
}
.bundle__item.configured a.status:visited {
  color: #2e7d32;
}
.bundle__item.configured a.status:hover {
  color: #133214;
}
.bundle__item.configured a.status:active {
  color: #2e7d32;
}
.bundle__item.configured .img-wrap::before {
  color: #52bf57;
  text-shadow: -1px 1px 2px black;
  opacity: 0.75;
  font-size: 4em;
}
.bundle .bundle-wrap {
  background: #eee;
  border: 1px solid #999;
  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 {
  padding: 0.5em !important;
  font-size: 0.8em;
}

.address-management {
  line-height: 1.4;
}
.address-management .address {
  border: 1px solid #999;
}
.address-management .address__status {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #999;
}
.address-management .address-tag.default {
  background: #6f9366;
  color: white;
}
.address-management .badge {
  border-radius: 8px;
  padding: 4px 8px;
  border: 1px solid #999;
  font-size: 0.8em;
  line-height: 1.4;
  display: inline;
}
.address-management .button.button--text {
  font-size: 0.8em;
}
.address-management .filters .form {
  width: auto;
}

.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 #999;
}

.customer-reports .reports {
  border: 1px solid #930022;
}
.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: #930022;
  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;
}

.badge {
  font-weight: 700;
}
.badge--white {
  background: white;
  color: #6f9366;
}
.badge--primary {
  background: #6f9366;
  color: white;
}
.badge--secondary {
  background: #6f9366;
  color: white;
}

.button--search {
  border: none;
  background: none;
  margin: 0;
  height: 36px;
}

.button {
  box-shadow: none;
  transition: all 50ms ease;
}
.button--theme--primary {
  background: #930022;
  color: white;
  text-shadow: 0 1px 1px #600016;
}
.button--theme--primary:link {
  color: white;
}
.button--theme--primary:visited {
  color: white;
}
.button--theme--primary:hover {
  background: #600016;
}
.button--theme--primary:active {
  color: white;
}
.button--theme--ghost {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  color: white;
}
.button--theme--ghost:link {
  color: white;
}
.button--theme--ghost:visited {
  color: white;
}
.button--theme--ghost:hover {
  color: white;
}
.button--theme--ghost:active {
  color: white;
}
.button--theme--negative {
  background: red;
  color: white;
}
.button--theme--negative:link {
  color: white;
}
.button--theme--negative:visited {
  color: white;
}
.button--theme--negative:hover {
  color: white;
}
.button--theme--negative:active {
  color: white;
}

select {
  -webkit-appearance: none;
          appearance: none;
  border-style: solid;
  border-color: #DEDFE0;
  border-width: 1px 1px 1px 1px;
  border-radius: 0;
  background: white url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAoElEQVRYhe2Ruw3CQBBEh08VJ8qYHCE5ohWqoArknD4Q+VIGF9CESYxEgM67awTJvHhv3pMOEEII8WcWUwckdwC2yf2rmV1aB2vHyBlASQbcAWxaB0vHyBHAkJAP49smq6mDWuutlPIAsIfjy97kBzPrZweMERaIeMlPnm1XQCAiJA8FOCLC8nBAIyIlTwV8iEBWPhuSHcnu52IhhBDf5AnKb0MADAWrtAAAAABJRU5ErkJggg==") right center no-repeat;
  padding: 0 2em 0 0.25em;
}
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;
}

input[type=text].input--search {
  line-height: 1;
  padding: 0 0.5em;
  border: none;
  height: 36px;
  outline: none;
  background: none;
  border-bottom: 1px solid #574D4D;
  max-width: 120px;
}
input[type=text].input--search:focus {
  background: rgba(87, 77, 77, 0.1);
}
input[type=text].input--search:focus ~ button {
  background: rgba(87, 77, 77, 0.1);
}

label.valid::before {
  color: #6f9366;
}

table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #DEDFE0;
}
table thead tr {
  background: #930022;
  color: white;
}
table tbody tr:nth-child(even) td {
  background: #DEDFE0;
}
table th {
  font-weight: bolder;
}
table td {
  border: 1px solid #d1d2d4;
}

.table--pricing th::after {
  border-top: 10px solid #930022;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #930022;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -16px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -16px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone {
  border: 2px dashed #6f9366;
  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: #6f9366;
}

.dropzone .dz-preview .dz-error-message {
  color: #ff0000;
}

.dropzone .dz-preview .dz-progress {
  border: 1px solid #DEDFE0;
}

.dz-message {
  color: #6f9366;
}

.dz-details {
  display: none;
}

.dropzone.non-image .dz-details {
  display: block;
}

.page__title,
.cart__title {
  padding-bottom: 1em;
  border-bottom: 1px solid #DEDFE0;
  margin-bottom: 24px;
}

a {
  color: #6f9366;
  transition: color 300ms ease;
}
a:link {
  color: #6f9366;
}
a:visited {
  color: #6f9366;
}
a:hover {
  color: #587551;
}
a:active {
  color: #6f9366;
}

.account-details .form {
  display: inline-block;
  width: 100%;
}
.account-details .form h2 {
  margin-bottom: 16px;
}
.account-details .form + .form {
  border-top: 1px solid #DEDFE0;
  padding-top: 24px;
  margin-top: 16px;
}

.login__box .form-area {
  background-color: #ccc;
}
.login__box h1 {
  color: #574D4D;
}
.login__box a {
  color: #6f9366;
}
.login__box a:link {
  color: #6f9366;
}
.login__box a:visited {
  color: #6f9366;
}
.login__box a:hover {
  color: #6f9366;
}
.login__box a:active {
  color: #6f9366;
}
.login__box .datum.check {
  margin-bottom: 16px;
  width: calc(99.9% * 1/1 - (16px - 16px * 1/1));
}
.login__box .datum.check:nth-child(1n) {
  float: left;
  margin-right: 16px;
  clear: none;
}
.login__box .datum.check:last-child {
  margin-right: 0;
}
.login__box .datum.check:nth-child(1n) {
  margin-right: 0;
  float: right;
}
.login__box .datum.check:nth-child(1n + 1) {
  clear: both;
}
.login__box .datum.check input[type=checkbox] {
  display: inline;
  float: left;
  clear: none;
}
.login__box .datum.check label {
  display: inline;
  float: left;
  clear: none;
  width: auto;
  width: auto;
  padding-left: 1em;
}
.login__box .datum.check label:last-child {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto;
}
.login__box .datum.check label:nth-child(1n) {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto;
}
.login__box .datum.check label:nth-child(1n + 1) {
  float: none;
  clear: none;
  margin-right: 0;
  width: auto;
}
.login__box .swap-pane .swap-trigger {
  background: #930022;
  color: white;
}
.login__box .swap-pane .swap-trigger.current {
  color: #574D4D;
  background: #ccc;
}

.cart__item {
  padding-right: 16px;
}
.cart__item + .cart__item {
  border-top: 1px solid #DEDFE0;
}
.cart__footer {
  border-top: 3px solid #e1e1e1;
  background: #EEEEEE;
  padding-right: 16px;
  padding-left: 16px;
}

.checkout .cart {
  border-top: 3px solid #DEDFE0;
}
.checkout__footer {
  padding-left: 16px;
  border-top: 3px solid #e1e1e1;
  background: #EEEEEE;
  padding-right: 16px;
}

.accordion__panel {
  border: 1px solid #DEDFE0;
}

@media (min-width: 480px){
  .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 {
    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;
  }
  input[type=text].input--search {
    max-width: none;
  }
}