/*!
Theme Name: Utoka
Author: Winter Design
Author URI: https://www.winterdesign.co.uk/
Version: 1.0
Text Domain: utoka	
*/
/*
 *		Future improvements.
 *
 *		Overviews:	use a mixin with breakpoints and column numbers
 *					within the mixin can you refence an extend for everything but the widths?
 *		Breakpoints:	cascade like $mobile-nav, $overview-3-up?
 *		Colours:		cascade like $nav-hover-color = $brand-fore-color = $brand-client-blue?
 */
/*
$nav-breakpoint
$overview-1-up-breakpoint
$overview-2-up-breakpoint
$overview-3-up-breakpoint
$overview-4-up-breakpoint
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=892cbcfe-4cdb-43c9-9fb4-7444e850ed7c");
    @font-face{
        font-family:"Gilroy W05";
        src:url("fonts/a6096205-61ed-4c16-b76c-a56dd651ad33.woff2") format("woff2"),url("fonts/18f98fc7-4ddd-4d5e-94c0-c9b74a2325bd.woff") format("woff");
font-weight: 300;
font-style: normal;
    }
    @font-face{
        font-family:"Gilroy W05";
        src:url("fonts/4035d916-a72e-4505-bc18-f1939f52f091.woff2") format("woff2"),url("fonts/fc3914af-bf83-428b-a85a-5e183f83fad7.woff") format("woff");
font-weight: 300;
font-style: italic;
    }
    @font-face{
        font-family:"Gilroy W05";
        src:url("fonts/b261487c-2966-4089-8551-6555085406ad.woff2") format("woff2"),url("fonts/bf190033-35ff-42cf-b90c-f5321a94a3df.woff") format("woff");
font-weight: 400;
font-style: normal;
    }
    @font-face{
        font-family:"Gilroy W05";
        src:url("fonts/cbada697-da92-4235-a272-9319d2618daa.woff2") format("woff2"),url("fonts/e78b39dd-ae82-4ccb-9e7e-34eb65ed3795.woff") format("woff");
font-weight: 500;
font-style: italic;
    }
    @font-face{
        font-family:"Gilroy W05";
        src:url("fonts/e62d07e6-5c21-45b8-8427-79c95511907d.woff2") format("woff2"),url("fonts/e667d70b-2326-4c62-8f38-200c31c3b08c.woff") format("woff");
font-weight: 700;
font-style: normal;
    }
    @font-face{
        font-family:"Gilroy W05";
        src:url("fonts/59440bfe-8fae-4d2c-8fa5-f7a0bd33b83a.woff2") format("woff2"),url("fonts/e3a21507-45b4-403f-80d4-c3769bb8abb1.woff") format("woff");
font-weight: 700;
font-style: italic;
    }


html {
	 font-family:"Gilroy W05";
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* H5BP base stylesheet uses:

   $fore-color
   $selection-color

*/
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: black;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #eeeeee;
  text-shadow: none; }

::selection {
  background: #eeeeee;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 * amb - dropped from h5bp, version ???
 */
/*
 * Hide visually and from screen readers
 */
/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.assistive-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.assistive-text:active, .assistive-text:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
body > main:before, body > header:before, body > footer:before, body.single-product .entry-info:before, aside.featured-products:before, aside.recent-news:before, body > main:after, body > header:after, body > footer:after, body.single-product .entry-info:after, aside.featured-products:after, aside.recent-news:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
body > main:after, body > header:after, body > footer:after, body.single-product .entry-info:after, aside.featured-products:after, aside.recent-news:after {
  clear: both; }
html.lt-ie7 body > main, html.lt-ie7 body > header, html.lt-ie7 body > footer, html.lt-ie7 body.single-product .entry-info, body.single-product html.lt-ie7 .entry-info, html.lt-ie7 aside.featured-products, html.lt-ie7 aside.recent-news {
    	/*
		 * For IE 6/7 only
		 * Include this rule to trigger hasLayout and contain floats.
		 */
  zoom: 1; }

/* html, body {
    overflow-x: hidden;
} 
*/
html, body {
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1; }

/* add a default with double the top margin to the bottom */
a {
  text-decoration: none;
  color: inherit;
  outline: none !important; }
  a:hover {
    text-decoration: underline; }
  a:active {
    text-decoration: none; }

input, textarea {
  outline: none !important; }

main .entry-content a:link,
main .entry-content a:visited {
  text-decoration: underline; }

main .entry-content a:focus,
main .entry-content a:hover,
main .entry-content a:active {
  color: gray;
  outline: none !important; }

nav ul, nav li, nav a {
  padding: 0;
  margin: 0; }

/* WordPress Core Styles
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: transparent;
  border: none;
  padding: 0;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: none;
  height: auto;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%; }

.wp-caption p.wp-caption-text,
.wp-caption figcaption.wp-caption-text {
  font-size: 0.7em;
  line-height: 1.1;
  margin: 0.5em 0;
  padding: 0 4px 5px; }

/* recommended for $content_width */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  max-width: 100%;
  height: auto; }

/* post_class() */
                   /*

.post-id
.post
.attachment
.sticky
.hentry (hAtom microformat pages)
.category-ID
.category-name
.tag-name
.format-name 

See http://codex.wordpress.org/Function_Reference/post_class for what appears where */
/* see also http://codex.wordpress.org/Function_Reference/body_class */
/* More at:
   http://www.wpbeginner.com/wp-themes/default-wordpress-generated-css-cheat-sheet-for-beginners/
   http://wp.tutsplus.com/tutorials/creative-coding/working-with-classes-and-ids-generated-by-wordpress/
   http://digwp.com/2010/05/default-wordpress-css-styles-hooks/ (by Chris Coyier)
   
   
   */
body > header, body > footer, body.home article.entry-content .home-hero-text, body.post-type-archive-product main div[class*="-overview"] article, aside.featured-products div[class*="-overview"] article, body.blog main div[class*="-overview"] article,
body.blog main div.overview article,
.recent-news div.overview article {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
a:focus,
a:hover,
a:active {
  text-decoration: underline;
  
}

body.page main {
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: underline;
  
}
}

body > header a:focus,
body > header a:hover,
body > header a:active {
  text-decoration: underline;
  text-decoration: none;
}
*/
header nav a:focus,
header nav a:hover,
header nav a:active {
  text-decoration: none; }

footer .social a:focus, footer .socialicons a:focus,
footer .social a:hover,
footer .socialicons a:hover,
footer .social a:active,
footer .socialicons a:active {
  text-decoration: none; }

