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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  /*box-sizing: content-box; */
}

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* Extra Resets */
*, *:after, *:before {
  box-sizing: border-box;
}

html, body {
  background-color: #fff;
}

/*@import "lib/fontello";*/
@font-face {
  font-family: "plantin";
  src: url("/content/fonts/plantin-webfont.eot");
  src: url("/content/fonts/plantin-webfont.eot?#iefix") format("embedded-opentype"), url("/content/fonts/plantin-webfont.woff2") format("woff2"), url("/content/fonts/plantin-webfont.woff") format("woff"), url("/content/fonts/plantin-webfont.ttf") format("truetype"), url("/content/fonts/plantin-webfont.svg#plantinregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "plantin";
  src: url("/content/fonts/plantin-bold-webfont.woff2") format("woff2"), url("/content/fonts/plantin-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "plantin";
  src: url("/content/fonts/plantin-bolditalic-webfont.woff2") format("woff2"), url("/content/fonts/plantin-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "plantin";
  src: url("/content/fonts/plantin-italic-webfont.woff2") format("woff2"), url("/content/fonts/plantin-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "plantinbq";
  src: url("/content/fonts/plantinbq-italic-webfont.woff2") format("woff2"), url("/content/fonts/plantinbq-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "plantin_condensedbold";
  src: url("/content/fonts/plantin-boldcondensed-webfont.woff2") format("woff2"), url("/content/fonts/plantin-boldcondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Light";
  src: url("../../../Content/Fonts/Lato-Light.woff") format("woff"), url("../../../Content/Fonts/Lato-Light.woff2") format("woff2"), url("../../../Content/Fonts/Lato-Light.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Lato";
  src: url("../../../Content/Fonts/Lato-Regular.woff") format("woff"), url("../../../Content/Fonts/Lato-Regular.woff2") format("woff2"), url("../../../Content/Fonts/Lato-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Domaine-Light";
  src: url("../../../Content/Fonts/DomaineTextWeb-Light.eot") format("embedded-opentype"), url("/content/fonts/DomaineTextWeb-Light.woff2") format("woff2"), url("/content/fonts/DomaineTextWeb-Light.woff2") format("woff");
}
@font-face {
  font-family: "Domaine";
  src: url("../../../Content/Fonts/DomaineTextWeb-Regular.eot") format("embedded-opentype"), url("/content/fonts/DomaineTextWeb-Regular.woff2") format("woff2"), url("/content/fonts/DomaineTextWeb-Regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #464646;
  font-family: "Lato", Georgia, serif;
  font-size: 14px;
  line-height: 1.75;
  font-weight: normal;
}

body {
  font-family: "Lato", Georgia, serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  letter-spacing: 0.1em;
}

a {
  color: #464646;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: normal;
  color: #343434;
  margin-top: 0px;
}

h1, .h1 {
  font-size: 2.8571428571em;
  font-family: "Domaine";
}

h2 {
  font-size: 20px;
}

.sub-section-title {
  font-family: "Lato";
  font-size: 1.2857142857em;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #E5E5E5; /* old IE */
  background-color: #E5E5E5; /* Modern Browsers */
  margin: 0;
  padding: 0;
}

hr.mini {
  color: #343434; /* old IE */
  background-color: #343434; /* Modern Browsers */
  width: 145px;
  margin: 0 auto 0 auto;
}

@media only screen and (max-width: 48em) {
  .sub-section-title {
    margin-top: 30px;
  }
}
/**
 * Based content https://css-tricks.com/dont-overthink-it-grids/
 */
.grid {
  margin: 0 0 1.2em 0;
  padding: 0 1.2em;
  max-width: 1200px;
  position: relative;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1000px;
}

.grid-no-end-pad {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 1.2em;
  max-width: 1200px;
}
.grid-no-end-pad:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding: 20px 0 20px 20px;
}

.grid-pad > [class*=col-]:last-of-type {
  padding-right: 20px;
}

[class*=col-] {
  float: left;
  padding-right: 1.2em;
}
.grid [class*=col-]:last-of-type {
  padding-right: 1.2em;
}

.col-max {
  width: 100%;
  padding-right: 0;
}

@media only screen and (max-width: 34em) {
  .grid {
    margin-bottom: 1em;
    padding-left: 5px;
    padding-right: 5px;
  }
  .grid-no-end-pad {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
  }
  [class*=col-] {
    padding-right: 0;
  }
}
@media only screen and (min-width: 68.75em) {
  .grid, .grid-no-end-pad {
    margin-left: auto;
    margin-right: auto;
  }
}
.btn {
  text-decoration: underline;
  padding: 2px 22px;
  display: inline-block;
  white-space: nowrap;
  border: none;
  text-align: center;
  color: #fff;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
}
.btn:hover {
  text-decoration: none;
}
.btn--pink {
  background-color: #537a84;
  color: #fff;
  font-family: "Lato";
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
}
.btn--pink:hover {
  background-color: rgb(117.4, 148.6, 156.6);
  text-decoration: none;
}
.btn--buy {
  background-color: #d9afb1;
}
.btn--buy:hover {
  background-color: rgb(224.6, 191, 192.6);
  text-decoration: none;
}
.btn--white {
  background-color: transparent;
  border: 1px solid #537a84;
  color: #537a84;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 30px;
  font-family: "Lato";
  line-height: 1;
  letter-spacing: 2px;
}
.btn--white:hover {
  background-color: rgb(250.2, 250.2, 250.2);
  text-decoration: none;
}
.btn--checkout {
  background-color: #537a84;
  border: 1px solid #537a84;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 70px;
  font-family: "Lato";
  line-height: 1;
  letter-spacing: 2px;
}
.btn--checkout:hover {
  background-color: rgb(117.4, 148.6, 156.6);
  text-decoration: none;
}
.btn--payment {
  background-color: #537a84;
  border: 1px solid #537a84;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 70px;
  font-family: "Lato";
  line-height: 1;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 30px;
}
.btn--payment:hover {
  background-color: rgb(117.4, 148.6, 156.6);
  text-decoration: none;
}
.btn--white-outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px;
  font-family: "Lato";
  line-height: 1;
  letter-spacing: 2px;
  width: 200px;
  text-align: center;
}
.btn--white-outline:hover {
  background-color: white;
  color: #537a84;
  text-decoration: none;
}

.btn-quantity {
  text-decoration: none;
  padding: 0 5px;
  display: inline;
  white-space: nowrap;
  font-size: 12px;
  border: none;
  text-align: center;
  color: #fff;
  background-color: #7c8487;
  border-radius: 0;
  cursor: pointer;
}

.btn-alt {
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
  font-size: 17px;
  padding: 4px 25px;
}
.btn-alt:hover {
  background-color: #333;
  color: #fff;
}

.btn-alt-light {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-size: 17px;
  padding: 4px 25px;
}
.btn-alt-light:hover {
  background-color: #fff;
  color: #333;
}

.btn-main {
  background-color: #537a84;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Lato";
  font-size: 12px;
  text-decoration: none;
  padding: 9px 30px;
  letter-spacing: 1px;
}
.btn-main:hover {
  background-color: rgb(117.4, 148.6, 156.6);
}

.btn-large {
  font-size: 17px;
  padding: 7px 20px;
  width: 200px;
  font-family: "Lato", sans-serif;
}

a#imega-see-info {
  background-color: #537a84 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  text-align: center !important;
  font-family: "Lato" !important;
  font-size: 12px !important;
  text-decoration: none !important;
  padding: 11px 30px !important;
  letter-spacing: 1px !important;
  float: right !important;
}
a#imega-see-info:hover {
  background-color: rgb(117.4, 148.6, 156.6) !important;
}

#imega-widget-anchor div.imega-anchor-top {
  width: 100% !important;
  float: left !important;
}

#imega-widget-anchor {
  max-width: 313px !important;
}

#imega-widget-anchor img {
  display: block !important;
}

.imega-anchor-bottom {
  clear: both !important;
  width: 100% !important;
  margin: 20px 0 !important;
  float: left !important;
}

.btn-product-info {
  text-decoration: none;
  padding: 8px 25px;
  display: inline-block;
  white-space: nowrap;
  border: none;
  text-align: center;
  color: #000000;
  background-color: #EBEBEB;
  border-radius: 0;
  cursor: pointer;
  font-size: 17px;
  width: 200px;
  margin-top: 15px;
}
.btn-product-info:hover {
  background-color: rgb(117.4, 148.6, 156.6);
  text-decoration: none;
}

.btn-plus-minus, .btn-remove {
  background-color: transparent;
  padding: 4px;
  color: #000;
  font-size: 15px;
  border: none;
}

@media only screen and (max-width: 34em) {
  .mobile-action-bar {
    background-color: #424242;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    font-size: 1.3em;
    display: block;
    z-index: 40;
  }
}
input[type=text], input[type=search], input[type=number] {
  padding: 0.4em;
}

/* Remove inner shadow on iOS devices */
input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; /* mobile firefox too! */
}

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

input[type=number] {
  -moz-appearance: textfield;
}

form .form-control:focus {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
form .form-textarea {
  height: 80px;
}
form .col-cart-form-control {
  position: relative;
}
form .form-control.error {
  margin-bottom: 0 !important;
  border: 1px solid #d9afb1 !important;
}
form label.error {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: normal;
  background-color: #d9afb1;
  color: #fff;
  padding: 4px 6px;
  position: relative;
  margin-bottom: 10px;
}
form label.error:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #d9afb1 transparent;
}

.mobile-only {
  display: none;
}

.mobile-hide {
  display: initial;
}

@media only screen and (max-width: 34em) {
  .mobile-only {
    display: initial;
  }
  .mobile-hide {
    display: none;
  }
}
/**
    Base for any panel component
*/
.modal-body-lock {
  overflow: hidden;
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  display: none;
  overflow-y: auto;
}

.modal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.7);
}

.modal-large {
  max-width: 1200px;
}

.modal-medium {
  max-width: 600px;
}

.modal-small {
  max-width: 400px;
}

.modal-container {
  background-color: #fff;
  border: solid 1px #d3e0e9;
  border-radius: 3px;
  margin: 2em auto;
  display: flex;
  flex-direction: column;
}

.modal-header {
  border-bottom: 1px solid #eee;
  display: flex;
  padding: 0.8em 1em;
  flex-shrink: 0;
}

.modal-title, .modal-header-actions {
  font-size: 1.5em;
}

.modal-title {
  margin: 0;
  font-size: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
}

.modal-header-actions a {
  color: #424242;
}

.modal-body {
  padding: 1em;
  overflow-y: auto;
  flex-shrink: 1;
}

.modal-body-no-pad {
  padding: 0;
}

.modal-body-flex {
  display: flex;
}

.modal-footer {
  border-top: 1px solid #eee;
}

.modal-footer-actions {
  padding: 0.8em 1em;
  text-align: right;
}

