@charset "UTF-8";
/******************************************************************
Site Name:
Author: Kook

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

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

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

nav ul, nav ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*  Green */
/* Grey */
/* smoke white */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/*'Montserrat', sans-serif;*/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('/library/fonts/font-name.eot');
    	src: url('/library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('/library/fonts/font-name.woff') format('woff'),
             url('/library/fonts/font-name.ttf') format('truetype'),
             url('/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

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

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

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

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*needed for when using scroll-down easing to anchor point on page*/
.scrollpoint {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden; }

/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
Image zoom
*********************/
/*
USAGE: @include transform($zoom);
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* @include css-gradient-hoirz(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************
MIXIN CREATED FOR WHEN YOU NEED A BREAKPOINT
********************************************/
/*
USAGE: @include bp(baby-screen) {
    width: 100%;
  }
*/
/*
USAGE: @include fixedCircle(inline-block, 1em, $white);
*/
/*********************
BUTTONS
*********************/
.button {
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  padding: 0.6em 1.5em 0.4em 1.5em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #85c446;
  background: #85c446;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 0.25em;
  font-weight: 700;
  line-height: 1.8; }
  .button:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    opacity: 0;
    position: relative;
    float: right;
    margin-right: -2em;
    font-size: large;
    line-height: 1.4;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .button:hover, .button:focus {
    background: #222222;
    border: 2px solid #222222;
    padding: 0.6em 2em 0.4em 1.5em;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .button:hover:before, .button:focus:before {
      opacity: 1;
      margin-right: -1em; }
  .button:active {
    background: #3c3c3c; }

button, #button {
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  padding: 0.6em 1.5em 0.4em 1.5em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #85c446;
  background: #85c446;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1.8; }
  button:before, button:after, #button:before, #button:after {
    content: none; }
  button:hover, button:focus, #button:hover, #button:focus {
    background: #222222;
    border: 2px solid #222222;
    padding: 0.6em 1.5em 0.4em 1.5em;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  button:active, #button:active {
    background: #3c3c3c; }

.addCart.addFigure.button {
  padding: 0.1em 0.4em;
  border-radius: 0; }

.button.secondary {
  background: #3c3c3c;
  border: 2px solid #3c3c3c; }
  .button.secondary:hover, .button.secondary:focus {
    background: #222222;
    border: 2px solid #222222;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

#imageslider .button, #bottomblocks .button {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  #imageslider .button:hover, #imageslider .button:focus, #imageslider .button:active, #bottomblocks .button:hover, #bottomblocks .button:focus, #bottomblocks .button:active {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.viewcart .button {
  padding: 0.6em 1.5em 0.4em 1.5em; }
  .viewcart .button:before, .viewcart .button:after {
    content: none; }
  .viewcart .button:hover {
    padding: 0.6em 1.5em 0.4em 1.5em; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "raleway", sans-serif;
  font-size: 97.5%;
  line-height: 1.6;
  color: #222222; }

.dontdisplay {
  display: none; }

.hideonMobile {
  display: none; }

.hideonDesktop {
  display: block; }

.mobileseasonalbanner {
  display: inline; }

.desktopseasonalbanner {
  display: none; }

.mobileseasonalbanner, .desktopseasonalbanner {
  max-width: 100%; }

seasonalBanner {
  text-align: center; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
LAYOUT & GRID STYLES
*********************/
.row {
  margin: 0 auto;
  width: 96%;
  padding: 1em 0; }

/* Turn off padding on some rows*/
.header .row {
  padding: 0 0; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #85c446;
  outline: none;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #5f902e;
    outline: none; }
  a:active, a:visited:active {
    outline: none; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2 {
  font-family: "Pacifico", cursive; }

h3, .h3, h4, .h4, h5, .h5 {
  font-family: "raleway", sans-serif;
  text-transform: uppercase;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */ }
  h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2em;
  font-weight: 400; }

h2, .h2 {
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 2px; }

.Home .Home .topBlock .h1, h2, .h2, .cd-top i, #content blockquote:before {
  font-size: 1.7em; }

h3, .h3 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0.2em 0;
  letter-spacing: 1.5px;
  font-weight: 600; }
  h3:after, .h3:after {
    content: "";
    width: 80px;
    height: 4px;
    background-color: #5f902e;
    display: block;
    margin: 0.5em 0; }

h4, .h4 {
  margin: 0.5em 0;
  font-weight: 700; }

h5, .h5, h6, .h6, .header .last nav, #breadcrumbs {
  font-size: 1em;
  font-weight: 300; }

#privacy {
  text-transform: uppercase; }

h4, .h4 {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1em; }

#content .price {
  letter-spacing: 0.05em;
  font-size: 1.5em; }

h6, .h6, #breadcrumbs {
  font-size: 0.9em; }

.slideshow_caption p.h1 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.8em;
  /*font-weight:700;*/ }

body.Home .columnlayout h2 {
  font-size: 1.1em; }

#yourFamily {
  font-size: 1.2em; }

.topMenu .nav > li > a {
  font-weight: 100; }

.heading h1 {
  font-size: 1.5em; }

blockquote .h2, body.Home #topblocks h2, a.toggleMenu {
  font-size: 1.6em;
  padding: 0.5em 0; }

.confidenceTriggers i {
  font-size: 3em; }

.header .phone {
  text-transform: uppercase; }

.header h1 {
  text-align: center; }

/*************************
Colours
*************************/
.white, #trusticons, #trusticons .h2, #footer #facebook a, body.Home .heading h1, #bottomblocks .button:hover, #bottomblocks .button:focus, #bottomblocks .button:active, #address form .button:hover, a.button, #footer h3, .topMenu .nav li a, #copyright, #footer, #footer a, .cd-top i, .button, a.button:hover, .confidenceTriggers, a.button:focus, a.button.secondary:hover, .slick-slider button:before, [data-control], [data-control]:before, #button, #button:hover, button#customButton, #yourFamily, #customMessage, #customMessage a, .ViewCart em.quantity {
  color: #ffffff; }

.green, body.Home #content ul li::before, blockquote:before, body.Home .columnlayout h2 a:hover, .respond-form h2, .holdCart a, #pearl a {
  color: #85c446; }

.darkgreen, a.toggleMenu, #address form .button, .holdCart a:hover, .ViewCart .fal {
  color: #5f902e; }

.grey, .phone a:hover, .accessories a:hover, h3 a, .accessories .holdCart a:hover {
  color: #3c3c3c; }

.black, h1, .h1, h2, .h2, .slideshow_caption p.h1, .slideshow_caption .slideDescription, #customMessage a:hover, #pearl a:hover, .Home #topblocks a, .home #topblocks a:hover {
  color: #222222; }

#footer a {
  opacity: 0.7; }

#footer a:hover {
  opacity: 1; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*********************
SPRITE
*********************/
#logo {
  display: block;
  width: 250px;
  height: 70px;
  margin: 0 auto;
  background: transparent url("../images/logo.svg") no-repeat center top;
  background-size: 250px 70px; }

/*********************
OVERLAYS
*********************/
.whiteOverlay {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*display: block;*/
  opacity: 0.45;
  z-index: 0; }

.blackOverlay {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.65;
  z-index: 0; }

/*********************
ANIMATIONS
*********************/
body:not(.admindex) .os-animation, body:not(.admindex) #leftcol > div > div .os-animation {
  opacity: 0;
  animation-delay: 0.25s; }

/*********************
HEADER STYLES
*********************/
/*Set height of parallax on home to be bigger than inner pages */
.Home .header .menu {
  position: relative;
  border: none; }

.header {
  position: relative;
  z-index: 99;
  width: 100%; }
  .header .accessories {
    position: relative;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .header .accessories em.quantity {
      background: #85c446;
      border-radius: 100px;
      display: inline-block;
      min-width: 30px;
      padding: 0px;
      text-align: center;
      margin: 0 0.2em; }
    .header .accessories .phone {
      line-height: 1.5; }
  .header #logo {
    position: relative;
    top: 0px;
    z-index: 9999;
    margin-top: 10px; }
  .header .menu {
    padding: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px dotted #d5d5d5;
    z-index: 9000;
    max-width: 100%; }
    .header .menu .last {
      text-align: right;
      margin-left: 0;
      margin-bottom: 0.75em;
      padding: 0.25em 0; }
      .header .menu .last nav {
        float: left;
        line-height: 2; }
        .header .menu .last nav a {
          display: inline-block; }
  .header #secondmenu {
    display: none; }

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-width: 100%;
  display: block;
  background: transparent; }

/*Product Header*/
#stickyselectionholder.slick-slider {
  margin-bottom: 0;
  border-bottom: 1px dotted #d5d5d5; }

#stickyselectionholder .slick-dots {
  bottom: -25px;
  text-shadow: none; }

#stickyselectionholder li#pearl {
  position: relative;
  height: 114px; }
  #stickyselectionholder li#pearl a {
    font-size: 3em;
    line-height: 0.5;
    padding: .6em;
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    -webkit-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50.2%, -50.2%, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #stickyselectionholder li#pearl a:hover {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

#stickyselectionholder .stickyItem {
  position: relative; }
  #stickyselectionholder .stickyItem img {
    padding: 0 0.25em; }
  #stickyselectionholder .stickyItem input.button {
    position: absolute;
    bottom: 0;
    left: 0.25em;
    padding: 0.1em;
    line-height: 0.8;
    z-index: 999; }
  #stickyselectionholder .stickyItem a {
    padding: 0; }

#yourFamily {
  position: absolute;
  left: -1%;
  top: 2.5%;
  background: #85c446;
  text-align: right;
  line-height: 1.8;
  display: block;
  z-index: 999;
  padding: 0.25em 1em;
  padding-left: 2em;
  /*border: 1px dashed $color-quaternary;*/
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3); }

.clearHeader {
  position: relative;
  right: 0;
  width: 100%;
  top: 0;
  display: block;
  padding: 1em 2em;
  padding-top: 4em; }
  .clearHeader #stickyselectionholder.slick-slider {
    padding-bottom: 30px; }

.darkHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.2);
  padding: 2em; }
  .darkHeader .price {
    display: none; }
  .darkHeader #stickyselectionholder.slick-slider {
    border-bottom: 0; }

/***********************
HERO - INNER PAGES
************************/
#hero {
  position: relative; }
  #hero .topBlock {
    z-index: 8888;
    text-align: center; }
    #hero .topBlock h1, #hero .topBlock .h1 {
      display: inline-block;
      padding: 0.5em;
      background: #ffffff;
      bottom: 0;
      width: 100%;
      position: absolute;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -ms-transform: translateX(-50%) translateY(0%);
      /*correction*/
      transform: translate3d(-50%, 0, 0); }

/*hero*/
/*********************
NAVIGATION STYLES
*********************/
.topMenu {
  width: 100%;
  float: right;
  clear: right;
  /* end .nav */ }
  .topMenu a.toggleMenu {
    /* width: 100%; */
    padding: 0 4%;
    float: right;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    top: -30px; }
    .topMenu a.toggleMenu span {
      display: block;
      width: auto;
      float: right;
      padding-left: 0.5em; }
  .topMenu .nav {
    margin-top: 1em;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -ms-transform: translateX(-50%) translateY(0%);
    /*correction*/
    transform: translate3d(-50%, 0, 0);
    width: 96%;
    z-index: 99999;
    /* end .menu li */ }
    .topMenu .nav li {
      position: relative;
      text-align: left;
      /* Sub-menu level 2 */
      /* end level 2	*/
      /* Hover effects */ }
      .topMenu .nav li a {
        display: block;
        text-decoration: none;
        padding: 0.5em 0.5em;
        background: #78b63a;
        border-bottom: 1px solid rgba(130, 154, 193, 0.21);
        /*
						remember this is for mobile ONLY, so there's no need
						to even declare hover styles here. We want to
						keep this file as small as possible!
						*/ }
        .topMenu .nav li a:hover, .topMenu .nav li a:focus {
          background: #92ca59; }
        .topMenu .nav li a.parent:before {
          content: "\f107";
          font-family: 'Font Awesome 5 Pro';
          display: block;
          float: right;
          font-size: large;
          padding-right: 0.5em;
          line-height: 1.2;
          font-weight: 600; }
      .topMenu .nav li.hover > a.parent:before {
        content: "\f106"; }
      .topMenu .nav li ul,
      .topMenu .nav li ul.sub-menu,
      .topMenu .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        display: none;
        z-index: 8999; }
        .topMenu .nav li ul li,
        .topMenu .nav li ul.sub-menu li,
        .topMenu .nav li ul.children li {
          /* Sub-sub-menu level 3	*/
          /* end level 3	*/ }
          .topMenu .nav li ul li a,
          .topMenu .nav li ul.sub-menu li a,
          .topMenu .nav li ul.children li a {
            padding-left: 1em;
            background: #85c446;
            border-bottom: 1px solid rgba(130, 154, 193, 0.21); }
            .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
            .topMenu .nav li ul.sub-menu li a:hover,
            .topMenu .nav li ul.sub-menu li a:focus,
            .topMenu .nav li ul.children li a:hover,
            .topMenu .nav li ul.children li a:focus {
              background: #9fd06d; }
          .topMenu .nav li ul li ul li,
          .topMenu .nav li ul.sub-menu li ul li,
          .topMenu .nav li ul.children li ul li {
            /* Sub-sub-menu level 4	*/
            /* end level 4	*/ }
            .topMenu .nav li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li a,
            .topMenu .nav li ul.children li ul li a {
              padding-left: 1.5em;
              background: #92ca59; }
              .topMenu .nav li ul li ul li a:hover, .topMenu .nav li ul li ul li a:focus,
              .topMenu .nav li ul.sub-menu li ul li a:hover,
              .topMenu .nav li ul.sub-menu li ul li a:focus,
              .topMenu .nav li ul.children li ul li a:hover,
              .topMenu .nav li ul.children li ul li a:focus {
                background: #9fd06d; }
            .topMenu .nav li ul li ul li ul li a,
            .topMenu .nav li ul.sub-menu li ul li ul li a,
            .topMenu .nav li ul.children li ul li ul li a {
              padding-left: 2em;
              background: #9fd06d; }

/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block; }

.nav li li.hover > ul {
  left: 100%;
  top: 0;
  display: block; }

/*********************
CONTENT STYLES
*********************/
.columnlayout, ul#products, #categorydetails ul, #relatedProducts ul, body.Brands ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  padding: 0 0 0 0px; }
  .columnlayout > div, .columnlayout li, ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li, #relatedProducts ul > div, #relatedProducts ul li, body.Brands ol > div, body.Brands ol li {
    display: inline-block;
    vertical-align: top;
    flex: 1 1 auto;
    flex-grow: 0;
    width: 48%;
    margin-right: 0.5em;
    margin-bottom: 0.5em; }
    .columnlayout > div > div, .columnlayout li > div, ul#products > div > div, ul#products li > div, #categorydetails ul > div > div, #categorydetails ul li > div, #relatedProducts ul > div > div, #relatedProducts ul li > div, body.Brands ol > div > div, body.Brands ol li > div {
      width: auto; }
    .columnlayout > div:nth-child(2n+2), .columnlayout li:nth-child(2n+2), ul#products > div:nth-child(2n+2), ul#products li:nth-child(2n+2), #categorydetails ul > div:nth-child(2n+2), #categorydetails ul li:nth-child(2n+2), #relatedProducts ul > div:nth-child(2n+2), #relatedProducts ul li:nth-child(2n+2), body.Brands ol > div:nth-child(2n+2), body.Brands ol li:nth-child(2n+2) {
      margin-right: 0; }

