/******************************************************************
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 */
/* light green */
/* purple */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	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;
}

/* The key fix: ensure continuous movement */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  } /* Moves exactly one full width */
}
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: rgb(231.8902439024, 220.3353658537, 88.6097560976);
  background: #ebe16f;
}

.alert-info {
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
  background: #d5edf8;
}

.alert-error {
  border-color: rgb(247.8125, 204.6875, 206.484375);
  background: #fbe3e4;
}

.alert-success {
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
  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);
*/
/*
USAGE: @include transform(scale(1.07));
*/
/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/******************
CIRCLE
******************/
/*********************
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); */
/*********************
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%;
  }
*/
/*********************
BUTTONS
*********************/
button, .button, input.addCart, a.button {
  padding: 0.7em 1.5em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: #50806E;
  border: 1px solid #50806E;
  border-radius: 3px;
  color: #fff;
}
button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, input.addCart:hover, input.addCart:focus, input.addCart:active, a.button:hover, a.button:focus, a.button:active {
  background: rgb(60.3846153846, 96.6153846154, 83.0288461538);
  border: 1px solid rgb(60.3846153846, 96.6153846154, 83.0288461538);
  transition: all 0.2s ease-in-out;
}

button[data-control] {
  color: #1a1a1a;
  padding-left: 0;
}

input.addCart, a.addToWishlist {
  padding: 0.7em 1em;
  min-height: 50px;
}

.button.primary, .button.secondary, input.addCart {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.button.primary:hover, .button.primary:focus, .button.primary:active, .button.secondary:hover, .button.secondary:focus, .button.secondary:active, input.addCart:hover, input.addCart:focus, input.addCart:active {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
}

.button.tertiary, .header .topline .cartContainer .fa {
  background: transparent;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
}
.button.tertiary:hover, .button.tertiary:focus, .button.tertiary:active, .header .topline .cartContainer .fa:hover, .header .topline .cartContainer .fa:focus, .header .topline .cartContainer .fa:active {
  background: #50806E;
  color: #fff;
  border: 1px solid #50806E;
}

.button.quaternary {
  background: white;
  border: 1px solid #fff;
  color: #1a1a1a;
}
.button.quaternary:hover, .button.quaternary:focus, .button.quaternary:active {
  background: #1a1a1a;
  color: #fff;
  border: 1px solid #1a1a1a;
}

#search.btn {
  background: transparent;
}

/*.slick-slider .addToWishlist, .addToWishlist {
	padding: 0.4em 0.6em;
}*/
.header .topline .addToWishlist, .header .topline .cartContainer .fa, a.showHide {
  font-size: 1.2em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-style: normal;
  padding-left: 5px;
  text-align: center;
  line-height: 32px;
  padding: 0;
  margin: 0.25em;
  min-height: unset;
  display: inline-block;
}

.header .topline .addToWishlist .fa {
  line-height: 32px;
}

/*
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.

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

/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
  line-height: 1.6;
  color: #1a1a1a;
  font-weight: 400;
}

.show-desktop-only {
  display: none;
}

/***** Christmas Closure Message - TO REMOVE *****/
#headerMessage {
  margin-bottom: 0;
  background: #50806E;
  text-align: center;
  color: #fff;
  padding: 0.45em;
  font-size: 0.95em;
}
#headerMessage .hideMobile {
  display: none;
  font-size: 0.95em;
  padding-top: 0.4em;
}
#headerMessage .toggleDetails:after {
  font-family: FontAwesome;
  content: "\f107";
}
#headerMessage.openMessage .toggleDetails:after {
  content: "\f106";
}

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
body.Search #homeslider, body.Search #topBlocks, body.Search #rightBlocks {
  display: none;
}

body.Search #content {
  margin-top: 3em;
}

body.Product #newsletter .parallax-window {
  background-image: url("../images/newsletter-background.jpg");
  background-size: cover;
}

body.Product, body.Category {
  /*#breadcrumbs { background: darken($white, 4%); }*/
}
body.Product #breadcrumbs > div, body.Category #breadcrumbs > div {
  max-width: 1400px;
  margin: 0 auto;
  width: 92%;
  display: block;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.row,
.row-small {
  margin: 0 auto;
  width: 92%;
  position: relative;
}

/*********************
LINK STYLES
*********************/
a {
  color: #50806E;
  /* removing text decoration from all headline links */
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus {
  color: rgb(60.3846153846, 96.6153846154, 83.0288461538);
}
a: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);
}
a .categorySubTitle ul li {
  font-size: 0.9em;
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, .slogan, header #topIcons span.h5, button[data-control] {
  font-family: "Khand", sans-serif;
  font-weight: 500;
  /*
  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 */
}
h1 a, .h1 a, h2 a, .h2 a, .slogan a, header #topIcons span.h5 a, button[data-control] a {
  text-decoration: none;
}

#product h1, h2.prodTitle, h2.resp-accordion, .h3 {
  font-family: "Roboto Condensed", sans-serif;
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6, .topMenu .nav > li > a, header .holdCart .price, .toggleMenu {
  font-weight: 700;
}

/*h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-weight: 400;}*/
.topMenu .nav li a.parent:after {
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0.25em 0;
}

h1, .h1, h2, .h2, h3, .h3 {
  line-height: 1.2;
}

h5, .h5, h6, .h6, a.toggleMenu, .topnav a, header #topIcons span.h5, .button, input.addCart, .mobileBanner a {
  text-transform: uppercase;
}

.topMenu .nav li ul li a, .topMenu .nav > li > a {
  text-transform: capitalize;
}

h1, .h1, h2, .h2, #slider1 .buttons, .slideshow_caption .h1, header #topIcons .fa {
  font-size: 2em;
}

h3, .h3, h2.resp-accordion, button[data-control] {
  font-size: 1.3em;
}

.bigger, .cd-top i, .header .topBlock h1, .catDesc, header #topIcons span.h5, .holdPhone a {
  font-size: 1.2em;
}

h4, .h4, h5, .h5, h6, .h6, #homeslider h3, .p,
#product .productDetails .prodCode, h2.prodTitle {
  font-size: 1em;
}

.smtxt, #breadcrumbs, .topMenu .nav li ul li a, .prodName em {
  font-size: 0.85em;
}

#slider1 #thumbs {
  list-style-type: none;
}

#slider1 #thumbs li {
  display: inline-block;
}

#rightcol .block h3 {
  margin: 0.5em 0;
  text-align: center;
}

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

.mobileBanner > a {
  font-size: 1em;
  line-height: 20px;
}

/*************************
Colours
*************************/
.green, #rightBlocks h3 a:hover, .holdCart .fa, .header .last nav a:hover, #newsletter > div.first a:hover, .slideshow_caption ul li:before,
.topMenu .nav li a:hover, .topMenu .nav li a:focus,
blockquote:before, #slider1 .buttons:hover, #footer a:hover, #footer #links a:hover, .categorySubTitle ul {
  color: #50806E;
}

.purple {
  color: #382741;
}

.pink, a.herobutton {
  color: #7f2a66;
}

.lightpurple {
  color: #ebeee8;
}

/*.grey,  .slogan, .prodName .price, .prodName em, h3, .h3, #rightBlocks h3 a, .header .search input[type=text], p.afterpay { color: $color-secondary;}
*/
.black, .topnav a, #product .price, .topMenu .nav li a, .prodName a, #search, .mobileBanner a,
.header .topline .cartContainer .fa {
  color: #1a1a1a;
}

.topMenu a.toggleMenu {
  color: #50806E;
}

.white, .erp-caption, input.addCart, #footer #links a, .header .block-cart .quantity, .topBlock h1, #footer, .cd-top i,
.slideshow_caption h3, .srRefCol,
.responsive3.slick-slider button:before {
  color: #fff;
}

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

/*********************
SPRITE
*********************/
#logo {
  display: block;
  width: 217px;
  height: 83px;
  width: 82px;
  height: 60px;
  background-size: 217px 83px;
  background-size: 82px 60px;
  margin: 0 auto;
  background: transparent url("../images/logo.png") no-repeat center top;
}

/*********************
HEADER STYLES
*********************/
/*Set height of parallax on home to be bigger than inner pages */
.header, .header .parallax-window, .header .topBlock {
  height: 110px;
  padding: 0em 0em;
}

body.Home .header, body.Search .header, body.Category .header, body.Product .header {
  height: auto;
}

body.checkout .clearHeader, body.viewcart .clearHeader {
  border-bottom: 1px solid #cccccc;
}

.clearHeader {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.08);
}

.header {
  position: relative;
  z-index: 8000;
  min-height: unset;
}
.header .clearHeader {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header .darkHeader {
  width: 100%;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0;
}
.header .darkHeader #logo {
  width: 82px;
  height: 60px;
  background-size: 82px 60px;
}
.header .topline {
  padding: 1em 0 0em 0;
  min-height: 100px;
}
.header .topline #logo {
  z-index: 9999;
  margin: 0.2em auto 0 90px;
  /*margin-top:1em;*/
}
.header .topline .holdCart, .header .topline .cartContainer, .header .topline #cart {
  display: inline;
  position: relative;
}
.header .topline .quantity, .header .topline .price {
  display: none;
}
.header .topline .topnav {
  display: none;
}
.header .topline .slogan {
  display: none;
}
.header .topline .last {
  text-align: center;
  padding: 0.5em;
}
.header .topline .top-mini-content {
  visibility: hidden;
  margin: 1em 0;
  position: absolute;
  left: auto;
  width: 250px;
  background: rgba(255, 255, 255, 0.9);
  padding: 6px;
  border: 1px dashed rgb(76.5, 76.5, 76.5);
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.3);
  right: 0;
  z-index: 100000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