/*@media only screen and (max-width: $mobile), screen and (max-height: 600px)  {

    .modal-container {
        margin: auto;
        position: fixed;
        top: 0.5em;
        bottom: 0.5em;
        left: 0.5em;
        right: 0.5em;
    }

    .modal-body {
        flex-grow: 1;
    }
}*/
@media only screen and (max-width: 34em) {
  .modal-container {
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .modal-body {
    flex-grow: 1;
  }
  .modal-title, .modal-header-actions {
    font-size: 1.2em;
  }
  .modal-body-lock {
    overflow: hidden;
    margin-right: 0;
  }
}
.product-image-sale-badge {
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 38px;
  margin: 0;
  background-color: #e78d00;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.navbar {
  background-color: #fff;
  color: #66645A;
  border-bottom: 1px solid #cacbcb;
}
.navbar a {
  text-decoration: none;
  color: #5f614c;
}

.no-border-navbar {
  border-bottom: none;
}

.navbar-content {
  width: 100%;
  text-align: center;
  padding-bottom: 0 !important;
  margin-top: 20px !important;
  margin-bottom: 2px !important;
}

.main-nav-collapse-padding {
  margin-top: 170px;
}

/* Brand */
.navbar-brand {
  margin: -60px 0 20px 0;
  padding: 0;
  text-align: center;
  clear: both;
}
.navbar-brand img {
  width: 100%;
  height: auto;
  max-width: 266px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-brand .fa {
  margin-right: 5px;
}

.nav-orange-bar {
  height: 25px;
  background-color: #e78d00;
  width: 100%;
  color: #fff;
  line-height: 24px;
  display: none;
}
.nav-orange-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nav-orange-bar ul li {
  display: inline;
  width: 33.333333%;
  float: left;
  font-family: "Lato";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav-orange-bar ul li a {
  color: #fff;
}

/* VIdeo */
.navbar-video {
  position: absolute;
  top: 0;
  left: 2em;
}
.navbar-video a {
  background-color: #d9afb1;
  margin: 0;
  padding: 10px;
  line-height: normal;
  float: left;
  color: #fff;
  text-decoration: none;
  outline: none;
  outline-width: 0;
}

/* Links */
.navbar-menu {
  width: 100%;
}
.navbar-menu ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: nowrap; /* assumes you only want one row */
}
.navbar-menu li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.navbar-menu li.active {
  font-weight: bold;
}
.navbar-menu li:first-child a {
  padding-left: 0 !important;
}
.navbar-menu li:last-child a {
  padding-right: 0 !important;
}
.navbar-menu a {
  padding: 0 0.6em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
}
.navbar-menu a:hover {
  text-decoration: underline;
}

.nav-hr {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-hr hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #000;
  color: #000; /* old IE */
}

.navbar-drawer-container {
  display: none;
  font-size: 14px;
}
.navbar-drawer-container .mob-menu {
  font-size: 1.8rem;
  float: right;
  line-height: 1;
}

.navbar-top {
  background-color: #FAFBFB;
  padding: 9px 0;
  clear: both;
  position: relative;
}
.navbar-top .grid {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  z-index: 1;
}
.navbar-top ul {
  margin: 0;
  padding: 0;
  float: right;
}
.navbar-top li {
  list-style: none;
  display: block;
  float: left;
  padding: 0 0 0 15px;
  overflow: hidden;
}
.navbar-top .navbar-left-header-text-finance a {
  color: #919191;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  width: auto;
  float: left;
  clear: both;
}
.navbar-top .navbar-left-header-text-finance a:hover {
  text-decoration: underline;
}
.navbar-top .navbar-left-header-text {
  color: #ea9c22;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  width: 100%;
  float: left;
  clear: both;
}
.navbar-top .navbar-left-header-text a {
  margin-left: 10px;
}

.mini-cart__icon {
  width: 17px;
}

.search__icon {
  width: 17px;
  margin-right: 24px;
  position: relative;
  top: 1px;
}

.navbar-basket {
  position: absolute;
  top: 28px;
  right: 0;
  text-align: right;
  z-index: 999;
}

.compressed-basket .mini-cart > a {
  padding-left: 0;
}

.mini-cart {
  position: relative;
  display: block;
  padding-right: 30px;
  margin-top: -28px;
}
.mini-cart .quantity {
  position: absolute;
  top: 3px;
  right: 13px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 15px;
  background-color: transparent;
  color: #343434;
  border-radius: 100%;
  text-align: center;
  font-family: "Domaine-Light";
}

.company-logo-mobile-tablet {
  display: none;
}

.header__logo {
  width: 250px;
  margin: 0 30px;
}

.company-logo-text {
  position: absolute;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) {
  .navbar-content {
    margin-top: -11px !important;
    margin-bottom: -12px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-menu a {
    font-size: 1.17vw !important;
  }
  .header__logo {
    width: 19.4vw;
  }
  .navbar-content {
    margin-top: -11px !important;
    margin-bottom: -10px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .header__logo {
    display: none;
  }
  .company-logo-text {
    position: relative;
    visibility: visible;
    display: block;
    font-size: 35px;
    font-family: "Domaine";
    position: relative;
    top: -3px;
  }
  li.company-logo {
    display: none;
  }
  .navbar-menu a {
    font-size: 1.35vw !important;
  }
  .navbar-menu {
    width: 100%;
    position: relative;
    top: 5px;
  }
  .navbar-content {
    margin-top: 5px !important;
    margin-bottom: 2px !important;
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 900px) {
  .header__logo {
    display: none;
  }
  li.company-logo {
    display: none;
  }
  .navbar-menu a {
    font-size: 1.35vw !important;
  }
}
@media only screen and (max-width: 34em) {
  .navbar-drawer-container {
    position: relative;
    top: 25px !important;
  }
  .company-logo-mobile-tablet {
    top: 5px;
  }
  .mob-menu {
    margin-right: 5px;
  }
  .hover-cs-underline {
    display: none;
  }
}
@media only screen and (max-width: 48em) {
  .hover-cs-underline {
    display: none;
  }
  .navbar-content {
    margin-top: 5px !important;
    margin-bottom: 2px !important;
  }
  .navbar-drawer-container {
    position: relative;
    top: 25px !important;
  }
  .search__icon {
    margin-right: 4px;
  }
  .global-promo__title {
    font-size: 13px !important;
  }
  .navbar-menu {
    display: none;
  }
  .navbar-basket {
    display: none;
  }
  .company-logo-mobile-tablet {
    display: block;
    position: absolute;
    top: 5px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .navbar-drawer-container {
    display: block;
  }
  .navbar-drawer-container .mini-cart {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 377px) {
  .navbar-top .navbar-left-header-text {
    font-size: 11px;
  }
}
.slim-nav .navbar .company-logo {
  position: absolute;
  visibility: hidden;
}

.slim-nav .company-logo-text {
  position: relative;
  visibility: visible;
}

.slim-nav .navbar-content {
  margin-top: 5px !important;
  margin-bottom: 2px !important;
  position: relative;
}

.nav-drawer {
  position: fixed;
  right: -20em;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 20em;
  background-color: #fff;
  color: #5f614c;
  z-index: 1001;
  box-shadow: -10px 0px 30px -5px rgba(50, 50, 50, 0.3);
  transition: right 0.3s ease-in-out;
}
.nav-drawer a {
  text-decoration: none;
  color: #5f614c;
}

/* Header */
.nav-drawer-header-container {
  display: block;
  /*padding: $grid-pad-mobile 0.5em $grid-pad-mobile $nav-draw-pad;*/
}

/*.nav-drawer-brand {
    flex-grow: 1;
    margin: 0;

    a {
        font-size: 2rem;
        text-transform: uppercase;
    }
}*/
.nav-drawer-header-actions {
  font-size: 1.8rem;
  float: right;
  margin-right: 5px;
}
.nav-drawer-header-actions a {
  display: inline-block;
}

/* Links */
.nav-drawer-links ul {
  margin: 0;
  padding: 0;
}
.nav-drawer-links li {
  list-style: none;
  display: block;
}
.nav-drawer-links a {
  display: block;
  font-size: 1.3em;
  padding: 0.5em 1.5rem;
}

.nav-drawer-open {
  right: 0;
}

footer {
  background-color: #f7f7f7;
  padding: 38px 0 25px 0;
  margin-bottom: 0 !important;
}

.footer-spotlight {
  background-color: #e0e0de;
  padding: 40px 10px 40px 10px;
  margin: 60px 0 60px 0;
}

.footer-spotlight-items {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  max-width: 1200px;
}
.footer-spotlight-items:after {
  content: "";
  display: table;
  clear: both;
}

.footer-logo {
  text-align: center;
  margin-bottom: 40px;
}
.footer-logo img {
  max-width: 266px;
}

.footer-spotlight-item {
  width: 33.33%;
  text-align: center;
  float: left;
}
@media (max-width: 34em) {
  .footer-spotlight-item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .footer-spotlight-item:last-child {
    margin-bottom: 0;
  }
}
.footer-spotlight-item .image {
  height: 55px;
}
.footer-spotlight-item p {
  text-align: center;
  padding: 0;
  margin: 15px auto 0 auto;
  width: 80%;
  color: #636363;
}
.footer-spotlight-item a:link,
.footer-spotlight-item a:visited,
.footer-spotlight-item a:hover,
.footer-spotlight-item a:active {
  text-decoration: none;
}

.footer {
  /*border-top:1px solid #070707;*/
  font-size: 13px;
}
.footer hr {
  color: #000; /* old IE */
  background-color: #000; /* Modern Browsers */
}
.footer .footer-address {
  clear: both;
  text-align: center;
  font-family: "Lato";
  color: #8c8d8d;
  font-size: 12px;
}
.footer .footer-links {
  position: relative;
  overflow: hidden;
  margin: 20px 0 15px 0;
  text-align: center;
}
.footer .footer-links ul {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dedede;
}
.footer .footer-links li {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  font-family: "Lato";
  font-size: 17px;
  color: #4f5252;
}
.footer .footer-links li.active {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  font-family: "Lato";
  font-size: 17px;
  color: #4f5252;
  background-color: transparent;
}
.footer .footer-links li.active a {
  font-weight: bold;
}
.footer .footer-links a {
  padding: 0;
  margin: 0 15px 0 15px;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-links li:first-child a {
  margin-left: 0;
}
.footer .footer-links li:last-child a {
  margin-right: 0;
}
.footer .footer-contact {
  position: relative;
  text-align: center;
  color: #505252;
  font-size: 16px;
  font-family: "Lato";
}
.footer .footer-contact ul {
  display: block;
  margin: 20px auto 0 auto;
  text-align: center;
  padding: 0;
}
.footer .footer-contact li {
  list-style: none;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0;
  overflow: hidden;
  font-size: 20px;
}
.footer .footer-contact a {
  padding: 0;
  margin: 0 15px 0 15px;
}
.footer .footer-contact a:hover {
  text-decoration: underline;
}
.footer .footer-contact a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 34em) {
  .footer .footer-links {
    margin: 15px 0 0 0;
  }
  .footer .footer-links ul {
    display: block;
    max-width: none;
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 0 0 20px 0;
  }
  .footer .footer-links li {
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
  }
  .footer .footer-links a {
    padding: 0;
    margin: 0;
  }
  .footer .footer-links a:hover {
    text-decoration: underline;
  }
  .footer .footer-contact {
    text-align: center;
  }
  .footer .footer-contact ul {
    margin: 0;
    padding: 0;
  }
  .footer .footer-contact li {
    list-style: none;
    display: block;
    text-align: center;
    float: unset;
  }
  .footer .footer-address {
    text-align: center;
    padding: 1em 1.7em;
  }
}
.col-socials {
  width: 100%;
  padding: 0 !important;
  margin-top: 0;
}

.social-box {
  text-align: left;
}
.social-box .social-heading {
  font-size: 20px;
  margin-top: 0;
}

.credit-card-boxs {
  text-align: right;
  padding-right: 35px;
  padding-top: 3px;
}
.credit-card-boxs img {
  max-width: 200px !important;
}

.social-buttons {
  padding-left: 35px;
}
.social-buttons .fa-stack {
  margin: 0 5px 0 5px;
}
.social-buttons .fa-circle {
  color: #505252;
}
.social-buttons a:hover .fa-circle {
  color: rgb(150.2, 156.6, 159);
}

.fa-2x {
  font-size: 1.2em;
}

#newsletterPop {
  padding: 20px 30px;
  max-width: 600px;
  display: none;
  background-color: #fff;
  text-align: center;
}
#newsletterPop p {
  margin-top: 15px;
}
#newsletterPop #simplemodal-container {
  max-width: 600px;
}
#newsletterPop .newsletter-body {
  font-size: 22px;
  color: #888888;
}
#newsletterPop .newsletter-privacy {
  font-size: 15px;
  color: #5d5d5d;
  font-style: italic;
}
#newsletterPop input[type=text] {
  background-color: #F9F9F9;
  padding: 10px;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  border: solid 1px #bbb;
  /*color: #999999;*/
  border-radius: 3px 0 0 3px;
}
#newsletterPop input[type=submit] {
  background-color: #d9afb1;
  font-size: 17px;
  padding: 10px;
  color: #fff;
  border-radius: 0 3px 3px 0;
}
#newsletterPop input[type=submit]:hover {
  background-color: #d9afb1;
  color: #fff;
}
#newsletterPop #newsletter-email {
  display: inline-block;
  font-size: 18px;
  /*border:0;*/
  border-right: 0;
  width: 350px;
  height: 38px;
  margin: 0;
  padding-left: 10px;
}
#newsletterPop #newsletter-button {
  display: inline-block;
  /*border-width:0px 0px 0px 1px;*/
  margin: 0;
  margin-left: -5px;
  /*margin-top:100px;*/
  height: 39px;
  width: 100px;
}

/*.credit-card-boxs {
    text-align: right;
    padding-right: 35px;
    padding-top: 3px;
}*/
@media only screen and (max-width: 34em) {
  .credit-card-boxs {
    text-align: center;
    padding-right: 0;
    padding-top: 3px;
  }
  .social-box {
    text-align: center;
  }
  .social-buttons {
    padding-left: 0;
  }
  .footer .footer-contact {
    text-align: center;
    margin-top: 30px;
  }
  .grid [class*=col-]:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (min-width: 48em) {
  .col-socials {
    width: 50%;
  }
}
.product-sale-label {
  background-color: #7c8487;
  color: #fff;
  width: 100px;
  height: 100px;
  /*position:relative;*/
  top: 100px;
  left: 100px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  vertical-align: central;
  border-radius: 500px;
}

.product-new-wrapper {
  margin-top: 20px;
}

.product-left-col {
  float: left;
}

.product-right-col {
  float: left;
  padding-left: 55px;
}

.product-back-link {
  color: #464646;
  text-decoration: none;
  font-family: lato-light;
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-bottom: 20px;
}

.product-back-link-right {
  color: #464646;
  text-decoration: none;
  font-family: lato-light;
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  text-align: right;
  margin-bottom: 20px;
}

.product-image-wrapper {
  width: 100%;
}

.product-image-thumbs {
  flex-grow: 0.3;
  min-width: 130px;
  height: 78vh;
  max-height: 690px;
  overflow-x: hidden;
  overflow-y: hidden;
  direction: rtl;
  /*min-width: 160px;
  overflow-x: hidden;
  overflow-y: scroll;
  direction: rtl;*/
}

.product-image-thumb-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.product-image-thumbs-image {
  margin-right: 15px;
  margin-bottom: 15px;
  background-image: url("../../Sass/@imageItem.Url");
  background-repeat: no-repeat;
  background-size: cover;
  height: 115px;
  width: 115px;
  cursor: pointer;
  border: 3px solid #FFF;
}

.product-image-main {
  width: 80%;
  float: left;
}

.product-image-thumbs ul {
  list-style: none;
  margin: 0;
}

.product-image-thumbs ul li {
  margin-bottom: 20px;
}

.product-image-thumbs ul li > div {
  border: 1px solid #000;
  height: 70px;
  width: 70px;
}

.product-image-thumbs ul li > div img {
  max-width: 100%;
  cursor: pointer;
}

.product-main-image {
  height: 110vh;
  max-height: 700px;
  cursor: pointer;
}

.hidden {
  display: none;
}

#product-thumbs::-webkit-scrollbar-track {
  border: 3px solid white;
  background-color: lightgray;
}

#product-thumbs::-webkit-scrollbar {
  width: 10px;
  background-color: #dfe6e9;
}

#product-thumbs::-webkit-scrollbar-thumb {
  background-color: #537a84;
  border-radius: 5px;
}

.stockWrapperOutOfStock {
  padding: 25px;
  background-color: #bacace;
  width: 345px;
  margin-bottom: 10px;
}

.stockWrapperInStock {
  /*margin-top: 25px*/
}

