/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(../../node_modules/accordion/src/accordion.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "HK Grotesk", sans-serif;
  font-size: 1.6rem; }

::selection {
  background: #70d03d;
  color: #faf8f7;
  text-shadow: none; }

h1, .banner__text {
  font-size: 7.2rem; }
  @media (max-width: 768px) {
    h1, .banner__text {
      font-size: 5.4rem; } }
  @media (max-width: 450px) {
    h1, .banner__text {
      font-size: 3.6rem; } }

h2, .four-oh-four h1, .single-product .summary .price {
  font-size: 5.4rem; }
  @media (max-width: 450px) {
    h2, .four-oh-four h1, .single-product .summary .price {
      font-size: 3.6rem; } }

h3, .page-title, .contact__title, .contact__phone, .enquiry__title, .contact-faqs__title, .contact-follow__title, .content-blocks__heading, .four-oh-four p, .brand-carousel__title, .related__title, .woocommerce-order-received .woocommerce-order-details__title {
  font-size: 3.6rem; }
  @media (max-width: 450px) {
    h3, .page-title, .contact__title, .contact__phone, .enquiry__title, .contact-faqs__title, .contact-follow__title, .content-blocks__heading, .four-oh-four p, .brand-carousel__title, .related__title, .woocommerce-order-received .woocommerce-order-details__title {
      font-size: 2.8rem; } }

h4, .newsletter__title, .woocommerce-account .u-columns h2, .woocommerce-Address-title h3, .single-product .summary .product_title, .woocommerce-checkout-content h3, .woocommerce-checkout-sidebar h3, .woocommerce-additional-fields label {
  font-size: 2.8rem; }
  @media (max-width: 450px) {
    h4, .newsletter__title, .woocommerce-account .u-columns h2, .woocommerce-Address-title h3, .single-product .summary .product_title, .woocommerce-checkout-content h3, .woocommerce-checkout-sidebar h3, .woocommerce-additional-fields label {
      font-size: 2.1rem; } }

.navigation__title, .navigation__heading, .nav-strap__title, .product .price, .woocommerce-category-header-bar__title {
  font-size: 2.1rem; }
  @media (max-width: 450px) {
    .navigation__title, .navigation__heading, .nav-strap__title, .product .price, .woocommerce-category-header-bar__title {
      font-size: 1.8rem; } }

p, li, .navigation__sub, .navigation__top-link, .footer, .banner__item, .incentives__title, .incentives__subtitle, .showroom__items, .showroom__link, .cat-grid__name, .product-category.product h2, .cart-collaterals .wc-proceed-to-checkout a, .sidebar__filter-toggle {
  font-size: 1.8rem; }

.woocommerce-loop-product__title, .woocommerce-category-header-bar__title-wrap .br_unselect_all {
  font-size: 1.6rem; }

legend, .header__top, .help-centre li, .usps__item, .woocommerce-form__label-for-checkbox span,
.wc_payment_methods input[type="radio"] ~ label,
.woocommerce-checkout-review-order input[type="radio"] ~ label,
.cart_totals #shipping_method input[type="radio"] ~ label, .woocommerce-LostPassword, .woocommerce-password-strength, .shop_table, .product .onsale, .berocket_aapf_widget input[type="checkbox"] ~ label, .summary .woocommerce-loop-product__rrp, .woocommerce-product-details__short-description p, .single-product .summary .product_meta, .payment_box p {
  font-size: 1.4rem; }

.copyright__item, .copyright li, .woocommerce-password-hint, .woocommerce-loop-product__delivery-offer, .woocommerce-loop-product__rrp, .stock, .woocommerce-breadcrumb {
  font-size: 1.2rem; }

h1 {
  font-weight: 400;
  margin-top: 0; }

h2 {
  font-weight: 400;
  margin-top: 0; }

h3 {
  font-weight: 400;
  margin-top: 0; }

h4 {
  font-weight: 400;
  margin-top: 0; }

a {
  color: inherit;
  text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

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

.wysiwyg, .archive .woocommerce-products-header .term-description {
  color: #666666;
  line-height: 1.5; }
  .wysiwyg p, .archive .woocommerce-products-header .term-description p {
    font-size: 1.6rem; }
  .wysiwyg li, .archive .woocommerce-products-header .term-description li {
    font-size: 1.6rem; }
  .wysiwyg a, .archive .woocommerce-products-header .term-description a {
    color: #70d03d;
    text-decoration: underline; }
  .wysiwyg b, .archive .woocommerce-products-header .term-description b,
  .wysiwyg strong,
  .archive .woocommerce-products-header .term-description strong {
    color: #333333; }

.carat {
  display: inline-block;
  height: 0.5rem;
  margin-left: 0.5rem;
  vertical-align: text-top;
  width: 0.8rem; }

label,
input,
textarea {
  width: 100%; }

label {
  display: inline-block;
  margin-bottom: 1rem; }

input,
textarea,
button,
.button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 1.5rem 2rem;
  text-decoration: none; }

input,
textarea {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  outline: none; }

textarea {
  min-height: 16rem;
  resize: vertical; }

fieldset {
  border: 1px solid #e6e6e6;
  margin: 4rem 0; }

legend {
  padding: 0 1rem; }

.button {
  background: #70d03d;
  border-radius: 3rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align: center; }
  .button--large {
    min-width: 25rem; }
  .button--alt {
    background: #333333; }

input:focus,
button:focus {
  outline: none; }

.page-title {
  margin-bottom: 5rem; }
  @media (max-width: 450px) {
    .page-title {
      margin-bottom: 2rem; } }

.cat-grid__link, .product-category.product a, .woocommerce-loop-product__image {
  overflow: hidden;
  position: relative; }
  .cat-grid__link::after, .product-category.product a::after, .woocommerce-loop-product__image::after {
    content: "";
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.5)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 75%, white 100%);
    height: 200%;
    left: -70%;
    opacity: 0.7;
    top: -50%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    width: 30%;
    z-index: 2; }
  .cat-grid__link:hover::after, .product-category.product a:hover::after, .woocommerce-loop-product__image:hover::after {
    left: 170%;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955); }

.form__field {
  margin-bottom: 3rem;
  position: relative;
  width: 100%; }
  .form__field--styled {
    overflow: hidden;
    position: relative; }
    .form__field--styled input,
    .form__field--styled textarea {
      border-radius: 3rem; }
    .form__field--styled .form__label {
      color: #333333;
      font-weight: 400;
      margin-bottom: 0;
      opacity: 0.5;
      overflow: hidden;
      padding: 1.5rem 2rem;
      position: absolute;
      -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0, 1);
      transition: 0.3s cubic-bezier(0.4, 0, 0, 1);
      white-space: nowrap;
      z-index: 2; }
      .form__field--styled .form__label.is-focused {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%); }

.form__label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 1rem; }

.form__input {
  position: relative;
  z-index: 1; }

.form__select {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  position: relative; }
  .form__select::before {
    content: "";
    display: block;
    position: absolute;
    background: #f7f7f7;
    border-left: 1px solid #e6e6e6;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem; }
  .form__select::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icon--dropdown.svg") center no-repeat;
    background-size: 1rem 0.5rem;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem; }
  .form__select select {
    -webkit-appearance: textfield;
    background: none;
    border: 0;
    outline: none;
    padding: 1.5rem 2rem;
    width: 100%; }

.validation-error {
  color: red;
  margin-top: 0.5rem; }
  .enquiry__form .validation-error {
    position: absolute;
    top: 100%; }

.select2-container--default .select2-selection--single {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  height: auto;
  min-height: 5rem;
  padding: 1.5rem 2rem;
  position: relative; }
  .select2-container--default .select2-selection--single::before {
    content: "";
    display: block;
    position: absolute;
    background: #f7f7f7;
    border-left: 1px solid #e6e6e6;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem; }
  .select2-container--default .select2-selection--single::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icon--dropdown.svg") center no-repeat;
    background-size: 1rem 0.5rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.5rem; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit; }

.select2-selection__arrow {
  display: none; }