.columnlayout > div {
  width: 49%;
  margin-right: 0em; }

/* content area all inner pages */
#content img {
  /*margin: 0 0 1.5em 0;*/
  max-width: 100%;
  height: auto; }

#content .row .columnlayout {
  padding: 0; }

#content .row hr {
  border: 0;
  background-color: #cccccc;
  height: 1px;
  text-align: left;
  margin: 1em 0; }

#content ul, body.Home #bottomblocks ul {
  padding: 0;
  list-style-type: none; }
  #content ul li, body.Home #bottomblocks ul li {
    padding: 0.2em 0 0.2em 1.4em; }
    #content ul li:before, body.Home #bottomblocks ul li:before {
      font-family: 'Font Awesome 5 Pro';
      display: block;
      float: left;
      margin-left: -1.2em; }

#content ul#gallery li:before, body.Home #bottomblocks ul#gallery li:before {
  content: none; }

#breadcrumbs {
  border-bottom: 1px dotted #d5d5d5; }
  #breadcrumbs .row * {
    display: inline; }
  #breadcrumbs > div div {
    display: inline; }

/*********************
HOME STYLES
*********************/
.Home .header {
  height: auto;
  max-width: 100%;
  overflow-x: hidden; }
  .Home .header #imageslider {
    height: auto;
    position: relative;
    top: 0; }
    .Home .header #imageslider .backupPoster img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -3; }

.Home #featuredProducts {
  background: whitesmoke;
  margin-top: 1em; }

/*********************************
TOP BLOCKS
*********************************/
body.Home #topblocks {
  text-align: center;
  background: #f0f0f0;
  padding: 0.5em 1em;
  max-width: 100%; }
  body.Home #topblocks .sixcol {
    padding-top: 1em;
    margin-bottom: 1em;
    padding: 0;
    border-radius: 4px; }
    body.Home #topblocks .sixcol h2 {
      width: 80%;
      margin: 0 auto;
      display: block; }
    body.Home #topblocks .sixcol .button {
      display: block;
      width: 100%;
      border-radius: 0 0 4px 4px; }
    body.Home #topblocks .sixcol img {
      height: 120px;
      display: block;
      margin: 1em auto; }
    body.Home #topblocks .sixcol.first {
      animation-delay: 1s;
      /*background: lighten($color-quaternary, 20%);*/ }
    body.Home #topblocks .sixcol.last {
      animation-delay: 2s;
      /*background: lighten($color-primary, 30%);*/ }

#topblocks .parallax-window {
  height: 250px;
  position: relative; }
  #topblocks .parallax-window .borderWrap {
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    -webkit-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50.2%, -50.2%, 0);
    width: 80%;
    max-width: 30em; }
    #topblocks .parallax-window .borderWrap h1 {
      text-align: center;
      background: #ffffff;
      padding: 0.25em;
      margin-top: 0; }

#customMessage {
  background: #85c446; }
  #customMessage .row {
    padding: 0.5em;
    text-align: center; }
    #customMessage .row p {
      margin: 0; }

/*********************************
BOTTOM BLOCKS
*********************************/
#trusticons h4 {
  padding-bottom: 50px;
  font-size: 12px; }

#trusticons .parallax-window {
  position: relative;
  padding: 0em 0;
  height: 800px;
  text-align: center; }
  #trusticons .parallax-window .borderWrap {
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    -webkit-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50.2%, -50.2%, 0);
    width: 90%;
    padding: 1.5em 2.5em;
    text-align: center; }
    #trusticons .parallax-window .borderWrap blockquote {
      text-align: center; }
    #trusticons .parallax-window .borderWrap:before {
      content: none; }
    #trusticons .parallax-window .borderWrap p {
      padding-left: 0; }

#bottomblocks .respond-form h2, #bottomblocks .respond-form h3, #bottomblocks .respond-form #contact_us_enq_submit {
  text-align: center; }

#bottomblocks .respond-form h3:after {
  content: "";
  width: 80px;
  height: 4px;
  background-color: #5f902e;
  display: block;
  margin: 0.5em auto; }

#bottomblocks .respond-form fieldset {
  border: none; }

#bottomblocks .respond-form label {
  display: block; }

#bottomblocks .respond-form p.submitbutton {
  text-align: center; }

body:not(.Home) #bottomBlocks .container, body:not(.Home) #homerightblocks .container, body.Home #bottomBlocks .container, body.Home #homerightblocks .container {
  background-color: whitesmoke;
  padding: 1em 0 0 0; }
  body:not(.Home) #bottomBlocks .container .respond-form, body:not(.Home) #homerightblocks .container .respond-form, body.Home #bottomBlocks .container .respond-form, body.Home #homerightblocks .container .respond-form {
    padding: 1em 0; }
    body:not(.Home) #bottomBlocks .container .respond-form textarea, body:not(.Home) #homerightblocks .container .respond-form textarea, body.Home #bottomBlocks .container .respond-form textarea, body.Home #homerightblocks .container .respond-form textarea {
      height: 105px; }

#recentProducts {
  margin-top: 30px; }

/******************************************************************
FORM STYLES
******************************************************************/
#footer .smallform input[type=email] {
  display: inline-block;
  width: 70%;
  height: 50px;
  vertical-align: top;
  border: none; }

#footer .smallform input[type=submit] {
  display: inline-block;
  color: #ffffff;
  height: 50px;
  border: none; }

#footer .smallform #button:focus, #footer .smallform #button:active, #footer .smallform #button:hover {
  background: #ffffff;
  color: #85c446;
  height: 50px;
  border: none; }

.respond-form {
  margin: 0em 0em;
  padding: 0%;
  min-width: 190px;
  background-color: transparent; }