.block-html {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-backdrop-viewer {
  z-index: 9999;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

#product-hover-url {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
}

.close-product-viewer {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 37px;
  background-color: #537a84;
  padding: 0 10px 0 10px;
  cursor: pointer;
}

.product-viewer-img-wrapper {
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-height: 100%;
  text-align: center;
  height: 100%;
}

.product-thumb-active {
  border: 3px solid #537a84;
}

.product-overlay-arrow {
  color: #FFF;
  font-size: 124px;
  z-index: 999999;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  -webkit-text-stroke: 1px #000;
}

.product-overlay-arrow-left {
  color: #FFF;
  font-size: 124px;
  z-index: 999999;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  -webkit-text-stroke: 1px #000;
}

.transparent {
  color: transparent;
  -webkit-text-stroke: 1px transparent;
}

.search-textbox {
  width: 200px;
  border: 1px solid #000;
  padding: 3px !important;
}

.search-textbox:focus {
  outline: none;
}

.search-info-bar {
  background-color: rgba(83, 122, 132, 0.5);
  border-left: 1px solid #537a84;
  border-right: 1px solid #537a84;
  border-bottom: 1px solid #537a84;
  color: #fff;
  text-align: left;
  font-size: 11px;
  padding: 4px;
}

.search-bar-wrapper {
  margin-top: 40px;
}

.search-filter-item {
  float: left;
  min-width: 200px;
}

.search-filter-item p {
  margin: 0;
  padding: 0;
}

.search-filter-item p.search-filter-text {
  font-size: 33px;
}

.search-filter-range-value {
  border: 0;
  color: #f6931f;
  font-weight: bold;
}

.search-product-grid {
  margin-top: 30px;
}

input.search-filter-query {
  border-top: none;
  border-left: none;
  border-right: none;
  width: 200px;
}

input.search-filter-query:focus {
  outline: none;
}

.slider-range {
  width: 150px;
}

.product-colour-options {
  width: 365px;
}

.main-prod-image {
  position: relative;
  height: 100%;
  width: 465px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -58px;
}

.product-scroll-up {
  text-align: center;
  margin-bottom: 6px;
}

.product-scroll-down {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 45px;
}

.main-prod-arrows {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: none;
}

.accordion-text {
  color: #3e3e3e;
  cursor: pointer;
  padding: 20px 0 20px 0;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  float: left;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.product-bottom-panel {
  width: 33%;
  float: left;
  padding-left: 45px;
}

.product-bottom-panel:first-of-type {
  padding-left: 0;
}

.product-bottom-panel p {
  font-family: "Lato-Light";
}

.dimensionCaption {
  font-family: "Lato-Light" !important;
  color: #3e3e3e !important;
}

.dimensionFigure {
  font-weight: normal;
}

.product-dimensions-convert {
  margin-top: 10px;
}

.product-dimensions-convert a {
  text-decoration: underline;
}

.product-dimensions-convert a.active {
  text-decoration: none;
}

.product-description-left-col {
  float: left;
  width: 60%;
  padding-right: 50px;
}

.product-description-right-col {
  float: left;
  width: 40%;
}

@media only screen and (max-width: 1080px) {
  .main-prod-image {
    position: relative;
    height: 100%;
    width: 415px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -58px;
    background-position-x: 5px;
  }
  .product-image-thumbs {
    min-width: 95px;
    height: 565px;
  }
  .product-image-thumbs-image {
    height: 90px;
    width: 90px;
  }
  .product-scroll-up img {
    margin-left: -10px;
  }
  .product-scroll-down {
    left: 31px;
  }
}
@media only screen and (max-width: 970px) {
  .product-image-thumb-image-wrapper {
    display: none;
  }
  .product-scroll-up {
    display: none;
  }
  .product-scroll-down {
    display: none;
  }
  .product-image-thumbs {
    min-width: 0;
  }
  .main-prod-arrows {
    display: block;
  }
}
@media only screen and (max-width: 860px) {
  .main-prod-image {
    margin: 0 auto;
    position: relative;
  }
  .main-prod-wrapper {
    width: 100%;
  }
  .product-left-col {
    width: 100%;
  }
  .product-right-col {
    width: 100%;
    padding-left: 9px !important;
  }
  .product-back-link {
    visibility: hidden;
  }
  .product-back-link-right {
    visibility: hidden;
  }
  .product-description-left-col {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 9px !important;
  }
  .product-bottom-panel {
    padding-left: 9px !important;
  }
  .product-description-right-col {
    float: left;
    width: 100%;
    padding-left: 9px !important;
  }
}
@media only screen and (max-width: 767px) {
  .product-back-link {
    display: none;
  }
  .product-bottom-panel {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 434px) {
  .product-back-link-right {
    display: none;
  }
  .main-prod-image {
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 376px) {
  .main-prod-image {
    background-position-y: -47px;
    background-position-x: -24px;
  }
}
.checkout-related-products__items {
  margin: 0 -10px 0 -10px;
}
@media (max-width: 34em) {
  .checkout-related-products__items {
    margin: 0;
  }
}
.checkout-related-products__item {
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-related-products__item__content {
  text-align: center;
}
.checkout-related-products__item__content__title {
  padding: 0;
  margin: 0;
}
.checkout-related-products__item img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.checkout-related-products__item a,
.checkout-related-products__item a:link,
.checkout-related-products__item a:visited,
.checkout-related-products__item a:hover,
.checkout-related-products__item a:active {
  font-family: "Domaine";
  font-size: 18px;
  line-height: 36.3px;
  color: #343434;
}
.checkout-related-products__item .current-price {
  color: #537a84;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.checkout-related-products__item .sale-old-price {
  font-size: 12px;
  text-decoration: line-through;
  font-family: "Lato";
  color: #6d6d6d;
}

.colour-circle {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 12px;
  margin: 3px 6px;
  border: 1px solid #D1CDC8;
}

.colour-square {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  margin: 3px 6px;
  border: 1px solid #D1CDC8;
}

.colour-circle.active, .colour-square.active {
  border: 1px solid #787777;
}

.cream {
  background-color: #FEFFF6;
  border: 1px solid #CFCAC5;
}

.boulder {
  background-color: #B8B09E;
}

.saltmarsh {
  background-color: #D8C79D;
}

.skygrey {
  background-color: #D1CDC8;
}

/* List */
.search-list {
  display: flex;
  flex-wrap: wrap;
}

.search-list-item-container {
  display: flex;
  padding-right: 1.2em;
  width: 50%;
}

.search-list-loading {
  opacity: 0.5;
  transition: opacity 0.1s ease-in-out;
}

.product-card {
  width: 100%;
}

/* Item */
.search-list-item {
  background-color: #fff;
  border: solid 1px #d3e0e9;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 1.2em;
  /*img {
      @include imageResponsive();
  }*/
}
.search-list-item .search-list-item-content {
  padding: 1.2em 1.5em;
}

/* GRID */
@media only screen and (max-width: 34em) {
  .search-list-break {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .search-list-3-wide .search-list-item-container,
  .search-list-3 .search-list-item-container,
  .search-list-4 .search-list-item-container,
  .search-list-pager {
    padding: 0;
    width: 100%;
  }
  .search-list-item-container {
    padding-right: 0;
    width: 100% !important;
  }
  .search-list-item {
    margin-bottom: 1em;
  }
  .search-list-item .search-list-item-content {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .grid-search-list {
    padding-left: 0;
    padding-right: 0;
  }
  .search-list-mobile-collapse-wrapper {
    display: block;
    margin-left: 1em;
    position: relative;
  }
  .search-list-mobile-collapse-wrapper .search-list-mobile-collapse-wrapper-viewport {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .search-list-mobile-collapse-wrapper .search-list {
    flex-wrap: nowrap;
  }
  .search-list-mobile-collapse-wrapper .search-list-item-container {
    display: flex;
    margin-right: 1em;
    white-space: normal;
    flex: 0 1 auto;
    flex-basis: 18em;
    width: 18em;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 48em) {
  /*.search-list-limit-rows-2 .search-list-item-container:nth-of-type(n+5) {
      // Only display first 4 in two-row mode
      display: none;
  }*/
}
@media only screen and (min-width: 48em) and (max-width: 68.75em) {
  /*.search-list-3 .search-list-item-container, 
  .search-list-4 .search-list-item-container  {
      flex-basis: 33.33333333%;
      width: 33.33333333%;
  }

  .search-list-3-wide .search-list-item-container {
      flex-basis: 50%;
      width: 50%;
  }*/
  .search-list-2 .search-list-item-container {
    flex-basis: 50%;
    width: 50%;
  }
  /*.search-list-limit-rows-2 .search-list-item-container:nth-of-type(n+7) {
      // Only display first 6 in two-row mode
      display: none;
  }*/
  /*.search-list-4.search-list-limit-rows-1 .search-list-item-container:nth-of-type(n+4) {
      // Only display first 4 in two-row mode
      display: none;
  }*/
}
@media only screen and (min-width: 34em) and (max-width: 48em) {
  .search-list-4 .search-list-item-container,
  .search-list-3 .search-list-item-container {
    flex-basis: 50%;
    width: 50%;
  }
  .search-list-2 .search-list-item-container {
    flex-basis: 50%;
    width: 50%;
  }
  .search-list-3-wide .search-list-item-container {
    flex-basis: 100%;
    width: 100%;
  }
  /*.search-list-limit-rows-1 .search-list-item-container:nth-of-type(n+3) {
      // Only display first 2 in single-row mode
      display: none;
  }

  .search-list-3.search-list-limit-rows-1 .search-list-item-container:nth-of-type(n+3) {
      // Only display first 2 in single-row mode
      display: none;
  }*/
}
@media only screen and (min-width: 68.75em) {
  .search-list-3-wide .search-list-item-container,
  .search-list-3 .search-list-item-container {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
  }
  .search-list-4 .search-list-item-container {
    flex-basis: 25%;
    width: 25%;
  }
}
.col-product-list-item {
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}

.product-list-item-colours {
  display: flex;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.product-list-item-colours .colour-circle {
  cursor: pointer;
  /*margin: auto;*/
}

/*.product-list-item-colours {
          float:right;
            position:relative;
            left:-50%;
            text-align:left;
            font-size:15px;
            @include clearfix();


        ul {
            position:relative;
            left:50%;
            margin: 0 auto;
            padding: 0;
            min-height:50px;
        }

        li {
            list-style: none;
            display: inline;
            float: left;
            position:relative;
            padding: 10px 0;
            overflow: hidden;
        }


    }*/
.sale-label {
  width: 170px;
  background-color: #d9afb1;
  padding: 5px;
  margin: 10px auto;
  color: #fff;
  font-size: 14px;
}

.product-list-item-details {
  text-align: center;
  clear: both;
  margin-bottom: 5px;
  padding-bottom: 30px;
  margin-top: 0;
}
.product-list-item-details h3 {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 36px;
  font-family: "Domaine";
}
.product-list-item-details .product-list-item-subheading {
  font-size: 12px;
}
.product-list-item-details .product-list-item-subheading span.product-list-item-width, .product-list-item-details .product-list-item-subheading span.product-list-item-delivery {
  margin: 0 8px;
}
.product-list-item-details .product-list-item-price {
  margin: 0;
}
.product-list-item-details .product-list-item-price span {
  line-height: 1;
}
.product-list-item-details .product-list-item-price .current-price {
  color: #537a84;
  font-size: 12px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
.product-list-item-details .product-list-item-old-price, .product-list-item-details .product-list-item-price {
  margin-bottom: 8px;
  line-height: 1;
  margin-top: 9px;
}
.product-list-item-details .product-list-item-old-price .sale-old-price, .product-list-item-details .product-list-item-price .sale-old-price {
  font-size: 12px;
  text-decoration: line-through;
  font-family: "Lato";
  color: #6d6d6d;
}
.product-list-item-details .product-list-dimensions {
  color: #6d6d6d;
  font-size: 13px;
  font-family: "Lato", sans-serif;
}

.product-list-item-img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 34em) {
  .col-product-list-item {
    width: 33.33%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 0;
  }
  .product-list-item-first {
    padding-left: 0;
    padding-right: 16px;
  }
  .product-list-item-last {
    padding-left: 16px;
    padding-right: 0;
  }
}
.breadcrumb {
  font-size: 12px;
  color: #5F614C;
  padding: 10px 0;
}
.breadcrumb a {
  color: #5F614C;
}
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li {
  display: inline;
  padding: 0;
  margin: 0;
}
.breadcrumb ul li .divider {
  margin: 0 5px;
}

.back-to-ranges {
  font-family: "Lato-Light";
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 34em) {
  .breadcrumb {
    display: none;
  }
  .back-to-ranges {
    font-family: "Lato-Light";
    color: #343434;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    margin-top: 20px;
  }
}
.page-heading-image {
  position: relative;
}
.page-heading-image img {
  width: 100%;
  height: auto;
}

.page-icon {
  width: 100%;
  margin: 55px 0 40px 0;
  float: left;
  text-align: center;
}

.page-heading-intro {
  margin-top: 30px;
  text-align: center;
  padding: 0;
}
.page-heading-intro p {
  max-width: 680px;
  margin: 0 auto;
}
.page-heading-intro div.main-intro, .page-heading-intro div.italic-intro p {
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
  color: #626262;
  max-width: 680px;
  margin: 0 auto;
  font-family: "Lato";
}
.page-heading-intro div.main-intro {
  margin-top: 60px;
  margin-bottom: 40px;
}
.page-heading-intro .main-description-intro {
  font-size: 17px;
  line-height: 23px;
  font-style: normal;
  color: #626262;
  margin: 0 auto;
  font-family: "Lato";
  max-width: 680px;
  margin-top: 60px;
  margin-bottom: 65px;
}
.page-heading-intro .main-description-intro p {
  max-width: 965px;
  margin: 0 auto;
}

.page-heading {
  position: relative;
}
.page-heading__badge {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto 0 auto;
  line-height: 0.6;
  font-family: "Lato";
  background-color: #879c90;
  overflow-wrap: break-word;
  white-space: normal;
}
.page-heading__promo {
  margin: 20px auto 0 auto;
  width: 130px;
}
.page-heading__text {
  text-align: center;
}

.page-heading__badge {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto 0 auto;
  line-height: 0.3;
  font-family: "Lato";
  background-color: #879c90;
  overflow-wrap: break-word;
  white-space: normal;
  letter-spacing: 0.39em;
  padding-left: 7px;
}

@media only screen and (min-width: 48em) {
  .page-heading__promo {
    margin: 0 0 -65px -65px;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .page-heading__text--badge {
    -moz-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    -o-transform: translateX(-160px);
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
    margin-left: 320px;
  }
}
@media only screen and (min-width: 34em) {
  .page-heading-intro p.italic-intro {
    font-size: 22px;
  }
}
@media only screen and (max-width: 34em) {
  .page-heading__promo {
    margin: 44% auto 0 auto;
    width: 100px;
  }
  .page-heading__badge {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto 0 auto;
    line-height: 0.3;
    font-family: "Lato";
    background-color: #879c90;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .video-overlay-text {
    height: 70px !important;
    width: 62% !important;
  }
  .video-overlay-text h1 {
    font-size: 2em;
    line-height: 32px;
  }
  #header-video-watch-long {
    display: none;
  }
}
.page-promo-alerts {
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-promo-alerts__item:not(:last-child) {
  margin-bottom: 10px;
}
.page-promo-alerts a {
  display: block;
  color: #fff;
}

.page-promo-alert {
  text-align: center;
  color: #fff;
  display: block;
  background-color: #879c90;
  padding: 5px;
  font-size: 20px;
}

.page-text-column-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-text-column-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 34em) {
  .col-page-text-column {
    width: 50%;
  }
}
.scrollbox {
  width: 100%;
  height: 90px;
  position: relative;
}

/* Replace the last selector for the type of element you have in
	your scroller. If you have div's use #makeMeScrollable div.scrollableArea div,
	if you have links use #makeMeScrollable div.scrollableArea a and so on. */
.scrollbox div.scrollableArea div {
  position: relative;
  float: left;
  margin: 0;
  padding: 4px;
  /*width:150px;*/
  /* If you don't want the images in the scroller to be selectable, try the following
  	block of code. It's just a nice feature that prevent the images from
  	accidentally becoming selected/inverted when the user interacts with the scroller. */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.product-carousel .scrollbox div.scrollableArea div {
  width: 72px;
}

.scrollbox div.scrollableArea div:first-child {
  padding-left: 0;
}

.scrollbox div.scrollableArea div:last-child {
  padding-right: 0;
}

.global-promo {
  margin-top: -3px;
  padding: 10px 5px;
  text-align: center;
  margin-bottom: 0;
}
.global-promo a:link,
.global-promo a:visited,
.global-promo a:hover,
.global-promo a:active {
  text-decoration: none;
}
.global-promo__title {
  color: #fff;
  text-transform: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
}
.global-promo__caption {
  color: #fff;
  text-transform: none;
  margin: 5px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 14px;
  font-style: italic;
}

@media only screen and (min-width: 48em) {
  .global-promo {
    padding: 6px 5px;
  }
  .global-promo__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1001px) {
  .global-promo__title {
    font-size: 15px;
  }
}
.slim-nav .global-promo__title {
  font-size: 13px;
}

.slim-nav .global-promo {
  padding: 6px 5px;
}

.home-about {
  color: #626262;
  font-size: 16px !important;
  text-align: center;
  line-height: 22px;
  padding: 58px 0 60px 0;
  letter-spacing: 1px;
  float: left;
  font-family: "Lato", sans-serif;
  width: 100%;
  clear: both;
}
.home-about p {
  padding: 0;
  margin: 0;
}

#home-slider img {
  width: 100%;
  height: auto;
}

.vimeo-video-banner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.vimeo-video-banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  /*background: rgba(0,0,0,.3);*/
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-overlay-text {
  width: 36%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  text-align: center;
  height: 200px;
}
.video-overlay-text h1 {
  font-family: "Domaine";
  font-size: 3.357em;
  color: #fefefe;
  line-height: 47px;
  margin-bottom: 0;
  letter-spacing: 3px;
  text-shadow: 3px 3px 6px #000000;
}
.video-overlay-text .btn--payment {
  width: auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-page-header {
  font-family: "Domaine";
  font-size: 40px;
  line-height: 42.33px;
  letter-spacing: 1px;
  color: #343434;
  margin-top: 105px;
  margin-bottom: 50px;
  float: left;
  text-align: center;
  width: 100%;
  clear: both;
}

.divider {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  top: -10px;
}

.collection-text {
  color: #626262;
  font-size: 16px !important;
  text-align: center;
  line-height: 22px;
  padding: 55px 0 60px 0;
  letter-spacing: 1px;
  float: left;
  font-family: "Lato", sans-serif;
  width: 100%;
  clear: both;
}

.home-section-wrapper {
  text-align: center;
  padding: 0;
}
.home-section-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home-section-wrapper.first {
  padding-top: 0;
}
.home-section-wrapper .h1 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 50px;
}

.home-section-container-wrapper {
  text-align: center;
  padding: 0;
  width: 100%;
}
.home-section-container-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.home-section-wrapper .home-section-container-wrapper.first {
  padding-top: 0;
}
.home-section-container-wrapper .home-section-wrapper {
  width: 50%;
  float: left;
}
.home-section-container-wrapper .home-section-wrapper .col-home-collection {
  width: 100%;
}

.home-best-sellers {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.col-home-collection {
  width: 100%;
  text-align: center;
}
.col-home-collection .btn {
  margin-top: 12px;
  margin-bottom: 20px;
}
.col-home-collection img {
  width: 100%;
  height: auto;
}
.col-home-collection h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #3e3e3e;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
}
.col-home-collection .home-product-price {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  font-family: "Domaine";
  color: #717171;
}

.collection-description {
  font-family: "Lato-Light", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color: #3e3e3e;
}
.collection-description p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.home-collection-image {
  margin-bottom: 15px;
  position: relative;
}
.home-collection-image .product-image-sale-badge {
  width: 76px;
  height: 76px;
  border: 0;
  border-radius: 38px;
  margin: 0;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 16px;
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
}
.home-collection-image .product-image-sale-badge p {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

.home-best-sellers-wrapper {
  text-align: center;
}

.testimonial-holder {
  background-color: #fafbfb;
  padding: 70px 0 43px 0;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  float: left;
}
.testimonial-holder .testimonial-quote {
  text-align: center;
  width: 100%;
  height: auto;
  width: 37px;
  height: 30px;
  margin: 0 auto 48px auto;
}
.testimonial-holder .product-testimonial-section .product-testimonial:nth-child(even) p {
  font-style: normal;
  font-size: 1.2857142857em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #3e3e3e;
  max-width: 680px;
  margin: 0 auto;
  line-height: 2.095em;
  padding-bottom: 30px;
  letter-spacing: 3px;
}
.testimonial-holder .product-testimonial-section .product-testimonial p {
  font-style: normal;
  font-size: 1.2857142857em;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  color: #3e3e3e;
  max-width: 680px;
  margin: 0 auto;
  line-height: 2.095em;
  padding-bottom: 30px;
  letter-spacing: 3px;
}
.testimonial-holder .product-testimonial-name {
  font-family: "Lato-Light", sans-serif;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 17px;
  margin-top: 6px;
}
.testimonial-holder .product-testimonial-name a {
  text-decoration: underline;
}
.testimonial-holder .product-testimonial-name .veiw-all-testimonials {
  color: #000;
  width: 100%;
  clear: both;
  float: left;
  margin-top: 23px;
}

.in-stock-description {
  font-family: "Lato", sans-serif;
  color: #626262;
  font-size: 16px !important;
  line-height: 20px;
  margin: 44px 0 30px 0;
  float: left;
  clear: both;
  width: 100%;
}

.tkd-newsletter-popup {
  background-image: url("../../../Content/Images/newsletter-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding: 28px 40px 33px 40px;
  width: 580px;
  height: 500px;
  position: fixed;
  top: calc(50% - 250px);
  left: calc(50% - 290px);
  display: none;
  z-index: 100;
  background-color: white;
}
.tkd-newsletter-popup .news-popup-close {
  position: absolute;
  top: 66px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.tkd-newsletter-popup .news-header {
  font-family: "Lato";
  color: #3e3e3e;
  font-size: 15px;
  text-transform: uppercase;
}
.tkd-newsletter-popup .news-popup-desc {
  font-family: "Lato-Light";
  color: #3e3e3e;
  font-size: 15px;
  line-height: 19px;
}
.tkd-newsletter-popup .news-popup-disclaimer {
  font-family: "Lato-Light";
  color: #3e3e3e;
  font-size: 12px;
  letter-spacing: 1px;
}

.news-popup-form {
  width: 100%;
  height: auto;
}
.news-popup-form .newsletter-divider {
  border-bottom: 2px solid #e78d00;
  width: 100%;
  margin-bottom: 10px;
}
.news-popup-form input[type=email] {
  width: 74%;
  border: none;
  height: 30px;
}
.news-popup-form .news-button {
  width: 25%;
  text-align: right;
  background-color: transparent;
  font-family: "Lato";
  color: #e78d00;
  font-size: 15px;
  padding: 0;
  margin: 0;
  height: 30px;
  text-decoration: none;
}

.blackout-overlay {
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  background-color: #000;
  display: none;
}

.slick-featured-prev {
  background-image: url(/content/images/left-arrow-white.png) !important;
  left: 0 !important;
  top: 40% !important;
}

.slick-featured-next {
  background-image: url(/content/images/right-arrow-white.png) !important;
  right: 27px !important;
  top: 40% !important;
}

.slick-featured-next:hover, .slick-featured-prev:hover {
  opacity: 0.5;
}

.home-best-sellers {
  display: none;
}

@media only screen and (max-width: 68.75em) and (min-width: 34em) {
  .home-section-container-wrapper .home-section-wrapper {
    width: 100% !important;
    float: left;
  }
  .home-best-sellers {
    display: block;
  }
  .video-overlay-text {
    height: 175px;
  }
  .video-overlay-text h1 {
    font-size: 2em;
    line-height: 34px;
  }
  .slick-featured-next {
    background-image: url(/content/images/right-arrow-white.png) !important;
    right: 25px !important;
    top: 40% !important;
  }
}
@media only screen and (max-width: 34em) {
  .home-section-container-wrapper .home-section-wrapper {
    width: 100% !important;
    float: left;
  }
  .home-about {
    font-size: 22px;
  }
  .col-home-collection {
    width: 100%;
  }
  .col-home-collection-mobile:first-of-type {
    padding-right: 15px;
    padding-left: 0;
  }
  .col-home-collection-mobile:last-of-type {
    padding-right: 0;
    padding-left: 15px;
  }
  .testimonial-holder .product-testimonial-section .product-testimonials {
    height: 480px !important;
  }
  .testimonial-holder .product-testimonial-section .product-testimonial:nth-child(even) p {
    font-size: 0.8em;
    padding: 0 10px 30px 10px;
  }
  .testimonial-holder .product-testimonial-section .product-testimonial p {
    font-size: 0.8em;
    padding: 0 10px 30px 10px;
  }
  .video-overlay-text {
    height: 70px;
    width: 40%;
  }
  .video-overlay-text h1 {
    font-size: 1.3em;
    line-height: 21px;
  }
  .video-overlay-text .btn--payment {
    background-color: #537a84;
    border: 1px solid #537a84;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 5px 12px;
    font-family: "Lato";
    line-height: 0.8em;
    letter-spacing: 2px;
    width: 100%;
    margin-top: 15px;
  }
  .slick-featured-next {
    background-image: url(/content/images/right-arrow-white.png) !important;
    right: 0 !important;
    top: 40% !important;
  }
  .tkd-newsletter-popup {
    background-image: none;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 28px 40px 33px 40px;
    z-index: 100;
    width: 80%;
    height: 500px;
    top: calc(50% - 250px);
    left: 10%;
  }
}
.collection .page-heading-intro {
  margin-bottom: 30px;
}

.page-heading-video {
  display: none;
}

.collection-head-image img {
  width: 100%;
  height: auto;
}

.collection-intro {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}

.collection-products-wrapper {
  padding: 0;
}
.collection-products-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.collection-ltd-banner {
  position: relative;
}
.collection-ltd-banner .banner-image-button-holder {
  width: 100%;
  float: left;
}
.collection-ltd-banner .banner-image-button-holder span {
  margin: 0 auto;
  text-align: center;
  float: none !important;
}
.collection-ltd-banner .banner-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* not part of solution */
}
.collection-ltd-banner .banner-image-overlay h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.8em;
  margin-bottom: 10px;
  font-family: "Lato";
  letter-spacing: 8px;
  width: 100%;
  clear: both;
  line-height: 1em;
  font-weight: bold;
}
.collection-ltd-banner .banner-image-overlay .banner-image-overlay-price {
  color: #fff;
  font-size: 1.8em;
  font-style: italic;
  margin-bottom: 18px;
  font-family: "Domaine";
  letter-spacing: 2px;
  width: 100%;
  clear: both;
  float: left;
  line-height: 1.5em;
}
.collection-ltd-banner img {
  width: 100%;
  height: auto;
}

.banner-image-button-holder a:hover {
  text-decoration: none !important;
}

@media only screen and (max-width: 34em) {
  .other-collections-block-images a > img {
    width: 100%;
  }
}
.shop-home {
  text-align: center;
}
.shop-home hr {
  margin: 40px 0;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-section-wrapper .h1 {
  margin: 30px 0;
}
.shop-section-wrapper .btn-alt {
  margin-top: 40px;
}

.shop-home-collection {
  margin-top: 40px;
  position: relative;
}
.shop-home-collection img {
  width: 100%;
}
.shop-home-collection .banner-image-button-holder {
  width: 100%;
  float: left;
}
.shop-home-collection .banner-image-button-holder span {
  margin: 0 auto;
  text-align: center;
  float: none !important;
}
.shop-home-collection .banner-image-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; /* not part of solution */
}
.shop-home-collection .banner-image-overlay h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.8em;
  margin-bottom: 10px;
  font-family: "Lato";
  letter-spacing: 8px;
  width: 100%;
  clear: both;
  line-height: 1em;
  font-weight: bold;
}
.shop-home-collection .banner-image-overlay .banner-image-overlay-price {
  color: #fff;
  font-size: 1.8em;
  font-style: italic;
  margin-bottom: 18px;
  font-family: "Domaine";
  letter-spacing: 2px;
  width: 100%;
  clear: both;
  float: left;
  line-height: 1.5em;
}

.shop-home-collection-banner {
  width: 100%;
  height: auto;
}

.shop-home-collection-image {
  padding: 10px;
}

.shop-home-collection-button {
  text-align: center;
  margin-top: -10px;
  margin-bottom: 40px;
}

.shop-home-collection-faves {
  margin: 30px 0 0 0;
}
.shop-home-collection-faves:after {
  content: "";
  display: table;
  clear: both;
}

.shop-home-faves-title {
  text-align: center;
}
.shop-home-faves-title h2 {
  font-size: 28px;
}

/*.shop-home-collection-image.studio{
    background-image: url('/Content/Images/Collections/coll-home-studio.jpg');
}

.shop-home-collection-image.borough{
    background-image: url('/Content/Images/Collections/coll-home-borough.jpg');
}

.shop-home-collection-image.limited-edition{
    background-image: url('/Content/Images/Collections/coll-limited-edition.jpg');
}

.shop-home-collection-image.bespoke{
    background-image: url('/Content/Images/Collections/coll-bespoke.jpg');
}*/
.shop-home-collection-image-text {
  width: 100%;
  /*margin:20px;*/
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #464646;
  padding-top: 20px;
  padding-bottom: 20px;
}
.shop-home-collection-image-text h1 {
  font-size: 39px;
  color: #464646;
  line-height: 1.3;
}
.shop-home-collection-image-text .btn-alt-light {
  width: 200px;
}

/*.shop-home-collection-image-text.limited-edition{
        background-color:#6F787D; 
        color:$color-white;
        padding-top:60px;

        h1{
            color:$color-white;
        }
    }*/
.shop-home-collection-image-text.home-coll-light {
  background-color: #486056;
  color: #fff;
}
.shop-home-collection-image-text.home-coll-light h1 {
  color: #fff;
}

.shop-home-collection-price {
  font-size: 19px;
  font-style: italic;
  padding-top: 10px;
}

.col-collection-head-left {
  display: none;
}

.col-collection-head-mid {
  width: 100%;
  padding: 0;
}

.col-collection-head-right {
  display: none;
}

@media only screen and (max-width: 68.75em) and (min-width: 34em) {
  .product-basket-button.collection-button {
    display: block !important;
  }
}
@media only screen and (max-width: 34em) {
  .shop-home-collection {
    margin-top: 20px;
  }
  .product-basket-button.collection-button {
    display: block !important;
  }
  .shop-home-collection .banner-image-overlay h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 10px;
    font-family: "Lato";
    letter-spacing: 8px;
    width: 100%;
    clear: both;
    line-height: 1.1em;
    font-weight: bold;
  }
  .banner-image-overlay .banner-image-overlay-price {
    font-size: 1.2em !important;
  }
}
@media only screen and (min-width: 34em) {
  .shop-home-collection-image {
    padding: 30px;
  }
  .shop-home-collection-image-text {
    height: 320px;
    width: 320px;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .col-collection-head-left {
    display: block;
    width: 25%;
    padding: 0;
  }
  .col-collection-head-left .sale-badge {
    margin: 40px 0 0 40px;
  }
  .col-collection-head-mid {
    width: 50%;
    padding: 0;
  }
  .col-collection-head-right {
    display: block;
    width: 25%;
    padding: 0;
  }
}
/* LAYOUT */
.text-right {
  text-align: right;
}

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

.pad-0 {
  padding: 0 !important;
}

.m-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.teal {
  color: #75959d;
}

.hfqnedg {
  display: none;
}

.faqs .page-heading-intro {
  margin-top: 0;
  padding-top: 0;
}

.faqs .breadcrumb {
  margin-bottom: 0;
  padding-bottom: 0;
}

.faqs hr {
  margin-bottom: 20px;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  color: #5f614c;
}

.sub-text {
  text-align: center;
}
.sub-text .sub-text-header {
  text-align: center;
  font-family: "Lato";
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

h3.faq-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: #5f614c;
}

@media only screen and (min-width: 34em) {
  .col-faq-1 {
    width: 50%;
  }
  .col-faq-2 {
    width: 50%;
  }
}
.error-title {
  display: block;
  font-size: 800%;
  line-height: 1em;
}

.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.testimonial {
  text-align: center;
}

.testimonial-small {
  background-color: #f7f7f7;
  min-height: 330px;
  margin-bottom: 1.2em;
  padding: 15px;
}

.testimonials .page-heading-intro {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 30px;
}

.testimonial-text {
  font-size: 15px;
  text-align: center;
  padding: 45px 0 0 0;
  width: 100%;
  clear: both;
  font-family: "Lato";
  color: #626262;
  letter-spacing: 1px;
  line-height: 22px;
}

.testimonial-small-separator {
  width: 100%;
  clear: both;
}
.testimonial-small-separator hr {
  color: #626262; /* old IE */
  background-color: #626262; /* Modern Browsers */
  width: 13px;
  margin: 40px auto 40px auto;
}

.testimonial-customer {
  width: 100%;
  clear: both;
  font-family: "Lato";
  color: #3e3e3e;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.testimonial-item {
  width: 100%;
  clear: both;
  font-family: "Lato";
  color: #626262;
  font-size: 15px;
  text-align: center;
  text-decoration: underline;
}

.testi-grid {
  display: flex;
  flex-wrap: wrap;
}

.testi-item {
  flex: calc(33.33% - 20px);
  min-height: 330px;
  height: auto;
  margin: 10px;
  background: #f7f7f7;
  padding: 15px;
}

.testi-item:nth-child(10n+4),
.testi-item:nth-child(10n+10) {
  flex: calc(66.66% - 20px);
}

.main-gallery {
  font-family: "Lato";
  font-size: 15px;
  color: #626262;
  max-width: 965px;
  margin: 0 auto;
}
.main-gallery img:hover {
  cursor: pointer;
}

.gallery-container1 {
  width: 100%;
  height: 955px;
  margin-bottom: 20px;
  float: left;
}
.gallery-container1 img {
  width: 100%;
  height: auto;
}
.gallery-container1 .cell-1 {
  width: 635px;
  height: 955px;
  float: left;
  margin-right: 21px;
  overflow: hidden;
  position: relative;
}
.gallery-container1 .cell-holder1 {
  width: 306px;
  height: 955px;
  float: left;
  overflow: hidden;
  position: relative;
}
.gallery-container1 .cell-holder1 .cell-2 {
  margin-bottom: 18px;
  width: 306px;
  height: 467px;
  overflow: hidden;
  position: relative;
}
.gallery-container1 .cell-holder1 .cell-3 {
  width: 306px;
  height: 467px;
  overflow: hidden;
  position: relative;
}

.gallery-container-2 {
  width: 100%;
  height: 525px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
.gallery-container-2 img {
  width: 100%;
  height: auto;
}

.gallery-container-video {
  width: 100%;
  height: 476px;
  float: left;
  margin-bottom: 20px;
}
.gallery-container-video img {
  width: 100%;
  height: auto;
}

.gallery-container-3 {
  width: 100%;
  height: 955px;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
}
.gallery-container-3 img {
  width: 100%;
  height: auto;
}
.gallery-container-3 .cell-1 {
  width: 309px;
  height: 955px;
  margin-right: 21px;
  float: left;
  overflow: hidden;
  position: relative;
}
.gallery-container-3 .cell-2 {
  width: 635px;
  height: 955px;
  float: left;
  overflow: hidden;
  position: relative;
}

.gallery-container-bottomImage {
  width: 100%;
  height: 681px;
  float: left;
  margin-bottom: 20px;
  position: relative;
}
.gallery-container-bottomImage img {
  width: 100%;
  height: auto;
}

.pop-up-long {
  background-image: url("../../../Content/Images/pop-up-long.png");
  background-repeat: no-repeat;
  width: 393px;
  height: 138px;
  position: absolute;
  bottom: 81px;
  left: 31px;
  padding: 45px 30px 30px 30px;
  display: none;
}
.pop-up-long h4 {
  font-family: "Lato";
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3e3e3e;
  margin-bottom: 10px;
}
.pop-up-long a {
  text-decoration: underline;
}

.pop-up-short {
  background-image: url("../../../Content/Images/pop-up-short.png");
  background-repeat: no-repeat;
  width: 284px;
  height: 146px;
  position: absolute;
  bottom: 16px;
  left: 10px;
  padding: 45px 30px 30px 30px;
  display: none;
}
.pop-up-short h4 {
  font-family: "Lato";
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #3e3e3e;
  margin-bottom: 10px;
}
.pop-up-short a {
  text-decoration: underline;
}

.pop-up-close {
  position: absolute;
  right: 14px;
  top: 23px;
}

.pop-up-close:hover {
  cursor: pointer;
}

@media only screen and (max-width: 68.75em) and (min-width: 34em) {
  .gallery-container1 {
    height: auto;
  }
  .gallery-container1 .cell-1 {
    width: 100%;
    padding-right: 20px;
  }
  .gallery-container1 .cell-holder1 {
    width: 100%;
  }
  .gallery-container1 .cell-holder1 .cell-2 {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    clear: both;
  }
  .gallery-container1 .cell-holder1 .cell-3 {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
    clear: both;
  }
  .gallery-container-2 {
    height: auto;
  }
  .gallery-container-2 img {
    padding-right: 20px;
  }
  .gallery-container-3 {
    display: none;
  }
  .gallery-container-video img {
    padding-right: 20px;
  }
  .gallery-container-video {
    height: auto;
  }
  .gallery-container-bottomImage img {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 34em) {
  .gallery-container1 {
    height: auto;
  }
  .gallery-container1 .cell-1 {
    width: 100%;
    padding-right: 0;
    height: auto;
  }
  .gallery-container1 .cell-holder1 {
    width: 100%;
  }
  .gallery-container1 .cell-holder1 .cell-2 {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    clear: both;
  }
  .gallery-container1 .cell-holder1 .cell-3 {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    clear: both;
  }
  .gallery-container-2 {
    height: auto;
  }
  .gallery-container-2 img {
    padding-right: 0;
  }
  .gallery-container-3 {
    display: none;
  }
  .gallery-container-video img {
    padding-right: 0;
  }
  .gallery-container-video {
    height: auto;
  }
  .gallery-container-bottomImage img {
    padding-right: 0;
  }
  .gallery-container-bottomImage {
    height: auto;
  }
}
.contact-details-wrapper {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.col-contact-details {
  text-align: center;
  width: 100%;
}
.col-contact-details h2 {
  font-size: 18px;
  color: #3e3e3e;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 3px;
}
.col-contact-details p {
  white-space: pre-line;
  line-height: 22px;
  font-family: "Lato";
  color: #626262;
  font-size: 15px;
}
.col-contact-details .email-us {
  width: 100%;
  background-color: #537a84;
  margin: 0;
  white-space: normal;
  padding: 10px 0 10px 0;
  margin-top: 30px;
}
.col-contact-details .email-us a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media only screen and (min-width: 34em) {
  .col-contact-details {
    width: 33.33%;
  }
}
.showrooms {
  padding-bottom: 40px;
}

.showroom-details-wrapper {
  margin-top: 40px;
}

.showrooms div.italic-intro {
  max-width: 100%;
}

.col-showroom {
  height: 430px;
  margin-bottom: 50px;
  width: 33%;
  text-align: center;
}
.col-showroom h2 {
  color: #3e3e3e;
  font-size: 18px;
  font-family: "Lato";
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.col-showroom h3 {
  color: #9b9b9b;
  font-size: 15px;
  font-family: "Lato";
  letter-spacing: 3px;
  text-transform: uppercase;
}
.col-showroom p.showroom-address {
  color: #626262;
  white-space: pre-line;
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
}
.col-showroom p.showroom-sub {
  color: #626262;
  white-space: pre-line;
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  max-height: 45px;
}
.col-showroom .showroom-product {
  white-space: pre-line;
  color: #626262;
  white-space: pre-line;
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
}
.col-showroom .showroom-product span {
  font-size: 13px;
}
.col-showroom .showroom-product p, .col-showroom .showroom-product a {
  color: #626262;
  font-family: "Lato";
  font-size: 15px;
  text-decoration: underline;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.col-showroom p.showroom-sub a {
  color: #626262;
  white-space: pre-line;
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
}
.col-showroom .showroom-maps {
  margin-left: 0;
  padding-left: 0;
}
.col-showroom .showroom-maps a {
  color: #626262;
  white-space: pre-line;
  font-family: "Lato";
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
  text-decoration: underline;
}
.col-showroom p.showroom-maps {
  line-height: 1;
  vertical-align: central;
  height: 40px;
}
.col-showroom p.showroom-maps a {
  vertical-align: central;
}
.col-showroom p.showroom-maps .mapPin {
  height: 20px;
}

@media only screen and (max-width: 34em) {
  .col-showroom {
    width: 100%;
    text-align: center;
    height: auto;
  }
}
#libertyImage {
  width: 100%;
  height: auto;
}

.liberty-carousel {
  margin: 0 auto;
  margin-top: 10px;
}
.liberty-carousel div {
  display: none;
  margin-right: 4px;
}

.liberty-carousel-img {
  height: 75px;
  cursor: pointer;
  border: 0;
}

.liberty-carousel-img.active {
  border: 2px solid #d9afb1;
}

@media only screen and (min-width: 34em) {
  .liberty-carousel {
    width: 80%;
  }
}
.col-terms h2 {
  font-size: 23px;
}

@media only screen and (max-width: 34em) {
  .col-terms {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 34em) {
  .col-terms {
    width: 50%;
  }
}
.about-image img {
  width: 100%;
  height: auto;
}

.about-signature {
  text-align: center;
  clear: both;
}

.main-intro-text {
  font-family: "Lato";
  font-size: 15px;
  color: #626262;
  max-width: 628px;
  margin: 0 auto;
}

.main-intro-text-medium {
  font-family: "Lato";
  font-size: 17px;
  color: #626262;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #3e3e3e;
  cursor: pointer;
  padding: 30px 0 30px 0;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  float: left;
  font-family: "Lato";
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*.accordion.lastone {
    border-bottom: 1px solid #e5e5e5;
}*/
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fff;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px 0 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #626262;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.accordion:after {
  content: "+"; /* Unicode character for "plus" sign (+) */
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
  font-size: 20px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.product-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.product-wrapper {
  margin-top: 45px;
}

/*for ex photo shop page*/
.ex-product-co-wrapper hr {
  margin: 40px 0;
}

.col-product {
  width: 100%;
}

.product-image {
  position: relative;
  margin-bottom: 15px;
}
.product-image img {
  width: 100%;
  height: auto;
}

.product-testimonial-section {
  text-align: center;
  padding-bottom: 30px;
}
.product-testimonial-section h2 {
  font-size: 28px;
  margin-top: 35px;
}
.product-testimonial-section .product-testimonials {
  height: 300px;
}
.product-testimonial-section .product-testimonial {
  height: 300px;
  overflow: hidden;
}
.product-testimonial-section .product-testimonial p {
  font-style: italic;
  font-size: 30px;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.3;
  padding-bottom: 30px;
}
.product-testimonial-section .product-testimonial:nth-child(odd) p {
  color: #888888;
}
.product-testimonial-section .product-testimonial:nth-child(even) p {
  color: #d9afb1;
}

.product-related {
  text-align: center;
  padding-bottom: 30px;
}
.product-related h2 {
  font-size: 28px;
  margin-top: 35px;
}

/*#prod-finance-desc{
    max-height:320px !important;
}*/
#productImage {
  width: 100%;
  height: auto;
}

.product-carousel div {
  display: none;
  margin-right: 4px;
}
.product-carousel .slick-slide {
  outline: none !important;
}

.product-carousel-img {
  height: 101px;
  cursor: pointer;
  border: 0;
}
.product-carousel-img.active {
  opacity: 0.4;
}

.product-video {
  text-align: center;
}
.product-video h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.product-video .product-video-image {
  width: 100%;
  height: auto;
}

.fin-product-video.active {
  display: block;
}

.product-details-topper,
.product-details {
  margin-top: 44px;
}
.product-details-topper h1,
.product-details h1 {
  font-size: 31px;
  margin-bottom: 60px;
  line-height: 42.33px;
  font-family: "Domaine";
  font-size: 40px;
  letter-spacing: 0.07em;
}
.product-details-topper .product-in-stock,
.product-details .product-in-stock {
  color: #49af1c;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-details-topper .product-delivery,
.product-details .product-delivery {
  color: #969696;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-details-topper .product-prices,
.product-details .product-prices {
  width: auto;
  clear: both;
  float: left;
  margin-bottom: 20px;
  margin-right: 8px;
}
.product-details-topper #product-finance,
.product-details-topper #product-price-wrapper,
.product-details #product-finance,
.product-details #product-price-wrapper {
  display: inline-block;
  float: left;
  max-width: 100%;
}
.product-details-topper #product-price-wrapper.bd,
.product-details #product-price-wrapper.bd {
  border-right: 1px solid #9a9a9a;
  padding-right: 20px;
  margin-right: 5px;
}
.product-details-topper #product-price,
.product-details #product-price {
  display: table;
  font-family: "Lato";
}
.product-details-topper #product-price > div,
.product-details #product-price > div {
  display: table-row;
}
.product-details-topper #product-price > div > div:first-child,
.product-details #product-price > div > div:first-child {
  font-size: 12px;
  letter-spacing: normal;
  text-align: right;
}
.product-details-topper #product-price > div > div,
.product-details #product-price > div > div {
  display: table-cell;
  white-space: nowrap;
}
.product-details-topper #product-price > div > div:last-child,
.product-details #product-price > div > div:last-child {
  padding-left: 10px;
}
.product-details-topper #product-price .price-rrp,
.product-details #product-price .price-rrp {
  line-height: 18px;
  font-family: "Lato";
}
.product-details-topper #product-price .price-current,
.product-details #product-price .price-current {
  line-height: 32px;
  font-family: "Lato";
}
.product-details-topper #product-price .price-saving,
.product-details #product-price .price-saving {
  line-height: 18px;
  font-family: "Lato";
}
.product-details-topper .product-price,
.product-details .product-price {
  font-size: 28px;
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #E78D00;
  width: auto;
}
.product-details-topper #product-finance,
.product-details #product-finance {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding-left: 10px;
  font-family: "Lato";
}
.product-details-topper #product-finance::after,
.product-details #product-finance::after {
  clear: both;
}
.product-details-topper .product-finance-price,
.product-details .product-finance-price {
  font-size: 28px;
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #547A85;
  width: 100%;
  display: block;
  padding-top: 6px;
}
.product-details-topper .product-finance-price-info,
.product-details .product-finance-price-info {
  width: 100%;
  display: block;
  padding-top: 18px;
  font-family: "Lato";
}
.product-details-topper .product-free-delivery,
.product-details .product-free-delivery {
  font-size: 15px;
}
.product-details-topper .product-free-delivery a,
.product-details .product-free-delivery a {
  text-decoration: underline;
}
.product-details-topper .product-sale-text,
.product-details .product-sale-text {
  font-size: 15px;
  color: #6d6d6d;
  font-family: "Lato";
  text-decoration: line-through;
  margin-top: 7px;
  width: auto;
  letter-spacing: 0.15em;
}
.product-details-topper .product-save-amount,
.product-details .product-save-amount {
  font-size: 15px;
  color: #E78D00;
  font-family: "Lato";
  letter-spacing: 0.1em;
}

.product-countdown {
  padding: 8px 15px 8px 15px;
  margin: 0;
  display: none;
  position: relative;
  width: 100% !important;
  font-family: "Lato";
}
.product-countdown > div {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.product-countdown > p {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #efefef;
  padding: 8px 15px 8px 15px;
}
@media (min-width: 34em) {
  .product-countdown > p {
    width: 340px;
  }
}

.product-stock {
  float: left;
  width: 100%;
  clear: both;
  color: #0057af;
  text-align: left;
  font-family: "Lato";
  font-size: 15px;
  margin: 10px 0 10px 0 !important;
}
.product-stock img {
  padding-bottom: 5px;
}

.product-quantity-money-off {
  float: left;
  clear: both;
  width: 100%;
  font-size: 15px;
  color: #537a84;
  line-height: 16.33px;
  font-family: "Lato-Light";
  margin-top: 20px;
  letter-spacing: 1px;
}

.product-dimensions {
  padding-top: 15px;
  margin-bottom: 15px;
  float: left;
  width: 100%;
  clear: both;
}
.product-dimensions h4 {
  font-size: 14px;
  text-decoration: underline;
}
.product-dimensions .dimensionCaption {
  float: left;
  width: 200px;
  font-family: "Lato";
  color: #343434;
  font-size: 15px;
}
.product-dimensions .product-dimensions-convert {
  margin-top: 20px;
}
.product-dimensions .product-dimensions-convert a {
  color: #898574;
  margin-right: 10px;
}
.product-dimensions .product-dimensions-convert a.active {
  color: #c6c7c1;
}

#product-desc-read-more {
  float: left;
  width: 100%;
  font-family: "Lato";
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}

#product-desc-read-less {
  float: left;
  width: 100%;
  font-family: "Lato";
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  display: none;
}

.product-description {
  padding-bottom: 10px;
  float: left;
  width: 100%;
  font-family: "Lato-Light";
  font-size: 14px;
  line-height: 21px;
  color: #3e3e3e;
  height: 117px;
  overflow: hidden;
}
.product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-description li {
  padding-left: 10px;
  text-indent: -0.7em;
}
.product-description li:before {
  content: "•";
  color: #537a84;
  padding-right: 7px;
}

.product-info-links {
  float: left;
  width: 100%;
  clear: both;
  border-top: 1px solid #000000;
  padding-top: 30px;
  text-align: center;
}
.product-info-links div {
  margin: 20px 0;
}

.product-info {
  float: left;
  width: 100%;
  clear: both;
  margin-top: 45px;
  border-top: 1px solid #e5e5e5;
}
.product-info .accordion {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 3px;
  color: #3e3e3e;
  line-height: 30px;
}

.product-colours {
  margin-top: 20px;
  float: left;
  width: 100%;
  clear: both;
}
.product-colours .product-req-sample {
  color: #626262;
  text-decoration: underline;
  font-family: "Lato";
  font-size: 15px;
  letter-spacing: 0.1em;
}
.product-colours .product-more-colours {
  text-decoration: underline;
}
.product-colours .dimensionCaption {
  float: left;
  font-family: "Lato";
  color: #343434;
  font-size: 15px;
}
.product-colours .dimensionFigure {
  font-family: "Lato-Light";
  font-size: 15px;
  color: #626262;
  margin-left: 6px;
}
.product-colours .available-sizes .switch-field {
  padding-top: 5px;
  overflow: hidden;
  padding-bottom: 20px;
}
.product-colours .available-sizes .switch-title {
  margin-bottom: 6px;
}
.product-colours .available-sizes .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.product-colours .available-sizes .switch-field label {
  float: left;
}
.product-colours .available-sizes .switch-field label {
  display: inline-block;
  width: 70px;
  background-color: transparent;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 10px;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-right: 13px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}
.product-colours .available-sizes .switch-field label:hover {
  cursor: pointer;
}
.product-colours .available-sizes .switch-field input:checked + label {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000;
}
.product-colours .available-sizes .switch-field label:first-of-type {
  border-radius: 0;
  border: 1px solid #e2e2e2;
  background-color: transparent;
}
.product-colours .available-sizes .switch-field label:last-of-type {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}

.product-colour-options {
  text-align: left;
  font-size: 15px;
  /*li div.colour-circle:first-child {
          margin-left:0;
      }*/
}
.product-colour-options:after {
  content: "";
  display: table;
  clear: both;
}
.product-colour-options ul {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}
.product-colour-options li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}
.product-colour-options .colour-circle {
  cursor: pointer;
}
.product-colour-options .colour-square {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  margin: 3px 2px;
  border: 1px solid #D1CDC8;
}
.product-colour-options .colour-square.active {
  border: 1px solid #000;
  padding: 1px;
  width: 30px;
  height: 30px;
}

#videoPop {
  display: none;
}

#sizePop {
  display: none;
}

#reservePop {
  padding: 18px 50px;
  max-width: 620px;
  display: none;
  background-color: #fff;
  text-align: center;
}