.read-all, body.post-type-archive-product .stackgroup {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.size-windowwidth, body.home article.entry-content .home-hero-text, .cycle-slideshow, .size-product-hero, aside.featured-products, aside.recent-news,
.style-windowwidth {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  position: relative;
  left: -50vw;
  max-width: 3000px !important; }
  @media only screen and (min-width: 3000px) {
    .size-windowwidth, body.home article.entry-content .home-hero-text, .cycle-slideshow, .size-product-hero, aside.featured-products, aside.recent-news,
    .style-windowwidth {
      left: -1500px; } }

.size-extrawidth,
.style-extrawidth {
  width: 1200px;
  margin-left: 50% !important;
  margin-right: 0 !important;
  position: relative;
  left: -600px;
  max-width: 100vw !important; }

.size-contentwidth,
.style-contentwidth {
  width: 100%; }

.videowrapper {
  clear: both;
  max-width: 3000px !important;
  	/*
  	position: relative;
  	left: 50%;
  	-webkit-transform: translateX(-50%);
  	transform: translateX(-50%);
  @media only screen and (min-width: 3000px) {
  		-webkit-transform: translateX(-1500px);
  	transform: translateX(-1500px);
  	}
  	*/
  width: 100%;
  text-align: center; }
  .videowrapper > div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
dl {
    display: flex;
    flex-flow: row wrap;
    border: solid #333;
    border-width: 1px 1px 0 0;
  }
  dt {
    flex-basis: 30%;
    white-space: nowrap;
    
    padding: 2px 4px;
    background: #333;
    text-align: right;
    color: #fff;
  }
  dd {
    flex-basis: 70%;
   // flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #333;
  }
  
  */
body > main {
  padding: 0 10px;
  min-height: calc( 100vh - 405px );
  margin: 0 auto;
  max-width: 1300px;
  color: #414747;
  font-size: 17px;
  line-height: 1.8; }

body.home > main {
  margin: 0 auto; }

body:not(.home) .entry-content {
  margin-top: 40px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #cdcdcd;
}

body > main > article > :not(.entry-content):last-child {
  margin-bottom: 0; }

.entry-title,
.page-title {
  text-align: center;
  margin: 120px auto;
  font-size: 1.6em; }

[class*="-overview"] .entry-title {
  margin: 0.67em 0; }

body > header {
  padding: 0 10px;
  margin: 0 auto;
  background: #414747;
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

body.home > header:not(.scrolled) {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

body.admin-bar > header {
  top: 32px; }

body > footer {
  padding: 0 10px;
  margin: 0 auto;
  background: #414747;
  color: white;
  width: 100%; }

body > footer {
  font-size: 1em; }
  @media only screen and (max-width: 1123px) {
    body > footer {
      text-align: center; }
      body > footer .links {
        margin: 1em 0;
        list-style: none;
        padding: 0; }
        body > footer .links li {
          margin: 0;
          list-style: none;
          padding: 0;
          display: block; }
      body > footer .acid {
        width: 200px;
        margin: 0 auto;
        font-size: 11px; }
        body > footer .acid img {
          display: block;
          margin-bottom: 1em; } }
  @media only screen and (max-width: 600px) {
    body > footer .links {
      font-size: 1.4em; }
      body > footer .links li {
        margin: 10px 0; } }
  @media only screen and (min-width: 1124px) {
    body > footer {
      position: relative;
      padding: 10px 60px 20px; }
      body > footer .search-form {
        float: left;
        width: 210px;
        margin: 1em 0 1em calc( 50% - 105px ); }

      body > footer .credit {
        /*
        position: absolute;
        left: 60px;
        top: 0;
        */
        margin: 0;
        text-align: center; }
      body > footer .socialicons {
        float: right;
        margin: 1em 0;
        font-size: 1.25em; }
        body > footer .socialicons li {
          margin-left: 9px; }
      body > footer .links {
        float: left;
        margin: 35px 0 1em;
        list-style: none;
        padding: 0; }
        body > footer .links li {
          margin: 0;
          list-style: none;
          padding: 0;
          display: block;
          margin-right: 2em; line-height: 30px;}
      body > footer .copyright {
        clear: both;
        margin: 0;
        text-align: center; }
      body > footer .acid {
        float: right;
        clear: right;
        width: 200px;
        margin: 0;
        font-size: 11px; }
        body > footer .acid img {
          display: block;
          margin-bottom: 1em; } }

.custom-logo-link {
  display: block;
  position: relative;
  z-index: 1000000;
  width: 170px;
  float: left;
  margin: 12px 20px; }
  @media only screen and (max-width: 890px) {
    .custom-logo-link {
      width: 152px;
      margin: 18px; } }
  .custom-logo-link img {
    width: 100%;
    height: 100%; }

body:not(.home) {
  padding-top: 91px; }

body.home article.entry-content .home-hero-text {
  background: #414747;
  color: white;
  padding: 100px 300px;
  text-align: center;
  font-size: 2.8em;
  font-weight: 500;
  /*
  @media only screen and (min-width: 1720px) {
  	font-size: 22px;
  	padding: 17px 26px 18px;
  }
  @media only screen and (max-width: 1260px) {
  	font-size: 16px; 
  	padding: 12px 18px 13px;
  }
  */
  /*
  @media only screen and (max-width: 600px) { 1260
  	font-size: 8px; 
  	padding: 6px 9px 7px;
  }
  */ }
  @media only screen and (max-width: 980px) {
    body.home article.entry-content .home-hero-text {
      padding: 60px 10px 60px;
      font-size: 1.6em; } }
  body.home article.entry-content .home-hero-text :first-child {
    margin-top: 0; }
  body.home article.entry-content .home-hero-text :last-child {
    margin-bottom: 0; }
  body.home article.entry-content .home-hero-text h2 {
    font-size: 1.6em;
    font-weight: 400; }

p.striking {
  font-size: 1.6em; }

/* main nav */
@media only screen and (min-width: 1140px) {
  body:not(.home) > header > nav > ul ul {
    background-color: #414747; }
  body:not(.home) > header > nav li li:hover {
    color: white; } }
@media only screen and (max-width: 1139px) {
  body > header {
    padding: 0 10px; } }
body > header > nav {
  /* a.assistive-text.visuallyhidden.focusable
     meaningful class name?
  */ }
  @media only screen and (max-width: 1139px) {
    body > header > nav {
      padding: 0;
      background-color: #414747;
      position: fixed !important;
      padding-bottom: 60px;
      top: -100%;
      bottom: auto;
      height: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      left: 0;
      right: 0;
      z-index: 10000 !important;
      transition: 0.3s; }
      body > header > nav.open {
        top: 0; }
        body > header > nav.open > ul {
          -webkit-overflow-scrolling: touch;
          display: block;
          margin-top: 8em;
          height: 100%;
          overflow-y: scroll; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav {
      padding: 18px 60px 11px 0;
      margin-right: 70px;
      float: right;
      font-size: 15px; } }
  body > header > nav .menu-toggle {
    display: block;
    cursor: pointer;
    color: white;
    width: 42px;
    height: 42px;
    font-size: 2em;
    overflow: hidden;
    margin: 10px;
    position: fixed;
    top: 17px;
    right: 20px; }
    @media only screen and (max-width: 413px) {
      body > header > nav .menu-toggle {
        right: 10px; } }
    @media only screen and (max-width: 374px) {
      body > header > nav .menu-toggle {
        font-size: 1.8em;
        right: 0; } }
    body > header > nav .menu-toggle::before {
      font-family: FontAwesome;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      *
					margin-right: .3em;
      text-decoration: inherit;
      display: block;
      text-align: center;
      speak: none;
      padding: 0;
      line-height: 42px; }
    @media only screen and (min-width: 1140px) {
      body > header > nav .menu-toggle {
        display: none; } }
  body > header > nav ul, body > header > nav li {
    list-style: none;
    padding: 0;
    margin: 0; }
  @media only screen and (max-width: 1139px) {
    body > header > nav > ul {
      display: none; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav > ul {
      display: block; } }
  @media only screen and (max-width: 1139px) {
    body > header > nav .menu-toggle {
      display: block; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav .menu-toggle {
      display: none; } }
  body > header > nav li li:hover {
    background: black; }
  @media only screen and (max-width: 1139px) {
    body > header > nav li {
      display: block; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav li {
      display: inline-block;
      position: relative;
      margin: 0 15px; }
      body > header > nav li ul {
        display: none;
        position: absolute;
        background: #414747;
        text-align: center;
        min-width: calc( 100% + 30px );
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        body > header > nav li ul li {
          display: block;
          margin: 0; }
      body > header > nav li:hover ul {
        display: block; } }
  @media only screen and (max-width: 1139px) {
    body > header > nav a {
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav a {
      border-top: 2px solid transparent;
      border-bottom: 2px solid transparent; } }
  @media only screen and (max-width: 1139px) {
    body > header > nav > ul > .current-menu-item > a, body > header > nav > ul > .current-menu-parent > a, body > header > nav > ul > .current-menu-ancestor > a {
      border-left: 5px solid black; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav > ul > .current-menu-item > a, body > header > nav > ul > .current-menu-parent > a, body > header > nav > ul > .current-menu-ancestor > a {
      background: black; } }
  @media only screen and (max-width: 1139px) {
    body > header > nav > ul > li:hover > a {
      border-left: 5px solid black; } }
  @media only screen and (min-width: 1140px) {
    body > header > nav > ul > li:hover > a {
      background: black; } }
  body > header > nav a {
    display: block;
    padding: 18px;
    text-align: center;
    white-space: nowrap; }
    @media only screen and (min-width: 1140px) {
      body > header > nav a {
        padding: 9px 12px; } }

@media only screen and (max-width: 1139px) {
  nav li, nav ul {
    position: relative; }

  body > header nav ul.sub-menu {
    top: 0; }

  .open-menu-link {
    display: none;
    position: absolute;
    right: 23px;
    top: 0;
    line-height: 4;
    cursor: pointer; }

  li .sub-menu {
    display: none; }

  .visible {
    display: block !important; }

  .open-menu-link:before {
    font-family: FontAwesome;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    speak: none;
    text-align: right;
    width: 100vw; }

  .open-menu-link.close:before {
    width: 50px; }

  .open-menu-link.open:before {
    content: "›"; }

  .open-menu-link.close:before {
    content: "›"; } }
@media only screen and (max-width: 1139px) {
  body.admin-bar > header > nav .menu-toggle {
    top: 68px; } }
@media only screen and (max-width: 782px) {
  body.admin-bar > header > nav .menu-toggle {
    top: 62px; } }
@media only screen and (max-width: 374px) {
  body.admin-bar > header > nav .menu-toggle {
    top: 60px; } }

body.home > header nav .menu-toggle span, body.home > header nav .menu-toggle span::before, body.home > header nav .menu-toggle span::after {
  background: #ccc;
  background: white; }

body > header nav .menu-toggle span, body > header nav .menu-toggle span::before, body > header nav .menu-toggle span::after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 21px;
  background: #353535;
  background: #eeeeee;
  position: absolute;
  display: block;
  content: ''; }

body > header nav .menu-toggle {
  height: 21px;
  width: 21px;
  cursor: pointer; }

body > header nav .menu-toggle span {
  top: 12px;
  left: 0;
  text-indent: -9999em; }

body > header nav .menu-toggle span::before {
  top: -6px; }

body > header nav .menu-toggle span::after {
  bottom: -6px; }

body > header nav .menu-toggle span, body > header nav .menu-toggle span:before, body > header nav .menu-toggle span:after {
  transition: all 250ms ease-in-out; }

body > header nav .menu-toggle.active span,
body > header nav.open .menu-toggle span {
  background-color: transparent; }

body > header nav .menu-toggle.active span:before,
body > header nav .menu-toggle.active span:after,
body > header nav.open .menu-toggle span:before,
body > header nav.open .menu-toggle span:after {
  top: 0; }

body > header nav .menu-toggle.active span:before,
body > header nav.open .menu-toggle span:before {
  transform: rotate(45deg); }

body > header nav .menu-toggle.active span:after,
body > header nav.open .menu-toggle span:after {
  transform: rotate(-45deg); }

body > header nav .menu-toggle span,
body.home > header nav .menu-toggle span,
body > header nav .menu-toggle:hover span,
body.home > header nav .menu-toggle:hover span {
  background-color: transparent;
  top: 14px; }

body > header nav .menu-toggle span, body > header nav .menu-toggle span::before, body > header nav .menu-toggle span::after {
  height: 2px;
  width: 30px; }

body > header nav .menu-toggle {
  width: 30px;
  height: 30px; }

body > header nav .menu-toggle span::before {
  top: -10px; }

body > header nav .menu-toggle span::after {
  bottom: -8px; }

body > header div.utility {
  font-size: 1.4em; }

body.home > header div.utility,
body > header div.utility {
  right: 73px; }

@media only screen and (min-width: 600px) {
  body.home > header div.utility,
  body > header div.utility {
    right: 102px;
    line-height: 5; } }
/* Top-level slideshow */
.cycle-slideshow {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100vh; }
  .cycle-slideshow .cycle-slide {
    width: 100%;
    height: 100%; }
    .cycle-slideshow .cycle-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .cycle-slideshow .cycle-slide div {
      position: absolute;
      /*
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      */
      color: white;
      width: 80vw;
      text-align: center; }
      .cycle-slideshow .cycle-slide div h2 {
        font-weight: 700;
        letter-spacing: 2px;
        text-shadow: 0px 0px 20px #555;
        margin: 0 0 42px 0;
        /*
        @media only screen and (max-width: 800px) {
        	font-size: 60px;
        }
        */
        font-size: 6.9767vw; }
        @media only screen and (min-width: 1720px) {
          .cycle-slideshow .cycle-slide div h2 {
            font-size: 120px; } }
        @media only screen and (max-width: 600px) {
          .cycle-slideshow .cycle-slide div h2 {
            font-size: 42px; } }
    .cycle-slideshow .cycle-slide.middle div {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .cycle-slideshow .cycle-slide.left div {
      text-align: left;
      left: 10%;
      top: 50%;
      width: 45vw;
      min-width: 300px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .cycle-slideshow .cycle-slide.right div {
      text-align: right;
      right: 10%;
      top: 50%;
      width: 45vw;
      min-width: 300px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.cycle-prev, .cycle-next {
  position: absolute;
  z-index: 100;
  top: 50%;
  color: white;
  background: #888;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  border-radius: 50%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  font-size: 35px;
  line-height: 32px; }

.cycle-prev {
  right: 100%;
  margin-right: 50px;
  padding-right: 5px;
  left: 7%;
  right: auto;
  color: black;
  background: rgba(255, 255, 255, 0.9); }

.cycle-prev, .cycle-next {
  position: static;
  padding: 0;
  margin: 0;
  display: inline;
  background: #D7D7D7; }

body.home .cycle-prev, body.home .cycle-next {
  position: absolute;
  z-index: 300;
  color: white;
  background: rgba(158, 169, 182, 0.1);
  font-size: 76px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  margin-top: -30px;
  margin-top: 0; }

body.home .cycle-prev {
  left: 10px;
  padding: 0 10px 10px 0; }

body.home .cycle-next {
  right: 10px;
  padding: 0 0 10px 10px; }

body.home .cycle-prev svg,
body.home .cycle-next svg {
  width: 70%;
  height: 70%;
  position: relative;
  top: -3px;
  left: 3px; }
body.home .cycle-prev:hover,
body.home .cycle-next:hover {
  background: rgba(158, 169, 182, 0.5); }

body.home .cycle-next svg {
  left: -3px; }

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 299;
  position: absolute;
  bottom: 0;
  padding: 23px 42px;
  right: 0;
  overflow: hidden; }

.cycle-pager > * {
  cursor: pointer; }

.cycle-pager span {
  font-family: arial;
  font-size: 30px;
  width: 9px;
  height: 9px;
  display: inline-block;
  color: #333;
  cursor: pointer;
  border: 2px solid transparent;
  background: #C6C1B0;
  text-indent: -90px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 6px; }

.cycle-pager span.cycle-pager-active, .cycle-pager span:hover {
  color: white;
  background: #D3B355; }

.cycle-slideshow a.button {
  border-radius: 200px;
  padding: 17px 26px 18px;
  border: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  color: #414747;
  font-size: 22px;
  transition: all .3s;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: calc( 6 * ( 100vw - 1260px ) / 1120 + 16px );
  padding: calc( 5 * ( 100vw - 1260px ) / 1260 + 12px ) calc( 8 * ( 100vw - 600px ) / 1260 + 18px ) calc( 5 * ( 100vw - 1260px ) / 1260 + 13px );
  /*
  @media only screen and (max-width: 600px) { 1260
  	font-size: 8px; 
  	padding: 6px 9px 7px;
  }
  */ }
  @media only screen and (min-width: 1720px) {
    .cycle-slideshow a.button {
      font-size: 22px;
      padding: 17px 26px 18px; } }
  @media only screen and (max-width: 1260px) {
    .cycle-slideshow a.button {

      font-size: 16px;
      padding: 12px 18px 13px; } }
  .cycle-slideshow a.button:hover {
    border: none !important;
    background: white !important;
    color: #414747 !important; }

/* Social Icons */
/* FONT PATH
 * -------------------------- */
 /*
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=3.2.1');
  src: url('font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/* something like:

$foreground: $darkgrey;
$background: $lightgrey;
$branded: true;

then standard code handling colouring

*/
/* changing the parent ems still throws the icons off centre :-S 
   Maybe just need to convert all pixel values here to ems too?

*/
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-size: 1.5em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  position: relative;
  display: inline-block;
  width: 1.666em;
  width: 38px;
  height: 38px; }
  [class^="icon-"] span,
  [class*=" icon-"] span {
    display: none; }
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    color: white;
    background: #414747;
    padding: 10px;
    text-decoration: inherit;
    speak: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-indent: 0; }
    body > footer [class^="icon-"]:before,
    body > footer [class*=" icon-"]:before {
      color: white;
      position: absolute;
      box-sizing: border-box;
      vertical-align: middle; }
  [class^="icon-"]:hover:before,
  [class*=" icon-"]:hover:before {
    background-color: #e4e4e4;
    color: white; }

.icon-twitter:before,
ul.social a[href*="twitter"]:before,
ul.socialicons a[href*="twitter"]:before {
  content: "\f099"; }

.icon-facebook:before,
ul.social a[href*="facebook"]:before,
ul.socialicons a[href*="facebook"]:before {
  content: "\f09a"; }

.icon-instagram:before,
ul.social a[href*="instagram"]:before,
ul.socialicons a[href*="instagram"]:before {
  content: "\f16d"; }

.icon-linkedin:before,
ul.social a[href*="linkedin"]:before,
ul.socialicons a[href*="linkedin"]:before {
  content: "\f0e1"; }

ul.social li, ul.socialicons li {
  display: inline; }

/* Brand colours on transparent inverting to white on brand square.  With captions. */
.icon-linkedin:before {
  content: "\f0e1"; }

.icon-envelope:before {
  content: "\f0e0"; }

/*.icon-envelope:hover:before {
  
  background-color: #D9B729;
  color: white;
}*/
.icon-envelope-o::before {
  content: "\f003";
  line-height: 1; }

.icon-angle-double-down::before {
  content: "\f103";
  font-size: 1.2em !important;
  line-height: 0.9; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-envelope:before {
  content: "\f0e0"; }

/*.icon-envelope:hover::before {
  border-color: $red;
  background-color: $red;
color: white;
}*/
.icon-google-plus:before {
  content: "\f0d5"; }

.icon-google-plus:hover::before {
  color: #dd4b39;
  border-color: #dd4b39;
  background-color: #dd4b39;
  color: white; }

.icon-youtube:before {
  content: "\f167"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-instagram:before {
  content: "\f16d"; }

/*.icon-instagram:hover::before {
  color: #517fa4;
  border-color: #517fa4;
  background-color: #517fa4;
color: white;
}*/
.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest:hover::before {
  background-color: #cb2027;
  color: white;
  border-color: #cb2027; }

.icon-vimeo:before {
  content: "\f27d"; }

.icon-vimeo:hover::before {
  background-color: #1ab7ea;
  color: white;
  border-color: #1ab7ea; }

footer .social a, footer .socialicons a,
footer .socialicons a {
  width: 34px !important;
  height: 34px !important; }
  footer .social a::before, footer .socialicons a::before,
  footer .socialicons a::before {
    color: #414747;
    background: white; }

footer .social, footer .socialicons {
  padding: 10px 0;
  line-height: 2.5;
  list-style-type: none;
  margin-top: 0; }

footer .social a, footer .socialicons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  text-align: center;
  font-weight: 100;
  font-size: 1em;
  line-height: 1.8;
  /* space between icon and label */ }

footer .social a::before, footer .socialicons a::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 1em;
  line-height: 34px;
  font-family: FontAwesome;
  font-weight: normal; }

footer .social a:focus, footer .socialicons a:focus,
footer .social a:hover,
footer .socialicons a:hover,
footer .social a:active,
footer .socialicons a:active {
  text-decoration: none; }
  footer .social a:focus::before, footer .socialicons a:focus::before,
  footer .social a:hover::before,
  footer .socialicons a:hover::before,
  footer .social a:active::before,
  footer .socialicons a:active::before {
    background: #e4e4e4 !important;
    color: white !important; }
  footer .social a:focus span, footer .socialicons a:focus span,
  footer .social a:hover span,
  footer .socialicons a:hover span,
  footer .social a:active span,
  footer .socialicons a:active span {
    text-decoration: none;
    color: inherit; }

footer .social a span, footer .socialicons a span {
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 3px;
  display: none; }

.share-product a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 16px 0 0;
  text-align: center;
  font-weight: 100;
  font-size: 1em;
  line-height: 1.8;
  /* space between icon and label */
  width: 28px !important;
  height: 28px !important; }
.share-product a::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  font-size: 0.8em;
  line-height: 28px;
  font-family: FontAwesome;
  font-weight: normal;
  padding: 0; }

body.single-product .entry-content > h2:first-child {
  width: 50%;
  float: right;
  font-weight: 400; }
body.single-product .entry-content::after {
  content: '';
  clear: both;
  display: block; }
@media only screen and (min-width: 830px) {
  body.single-product .entry-images-wrap {
    width: 45%;
    margin-right: 5%;
    float: left; } }
body.single-product .entry-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  body.single-product .entry-thumbnail img {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: contain;
    position: absolute; }
body.single-product .entry-images-wrap img {
  width: 100%; }
body.single-product ul.entry-images {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  body.single-product ul.entry-images li {
    display: inline-block;
    width: calc( 33.3333% - 40px / 3 );
    margin: 20px 0;
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 200px;
    cursor: pointer; }
    body.single-product ul.entry-images li:nth-child(3n+2) {
      margin: 20px; }
    body.single-product ul.entry-images li.activethumb, body.single-product ul.entry-images li:hover {
      background: #414747; }
    body.single-product ul.entry-images li img {
      display: none; }
@media only screen and (min-width: 830px) {
  body.single-product .entry-info {
    width: 50%;
    float: right;
    margin-bottom: 60px; }
    body.single-product .entry-info :first-child {
      margin-top: 0; } }
body.single-product .share-product {
  font-weight: 400; }

body.post-type-archive-product main div[class*="-overview"] {
  width: 1860px;
  padding: 0 16px;
  box-sizing: border-box;
  /*
  margin-left: 50% !important;
  margin-right: 0 !important;
  position: relative;
  left: -600px;
  max-width: 100vw !important;
  */
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (max-width: 1029px) {
    body.post-type-archive-product main div[class*="-overview"] {
      padding: 0;
      width: calc( 100vw - 10px );
      /*
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      */ } }
  body.post-type-archive-product main div[class*="-overview"] article {
    display: inline-block;
    margin: 0 15px 30px;
    vertical-align: top; }
    @media only screen and (min-width: 1030px) {
      body.post-type-archive-product main div[class*="-overview"] article {
        width: calc( 25% - 30px - 8px ); } }
    @media only screen and (max-width: 1029px) {
      body.post-type-archive-product main div[class*="-overview"] article {
        width: calc( 50% - 10px );
        margin: 0 5px 10px; } }
    body.post-type-archive-product main div[class*="-overview"] article .entry-meta {
      background: transparent;
      border: 1px solid transparent;
      text-align: center; }
      body.post-type-archive-product main div[class*="-overview"] article .entry-meta * {
        margin: 0.67em 10px;
        line-height: 1; }
    body.post-type-archive-product main div[class*="-overview"] article .entry-thumbnail img {
      width: 100%; }
    body.post-type-archive-product main div[class*="-overview"] article h1.entry-title {
      font-size: 1.2em;
      font-weight: bold;
      height: 32px; }
    body.post-type-archive-product main div[class*="-overview"] article a {
      text-decoration: none; }
    body.post-type-archive-product main div[class*="-overview"] article:hover {
      outline: 1px solid #e4e4e4;
      outline-offset: 10px; }

aside.featured-products {
  background: white; }
  aside.featured-products > h2 {
    text-align: center;
    margin: 120px auto;
    font-size: 1.6em;
    font-weight: 400; }
  aside.featured-products div[class*="-overview"] {
    width: 1420px;
    /*
    margin-left: 50% !important;
    margin-right: 0 !important;
    position: relative;
    left: -600px;
    max-width: 100vw !important;
    */
    max-width: 100vw !important;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    aside.featured-products div[class*="-overview"] article {
      display: inline-block;
      margin: 0 30px 60px;
      vertical-align: top; }
      @media only screen and (min-width: 830px) {
        aside.featured-products div[class*="-overview"] article {
          width: calc( 33.3333% - 60px ); } }
      @media only screen and (max-width: 829px) {
        aside.featured-products div[class*="-overview"] article {
          width: calc( 100% - 60px ); } }
      aside.featured-products div[class*="-overview"] article .entry-meta {
        background: #F3F4EE;
        border: 1px solid #F3F4EE;
        text-align: center; }
        aside.featured-products div[class*="-overview"] article .entry-meta * {
          margin: 0.67em 10px;
          line-height: 1; }
      aside.featured-products div[class*="-overview"] article .entry-thumbnail img {
        width: 100%; }
      aside.featured-products div[class*="-overview"] article h1.entry-title {
        font-size: 0.8em;
        font-weight: bold;
        height: 32px; }
      aside.featured-products div[class*="-overview"] article a {
        text-decoration: none; }
      aside.featured-products div[class*="-overview"] article:hover .entry-meta {
        background: #e4e4e4;
        border-color: #e4e4e4;
        color: white; }

.read-all {
  margin: 0 0 90px;
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
  padding: 13px 20px;
  border-radius: 100px; }
  .read-all:focus, .read-all:hover, .read-all:active {
    text-decoration: none;
    background: #e4e4e4;
    color: white; }

body.single-product .entry-title {
  text-align: left;
  margin: 1em 0;
  font-size: 1.9em; }

#toc {
  text-align: center;
  background: #f0f0f0;
  color: #414747;
  margin: 0px 0 0 50%;
  transform: translateX(-50%);
  width: 100vw; }
  #toc > button {
    display: none; }
  #toc ul, #toc li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #toc li {
    display: inline-block; }
  #toc a {
    text-decoration: none;
    padding: 32px 15px;
    display: block; }
  #toc a:focus, #toc a:hover, #toc a:active {
    color: #414747; }
  #toc li:hover > a,
  #toc a.current, #toc:not(.stuck) li:first-child a {
    background: #e4e4e4;
    color: #414747; }
  #toc.stuck {
    position: fixed;
    top: 91px;
    left: 0;
    z-index: 10; }
  body.admin-bar #toc.stuck {
    top: calc( 91px + 32px ); }

.toc-wrapper {
  clear: both;
  margin: 50px 0;
  width: 100%; }

/* Mobile TOC */
/*
@media only screen and (min-width: 1080px) and (max-width: 1170px) { // counteract earlier rule 
	#toc, main > .sticky-wrapper {
		display: block;
	}
}

@media only screen and (min-width: 1080px) {
	#toc button {
		display: none;
	}
}
*/
@media only screen and (min-width: 1140px) and (max-width: 1170px) {
  /* counteract earlier rule */
  #toc, main > .sticky-wrapper {
    display: block; } }
@media only screen and (min-width: 1140px) {
  #toc button {
    display: none; } }
@media only screen and (max-width: 1139px) {
  #toc, #toc.stuck {
    position: fixed;
    top: 151px;
    top: 73px;
    /* mobile */
    width: 0;
    transition: width 0.5s ease;
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 1000;
    margin-left: 0;
    transform: translateX(0);
    /* background: #2d3a44; */
    /* add opacity */
    background: rgba(65, 71, 71, 0.9);
    display: block; }

  body.admin-bar #toc,
  body.admin-bar #toc.stuck,
  body.admin-bar #toc.mobile-show,
  body.admin-bar #toc.mobile-show.stuck {
    top: calc( 73px + 32px ); }

  #toc.mobile-show, #toc.mobile-show.stuck {
    width: 50%; }

  header:not(.scrolled) ~ main #toc,
  header:not(.scrolled) ~ main #toc.stuck {
    position: absolute;
    top: -18px; }

  #toc ul {
    width: 50vw;
    margin-top: 32px;
    text-align: left; }

  main > .sticky-wrapper, .toc-wrapper {
    /* change JS to only trigger waypoints when wide? */
    height: auto !important;
    display: block; }

  /*
  @media only screen and (max-width: 1170px)
  #toc, main > .sticky-wrapper {
  display: none;
  }
  */
  #toc li {
    display: block;
    margin: 12px 12px;
    text-align: left; }

  #toc a {
    color: white;
    border: none;
    border-radius: 0;
    /*border-bottom: 1px solid white;*/
    text-transform: none;
    font-size: 0.95em;
    padding: 9px 18px 10px;
    font-weight: 300; }

  #toc a:hover, #toc a.current {
    text-decoration: none;
    outline: none; }

  #toc ul::before {
    /*content: 'Jump to&hellip;';*/
    content: 'Jump to\2026';
    color: white;
    font-size: 0.6em;
    margin-left: 30px; }

  #toc button {
    position: fixed;
    z-index: 1000;
    top: 22px;
    right: 26px;
    display: block;
    text-indent: -9999em;
    width: 37px;
    height: 37px;
    border: none;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.5s ease;
    border-radius: 100px; }

  /*
  #toc button::before {
  	content: "\f105";
  	font-family: FontAwesome;
  	-webkit-font-smoothing: antialiased;
  }
  */
  #toc button::before, #toc button::after {
    position: absolute;
    left: 18px;
    top: 10px;
    content: ' ';
    height: 16px;
    width: 1px;
    background-color: white; }

  #toc button::before {
    transform: rotate(90deg);
    transition: transform 0.5s ease; }

  #toc button::after {
    transform: rotate(0);
    transition: transform 0.5s ease; }

  #toc.mobile-show button {
    background: transparent; }

  #toc.mobile-show button::before {
    transform: rotate(45deg); }

  #toc.mobile-show button::after {
    transform: rotate(-45deg); }

  /* Fix layers */
  /* When not scrolled the vignette blocks the TOC links
     But when scrolled the main element covers the header unless header.fixed is relayered
   */
  .headerImage {
    position: relative;
    z-index: 1; }

  body > header {
    z-index: 2;
    z-index: 20; }

  body > header.fixed {
    z-index: 20; }

  body:not(.header-image) > main {
    position: relative;
    z-index: 1; } }