.respond-form, #address, #checkout, .checkoutHeader, .product, .viewcart {
  /* not nested as not all forms contain a table */ }
  .respond-form table, #address table, #checkout table, .checkoutHeader table, .product table, .viewcart table {
    width: 100%; }
  .respond-form form, .respond-form .form-section, .respond-form #ProductCustomisation, #address form, #address .form-section, #address #ProductCustomisation, #checkout form, #checkout .form-section, #checkout #ProductCustomisation, .checkoutHeader form, .checkoutHeader .form-section, .checkoutHeader #ProductCustomisation, .product form, .product .form-section, .product #ProductCustomisation, .viewcart form, .viewcart .form-section, .viewcart #ProductCustomisation {
    margin: 0 0; }
    .respond-form form li, .respond-form .form-section li, .respond-form #ProductCustomisation li, #address form li, #address .form-section li, #address #ProductCustomisation li, #checkout form li, #checkout .form-section li, #checkout #ProductCustomisation li, .checkoutHeader form li, .checkoutHeader .form-section li, .checkoutHeader #ProductCustomisation li, .product form li, .product .form-section li, .product #ProductCustomisation li, .viewcart form li, .viewcart .form-section li, .viewcart #ProductCustomisation li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small, .respond-form .form-section li label,
      .respond-form .form-section li small, .respond-form #ProductCustomisation li label,
      .respond-form #ProductCustomisation li small, #address form li label,
      #address form li small, #address .form-section li label,
      #address .form-section li small, #address #ProductCustomisation li label,
      #address #ProductCustomisation li small, #checkout form li label,
      #checkout form li small, #checkout .form-section li label,
      #checkout .form-section li small, #checkout #ProductCustomisation li label,
      #checkout #ProductCustomisation li small, .checkoutHeader form li label,
      .checkoutHeader form li small, .checkoutHeader .form-section li label,
      .checkoutHeader .form-section li small, .checkoutHeader #ProductCustomisation li label,
      .checkoutHeader #ProductCustomisation li small, .product form li label,
      .product form li small, .product .form-section li label,
      .product .form-section li small, .product #ProductCustomisation li label,
      .product #ProductCustomisation li small, .viewcart form li label,
      .viewcart form li small, .viewcart .form-section li label,
      .viewcart .form-section li small, .viewcart #ProductCustomisation li label,
      .viewcart #ProductCustomisation li small {
        display: none; }
    .respond-form form input#Customer_EmailBox, .respond-form form input#register_Password, .respond-form form input#confirm_Password,
    .respond-form form input[type=number],
    .respond-form form input[type=password],
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea,
    .respond-form form select, .respond-form .form-section input#Customer_EmailBox, .respond-form .form-section input#register_Password, .respond-form .form-section input#confirm_Password,
    .respond-form .form-section input[type=number],
    .respond-form .form-section input[type=password],
    .respond-form .form-section input[type=text],
    .respond-form .form-section input[type=email],
    .respond-form .form-section input[type=url],
    .respond-form .form-section textarea,
    .respond-form .form-section select, .respond-form #ProductCustomisation input#Customer_EmailBox, .respond-form #ProductCustomisation input#register_Password, .respond-form #ProductCustomisation input#confirm_Password,
    .respond-form #ProductCustomisation input[type=number],
    .respond-form #ProductCustomisation input[type=password],
    .respond-form #ProductCustomisation input[type=text],
    .respond-form #ProductCustomisation input[type=email],
    .respond-form #ProductCustomisation input[type=url],
    .respond-form #ProductCustomisation textarea,
    .respond-form #ProductCustomisation select, #address form input#Customer_EmailBox, #address form input#register_Password, #address form input#confirm_Password,
    #address form input[type=number],
    #address form input[type=password],
    #address form input[type=text],
    #address form input[type=email],
    #address form input[type=url],
    #address form textarea,
    #address form select, #address .form-section input#Customer_EmailBox, #address .form-section input#register_Password, #address .form-section input#confirm_Password,
    #address .form-section input[type=number],
    #address .form-section input[type=password],
    #address .form-section input[type=text],
    #address .form-section input[type=email],
    #address .form-section input[type=url],
    #address .form-section textarea,
    #address .form-section select, #address #ProductCustomisation input#Customer_EmailBox, #address #ProductCustomisation input#register_Password, #address #ProductCustomisation input#confirm_Password,
    #address #ProductCustomisation input[type=number],
    #address #ProductCustomisation input[type=password],
    #address #ProductCustomisation input[type=text],
    #address #ProductCustomisation input[type=email],
    #address #ProductCustomisation input[type=url],
    #address #ProductCustomisation textarea,
    #address #ProductCustomisation select, #checkout form input#Customer_EmailBox, #checkout form input#register_Password, #checkout form input#confirm_Password,
    #checkout form input[type=number],
    #checkout form input[type=password],
    #checkout form input[type=text],
    #checkout form input[type=email],
    #checkout form input[type=url],
    #checkout form textarea,
    #checkout form select, #checkout .form-section input#Customer_EmailBox, #checkout .form-section input#register_Password, #checkout .form-section input#confirm_Password,
    #checkout .form-section input[type=number],
    #checkout .form-section input[type=password],
    #checkout .form-section input[type=text],
    #checkout .form-section input[type=email],
    #checkout .form-section input[type=url],
    #checkout .form-section textarea,
    #checkout .form-section select, #checkout #ProductCustomisation input#Customer_EmailBox, #checkout #ProductCustomisation input#register_Password, #checkout #ProductCustomisation input#confirm_Password,
    #checkout #ProductCustomisation input[type=number],
    #checkout #ProductCustomisation input[type=password],
    #checkout #ProductCustomisation input[type=text],
    #checkout #ProductCustomisation input[type=email],
    #checkout #ProductCustomisation input[type=url],
    #checkout #ProductCustomisation textarea,
    #checkout #ProductCustomisation select, .checkoutHeader form input#Customer_EmailBox, .checkoutHeader form input#register_Password, .checkoutHeader form input#confirm_Password,
    .checkoutHeader form input[type=number],
    .checkoutHeader form input[type=password],
    .checkoutHeader form input[type=text],
    .checkoutHeader form input[type=email],
    .checkoutHeader form input[type=url],
    .checkoutHeader form textarea,
    .checkoutHeader form select, .checkoutHeader .form-section input#Customer_EmailBox, .checkoutHeader .form-section input#register_Password, .checkoutHeader .form-section input#confirm_Password,
    .checkoutHeader .form-section input[type=number],
    .checkoutHeader .form-section input[type=password],
    .checkoutHeader .form-section input[type=text],
    .checkoutHeader .form-section input[type=email],
    .checkoutHeader .form-section input[type=url],
    .checkoutHeader .form-section textarea,
    .checkoutHeader .form-section select, .checkoutHeader #ProductCustomisation input#Customer_EmailBox, .checkoutHeader #ProductCustomisation input#register_Password, .checkoutHeader #ProductCustomisation input#confirm_Password,
    .checkoutHeader #ProductCustomisation input[type=number],
    .checkoutHeader #ProductCustomisation input[type=password],
    .checkoutHeader #ProductCustomisation input[type=text],
    .checkoutHeader #ProductCustomisation input[type=email],
    .checkoutHeader #ProductCustomisation input[type=url],
    .checkoutHeader #ProductCustomisation textarea,
    .checkoutHeader #ProductCustomisation select, .product form input#Customer_EmailBox, .product form input#register_Password, .product form input#confirm_Password,
    .product form input[type=number],
    .product form input[type=password],
    .product form input[type=text],
    .product form input[type=email],
    .product form input[type=url],
    .product form textarea,
    .product form select, .product .form-section input#Customer_EmailBox, .product .form-section input#register_Password, .product .form-section input#confirm_Password,
    .product .form-section input[type=number],
    .product .form-section input[type=password],
    .product .form-section input[type=text],
    .product .form-section input[type=email],
    .product .form-section input[type=url],
    .product .form-section textarea,
    .product .form-section select, .product #ProductCustomisation input#Customer_EmailBox, .product #ProductCustomisation input#register_Password, .product #ProductCustomisation input#confirm_Password,
    .product #ProductCustomisation input[type=number],
    .product #ProductCustomisation input[type=password],
    .product #ProductCustomisation input[type=text],
    .product #ProductCustomisation input[type=email],
    .product #ProductCustomisation input[type=url],
    .product #ProductCustomisation textarea,
    .product #ProductCustomisation select, .viewcart form input#Customer_EmailBox, .viewcart form input#register_Password, .viewcart form input#confirm_Password,
    .viewcart form input[type=number],
    .viewcart form input[type=password],
    .viewcart form input[type=text],
    .viewcart form input[type=email],
    .viewcart form input[type=url],
    .viewcart form textarea,
    .viewcart form select, .viewcart .form-section input#Customer_EmailBox, .viewcart .form-section input#register_Password, .viewcart .form-section input#confirm_Password,
    .viewcart .form-section input[type=number],
    .viewcart .form-section input[type=password],
    .viewcart .form-section input[type=text],
    .viewcart .form-section input[type=email],
    .viewcart .form-section input[type=url],
    .viewcart .form-section textarea,
    .viewcart .form-section select, .viewcart #ProductCustomisation input#Customer_EmailBox, .viewcart #ProductCustomisation input#register_Password, .viewcart #ProductCustomisation input#confirm_Password,
    .viewcart #ProductCustomisation input[type=number],
    .viewcart #ProductCustomisation input[type=password],
    .viewcart #ProductCustomisation input[type=text],
    .viewcart #ProductCustomisation input[type=email],
    .viewcart #ProductCustomisation input[type=url],
    .viewcart #ProductCustomisation textarea,
    .viewcart #ProductCustomisation select {
      padding: 1em;
      background-color: #ffffff;
      border-color: #85c446;
      margin: 0 0 1em 0;
      display: block;
      width: 100%;
      max-width: 100%;
      border: 2px solid #85c446;
      /* form validation - comment out as editor doesn't support some of the html5 validation techniques */
      /* &:invalid {
				outline: none;
				border-color: #fbc2c4;
				background-color: #f6e7eb;
				-webkit-box-shadow: none;
				   -moz-box-shadow: none;
				    -ms-box-shadow: none;
						box-shadow: none;
			}*/ }
      .respond-form form input#Customer_EmailBox:focus, .respond-form form input#register_Password:focus, .respond-form form input#confirm_Password:focus,
      .respond-form form input[type=number]:focus,
      .respond-form form input[type=password]:focus,
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus,
      .respond-form form select:focus, .respond-form .form-section input#Customer_EmailBox:focus, .respond-form .form-section input#register_Password:focus, .respond-form .form-section input#confirm_Password:focus,
      .respond-form .form-section input[type=number]:focus,
      .respond-form .form-section input[type=password]:focus,
      .respond-form .form-section input[type=text]:focus,
      .respond-form .form-section input[type=email]:focus,
      .respond-form .form-section input[type=url]:focus,
      .respond-form .form-section textarea:focus,
      .respond-form .form-section select:focus, .respond-form #ProductCustomisation input#Customer_EmailBox:focus, .respond-form #ProductCustomisation input#register_Password:focus, .respond-form #ProductCustomisation input#confirm_Password:focus,
      .respond-form #ProductCustomisation input[type=number]:focus,
      .respond-form #ProductCustomisation input[type=password]:focus,
      .respond-form #ProductCustomisation input[type=text]:focus,
      .respond-form #ProductCustomisation input[type=email]:focus,
      .respond-form #ProductCustomisation input[type=url]:focus,
      .respond-form #ProductCustomisation textarea:focus,
      .respond-form #ProductCustomisation select:focus, #address form input#Customer_EmailBox:focus, #address form input#register_Password:focus, #address form input#confirm_Password:focus,
      #address form input[type=number]:focus,
      #address form input[type=password]:focus,
      #address form input[type=text]:focus,
      #address form input[type=email]:focus,
      #address form input[type=url]:focus,
      #address form textarea:focus,
      #address form select:focus, #address .form-section input#Customer_EmailBox:focus, #address .form-section input#register_Password:focus, #address .form-section input#confirm_Password:focus,
      #address .form-section input[type=number]:focus,
      #address .form-section input[type=password]:focus,
      #address .form-section input[type=text]:focus,
      #address .form-section input[type=email]:focus,
      #address .form-section input[type=url]:focus,
      #address .form-section textarea:focus,
      #address .form-section select:focus, #address #ProductCustomisation input#Customer_EmailBox:focus, #address #ProductCustomisation input#register_Password:focus, #address #ProductCustomisation input#confirm_Password:focus,
      #address #ProductCustomisation input[type=number]:focus,
      #address #ProductCustomisation input[type=password]:focus,
      #address #ProductCustomisation input[type=text]:focus,
      #address #ProductCustomisation input[type=email]:focus,
      #address #ProductCustomisation input[type=url]:focus,
      #address #ProductCustomisation textarea:focus,
      #address #ProductCustomisation select:focus, #checkout form input#Customer_EmailBox:focus, #checkout form input#register_Password:focus, #checkout form input#confirm_Password:focus,
      #checkout form input[type=number]:focus,
      #checkout form input[type=password]:focus,
      #checkout form input[type=text]:focus,
      #checkout form input[type=email]:focus,
      #checkout form input[type=url]:focus,
      #checkout form textarea:focus,
      #checkout form select:focus, #checkout .form-section input#Customer_EmailBox:focus, #checkout .form-section input#register_Password:focus, #checkout .form-section input#confirm_Password:focus,
      #checkout .form-section input[type=number]:focus,
      #checkout .form-section input[type=password]:focus,
      #checkout .form-section input[type=text]:focus,
      #checkout .form-section input[type=email]:focus,
      #checkout .form-section input[type=url]:focus,
      #checkout .form-section textarea:focus,
      #checkout .form-section select:focus, #checkout #ProductCustomisation input#Customer_EmailBox:focus, #checkout #ProductCustomisation input#register_Password:focus, #checkout #ProductCustomisation input#confirm_Password:focus,
      #checkout #ProductCustomisation input[type=number]:focus,
      #checkout #ProductCustomisation input[type=password]:focus,
      #checkout #ProductCustomisation input[type=text]:focus,
      #checkout #ProductCustomisation input[type=email]:focus,
      #checkout #ProductCustomisation input[type=url]:focus,
      #checkout #ProductCustomisation textarea:focus,
      #checkout #ProductCustomisation select:focus, .checkoutHeader form input#Customer_EmailBox:focus, .checkoutHeader form input#register_Password:focus, .checkoutHeader form input#confirm_Password:focus,
      .checkoutHeader form input[type=number]:focus,
      .checkoutHeader form input[type=password]:focus,
      .checkoutHeader form input[type=text]:focus,
      .checkoutHeader form input[type=email]:focus,
      .checkoutHeader form input[type=url]:focus,
      .checkoutHeader form textarea:focus,
      .checkoutHeader form select:focus, .checkoutHeader .form-section input#Customer_EmailBox:focus, .checkoutHeader .form-section input#register_Password:focus, .checkoutHeader .form-section input#confirm_Password:focus,
      .checkoutHeader .form-section input[type=number]:focus,
      .checkoutHeader .form-section input[type=password]:focus,
      .checkoutHeader .form-section input[type=text]:focus,
      .checkoutHeader .form-section input[type=email]:focus,
      .checkoutHeader .form-section input[type=url]:focus,
      .checkoutHeader .form-section textarea:focus,
      .checkoutHeader .form-section select:focus, .checkoutHeader #ProductCustomisation input#Customer_EmailBox:focus, .checkoutHeader #ProductCustomisation input#register_Password:focus, .checkoutHeader #ProductCustomisation input#confirm_Password:focus,
      .checkoutHeader #ProductCustomisation input[type=number]:focus,
      .checkoutHeader #ProductCustomisation input[type=password]:focus,
      .checkoutHeader #ProductCustomisation input[type=text]:focus,
      .checkoutHeader #ProductCustomisation input[type=email]:focus,
      .checkoutHeader #ProductCustomisation input[type=url]:focus,
      .checkoutHeader #ProductCustomisation textarea:focus,
      .checkoutHeader #ProductCustomisation select:focus, .product form input#Customer_EmailBox:focus, .product form input#register_Password:focus, .product form input#confirm_Password:focus,
      .product form input[type=number]:focus,
      .product form input[type=password]:focus,
      .product form input[type=text]:focus,
      .product form input[type=email]:focus,
      .product form input[type=url]:focus,
      .product form textarea:focus,
      .product form select:focus, .product .form-section input#Customer_EmailBox:focus, .product .form-section input#register_Password:focus, .product .form-section input#confirm_Password:focus,
      .product .form-section input[type=number]:focus,
      .product .form-section input[type=password]:focus,
      .product .form-section input[type=text]:focus,
      .product .form-section input[type=email]:focus,
      .product .form-section input[type=url]:focus,
      .product .form-section textarea:focus,
      .product .form-section select:focus, .product #ProductCustomisation input#Customer_EmailBox:focus, .product #ProductCustomisation input#register_Password:focus, .product #ProductCustomisation input#confirm_Password:focus,
      .product #ProductCustomisation input[type=number]:focus,
      .product #ProductCustomisation input[type=password]:focus,
      .product #ProductCustomisation input[type=text]:focus,
      .product #ProductCustomisation input[type=email]:focus,
      .product #ProductCustomisation input[type=url]:focus,
      .product #ProductCustomisation textarea:focus,
      .product #ProductCustomisation select:focus, .viewcart form input#Customer_EmailBox:focus, .viewcart form input#register_Password:focus, .viewcart form input#confirm_Password:focus,
      .viewcart form input[type=number]:focus,
      .viewcart form input[type=password]:focus,
      .viewcart form input[type=text]:focus,
      .viewcart form input[type=email]:focus,
      .viewcart form input[type=url]:focus,
      .viewcart form textarea:focus,
      .viewcart form select:focus, .viewcart .form-section input#Customer_EmailBox:focus, .viewcart .form-section input#register_Password:focus, .viewcart .form-section input#confirm_Password:focus,
      .viewcart .form-section input[type=number]:focus,
      .viewcart .form-section input[type=password]:focus,
      .viewcart .form-section input[type=text]:focus,
      .viewcart .form-section input[type=email]:focus,
      .viewcart .form-section input[type=url]:focus,
      .viewcart .form-section textarea:focus,
      .viewcart .form-section select:focus, .viewcart #ProductCustomisation input#Customer_EmailBox:focus, .viewcart #ProductCustomisation input#register_Password:focus, .viewcart #ProductCustomisation input#confirm_Password:focus,
      .viewcart #ProductCustomisation input[type=number]:focus,
      .viewcart #ProductCustomisation input[type=password]:focus,
      .viewcart #ProductCustomisation input[type=text]:focus,
      .viewcart #ProductCustomisation input[type=email]:focus,
      .viewcart #ProductCustomisation input[type=url]:focus,
      .viewcart #ProductCustomisation textarea:focus,
      .viewcart #ProductCustomisation select:focus {
        /*background-color: #fff;*/ }
    .respond-form form input[type=checkbox], .respond-form .form-section input[type=checkbox], .respond-form #ProductCustomisation input[type=checkbox], #address form input[type=checkbox], #address .form-section input[type=checkbox], #address #ProductCustomisation input[type=checkbox], #checkout form input[type=checkbox], #checkout .form-section input[type=checkbox], #checkout #ProductCustomisation input[type=checkbox], .checkoutHeader form input[type=checkbox], .checkoutHeader .form-section input[type=checkbox], .checkoutHeader #ProductCustomisation input[type=checkbox], .product form input[type=checkbox], .product .form-section input[type=checkbox], .product #ProductCustomisation input[type=checkbox], .viewcart form input[type=checkbox], .viewcart .form-section input[type=checkbox], .viewcart #ProductCustomisation input[type=checkbox] {
      margin-right: 5px; }
    .respond-form form input[name="180_LeaseEnquiry"], .respond-form .form-section input[name="180_LeaseEnquiry"], .respond-form #ProductCustomisation input[name="180_LeaseEnquiry"], #address form input[name="180_LeaseEnquiry"], #address .form-section input[name="180_LeaseEnquiry"], #address #ProductCustomisation input[name="180_LeaseEnquiry"], #checkout form input[name="180_LeaseEnquiry"], #checkout .form-section input[name="180_LeaseEnquiry"], #checkout #ProductCustomisation input[name="180_LeaseEnquiry"], .checkoutHeader form input[name="180_LeaseEnquiry"], .checkoutHeader .form-section input[name="180_LeaseEnquiry"], .checkoutHeader #ProductCustomisation input[name="180_LeaseEnquiry"], .product form input[name="180_LeaseEnquiry"], .product .form-section input[name="180_LeaseEnquiry"], .product #ProductCustomisation input[name="180_LeaseEnquiry"], .viewcart form input[name="180_LeaseEnquiry"], .viewcart .form-section input[name="180_LeaseEnquiry"], .viewcart #ProductCustomisation input[name="180_LeaseEnquiry"] {
      margin-bottom: 1em; }
    .respond-form form .required, .respond-form .form-section .required, .respond-form #ProductCustomisation .required, #address form .required, #address .form-section .required, #address #ProductCustomisation .required, #checkout form .required, #checkout .form-section .required, #checkout #ProductCustomisation .required, .checkoutHeader form .required, .checkoutHeader .form-section .required, .checkoutHeader #ProductCustomisation .required, .product form .required, .product .form-section .required, .product #ProductCustomisation .required, .viewcart form .required, .viewcart .form-section .required, .viewcart #ProductCustomisation .required {
      background-position: right top;
      background-repeat: no-repeat; }
    .respond-form form textarea, .respond-form .form-section textarea, .respond-form #ProductCustomisation textarea, #address form textarea, #address .form-section textarea, #address #ProductCustomisation textarea, #checkout form textarea, #checkout .form-section textarea, #checkout #ProductCustomisation textarea, .checkoutHeader form textarea, .checkoutHeader .form-section textarea, .checkoutHeader #ProductCustomisation textarea, .product form textarea, .product .form-section textarea, .product #ProductCustomisation textarea, .viewcart form textarea, .viewcart .form-section textarea, .viewcart #ProductCustomisation textarea {
      height: 150px; }
    .respond-form form img, .respond-form .form-section img, .respond-form #ProductCustomisation img, #address form img, #address .form-section img, #address #ProductCustomisation img, #checkout form img, #checkout .form-section img, #checkout #ProductCustomisation img, .checkoutHeader form img, .checkoutHeader .form-section img, .checkoutHeader #ProductCustomisation img, .product form img, .product .form-section img, .product #ProductCustomisation img, .viewcart form img, .viewcart .form-section img, .viewcart #ProductCustomisation img {
      /*float: left;*/ }
      .respond-form form img.fullwidth, .respond-form .form-section img.fullwidth, .respond-form #ProductCustomisation img.fullwidth, #address form img.fullwidth, #address .form-section img.fullwidth, #address #ProductCustomisation img.fullwidth, #checkout form img.fullwidth, #checkout .form-section img.fullwidth, #checkout #ProductCustomisation img.fullwidth, .checkoutHeader form img.fullwidth, .checkoutHeader .form-section img.fullwidth, .checkoutHeader #ProductCustomisation img.fullwidth, .product form img.fullwidth, .product .form-section img.fullwidth, .product #ProductCustomisation img.fullwidth, .viewcart form img.fullwidth, .viewcart .form-section img.fullwidth, .viewcart #ProductCustomisation img.fullwidth {
        max-width: 100%; }