.header .topline .top-mini-content td.productname {
  font-size: 0.9em;
  padding: 0.5em;
}
.header .topline .top-mini-content:hover, .header .topline .top-mini-content.inspectcart {
  visibility: visible;
  opacity: 1;
  right: 0;
  height: auto;
  width: 250px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .bottomline .menu {
  padding: 0.25em;
  background-color: #fff;
  z-index: 9000;
}
.header .bottomline .adminMenu {
  display: none;
}
.header .darkHeader {
  position: fixed;
  /*height:100px;*/
  /*a.showHide.button.tertiary {
  	display:none;
  }*/
}

.outofstocknotification {
  font-weight: bold;
  color: #29abe0;
}

.sp-quantity span.fff a {
  background-color: rgba(32, 32, 32, 0.015);
  padding: 0 5px;
  width: 25px;
  display: inline-block;
  text-align: center;
}

.quantity-input {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #202020;
  width: 45px;
  text-align: center;
  border: none;
  background-color: rgba(32, 32, 32, 0.015);
}

.optionitem .sp-quantity span.fff a {
  padding: 12px;
}

.sp-quantity {
  border: 1px solid rgba(32, 32, 32, 0.15);
  padding: 5px;
  min-height: 50px;
  padding-top: 0.5em;
}
.sp-quantity span {
  display: inline;
  vertical-align: middle;
}

.mobileBanner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.mobileBanner > a {
  width: 32%;
  padding: 1em 0 1em 0;
  text-align: center;
}
.mobileBanner > a:before {
  content: "";
  height: 50px;
  width: 1.2px;
  display: block;
  background: linear-gradient(to bottom, #fafafa, #cccccc);
  position: absolute;
  top: 104px;
}
.mobileBanner > a:first-of-type:before {
  content: none;
}

/* Search Panel Styling */
.searchContainer {
  position: relative;
  z-index: 9999;
}
.searchContainer .searchWrap {
  top: 0;
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5em;
}
.searchContainer .searchWrap form {
  width: 70%;
  max-width: 70em;
  position: relative;
  margin: 0 auto;
}
.searchContainer .searchWrap form input, .searchContainer .searchWrap form button {
  background: transparent;
}
.searchContainer .searchWrap form input:active, .searchContainer .searchWrap form input:focus, .searchContainer .searchWrap form button:active, .searchContainer .searchWrap form button:focus {
  outline: none;
}
.searchContainer .searchWrap form input {
  text-align: left;
  float: left;
  line-height: 30px;
  width: 100%;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  padding: 0.5em;
}
.searchContainer .searchWrap form button {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  line-height: 2.8;
}
.searchContainer .searchWrap form button .fa {
  font-size: 1.5em;
}
.searchContainer .searchWrap .searchClose {
  background: url("../images/closeIcon.png") no-repeat center;
  width: 40px;
  height: 50px;
  background-size: 30px 30px;
  display: inline-block;
  cursor: pointer;
}

body:not(.Home) .searchContainer .searchWrap {
  border-bottom: 1px solid rgb(191.25, 191.25, 191.25);
  background-color: rgba(255, 255, 255, 0.9);
}

.icons a.showHide {
  display: none;
}

/*added in temp styles for phone number*/
.header .topline .holdPhone { /*display: none;*/
  z-index: 99;
  line-height: 2;
}

.header .topline .holdCart .ViewCart {
  display: none;
}

.header .topline > .last {
  float: right;
  position: absolute;
  top: 0%;
  right: 0%;
}

.loggedin.header .topline > .last {
  width: 80%;
}

/***********************
HERO - HERO
************************/
#hero {
  position: relative;
  overflow: hidden;
  height: 40vh;
}

body.Home #hero {
  height: 45vh;
}
body.Home #hero .row {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
}

body:not(.Home) #hero {
  position: relative;
  height: 25vh;
  z-index: 0;
}
body:not(.Home) #hero > div {
  /*position: absolute;*/
}
body:not(.Home) #hero > div:first-of-type {
  width: 100%;
  height: 100%;
  position: relative;
}
body:not(.Home) #hero > div:first-of-type img {
  /*width: 100%;
  height: auto;
  min-width: 100%; 
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; */
  max-width: unset;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
body:not(.Home) #hero > div.erp-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 10px;
  z-index: 2;
  width: 90%;
}
body:not(.Home) #hero > div.erp-caption h1 {
  margin: 0;
}
body:not(.Home) #hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

/*********************
NAVIGATION STYLES
*********************/
.adminMenu {
  text-align: left;
  position: absolute;
  top: 39%;
}

#mainMenu {
  text-align: left;
  position: relative;
}

.topMenu {
  width: 100%;
  float: right;
  clear: right;
  /* end .nav */
}
.topMenu a.toggleMenu {
  width: auto;
  padding: 0.75em 0.5em;
  background-color: transparent;
  border: 2px solid #50806E;
  border-radius: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.85em;
  position: absolute;
  top: -70px;
}
.topMenu a.toggleMenu em {
  text-decoration: none;
  margin-left: 0.2em;
}
.topMenu a.toggleMenu span {
  display: block;
  width: auto;
  float: left;
  padding-left: 0.25em;
}
.topMenu .nav {
  margin-top: 0;
  position: absolute;
  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.75em 0.5em;
  background: rgb(178.5, 178.5, 178.5);
  border-bottom: 1px solid rgb(165.75, 165.75, 165.75);
  /*
  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.parent:before {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  float: right;
  font-size: large;
  padding-right: 0.5em;
  line-height: 1.5;
}
.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: rgb(234.6, 234.6, 234.6);
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.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: rgb(234.6, 234.6, 234.6);
}
.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: rgb(191.25, 191.25, 191.25);
}
.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: rgb(178.5, 178.5, 178.5);
}
/* end .topMenu */
.nav > li.hover > ul {
  left: 0;
  display: block;
}

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

/*********************
CONTENT STYLES
*********************/
body.Category #products .productDetails .prodName span#displayCode_8479, body.Category #products .productDetails .prodName span#displayCode_8476, body.Category #products .productDetails .prodName span#displayCode_8478, body.Category #products .productDetails .prodName span#displayCode_8477 {
  display: none;
}

/* content area all inner pages */
#content .row {
  padding: 1em 0 1em 0;
}

.bg-tint {
  background-color: #fff;
}

blockquote {
  margin: 0 0 0 0;
  text-align: left;
}

#content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  display: block;
  font-size: 3em;
  padding-right: 0.5em;
  line-height: 1.2;
  float: none;
}
#content blockquote a {
  text-decoration: none;
}

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

img {
  /*margin: 0 0 1.5em 0;*/
  max-width: 100%;
  height: auto !important;
}

#breadcrumbs {
  margin: 1em 0 1em 0;
  padding: 0.5em 0;
}
#breadcrumbs div {
  display: inline;
}

/*********************
HOME STYLES
*********************/
body.Home #content > .row, body.Home #topBlocks > .row, body.Home #rightBlocks > .row {
  padding: 2em 0;
}

body.Home #rightBlocks > .row {
  padding: 2em 0;
}
body.Home #rightBlocks > .row > div {
  position: relative;
}
body.Home #rightBlocks > .row > div > div {
  position: absolute;
  width: 100%;
  bottom: 1em;
  text-align: center;
}
body.Home #topBlocks {
  background-color: #fff;
  position: relative;
  /*&:before {
  	content: "";
  	position: absolute;
  	display: block;
  	width: 100%;
  	height: 100%;
  	background: url(../images/pattern.svg) no-repeat left top;
  	background-size: cover;
  }*/
}

/*************************************************************
BLOCK AND COLUMN LAYOUT FOR PRODUCTS/CATEGORIES ETC...
**************************************************************/
.block {
  margin-bottom: 1em;
}

.columnlayout, ul#products, #categorydetails ul, .confidence {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.columnlayout > div, .columnlayout li, ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li, .confidence > div, .confidence li {
  display: inline-block;
  vertical-align: top;
  flex: 1 1 auto;
  margin-bottom: 2em;
}
.columnlayout > div div, .columnlayout li div, ul#products > div div, ul#products li div, #categorydetails ul > div div, #categorydetails ul li div, .confidence > div div, .confidence li div {
  width: auto;
}

ul#products > div, ul#products li {
  width: 100%;
}

.columnlayout > div, .confidence > div {
  width: 100%;
  margin-right: 0em;
}

ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li {
  flex-grow: 0;
  /*border: 1px solid darken($white, 20%);*/
  background-color: #fff;
}

/*Home services blocks style 2*/
.confidence.grid-1 {
  justify-content: space-between;
  border-top: none !important;
}
.confidence.grid-1 > div {
  display: flex;
  padding: 0 0.5em;
  margin-bottom: 1em;
  padding-top: 1em;
}
.confidence.grid-1 > div .card-image {
  width: 15%;
}
.confidence.grid-1 > div .card-image p {
  margin: 0 0;
}
.confidence.grid-1 > div .card-item {
  width: 85%;
  text-align: left;
}
.confidence.grid-1 > div .card-item p {
  margin-top: 0;
}
.confidence.grid-1 > div .card-item p strong {
  display: block;
}
.confidence.grid-1 > div .card-item p a {
  word-wrap: break-word;
}

/******************************************************************
FORM STYLES
******************************************************************/
.respond-form {
  margin: 0em 0em;
  padding: 5%;
  background-color: #ebeee8;
  min-width: 190px;
}

.respond-form, #newsletter {
  /* not nested as not all forms contain a table */
}
.respond-form table, #newsletter table {
  width: 100%;
}
.respond-form form, #newsletter form {
  margin: 0 0;
  width: 90%;
  text-align: left;
}
.respond-form form li, #newsletter form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small, #newsletter form li label,
#newsletter form li small {
  display: none;
}
.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, #newsletter form input[type=text],
#newsletter form input[type=email],
#newsletter form input[type=url],
#newsletter form textarea,
#newsletter form select {
  padding: 0.75em 1em;
  background-color: #fff;
  margin: 0 0 1em 0;
  display: table-cell;
  width: 100%;
  max-width: 100%;
  border: 0;
  /* 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[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, #newsletter form input[type=text]:focus,
#newsletter form input[type=email]:focus,
#newsletter form input[type=url]:focus,
#newsletter form textarea:focus,
#newsletter form select:focus {
  /*background-color: #fff;*/
}
.respond-form form input[type=checkbox], #newsletter form input[type=checkbox] {
  margin-right: 5px;
}
.respond-form form input[name="180_LeaseEnquiry"], #newsletter form input[name="180_LeaseEnquiry"] {
  margin-bottom: 1em;
}
.respond-form form .required, #newsletter form .required {
  background-image: url("../images/contact-corner.png");
  background-position: right top;
  background-repeat: no-repeat;
}
.respond-form form textarea, #newsletter form textarea {
  height: 150px;
}
.respond-form form img, #newsletter form img {
  float: left;
}
.respond-form form img.fullwidth, #newsletter form img.fullwidth {
  max-width: 100%;
}