#colourPop h1, #colourPop h2, #sizePop h1, #sizePop h2 {
  margin-bottom: 0;
  line-height: 1;
}
#colourPop h2, #sizePop h2 {
  margin-top: 20px;
}
#colourPop .form-group, #sizePop .form-group {
  margin-top: 20px;
}

#colourPop, #reservePop, #deliveryPop, #faqPop, #reviewPop, #sizePop {
  padding: 12px 50px;
  max-width: 620px;
  display: none;
  background-color: #fff;
  text-align: center;
  /*div#simplemodal-container.simplemodal-container{
          max-width:600px;
      }*/
}
#colourPop .btn-large, #reservePop .btn-large, #deliveryPop .btn-large, #faqPop .btn-large, #reviewPop .btn-large, #sizePop .btn-large {
  width: 100%;
  border-radius: 3px;
  margin-top: 20px;
}
#colourPop .colour-sample-body, #colourPop .reserve-body, #colourPop .delivery-body, #reservePop .colour-sample-body, #reservePop .reserve-body, #reservePop .delivery-body, #deliveryPop .colour-sample-body, #deliveryPop .reserve-body, #deliveryPop .delivery-body, #faqPop .colour-sample-body, #faqPop .reserve-body, #faqPop .delivery-body, #reviewPop .colour-sample-body, #reviewPop .reserve-body, #reviewPop .delivery-body, #sizePop .colour-sample-body, #sizePop .reserve-body, #sizePop .delivery-body {
  font-size: 15px;
  color: #888888;
  margin-top: 15px;
  margin-bottom: 15px;
}
#colourPop input[type=text], #colourPop input[type=email], #colourPop input[type=tel], #colourPop textarea, #reservePop input[type=text], #reservePop input[type=email], #reservePop input[type=tel], #reservePop textarea, #deliveryPop input[type=text], #deliveryPop input[type=email], #deliveryPop input[type=tel], #deliveryPop textarea, #faqPop input[type=text], #faqPop input[type=email], #faqPop input[type=tel], #faqPop textarea, #reviewPop input[type=text], #reviewPop input[type=email], #reviewPop input[type=tel], #reviewPop textarea, #sizePop input[type=text], #sizePop input[type=email], #sizePop input[type=tel], #sizePop textarea {
  background-color: #F9F9F9;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  border: solid 1px #bbb;
  color: #999999;
  border-radius: 3px 0 0 3px;
  width: 100%;
}
#colourPop .colour-sample-colour-wrapper, #reservePop .colour-sample-colour-wrapper, #deliveryPop .colour-sample-colour-wrapper, #faqPop .colour-sample-colour-wrapper, #reviewPop .colour-sample-colour-wrapper, #sizePop .colour-sample-colour-wrapper {
  width: 400px;
}
#colourPop .colour-sample-colour-wrapper:after, #reservePop .colour-sample-colour-wrapper:after, #deliveryPop .colour-sample-colour-wrapper:after, #faqPop .colour-sample-colour-wrapper:after, #reviewPop .colour-sample-colour-wrapper:after, #sizePop .colour-sample-colour-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
#colourPop .colour-sample-colour, #reservePop .colour-sample-colour, #deliveryPop .colour-sample-colour, #faqPop .colour-sample-colour, #reviewPop .colour-sample-colour, #sizePop .colour-sample-colour {
  width: 200px;
  float: left;
  margin-bottom: 3px;
}
#colourPop .colour-sample-colour:after, #reservePop .colour-sample-colour:after, #deliveryPop .colour-sample-colour:after, #faqPop .colour-sample-colour:after, #reviewPop .colour-sample-colour:after, #sizePop .colour-sample-colour:after {
  content: "";
  display: table;
  clear: both;
}
#colourPop .colour-sample-colour .colour-sample-circle, #reservePop .colour-sample-colour .colour-sample-circle, #deliveryPop .colour-sample-colour .colour-sample-circle, #faqPop .colour-sample-colour .colour-sample-circle, #reviewPop .colour-sample-colour .colour-sample-circle, #sizePop .colour-sample-colour .colour-sample-circle {
  float: left;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  margin-top: 3px;
  margin-right: 10px;
  border: 1px solid #D1CDC8;
}
#colourPop .colour-sample-colour .colour-sample-check, #reservePop .colour-sample-colour .colour-sample-check, #deliveryPop .colour-sample-colour .colour-sample-check, #faqPop .colour-sample-colour .colour-sample-check, #reviewPop .colour-sample-colour .colour-sample-check, #sizePop .colour-sample-colour .colour-sample-check {
  text-align: left;
  float: left;
  width: 140px;
  line-height: 14px;
  vertical-align: middle;
  color: #464646;
  padding-top: 15px;
}
#colourPop .colour-sample-colour .colour-sample-check .colour-sample-check-label, #reservePop .colour-sample-colour .colour-sample-check .colour-sample-check-label, #deliveryPop .colour-sample-colour .colour-sample-check .colour-sample-check-label, #faqPop .colour-sample-colour .colour-sample-check .colour-sample-check-label, #reviewPop .colour-sample-colour .colour-sample-check .colour-sample-check-label, #sizePop .colour-sample-colour .colour-sample-check .colour-sample-check-label {
  margin-left: 5px;
}
#colourPop .colour-sample-colour .colour-sample-check input[type=check], #reservePop .colour-sample-colour .colour-sample-check input[type=check], #deliveryPop .colour-sample-colour .colour-sample-check input[type=check], #faqPop .colour-sample-colour .colour-sample-check input[type=check], #reviewPop .colour-sample-colour .colour-sample-check input[type=check], #sizePop .colour-sample-colour .colour-sample-check input[type=check] {
  background-color: #fff;
  /*margin-top:15px;*/
  /*margin-right:10px;*/
}
#colourPop .colour-popup-small-half, #reservePop .colour-popup-small-half, #deliveryPop .colour-popup-small-half, #faqPop .colour-popup-small-half, #reviewPop .colour-popup-small-half, #sizePop .colour-popup-small-half {
  width: 35%;
  float: left;
}
#colourPop .colour-popup-half, #reservePop .colour-popup-half, #deliveryPop .colour-popup-half, #faqPop .colour-popup-half, #reviewPop .colour-popup-half, #sizePop .colour-popup-half {
  width: 65%;
  float: left;
}