#address form {
  margin: 0 auto; }

body.Landing .respond-form {
  background: #ffffff; }
  body.Landing .respond-form form input[type=text],
  body.Landing .respond-form form input[type=email],
  body.Landing .respond-form form input[type=url],
  body.Landing .respond-form form textarea,
  body.Landing .respond-form form select {
    background-color: #888888; }

/*********************
LEFT COLUMN
*********************/
#leftcol {
  padding-bottom: 0em; }
  #leftcol #div307 div {
    text-align: center; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  /* end .block */ }
  #rightcol .block .respond-form form, #rightcol .block #newsletter form {
    width: 100%; }
  #rightcol .block ol, #rightcol .block ul {
    padding: 0em 0em 1em 0em;
    margin-bottom: 2em; }
    #rightcol .block ol li, #rightcol .block ul li {
      border-bottom: 1px dotted #d5d5d5;
      display: block;
      padding: 0.3em 0 0.3em 1.4em;
      line-height: 2; }
      #rightcol .block ol li:before, #rightcol .block ul li:before {
        line-height: 2.5; }
      #rightcol .block ol li a, #rightcol .block ul li a {
        text-decoration: none;
        display: block; }

/* end #rightcol */
/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted white;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted white; }

div.listingImg {
  min-height: 100px; }

div.caseStudy img {
  max-width: 318px;
  height: auto; }

/*********************
GALLERY
*********************/
#gallery {
  display: table;
  margin: 0em auto;
  padding: 0 0 0 0; }
  #gallery li {
    list-style: none;
    width: 45.5%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border-bottom: 1px dotted white; }
  #gallery p {
    display: none; }

.confidence {
  padding: 2em 0; }
  .confidence .row > div {
    text-align: center; }

/*********************
ACCORDIAN - multi-level
*********************/
[data-accordion-group] [data-accordion] {
  margin-bottom: 0.5em;
  /* LEVEL 2 */ }
  [data-accordion-group] [data-accordion] [data-control] {
    background-color: #7b7b7b;
    padding: 0.5em 0.75em;
    outline: none;
    width: 100%;
    display: block;
    text-align: left;
    border: none;
    border-radius: 0 !important; }
    [data-accordion-group] [data-accordion] [data-control]:before {
      content: "\f067";
      font-family: 'Font Awesome 5 Pro';
      display: block;
      float: right;
      font-size: large;
      padding-right: 0.5em;
      line-height: 1.2;
      font-weight: 600; }
    [data-accordion-group] [data-accordion] [data-control] .circle {
      display: inline-block;
      text-align: center;
      background: #ffffff;
      width: 22px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      margin-right: 5px; }
  [data-accordion-group] [data-accordion] [data-content] article p {
    margin-top: 0; }
  [data-accordion-group] [data-accordion] [data-content] .innertube {
    padding: 4%;
    border: solid 1px #d5d5d5;
    border-top: none; }
    [data-accordion-group] [data-accordion] [data-content] .innertube ul.confidence {
      list-style: none;
      padding: 0; }
      [data-accordion-group] [data-accordion] [data-content] .innertube ul.confidence li {
        width: 46%;
        display: inline-block;
        float: left;
        margin: 0 2%;
        text-align: center; }
        [data-accordion-group] [data-accordion] [data-content] .innertube ul.confidence li .fa {
          color: #3c3c3c; }
  [data-accordion-group] [data-accordion] [data-accordion] {
    margin-bottom: 0em; }
    [data-accordion-group] [data-accordion] [data-accordion] [data-control] {
      background-color: #aeaeae;
      border: solid 1px #eeeeee;
      border-bottom: none; }
      [data-accordion-group] [data-accordion] [data-accordion] [data-control] .fa {
        color: #3c3c3c; }
      [data-accordion-group] [data-accordion] [data-accordion] [data-control]:last-of-type {
        border: solid 1px #eeeeee; }
    [data-accordion-group] [data-accordion] [data-accordion] [data-content] {
      border: none; }

[data-accordion-group] .open > [data-control]:before {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  display: block;
  float: right;
  font-size: large;
  font-weight: 600;
  padding-right: 0.5em;
  line-height: 1.2; }

/* Target Build a Bear Customisation Only */
#pnlProductCustomisation [data-accordion-group] [data-accordion], .contactTabs [data-accordion-group] [data-accordion] {
  /* LEVEL 2 */ }
  #pnlProductCustomisation [data-accordion-group] [data-accordion] [data-control], .contactTabs [data-accordion-group] [data-accordion] [data-control] {
    background-color: #3c3c3c; }
    #pnlProductCustomisation [data-accordion-group] [data-accordion] [data-control]:hover, #pnlProductCustomisation [data-accordion-group] [data-accordion] [data-control]:focus, .contactTabs [data-accordion-group] [data-accordion] [data-control]:hover, .contactTabs [data-accordion-group] [data-accordion] [data-control]:focus {
      background-color: #484848; }
  #pnlProductCustomisation [data-accordion-group] [data-accordion] [data-accordion] [data-control], .contactTabs [data-accordion-group] [data-accordion] [data-accordion] [data-control] {
    background-color: #aeaeae;
    color: #888888; }

/* Target Staff Dashboards Only */
body.cpstaffdashboardsdefault #orders [data-accordion-group] [data-accordion] [data-control] {
  margin-top: 0.25em;
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid #cccccc; }
  body.cpstaffdashboardsdefault #orders [data-accordion-group] [data-accordion] [data-control]:hover, body.cpstaffdashboardsdefault #orders [data-accordion-group] [data-accordion] [data-control]:focus {
    background-color: #3c3c3c;
    border-color: #2f2f2f; }

body.cpstaffdashboardsdefault #orders [data-accordion-group] [data-accordion].open [data-content] {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-top: none;
  padding: 0.5em; }

/* Target Customer Tracking Only */
body.cpcustomerstrackingdefault #leftcol #trackingdetails > div {
  width: 100%;
  margin-bottom: 15px; }
  body.cpcustomerstrackingdefault #leftcol #trackingdetails > div:after {
    content: '';
    display: block;
    clear: both;
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f2f2f2;
    margin: 0 auto; }
  body.cpcustomerstrackingdefault #leftcol #trackingdetails > div:last-of-type:after {
    display: none; }
  body.cpcustomerstrackingdefault #leftcol #trackingdetails > div .wrap {
    margin-bottom: 0; }
  body.cpcustomerstrackingdefault #leftcol #trackingdetails > div .wrap p {
    margin: 0; }
  body.cpcustomerstrackingdefault #leftcol #trackingdetails > div .wrap span {
    width: auto; }

/*********************
PRODUCT STYLES
*********************/
.product .productImageSlider.slick-slider .slick-list {
  width: 90%; }

.product .productImageSlider.slick-slider button.slick-prev {
  left: 1px; }

.product .productImageSlider.slick-slider button.slick-next {
  right: 1px; }

.product .productImageSlider.slick-slider button:before {
  color: #85c446;
  font-weight: 300; }

.product .productImageSlider .slick-slide img {
  padding: 0.25em; }

.product .shortDescription {
  text-align: center; }

