/* CSS Document */
/* HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
b,
i,
q,
s,
strong,
em,
big,
small,
strike,
sub,
sup,
samp,
ins,
kbd,
dl,
dt,
dd,
tt,
ol,
ul,
li,
img,
hr,
var,
center,
cite,
code,
del,
dfn,
abbr,
acronym,
address,
blockquote,
pre,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus,
a:hover,
a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

em {
  font-style: italic; }

ol,
ul {
  list-style-type: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 85%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

input,
select,
textarea {
  font-size: 1em;
  box-sizing: border-box;
  vertical-align: baseline;
  background-color: #fff; }

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal; }

/* -------------------------------- *\
	VARIABLES / FUNCTIONS / LOOPS / MIXINS / ANIMATIONS
\* -------------------------------- */
@font-face {
  font-family: 'gotham-book';
  src: url("/scripts/fonts/gotham-book.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
  font-display:swap;
}
@font-face {
    font-family: 'gotham-medium';
    src: url("/scripts/fonts/gotham-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'icons';
    src: url("/scripts/fonts/icons.eot");
    src: url("/scripts/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/scripts/fonts/icons.woff") format("woff"), url("/scripts/fonts/icons.ttf") format("truetype"), url("/scripts/fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class*='ic-']:before, [class*='ic-']:after {
  display: inline-block;
  font-family: 'icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ic-angle:before {
  content: '\0041'; }

.ic-facebook:before {
  content: '\0042'; }

.ic-pinterest:before {
  content: '\0043'; }

.ic-search:after {
  content: '\0044';
  position: relative;
  top: 1px;
  left: 3px;
  font-size: 0.8em; }

.ic-twitter:before {
  content: '\0045'; }

.ic-cart:before {
  content: '\0046'; }

.ic-quote:before {
  content: '\0047'; }

.ic-pdf:before, [href$=".pdf"]:before {
  content: '\0048';
  padding-right: 0.5em;
  font-size: 1.5em;
  position: relative;
  font-family: icons;
  vertical-align: middle; }

/*%textureBg {
    box-shadow: 0 0 15px rgba(0,0,0,.2) inset;
    background: url(/images/.jpg) repeat 0 0 #eeeeee;
}*/
@keyframes pulse {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.columnise > * {
  break-inside: avoid-column;
  page-break-inside: avoid;
  -moz-page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid; }

/* -------------------------------- *\
	SLICK SLIDER
\* -------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: grab; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  /*.slick-loading & {
      visibility: hidden;
  }*/ }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  /*display: none;*/
  /*&.slick-loading img {
      display: none;
  }*/
  /*.slick-loading & {
      visibility: hidden;
  }*/ }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  position: absolute;
  font-size: 2em;
  color: rgba(93, 57, 71, 0.6); }
  .slick-arrow.prev {
    left: 0; }
    .slick-arrow.prev:before {
      transform: rotate(-180deg); }
  .slick-arrow.next {
    right: 0; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow:hover {
    cursor: pointer; }

.slick-dots *:focus {
  outline: none; }

/* -------------------------------- *\
	SIDR MENU
\* -------------------------------- */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  padding: 1em;
  height: 100%;
  z-index: 999999;
  box-sizing: border-box;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; }
  .sidr.right {
    left: auto;
    right: -260px; }
  .sidr.left {
    left: -260px;
    right: auto; }
  .sidr a {
    color: #fff; }

#sidr {
  display: none; }
  #sidr .headerContainer {
    width: 100%;
    position: static;
    text-align: center; }
    #sidr .headerContainer li {
      border: 0; }
    #sidr .headerContainer .socialIcons {
      padding: .5em 0 0;
      text-align: center; }

@media (min-height: 930px) {
  body {
    position: static !important;
    width: initial !important; }

  .sidr {
    display: none !important; } }