#newsletter form {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 1em;
}
#newsletter form input[type=text],
#newsletter form input[type=email],
#newsletter form input[type=url],
#newsletter form textarea,
#newsletter form select {
  border: 1px solid #4d4d4d;
  border-radius: 3px;
}

body.checkout div#checkout a.BlueLink {
  padding: 0;
}

body.checkout aside#rightcol:nth-child(2) {
  display: none;
}

/*********************
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;
}
#rightcol .block ol li, #rightcol .block ul li {
  list-style: none;
  border-bottom: 1px solid rgb(204.5, 204.5, 204.5);
  padding: 5px 0px;
  display: block;
  min-height: 40px;
  line-height: 1.6;
}
#rightcol .block ol li a, #rightcol .block ul li a {
  text-decoration: none;
}
#rightcol .block ol li:before, #rightcol .block ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  float: left;
  font-size: large;
  padding-right: 0.5em;
  padding-bottom: 1em;
  line-height: 1.2;
}

/* end #rightcol */
/*********************************
BOTTOM BLOCKS
*********************************/
#bottomBlocks {
  text-align: center;
  width: 96%;
  margin: auto;
}

/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted rgb(185.3076923077, 160.625, 198.375);
  padding: 1em 0;
}
#listing h2 {
  margin: 0;
}
#listing p {
  margin-top: 0.25em;
}
#listing:last-child {
  border-bottom: 1px dotted rgb(185.3076923077, 160.625, 198.375);
}

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 rgb(185.3076923077, 160.625, 198.375);
}
#gallery p {
  display: none;
}

#categorydetails ul ul li {
  display: block;
  width: 100%;
  border: none;
}

/*********************
FOOTER STYLES
*********************/
#newsletter, #footer {
  text-align: center;
}

.afterpaylogo {
  height: 27px;
  margin: 5px;
  display: inline-block;
  vertical-align: top;
}

#newsletter {
  padding: 4em 0;
  background-color: #E0E6DA;
  position: relative;
  overflow: hidden;
  margin: 0;
}
#newsletter:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pattern.svg) no-repeat left top;
  background-size: cover;
  top: 0;
}
#newsletter > div {
  width: 80%;
}
#newsletter > div .button.secondary {
  margin-bottom: 10px;
}
#newsletter > div .first {
  text-align: center;
}
#newsletter > div .first .circle {
  position: relative;
  margin-bottom: 1.5em;
}
#newsletter > div .first .circle .circleshape {
  border-radius: 50%;
  width: 170px;
  height: 170px;
  background: rgb(247.35, 247.35, 247.35);
  position: relative;
  display: block;
  margin: 0 auto;
}
#newsletter > div .first .circle > div {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding-left: 0.75em;
  padding-right: 0.75em;
}
#newsletter > div .first .circle > div h3, #newsletter > div .first .circle > div p {
  margin: 0;
}
#newsletter > div .first .circle > div h3 {
  line-height: 1.3;
}
#newsletter > div .first .circle > div p {
  line-height: 1.2;
  font-size: 0.95em;
}
#newsletter > div .first .circle > div img {
  vertical-align: sub;
  margin-top: -10px;
}
#newsletter > div > .last {
  text-align: center;
}

#footer {
  background: #1a1a1a;
}
#footer #links {
  opacity: 0.9;
  padding: 2em 0;
}
#footer #links h3 {
  border-bottom: 1px solid #50806E;
}
#footer #links > div {
  padding: 0 1em;
}
#footer #copyright {
  background: #1a1a1a;
}
#footer #copyright p {
  margin: 0.5em 0;
}

body:not(.Home):not(.Category):not(.Product) #footer {
  border-top: 1px solid #cccccc;
}

/* ================================================ */
/* SLIDESHOWS */
/* ================================================ */
/*.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-perspective: 1000px;
}*/
/* SLICK SLIDER */
/* 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: 9998;
}
.slick-slider button:before {
  content: "\f104";
  font-family: "FontAwesome";
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-next:before {
  content: "\f105";
  padding-left: 0.1em;
}

.slick-prev, .slick-next {
  top: 50%;
  z-index: 9998;
}

.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%;
}

.prodresponsive {
  margin-top: 1em;
  margin-bottom: 0;
}

.prodresponsive.slick-slider {
  padding: 0;
  list-style: none;
}
.prodresponsive.slick-slider .slick-list {
  margin: 0 auto;
}
.prodresponsive.slick-slider .slick-list .slick-track .slick-slide {
  /*.slideshow_caption {
  	transform: translate3d(0,0,0);
  	@include center(true, false);
  	width: 80%;
  	top: 30%;
  	background: rgba(255, 255, 255, 0.8);
  	padding: 2em;
  	text-align: center;
  	.h3 {

  	}
  	.h1 {

  	}

  	.slideDescription {
  		display: none;
  	}
  }*/
}
.prodresponsive.slick-slider button {
  padding: 0.2em;
  height: auto;
  z-index: 99;
}
.prodresponsive.slick-slider button:before {
  content: "\f104";
  font-family: "FontAwesome";
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prodresponsive.slick-slider .slick-next:before {
  content: "\f105";
  padding-left: 0.1em;
}

/* Core web vitals - fix to prevent slick slider from causing content layout shift on page load */
.responsive3 > li:not(:first-child) {
  display: none;
}

.responsive3 > li:first-child {
  display: block;
  padding: 0 20px;
}

/* End CWV fix */
/*Full width slider with captions */
ul.responsive3 {
  margin-bottom: 0;
}
ul.responsive3 .slick-list .slick-track .slick-slide {
  height: 380px;
  height: 45vh;
}
ul.responsive3 .slick-list .slick-track .slick-slide:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
ul.responsive3 .slick-list .slick-track .slick-slide picture {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
ul.responsive3 .slick-list .slick-track .slick-slide img {
  max-width: none;
  width: auto;
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transition: transform 6s;
  position: relative;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}
ul.responsive3 .slick-list .slick-track .slick-slide a.button:first-of-type {
  animation-delay: 1s;
}
ul.responsive3 .slick-list .slick-track .slick-slide a.button {
  animation-delay: 1.5s;
}
ul.responsive3 .slick-list .slick-track .slick-slide.slick-active img {
  position: relative;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%) scale(1.05);
  -webkit-transform: translate(-50%, 0%) scale(1.05);
  -ms-transform: translate(-50%, 0%) scale(1.05);
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption {
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  margin: 0 auto;
}
ul.responsive3 .slick-list .slick-track .slideshow_caption.activate {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  visibility: visible;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*
#homeslider {
	ul.slick-slider { 
		padding: 0;
		margin-bottom: 0;
		.slick-list {
			margin: 0 auto;
			.slick-track {
				.slick-slide {
					img {
						max-width: none;
						width: auto;
						height: 300px;
					}
				}
			}
		}
	}
    overflow: hidden;
}*/
#bottomBlocks {
  padding-top: 2em;
  padding-bottom: 2em;
}
#bottomBlocks .slick-slider .slideshow_caption {
  display: none;
}

/* end slick-slider */
/*********************
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: rgba(0, 0, 0, 0.8);
  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: 1.95;
  display: block !important;
}

.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: 0.5;
}

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

/*************************
ERP
*************************/
/* FEATURED PRODUCT SLIDER */
.slick-slider.products .slick-list {
  margin: 0 auto;
  padding: 0;
  width: 85%;
}
.slick-slider.products .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
.slick-slider.products .slick-list .slick-track .slick-slide {
  margin: 0 0.75em;
  background: #fff;
  height: auto;
}
.slick-slider.products .slick-list .slick-track .slick-slide > .productDetails {
  padding: 1em 0.75em;
}

/* end slick-slider */
ul#products {
  list-style-type: none;
  padding-left: 0;
}

.addcartContainer {
  display: inline;
}

.productImgContainer {
  position: relative;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.productImgContainer img {
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /*&:hover {
  	@include transform(scale(1.07))
  }*/
}

.products li, #products li, #product li {
  position: relative;
}
.products .productDetails, #products .productDetails, #product .productDetails {
  display: block;
  /*padding: 1em 0.75em;*/
  padding: 1em 0 0 0em;
  text-align: center;
  background-color: #fff;
}
.products .holdPriceOptions, #products .holdPriceOptions, #product .holdPriceOptions {
  text-align: right;
}
.products .holdPriceOptions > p:first-of-type, #products .holdPriceOptions > p:first-of-type, #product .holdPriceOptions > p:first-of-type {
  float: left;
}
.products .buyBtn, .products .rent, #products .buyBtn, #products .rent, #product .buyBtn, #product .rent {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0.5em;
  /*&.sizeVariant{display:block;}*/
}
.products .qty, #products .qty, #product .qty {
  display: none;
}
.products select, #products select, #product select {
  font-size: 0.85em;
  padding: 0.65em 0.5em;
  min-height: 50px;
  max-width: 100px;
}
.products .prodName, #products .prodName, #product .prodName {
  margin: 0.5em 0;
}
.products .prodName span.prodCode, #products .prodName span.prodCode, #product .prodName span.prodCode {
  display: block;
  text-align: center;
}
.products .addToWishlist span, #products .addToWishlist span, #product .addToWishlist span {
  display: none;
}
.products p.afterpay, #products p.afterpay, #product p.afterpay {
  margin: 0.5em 0;
  line-height: 1;
  text-align: center;
}

#product {
  /*input.addCart {
  	background: $color-primary url('../images/addCart.png') no-repeat 3.9em 0.45em;
  	background-size: 18.5px 18.5px;
  	&:hover, &:focus {
  		background: darken($color-primary, 10%) url('../images/addCart.png') no-repeat 3.9em 0.45em;
  		background-size: 18.5px 18.5px;
  	}
  	&:active {
  		background: lighten($color-primary, 5%) url('../images/addCart.png') no-repeat 3.9em 0.45em;
  		background-size: 18.5px 18.5px;
  	}
  }*/
}
#product .productDetails {
  /*.buyBtn, .rent, .addCart, .addToWishlist {
  	width: 100%;
  	text-align: center;
  }
  .addToWishlist span {
  	display: inline-block;
  	margin-left: 0.4em;
  }*/
}
#product .productDetails .sixcol {
  width: 48.618784527%;
  float: left;
  margin-left: 2.762430939%;
}
#product .productDetails .sixcol.first {
  margin-left: 0;
}
#product .productDetails select {
  max-width: none;
}
#product .productDetails .hold-qty-price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1em;
}
#product .productDetails .hold-qty-price .item-1 label {
  display: block;
}
#product .productDetails .hold-qty-price .item-2 {
  width: 40%;
}
#product .productDetails .hold-qty-price .item-2 input.addCart {
  width: 100%;
}