.product .mobileProdImg {
  background: #ffffff;
  padding: 1em;
  border: solid 1px #d5d5d5; }

.product span.colourattribute {
  width: 23%;
  height: 150px;
  display: inline-block;
  margin: 0.25em;
  border: 2px solid #3c3c3c;
  vertical-align: top; }
  .product span.colourattribute:hover {
    cursor: pointer; }
  .product span.colourattribute label {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    padding: 0.25em;
    font-size: 80%; }
  .product span.colourattribute.selectedcolourattribute {
    border: 2px solid #85c446; }
    .product span.colourattribute.selectedcolourattribute label {
      background: #85c446;
      color: #ffffff; }

.product .fivecol.first img {
  margin: 0 auto; }

.product .sevencol.last {
  background: #f0f0f0;
  padding: 1em;
  border: solid 1px #d5d5d5; }
  .product .sevencol.last h1 {
    text-align: center; }
  .product .sevencol.last [data-content] {
    background: #ffffff;
    margin-bottom: 1em; }
  .product .sevencol.last .baseOptions {
    display: block; }
  .product .sevencol.last .figure {
    display: inline-block;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 48%;
    margin-left: 2%;
    margin-bottom: 0.25em;
    text-align: center;
    background: whitesmoke;
    border: solid 1px #d5d5d5;
    padding: 0.5em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .product .sevencol.last .figure:hover {
      background: #e0e0e0;
      border: solid 1px #888888;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
    .product .sevencol.last .figure:nth-child(even) {
      margin-right: 0; }
  .product .sevencol.last .priceCart {
    text-align: center; }
    .product .sevencol.last .priceCart .price {
      line-height: 1; }
    .product .sevencol.last .priceCart * {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.25em; }

/*************************
ERP
*************************/
/* STYLE ALL PRODUCT LISTINGS SITE-WIDE IN ONE SPOT */
.products {
  list-style-type: none;
  padding-left: 0; }
  .products li {
    padding: 0;
    margin: 1em;
    position: relative; }
    .products li .productDetails {
      padding: 0.5em;
      /*Styles added for RRP*/ }
      .products li .productDetails form {
        clear: both; }
        .products li .productDetails form > input, .products li .productDetails form > p {
          /*display:inline-block;*/ }
          .products li .productDetails form > input.sizeVariant, .products li .productDetails form > p.sizeVariant {
            display: block; }
        .products li .productDetails form > p {
          margin: 0; }
      .products li .productDetails > p > .rrp:after {
        display: block;
        content: "";
        width: 100%;
        height: 0.25em; }

.addcartContainer {
  display: inline; }

/* STYLE ALL PRODUCT DETAIL IN ONE SPOT */
#product .productDetails form.addCart {
  border-bottom: 3px solid #3c3c3c;
  padding-bottom: 0.5em;
  margin-bottom: 1em; }

#relatedProducts .products li {
  background: #ffffff; }

/*****************************
Cart + Checkout
****************************/
#checkoutBreadcrumbs {
  list-style: none;
  background-color: #e6e6e6;
  margin: 1em 0;
  padding-left: 0;
  display: block; }
  #checkoutBreadcrumbs li {
    float: left;
    width: 33.3%; }
    #checkoutBreadcrumbs li a {
      padding: 0.25em;
      display: inline-block;
      text-decoration: none;
      line-height: 2.5em; }
      #checkoutBreadcrumbs li a span {
        float: left;
        text-align: center;
        border: 1px solid #bfbfbf;
        margin: 0.25em 0.25em 0 0;
        line-height: 2em;
        display: inline-block;
        background: #e6e6e6;
        width: 2em;
        height: 2em;
        border-radius: 1em;
        text-align: center; }

/*Set body class to change styles*/
/*First - View Cart*/
body.viewcart #checkoutBreadcrumbs {
  width: 100%; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 60%; }
    body.viewcart #checkoutBreadcrumbs li.first a span {
      border: 1px solid #85c446;
      background-color: #85c446;
      color: #ffffff; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 12.5%; }
    body.viewcart #checkoutBreadcrumbs li.second a, body.viewcart #checkoutBreadcrumbs li.third a, body.viewcart #checkoutBreadcrumbs li.fourth a {
      text-indent: -9998em; }
      body.viewcart #checkoutBreadcrumbs li.second a span, body.viewcart #checkoutBreadcrumbs li.third a span, body.viewcart #checkoutBreadcrumbs li.fourth a span {
        text-indent: 0em; }
  body.viewcart #checkoutBreadcrumbs li.second a:hover,
  body.viewcart #checkoutBreadcrumbs li.third a:hover,
  body.viewcart #checkoutBreadcrumbs li.fourth a:hover {
    cursor: default;
    text-decoration: none; }

/*Second - ID*/
body.identification #checkoutBreadcrumbs li.second a span {
  border: 1px solid #85c446;
  background-color: #85c446;
  color: #ffffff; }

/*Third - Checkout*/
body.checkout #checkoutBreadcrumbs li.third {
  width: 60%; }
  body.checkout #checkoutBreadcrumbs li.third a span {
    border: 1px solid #85c446;
    background-color: #85c446;
    color: #ffffff; }

body.checkout #checkoutBreadcrumbs li.fourth a:hover {
  cursor: default;
  text-decoration: none; }

body.checkout #checkoutBreadcrumbs li.first, body.checkout #checkoutBreadcrumbs li.fourth {
  width: 20%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: -9998em; }
    body.checkout #checkoutBreadcrumbs li.first a span, body.checkout #checkoutBreadcrumbs li.fourth a span {
      text-indent: 0em; }

body.checkout #rightcol {
  margin-top: 0px; }

/*fourth - Confirmation*/
body.finalise #checkoutBreadcrumbs li.fourth a span {
  border: 1px solid #85c446;
  background-color: #85c446;
  color: #ffffff; }

.Blocks, fieldset {
  border: 1px solid #888888;
  background: whitesmoke;
  margin-bottom: 1em;
  padding: 0.75em; }

table.Blocks {
  width: 100%;
  /*margin-bottom:10px;*/ }

/*********************************
VIEW CART
*********************************/
.Proceed {
  text-align: center; }

.cartmessage {
  text-align: left;
  display: block;
  margin: 0.5em; }

table.ViewCart {
  margin-top: 1em;
  background: whitesmoke; }
  table.ViewCart tr td {
    padding: 0.75em 1em; }
  table.ViewCart a#lnlContinueShopping2, table.ViewCart .button.secondary {
    opacity: 0.8;
    font-size: 70%;
    width: 100%;
    margin: 0.5em auto;
    text-align: center; }
  table.ViewCart td {
    padding: 0.5em; }
  table.ViewCart td.ViewCart_Price_Right {
    text-align: right;
    vertical-align: bottom; }
  table.ViewCart td.ViewCart_Price_Left div.ViewCart_Price_Left {
    position: relative;
    text-align: right; }
  table.ViewCart td.ViewCart_Price_Left #divPopup {
    position: relative;
    margin: 0px 0px 0px auto;
    padding: 10px 10px 10px 10px;
    height: 60px;
    font-size: 80%;
    line-height: 110%;
    text-transform: none;
    text-align: left; }
    table.ViewCart td.ViewCart_Price_Left #divPopup .suburb {
      color: #222222;
      display: block;
      padding: 5px 10px;
      text-align: left;
      white-space: nowrap; }
      table.ViewCart td.ViewCart_Price_Left #divPopup .suburb:hover {
        background: #000080;
        color: #ffffff;
        text-decoration: none; }
  table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
  table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
    background: URL("/wmsimages/freight_good.png") no-repeat; }
  table.ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
  table.ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
    background: URL("/wmsimages/freight_bad.responsive.png") no-repeat; }

body.viewcart table.ViewCart tr:nth-last-child(3) {
  background: #888888;
  color: #ffffff;
  font-size: 1.5em; }

.greytext {
  color: #888888; }

/* .Proceed {
        background-color: $color-secondary;
        font-size: 90%;
        text-transform: uppercase;
        text-align: right;
        clear: both;

        a {
            color: $white;
            padding: 20px;
            line-height: 2em;
        }
    }*/
input.addQuantity {
  width: 6%;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 9.5px 0 9.5px 0; }

/******************************************************************
TABLE STYLES
******************************************************************/
/* QUICKCART TABLE */
.quickCart {
  background-color: #ffffff; }
  .quickCart .productRow td {
    border-bottom: 1px solid #ebebeb;
    padding: 0.25em; }
  .quickCart .productRow td:not(last-of-type) {
    text-align: left; }

/* ALL RESPONSIVE TABLES */
table#tableCart {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  /* /tbody*/ }
  table#tableCart thead, table#tableCart .isCollectionFooter {
    display: none; }
  table#tableCart tbody {
    display: block; }
    table#tableCart tbody tr.ViewCart_Separator {
      border: none;
      background: #888888;
      color: white;
      width: 100%; }
      table#tableCart tbody tr.ViewCart_Separator td:nth-child(4),
      table#tableCart tbody tr.ViewCart_Separator td:nth-child(5),
      table#tableCart tbody tr.ViewCart_Separator td:nth-child(6) {
        /*span{display: none;}*/ }
    table#tableCart tbody tr {
      display: block;
      margin: 1em auto;
      background: #ffffff; }
      table#tableCart tbody tr td {
        display: inline-block;
        text-align: center;
        padding: 0.25em 0.5em;
        width: 30%; }
        table#tableCart tbody tr td:first-child {
          display: block;
          width: 100%;
          text-align: center; }
          table#tableCart tbody tr td:first-child img {
            display: block;
            margin: 0.5em auto; }
        table#tableCart tbody tr td:nth-child(2) {
          display: block;
          width: 100%; }
        table#tableCart tbody tr td:last-child {
          display: none;
          width: 100%;
          font-size: 1.1em;
          font-weight: 700;
          padding-top: 0.5em; }
          table#tableCart tbody tr td:last-child .cartPrice {
            border-top: 1px solid #3c3c3c;
            width: 100%;
            display: block;
            padding: 1em; }

/* ALL RESPONSIVE TABLES */
table.tableResp, table#tableTotals {
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  /* /tbody*/ }
  table.tableResp thead tr, table#tableTotals thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table.tableResp tbody, table#tableTotals tbody {
    display: block; }
    table.tableResp tbody tr, table#tableTotals tbody tr {
      display: block;
      border-bottom: 1px solid #ebebeb; }
      table.tableResp tbody tr td, table#tableTotals tbody tr td {
        display: block;
        text-align: right;
        padding: 0.25em 0.5em; }
        table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
          content: attr(data-label);
          float: left;
          text-transform: uppercase; }

/* /table */
table#tableTotals tbody tr {
  border-bottom: none; }
  table#tableTotals tbody tr td {
    border: none; }

table#tableTotals tbody tr:not(.calcPostage) td:first-child {
  float: left; }

/**********************************
STEP 2/3 CHECKOUT
**********************************/
body.checkout .respond-form fieldset {
  margin-bottom: 1em; }

p.smMessage {
  font-size: 80%;
  text-transform: uppercase;
  padding: 2%;
  background-color: #ebebeb; }

/*********************************
PROCEED
*********************************/
.proceedCart, #Proceed_PayPal {
  margin-left: 0px;
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-bottom: 10px; }
  .proceedCart span, #Proceed_PayPal span {
    color: #3c3c3c;
    text-transform: uppercase;
    font-size: 70%;
    float: left;
    line-height: 4em; }
  .proceedCart #SubmitCheckout, #Proceed_PayPal #SubmitCheckout {
    margin-top: 9px;
    float: left;
    font-size: 1.0em !important;
    width: 160px;
    color: #ffffff;
    background-color: #85c446;
    font-weight: bold;
    padding: 14px 10px;
    clear: both;
    border: none; }
  .proceedCart #paymentbutton, #Proceed_PayPal #paymentbutton {
    color: #ffffff;
    background-color: #85c446;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1; }
    .proceedCart #paymentbutton:hover, #Proceed_PayPal #paymentbutton:hover {
      background-color: #7dbe3d; }
    .proceedCart #paymentbutton[disabled], #Proceed_PayPal #paymentbutton[disabled] {
      cursor: default;
      opacity: 0.5; }
  .proceedCart #payWayPaymentbutton, #Proceed_PayPal #payWayPaymentbutton {
    color: #ffffff;
    background-color: #85c446;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1; }
    .proceedCart #payWayPaymentbutton:hover, #Proceed_PayPal #payWayPaymentbutton:hover {
      background-color: #7dbe3d; }
    .proceedCart #payWayPaymentbutton[disabled], #Proceed_PayPal #payWayPaymentbutton[disabled] {
      opacity: 0.5; }
  .proceedCart .processingPayment, #Proceed_PayPal .processingPayment {
    color: #ffffff;
    background-color: #85c446;
    padding: 0 5%;
    text-transform: uppercase;
    height: 45px;
    line-height: 1.5em;
    border: 0;
    float: right;
    opacity: 1;
    padding-top: 10px; }
    .proceedCart .processingPayment:hover, #Proceed_PayPal .processingPayment:hover {
      background-color: #7dbe3d; }
    .proceedCart .processingPayment[disabled], #Proceed_PayPal .processingPayment[disabled] {
      opacity: 0.5; }

/*********************
FOOTER STYLES
*********************/
.product .confidenceTriggers {
  background: url("/UserFiles/Images/footer-image.jpg") no-repeat top left; }

.confidenceTriggers {
  text-align: center;
  background: transparent;
  padding: 1em;
  overflow: hidden;
  min-height: 750px;
  position: relative; }
  .confidenceTriggers > .row {
    padding: 1em 2em;
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    -webkit-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50.2%, -50.2%, 0);
    z-index: 1; }
    .confidenceTriggers > .row i {
      display: block; }

#footer {
  background: #222222;
  text-align: center; }
  #footer ul.submenu {
    display: none; }
  #footer > div > div {
    text-align: left;
    margin-bottom: 2em; }
  #footer i {
    padding-right: 0.25em; }
  #footer #copyright .first a {
    display: block; }
  #footer ul.nav {
    list-style-type: none;
    padding-left: 0; }
    #footer ul.nav li {
      border-bottom: 1px dotted #888888;
      list-style-type: none; }
      #footer ul.nav li a {
        display: block;
        line-height: 2;
        text-transform: capitalize; }
  #footer #privacy {
    text-align: center; }
    #footer #privacy a {
      padding: 0 0.5em; }
      #footer #privacy a:first-child {
        border-right: 1px solid #888888; }

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }
  .rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    /*padding: 2%;*/
    background: #ffffff; }
  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }

.rslides_nav {
  display: none;
  visibility: hidden; }