/* Mobile TOC */
.colour-marker {
  text-indent: -9999em;
  width: 1em;
  display: inline-block;
  height: 1em;
  border-radius: 100px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  border: 3px solid white; }
  .colour-marker:hover::before, .colour-marker.activethumb::before {
    content: '';
    display: block;
    background-color: #414747;
    position: absolute;
    width: calc( 1em + 8px );
    height: calc( 1em + 8px );
    border-radius: 100px;
    z-index: -1;
    top: -4px;
    left: -4px; }

@media only screen and (min-width: 1140px) {
  #specifications > div {
    columns: 2;
    column-gap: 40px;
    column-rule: 1px solid #cbcbcb; } }
#specifications table {
  width: 100%;
  font-size: .8em; }

#specifications td {
  vertical-align: top;
  text-align: left;
  width: 50%;
  padding: .5em 0; }

#specifications tr > td:nth-child(1) {
  color: #9b9c9e;
  text-transform: uppercase; }

#specifications tr > td:nth-child(1) h3 {
  color: #424244;
  text-transform: capitalize; }

#specifications tr > th {
  color: #9b9c9e;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left; }

@media only screen and (max-width: 600px) {
  #specifications tr > th,
  #specifications td {
    width: 100%;
    display: block; } }
#dimensions {
  position: relative;
  background: #EEEFF0;
  text-align: center;
  padding-bottom: 50vw;
  padding-top: 1px;
  max-width: none;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  /*
  img {
  	max-width: none;
  	width: 100vw;
  	margin-left: 50%;
  	transform: translateX(-50%);
  }
  */ }
  #dimensions h2 {
    text-align: left;
    max-width: 1300px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto; }
  #dimensions figure {
    display: inline-block; }
  #dimensions button {
    margin-bottom: 0; }
  #dimensions img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%); }