#categorydetails .parallax-window, #product .parallax-window {
  height: 150px;
  position: relative;
}
#categorydetails .parallax-window .erp-caption, #product .parallax-window .erp-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 95%;
  text-align: center;
}
#categorydetails .parallax-window .erp-caption h1, #categorydetails .parallax-window .erp-caption .h1, #product .parallax-window .erp-caption h1, #product .parallax-window .erp-caption .h1 {
  background: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  padding: 0.5em 0.25em;
}

#categorydetails {
  /*this is only for the category oil page*/
}
#categorydetails .controls {
  float: right;
  display: none;
}
#categorydetails #topBlocks {
  text-align: center;
  background: #ebeee8;
  padding: 1em 0.5em;
}
#categorydetails #topBlocks h2 {
  max-width: 96%;
}
#categorydetails ul#products, #categorydetails ul {
  list-style-type: none;
  margin: 2em 0;
  padding: 0;
}
#categorydetails ul#products li, #categorydetails ul li {
  /*border: 1px solid darken($white, 20%);*/
  /* padding: 0%;*/
  /*.productDetails {padding:1em 0em;}*/
}
#categorydetails .categorySubTitle ul {
  margin: 0em 0;
  padding: 1em 1.5em;
}
#categorydetails .categorySubTitle ul li {
  list-style: none;
  padding: 0.25em 0px;
  display: block;
  line-height: 1.6;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
#categorydetails .categorySubTitle ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  display: block;
  float: left;
  font-size: inherit;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  line-height: 1.6;
}
#categorydetails .subcategorylink {
  text-align: center;
}

a#topofpage {
  display: none;
}

#product #productDesc, #product #productDetails > .row {
  /*margin: 0 auto;
  max-width: 960px;*/
}
#product #prodImgDiv {
  text-align: center;
}
#product #productDetails {
  /*background-image: url("../images/featuredproducts-background.jpg");*/
}
#product .confidence {
  margin-top: 1em;
  width: 100%;
  border-top: 1px solid #999999;
  padding-top: 5px;
}
#product .confidence ul {
  padding: 0;
}
#product .confidence ul li {
  list-style-type: none;
  clear: left;
  line-height: 1.6;
  margin-bottom: 0.25em;
}
#product .confidence ul li :before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  float: left;
  font-size: large;
  padding-right: 1em;
  line-height: 1.4;
}
#product #productDesc {
  /*a.button {
      margin-bottom: 5px;
  }*/
}
#product .afterpay {
  background: #ebeee8;
  padding: 0.75em;
}
#product .afterpay img {
  vertical-align: -6px;
}

#relatedProducts {
  text-align: center;
}

/*Responsive Tabbed Content*/
#horizontalTab {
  padding: 2em 0;
}
#horizontalTab .resp-tabs-list {
  display: none;
}
#horizontalTab .resp-tabs-container {
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
  background: #fff;
  /*----------- Accordion styles show on mobile -----------*/
  /*--- end Accordion ---*/
}
#horizontalTab .resp-tabs-container .resp-tab-content {
  display: none;
  padding: 1em;
}
#horizontalTab .resp-tabs-container .resp-tab-content.resp-tab-content-active {
  border-bottom: 1px solid rgb(178.5, 178.5, 178.5);
}
#horizontalTab .resp-tabs-container .resp-tab-content.resp-tab-content-active:last-child {
  border-bottom: none;
}
#horizontalTab .resp-tabs-container .resp-tab-content.resp-accordion-closed {
  display: none;
}
#horizontalTab .resp-tabs-container h2.resp-accordion {
  display: block;
  cursor: pointer;
  border-bottom: 1px solid rgb(178.5, 178.5, 178.5);
  margin: 0px;
  padding: 0.2em 1em;
  font-size: 1em;
}
#horizontalTab .resp-tabs-container h2.resp-accordion .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 17px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid rgb(76.5, 76.5, 76.5);
}
#horizontalTab .resp-tabs-container h2.resp-accordion:last-of-type, #horizontalTab .resp-tabs-container h2.resp-accordion.resp-tab-active {
  border-bottom: none;
}
#horizontalTab .resp-tabs-container h2.resp-accordion.resp-tab-active {
  background-color: rgb(229.5, 229.5, 229.5);
}
#horizontalTab .resp-tabs-container h2.resp-accordion.resp-tab-active .resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid rgb(76.5, 76.5, 76.5);
}

/*End Responsive Tabbed Content*/
/* Overwrite Tiny Carousel Slider CSS*/
#slider1 {
  margin: 1em 0 0 0;
  padding: 0 0px;
}
#slider1 .buttons {
  background: transparent;
  height: auto;
  width: auto;
  top: 30%;
  z-index: 9999;
}
#slider1 .buttons:before {
  display: block;
  content: "\f138";
  font-family: "FontAwesome";
}
#slider1 .buttons.prev {
  left: 2px;
}
#slider1 .buttons.prev:before {
  content: "\f137";
}
#slider1 .viewport {
  height: 110px;
}
#slider1 .viewport ul.overview li {
  height: 110px;
}

/*****************************
Cart + Checkout
****************************/
#checkoutBreadcrumbs {
  list-style: none;
  height: 48px;
  background-color: #ebeee8;
  margin: 10px 0px;
  padding-left: 0;
  float: right;
  width: 100%;
}
#checkoutBreadcrumbs li {
  float: left;
  width: 33.3%;
}
#checkoutBreadcrumbs li a {
  font-size: 80%;
  /*text-indent: -9998em;*/
  color: rgb(165.75, 165.75, 165.75);
  text-transform: uppercase;
  padding-left: 8px;
  display: block;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
}
#checkoutBreadcrumbs li a span {
  /*text-indent: 0em;*/
  display: block;
  float: left;
  font-size: 140%;
  text-align: center;
  font-weight: 600;
  letter-spacing: -1px;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  background-color: rgb(234.6, 234.6, 234.6);
  margin: 5px 5px 0 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

/*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 #50806E;
  background-color: #50806E;
  color: #fff;
}
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 #50806E;
  background-color: #50806E;
  color: #fff;
}

/*Third - Checkout*/
body.checkout #checkoutBreadcrumbs li.third {
  width: 60%;
}
body.checkout #checkoutBreadcrumbs li.third a span {
  border: 1px solid #50806E;
  background-color: #50806E;
  color: #fff;
}
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 #50806E;
  background-color: #50806E;
  color: #fff;
}

.Blocks {
  border: 4px solid rgb(234.6, 234.6, 234.6);
  margin-bottom: 10px;
}

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

/*********************************
VIEW CART
*********************************/
.ViewCart_Header_Left {
  background: none repeat scroll 0 0 #ebeee8;
  color: #1a1a1a;
  font-weight: bold;
  padding: 5px 5px;
  text-align: left;
  font-size: 100%;
  text-transform: uppercase;
}

.ViewCart_Header_Right {
  background: #ebeee8;
  font-weight: bold;
  padding: 5px 10px;
  text-align: right;
  border-right: 4px solid #ebeee8;
  font-size: 100%;
  text-transform: uppercase;
}

.ViewCart_Header_Center {
  background: none repeat scroll 0 0 #ebeee8;
  color: #1a1a1a;
  font-weight: normal;
  padding: 5px 5px;
  text-align: center;
  font-size: 100%;
  text-transform: uppercase;
}

.ViewCart_Product_Left {
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
}

.ViewCart_Product_Center {
  text-align: center;
  vertical-align: middle;
}

.ViewCart_Product_Right {
  padding: 5px 10px;
  text-align: right;
  vertical-align: top;
  border-right: none;
}

.ViewCart_Separator {
  border-top: 1px dotted rgb(153.5, 153.5, 153.5);
}

.ViewCart {
  margin: 0px auto;
  padding: 0.5em;
}
.ViewCart tr:first-child {
  background-color: #ebeee8;
}
.ViewCart tr {
  background: #fff;
}
.ViewCart td.ViewCart_Price_Left {
  padding: 5px 10px;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
}
.ViewCart td.ViewCart_Price_Left div.ViewCart_Price_Left {
  position: relative;
  text-align: right;
}
.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;
}
.ViewCart td.ViewCart_Price_Left #divPopup .suburb {
  color: #1a1a1a;
  display: block;
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}
.ViewCart td.ViewCart_Price_Left #divPopup .suburb:hover {
  background: #000080;
  color: #fff;
  text-decoration: none;
}
.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.responsive.png") no-repeat;
}
.ViewCart .ViewCart_Price_Right {
  /*padding: 5px 10px;*/
  text-align: right;
  vertical-align: bottom;
  /*width: 10%;*/
  /*min-width: 310px;*/
  padding: 0.5em 1em;
}
.ViewCart .freight {
  display: block;
  margin-top: 75px;
  padding-left: 42px;
  /*min-width: 310px;*/
}
.ViewCart .ViewCart_Product_Right {
  padding: 5px 10px;
  text-align: right;
  vertical-align: top;
  border-right: 4px solid rgb(234.6, 234.6, 234.6);
}

/*.BlueLink {
    font-size: 100%;
    text-transform: uppercase;
    padding: 10px;
}*/
.greytext {
  color: #382741;
}

.Proceed {
  background-color: #1a1a1a;
  font-size: 90%;
  text-transform: uppercase;
  text-align: right;
}
.Proceed a {
  color: #fff;
  padding: 20px;
  line-height: 2em;
}

