/*
Theme Name: Floor-D
Author: Gumpo
Version: 1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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-size: 100%;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/** start of tunnicliffe colours**/
/** start of integrated air */
/** start of niplast **/
/*  start of floor-d*/
/* Global */
* {
  color: #4E4E4E;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4E4E4E;
  margin: 0;
  padding: 0;
  counter-reset: quote-step; }

main {
  clear: both; }

.fas {
  font-family: FontAwesome;
  display: inline-block;
  text-rendering: auto;
  font-display: block; }

.far {
  font-family: FontAwesome;
  display: inline-block;
  text-rendering: auto;
  font-display: block; }

html.no-js {
  margin: 0 !important; }

.responsive-image {
  max-width: 100%;
  width: auto;
  height: auto; }

.container {
  max-width: 1364px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .container {
      padding: 0 1rem; } }
  @media only screen and (max-width: 768px) {
    .container {
      padding: 1rem; } }

.inner-container {
  max-width: 1088px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .inner-container {
      padding: 0 1rem; } }
  @media only screen and (max-width: 768px) {
    .inner-container {
      padding: 1rem; } }

.wide-container {
  max-width: 1642px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .wide-container {
      padding: 0 1rem; } }
  @media only screen and (max-width: 768px) {
    .wide-container {
      padding: 1rem; } }