.single-product > main > article > section {
  margin-top: 60px;
  margin-bottom: 60px; }

body.single-product .product-quantity {
  position: relative;
  display: inline-block;
  top: -2px;
  margin-right: 10px; }

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

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

.add-to-basket label.product-quantity input {
  width: 32px;
  height: 32px;
  line-height: 1;
  display: inline-block;
  padding: 0;
  margin: 0 40px;
  border: 1px solid #414747;
  border-radius: 0;
  color: #414747; }

.product-quantity input:focus {
  outline: 0; }

.quantity-button {
  position: relative;
  cursor: pointer;
  border: 1px solid #414747;
  width: 32px;
  text-align: center;
  color: #414747;
  font-size: 18px;
  font-weight: normal;
  line-height: 33px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .quantity-button:hover {
    background-color: #414747;
    color: white; }

.quantity-button.quantity-up {
  position: absolute;
  bottom: auto;
  height: 32px;
  right: 0;
  top: 0; }

.quantity-button.quantity-down {
  position: absolute;
  bottom: auto;
  height: 32px;
  left: 0;
  top: 0; }

@media only screen and (min-width: 860px) {
  .media-object.auto:nth-child(even) img, .media-object.auto:nth-child(even) .videowrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }
.highlightedfeatures {
  /*
  &::first-line {
  	text-decoration: underline overline 5px blue;
  }
  
  figure::before {
  	//border-top: none;
  	content: '';
  	width: 100%;
  	height: 1px;
  	background: grey;
  	display: block;
  	position: absolute;
  	bottom: 0;
  }
  
  
  &::first-line figure::before {
  	//border-top: none;
  	display: none;
  	text-decoration: underline;
  }
  */
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  */
  width: 100%;
  margin: 60px auto;
  padding: 0 calc( 50vw - 480px );
  margin-left: 50%;
  transform: translateX(-50%);
  background: #F6F6F6; }
  .highlightedfeatures figure {
    position: relative;
    display: inline-block;
    width: 12%;
    margin: 0;
    padding: 65px 0;
    padding-right: 10%;
    text-align: center;
    vertical-align: top;
    /*
    &:nth-child(5n) {
    	padding-right: 0;
    }
    
    &:nth-child(-n+5) {
    	border-bottom: 1px solid #D6D7D7;
    }
    */ }
  .highlightedfeatures[data-count="8"] figure:first-child::after, .highlightedfeatures[data-count="9"] figure:first-child::after, .highlightedfeatures[data-count="10"] figure:first-child::after, .highlightedfeatures[data-count="11"] figure:first-child::after, .highlightedfeatures[data-count="12"] figure:first-child::after {
    content: '';
    display: block;
    width: 100vw;
    height: 0;
    border-bottom: 1px solid #D6D7D7;
    position: absolute;
    bottom: 0;
    left: 0; }
  .highlightedfeatures[data-count="4"] figure {
    width: 16%;
    padding-right: 12%; }
    .highlightedfeatures[data-count="4"] figure:nth-child(4n) {
      padding-right: 0; }
  .highlightedfeatures[data-count="5"] figure {
    width: 12%;
    padding-right: 10%; }
    .highlightedfeatures[data-count="5"] figure:nth-child(5n) {
      padding-right: 0; }
  .highlightedfeatures[data-count="6"] figure {
    width: 10%;
    padding-right: 8%; }
    .highlightedfeatures[data-count="6"] figure:nth-child(6n) {
      padding-right: 0; }
  .highlightedfeatures[data-count="7"] figure {
    width: 10%;
    padding-right: 5%; }
    .highlightedfeatures[data-count="7"] figure:nth-child(7n) {
      padding-right: 0; }
  .highlightedfeatures[data-count="8"] figure {
    width: 16%;
    padding-right: 12%; }
    .highlightedfeatures[data-count="8"] figure:nth-child(4n) {
      padding-right: 0; }
      .highlightedfeatures[data-count="8"] figure:nth-child(4n)::after {
        content: '';
        display: block;
        width: calc( 50vw - 480px );
        height: 0;
        border-bottom: 1px solid #F6F6F6;
        position: absolute;
        bottom: 0;
        left: 100%; }
  .highlightedfeatures[data-count="9"] figure, .highlightedfeatures[data-count="10"] figure {
    width: 12%;
    padding-right: 10%; }
    .highlightedfeatures[data-count="9"] figure:nth-child(5n), .highlightedfeatures[data-count="10"] figure:nth-child(5n) {
      padding-right: 0; }
      .highlightedfeatures[data-count="9"] figure:nth-child(5n)::after, .highlightedfeatures[data-count="10"] figure:nth-child(5n)::after {
        content: '';
        display: block;
        width: calc( 50vw - 480px );
        height: 0;
        border-bottom: 1px solid #F6F6F6;
        position: absolute;
        bottom: 0;
        left: 100%; }
  .highlightedfeatures[data-count="11"] figure, .highlightedfeatures[data-count="12"] figure {
    width: 10%;
    padding-right: 8%; }
    .highlightedfeatures[data-count="11"] figure:nth-child(6n), .highlightedfeatures[data-count="12"] figure:nth-child(6n) {
      padding-right: 0; }
      .highlightedfeatures[data-count="11"] figure:nth-child(6n)::after, .highlightedfeatures[data-count="12"] figure:nth-child(6n)::after {
        content: '';
        display: block;
        width: calc( 50vw - 480px );
        height: 0;
        border-bottom: 1px solid #F6F6F6;
        position: absolute;
        bottom: 0;
        left: 100%; }
  @media only screen and (max-width: 950px) {
    .highlightedfeatures figure {
      width: 45% !important;
      padding: 5% 10% 5% 0 !important; }
      .highlightedfeatures figure:nth-child(5n) {
        padding: 5% 10% 5% 0 !important; }
      .highlightedfeatures figure:nth-child(n+6) {
        border-top: none !important; }
      .highlightedfeatures figure:nth-child(2n) {
        padding-right: 0 !important; }
      .highlightedfeatures figure::after {
        display: none !important; } }
  .highlightedfeatures img {
    height: 40px;
    width: auto; }
  .highlightedfeatures figcaption {
    font-weight: 700;
    font-size: 0.8em;
    margin-top: 0.5em; }

body.single-post .entry-content > h2:first-child {
  width: 50%;
  float: right;
  font-weight: 400; }
body.single-post .entry-images-wrap {
  width: 45%;
  margin-right: 5%;
  float: left; }
body.single-post ul.entry-images {
  list-style: none;
  margin: 0;
  padding: 0; }
  body.single-post ul.entry-images li {
    display: inline-block;
    width: calc( 33.3333% - 40px / 3 );
    margin: 20px 0; }
    body.single-post ul.entry-images li:nth-child(3n+2) {
      margin: 20px; }
body.single-post .entry-info {
  width: 50%;
  float: right; }

body.blog main div[class*="-overview"],
body.blog main div.overview,
.recent-news div.overview {
  width: 1420px;
  /*
  margin-left: 50% !important;
  margin-right: 0 !important;
  position: relative;
  left: -600px;
  max-width: 100vw !important;
  */
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  body.blog main div[class*="-overview"] article,
  body.blog main div.overview article,
  .recent-news div.overview article {
    display: inline-block;
    margin: 0 30px 60px;
    vertical-align: top; }
    @media only screen and (min-width: 830px) {
      body.blog main div[class*="-overview"] article,
      body.blog main div.overview article,
      .recent-news div.overview article {
        width: calc( 25% - 60px ); } }
    @media only screen and (max-width: 829px) {
      body.blog main div[class*="-overview"] article,
      body.blog main div.overview article,
      .recent-news div.overview article {
        width: calc( 50% - 60px ); } }
    @media only screen and (max-width: 600px) {
      body.blog main div[class*="-overview"] article,
      body.blog main div.overview article,
      .recent-news div.overview article {
        width: calc( 100% - 60px ); } }
    body.blog main div[class*="-overview"] article .entry-meta,
    body.blog main div.overview article .entry-meta,
    .recent-news div.overview article .entry-meta {
      background: #F3F4EE;
      border: 1px solid #F3F4EE;
      text-align: left; }
      body.blog main div[class*="-overview"] article .entry-meta *,
      body.blog main div.overview article .entry-meta *,
      .recent-news div.overview article .entry-meta * {
        margin: 0 10px;
        line-height: 1.15; }
    body.blog main div[class*="-overview"] article .entry-thumbnail img,
    body.blog main div.overview article .entry-thumbnail img,
    .recent-news div.overview article .entry-thumbnail img {
      width: 100%; }
    body.blog main div[class*="-overview"] article .entry-date,
    body.blog main div.overview article .entry-date,
    .recent-news div.overview article .entry-date {
      font-size: 0.95em;
      color: #D3D4D0; }
    body.blog main div[class*="-overview"] article h1.entry-title,
    body.blog main div.overview article h1.entry-title,
    .recent-news div.overview article h1.entry-title {
      font-size: 0.8em;
      font-weight: bold;
      text-align: left;
      letter-spacing: 1px;
      margin: 0.67em 10px 0.3em; }
    body.blog main div[class*="-overview"] article a,
    body.blog main div.overview article a,
    .recent-news div.overview article a {
      text-decoration: none; }
    body.blog main div[class*="-overview"] article:hover .entry-meta,
    body.blog main div.overview article:hover .entry-meta,
    .recent-news div.overview article:hover .entry-meta {
      background: #e4e4e4;
      border-color: #e4e4e4;
      color: white; }
    body.blog main div[class*="-overview"] article .read-more,
    body.blog main div.overview article .read-more,
    .recent-news div.overview article .read-more {
      margin-top: 1em;
      margin-bottom: 1em;
      font-size: 0.8em; }

aside.recent-news {
  background: #F3F4EF; }
  aside.recent-news > h2 {
    text-align: center;
    margin: 120px auto;
    font-size: 1.6em;
    font-weight: 400; }

.read-all {
  margin: 0 0 90px;
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
  padding: 13px 20px;
  border-radius: 100px; }
  .read-all:focus, .read-all:hover, .read-all:active {
    text-decoration: none;
    background: #e4e4e4;
    color: white; }

ul.ribbon, ul.stack {
  list-style-type: none;
  padding: 0;
  margin: 1.2em 0 2.2em;
  text-align: center;
  font-size: 0.85em; }

ul.ribbon li {
  display: inline-block;
  margin: 5px 5px 5px 0; }

ul.stack li {
  display: block;
  margin: 5px auto;
  text-align: center; }

ul.ribbon a, ul.stack a {
  display: inline-block;
  padding: 5px 20px 5px;
  background: transparent;
  color: white;
  text-decoration: none; }

ul.ribbon a:hover, ul.ribbon a.current,
ul.stack a:hover, ul.stack a.current {
  background: gray;
  color: white !important; }

button {
  display: block;
  margin: 0 auto 1em; }

.stack {
  display: none; }

ul.stack span {
  display: none;
  font-size: 18px; }

button.stacker {
  margin: 1em 0 1em 50%;
  transform: translateX(-50%); }

button.stacker {
  background: none;
  border: 0;
  color: inherit;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  padding: 5px 20px 5px;
  background: #414747;
  color: white;
  font-size: 0.9em;
  text-decoration: none; }

body.post-type-archive-case-study ul.stack, body ul.stack {
  font-size: 17px;
  margin-top: 0; }
  body.post-type-archive-case-study ul.stack li, body ul.stack li {
    margin: 10px auto; }
  body.post-type-archive-case-study ul.stack a, body ul.stack a {
    background: transparent;
    color: #414747;
    border: 1px solid #414747;
    padding: 15px 20px;
    padding: 14px 24px 11px;
    display: block;
    border-radius: 100px; }
    body.post-type-archive-case-study ul.stack a.is-checked, body.post-type-archive-case-study ul.stack a:hover, body ul.stack a.is-checked, body ul.stack a:hover {
      color: white !important;
      border-color: #414747 !important;
      background-color: #414747 !important; }

@media only screen and (min-width: 1000px) {
  body ul.stack li {
    display: inline-block;
    margin: 5px 24px; }

  button.stacker {
    display: none; }

  ul.stack {
    display: block;
    margin: 0; } }
body.post-type-archive-project ul.stack a {
  display: block;
  border: none;
  text-align: left;
  background: white; }
  body.post-type-archive-project ul.stack a:hover {
    background: #3B3C3D; }
body.post-type-archive-project ul.stack li {
  display: block;
  margin: 0; }
body.post-type-archive-project ul.stack {
  position: absolute;
  z-index: 100;
  display: none;
  border: 1px solid #a4a5a6;
  border-top: none; }
body.post-type-archive-project div.stackgroup {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px; }
body.post-type-archive-project button.stacker {
  display: block;
  background: transparent;
  color: #a4a5a6;
  border: 1px solid #a4a5a6;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 20px;
  display: block;
  width: 100%;
  transform: none;
  margin: 0;
  text-align: left;
  position: relative; }
  body.post-type-archive-project button.stacker:focus, body.post-type-archive-project button.stacker:hover, body.post-type-archive-project button.stacker:active {
    color: #3B3C3D;
    outline: none; }
  body.post-type-archive-project button.stacker::after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin: 0 auto;
    vertical-align: middle;
    speak: none;
    content: "\f0dd";
    font-size: 2em;
    /*
    font-size: 3em !important;
    padding: 7px 5px 3px;
    width: 0.9em;
    height: 0.9em;
    line-height: 1.2;
    */
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    margin-top: -4px; }
body.post-type-archive-project .stackers {
  text-align: center;
  margin: 0 0 60px; }

body.post-type-archive-product .stackgroup {
  text-align: center;
  margin: 60px 0;
  width: 990px; }

body.post-type-archive-product .stack {
  display: inline-block !important; }

body.post-type-archive-product button.stacker {
  display: none !important; }

body.post-type-archive-project .stackgroup {
  width: 264px !important; }
  body.post-type-archive-project .stackgroup ul.stack {
    width: 262px !important; }

table.cart td,
table#cart td {
  padding: 5px 0; }

table.cart td.product-delete,
table#cart td.product-delete {
  padding-left: 5px; }

table.cart td.product-thumb,
table.cart td.product-name,
table.cart td.product-delete,
table#cart td.product-thumb,
table#cart td.product-name,
table#cart td.product-delete {
  text-align: left; }

table.cart td.product-price,
table.cart td.product-subtotal,
table#cart td.product-price,
table#cart td.product-subtotal {
  text-align: right; }

table.cart td.product-quantity,
table#cart td.product-quantity {
  text-align: right;
  padding-left: 20px; }

table.cart td.product-quantity .control,
table#cart td.product-quantity .control {
  display: inline-block;
  padding-left: 3px; }

table.cart tr.total td,
table.cart tr.delivery td,
table#cart tr.total td,
table#cart tr.delivery td {
  text-align: right; }

