.visible {
  display: block !important; }

@media screen and (min-width: 600px) {
  .hide-for-smedium {
    display: none; } }

.show-for-smedium {
  display: none; }
  @media screen and (min-width: 600px) {
    .show-for-smedium {
      display: initial; } }

.u-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.u-iflex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.u-flex--ai-c {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.u-flex--jc-c {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center; }

.u-flex--f-c {
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.u-flex--jc-sb {
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.u-flex--fd-c {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.u-abs-c {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.caps {
  text-transform: uppercase; }

.italics {
  font-style: italic; }

.strike {
  text-decoration: line-through; }

.discount {
  color: #1595cc;
  font-style: italics;
  font-weight: bold; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

@keyframes fade-in {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes delayed-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px); }

  50% {
    opacity: 0;
    transform: translateY(-10px); }

  100% {
    opacity: 1;
    transform: none; } }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

[src*='spinner'] {
  max-width: 60px; }

#payment_errors, #price_diffs {
  font-size: 90%;
  margin-bottom: 14px; }

#buy_order_container, #welcome_banner {
  margin: 2px;
  margin-left: auto;
  margin-right: auto; }

table#line_items td {
  vertical-align: middle;
  padding: 10px 0; }

#payment_required {
  text-align: right;
  background: none; }

#buy_order_container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; }

td.line_item_info {
  padding-bottom: 30px; }

.line_item_info h4 a {
  color: #303030;
  text-decoration: none; }
.line_item_info h4 a:hover {
  text-decoration: underline; }
.line_item_info h5 {
  font-size: 15px; }

#login .error {
  margin-bottom: 20px; }

.carrier_timeout {
  background-color: #ffc6b8;
  border: 1px solid #fe4c52;
  width: 100%;
  padding: 5px; }

th.empty {
  max-width: 2px;
  padding: 0; }

.login_spinner {
  display: inline-block;
  transform: translate(-8px, 4px); }

#buy_order .submit {
  margin: 15px 5px; }
#buy_order #payment_methods label {
  cursor: pointer; }
#buy_order #payment_methods .selector, #buy_order #payment_methods .label, #buy_order #payment_methods .subtotal {
  display: inline-block; }
#buy_order #payment_methods .selector {
  width: 30px; }
#buy_order #payment_methods .label {
  width: 100px; }
#buy_order #payment_methods .subtotal {
  text-align: right;
  width: 90px; }
#buy_order .method_row {
  margin-bottom: 0.5rem; }
#buy_order #info_verify {
  width: 100%; }
#buy_order p {
  margin-bottom: 0.75rem; }

#shipping_address ~ p {
  text-align: center;
  margin: 0; }

#shipping_address ~ input {
  background: #9ac636;
  border: 1px solid #9ac636;
  color: white; }

#buy_order_info {
  margin: 0 0.5rem; }

#buy_order_container .line-item__remove {
  min-width: 25px; }

.checkout_email h3 {
  float: left; }

.fieldWithErrors {
  border: 2px solid red; }

#checkout_subtitle {
  text-align: center;
  margin: 10px 0; }

span.translate:hover {
  border: solid 1px red;
  padding: -1px -1px;
  cursor: pointer; }

#buy_order_container form {
  clear: both; }

#update_quantity_form + div {
  margin-top: 0.25rem; }

#line_items {
  width: 100%; }
  #line_items td {
    text-align: center; }
  #line_items .category_name a {
    color: #fefefe; }
  #line_items tr:not(line-item) {
    background: #444444; }
  #line_items thead tr,
  #line_items tfoot tr {
    background: white; }
  #line_items .btns {
    text-align: right;
    font-weight: normal; }
  #line_items .odd {
    background-color: #fafafa; }
  #line_items .even {
    background-color: white; }

#buy_order_container .line-item {
  display: table-row; }

.cash_subtotal, .credit_subtotal {
  text-align: center; }

.cash_subtotal .cash_exp {
  font-size: 0.8em; }

.line_item .spacer {
  padding: 0;
  margin: 0;
  width: 1px; }

.per_item {
  font-size: 0.8em; }