#colourPop {
  padding: 20px 50px;
}

#reviewPop {
  padding: 12px 10px;
}

.product-quantity {
  background-color: #ebebeb;
  height: 43px;
  width: 56px;
  color: #000;
  border: none;
  text-align: center;
  float: left;
  margin-right: 5px;
}

.product-video {
  display: none;
}

.btn-large.product-basket-button {
  width: 270px;
  line-height: 30px;
}

.product-add-ons {
  margin-top: 0;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.product-add-ons:after {
  content: "";
  display: table;
  clear: both;
}
.product-add-ons .product-add-on {
  padding: 10px 10px 0 0;
}
.product-add-ons .product-add-on .product-add-on-check {
  margin: 5px 15px 10px 0;
  float: left;
}
.product-add-ons .product-add-on .product-add-on-name {
  margin-right: 10px;
  font-family: "Lato-Light";
  font-size: 15px;
  line-height: 1;
  /*display:block;*/
}
.product-add-ons .product-add-on .product-add-on-price {
  /*line-height:1;*/
  font-family: "Lato";
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  color: #626262;
}
.product-add-ons .product-add-on .extra-holder {
  position: relative;
  height: auto;
  width: 100%;
}
.product-add-ons .product-add-on .extra-see-more-holder {
  position: relative;
  height: 20px;
  width: 100%;
  padding-left: 28px;
}
.product-add-ons .product-add-on .extras-pop-up {
  font-family: "Lato";
  font-size: 15px;
  color: #626262;
}
.product-add-ons .product-add-on .extras-pop-up span {
  text-decoration: underline;
  cursor: pointer;
}
.product-add-ons .product-add-on .extras-pop-up-info {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  padding: 10px;
  max-width: 386px;
  width: 386px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 160%;
  left: 25px;
  display: none;
}
.product-add-ons .product-add-on .extras-pop-up-info .extra-chevron {
  position: absolute;
  top: -15px;
  left: 20px;
}
.product-add-ons .product-add-on .internal-extra-info {
  width: 100%;
  float: left;
  clear: both;
  height: auto;
}
.product-add-ons .product-add-on .internal-extra-info .extras-pop-up-close {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-add-ons .product-add-on .internal-extra-info .extra-image {
  float: left;
  width: 150px;
}
.product-add-ons .product-add-on .internal-extra-info .extra-description {
  float: left;
  width: 176px;
  margin-left: 18px;
  padding-top: 0;
  font-family: "Lato-Light";
  font-size: 13px;
  color: #3e3e3e;
  line-height: 16px;
}
.product-add-ons .product-add-on .internal-extra-info .extra-description h3 {
  font-family: "Lato";
  line-height: 23.33px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.product-carousel-controls {
  display: flex;
}
.product-carousel-controls .prod-carousel-nav {
  flex: 1;
  font-family: "Lato-Light";
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  cursor: pointer;
}
.product-carousel-controls .prod-carousel-nav:nth-child(2n) {
  text-align: center;
}
.product-carousel-controls .prod-carousel-nav:nth-child(3n) {
  text-align: right;
}

.slick-slide + .slick-slide div:nth-child(1) img {
  padding-right: 10px;
  padding-bottom: 10px;
}

.slick-slide + .slick-slide div:nth-child(2) img {
  padding-left: 10px;
  padding-bottom: 10px;
}

.slick-slide + .slick-slide div:nth-child(3) img {
  padding-right: 10px;
  padding-top: 10px;
}

.slick-slide + .slick-slide div:nth-child(4) img {
  padding-left: 10px;
  padding-top: 10px;
}

.product-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-overlay span {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
.product-image-overlay span:hover {
  cursor: pointer;
}

.finishing-touches-holder {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.finishing-touches-holder p {
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-style: normal !important;
  color: #626262 !important;
  font-family: "Lato" !important;
}
.finishing-touches-holder .finishing-touch-image {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.finishing-touches-holder .finishing-touch-image img {
  width: 100%;
}
.finishing-touches-holder .finishing-touches-links {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.finishing-touches-holder .finishing-touches-links span.active {
  padding-right: 20px;
  color: #626262;
  font-family: "Lato";
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
}
.finishing-touches-holder .finishing-touches-links span {
  padding-right: 20px;
  color: #c4c4c4;
  font-family: "Lato";
  font-size: 15px;
  cursor: pointer;
}
.finishing-touches-holder .finishing-touches-links span:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media only screen and (max-width: 34em) {
  .product-testimonial-section h2 {
    font-size: 28px;
    margin-top: 35px;
  }
  .product-testimonial-section .product-testimonials {
    height: 300px;
  }
  .product-testimonial-section .product-testimonial {
    height: 300px;
    overflow: hidden;
  }
  .product-testimonial-section .product-testimonial p {
    font-style: italic;
    font-size: 20px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 1.3;
    padding-bottom: 30px;
  }
  /*.scrollingHotSpotLeft{
          display:none;
          z-index:-1;
      }
      .scrollingHotSpotRight{
          display:none;
          z-index:-1;
      }*/
  .product-details h1 {
    margin-top: 15px;
  }
  #colourPop {
    padding: 5px 2px 200px 2px !important;
    font-size: 15px !important;
    font-style: normal !important;
  }
  #colourPop .colour-popup-small-half {
    width: 100%;
    float: left;
  }
  #colourPop .colour-popup-half {
    width: 100%;
    float: left;
  }
  #colourPop h1, #reservePop h1, #deliveryPop h1, #faqPop h1, #reviewPop h1 {
    font-size: 2em;
  }
  .colour-sample-body {
    font-size: 15px;
    color: #888888;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .colour-sample-colour {
    width: 100%;
  }
  .product-basket-button-mob {
    display: block;
    letter-spacing: 2px !important;
    width: 247px;
    height: 43px;
    float: left;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .finishing-touches-holder {
    float: left;
    width: 100%;
    margin-top: 40px;
  }
  .finishing-touches-holder .finishing-touches-links {
    margin-top: 20px;
  }
  .finishing-touches-holder .finishing-touches-links span, .finishing-touches-holder .finishing-touches-links span.active {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .product-add-ons .product-add-on .extras-pop-up-info {
    background-color: #fff;
    border: 1px solid #d5d5d5;
    padding: 10px;
    max-width: none;
    width: auto;
    max-height: none;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 160%;
    left: 25px;
    display: none;
  }
  .slick-slide + .slick-slide div:nth-child(1) img {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .slick-slide + .slick-slide div:nth-child(2) img {
    padding-left: 0;
    padding-bottom: 10px;
  }
  .slick-slide + .slick-slide div:nth-child(3) img {
    padding-right: 0;
    padding-top: 10px;
  }
  .slick-slide + .slick-slide div:nth-child(4) img {
    padding-left: 0;
    padding-top: 10px;
  }
  .extra-description {
    width: auto !important;
    margin-left: 0 !important;
  }
  #colourSampleSubmit {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 68.75em) and (min-width: 34em) {
  .col-bespoke-product-small {
    width: 45%;
    padding-left: 20px !important;
  }
  .product-details {
    margin-top: 0;
  }
  .btn-large.product-basket-button {
    width: 195px;
    line-height: 30px;
  }
  /*.product-details .product-sale-text{
      padding-left:20px;
  }*/
  #imega-widget-anchor {
    width: 256px !important;
  }
  #imega-widget-anchor img {
    height: 26px !important;
  }
  a#imega-see-info {
    padding: 7px 24px !important;
  }
}
@media only screen and (max-width: 34em) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .product-basket-buttons {
    /*float: right;
    display: block;
    width: 100%;
    margin-top: 20px;*/
  }
  .product-basket-button {
    display: block !important;
    letter-spacing: 2px !important;
    width: 195px;
    height: 43px;
    float: left;
    line-height: 24px;
  }
  .btn-large.product-basket-button {
    padding: 11px 20px;
    width: 245px;
    line-height: 24px;
  }
  #simplemodal-container {
    top: 0 !important;
    z-index: 9999 !important;
    max-height: 500px;
  }
  .colour-popup-small-half {
    width: 100%;
    float: left;
  }
  .colour-popup-half {
    width: 100%;
    float: left;
  }
}
@media only screen and (min-width: 34em) {
  .col-product {
    width: 50%;
  }
  .product-basket-buttons {
    /*float: right;
    display: block;
    width: 100%;
    margin-top: 20px;*/
  }
  .product-basket-button {
    display: block !important;
    letter-spacing: 2px !important;
    width: 195px;
    height: 43px;
    float: left;
    line-height: 24px;
  }
  /*.btn-large.product-basket-button {
          padding: 11px 20px;
          width: 195px;
      }*/
  .product-basket-button-mob {
    display: none;
  }
  .product-video {
    display: block;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .colour-popup-small-half {
    width: 100% !important;
    float: left;
  }
  .colour-popup-half {
    width: 100% !important;
    float: left;
  }
}
.product-details-topper {
  margin: 0;
  padding: 0;
}

.product-details-topper h1 {
  margin: -5px 0 30px 0;
  padding: 0;
}

.dimensionFigure {
  font-family: lato-light;
  font-size: 15px;
  color: #626262;
  margin-left: 6px;
}

.dimensionCaption {
  float: left;
  font-family: lato;
  color: #343434;
  font-size: 15px;
}

.available-sizes .switch-field {
  padding-top: 5px;
  overflow: hidden;
  padding-bottom: 20px;
  width: 350px;
}
.available-sizes .switch-title {
  margin-bottom: 6px;
}
.available-sizes .switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.available-sizes .switch-field label {
  float: left;
}
.available-sizes .switch-field label {
  display: inline-block;
  width: 70px;
  background-color: transparent;
  color: #626262;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 10px;
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-right: 13px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}
.available-sizes .switch-field label:hover {
  cursor: pointer;
}
.available-sizes .switch-field input:checked + label {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000;
}
.available-sizes .switch-field label:first-of-type {
  border-radius: 0;
  border: 1px solid #e2e2e2;
  background-color: transparent;
}
.available-sizes .switch-field label:last-of-type {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}

.limited-edition .page-heading-intro {
  margin-top: 0;
}

.ltd-header-image {
  margin-top: 40px;
}
.ltd-header-image img {
  width: 100%;
  height: auto;
}

.ltd-product-section {
  text-align: center;
  margin-top: 30px;
}
.ltd-product-section .ltd-products-wrapper {
  padding-top: 15px;
}
.ltd-product-section .ltd-products-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.ltd-coming-soon-header {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.ltd-sign-up {
  width: 140px;
}

@media only screen and (max-width: 34em) {
  .page-heading-intro div.main-intro {
    margin-top: 0;
  }
}
.bespoke-product {
  margin-top: 60px;
}

.bespoke-product-co-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.col-bespoke-product {
  width: 100%;
}

.bespoke-product-testimonial-section {
  text-align: center;
  padding-bottom: 30px;
}
.bespoke-product-testimonial-section h2 {
  font-size: 28px;
  margin-top: 35px;
}
.bespoke-product-testimonial-section .bespoke-product-testimonial p {
  font-style: italic;
  font-size: 30px;
  color: #888888;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.3;
  padding-bottom: 30px;
}

#productImage {
  width: 100%;
  height: auto;
}

.bespoke-product-carousel {
  margin-top: 10px;
}
.bespoke-product-carousel div {
  display: none;
  margin-right: 4px;
}

.bespoke-product-carousel-img {
  height: 101px;
  cursor: pointer;
  border: 0;
}

.bespoke-product-carousel-img.active {
  border: 2px solid #d9afb1;
}

.bespoke-product-details h1 {
  font-size: 31px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.bespoke-product-details .bespoke-product-in-stock {
  color: #49af1c;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.bespoke-product-details .bespoke-product-delivery {
  color: #969696;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.bespoke-product-details #product-price-wrapper,
.bespoke-product-details #product-finance {
  display: inline-block;
  float: left;
}
.bespoke-product-details #product-price-wrapper.bd {
  border-right: 1px solid #9a9a9a;
  padding-right: 5px;
  margin-right: 5px;
}
.bespoke-product-details #product-price {
  display: table;
}
.bespoke-product-details #product-price > div {
  display: table-row;
}
.bespoke-product-details #product-price > div > div:first-child {
  font-size: 12px;
  letter-spacing: normal;
  text-align: right;
}
.bespoke-product-details #product-price > div > div {
  display: table-cell;
  white-space: nowrap;
}
.bespoke-product-details #product-price > div > div:last-child {
  padding-left: 10px;
}
.bespoke-product-details #product-price .price-rrp {
  line-height: 18px;
}
.bespoke-product-details #product-price .price-current {
  line-height: 32px;
}
.bespoke-product-details #product-price .price-current .product-price {
  color: #E78D00;
}
.bespoke-product-details #product-price .price-saving {
  line-height: 18px;
}
.bespoke-product-details #product-finance {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.bespoke-product-details .bespoke-product-price {
  font-size: 28px;
  font-family: "Lato";
  letter-spacing: 3px;
}
.bespoke-product-details .bespoke-product-price::after {
  clear: both;
}
.bespoke-product-details .product-finance-price {
  font-size: 28px;
  line-height: 32px;
  font-family: "Lato";
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #547A85;
  width: auto;
}
.bespoke-product-details .bespoke-product-free-delivery {
  font-size: 15px;
}
.bespoke-product-details .bespoke-product-sale-text {
  font-size: 15px;
  color: #d9afb1;
  line-height: 1;
  font-weight: bold;
}