a {
  font-size: 16px;
  line-height: 21px;
  color: #4E4E4E;
  text-decoration: none; }
  a:hover {
    color: #353535; }

.space-text {
  letter-spacing: 0.35px;
  line-height: 36px; }

.large-text {
  font-size: 19px;
  line-height: 25px; }

.line-height {
  line-height: 30px; }

.align-self {
  align-self: center; }

p, span {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 1rem; }

blockquote p {
  font-size: 19px;
  font-style: italic;
  line-height: 25px; }

.separator {
  height: 1px;
  width: 56px;
  margin: 1rem 0;
  background-color: #c0c0c0; }

.separator-dotted {
  border-bottom: 2px dotted #c0c0c0;
  margin: 2rem 0; }

.separator-full {
  width: 100%;
  position: relative; }

.separator-margin {
  margin: 3rem 0; }

.separator-blue-overlay:after {
  height: 3px;
  width: 234px;
  border-radius: 15%;
  margin-bottom: 1rem;
  content: '';
  background-color: #00AEEF;
  position: absolute; }

.orange-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: #f8ac00; }

.blue-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: #00AEEF; }

.black-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: #4E4E4E; }

.white-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: white !important; }

.transparent-separator {
  height: 3px;
  width: 56px;
  border-radius: 15%;
  margin-bottom: 1rem;
  background-color: transparent; }

.separator-full {
  width: 100%; }

.line-before:before {
  content: "";
  background: white;
  height: 3px;
  width: 3.5rem;
  position: absolute;
  left: -4.5rem;
  top: .8rem; }

.grayscale {
  filter: grayscale(1); }

.clearfix {
  clear: both; }

.center-text {
  text-align: center !important; }

.text-left {
  text-align: left !important;
  justify-content: flex-start !important; }

.grey-text {
  color: #c0c0c0 !important; }

.blue-text {
  color: #00AEEF !important; }

.black-text {
  color: #4E4E4E !important; }

.white-text {
  color: white !important; }

.red-text {
  color: #B91E1E; }

.orange-text {
  color: #f8ac00 !important; }

.yellow-text {
  color: #F7A40F !important; }

.pink-text {
  color: #FF5959 !important; }

.white-text {
  color: #ffffff !important; }

.green-text {
  color: #3BD186; }

section, aside {
  padding: 1rem; }

.no-padding {
  padding-left: 0;
  padding-right: 0;
  padding: 0; }

.no-margin {
  margin: 0 !important; }

.curved-edge {
  border-radius: 7px; }

.hero-text {
  font-size: 90px;
  font-weight: 700;
  line-height: 106px; }

h1, h2, h3, h4, h5, h6 {
  color: #4E4E4E;
  font-weight: 700;
  font-family: "Raleway", sans-serif; }

h1 {
  margin-bottom: 1rem;
  font-size: 55px;
  font-weight: 500;
  line-height: 65px; }
  h1 span {
    margin-bottom: 1rem;
    font-size: 55px;
    font-weight: 500;
    line-height: 65px; }

h2 {
  margin-bottom: 1rem;
  font-size: 45px;
  font-weight: 700;
  line-height: 53px; }
  h2 span {
    margin-bottom: 1rem;
    font-size: 45px;
    font-weight: 700;
    line-height: 53px; }

h3 {
  margin-bottom: 1rem;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px; }
  h3 span {
    margin-bottom: 1rem;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px; }

h4 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 1rem; }
  h4 span {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 1rem; }

h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 1rem; }
  h5 span {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem; }

h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 1rem; }
  h6 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1rem; }

strong {
  font-weight: 600; }

.dark-black-background {
  background-color: #242424; }

.black-background {
  background-color: #4E4E4E; }

.white-background {
  background-color: #ffffff; }

.orange-background {
  background-color: #f8ac00; }

.grey-background {
  background-color: #707070; }

.light-grey-background {
  background-color: #F6F6F6; }

.dark-grey-background {
  background-color: #707070; }

.red-background {
  background-color: #B91E1E; }

.pink-background {
  background-color: #FF5959; }

.hero-background {
  background: linear-gradient(224.71deg, #00BAFF 0%, #003C57 100%) !important; }

.upper {
  text-transform: uppercase !important; }

.lower {
  text-transform: lowercase !important; }

.proper {
  text-transform: capitalize !important; }

.bold {
  font-weight: 700 !important; }

.medium {
  font-weight: 500; }

.normal {
  font-weight: 400; }

.light {
  font-weight: 300; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.columns {
  display: flex;
  width: 100%; }

[class^="column-"] {
  width: calc(50% - 1rem);
  padding: 1rem 0; }

.column-1 {
  margin-right: 1rem; }

.column-2 {
  margin-left: 1rem; }

.font-primary {
  font-family: "Raleway", sans-serif; }

.font-alternate {
  font-family: "Roboto", sans-serif; }

.site-nav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  display: none;
  width: 100%;
  transition: all 0.25s linear;
  z-index: 100; }
  @media (min-width: 960px) {
    .site-nav {
      display: block !important;
      position: static;
      background-color: transparent;
      height: 100%; } }
  .site-nav.active {
    display: block; }
  .site-nav .container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: flex-start; }
    @media (min-width: 960px) {
      .site-nav .container {
        justify-content: flex-end; } }
    .site-nav .container p {
      color: #ffe000;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 15px;
      line-height: 19px; }
      .site-nav .container p span {
        color: white; }
      @media (max-width: 1280px) {
        .site-nav .container p {
          display: none; } }
  .site-nav__sections {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block;
    width: 100%; }
    @media (min-width: 960px) {
      .site-nav__sections {
        display: flex; } }
    .site-nav__sections > li a {
      display: block;
      padding: 0 0 12px 0;
      color: #4E4E4E;
      font-family: basic-sans, sans-serif;
      font-weight: 600;
      text-decoration: none;
      transition: color 0.25s ease-out; }
      .site-nav__sections > li a:hover, .site-nav__sections > li a:focus {
        color: #00AEEF; }
      @media (min-width: 960px) {
        .site-nav__sections > li a {
          padding: 12px 0;
          color: #4E4E4E; }
          .site-nav__sections > li a span {
            color: white; } }
      .site-nav__sections > li a span {
        color: #4E4E4E;
        padding-bottom: 5rem; }
    .site-nav__sections > li > a {
      font-weight: bold;
      padding: 15px 20px;
      color: white; }
      .site-nav__sections > li > a span {
        color: #4E4E4E; }
      @media (min-width: 960px) {
        .site-nav__sections > li > a span {
          color: #4E4E4E; } }
      @media (min-width: 1024px) {
        .site-nav__sections > li > a span {
          color: #ffffff; } }
      @media (min-width: 960px) {
        .site-nav__sections > li > a {
          padding: 15px 20px; }
          .site-nav__sections > li > a:hover span:after, .site-nav__sections > li > a:focus span:after {
            border-bottom: 3px solid white;
            content: '';
            position: absolute;
            top: 1.5rem;
            left: 0;
            height: 3px;
            width: 100%; } }
    @media (min-width: 960px) {
      .site-nav__sections > li.current-menu-item > a > span:after, .site-nav__sections > li.current-page-ancestor > a > span:after {
        border-bottom: 3px solid white;
        content: '';
        position: absolute;
        top: 1.5rem;
        left: 0;
        height: 3px;
        width: 100%; } }
    .site-nav__sections > li.dropdown > a:after, .site-nav__sections > li.menu-item-has-children > a:after {
      content: "\f0d7";
      display: inline-block;
      width: 9px;
      height: 9px;
      color: #4E4E4E;
      background-size: 100%;
      position: relative;
      top: -1px;
      margin-left: 5px; }
      @media (min-width: 960px) {
        .site-nav__sections > li.dropdown > a:after, .site-nav__sections > li.menu-item-has-children > a:after {
          display: none; } }
    .site-nav__sections > li.dropdown > div, .site-nav__sections > li.menu-item-has-children > div {
      display: none; }
    @media (min-width: 960px) {
      .site-nav__sections > li.dropdown:hover > div, .site-nav__sections > li.menu-item-has-children:hover > div {
        display: block; } }
    @media (max-width: 960px) {
      .site-nav__sections > li.dropdown--toggle > div, .site-nav__sections > li.menu-item-has-children--toggle > div {
        display: block; } }
    .site-nav__sections > li.dropdown--toggle > a:after, .site-nav__sections > li.menu-item-has-children--toggle > a:after {
      transform: rotate(90deg); }
    .site-nav__sections > li:hover, .site-nav__sections > li:focus {
      color: #00AEEF; }
  .site-nav__cols {
    top: 100%;
    left: 0;
    width: 100%;
    height: 65vh;
    z-index: 12; }
    @media (min-width: 960px) {
      .site-nav__cols {
        background: #15c0ff;
        position: absolute; } }
    @media (max-width: 960px) {
      .site-nav__cols {
        height: auto; } }
    .site-nav__cols .container ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      @media (min-width: 960px) {
        .site-nav__cols .container ul {
          background: #e9e9e9; }
          .site-nav__cols .container ul:not(.menu-depth-2) {
            border-top: 4px solid #00AEEF; } }
    .site-nav__cols .container > ul {
      display: flex;
      margin: 0 -10px;
      flex-wrap: wrap;
      width: 100%;
      padding: 0 20px; }
      @media (min-width: 960px) {
        .site-nav__cols .container > ul {
          padding: 40px 20px; } }
      .site-nav__cols .container > ul > li {
        width: 100%;
        padding: 0 10px; }
        @media (min-width: 960px) {
          .site-nav__cols .container > ul > li {
            width: 20%; } }
      .site-nav__cols .container > ul .toggle {
        font-weight: bold;
        text-transform: uppercase;
        color: #00AEEF;
        margin-bottom: 15px;
        display: block;
        cursor: pointer; }
        .site-nav__cols .container > ul .toggle:after {
          content: "";
          display: inline-block;
          width: 9px;
          height: 9px;
          background-image: url(assets/img/layout/dropdown.png);
          background-size: 100%;
          position: relative;
          top: -1px;
          margin-left: 5px; }
        @media (min-width: 960px) {
          .site-nav__cols .container > ul .toggle {
            font-size: 24px;
            font-size: 2.4rem;
            margin-bottom: 0;
            cursor: default; }
            .site-nav__cols .container > ul .toggle:after {
              display: none; } }
        @media (max-width: 960px) {
          .site-nav__cols .container > ul .toggle--toggle + ul {
            display: block; } }
        .site-nav__cols .container > ul .toggle--toggle:after {
          transform: rotate(90deg); }
      .site-nav__cols .container > ul ul {
        display: none; }
        @media (min-width: 960px) {
          .site-nav__cols .container > ul ul {
            display: block !important; } }
  .site-nav__featured {
    margin-top: 60px;
    display: none !important; }
    .site-nav__featured:before {
      display: inline-block;
      content: "";
      background: url(assets/img/menu.jpg);
      width: 100%;
      height: 120px;
      background-size: cover;
      background-position: 50%; }
    @media (min-width: 960px) {
      .site-nav__featured {
        display: block !important; } }
    .site-nav__featured img {
      width: 100%; }
    .site-nav__featured span {
      display: block;
      margin-top: 4px;
      white-space: nowrap; }
      .site-nav__featured span:after {
        display: inline-block;
        content: "";
        background: url(assets/img/layout/chevron-yellow.svg);
        width: 23px;
        height: 17px;
        position: relative;
        top: 0;
        margin-left: 5px; }

.menu-depth-1 > li > a {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  padding: 0 !important;
  cursor: pointer; }
  .menu-depth-1 > li > a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    background-image: url(assets/img/layout/dropdown.png);
    background-size: 100%;
    position: relative;
    top: -1px;
    margin-left: 5px; }
  @media (min-width: 960px) {
    .menu-depth-1 > li > a {
      color: #4E4E4E;
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 0; }
      .menu-depth-1 > li > a:after {
        display: none; } }
  @media (max-width: 1023px) {
    .menu-depth-1 > li > a--toggle + ul {
      display: block; } }
  .menu-depth-1 > li > a--toggle:after {
    transform: rotate(90deg); }

.menu-depth-1 > li.no-dropdown > a:after {
  content: "";
  background-image: none; }

ul.sub-menu.menu-depth-2 a {
  text-transform: capitalize; }
  @media (min-width: 960px) {
    ul.sub-menu.menu-depth-2 a {
      color: #4E4E4E; } }
  ul.sub-menu.menu-depth-2 a:after {
    display: none; }
  ul.sub-menu.menu-depth-2 a:hover, ul.sub-menu.menu-depth-2 a:focus {
    color: #00AEEF; }

.site-nav__cols .container > ul > li.no-drop-down {
  width: auto; }

.nav-toggle {
  width: 36px;
  height: 36px;
  top: calc(50% - 18px);
  right: 0px;
  z-index: 1;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: 3px; }
  @media (min-width: 1025px) {
    .nav-toggle {
      display: none; } }

.nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 33px;
  background: #ffffff;
  opacity: 1;
  border-radius: 3px;
  left: 8px;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.nav-toggle span:nth-child(1) {
  top: 9px;
  transform-origin: left center; }

.nav-toggle span:nth-child(2) {
  top: 17px;
  transform-origin: left center; }

.nav-toggle span:nth-child(3) {
  top: 25px;
  transform-origin: left center; }

.nav-toggle.open {
  width: 36px; }

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
  left: 11px;
  width: 28px; }

.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 27px;
  left: 11px;
  width: 28px; }

.body-slide {
  position: relative;
  right: 0;
  transition: 0.25s linear; }
  .body-slide.open {
    right: calc(100% - 60px); }

button.menu-toggle {
  padding: 18px 23px 18px 18px; }

.hide {
  visibility: hidden; }

.header_basket {
  position: relative; }

.menu-header-menu-container {
  width: 100%; }

#masthead > nav > ul > li:nth-child(4) .megamenu {
  display: none; }

.header__navigation {
  width: 35% !important; }

.header__shop.content.content__end.content__center--align {
  justify-content: flex-end; }

.toggle-nav {
  padding: 0;
  background: transparent;
  position: relative;
  width: 39px;
  height: 27px;
  border: none;
  border-top: 4px solid #707070;
  border-bottom: 4px solid #707070;
  right: 0; }
  .toggle-nav span {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden; }
  .toggle-nav:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: #707070;
    top: calc(50% - 2px);
    letter-spacing: 0; }
  .toggle-nav:hover, .toggle-nav:focus {
    border-color: #c0c0c0;
    background-color: transparent; }
    .toggle-nav:hover:after, .toggle-nav:focus:after {
      background-color: #c0c0c0; }
  @media (min-width: 1366px) {
    .toggle-nav {
      display: none; } }

@media (min-width: 1366px) {
  .header__shop {
    order: 2;
    width: auto; } }
.custom-menu {
  padding: 0;
  float: left;
  width: 100%;
  display: none;
  margin-bottom: 1rem; }
  @media (max-width: 1365px) {
    .custom-menu {
      background: white;
      position: absolute;
      left: 0;
      top: 104px;
      z-index: 10; } }
  @media (min-width: 1366px) {
    .custom-menu {
      display: block; } }

.top-level {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1366px) {
    .top-level {
      flex-direction: row; } }
  @media (max-width: 1365px) {
    .top-level {
      border-bottom: 1px solid #EAF2F2;
      box-shadow: 0 8px 6px -6px #6d6d6d; } }
  .top-level li {
    position: relative; }
    @media (min-width: 1366px) {
      .top-level li {
        position: static;
        max-height: 90px; } }
    @media (min-width: 1366px) {
      .top-level li:hover .top-level__link:after {
        border-color: white; }
      .top-level li:hover .megamenu {
        display: flex; }
      .top-level li:hover .dropmenu {
        display: flex; } }
    @media (max-width: 1365px) {
      .top-level li.active .top-level__link:after {
        border-color: white; }
      .top-level li.active .megamenu {
        display: flex; }
      .top-level li.active .dropmenu {
        display: flex; } }
  .top-level__link {
    color: #4E4E4E;
    padding: 12px 127px 73px 122px;
    text-transform: capitalize;
    font-size: 16px; }
    @media (min-width: 1366px) {
      .top-level__link {
        border-bottom: 0; } }

.megamenu {
  display: none;
  background: white;
  width: 100%;
  flex-direction: column;
  padding: 20px 0;
  z-index: 1000; }
  @media (max-width: 768px) {
    .megamenu {
      border-bottom: 1px solid #EAF2F2; } }
  @media (min-width: 768px) {
    .megamenu {
      position: absolute;
      top: 100%;
      left: 0;
      flex-direction: row;
      padding: 0;
      border-top: 1px solid #c0c0c0;
      border-bottom: 1px solid #c0c0c0;
      left: 50%;
      transform: translate(-50%, 0); }
      .megamenu__container {
        max-width: 1364px;
        margin: 0 auto;
        display: flex;
        width: 100%; } }
  .megamenu__col {
    padding: 0px 20px;
    width: 100%; }
    @media (min-width: 768px) {
      .megamenu__col {
        padding: 30px 20px;
        width: 25%; } }
  .megamenu__promo {
    padding: 0px 20px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .megamenu__promo {
        padding: 30px 20px;
        max-width: 50%;
        flex-grow: 1;
        margin-left: auto; } }
    .megamenu__promo img {
      display: block;
      width: 100%; }

.dropmenu {
  display: none;
  background: white;
  flex-direction: column;
  z-index: 1000; }
  @media (min-width: 768px) {
    .dropmenu {
      flex-direction: column;
      position: absolute; } }
  .dropmenu__container {
    flex-direction: column;
    background: white;
    display: flex; }
    .dropmenu__container a {
      padding: 1rem;
      border-bottom: 1px solid #C9C9C9; }
      .dropmenu__container a:hover {
        background: #f8ac00;
        font-weight: 700; }
  .dropmenu__sub i {
    font-size: 20px;
    margin-left: .5rem; }
  .dropmenu__sub > .content {
    min-height: 90px; }

.link-list {
  margin-bottom: 15px; }
  .link-list__header {
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px; }
  .link-list__links {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    columns: 2; }
    .link-list__links img.link-swatch {
      max-width: 50px; }
    .link-list__links li {
      min-width: 190px; }
  .link-list__link {
    color: #4E4E4E;
    font-size: 14px;
    display: block;
    line-height: 45px; }
    .link-list__link:hover {
      text-decoration: underline; }
  .link-list .link-swatch {
    padding-right: 1rem; }

.active .submenu-toggle {
  background-color: #f9991e;
  border-color: #f9991e; }
  .active .submenu-toggle:after {
    border-color: white; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  border: none;
  background: #F6F6F6;
  padding: 0;
  border-bottom: 1px solid #EAF2F2;
  z-index: 1; }
  @media (min-width: 1366px) {
    .submenu-toggle {
      display: none; } }
  .submenu-toggle span {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden; }
  .submenu-toggle:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #f8ac00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 3px 3px 0;
    position: relative;
    top: -2px;
    left: 0px; }
    .active .submenu-toggle:after {
      border-color: white; }

.submenu-toggle-2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45px;
  border: none;
  background: #F6F6F6;
  padding: 0;
  border-bottom: 1px solid #EAF2F2; }
  @media (min-width: 1366px) {
    .submenu-toggle-2 {
      display: none; } }
  .submenu-toggle-2 span {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden; }
  .submenu-toggle-2:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #f8ac00;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 0 3px 3px 0;
    position: relative;
    top: -2px;
    left: 0px; }
    .active .submenu-toggle-2:after {
      border-color: white; }
  .submenu-toggle-2:hover, .submenu-toggle-2:focus {
    background-color: #f8ac00;
    border-color: #f8ac00; }

ul.top-level.col-full > li a {
  position: relative; }

.columns {
  flex-direction: column; }

div[class^="column-"] {
  width: 100% !important;
  padding: 0;
  padding: unset; }

.column-1 {
  margin-right: 0;
  margin-right: unset; }

.column-2 {
  margin-left: 0;
  margin-left: unset; }

section, aside {
  padding: 2rem 1rem; }

h1 {
  font-size: 36px;
  line-height: 46px; }
  h1 span {
    font-size: 36px;
    line-height: 46px; }

h2 {
  font-size: 30px;
  line-height: 40px; }
  h2 span {
    font-size: 30px;
    line-height: 40px; }

h3 {
  font-size: 18px;
  line-height: 24px; }
  h3 span {
    font-size: 18px;
    line-height: 24px; }

h4 {
  font-size: 18px;
  line-height: 24px; }
  h4 span {
    font-size: 18px;
    line-height: 24px; }

h5 {
  font-size: 12px;
  line-height: 20px; }
  h5 span {
    font-size: 12px;
    line-height: 20px; }

h6 {
  font-size: 12px;
  line-height: 20px; }
  h6 span {
    font-size: 12px;
    line-height: 20px; }

section, aside {
  padding: 1rem 1rem; }

.grid {
  display: grid; }
  .grid__one {
    grid-template-columns: repeat(1, 1fr); }
  .grid__two {
    grid-template-columns: repeat(1, 1fr); }
  .grid__three {
    grid-template-columns: repeat(1, 1fr); }
  .grid__four {
    grid-template-columns: repeat(1, 1fr); }
  .grid__five {
    grid-template-columns: repeat(2, 1fr); }
  .grid__six {
    grid-template-columns: repeat(2, 1fr); }
  .grid__seven {
    grid-template-columns: repeat(2, 1fr); }
  .grid__equal {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .grid__gap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
    .grid__gap--two {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem; }
    .grid__gap--three {
      grid-column-gap: 3rem;
      grid-row-gap: 3rem; }
    .grid__gap--four {
      grid-column-gap: 4rem;
      grid-row-gap: 4rem; }
  .grid__rowgap {
    grid-row-gap: 1rem; }
    .grid__rowgap--four {
      grid-row-gap: 4rem; }
    .grid__rowgap--two {
      grid-row-gap: 2rem; }
    .grid__rowgap--eight {
      grid-row-gap: 8rem; }
  .grid__third {
    grid-template-columns: repeat(1, 1fr); }
  .grid__third--reverse {
    grid-template-columns: repeat(1, 1fr); }

.products__home .grid__five {
  grid-template-columns: repeat(1, 1fr); }

.mybutton {
  border: none;
  padding: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  box-sizing: content-box;
  min-height: 36px;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
  width: auto; }
  .mybutton span {
    color: white;
    margin: 0;
    font-weight: 500; }
  .mybutton__shrink:hover {
    transform: scale(0.9); }
  .mybutton__icon {
    padding-right: 3rem; }
    .mybutton__icon--left {
      padding-left: .5rem; }
      .mybutton__icon--left .far, .mybutton__icon--left .fas, .mybutton__icon--left .fal {
        position: absolute;
        left: 1rem; }
    .mybutton__icon .far, .mybutton__icon .fas, .mybutton__icon .fal {
      position: absolute;
      right: 1rem; }
  .mybutton__hover--orange:hover {
    background: #f8ac00; }
    .mybutton__hover--orange:hover span {
      color: White; }
    .mybutton__hover--orange:hover .far, .mybutton__hover--orange:hover .fas, .mybutton__hover--orange:hover .fal {
      color: white; }
  .mybutton__extend--hover:hover {
    max-width: 375px;
    width: 375px; }
  .mybutton__blue {
    background: #00AEEF; }
  .mybutton__white {
    background: white;
    color: #4E4E4E; }
  .mybutton__margin--top {
    margin-top: 1rem; }
  .mybutton__margin--bottom {
    margin-bottom: 1rem; }
  .mybutton__black {
    background: #4E4E4E; }
    .mybutton__black--border {
      border: 2px solid #4E4E4E; }
  .mybutton__green {
    background: #3BD186; }
    .mybutton__green--border {
      border-bottom: 2px solid #2DAB6C; }
  .mybutton__orange {
    background: #f8ac00; }
  .mybutton__position--inside {
    margin-top: 2rem; }
  .mybutton__close {
    border-radius: 100%;
    text-align: center;
    height: 15px;
    width: 15px;
    font-size: 14px;
    line-height: 14px; }
  .mybutton__outline {
    border: 3px solid #4E4E4E;
    color: #4E4E4E;
    background: transparent !important; }
    .mybutton__outline span {
      color: #4E4E4E; }
  .mybutton__hover--outline:hover {
    border: 3px solid white;
    background: transparent !important; }
  .mybutton__hover--orange:hover {
    background: #f8ac00 !important;
    color: white;
    border-color: #f8ac00; }
  .mybutton__hover--enlargeText:hover {
    font-size: 22px; }
  .mybutton__hover--black:hover {
    background-color: #4E4E4E;
    color: white; }
    .mybutton__hover--black:hover span {
      color: white; }
  .mybutton__hover--lightgreen:hover {
    background-color: #36E169; }
  .mybutton__hover--transparent:hover {
    background-color: transparent; }
  .mybutton__size--s {
    width: auto;
    max-width: 100%;
    transition: all .5s ease-in-out; }
  .mybutton__size--m {
    max-width: 100%;
    transition: all .5s ease-in-out; }
  .mybutton__size--l {
    max-width: 100%;
    transition: all .5s ease-in-out; }
  .mybutton__size--standard {
    width: 260px; }
  .mybutton__rounded {
    border-radius: 30px; }
  .mybutton__text--black {
    color: #4E4E4E; }

/** annimation *****/
/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px); } }
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0); }
  40% {
    transform: translateX(-30px); }
  60% {
    transform: translateX(-15px); } }
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0); }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); } }
/* /right bounce */
.contact__form--field {
  width: 100%;
  position: relative;
  margin-top: 1rem; }
  .contact__form--field input, .contact__form--field select {
    width: 100%;
    border: none;
    padding: 1rem;
    margin-top: .5rem;
    background-color: white;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #4E4E4E; }
    .contact__form--field input::placeholder, .contact__form--field select::placeholder {
      color: #AFAFAF; }
    .contact__form--field input:focus, .contact__form--field select:focus {
      border-bottom: 3px solid #f8ac00; }
  .contact__form--field label {
    color: #4E4E4E;
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 900; }
  .contact__form--field textarea {
    width: 100%;
    border: none;
    padding: 1rem;
    margin-top: .5rem;
    height: 120px;
    margin-bottom: 1rem;
    background-color: white;
    border: 1px solid #C5C5C5;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #4E4E4E; }
    .contact__form--field textarea::placeholder {
      color: #AFAFAF; }
    .contact__form--field textarea:focus, .contact__form--field textarea:hover {
      border-bottom: 3px solid #f8ac00; }
  .contact__form--field.half {
    width: 48%; }
    @media only screen and (max-width: 500px) {
      .contact__form--field.half {
        width: 100%; } }
  .contact__form--field.full {
    width: 100%;
    margin-right: 0 !important; }
.contact__form--button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .contact__form--button input {
    border: none;
    padding: 1rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    box-sizing: content-box;
    background: #3BD186 !important;
    color: white;
    border-bottom: 2px solid #2DAB6C;
    border-radius: 30px; }
.contact__form--content {
  display: flex;
  justify-content: flex-start;
  width: 100%; }
  .contact__form--content p {
    margin-top: 2rem;
    font-size: 18px;
    line-height: 26px;
    text-align: center; }

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem; }

div.wpcf7-mail-sent-ok {
  border: none !important; }

.woocommerce div.product form.cart .variations select {
  width: 100%;
  border: none;
  padding: 1rem;
  margin-top: .5rem;
  background-color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #c0c0c0; }
  .woocommerce div.product form.cart .variations select::placeholder {
    color: #383838; }

.form__container .contact__form--button {
  transition: all .3s ease-in-out; }
  .form__container .contact__form--button:hover {
    transform: scale(0.9); }
.form__container i {
  padding-right: .5rem; }

.content {
  display: flex; }
  .content__vertical {
    flex-direction: column; }
  .content__horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .content__space-between {
    justify-content: space-between; }
  .content__space-even {
    justify-content: space-evenly; }
  .content__center {
    justify-content: center;
    align-items: center; }
    .content__center--text {
      text-align: center; }
    .content__center--align {
      align-items: center; }
    .content__center--justify {
      justify-content: center; }
  .content__padding {
    padding: .5rem; }
    .content__padding--three {
      padding: 1rem; }
    .content__padding--leftright {
      padding: 0 1rem; }
    .content__padding--topbottom {
      padding: 1rem 0; }
  .content__nopadding {
    padding: 0 !important; }
  .content__margin {
    margin: 1rem; }
    .content__margin--top {
      margin-top: 1rem; }
  .content__end {
    justify-content: flex-end; }
  .content__start {
    justify-content: flex-start; }
  .content__align {
    align-items: center; }
  .content__sticky {
    position: sticky; }
    .content__sticky--two {
      top: 2rem; }
  .content__nowrap {
    flex-wrap: nowrap !important; }
  .content__baseline {
    align-items: baseline; }

footer {
  background: white;
  padding: 2rem 0;
  clear: both; }
  footer .footer__main > .container {
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
    border-bottom: 2px solid white;
    margin-bottom: 4rem; }
  footer .footer__main--details {
    width: 100%;
    padding-bottom: 1rem; }
  footer .footer__main--logo {
    width: 100%; }
    footer .footer__main--logo p, footer .footer__main--logo span {
      color: white;
      padding: 1rem 0;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 24px; }
  @media (min-width: 650px) {
    footer .footer__main > .inner-container > .content {
      flex-direction: row !important; } }
  footer .footer__menu {
    padding: 1rem 0; }
    footer .footer__menu .menu-footer-nav-container ul {
      display: flex; }
      footer .footer__menu .menu-footer-nav-container ul li {
        color: white;
        font-weight: 600;
        font-style: normal;
        font-size: 15px;
        padding: .5rem 0;
        font-family: "Roboto", sans-serif; }
        footer .footer__menu .menu-footer-nav-container ul li a {
          color: #f8ac00;
          padding-right: 1rem;
          font-size: 12px; }
          footer .footer__menu .menu-footer-nav-container ul li a:hover {
            color: #707070; }
        footer .footer__menu .menu-footer-nav-container ul li:after {
          content: '|';
          color: #c0c0c0;
          margin-right: 1rem; }
        footer .footer__menu .menu-footer-nav-container ul li:last-child:after {
          content: '';
          margin-right: unset; }
  footer .footer__copy p, footer .footer__copy a, footer .footer__copy span {
    font-size: 12px;
    font-family: "Roboto", sans-serif; }
  footer .footer__copy a {
    color: #f8ac00; }
  footer .footer__contact--details p, footer .footer__contact--details strong {
    color: white; }
  footer .footer__contact--details ul li {
    color: white;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    padding: .5rem 0;
    font-family: "Roboto", sans-serif; }
  footer .footer__bottom {
    background: #ffffff;
    padding: .5rem 0;
    margin-bottom: 6rem; }
    footer .footer__bottom > container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column; }
    footer .footer__bottom--disclaimer p {
      color: #c0c0c0;
      font-family: 'Lato', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      margin-bottom: 0; }
    footer .footer__bottom--disclaimer a {
      color: white; }
    footer .footer__bottom--content {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: flex-start;
      flex-direction: column; }
      footer .footer__bottom--content ul li {
        color: white; }
    footer .footer__bottom--contact {
      margin-top: 2rem; }
    footer .footer__bottom .separator {
      margin: 2rem 0; }
  footer .footer__social {
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .footer__social p {
      color: #00AEEF;
      margin-right: 1rem;
      line-height: 16px; }
    footer .footer__social ul.social__icons {
      display: flex; }
      footer .footer__social ul.social__icons li {
        margin-right: 1rem;
        color: #c0c0c0; }
        footer .footer__social ul.social__icons li a {
          color: #c0c0c0;
          font-size: 30px; }
        footer .footer__social ul.social__icons li:last-child {
          margin-right: 0; }
      footer .footer__social ul.social__icons .fas, footer .footer__social ul.social__icons .fal, footer .footer__social ul.social__icons .far, footer .footer__social ul.social__icons .fab {
        color: #c0c0c0; }

.site-footer {
  background-color: #4E4E4E;
  background-image: url(../img/layout/footer-bg.png);
  padding: 40px 0 10px;
  color: white;
  font-size: 14px; }
  @media (min-width: 650px) {
    .site-footer {
      padding: 90px 0; } }
  .site-footer .container {
    justify-content: flex-start; }
  .site-footer h2 {
    font-size: 14px;
    margin-bottom: 4px; }
  .site-footer a {
    color: white; }
  .site-footer__col {
    margin-bottom: 30px;
    width: 100%; }
    .site-footer__col:last-child {
      margin-bottom: 0; }
    @media (min-width: 650px) {
      .site-footer__col {
        margin: 0 1rem;
        padding: 0 1rem;
        float: left;
        display: flex;
        width: 25%;
        flex-direction: row !important; }
        .site-footer__col:nth-child(2) {
          border-left: 1px solid #c0c0c0;
          border-right: 1px solid #c0c0c0; } }
    .site-footer__col h4 {
      font-size: 23px;
      font-weight: 700;
      line-height: 27px; }
    .site-footer__col ul {
      margin-top: 0; }
    .site-footer__col li {
      margin-bottom: .5rem;
      font-size: 16px; }
      .site-footer__col li a {
        color: #4E4E4E;
        font-size: 12px;
        line-height: 1; }
  .site-footer__nav {
    padding-left: 15px;
    margin-top: 0; }
    .site-footer__nav ul {
      margin-top: 0; }
    .site-footer__nav li {
      margin-bottom: .5rem;
      color: white;
      text-transform: uppercase;
      font-size: 12px; }
      .site-footer__nav li a {
        color: white;
        font-size: 12px;
        line-height: 1; }

.site-footer__col form.wpcf7-form {
  margin: 0; }
.site-footer__col form input {
  border: none;
  padding: .5rem;
  width: 100%;
  background: #F6F6F6; }
  .site-footer__col form input:nth-child(1) {
    margin-bottom: 1rem; }
.site-footer__col form form.wpcf7-form {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center; }
.site-footer__col form input.wpcf7-form-control.wpcf7-submit {
  background: #f8ac00;
  border-radius: 30px;
  margin-top: -1rem;
  font-size: 14px;
  padding: 1rem 2rem; }

.header__main {
  position: relative; }
  .header__main > .container {
    display: flex;
    justify-content: space-between; }
.header__logo {
  order: 1; }
  .header__logo img {
    max-width: 170px; }
.header__shop {
  order: 2;
  width: 100%; }
.header__navigation {
  order: 3; }
.header__toggle {
  order: 3; }
.header__right {
  display: flex; }
.header__cta {
  order: 2; }
  .header__cta .mybutton {
    max-width: 148px;
    width: 136px;
    font-size: 14px;
    border-radius: 3px;
    padding: .2rem;
    margin-bottom: 0; }
.header__search {
  position: relative; }
  .header__search #search-bar {
    display: none;
    position: absolute;
    right: 1rem;
    padding: 1rem;
    background: #F6F6F6;
    border-radius: 30px;
    z-index: 1100;
    top: 3rem;
    border: 1px solid #c0c0c0; }
    .header__search #search-bar form {
      width: 100%;
      float: left; }
      .header__search #search-bar form button {
        border-radius: 0 1.571em 1.571em 0;
        padding: .5rem;
        border: none;
        border: 1px solid #c0c0c0;
        display: none; }
    .header__search #search-bar:focus-within {
      display: block; }
  .header__search .widget.woocommerce.widget_product_search input {
    border: none;
    padding: .5rem; }
  .header__search .widget.woocommerce.widget_product_search input#woocommerce-product-search-field-0 {
    border-radius: 1.571em; }
  .header__search:focus-within #search-bar {
    display: block; }
  .header__search .smart-search-results.has-viewall-button.has-scrollbar {
    width: 100% !important;
    position: relative;
    clear: left; }
  .header__search .smart-search-results.has-viewall-button {
    width: 100% !important; }
.header__basket {
  position: relative; }
  .header__basket:hover .cart_container {
    display: block; }
  .header__basket .basket__details .mini-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 100px; }
  .header__basket .cart_container {
    position: absolute;
    top: 4rem;
    right: -3rem;
    padding: 1rem;
    background: white;
    border-top: 1px solid transparent;
    display: none;
    width: 300px;
    z-index: 4;
    border: 4px solid #f1f1f1;
    max-height: 600px;
    overflow-y: scroll;
    z-index: 1050; }
  .header__basket p.woocommerce-mini-cart__total.total {
    padding: 1rem 0; }
  .header__basket a.remove.remove_from_cart_button {
    font-size: 30px;
    text-align: right;
    padding: .5rem 0;
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0; }
  .header__basket p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: space-between; }
    .header__basket p.woocommerce-mini-cart__buttons.buttons a.button {
      background: #c0c0c0;
      color: white;
      padding: .8rem;
      border-radius: 30px;
      font-size: 14px;
      text-transform: uppercase; }
  .header__basket .mini-cart a {
    padding-bottom: 3rem; }
  .header__basket .mini-cart i {
    font-size: 20px;
    padding-right: 2px; }
  .header__basket li.woocommerce-mini-cart-item.mini_cart_item {
    display: flex;
    flex-direction: column; }

ul.cart_list li img, ul.product_list_widget li img {
  max-width: 100px;
  max-height: 100px; }

a.top-level__link.top-level__link--arrow:hover .swap .normal-image {
  display: none; }

a.top-level__link.top-level__link--arrow:hover .swap .hover-image {
  display: inline; }

li.woocommerce-mini-cart-item.mini_cart_item a {
  display: flex;
  justify-content: center;
  break-after: column;
  align-items: center;
  flex-direction: column; }

a.top-level__link.top-level__link--arrow:hover .content {
  font-weight: 700; }

a.top-level__link:hover .content {
  padding: 0 1rem;
  border-bottom: 2px solid #f8ac00; }
a.top-level__link .content {
  padding: 0 1rem;
  min-width: 130px;
  border-bottom: 2px solid transparent;
  border-right: 1px solid #C0C0C0; }
  a.top-level__link .content .swap {
    margin-bottom: .5rem; }

.top-level li:last-child a.top-level__link .content {
  border-right: none; }

.trustpilot {
  border: 1px solid #c0c0c0;
  padding: .5rem; }

span.basket-count {
  position: absolute; }

.hover-image, .swap:hover .normal-image, .swap:focus .normal-image,
.hover-text, .swap:hover .normal-text, .swap:focus .normal-text {
  display: none; }

.swap:hover .hover-image, .swap:focus .hover-image,
.swap:hover .hover-text, .swap:focus .hover-text {
  display: inline; }

.swap {
  position: relative; }

.quoteBanner {
  position: relative;
  bottom: 2.5rem;
  transition: bottom ease 0.5s;
  visibility: hidden; }

.product__tile:hover .quoteBanner {
  bottom: 0;
  visibility: visible; }

.product__tile {
  position: relative; }

.woocommerce ul.products .product__tile:hover .normal-image {
  display: none; }

.product__tile:hover .normal-image {
  display: none; }

.woocommerce ul.products .product__tile:hover .product__images .hover-image {
  display: inline-block; }

.product__tile:hover .product__images .hover-image {
  display: inline-block; }

li.product a img {
  margin: 0; }

.woocommerce ul.products li.product a img {
  margin: 0; }

.woocommerce ul.products li.product a img.hover-image {
  display: none; }

li.product a img.hover-image {
  display: none; }

.tooltip {
  position: relative;
  display: inline-block;
  background: #c0c0c0;
  height: 25px;
  width: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-left: 1rem;
  padding: .5rem;
  position: absolute;
  right: -2rem;
  cursor: pointer; }

.tooltiptext {
  width: 120px;
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  top: 2rem;
  right: 0;
  /* Position the tooltip */
  z-index: 1;
  width: 100%;
  padding: 1rem; }

.closetip {
  font-size: 20px;
  cursor: pointer; }

.tooltipcontent {
  padding: 0 1rem; }

.tooltipicon i {
  color: #c0c0c0;
  font-size: 74px;
  font-family: 'Font Awesome 5 Pro'; }

.product__tile {
  position: relative; }
  .product__tile.sale:after {
    content: url("assets/images/saletag.png");
    position: absolute;
    right: 0;
    top: 0; }
.product__buttons .mybutton {
  width: 100%; }
.product__brand {
  border: 1px solid #c0c0c0;
  padding: .5rem; }
.product__content {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0; }
  .product__content p {
    margin-bottom: .5rem; }
  .product__content small {
    font-size: 14px; }
.product__images {
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0; }
.product__hover {
  position: absolute;
  bottom: -12rem;
  width: 100%;
  transition: bottom ease 0.5s,opacity ease 0.7s;
  visibility: hidden;
  opacity: 0; }
  .product__hover .separator {
    margin: .5rem; }

.product__content + .pink-background {
  padding: .5rem;
  text-align: center; }

.quote__banner {
  font-weight: 500;
  padding: .5rem; }
  .quote__banner span {
    font-weight: 500; }

.product__tile:hover .product__hover {
  opacity: 1;
  bottom: 0;
  visibility: visible; }

.woocommerce ul.products li.product a .product__brand img {
  width: auto; }

.woocommerce ul.products li.product .price span {
  font-weight: 700; }

span.onsale {
  display: none; }

/* product page*/
.product__features {
  border-top: 3px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 1rem 0;
  padding: .5rem; }

.steps {
  margin-bottom: 1rem; }
  .steps__content p {
    color: #4E4E4E;
    font-size: 12px; }

h1.product_title.entry-title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0; }

.single-product main#main {
  background: #F6F6F6; }
.single-product .woocommerce-product-details__short-description {
  background: white;
  padding: 1rem; }
  .single-product .woocommerce-product-details__short-description p {
    line-height: 30px; }
.single-product .how {
  background: white !important; }

.woocommerce div.product > .container {
  background: #F6F6F6; }

section.related.products {
  max-width: 1365px;
  margin: 0 auto; }

.woocommerce nav.woocommerce-breadcrumb {
  max-width: 1642px;
  margin: 0 auto;
  padding: 1rem; }

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product span bdi, p.price span.woocommerce-Price-currencySymbol, .woocommerce div.product span.display__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: #707070; }

.woocommerce a.remove:hover {
  background: none;
  color: #4E4E4E !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: unset;
  border: none !important;
  border-top: 1px solid #c0c0c0 !important;
  border-left: 1px solid #c0c0c0 !important;
  border-right: 1px solid #c0c0c0 !important;
  border-bottom: none !important; }

.woocommerce div.product p.price {
  position: relative;
  margin-top: 2rem; }
  .woocommerce div.product p.price:after {
    content: 'm/2';
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    top: -2.5rem;
    right: 0; }
  .woocommerce div.product p.price:before {
    content: 'price from';
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: -2.5rem;
    left: 0; }

.woocommerce div.product span.display__price {
  position: relative;
  margin-top: 2rem; }
  .woocommerce div.product span.display__price:after {
    content: 'm/2';
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    top: -3rem;
    right: 0; }
  .woocommerce div.product span.display__price:before {
    content: 'INSTALLED PRICE FROM';
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    line-height: 14px;
    top: -3rem;
    left: 0; }

.woocommerce div.product span.display__price.Grass:before {
  content: 'SUPPLIED PRICE FROM'; }

[v-cloak] {
  display: none; }

.addAfter:after {
  position: absolute;
  bottom: -2rem;
  font-size: 14px;
  color: #4E4E4E; }
  .addAfter:after a {
    font-size: 14px;
    color: #4E4E4E; }

nav.woocommerce-breadcrumb {
  font-weight: 900;
  color: #878787;
  font-size: 14px; }

.extra__data--product table {
  width: 100%;
  font-size: 14px; }

span.price bdi, span.display__price {
  font-weight: 700; }
  span.price bdi small, span.display__price small {
    font-size: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 3rem;
    font-weight: 600;
    color: #707070; }

.brand__logo {
  padding: 1rem 0; }

.product_cat-carpet .layout__price--container {
  justify-content: flex-end !important; }

.products__home .extra__data--product {
  min-height: 65px; }

.archive .extra__data--product {
  min-height: 70px; }
.archive .product__content p:nth-child(2) {
  font-size: 12px;
  line-height: 16px; }
.archive .product__content p:nth-child(1) {
  min-height: 40px; }

.woocommerce div#responseCart {
  margin-top: 2rem; }
  .woocommerce div#responseCart p.error {
    color: #B91E1E !important; }
  .woocommerce div#responseCart p.success, .woocommerce div#responseCart p.error {
    font-size: 14px;
    color: #4E4E4E;
    font-weight: 600; }
  .woocommerce div#responseCart .button {
    border: none;
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    box-sizing: content-box;
    min-height: 36px;
    transition: all .3s ease-in-out;
    width: auto;
    background: #3BD186;
    border-bottom: 2px solid #2DAB6C;
    color: white;
    border-radius: 33px; }

.quote .step {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem; }
  .quote .step__count {
    position: relative;
    height: 5rem;
    margin: -3rem 0; }
    .quote .step__count:before {
      counter-increment: quote-step;
      content: counter(quote-step);
      position: absolute;
      text-align: center;
      font-weight: 700;
      background: #f8ac00;
      z-index: 1;
      margin: auto;
      left: 0;
      right: 0;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 37px;
      width: 37px;
      top: -2rem;
      padding: .5rem .8rem 1rem .8rem;
      background: #f9991e;
      font-size: 35px;
      line-height: 45px;
      border-radius: 129px;
      font-family: "Raleway", sans-serif; }
  .quote .step__error {
    margin-left: 0 !important;
    border-top: 1px solid #c0c0c0;
    padding-top: 2rem;
    margin-top: 2rem;
    width: 100%; }
  .quote .step__conditional {
    margin-left: 0 !important;
    padding-top: 2rem; }
    .quote .step__conditional label > span {
      font-weight: 700; }
  .quote .step__content {
    margin-left: 0 !important;
    position: relative;
    min-width: 61%; }
    .quote .step__content label {
      font-size: 21px;
      line-height: 27px;
      font-weight: 700;
      position: relative; }
      .quote .step__content label span {
        font-size: 21px;
        line-height: 27px;
        font-weight: 700; }
        .quote .step__content label span:focus-within {
          color: #3BD186; }
      .quote .step__content label:focus-within {
        color: #3BD186; }
      .quote .step__content label > span {
        font-weight: 700; }
    .quote .step__content input[type="text"], .quote .step__content input[type="number"] {
      background: transparent;
      border: none;
      border-bottom: 1px solid #4E4E4E; }
      .quote .step__content input[type="text"]::placeholder, .quote .step__content input[type="number"]::placeholder {
        font-style: italic; }
    .quote .step__content .room__measurement {
      display: block; }
      .quote .step__content .room__measurement input[type="text"]::placeholder {
        text-align: right; }
  .quote .step .date__content {
    font-family: "Raleway", sans-serif; }
.quote .summary__container a.closebtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 23px; }
.quote .summary__tag {
  position: fixed;
  right: 0;
  top: 11rem;
  background: #f8ac00;
  padding: 1rem; }
  .quote .summary__tag i {
    color: white; }
.quote .summary__tables {
  /* Force table to not be like tables anymore */ }
  .quote .summary__tables table, .quote .summary__tables thead, .quote .summary__tables tbody, .quote .summary__tables th, .quote .summary__tables td, .quote .summary__tables tr {
    display: block; }
  .quote .summary__tables td {
    border: none;
    position: relative;
    width: 100%;
    padding: .5rem 0; }
.quote .summary__total {
  width: 100%; }
.quote .summary__brand {
  width: 152px;
  height: 152px;
  border: 1px solid grey;
  margin-bottom: 1rem; }
.quote .summary__image {
  margin-bottom: 1rem;
  max-width: 151px; }
.quote .summary__images {
  justify-content: center;
  align-items: center;
  flex-direction: column; }

/* The container */
.radio__container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  margin: 1rem 2.5rem 1rem 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default radio button */
.radio__container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.radio__container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.radio__container input:checked ~ .checkmark {
  background-color: #ffffff; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.radio__container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.radio__container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f8ac00; }

button.button.is-primary {
  border: none;
  padding: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  box-sizing: content-box;
  min-height: 36px;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
  width: auto;
  margin-top: 1rem;
  background: #3BD186;
  border-bottom: 2px solid #2DAB6C;
  border-radius: 30px;
  width: 260px;
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500; }
  button.button.is-primary:hover {
    background-color: #36E169; }

.notvalid .step__count:before {
  background: #B91E1E; }

.isvalid .step__count:before {
  background: #3BD186; }

.step__content input {
  position: relative; }

.notvalid .step__conditional .isvalid:after {
  content: ''; }
.notvalid label.isvalid:after {
  content: ''; }

.summary__totals {
  order: -1;
  padding: .5rem 0 1rem 0; }
  .summary__totals .separator-dotted {
    display: none; }

label.isvalid:after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f058";
  color: #3BD186;
  position: absolute;
  right: -1rem;
  top: 0; }

.step__conditional .isvalid {
  color: #3BD186; }
  .step__conditional .isvalid:after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f058";
    color: #3BD186;
    position: absolute;
    right: -2rem; }

.step.content.content__horizontal.isvalid .step__count:before {
  background: #3BD186; }

.step.content.content__horizontal.notvalid .step__count:before {
  background: #B91E1E; }

.tooltip__content {
  margin-top: 1rem; }

.layout__options {
  display: flex;
  flex-wrap: wrap; }
  .layout__options input:checked + label {
    color: #3BD186; }
    .layout__options input:checked + label img {
      border: 4px solid #3BD186; }
  .layout__options input[type="radio"] {
    display: none; }
  .layout__options label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .layout__options label img {
      margin-top: 1rem;
      max-width: 125px; }
  .layout__options .radio__container {
    padding-left: 0; }

.subFloor__options {
  display: flex;
  flex-direction: column; }

#quote__summary .closbtn {
  display: none; }

.quote .step__content .removal__options select {
  padding: .5rem;
  border: none;
  font-size: 16px;
  line-height: 21px; }
  .quote .step__content .removal__options select option {
    font-size: 16px;
    line-height: 21px; }
.quote .step__content .removal__options button {
  padding: .5rem;
  border: none;
  background: #f8ac00;
  border-radius: 30px;
  color: white; }
.quote .step__content .removal__options label {
  font-size: 16px;
  line-height: 21px; }

#app > div.step__container > div:nth-child(8) > div.step__content > div:nth-child(5) {
  margin-top: 1rem; }

.step__content .item {
  display: flex;
  justify-content: space-between; }
.step .hasDatepicker {
  border: none;
  padding: .5rem; }

strong.item__close, span.item__close {
  cursor: pointer;
  padding: 0 .5rem;
  font-weight: 400;
  color: red; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  border: none;
  font-size: 12px; }

td.ui-datepicker-week-end.red .ui-state-default:after {
  content: "*";
  color: #B91E1E; }

td.ui-datepicker-week-end.red .ui-state-default, td.ui-datepicker-week-end.red .ui-widget-content .ui-state-default {
  border-radius: 100px;
  background: #f6f6f6; }

td.green .ui-state-default, td.green .ui-widget-content .ui-state-default {
  border: 1px solid #3BD186;
  border-radius: 100px;
  background: #f6f6f6; }

td.ui-datepicker-unselectable.ui-state-disabled.green .ui-state-default, td.ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.red .ui-state-default {
  border: none;
  background: transparent; }

.ui-widget-header {
  border: none;
  background: transparent; }

.ui-datepicker table tr span {
  font-weight: 600; }

.ui-widget.ui-widget-content {
  border: none;
  padding-bottom: 3rem; }

table.ui-datepicker-calendar:after {
  content: '* Weekend Surcharge Applies';
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #B91E1E;
  font-size: 12px; }

div#app {
  margin-bottom: 12rem; }

.ui-datepicker td {
  padding: .3rem; }

a.ui-state-default.ui-state-active {
  color: #4E4E4E; }

.threshold__style {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 1rem; }
  .threshold__style label {
    margin-bottom: .5rem; }

.hero__content {
  padding: 3.5rem 1rem; }
  .hero__content em {
    color: #f8ac00; }
.hero-text {
  font-size: 62px;
  font-weight: 700;
  line-height: 72px; }
.hero__separator {
  position: relative;
  top: 10px;
  transition: all ease 0.3s; }
.hero:hover .hero__separator {
  top: 0px; }
.hero__buttons {
  display: flex; }
  .hero__buttons .mybutton {
    min-width: 260px;
    margin-bottom: 1rem; }
    .hero__buttons .mybutton i {
      margin-right: .5rem; }

.flooring__hero .column-1, .flooring__hero .column-2 {
  margin: 0; }
.flooring__hero .mybutton {
  margin-top: 3rem; }
.flooring__hero--separator {
  margin: 1rem 0; }

.categories .grid__item {
  padding: 5rem 0; }

li.cat-item {
  display: none; }

li.cat-item.current-cat {
  display: block; }

li.cat-item.current-cat.cat-parent ul.children > li.cat-item {
  display: block; }

.design__tabs .grid__item {
  background: white;
  border: 2px solid #c0c0c0;
  min-height: 147px; }
  .design__tabs .grid__item:hover img {
    top: -5px;
    transition: all .3s ease-in-out; }
  .design__tabs .grid__item ul li {
    text-align: center; }

/**
* Tabs
*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 6rem;
  margin-right: 0rem;
  cursor: pointer;
  background: white;
  font-weight: bold;
  transition: background ease 0.2s;
  position: relative; }

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  max-width: 812px;
  margin: 0 auto;
  margin-top: 3rem; }
  .tabs .tab ul li {
    padding: .5rem 0; }

.tabs .tabthree, .tabs .tabfour {
  background: white;
  padding: 2rem; }
  .tabs .tabthree .grid__item, .tabs .tabfour .grid__item {
    border: none; }
    .tabs .tabthree .grid__item:last-child, .tabs .tabfour .grid__item:last-child {
      border: none; }

.tabs input[type="radio"] {
  display: none; }

.tabs input[type="radio"]:checked + label, .tabs input[type="radio"]:checked + label.last-label {
  background: #f8ac00;
  color: white;
  position: relative; }
  .tabs input[type="radio"]:checked + label:after, .tabs input[type="radio"]:checked + label.last-label:after {
    content: '';
    position: absolute;
    left: 47%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f8ac00;
    clear: both; }

.tabs img {
  position: relative;
  transition: all .3s ease-in-out; }

.tabs input[type="radio"]:checked + label + .tab {
  display: block; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0px; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #c0c0c0;
  padding: 0 !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: #F6F6F6;
  border: none;
  border-radius: 0;
  border: 1px solid #c0c0c0;
  padding: 0.5rem 1rem !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f8ac00;
  color: #4E4E4E; }

.tab__spec h2 {
  display: none; }
.tab__spec--ideal {
  padding-right: 2rem; }
.tab__spec table td {
  color: #4E4E4E;
  padding: 5px 2rem 5px 0; }

.woocommerce table.shop_attributes {
  border: none !important; }
  .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    color: #4E4E4E;
    text-align: left; }
    .woocommerce table.shop_attributes th p, .woocommerce table.shop_attributes td p {
      color: #4E4E4E; }
    .woocommerce table.shop_attributes th a, .woocommerce table.shop_attributes td a {
      color: #4E4E4E; }

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
  background: transparent !important; }

.woocommerce table.shop_attributes td a {
  font-family: "Roboto", sans-serif; }

.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border: none !important;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal;
  padding: 3px;
  font-family: "Roboto", sans-serif; }

.tab__install a, .tab__maint a, .tab__faq a, .tab__measure a {
  color: #f8ac00;
  font-weight: 700;
  font-family: "Roboto", sans-serif; }
.tab__install p, .tab__maint p, .tab__faq p, .tab__measure p {
  color: #4E4E4E;
  font-family: "Roboto", sans-serif;
  line-height: 30px; }
  .tab__install p a, .tab__maint p a, .tab__faq p a, .tab__measure p a {
    color: #f8ac00; }
  .tab__install p strong, .tab__maint p strong, .tab__faq p strong, .tab__measure p strong {
    color: #4E4E4E !important;
    font-family: "Roboto", sans-serif; }
  .tab__install p span, .tab__maint p span, .tab__faq p span, .tab__measure p span {
    font-family: "Roboto", sans-serif; }
  .tab__install p.large-text, .tab__maint p.large-text, .tab__faq p.large-text, .tab__measure p.large-text {
    font-family: "Raleway", sans-serif; }
.tab__install strong, .tab__maint strong, .tab__faq strong, .tab__measure strong {
  color: #4E4E4E !important; }
.tab__install .tab__faq--item, .tab__maint .tab__faq--item, .tab__faq .tab__faq--item, .tab__measure .tab__faq--item {
  border-bottom: 1px solid #4E4E4E;
  padding-bottom: 2rem;
  margin-top: 2rem; }
  .tab__install .tab__faq--item:nth-child(1), .tab__maint .tab__faq--item:nth-child(1), .tab__faq .tab__faq--item:nth-child(1), .tab__measure .tab__faq--item:nth-child(1) {
    margin-top: unset; }

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 4rem 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border: none !important; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
  border-bottom-color: transparent; }

.woocommerce-tabs.wc-tabs-wrapper > .container {
  padding: 0 1rem; }

.woocommerce table.shop_attributes {
  margin-bottom: 0 !important; }

.woocommerce table.shop_attributes td p {
  padding: 0; }

.how {
  padding: 2rem 1rem; }
  .how__steps--step {
    max-width: 300px;
    position: relative;
    margin: 1rem; }
  .how__steps--content {
    min-height: 75px; }

.why {
  padding: 4rem 0; }
  .why__title h2 {
    margin-bottom: 6rem; }
  .why__content p, .why__content h4, .why__content h3 {
    text-align: center; }

.live__chat--images {
  background: border-box;
  background-image: unset;
  margin: 0 auto; }
  .live__chat--images img {
    position: relative;
    /* visibility: hidden; */ }

.chat__online {
  border: none;
  padding: 0; }
  .chat__online i {
    font-size: 70px; }

.grey-border {
  border: 1px solid #C5C5C5; }

.cta p {
  color: white; }
.cta .grid__item {
  max-width: 537px;
  margin: 0 auto; }
  .cta .grid__item .content {
    width: 65%; }

.archive {
  background: #F6F6F6; }
  .archive select.orderby {
    border: none;
    padding: 1rem; }
  .archive div#secondary {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #F6F6F6;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0; }
    .archive div#secondary ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      padding-right: 1rem;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .archive div#secondary ul {
          padding: 1rem; } }
      .archive div#secondary ul li.widget {
        margin-bottom: 2rem; }
      .archive div#secondary ul li h2.widgettitle {
        color: #4E4E4E;
        font-weight: 700;
        font-size: 19px;
        line-height: 25px;
        padding: 0;
        margin-bottom: 0;
        position: relative;
        text-transform: uppercase; }
    .archive div#secondary ul.product-categories > li.cat-parent a {
      font-weight: 700; }
    .archive div#secondary ul.product-categories > li.cat-parent ul.children > li a {
      font-weight: 400 !important; }
    .archive div#secondary ul.product-categories > li.cat-parent ul.children {
      margin-left: 1rem !important; }
    .archive div#secondary .widget.woocommerce {
      border-bottom: 3px solid #707070; }
    .archive div#secondary a.closebtn {
      position: absolute;
      right: 1rem;
      font-size: 35px;
      top: 3rem; }
  .archive .category__page--title {
    position: relative;
    display: flex; }
    .archive .category__page--title img {
      margin-bottom: -1rem;
      position: relative;
      max-width: 50%;
      margin-right: 0; }
    .archive .category__page--title > .wide-container {
      display: flex;
      justify-content: center;
      align-self: center;
      flex-direction: column;
      width: 100%; }
      .archive .category__page--title > .wide-container > .content {
        width: 100%; }
    .archive .category__page--title .column-2 {
      display: flex;
      justify-content: flex-end; }
  .archive section.how {
    background: white;
    clear: both; }
  .archive__subtitle {
    padding: 2rem 0; }

.term-description p {
  font-family: "Roboto", sans-serif; }

.category__page--subtitle {
  margin-left: 3rem;
  position: relative; }
  .category__page--subtitle:before {
    content: "";
    background: #f8ac00;
    height: 25px;
    width: 25px;
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    margin: auto; }
.category__page--message {
  padding: 1rem 2rem;
  border: 5px solid white;
  border-radius: 15px;
  align-self: center; }
  .category__page--message p, .category__page--message span {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 27px; }

.bapf_head h3 {
  color: #4E4E4E;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  padding: 0;
  margin-bottom: 0;
  position: relative; }

.bapf_sfilter ul li {
  padding-bottom: .5rem !important; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item, .archive div#secondary ul li.cat-item {
  padding: 0 0 5px; }

.room__type .category__page--title > .wide-container {
  justify-content: flex-start !important; }

.summary__tag {
  position: fixed;
  right: 0;
  top: 11rem;
  background: #f8ac00;
  padding: 1rem; }
  .summary__tag i {
    color: white; }

header.woocommerce-products-header > .wide-container {
  flex-direction: column; }
  header.woocommerce-products-header > .wide-container > div {
    margin: 0 auto; }

.term-artificial-grass .category__page--message, .term-artificial-grass .category__page--title img {
  display: none !important; }

.woocommerce table.shop_table {
  border: none; }

.woocommerce-cart table.cart th {
  font-weight: 300;
  border-bottom: 1px solid #c0c0c0;
  color: #4E4E4E; }

.woocommerce-cart table.cart img {
  width: 100px; }

.woocommerce-cart table.cart td {
  color: #4E4E4E; }

.coupon button.button {
  background: orange;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 12px;
  padding: 1rem; }

input#coupon_code::placeholder {
  font-size: 12px; }

input#coupon_code {
  padding: .7rem;
  min-width: 145px; }

a.woocommerce-remove-coupon i {
  color: red;
  font-size: 16px;
  margin-left: .5rem; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce a.button.alt {
  border: none;
  padding: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  box-sizing: content-box;
  min-height: 36px;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
  width: auto;
  border-bottom: 2px solid #2DAB6C !important;
  background: #3BD186 !important;
  border-radius: 30px;
  text-transform: uppercase; }

.woocommerce-cart table.shop_table tr, .woocommerce table.shop_table td, th.product-remove, th.product-thumbnail {
  border: none; }

ul.pmsc_tabs.phoen_multi_checkout_list li:after {
  content: "" !important; }

td.woocommerce-table__product-name.product-name ul.wc-item-meta {
  columns: 2; }

th.woocommerce-table__product-table.product-total, th.woocommerce-table__product-name.product-name {
  font-size: 23px; }

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  color: #f8ac00; }

section.woocommerce-customer-details address:before {
  color: #f8ac00;
  font-family: "Font Awesome 5 Pro";
  content: "\e00d";
  font-size: 1rem; }

.woocommerce-cart main {
  background: #F6F6F6;
  padding-bottom: 6rem; }

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  background: white;
  padding: 1rem; }

.btns {
  flex-direction: column;
  align-items: center; }

.btns .mybutton i {
  color: white; }

.btns .mybutton i.far.fa-chevron-left {
  left: 1rem;
  right: unset;
  color: #4E4E4E;
  position: absolute; }

i.far.fa-chevron-right {
  position: absolute;
  right: 1rem; }

.conditions__message {
  margin: 1rem 0; }
  .conditions__message textarea {
    padding: 1rem;
    border: 1px solid #C4C4C4; }
    .conditions__message textarea::placeholder {
      font-style: italic; }

#slides {
  background: transparent !important;
  max-width: 810px;
  margin: 0 auto; }
  #slides section {
    padding: 5rem 0 4rem 0rem;
    background: transparent !important; }

.quote.myterms .step__content {
  width: 100%; }

.woocommerce-billing-fields__field-wrapper input, .woocommerce-billing-fields__field-wrapper textarea,
.woocommerce-additional-fields textarea {
  padding: .8rem;
  color: #4E4E4E;
  border: none;
  border: 1px solid #C4C4C4;
  border-radius: 3px; }

.woocommerce-checkout main {
  background: #F6F6F6;
  padding: 3rem 0 6rem; }
  .woocommerce-checkout main table.shop_table.woocommerce-checkout-review-order-table {
    background: white;
    padding: 1rem; }

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: none !important;
  display: block !important;
  clear: both !important; }

.woocommerce td.product-name .wc-item-meta p {
  display: block !important; }

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details ul.wc-item-meta li {
  display: block !important;
  margin-top: 1rem; }

td.woocommerce-table__product-name.product-name ul.wc-item-meta {
  columns: 1; }

.layout__suitability--container {
  display: flex; }
  .layout__suitability--container p {
    font-size: 14px; }
.layout__suitability--ideal {
  width: 61px;
  margin-right: 1rem; }
  .layout__suitability--ideal p {
    font-size: 12px;
    line-height: 14px;
    margin-top: .5rem; }

.contact__form input, .contact__form textarea {
  background-color: #F6F6F6; }

.account__page li.woocommerce-MyAccount-navigation-link {
  padding: 1rem 0;
  border-bottom: 1px solid #c0c0c0; }
  .account__page li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #f8ac00;
    font-weight: 700; }
.account__page form input {
  padding: 1rem;
  border: none;
  background: #F6F6F6;
  border: 1px solid #c0c0c0; }
.account__page .white-background.content.content__padding.content__vertical {
  margin: 0 auto; }

form.woocommerce-form.woocommerce-form-login.login {
  margin-top: 0;
  border: none; }
  form.woocommerce-form.woocommerce-form-login.login input {
    background: #F6F6F6;
    border: 1px solid #c0c0c0; }
  form.woocommerce-form.woocommerce-form-login.login .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block; }
  form.woocommerce-form.woocommerce-form-login.login p.form-row:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    align-items: center; }
  form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
    border: none;
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 19px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    box-sizing: content-box;
    min-height: 36px;
    border: 3px solid transparent;
    transition: all .3s ease-in-out;
    width: auto;
    margin-top: 1rem;
    background: #3BD186;
    border-bottom: 2px solid #2DAB6C;
    border-radius: 30px;
    width: 260px;
    color: white;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 100%; }
    form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit:hover {
      background-color: #36E169; }
  form.woocommerce-form.woocommerce-form-login.login p.woocommerce-LostPassword.lost_password {
    display: flex;
    justify-content: flex-end; }

.page-template-account-page-php.logged-in .white-background.content.content__padding.content__vertical {
  max-width: unset; }
.page-template-account-page-php h2 {
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 0 0 20px;
  margin: 0; }

.thankyou__background {
  width: 100%;
  margin: 3rem 0; }
.thankyou__message {
  max-width: 610px;
  margin: 0 auto;
  padding: 4rem 0 6rem !important; }
  .thankyou__message .large-text {
    font-size: 35px;
    line-height: 35px; }
.thankyou .mybutton {
  margin: 0 auto;
  margin-bottom: 4rem; }

.woocommerce-order-received {
  background: #F6F6F6; }

.woocommerce .woocommerce-customer-details address {
  border: none;
  line-height: 28px; }

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  margin-bottom: 1rem !important; }

button#place_order {
  border: none;
  padding: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  box-sizing: content-box;
  min-height: 36px;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
  width: auto;
  border-bottom: 2px solid #2DAB6C !important;
  background: #3BD186 !important;
  border-radius: 30px;
  text-transform: uppercase; }

span.NormalTextRun.BCX0.SCXW31035801 {
  font-size: 14px;
  line-height: 30px; }

ol.flex-control-nav li {
  padding: 1rem 1em 0 0; }

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  border: none;
  padding: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  box-sizing: content-box;
  min-height: 36px;
  border: 3px solid transparent;
  transition: all .3s ease-in-out;
  width: auto;
  margin-top: 1rem;
  background: #3BD186;
  border-bottom: 2px solid #2DAB6C;
  border-radius: 30px;
  width: 260px;
  color: white;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 500; }

.woocommerce form.register {
  border: none; }

form.woocommerce-form.woocommerce-form-register.register {
  padding: 0;
  margin: 1rem; }

.xoo-wsc-basket {
  bottom: 8rem;
  right: .5rem; }

.wpcf7-response-output {
  background: #f8ac00;
  color: white;
  text-transform: uppercase;
  border: none !important;
  padding: 1rem !important;
  margin-top: 1rem !important;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center; }

.pagination {
  clear: both; }

.product__buttons {
  position: relative;
  margin-top: 2rem; }

.installationMessage {
  position: absolute;
  right: 1rem;
  top: -7.5rem; }

.installationNote {
  position: absolute;
  right: 1rem;
  top: -1rem; }
  .installationNote .fa-info-circle {
    margin-left: .5rem; }

.product__fitting--message {
  background-color: #FF5959;
  padding: .5rem 1rem;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 1rem;
  top: 1rem; }
  .product__fitting--message p {
    margin: 0 !important;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px; }

.informational > .inner-container {
  max-width: 860px; }
.informational__form form.wpcf7-form {
  margin: 0; }
  .informational__form form.wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    width: 126px;
    margin-left: 1rem; }
.informational p, .informational a, .informational span {
  font-family: "Roboto", sans-serif; }
.informational a {
  color: #f8ac00;
  font-weight: 700; }
.informational blockquote {
  border-left: 1rem solid #f8ac00;
  padding-left: 1rem;
  color: #707070; }

.installers .separator {
  margin: 0 0 4rem 0; }
.installers .grid {
  padding: 2rem 0; }

.header__top {
  border-bottom: 1px solid #c0c0c0; }
  .header__top--navigation {
    display: none; }
  .header__top > .container {
    display: flex;
    justify-content: space-between; }

.section__one {
  padding: 0; }
.section__two {
  padding: 0; }

.stickyHeader {
  position: fixed;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid #ffbe2c;
  padding: 1rem 0; }
  .stickyHeader > .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.page-template-front-page .installers {
  margin-bottom: unset; }
  .page-template-front-page .installers .separator {
    display: none; }

.home .installers {
  margin-bottom: unset;
  padding: 2rem 0; }

.page-template-front-page > main > #holidngHero > .container, .home > main > #holidngHero > .container {
  margin-top: 10rem; }

.page-template-front-page h2, h3, p, span, .home h2, h3, p, span {
  color: #707070; }

#work h2.work__subheader {
  margin-bottom: 3rem;
  margin-top: 2rem; }

#work h2.work__header {
  margin-top: 2rem;
  margin-bottom: 0; }

.work__text p {
  font-size: 20px;
  line-height: 30px;
  font-style: "Raleway", sans-serif; }

#work .card p, .home #work .card p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 30px; }
#work .card h3, #work .card h5, .home #work .card h3, .home #work .card h5 {
  font-size: 24px;
  line-height: 30px; }
#work .card h3.black-text, .home #work .card h3.black-text {
  margin-bottom: .5rem; }
#work .card h3.orange-text, .home #work .card h3.orange-text {
  margin-bottom: 2rem; }

.page-template-front-page #work .card p, .home #work .card p {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 30px; }
.page-template-front-page #work .card h3, .page-template-front-page #work .card h5, .home #work .card h3, .home #work .card h5 {
  font-size: 24px;
  line-height: 30px; }
.page-template-front-page #work .card h3.black-text, .home #work .card h3.black-text {
  margin-bottom: .5rem; }
.page-template-front-page #work .card h3.orange-text, .home #work .card h3.orange-text {
  margin-bottom: 2rem; }

section#work .card .separator {
  height: 10px;
  width: 80%;
  border-radius: 0;
  margin-left: -1rem; }

.stickyFooter > .container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__content {
  width: 100%; }

ul.holding__menu--container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem; }
  ul.holding__menu--container li {
    margin-right: 1rem;
    padding: .5rem;
    border-bottom: 1px solid #ffbe2c;
    width: 100%; }
    ul.holding__menu--container li:last-child {
      margin-right: unset; }
    ul.holding__menu--container li a {
      color: white; }

.header__navigation.footer__navigation .holding__menu {
  display: none; }

.header__navigation {
  width: 100%; }
  .header__navigation .holding__menu {
    display: none;
    position: relative;
    width: 100%; }

#holidngHero > .container {
  position: relative; }

#work .separator {
  height: 10px;
  width: 50%;
  border-radius: 0; }

#what .separator, #who .separator {
  height: 10px;
  width: 50%;
  border-radius: 0;
  margin-bottom: 3rem; }
#what p, #who p {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 36px;
  color: #707070; }
  #what p.large-text, #who p.large-text {
    font-size: 48px;
    line-height: 48px; }
#what h3, #who h3 {
  font-size: 48px;
  line-height: 48px;
  color: #707070; }

section.about .separator {
  height: 10px;
  width: 100%;
  border-radius: 0;
  margin-left: -50%; }

section#quoteForm {
  padding: 4rem 0; }
  section#quoteForm .separator {
    height: 10px;
    width: 50%;
    border-radius: 0; }

section#who, section#what, section.about, section#quoteForm {
  padding: 3rem 0; }

section#work {
  padding-bottom: 5rem; }

section.about .about__text {
  padding: 2rem 0; }

section.about {
  padding-bottom: 0; }
  section.about .about__text p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Raleway", sans-serif; }
  section.about .about__image img {
    margin-bottom: -1rem; }

.contact__form--button.holding__button input {
  background: #4E4E4E !important;
  border-radius: 10px;
  min-width: 200px;
  border-bottom: 0;
  margin-top: 2rem; }

.contact__form--field input, .contact__form--field textarea {
  border-radius: 10px; }
  .contact__form--field input:hover, .contact__form--field textarea:hover {
    border-bottom: 3px solid #3BD186; }

#quoteForm form.wpcf7-form {
  max-width: 812px;
  margin: 0 auto;
  margin-top: 1rem; }

.toggle-nav2 {
  border: none;
  padding: 0;
  background: transparent;
  width: 44px;
  height: 34px;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  position: absolute;
  right: 1rem;
  top: 3rem; }
  .toggle-nav2:after {
    display: block;
    content: "";
    width: 100%;
    height: 4px;
    background: white;
    top: calc(50% - 2px);
    letter-spacing: 0; }
  .toggle-nav2 span {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden; }

.banner__icon {
  margin-right: 1rem; }
  .banner__icon img {
    max-width: 60px;
    padding: .3rem;
    max-height: 70px; }
.banner__content p {
  font-size: 12px; }

.card {
  position: relative;
  border-radius: 5px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  padding: 1rem;
  margin-bottom: 2rem; }
  .card__content {
    display: flex;
    margin-bottom: 1rem; }
    .card__content h2, .card__content h5 {
      text-align: center; }
    .card__content h5 {
      margin-bottom: 0; }
    .card__content--vertical {
      display: flex;
      flex-direction: column;
      height: 100%; }
    .card__content--horizontal {
      display: flex; }
    .card__content--central {
      justify-content: center; }
    .card__content--padding {
      padding: 1rem; }
    .card__content .blue-separator {
      margin: 1rem auto; }
  .card__padding {
    padding: 1rem 2rem; }
  .card__width--full {
    width: 100%;
    margin: 0 auto; }
  .card__width--large {
    width: 100%;
    margin: 0 auto; }
  .card__width--medium {
    width: 100%;
    margin: 0 auto; }
  .card__width--small {
    width: 100%;
    margin: 0 auto; }
  .card .mybutton {
    margin-top: 1rem;
    font-weight: 400; }
    .card .mybutton:hover {
      color: #e6e6e6;
      font-weight: 400; }
    .card .mybutton .far, .card .mybutton .fas, .card .mybutton .fal {
      color: white; }
      .card .mybutton .far:hover, .card .mybutton .fas:hover, .card .mybutton .fal:hover {
        color: #e6e6e6; }
  .card__nopadding {
    padding: 0 !important; }
  .card__padding {
    padding: 1rem; }
  .card__horizontal {
    display: flex;
    flex-direction: column; }
  .card__image img {
    visibility: hidden; }

.loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #f8ac00;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loader__overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0; }

#slides {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #cf5;
  width: 100%;
  height: 100%;
  white-space: nowrap; }

#slides section {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  white-space: normal;
  vertical-align: top;
  *display: inline;
  background: #eee;
  width: 100%;
  height: 100%; }

div.progressbar {
  border: 1px solid #e9e4e4;
  background: #efefef;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  max-width: 800px;
  margin: 0 auto; }

.progressbar div {
  width: auto;
  background-color: #f8ac00;
  height: 20px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-shadow: 0px 0px 3px #000;
  -o-text-shadow: 0px 0px 3px #000;
  -moz-text-shadow: 0px 0px 3px #000;
  -webkit-text-shadow: 0px 0px 3px #000;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

.product_cat-artificial-grass li#tab-title-installations_tab {
  display: none; }

li.product__tile.Artificial.Grass:hover .quoteBanner {
  display: none; }

.page-template-landing h2 {
  font-family: "Raleway", sans-serif; }
.page-template-landing section.installers > .container {
  display: none; }
.page-template-landing .hero {
  padding-bottom: 9rem; }
.page-template-landing .how {
  padding: 9rem 1rem 1rem; }

.customer__testimonials--heading, .guarantee__heading {
  padding: 2rem 1rem 3rem 1rem; }

.van__image {
  position: relative; }
  .van__image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.guarantee {
  padding-bottom: 9rem; }
  .guarantee__list i {
    font-size: 20px;
    margin-right: .5rem; }
  .guarantee .mybutton {
    margin: 2rem 0; }

.landing__section--fullimage {
  display: none; }
.landing__section--text {
  font-family: "Raleway", sans-serif; }

section.installers {
  padding: 9rem 1rem 4rem; }

.customer__testimonials--reviews {
  padding: 2rem 2rem; }
.customer__testimonials--text p, .customer__testimonials--text a, .customer__testimonials--text span, .customer__testimonials--text strong {
  color: white;
  line-height: 30px;
  font-family: "Raleway", sans-serif; }
.customer__testimonials .columns {
  margin-bottom: 4rem; }

.landing__section {
  padding: 2rem 1rem 2rem 1rem; }

.landing__page--gallery {
  padding: 8rem 1rem 6rem 1rem !important; }

.columns {
  display: flex;
  flex-wrap: wrap; }

.col__two {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.col__three {
  flex: 0 0 25%;
  max-width: 25%; }
.col__four {
  flex: 0 0  33.33333333%;
  max-width: 33.33333333%; }
.col__five {
  flex: 0 0  41.66666667%;
  max-width: 41.66666667%; }
.col__six {
  flex: 0 0 50%;
  max-width: 50%; }
.col__seven {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
.col__eight {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }
.col__twelve {
  flex: 0 0 100%;
  max-width: 100%; }

.split {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .split__text {
    padding: 4rem;
    text-align: center;
    position: relative; }
  .split__image {
    width: 100%;
    background-size: cover;
    background-position: center; }

@media only screen and (min-width: 31.25rem) {
  .no-padding {
    padding-left: 0;
    padding-right: 0; }

  small {
    font-size: 1em; }

  .grid {
    display: grid; }
    .grid__one {
      grid-template-columns: repeat(1, 1fr); }
    .grid__two {
      grid-template-columns: repeat(1, 1fr); }
    .grid__three {
      grid-template-columns: repeat(2, 1fr); }
    .grid__four {
      grid-template-columns: repeat(2, 1fr); }
    .grid__five {
      grid-template-columns: repeat(3, 1fr); }
    .grid__six {
      grid-template-columns: repeat(3, 1fr); }
    .grid__seven {
      grid-template-columns: repeat(2, 1fr); }
    .grid__item--horizontal {
      grid-template-columns: repeat(1, 1fr); }
    .grid__third {
      grid-template-columns: repeat(1, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(1, 1fr); }

  .products__home .grid__five {
    grid-template-columns: repeat(2, 1fr); }

  .mybutton__position--outside {
    position: absolute;
    bottom: -3rem; }
  .mybutton__size--s {
    width: auto;
    max-width: 250px; }
  .mybutton__size--m {
    max-width: 350px; }
  .mybutton__size--l {
    max-width: 450px;
    width: 350px; }

  .content {
    display: flex; }
    .content__vertical {
      flex-direction: column; }
    .content__horizontal {
      flex-direction: row;
      flex-wrap: wrap; }
    .content__space-even {
      justify-content: space-evenly; }
    .content__center {
      justify-content: center;
      align-items: center; }
      .content__center--text {
        text-align: center; }
    .content__nopadding {
      padding: 0 !important; }

  .header__top > .container {
    display: flex;
    justify-content: space-between; }

  .layout__price--container {
    flex-direction: row !important;
    align-items: center; }

  .woocommerce div.product p.price {
    margin-top: 0; }

  .product__tile {
    max-width: 262px; }

  .header__logo img {
    max-width: 200px; }

  label.room__measurement {
    display: inline-block; }

  .card__content--half {
    width: 50%; }
  .card__content--central {
    align-items: center; }
  .card__padding {
    padding: 2rem 4rem; }
  .card__width--small {
    width: 90%;
    margin: 0 auto; }
  .card .mybutton .far, .card .mybutton .fas, .card .mybutton .fal {
    display: none; }
  .card__horizontal {
    display: flex;
    flex-direction: row; }
  .card__image--horitontal {
    width: 50%; }

  .col__sm--two {
    flex: 0 0  16.66666667%;
    max-width: 16.66666667%; }
  .col__sm--three {
    flex: 0 0 25%;
    max-width: 25%; }
  .col__sm--four {
    flex: 0 0  33.33333333%;
    max-width: 33.33333333%; }
  .col__sm--five {
    flex: 0 0  41.66666667%;
    max-width: 41.66666667%; }
  .col__sm--six {
    flex: 0 0 50%;
    max-width: 50%; }
  .col__sm--seven {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col__sm--eight {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col__sm--twelve {
    flex: 0 0 100%;
    max-width: 100%; }

  input#coupon_code {
    padding: .7rem;
    min-width: 200px; } }
@media only screen and (min-width: 48.063rem) {
  .columns {
    display: flex;
    flex-direction: row; }

  div[class^="column-"] {
    width: calc(50% - 1rem) !important;
    padding: 1rem 0; }

  .column-1 {
    margin-right: 1rem; }

  .column-2 {
    margin-left: 1rem;
    margin-top: 0; }

  .hero-background {
    min-height: 30rem;
    position: relative; }

  .hero-background {
    min-height: 30rem; }

  h1 {
    font-size: 50px;
    line-height: 60px; }
    h1 span {
      line-height: 60px; }

  h2 {
    font-size: 45px;
    line-height: 45px; }
    h2 span {
      font-size: 45px;
      line-height: 45px; }

  h3 {
    font-size: 20px;
    line-height: 30px; }
    h3 span {
      font-size: 20px;
      line-height: 30px; }

  h4 {
    font-size: 24px;
    line-height: 32px; }
    h4 span {
      font-size: 24px;
      line-height: 32px; }

  h5 {
    font-size: 14px;
    line-height: 20px; }
    h5 span {
      font-size: 14px;
      line-height: 20px; }

  h6 {
    font-size: 14px;
    line-height: 20px; }
    h6 span {
      font-size: 14px;
      line-height: 20px; }

  .no-padding {
    padding-left: 0;
    padding-right: 0; }

  .horizontal__desktop {
    flex-direction: row !important; }

  section, aside {
    padding: 2rem 1rem; }

  .woocommerce div.product span.display__price {
    left: 0; }

  .grid {
    display: grid; }
    .grid__one {
      grid-template-columns: repeat(1, 1fr); }
    .grid__two {
      grid-template-columns: repeat(2, 1fr); }
    .grid__three {
      grid-template-columns: repeat(3, 1fr); }
    .grid__four {
      grid-template-columns: repeat(3, 1fr); }
    .grid__five {
      grid-template-columns: repeat(4, 1fr); }
    .grid__six {
      grid-template-columns: repeat(4, 1fr); }
    .grid__seven {
      grid-template-columns: repeat(4, 1fr); }
    .grid__equal {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid__third {
      grid-template-columns: repeat(1, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(1, 1fr); }

  .products__home .grid__five {
    grid-template-columns: repeat(3, 1fr); }

  .content {
    display: flex; }
    .content__vertical {
      flex-direction: column; }
    .content__horizontal {
      flex-direction: row; }
    .content__space-even {
      justify-content: space-evenly; }
    .content__center {
      justify-content: center;
      align-items: center; }
      .content__center--text {
        text-align: center; }
    .content__nopadding {
      padding: 0 !important; }
    .content__padding--three {
      padding: 3rem; }

  .form__container {
    width: 726px;
    margin: 0 auto; }

  .header__main > .container {
    padding: 1rem; }
  .header__basket .cart_container {
    right: -6rem; }
  .header__logo {
    order: 1;
    width: auto; }
  .header__navigation {
    order: 2; }
  .header__shop {
    order: 3;
    width: auto; }

  .header__navigation.content.content__center--align {
    justify-content: center; }

  .header__top {
    padding: .5rem; }
    .header__top--navigation {
      display: flex; }
      .header__top--navigation ul li {
        display: inline-block;
        margin-right: 1rem;
        font-size: 14px; }
        .header__top--navigation ul li:last-child {
          margin-right: 0;
          border: none; }
        .header__top--navigation ul li.orange-background {
          padding: .5rem 1rem; }
          .header__top--navigation ul li.orange-background a {
            color: white; }
        .header__top--navigation ul li.bold a {
          font-weight: 700; }
  .header__welcome {
    display: flex; }
    .header__welcome .hide-on-mobile {
      display: inline-block; }

  .quote > .container {
    display: flex; }
  .quote .step {
    margin-top: 0; }
    .quote .step__count {
      height: 0; }
      .quote .step__count:before {
        counter-increment: quote-step;
        content: counter(quote-step);
        position: absolute;
        top: 0;
        padding: .7rem 1rem 1.2rem 1rem;
        text-align: center;
        font-weight: 700;
        background: #f8ac00;
        z-index: 1;
        margin: auto;
        left: 0;
        right: 0;
        font-size: 55px;
        line-height: 65px;
        color: white;
        border-radius: 146px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 37px;
        width: 37px;
        font-family: "Raleway", sans-serif; }
    .quote .step__input label {
      width: 40%; }
    .quote .step__text {
      font-family: "Raleway", sans-serif; }
    .quote .step__container {
      max-width: 800px; }
    .quote .step__content {
      margin-left: 8rem !important;
      margin-right: 3rem; }
      .quote .step__content h3 {
        max-width: 400px; }
    .quote .step__error {
      margin-left: 8rem !important; }
      .quote .step__error h3 {
        max-width: 600px; }
    .quote .step__conditional {
      margin-left: 8rem !important; }
      .quote .step__conditional h3, .quote .step__conditional p {
        max-width: 600px; }
    .quote .step .date__content {
      max-width: 500px; }
  .quote .summary__container {
    width: 540px;
    max-width: 540px;
    position: relative;
    border: none;
    padding: 0;
    overflow-x: unset;
    height: auto; }
    .quote .summary__container .content__sticky {
      top: 3rem; }
    .quote .summary__container a.closebtn {
      display: none; }
  .quote .summary__tag {
    display: none; }
  .quote .summary__tables {
    /* Zebra striping */ }
    .quote .summary__tables table, .quote .summary__tables thead, .quote .summary__tables tbody, .quote .summary__tables th, .quote .summary__tables td, .quote .summary__tables tr {
      display: revert; }
    .quote .summary__tables table {
      width: 100%;
      border-collapse: collapse; }
    .quote .summary__tables th {
      color: white;
      font-weight: bold; }
    .quote .summary__tables td, .quote .summary__tables th {
      padding: .5rem 0;
      text-align: left;
      width: 50%; }
  .quote .summary__image {
    margin-right: 1rem; }
  .quote .summary__images {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row; }

  .summary__totals {
    order: 0;
    padding: 0; }
    .summary__totals .separator-dotted {
      display: block; }

  .tooltip .tooltiptext {
    left: 0; }

  .live__chat--images {
    background: border-box;
    background-image: url(http://floor-d-co-uk.stackstaging.com/wp-content/uploads/2020/08/tablet-Graphic.png) !important;
    background-size: auto; }
    .live__chat--images img {
      position: absolute;
      visibility: visible; }

  .archive main > .container {
    max-width: 1364px;
    margin: 0 auto;
    display: flex; }
  .archive div#primary {
    width: 80%;
    float: left; }
  .archive div#secondary {
    width: 20%;
    float: left;
    padding: 0 .5rem;
    position: relative; }
    .archive div#secondary ul {
      padding: 1rem 0; }
  .archive a.closebtn {
    display: none; }
  .archive div#open-filter {
    display: none; }
  .archive .category__page--title {
    position: relative;
    min-height: 300px;
    display: flex; }
    .archive .category__page--title img {
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      margin-bottom: 0;
      display: none; }
    .archive .category__page--title > .container {
      display: flex;
      justify-content: center;
      align-self: center;
      flex-direction: column;
      width: 100%; }
  .archive .category__page--message {
    padding: 1rem 4rem;
    width: 356px;
    height: 134px; }

  .room__type .category__page--title > .wide-container {
    flex-direction: row !important; }
  .room__type > .wide-container {
    max-width: 1364px;
    margin: 0 auto;
    display: flex; }

  header.woocommerce-products-header > .wide-container {
    flex-direction: row; }

  .layout__price--container {
    flex-direction: column !important;
    align-items: center; }

  .woocommerce div.product p.price, .woocommerce div.product .entry-summary span.price, .woocommerce div.product span bdi, p.price span.woocommerce-Price-currencySymbol, .woocommerce div.product span.display__price {
    line-height: 90px;
    font-size: 90px; }

  .woocommerce div.product p.price {
    margin-top: 2rem; }

  .product__content p:nth-child(2) {
    font-size: 16px;
    line-height: 21px; }

  .products__home .product__content p:nth-child(2) {
    min-height: 40px; }

  .product__buttons .mybutton {
    width: 43%; }

  .woocommerce-tabs.wc-tabs-wrapper > .container {
    border-bottom: 1px solid #c0c0c0; }

  .woocommerce div.product span.display__price:before {
    left: 0; }

  .product__hover--title {
    font-size: 45px;
    line-height: 45px; }
  .product__hover--subtitle {
    font-size: 25px;
    line-height: 25px; }

  .woocommerce div.product span.display__price:before {
    top: -1rem; }

  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 33%; }

  #slides {
    background: transparent !important;
    max-width: 810px;
    margin: 0 auto; }
    #slides section {
      padding: 4rem 4rem 4rem 0rem;
      background: transparent !important; }

  .btns {
    flex-direction: row; }

  td.woocommerce-table__product-name.product-name ul.wc-item-meta {
    columns: 1 !important; }

  td.woocommerce-table__product-name.product-name ul.wc-item-meta {
    columns: 1 !important; }

  .installers .separator {
    margin: 4rem 0; }
  .installers .grid {
    padding: 2rem 0; }

  .section__one {
    padding: 2rem; }
  .section__two {
    padding: 2rem; }

  .how {
    padding: 6rem 1rem; }

  .footer__menu .menu-footer-nav-container ul li a {
    font-size: 14px; }

  footer {
    margin-top: 4rem; }

  .why {
    padding: 4rem 0; }
    .why__title h2 {
      margin-bottom: 6rem; }
    .why__content {
      max-width: 530px;
      justify-content: flex-start;
      align-items: baseline; }
      .why__content s
      p, .why__content h4, .why__content h3 {
        text-align: left; }
    .why .grid__item {
      flex-direction: row;
      flex-wrap: wrap; }
    .why__icon {
      justify-content: flex-start; }

  .card {
    margin-bottom: 4rem; }
    .card__content--half {
      width: auto; }
    .card__width--small {
      width: 60%; }
    .card .mybutton .far, .card .mybutton .fas, .card .mybutton .fal {
      color: white;
      display: inline-block; }
      .card .mybutton .far:hover, .card .mybutton .fas:hover, .card .mybutton .fal:hover {
        color: #e6e6e6; }
    .card__horizontal {
      flex-direction: column; }
    .card__image--horitontal {
      width: 100%; }

  .page-template-front-page > main > #holidngHero > .container, .home > main > #holidngHero > .container {
    margin-top: 12.5rem; }

  .holidngHero__heading {
    position: absolute;
    top: 2rem; }

  section#work {
    padding-bottom: 10rem; }

  section.about .about__text {
    padding-right: 2rem; }

  #work .card__content--padding {
    padding: 2rem 4rem 2rem 2rem;
    margin-top: 1rem; }

  .home .installers {
    padding: 4rem 0; }

  #work h2.work__subheader {
    margin-bottom: 6rem;
    margin-top: 4rem; }

  #work h2.work__header {
    margin-top: 4rem;
    margin-bottom: 0; }

  .header__navigation.footer__navigation .holding__menu {
    display: flex; }

  .header__navigation {
    width: auto;
    padding: unset; }
    .header__navigation .holding__menu {
      display: flex; }

  ul.holding__menu--container {
    display: flex;
    flex-direction: row;
    position: relative;
    right: 0;
    margin-top: unset; }
    ul.holding__menu--container li {
      padding: unset;
      border-bottom: unset;
      width: auto; }

  .separator.orange-background {
    min-width: 500px; }

  .toggle-nav2 {
    display: none; }

  section#work .card .separator {
    margin-left: -2rem; }

  section#who, section#what, section.about, section#quoteForm {
    padding: 6rem 0; }

  .thankyou__content {
    margin: 2rem;
    padding: 2rem !important; }

  .columns.reverse > div:nth-child(2) {
    order: 1; }
  .columns.reverse > div:nth-child(1) {
    order: 2; }

  .col__md--two {
    flex: 0 0  16.66666667%;
    max-width: 16.66666667%; }
  .col__md--three {
    flex: 0 0 25%;
    max-width: 25%; }
  .col__md--four {
    flex: 0 0  33.33333333%;
    max-width: 33.33333333%; }
  .col__md--five {
    flex: 0 0  41.66666667%;
    max-width: 41.66666667%; }
  .col__md--six {
    flex: 0 0 50%;
    max-width: 50%; }
  .col__md--seven {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col__md--eight {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col__md--twelve {
    flex: 0 0 100%;
    max-width: 100%; }

  .hero__buttons {
    display: flex; }
    .hero__buttons .mybutton:first-child {
      margin-right: 1rem; }

  .page-template-landing .hero {
    padding-bottom: 10rem; }
  .page-template-landing .how {
    padding: 12rem 1rem 4rem; }

  .guarantee {
    padding-bottom: 12rem; }
    .guarantee__list i {
      font-size: 36px;
      margin-right: 1rem; }

  .customer__testimonials--heading {
    padding: 2rem 1rem 6rem 1rem; }

  .guarantee__heading {
    padding: 2rem 1rem 4rem 1rem; }

  .landing__section--fullimage {
    display: block; }
  .landing__section--image img {
    top: -12rem;
    position: relative; }
  .landing__section--text > .content {
    padding: 4rem 0 4rem 4rem; }

  section.landing__section.light-grey-background {
    padding-top: 6rem; }

  section.installers {
    padding-top: 11rem; }

  .customer__testimonials .columns {
    margin-bottom: 6rem; }

  .split__text {
    width: 50%;
    text-align: left; }
  .split__image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  .split.reverse .split__text {
    margin-left: 50%; }
  .split.reverse .split__image {
    top: 0;
    left: 0; } }
@media only screen and (min-width: 60rem) {
  .hero-background {
    min-height: 35rem;
    position: relative; }

  .grid {
    display: grid; }
    .grid__equal {
      grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .grid__third {
      grid-template-columns: repeat(3, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(3, 1fr); }
    .grid.grid__third > div:first-child {
      grid-column: span 2; }
    .grid.grid__third--reverse > div:last-child {
      grid-column: span 2; }

  .products__home .grid__five {
    grid-template-columns: repeat(4, 1fr); }

  .footer__left {
    display: flex;
    align-items: center;
    flex-direction: row; }
  .footer__logo {
    margin-right: 6rem; }

  .how__steps--step:nth-child(1):after {
    content: url(assets/images/patharrow-downup.png);
    position: absolute;
    right: -27%;
    top: 25%; }
  .how__steps--step:nth-child(2):after {
    content: url(assets/images/patharrow-updown.png);
    position: absolute;
    right: -30%;
    top: 16%; }

  .card__content--half {
    width: 50%; }
  .card__width--medium {
    width: 80%; }
  .card__image--horitontal {
    width: 50%; }
  .card__horizontal {
    flex-direction: row; }

  .category__page--title img {
    right: 20rem !important;
    display: block !important; }

  .col__lg--two {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col__lg--three {
    flex: 0 0 25%;
    max-width: 25%; }
  .col__lg--four {
    flex: 0 0  33.33333333%;
    max-width: 33.33333333%; }
  .col__lg--five {
    flex: 0 0  41.66666667%;
    max-width: 41.66666667%; }
  .col__lg--six {
    flex: 0 0 50%;
    max-width: 50%; }
  .col__lg--seven {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col__lg--eight {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col__lg--twelve {
    flex: 0 0 100%;
    max-width: 100%; }

  .landing__section--image img {
    top: -12rem;
    position: relative; }
  .landing__section--text > .content {
    padding: 4rem 0 4rem 4rem; }

  /** start of tunnicliffe colours**/
  /** start of integrated air */
  /** start of niplast **/
  /*  start of floor-d*/
  .split__text {
    padding: 4rem; }
  .split__image {
    width: calc(50% - 0); }
  .split.reverse .split__image {
    right: auto; } }
@media only screen and (min-width: 80rem) {
  .hero-background {
    min-height: 58rem;
    padding: 0 !important; }

  h1 {
    margin-bottom: 1rem;
    font-size: 55px;
    font-weight: 500;
    line-height: 65px; }
    h1 span {
      margin-bottom: 1rem;
      font-size: 55px;
      font-weight: 500;
      line-height: 65px; }

  h2 {
    margin-bottom: 1rem;
    font-size: 45px;
    font-weight: 700;
    line-height: 53px; }
    h2 span {
      margin-bottom: 1rem;
      font-size: 45px;
      font-weight: 700;
      line-height: 53px; }

  h3 {
    margin-bottom: 1rem;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px; }
    h3 span {
      margin-bottom: 1rem;
      font-size: 23px;
      font-weight: 700;
      line-height: 27px; }

  h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 1rem; }
    h4 span {
      font-size: 25px;
      line-height: 30px;
      font-weight: 500;
      margin-bottom: 1rem; }

  h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 1rem; }
    h5 span {
      font-size: 14px;
      font-weight: 700;
      line-height: 22px;
      margin-bottom: 1rem; }

  h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 1rem; }
    h6 span {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 1rem; }

  .columns {
    display: flex;
    width: 100%; }

  [class^="column-"] {
    width: calc(50% - 1rem) !important;
    padding: 1rem 0; }

  .column-1 {
    margin-right: 1rem; }

  .column-2 {
    margin-left: 1rem; }

  .hero-text {
    font-size: 90px;
    font-weight: 700;
    line-height: 106px; }

  .grid {
    display: grid; }
    .grid__one {
      grid-template-columns: repeat(1, 1fr); }
    .grid__two {
      grid-template-columns: repeat(2, 1fr); }
    .grid__three {
      grid-template-columns: repeat(3, 1fr); }
    .grid__four {
      grid-template-columns: repeat(4, 1fr); }
    .grid__five {
      grid-template-columns: repeat(5, 1fr); }
    .grid__six {
      grid-template-columns: repeat(6, 1fr); }
    .grid__seven {
      grid-template-columns: repeat(7, 1fr); }
    .grid__horizontal {
      flex-direction: row; }
    .grid__third {
      grid-template-columns: repeat(3, 1fr); }
    .grid__third--reverse {
      grid-template-columns: repeat(3, 1fr); }
    .grid__equal {
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.grid__third > div:first-child {
      grid-column: span 2; }
    .grid.grid__third--reverse > div:last-child {
      grid-column: span 2; }

  .products__home .grid__five {
    grid-template-columns: repeat(5, 1fr); }

  .content {
    display: flex; }
    .content__horizontal {
      flex-direction: row; }
    .content__vertical {
      flex-direction: column; }
    .content__padding {
      padding: 1rem; }
      .content__padding--half {
        padding: .5rem; }
    .content__margin {
      margin: 1rem; }
    .content__center--align {
      align-items: center; }
    .content__center--justify {
      justify-content: center; }
    .content__space-between {
      justify-content: space-between; }

  .header__logo {
    width: auto; }
    .header__logo img {
      max-width: 300px; }
  .header__menu {
    width: 78.5%;
    display: block;
    order: 2;
    position: inherit; }
    .header__menu .menu-header-menu-container {
      margin-right: 1rem; }
  .header__toggle {
    width: 0; }
  .header__cta {
    width: auto; }
    .header__cta button {
      width: 100%; }

  .first-label {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px; }

  .last-label {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; }

  .tabs label:before {
    border-right: 1px solid #c0c0c0;
    height: 50%;
    position: absolute;
    top: 25%;
    right: 0;
    content: ''; }
  .tabs label.last-label:before {
    display: none; }

  .tabs .tabthree .grid__item, .tabs .tabfour .grid__item {
    border-right: 2px solid #c0c0c0; }

  .woocommerce table.shop_attributes th {
    min-width: 250px; }

  .layout__price--container {
    flex-direction: row !important;
    align-items: center; }

  .woocommerce div.product p.price {
    margin-top: 0; }

  /* change gallery direction**/
  /********/
  .product__content {
    min-height: 190px; }

  section.related.products .product__content {
    min-height: auto; }

  .contact__form--field {
    width: calc(50% - 1rem);
    position: relative; }
    .contact__form--field:nth-child(odd) {
      margin-right: 2rem; }

  .live__chat--images {
    background: border-box;
    background-size: auto; }
    .live__chat--images img {
      position: absolute;
      left: -9rem;
      visibility: visible; }

  .card {
    position: relative;
    border-radius: 3px;
    padding: 1rem; }
    .card__content {
      display: flex;
      margin-bottom: 1rem; }
      .card__content h2, .card__content h5 {
        text-align: left; }
      .card__content--vertical {
        display: flex;
        flex-direction: column; }
      .card__content--central {
        justify-content: center;
        align-items: center; }
      .card__content .blue-separator {
        margin: 1rem 0; }
    .card__padding {
      padding: 4rem 6rem; }
    .card__width--full {
      width: 100%;
      margin: 0 auto; }
    .card__width--large {
      width: 72%;
      margin: 0 auto; }
    .card__width--medium {
      width: 53%; }
    .card__width--small {
      width: 45%; }
    .card .mybutton {
      margin-top: 1rem; }
    .card__horizontal {
      flex-direction: row; }

  .banner__icon {
    margin-right: 1rem; }
    .banner__icon img {
      max-width: unset; }
  .banner__container {
    margin: 0 6rem; }

  .category__page--title img {
    right: 29rem !important; }

  .col__xl--two {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col__xl--three {
    flex: 0 0 25%;
    max-width: 25%; }
  .col__xl--four {
    flex: 0 0  33.33333333%;
    max-width: 33.33333333%; }
  .col__xl--five {
    flex: 0 0  41.66666667%;
    max-width: 41.66666667%; }
  .col__xl--six {
    flex: 0 0 50%;
    max-width: 50%; }
  .col__xl--seven {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col__xl--eight {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col__xl--twelve {
    flex: 0 0 100%;
    max-width: 100%; } }
/* Android 2.3 :checked fix */
@-webkit-keyframes fake {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
@keyframes fake {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
body {
  -webkit-animation: fake 1s infinite;
  animation: fake 1s infinite; }

.worko-tabs {
  margin: 20px; }
  @media (min-width: 600px) {
    .worko-tabs {
      width: 100%; } }

.worko-tabs .state {
  position: absolute;
  left: -10000px; }

.worko-tabs .flex-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .worko-tabs .flex-tabs label {
    margin-bottom: unset; }

.worko-tabs .flex-tabs .tab {
  max-height: 40px; }

.worko-tabs .flex-tabs .panel {
  background-color: #4E4E4E;
  padding-top: 4rem;
  display: none;
  width: 100%;
  flex-basis: auto;
  border-radius: unset; }

.worko-tabs .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  cursor: hand;
  cursor: pointer;
  /*border-left: 10px solid #d1d1d1;*/
  border: 1px solid transparent;
  letter-spacing: 1px;
  text-align: center;
  color: white;
  font-size: 14px; }

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label,
#tab-five:checked ~ .tabs #tab-five-label {
  cursor: default;
  color: #f8ac00;
  font-weight: 600; }

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel,
#tab-five:checked ~ .tabs #tab-five-panel {
  display: block; }

.tabs .panel .tab-info {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap; }
  .tabs .panel .tab-info div {
    flex-basis: 16.66%;
    flex-direction: column;
    padding-left: 1rem;
    border-right: 3px solid red; }
    .tabs .panel .tab-info div h4 {
      color: #7f7f7f;
      font-size: 14px;
      margin-bottom: 0;
      font-weight: 600; }
    .tabs .panel .tab-info div h5 {
      font-size: 24px;
      color: #2a2a2a;
      font-weight: 700;
      margin-bottom: 0; }
    .tabs .panel .tab-info div span {
      color: #7f7f7f;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 12px;
      display: block;
      font-weight: 600; }
    .tabs .panel .tab-info div p {
      color: #c81d1d;
      text-transform: uppercase;
      font-size: 12px;
      margin: 0;
      font-weight: 600; }
.tabs .panel h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 2rem; }
  .tabs .panel h3 a {
    color: #c81d1d; }
.tabs .panel ul.headings {
  display: none; }
  .tabs .panel ul.headings li {
    color: #7f7f7f;
    font-size: 14px;
    border: unset; }

#custom-tab span {
  text-transform: capitalize !important; }

@media (max-width: 600px) {
  .flex-tabs {
    flex-direction: column; }

  .flex-tabs .tab {
    background: #242424; }

  .flex-tabs .tab:last-of-type {
    border-bottom: none; }

  .flex-tabs #tab-one-label {
    order: 1; }

  .flex-tabs #tab-two-label {
    order: 3; }

  .flex-tabs #tab-three-label {
    order: 5; }

  .flex-tabs #tab-four-label {
    order: 7; }

  .flex-tabs #tab-five-label {
    order: 9; }

  .flex-tabs #tab-one-panel {
    order: 2; }

  .flex-tabs #tab-two-panel {
    order: 4; }

  .flex-tabs #tab-three-panel {
    order: 6; }

  .flex-tabs #tab-four-panel {
    order: 8; }

  .flex-tabs #tab-five-panel {
    order: 10; }

  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label,
  #tab-five:checked ~ .tabs #tab-five-label {
    border-bottom: none; } }
@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial; }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
    text-align: center; } }
@media only screen and (min-width: 1025px) {
  .header__toggle {
    width: 0 !important;
    display: none; }

  .menu-header-menu-container {
    width: auto; } }
@media only screen and (max-width: 80rem) {
  .site-nav .container {
    margin-right: 1rem; } }
@media only screen and (min-width: 1024px) {
  .header__menu {
    width: 100%; } }
/**niplast start*/
@media only screen and (max-width: 768px) {
  .archive__products .grid__item {
    background: none !important; }

  .product__image.content.content__center {
    flex-direction: column; } }
@media only screen and (min-width: 768px) {
  .archive__products .archive__products--image {
    display: none; } }
@media only screen and (min-width: 960px) {
  .site-nav__sections > li > a span {
    position: relative; } }
@media only screen and (min-width: 1400px) {
  .casestudies .grid {
    grid-template-columns: repeat(3, 1fr); } }
@media only screen and (max-width: 768px) {
  header.woocommerce-products-header > .container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center; }

  header.woocommerce-products-header > .container > div {
    width: 100% !important;
    justify-content: center;
    align-items: center;
    display: flex; } }
ul.top-level.col-full li:last-child {
  display: none; }

.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
  z-index: 9999999999; }

@media only screen and (min-width: 1366px) {
  .header__shop {
    order: 3;
    width: auto; }

  .header__navigation {
    order: 2;
    width: 100%; } }
@media only screen and (max-width: 1365px) {
  .header__shop {
    order: 2;
    width: 100%; }

  .header__navigation {
    order: 3;
    width: auto; } }

/*# sourceMappingURL=Style.css.map */