/* Force table to not be like tables anymore */
#tableCart {
  /*display: block; */
}
#tableCart thead .tablehead {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#tableCart tbody {
  display: block;
}
#tableCart tbody tr {
  display: block;
}
#tableCart tbody tr td {
  display: block;
  /* Behave  like a "row" */
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 40%;
}
#tableCart tbody tr td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 6px;
  left: 6px;
  width: 40%;
  padding-right: 10px;
  white-space: nowrap;
  text-align: left;
  font-weight: 600;
}
#tableCart tbody tr td:nth-of-type(1):before {
  content: "Product:";
}
#tableCart tbody tr td:nth-of-type(2):before {
  content: " ";
}
#tableCart tbody tr td:nth-of-type(3):before {
  content: " ";
}
#tableCart tbody tr td:nth-of-type(4):before {
  content: "Price:";
}
#tableCart tbody tr td:nth-of-type(5):before {
  content: "Quantity:";
}
#tableCart tbody tr td:nth-of-type(6):before {
  content: "Total:";
}

input.addQuantity {
  width: 6%;
  margin-right: 1em;
  margin-bottom: 0.5em;
  padding: 9.5px 0 9.5px 0;
}

/**********************************
STEP 2/3 CHECKOUT
**********************************/
#checkout, #checkout_payment, #pmethodselectionlist, #paymentmethodtext {
  border: 4px solid rgb(234.6, 234.6, 234.6);
  margin-bottom: 10px;
  padding: 1%;
  background: #fff;
}
#checkout div, #checkout_payment div, #pmethodselectionlist div, #paymentmethodtext div {
  width: 94%;
  float: left;
  margin-left: 3%;
}
#checkout div h2, #checkout div p, #checkout_payment div h2, #checkout_payment div p, #pmethodselectionlist div h2, #pmethodselectionlist div p, #paymentmethodtext div h2, #paymentmethodtext div p {
  margin-left: 0px;
  margin-right: 0px;
}
#checkout .tableBorders, #checkout_payment .tableBorders, #pmethodselectionlist .tableBorders, #paymentmethodtext .tableBorders {
  border-top: 1px dotted rgb(204.5, 204.5, 204.5);
  border-bottom: 1px dotted rgb(204.5, 204.5, 204.5);
  padding: 10px 0px;
}

/*********************************
PROCEED
*********************************/
#Proceed, #Proceed_PayPal, #Proceed_Afterpay {
  margin-left: 0px;
  background-color: rgb(76.5, 76.5, 76.5);
  margin-bottom: 40px;
  margin-bottom: 10px;
  padding: 10px;
}
#Proceed span, #Proceed_PayPal span, #Proceed_Afterpay span {
  color: #fff;
  text-transform: uppercase;
  font-size: 70%;
  float: left;
  line-height: 4em;
}
#Proceed #SubmitCheckout, #Proceed_PayPal #SubmitCheckout, #Proceed_Afterpay #SubmitCheckout {
  margin-top: 9px;
  float: right;
  font-size: 1.7em !important;
  width: 100%;
}
#Proceed #paymentbutton, #Proceed_PayPal #paymentbutton, #Proceed_Afterpay #paymentbutton {
  color: #fff;
  background-color: #50806E;
  padding: 0 5%;
  text-transform: uppercase;
  height: 45px;
  line-height: 1.5em;
  border: 0;
  float: right;
}
#Proceed #paymentbutton:hover, #Proceed_PayPal #paymentbutton:hover, #Proceed_Afterpay #paymentbutton:hover {
  background-color: rgb(74.1153846154, 118.5846153846, 101.9086538462);
}

/*********************
ACCORDIAN - multi-level
*********************/
#ProductCustomisation > [data-accordion-group] > [data-accordion].open > [data-control] {
  border-bottom: 0px solid #1a1a1a;
}

[data-accordion-group] {
  border-top: 1px solid #1a1a1a;
}
[data-accordion-group] [data-accordion] {
  margin-bottom: 0.5em;
}
[data-accordion-group] [data-accordion] [data-control] {
  background-color: #fff;
  margin-bottom: 0;
  outline: none;
  width: 100%;
  display: block;
  text-align: left;
  border: none;
  border-radius: 0 !important;
  padding-right: 1.5em;
  border-bottom: 1px solid #1a1a1a;
}
[data-accordion-group] [data-accordion] [data-control]:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: block;
  float: right;
  font-size: large;
  padding-right: 0em;
  line-height: 1.6;
  font-weight: 300;
  margin-right: -1.5em;
}
[data-accordion-group] .open > [data-control]:before {
  content: "\f068";
}
[data-accordion-group] .open [data-content] {
  border-bottom: 1px solid #1a1a1a;
  padding: 2em;
}
[data-accordion-group] .open [data-content] article p {
  margin-top: 0;
}

/*Marquee effect*/
/* Outer container */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding: 0.5rem 0;
  background: rgb(217.25, 217.25, 217.25);
}

/* Marquee wrapper */
.marquee {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  position: relative;
}

/* Inner content wrapper that repeats */
.marquee-content {
  display: flex;
  flex-shrink: 0;
  width: auto;
  animation: marquee-scroll 20s linear infinite;
}

/* Marquee text */
.marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-right: 1rem;
}