.bespoke-product-dimensions {
  border-top: 1px solid #000000;
  padding-top: 15px;
  margin-bottom: 15px;
}
.bespoke-product-dimensions h4 {
  font-size: 14px;
  text-decoration: underline;
}
.bespoke-product-dimensions .dimensionCaption {
  float: left;
  width: 200px;
  font-family: "Lato";
  color: #343434;
  font-size: 15px;
}
.bespoke-product-dimensions .bespoke-product-dimensions-convert {
  margin-top: 20px;
}
.bespoke-product-dimensions .bespoke-product-dimensions-convert a {
  color: #898574;
  margin-right: 10px;
}
.bespoke-product-dimensions .bespoke-product-dimensions-convert a.active {
  color: #c6c7c1;
}

.bespoke-product-description {
  padding-bottom: 10px;
}
.bespoke-product-description ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bespoke-product-description li {
  padding-left: 10px;
  text-indent: -0.7em;
}
.bespoke-product-description li:before {
  content: "•";
  color: #d9afb1;
  padding-right: 7px;
}

.bespoke-product-info .accordion {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 3px;
  color: #3e3e3e;
}

.links-holder {
  display: flex;
  flex-wrap: wrap;
}

.left-links-holder {
  flex: 50%;
}

.right-links-holder {
  flex: 50%;
  text-align: right;
}
.right-links-holder a {
  text-decoration: none;
}
.right-links-holder a img {
  margin: 0 10px 0 10px;
}
.right-links-holder a:hover {
  text-decoration: none !important;
}