.slides1_nav {
  display: none;
  visibility: hidden; }

/* SLIDER */
.slick-slider {
  padding: 0;
  list-style: none; }
  .slick-slider .slick-list {
    margin: 0 auto; }
  .slick-slider button {
    padding: 0.2em;
    height: auto;
    z-index: 99; }
    .slick-slider button:before {
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      height: auto;
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }
  .slick-slider .slick-next:before {
    content: "\f105";
    padding-left: 0.1em; }

.slick-prev, .slick-next {
  top: 55%;
  z-index: 9999; }

.slick-prev {
  left: 1px; }

.slick-next {
  right: 1px; }

.slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
  border: none; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  width: 100%; }

/*Full width slider */
ul.responsive3 {
  margin-bottom: 0; }
  ul.responsive3 .slick-list {
    margin: 0 auto; }
    ul.responsive3 .slick-list .slick-track .slick-slide {
      position: relative;
      overflow: hidden; }
      ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
        position: absolute;
        top: 49.8%;
        left: 49.8%;
        -webkit-transform: translate3d(-50.2%, -50.2%, 0);
        -ms-transform: translate3d(-50.2%, -50.2%, 0);
        -ms-transform: translateX(-50%) translateY(-50%);
        /*correction for IE9*/
        transform: translate3d(-50.2%, -50.2%, 0);
        text-align: center;
        width: 80%;
        padding: 1em;
        z-index: 99;
        border: 2px solid #ffffff;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.6); }
        ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .h3:after {
          content: none; }
      ul.responsive3 .slick-list .slick-track .slick-slide img {
        height: 250px;
        max-width: none;
        width: auto;
        min-width: 100%; }

/************************
RESPONSIVE VIDEO WRAPPER
************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*********************
CUSTOMISE colorbox
*********************/
#cboxCurrent, #cboxNext, #cboxNext, #cboxPrevious, #cboxClose {
  top: 4px; }

#cboxCurrent {
  font-size: 120%;
  line-height: 1.8em; }

#cboxLoadedContent {
  margin-top: 28px; }

/*************************
STICKY BACK TO TOP
*************************/
.cd-top {
  z-index: 9999;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  background: #5f902e;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  .cd-top i {
    margin: auto;
    line-height: 2.5;
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    -webkit-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50.2%, -50.2%, 0); }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5; }

.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.scss styles.

******************************************************************/ }