/*.mainNav {
    >ul>li {
        &:hover ul {
            visibility: visible;
            opacity: 1;
        }
        position:relative;
        >ul {
            visibility: hidden;
            opacity: 0;
            white-space: nowrap;
            transition: all 0.5s ease 0s;
            li {
                display: block;
            }
        }
    }
}*/
.sidr-inner a {
  text-decoration: none;
  display: block;
  color: #fff; }

.sidr-inner a:hover {
  text-decoration: underline; }

.sidr-inner li > ul {
  display: none; }

/* -------------------------------- *\
	WRAPPERS
\* -------------------------------- */
html,
body {
  height: 100%; }

body {
  font: 0.92em/1.5 "gotham-book", Helvetica, sans-serif;
  color: #636363;
  text-size-adjust: none;
  background-color: #5d3947;
  -webkit-text-size-adjust: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

#wrapper, .wrapper {
  background-color: #fff; }

/* -------------------------------- *\
	HEADINGS
\* -------------------------------- */
h1 {
  min-width: 240px;
  font-size: 2.3rem;
  font-size: 2.2vw;
  padding: 1.2rem 3rem;
  margin-left: -2.8rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;
  background-color: rgba(192, 180, 166, 0.8);
  font-family: 'gotham-medium', Arial, sans-serif; }

h2,
h3,
h4 {
  font: 1.5em 'gotham-medium', Arial, sans-serif;
  padding-bottom: 1rem;
  color: #5d3947; }

.textContent h3 {
  padding: 0.5rem 0 1rem 0; }

h5 {
  font-size: 1.5em;
  color: #5d3947; }

p {
  padding-bottom: 1.5em; }
  p:empty {
    display: none; }
  p a {
    font: 1.1em "gotham-medium", Arial, sans-serif; }

strong {
  font: 1.1em "gotham-medium", Arial, sans-serif; }

/* ----------------- *\
	TYPE LINKS
\* ----------------- */
a {
  color: #5d3947;
  text-decoration: underline; }
  a:hover {
    border: 0;
    text-decoration: none; }

/* -------------------------------- *\
	ASIDE
\* -------------------------------- */
aside {
  width: 38%;
  float: left; }
  aside + .main-content {
    width: 60%;
    float: right; }

/* -------------------------------- *\
	MISC
\* -------------------------------- */
::selection {
  background: #636363;
  color: #fff;
  text-shadow: none; }

hr {
  clear: both;
  height: 1px;
  margin: 1em 0;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

@media (min-width: 880px) {
  .columnise {
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    column-gap: 3em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em; } }
@media (min-width: 880px) {
  .columnise._3 {
    columns: 2;
    -moz-columns: 2;
    -webkit-columns: 2;
    column-gap: 3em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em; } }
@media (min-width: 1100px) {
  .columnise._3 {
    columns: 3;
    -moz-columns: 3;
    -webkit-columns: 3;
    column-gap: 3em;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em; } }

.maxWidth {
  margin: auto;
  max-width: 1000px;
  text-align: center; }

.documents a {
  display: block;
  min-height: 25px;
  position: relative;
  padding-left: 2.2em;
  text-decoration: none;
  transition: ease-in-out all 0.35s; }
  .documents a:before {
    margin-left: -1.5em; }
  .documents a:hover {
    color: #4e2c3a; }
.documents h3 {
  padding-bottom: 1.5em; }
.documents p {
  padding-bottom: 1em; }
.documents img {
  max-width: 80px;
  display: block;
  margin: .8em 0;
  border: 1px solid #e8e8e8; }
.documents > div {
  padding-bottom: 1.5em; }
  @media (max-width: 880px) {
    .documents > div {
      padding: 1em 0;
      border-bottom: 1px solid #e8e8e8; } }

.textContent blockquote {
  font-style: italic;
  padding-bottom: 1em;
  background-color: #e8e8e8;
  color: #5d3947;
  padding: 2em 3em 1em 3em;
  margin: 2.7em 0;
  text-align: center; }
  .textContent blockquote:first-of-type {
    margin-top: 0; }
  .textContent blockquote span {
    font: 0.9em "gotham-medium", Arial, sans-serif; }

.textContent blockquote:before {
  content: '\0047';
  display: block;
  font-family: 'icons';
  font-style: normal;
  padding-bottom: 1em;
  text-align: center; }

/*.textContent div > *{
    break-inside: avoid-column;
    -webkit-break-inside: avoid-column;
    page-break-inside: avoid;
    -moz-page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
}*/
/* ----------------- *\
	IMAGES & IFRAMES
\* ----------------- */
img {
  border: 0;
  display: block;
  max-width: 100%; }
  img.left {
    float: left;
    margin: 0 .5em .5em 0; }
  img.right {
    float: right;
    margin: 0 0 .5em .5em; }
  img[src*="loader.gif"] {
    width: auto !important;
    max-width: 100% !important; }

iframe {
  border: 0;
  width: 100%; }

/* ----------------- *\
	FORM
	INPUT/TEXTAREA
\* ----------------- */
input,
select,
textarea {
  width: 100%;
  padding: 1.2em;
  border-radius: 0;
  font-family: 'gotham-book';
  background: #fff;
  color: #636363;
  border: 1px solid #e8e8e8;
  background-color: #f7f7f7; }
  input[type="submit"],
  select[type="submit"],
  textarea[type="submit"] {
    width: auto; }
    input[type="submit"]:hover,
    select[type="submit"]:hover,
    textarea[type="submit"]:hover {
      cursor: pointer;
      background-color: #9c6077; }
  input[type="radio"], input[type="checkbox"] {
    border: 0;
    padding: 0;
    min-width: 0;
    margin: 0 .5em 0 0;
    vertical-align: sub;
    width: auto !important; }
  input:focus,
  select:focus,
  textarea:focus {
    outline: none;
    transition: 1s border linear;
    border: 1px solid #a3a3a3; }

textarea {
  height: 180px; }

input[type="text"],
input[type="submit"],
input[type="email"],
input[type="tel"],
select,
textarea {
  appearance: none; }

select::-ms-expand {
  display: none; }

#contact-form {
  max-width: 1000px; }

.smallForm {
  max-width: 500px; }

/* ---------------------------------------- *\
	LEFT COLUMN CONTAINING MAIN NAV LINKS
\* ---------------------------------------- */
header[role=banner] {
  background-color: #5d3947;
  padding: 2em;
  top: 0;
  bottom: 0;
  color: #fff;
  width: 205px;
  height: 100%;
  z-index: 998;
  position: fixed;
  font-size: .9em;
  box-sizing: border-box; }
  header[role=banner] a {
    color: inherit;
    text-decoration: none;
    z-index: 99; }
    header[role=banner] a:hover {
      text-decoration: underline; }

.headerContainer {
  left: 2em;
  right: 2em;
  bottom: 0;
  z-index: 99;
  position: absolute;
  padding-top: .5em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.mainNav {
  clear: both;
  line-height: 1;
  background: #5d3947;
  padding: 1em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .mainNav > ul {
        /*li.hasChildren {
            position: relative;
            padding-right: 1em;

            a {
                display: inline-block;
                vertical-align: middle;
            }

            &:before {
                right: 0;
                top: .8em;
                width: 15px;
                content: "+";
                cursor: pointer;
                font-weight: bold;
                text-align: right;
                position: absolute;
            }
        }*/ }

.mainNav a {
  display: block; }

.mainNav ul > li {
  padding: 0.65em 0;
  list-style: none;
  position: relative; }

.mainNav ul li > ul {
  left: 100%;
  top: -.7em;
  width: 150px;
  line-height: 1.6;
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: .5em 2em;
  background-color: #6d4353; }

.mainNav ul li:hover > ul {
  visibility: visible;
  left: 100%;
  transition: ease-in-out all 0.3s; }

.mainNav ul > li > ul li {
  padding: 0.55em 0; }

.logo img {
  width: 100%;
  max-width: 152px; }

.ic-menu {
  width: 35px;
  height: 26px;
  display: none;
  cursor: pointer;
  position: relative;
  background: #fff; }

.ic-menu:before,
.ic-menu:after {
  left: 0;
  top: 5px;
  height: 6px;
  width: 100%;
  content: "";
  position: absolute;
  background: #5d3947; }

.ic-menu:after {
  top: auto;
  bottom: 5px; }

#sidr {
  background-color: #4e2c3a;
  color: #fff; }

#sidr li {
  padding: 1em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative; }
  #sidr li ul li:last-of-type {
    border: 0;
    padding-bottom: 0; }

#sidr li li {
  box-shadow: none; }

#sidr ul ul {
  font-size: .9em; }

.ic-plus-button:after, .ic-minus-button:after {
  position: absolute;
  top: 1em;
  right: 1em; }

.ic-plus-button:after {
  content: '+'; }

.ic-minus-button:after {
  content: '-'; }

.socialIcons {
  text-align: center;
  margin: 0;
  padding: 1em 0 1.5em 0; }

.socialIcons a {
  background-color: #fff;
  border-radius: 100%;
  width: 2em;
  height: 2em;
  display: inline-block;
  text-align: center; }

.socialIcons li {
  display: inline-block;
  padding: 0 .3em; }

.socialIcons a:before {
  color: #5d3947;
  font-size: 1.5em;
  line-height: 1.5em; }

.smallPrint {
  font-size: 0.8em;
  text-align: center; }
  .smallPrint span, .smallPrint a {
    display: inline-block; }

.smallPrint a {
  padding-bottom: 0.8rem;
  color: #fff; }

.mainTel {
  font-size: 1.1rem;
  margin-bottom: .8rem;
  display: inline-block;
  font-family: "gotham-medium", Arial, sans-serif; }

/* MAIN BANER */
.mainBanner img {
  width: 100%;
  max-width: 1800px;
  margin-bottom: 0 !important; }

.mainBanner_slide {
  position: relative; }
  .mainBanner_slide figcaption:only-child {
    position: static;
    display: inline-block; }

.mainBanner_images {
  min-height: 98px; }

.mainBanner--page .mainBanner_slide {
  overflow: hidden;
  max-height: 550px; }

.mainBanner_caption {
  color: #fff;
  display: block;
  padding: 1.2rem 3rem;
  box-sizing: border-box;
  background-color: rgba(192, 180, 166, 0.8); }
  @media (min-width: 800px) {
    .mainBanner_caption {
      bottom: 0;
      position: absolute; } }
  .mainBanner_caption .postDate {
    font-size: 1.1em;
    margin-top: .5em; }

.mainBanner_caption h1,
.mainBanner_caption h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 2.3rem;
  font-size: 2.2vw;
  font-weight: normal;
  background: transparent;
  /*&:after {
      content: ".";
      visibility: hidden;
  }*/ }

.mainBanner_caption p,
.mainBanner_caption p {
  margin: 0;
  font-size: 1.2rem;
  font-size: 1.35vw;
  padding-bottom: 0; }

.mainBanner .slick-dots {
  position: absolute;
  top: 1em;
  right: 1em; }

.mainBanner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center; }

.mainBanner .slick-dots li {
  margin: 0 .3em; }

.mainBanner .slick-dots button {
  border: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  background-color: #bfc0bb;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  text-indent: -999em; }

.mainBanner .slick-active button {
  background-color: #725358;
  height: 25px;
  width: 25px; }

.mainBanner--page img {
  /*max-height: 420px;
  object-fit:cover;
  object-position: bottom;*/ }

/* rows */
.row {
  clear: both;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1.3% 2em;
  justify-content: flex-start; }

.productInfo .row {
  justify-content: flex-start; }

.row--four {
  margin-top: 2em; }

.row--two .row_item {
  width: 48%; }

.row--page .row_item {
  width: 48%; }

.row--four .row_item {
  width: 23%; }

.row--three .row_item {
  width: 31%; }

.row_item {
  margin: 0 1%; }
  .row_item:empty {
    display: none; }

.row--extraSpace {
  justify-content: space-between; }

.row--extraSpace > .row_item {
  width: 46%; }

.row--paymentType {
  border-top: 1px solid #5d3947;
  border-bottom: 1px solid #5d3947;
  padding: 0.5em 0;
  margin: 0;
  justify-content: space-between; }

.row--paymentType .row_item {
  width: auto; }

.row--basketTotal .row_item {
  text-align: right;
  margin: 0 0 0 5%; }

.row--basketTotal {
  justify-content: flex-end;
  margin: 0;
  position: relative; }

.row--checkoutbtns .row_item {
  width: auto;
  margin: 0 0 2em 0; }

.row--checkoutbtns {
  justify-content: space-between;
  margin: 0; }

.row--buttons {
  margin: 0 -1% 1em -1%; }

.row--product h3, .row header h3 {
  padding: 0; }

.row--product, .row header {
  align-items: center;
  margin-bottom: 2em; }

.row--productOptions {
  align-items: center; }

/*.row--productOptions .row_item{
    margin-bottom: 1em;
}*/
.row--productOptions label {
  padding-bottom: 0; }

.row--form label {
  padding: 1em 0; }

.row--productOptions label {
  margin: 0 0 1em 0; }

.row--productOptions {
  margin-left: 0;
  margin-right: 0;
  justify-content: flex-start; }

.row--productOptions, .productPanel .row:not(header) {
  margin-bottom: 0; }

.row--productSlidingStyle {
  margin-top: 0; }
  .row--productSlidingStyle label {
    width: 100%;
    text-align: center; }
    .row--productSlidingStyle label img {
      box-sizing: border-box;
      width: 100%;
      max-height: none; }
    .row--productSlidingStyle label input {
      margin: .5em auto;
      display: block; }

.row--productSlidingDoors {
  margin-top: 0; }
  .row--productSlidingDoors .row_item {
    margin: 1em; }

.row--productSlidingColours {
  margin-top: 0; }
  .row--productSlidingColours .row_item {
    padding: 0.2em;
    margin: 1px auto;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #e8e8e8;
    box-sizing: border-box; }
    .row--productSlidingColours .row_item div {
      width: 100%;
      text-align: center;
      position: relative; }
      .row--productSlidingColours .row_item div img {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        max-height: none;
        padding: 0;
        margin: 0.5em 0 0 0;
        border: none;
        box-shadow: none; }
      .row--productSlidingColours .row_item div:first-of-type img {
        margin: 0; }
      .row--productSlidingColours .row_item div span {
        position: absolute;
        top: 0;
        left: 0; }
  .row--productSlidingColours.styleA .row_item div {
    height: 99px; }
    .row--productSlidingColours.styleA .row_item div:last-of-type {
      display: none; }
  .row--productSlidingColours.styleB .row_item div {
    height: 120px; }
    .row--productSlidingColours.styleB .row_item div:nth-of-type(2) {
      height: 60px; }
    .row--productSlidingColours.styleB .row_item div:last-of-type {
      display: none; }
  .row--productSlidingColours.styleC .row_item div {
    height: 75px; }
    .row--productSlidingColours.styleC .row_item div:nth-of-type(2) {
      height: 150px; }
    .row--productSlidingColours.styleC .row_item div:last-of-type {
      display: none; }
  .row--productSlidingColours.styleD .row_item div {
    height: 75px; }
  .row--productSlidingColours.doors2 .row_item:nth-of-type(3), .row--productSlidingColours.doors2 .row_item:nth-of-type(4) {
    box-shadow: none; }
    .row--productSlidingColours.doors2 .row_item:nth-of-type(3) div, .row--productSlidingColours.doors2 .row_item:nth-of-type(4) div {
      display: none; }
  .row--productSlidingColours.doors3 .row_item:nth-of-type(4) {
    box-shadow: none; }
    .row--productSlidingColours.doors3 .row_item:nth-of-type(4) div {
      display: none; }

/* lists  */
.textContent ol {
  padding: 1em 0;
  list-style-type: decimal;
  margin-left: 1em; }

.textContent ol li {
  padding-bottom: 1em; }

.textContent ul {
  padding: 1em 0; }

.textContent ul li:before {
  background-color: #5d3947;
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  content: '';
  margin-right: 0.5em;
  margin-top: 2px;
  left: 0;
  position: absolute;
  top: 4px; }

.textContent ul li {
  padding-bottom: 1em;
  padding-left: 1.5em;
  position: relative; }

/*.textContent div{
    column-count:2;
    column-gap:4em;
}*/
/* address */
label {
  padding-bottom: 1em;
  display: inline-block; }

address {
  padding-bottom: 1em; }
  address p {
    padding: 0; }

/* btns */
.btn {
  padding: 0.7em 2em;
  border: 2px solid #cac0b4;
  background-color: #5d3947;
  color: #fff;
  display: inline-block;
  margin: 1em 0;
  text-decoration: none; }

.btn:hover {
  text-decoration: none;
  border: 2px solid #cac0b4;
  background-color: #9c6077; }

.shareaholic-share-buttons-container.rectangle ul.shareaholic-share-buttons li.shareaholic-share-button {
  height: auto !important; }

/* blog page  */
.blogPost {
  margin-bottom: 2em;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem;
  clear: both;
  overflow: hidden; }
  .blogPost p {
    font: 0.92em/1.5 "gotham-book", Helvetica, sans-serif; }

.blogPost a {
  text-decoration: none; }

.blogPost a:hover .btn {
  background-color: #9c6077; }

.blogPost h3 {
  display: inline-block; }

.postDate {
  font: italic 1.1em "gotham-medium", Arial, sans-serif; }

.blogPost img {
  float: right;
  max-width: 30%;
  margin-left: 1em; }

.shareaholic-canvas {
  clear: none !important;
  float: right !important; }

.paging li {
  display: inline-block;
  padding: 0.5em 1em; }

.paging .active {
  border: 1px solid #e8e8e8; }

.blogPostImage {
  width: 100%;
  margin-bottom: 1em; }

/* product pages */
.productPanel {
  padding: 2em;
  margin-bottom: 1em;
  border: 1px solid #e8e8e8; }
  .productPanel li a {
    font-size: .9em; }

img.active {
    border: 5px solid #008000 !important;
}
.colour-photos.selected:after {
    content: '';
    display: block;
    background: url(/images/green-tick.png?gh) no-repeat center center;
    height: 50px;
    width: 0;
    padding: 0 50px;
    margin: 0 -50px;
    bottom: 30%;
    z-index: 9999;
    left: 50%;
    position: absolute;
    background-size: contain;
}
    .productPrice {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 1.8rem 1.5rem;
  background-color: #5d3947; }
  .productPrice.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.productPrice h3 {
  color: inherit;
  padding: 0;
  font-size: 1.8em; }

.productPrice h3 span {
  font-size: 1.5em; }

.productPrice .quantitybox {
  width: 65px;
  text-align: center;
  padding: 1.2em .4em; }

.productPrice .button {
  padding: 0.7em 1.2em;
  border: 2px solid #fff;
  background-color: #7d4c5f;
  color: #fff;
  font-size: 1.5em;
  margin: 0.5em;
  font-family: "gotham-medium", Arial, sans-serif; }

.productPrice > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.productPrice_cost {
  font-size: 1.3em;
  font-family: "gotham-medium", Arial, sans-serif; }

.productPrice_cost small {
  font-size: 0.7em; }

.productPanel_option {
  text-align: right;
  font-family: "gotham-medium", Arial, sans-serif;
  font-size: 0.9em; }

.productSlider a {
  text-decoration: none; }

.pageTitle {
  /*background-color: #cac0b4;
  padding: 2rem 8rem 2rem 3rem;
  margin-left: -2.5rem;
  color: #fff;
  display: inline-block;
  margin-bottom: 2rem;*/ }

.productPanel .carousel {
  margin: 0 2em; }
  .productPanel .carousel .prev {
    left: -1.5em; }
  .productPanel .carousel .next {
    right: -1.5em; }
  .productPanel .carousel .slick-slide {
    margin: 0 .5em;
    padding: 0 0.5em;
    text-align: center; position:relative;}

.productPanel img {
    max-height: 80px;
    padding: 0.2em;
    margin: 1px auto;
    border: 5px solid #fff;
    box-shadow: 0 0 0 1px #e8e8e8;
    position: relative;
}

.productSlideShow {
  border: 2px solid #e8e8e8; }

.productSlideShow img {
  margin: 0 auto;
  padding: 0.5em;
  box-sizing: border-box; }

.photos {
  position: relative; }
  .photos:after {
    content: '\0044';
    font-family: 'icons';
    top: 0.6em;
    right: 0.6em;
    z-index: 99;
    position: absolute;
    font-size: 2.5em; }

.productImageList {
  padding-top: 1em;
  margin-bottom: 2em; }
  .productImageList .slick-list {
    margin: 0 2em; }
  .productImageList .slick-arrow {
    padding-top: 0.5em; }
  .productImageList img {
    height: 80px;
    border: 2px solid #e8e8e8;
    margin: 0 auto;
    padding: 0.5em; }

/* HOME PAGE */
.category {
  position: relative; }

.category img {
  width: 100%;
  max-height: 250px;
  display: block; }

.category_title {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 1em .5em;
  font-size: 1.5em;
  font-size: 1.2vw;
  font-weight: normal;
  border: 1px solid #dcdcdc; }

.category_title a {
  text-decoration: none; }

.category_inner {
  width: 100%; }

.category_cover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10%;
  transition: all 0.2s ease-in-out; }

.category_detail {
  opacity: 0;
  height: 0;
  font-size: 1.3em;
  font-size: 0.9vw;
  padding: 0;
  color: #626463;
  font: 0.92em/1.5 "gotham-book", Helvetica, sans-serif;
  transition: height 0.2s ease-in; }

.category_cover:hover .category_detail {
  opacity: 1;
  height: auto; }

.category_cover:hover .category_title {
  border: 0;
  background-color: transparent; }

.category_cover:hover {
  background-color: rgba(232, 232, 232, 0.9); }

/* testimonial slider */
.testimonialSlider {
  background-color: #e8e8e8;
  color: #5d3947;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center; }
  .testimonialSlider a:empty {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }

.testimonialSlider .slick-slide {
  float: none;
  height: auto; }

.testimonialSlider .slick-track {
  display: flex; }

.testimonialSlider_slide {
  text-align: center;
  font-size: 1.6em;
  padding: 2em; }

.testimonialSlider_quote {
  font-style: italic;
  text-align: justify;
  text-align-last: center;
  margin: 0;
  padding-bottom: 1em; }

.testimonialSlider_author {
  font-family: "gotham-medium", Arial, sans-serif;
  font-size: 1em; }

.testimonialSlider_author:before {
  content: "-";
  padding-right: 0.5em; }

.testimonialSlider_slide blockquote:before {
  content: '\0047';
  display: block;
  font-family: 'icons';
  font-style: normal;
  padding-bottom: 1em;
  text-align: center; }

/* related products slider */
.relatedProducts {
  border-top: 1px solid #e8e8e8;
  padding-top: 2em; }

.relatedProducts h2 {
  padding-bottom: 2rem; }

.relatedProducts_slider .productCategory {
  margin: 0 1em; }

.relatedProducts_slider {
  margin: 0 -1em; }

.relatedProducts_slider .slick-track {
  padding-bottom: 2em; }

.relatedProducts_slider .slick-dots {
  text-align: center; }

.relatedProducts_slider .slick-dots li {
  display: inline-block; }

.relatedProducts_slider .slick-dots button {
  border: 0;
  height: 1.5em;
  width: 1.5em;
  background-color: #e8e8e8;
  text-indent: -9999px;
  border-radius: 100%;
  margin: 0 0.2em; }

.relatedProducts_slider .slick-active button {
  background-color: #5d3947;
  height: 1.8em;
  width: 1.8em; }

.latestBlog_heading {
  padding: 1em 0; }

.latestBlog a {
  color: #5d3947;
  font: 1.1em "gotham-medium", Arial, sans-serif; }

.latestBlog img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  object-position: bottom; }

@media (min-width: 460px) {
  .latestBlog, .latestBlog figcaption {
    /*@include flexbox();
    flex-wrap: nowrap;
    flex-direction: column;*/ }

  .latestBlog figcaption {
    /*height: 100%;
    overflow: auto;*/ }
    .latestBlog figcaption p {
      margin-bottom: auto; } }
#right-column {
  /*width: 89%;
  float: right;*/
  margin-left: 205px;
  box-sizing: border-box;
  max-width: 1920px; }

#right-column > ul {
  margin-left: 2em; }

#right-column > ul li {
  margin-left: 1.2em;
  list-style-type: disc; }

#content {
  overflow: hidden;
  /*padding-left: 1em;*/ }

.content_inner {
  clear: both;
  padding: 2em 3em; }
  .content_inner a {
    font: 1.1em "gotham-medium", Arial, sans-serif; }

/* basket area */
.basket {
  display: none; }

.basketArea a {
  color: #ccc;
  position: relative;
  display: inline-block;
  font-family: "gotham-medium", Arial, sans-serif; }

.basketArea a:before {
  padding-right: .5em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'icons';
  content: '\0046'; }

.basketArea a:hover {
  text-decoration: none; }

.basketItems table {
  border-collapse: collapse;
  width: 100%; }

.basketItems td {
  vertical-align: top;
  padding: 2em 0 0 0;
  border-bottom: 1px solid #5d3947; }

.basketItems th {
  padding: 0 0 2em 0;
  border-bottom: 1px solid #5d3947; }

.basketItems_color img {
  max-width: 10px;
  display: inline-block;
  border: 1px solid #5d3947;
  margin-left: 0.5em; }

.basketItems_cost {
  text-align: right; }

.quantity {
  display: flex; }

.quantity input {
  width: 50%; }

.quantity a {
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 0.5em;
  font-size: 1.5rem;
  text-decoration: none; }

.basketTotal {
  padding-top: 1em; }

.basketTotal .btn {
  float: right; }

.basketDiscount {
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 460px) {
    .basketDiscount {
      align-items: flex-end; }
      .basketDiscount input {
        max-width: 400px; } }
  @media screen and (min-width: 1024px) {
    .basketDiscount {
      align-items: flex-start;
      max-width: 400px;
      position: absolute;
      left: 0; } }

.basketTerms {
  text-align: right;
  margin: 1em 0; }

.paymentType_cards, .paymentType_secured {
  display: flex;
  align-items: center; }

.paymentType_cards *, .paymentType_secured * {
  padding: 0 0.5em; }

.paymentType_secured img {
  max-width: 100px; }

.productCategory {
  position: relative;
  padding-bottom: 2.5em; }
  .productCategory a:empty {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    position: absolute; }

.productCategory img {
  width: 100%; }

/*.productCategory>a {
    position: relative;
    z-index: 1;
}*/
.productCategory_caption {
  width: 75%;
  margin: -1em auto 0 auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 1.5em;
  transition: all 0.5s;
  color: #5d3947;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: column; }
  .productCategory_caption h3 {
    padding: 0;
    color: inherit;
    text-decoration: none;
    font: 1.2em 'gotham-medium', Arial, sans-serif; }
  .productCategory_caption:hover {
    color: #fff;
    text-decoration: none; }
  .productCategory_caption a {
    text-decoration: none; }

.productCategory_caption span {
  display: block;
  margin-top: auto;
  padding: 1em 0 0 0; }

.productCategory:hover .productCategory_caption {
  background-color: #8f6678;
  border-color: #8f6678;
  color: #fff;
  cursor: pointer; }

.productCategory:hover .productCategory_caption a {
  color: #fff; }

.basketItems_name {
  text-align: left; }

.basketItems_name .basketItems_header {
  display: none; }

.productPannel_color .ic-search {
  display: inline-block;
  padding-top: 0.5em;
  left: 1em;
  text-decoration: none; }

/*the tick*/
/*box behind tick*/
.addedToBasket {
  color: #fff;
  right: -80px;
  width: 120px;
  text-align: center;
  padding: 0.5em 1em;
  display: inline-block;
  background-color: #4ac75c;
  font-size: 0.9em;
  position: absolute; }

.basketArea {
  display: flex;
  padding: 1.5em 0;
  align-items: center;
  justify-content: space-between; }

.colourList {
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  font-size: .85em;
  max-width: 1000px;
  box-sizing: border-box; }
  .colourList ul {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-content: flex-start;
    justify-content: space-between; }
  .colourList li {
    width: 25.4%;
    padding: .5em;
    margin: 0 auto;
    display: block;
    line-height: 1.3;
    text-align: center;
    box-sizing: border-box; }
    @media (min-width: 800px) {
      .colourList li {
        width: 9.8%; } }

/*responsive*/
@media all and (max-height: 820px) {
  .socialIcons {
    font-size: .8em; } }
@media (max-width: 930px) {
  header[role="banner"] .smallPrint {
    display: none; } }
footer[role="contentinfo"] {
  color: #fff;
  padding-left: 205px;
  background-color: #5d3947; }
  footer[role="contentinfo"] a {
    padding: 0;
    text-decoration: none; }
  footer[role="contentinfo"] .smallPrint {
    padding: 1em; }
    footer[role="contentinfo"] .smallPrint > * {
      margin: 0 1em;
      display: inline-block; }

/*responsive*/
@media (min-width: 2000px) {
  .content_inner {
    max-width: 1800px; } }
@media (max-height: 700px) {
  #wrapper {
    margin: 0 auto;
    max-width: 1300px; } }
@media (max-width: 800px), (max-height: 700px) {
  header[role="banner"] {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
    padding: 1em;
    text-align: center;
    float: none; 
    min-height:100px;
    max-height:100px;
  }

  #right-column {
    margin-left: 0;
    max-width: none; }

  .logo img {
    width: auto;
    max-height: 70px;
    display: inline-block;
    vertical-align: middle; }

  .basketArea {
    position: absolute;
    right: 1em;
    top: 1em;
    padding: 0; }

  .basketArea a {
    padding: 0;
    order: 2; }

  .addedToBasket {
    order: 1;
    right: 10em; }

  .mainNav {
    display: none; }

  .ic-menu {
    display: block;
    position: absolute;
    right: 1em;
    bottom: 1.5em; }

  footer[role="contentinfo"] {
    padding: 0; }

  .headerContainer {
    left: 1em;
    border: 0;
    padding: 0;
    width: 120px;
    text-align: left; }

  .socialIcons {
    padding-top: 0;
    text-align: left; }

  .mainTel {
    font-size: 1.2em; } }
/*@media (min-width:1440px) and (max-height:820px) {
    .wrapper{
        max-width:1555px;
        margin:0 auto;
    }

    .logo img { max-height: 70px; }

    .ic-menu{
        display:none;
    }
    .mainNav {
        display:block;
        border:0;
        padding:1em 0 0 0;
        ul>li{
            display:inline-block;
            padding: 1em .6em;

        }
    }
    .mainNav ul>li>ul{
        text-align:left;
        padding:0.5em;
        left:0;
    }
    .mainNav ul li:hover>ul{
        top:2.5em;
        left:0;
    }
}*/
@media (max-width: 1200px) {
  .basketItems td {
    border: 0;
    padding: 0.5em 0; }

  .basketItems_cost, .basketItems_quantity {
    border: 0;
    padding: 0.5em 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .basketItems tr {
    display: block;
    border-bottom: 1px solid #5d3947;
    padding: 1em 0; }

  .basketItems thead {
    display: none; }

  .quantity input {
    width: 100%; }

  .basketItems_name {
    display: block; }

  .basketItems_header {
    padding-right: 1em; }

  .category_title {
    font-size: 1.2em; }

  .category_detail {
    font-size: 1em; }

  .row--page {
    margin: 0; }

  .row--page > .row_item, .row--extraSpace > .row-item {
    width: 100%;
    margin: 0 0 1em 0; }

  .row--four .row_item {
    width: 48%;
    margin-bottom: 2%; }

  .productCategory_caption {
    width: auto;
    margin: 0; }

  .mainBanner_caption h1, h1 {
    font-size: 1.8em;
    line-height: 1.3; }

  .mainBanner_caption p {
    font-size: 1em; }

  .productPrice h3 {
    font-size: 1.3em; }

  .row--contactUs > .row_item {
    width: 100%; } }
@media (max-width: 780px) {
  .row--three .row_item {
    width: 48%;
    margin-bottom: 1em; }

  .row .latestBlog {
    margin-bottom: 2.5em; } }
@media (max-width: 640px) {
  .content_inner, .mainBanner_caption {
    padding: 1.5em; }

  .paymentType_cards, .paymentType_secured {
    justify-content: center; }

  .paymentType_cards {
    padding-bottom: 1em; }

  .paymentType_cards img {
    max-width: 40px; }

  .row--paymentType {
    justify-content: center;
    padding: 0.8em 0; }

  .testimonialSlider_slide {
    font-size: 1em; }

  .category_cover:hover .category_detail {
    display: none; }

  .textContent div {
    column-count: auto; } }
@media (max-width: 550px) {
  .productImageList .slick-slide {
    padding: 0 1em; }

  .productCategory_caption a {
    font-size: 1em; }

  .productCategory_caption span {
    font-size: 0.8em; } }
@media (max-width: 490px) {
  .socialIcons {
    font-size: 0.8em; }

  .socialIcons li {
    padding: 0 0.2em;
    white-space: nowrap; }

  .productPrice {
    padding: 1.5em; }

  .productPrice h3 {
    font-size: 1.9em; }

  .productPrice_cost {
    padding-bottom: 1em; }

  .productPrice > div {
    display: block; }

  .blogPost img {
    float: none;
    max-width: 100%;
    margin: 0 auto 1em auto; } }
@media (max-width: 460px) {
  .category_title {
    font-size: 0.85em; }

  .basketTotal .btn {
    display: block;
    text-align: center;
    float: none; }

  .productPanel_option {
    text-align: left;
    display: inline-block;
    padding-bottom: 1em; }

  .row--two {
    margin: 0; }

  .row--two > .row_item {
    width: 100%;
    margin: 0; }

  .row--form {
    margin-bottom: 2em; }

  .row--three .row_item {
    width: 100%;
    margin: 0 0 1em 0; }

  .row--product h3 {
    padding-bottom: 0.5rem; }

  .row--checkoutbtns .row_item {
    text-align: center; }

  .row--checkoutbtns .btn {
    display: block;
    margin: 0.5em 0; }

  .row--paymentType {
    font-size: 0.8em; }

  .mainBanner_caption {
    position: relative;
    background-color: #c0b4a6; }

  .pageTitle {
    padding: 2rem 2rem 2rem 3rem;
    font-size: 1.5em; }

  .row--productOptions label {
    padding: 1em 0; }

  .row .equal {
    height: auto !important; } }
/* -------------------------------- *\
	HELPER CLASSES
\* -------------------------------- */
.left {
  float: left;
  clear: left; }

.right {
  float: right;
  clear: right; }

.hidden {
  display: none; }

.alignRight {
  text-align: right; }

.alignLeft {
  text-align: left; }

.basket-desclaimer {
  margin-top: 5px;
  border-bottom: 1px solid;
  padding-bottom: 7px;
  line-height: 1.2;
  color: #5d3947; }

/*# sourceMappingURL=main.css.map */

.mainBanner_images {
    min-height: 98px;
}

.cls-fix {
    width: 100%;
    height: auto;
}

.mainBanner_images .slick-foc-fix, .productSlideShow .slick-foc-fix, .productImageList .slick-foc-fix, .carousel .slick-foc-fix {
    display: none;
}

    .mainBanner_images .slick-foc-fix:first-child, .productSlideShow .slick-foc-fix:first-child, .productImageList .slick-foc-fix:first-child, .carousel .slick-foc-fix:first-child {
        display: block;
    }

.mainBanner_images.slick-initialized .slick-foc-fix, .productSlideShow.slick-initialized .slick-foc-fix, .productImageList.slick-initialized .slick-foc-fix, .carousel.slick-initialized .slick-foc-fix {
    display: block;
}