.bespoke-product-info-links {
  border-top: 1px solid #000000;
  padding-top: 30px;
  text-align: center;
}
.bespoke-product-info-links div {
  margin: 20px 0;
}

.bespoke-product-colours {
  margin-top: 20px;
  font-family: "Lato";
  color: #343434;
  font-size: 15px;
}
.bespoke-product-colours .dimensionFigure {
  font-family: "Lato-Light";
  font-size: 15px;
  color: #626262;
}
.bespoke-product-colours .bespoke-product-req-sample {
  color: #d9afb1;
  text-decoration: underline;
}
.bespoke-product-colours .bespoke-product-more-colours {
  text-decoration: underline;
}
.bespoke-product-colours a {
  text-decoration: underline;
}

.bespoke-product-wood-options {
  margin-top: 35px;
  font-family: "Lato";
  color: #343434;
  font-size: 15px;
}
.bespoke-product-wood-options .dimensionFigure {
  font-family: "Lato-Light";
  font-size: 15px;
  color: #626262;
}
.bespoke-product-wood-options .bespoke-product-req-sample {
  color: #d9afb1;
  text-decoration: underline;
}
.bespoke-product-wood-options .bespoke-product-more-colours {
  text-decoration: underline;
}

.bespoke-product-colour-options {
  max-width: 380px;
}

.bespoke-product-colour-options, .bespoke-product-wood-options {
  text-align: left;
  font-size: 15px;
}
.bespoke-product-colour-options:after, .bespoke-product-wood-options:after {
  content: "";
  display: table;
  clear: both;
}
.bespoke-product-colour-options ul, .bespoke-product-wood-options ul {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
}
.bespoke-product-colour-options li, .bespoke-product-wood-options li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  padding: 5px 0;
  overflow: hidden;
}
.bespoke-product-colour-options .colour-circle, .bespoke-product-wood-options .colour-circle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 20px;
  margin: 3px 2px;
  border: 1px solid #D1CDC8;
}
.bespoke-product-colour-options .colour-square, .bespoke-product-wood-options .colour-square {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 0;
  margin: 3px 2px;
  border: 1px solid #D1CDC8;
}
.bespoke-product-colour-options .colour-circle.active, .bespoke-product-wood-options .colour-circle.active {
  border: 1px solid #787777;
}
.bespoke-product-colour-options .colour-square.active, .bespoke-product-wood-options .colour-square.active {
  border: 1px solid #343434;
}

.bespoke-product-basket-button {
  display: none;
}

.bespoke-product-video {
  display: none;
}

.bespoke-gallery-title {
  margin-bottom: 0;
  line-height: 1;
}

.col-bespoke-gallery-child, .col-bespoke-gallery-child-Internal {
  width: 50%;
}

.col-bespoke-gallery-child {
  max-height: 438px;
}

.col-bespoke-gallery-child, .col-bespoke-gallery-child-Internal {
  position: relative;
  margin-bottom: 20px;
}
.col-bespoke-gallery-child img, .col-bespoke-gallery-child-Internal img {
  width: 100%;
  height: auto;
}
.col-bespoke-gallery-child .btn, .col-bespoke-gallery-child-Internal .btn {
  text-align: center;
  width: 100%;
}

.col-bespoke-left-text img {
  width: 100%;
  height: auto;
}

.col-bespoke-right-image img {
  width: 100%;
  height: auto;
}

.bespoke-product-size, .bespoke-product-wood-options, .bespoke-product-colours {
  margin-bottom: 20px;
}
.bespoke-product-size:after, .bespoke-product-wood-options:after, .bespoke-product-colours:after {
  content: "";
  display: table;
  clear: both;
}

.bespoke-selection-text {
  margin-top: 20px;
}

.bespoke-product-selected {
  margin: 20px 0;
}

.bespoke-gallery-child-title {
  font-family: "Lato";
  font-size: 18px;
  letter-spacing: 3px;
  color: #3e3e3e;
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 6px;
}

.bespoke-gallery-child-title-Internal {
  font-family: "Domaine";
  font-size: 18px;
  color: #3e3e3e;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 6px;
}

.bespoke-product-price {
  font-size: 28px;
  line-height: 24.3px;
  font-family: "Lato";
  font-weight: bold;
  color: #537a84;
  letter-spacing: 3px;
  margin: 50px 0 60px 0;
}

.bespoke-page-intro-heading {
  margin-top: 90px;
}