table.cart tr,
table#cart tr {
  border-bottom: 1px solid;
  border-top: 1px solid; }

table.cart img,
table#cart img {
  max-width: 150px; }
  @media only screen and (max-width: 760px) {
    table.cart img,
    table#cart img {
      max-width: 75px; } }

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px) {
  /* Force table to not be like tables anymore */
  table#cart {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }

  table#cart thead, table#cart tbody, table#cart th, table#cart td, table#cart tr {
    display: block; }

  table#cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  table#cart tr {
    border: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: -1px; }

  table#cart td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 0; }

  table#cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 0;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left; }

  table#cart td:nth-of-type(3):before {
    content: "Price Each"; }

  table#cart td:nth-of-type(4):before {
    content: "Qty";
    line-height: 44px; }

  table#cart td:nth-of-type(4) {
    line-height: 44px;
    vertical-align: middle; }

  table#cart td:nth-of-type(5):before {
    content: "Subtotal"; }

  table#cart tr.delivery td:nth-of-type(3):before, table#cart tr.total td:nth-of-type(3):before {
    content: ""; }

  table#cart td {
    margin-left: 90px; }

  table#cart td.product-thumb {
    float: left;
    margin-right: 10px;
    margin-left: 0; }

  table#cart tr {
    position: relative; }

  table#cart td.product-delete {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 !important; }

  table#cart .control {
    font-size: 22px; }

  table#cart td.product-name {
    padding-right: 48px !important;
    min-height: 2.2em; }

  table#cart td.product-quantity span {
    position: relative;
    top: -10px; } }
.continue.button {
  float: right;
  float: left;
  margin: 10px 0 10px 10px !important; }

.continue.button.ewallet {
  float: right;
  clear: both;
  margin: 0 !important; }

.card-logos {
  width: 88%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 44px;
  margin: 1.475em 0; }

.card-logos img {
  height: 100%; }

body.page-template-page-template-confirm .card-logos {
  width: 24%;
  height: 34px; }

body.page-template-page-template-basket .card-logos {
  width: 24%;
  height: 34px;
  clear: both;
  float: right; }

form {
  overflow: hidden; }

.control a,
a.control {
  font-family: 'FontAwesome';
  text-decoration: none !important; }

.control a:hover,
a.control:hover {
  text-decoration: none !important; }

/*
.add-to-basket label.product-quantity input {
	// margin-right: 1em;
	border: none;
	outline: none;
	color: #414747;
}
*/
label.product-quantity input {
  margin: 0 0 90px;
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  border: 1px solid #414747;
  color: #414747;
  background: transparent;
  padding: 11px 20px;
  border-radius: 100px;
  text-decoration: none !important;
  margin-right: 1em;
  margin-left: 1em;
  text-align: center;
  outline: none !important; }

button, [type="button"], [type="reset"], [type="submit"], .button {
  margin: 0 0 90px;
  display: inline-block;
  font-weight: 400;
  font-size: 1em;
  border: 1px solid #e4e4e4;
  color: #e4e4e4;
  background: transparent;
  padding: 13px 20px;
  border-radius: 100px;
  text-decoration: none !important;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 15px;
  padding: 8px 25px 8px;
  border: solid #4d4d4d 1px; }
  button:focus, button:hover, button:active, button.active, [type="button"]:focus, [type="button"]:hover, [type="button"]:active, [type="button"].active, [type="reset"]:focus, [type="reset"]:hover, [type="reset"]:active, [type="reset"].active, [type="submit"]:focus, [type="submit"]:hover, [type="submit"]:active, [type="submit"].active, .button:focus, .button:hover, .button:active, .button.active {
    text-decoration: none !important;
    color: white !important;
    background: #414747;
    cursor: pointer;
    outline: none !important;
    border: solid #4d4d4d 1px; }

button.stripe-button-el {
  overflow: hidden;
  display: inline-block;
  visibility: visible !important;
  background-image: none;
  -webkit-font-smoothing: antialiased;
  border: 0;
  padding: 9px 15px;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  border: solid #4d4d4d 1px;
  color: #4d4d4d;
  background: transparent; }

button.stripe-button-el span {
  display: block;
  position: relative;
  padding: 0;
  height: 30px;
  line-height: 30px;
  background: transparent;
  background-image: none;
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: none;
  color: #4d4d4d;
  background: transparent; }

button.stripe-button-el:focus,
button.stripe-button-el:hover,
button.stripe-button-el:active,
button.stripe-button-el:not(:disabled):active,
button.stripe-button-el.active {
  color: white;
  background: #4d4d4d; }

button.stripe-button-el:hover span {
  color: white; }

button.stripe-button-el:not(:disabled):active span, button.stripe-button-el.active span {
  color: white;
  background: #4d4d4d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.stripe-button-el:disabled, .stripe-button-el.disabled {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.stripe-button-el:disabled span, .stripe-button-el.disabled span {
  color: gray !important;
  background: transparent !important;
  text-shadow: none; }

.stripe-button-el:disabled, .stripe-button-el.disabled {
  cursor: default; }

#basket {
  position: absolute;
  right: 58px;
  top: 40px; }
  @media only screen and (max-width: 1139px) {
    #basket {
      right: 100px;
      top: 30px; } }
  @media only screen and (max-width: 413px) {
    #basket {
      right: 70px; } }
  @media only screen and (max-width: 374px) {
    #basket {
      right: 60px; } }
  #basket:before {
    content: '\f291';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    position: relative;
    display: inline-block;
    margin-right: 4px; }
  #basket span {
    display: none; }
  #basket:hover {
    background: black;
    text-decoration: none; }

@media only screen and (min-width: 1140px) {
  #basket {
    padding: 11px 12px 10px;
    font-size: 18px;
    line-height: 1.4;
    top: 34px; } }
@media only screen and (max-width: 760px) {
  table#cart td:nth-of-type(4):before {
    display: none; }

  table#cart td.product-price {
    display: none; }

  table#cart td:nth-of-type(5):before {
    content: "Price"; }

  table#cart td:nth-of-type(5):before {
    display: none; }

  table#cart td:nth-of-type(6):before {
    content: "Price"; }

  table#cart td.product-thumb {
    width: 46vw;
    margin-bottom: 0.6em; }

  table.cart img, table#cart img {
    max-width: none;
    width: 100%; }

  table#cart td.product-name {
    padding-right: 48px !important;
    min-height: 2.2em;
    padding: 0 !important;
    margin: 32px 0;
    margin: 0 0;
    top: 23vw;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    width: 45vw; }

  table#cart td:nth-of-type(4) {
    line-height: 32px;
    vertical-align: middle;
    margin-top: -35px;
    position: absolute;
    right: 0;
    top: calc(46vw - 28px);
    margin: 0;
    right: -6px; }

  table#cart td.product-subtotal {
    margin: 0.6em 0;
    clear: both; }

  table#cart td.product-delete {
    right: 0;
    width: 0.8em;
    display: inline-block; }

  table#cart td.product-delete a::before {
    content: '\f1f8';
    font-family: 'FontAwesome'; }

  table#cart tr,
  table#cart td.product-name,
  table#cart td.product-delete,
  table#cart td:nth-of-type(4) {
    padding-top: 0.8em !important; }

  table#cart tr {
    font-size: 0.8em; }

  table#cart .control {
    font-size: 18px; }

  table#cart tr.delivery td:first-of-type {
    text-align: left;
    float: left;
    margin-left: 0; }

  table#cart tr.delivery {
    border: none; }

  table#cart tr.total {
    border-top: none;
    padding-top: 0 !important; }

  table#cart tr.total td:first-of-type {
    text-align: left;
    float: left;
    margin-left: 0;
    clear: left; }

  table#cart tr.delivery td:nth-of-type(3):before, table#cart tr.total td:nth-of-type(3):before {
    display: none; }

  /*
  	.continue.button + .continue.button {
  		float: left;
  		margin-left: 0 !important;
  	}
  */
  .continue.button {
    float: right;
    /* margin-left: 0 !important; */
    clear: right;
    margin: 20px 0 0 !important;
    width: 160px !important;
    text-align: center; }

  /*
  .continue.button.ewallet {
  float: left;
  margin-right: 20px !important;
  }
  */
  .continue.button.ewallet {
    margin: 20px 0 0 !important; } }
