@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `border-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

form {
  margin-bottom: 16px; }

input,
textarea,
button,
select {
  font-size: 1em; }

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input,
textarea,
select,
fieldset {
  border-radius: 0;
  max-width: 60%; }
  input.input-full,
  textarea.input-full,
  select.input-full,
  fieldset.input-full {
    width: 100%; }

input,
select,
textarea {
  padding: 9px 12px;
  line-height: 1.42; }

fieldset {
  border: 1px solid #ccc;
  padding: 8px; }

legend {
  border: 0;
  padding: 0; }

optgroup {
  font-weight: bold; }

input {
  display: inline-block;
  width: auto; }

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

/*================ Input width and border ================*/
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 2.4em;
  background-color: transparent; }
  input[type="text"]:focus, input[type="text"]:hover,
  input[type="search"]:focus,
  input[type="search"]:hover,
  input[type="password"]:focus,
  input[type="password"]:hover,
  input[type="email"]:focus,
  input[type="email"]:hover,
  input[type="file"]:focus,
  input[type="file"]:hover,
  input[type="number"]:focus,
  input[type="number"]:hover,
  input[type="tel"]:focus,
  input[type="tel"]:hover,
  textarea:focus,
  textarea:hover,
  select:focus,
  select:hover {
    border: 1px solid measure-color(#eee, 15%); }
  input[type="text"][disabled], input[type="text"].disabled,
  input[type="search"][disabled],
  input[type="search"].disabled,
  input[type="password"][disabled],
  input[type="password"].disabled,
  input[type="email"][disabled],
  input[type="email"].disabled,
  input[type="file"][disabled],
  input[type="file"].disabled,
  input[type="number"][disabled],
  input[type="number"].disabled,
  input[type="tel"][disabled],
  input[type="tel"].disabled,
  textarea[disabled],
  textarea.disabled,
  select[disabled],
  select.disabled {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd; }

textarea {
  min-height: 100px; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("down-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 and below ================*/ }
  .ie9 select, .lt-ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Form labels ================*/
label,
legend,
.label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold; }
  label.inline,
  legend.inline,
  .label.inline {
    display: inline; }
  .form-horizontal label.hidden-label, label.hidden-label, .form-horizontal
  legend.hidden-label,
  legend.hidden-label, .form-horizontal
  .label.hidden-label,
  .label.hidden-label {
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden; }
    .ie9 .form-horizontal label.hidden-label, .lt-ie9 .form-horizontal label.hidden-label, .ie9 label.hidden-label, .lt-ie9 label.hidden-label, .ie9 .form-horizontal
    legend.hidden-label, .lt-ie9 .form-horizontal
    legend.hidden-label, .ie9
    legend.hidden-label, .lt-ie9
    legend.hidden-label, .ie9 .form-horizontal
    .label.hidden-label, .lt-ie9 .form-horizontal
    .label.hidden-label, .ie9
    .label.hidden-label, .lt-ie9
    .label.hidden-label {
      height: auto;
      margin-bottom: 2px;
      overflow: visible; }

/*================ We don't want the same label treatment for checkboxes/radios ================*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: normal; }

label[for] {
  cursor: pointer; }

.label-hint {
  color: #999; }

@font-face {
  font-family: 'fontello';
  src: url("fontello.eot");
  src: url("fontello.eot#iefix") format("embedded-opentype"), url("fontello.woff") format("woff"), url("fontello.ttf") format("truetype"), url("fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fontello.svg#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-account:before {
  content: '\e800'; }

/* '' */
.icon-cart:before {
  content: '\e801'; }

/* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick.eot");
  src: url("slick.eot?#iefix") format("embedded-opentype"), url("slick.woff") format("woff"), url("slick.ttf") format("truetype"), url("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: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .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: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 20px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: 0;
      font-size: 0;
      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; }

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
html {
  font-size: 62.5%; }

body {
  background: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  line-height: 1.5rem;
  color: #222;
  font-family: "Alegreya", serif; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.row:before, .container:before, .slider-back:before, .refurbishments-overview li:before, .search-results ol li:before, .product__price:before, .related-products:before, .product-photo-thumbs:before,
.row:after,
.container:after,
.home-collection:after,
.slider-back:after,
.refurbishments-overview li:after,
.search-results ol li:after,
.product__price:after,
.related-products:after,
.product-photo-thumbs:after {
  content: " ";
  display: table; }

.row:after, .container:after, .home-collection:after, .slider-back:after, .refurbishments-overview li:after, .search-results ol li:after, .product__price:after, .related-products:after, .product-photo-thumbs:after {
  clear: both; }

.row, .container, .home-collection:after, .slider-back, .refurbishments-overview li, .search-results ol li, .product__price, .related-products, .product-photo-thumbs {
  *zoom: 1; }

.container, .home-collection:after {
  margin: 0 auto;
  width: 90%; }

.hide, .hidden {
  display: none; }

.show {
  display: block; }

.slide, .banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top; }

.shadow {
  box-shadow: 0 1px 5px #ddd; }

.circular {
  border-radius: 50%; }

.decorated, .home-content__image img {
  border: 1px solid #A68023;
  padding: 4px; }

.button, input[type="submit"], .alternate-button, .outlined-button {
  background: #A68023;
  font-family: "Lato", sans-serif;
  padding: 12px 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  letter-spacing: 2px;
  font-weight: bold;
  border: 0;
  text-transform: uppercase; }
  .button:hover, input[type="submit"]:hover, .alternate-button:hover, .outlined-button:hover {
    background: #7c601a; }

.alternate-button {
  color: #c8ab36;
  background: #F4EED6; }
  .alternate-button:hover, .alternate-button :active {
    background: #e9ddae; }

.outlined-button {
  background: none;
  border: 2px solid #A68023;
  font-family: "Lato", sans-serif;
  color: #A68023; }
  .outlined-button:hover {
    background: #A68023;
    color: #fff; }

.disabled-button {
  background: #bbb;
  color: #333; }
  .disabled-button:hover, .disabled-button :active {
    background: #bbb; }

.smaller-button {
  padding: 6px 10px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 10px;
  /* 9 */
  font-size: 1rem;
  /* 9 */ }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

.text, .textarea, .submit {
  border: 1px solid #ddd;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  padding: 10px;
  /* 9 */
  padding: 1rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 8px;
  /* 9 */
  margin-bottom: 0.8rem;
  /* 9 */ }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Alegreya", serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

.underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid #F4EED6;
  margin-bottom: 10px; }

p, ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  margin-bottom: 24px;
  /* 9 */
  margin-bottom: 2.4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 24px;
  /* 9 */
  line-height: 2.4rem;
  /* 9 */ }

a {
  color: #A68023; }

img {
  max-width: 100%;
  height: auto; }

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #ddd;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  /* 4 */
  /* 5 */
  margin: 40px 0;
  /* 9 */
  margin: 4rem 0;
  /* 9 */ }

.centered-content {
  width: 70%;
  margin: 0 auto;
  text-align: center; }

.centered-column {
  margin-left: auto;
  margin-right: auto;
  float: none; }

@media (min-width: 748px) {
  .container, .home-collection:after {
    width: 748px; }

  .column {
    float: left;
    padding-left: 1rem;
    padding-right: 1rem; }

  .column.full {
    width: 100%; }

  .column.two-thirds {
    width: 66.7%; }

  .column.half {
    width: 50%; }

  .column.third {
    width: 33.3%; }

  .column.fourth {
    width: 25%; }
    .column.fourth:nth-of-type(4n+5) {
      clear: left; }

  .column.flow-opposite {
    float: right; }

  .column.three-fourths {
    width: 75%; }

  .centered-content {
    width: 75%;
    margin: 0 auto; }

  .centered-column {
    margin-left: auto;
    margin-right: auto;
    float: none; } }
@media (min-width: 1120px) {
  .container, .home-collection:after {
    width: 1120px; } }
h1 {
  margin-bottom: 20px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 36px;
  /* 9 */
  font-size: 3.6rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 44px;
  /* 9 */
  line-height: 4.4rem;
  /* 9 */ }

h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 50px;
  /* 9 */
  line-height: 5rem;
  /* 9 */ }
  h2 em {
    color: #A68023;
    font-style: italic; }

p, ul, ol {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 16px;
  /* 9 */
  font-size: 1.6rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 28px;
  /* 9 */
  line-height: 2.8rem;
  /* 9 */ }

.rte h1 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 40px;
  /* 9 */
  font-size: 4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 50px;
  /* 9 */
  line-height: 5rem;
  /* 9 */
  margin-bottom: 60px; }
.rte h2 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 2.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 30px;
  /* 9 */
  line-height: 3rem;
  /* 9 */
  color: #A68023;
  text-transform: uppercase; }
.rte h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 20px;
  /* 9 */
  font-size: 2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 28px;
  /* 9 */
  line-height: 2.8rem;
  /* 9 */
  font-family: "Lato", sans-serif; }
.rte p, .rte ul, .rte ol {
  margin-bottom: 20px; }
.rte ul {
  list-style: disc;
  margin-left: 1.8rem; }

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

.subtext, .home-content__image h3 {
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 24px;
  /* 9 */
  font-size: 2.4rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 32px;
  /* 9 */
  line-height: 3.2rem;
  /* 9 */
  font-style: italic;
  color: #A68023; }

iframe {
  max-width: 100%; }

.top {
  background: #15274e url("top.png") center top repeat-y;
  height: 26px;
  border-bottom: 5px solid #A68023; }

.logo-container {
  width: 100% !important; }

@media (min-width: 1120px) {
  .logo-container {
    width: 33.3% !important; } }
.logo {
  text-align: center;
  padding-top: 30px; }
  @media (max-width: 1120px) {
    .logo {
      margin-bottom: 26px; } }

.search-container, .customer-container {
  padding-top: 20px; }
  @media (min-width: 748px) {
    .search-container, .customer-container {
      padding-top: 80px; } }

.search-container {
  display: none; }

@media (min-width: 748px) {
  .customer-container {
    padding-top: 104px; } }

.search-form {
  width: 60%;
  display: none; }
  .search-form .search-field, .search-form .search-submit {
    display: inline-block; }
  .search-form .search-field {
    width: 80px;
    margin: 0;
    border-radius: 4px 0 0 4px;
    line-height: 1.5em;
    flex: 1;
    background: #F4EED6;
    border: none;
    color: #A68023;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    outline: 0;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */ }
  .search-form .search-submit {
    width: 60px;
    padding: 12px;
    border-radius: 0px 4px 4px 0;
    line-height: 1.5em;
    text-indent: -9999px;
    background: #F4EED6 url("search.svg") center center no-repeat; }
    .search-form .search-submit:hover {
      background: #efe6c2 url("search.svg") center center no-repeat; }

@media (min-width: 1120px) {
  .search-container {
    display: block; }

  .search-form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex; }

  .no-flexbox .search-form {
    display: table-cell; }
    .no-flexbox .search-form input:first-of-type {
      width: 50%;
      height: 42px; } }
.customer-container {
  width: auto;
  text-align: center;
  margin-bottom: 20px;
  display: none; }
  @media (min-width: 1120px) {
    .customer-container {
      display: block;
      text-align: left;
      margin-bottom: 0;
      float: right; } }
  .customer-container a {
    text-decoration: none; }
  .customer-container .icon {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 26px;
    /* 9 */
    line-height: 2.6rem;
    /* 9 */ }

.cart-link, .customer-links {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  margin-left: 10px; }

.nav-container hr {
  margin: 20px 0 25px; }

.nav-container {
  display: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 4px; }

@media (min-width: 1120px) {
  .nav-container {
    display: block; } }
.main-nav {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 1px; }
  .main-nav li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    padding-bottom: 25px; }
  .main-nav li.dropdown:hover ul {
    display: block; }
  .main-nav ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1000;
    background: #fff;
    padding: 10px 0;
    box-shadow: 3px 3px 8px #666;
    display: none; }
    .main-nav ul:before {
      position: absolute;
      top: 0;
      left: 50%;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 10px 8px;
      border-color: transparent transparent #ccc transparent;
      margin-left: -15px;
      margin-top: -11px; }
    .main-nav ul:after {
      position: absolute;
      top: 0;
      left: 50%;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 10px 8px;
      border-color: transparent transparent #fff transparent;
      margin-left: -15px;
      margin-top: -10px; }
    .main-nav ul li {
      margin: 0;
      text-transform: none;
      /* 3 */
      /* 3 */
      /* 4 */
      /* 6 */
      /* 6 */
      /* 7 */
      font-size: 14px;
      /* 9 */
      font-size: 1.4rem;
      /* 9 */
      text-align: center;
      display: block; }
      .main-nav ul li a {
        padding: 10px 20px;
        display: block; }
        .main-nav ul li a:hover {
          background: #A68023;
          color: #fff;
          width: 100%; }
  .main-nav a {
    text-decoration: none;
    color: #555; }
    .main-nav a:hover {
      color: #A68023; }
  .main-nav i.fa {
    font-size: 20px;
    margin-left: 5px;
    display: inline-block;
    line-height: 12px; }

.secondary-nav {
  float: right;
  list-style: none;
  margin: 0;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase; }
  .secondary-nav li {
    display: inline-block;
    margin-left: 20px; }
  .secondary-nav a {
    color: #222;
    text-decoration: none; }
    .secondary-nav a:hover {
      color: #A68023; }

.mobile-navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(19, 35, 73, 0.9);
  z-index: 2000;
  display: none; }
  .mobile-navigation ul {
    font-family: "Lato", sans-serif;
    margin-top: 48px; }
    .mobile-navigation ul li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-navigation ul li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .mobile-navigation ul li a {
        display: block;
        padding: 16px;
        text-decoration: none;
        color: #fff; }
        .mobile-navigation ul li a:hover {
          background: rgba(255, 255, 255, 0.2); }

.mobile-navigation__close {
  text-decoration: none;
  position: absolute;
  top: 16px;
  right: 20px; }

.mobile-navigation__trigger {
  position: absolute;
  top: 42px;
  right: 20px; }
  @media (min-width: 1120px) {
    .mobile-navigation__trigger {
      display: none; } }

.home-collection h2 {
  margin-bottom: 15px; }
.home-collection p {
  width: 100%;
  margin: 0 auto;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 18px;
  /* 9 */
  font-size: 1.8rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 26px;
  /* 9 */
  line-height: 2.6rem;
  /* 9 */ }
  @media (min-width: 748px) {
    .home-collection p {
      width: 60%; } }
.home-collection:after {
  padding: 0 1.6rem;
  margin-top: 70px;
  border-top: 1px solid #ddd;
  padding-bottom: 70px; }

.home-content {
  padding-bottom: 80px; }

.home-content__intro {
  text-align: center;
  margin-bottom: 80px; }
  .home-content__intro h2:before {
    content: url("heading-icon.png");
    display: block; }
  .home-content__intro h2:after {
    content: "";
    width: 80px;
    border-top: 1px solid #ddd;
    margin: 20px auto;
    display: block;
    position: relative; }

@media (min-width: 1120px) {
  .home-content__image {
    min-height: 489px;
    position: relative;
    padding-top: 180px;
    color: #fff; } }
.home-content__image img {
  margin-bottom: 30px; }
  @media (min-width: 1120px) {
    .home-content__image img {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0; } }
.home-content__image h3 {
  margin-bottom: 20px; }
  @media (min-width: 1120px) {
    .home-content__image h3 {
      color: #fff; } }

.featured-handbells {
  padding-top: 15px; }

.featured-intro {
  margin-bottom: 60px; }

.slider-back {
  position: relative; }
  .slider-back:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 74px;
    background: url("slider_bottom.png") center bottom no-repeat;
    z-index: 1000; }

.slide {
  padding: 100px 0 150px;
  background-position: center bottom; }

.slide__content {
  background: rgba(65, 36, 12, 0.5);
  padding: 40px 0;
  color: #fff; }
  .slide__content h1 {
    font-size: 6.0rem;
    line-height: 7.2rem; }
  .slide__content p {
    width: 80%;
    font-size: 1.8rem;
    margin: 0 auto 20px auto; }

.slider__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1001; }
  .slider__nav ul {
    text-align: center; }
    .slider__nav ul li {
      display: inline-block;
      margin: 0 4px;
      line-height: 2.4rem; }
      .slider__nav ul li a {
        text-decoration: none;
        display: block;
        background: url("slide-arrows.png");
        width: 25px;
        height: 30px;
        text-align: center;
        color: #fff; }
        .slider__nav ul li a.active {
          background-position: 0 -30px;
          color: #A68023; }

.product-column {
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0 0 60px 0; }

.prod-image-wrap {
  margin-bottom: 20px; }

.prod-caption {
  color: #222;
  font-family: "Lato", sans-serif; }

.prod-price {
  display: block;
  padding-top: 10px;
  color: #A68023; }
  .prod-price:before {
    content: "";
    width: 80px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    margin-bottom: 10px;
    display: block; }

.prefooter {
  padding: 50px 0;
  background: #F4EED6;
  position: relative;
  clear: both; }
  .prefooter:before {
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 5%;
    width: 400px;
    content: ""; }
    @media (min-width: 1020px) {
      .prefooter:before {
        background: url("footer-chime.png") right top no-repeat; } }
  .prefooter p {
    font-style: italic;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 24px;
    /* 9 */
    font-size: 2.4rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 32px;
    /* 9 */
    line-height: 3.2rem;
    /* 9 */
    font-style: italic;
    color: #A68023; }

.footer {
  background: #333;
  border-top: 3px solid #A68023;
  padding: 50px 0;
  color: #b4b4b4;
  font-family: "Lato", sans-serif; }
  .footer h3 {
    font-weight: bold;
    margin-bottom: 20px; }
  .footer p, .footer ul, .footer ol {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 14px;
    /* 9 */
    font-size: 1.4rem;
    /* 9 */ }
  .footer a {
    color: #b4b4b4;
    text-decoration: none; }
    .footer a:hover {
      color: #A68023; }

@media (min-width: 1120px) {
  .footer-logo {
    text-align: right; } }
.footer-logo img {
  margin-bottom: 20px; }

.sn li {
  display: inline-block;
  margin: 0 5px; }
  .sn li:first-child {
    margin-left: 0; }
.sn a {
  color: #A68023; }
  .sn a:hover {
    color: #d0a02c; }

.copyright {
  font-size: 1.2rem;
  color: #777; }

.breadcrumb {
  padding-top: 20px;
  color: #999; }
  .breadcrumb a {
    text-decoration: none; }

.page {
  padding: 50px 0; }

.banner {
  min-height: 305px; }

.refurbishments-overview li {
  clear: left;
  margin-bottom: 40px; }
.refurbishments-overview ol p {
  padding-left: 104px; }

.refurbishments-overview ol li span {
  float: left;
  margin-right: 40px;
  font-size: 36px;
  border: 2px solid #A68023;
  color: #A68023;
  border-radius: 50%;
  display: block;
  width: 64px;
  text-align: center;
  line-height: 60px;
  vertical-align: middle; }

.refurbishment-cta {
  border-width: 1px 0;
  border-color: #ddd;
  border-style: solid;
  padding: 30px 0 36px; }
  .refurbishment-cta h2, .refurbishment-cta .button, .refurbishment-cta input[type="submit"], .refurbishment-cta .alternate-button, .refurbishment-cta .outlined-button {
    display: inline-block; }
  .refurbishment-cta h2 {
    margin-right: 20px;
    line-height: 1em; }
    .refurbishment-cta h2:before {
      display: inline-block;
      content: url("logo-icon.svg");
      margin-right: 10px;
      position: relative;
      top: 10px; }
  .refurbishment-cta .button, .refurbishment-cta input[type="submit"], .refurbishment-cta .alternate-button, .refurbishment-cta .outlined-button {
    position: relative;
    top: -8px; }

.search-page-container {
  width: 300px; }

.search-results {
  padding-bottom: 60px; }
  .search-results ol li {
    clear: left;
    margin-bottom: 20px; }
  .search-results ol .result-image {
    float: left;
    margin-right: 20px; }

.product__price {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #ddd;
  padding: 15px 0;
  margin-bottom: 20px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  vertical-align: middle;
  line-height: 2.0rem; }
  .product__price span {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 20px;
    /* 9 */
    font-size: 2rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 28px;
    /* 9 */
    line-height: 2.8rem;
    /* 9 */
    color: #A68023;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 10px;
    line-height: 2.0rem;
    vertical-align: middle; }

.js .selector-wrapper label {
  display: none; }

.related-products {
  clear: both; }

.related-products-heading {
  margin: 30px auto 30px auto;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 16px;
  position: relative;
  z-index: 1;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 14px;
  /* 9 */
  font-size: 1.4rem;
  /* 9 */
  color: #A68023; }
  .related-products-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    z-index: -1; }
  .related-products-heading:after {
    content: "";
    z-index: -1;
    width: 240px;
    margin-left: -120px;
    background: #F4EED6;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%; }

@media (min-width: 748px) {
  .product-photos {
    padding-right: 50px; } }

.product-photo-thumbs {
  margin-bottom: 50px; }

.product-photo-thumb {
  width: 20%;
  height: auto;
  float: left;
  padding: 10px 10px 0 0; }

.sku {
  margin-bottom: 20px; }

.add-to-cart {
  cursor: pointer; }
  .add-to-cart:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f07a";
    margin-right: 5px; }

.cart h1 {
  margin-bottom: 50px; }

.cart table {
  width: 100%; }
  .cart table tr {
    border-bottom: 1px solid #ddd; }
  .cart table th {
    padding: 16px 18px; }
  .cart table td {
    padding: 24px 18px; }
  .cart table h2 {
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 18px;
    /* 9 */
    font-size: 1.8rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 26px;
    /* 9 */
    line-height: 2.6rem;
    /* 9 */
    color: #222;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px; }
  .cart table thead {
    border-width: 1px 0;
    border-color: #ddd;
    border-style: solid;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 12px;
    /* 9 */
    font-size: 1.2rem;
    /* 9 */
    text-transform: uppercase;
    color: #999;
    font-family: "Lato", sans-serif;
    font-weight: 300; }
  .cart table input[type="number"] {
    margin: 0;
    width: 100px; }

.checkout-button {
  margin-bottom: 20px; }

.cart-options {
  width: auto;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 12px;
  /* 9 */
  font-size: 1.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 18px;
  /* 9 */
  line-height: 1.8rem;
  /* 9 */ }
  .cart-options strong {
    font-weight: 600; }

.continue-shopping {
  padding: 8px 12px;
  margin-right: 10px; }

.update-cart {
  margin-bottom: 30px;
  margin-left: 20px;
  background: none;
  border: 0;
  text-decoration: underline;
  color: #A68023; }

.cart-total, .cart-notes {
  padding-top: 30px; }

.cart-total h3 {
  margin-bottom: 30px;
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  font-size: 22px;
  /* 9 */
  font-size: 2.2rem;
  /* 9 */
  /* 3 */
  /* 3 */
  /* 4 */
  /* 6 */
  /* 6 */
  /* 7 */
  line-height: 30px;
  /* 9 */
  line-height: 3rem;
  /* 9 */
  text-transform: uppercase;
  font-family: "Lato", sans-serif; }
  .cart-total h3 em {
    font-style: normal;
    font-weight: 600; }

.right-aligned {
  text-align: right; }
  @media (max-width: 748px) {
    .right-aligned {
      text-align: center; } }

.contact-intro {
  text-align: center !important; }
  .contact-intro ul {
    margin-top: 50px;
    margin-bottom: 80px; }
  @media (min-width: 748px) {
    .contact-intro ul {
      width: 50%;
      float: left; } }
  .contact-intro h3 {
    font-family: "Lato", sans-serif;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 16px;
    /* 9 */
    font-size: 1.6rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 24px;
    /* 9 */
    line-height: 2.4rem;
    /* 9 */
    font-weight: bold; }

.contact-form {
  font-family: "Lato", sans-serif; }
  .contact-form h2 {
    margin-bottom: 30px;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 22px;
    /* 9 */
    font-size: 2.2rem;
    /* 9 */
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    line-height: 30px;
    /* 9 */
    line-height: 3rem;
    /* 9 */
    color: #A68023;
    text-transform: uppercase;
    text-align: center; }
  .contact-form h3 {
    margin-bottom: 15px;
    color: #A68023; }
  .contact-form label {
    display: none; }
  .contact-form input[type="submit"] {
    margin: 20px auto 0 auto;
    text-align: center;
    display: inline-block; }
  .contact-form .centered {
    text-align: center; }

.bells {
  display: none; }

.form-success {
  background-color: #BDFF8E;
  padding: 30px;
  border: 1px solid #94ff37; }

.account-header {
  margin-bottom: 50px; }

.standard {
  background: #F4EED6;
  margin-bottom: 40px;
  width: 100%; }
  .standard thead {
    background: #e9ddae; }