/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
Also colvers tablets in portrait
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 5.801104972%; }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%; }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%; }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%; }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }
  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }
  .first {
    margin-left: 0; }
  .last {
    float: right; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
  .slideshow_caption p.h1, .heading h1 {
    font-size: 2.5em; }
  #footer {
    font-size: 0.9em; }
  blockquote .h2, body.Home #topblocks h2 {
    font-size: 1.9em;
    margin-bottom: 0em; }
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    max-width: 1240px; }
  header .row {
    max-width: 1600px; }
  /*********************
HEADER STYLES
*********************/
  body.Home .header #topblocks {
    /*@include center(); */
    padding: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 2em; }
    body.Home .header #topblocks h1 {
      margin: 0; }
    body.Home .header #topblocks .sixcol {
      padding: 0;
      /*box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);*/
      margin-top: 1em; }
      body.Home .header #topblocks .sixcol h2 {
        position: relative; }
        body.Home .header #topblocks .sixcol h2 a, body.Home .header #topblocks .sixcol h2 i {
          display: inline;
          word-break: keep-all; }
      body.Home .header #topblocks .sixcol.first, body.Home .header #topblocks .sixcol.last {
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      body.Home .header #topblocks .sixcol:hover {
        background: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); }
      body.Home .header #topblocks .sixcol img {
        display: none; }
  /*Set height of parallax on home to be bigger than inner pages */
  .header .menu {
    margin: 0 auto;
    width: 100%; }
  .header .phone {
    line-height: 3;
    position: relative;
    text-align: right; }
    .header .phone span {
      display: inline-block;
      margin: 0 0.5em; }
    .header .phone .email {
      display: inline-block; }
    .header .phone .button {
      float: none; }
  /***********************
HERO - INNER PAGES
************************/
  #hero .topBlock h1, #hero .topBlock .h1 {
    padding: .5em 1em;
    width: auto;
    bottom: inherit;
    position: absolute;
    top: 49.8%;
    left: 49.8%;
    -webkit-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translate3d(-50.2%, -50.2%, 0);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*correction for IE9*/
    transform: translate3d(-50.2%, -50.2%, 0); }
  /*********************
NAVIGATION STYLES
*********************/
  .menuWrap {
    width: 95%;
    margin: 0 auto; }
  /*********************
CONTENT STYLES
*********************/
  /* content area all inner pages */
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left;
    font-size: 2em; }
  /*********************
HOME STYLES
*********************/
  body.Home #content #leftcol {
    margin-top: 2.5em; }
  /*********************
LANDING PAGE STYLES
**********************/
  body.Landing #content #leftcol > div {
    padding: 4em 0; }
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout > div {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top; }
    .columnlayout > div div {
      width: auto; }
  /*********************************
TOP BLOCKS
*********************************/
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomblocks .parallax-window {
    padding: 3em 0; }
    #bottomblocks .parallax-window .borderWrap {
      width: 60%; }
  /*********************
RIGHT BLOCKS
*********************/
  #rightcol {
    /*margin-top: 0;*/ }
  /*********************
NEWS LISTING
*********************/
  /*********************
GALLERY
*********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }
  /*********************
VIDEOS
*********************/
  /*************************
THIS IS FOR THE PARALLAX SCROLL
*************************/
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    margin-top: 0; }
  /*********************
FOOTER STYLES
*********************/
  #confidence {
    background: black; }
  #address form {
    margin: 0 0; }
  .confidenceTriggers {
    min-height: 300px; }
  #footer > div {
    /*text-align: left;*/ }
    #footer > div #copyright .first a {
      display: inline; }
    #footer > div #privacy {
      text-align: right; }
    #footer > div #facebook {
      text-align: center; }
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  /*SLIDER*/
  /* Bug fix for flashing on Slick slideshow */
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    height: 50vh; }
  /******************************************************************
TABLE STYLES
******************************************************************/
  /* RESPONSIVE TABLES */
  table.tableFixed {
    table-layout: fixed; }
  table#tableCart, table.tableResp, table#tableTotals {
    display: table; }
    table#tableCart thead tr, table.tableResp thead tr, table#tableTotals thead tr {
      position: relative;
      top: 0;
      left: 0;
      display: table-row; }
      table#tableCart thead tr td, table#tableCart thead tr th, table.tableResp thead tr td, table.tableResp thead tr th, table#tableTotals thead tr td, table#tableTotals thead tr th {
        padding: 0.25em;
        /*background-color: darken($white, 8%);*/
        width: auto;
        display: table-cell; }
    table#tableCart tbody, table.tableResp tbody, table#tableTotals tbody {
      display: table-row-group; }
      table#tableCart tbody tr, table.tableResp tbody tr, table#tableTotals tbody tr {
        display: table-row;
        border-bottom: none; }
        table#tableCart tbody tr.ViewCart_Separator, table.tableResp tbody tr.ViewCart_Separator, table#tableTotals tbody tr.ViewCart_Separator {
          border: none;
          background: #888888;
          color: white; }
        table#tableCart tbody tr.isAttribute, table#tableCart tbody tr.productCartOptions, table.tableResp tbody tr.isAttribute, table.tableResp tbody tr.productCartOptions, table#tableTotals tbody tr.isAttribute, table#tableTotals tbody tr.productCartOptions {
          border: none;
          font-size: 90%; }
          table#tableCart tbody tr.isAttribute td, table#tableCart tbody tr.productCartOptions td, table.tableResp tbody tr.isAttribute td, table.tableResp tbody tr.productCartOptions td, table#tableTotals tbody tr.isAttribute td, table#tableTotals tbody tr.productCartOptions td {
            border: none;
            margin: 0; }
            table#tableCart tbody tr.isAttribute td .imageholder, table#tableCart tbody tr.productCartOptions td .imageholder, table.tableResp tbody tr.isAttribute td .imageholder, table.tableResp tbody tr.productCartOptions td .imageholder, table#tableTotals tbody tr.isAttribute td .imageholder, table#tableTotals tbody tr.productCartOptions td .imageholder {
              padding-left: 30%; }
        table#tableCart tbody tr td, table.tableResp tbody tr td, table#tableTotals tbody tr td {
          display: table-cell;
          text-align: left;
          width: auto;
          /* Add this class to td's that need to avoid text-wrap */
          /* Hide mobile headings */ }
          table#tableCart tbody tr td.Stretch, table.tableResp tbody tr td.Stretch, table#tableTotals tbody tr td.Stretch {
            word-wrap: break-word; }
          table#tableCart tbody tr td.noStretch, table.tableResp tbody tr td.noStretch, table#tableTotals tbody tr td.noStretch {
            white-space: nowrap; }
          table#tableCart tbody tr td:before, table.tableResp tbody tr td:before, table#tableTotals tbody tr td:before {
            display: none; }
          table#tableCart tbody tr td.text-right, table.tableResp tbody tr td.text-right, table#tableTotals tbody tr td.text-right {
            text-align: right; }
          table#tableCart tbody tr td.text-center, table.tableResp tbody tr td.text-center, table#tableTotals tbody tr td.text-center {
            text-align: center; }
  table#tableTotals tbody tr td {
    border: none; }
    table#tableTotals tbody tr td:first-child {
      border-right: 4px solid #ebebeb; }
    table#tableTotals tbody tr td:last-child {
      width: 10%; }
  table#tableTotals tbody tr:not(.calcPostage) td:first-child {
    float: none; }
  table#tableCart tbody tr td:nth-child(2), table#tableCart tbody tr td:last-child {
    display: table-cell;
    width: auto; }
  table#tableCart tbody tr td:last-child .cartPrice {
    border-top: none;
    padding-top: 0; }
  table#tableCart tbody tr td:first-child img {
    margin: 0;
    display: inline; }
  table#tableCart thead {
    display: table-header-group;
    background: #3c3c3c;
    color: #ffffff; }
  table#tableCart .isCollectionFooter {
    display: table-row; }
    table#tableCart .isCollectionFooter td:last-child {
      border-top: 1px solid #3c3c3c;
      text-align: center; }
  /**********************************
Cart + Checkout
**********************************/
  body.viewcart #checkoutBreadcrumbs li a {
    font-size: 100%;
    text-indent: 0em !important; }
  body.viewcart #checkoutBreadcrumbs li.first {
    width: 40%; }
  body.viewcart #checkoutBreadcrumbs li.second, body.viewcart #checkoutBreadcrumbs li.third, body.viewcart #checkoutBreadcrumbs li.fourth {
    width: 20%; }
  body.checkout #checkoutBreadcrumbs li a {
    font-size: 100%; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em; }
  #checkoutBreadcrumbs li {
    width: 33% !important; }
  .ViewCart td.ViewCart_Price_Left #divPopup {
    color: #222222;
    font-weight: normal;
    margin: 10px 0px 0px auto;
    padding: 10px 30px 10px 10px;
    position: absolute;
    right: 150px;
    text-align: left;
    width: 240px;
    height: 60px;
    text-transform: none;
    font-size: 100%; }
    .ViewCart td.ViewCart_Price_Left #divPopup #postcodeSearchInput {
      float: left;
      margin-right: 10px; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good,
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Good_Quote {
    background: URL("/wmsimages/freight_good.png") no-repeat; }
  .ViewCart td.ViewCart_Price_Left .ViewCart_Freight_Bad,
  .ViewCart td.ViewCart_Price_Left div.ViewCart_Freight_Bad_Quote {
    background: URL("/wmsimages/freight_bad.png") no-repeat; }
  .ViewCart .freight {
    display: table-cell; }
  .Proceed {
    font-size: 1.5em; }
    .Proceed a {
      width: 100%; }
  body.checkout #rightcol.last {
    float: none;
    width: 100%;
    margin-left: 0; }
  body.checkout #holdLeft.first {
    float: none;
    width: 100%; }
  /******************************************************************
Site Name:
Author:

Stylesheet: Admin Tablet & Small Desktop Stylesheet

Here's where I've put the Admin stuff cause I'm not sure what to do with it just yet.
Keeping it clean and seperate from the new stuff.

******************************************************************/
  /* ============================= */
  /* ! Admin MENU   */
  /* ============================= */
  .adminmenucontainer {
    width: 100%;
    background-color: #eeeeee; }
  .adminmenu {
    width: 100%; }
  .adminmenurow {
    text-align: center;
    height: 24px; }
  .adminrootheading {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    font-weight: bold;
    font-size: 13px; }
  .adminrootitem {
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
    width: 14.28%;
    text-indent: 30px; }
  a.adminrootmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; }
  .adminsubmenu {
    line-height: 14px;
    width: 180px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 1000; }
  .adminmenuitem {
    height: 24px;
    padding: 3px; }
  a.adminmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    text-indent: 10px; }
  body.admcaptcha_edit #leftcol {
    width: 100%; }
  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none; }
  body.admhome #topblocks {
    display: none; }
  /* ============================= */
  /* ! MAIN MENU   */
  /* ============================= */
  body.admindex .header div.menu, body.admhome .header div.menu, body.admnewsection .header div.menu {
    position: relative !important; }
  body.admindex .header, body.admhome .header, body.admnewsection .header {
    z-index: 777 !important; }
  body.admindex .header #logo, body.admhome .header #logo, body.admnewsection .header #logo {
    position: relative;
    float: left !important; }
  body.admview_enquiries,
  body.admurlmanager,
  body.admindex,
  body.admhome,
  body.admnewsection {
    /* end .topmenu */ }
    body.admview_enquiries .header, body.admview_enquiries .header .parallax-window, body.admview_enquiries .header .topBlock,
    body.admurlmanager .header,
    body.admurlmanager .header .parallax-window,
    body.admurlmanager .header .topBlock,
    body.admindex .header,
    body.admindex .header .parallax-window,
    body.admindex .header .topBlock,
    body.admhome .header,
    body.admhome .header .parallax-window,
    body.admhome .header .topBlock,
    body.admnewsection .header,
    body.admnewsection .header .parallax-window,
    body.admnewsection .header .topBlock {
      height: auto;
      overflow: visible;
      z-index: 1; }
    body.admview_enquiries #imageslider,
    body.admurlmanager #imageslider,
    body.admindex #imageslider,
    body.admhome #imageslider,
    body.admnewsection #imageslider {
      display: none; }
    body.admview_enquiries #topblocks img,
    body.admurlmanager #topblocks img,
    body.admindex #topblocks img,
    body.admhome #topblocks img,
    body.admnewsection #topblocks img {
      max-height: 150px; }
    body.admview_enquiries .topMenu .nav > li,
    body.admurlmanager .topMenu .nav > li,
    body.admindex .topMenu .nav > li,
    body.admhome .topMenu .nav > li,
    body.admnewsection .topMenu .nav > li {
      padding: 0 0.5em;
      /*turn some of the main nav items ON for admin*/ }
      body.admview_enquiries .topMenu .nav > li > a,
      body.admurlmanager .topMenu .nav > li > a,
      body.admindex .topMenu .nav > li > a,
      body.admhome .topMenu .nav > li > a,
      body.admnewsection .topMenu .nav > li > a {
        font-size: 1em; }
      body.admview_enquiries .topMenu .nav > li:first-child, body.admview_enquiries .topMenu .nav > li:nth-child(5), body.admview_enquiries .topMenu .nav > li:nth-child(6), body.admview_enquiries .topMenu .nav > li:nth-child(7),
      body.admurlmanager .topMenu .nav > li:first-child,
      body.admurlmanager .topMenu .nav > li:nth-child(5),
      body.admurlmanager .topMenu .nav > li:nth-child(6),
      body.admurlmanager .topMenu .nav > li:nth-child(7),
      body.admindex .topMenu .nav > li:first-child,
      body.admindex .topMenu .nav > li:nth-child(5),
      body.admindex .topMenu .nav > li:nth-child(6),
      body.admindex .topMenu .nav > li:nth-child(7),
      body.admhome .topMenu .nav > li:first-child,
      body.admhome .topMenu .nav > li:nth-child(5),
      body.admhome .topMenu .nav > li:nth-child(6),
      body.admhome .topMenu .nav > li:nth-child(7),
      body.admnewsection .topMenu .nav > li:first-child,
      body.admnewsection .topMenu .nav > li:nth-child(5),
      body.admnewsection .topMenu .nav > li:nth-child(6),
      body.admnewsection .topMenu .nav > li:nth-child(7) {
        display: inline-block; }
      body.admview_enquiries .topMenu .nav > li:first-child > a,
      body.admurlmanager .topMenu .nav > li:first-child > a,
      body.admindex .topMenu .nav > li:first-child > a,
      body.admhome .topMenu .nav > li:first-child > a,
      body.admnewsection .topMenu .nav > li:first-child > a {
        display: inline-block; }
  .fullwidth #leftcol > div {
    position: relative;
    display: block; }
  /*********************
HOME BLOCK LAYOUT
**********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, div.admin_content_block > div {
    width: 96% !important;
    margin: 0 auto; }
  div.admin_content_block div {
    margin: 0px auto;
    padding: 0 0 0 0;
    background: #fff;
    border: none; }
  body.admindex .columnlayout > div {
    width: 100%; }
  body.admhome #imageslider, body.admhome #hero, body.admhome #bottomblocks {
    display: none; }
  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important; }
  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important; }
  .cke_editable {
    line-height: normal !important; }
  body.cke_editable {
    background-color: #ffffff;
    line-height: normal !important; }
  /*********************
Captcha
**********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }
  /* ============================= */
  /* ! Admin DRAG DROP SITEMAP  */
  /* ============================= */
  #sitemap {
    width: 90%; }
    #sitemap ul, #sitemap ol {
      list-style: none; }
      #sitemap ul li > div, #sitemap ol li > div {
        background-color: #f2f2f2;
        border: 1px solid #e6e6e6;
        padding: 0.5em;
        margin-bottom: 0.5em;
        position: relative;
        cursor: move; }
      #sitemap ul li.dragging:hover > div, #sitemap ol li.dragging:hover > div {
        background-color: #cccccc;
        border: 1px solid #bfbfbf; }
      #sitemap ul li.active:hover, #sitemap ol li.active:hover {
        background-color: #ffffff;
        border: 1px dashed #85c446; }
  #sitemap .placeholder {
    outline: 1px dashed #4183C4;
    /*-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			margin: -1px;*/ }
  .notification {
    color: #555;
    border-radius: 10px;
    font-family: Tahoma,Geneva,Arial,sans-serif;
    font-size: 11px;
    padding: 10px 10px 10px 36px;
    margin: 10px;
    background: #e9ffd9 url("/images/success.png") no-repeat 10px 50%;
    border: 1px solid #a6ca8a; }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff; }
  .HideAdminField {
    display: none; }
  #tvProductAttributes table tbody tr td:first-child, #tvProductOccasions table tbody tr td:first-child, #divOtherCategories table tbody tr td:first-child, #caterories_tvCategories table tbody tr td:first-child {
    width: 5%; }
  #tvProductAttributes table tbody tr td, #tvProductOccasions table tbody tr td, #divOtherCategories table tbody tr td, #caterories_tvCategories table tbody tr td {
    width: 95%; }
  #tvProductAttributes div table tbody tr td:first-child, #tvProductOccasions div table tbody tr td:first-child, #divOtherCategories div table tbody tr td:first-child, #caterories_tvCategories div table tbody tr td:first-child {
    width: 5%; }
  #tvProductAttributes div table tbody tr td:last-child, #tvProductOccasions div table tbody tr td:last-child, #divOtherCategories div table tbody tr td:last-child, #caterories_tvCategories div table tbody tr td:last-child {
    width: 90%; }
  #tvProductAttributes div table tbody tr td, #tvProductOccasions div table tbody tr td, #divOtherCategories div table tbody tr td, #caterories_tvCategories div table tbody tr td {
    width: 5%; }
  .admordermanagement2 #block_34, .admabandonedcarts #block_34, .admview_enquiries #block_34, .admpostcode_report #block_34 {
    display: none; }
  /*********************
ORDER MANAGEMENT SCREEN
**********************/
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: none; }
  .admordermanagement2 .header, .admabandonedcarts .header {
    box-shadow: none;
    z-index: 0; }
  .admordermanagement2 #content #leftcol, .admabandonedcarts #content #leftcol {
    width: 100%; }
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: underline; }
  .admordermanagement2 #content #leftcol i, .admabandonedcarts #content #leftcol i {
    font-size: 1.1em; }
  .admordermanagement2 a i.fa-trash-o, .admabandonedcarts a i.fa-trash-o {
    color: red; }
  .admordermanagement2 a i.fa-trash-o:hover, .admabandonedcarts a i.fa-trash-o:hover {
    color: black; }
  .admordermanagement2 img, .admabandonedcarts img {
    margin: 0.2em; }
  .admordermanagement2 h3, .admabandonedcarts h3 {
    font-size: 1em !important; }
  .admordermanagement2 .grid, .admabandonedcarts .grid {
    border: solid 2px #222222;
    font-family: "raleway", sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 100%; }
  .admordermanagement2 .grid h2, .admabandonedcarts .grid h2 {
    background: #222222;
    border-bottom: solid 1px #57566f;
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    color: #fff !important;
    font-size: 13px; }
  .admordermanagement2 .grid TABLE, .admabandonedcarts .grid TABLE {
    width: 100%; }
  .admordermanagement2 .grid .orders .group:nth-child(odd), .admabandonedcarts .grid .orders .group:nth-child(odd) {
    background: #f2f2f2; }
  .admordermanagement2 .grid .orders .head TH, .admabandonedcarts .grid .orders .head TH {
    background: #cccccc;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #3c3c3c;
    text-align: left;
    font-size: 13px; }
  .admordermanagement2 .grid .orders .head TH.first, .admabandonedcarts .grid .orders .head TH.first {
    /* get rid of the first slash */
    background: #cccccc;
    width: 20px; }
  .admordermanagement2 .grid .orders .group th a, .admabandonedcarts .grid .orders .group th a {
    font-weight: normal;
    font-size: 0.9em; }
  .admordermanagement2 .head td, .admabandonedcarts .head td {
    background: #cccccc;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: #666666;
    font-size: 13px;
    text-align: left; }
  .admordermanagement2 .grid .orders .group TH, .admabandonedcarts .grid .orders .group TH {
    padding: 10px 0px 2px 0px;
    color: #666666;
    text-align: left; }
  .admordermanagement2 .grid .orders .group TH.first, .admabandonedcarts .grid .orders .group TH.first {
    text-align: center;
    border-bottom: none; }
  .admordermanagement2 .grid .orders .item TD, .admabandonedcarts .grid .orders .item TD {
    padding: 3px 0px 3px 6px;
    border-bottom: solid 1px #85c446;
    color: #222222; }
  .admordermanagement2 .grid #tblpager, .admabandonedcarts .grid #tblpager {
    background: #cccccc; }
  .admordermanagement2 .grid #tblpager .pager TD, .admabandonedcarts .grid #tblpager .pager TD {
    height: 40px; }
  .admordermanagement2 .grid #tblpager .pager .commands, .admabandonedcarts .grid #tblpager .pager .commands {
    height: 40px;
    padding: 4px 0px 0px 25px; }
  .admordermanagement2 .grid #tblpager .pager .info, .admabandonedcarts .grid #tblpager .pager .info {
    padding: 4px 25px 0px 0px;
    text-align: right; }
  .admordermanagement2 .hidden, .admabandonedcarts .hidden {
    display: none;
    visibility: hidden; }
  .admordermanagement2 .paid, .admabandonedcarts .paid {
    color: Green; }
  .admordermanagement2 .unpaid, .admabandonedcarts .unpaid {
    color: Red; }
  .admordermanagement2 .filter, .admabandonedcarts .filter {
    font-family: "raleway", sans-serif;
    font-size: 12px;
    padding: 0px 0px 15px 0px; }
  .admordermanagement2 .filter .info, .admabandonedcarts .filter .info {
    padding: 4px 25px 0px 0px;
    text-align: right;
    float: right;
    width: 150px; }
  .admordermanagement2 #content #lv_pager_ctl00_btnReset, .admabandonedcarts #content #lv_pager_ctl00_btnReset {
    display: none !important; }
  .admordermanagement2 #content #lv_pager_ctl00_btnProcess, .admabandonedcarts #content #lv_pager_ctl00_btnProcess {
    display: inline-block !important; }
  .admordermanagement2 #content.processedOrders #lv_pager_ctl00_btnReset, .admabandonedcarts #content.processedOrders #lv_pager_ctl00_btnReset {
    display: inline-block !important; }
  .admordermanagement2 #content.processedOrders #lv_pager_ctl00_btnProcess, .admabandonedcarts #content.processedOrders #lv_pager_ctl00_btnProcess {
    display: none !important; } }

/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet (Portrait) 

******************************************************************/ }

/*
TABLET ONLY (LANDSCAPE) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Tablet & small Desktop Landscape

 

******************************************************************/ }

/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet Landscape

Needed to change the menu styling from mobile to desktop