table.cart td.product-quantity .control, table#cart td.product-quantity .control {
  padding: 0 6px; }

table#cart td.product-delete {
  text-align: right; }

@media only screen and (min-width: 761px) {
  table#cart td.product-delete {
    text-align: right;
    position: relative;
    right: -2px; } }
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  color: #bbb;
  border-color: #bbb; }

img.size-windowwidth, body.home article.entry-content img.home-hero-text, img.cycle-slideshow, img.size-product-hero {
  margin-top: 90px;
  margin-bottom: 90px;
  display: block; }

div.gallery {
  margin-top: 90px;
  margin-bottom: 90px;
  box-sizing: border-box; }

div.gallery.style-windowwidth {
  margin-top: 90px;
  margin-bottom: 30px;
  padding: 0 30px;
  box-sizing: border-box; }

div.gallery.style-windowwidth figure {
  padding: 0 30px 0 30px !important;
  margin-bottom: 60px !important; }

.alignleft {
  margin: 5px 60px 60px 0; }

.alignright {
  margin: 5px 0 60px 60px; }

/*
 *		Contact page
 */
div.address {
  width: 45%;
  margin: 0 5% 60px 0;
  float: left; }
  div.address + div.wpcf7 {
    width: 45%;
    margin: 0 0 20px 5%;
    float: right; }

div.wpcf7, div.buy-form {
  /*
  button, [type="button"], [type="reset"], [type="submit"] {
  	margin: 0 0 90px;
  	display: inline-block;
  	@extend %centred;
  	// text-transform: uppercase;
  	font-weight: 400;
  	font-size: 1em;
  	border: 1px solid $gold;
  	color: $gold;
  	background: transparent;
  	padding: 13px 20px;
  	border-radius: 100px;
  	
  	&:focus, &:hover, &:active {
  		text-decoration: none;
  		background: $gold;
  		color: white;
  		cursor: pointer;
  	}
  }
  */
  margin: 40px 0; }
  div.wpcf7 span.wpcf7-list-item, div.buy-form span.wpcf7-list-item {
    margin: 0; }
  div.wpcf7 label, div.buy-form label {
    font-size: 0.8em;
    letter-spacing: 1px;
    display: block;
    font-weight: 600; }
    div.wpcf7 label span.required, div.buy-form label span.required {
      color: #ccc; }
  div.wpcf7 .wpcf7-form-control-wrap, div.buy-form .wpcf7-form-control-wrap {
    margin-top: 10px;
    display: block; }
  div.wpcf7 p, div.buy-form p {
    margin: 0 0 1.25em; }
  div.wpcf7 input[type="password"],
  div.wpcf7 input[type="search"],
  div.wpcf7 input[type="text"],
  div.wpcf7 input[type="email"],
  div.wpcf7 input[type="date"],
  div.wpcf7 textarea, div.buy-form input[type="password"],
  div.buy-form input[type="search"],
  div.buy-form input[type="text"],
  div.buy-form input[type="email"],
  div.buy-form input[type="date"],
  div.buy-form textarea {
    border: 1px solid #414747;
    font-size: 1.25em;
    padding: 10px;
    color: inherit;
    max-width: calc( 100% - 22px ); }
  div.wpcf7 span.wpcf7-list-item, div.buy-form span.wpcf7-list-item {
    display: block;
    margin: 10px 0; }
  div.wpcf7 .wpcf7-list-item-label, div.buy-form .wpcf7-list-item-label {
    font-weight: 400; }
  div.wpcf7 #wpcf7-f901-p737-o1 .checkbox-895 .wpcf7-list-item-label, div.buy-form #wpcf7-f901-p737-o1 .checkbox-895 .wpcf7-list-item-label {
    font-weight: 600; }
  @media only screen and (min-width: 900px) {
    div.wpcf7 div.column, div.buy-form div.column {
      width: 48%;
      margin-right: 2%;
      float: left; } }
  div.wpcf7 input:-webkit-autofill,
  div.wpcf7 input:-webkit-autofill:hover,
  div.wpcf7 input:-webkit-autofill:focus
  textarea:-webkit-autofill,
  div.wpcf7 textarea:-webkit-autofill:hover
  textarea:-webkit-autofill:focus,
  div.wpcf7 select:-webkit-autofill,
  div.wpcf7 select:-webkit-autofill:hover,
  div.wpcf7 select:-webkit-autofill:focus, div.buy-form input:-webkit-autofill,
  div.buy-form input:-webkit-autofill:hover,
  div.buy-form input:-webkit-autofill:focus
  textarea:-webkit-autofill,
  div.buy-form textarea:-webkit-autofill:hover
  textarea:-webkit-autofill:focus,
  div.buy-form select:-webkit-autofill,
  div.buy-form select:-webkit-autofill:hover,
  div.buy-form select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit; }

/*
div.wpcf7 button, div.wpcf7 [type="button"], div.wpcf7 [type="reset"], div.wpcf7 [type="submit"], div.wpcf7 a.button, div.buy-form button, div.buy-form [type="button"], div.buy-form [type="reset"], div.buy-form [type="submit"], div.buy-form a.button, form.add-to-basket button, form.add-to-basket [type="button"], form.add-to-basket [type="reset"], form.add-to-basket [type="submit"], form.add-to-basket a.button {
  margin: 0 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  border: 1px solid #ec7e08;
  color: #ec7e08;
  background: transparent;
  padding: 13px 20px 8px;
  border-radius: 5px; }
  div.wpcf7 button:focus, div.wpcf7 button:hover, div.wpcf7 button:active, div.wpcf7 [type="button"]:focus, div.wpcf7 [type="button"]:hover, div.wpcf7 [type="button"]:active, div.wpcf7 [type="reset"]:focus, div.wpcf7 [type="reset"]:hover, div.wpcf7 [type="reset"]:active, div.wpcf7 [type="submit"]:focus, div.wpcf7 [type="submit"]:hover, div.wpcf7 [type="submit"]:active, div.wpcf7 a.button:focus, div.wpcf7 a.button:hover, div.wpcf7 a.button:active, div.buy-form button:focus, div.buy-form button:hover, div.buy-form button:active, div.buy-form [type="button"]:focus, div.buy-form [type="button"]:hover, div.buy-form [type="button"]:active, div.buy-form [type="reset"]:focus, div.buy-form [type="reset"]:hover, div.buy-form [type="reset"]:active, div.buy-form [type="submit"]:focus, div.buy-form [type="submit"]:hover, div.buy-form [type="submit"]:active, div.buy-form a.button:focus, div.buy-form a.button:hover, div.buy-form a.button:active, form.add-to-basket button:focus, form.add-to-basket button:hover, form.add-to-basket button:active, form.add-to-basket [type="button"]:focus, form.add-to-basket [type="button"]:hover, form.add-to-basket [type="button"]:active, form.add-to-basket [type="reset"]:focus, form.add-to-basket [type="reset"]:hover, form.add-to-basket [type="reset"]:active, form.add-to-basket [type="submit"]:focus, form.add-to-basket [type="submit"]:hover, form.add-to-basket [type="submit"]:active, form.add-to-basket a.button:focus, form.add-to-basket a.button:hover, form.add-to-basket a.button:active {
    text-decoration: none;
    background: #ec7e08;
    color: white;
    cursor: pointer; }
    */
div.wpcf7 label, div.buy-form label, form.add-to-basket label {
  font-size: 0.8em;
  letter-spacing: 1px; }