/* Pause animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/*
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.

  ******************************************************************/
  .icons a.showHide {
    display: inline-block;
  }
}
/*
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, .threeflex {
    width: 22.928176794%;
  } /* 22.05%; } /* grid_3  */
  .fourcol, .fourflex {
    width: 31.491712705%;
  } /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  } /* 39.45%; } /* grid_5  */
  .sixcol, .sixflex {
    width: 48.618784527%;
  } /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438%;
  } /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.745856349%;
  } /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  } /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.872928171%;
  } /* 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;
  }
  .flexWrap {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
  }
  .flexWrap .threeflex, .flexWrap .sixflex, .flexWrap > h3, .flexWrap > p {
    flex: 1 1 auto;
  }
  .flexWrap .threeflex, .flexWrap .fourflex, .flexWrap .sixflex {
    margin-left: 2.762430939%;
  }
  .flexWrap > h3, .flexWrap > p {
    width: 99.999999993%;
  }
  .flexWrap .first {
    margin-left: 0;
  }
  /******************************************************************
  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
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*.header .darkHeader {
  	min-height:150px;
  }
  .header .darkHeader #mainMenu {
  	padding-top: 2.5em;
  }*/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row, body#location #content #leftcol > div > div {
    max-width: 1400px;
  }
  .row-small {
    max-width: 800px;
  }
  .header .row {
    max-width: 1400px;
  }
  /*********************
  SPRITE
  *********************/
  #logo {
    width: 82px;
    height: 60px;
    background-size: 82px 60px;
  }
  /*********************
  HEADER STYLES
  *********************/
  .mobileBanner {
    display: none;
  }
  .header {
    min-height: 150px;
  }
  .header .topline {
    min-height: 110px;
  }
  .header .topline #logo {
    /*top: 1.5em;*/
    position: relative;
    display: inline-block;
    float: left;
    left: 0;
    margin: 0 auto;
  }
  .header .topline .last {
    text-align: right;
    top: -3%;
    width: 80%;
  }
  .header .topline .topnav {
    display: block;
    /*margin-bottom: 0.75em;*/
  }
  .header .topline .topnav a {
    padding: 0.5em;
  }
  .header .topline .holdCart .ViewCart {
    visibility: visible;
  }
  .header .topline .top-mini-content {
    top: 4em;
    width: 500px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .topline .top-mini-content:hover, .header .topline .top-mini-content.inspectcart {
    visibility: visible;
    opacity: 1;
    right: 0;
    width: 500px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .topline .search {
    padding-top: 0.3em;
    position: absolute;
    top: 100%;
    left: 56%;
  }
  .header .topline .search input[type=text] {
    width: 80%;
  }
  .header .bottomline .last {
    text-align: right;
    top: 0.5em;
  }
  .mobileBanner > a:before {
    top: 163px;
  }
  /* Search Panel Styling */
  .searchContainer {
    /* Below class added in script file */
  }
  .searchContainer .search button#search .searchtext {
    display: inline;
  }
  .searchContainer .search input[type=text] {
    width: auto;
  }
  .searchContainer.smallSearch {
    position: fixed;
    top: 160px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .topMenu {
    border-bottom: none;
  }
  .topMenu a.toggleMenu {
    text-align: center;
    margin: 0.5em 0;
    width: 100%;
    top: unset;
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .topMenu .nav {
    width: 100%;
  }
  .topMenu #mainMenu {
    position: inherit;
    /*padding-top:2.3em;*/
  }
  /*********************
  CONTENT STYLES
  *********************/
  /* content area all inner pages */
  #content .row {
    padding: 2em 0;
  }
  /* content area home page case studies */
  body.Home #content #leftcol {
    /*end odd rows*/
    /*end even rows*/
  }
  body.Home #content #leftcol > div:nth-of-type(odd) > div > div.first {
    float: left;
  }
  body.Home #content #leftcol > div:nth-of-type(odd) > div > div.last {
    float: right;
  }
  body.Home #content #leftcol > div:nth-of-type(even) > div > div.first {
    float: right;
  }
  body.Home #content #leftcol > div:nth-of-type(even) > div > div.last {
    float: left;
    margin-left: 0;
  }
  blockquote:before {
    /*margin-bottom:5em;*/
    float: left;
  }
  #hero {
    background-position: top center;
  }
  /*********************
  HOME STYLES
  *********************/
  body.Home #content > .row, body.Home #topBlocks > .row {
    padding: 3em 0;
  }
  /*********************
  HOME STYLES
  *********************/
  body.Home #content > .row, body.Home #topBlocks > .row, body.Home #rightBlocks > .row {
    padding: 2em 0;
  }
  body.Home #rightBlocks > .row > div h3 {
    margin: 0em 0;
  }
  /*********************
  HOME BLOCK LAYOUT
  **********************/
  body.Home {
    /*Temporary News Styling until Instagram is ready*/
  }
  body.Home .newsBlock {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    vertical-align: top;
  }
  body.Home #rightBlocks .row > div {
    width: 48%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  body.Home #rightBlocks .row > div {
    width: 32%;
  }
  body.Home #rightBlocks .row > div:nth-child(3) {
    margin-right: 0;
  }
  body.Home .columnlayout {
    /*	> div {
    		width: 48%;
    	}*/
  }
  /*********************
  BLOCK LAYOUT
  **********************/
  body.ContactUs .columnlayout > div {
    width: 48%;
    margin-right: 2em;
  }
  body.ContactUs .columnlayout > div > div {
    width: auto;
    padding-bottom: 0;
  }
  body.ContactUs .columnlayout > div:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0%;
  }
  ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li {
    width: 47.5%;
    margin-right: 2em;
  }
  ul#products > div:nth-child(2n), ul#products li:nth-child(2n), #categorydetails ul > div:nth-child(2n), #categorydetails ul li:nth-child(2n) {
    margin-right: 0em;
  }
  /*********************
  NEWS LISTING
  *********************/
  div.listingImg {
    float: left;
    width: 30%;
  }
  div.listingTxt {
    float: left;
    width: 70%;
  }
  /*********************
  GALLERY
  *********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%;
  }
  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  #newsletter .row form input[type=email] {
    width: 100%;
    margin-right: 5px;
  }
  #newsletter > div .first .circle {
    margin-bottom: 0;
  }
  #newsletter > div .first .circle .circleshape {
    background: transparent;
  }
  #newsletter > div .first .circle > div {
    width: auto;
  }
  #newsletter > div > .last {
    text-align: left;
    border-left: 1px solid #1a1a1a;
    padding-left: 4em;
  }
  #newsletter form {
    margin-left: 0;
    text-align: left;
  }
  #footer > div {
    text-align: left;
  }
  #footer #copyright .last {
    text-align: right;
  }
  #footer #links {
    padding: 3em 0;
  }
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /*************************
  SLICK SLIDER
  *************************/
  /*#homeslider {
  	ul.slick-slider { 
  		.slick-list {
  			.slick-track {
  				.slick-slide {
  					img {
  						max-width: 100%;
  						width: 100%;
  						height: auto;
  					}
  				}
  			}
  		}
  	}
  }*/
  /*Full width slider */
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    height: 50vh;
  }
  /*************************
  STOCKISTS
  *************************/
  body#body_420 .columnlayout > div .srCompany {
    min-height: 57px;
  }
  /*************************
  ERP
  *************************/
  /* FEATURED PRODUCT SLIDER */
  .slick-slider.products {
    margin-bottom: 3em;
  }
  .slick-slider.products .slick-list {
    width: 96%;
  }
  .slick-slider.products .slick-list .slick-track .slick-slide {
    min-height: 355px;
  }
  /* end slick-slider */
  #categorydetails .parallax-window, #product .parallax-window {
    height: 22vh;
  }
  #categorydetails .parallax-window .erp-caption, #product .parallax-window .erp-caption {
    width: 50%;
    max-width: 35em;
  }
  #categorydetails .controls, #categorydetails .controls a div, #relatedProducts .controls, #relatedProducts .controls a div {
    display: inline;
  }
  #categorydetails ul#products, #categorydetails ul, #relatedProducts ul#products, #relatedProducts ul {
    list-style-type: none;
    margin: 2em 0;
    padding: 0;
  }
  #categorydetails ul#products li, #categorydetails ul li, #relatedProducts ul#products li, #relatedProducts ul li {
    /*padding-bottom: 0px;*/
    margin-top: 0;
  }
  .products li, #products li {
    position: relative;
    padding-bottom: 4em;
  }
  .products .productDetails, #products .productDetails, #product .productDetails {
    text-align: left;
  }
  .products .productDetails .buyBtn, .products .productDetails .rent, #products .productDetails .buyBtn, #products .productDetails .rent, #product .productDetails .buyBtn, #product .productDetails .rent {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.5em;
  }
  .products .productDetails .qty, #products .productDetails .qty, #product .productDetails .qty {
    display: none;
  }
  .products .productDetails .prodName, #products .productDetails .prodName, #product .productDetails .prodName {
    margin: 0.5em 0;
  }
  .products .holdPriceOptions, #products .holdPriceOptions, #product .holdPriceOptions {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*
    select {
    	padding: 0.4em;
    }*/
  }
  .products .addToWishlist span, #products .addToWishlist span, #product .addToWishlist span {
    display: none;
  }
  #product {
    /*input.addCart {
    	background: $color-primary url('../images/addCart.png') no-repeat 3.5em 0.45em;
    	background-size: 18.5px 18.5px;
    	&:hover, &:focus {
    		background: darken($color-primary, 10%) url('../images/addCart.png') no-repeat 3.5em 0.45em;
    		background-size: 18.5px 18.5px;
    	}
    	&:active {
    		background: lighten($color-primary, 5%) url('../images/addCart.png') no-repeat 3.5em 0.45em;
    		background-size: 18.5px 18.5px;
    	}
    }*/
  }
  #product #productDesc > .first, #product #productDesc > .last, #product #productDetails .row > .first, #product #productDetails .row > .last {
    width: 46%;
  }
  #product #productDesc > .first, #product #productDetails .row > .first {
    margin-right: 4%;
  }
  #product .productDetails .buyBtn, #product .productDetails .rent, #product .productDetails .addCart, #product .productDetails .addToWishlist {
    text-align: center;
  }
  #product .productDetails .addToWishlist span {
    display: inline-block;
    margin-left: 0.4em;
  }
  /*Responsive Tabbed Content*/
  #horizontalTab .resp-tabs-list {
    display: block;
    padding: 0 0 0 0;
  }
  #horizontalTab .resp-tabs-list li {
    width: 33.333%;
    text-align: center;
    display: inline-block;
    padding: 0.2em 2em;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    background-color: rgb(244.8, 244.8, 244.8);
    border-top: 3px solid #666666;
  }
  #horizontalTab .resp-tabs-list li:hover {
    background-color: rgb(239.7, 239.7, 239.7);
  }
  #horizontalTab .resp-tabs-list li.resp-tab-active {
    border-bottom: 1px solid #fff;
    border-top: 3px solid #382741;
    margin-bottom: -1px !important;
    position: relative;
    background-color: #fff;
  }
  #horizontalTab .resp-tabs-container {
    border-top: none;
  }
  #horizontalTab .resp-tabs-container h2.resp-accordion {
    display: none;
  }
  #horizontalTab .resp-tabs-container .resp-tab-content {
    min-height: 250px;
  }
  #horizontalTab .resp-tabs-container .resp-tab-content.resp-tab-content-active {
    border-bottom: none;
  }
  /*End Responsive Tabbed Content*/
  /* Overwrite Tiny Carousel Slider CSS*/
  #slider1 {
    margin: 1em 0 0 0;
    padding: 0 30px;
  }
  /*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%;
  }
  #checkoutBreadcrumbs li {
    width: 33% !important;
  }
  .ViewCart td.ViewCart_Price_Left #divPopup {
    color: #1a1a1a;
    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: 150%;
  }
  /* Force table to not be like tables anymore */
  #tableCart {
    display: table;
  }
  #tableCart thead .tablehead {
    position: relative;
    /*top: -9999px; 
    left: -9999px;*/
    top: 0;
    left: 0;
  }
  #tableCart tbody {
    display: table-row-group;
  }
  #tableCart tbody tr {
    display: table-row;
  }
  #tableCart tbody tr td {
    display: table-cell;
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 0;
  }
  #tableCart tbody tr td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
  }
  #tableCart tbody tr td:nth-of-type(1):before {
    content: "";
  }
  #tableCart tbody tr td:nth-of-type(2):before {
    content: "";
  }
  #tableCart tbody tr td:nth-of-type(3):before {
    content: "";
  }
  #tableCart tbody tr td:nth-of-type(4):before {
    content: "";
  }
  #tableCart tbody tr td:nth-of-type(5):before {
    content: "";
  }
  #tableCart tbody tr td:nth-of-type(6):before {
    content: "";
  }
  /**********************************
  STEP 2/3 CHECKOUT
  **********************************/
  #checkout div, #checkout_payment div {
    width: 46.5%;
  }
  body.checkout #checkoutBreadcrumbs li.first a, body.checkout #checkoutBreadcrumbs li.fourth a {
    text-indent: 0em;
  }
  /*Account Control Panel*/
  /*Control Panel*/
  #AccountCP {
    background-color: #ebeee8;
    /*background:#f2f2f2 url('../images/myAccount-cp-bg.jpg') repeat-x top center; */
    margin-bottom: 1em;
    /*Right side of Control Panel*/
  }
  #AccountCP ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    float: left;
  }
  #AccountCP ul .ctrlPanelTitle {
    background: none;
  }
  #AccountCP ul .ctrlPanelTitle span {
    display: block;
    font-size: 150%;
    letter-spacing: -1px;
    padding: 1em 0.5em 1em 0.5em;
  }
  #AccountCP ul li {
    display: block;
    float: left;
    /*Control Panel title*/
  }
  #AccountCP ul li a {
    display: block;
    padding: 1em 1em 1em 1em;
    border: 1px solid #f2f2f2;
    border-top: none;
    border-bottom: none;
    /*background:transparent url('../images/CP-Icons.png') no-repeat top center;*/
  }
  #AccountCP ul li a i {
    padding-right: 0.25em;
  }
  #AccountCP ul li li:hover {
    /*background:transparent url('../images/CP-a-bg.png') repeat top center;*/
  }
  #AccountCP ul .myOrders a {
    background-position: center -200px;
  }
  #AccountCP ul#RightCP {
    float: right;
    text-align: right;
  }
  #AccountCP ul#RightCP li {
    display: inline;
    background: none;
  }
  #AccountCP ul#RightCP li a {
    display: block;
    float: left;
    padding: 3em 0.6em 1em 0;
    border: none;
    background: transparent none;
  }
  #AccountCP ul#RightCP li li:hover {
    background: transparent none;
  }
  .paddedtable {
    margin-bottom: 1em;
  }
  /******************************************************************
  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: 9999999999;
  }
  .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.admindex #mainMenu, body.admhome #mainMenu {
    text-align: center;
  }
  body.admfeatured #imageslider {
    display: none;
  }
  body.admindex .bottomline .adminMenu, body.admhome .bottomline .adminMenu {
    display: inline-block;
  }
  body.admindex .bottomline .categoryMenu, body.admhome .bottomline .categoryMenu {
    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.admindex,
  body.admhome,
  body.admnewsection {
    /* end .topmenu */
  }
  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:400px;
    overflow: visible;*/
  }
  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.admindex .topMenu .nav > li > a,
  body.admhome .topMenu .nav > li > a,
  body.admnewsection .topMenu .nav > li > a {
    font-size: 1em;
  }
  body.admindex .topMenu .nav > li:first-child > a, body.admindex .topMenu .nav > li:nth-child(5) > a, body.admindex .topMenu .nav > li:nth-child(6) > a, body.admindex .topMenu .nav > li:nth-child(7) > a,
  body.admhome .topMenu .nav > li:first-child > a,
  body.admhome .topMenu .nav > li:nth-child(5) > a,
  body.admhome .topMenu .nav > li:nth-child(6) > a,
  body.admhome .topMenu .nav > li:nth-child(7) > a,
  body.admnewsection .topMenu .nav > li:first-child > a,
  body.admnewsection .topMenu .nav > li:nth-child(5) > a,
  body.admnewsection .topMenu .nav > li:nth-child(6) > a,
  body.admnewsection .topMenu .nav > li:nth-child(7) > a {
    display: inline;
  }
  /*********************
  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 .prodresponsive {
    width: 800px;
    height: 279px;
    background: url("/wmsimages/slideshow_placeholder.gif");
    text-indent: -9999px;
    overflow: hidden;
  }
  /*********************
  ORDER MANAGEMENT SCREEN
  **********************/
  .admordermanagement2 .topline .sixcol .sixcol, .admordermanagement2 .row, .admabandonedcarts .topline .sixcol .sixcol, .admabandonedcarts .row {
    width: 100% !important;
    max-width: none;
  }
  .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 table td, .admabandonedcarts table td {
    font-size: 0.9em;
  }
  .admordermanagement2 a, .admabandonedcarts a {
    text-decoration: underline;
  }
  .admordermanagement2 #content #leftcol i, .admabandonedcarts #content #leftcol i {
    font-size: 1.6em;
  }
  .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 #1a1a1a;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
  }
  .admordermanagement2 .grid h2, .admabandonedcarts .grid h2 {
    background: #1a1a1a;
    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: rgb(242.25, 242.25, 242.25);
  }
  .admordermanagement2 .grid .orders .head TH, .admabandonedcarts .grid .orders .head TH {
    background: #cccccc;
    height: 24px;
    line-height: 24px;
    padding-left: 6px;
    color: rgb(76.5, 76.5, 76.5);
    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 #50806E;
    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: "Roboto Condensed", 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;
  }
  /* ============================= */
  /* ! 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: #fff;
    line-height: normal !important;
  }
  /*********************
  Captcha
  **********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word;
  }
  /***************
  SiteMap Drag and Drop
  ******************/
  #sitemap_header {
    width: 70em;
  }
  #sitemap_header dt {
    width: 66em;
  }
  .sitemap_undo {
    float: right;
  }
  #sitemap, #dragHelper {
    display: block;
    margin: 0;
    list-style: none;
  }
  #dragHelper {
    background: #eee;
  }
  #sitemap ul, #dragHelper ul {
    font-size: 1em;
    list-style: none;
  }
  #sitemap li, #dragHelper li {
    display: block;
    width: 100%;
    display: block;
    clear: both;
  }
  #sitemap dl, #dragHelper div {
    position: relative;
    display: block;
    height: 19px;
    border-top: 1px solid #eee;
    padding-top: 1px;
    background: #fff;
  }
  #sitemap dt, #dragHelper dt {
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    margin-left: 16px;
    padding: 0 0 0 1px;
  }
  #sitemap dd, #dragHelper dd {
    float: left;
  }
  #sitemap .sm2_actions, #dragHelper .sm2_actions {
    display: none;
    padding: 3px 2px 0 5px;
  }
  #sitemap .sm2_status, #dragHelper .sm2_status {
    position: absolute;
    top: 3px;
    right: 0;
  }
  #sitemap dl:hover dd, #sitemap dd:hover {
    display: block;
  }
  #sitemap dd strong, #dragHelper dd strong {
    display: none;
  }
  #sitemap a, #dragHelper a {
    border: none;
  }
  #sitemap .sm2_expander, #dragHelper .sm2_expander {
    position: absolute;
    left: 0;
    top: 4px;
  }
  #sitemap .sm2_liOpen, #dragHelper .sm2_liOpen {
    background: url(../img/sm2_li.gif) left repeat-y;
  }
  #sitemap .sm2_liOpen > dl > .sm2_expander, #dragHelper .sm2_liOpen > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_open.gif) 50% 50% no-repeat;
  }
  #sitemap .sm2_liClosed > dl > .sm2_expander, #dragHelper .sm2_liClosed > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_closed.gif) 50% 50% no-repeat;
  }
  #sitemap .sm2_liClosed ul, #dragHelper .sm2_liClosed ul {
    display: none;
  }
  .sm2_move, .sm2_delete, .sm2_addChild, .sm2_pub, .sm2_workFlow {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    text-indent: -5000px;
    margin: 0 1px 0 0;
    background: url(../img/sm2_move.png) top left no-repeat;
  }
  .sm2_actions * {
    cursor: pointer;
  }
  .sm2_pub, .sm2_workFlow {
    float: right;
    margin: 0 1px 0 0;
  }
  .sm2_move {
    background-image: url(../img/sm2_move.png);
  }
  .sm2_delete {
    background-image: url(../img/sm2_delete.png);
  }
  .sm2_addChild {
    background-image: url(../img/sm2_addChild.png);
  }
  .sm2_pub {
    background-image: url(../img/sm2_unpub.png);
  }
  .sm2_workFlow {
    background-image: none;
  }
  #sortHelper {
    height: 1px !important;
    background: #000;
    margin: 0 !important;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  #sortHelper + li {
    margin-top: 0;
  }
  #dropMenu {
    background: #333;
    color: #eee;
    position: absolute;
    display: none;
    z-index: 1000;
  }
  #dropMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
  }
  #dropMenu li {
    margin: 0;
    padding: 5px 10px;
    width: 100px;
    cursor: pointer;
    font-weight: bold;
  }
  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
  }
  .HideAdminField {
    display: none;
  }
}
/*
TABLET ONLY (PORTRAIT) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet (Portrait) 

  ******************************************************************/
  /*********************
  VH does not work on IOS -
  need to overwrite with px
  *********************/
  /*.header, .header .parallax-window, .header .topBlock  {
  	height: 600px;
  }*/
  .CaseStudy div.parallax-window {
    height: 400px;
  }
}
/*
TABLET ONLY (LANDSCAPE) 
*/
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Tablet & small Desktop Landscape



  ******************************************************************/
  /*********************
  VH does not work on IOS -
  need to overwrite with px
  *********************/
  /*.header, .header .parallax-window, .header .topBlock  {
  	height: 600px;
  }*/
  .CaseStudy div.parallax-window {
    height: 400px;
  }
}
/*
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 .h1, .erp-caption h1 {
    font-size: 3.5em;
  }
  h1, .h1, h2, .h2, #slider1 .buttons, .slideshow_caption .h1, header #topIcons .fa {
    font-size: 2.3em;
  }
  h3, .h3, h2.resp-accordion {
    font-size: 1.4em;
  }
  .bigger, .cd-top i, .header .topBlock h1, .catDesc, header #topIcons span.h5 {
    font-size: 1.3em;
  }
  /*************************
  Colours
  *************************/
  .topMenu .nav > li > a {
    color: #1a1a1a;
    font-size: 90%;
  }
  .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus, a.activerootmenulink {
    color: #50806E;
  }
  /***** Christmas Closure Message - TO REMOVE *****/
  #headerMessage .hideDesktop {
    display: none;
  }
  #headerMessage .hideMobile {
    display: inline-block;
    padding-top: 0;
    font-size: 1em;
  }
  .mobileBanner {
    display: none;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header .topline .first {
    padding-top: 0.5em;
  }
  .header .clearHeader #logo {
    top: 0em;
  }
  /*.header .darkHeader {
  	min-height:120px;
  	height:120px;
  }*/
  body.Home .header {
    /*height: 147px;*/
  }
  .header {
    height: auto;
    /*end of dark header*/
  }
  .header .topline {
    min-height: 100px;
    padding: 0 0;
    /*.slogan {
    	display: inline-block;
    	position: absolute;
    	padding-left: 1em;
    	top: 33px;
    	width: auto;
    	white-space: nowrap;
    }*/
  }
  .header .topline #MobileLogon {
    display: none;
  }
  .header .topline .menu {
    padding: 0;
  }
  .header .topline .search .herobutton, .header .topline .search form {
    display: inline-block;
  }
  .header .topline .search button#search .searchtext {
    display: inline;
  }
  .header .topline .search input[type=text] {
    width: auto;
  }
  .header .topline .holdPhone, .header .topline .icons {
    display: inline-block;
    padding-bottom: 0.3em;
  }
  .header .topline .icons {
    padding-left: 0.5em;
  }
  .header .clearHeader {
    height: auto;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .header .clearHeader #logo {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 137px;
    height: 100px;
    background-size: 137px 100px;
  }
  .header .clearHeader #mainMenu {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0;
  }
  .header .clearHeader .search input[type=text] {
    display: none;
  }
  .header .clearHeader .holdCart .ViewCart {
    visibility: hidden;
  }
  .header .clearHeader .icons {
    /*position:absolute;
    right:0;
    top:103%;*/
    margin-top: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .header .darkHeader {
    height: auto;
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*#mainMenu {
    width:75%;
    text-align:center;
    	@include transition(all 0.5s ease-in-out);
    	padding:1em 0 1em 0; 

    }*/
    /*.slogan, .topnav a, span.holdPhone, .search input[type=text], {
    	display:none;
    }*/
  }
  .header .darkHeader #logo {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 137px;
    height: 100px;
    background-size: 137px 100px;
  }
  .header .darkHeader .sixcol.first.cf {
    position: absolute;
    left: -10px;
    padding: 0.8em 0 1em 0;
  }
  .header .darkHeader .icons {
    margin-top: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    position: relative;
  }
  .header .darkHeader .topMenu .nav li {
    padding: 0 0.3em;
  }
  /*end of header*/
  /*added in temp styles for phone number*/
  .header .topline {
    position: relative;
  }
  /* Search Panel Styling */
  .searchContainer {
    /* Below class added in script file */
  }
  .searchContainer .search button#search .searchtext {
    display: inline;
  }
  .searchContainer .search input[type=text] {
    width: auto;
  }
  .searchContainer.smallSearch {
    position: fixed;
    top: 83px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  /***********************
  HERO - HERO
  ************************/
  body.Home #hero {
    /*min-height:500px;
    height:65vh;*/
    height: auto;
  }
  body:not(.Home) #hero {
    height: 30vh;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  #mainMenu, .adminMenu {
    text-align: left;
  }
  .topMenu {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
    /* end .nav */
  }
  .topMenu a.toggleMenu {
    display: none;
  }
  .topMenu .nav {
    position: relative;
    width: auto;
    border: 0;
    display: inline;
    max-width: 40em;
    width: 80%;
    /* end .menu ul li */
  }
  .topMenu .nav > li {
    display: inline-block;
    padding: 0 0.5em;
    /*&:before {
    	content: "";
    	background-color: darken($white, 20%);
    	height: 55px;
    	width: 1.2px;
    	display: block;
    	position: absolute;
    	left: 0;
    	top: 0;
    	background: linear-gradient(to bottom, darken($white, 2%), darken($white, 20%));
    }*/
    /*turn some of the main nav items OFF for public*/
    /*&:first-child > a, &:nth-child(6) > a , &:nth-child(7) > a {
    	display:none;
    }*/
  }
  .topMenu .nav > li#cmenu8079 {
    display: none;
  }
  .topMenu .nav > li:last-child:after {
    content: "";
    background-color: #cccccc;
    height: 42px;
    width: 1.2px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(249.9, 249.9, 249.9), #cccccc);
  }
  .topMenu .nav > li > a {
    line-height: 4;
    min-height: 42px;
  }
  .topMenu .nav > li:nth-child(7) > a {
    /*color: $pink;*/
  }
  .topMenu .nav li {
    position: relative;
    /* highlight current page */
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .topMenu .nav li a {
    padding: 0;
    background: none;
    border-bottom: none;
  }
  .topMenu .nav li a.parent:before {
    display: none;
  }
  .topMenu .nav li a.parent:after {
    /*content: "\f078";
    font-family: FontAwesome;
    display: block;
    float: right;
    padding-left: 0.3em;
    line-height: 3.2;
    font-size: small;		*/
  }
  .topMenu .nav li a.activerootmenulink {
    color: #50806E;
  }
  .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 #50806E;
  }
  .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: 1em 0.75em;
    display: block;
    width: 250px;
    border-top: none;
    border-radius: 0;
    margin-right: 0; /*
font-size: 1.1em;*/
  }
  .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*/
  /*********************
  BLOCK LAYOUT
  **********************/
  body:not(.Home).columnlayout > div, body:not(.Home).columnlayout li, ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li {
    width: 31%;
    margin-right: 2em;
  }
  body:not(.Home).columnlayout > div:nth-child(2n+2), body:not(.Home).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) {
    margin-right: 2em;
  }
  body:not(.Home).columnlayout > div:nth-child(3n+3), body:not(.Home).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) {
    margin-right: 0;
  }
  /*********************************
  BOTTOM BLOCKS
  *********************************/
  #bottomBlocks {
    width: 100%;
  }
  /*********************************
  FOOTER STYLES
  *********************************/
  #newsletter .row form input[type=email] {
    width: 65%;
  }
  /* PRODUCTSLIDER */
  .prodresponsive.slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
    width: 50%;
  }
  .prodresponsive.slick-slider .slick-list .slick-track .slick-slide .slideshow_caption .slideDescription {
    transform: translate3d(0, 0, 0);
    display: block;
  }
  .prodresponsive.slick-slider button {
    padding: 0.2em;
    height: auto;
    z-index: 99;
  }
  .prodresponsive.slick-slider button:before {
    content: "\f104";
    font-family: "FontAwesome";
    height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .prodresponsive.slick-slider .slick-next:before {
    content: "\f105";
    padding-left: 0.1em;
  }
  /*Full width slider */
  ul.responsive3 {
    max-height: none;
  }
  ul.responsive3 .slick-list .slick-track .slick-slide {
    /*min-height:500px;
    height: 65vh;*/
    height: auto;
    /*&:before {background-color: rgba(0, 0, 0, 0.50); }*/
  }
  ul.responsive3 .slick-list .slick-track .slick-slide img {
    /*height: 420px;*/
  }
  ul.responsive3 .slick-list .slick-track .slick-slide .slideshow_caption {
    text-align: center; /*margin: 0 auto;padding:2em; max-width:50%;*/
  }
  ul.responsive3 .slick-slider .slick-active img {
    margin-left: 0;
  }
  ul.responsive3 .slick-prev, ul.responsive3 .slick-next {
    top: 50%;
  }
  ul.responsive3 .slick-next {
    right: 2%;
  }
  ul.responsive3 .slick-prev {
    left: 2%;
  }
  ul.responsive3 .slick-slider .slick-track, ul.responsive3 .slick-slider .slick-list {
    -webkit-perspective: 1000px;
  }
  /*************************
  STICKY BACK TO TOP
  *************************/
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
  .cd-top i {
    line-height: 2.5;
  }
  /*************************
  ERP
  *************************/
  /*#product {
  	input.addCart {
  		background: $color-primary url('../images/addCart.png') no-repeat 5em 0.45em;
  		background-size: 18.5px 18.5px;
  		&:hover, &:focus {
  			background: darken($color-primary, 10%) url('../images/addCart.png') no-repeat 5em 0.45em;
  			background-size: 18.5px 18.5px;
  		}
  		&:active {
  			background: lighten($color-primary, 5%) url('../images/addCart.png') no-repeat 5em 0.45em;
  			background-size: 18.5px 18.5px;
  		}
  	}
  }*/
  /*Marquee effect*/
  /* Outer container */
  .marquee-container {
    padding: 1rem 0;
  }
}
/*
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) */
}
/*
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) */
}
/*
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.

  ******************************************************************/
  .slideshow_caption .h1, .erp-caption h1 {
    font-size: 4em;
  }
  .slideshow_caption .h3 {
    font-size: 2em;
  }
  h1, .h1, h2, .h2, #slider1 .buttons, header #topIcons .fa {
    font-size: 2.6em;
  }
  /* Search Panel Styling */
  .searchContainer .searchWrap {
    padding: 2em 1em;
  }
  .searchContainer .searchWrap form {
    width: 100%;
  }
  .searchContainer .searchWrap .searchClose {
    margin-right: 3em;
  }
  /*********************
  HEADER STYLES
  *********************/
  .header .darkHeader .topMenu .nav li {
    padding: 0 0.5em;
  }
  .header .topline {
    /*.slogan {
    	display: inline-block;
    	position: absolute;
    	padding-left: 1em;
    	top: 33px;
    	width: auto;
    	white-space: nowrap;
    }*/
  }
  /***********************
  HERO - HERO
  ************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /*********************
  CONTENT STYLES
  *********************/
  /* content area all inner pages */
  /*********************
  BLOCK LAYOUT
  **********************/
  /*********************
  BLOCK LAYOUT
  **********************/
  /*********************
  FOOTER STYLES
  *********************/
  /* SLICK SLIDER */
  /*************************
  ERP
  *************************/
  /*************************
  ERP
  *************************/
  /* FEATURED PRODUCT SLIDER */
  /* end slick-slider */
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .header .topline #logo {
    left: 0;
  }
}
@media only screen and (min-width: 1240px) {
  .header .topline > .last {
    margin-left: 0;
    /*margin-top: 1.4em;*/
  }
  .header .topline .topnav {
    /*display: inline-block;*/
  }
  .header .topline .topnav a {
    padding: 0.25em;
  }
  .header .topline .top-mini-content {
    top: 2em;
    padding: 1em;
  }
  .header .topline .top-mini-content:hover, .header .topline .top-mini-content.inspectcart {
    right: -30px;
  }
  body:not(.Home) #hero {
    height: 35vh;
  }
  #mainMenu, .adminMenu {
    text-align: left;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  #mainMenu, .adminMenu {
    text-align: left;
  }
}
@media only screen and (min-width: 1240px) {
  .topMenu .nav > li {
    padding: 0 1em;
  }
  #content .row {
    padding: 2em 0 2em 0;
  }
  body:not(.Home).columnlayout > div, body:not(.Home).columnlayout li, ul#products > div, ul#products li, #categorydetails ul > div, #categorydetails ul li {
    width: 23%;
  }
  body:not(.Home).columnlayout > div:nth-child(3n+3), body:not(.Home).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) {
    margin-right: 2em;
  }
  body:not(.Home).columnlayout > div:nth-child(4n+4), body:not(.Home).columnlayout li:nth-child(4n+4), ul#products > div:nth-child(4n+4), ul#products li:nth-child(4n+4), #categorydetails ul > div:nth-child(4n+4), #categorydetails ul li:nth-child(4n+4) {
    margin-right: 0;
  }
  body:not(.Home) .columnlayout > div, body:not(.Home) .columnlayout li, #categorydetails ul#products > div, #categorydetails ul#products li {
    width: 23%;
    margin-bottom: 2.5em;
  }
  #newsletter .row form input[type=email] {
    width: 76%;
  }
  #newsletter > div .first .circle .circleshape {
    background: rgb(247.35, 247.35, 247.35);
    width: 170px;
    height: 170px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  #newsletter > div .first .circle .circleshape {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (min-width: 1240px) {
  #newsletter > div .first .circle > div {
    width: 150px;
  }
  .slick-slider .slick-list .slick-track .slick-slide .slideshow_caption {
    width: 50%;
  }
  .slick-slider.products .slick-list .slick-track .slick-slide {
    min-height: 349.67px;
  }
  #categorydetails #topBlocks .h2, #categorydetails #topBlocks h2, #product #topBlocks .h2, #product #topBlocks h2 {
    width: 50%;
    margin: auto;
  }
  #product .row {
    padding: 4em 0;
  }
  #product #productDesc.row {
    padding: 1em 0;
  }
  #product .productDetails .buyBtn, #product .productDetails .rent {
    margin-top: 0em;
  }
}
/*
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.

  ******************************************************************/
  #logo {
    background-image: url("../images/logo-2x.png");
    background-size: 82px 60px;
  }
}
/*
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: #4d4d4d !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -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: #1a1a1a !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 #4d4d4d;
  }
  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,
  #newsletter {
    display: none;
  }
  /* ============================== */
  /* ! Turn ON printable items  */
  /* ============================== */
}
@media print {
  .printable {
    display: block;
  }
  .parallax-window {
    background-image: none;
  }
}/*# sourceMappingURL=style.css.map */