******************************************************************/
  .slideshow_caption p.h1, .Home h2 {
    font-size: 2.5em;
    margin-bottom: 0.2em; }
  .slideshow_caption p.hideonMobile {
    font-size: 1.2em; }
  .slideshow_caption .slideDescription {
    margin: 0.7em 0 1em 0;
    font-size: 1.2em; }
  body.Home .columnlayout h2 {
    font-size: 1.6em; }
  #footer {
    font-size: 1em; }
  #bottomblocks .button {
    padding: 0.6em 2em; }
  .accessories {
    font-size: 1.4em; }
  .downCTA {
    font-weight: 600;
    font-family: "raleway", sans-serif;
    text-transform: uppercase; }
  .hideonMobile {
    display: block; }
  .hideonDesktop {
    display: none; }
  .mobileseasonalbanner {
    display: none; }
  .desktopseasonalbanner {
    display: inline; }
  /*************************
Colours
*************************/
  .green, .topMenu .nav > li > a {
    color: #222222; }
  .green, .accessories .holdCart a {
    color: #85c446; }
  .darkgreen, .topMenu .nav > li > a:hover {
    color: #5f902e; }
  .white, .downCTA a, .downCTA a:hover, .downCTA a:focus {
    color: #ffffff; }
  .black, .phone, .phone a, .accessories a {
    color: #222222; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    padding: 2em 0; }
  /* Reduce padding on some rows*/
  #breadcrumbs .row {
    padding: 1em 0; }
  /*********************
SPRITE
*********************/
  #logo {
    width: 350px;
    height: 120px;
    background-size: 350px 120px; }
  /*********************
HEADER STYLES
*********************/
  body.Home .header .menu {
    background: transparent; }
  body.Home.home2 .header .menu {
    background: rgba(255, 255, 255, 0.9); }
  .header .row {
    position: relative; }
  .header .accessories {
    position: absolute;
    right: 0;
    top: 1em;
    width: 30%;
    transform: none; }
  .header .phone {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .header .phone > div {
      display: inline-block;
      padding: 0 0.8em; }
      .header .phone > div:first-child {
        padding-left: 0;
        border-left: 0; }
  .header .menu {
    padding: 0.5em 0; }
    .header .menu .last {
      float: right;
      text-align: left;
      margin-bottom: 0em;
      padding: 0 0;
      width: auto; }
      .header .menu .last nav {
        float: none;
        line-height: 1.5; }
  .header #secondmenu {
    display: block; }
  /**************************
HOME STYLES
***************************/
  body.Home .header {
    min-height: 700px; }
    body.Home .header #topblocks {
      width: 70%;
      position: absolute;
      top: 49.8%;
      left: 49.8%;
      -webkit-transform: translate3d(-50.2%, -50.2%, 0);
      -ms-transform: translate3d(-50.2%, -50.2%, 0);
      -ms-transform: translateX(-50%) translateY(-50%);
      /*correction for IE9*/
      transform: translate3d(-50.2%, -50.2%, 0);
      background: transparent; }
      body.Home .header #topblocks #block_34 .sixcol:hover {
        cursor: pointer; }
      body.Home .header #topblocks .sixcol {
        /*h2{padding: 0;}*/ }
  body.Home .header {
    height: 100vh; }
    body.Home .header #imageslider {
      height: 100vh;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%; }
      body.Home .header #imageslider video {
        z-index: -2;
        min-height: 100%;
        max-width: none;
        min-width: 100%;
        max-height: none; }
    body.Home .header.home2 #imageslider {
      height: auto;
      overflow: hidden;
      position: relative;
      margin-top: -207px;
      width: 100%;
      border-bottom: 4px solid #85c446; }
  body.Home #down {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -ms-transform: translateX(-50%) translateY(0%);
    /*correction*/
    transform: translate3d(-50%, 0, 0);
    bottom: 5%;
    z-index: 1;
    text-align: center; }
    body.Home #down:hover {
      cursor: pointer; }
    body.Home #down .downCTA {
      background: #85c446;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
      padding: 1em 2.5em;
      margin: 1em;
      width: 100%;
      height: 100%;
      position: relative;
      border-radius: 2px;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      animation-delay: 3s; }
      body.Home #down .downCTA:hover {
        background: #5f902e;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
  body.Home.home2 #down {
    display: none; }
  body.Home.home2 #topblocks {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    padding: 0;
    /*background: lighten($color-primary, 45%);
    border: none;
    border-bottom: 4px solid $color-primary;
    box-shadow: 0px -1px 10px 2px rgba(0,0,0,0.3) inset, 0px 1px 10px 2px rgba(0,0,0,0.3) inset;*/ }
  /*********************
NAVIGATION STYLES
*********************/
  #mainMenu {
    padding: 1em 0 0.5em 0; }
  .topMenu {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: none;
    /* end .nav */ }
    .topMenu a.toggleMenu {
      display: none; }
    .topMenu .nav {
      position: relative;
      width: auto;
      margin-top: 0;
      /* end .menu ul li */ }
      .topMenu .nav > li {
        display: inline-block;
        padding: 0 0.6em;
        /*Prominent contact link*/
        /*turn some of the main nav items OFF for public*/
        /*&:first-child > a{
				display:none;
			}
			
			&:nth-child(6) {
				display:none;
			}
			&:nth-child(7) {
				display:none;
			}
			*/ }
        .topMenu .nav > li > a {
          /*&.parent:after {
                    content: "\f107";
                    font-family: 'Font Awesome 5 Pro';
                    display: block;
                    float: right;
                    font-size: large;
                    padding-left: 0.3em;
                    line-height: 1.5;
                    font-weight: 600;
                }*/ }
          .topMenu .nav > li > a:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            left: 0;
            bottom: 0;
            right: auto;
            width: 0;
            z-index: 999;
            background-color: #85c446;
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          .topMenu .nav > li > a:hover:after, .topMenu .nav > li > a.activerootmenulink:after {
            right: 0;
            left: auto;
            content: '';
            position: absolute;
            display: block;
            width: 100%;
            height: 2px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus, .topMenu .nav > li > a:active {
            background: transparent;
            outline: none; }
        .topMenu .nav > li.hover > a.parent:after {
          content: "\f106";
          font-family: 'Font Awesome 5 Pro';
          display: block;
          float: right;
          font-size: large;
          padding-left: 0.3em;
          line-height: 1.5;
          font-weight: 600; }
        .topMenu .nav > li:first-child {
          display: none; }
      .topMenu .nav li {
        position: relative;
        /* highlight current page */
        /*
			plan your menus and drop-downs wisely.
			*/
        /* showing sub-menus */ }
        .topMenu .nav li a {
          padding: 0.5em 0em;
          background: none;
          border-bottom: none; }
          .topMenu .nav li a.parent:before {
            display: none; }
        .topMenu .nav li a.activerootmenulink {
          color: #5f902e; }
        .topMenu .nav li ul,
        .topMenu .nav li ul.sub-menu,
        .topMenu .nav li ul.children {
          position: absolute;
          z-index: 9999;
          left: -9999px;
          border-top: 2px solid #85c446; }
          .topMenu .nav li ul li,
          .topMenu .nav li ul.sub-menu li,
          .topMenu .nav li ul.children li {
            /*
					if you need to go deeper, go nuts
					just remember deeper menus suck
					for usability.
					*/ }
            .topMenu .nav li ul li a,
            .topMenu .nav li ul.sub-menu li a,
            .topMenu .nav li ul.children li a {
              padding: 0.5em 0.5em;
              display: block;
              width: 200px;
              border-top: none;
              border-radius: 0;
              margin-right: 0; }
              .topMenu .nav li ul li a:hover, .topMenu .nav li ul li a:focus,
              .topMenu .nav li ul.sub-menu li a:hover,
              .topMenu .nav li ul.sub-menu li a:focus,
              .topMenu .nav li ul.children li a:hover,
              .topMenu .nav li ul.children li a:focus {
                border-top: none; }
            .topMenu .nav li ul li ul,
            .topMenu .nav li ul.sub-menu li ul,
            .topMenu .nav li ul.children li ul {
              border-top: none; }
  /* end .topMenu */
  .nav > li.hover > ul {
    left: 0; }
  .nav li li ul {
    left: -9999px;
    z-index: 99;
    position: absolute; }
  .nav li li.hover ul {
    left: 100%;
    top: 0;
    z-index: 99;
    position: absolute; }
  /* active state on home - not sure where else to put this for now*/
  /*************************
TOPBLOCKS
************************/
  /*********************
BLOCK LAYOUT
**********************/
  .columnlayout > div, .columnlayout li, ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li, #relatedProducts ul > div, #relatedProducts ul li {
    width: 24%;
    margin-right: 0.5em; }
    .columnlayout > div:nth-child(2n+2), .columnlayout li:nth-child(2n+2), ul#products > div:nth-child(2n+2), ul#products li:nth-child(2n+2), #categorydetails ul > div:nth-child(2n+2), #categorydetails ul li:nth-child(2n+2), #relatedProducts ul > div:nth-child(2n+2), #relatedProducts ul li:nth-child(2n+2) {
      margin-right: 0.5em; }
    .columnlayout > div:nth-child(3n+3), .columnlayout li:nth-child(3n+3), ul#products > div:nth-child(3n+3), ul#products li:nth-child(3n+3), #categorydetails ul > div:nth-child(3n+3), #categorydetails ul li:nth-child(3n+3), #relatedProducts ul > div:nth-child(3n+3), #relatedProducts ul li:nth-child(3n+3) {
      margin-right: 0; }
  /*************************
PRODUCTS
**************************/
  .product .sevencol.last .figure {
    display: inline-block;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 18%;
    margin-left: 2%;
    margin-bottom: 1em;
    text-align: center; }
    .product .sevencol.last .figure:nth-child(even) {
      margin-right: 0; }
  #stickyselectionholder .stickyItem:last-of-type {
    /*&:after{
           content: '';
           text-align: center;
           color: $color-quaternary; 
           line-height: 105px;
           font-size: 4em;
           position: absolute;
           right: -120px;
           top: 2.5%;
           border: 1px dashed $color-quaternary;
           width: 100px;
           height: 95%;
           display: block;
           opacity: 0.4;
       }*/
    /*&:before{
           content: 'add to your collection';
           @include center(false, true)
           text-align: center;
           right: -142.5px;
           width: 150px;
           color: $color-quaternary;   
           opacity: 0.8;
       }*/ }
  /*************************
SLIDESHOW
*************************/
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
    padding: 2em;
    width: 40%;
    min-width: 300px;
    top: 60%; }
    ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
      display: block; }
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    display: block;
    height: auto;
    float: left;
    width: initial;
    max-width: initial; }
  .slick-prev, .slick-next {
    top: 40%; }
  table.ViewCart a#lnlContinueShopping2, table.ViewCart .button.secondary {
    display: block;
    width: 49%;
    max-width: 300px;
    text-align: center;
    margin: 0.25em 0; }
  /*************************
THIS IS FOR THE PARALLAX SCROLL
*************************/
  #trusticons h4 {
    font-size: 16px; }
  #trusticons .parallax-window {
    position: relative;
    padding: 5em 0;
    height: 500px;
    text-align: center;
    margin-top: 0; }
  /*************************
STICKY BACK TO TOP
*************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /* STICKY NAV - This is where the header is set to be sticky. 
We can also change colour and size here - effects all take place onScroll (waypoints triggers this) */
  #content {
    height: auto; }
  .slick-prev, .slick-next {
    top: 50%; }
  .slick-next {
    right: 50px; }
  .slick-prev {
    left: 50px; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-perspective: 1000px; } }

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
  /* STICKY NAV - This is where the header is set to be sticky. 
We can also change colour and size here - effects all take place onScroll (waypoints triggers this) */
  #content {
    height: auto; }
  .slick-prev, .slick-next {
    top: 50%; }
  .slick-next {
    right: 50px; }
  .slick-prev {
    left: 50px; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-perspective: 1000px; } }

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .topMenu .nav > li > a {
    font-size: 1.2em; }
  body.Home #topblocks h1 {
    font-size: 2.5em; }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .row {
    /*padding: 2.5em 0;*/ }
  /*********************
HEADER STYLES
*********************/
  body.Home .header #topblocks .sixcol img {
    display: block;
    height: 150px; } }

@media only screen and (min-width: 1240px) and (max-height: 620px) {
  body.Home .header #topblocks .sixcol img {
    display: none; } }

@media only screen and (min-width: 1240px) {
  /***********************
HERO - INNER PAGES
************************/
  #hero {
    max-height: 250px;
    overflow: hidden; }
  /*********************
NAVIGATION STYLES
*********************/
  .topMenu .nav > li {
    padding: 0 0.6em; }
  /*********************
CONTENT STYLES
*********************/
  /*********************************
BOTTOM BLOCKS
*********************************/
  #bottomBlocks .row, #homerightblocks .row {
    padding: 2em 0; } }

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/ }

/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  /*
UNIVERSAL STYLING
Apply the universal selector (*) to remove background colors and shadowing and reset the default font color to black. 
Saves ink and expedites the printing process, it is important to consider how logos and branding elements will appear in grayscale.
*/
  * {
    background: transparent !important;
    color: #555555 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    /*
	If you wish to maintain background colors or images, you can effectively “force” the browser to do so.
	Handy when you want to turn a web page into a PDF file.
	*/
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  /*
TYPOGRAPHY
*/
  body {
    font-size: 12pt; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  a, a:visited {
    color: #222222 !important;
    text-decoration: underline; }
  a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  /*
GENERAL CONTENT STYLING
*/
  h2, h3, tr, img, pre, blockquote, ul {
    page-break-inside: avoid; }
  pre, blockquote {
    border: 1px solid #555555; }
  thead {
    display: table-header-group; }
  img {
    max-width: 100% !important; }
  body, article, section {
    width: 100% !important;
    margin: 0;
    padding: 0; }
  #leftcol {
    min-width: 786px !important; }
  @page {
    margin: 0.5cm;
    size: A3; }
  /* ============================== */
  /* ! Turn OFF none-printable items  */
  /* ============================== */
  .hide,
  #hero,
  #rightcol,
  nav,
  .parallax-slider,
  #userblocks,
  .CaseStudy,
  #imageslider,
  #breadcrumbs {
    display: none; }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */ }

@media print {
  .printable {
    display: block; } }

@media print {
  body.Home .header, body.Home .header .parallax-window, body.Home .header .topBlock, body.CoffeeSolutions .header, body.CoffeeSolutions .header .parallax-window, body.CoffeeSolutions .header .topBlock {
    height: 20vh; } }

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