.cash_subtotal, .credit_subtotal {
  border-top: 0;
  border-bottom: 0;
  background-color: #fefefe;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2; }
  .cash_subtotal .per_item, .credit_subtotal .per_item {
    color: #444444; }

.credit_subtotal {
  background-color: #efffcc; }

thead .cash_subtotal, thead .credit_subtotal {
  padding-top: 6px;
  border-top: 1px solid #c2c2c2; }

tfoot .cash_subtotal, tfoot .credit_subtotal {
  border-bottom: 1px solid #c2c2c2; }

tbody th.cash_subtotal, tbody th.credit_subtotal {
  background-color: #c2c2c2; }

.line_item.even {
  background-color: #fafafa; }
  .line_item.even .cash_subtotal, .line_item.even .credit_subtotal {
    background-color: #fefefe; }
.line_item.odd .cash_subtotal {
  background-color: #f6f7f8; }
.line_item.odd .credit_subtotal {
  background-color: #d8e8b4; }

.paypal--false.check--false .cash_subtotal {
  display: none !important; }

.store_credit--false .credit_subtotal {
  display: none !important; }

#radio_shipping_options .discount_text {
  font-weight: bold; }
#radio_shipping_options th {
  padding: 16px 2px 4px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: geometricPrecision; }

body {
  background: #fefefe;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400; }

h1 {
  font-size: 30px;
  margin: 25px 0 10px 20px; }

h2 {
  margin-bottom: 0.5rem; }

a {
  color: #303030; }

ol {
  padding-left: 1.5em; }

table {
  margin: 0;
  border-collapse: collapse; }
  table td,
  table th {
    padding: 6px; }

input[type="submit"] {
  cursor: pointer; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.cart {
  background-color: #fefefe; }

.cart__container {
  text-align: left;
  margin: 0 auto;
  padding: 0 4px;
  color: #444444; }

.cart__header {
  padding-bottom: 20px; }
  .cart__header img {
    max-height: 18vh;
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (min-width: 1200px) {
      .cart__header img {
        max-width: 1100px; } }

.cart__content,
.cart__footer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px; }

.cart__content {
  position: relative;
  min-height: 55vh; }

.cart__footer {
  min-height: 200px;
  padding-bottom: 40px;
  text-align: center;
  padding: 20px 0; }

.cart__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px; }

@media screen and (min-width: 900px) {
  .checkout-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .checkout-content__main {
    -ms-flex: 5;
    -webkit-flex: 5;
    flex: 5;
    margin-right: 10px; }

  .checkout-content__sidebar {
    -ms-flex: 2;
    -webkit-flex: 2;
    flex: 2; } }
.block {
  border-radius: 2px;
  background: #f6f7f8;
  border: 1px solid #c2c2c2;
  margin: 0 0 10px;
  padding: 14px; }

.block--login {
  max-width: 500px;
  margin: 0 auto 10px; }
  @media screen and (min-width: 900px) {
    .block--login {
      max-width: none; } }
  .block--login.logged-in {
    max-width: none; }

.block--cart-items {
  padding-bottom: 0; }

.block--cart-shipping label {
  pointer-events: none; }

.block--buy-order {
  max-width: 600px;
  margin: 14px auto; }

.block--create-password {
  padding: 30px;
  max-width: 500px;
  margin: 0 auto; }

.block__heading, .cart-items__heading {
  font-size: 20px; }
  .block__heading h2, .cart-items__heading h2 {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 16px; }
    @media screen and (min-width: 600px) {
      .block__heading h2, .cart-items__heading h2 {
        font-size: inherit; } }

.block__heading--login {
  font-size: 24px; }

.block__heading--billing h4 {
  margin-bottom: 16px; }

.block__subheading {
  font-size: 14px;
  font-weight: lighter;
  color: #5e5e5e; }

.block__subheading--login {
  display: inline-block;
  margin: 0 0 16px; }

.block__subheading--verify-message {
  display: inline-block;
  margin-top: 18px; }

.block__subheading--neg-margin {
  margin-top: -10px; }

.block__info-text {
  font-size: 12px;
  color: #6a6a6a; }

.block__info-text--block {
  display: block; }

.block__edit {
  font-size: 12px;
  float: right;
  padding: 5px 0; }
  @media screen and (min-width: 600px) {
    .block__edit {
      font-size: 14px;
      padding: 5px 4px; } }

.block--is-complete, [class$='--is-complete'] .block__content {
  font-size: 0.8rem;
  line-height: 1.5;
  padding-left: 8px;
  border-left: 2px solid #c4c4c4; }

.login__heading {
  margin: 0 0 20px; }

.login__subheading {
  margin: 0 0 16px;
  font-weight: lighter;
  color: #5e5e5e; }

.login__info-text {
  font-size: 12px;
  font-style: italic;
  font-weight: lighter;
  color: #5e5e5e; }

.login__instructions {
  font-size: 14px; }

.login--checkout {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  @media screen and (min-width: 900px) {
    .login--checkout {
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; } }

.login__new-customer::before {
  content: "- or -";
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0; }

@media screen and (min-width: 900px) {
  .login__new-customer::before {
    content: initial; } }
.login__new-customer,
.login__existing-customer {
  width: 100%;
  padding: 10px;
  position: relative; }

@media screen and (min-width: 900px) {
  .login__existing-customer {
    padding-right: 24px; } }

@media screen and (min-width: 900px) {
  .login__new-customer {
    padding-left: 24px;
    border-left: 1px solid #c2c2c2; } }

.login__heading,
.login__subheading,
.login__info-text {
  text-align: center; }

.login__form {
  margin: 30px 0; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 2px;
  color: #444444;
  border: 1px solid;
  padding: 5px 6px;
  white-space: nowrap;
  font-size: 14px; }

.btn--negative, .btn--clear {
  border-color: #e15151; }
  .btn--negative a, .btn--clear a {
    color: #e15151; }

.btn--moar-negative {
  background-color: #e15151;
  color: #fefefe; }

.btn--action {
  color: #fefefe;
  background-color: #1595cc;
  border-color: #1595cc; }

.btn--update {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  color: #1595cc;
  border-color: #1595cc;
  background-color: transparent;
  margin-left: 10px; }

.btn--continue, .btn--cart-checkout {
  color: #fefefe;
  background-color: #9ac636;
  border-color: #9ac636; }

.btn--login {
  min-width: 120px;
  padding: 6px;
  margin-left: 16px; }

.btn--has-submit [type="submit"] {
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  margin: 5px auto;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.btn--logout {
  border: none;
  text-decoration: underline;
  color: #1595cc; }
  .btn--logout input[type="submit"] {
    text-decoration: underline;
    color: #1595cc; }

.btn--checkout {
  display: block;
  color: #fefefe;
  border: none;
  letter-spacing: 0.15px;
  margin: 0;
  padding: 14px;
  font-size: 16px; }

.btn--checkout-top {
  display: none; }
  @media screen and (min-width: 900px) {
    .btn--checkout-top {
      display: block; } }

.btn--checkout-step, .btn--positive {
  min-width: 220px;
  background-color: #9ac636;
  color: #fefefe;
  letter-spacing: 0.5px;
  max-width: 240px;
  font-size: 14px;
  padding: 10px; }

.btn--payment-method {
  min-width: 120px;
  background-color: #1595cc;
  color: white;
  font-size: 14px;
  padding: 8px 10px 7px;
  font-weight: lighter;
  letter-spacing: 0.15px; }

.btn--coupons-credits {
  margin-left: 5px;
  min-width: 120px; }

.btn--checkout--bottom {
  margin-top: 14px; }

.btn--paypal-express {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 16px;
  padding: 8px;
  text-transform: uppercase;
  font-weight: lighter;
  max-width: 400px;
  border: 1px solid #444444;
  background-color: #fefefe; }
  @media screen and (max-width: 599px) {
    .btn--paypal-express {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  .btn--paypal-express span {
    display: inline-block;
    padding-top: 6px; }
    @media screen and (max-width: 599px) {
      .btn--paypal-express span {
        padding-bottom: 6px; } }
  .btn--paypal-express img {
    max-height: 44px;
    margin-left: 10px; }

.btn--positive {
  border: none;
  display: block;
  margin: 30px auto 20px !important; }

.btn--skip-password {
  text-decoration: underline;
  display: block;
  font-size: 14px;
  border: none;
  color: #5e5e5e; }

@media screen and (min-width: 600px) {
  .btn--cart-nav {
    width: 25%; } }

.btn--clear {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 0 4px; }
  .btn--clear [type="submit"] {
    color: #e15151; }

.btn--disabled {
  background-color: #c4c4c4;
  cursor: default;
  pointer-events: none; }

.btn--hard-disabled {
  cursor: not-allowed !important;
  pointer-events: none; }

.btn--inactive {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.btn--consent {
  width: 120px;
  min-width: initial;
  height: 48px;
  margin: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.block--order-summary:not(.order--ready) .btn--checkout {
  background-color: #c4c4c4;
  cursor: default;
  pointer-events: none; }

.block--order-summary.order--ready .btn--checkout {
  background-color: #9ac636; }

.checkout__input-cont--address-book {
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #c4c4c4; }
  .checkout__input-cont--address-book .checkout__input-label {
    font-weight: bold; }

.checkout__input-group {
  max-width: 500px; }
  @media screen and (min-width: 600px) {
    .checkout__input-group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .checkout__input-group .checkout__input-cont {
        margin-right: 10px; }
        .checkout__input-group .checkout__input-cont:last-child {
          margin-right: 0; } }

.checkout__input-group--cart-shipping {
  max-width: none; }

.checkout__input-group--c-s-z > * {
  -ms-flex: initial;
  -webkit-flex: initial;
  flex: initial; }
.checkout__input-group--c-s-z > *:first-child {
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3; }

.checkout__input-subgroup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .checkout__input-subgroup > *:first-child {
    margin-right: 10px; }

.checkout__input-cont {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-top: 10px;
  font-size: 14px;
  max-width: 500px; }

.checkout__input-cont--wide {
  -ms-flex: 4;
  -webkit-flex: 4;
  flex: 4; }

.checkout__input-cont.forgot_password {
  height: 31px;
  text-align: right; }

.checkout__input-cont--login-submit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 20px 0 0; }

.checkout__input-label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3;
  margin-bottom: 4px; }

.checkout__input-field {
  display: inline-block;
  width: 100%;
  -ms-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  margin: 0;
  padding: 6px 4px;
  min-height: 31px;
  font-size: inherit;
  border: 1px solid #c4c4c4; }
  @media screen and (min-width: 360px) {
    .checkout__input-field {
      width: initial; } }
  .checkout__input-field::-webkit-input-placeholder {
    color: #c4c4c4;
    font-weight: lighter;
    font-size: 12px; }
  .checkout__input-field::-moz-placeholder {
    color: #c4c4c4;
    font-weight: lighter;
    font-size: 12px; }
  .checkout__input-field:-ms-input-placeholder {
    color: #c4c4c4;
    font-weight: lighter;
    font-size: 12px; }
  .checkout__input-field:-moz-placeholder {
    color: #c4c4c4;
    font-weight: lighter;
    font-size: 12px; }

.checkout__input-field--qty {
  width: 40px; }

.checkout__input-label--block {
  display: block; }

.checkout__input-field--block {
  display: block;
  width: 100%; }

.checkout__input-field--select {
  height: 31px; }

.checkout__input-field--line-item {
  max-width: 40px; }
  @media screen and (min-width: 600px) {
    .checkout__input-field--line-item {
      max-width: 50px; } }

.checkout__input-field--credits {
  color: #c4c4c4;
  font-size: 16px; }

.checkout__input-field--required,
.checkout__input-field--has-error {
  border-color: #e15151; }

.checkout__input-cont--cc {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2; }

.checkout__input-cont--cc-submit {
  margin-top: 0; }

.checkout__input-cont--billing {
  margin-bottom: 10px; }
  .checkout__input-cont--billing > * {
    display: inline-block;
    width: initial; }

.checkout__step-confirm {
  border-top: 1px solid #e2e2e2;
  padding: 18px 0 6px;
  margin-top: 12px; }

.checkout__spinner {
  max-width: 30px;
  max-height: 30px; }

.checkout__spinner--small {
  max-width: 26px;
  max-height: 26px; }

.checkout__input-cont--row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.coupons-credits {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 20px; }
  @media screen and (min-width: 600px) {
    .coupons-credits {
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; } }

.coupons-credits__coupons,
.coupons-credits__credits {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.credits__credit-instructions,
.coupons-list__li {
  padding: 6px 0;
  font-size: 13px; }

.credits__credit-amount {
  font-size: 16px; }

.coupons-credits__content {
  margin: 14px 0;
  font-size: 14px; }

@media screen and (min-width: 600px) {
  .coupons-credits__content,
  .coupons-list {
    max-width: 50vw; } }
@media screen and (min-width: 1200px) {
  .coupons-credits__content,
  .coupons-list {
    max-width: calc(1100px * .66 / 2 ); } }

.coupons-list {
  line-height: 1;
  padding-left: 8px;
  border-left: 2px solid #c4c4c4;
  list-style: none; }

.coupons-list__li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.coupons-list__name {
  padding-right: 20px; }

.coupons__text-input {
  margin: 0;
  min-width: 160px;
  width: 100%;
  padding: 6px 4px;
  font-size: 14px;
  border: 1px solid #c4c4c4; }
  @media screen and (min-width: 600px) {
    .coupons__text-input {
      min-width: 180px;
      width: initial; } }

.coupons-list__name,
.coupons-list__remove {
  display: inline-block; }

.coupons__controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.coupons-credits__coupons + .coupons-credits__credits {
  border-top: 1px solid #c4c4c4;
  padding: 14px 0 0;
  margin: 14px 0 0; }
  @media screen and (min-width: 600px) {
    .coupons-credits__coupons + .coupons-credits__credits {
      border-top: none;
      border-left: 1px solid #c4c4c4;
      padding: 0 0 0 14px;
      margin: 0 0 0 14px; } }

.credit__message {
  font-style: italic;
  margin: 5px 0;
  font-size: 0.8rem; }

.payment-summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 14px;
  margin-top: 14px;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.payment--is-complete {
  padding-top: 6px; }

.funders {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1;
  padding-left: 10px;
  border-left: 2px solid #c4c4c4;
  margin-bottom: 14px;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.funders__heading {
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-bottom: 4px;
  font-size: 16px; }

.funders__li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5; }

.funders__name,
.funders__value,
.funders__remove {
  display: inline-block; }

.funders__li > * {
  margin-right: 14px; }

.funders__value {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  position: relative;
  margin-right: 16px; }
  .funders__value::after {
    content: "--";
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0; }

.funders__name {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.funders__remove {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.accordion_toggle {
  display: block;
  position: relative;
  background: #fefefe;
  padding: 8px;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  margin: 2px 0;
  transition: background-color 0.28s ease-in-out; }
  .accordion_toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg);
    transform-origin: bottom right;
    position: absolute;
    right: 18px;
    top: 6px;
    bottom: 0;
    margin: 8px auto;
    transition: transform 0.2s ease-out; }
  .accordion_toggle.accordion_toggle_active::after {
    transform: rotate(225deg) translate(7px, 7px); }

.accordion_toggle_active {
  background-color: #c8ebf9; }

.accordion_content {
  overflow: hidden; }

.accordion_content_inner {
  padding: 14px; }
  @media screen and (min-width: 1200px) {
    .accordion_content_inner {
      padding-left: 30px;
      padding-right: 30px; } }

.accordion_content__subheading-text {
  margin: 4px 0 6px; }

.accordion_content__info-text {
  font-size: 12px;
  font-style: italic;
  text-align: center; }

.accordion_content:last-of-type {
  border-bottom: 1px solid transparent;
  transition: border-color 0.33s ease-out; }

.accordion_toggle.accordion_toggle_active:last-of-type + .accordion_content {
  border-color: #c2c2c2; }

.cc-fields {
  padding-bottom: 14px;
  border-bottom: 1px solid #c4c4c4; }
  .cc-fields .block__content {
    margin-top: 15px;
    margin-bottom: 5px; }

.billing-address-fields {
  padding: 14px 0;
  border-bottom: 1px solid #c4c4c4; }

.cc-submit {
  padding-top: 14px; }

.use-shipping-true .block__content {
  display: block; }
.use-shipping-true .billing-address {
  display: none; }

.use-shipping-false .block__content {
  display: none; }
.use-shipping-false .billing-address {
  display: block; }

@media screen and (min-width: 600px) {
  .checkout__input-field--state,
  .checkout__input-field--zip {
    max-width: 120px; } }
.shipping-rates,
.shipping-rates__carrier-options {
  list-style: none; }

.shipping-rates {
  margin: 20px 0 10px; }

.shipping-rates__carrier-name {
  font-weight: bold; }

.shipping-rates__carrier-method {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px; }

.shipping-rates__single-carrier {
  padding-bottom: 10px; }

.shipping-rates__carrier-select {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 30px; }

.shipping-rates__carrier-label {
  border-left: 2px solid transparent;
  cursor: pointer; }

.shipping-rates__carrier-radio:checked + .shipping-rates__carrier-label {
  border-color: #c4c4c4; }

.shipping-rates__carrier-method-price {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 70px; }

.shipping-rates__price--discount,
.shipping-rates__name--discount {
  color: #1595cc;
  font-weight: bold; }

.shipping-rates__price--discount {
  display: block; }

.shipping-rates__price--discount + .shipping-rates__price {
  text-decoration: line-through;
  font-style: italic;
  font-size: 14px; }

.shipping-rates__carrier-method-name {
  -ms-flex: 6;
  -webkit-flex: 6;
  flex: 6; }

.cart-items__form {
  margin: 5px -14px 0;
  overflow: hidden; }

.cart-items__heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.cart-items__buttons {
  font-size: 0.8rem;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  height: 32px; }

.cart-items__table {
  margin-bottom: -1px !important; }

.cart-items__category-name {
  padding: 3px 8px;
  background-color: #444444; }
  .cart-items__category-name h3 {
    text-transform: capitalize; }
    .cart-items__category-name h3 a {
      color: white;
      text-decoration: none; }
    .cart-items__category-name h3 a:hover {
      text-decoration: underline; }

.line-item {
  padding: 4px;
  font-size: 16px; }

.line-item--even {
  background-color: #fefefe; }

.line-item__image {
  min-width: 70px;
  text-align: center; }

.line-item__meta h5 {
  font-size: 13px; }

.line-item__preorder-message {
  margin-top: 7px;
  padding-top: 4px;
  border-top: 1px solid #e2e2e2; }
  @media screen and (min-width: 600px) {
    .line-item__preorder-message {
      margin-right: 20px; } }

.line-item__preorder-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #ce882c;
  border-radius: 50%; }

.line-item__price-qty {
  text-align: right; }

.line-item__price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  white-space: nowrap; }

.line-item__msrp {
  color: #e15151;
  text-decoration: line-through;
  font-size: 12px;
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.line-item__qty {
  min-width: 100px; }

.line-item__remove {
  min-width: 40px; }

.line-item__remove-icon {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  color: transparent;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .line-item__remove-icon::before, .line-item__remove-icon::after {
    content: "";
    display: block;
    height: 2px;
    width: 1rem;
    background-color: #e15151;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .line-item__remove-icon::before {
    transform: rotate(45deg); }
  .line-item__remove-icon::after {
    transform: rotate(-45deg); }

@supports not (display: grid) {
  .line-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 4px 4px 32px;
    position: relative;
    font-size: 16px; }
    @media screen and (min-width: 600px) {
      .line-item {
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 4px; } }

  .line-item__remove-icon {
    margin: auto; }

  @media screen and (max-width: 599px) {
    .line-item__price-qty {
      right: 130px;
      bottom: 10px;
      position: absolute; }

    .line-item__subtotal,
    .line-item__remove {
      position: absolute; }

    .line-item__subtotal {
      right: 50px;
      bottom: 16px; }

    .line-item__remove {
      right: 4px;
      bottom: 18px; } }
  @media screen and (min-width: 600px) {
    .line-item__image {
      -ms-flex: 1.3;
      -webkit-flex: 1.3;
      flex: 1.3; }

    .line-item__meta {
      -ms-flex: 7;
      -webkit-flex: 7;
      flex: 7; }

    .line-item__price-qty {
      -ms-flex: 2.25;
      -webkit-flex: 2.25;
      flex: 2.25;
      padding-right: 16px; }

    .line-item__subtotal {
      -ms-flex: 1.1;
      -webkit-flex: 1.1;
      flex: 1.1; }

    .line-item__remove {
      -ms-flex: 0;
      -webkit-flex: 0;
      flex: 0; } } }
@supports (display: grid) {
  .line-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr) 30px;
    grid-gap: 10px; }
    @media screen and (min-width: 600px) {
      .line-item {
        grid-template-columns: repeat(7, 1fr) 30px; } }

  .line-item__image {
    grid-row: 1/3;
    grid-column: 1; }
    @media screen and (min-width: 600px) {
      .line-item__image {
        grid-row: 1; } }

  .line-item__meta {
    grid-row: 1;
    grid-column: 2/6; }
    .line-item__meta h4 {
      margin: auto 0 4px; }
    .line-item__meta h5 {
      margin-bottom: auto; }
    @media screen and (min-width: 600px) {
      .line-item__meta {
        grid-column: 2/6;
        display: grid;
        align-items: center; } }

  .line-item__price-qty,
  .line-item__subtotal,
  .line-item__remove {
    display: grid; }

  .line-item__price-qty {
    grid-row: 2;
    grid-column: 4; }
    @media screen and (min-width: 600px) {
      .line-item__price-qty {
        grid-row: 1;
        grid-column: 6; } }

  .line-item__subtotal {
    grid-row: 2;
    grid-column: 5;
    align-items: center; }
    @media screen and (min-width: 600px) {
      .line-item__subtotal {
        grid-row: 1;
        grid-column: 7; } }

  .line-item__remove {
    grid-row: 2;
    grid-column: 6;
    align-items: center; }
    @media screen and (min-width: 600px) {
      .line-item__remove {
        grid-row: 1;
        grid-column: 8;
        justify-items: center; } } }
.order-summary {
  margin: 14px 0; }

.order-summary--extras {
  margin-bottom: 0; }

.order-summary__heading h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold; }

.order-summary__table {
  list-style: none;
  padding: 0;
  line-height: 1.6;
  font-size: 14px; }

.order-summary__li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.order-summary__li--divider {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 4px;
  margin-bottom: 4px; }

.order-summary__li--total {
  font-size: 16px;
  margin-top: 6px;
  padding-top: 6px;
  text-transform: uppercase;
  font-weight: bold; }

.order-summary__li--cvv {
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.value-required,
.order-summary__required-field-blurb {
  color: #e15151; }

.order-summary__required-field-blurb {
  font-size: 10px;
  font-style: italic; }

.order-summary__vendor-note-label {
  font-size: 14px;
  color: #565656; }

.order-summary__vendor-note-container {
  margin-top: 10px;
  height: 0;
  max-height: 120px;
  overflow: hidden;
  will-change: height;
  transition: height 0.28s ease-in-out; }
  .order-summary__vendor-note-container textarea {
    height: 100%;
    width: 100%;
    resize: none;
    padding: 4px;
    border-color: #c4c4c4;
    border-radius: 2px; }

.order-summary__spinner-cont {
  padding: 20px 0 0;
  text-align: center; }

.order-summary__vendor-note-toggle:checked ~ .order-summary__vendor-note-container {
  height: 80px; }

@supports (position: sticky) {
  @media screen and (min-width: 900px) {
    .block--order {
      position: sticky;
      top: 10px; } } }
.facebox-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.facebox-container--is-active {
  pointer-events: initial; }

.coupon-conflicts {
  line-height: 22px;
  padding: 4px; }
  .coupon-conflicts input[type="radio"] {
    width: 22px; }

.coupon-conflicts__heading {
  font-size: 30px;
  margin-bottom: 16px; }

.coupon-conflicts__main-list {
  list-style: none;
  padding-top: 14px; }

.coupon-conflicts__single-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 14px; }

.coupon-conflicts__set-heading {
  font-size: 18px;
  margin: 0 6px 6px;
  line-height: 0.8; }

.coupon-conflicts__coupon-desc-list {
  margin-left: 40px;
  font-weight: lighter;
  font-size: 14px; }

.Consent {
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  .Consent .checkout__input-label {
    min-width: 100%; }

.Consent__pane {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.Consent__form-cont {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.28s ease-in-out; }

.Consent__form {
  margin: 0 1rem; }

.Consent__radio {
  display: none; }

.Consent__label {
  flex: 1 0 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 3rem;
  color: #fefefe;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer; }

.Consent__indicator {
  position: relative;
  padding: 0.5rem;
  margin-right: 0.5rem;
  background-color: #fefefe;
  border: 1px solid #e2e2e2;
  border-radius: 50%; }
  .Consent__indicator::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%; }

.Consent__actions {
  width: 360px;
  margin: 1rem auto 0; }

.Consent__label--over16 {
  background-color: #1595cc; }

.Consent__label--under16 {
  background-color: #092733; }

.Consent__radio:checked + .Consent__label > .Consent__indicator::after {
  background-color: #676a6c; }
.Consent__radio:checked ~ .Consent__form-cont {
  max-height: 475px; }

.agreement,
.Consent__content {
  display: none; }

.Consent__content {
  min-height: 160px;
  padding: 1rem; }
  .Consent__content * {
    margin-bottom: 0.5rem; }
  @media screen and (max-width: 899px) {
    .Consent__content {
      min-height: 140px; } }

.Consent__radio--over16:checked ~ .Consent__form-cont .agreement--over16 {
  display: inline-block; }
.Consent__radio--over16:checked ~ .Consent__form-cont .Consent__content--over16 {
  display: block; }

.Consent__radio--under16:checked ~ .Consent__form-cont .agreement--under16 {
  display: inline-block; }
.Consent__radio--under16:checked ~ .Consent__form-cont .Consent__content--under16 {
  display: block; }

.help-blurb {
  margin-bottom: 14px; }

.trust-blurbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 899px) {
    .trust-blurbs {
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; } }

.blurb {
  padding: 10px;
  min-height: 60px;
  border: 1px solid #aab3c3;
  border-radius: 2px;
  background-color: #d9e0ea;
  margin: 0 0 4px; }
  @media screen and (min-width: 900px) {
    .blurb {
      -ms-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      margin: 0 4px 0 0; }
      .blurb:last-child {
        margin-right: 0; } }

.blurb__heading {
  margin-bottom: 10px; }

.blurb__content {
  font-size: 14px; }

.trust-icons {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 20px; }
  .trust-icons h3 {
    text-align: left;
    font-size: 1em;
    color: #666666;
    padding-bottom: 6px; }
  @media screen and (min-width: 600px) {
    .trust-icons {
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row; } }

.trust-icons__icon {
  max-width: 70px;
  padding: 4px; }
  .trust-icons__icon a,
  .trust-icons__icon img {
    width: 100%; }

.trust-icons__we-accept {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  display: inline-block;
  width: 90%;
  padding: 10px 30px;
  margin: 10px 0; }
  @media screen and (min-width: 600px) {
    .trust-icons__we-accept {
      width: initial;
      border-top: none;
      border-bottom: none;
      border-left: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      padding: 0 7px 0 10px;
      margin: 0 10px; } }

.trust-icons__powered-by-cc {
  width: 90%;
  padding: 0 30px; }
  @media screen and (min-width: 600px) {
    .trust-icons__powered-by-cc {
      max-width: 300px;
      padding: 0; } }

.trust-icons__cc-wordmark {
  height: 46px;
  max-width: 100%; }

.message.visible + .block__content .checkout__step-confirm .checkout__spinner {
  display: none; }

.message {
  border: 1px solid;
  border-radius: 2px;
  padding: 14px;
  line-height: 1.2; }
  .message ul {
    list-style: none;
    padding-left: 0; }

.message--flash {
  height: auto;
  width: 100%;
  max-width: 1100px;
  margin: 10px auto 0;
  text-align: center;
  overflow-x: hidden; }

.message--special-instructions {
  text-align: center;
  margin-bottom: 10px; }

.message--preorder {
  margin-bottom: 10px; }

.message--disabled {
  text-align: center;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.message--margin-bottom {
  margin-bottom: 14px; }

.message--notice {
  border: 1px solid #1595cc;
  background-color: #b6e4f7; }

.message--warning {
  border: 1px solid #ce882c;
  background-color: #e3b77d; }

.message--error {
  border: 1px solid #e15151;
  background-color: #f0a8a8; }

.checkout-summary__message {
  font-size: 14px; }

.checkout-summary__controls {
  margin: 20px 0; }

.checkout-summary__survey {
  max-width: 500px;
  margin: 0 auto; }

.buy-order-mode .btn--update {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }
.buy-order-mode #buy_order .submit {
  margin: 15px 5px; }
.buy-order-mode #buy_order #payment_methods label {
  cursor: pointer; }
.buy-order-mode #buy_order #payment_methods .selector, .buy-order-mode #buy_order #payment_methods .label, .buy-order-mode #buy_order #payment_methods .subtotal {
  display: inline-block; }
.buy-order-mode #buy_order #payment_methods .selector {
  width: 30px; }
.buy-order-mode #buy_order #payment_methods .label {
  width: 100px; }
.buy-order-mode #buy_order #payment_methods .subtotal {
  text-align: right;
  width: 90px; }
.buy-order-mode #buy_order .method_row {
  margin-bottom: 0.5rem; }
.buy-order-mode #buy_order #info_verify {
  width: 100%; }
.buy-order-mode #buy_order p {
  margin-bottom: 0.75rem; }
.buy-order-mode #shipping_address ~ p {
  text-align: center;
  margin: 0; }
.buy-order-mode #shipping_address ~ input {
  background: #9ac636;
  border: 1px solid #9ac636;
  color: white; }
.buy-order-mode #buy_order_info {
  margin: 0 0.5rem; }
.buy-order-mode #buy_order_container .line-item__remove {
  min-width: 25px; }
.buy-order-mode .checkout_email h3 {
  float: left; }
.buy-order-mode .fieldWithErrors {
  border: 2px solid red; }
.buy-order-mode #checkout_subtitle {
  text-align: center;
  margin: 10px 0; }
.buy-order-mode span.translate:hover {
  border: solid 1px red;
  padding: -1px -1px;
  cursor: pointer; }
.buy-order-mode #buy_order_container form {
  clear: both; }
.buy-order-mode #update_quantity_form + div {
  margin-top: 0.25rem; }
.buy-order-mode #line_items {
  width: 100%; }
  .buy-order-mode #line_items td {
    text-align: center; }
  .buy-order-mode #line_items .category_name a {
    color: #fefefe; }
  .buy-order-mode #line_items tr:not(line-item) {
    background: #444444; }
  .buy-order-mode #line_items thead tr,
  .buy-order-mode #line_items tfoot tr {
    background: white; }
  .buy-order-mode #line_items .btns {
    text-align: right;
    font-weight: normal; }
  .buy-order-mode #line_items .odd {
    background-color: #fafafa; }
  .buy-order-mode #line_items .even {
    background-color: white; }
.buy-order-mode #buy_order_container .line-item {
  display: table-row; }
.buy-order-mode .cash_subtotal, .buy-order-mode .credit_subtotal {
  text-align: center; }
.buy-order-mode .cash_subtotal .cash_exp {
  font-size: 0.8em; }
.buy-order-mode .line_item .spacer {
  padding: 0;
  margin: 0;
  width: 1px; }
.buy-order-mode .per_item {
  font-size: 0.8em; }

[for="card_payment_amount"] {
  display: none; }


#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#facebox {
  position: initial;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 90vw;
}
@media screen and ( min-width: 900px ) {
  #facebox .body {
    width: 50vw;
    max-width: 500px;
  }
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  background: none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