.select2-dropdown {
  border: 1px solid #e6e6e6;
  border-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border: 1px solid #e6e6e6; }

.select2-search--dropdown {
  border: 0;
  padding: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 1.5rem 2rem; }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #70d03d; }

.header {
  color: #ffffff;
  position: relative;
  z-index: 3; }
  .header__wrap {
    background: #333333;
    position: relative;
    z-index: 2; }
    @media (max-width: 1100px) {
      .header__wrap {
        z-index: 4; } }
  .header__top {
    font-weight: 700;
    text-align: right; }
    @media (max-width: 500px) {
      .header__top {
        display: none; } }
  .header__help-centre--spaced {
    margin-left: 2rem; }
    .header__help-centre--spaced::before {
      content: "";
      display: block;
      position: absolute;
      background: #ffffff;
      height: 1.7rem;
      left: 0;
      width: 1px; }
  .header__main {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 3rem; }
    @media (max-width: 700px) {
      .header__main {
        padding-bottom: 1.25rem;
        padding-top: 0.83333rem;
        position: relative; } }
    @media (max-width: 500px) {
      .header__main {
        padding-top: 1.25rem; } }
  .header__logo {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    height: 7.2rem;
    width: 13.6rem; }
    @media (max-width: 700px) {
      .header__logo {
        height: 5.5rem;
        width: 10.3rem; } }
  .header__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media (max-width: 700px) {
      .header__controls {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; } }
  .header__search {
    margin-right: 8rem;
    max-width: 45rem;
    width: 100%; }
    @media (max-width: 1024px) {
      .header__search {
        margin-left: 4rem;
        margin-right: 0; } }
    @media (max-width: 700px) {
      .header__search {
        background: #333333;
        display: none;
        left: 0;
        margin: 0;
        padding: 2.5rem;
        position: absolute;
        top: 100%;
        width: 100%; } }
  .header__button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    margin-left: 4rem; }
    @media (max-width: 700px) {
      .header__button {
        margin-left: 2rem; } }
    @media (max-width: 1100px) {
      .header__button--account {
        display: none; } }
    .header__button--account svg {
      height: 2.6rem;
      width: 2.6rem; }
    .header__button--search {
      display: none; }
      @media (max-width: 700px) {
        .header__button--search {
          display: inline-block; } }
      .header__button--search svg {
        height: 2.1rem;
        width: 2.1rem; }
    .header__button--basket svg {
      height: 2.1rem;
      width: 2.6rem; }
    .header__button--hamburger {
      display: none; }
      @media (max-width: 1100px) {
        .header__button--hamburger {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .header__button svg,
    .header__button .hamburger {
      margin-bottom: 0.7rem;
      max-width: 2.6rem; }
      @media (max-width: 700px) {
        .header__button svg,
        .header__button .hamburger {
          margin-bottom: 0; } }
    @media (max-width: 700px) {
      .header__button span {
        display: none; } }
    @media (min-width: 769px) {
      .header__button:hover svg {
        -webkit-animation: header-button linear 300ms;
        animation: header-button linear 300ms; } }

.help-centre {
  display: inline-block;
  margin-right: -2.5rem;
  padding: 1rem 2rem;
  position: relative; }
  @media (max-width: 500px) {
    .help-centre {
      margin-right: -1.2rem;
      padding: 0.7rem 1rem; } }
  .help-centre:hover {
    background: #ffffff;
    color: #333333; }
    .help-centre:hover .carat path {
      fill: #333333 !important; }
    .help-centre:hover .help-centre__menu {
      display: block; }
  .help-centre__menu {
    background: #ffffff;
    display: none;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 20rem; }
  .help-centre ul {
    margin: 0;
    padding: 1rem 2rem; }
  .help-centre li {
    list-style: none;
    margin: 2rem 0; }

.searchform {
  position: relative; }
  .searchform__submit {
    line-height: 0;
    padding: 1rem;
    position: absolute;
    right: 0.6rem;
    top: 0.6rem;
    z-index: 2; }
    .searchform__submit svg {
      height: 1.6rem;
      width: 1.6rem; }
  .searchform .form__field {
    margin: 0; }
  .searchform label {
    padding-right: 6rem !important; }
  .searchform input {
    border: 0;
    padding-right: 6rem; }

@-webkit-keyframes header-button {
  50% {
    -webkit-transform: translateY(-35%) rotateY(90deg);
    transform: translateY(-35%) rotateY(90deg); }
  100% {
    -webkit-transform: translateY(0) rotateY(180deg);
    transform: translateY(0) rotateY(180deg); } }

@keyframes header-button {
  50% {
    -webkit-transform: translateY(-35%) rotateY(90deg);
    transform: translateY(-35%) rotateY(90deg); }
  100% {
    -webkit-transform: translateY(0) rotateY(180deg);
    transform: translateY(0) rotateY(180deg); } }

.navigation {
  position: relative; }
  @media (max-width: 1100px) {
    .navigation {
      background: #ffffff;
      height: 100vh;
      left: 100%;
      padding-top: 14.8rem;
      position: absolute;
      top: 0;
      -webkit-transition: 700ms cubic-bezier(0.4, 0, 0, 1);
      transition: 700ms cubic-bezier(0.4, 0, 0, 1);
      width: 100%; }
      .nav-open .navigation {
        background: #ffffff;
        left: 0; } }
  @media (max-width: 700px) {
    .navigation {
      padding-top: 11rem; } }
  @media (max-width: 500px) {
    .navigation {
      padding-top: 7.7rem; } }
  .navigation__account {
    display: none; }
    @media (max-width: 1100px) {
      .navigation__account {
        background: #70d03d;
        color: #ffffff;
        display: block;
        font-size: 1.6rem;
        margin-bottom: 2rem;
        padding: 1.5rem 2rem;
        position: relative;
        width: 100%; }
        .navigation__account::after {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/icon--carat.svg") center no-repeat;
          height: 1rem;
          right: 2rem;
          top: 50%;
          -webkit-transform: rotate(270deg) translateX(50%);
          transform: rotate(270deg) translateX(50%);
          width: 1rem; } }
  .navigation__main {
    background: #70d03d;
    position: relative;
    z-index: 1; }
    @media (max-width: 1100px) {
      .navigation__main {
        background: none;
        height: calc(100% - 14.8rem);
        overflow: auto;
        padding-bottom: 3rem; } }
    @media (max-width: 700px) {
      .navigation__main {
        height: calc(100% - 11rem); } }
    @media (max-width: 500px) {
      .navigation__main {
        height: calc(100% - 7rem); } }
  .navigation__sub {
    background: #ffffff;
    bottom: 0;
    color: #333333;
    left: 0;
    opacity: 0.5;
    position: absolute;
    -webkit-transition: 400ms cubic-bezier(0.4, 0, 0, 1);
    transition: 400ms cubic-bezier(0.4, 0, 0, 1);
    width: 100%;
    z-index: 0; }
    @media (max-width: 1100px) {
      .navigation__sub {
        height: calc(100% - 14.8rem);
        left: 100%;
        opacity: 1;
        top: 14.8rem;
        z-index: 3; } }
    @media (max-width: 700px) {
      .navigation__sub {
        height: calc(100% - 11rem);
        top: 11rem; } }
    @media (max-width: 500px) {
      .navigation__sub {
        height: calc(100% - 7.7rem);
        top: 7.7rem; } }
    .navigation__sub.is-active {
      opacity: 1;
      -webkit-transform: translateY(100%);
      transform: translateY(100%); }
      @media (max-width: 1100px) {
        .navigation__sub.is-active {
          left: 0;
          -webkit-transform: none;
          transform: none; } }
    .navigation__sub .navigation__link:hover {
      text-decoration: underline; }
  @media (max-width: 1100px) {
    .navigation__container {
      padding: 0 !important; } }
  @media (max-width: 1100px) {
    .navigation__container--sub {
      height: 100%;
      overflow: auto; } }
  .navigation__top {
    border-left: 1px solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media (max-width: 1100px) {
      .navigation__top {
        border: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .navigation__top-link {
    border-right: 1px solid;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.7rem 0;
    text-align: center; }
    @media (max-width: 1100px) {
      .navigation__top-link {
        border: 0;
        color: #333333;
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1rem 2rem;
        position: relative;
        text-align: left;
        width: 100%; }
        .navigation__top-link::after {
          content: "";
          display: block;
          position: absolute;
          background: url("../images/icon--carat-type.svg") center no-repeat;
          height: 1rem;
          right: 2rem;
          top: 50%;
          -webkit-transform: rotate(270deg) translateX(50%);
          transform: rotate(270deg) translateX(50%);
          width: 1rem; } }
    .navigation__top-link:hover, .navigation__top-link.is-active {
      background: #ffffff;
      border-color: #ffffff;
      color: #333333; }
  .navigation__category {
    display: none;
    padding-bottom: 5rem;
    padding-top: 5rem; }
    @media (max-width: 1100px) {
      .navigation__category {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0; } }
    .navigation__category.is-active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .navigation__thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%; }
    @media (max-width: 1100px) {
      .navigation__thumbnail {
        display: none; } }
  .navigation__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 66.666%; }
    @media (max-width: 1100px) {
      .navigation__columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
  .navigation__column {
    width: 33.333%; }
    @media (max-width: 1100px) {
      .navigation__column {
        margin-bottom: 3rem;
        width: 100%; }
        .navigation__column:last-child {
          margin: 0; } }
  .navigation__title {
    background: #70d03d;
    color: #ffffff;
    display: none;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem 1.5rem 4rem;
    position: relative;
    width: 100%; }
    @media (max-width: 1100px) {
      .navigation__title {
        display: block; } }
    .navigation__title::before {
      content: "";
      display: block;
      position: absolute;
      background: url("../images/icon--carat.svg") center no-repeat;
      height: 1rem;
      left: 2rem;
      top: 50%;
      -webkit-transform: rotate(90deg) translateX(-50%);
      transform: rotate(90deg) translateX(-50%);
      width: 1rem; }
  .navigation__heading {
    color: #70d03d; }
    @media (max-width: 1100px) {
      .navigation__heading {
        color: #333333;
        display: block;
        padding: 1rem 2rem; } }
  @media (max-width: 1100px) {
    .navigation__link {
      color: #333333;
      display: block;
      font-size: 1.6rem;
      padding: 1rem 2rem;
      position: relative;
      width: 100%; }
      .navigation__link::after {
        content: "";
        display: block;
        position: absolute;
        background: url("../images/icon--carat-type.svg") center no-repeat;
        height: 1rem;
        right: 2rem;
        top: 50%;
        -webkit-transform: rotate(270deg) translateX(50%);
        transform: rotate(270deg) translateX(50%);
        width: 1rem; } }

.nav-strap {
  background: #333333;
  color: #70d03d; }
  @media (max-width: 1100px) {
    .nav-strap {
      display: none; } }
  .nav-strap__items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 0; }
  .nav-strap__icon {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    width: 2.3rem; }
    .nav-strap__icon--229 {
      width: 3.5rem; }

.hamburger {
  height: 1.8rem;
  margin: 0 auto;
  position: relative;
  width: 2.5rem; }
  .hamburger span {
    background: #ffffff;
    display: block;
    height: 0.2rem;
    left: 0;
    position: absolute;
    width: 100%; }
    .hamburger span:nth-child(1) {
      top: 0; }
      .nav-open .hamburger span:nth-child(1) {
        -webkit-transform: translateY(0.8rem) rotate(-45deg);
        transform: translateY(0.8rem) rotate(-45deg); }
    .hamburger span:nth-child(2) {
      margin-top: -0.1rem;
      top: 50%; }
      .nav-open .hamburger span:nth-child(2) {
        opacity: 0; }
    .hamburger span:nth-child(3) {
      bottom: 0; }
      .nav-open .hamburger span:nth-child(3) {
        -webkit-transform: translateY(-0.7rem) rotate(45deg);
        transform: translateY(-0.7rem) rotate(45deg); }

.footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 10rem; }
  @media (max-width: 768px) {
    .footer {
      font-size: 1.4rem; } }
  @media (max-width: 450px) {
    .footer {
      border: 0;
      margin-top: 6rem;
      padding-top: 0; } }
  .footer__back-to-top {
    float: right;
    font-weight: 700;
    margin-bottom: 3rem;
    margin-top: -3rem;
    text-transform: uppercase; }
    .footer__back-to-top svg {
      height: 1.3rem;
      margin-left: 1rem;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      width: 1.3rem; }
    .footer__back-to-top path {
      fill: #333333; }
  .footer__container {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .footer__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .footer__col {
    max-width: 20rem;
    padding-right: 2.5rem;
    width: 100%; }
    @media (max-width: 1024px) {
      .footer__col {
        margin-bottom: 3rem;
        max-width: 33.333%; } }
    @media (max-width: 768px) {
      .footer__col {
        max-width: 50%; } }
    @media (max-width: 450px) {
      .footer__col {
        max-width: 100%; } }
    .footer__col:last-child {
      margin-left: auto;
      padding-right: 0; }
    .footer__col--large {
      max-width: 40rem; }
      @media (max-width: 1024px) {
        .footer__col--large {
          max-width: 100%; } }
  .footer__heading {
    display: block;
    font-weight: 700;
    margin-bottom: 2.3rem; }
  .footer__menu li {
    margin-bottom: 1.5rem; }
    @media (max-width: 768px) {
      .footer__menu li {
        font-size: 1.4rem; } }
  .footer__contact {
    display: inline-block;
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-left: 4rem;
    position: relative; }
    @media (max-width: 768px) {
      .footer__contact {
        font-size: 1.4rem; } }
  .footer__icon {
    display: inline-block;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 2rem; }
    .footer__icon path {
      fill: #333333; }
  .footer__payment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4rem; }
  .footer__leader {
    display: block;
    font-weight: 700;
    margin-bottom: 1rem; }
  .footer__secured {
    width: 10rem; }
  .footer__security {
    margin-left: 2rem; }

.accepted-cards__card {
  margin-right: 1rem;
  max-height: 4rem;
  width: auto; }

.notice {
  background: #ffffff;
  left: 0;
  position: fixed;
  top: 100%;
  -webkit-transition: 400ms 0ms;
  transition: 400ms 0ms;
  width: 100%;
  z-index: 10; }
  .notice.is-visible {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 400ms 2000ms;
    transition: 400ms 2000ms; }
  .notice__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    @media (max-width: 450px) {
      .notice__container {
        displaY: block; } }
  .notice__controls {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-left: 1rem; }
    @media (max-width: 450px) {
      .notice__controls {
        padding-lefT: 0;
        padding-top: 1rem; }
        .notice__controls a {
          width: 100%; } }

.social-links {
  margin-top: 4rem; }
  .social-links__item {
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 1rem; }
  .social-links__link {
    background: #333333;
    border-radius: 50%;
    display: inline-block;
    height: 2.7rem;
    padding: 0.6rem;
    width: 2.7rem; }
  .social-links path,
  .social-links circle {
    fill: #ffffff; }

.copyright {
  margin-bottom: 5rem;
  margin-top: 6rem; }
  @media (max-width: 1024px) {
    .copyright {
      margin-top: 2rem; } }
  .copyright__items {
    margin-bottom: 1rem; }
  .copyright li {
    display: inline-block;
    margin-right: 0.7rem;
    padding-right: 0.7rem;
    position: relative; }
    .copyright li::after {
      content: "";
      display: block;
      position: absolute;
      background: #333333;
      height: 120%;
      right: 0;
      top: -10%;
      width: 1px; }
    .copyright li:last-child {
      margin: 0;
      padding: 0; }
      .copyright li:last-child::after {
        display: none; }

.banner {
  max-width: 130rem !important;
  padding: 0 !important; }
  @media (min-width: 769px) {
    .banner--navigation .banner__slide {
      padding-bottom: 10rem; } }
  .banner__carousel {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .banner__slide {
    background-position: center !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 50rem;
    padding: 5rem;
    position: relative;
    width: 100%; }
    @media (max-width: 450px) {
      .banner__slide {
        min-height: 28rem;
        padding: 5rem 2rem; }
        .home .banner__slide {
          min-height: 45rem; } }
    .banner__slide::before {
      content: "";
      display: block;
      position: absolute;
      background: -webkit-gradient(linear, left top, right top, from(#333333), to(transparent));
      background: linear-gradient(to right, #333333, transparent);
      height: 100%;
      left: 0;
      opacity: 0.5;
      top: 0;
      width: 100%; }
    .banner__slide.is-selected .banner__text,
    .banner__slide.is-selected .banner__link {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); }
  .banner__text {
    color: #ffffff;
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition: 0.6s 300ms cubic-bezier(0.4, 0, 0, 1);
    transition: 0.6s 300ms cubic-bezier(0.4, 0, 0, 1);
    z-index: 2; }
  .banner__link {
    opacity: 0;
    position: relative;
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    -webkit-transition: 0.6s 350ms cubic-bezier(0.4, 0, 0, 1);
    transition: 0.6s 350ms cubic-bezier(0.4, 0, 0, 1);
    z-index: 2; }
  .banner__button {
    margin-top: 4rem; }
  .banner__navigation {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5rem;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 768px) {
      .banner__navigation {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%); } }
  .banner__item {
    border-left: 1px solid #e6e6e6;
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3rem 1.5rem;
    -webkit-transition: 0.6s cubic-bezier(0.4, 0, 0, 1);
    transition: 0.6s cubic-bezier(0.4, 0, 0, 1); }
    @media (max-width: 768px) {
      .banner__item {
        display: none; } }
    .banner__item.is-active {
      background: #333333;
      border-color: #333333;
      color: #ffffff; }
      @media (max-width: 768px) {
        .banner__item.is-active {
          background: none;
          border: none;
          color: #333333;
          display: block; } }
    .banner__item:first-child {
      border-left: 0; }
    .banner__item strong {
      display: block;
      margin-bottom: 0.7rem; }

@media (max-width: 768px) {
  .incentives {
    margin-top: 2.5rem; } }

.incentives__items {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 450px) {
    .incentives__items {
      display: block; } }

.incentives__item {
  border-left: 1px solid #e6e6e6;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 3rem 1.5rem;
  text-align: center; }
  @media (max-width: 450px) {
    .incentives__item {
      border-left: 0;
      border-top: 1px solid #e6e6e6;
      padding: 1.5rem 1.5rem 1.5rem 8rem;
      position: relative;
      text-align: left;
      width: 100%; } }
  .incentives__item:first-child {
    border-left: 0; }
    @media (max-width: 450px) {
      .incentives__item:first-child {
        border-top: 0; } }

.incentives__icon {
  height: 3.5rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 5rem; }
  @media (max-width: 450px) {
    .incentives__icon {
      left: 1.5rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .incentives__icon svg {
    max-height: 100%; }

.incentives__title {
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem; }

.showroom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10rem;
  margin-top: 10rem; }
  @media (max-width: 768px) {
    .showroom {
      margin-top: 2.5rem; } }
  @media (max-width: 600px) {
    .showroom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-bottom: 6rem; }
      .home .showroom {
        margin-top: 6rem; } }
  .showroom__text {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 1rem 0 0 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5rem;
    width: 50%; }
    @media (max-width: 600px) {
      .showroom__text {
        border: 0;
        border-radius: 0;
        padding: 4rem 2.5rem;
        width: 100%; } }
    @media (max-width: 450px) {
      .showroom__text {
        padding: 4rem 1.25rem; } }
  .showroom__image {
    border-radius: 0 1rem 1rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 600px) {
      .showroom__image {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        border-radius: 0;
        width: 100%;
        height: 45rem; } }
  @media (max-width: 768px) {
    .showroom__title {
      font-size: 3.6rem; } }
  .showroom__title span {
    color: #70d03d;
    display: block;
    font-weight: 700; }
  .showroom__items {
    display: table;
    max-width: 30rem;
    width: 100%; }
    .showroom__items--contact {
      max-width: 100%; }
      .showroom__items--contact .showroom__day,
      .showroom__items--contact .showroom__time {
        padding-bottom: 0.9rem;
        padding-top: 0.9rem; }
  .showroom__item {
    display: table-row; }
  .showroom__day, .showroom__time {
    display: table-cell;
    padding: 1.2rem 0; }
  .showroom__day {
    padding-right: 2rem; }
  .showroom__link {
    color: #70d03d;
    display: inline-block;
    font-weight: 700;
    margin-top: 3rem; }
    @media (max-width: 600px) {
      .showroom__link {
        border-radius: 3rem;
        display: block;
        padding: 1rem;
        text-align: center; } }
    .showroom__link::after {
      content: '>';
      font-weight: 400;
      margin-left: 1rem; }
  .showroom__icon {
    display: inline-block;
    height: 2rem;
    margin-right: 2rem;
    width: 1.5rem; }

.newsletter {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 70rem !important; }
  @media (max-width: 450px) {
    .newsletter {
      margin-bottom: 6rem;
      margin-top: 6rem; } }
  .newsletter__title {
    margin-bottom: 3rem;
    text-align: center; }
    .newsletter__title span {
      font-weight: 700; }
  .newsletter__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .newsletter__field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .newsletter__submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-left: 2.5rem;
    min-width: 16rem; }
    @media (max-width: 768px) {
      .newsletter__submit {
        margin-left: 1.5rem; } }
    @media (max-width: 450px) {
      .newsletter__submit {
        min-width: 9.5rem; } }
  .newsletter .form__field {
    margin: 0; }

.contact {
  margin-bottom: 10rem; }
  @media (max-width: 450px) {
    .contact {
      margin-bottom: 2.5rem; } }
  .contact__title {
    font-weight: 700;
    margin: 10rem 0 5rem;
    text-align: center; }
    @media (max-width: 450px) {
      .contact__title {
        margin-top: 2.5rem; } }
  .contact__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .contact__blocks {
        display: block; } }
  .contact__block {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5rem; }
    @media (max-width: 768px) {
      .contact__block {
        width: 100%; } }
    @media (max-width: 450px) {
      .contact__block {
        padding: 4rem 2rem; } }
    .contact__block--map {
      margin-left: 5rem;
      text-align: center; }
      @media (max-width: 1024px) {
        .contact__block--map {
          margin-left: 2.5rem; } }
      @media (max-width: 768px) {
        .contact__block--map {
          margin-left: 0;
          margin-top: 2.5rem; } }
      .contact__block--map .contact__subheading {
        margin-bottom: 5rem; }
  .contact__icon {
    background: #70d03d;
    border-radius: 50%;
    height: 10rem;
    margin: 0 auto 3rem;
    padding: 3rem;
    width: 10rem; }
    .contact__icon path {
      fill: #ffffff; }
  .contact__subheading {
    display: block;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center; }
  .contact__phone {
    display: block;
    margin-bottom: 3rem;
    text-align: center; }
  .contact__address {
    display: block;
    font-style: normal;
    line-height: 1.4;
    margin: 0 auto;
    margin-bottom: 5rem;
    max-width: 20rem; }

.enquiry__content {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 1rem;
  padding: 5rem; }
  @media (max-width: 450px) {
    .enquiry__content {
      padding: 4rem 2rem; } }

.enquiry__title {
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center; }

.enquiry__form {
  margin: 0 auto;
  max-width: 60rem; }

.enquiry__submit {
  display: block;
  margin: 7rem auto 0; }

.faqs {
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .faqs__item {
    border-bottom: 1px solid #e6e6e6; }
    .faqs__item:last-child {
      border: 0; }
    .faqs__item.open .faqs__question::after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .faqs__question {
    cursor: pointer;
    display: block;
    outline: none;
    padding: 1rem 5rem 1rem 2rem;
    position: relative; }
    .faqs__question::after {
      content: "";
      display: block;
      position: absolute;
      background: url("../images/icon--dropdown.svg") center no-repeat;
      background-size: 1rem 0.5rem;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 4.5rem; }
  .faqs__answer {
    border-top: 1px solid #e6e6e6;
    padding: 0 2rem 2rem; }

.contact-faqs__title {
  font-weight: 700;
  margin: 10rem 0 5rem;
  text-align: center; }
  @media (max-width: 450px) {
    .contact-faqs__title {
      margin-bottom: 2.5rem;
      margin-top: 4rem; } }

.contact-follow {
  margin-bottom: 10rem; }
  .contact-follow__title {
    font-weight: 700;
    margin: 10rem 0 5rem;
    text-align: center; }
    @media (max-width: 450px) {
      .contact-follow__title {
        margin-bottom: 2.5rem;
        margin-top: 4rem; } }
  .contact-follow__items {
    text-align: center; }
  .contact-follow__item {
    display: inline-block;
    margin: 0 1.25rem; }
    .contact-follow__item--facebook .contact-follow__link {
      background: #3b5998; }
    .contact-follow__item--twitter .contact-follow__link {
      background: #00aced; }
  .contact-follow__link {
    border-radius: 50%;
    display: inline-block;
    height: 8rem;
    padding: 2rem;
    width: 8rem; }
  .contact-follow path {
    fill: #ffffff; }

.content-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .content-blocks__sidebar {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30rem; }
    @media (max-width: 700px) {
      .content-blocks__sidebar {
        display: none; } }
  .content-blocks__item {
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0; }
    .content-blocks__item:last-child {
      border: 0; }
  .content-blocks__link {
    font-size: 2.1rem; }
  .content-blocks__content {
    margin-left: auto;
    max-width: 80rem;
    padding-left: 2.5rem; }
    @media (max-width: 700px) {
      .content-blocks__content {
        padding-left: 0; } }
  .content-blocks__block {
    margin-bottom: 12rem; }
    @media (max-width: 700px) {
      .content-blocks__block {
        margin-bottom: 6rem; } }
  .content-blocks__heading {
    font-weight: 700; }
    @media (max-width: 700px) {
      .content-blocks__heading {
        font-size: 2.8rem;
        font-weight: 400;
        margin-bottom: 1.5rem; } }

.four-oh-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: calc(100vh - 70rem);
  padding: 2.5rem 0; }
  .four-oh-four p {
    margin-top: 0; }

.cat-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2.5rem; }
  .cat-grid__item, .product-category.product {
    padding: 1.25rem;
    width: 25%; }
    @media (max-width: 1024px) {
      .cat-grid__item, .product-category.product {
        width: 33.333%; } }
    @media (max-width: 650px) {
      .cat-grid__item, .product-category.product {
        width: 50%; } }
    @media (max-width: 450px) {
      .cat-grid__item, .product-category.product {
        padding: 0.625rem; } }
  .cat-grid__link, .product-category.product a {
    background: #ffffff;
    display: block; }
  .cat-grid__name, .product-category.product h2 {
    display: block;
    padding: 1.5rem;
    text-align: center; }

.brand-carousel {
  background: #ffffff;
  margin-bottom: 10rem;
  margin-top: 10rem; }
  @media (max-width: 768px) {
    .brand-carousel {
      margin-bottom: 2.5rem;
      margin-top: 2.5rem; } }
  @media (max-width: 600px) {
    .home .brand-carousel {
      margin-bottom: 0; } }
  .brand-carousel__container {
    padding: 8rem 0; }
  .brand-carousel__title {
    text-align: center; }
  .brand-carousel__wrap {
    padding: 0 8rem; }
    @media (max-width: 768px) {
      .brand-carousel__wrap {
        padding: 0 5.5rem; } }
    @media (max-width: 450px) {
      .brand-carousel__wrap {
        padding: 0; } }
  .brand-carousel__items {
    position: relative;
    width: 100%; }
  .brand-carousel__item {
    margin: 0;
    padding: 0 0.625rem;
    width: 16.66%; }
    @media (max-width: 1024px) {
      .brand-carousel__item {
        width: 25%; } }
    @media (max-width: 768px) {
      .brand-carousel__item {
        width: 33.333%; } }
    @media (max-width: 450px) {
      .brand-carousel__item {
        width: 50%; } }
  .brand-carousel__link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem; }
  @media (max-width: 450px) {
    .brand-carousel .flickity-button {
      display: none; } }

.usps {
  margin-bottom: 4rem; }
  .usps__item {
    margin-bottom: 1rem; }
    .usps__item--152 {
      -webkit-transform: translateX(-0.3rem);
      transform: translateX(-0.3rem); }
  .usps__icon {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    width: 1.7rem; }
    .usps__icon--152 {
      width: 2rem; }
  .usps svg {
    height: 2.4rem; }

.woocommerce-pagination,
.pagination {
  margin: 6rem 0;
  text-align: right;
  width: 100%; }
  .woocommerce .woocommerce-pagination, .woocommerce
  .pagination {
    padding: 0 !important; }
  .woocommerce-pagination .current,
  .pagination .current {
    background: rgba(51, 51, 51, 0.2); }
  .woocommerce-pagination ul,
  .pagination ul {
    displaY: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .woocommerce-pagination li,
  .pagination li {
    background: #ffffff;
    border: 0.1rem solid rgba(51, 51, 51, 0.1);
    border-right: 0;
    display: inline-block; }
    .woocommerce-pagination li:first-child,
    .pagination li:first-child {
      border-radius: 0.5rem 0 0 0.5rem; }
      .woocommerce-pagination li:first-child svg,
      .pagination li:first-child svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
    .woocommerce-pagination li:last-child,
    .pagination li:last-child {
      border-right: 0.1rem solid rgba(51, 51, 51, 0.1);
      border-radius: 0 0.5rem 0.5rem 0; }
      .woocommerce-pagination li:last-child svg,
      .pagination li:last-child svg {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg); }
  .woocommerce-pagination span,
  .woocommerce-pagination a,
  .pagination span,
  .pagination a {
    height: 3.7rem;
    display: inline-block;
    min-width: 3.7rem;
    padding: 0.9rem 1rem;
    text-align: center; }
  .woocommerce-pagination .carat,
  .pagination .carat {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem); }
  .woocommerce-pagination path,
  .pagination path {
    fill: #333333; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  background: #faf8f7; }

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

.site-wrap {
  overflow: hidden; }

.header__top, .header__main, .navigation__container, .footer, .notice__container, .copyright, .banner, .incentives, .showroom, .newsletter, .content-blocks, .four-oh-four, .brand-carousel__container, .search-results main, .woocommerce-pagination,
.pagination, .woocommerce-account .u-columns, .woocommerce-checkout .page-single, .contact, .enquiry, .contact-faqs, .contact-follow, .woocommerce-lost-password .woocommerce, .cat-grid, .woocommerce-page main, .woocommerce-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  max-width: 125rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  @media (max-width: 450px) {
    .header__top, .header__main, .navigation__container, .footer, .notice__container, .copyright, .banner, .incentives, .showroom, .newsletter, .content-blocks, .four-oh-four, .brand-carousel__container, .search-results main, .woocommerce-pagination,
    .pagination, .woocommerce-account .u-columns, .woocommerce-checkout .page-single, .contact, .enquiry, .contact-faqs, .contact-follow, .woocommerce-lost-password .woocommerce, .cat-grid, .woocommerce-page main, .woocommerce-breadcrumb {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.woocommerce-account .u-columns, .woocommerce-checkout .page-single {
  max-width: 101rem; }

.contact, .enquiry, .contact-faqs, .contact-follow, .woocommerce-lost-password .woocommerce {
  max-width: 85rem; }

.cat-grid {
  max-width: calc(125rem + 2.5rem); }

.woocommerce-message,
.woocommerce-error {
  background: #ffcccc;
  border: 1px solid red;
  margin: 4rem 0;
  width: 100%; }
  .woocommerce-message li,
  .woocommerce-error li {
    padding: 1rem 2rem; }
  .woocommerce-message .button,
  .woocommerce-error .button {
    background: none;
    color: #333333;
    font-weight: 400;
    padding: 0;
    text-decoration: underline; }

.woocommerce-message {
  background: #e9f8e1;
  border-color: #70d03d;
  padding: 1rem 2rem; }

.u-columns {
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .u-columns {
      display: block; } }
  .u-columns > * {
    background: #ffffff;
    border-left: 1px solid #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5rem;
    position: relative; }
    @media (max-width: 768px) {
      .u-columns > * {
        border-left: 0;
        border-top: 1px solid #e6e6e6;
        padding: 4rem 2rem; } }
    .u-columns > *:first-child {
      border: 0; }
  @media (max-width: 950px) {
    .woocommerce-account .u-columns > * {
      padding: 4rem 2rem; } }

.woocommerce-account .u-columns {
  padding: 0; }

.woocommerce-Address-title a {
  position: absolute;
  right: 1rem;
  top: 1rem; }

#customer_login .button {
  width: 100%; }

.woocommerce-form__label-for-checkbox span,
.wc_payment_methods input[type="radio"] ~ label,
.woocommerce-checkout-review-order input[type="radio"] ~ label,
.cart_totals #shipping_method input[type="radio"] ~ label {
  cursor: pointer;
  position: relative; }
  .woocommerce-form__label-for-checkbox span::before,
  .wc_payment_methods input[type="radio"] ~ label::before,
  .woocommerce-checkout-review-order input[type="radio"] ~ label::before,
  .cart_totals #shipping_method input[type="radio"] ~ label::before {
    content: "";
    display: inline-block;
    position: relative;
    border: 1px solid #e6e6e6;
    height: 1.4rem;
    margin-right: 1rem;
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
    width: 1.4rem; }
  .woocommerce-form__label-for-checkbox span::after,
  .wc_payment_methods input[type="radio"] ~ label::after,
  .woocommerce-checkout-review-order input[type="radio"] ~ label::after,
  .cart_totals #shipping_method input[type="radio"] ~ label::after {
    content: "";
    display: block;
    position: absolute;
    background: #70d03d;
    display: none;
    height: 0.8rem;
    left: 0.3rem;
    top: 0.4rem;
    width: 0.8rem; }
  .woocommerce-form__label-for-checkbox span a,
  .wc_payment_methods input[type="radio"] ~ label a,
  .woocommerce-checkout-review-order input[type="radio"] ~ label a,
  .cart_totals #shipping_method input[type="radio"] ~ label a {
    text-decoration: underline; }

.wc_payment_methods input[type="radio"]:checked ~ label::after,
.woocommerce-checkout-review-order input[type="radio"]:checked + label::after,
.cart_totals #shipping_method input[type="radio"]:checked + label::after {
  display: block;
  top: 0.5rem; }

.woocommerce-form__input-checkbox,
.wc_payment_methods input[type="radio"],
.woocommerce-checkout-review-order input[type="radio"],
.cart_totals #shipping_method input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  opacity: 0;
  position: absolute; }
  .woocommerce-form__input-checkbox:checked ~ span::after,
  .wc_payment_methods input[type="radio"]:checked ~ span::after,
  .woocommerce-checkout-review-order input[type="radio"]:checked ~ span::after,
  .cart_totals #shipping_method input[type="radio"]:checked ~ span::after {
    display: block; }

.woocommerce-LostPassword {
  float: right;
  text-decoration: underline; }
  .woocommerce-LostPassword ~ label {
    width: auto; }

.woocommerce-password-strength {
  margin: 1rem 0; }

.shop_table {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  width: 100%; }
  .shop_table th {
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
    padding: 1.5rem;
    text-align: left; }
  .shop_table td {
    border-bottom: 1px solid #e6e6e6;
    padding: 1.5rem;
    vertical-align: middle; }
  .shop_table tr:last-child td {
    border: 0; }

@media (max-width: 450px) {
  .woocommerce-cart-form {
    background: none;
    border: 0;
    display: block; } }

@media (max-width: 450px) {
  .woocommerce-cart-form thead {
    display: none; } }

@media (max-width: 450px) {
  .woocommerce-cart-form tbody {
    display: block; } }

@media (max-width: 450px) {
  .woocommerce-cart-form tbody tr {
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 17rem;
    padding: 2rem 0;
    position: relative;
    width: 100%; } }

@media (max-width: 450px) {
  .woocommerce-cart-form tbody tr:last-child {
    border: 0; } }

@media (max-width: 450px) {
  .woocommerce-cart-form td {
    display: block;
    margin-bottom: 1.5rem;
    padding: 0 4rem 0 16rem; } }

.woocommerce-cart-form td.product-thumbnail {
  width: 150px; }
  @media (max-width: 450px) {
    .woocommerce-cart-form td.product-thumbnail {
      height: 100%;
      left: 0;
      min-height: 150px;
      padding: 2rem 1rem;
      position: absolute;
      top: 0; } }

.woocommerce-cart-form td.product-subtotal {
  max-width: 15rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media (max-width: 450px) {
    .woocommerce-cart-form td.product-subtotal {
      max-width: 100%; } }

.woocommerce-cart-form td.product-quantity {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.woocommerce-cart-form td.product-remove {
  font-size: 2.5rem;
  width: 5rem; }
  @media (max-width: 450px) {
    .woocommerce-cart-form td.product-remove {
      padding: 1rem;
      position: absolute;
      right: 0;
      text-align: right;
      top: 0; } }

.woocommerce-cart-form tr:last-child td {
  border: 0; }

.quantity {
  max-width: 10rem; }
  .quantity label {
    display: none; }
    @media (max-width: 450px) {
      .quantity label {
        display: block; } }

.cart-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4rem 0 6rem; }
  @media (max-width: 580px) {
    .cart-actions {
      display: block; } }
  @media (max-width: 450px) {
    .cart-actions {
      margin-top: 1.25rem; } }
  .cart-actions .button {
    font-weight: 400; }

.coupon {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 55rem;
  padding-right: 15.5rem;
  position: relative;
  width: 100%; }
  @media (max-width: 450px) {
    .coupon {
      padding: 0; } }
  .coupon .form__field {
    margin: 0; }
  .coupon button {
    position: absolute;
    right: 0;
    top: 0; }
    @media (max-width: 450px) {
      .coupon button {
        margin: 1.25rem 0;
        position: relative;
        right: auto;
        top: auto;
        width: 100%; } }

.cart-update {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 2.5rem;
  width: 21rem; }
  @media (max-width: 768px) {
    .cart-update {
      width: 16rem; } }
  @media (max-width: 580px) {
    .cart-update {
      margin: 0;
      margin-top: 2.5rem;
      width: 100%; } }
  @media (max-width: 450px) {
    .cart-update {
      margin-top: 0; } }

.cart-collaterals {
  margin-left: auto;
  max-width: 35rem; }
  @media (max-width: 450px) {
    .cart-collaterals {
      margin-bottom: 6rem;
      max-width: 100%; } }
  .cart-collaterals h2 {
    display: none; }
  .cart-collaterals td {
    text-align: right; }
  .cart-collaterals tr:last-child th,
  .cart-collaterals tr:last-child td {
    border: 0;
    font-size: 2.1rem;
    font-weight: 700; }
  .cart-collaterals .wc-proceed-to-checkout a {
    margin-top: 2.5rem;
    width: 100%; }

.woocommerce-MyAccount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 700px) {
    .woocommerce-MyAccount {
      display: block; } }
  .woocommerce-MyAccount .woocommerce-MyAccount-navigation {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30rem; }
    @media (max-width: 700px) {
      .woocommerce-MyAccount .woocommerce-MyAccount-navigation {
        margin-bottom: 6rem;
        width: 100%; } }
  .woocommerce-MyAccount .woocommerce-MyAccount-navigation-link {
    border-bottom: 1px solid #e6e6e6;
    padding: 2rem 0; }
    @media (max-width: 700px) {
      .woocommerce-MyAccount .woocommerce-MyAccount-navigation-link {
        padding: 1rem 0; } }
    .woocommerce-MyAccount .woocommerce-MyAccount-navigation-link:last-child {
      border: 0; }
  .woocommerce-MyAccount .woocommerce-MyAccount-navigation-link a {
    font-size: 2.1rem; }
    @media (max-width: 700px) {
      .woocommerce-MyAccount .woocommerce-MyAccount-navigation-link a {
        font-size: 1.4rem; } }
  .woocommerce-MyAccount .woocommerce-MyAccount-content {
    margin-left: auto;
    max-width: 80rem;
    padding-left: 2.5rem;
    width: 100%; }
    @media (max-width: 700px) {
      .woocommerce-MyAccount .woocommerce-MyAccount-content {
        padding-left: 0; } }

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  width: calc(100% + 2.5rem); }
  @media (max-width: 450px) {
    .products {
      margin-left: -0.625rem;
      width: calc(100% + 1.25rem); } }
  .products.columns-4 .product {
    width: 25%; }
    @media (max-width: 1024px) {
      .products.columns-4 .product {
        width: 33.333%; } }
    @media (max-width: 768px) {
      .products.columns-4 .product {
        width: 50%; } }
  .products .product {
    margin-bottom: 2.5rem;
    padding: 0 1.25rem;
    width: 33.333%; }
    @media (max-width: 450px) {
      .products .product {
        padding: 0 0.625rem; } }

.product {
  position: relative; }
  .product .onsale {
    background: red;
    color: #ffffff;
    display: block;
    font-weight: 700;
    left: 0;
    min-width: 6rem;
    padding: 0.5rem 1rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 2rem; }
  .product .price {
    font-weight: 700; }
    .product .price del {
      opacity: 0.4; }
    .product .price ins {
      color: red;
      text-decoration: none; }

.woocommerce-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 2.5rem;
  width: 30rem; }
  @media (max-width: 1024px) {
    .sidebar {
      width: 20rem; } }
  @media (max-width: 768px) {
    .sidebar {
      background: #ffffff;
      height: calc(100vh - 14.8rem);
      left: 100%;
      padding-right: 0;
      position: absolute;
      top: 14.8rem;
      -webkit-transition: 400ms cubic-bezier(0.4, 0, 0, 1);
      transition: 400ms cubic-bezier(0.4, 0, 0, 1);
      width: 100%;
      z-index: 2; }
      .safari .sidebar {
        height: 100vh;
        margin-top: -14.8rem;
        padding-top: 14.8rem; } }
  @media (max-width: 700px) {
    .sidebar {
      height: calc(100vh - 11rem);
      top: 11rem; }
      .safari .sidebar {
        height: 100vh;
        margin-top: -11rem;
        padding-top: 11rem; } }
  @media (max-width: 500px) {
    .sidebar {
      height: calc(100vh - 13.3rem);
      top: 7.7rem; }
      .safari .sidebar {
        height: 100vh;
        margin-top: -13.3rem;
        padding-top: 13.3rem; } }
  @media (max-width: 768px) {
    .filter-open .sidebar {
      left: 0; } }
  @media (max-width: 768px) {
    .sidebar__wrap {
      height: 100%;
      overflow: auto;
      padding: 2.5rem; } }
  .sidebar .widget {
    border-bottom: 1px solid #e6e6e6; }
  .sidebar__filter-toggle {
    display: none;
    margin-top: 4rem;
    width: 100%; }
    @media (max-width: 768px) {
      .sidebar__filter-toggle {
        display: block; } }

.berocket_aapf_widget {
  margin: 0 0 1.5rem !important; }
  .berocket_aapf_widget-title_div {
    padding-left: 30px;
    padding-right: 0 !important; }
  .berocket_aapf_widget-title {
    font-size: 1.8rem !important;
    font-weight: 700;
    margin-bottom: 0 !important;
    min-height: 0;
    padding: 1.5rem 0; }
  .berocket_aapf_widget_show {
    left: 0;
    right: auto;
    -webkit-transition: 100ms linear;
    transition: 100ms linear; }
  .berocket_aapf_widget input[type="checkbox"] {
    display: none; }
    .berocket_aapf_widget input[type="checkbox"]:checked ~ label {
      background: #333333;
      color: #ffffff; }
    .berocket_aapf_widget input[type="checkbox"] ~ label {
      background: #ffffff;
      border: 1px solid #333333;
      border-radius: 1.6rem;
      display: inline-block;
      margin-bottom: 1rem;
      padding: 0.3rem 1rem;
      width: auto; }

.berocket_aapf_widget_show {
  display: block !important; }

.woocommerce-loop-product__link {
  background: #ffffff;
  display: block;
  height: 100%;
  padding-bottom: 4.5rem;
  position: relative; }
  @media (max-width: 450px) {
    .woocommerce-loop-product__link {
      padding-bottom: 3.5rem; } }
  .woocommerce-loop-product__link:hover {
    -webkit-box-shadow: 0 0 1px #e6e6e6;
    box-shadow: 0 0 1px #e6e6e6; }
    .woocommerce-loop-product__link:hover .woocommerce-loop-product__button {
      background: #70d03d;
      color: #ffffff; }
      .woocommerce-loop-product__link:hover .woocommerce-loop-product__button path {
        fill: #ffffff; }

.woocommerce-loop-product__delivery-offer {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #faf8f7;
  border-radius: 0.2rem;
  displaY: flex;
  opacity: 0.85;
  padding: 0.5rem 1rem 0.5rem 0.6rem;
  position: absolute;
  top: 1rem;
  left: 1rem; }

.woocommerce-loop-product__delivery-icon {
  display: inline-block;
  margin-right: 1rem;
  width: 2rem; }

.woocommerce-loop-product__content {
  padding: 1rem; }

.woocommerce-loop-product__title {
  font-weight: 700;
  margin-bottom: 1rem; }

.woocommerce-loop-product__rrp {
  margin-top: 1rem;
  opacity: 0.5;
  text-decoration: line-through; }

.woocommerce-loop-product__button {
  bottom: 0;
  display: block;
  font-weight: 700;
  left: 0;
  padding: 1rem;
  position: absolute;
  width: 100%; }
  @media (max-width: 450px) {
    .woocommerce-loop-product__button {
      font-size: 1.4rem;
      font-weight: 400; } }
  .woocommerce-loop-product__button path {
    fill: #333333; }

.woocommerce-loop-product__button-icon {
  display: inline-block;
  margin-left: 1rem;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 1rem; }
  .woocommerce-loop-product__button-icon svg {
    width: 1rem;
    height: 0.6rem; }

.woocommerce-product-gallery {
  width: 50%; }
  @media (max-width: 768px) {
    .woocommerce-product-gallery {
      width: 100%; } }
  .woocommerce-product-gallery__wrapper {
    margin: 0;
    padding-right: 2.5rem; }
    @media (max-width: 768px) {
      .woocommerce-product-gallery__wrapper {
        padding-right: 0; } }
  .woocommerce-product-gallery__image {
    width: 100%; }
  .woocommerce-product-gallery__full {
    margin-bottom: 2.5rem;
    position: relative; }
  .woocommerce-product-gallery__navigation {
    margin-bottom: 2.5rem;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem / 2); }
    @media (max-width: 768px) {
      .woocommerce-product-gallery__navigation {
        display: none; } }
    .woocommerce-product-gallery__navigation .woocommerce-product-gallery__image {
      padding: 0 1.25rem;
      width: 33.333%; }
  .woocommerce-product-gallery img {
    display: block;
    width: 100%; }
  .woocommerce-product-gallery a {
    display: block; }
  .woocommerce-product-gallery .flickity-viewport {
    height: auto; }
  .woocommerce-product-gallery .flickity-prev-next-button {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 5rem;
    margin-top: -2.5rem;
    top: 50%;
    width: 5rem; }
    @media (max-width: 450px) {
      .woocommerce-product-gallery .flickity-prev-next-button {
        display: none; } }
    .woocommerce-product-gallery .flickity-prev-next-button::after {
      background-image: url("../images/icon--carat-type.svg"); }
    .woocommerce-product-gallery .flickity-prev-next-button.previous {
      left: 2rem;
      right: auto; }
    .woocommerce-product-gallery .flickity-prev-next-button.next {
      left: auto;
      right: 2rem; }
  .woocommerce-product-gallery .flickity-page-dots {
    display: none;
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    text-align: center; }
    @media (max-width: 768px) {
      .woocommerce-product-gallery .flickity-page-dots {
        display: block; } }
  .woocommerce-product-gallery .dot {
    background: #333333;
    border-radius: 0.4rem;
    display: inline-block;
    height: 1.1rem;
    margin: 0 0.5rem;
    opacity: 0.13;
    width: 1.1rem; }
    .woocommerce-product-gallery .dot.is-selected {
      opacity: 0.5; }

.single-product .product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-product .summary {
  width: 50%; }
  @media (max-width: 768px) {
    .single-product .summary {
      width: 100%; } }
  .single-product .summary .product_title {
    margin-bottom: 1rem; }
  .single-product .summary .woocommerce-LoopProduct-rrp {
    margin-bottom: 1rem; }
  .single-product .summary .price {
    font-weight: 700;
    margin: 1rem 0; }
    .single-product .summary .price small {
      font-size: 50%;
      margin-left: 1rem; }
  .single-product .summary .product_meta {
    margin-bottom: 2rem; }

.single-product .cart .quantity label {
  display: none; }

.single-product .cart .qty {
  -moz-appearance: textfield;
  text-align: center; }
  .single-product .cart .qty::-webkit-inner-spin-button, .single-product .cart .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.single-product .cart .button {
  font-size: 1.8rem;
  margin: 4rem 0;
  max-width: 28rem;
  text-transform: uppercase;
  width: 100%; }

.single-product .cart .woocommerce-variation-description,
.single-product .cart .woocommerce-variation-price {
  display: none !important; }

.single-product .cart .woocommerce-variation-availability p {
  margin: 0 0 2rem; }

.stock__icon {
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle; }
  .stock__icon::before {
    content: "";
    display: inline-block;
    position: relative;
    height: 1.5rem;
    margin-right: 0.5rem;
    width: 1.5rem; }
  .stock__icon--in::before {
    background: url("../images/icon--level-in.svg") center no-repeat; }
  .stock__icon--special::before {
    background: url("../images/icon--level-special.svg") center no-repeat; }
  .stock__icon--out::before {
    background: url("../images/icon--level-out.svg") center no-repeat; }

.reset_variations {
  display: none !important; }

.woocommerce-tabs__item {
  border-bottom: 1px solid #e6e6e6;
  width: 100%; }
  .woocommerce-tabs__item:first-child {
    border-top: 1px solid #e6e6e6; }
  .woocommerce-tabs__item.open .woocommerce-tabs__trigger::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

.woocommerce-tabs__trigger {
  display: block;
  font-size: 2.1rem;
  padding: 2rem 0 2rem 3rem;
  position: relative;
  width: 100%; }
  @media (max-width: 768px) {
    .woocommerce-tabs__trigger {
      font-size: 1.8rem; } }
  .woocommerce-tabs__trigger::before {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icon--carat-type.svg") center no-repeat;
    background-size: 1.7rem;
    height: 2rem;
    left: 0;
    margin-top: -1rem;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 150ms linear;
    transition: 150ms linear;
    width: 2rem; }
    @media (max-width: 768px) {
      .woocommerce-tabs__trigger::before {
        background-size: 1.3rem; } }
  .woocommerce-tabs__trigger:focus {
    outline: none; }

.woocommerce-tabs__content {
  padding: 0 0 2rem 3rem; }
  @media (max-width: 768px) {
    .woocommerce-tabs__content {
      padding-left: 0; } }

.shop_attributes {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  width: 100%; }
  .shop_attributes th,
  .shop_attributes td {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 2rem; }
  .shop_attributes tr:last-child th,
  .shop_attributes tr:last-child td {
    border-bottom: 0; }
  .shop_attributes th {
    text-align: left; }
  .shop_attributes td {
    text-align: right; }
  .shop_attributes p {
    margin: 0; }

.cart label {
  display: block;
  font-weight: 700; }

.variations {
  max-width: 28rem;
  width: 100%; }
  .variations tr,
  .variations td {
    display: block;
    padding: 0; }
  .variations .value {
    margin-bottom: 2rem; }

.woocommerce-category-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8rem; }
  .woocommerce-category-header-wrap .woocommerce-products-header {
    margin-right: 2.5rem; }
  .woocommerce-category-header-wrap .berocket_aapf_selected_area_block {
    display: none !important; }
  .woocommerce-category-header-wrap .category-thumbnail {
    display: block;
    margin-left: auto;
    margin-top: 4rem;
    max-width: 40rem;
    min-width: 30rem;
    width: 100%; }
    @media (max-width: 768px) {
      .woocommerce-category-header-wrap .category-thumbnail {
        display: none; } }

.archive .woocommerce-products-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .archive .woocommerce-products-header .woocommerce-breadcrumb {
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
  .archive .woocommerce-products-header .page-title {
    margin-bottom: 3rem; }
    @media (max-width: 768px) {
      .archive .woocommerce-products-header .page-title {
        margin: 0; } }

.product-category.product h2 {
  margin: 0; }

.product-category.product .count {
  display: none; }

.woocommerce-category-header-bar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  padding: 1rem 0; }
  @media (max-width: 768px) {
    .woocommerce-category-header-bar {
      border: 0;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .woocommerce-category-header-bar {
      margin-bottom: 2rem; } }
  .woocommerce-category-header-bar__title-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2.5rem;
    width: 30rem; }
    @media (max-width: 1024px) {
      .woocommerce-category-header-bar__title-wrap {
        width: 20rem; } }
    @media (max-width: 768px) {
      .woocommerce-category-header-bar__title-wrap {
        display: none; } }
    @media (max-width: 1024px) {
      .woocommerce-category-header-bar__title-wrap .berocket_aapf_selected_area_block {
        display: none !important; } }
    .woocommerce-category-header-bar__title-wrap li {
      margin: 0 !important; }
    .woocommerce-category-header-bar__title-wrap .br_unselect_all:before {
      content: "";
      display: inline-block;
      position: relative;
      background: url("../images/icon--cross.svg") center no-repeat;
      height: 1rem;
      margin-right: 0.4rem;
      width: 1rem; }
    .woocommerce-category-header-bar__title-wrap .br_unselect_all i {
      display: none; }
  .woocommerce-category-header-bar__title {
    font-weight: bold;
    margin-bottom: 0; }
  .woocommerce-category-header-bar .berocket_aapf_widget_selected_filter {
    display: none; }
  .woocommerce-category-header-bar .woocommerce-result-count {
    margin: 0; }
    @media (max-width: 768px) {
      .woocommerce-category-header-bar .woocommerce-result-count {
        display: block;
        margin-bottom: 2rem;
        width: 100%; } }
  .woocommerce-category-header-bar__filter {
    display: none;
    padding: 1.1rem 2rem;
    width: calc(50% - 2.5rem / 2); }
    @media (max-width: 768px) {
      .woocommerce-category-header-bar__filter {
        display: block; } }
    .woocommerce-parent-category .woocommerce-category-header-bar__filter {
      display: none; }

.woocommerce-ordering {
  margin-left: auto; }
  @media (max-width: 768px) {
    .woocommerce-ordering {
      width: calc(50% - 2.5rem / 2); } }
  .woocommerce-ordering label {
    display: inline-block;
    margin-right: 1rem;
    width: auto; }
    @media (max-width: 768px) {
      .woocommerce-ordering label {
        display: none; } }
  .woocommerce-ordering .form__select {
    display: inline-block; }
    @media (max-width: 768px) {
      .woocommerce-ordering .form__select {
        width: 100%; } }
    .woocommerce-ordering .form__select select {
      padding-bottom: 1rem;
      padding-top: 1rem; }
      @media (max-width: 768px) {
        .woocommerce-ordering .form__select select {
          width: 100%; } }

.related {
  margin-top: 4rem;
  width: 100%; }
  @media (max-width: 768px) {
    .related {
      margin-top: 5rem; } }
  .related__title {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 2.5rem;
    padding-bottom: 1rem; }
    @media (max-width: 768px) {
      .related__title {
        font-size: 2.1rem; } }
  @media (max-width: 1300px) {
    .related .products {
      margin-left: 9rem;
      width: calc(100% - 18rem); } }
  @media (max-width: 768px) {
    .related .products {
      margin-left: 3rem;
      width: calc(100% - 6rem); } }
  @media (max-width: 550px) {
    .related .products.columns-4 .product {
      width: 100%; } }
  .related .flickity-viewport {
    width: 100%; }

.woocommerce-checkout .page-single {
  position: relative; }
  .woocommerce-checkout .page-single .page-title {
    margin-bottom: 3rem; }
  .woocommerce-checkout .page-single .woocommerce > .woocommerce-info {
    display: block;
    margin-bottom: 3rem; }
    .woocommerce-checkout .page-single .woocommerce > .woocommerce-info a {
      text-decoration: underline; }
  .woocommerce-checkout .page-single .woocommerce-form-login > p {
    margin-bottom: 3rem; }
  .woocommerce-checkout .page-single .woocommerce-form-login .form-row:nth-child(5) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .woocommerce-checkout .page-single .woocommerce-form-login label {
    width: auto; }
  .woocommerce-checkout .page-single .woocommerce-form-login .button {
    margin-left: auto;
    min-width: 18rem; }
  .woocommerce-checkout .page-single .woocommerce-form-login .lost_password {
    display: none; }
  .woocommerce-checkout .page-single .page-title,
  .woocommerce-checkout .page-single .woocommerce-form-login,
  .woocommerce-checkout .page-single .woocommerce > .woocommerce-info,
  .woocommerce-checkout .page-single .checkout_coupon {
    max-width: 80rem;
    padding-right: 45rem; }
    @media (max-width: 850px) {
      .woocommerce-checkout .page-single .page-title,
      .woocommerce-checkout .page-single .woocommerce-form-login,
      .woocommerce-checkout .page-single .woocommerce > .woocommerce-info,
      .woocommerce-checkout .page-single .checkout_coupon {
        max-width: 100%;
        padding-right: 0; } }

.woocommerce-checkout-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 850px) {
    .woocommerce-checkout-wrap {
      display: block; } }

#order_review_heading {
  display: none; }

.woocommerce-checkout-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 55rem;
  padding-right: 5rem; }
  @media (max-width: 850px) {
    .woocommerce-checkout-content {
      max-width: 100%;
      padding-right: 0; } }

.woocommerce-checkout-sidebar {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  width: 40rem; }
  @media (max-width: 850px) {
    .woocommerce-checkout-sidebar {
      margin-bottom: 10rem;
      width: 100%; } }
  @media (max-width: 850px) {
    .woocommerce-checkout-sidebar .inner-wrapper-sticky {
      left: auto !important;
      position: relative !important;
      top: auto !important;
      -webkit-transform: none !important;
      transform: none !important;
      width: auto !important; } }

.woocommerce-additional-fields h3 {
  display: none; }

.payment_methods {
  margin: 2.5rem 0; }

.payment_method_paypal a,
.payment_method_paypal img {
  display: none; }

.payment_method_sagepayform img {
  display: none; }

#place_order {
  width: 100%; }

.woocommerce-checkout-review-order-table .order-total th {
  border: 0; }

.woocommerce-checkout-review-order-table label {
  font-size: 1.4rem; }

.products-wrap-fix {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.wc_payment_method {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  .wc_payment_method:last-child {
    border: 0; }

.berocket_aapf_selected_area_block {
  display: none; }

.blockOverlay {
  background: #faf8f7 !important; }

.tile-cart {
  margin-bottom: 4rem; }
  .tile-cart table {
    width: 100%; }
    .tile-cart table span, .tile-cart table label {
      font-size: 1.8rem;
      font-weight: 700; }
  .tile-cart td {
    border-top: 1px solid #e6e6e6;
    padding: 2.5rem 2rem 2.5rem 0; }
  .tile-cart tr:last-child td {
    border-bottom: 1px solid #e6e6e6; }
  .tile-cart input {
    padding: 1rem 0; }
  .tile-cart input[type='number'] {
    -moz-appearance: textfield;
    text-align: center; }
  .tile-cart input[type=number]::-webkit-inner-spin-button,
  .tile-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .tile-cart__small {
    display: block;
    font-size: 1.4rem !important; }
  .tile-cart__input {
    padding-right: 0 !important;
    width: 8rem; }
  .tile-cart__aux {
    margin-top: 2rem; }
  .tile-cart__quantity {
    display: none; }
  .tile-cart__price {
    display: block;
    font-weight: 700;
    text-align: right;
    margin-bottom: 1rem; }
  .tile-cart #tile-cart-price {
    display: block;
    font-size: 5.4rem; }
  .tile-cart__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .tile-cart button {
    margin-left: auto;
    text-transform: uppercase;
    width: calc(50% - 1rem); }

.free-sample {
  margin-top: -8.8rem;
  margin-bottom: 4rem;
  width: calc(50% - 1rem); }
  .free-sample button {
    width: 100%; }

.cart-collaterals #shipping_method {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.various-notice {
  font-size: 1.4rem; }

.product-shipping-cost {
  text-transform: capitalize; }

.berocket_slider_start_val,
.berocket_slider_end_val {
  background: none !important;
  border: 0 !important;
  font-style: normal !important;
  padding: 0 !important; }

.woocommerce-order-received .woocommerce-customer-details {
  display: none !important; }

.woocommerce-order-received .woocommerce-order-details {
  margin-top: 6rem !important; }

.woocommerce-breadcrumb {
  padding-bottom: 6rem;
  padding-top: 4rem; }
  @media (max-width: 768px) {
    .woocommerce-breadcrumb {
      padding-bottom: 4rem; } }
  @media (max-width: 450px) {
    .woocommerce-breadcrumb {
      color: #faf8f7;
      overflow: hidden;
      padding-bottom: 2rem;
      padding-top: 2rem; } }
  .woocommerce-breadcrumb a {
    opacity: 0.4; }
    @media (max-width: 450px) {
      .woocommerce-breadcrumb a {
        color: #333333;
        display: none; }
        .woocommerce-breadcrumb a::before {
          content: "";
          display: inline-block;
          position: relative;
          background: url("../images/icon--carat-type.svg") center no-repeat;
          height: 1rem;
          margin-right: 0.7rem;
          -webkit-transform: rotate(90deg) translateX(0.1rem);
          transform: rotate(90deg) translateX(0.1rem);
          width: 0.9rem; }
        .woocommerce-breadcrumb a:last-of-type {
          display: inline-block; } }
  .woocommerce-breadcrumb__delimiter {
    margin: 0 2rem;
    opacity: 0.7; }
    @media (max-width: 450px) {
      .woocommerce-breadcrumb__delimiter {
        display: none; } }
    .woocommerce-breadcrumb__delimiter svg {
      height: 1rem;
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg);
      width: 0.9rem; }
    .woocommerce-breadcrumb__delimiter path {
      fill: #333333; }
  .woocommerce .woocommerce-breadcrumb {
    padding-left: 0;
    padding-right: 0; }

.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden; }

.flickity-prev-next-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 9rem; }
  @media (max-width: 768px) {
    .flickity-prev-next-button {
      width: 5rem; } }
  .flickity-prev-next-button::after {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/icon--carat-grey.svg") center no-repeat;
    background-size: 1.7rem 2.8rem;
    height: 100%;
    left: 0;
    pointer-events: none;
    top: 0;
    width: 100%; }
    .related .flickity-prev-next-button::after {
      background: url("../images/icon--carat-type.svg") center no-repeat;
      background-size: 1.7rem 2.8rem; }
  .flickity-prev-next-button.previous {
    right: 100%; }
    .flickity-prev-next-button.previous::after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .flickity-prev-next-button.next {
    left: 100%; }
    .flickity-prev-next-button.next::after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .flickity-prev-next-button svg {
    display: none; }

.ui-datepicker {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  background: #ffffff; }
  .ui-datepicker th,
  .ui-datepicker td {
    font-size: 1.4rem;
    text-align: center;
    padding: 0.3rem;
    line-height: 1.3; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 1.4rem; }

.ui-datepicker-title {
  font-weight: 700;
  margin-bottom: 1rem; }

.ui-datepicker-next {
  float: right; }

.ui-datepicker-unselectable {
  opacity: 0.5; }

.ui-datepicker-current-day {
  background: #70d03d;
  color: #ffffff; }

input.hasDatepicker {
  cursor: pointer;
  border: 0;
  padding: 0;
  font-size: 1.4rem; }

.alignleft {
  float: left; }
  .alignleftimg {
    margin: 0.5rem 2.5rem 1.25rem 0; }

.alignright {
  float: right; }
  .alignrightimg {
    margin: 0.5rem 0 1.25rem 2.5rem; }

.aligncenter {
  display: block;
  margin: 0 auto; }
  .aligncenterimg {
    margin: 0.5rem auto 2.5rem; }

/*# sourceMappingURL=main.css.map */