@media only screen and (min-width: 34em) {
  .col-bespoke-gallery-text {
    width: 33.3%;
  }
  .col-bespoke-gallery-children {
    width: 100%;
  }
  .col-bespoke-gallery-child:nth-child(5),
  .col-bespoke-gallery-child:nth-child(6) {
    width: 100%;
  }
  .col-bespoke-left-text {
    width: 50%;
  }
  .col-bespoke-right-image {
    width: 50%;
  }
  .col-bespoke-product {
    width: 60%;
  }
  .col-bespoke-product-small {
    width: 40%;
    padding-left: 35px;
  }
  .bespoke-product-basket-button {
    float: right;
    display: block;
  }
  .bespoke-product-basket-button-mob {
    display: none;
  }
  .bespoke-product-details h1 {
    margin-top: 42px;
    font-family: "Domaine";
    font-size: 40px;
    color: #343434;
    line-height: 42.3px;
  }
}
@media only screen and (max-width: 68.75em) and (min-width: 34em) {
  .col-bespoke-gallery-text {
    width: 50%;
  }
  .col-bespoke-gallery-children {
    width: 100%;
    margin-top: 0;
  }
  .col-bespoke-gallery-child, .col-bespoke-gallery-child-Internal {
    width: 50%;
  }
  .col-bespoke-gallery-child {
    height: auto;
  }
  .col-bespoke-gallery-child, .col-bespoke-gallery-child-Internal {
    width: 50%;
    min-height: 350px;
  }
  .bespoke-product-details h1 {
    margin-top: 0;
  }
  .right-links-holder a {
    width: 100%;
    float: left;
    clear: both;
  }
  .right-links-holder a img {
    margin: 0 10px 0 10px;
  }
  .right-links-holder a:hover {
    text-decoration: none !important;
  }
  .bespoke-page-intro-heading {
    margin-top: 0;
  }
  .bespoke-shop-now-button {
    display: none;
  }
}
@media only screen and (max-width: 34em) {
  .left-links-holder {
    flex: 100%;
    clear: both;
    margin-bottom: 20px;
  }
  .right-links-holder {
    flex: 100%;
    text-align: center;
    clear: both;
  }
  .right-links-holder a {
    width: 50%;
    float: none;
    clear: both;
    margin-bottom: 10px;
  }
  .col-bespoke-gallery-child, .col-bespoke-gallery-child-Internal {
    width: 100%;
  }
  .bespoke-shop-now-button {
    display: none;
  }
  .bespoke-page-intro-heading {
    margin-top: 0;
  }
  .collection-ltd-banner .banner-image-overlay h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.6em;
    margin-bottom: 10px;
    font-family: "Lato";
    letter-spacing: 8px;
    width: 100%;
    clear: both;
    line-height: 1.3em;
    font-weight: bold;
  }
}
.cart {
  font-family: "Lato";
  font-size: 15px;
}
.cart span.cart-label {
  line-height: 40px;
}
.cart > .row {
  margin-bottom: 1em;
}
.cart .delivery-method > div {
  line-height: 40px;
}
.cart .delivery-method .select {
  border: 1px solid #ccc;
  overflow: hidden;
  height: 40px;
  margin-left: 5px;
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.cart .delivery-method .select::after {
  content: "";
  background-color: #f9f9f9;
  background-image: url("/Content/Images/caret-down.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.cart .delivery-method select {
  font-size: 15px;
  font-family: "Lato";
  font-weight: normal;
  height: 40px;
  line-height: 30px;
  padding: 5px;
  border: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart input[type=text], .cart input[type=email], .cart input[type=tel], .cart input[type=number], .cart textarea, .cart select, .cartconf input[type=text], .cartconf input[type=email], .cartconf input[type=tel], .cartconf input[type=number], .cartconf textarea, .cartconf select {
  background-color: #F9F9F9;
  padding: 8px;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  border: solid 1px #d1cec4;
  /*color: #999999;*/
  border-radius: 3px;
  width: 100%;
}
.cart input[type=number].expiry, .cart select.expiry, .cartconf input[type=number].expiry, .cartconf select.expiry {
  width: 100px;
  display: inline;
}

.cart-order-continue-shopping {
  width: 100%;
  margin-bottom: 45px;
  margin-top: 45px;
}
.cart-order-continue-shopping:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-continue-shopping .cont-buttons {
  width: 100%;
  margin-top: 40px;
  display: inline-block;
}
.cart-order-continue-shopping a {
  margin-left: 20px;
}
@media only screen and (max-width: 34em) {
  .cart-order-continue-shopping {
    float: none;
  }
  .cart-order-continue-shopping a {
    display: inline-block;
    margin: 0 20px 20px 0;
  }
}

.cart-order-discount-codes form input[type=submit] {
  background-color: #537a84;
}

.cart-order-content {
  margin-top: 80px;
  width: 100%;
}
.cart-order-content:after {
  content: "";
  display: table;
  clear: both;
}

.mini-prod-info {
  float: left;
  width: 100%;
  margin-top: 8px;
}

.cart-order-content-header {
  margin-bottom: 25px;
  padding: 5px 5px 25px 5px;
  font-size: 15px;
  color: #3e3e3e;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Lato";
  letter-spacing: 2px;
}
.cart-order-content-header:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-content-header .col-cart-order-content-header-image {
  width: 15%;
}
.cart-order-content-header .col-cart-order-content-header-product {
  width: 55%;
}
.cart-order-content-header .col-cart-order-content-header-unit {
  width: 20%;
}
.cart-order-content-header .col-cart-order-content-header-quantity {
  width: 15%;
  text-align: center;
}
.cart-order-content-header .col-cart-order-content-header-total {
  width: 15%;
  text-align: center;
}

.cart-order-content-orderlines:after {
  content: "";
  display: table;
  clear: both;
}

.cart-order-content-orderline {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 27px;
  padding-bottom: 27px;
  position: relative;
}
.cart-order-content-orderline:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-content-orderline .cart-order-content-orderline-remove {
  width: 30px;
  height: 30px;
  float: right;
}
.cart-order-content-orderline .col-cart-order-content-orderline-image {
  width: 15%;
}
.cart-order-content-orderline .col-cart-order-content-orderline-image img {
  width: 100%;
  height: auto;
}
.cart-order-content-orderline .col-cart-order-content-orderline-product {
  width: 55%;
}
.cart-order-content-orderline .col-cart-order-content-orderline-product span {
  font-family: "Lato";
  font-size: 15px;
}
.cart-order-content-orderline .col-cart-order-content-orderline-product .cart-orderline-product-name {
  font-family: "Domaine";
  font-size: 19px;
  color: #141414;
}
.cart-order-content-orderline .col-cart-order-content-orderline-product .cart-orderline-property-title {
  margin-right: 5px;
  font-family: "Lato";
  font-size: 15px;
}
.cart-order-content-orderline .col-cart-order-content-orderline-product .cart-orderline-colour {
  font-family: "Lato";
  font-size: 15px;
}
.cart-order-content-orderline .col-cart-order-content-orderline-unit {
  width: 20%;
}
.cart-order-content-orderline .col-cart-order-content-orderline-quantity {
  width: 15%;
}
.cart-order-content-orderline .col-cart-order-content-orderline-quantity form {
  display: inline;
}
.cart-order-content-orderline .col-cart-order-content-orderline-quantity .cart-order-content-quantity {
  margin-right: 15px;
  margin-left: 15px;
}
.cart-order-content-orderline .col-cart-order-content-orderline-total {
  width: 15%;
  text-align: center;
  font-family: "Lato";
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
}

.cart-order-content-quantity-input {
  width: 40px;
}

.cart-order-content-shipping select {
  width: 200px;
  font-size: 16px;
  padding: 3px;
  display: inline;
}
.cart-order-content-shipping .btn {
  padding: 5px 10px;
}

.ladda-label img {
  margin-top: -5px;
  margin-right: 8px;
}

.cart-order-content-subtotal,
.cart-order-content-giftcard,
.cart-order-content-shipping,
.cart-order-content-payment,
.cart-order-content-discount,
.cart-order-content-total,
.cart-order-content-vat {
  font-family: "Lato";
  font-size: 15px;
}
.cart-order-content-subtotal:after,
.cart-order-content-giftcard:after,
.cart-order-content-shipping:after,
.cart-order-content-payment:after,
.cart-order-content-discount:after,
.cart-order-content-total:after,
.cart-order-content-vat:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-content-subtotal .col-cart-order-discount-title,
.cart-order-content-giftcard .col-cart-order-discount-title,
.cart-order-content-shipping .col-cart-order-discount-title,
.cart-order-content-payment .col-cart-order-discount-title,
.cart-order-content-discount .col-cart-order-discount-title,
.cart-order-content-total .col-cart-order-discount-title,
.cart-order-content-vat .col-cart-order-discount-title {
  width: 88%;
  text-align: right;
  color: #537a84;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 15px 0 15px 0;
  padding-right: 70px;
}
.cart-order-content-subtotal .col-cart-order-subtotal-title,
.cart-order-content-giftcard .col-cart-order-subtotal-title,
.cart-order-content-shipping .col-cart-order-subtotal-title,
.cart-order-content-payment .col-cart-order-subtotal-title,
.cart-order-content-discount .col-cart-order-subtotal-title,
.cart-order-content-total .col-cart-order-subtotal-title,
.cart-order-content-vat .col-cart-order-subtotal-title {
  width: 88%;
  text-align: right;
  padding-right: 70px;
  margin: 0 0 10px 0;
}
.cart-order-content-subtotal .col-cart-order-discount-amount,
.cart-order-content-giftcard .col-cart-order-discount-amount,
.cart-order-content-shipping .col-cart-order-discount-amount,
.cart-order-content-payment .col-cart-order-discount-amount,
.cart-order-content-discount .col-cart-order-discount-amount,
.cart-order-content-total .col-cart-order-discount-amount,
.cart-order-content-vat .col-cart-order-discount-amount {
  width: 12%;
  text-align: left;
  color: #537a84;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.cart-order-content-subtotal .col-cart-order-subtotal-amount,
.cart-order-content-giftcard .col-cart-order-subtotal-amount,
.cart-order-content-shipping .col-cart-order-subtotal-amount,
.cart-order-content-payment .col-cart-order-subtotal-amount,
.cart-order-content-discount .col-cart-order-subtotal-amount,
.cart-order-content-total .col-cart-order-subtotal-amount,
.cart-order-content-vat .col-cart-order-subtotal-amount {
  width: 12%;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.cart-order-content-total {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}

.cart-order-content-addresses {
  /*border-top:1px solid #ccc;*/
  padding: 60px 0;
  margin-top: 30px;
}
.cart-order-content-addresses:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-content-addresses h2 {
  font-size: 40px;
  margin-bottom: 70px;
  color: #343434;
  font-family: "Domaine";
  text-align: center;
}
.cart-order-content-addresses .col-order-content-address1 {
  width: 50%;
}
.cart-order-content-addresses .col-order-content-address2 {
  width: 50%;
}

.form-group {
  display: block;
}
.form-group:after {
  content: "";
  display: table;
  clear: both;
}

.form-group-holder {
  display: block;
  margin-bottom: 30px;
}
.form-group-holder:after {
  content: "";
  display: table;
  clear: both;
}

.col-order-content-address1 h3 {
  font-size: 15px;
  font-family: "Lato";
  letter-spacing: 2px;
  color: #3e3e3e;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}

.col-cart-form-label {
  width: 35%;
  line-height: 40px;
  vertical-align: middle;
  color: #0f0f0f;
  font-family: "Lato";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.col-cart-form-label span {
  color: #f7857b;
  padding-left: 8px;
}

.special-instruct {
  line-height: 18px;
  padding-top: 12px;
}

.col-cart-form-control {
  width: 65%;
}

.cart-contents-form-submit {
  text-align: right;
}
.cart-contents-form-submit:after {
  content: "";
  display: table;
  clear: both;
}

.cart-order-discount-codes:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-discount-codes input[type=text] {
  background-color: #f9f9f9;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 10px;
  border: solid 1px #bbb;
  color: #999999;
  border-radius: 3px;
  width: 120px;
  display: inline;
}
.cart-order-discount-codes .btn {
  padding: 7px 10px;
  display: inline;
}

.cart-order-footer {
  margin-top: 0;
  margin-bottom: 130px;
}
.cart-order-footer:after {
  content: "";
  display: table;
  clear: both;
}
.cart-order-footer h2 {
  font-size: 28px;
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
}
.cart-order-footer .col-cart-order-footer {
  width: 50%;
}
.cart-order-footer .page-heading-intro {
  margin-top: 0;
}

#addrSubmit {
  float: right;
}

.cartconf-addresses-wrapper {
  margin-bottom: 40px;
}
.cartconf-addresses-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* cart confirmation & payment page */
.cartconf .cartconf-order {
  margin-bottom: 40px;
}
.cartconf .col-cartconf-addresses {
  margin-top: 30px;
  width: 50%;
}
.cartconf .col-cartconf-addresses .cartconf-address-label {
  font-weight: bold;
  width: 150px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}
.cartconf .col-cartconf-payment {
  margin-top: 30px;
  width: 50%;
}
.cartconf .col-cartconf-payment .form-group:after {
  content: "";
  display: table;
  clear: both;
}
.cartconf .col-cartconf-payment .btn-large {
  width: 100%;
  margin-top: 30px;
}
.cartconf .col-cartconf-payment .cartconf-cc-intro {
  font-family: "Lato";
  font-weight: bold;
  color: #343434;
  font-size: 15px;
  padding: 5px;
  margin: 10px 0;
}
.cartconf .col-cartconf-payment .cartconf-cc-intro a {
  text-decoration: underline;
}
.cartconf .col-cartconf-payment .cartconf-cc-card {
  font-family: "Lato";
  font-weight: bold;
  color: #343434;
  font-size: 15px;
  padding: 5px;
  margin: 10px 0;
}
.cartconf .col-cartconf-payment .cartconf-cc-card a {
  text-decoration: underline;
}
.cartconf .col-cartconf-payment .cartconf-cc-image {
  width: 100%;
  height: auto;
}
.cartconf .col-cartconf-payment .cartconf-cc-cvc {
  /*margin-top:5px;*/
}
.cartconf .cartconf-h2 {
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.cart-finance-banner {
  width: 100%;
  float: left;
  height: auto;
  background-color: #f8f8f8;
}
.cart-finance-banner .cart-finaince-banner-info {
  width: 60%;
  float: left;
  padding: 26px 0 25px 0;
}
.cart-finance-banner .cart-finaince-banner-info p {
  line-height: 22px;
}
.cart-finance-banner .cart-finance-banner-providedby {
  padding-top: 26px;
  padding-left: 10%;
  width: 30%;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 34em) {
  .cart-finance-banner {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f8f8f8;
  }
  .cart-finance-banner .cart-finaince-banner-info {
    width: 100%;
    float: left;
    padding: 26px 0 0 0;
  }
  .cart-finance-banner .cart-finaince-banner-info p {
    line-height: 22px;
  }
  .cart-finance-banner .cart-finance-banner-providedby {
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    float: left;
    text-align: center;
  }
}
.cart-multibuy-banner {
  background-color: #537a84;
  text-align: center;
  color: #fff;
  padding: 15px 0 15px 0;
  margin: 40px 0 40px 0;
  display: block;
}
.cart-multibuy-banner h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Domaine";
  color: #fff;
  font-size: 28px;
  letter-spacing: 2px;
}
.cart-multibuy-banner p {
  margin: 0;
  padding: 0;
  font-family: "Lato";
  font-size: 15px;
}

.cart-product-info-holder {
  float: left;
  width: 100%;
}

.cart-product-info-holder.qty-holder {
  text-align: center;
}

.ssl-secure-badge {
  float: left;
  width: auto;
}
.ssl-secure-badge--alt {
  margin-top: 10px;
}

.ssl-secure-badge-mobile {
  display: none;
}

.payment-finance {
  display: none;
  margin-top: -60px;
  float: left;
  width: 100%;
}

.payment-options-holder, .payment-options-holder-left {
  padding-right: 0;
  float: left;
  margin-bottom: 45px;
}
.payment-options-holder img, .payment-options-holder-left img {
  margin-top: -5px;
  margin-right: 5px;
}
.payment-options-holder .radio, .payment-options-holder-left .radio {
  line-height: 16px;
  text-transform: uppercase;
}
.payment-options-holder .radio input[type=radio], .payment-options-holder-left .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.payment-options-holder .radio input[type=radio] + .radio-label, .payment-options-holder-left .radio input[type=radio] + .radio-label {
  color: #9e9e9e;
}
.payment-options-holder .radio input[type=radio] + .radio-label:before, .payment-options-holder-left .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid rgb(180.25, 180.25, 180.25);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.payment-options-holder .radio input[type=radio]:checked + .radio-label, .payment-options-holder-left .radio input[type=radio]:checked + .radio-label {
  color: #000000;
}
.payment-options-holder .radio input[type=radio]:checked + .radio-label:before, .payment-options-holder-left .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.payment-options-holder .radio input[type=radio]:focus + .radio-label:before, .payment-options-holder-left .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.payment-options-holder .radio input[type=radio]:disabled + .radio-label:before, .payment-options-holder-left .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: rgb(180.25, 180.25, 180.25);
  background: rgb(180.25, 180.25, 180.25);
}
.payment-options-holder .radio input[type=radio] + .radio-label:empty:before, .payment-options-holder-left .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.payment-options-holder {
  width: 60%;
}

.payment-options-holder-left {
  width: 40%;
}

.cart-delivery-costs .cart-delivery-section {
  width: 50%;
  float: left;
}
.cart-delivery-costs .cart-delivery-country-label-holder {
  width: auto;
  float: left;
  padding-right: 15px;
}
.cart-delivery-costs .cart-delivery-country-drop-down {
  width: auto;
  float: left;
  padding-right: 15px;
}
.cart-delivery-costs .cart-costings-label-section {
  width: 70%;
  float: left;
}
.cart-delivery-costs .cart-costings-cost-section {
  width: 30%;
  float: left;
}
.cart-delivery-costs .cart-costings {
  padding-left: 25px;
}

@media only screen and (max-width: 34em) {
  .cart-product-info-holder {
    float: left;
    margin-top: 0;
    width: 100%;
  }
  .col-cart-form-label {
    width: 100%;
  }
  .col-cart-form-control {
    width: 100%;
  }
  .cart-order-content {
    margin-top: 20px;
  }
  .cart-order-content-header {
    display: none;
  }
  .cart-product-info-holder.qty-holder {
    text-align: left;
  }
  .cart-order-content-orderline {
    margin-top: 30px;
    float: left;
  }
  .cart-order-content-orderline .col-cart-order-content-orderline-image {
    width: 35%;
  }
  .cart-order-content-orderline .col-cart-order-content-orderline-image .cart-orderline-image-spacer {
    display: none;
  }
  .cart-order-content-orderline .col-cart-order-content-orderline-product {
    width: 65%;
    padding-left: 10px;
  }
  .cart-order-content-orderline .col-cart-order-content-orderline-unit {
    width: 65%;
    padding-left: 10px;
  }
  .cart-order-content-orderline .col-cart-order-content-orderline-quantity {
    width: 100%;
    padding-left: 10px;
    padding-top: 15px;
  }
  .cart-order-content-orderline .col-cart-order-content-orderline-total {
    width: 100%;
    padding-left: 10px;
    text-align: left;
    padding-top: 15px;
  }
  .cart-order-content-address-wrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .cart-order-content-addresses .col-order-content-address1 {
    width: 100%;
  }
  .cart-order-content-addresses .col-order-content-address2 {
    width: 100%;
  }
  .cart-order-footer .col-cart-order-footer {
    width: 100%;
  }
  .cart-order-content-shipping {
    margin-bottom: 0;
  }
  .cart-order-content-shipping .col-cart-order-subtotal-title {
    width: 70%;
    text-align: left;
  }
  .cart-order-content-shipping .col-cart-order-subtotal-amount {
    width: 30%;
    text-align: right;
  }
  .cart-order-content-discount {
    margin-bottom: 0;
  }
  .cart-order-content-discount .col-cart-order-discount-title {
    width: 75%;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .cart-order-content-discount .col-cart-order-discount-amount {
    width: 25%;
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 14px;
  }
  .cart-order-content-total {
    margin-bottom: 0;
  }
  .cart-order-content-total .col-cart-order-subtotal-title {
    width: 75%;
    text-align: left;
    padding: 0;
    font-size: 14px;
  }
  .cart-order-content-total .col-cart-order-subtotal-amount {
    width: 25%;
    text-align: right;
    padding: 0;
    font-size: 14px;
  }
  .cartconf .col-cartconf-addresses {
    width: 100%;
  }
  .cartconf .col-cartconf-payment {
    width: 100%;
  }
  .ssl-secure-badge-mobile {
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ssl-secure-badge-mobile--alt {
    margin-top: 10px;
  }
  .ssl-secure-badge {
    display: none;
  }
  .cart-order-continue-shopping .cont-buttons {
    width: 100%;
    margin-top: 0;
    display: inline-block;
  }
  .cart-order-continue-shopping .cont-buttons .pull-right a {
    width: 100%;
  }
  .checkout-related-products {
    margin-top: 20px;
  }
  .cart-order-content-addresses h2 {
    margin-bottom: 0;
  }
  #addrSubmit {
    width: 100%;
  }
  .cart-order-footer {
    margin-top: 20px;
  }
  .cartconf .col-cartconf-addresses, .cartconf .col-cartconf-payment {
    margin-top: 0;
  }
  .payment-options-holder-left, .payment-options-holder {
    width: 100%;
  }
  .cart-delivery-costs .cart-delivery-section {
    width: 90%;
    float: left;
  }
  .cart-delivery-costs .cart-delivery-country-label-holder {
    width: 100%;
    float: left;
    padding-right: 15px;
  }
  .cart-delivery-costs .cart-delivery-country-drop-down {
    width: auto;
    float: left;
    padding-right: 15px;
  }
  .cart-delivery-costs .cart-delivery-country-drop-down .select {
    margin-left: 0;
    margin-bottom: 20px;
    float: left;
  }
  .cart-delivery-costs .cart-delivery-country-drop-down .select select {
    width: 310px;
  }
  .cart-delivery-costs .cart-costings-label-section {
    width: 70%;
    float: left;
  }
  .cart-delivery-costs .cart-costings-cost-section {
    width: 30%;
    float: left;
  }
  .cart-delivery-costs .cart-costings {
    padding-left: 25px;
  }
}
.payment-credit-cards {
  text-align: center;
  margin: 10px 0 10px 0;
  overflow: hidden;
  width: 100%;
}
.payment-credit-cards .card {
  display: table-cell;
  width: 20%;
  text-align: left;
}
.payment-credit-cards img {
  padding: 0 2px 0 2px;
  width: 60px;
  height: auto;
}

@media only screen and (max-width: 48em) {
  .cartconf-cc-image {
    max-width: 250px;
  }
}
@media only screen and (max-width: 68.75em) and (min-width: 34em) {
  .cart-product-info-holder {
    margin-top: 0;
  }
  .col-cart-form-label {
    font-size: 13px;
  }
  .col-cart-form-label span {
    padding-left: 6px;
  }
  .cartconf-order {
    margin-bottom: 0;
  }
  .cartconf .col-cartconf-addresses, .cartconf .col-cartconf-payment {
    margin-top: 50px;
  }
  .payment-options-holder-left, .payment-options-holder {
    width: 100%;
  }
  .cart-delivery-costs .cart-delivery-section {
    width: 50%;
    float: left;
  }
  .cart-delivery-costs .cart-delivery-country-label-holder {
    width: auto;
    float: left;
    padding-right: 15px;
  }
  .cart-delivery-costs .cart-delivery-country-drop-down {
    width: auto;
    float: left;
    padding-right: 15px;
  }
  .cart-delivery-costs .cart-delivery-country-drop-down .select {
    margin-left: 0;
  }
  .cart-delivery-costs .cart-costings-label-section {
    width: 70%;
    float: left;
  }
  .cart-delivery-costs .cart-costings-cost-section {
    width: 30%;
    float: left;
  }
  .cart-delivery-costs .cart-costings {
    padding-left: 25px;
  }
}
.brochure-request-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.brochure-request-wrapper .col-brochure-request {
  width: 50%;
}
.brochure-request-wrapper .col-brochure-request .brochure-form-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.brochure-request-wrapper .col-brochure-request .brochure-form-wrapper input[type=text], .brochure-request-wrapper .col-brochure-request .brochure-form-wrapper input[type=email], .brochure-request-wrapper .col-brochure-request .brochure-form-wrapper input[type=tel], .brochure-request-wrapper .col-brochure-request .brochure-form-wrapper textarea, .brochure-request-wrapper .col-brochure-request .brochure-form-wrapper select {
  background-color: #F9F9F9;
  padding: 8px;
  font-size: 17px;
  margin-bottom: 10px;
  display: block;
  border: solid 1px #bbb;
  /*color: #999999;*/
  border-radius: 2px;
  width: 100%;
}
.brochure-request-wrapper .col-brochure-request .brochure-form-wrapper #brochureSubmit {
  width: 100%;
  margin: 20px 0;
}

@media only screen and (max-width: 34em) {
  .col-brochure-request {
    width: 100%;
  }
}
.delivery-steps {
  overflow: hidden;
  margin-top: 20px;
}

.delivery-step {
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.delivery-step:first-child {
  padding-top: 30px;
}
.delivery-step__image {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
}
.delivery-step__header {
  float: none;
  width: auto;
  display: block;
  text-align: center;
}
.delivery-step__content {
  float: none;
  width: auto;
  display: block;
}

.delivery-step__title {
  font-family: "Lato";
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.delivery-info-links {
  padding-top: 30px;
  text-align: center;
}
.delivery-info-links > div {
  margin: 20px 0;
}

.rte {
  color: #626262;
  font-family: "Lato";
  font-size: 15px;
  text-align: left;
}

@media only screen and (min-width: 34em) {
  .delivery-step__header {
    text-align: center;
  }
  .delivery-step__content {
    float: none;
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 48em) {
  .delivery-info-links > div {
    float: left;
    width: 33.33333%;
    padding: 0 15px 0 15px;
  }
}
/* FINANCE TABLE */
table.finance-calculator thead tr {
  background-color: #ffc035;
  color: #fff;
}
table.finance-calculator thead tr th {
  padding: 5px 10px;
}
table.finance-calculator tbody tr:nth-child(odd) {
  background-color: #efefef;
}
table.finance-calculator tbody tr:nth-child(even) {
  background-color: #e6e6e6;
}
table.finance-calculator tbody tr td:first-child {
  width: 1px;
  white-space: nowrap;
}
table.finance-calculator tbody tr td {
  padding: 5px 20px;
}
table.finance-calculator tbody tr td.bd {
  font-weight: 900;
}
table.finance-calculator tbody tr td.hl {
  color: #ffc035;
}
table.finance-calculator tbody tr td:last-child {
  text-align: right;
}
table.finance-calculator tfoot tr {
  font-size: 10px;
  letter-spacing: normal;
}
table.finance-calculator tfoot tr td {
  padding: 20px 0 0;
}

@media only screen and (max-width: 34em) {
  table.finance-calculator tbody tr td {
    font-size: 13px;
    padding: 3px 5px;
    display: block;
  }
  table.finance-calculator tbody tr td:last-child {
    text-align: left;
  }
}
.background--theme-a {
  background-color: #75959D;
}

.background--theme-b {
  background-color: #66635a;
}

.background--theme-c {
  background-color: #d9afb1;
}

.background--theme-d {
  background-color: #537a84;
}

.header-static {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}

.navbar-menu.small a {
  font-size: 14px;
}

.small-basket {
  padding-right: 13px;
  margin-top: 0;
}

.compressed-basket {
  display: none;
}

@media only screen and (min-width: 48em) and (max-width: 1000px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
  }
  main {
    margin-top: 137px;
  }
}
@media only screen and (max-width: 34em) {
  .navbar {
    height: 120px;
  }
}
@media only screen and (min-width: 48em) {
  .slim-nav {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
  }
  .slim-main {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 48em) {
  .navbar {
    height: 124px;
  }
}