div.wpcf7 label span.required, div.buy-form label span.required, form.add-to-basket label span.required {
  color: #ccc; }

div.wpcf7 .wpcf7-form-control-wrap, div.buy-form .wpcf7-form-control-wrap, form.add-to-basket .wpcf7-form-control-wrap {
  margin-top: 8px;
  display: block; }

div.wpcf7 p, div.buy-form p, form.add-to-basket p {
  margin: 0 0 1em; }

div.wpcf7 input[type="password"],
div.wpcf7 input[type="search"],
div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"],
div.wpcf7 textarea, div.buy-form input[type="password"],
div.buy-form input[type="search"],
div.buy-form input[type="text"],
div.buy-form input[type="email"],
div.buy-form textarea, form.add-to-basket input[type="password"],
form.add-to-basket input[type="search"],
form.add-to-basket input[type="text"],
form.add-to-basket input[type="email"],
form.add-to-basket textarea {
  border: 1px solid #9EA9B6;
  font-size: 1.25em;
  padding: 10px; }

div.buy-form label {
  display: block; }

div.buy-form input[type="text"], div.buy-form input[type="email"] {
  font-size: 1em !important;
  line-height: 1 !important;
  padding: 6px 7px 1px !important;
  width: 350px;
  max-width: 100%; }

div.buy-form div.column {
  width: 48%;
  float: left; }

div.buy-form [type="submit"] {
  font-size: 0.75em !important;
  padding: 9px 15px 9px !important; }

.continue.button {
  font-size: 0.75em !important;
  padding: 9px 15px 9px !important;
  margin: 1.9em 0 1.9em 1em !important; }

input:focus {
  outline: none !important; }

.card-logos {
  width: 88%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 44px;
  margin: 1.475em 0; }

.card-logos img {
  height: 100%; }

body.page-template-page-template-confirm .card-logos {
  width: 24%;
  height: 34px; }

body.page-template-page-template-basket .card-logos {
  width: 24%;
  height: 34px;
  clear: both;
  float: right; }
  
select {
display: block;
width: 365px;
max-width: 100%;
color: inherit;
padding: 6px 7px 1px 7px;

border: solid #9EA9B6 1px;
position: relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(img/iconSelect.svg);
background-size: 15px;
background-repeat: no-repeat;
background-position: 98% 50%;
outline: none;

border-radius: 0;
}

@media only screen and (max-width: 500px) {
  .alignleft.size-medium {
    margin: 1em 0;
    width: 100%;
    float: none; } }
/* Discount codes */
@media only screen and (min-width: 760px) {
  .discountcode {
    text-align: right;
    margin-top: 2em;
    margin-bottom: -30px; }

  .discountcode input {
    margin-left: 1em; }

  .discountcode [type="submit"] {
    margin-bottom: 70px; } }
@media only screen and (max-width: 759px) {
  .discountcode {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0; }

  .discountcode input {
    margin-left: 0;
    float: right; }

  .discountcode [type="submit"] {
    margin: 0;
    float: right;
    /* margin-left: 0 !important; */
    clear: right;
    margin: 20px 0 0 !important;
    width: 160px !important;
    text-align: center;
    font-size: 0.75em !important;
    padding: 9px 15px 9px !important;
    box-sizing: content-box;
    border: solid #4d4d4d 1px; }

  .discountcode label {
    font-weight: bolder;
    font-size: 0.8em;
    text-transform: lowercase; } }
.media-object > div a.button {
  border-radius: 200px;
  padding: 4px 24px 4px;
  border: solid #4d4d4d 2px;
  text-decoration: none;
  color: #4d4d4d;
  font-size: 15px;
  transition: all .3s;
  white-space: nowrap;
  display: inline-block;
  margin: 2em 0;
  font-weight: 700; }

.no-touch a.button:hover {
  border: solid #4d4d4d 1px; }

.no-touch .media-object > div a.button:hover {
  border: solid #4d4d4d 2px; }

.media-object h2 {
  font-size: 1.7em;
  text-align: left; }

.media-object.size-windowwidth, body.home article.entry-content .media-object.home-hero-text, .media-object.cycle-slideshow, .media-object.size-product-hero, aside.media-object.featured-products, aside.media-object.recent-news {
  margin-top: 90px;
  margin-bottom: 90px; }

body.tax-product_category .media-object {
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 860px) {
  .media-object.layout-overlaid > div:not(.videowrap) a.button {
    font-size: 17px;
    padding: 16px 24px 17px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    color: #414747; }
    .media-object.layout-overlaid > div:not(.videowrap) a.button:hover {
      background: white;
      color: #414747 !important; } }
.breadcrumbs {
  font-weight: normal !important;
  font-size: 16px !important; }

h3 {
  font-size: 20px;
  margin: 1em 0; }

h2 {
  margin: 40px 0; }

img.header-image {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  display: block;
  margin-top: -91px; }

.page-title {
  margin: 30px 0; }
  @media only screen and (min-width: 690px) {
    .page-title {
      margin: 60px 0; } }
  @media only screen and (min-width: 1140px) {
    .page-title {
      margin: 120px 0; } }

img.header-image ~ article .page-title {
  font-size: 2.4vw; }
  @media only screen and (min-width: 690px) {
    img.header-image ~ article .page-title {
      position: absolute;
      top: 16.666666vw;
      left: 50vw;
      transform: translate(-50%, -50%);
      text-shadow: 0px 0px 20px #555;
      color: white;
      margin: 0;
      width: 100%; } }
  @media only screen and (min-width: 1720px) {
    img.header-image ~ article .page-title {
      font-size: 120px; } }
  @media only screen and (max-width: 600px) {
    img.header-image ~ article .page-title {
      font-size: 28px; } }

body.page-id-737 img.header-image ~ article .page-title {
/*   font-family: dead_stockregular,'Gilroy W05'; */
/*   color: #00BAD1; */
  width: 100%; }
  @media only screen and (min-width: 690px) {
    body.page-id-737 img.header-image ~ article .page-title {
/*       transform: rotate(-10deg) translate(-50%, -100%); */
      top: calc( 16.666666vw + 57px );
      position: absolute;
      left: 50vw;
      text-shadow: 0px 0px 20px #555;
      margin: 0; } }

body.admin-bar img.header-image ~ article .page-title {
  margin-top: 32px; }

body.header-image > header:not(.scrolled) {
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in; }

body > header:not(.scrolled) {
  /* top: 57px; */
  position: absolute; }
@media only screen and (max-width: 583px) {
	body > header:not(.scrolled) {
	  /* top: 75px; */
	}
	body > header:not(.scrolled) > nav .menu-toggle {
		top: 88px;
	}
	body > header > nav.open > ul {
		margin-top: 10em;
	}
}
body > header.scrolled {
  top: 0;
  position: fixed; }

body.admin-bar > header.scrolled {
  top: 32px; }

body.admin-bar > header:not(.scrolled) {
  top: calc( 32px + 57px ); }

img.header-image {
  margin-top: calc( 0 - 91px - 57px ); }

@media only screen and (min-width: 690px) {
  img.header-image ~ article .page-title {
    top: calc( 16.666666vw + 57px ); } }
h1, h2, h3, h4, h5, h6, nav, #breadcrumbs, body > footer .links, button, [type="button"], [type="reset"], [type="submit"], .button {
  text-transform: lowercase; }

aside.promo {
  padding: 1px 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  background: white; }
  body.admin-bar aside.promo {
    top: 32px; }

.card-logos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 38px;
  margin: 1.475em 0; }

body.page-template-page-template-basket .card-logos {
  width: 307px;
  height: 34px;
  clear: both;
  float: right; }

.card-logos img.paypal {
  height: 60%;
  position: relative;
  top: 20%;
  visibility: hidden; }

table#cart {
  text-transform: lowercase; }

@media only screen and (max-width: 760px) {
  .continue.button {
    float: right;
    /* margin-left: 0 !important; */
    clear: right;
    margin: 20px 0 0 !important;
    width: 160px !important;
    text-align: center; } }
@media only screen and (max-width: 1139px) {
  body > header > nav {
    position: absolute !important;
    top: calc( -57px - 100% ); }

  body > header.scrolled > nav,
  body > header > nav.open {
    position: fixed !important; }

  header.scrolled #site-navigation {
    position: fixed !important; }

  body > header > nav .menu-toggle {
    top: 75px; }

  body > header.scrolled > nav.open .menu-toggle {
    top: 18px; }

  body > header > nav:not(.open) .menu-toggle {
    top: 68px;
    position: absolute;
    top: calc( 100% + 75px ); }

  body > header.scrolled > nav:not(.open) .menu-toggle {
    top: calc( 100% + 75px ); }

  body.admin-bar > header > nav:not(.open) .menu-toggle {
    top: 68px;
    position: absolute;
    top: calc( 100% + 68px ); }

  body.admin-bar > header.scrolled > nav:not(.open) .menu-toggle {
    top: calc( 100% + 68px + 57px ); } }
@media only screen and (max-width: 782px) {
  body.admin-bar aside.promo {
    top: 46px; }

  body.admin-bar > header > nav.open {
    top: calc( 46px + 57px ); }

  body.admin-bar > header:not(.scrolled) {
    top: calc( 46px + 57px ); }

  body.admin-bar > header > nav:not(.open) .menu-toggle {
    top: calc( 100% + 75px ); }

  body.admin-bar > header.scrolled > nav:not(.open) .menu-toggle {
    top: calc( 100% + 107px ); }

  body.admin-bar > header > nav.open .menu-toggle {
    top: calc( 62px + 57px ); }

  body.admin-bar > header.scrolled > nav.open .menu-toggle {
    top: calc( 50px ); }
}
@media only screen and (max-width: 600px) {
	body.admin-bar > header:not(.scrolled) {
    	top: calc( 68px + 57px );
	}
	 body.admin-bar > header > nav.open {
    	top: calc( 68px + 57px );
	}
	body.admin-bar > header > nav.open .menu-toggle {
    	top: calc( 84px + 57px );
	}
}
/*# sourceMappingURL=style.css.map */

/* -----------------------------------------------------------------------------------------------------
// WooCommerce - Single Product
// ---------------------------------------------------------------------------------------------------*/
.single-product .content-area{
	margin-top: 60px;
}
.woocommerce-product-gallery{
	opacity: 1 !important;
}
.woocommerce .woocommerce-breadcrumb{
	font-size: 0.8em;
	font-weight: normal !important;
}
.woocommerce .woocommerce-breadcrumb a{
	text-decoration: underline;
}
.single-product .entry-summary h1{
	margin-top: 60px !important;
}
table.variations{
	text-align: left;
}
table.variations th.label{
	width: 88px;
}
body.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper, body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper{
	margin-bottom: 0 !important;
}
.single-product.woocommerce div.product form.cart .variations td.value{
	padding-left: 4px;
}
.swatch-shape-circle{
	width: 12px !important;
	height: 18px !important;
}
.reset_variations, .product_meta{
	display: none !important;
}
.woocommerce div.product form.cart .variations{
	margin-bottom: 0 !important;
}
p.price{
	color: #414747 !important;
	margin-top: 0 !important;
}
.woocommerce .quantity .qty{
	padding: 9px 0 !important;
	margin-right: 10px;
}
input[type=number]::-webkit-outer-spin-button, 
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
}
.single_add_to_cart_button, .product_type_variable, .wc-forward, .woocommerce button.button, .woocommerce a.button{
    border: 1px solid #e4e4e4 !important;
    background: transparent !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #4d4d4d !important;
    font-size: 15px !important;
    padding: 9px 25px 9px !important;
    border: solid #4d4d4d 1px !important;
}
.single_add_to_cart_button:hover, .product_type_variable:hover, .wc-forward:hover, .woocommerce button.button:hover, .woocommerce a.button:hover{
    background: #4d4d4d !important;
    color: #fff !important;
}
.woocommerce div.product form.cart{
	margin-bottom: 2em;
}
body.single-product .share-product{
	display: block;
	margin-top: 64px;
}
.single-product #dimensions{
	margin-bottom: 90px;
}
.single-product #specifications{
	margin-top: 60px;
	margin-bottom: 60px;
  width: 80%;
  margin: 0 auto 40px;
}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: block !important;
}
.single-product.woocommerce div.product form.cart .variations{
	margin-bottom: 40px !important;
}
.single-product.woocommerce div.product form.cart .variations td, .single-product.woocommerce div.product form.cart .variations th {
	display: block !important;
}
/* -----------------------------------------------------------------------------------------------------
// WooCommerce - Archive
// ---------------------------------------------------------------------------------------------------*/
.shop-archive{
	height: 160px;
	width: 100%;
	clear: both;
}
.quick-excerpt{
	margin: 20px 0 40px;
}
.woocommerce ul.products li.product{
	width: 100% !important;
}
.woocommerce ul.products li.roduct .woocommerce-loop-product__title{
	font-size: 1.65em;
	font-weight: 700;
}
.woocommerce ul.products li.product .price{
	color: #414747;
	font-size: 20px;
}
body.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper{
	padding-top: 4px !important;
	margin: 12px 14px 0px 0 !important;
}
.swatch-shape-circle:hover::before{
	border-color: #674399 !important;
}
body.archive .button.product_type_variable.add_to_cart_button.wcpa_add_to_cart_button{
	display: none !important;
}
@media (min-width:860px){
	body.archive.woocommerce ul.products li.product a img{
		width: 40% !important;
		float: left;
		margin: 0 40px 0 0;
	}
	body.archive.woocommerce ul.products li.product:nth-child(even) a img{
		float: right;
		margin: 0 0 0 40px;
	}
	.woocommerce ul.products li.product .woocommerce-loop-product__title{
		margin-top: 60px;
	}
}
@media (min-width:1440px){
	body.archive.woocommerce ul.products li.product a img{
		margin: 0 64px 0 0;
	}
	body.archive.woocommerce ul.products li.product:nth-child(even) a img{
		margin: 0 0 0 64px;
	}
}
/* -----------------------------------------------------------------------------------------------------
// WooCommerce - Basket/Cart
// ---------------------------------------------------------------------------------------------------*/
.woocommerce-cart table.cart th{
	text-align: left;
}
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart th.product-subtotal{
	text-align: right;
}
.woocommerce-cart table.cart td {
	vertical-align: top;
}
.woocommerce-cart table.cart a{
	text-decoration: none;
}
.woocommerce-cart table.cart img {
	width: 64px;
	height: 64px;
	max-width: 64px;
	max-height: 64px;
	border: 1px solid #ccc;
}
.woocommerce-cart dt.variation-Customiseit {
	display: none !important;
}
.woocommerce-cart dt.variation-Addyourlogo,
.woocommerce-cart dt.variation-Addyourphoto,
.woocommerce-cart dt.variation-Addyourwrapimage {
	display: none !important;
}
dd.variation-Addyourlogo {
	text-align: left !important;
}
.woocommerce-cart dt.variation-Seadek {
	margin-bottom: 12px;
}
.variation .wcpa_cart_price {
	display: none;
}
.woocommerce-cart-form .wcpa_img {
	margin: 0 5px 0 0;
}
.woocommerce-cart-form .wcpa_cart_type_image-group {
	margin: 12px 0;
	padding: 0;
}
.woocommerce-cart-form .wcpa_cart_type_image-group p {
	margin: 0;
}
.woocommerce-cart table.cart td.product-name {
	padding-bottom: 16px;
}
.woocommerce-cart .woocommerce .quantity .qty {
	margin-right: 0 !important;
}
.woocommerce-cart table.cart td.product-quantity {
	padding: 9px 12px;
}
.woocommerce-cart table.cart td.product-name > a {
	font-weight: bold;
}
.woocommerce-cart dd.variation-Addyourlogo .wcpa_cart_type_file img.wcpa_icon {
	display: none;
}
.woocommerce-cart dd.variation-Addyourlogo .wcpa_cart_type_file > a > span {
	display: block;
	margin: -38px 0 16px 70px;
}
.woocommerce-cart dd.variation-Addyourlogo .wcpa_cart_type_file > a > span::before {
	content: 'Your file: ';
}
@media (max-width:553px){
	.woocommerce-page table.cart td.actions .coupon .button{
		width: 100%;
		margin-top: 10px !important;
	}
	.woocommerce-page table.cart td.actions .coupon .input-text+.button{
		float: none;
	}
	input#coupon_code{
		width: 100%;
		margin-bottom: 10px;
	}
	.quantity-nav{
		display: none;
	}
}
/* -----------------------------------------------------------------------------------------------------
// WooCommerce - Checkout
// ---------------------------------------------------------------------------------------------------*/
.woocommerce-checkout h3{
	font-size: 1.4em;
	margin-bottom: 40px;
}
.woocommerce form .form-row{
	margin-bottom: 24px;
}
.woocommerce form .form-row label{
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.5;
}
.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single{
	font-size: 0.8em;
	height: 40px;
	border: 1px solid #999 !important;
	border-radius: 4px !important;
	padding: 6px;
}
.woocommerce form .form-row textarea{
	font-size: 0.9em;
	border: 1px solid #999 !important;
	border-radius: 4px !important;
	padding: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	top: 65%;
	left: 0;
	border-width: 8px 7px 0 7px;
}
input#coupon_code{
	width: 260px;
    height: 44px;
}
.woocommerce form #wc-stripe-cc-form .form-row-first,
.woocommerce form #wc-stripe-cc-form .form-row-last{
	width: 88% !important;
}
.woocommerce-checkout #payment ul.payment_methods li input{
	margin: 0 0.25em 0 0;
}
/* .woocommerce-checkout .wcpa_cart_type_image-group,
.woocommerce-checkout dd.variation-Customiseit,
.woocommerce-checkout dd.variation-Addyourlogo img,
.woocommerce-checkout dd.variation-Addyourphoto img,
.woocommerce-checkout dd.variation-Addyourwrapimage{
display: none;
} */
@media (min-width:500px){
	.woocommerce form #wc-stripe-cc-form .form-row-first,
	.woocommerce form #wc-stripe-cc-form .form-row-last{
		width: 40% !important;
	}
}
@media (min-width:1024px){
	.woocommerce form #wc-stripe-cc-form .form-row-first,
	.woocommerce form #wc-stripe-cc-form .form-row-last{
		width: 46% !important;
	}
}
/* -----------------------------------------------------------------------------------------------------
// Key Features
// ---------------------------------------------------------------------------------------------------*/
.key-features{
	margin: 40px 0;
	display: none;
}
.woocommerce-product-details__short-description + .key-features{
		display: block;
	}
