/* normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 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,
menu,
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-color: 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: content-box;
  box-sizing: content-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 `content-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: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-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;
}
/* ************************************
 * Website scaffolding
 **************************************/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: #0f0505;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #ae684d;
}
a:hover,
a:focus {
  color: #cfa392;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.cf:before,
.cf:after,
.content:before,
.content:after,
.row:before,
.row:after,
.buttons:before,
.buttons:after,
.media:before,
.media:after,
.cw-totals:before,
.cw-totals:after,
.product-list .cta:before,
.product-list .cta:after,
#product .cta-wrap:before,
#product .cta-wrap:after,
#product .cta:before,
#product .cta:after,
.s-table ul:before,
.s-table ul:after,
.s-table li:before,
.s-table li:after,
.sc-quantity:before,
.sc-quantity:after {
  content: " ";
  display: table;
}
.cf:after,
.content:after,
.row:after,
.buttons:after,
.media:after,
.cw-totals:after,
.product-list .cta:after,
#product .cta-wrap:after,
#product .cta:after,
.s-table ul:after,
.s-table li:after,
.sc-quantity:after {
  clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only--focusable:active,
.sr-only--focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: 'pt_serif_regular';
  src: url('../../../assets/fonts/PTF55F-webfont.eot');
  src: url('../../../assets/fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'), url('../../../assets/fonts/PTF55F-webfont.woff') format('woff'), url('../../../assets/fonts/PTF55F-webfont.ttf') format('truetype'), url('../../../assets/fonts/PTF55F-webfont.svg#pt_serifregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sans_regular';
  src: url('../../../assets/fonts/PTS55F-webfont.eot');
  src: url('../../../assets/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'), url('../../../assets/fonts/PTS55F-webfont.woff') format('woff'), url('../../../assets/fonts/PTS55F-webfont.ttf') format('truetype'), url('../../../assets/fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ************************************
 * Basic typography styling
 **************************************/
.styled-text,
.lede,
.nav,
.thumbnail,
.opening-hours,
.contact-info__desc,
.rte blockquote,
.cart-widget {
  font-family: 'pt_sans_regular', sans-serif;
}
.fancy-text,
h1,
h2,
h3,
h4,
h5,
h6,
.lede,
.nav,
.thumbnail,
.contact-info__desc,
.rte blockquote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: “liga” on;
}
.legible-type,
h1,
h2,
h3,
h4,
h5,
h6,
.lede,
.nav,
.thumbnail,
.opening-hours,
.contact-info__desc,
.rte blockquote,
.cart-widget {
  text-rendering: optimizeLegibility;
}
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'pt_serif_regular', serif;
  line-height: 1.1;
  color: #251c12;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: normal;
  line-height: 1;
}
h1,
h2,
h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.hed {
  font-size: 1.75rem;
}
h2,
.subhed {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4,
.lede,
.billboard {
  font-size: 1rem;
}
p {
  margin: 0 0 0.75rem;
}
.lede {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
small,
.small {
  font-size: 0.75rem;
}
@media screen and (min-width: 45em) {
  body {
    font-size: 1rem;
  }
  h1,
  .hed {
    font-size: 2.25rem;
  }
  h2,
  .subhed {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4,
  .lede,
  .billboard {
    font-size: 1.125rem;
  }
  small,
  .small {
    font-size: 0.875rem;
  }
}
.text-right {
  text-align: right;
}
.text-center,
.brand,
.contact-info,
.rte blockquote {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
/* ************************************
 * Text decoration
 **************************************/
.page-title {
  margin: 0;
  padding: 0.75rem 6.625rem 2.25rem 0;
  font-size: 1.75rem;
  line-height: 1.3;
  background: transparent url('../../../assets/img/seal.png') no-repeat right top;
  background-size: 106px 79px;
}
@media screen and (min-width: 38.75rem) {
  .page-title {
    padding: 1.5rem 9.9375rem 1.5rem 0;
  }
}
@media screen and (min-width: 45em) {
  .page-title {
    padding: 2.25rem 9.9375rem 2.25rem 0;
  }
}
@media screen and (min-width: 57.5em) {
  .page-title {
    padding: 3rem 0;
    text-align: center;
    font-size: 2.25rem;
    background-size: 159px 118px;
  }
  .page-title span {
    max-width: 45rem;
    display: inline-block;
  }
}
.flourish {
  background: transparent url('../../../assets/img/footer-divider.png') no-repeat center center;
}
.flourish span {
  background: #ffffff;
  padding: 0 1.5rem;
}
.text-contrast {
  color: #fff;
}
.underlined {
  padding-bottom: 0.75rem;
}
.footer .underlined {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 57.5em) {
  .page-title {
    padding: 3rem 11rem;
  }
}
/* ************************************
 * Main Layout Styles
 **************************************/
.container {
  position: relative;
  padding: 3.75rem 0 0;
  margin: 0 auto;
}
.header,
.content,
.footer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.header {
  position: relative;
}
.content {
  padding-bottom: 1.5rem;
}
.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.brand {
  margin: 0;
}
.section + .section {
  margin-top: 1.5rem;
}
.section-head {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.lets-socialise,
.contact-info,
.newsletter-sign-up {
  padding: 0 0.75rem;
}
.info-section + .info-section {
  margin-top: 1.5rem;
}
.contact-info .icon {
  margin: -2px 4px 0 0;
}
.contact-info img {
  margin-bottom: 1.5rem;
}
.contact-info__desc {
  margin-bottom: 1.5rem;
}
.contact-info__address,
.contact-info__tel {
  margin-bottom: 0;
}
.contact-info__address + .contact-info__tel {
  margin-top: 0.25rem;
}
@media screen and (min-width: 33.75em) {
  .header,
  .content,
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 57.5em) {
  .lets-socialise,
  .contact-info,
  .newsletter-sign-up {
    padding: 0 1.5rem;
  }
  .info-section--contact {
    position: absolute;
    float: none;
    padding-left: 0 !important;
    left: 33.33333333%;
  }
}
@media screen and (min-width: 75em) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .footer {
    margin-left: -16px;
    margin-right: -13px;
  }
}
@media screen and (min-width: 77.5em) {
  .container {
    max-width: 76.5rem;
  }
}
/* ************************************
 * Responsive Grid
 **************************************/
.row {
  margin-left: -0.75rem;
}
[class*="one-"] {
  overflow: hidden;
}
[class*="one-h"],
[class*="one-q"],
[class*="one-t"] {
  float: left;
  padding-left: 0.75rem;
}
.one-palm {
  width: 100%;
}
.one-half-palm {
  width: 50%;
}
@media screen and (min-width: 33.75em) {
  .row {
    margin-left: -1.5rem;
  }
  [class*="one-h"],
  [class*="one-q"],
  [class*="one-t"] {
    padding-left: 1.5rem;
  }
  .one-phab {
    width: 100%;
  }
  .one-third-phab {
    width: 33.33333333%;
  }
  .one-half-phab {
    width: 50%;
  }
}
@media screen and (min-width: 45em) {
  .one-tab {
    width: 100%;
  }
  .one-half-tab {
    width: 50%;
  }
  .one-third-tab {
    width: 33.33333333%;
  }
  .one-quart-tab {
    width: 25%;
  }
}
@media screen and (min-width: 57.5em) {
  .one-desk {
    width: 100%;
  }
  .one-half-desk {
    width: 50%;
  }
  .one-third-desk {
    width: 33.33333333%;
  }
  .one-quart-desk {
    width: 25%;
  }
  .one-sixth-desk {
    width: 16.66666667%;
  }
  .one-eighth-desk {
    width: 12.5%;
  }
}
/* ************************************
 * List styling
 **************************************/
ul.list--unstyled,
ul.pagination {
  list-style: none;
  padding-left: 0;
}
.list--inline dd,
.list--inline dt,
.list--inline li,
.pagination dd,
.pagination dt,
.pagination li {
  display: inline-block;
}
.dl--block dt {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.dl--block dd {
  margin-left: 0;
}
.dl--block dd + dt {
  margin-top: 1.5rem;
}
/* ************************************
 * Form Styling
 **************************************/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
fieldset + .btn {
  margin-top: 0.75rem;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: inherit;
  border: 0;
}
label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.form-element + .form-element {
  margin-top: 0.5rem;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.375rem;
  padding: 0.5rem 0.375rem;
  color: #0f0505;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d8d5d0;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer .form-control {
  border-color: transparent;
}
.form-control::-moz-placeholder {
  color: #5c1f1f;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #5c1f1f;
}
.form-control::-webkit-input-placeholder {
  color: #5c1f1f;
}
.form-control:focus {
  border-color: #ae684d;
  outline: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #efeeec;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
span.required {
  color: #ff3939;
}
.required label:after {
  content: "*";
  color: #ff3939;
  display: inline-block;
  margin-left: 3px;
}
@media screen and (min-width: 45em) {
  .form-control {
    font-size: 1rem;
  }
}
/* ************************************
 * Iconnssss
 **************************************/
.icon {
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon--18 {
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
}
.icon--24 {
  background-size: 20px 20px;
  width: 24px;
  height: 24px;
}
.icon--time {
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
  background-image: url('../../../assets/img/schedule_24px.svg');
}
.icon--place {
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
  background-image: url('../../../assets/img/place_24px.svg');
}
.icon--place--contrast {
  background-image: url('../../../assets/img/place_contrast_24px.svg');
}
.icon--phone {
  background-size: 16px 16px;
  width: 18px;
  height: 18px;
  background-image: url('../../../assets/img/phone_24px.svg');
}
.icon--phone--contrast {
  background-image: url('../../../assets/img/phone_contrast_24px.svg');
}
.icon--more {
  background: transparent url('../../../assets/img/expand_more_24px.svg') center center no-repeat;
  background-size: 24px 24px;
}
.icon--paginate-prev {
  background: transparent url('../../../assets/img/chevron_left_24px.svg') center center no-repeat;
}
.icon--paginate-next {
  background: transparent url('../../../assets/img/chevron_right_24px.svg') center center no-repeat;
}
.icon--paginate-prev,
.icon--paginate-next,
.icon--prev--contrast,
.icon--next--contrast {
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.icon--prev--contrast {
  background: transparent url('../../../assets/img/chevron_left_contrast_24px.svg') center center no-repeat;
}
.icon--next--contrast {
  background: transparent url('../../../assets/img/chevron_right_contrast_24px.svg') center center no-repeat;
}
.icon--loading {
  background: transparent url('../../../assets/img/circle_outline.svg') center center no-repeat;
  background-size: 64px 64px;
  width: 64px;
  height: 64px;
}
.icon--cart {
  background-size: 20px 20px;
  width: 24px;
  height: 24px;
  background: url('../../../assets/img/cart_contrast_24px.svg') center center no-repeat;
}
.icon--remove {
  background-size: 20px 20px;
  width: 24px;
  height: 24px;
  background: url('../../../assets/img/close_contrast_24px.svg') center center no-repeat;
}
.icon--refresh {
  background-size: 20px 20px;
  width: 24px;
  height: 24px;
  background: url('../../../assets/img/refresh_contrast_24px.svg') center center no-repeat;
}
/* ************************************
 * Butttonnns
 **************************************/
[role="button"] {
  cursor: pointer;
}
.btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.625rem 0.75rem;
  border-radius: 0.125rem;
  text-decoration: none;
}
button.btn {
  overflow: visible;
}
button.btn,
html input[type="button"].btn,
input[type="reset"].btn,
input[type="submit"].btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  border-radius: 0.125rem;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn:active {
  outline: 0;
}
.btn--hamburger {
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 4px;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent url('../../../assets/img/menu_contrast_24px.svg') center center no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
}
.btn--close {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent url('../../../assets/img/close_24px.svg') center center no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 2;
}
.btn--close--gallery {
  top: 20px;
  right: 20px;
  z-index: 1050;
}
.btn--lb-left,
.btn--lb-right {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 50%;
  margin-top: -1.5rem;
  display: none;
  z-index: 1060;
  border-radius: 50% !important;
  background: #ae684d;
  opacity: 0.7;
}
.btn--lb-left:hover,
.btn--lb-right:hover,
.btn--lb-left:focus,
.btn--lb-right:focus {
  background: #8b533d;
}
.btn--lb-left {
  left: 0;
}
.btn--lb-right {
  right: 0;
}
.btn--default {
  color: #0f0505;
  background-color: #c0bcb5;
}
.btn--default:hover,
.btn--default:focus {
  background-color: #efeeec;
}
.btn--primary {
  color: #fff;
  background-color: #737b62;
}
.btn--primary:hover,
.btn--primary:focus {
  background-color: #585f4b;
}
.btn--cta {
  color: #fff;
  background-color: #737b62;
}
.btn--cta:hover,
.btn--cta:focus {
  color: #fff;
  background-color: #585f4b;
}
.btn--alert {
  color: #fff;
  background-color: #ae684d;
}
.btn--alert:hover,
.btn--alert:focus {
  background-color: #8b533d;
}
.btn--action {
  color: #fff!important;
  background-color: #709ea2;
}
.btn--action:hover,
.btn--action:focus {
  background-color: #588387;
}
.btn--neutral {
  background-color: #efeeec;
}
.btn--neutral:hover,
.btn--neutral:focus {
  background-color: #d8d5d0;
}
.buttons {
  clear: both;
  padding: 12px 0;
}
.buttons .btn--action {
  float: left;
}
.buttons .btn--cta {
  float: right;
}
@media only screen and (min-width: 45em) {
  .btn--lb-left {
    left: 5%;
  }
  .btn--lb-right {
    right: 5%;
  }
}
@media screen and (min-width: 57.5em) {
  .btn--hamburger {
    display: none;
  }
}
/* ************************************
 * For styling '<hr/>' elements
 **************************************/
.rule {
  color: #0f0505;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 1.4375rem;
}
.rule--dotted {
  border-bottom-style: dotted;
}
.rule--dashed {
  border-bottom-style: dashed;
}
/* ************************************
 * Navigation
 * Sidebar until ~920px
 **************************************/
.nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 240px;
  overflow: hidden;
  background: #fff;
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  transition: transform 0.2s ease-out;
  z-index: 1030;
}
.nav__list {
  font-size: 1rem;
  margin: 48px 0 0;
  border-top: 1px solid #efeeec;
  border-bottom: 1px solid #efeeec;
}
.nav__list,
.nav__list--sub {
  padding: 0;
  list-style: none;
}
.nav__list--sub .nav__item + .nav__item,
.nav__list--sub .nav__item:first-child {
  border-top: 1px solid #c0bcb5;
}
.nav__list--sub .nav__item > a {
  padding-left: 1.5rem;
  background-color: #efeeec;
}
.nav__list--sub .nav__item > a:hover,
.nav__list--sub .nav__item > a:focus,
.nav__list--sub .nav__item > a:active {
  background-color: #d8d5d0;
}
.nav__item {
  line-height: 1.2;
  position: relative;
}
.nav__item > a {
  display: block;
  padding: 0.75rem;
  color: #251c12;
  text-decoration: none;
  outline: none;
}
.nav__item > a:hover,
.nav__item > a:focus,
.nav__item > a:active {
  background-color: #efeeec;
  color: #0f0505;
}
.nav__item.active > a {
  color: #ae684d;
}
.nav__item + .nav__item {
  border-top: 1px solid #efeeec;
}
.nav-drawer-is-showing {
  overflow: hidden;
}
.nav-drawer-is-showing .nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
}
@media screen and (min-width: 57.5em) {
  .nav {
    position: static;
    width: 100%;
    padding: 0 0 1.8rem 0;
    background: transparent;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    overflow: visible;
  }
  .nav .expandable__toggle .icon,
  .nav .btn--close {
    display: none;
  }
  .nav__list {
    margin: 1.5rem 0 0;
    border-top: none;
    border-bottom: none;
  }
  .nav__list--sub {
    display: none;
    width: 15rem;
    position: absolute;
    top: 2rem;
    left: 0;
    text-align: left;
    background: #efeeec;
    z-index: 1040;
  }
  .nav__item {
    line-height: 1;
    display: inline-block;
  }
  .nav__item > a {
    padding: 0.5rem 0.5rem;
  }
  .nav__item:hover > a {
    background-color: #efeeec;
  }
  .nav__item:hover .nav__list--sub {
    display: block;
  }
  .nav__item + .nav__item {
    border-top: none;
  }
  .nav__list--sub .nav__item {
    display: block;
  }
  .nav__list--sub .nav__item > a {
    padding: 0.75rem;
  }
  .nav__list--sub .nav__item > a:hover,
  .nav__list--sub .nav__item > a:focus,
  .nav__list--sub .nav__item > a:active {
    background-color: #d8d5d0;
  }
  .nav__list--sub .nav__item:first-child {
    border-top: none;
  }
  .nav__list--sub .nav__item + .nav__item {
    border-top: 1px solid #c0bcb5;
  }
}
@media screen and (min-width: 77.5em) {
  .nav__list {
    font-size: 1.125rem;
  }
  .nav__list--sub {
    font-size: 1rem;
  }
  .nav__item > a {
    padding: 0.5rem 0.75rem;
  }
}
/* ************************************
 * Your classic media object
 **************************************/
.media {
  display: block;
}
.media__object img,
.media__object--rev img,
img.media__object,
img.media__object--rev {
  display: block;
  margin-bottom: 1.5rem;
  height: auto;
  max-width: 100%;
}
.media__content {
  overflow: hidden;
}
.media__content,
.media__content > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  .media__object img,
  .media__object--rev img,
  img.media__object,
  img.media__object--rev {
    max-width: 40%;
  }
  .media__object,
  .media__object--rev {
    margin-bottom: 0;
  }
  .media__object {
    float: left;
    margin-right: 1.5rem;
  }
  .media__object--rev {
    float: right;
    margin-left: 1.5rem;
  }
}
/* ************************************
 * Thumbnails
 **************************************/
.thumbnails > ul,
ul.thumbnails {
  padding-left: 0;
  list-style: none;
}
.thumbnails--hover .thumbnail a {
  position: relative;
  display: block;
  z-index: 0;
}
.thumbnails--hover .thumbnail a:hover:after,
.thumbnails--hover .thumbnail a:focus:after,
.thumbnails--hover .thumbnail a:active:after {
  display: block;
}
.thumbnails--hover .thumbnail a:after {
  content: "";
  background: rgba(0, 0, 0, 0.6) url('../../../assets/img/zoom_48px.svg') no-repeat center;
  opacity: 0.7;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.thumbnails--hover .thumbnail img {
  z-index: 10;
}
.thumbnail {
  font-size: 0.875rem;
  min-height: 13rem;
}
.thumbnail + .thumbnail {
  margin-top: 0.75rem;
}
.thumbnail a {
  color: #737b62;
  text-decoration: none;
}
.thumbnail a:hover,
.thumbnail a:focus,
.thumbnail a:active {
  color: #737b62;
}
.thumbnail img {
  max-width: 100%;
  height: auto;
}
.thumbnail img + figcaption {
  margin-top: 0.75rem;
}
.thumbnail figcaption {
  text-align: center;
}
@media screen and (min-width: 33.75em) {
  .thumbnail + .thumbnail {
    margin-top: 0;
  }
  .thumbnail:nth-of-type(3n),
  .thumbnail:nth-of-type(4n) {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 45em) {
  .thumbnail {
    font-size: 1rem;
    min-height: initial;
  }
}
@media screen and (min-width: 57.5em) {
  .thumbnail:nth-of-type(3n),
  .thumbnail:nth-of-type(4n) {
    margin-top: 0;
  }
}
/* ************************************
 * A pagination list
 **************************************/
.pagination {
  text-align: center;
  padding: 1.5rem 0;
}
.pagination__item {
  border: 1px solid #d8d5d0;
}
.pagination__item.active {
  border-color: transparent;
  padding: 0.25rem 0.75rem;
}
.pagination__item > a {
  height: 2.375rem;
  line-height: 2rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  display: block;
}
.pagination__item > a:hover,
.pagination__item > a:active,
.pagination__item > a:focus {
  color: #fff;
  background-color: #ae684d;
}
.pagination__item > a:hover .icon--paginate-prev,
.pagination__item > a:active .icon--paginate-prev,
.pagination__item > a:focus .icon--paginate-prev {
  background-image: url('../../../assets/img/chevron_left_contrast_24px.svg');
}
.pagination__item > a:hover .icon--paginate-next,
.pagination__item > a:active .icon--paginate-next,
.pagination__item > a:focus .icon--paginate-next {
  background-image: url('../../../assets/img/chevron_right_contrast_24px.svg');
}
.pagination__item .icon {
  margin-top: -4px;
}
.pagination__item--prev > a,
.pagination__item--next > a {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
/* ************************************
 * Modal background
 * Add .modal-is-showing to body to display
 **************************************/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1020;
  display: none;
  opacity: 0;
}
.modal-backdrop--animate {
  transition: opacity 0.2s ease-out;
}
.modal-backdrop--fade {
  opacity: 0.3;
}
.modal-backdrop--in {
  opacity: 1;
}
.nav-drawer-is-showing .modal-backdrop,
.modal-is-showing .modal-backdrop {
  display: block;
}
/* ************************************
 * Show/hide content
 **************************************/
.expandable {
  position: relative;
}
.expandable .icon--more {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
}
.expandable.is-showing .icon--more {
  background-image: url('../../../assets/img/expand_less_24px.svg');
}
.expandable.is-showing .expandable__content {
  display: block;
}
.expandable__content {
  display: none;
}
/* ************************************
 * Content article with a main thumbnail/video
 **************************************/
.article__thumbnail {
  display: block;
  overflow: hidden;
  float: none;
}
.article__thumbnail > iframe,
.article__thumbnail > img {
  min-width: 100%;
}
.article__thumbnail > iframe {
  min-height: 240px;
}
.article__thumbnail > img {
  height: auto;
}
.article [class*="one-h"],
.article [class*="one-q"],
.article [class*="one-t"] {
  padding-left: 0;
}
@media screen and (min-width: 45em) {
  .article__thumbnail {
    float: left;
    margin-right: 1.5rem;
  }
  .article__thumbnail > iframe {
    min-height: 260px;
  }
}
@media screen and (min-width: 57.5em) {
  .article__thumbnail > iframe {
    min-height: 380px;
  }
}
/* ************************************
 * Centred articles, can be a media element
 * Maximum width at tablet+ to optimise legibility
 **************************************/
.posts {
  margin-bottom: 3rem;
}
.post {
  margin: 0 auto;
  max-width: 45rem;
}
.post + .post {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d8d5d0;
}
.post.media h2,
.post.media h3,
.post.media h4 {
  margin-top: 0;
}
.posts--continuous .post + .post {
  padding-top: 0;
  border-top: 0;
}
.post__title a {
  color: #251c12;
  text-decoration: none;
}
.post__title a:hover,
.post__title a:focus,
.post__title a:active {
  text-decoration: underline;
}
/* ************************************
 * Opening Hours Information
 **************************************/
.opening-hours {
  margin: 1.5rem -0.75rem;
  padding: 0.75rem 1.5rem;
  background: #e1dace;
}
.opening-hours a {
  color: #0f0505;
}
.opening-hours .icon {
  margin: -2px 4px 0 0;
}
.opening-hours p {
  margin: 3px 0 0 0;
  font-size: 0.75rem;
}
.opening-hours p + p {
  margin: 0.25rem 0 3px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3) {
  .opening-hours {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: “liga” on;
  }
}
@media screen and (min-width: 33.75em) {
  .opening-hours {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    text-align: center;
  }
  .opening-hours p {
    display: inline-block;
  }
  .opening-hours p + p {
    margin-left: 0.75rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 57.5em) {
  .opening-hours {
    margin: 0;
    position: absolute;
    top: -3.75rem;
    left: 0;
    text-align: left;
    padding: 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .opening-hours p {
    display: block;
  }
  .opening-hours p + p {
    margin-left: 0;
    margin-top: 0.25rem;
  }
}
/* ************************************
 * Responsive Carousel using Slick
 **************************************/
.carousel {
  position: relative;
  padding: 0;
  margin: 0 -0.75rem 2.25rem;
}
.carousel__item {
  max-width: 100%;
  height: auto;
}
.carousel:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3.125rem;
  height: 3.125rem;
  background: transparent url('../../../assets/img/slide-shadow.png') no-repeat -40px top;
}
.carousel + .section {
  margin-top: 3rem;
}
@media screen and (min-width: 33.75em) {
  .carousel {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (min-width: 57.5em) {
  .carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .carousel:after {
    background-position: 0 top;
  }
}
@media screen and (min-width: 75em) {
  .carousel:after {
    background-position: 50px top;
  }
}
.slick-list {
  overflow: hidden;
}
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 49px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  overflow: hidden;
  z-index: 1020;
}
.slick-prev {
  left: -23px;
  background: transparent url('../../../assets/img/slide-nav.png') no-repeat left center;
}
.slick-next {
  right: -23px;
  background: transparent url('../../../assets/img/slide-nav.png') no-repeat right center;
}
/* ************************************
 * Gallery with thumbnails and lightbox
 **************************************/
.gallery .thumbnail {
  margin-top: 0.75rem;
  min-height: initial;
}
.gallery .thumbnail img {
  min-width: 0;
  max-width: 100%;
  padding: 0.25rem;
  border: 1px solid #d8d5d0;
}
.gallery a {
  display: block;
}
@media screen and (min-width: 33.75em) {
  .gallery .thumbnail {
    margin-top: 1.5rem;
  }
}
.lb-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  background-color: rgba(245, 245, 245, 0.9);
  opacity: 1;
}
.lb-img {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1030;
}
.lb-loading {
  position: fixed;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  padding: 0.75rem;
  margin: -1.5rem 0 0 -1.5rem;
  z-index: 1040;
}
.lb-loading .icon {
  -webkit-animation: lb-loading 0.5s ease infinite;
  animation: lb-loading 0.5s ease infinite;
}
@-webkit-keyframes lb-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes lb-loading {
  from {
    opacity: .5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1.25);
  }
  to {
    opacity: .5;
    transform: scale(0.75);
  }
}
@media only screen and (min-width: 33.75em) {
  .lb-arrow {
    opacity: 1;
  }
}
/* ************************************
 * Footer content
 **************************************/
.contact-info__address,
.contact-info__tel {
  font-size: 0.75rem;
}
.newsletter-sign-up .form-control {
  background-color: rgba(255, 255, 255, 0.5);
}
.newsletter-sign-up .form-control:focus {
  background-color: #ffffff;
}
.social-options li + li {
  margin-top: 0.75rem;
}
/* ************************************
 * Collapsing Panels
 **************************************/
.panel {
  text-align: left!important;
}
.panel .btn.panel-heading {
  width: 100%;
  margin-top: 10px;
}
.panel-collapse {
  padding: 12px;
  background: #efeeec;
  border-radius: 0.125rem;
}
/* ************************************
 * Customer-added content from Rich-Text editor
 **************************************/
.rte ul,
.rte ol {
  padding-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.rte ul ul,
.rte ol ul,
.rte ul ol,
.rte ol ol {
  margin-bottom: 0;
}
.rte li {
  line-height: 1.5;
}
.rte li + li {
  margin-top: 0.375rem;
}
.rte abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #c0bcb5;
}
.rte blockquote {
  padding: 4.5rem 1.5rem;
  margin: 3rem 0;
  line-height: 1.5;
  font-size: 1.25rem;
}
.rte blockquote p:last-child,
.rte blockquote ul:last-child,
.rte blockquote ol:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 45em) {
  .rte blockquote {
    font-size: 1.375rem;
  }
}
/* ************************************
 * Global background colors and images
 **************************************/
html {
  background: #efe0d5 url('../../../assets/img/html-bg.jpg');
}
@media screen and (min-width: 45em) {
  body {
    background: transparent url('../../../assets/img/flower-bg.png') no-repeat top center;
  }
}
.container {
  background: transparent url('../../../assets/img/content-bg.png') no-repeat top center;
}
.container:after {
  content: "";
  background: #ffffff;
  position: absolute;
  top: 635px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 75em) {
  .container:after {
    background: transparent url('../../../assets/img/content-bg-repeat.png') repeat-y top center;
  }
}
.footer {
  background: #737b62 url('../../../assets/img/footer-bg.png');
}
.rte blockquote {
  background: transparent url('../../../assets/img/swirl.png') no-repeat top center;
  position: relative;
}
.rte blockquote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 40px;
  background: transparent url('../../../assets/img/swirl.png') no-repeat bottom center;
}
/* ************************************
 * Typography overrides
 * Overrides are helpers hence the use of important
 * for example, we ABSOLUTELY want uc to ALWAYS = UPPERCASE text
 **************************************/
.uc {
  text-transform: uppercase !important;
}
.cap {
  text-transform: capitalize !important;
}
.text-left {
  text-align: left !important;
}
/* ************************************
 * Layout overrides
 * Come last in the CSS cascade so generally have good specificity
 **************************************/
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.no-float {
  float: none !important;
}
.hide {
  display: none;
}
@media screen and (min-width: 45em) {
  .pull-right-tab {
    float: right;
  }
  .pull-left-tab {
    float: left;
  }
}
@media screen and (min-width: 57.5em) {
  .pull-right-desk {
    float: right;
  }
  .pull-left-desk {
    float: left;
  }
}
/* ************************************
 * General Store Styles
 **************************************/
.store-pag li {
  margin: 0 2px;
}
.price-orig {
  color: #ae684d;
  text-decoration: line-through;
}
.stock {
  color: #ae684d;
}
/* ************************************
 * Cart Widget
 **************************************/
.cart-widget {
  margin: -0.75rem -0.75rem 0.75rem -0.75rem;
  padding: 0.75rem 1.5rem;
  background: #e1dace;
}
.cart-widget .btn {
  display: inline-block;
  position: relative;
}
.cart-widget ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.cart-widget li + li {
  margin-top: 10px;
}
.cart-widget table {
  width: 100%;
}
.cart-widget td .icon {
  top: 0;
  left: 0;
}
.cart-widget p {
  text-align: center;
}
#cw-expand {
  width: 100%;
  line-height: 24px;
}
#cw-expand .icon {
  display: block;
  position: absolute;
  left: 1.5rem;
}
.cw-name {
  width: 50%;
  padding-right: 10px;
  text-align: left;
  line-height: 1.3;
}
.cw-quantity {
  width: 13%;
  text-align: center;
}
.cw-amount {
  width: 24%;
  text-align: center;
}
.cw-remove {
  width: 12.5%;
  text-align: right;
}
.cw-remove .btn {
  width: 40px;
  height: 40px;
  padding: 0;
}
.cw-total {
  width: 75%;
  padding: 5px 20px 5px 0;
  text-align: right;
  font-weight: bold;
}
.cw-total-amount {
  width: 25%;
  padding: 5px 0;
  text-align: right;
}
.cw-totals {
  padding-top: 10px;
}
.cw-totals .btn {
  width: 47%;
  max-width: 170px;
  display: block;
  float: right;
  margin-top: 15px;
}
.cw-totals .btn + .btn {
  margin-right: 6%;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 3) {
  .cart-widget {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: “liga” on;
  }
}
@media screen and (min-width: 33.75em) {
  .cart-widget {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 57.5em) {
  .cart-widget {
    width: 300px;
    margin: 0;
    position: absolute;
    top: -3.75rem;
    right: 0;
    text-align: left;
    padding: 1rem;
    border-radius: 0 0 0.5rem 0.5rem;
    z-index: 9999;
  }
  .cart-widget ul {
    font-size: 0.875rem;
  }
}
/* ************************************
 * Alerts
 **************************************/
.alert {
  position: relative;
  padding: 12px 67px 12px 12px;
  color: #fff;
  border-radius: 0.125rem;
  display: none;
}
.alert a {
  color: #fff;
}
.alert .btn--close {
  background: transparent url('../../../assets/img/close_contrast_24px.svg') center center no-repeat;
}
.alert + .alert {
  margin-top: 12px;
}
.alert--success {
  background: #737b62;
}
.alert--info {
  background: #709ea2;
}
.alert--warning,
.alert--danger {
  background: #ae684d;
}
/* ************************************
 * Category Styles
 **************************************/
.category-list h4 {
  text-align: center;
}
.product-list {
  padding-left: 0;
  margin-top: 0;
}
.product-list li {
  list-style: none;
  padding-bottom: 40px;
}
.product-list img {
  max-width: 100%;
}
.product-list h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.product-list a {
  color: #251c12;
  text-decoration: none;
}
.product-list a:hover {
  text-decoration: underline;
}
.product-list .desc {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.product-list .cta-wrap {
  padding-top: 14px;
}
.product-list .cta {
  background: #efeeec;
  border-radius: 0.125rem;
}
.product-list .price,
.product-list .special {
  float: left;
  margin: 8px 0 0 12px;
}
.product-list .btn {
  float: right;
}
@media screen and (min-width: 33.75em) {
  .product-list li {
    min-height: 426px;
    position: relative;
  }
  .product-list .cta-wrap {
    width: 100%;
    position: absolute;
    bottom: 40px;
    padding-right: 24px;
  }
  .product-list .btn {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
@media screen and (min-width: 640px) {
  .product-list li {
    min-height: 446px;
  }
  .product-list .btn {
    width: auto;
    float: right;
    margin-top: 0;
  }
}
@media screen and (min-width: 45em) {
  .product-list li {
    min-height: 466px;
  }
}
@media screen and (min-width: 810px) {
  .product-list li {
    min-height: 496px;
  }
}
@media screen and (min-width: 57.5em) {
  .product-list li {
    min-height: 406px;
  }
  .product-list .btn {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1180px) {
  .product-list .price {
    float: left;
    margin-top: 8px;
  }
  .product-list .btn {
    width: auto;
    float: right;
    margin: 0;
  }
  .product-list .special {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 75em) {
  .product-list li {
    min-height: 390px;
  }
}
/* ************************************
 * Product Page Styles
 **************************************/
.prod-img {
  width: 100%;
}
#product {
  padding-top: 20px;
}
#product .cta-wrap {
  background: #efeeec;
  border-radius: 0.125rem;
  padding: 12px;
}
#product .cta #input-quantity {
  width: 4rem;
  float: left;
  margin-right: 12px;
}
#product .cta .btn {
  float: left;
}
@media screen and (min-width: 420px) {
  #product .price,
  #product .special {
    float: left;
  }
  #product .cta {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 45em) {
  .prod-img {
    max-width: 50%;
    float: left;
  }
}
/* ************************************
 * Shopping Cart
 **************************************/
.s-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s-table li {
  position: relative;
  float: left;
  padding: 12px 0 14px 0;
  border-bottom: 1px solid #cccccc;
}
.s-table-headings {
  font-weight: bold;
  border-top: 1px solid #cccccc;
}
.s-table-headings li {
  padding-bottom: 12px;
}
.s-table-headings .sc-quantity,
.s-table-headings .sc-price {
  display: none;
}
.sc-heading {
  font-weight: bold;
}
.s-table-items h3 {
  margin: 0;
}
.s-table-items li {
  width: 100%;
}
.s-table-items p {
  margin-bottom: 0;
  padding-top: 10px;
}
.s-table-items button {
  width: 40px;
  height: 40px;
  padding: 0;
}
.s-table-items .sc-total {
  width: 30%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.sc-product,
.sc-price,
.sc-quantity {
  width: 70%;
  float: left;
  padding-right: 15px;
}
.sc-quantity input,
.sc-quantity button {
  float: left;
  margin-right: 6px;
}
.sc-quantity input {
  width: 60px;
  height: 40px;
}
.sc-quantity .icon {
  top: 14px;
  left: 14px;
}
.sc-total {
  width: 30%;
  float: left;
  text-align: right;
}
.totals {
  text-align: right;
}
.totals .sc-heading {
  padding-right: 20px;
}
.sc-actions {
  padding: 12px 0;
}
.sc-actions .panel-collapse .btn {
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  .s-table-headings .sc-quantity {
    width: 40%;
    display: block;
    top: auto;
    left: auto;
  }
  .sc-product,
  .sc-price {
    width: 40%;
  }
  .sc-price {
    clear: left;
  }
  .sc-quantity {
    width: 40%;
    position: absolute;
    top: 3px;
    left: 40%;
  }
  .sc-total {
    width: 20%;
  }
}
@media screen and (min-width: 600px) {
  .sc-actions {
    width: 47%;
    float: left;
  }
  .sc-totals {
    width: 47%;
    float: right;
  }
}
@media screen and (min-width: 760px) {
  .s-table-headings .sc-product,
  .s-table-headings .sc-price,
  .s-table-headings .sc-quantity,
  .s-table-headings .sc-total {
    width: 25%;
    display: block;
    clear: none;
  }
  .s-table-items .sc-product,
  .s-table-items .sc-price,
  .s-table-items .sc-quantity,
  .s-table-items .sc-total {
    width: 25%;
    clear: none;
    padding-top: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 860px) {
  .sc-actions {
    width: 40%;
    float: left;
  }
  .sc-totals {
    width: 57%;
    float: right;
  }
}
/* ************************************
 * Checkout
 **************************************/
.shipping-method {
  padding-bottom: 15px;
}
.shipping-method p {
  margin-bottom: 2px;
  font-weight: bold;
}
/*# sourceMappingURL=./_build/assets/css/styles.css.map */