@media (min-width: 769px) {
	.key-features{
		display: block;
	}
	.woocommerce-product-details__short-description + .key-features{
		display: none;
	}
}
/* -----------------------------------------------------------------------------------------------------
// Woocommerce Custom Product Addons
// ---------------------------------------------------------------------------------------------------*/
.wcpa_form_outer{
	margin-top: 64px !important;
}
.wcpa_row .image-group,
.wcpa_row .radio-group {
	margin-top: 10px !important;
}
.wcpa_image label{
	font-size: 0.9em !important;
}
.wcpa_row .wcpa_file_outer,
.wcpa_form_item input[type="text"] {
	margin-top: 10px !important;
}
.wcpa_form_outer .wcpa_form_item input[type="text"]{
	height: 41px !important;
}
.wcpa_form_outer .wcpa_progress span{
	font-size: 14px !important;
	top: 6px !important;
}
.wcpa_form_item > label {
	font-weight: 700 !important;
}
.wcpa_helptext {
	display: block !important;
}
.wcpa_form_outer .wcpa_priceouter {
	display: none !important;
}
.wcpa_img_mag{
	background-image: url(https://staging-utoka-co-uk.stackstaging.com/wp-content/uploads/2022/02/eyeglass.svg) !important;
	background-color: transparent !important;
	bottom: 7px !important;
}
#wcpa_img_popup_outer{
	background: rgba(0, 0, 0, 0.8) !important;
}
.seadek-colors .wcpa_image:last-of-type,
.beverage-buddy-customise .wcpa_image:last-of-type {
	display: none;
}
.add-full-wrap .wcpa_image:last-of-type,
.add-full-wrap .wcpa_image:last-of-type label {
	display: none;
}
.seadek-colors .wcpa_image:last-of-type .wcpa_img_mag,
.seadek-colors .wcpa_image:last-of-type label,
.beverage-buddy-customise .wcpa_image:last-of-type .wcpa_img_mag,
.beverage-buddy-customise .wcpa_image:last-of-type label{
	display: none !important;
}
.seadek-colors .wcpa_image:last-of-type .wcpa_image_wrap img,
.beverage-buddy-customise .wcpa_image:last-of-type img{
	box-shadow: none !important;
}
@media (max-width: 499px) {
	.seadek-colors .wcpa_image_wrap {
		margin-right: 6px;
	}
}
@media (min-width: 500px) {
	.wcpa_row .image-group {
		width: 100% !important;
		margin-bottom: 40px !important;
		display: flex !important;
	}
	.wcpa_row .image-group .wcpa_image{
		flex-basis: 1 !important;
		width: 23% !important;
		max-width: 110px !important;
		margin-right: 2% !important;
	}
	.wcpa_row .image-group img{
		display: block !important;
		max-width: 100% !important;
	}
	.wcpa_image img{
		margin-bottom: 6px !important;
	}
	.wcpa_form_outer .wcpa_form_item .image-group label{
		font-size: 0.9em !important;
	}
	.wcpa_opt_price{
		display: block !important;
		font-size: 0.9em !important;
	}
	.wcpa_image label {
		font-weight: 700 !important;
		line-height: 1 !important;
	}
	.wcpa_image label span {
		font-weight: 400 !important;
		display: block !important;
		margin-top: 6px !important;
	}
}
@media (min-width: 1024px) {
	.seadek-colors .wcpa_image:last-of-type .wcpa_image_wrap {
		margin-bottom: -159px !important;
	}
	.add-full-wrap .wcpa_image:last-of-type img {
		margin-top: 66px !important;
	}
	.beverage-buddy-customise .wcpa_image:last-of-type{
		position: relative;
		bottom: -66px;
	}
}
@media (min-width: 1160px) {
	.wcpa_row .image-group .wcpa_image{
		margin-right: 5% !important;
	}
}
/* -----------------------------------------------------------------------------------------------------
// Checkout
// ---------------------------------------------------------------------------------------------------*/
.woocommerce-checkout #payment div.payment_box .form-row{
	margin: 0;
}
body.woocommerce-checkout form.checkout .col-1,
body.woocommerce-checkout form.checkout .col-2 {
	float: none;
	width: 100%;
}
.woocommerce-checkout #payment div.form-row {
	padding: 0.5em;
}
body.woocommerce-checkout .breadcrumbs,
body.woocommerce-cart .breadcrumbs {
	display: none;
}
.woocommerce-checkout-review-order-table img{
	width: 60px !important;
	height: auto !important;
	border: 1px solid #ccc !important;
}
.woocommerce-checkout dd.variation-Addyourlogo img,
.woocommerce-checkout dd.variation-Addyourphoto img,
.woocommerce-checkout dd.variation-Addyourwrapimage img,
.woocommerce-checkout dt.variation-Customiseit,
.woocommerce-checkout dt.variation-Addyourtext,
.woocommerce-checkout dt.variation-Addyourlogo,
.woocommerce-checkout dt.variation-Addyourphoto,
.woocommerce-checkout dt.variation-Addyourwrapimage{
display: none !important;
}
.woocommerce-checkout-review-order-table td.product-name {
font-weight: 700;
}
.woocommerce-checkout-review-order-table td.product-name .variation {
	font-weight: 400;
}
.woocommerce-checkout-review-order-table .product-item-thumbnail {
	float: left;
	margin: 0 6px 20px 0;
}
@media only screen and (min-width: 1140px) {
	body.woocommerce-checkout .page-title,
	body.woocommerce-cart .page-title {
		margin: 80px 0 60px;
	}
}
@media (min-width: 1268px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row {
		width: 47%;
		clear: none;
	}
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row:nth-child(odd),
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row:nth-child(odd){
		margin-right: 3%;
	}
	body.woocommerce-checkout #billing_address_2_field,
	body.woocommerce-checkout #shipping_address_2_field {
		padding-top: 27px;
	}
}
/* -----------------------------------------------------------------------------------------------------
// Colors Galleries
// ---------------------------------------------------------------------------------------------------*/
.colors-galleries {
	width: 100%;
	margin-top: 8px;
	position: relative;
	display: grid;
	margin-bottom: 80px;
}
.colors-galleries .carousel {
	opacity: 0;
	grid-area: 1 / 1 / 1 / 1;
	z-index: 1;
}
.colors-galleries .carousel.active-carousel {
	opacity: 1;
	z-index: 2;
}
.colors-galleries .carousel-cell {
  width: 49%;
  margin-right: 1%;
}
.colors-galleries .flickity-prev-next-button {
	background-color: #fafbf9 !important;
	border-radius: 0 !important;
	border: 0 !important;
	color: #7a7a7a !important;
    top: auto;
	bottom: -140px;
    width: 44px;
    height: 44px;
    transform: none;
	transition: all 0.25s;
}
.colors-galleries .flickity-prev-next-button:hover {
	background-color: #7a7a7a !important;
	color: #fafbf9 !important;
}
.colors-galleries .flickity-prev-next-button.next {
	right: 1% !important;
}
.colors-galleries .flickity-prev-next-button.previous {
	left: auto;
	right: calc( 1% + 48px );
}
.colors-galleries .flickity-page-dots {
	text-align: left;
	bottom: -33px;
	width: 80%;
}
.colors-galleries .flickity-page-dots .dot {
	background: #797a79 !important;
	margin: 0 4px;
	width: 14px;
	height: 14px;
	transition: opacity 0.25s;
}
.colors-galleries .flickity-page-dots .dot:hover {
	opacity: 0.65;
}
.colors-galleries .flickity-button:active {
	opacity: 1 !important;
}
.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch.swatch-white.selected:after,
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-white.selected:after {
	border: 2px solid #888 !important;
	border-left: 0 !important;
	border-top: 0 !important;	
}

/* -----------------------------------------------------------------------------------------------------
// TOC at top of page
// ---------------------------------------------------------------------------------------------------*/
@media (min-width:940px) {
	.toc-wrapper {
		margin: 0 0 50px;
	}
}
@media (min-width:940px) and (max-width:1040px){
	body > header > nav {
		margin-right: 0;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 1139px) {
	header:not(.scrolled) ~ main #toc, header:not(.scrolled) ~ main #toc.stuck {
		top: -12px;
	}
}
@media only screen and (max-width: 413px) {
	#toc button {
		right: 17px;
	}
}
/* -----------------------------------------------------------------------------------------------------
// Change font-weight 900 to 700
// ---------------------------------------------------------------------------------------------------*/
 nav, h2, .page-title{
	 font-weight: 700 !important;
}


/* -----------------------------------------------------------------------------------------------------
// Banner Fix
// ---------------------------------------------------------------------------------------------------*/
body.home .cycle-slideshow .cycle-slide.left div {
	width: 90vw;
}
@media only screen and (max-width: 600px) {
.cycle-slideshow .cycle-slide div h2 {
    font-size: 32px;
}
}
.index_pro{position: relative;margin-bottom: 40px!important;}
.index_pro .swiper-button-next,.index_pro .swiper-button-prev{background: none;width: 20px;height: 20px;margin-top: -10px;}
.index_pro .swiper-button-next{right: -30px;}
.index_pro .swiper-button-prev{left: -30px;}
.index_pro .swiper-container .swiper-slide p{text-align: center;}
.index_pro .swiper-container .swiper-slide img{transition: .3s;}
.index_pro .swiper-container .swiper-slide a{overflow: hidden;display: block;border: 1px solid #cdcdcd;}
.index_pro .swiper-container .swiper-slide:hover img{transform: scale(1.1);transition: .3s;}
body:not(.home) .entry-content p{margin:0;line-height: 38px;}
p.striking{margin: 30px 0!important;}

.cont_box{display: flex;margin-top: 40px;}
.cont_box .column{width: 48%;margin-right: 2%;}
.cont_box .column p{margin:0px;}
@media (max-width:768px){
  .cont_box{display: block;}
  .cont_box .column{width: 100%;margin-right: 0;}
}
.media-object .top_name{font-size: 1.3em;}
.media-object .cont_news{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
}
.cont_img .img_box .img{text-align: center;}
.cont_img .img_box .img img{max-width: 100%;}
.cont_box .column.img{display: flex;}
.cont_box .column.img p{text-align: center;}
.cemw_f{margin: 0;line-height: 0px;text-align: center;font-size: 14px;}
.detail_ul ul{padding-left: 22px;}
.detail_tb p{margin-bottom: 4px;}
.detail_tb{margin-top: 30px;}