/* BEGIN: normalize.css */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* END: normalize.css */
/* BEGIN: general.css */
/* General - Base
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
 
html {
    background: #fff;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    background: #FFF;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    -o-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, opacity .25s ease-in-out;
}

a:visited {
    color: #666;
}

a:hover,
a:focus,
a:active,
.telephone-number a {
    color: #000;
    outline: 0;
    text-decoration: underline;
}

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

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

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

.hidden {
    display: none;
}

/* General - Main Elements
-------------------------------------------------- */
#container {
	background: #FFF;
	margin: 8.5em auto 0 auto;
	max-width: 71.25em;
	padding: 0 1%;
}

.site-content,
.site-content.no-sidebar {
    float: left;
    width: 75%;
}

/* General - Buttons
-------------------------------------------------- */
.button,
.button:visited {
	background: #000;
	color: #FFF;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	margin: 0 1em 0 0;
	padding: 0.5em 1em;	
}

.button:hover {
	background: #444;
	cursor: pointer;
	text-decoration: none;
}

.button.last {
	margin-right: 0;
}

.button.slim {
	font-size: 0.5em;
	font-weight: 400;
	padding: 0.5em 0.6em;
}

/* General - Modal Box
-------------------------------------------------- */
.modal-box {
    background: #fff;
    width: 28em;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -11em;
    margin-top: -6em;
    z-index: 1002;
    padding: 0;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.modal-box form {
    padding: 1em;
}

.modal-box h3 {
    margin: 0;
}

.modal-box .actions {
    padding: 0.8em 0 0 0;
}

.modal-box .actions input.close {
	background-color: #f4f5f7;
	border: 1px solid #dcdddf;
	color: #333;
	margin: 0 5% 0 0;
}

.modal-box .actions input.close:hover {
	background-color: #e8e9eb;
	border: 1px solid #cfd0d1;
}

.modal-box .actions input {
    width: 47.5%;
    padding: 1em;
    margin: 0;
    float: left;
}

.modal-dim {
    background: #000;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 1001;
}

.modal-box.hide, .modal-dim.hide {
    display: none;
}

.modal-box .cart-product-image {
	padding: 0;
}

.modal-box .cart-price-qty,
.modal-box .cart-price-per {
	font-size: 0.9em;
	width: 20%;
}

.modal-box .shipping-schedule-message {
	padding: 0.5em 0 0 0;
}

/* General - Modal - Filter Progress
-------------------------------------------------- */
.modal-progress-dim {
    background: #000;
    z-index: 20;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.65;
    opacity: 0.65;
    filter: alpha(opacity=65);
    z-index: 1001;
}

.modal-progress {
    background: #fff;
    width: 1.5em;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -0.75em;
    margin-top: -0.75em;
    z-index: 1002;
    padding: 0;
    text-align: center;
    font-size: 5em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
}

/* General - Modal - Cart
-------------------------------------------------- */
.modal-box .cart-list {
    margin: 0;
}

.modal-box .cart-list .cart-product img {
    min-width: 4.5em;
    max-height: 5em;
}

.modal-box .cart-product {
    font-size: 0.9em;
    width: 60%;
}

.modal-box .error_msg {
    list-style: none;
    margin: 1em 0;
}

.modal-box .error_msg li {
    margin: 0.5em 0;
}

.modal-box .error_msg li.first {
    margin: 0 0 0.5em 0;
}

.modal-box .error_msg li.last {
    margin: 0.5em 0 0 0;
}

.modal-box.product-options-error .close {
    background-color: #e3e3e3;
    color: #999;
    margin: 0 auto;
    width: 100%;
    float: none;
}

/* General - Content Blocks
-------------------------------------------------- */
.content-area {
    background: #FFF;
    margin-top: 1em;
}

.content-area > .inner {
    margin: 0 auto;
    max-width: 71.25em;
    padding: 1em;
}

.box {
	border: 1px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
	margin:  1.3em 0 0 0;
	padding: 1em;
}

.box:first-of-type {
	margin-top: 0;
}

.box .view-all {
	background: #e30909;
	color: #FFF;
	font-size: 0.6em;
	font-weight: 400;
	float: right;
	padding: 0.5em 0.6em;		
}

.box .view-all:hover {
	background: #c80909;
}

.box.page-content blockquote {
	background: #efefef;
	font-style: italic;
	margin: 1em;
	padding: 1em;
}

.box.red {
	background: #e30909;
	border-color: #e30909;
	font-family: 'Lato', sans-serif; 
	color: #FFF;
}

.box.grey {
	background: #3b3b3b;
	border-color: #3b3b3b;
	font-family: 'Lato', sans-serif; 
	color: #FFF;
}

.box.grey ul {
	list-style: none;
	margin: 0;
}

.box.grey li {
    border-bottom: 1px solid #777;
    font-size: 1em;
    padding: 0.7em 0;
}

.box.grey li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.box.grey li .fa {
	color: #ebebeb;
	float: left;
	font-size: 2em;
	margin: 0.2em 0.4em 0 0;
	text-shadow: 1px 1px 1px #000000;
}

.box.grey li .fa.fa-check {
	margin-top: -0.1em;
}

/* General - Breadcrumbs
-------------------------------------------------- */
.breadcrumbs {
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    font-size: 0.75em;
    text-align: left;
    margin: 0 0 1.7em 0;
    padding: 0 0 0.4em 0;
}

.breadcrumbs .sep {
    color: #666;
    margin: 0 .25em;
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    color: #000;
}

.breadcrumbs a:last-of-type {
    color: #666;
    text-decoration: none;
}

/* General - Fillers
-------------------------------------------------- */
.no-image,
.no-image img,
.no-image a {
    display: block;
}

/* General - Errors
-------------------------------------------------- */
.errors {
	background: #f2dede;
	border: 1px solid #ebccd1;
	margin: 0 0 1em 0;	
	padding: 1em;
}

.errors ul {
    margin: 0 0 0 2em;
}

.errors li {
	font-size: 1em;
	margin: 0 0 0.3em 0;
}

.errors li:last-of-type {
	margin: 0;
}

/* General - Helpers
-------------------------------------------------- */
.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* General - Clearfix
-------------------------------------------------- */
.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    * zoom: 1;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {
	.mobile-hide-68 {
        display: none;
    }
}
@media only screen and (max-width: 66em) {
	.mobile-hide-66 {
		display: none;
	}
}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {
	.mobile-hide-62 {
		display: none;
	}
}
@media only screen and (max-width: 53em) {
	.mobile-hide-53 { 
        display: none;
    }
    
    #container {
        margin-top: 3em;
    }
    
	.box-button a {
	    display: block;
		width: auto;
		float: none;
		clear: both;
		margin: 0 auto;
    }
    
    .box-button h3 {
	    text-align: center;
    }
    
    .modal-box {
		top: 9em;
	}
}
@media only screen and (max-width: 50em) {
	.mobile-hide-50 {
		display: none;
	}
	
	.site-content, .site-content.no-sidebar {
		width: 100%;
	}
}
@media only screen and (max-width: 48em) {
	.mobile-hide-48 {
		display: none;
	}
}
@media only screen and (max-width: 41em) {
	.mobile-hide-41 {
		display: none;
	}
}
@media only screen and (max-width: 37.5em) {
	.mobile-hide,
	.mobile-hide-37 {
        display: none;
	}
	
	#container {
		margin-top: 4em;
	}
	
	.breadcrumbs {
		margin-bottom: 1.3em;
		padding-top: 0;
	}
	
	#content {
        width: 100%;
    }
    
    .site-footer .col {
        width: 46%;
    }
    
    .modal-box {
        margin-left: -14em;
    }
    
    .content-area {
        margin-top: 0;
    }
    
    .modal-box .actions input {
        font-size: 0.8em;
    }
    
	.body_department .breadcrumbs {
		margin-bottom: 1em;
		padding-top: 0;		
	}    
}
@media only screen and (max-width: 33.75em) {    
    .mobile-hide-small,
	.mobile-hide-33 {
		display: none;
	}
	
    .modal-box {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    
    .content-area > .inner {
	    padding: 0;
    }
    
    .product-description {
	    border: none;
	    padding: 0;
    }
}
@media only screen and (max-width: 27.5em) {
	.mobile-hide-27  {
		display: none;
	}
}
@media only screen and (max-width: 20em) {
	.mobile-hide-20,
	.breadcrumbs,
	.mobile-hide {
		display: none;
	}
}
/* END: general.css */
/* BEGIN: typography.css */
/* Typography - General
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: 'Lato', sans-serif;    
    margin: 1.6em 0 .8em 0;
}

h1 {
    font-size: 1.8em;
    font-weight: 600;
    margin: 0 0 0.5em 0;
}

h2 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 0.5em 0;    
}

h3 {
    font-size: 1.25em;
    line-height: 1.4;
    margin: 0 0 0.5em 0;    
}

h4 {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
}

h5, h6 {
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 0.5em 0;    
}

p {
    font-size: 1.1em;
    margin: 0 0 .8em 0;
}

ul, ol {
    margin: 0 0 1.6em 3.2em;
    padding: 0;
}

ul li,
ol li {
    font-size: 1.1em;
    margin: 0 0 .4em 0;
}

.box h3 {
	font-size: 1.5em;
}

.box.page-content blockquote p {
	color: #787878;
	margin: 0;
}

.box.red h4 {
	color: #FFF;
	font-size: 1.5em;
	margin: 0;
}

.box.red p {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: -0.05em;
	margin: 0;
}

.box.grey h4 {
	color: #FFF;
	font-size: 1.5em;
	margin: 0;
}

.box.grey p {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: -0.05em;    
	margin: 0;
}

.box.potw h4 {
	font-size: 1.4em;
	margin: 0;
}

.box.potw p {
	font-size: 2em;
	font-weight: 300;   
	margin: 0;
}

.box.potw p.price {
	color: #e30909;
	font-weight: 300;	
}

.white-footer .cards-accepted h3 {
	color: #888;
	font-size: 1em;
	font-weight: 300;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
	h1 {
	    font-size: 1.5em;
    }	
    
    .box.red p {
	    font-size: 1.4em;
    }
}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {
	h1 {
        font-size: 1.3em;
    }	
}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {
	h1 {
		font-size: 1.2em;
	}	
}
@media only screen and (max-width: 20em) {} 
/* END: typography.css */
/* BEGIN: table.css */
/* Table - Standard
-------------------------------------------------- */
table {
    text-align: left;
    width: 100%;
}

.responsive-table {
    max-width: 100%;
    overflow: scroll;
}

table thead tr {
    border-bottom: 1px solid #e3e3e3;
}

table thead th {
    background: #f6f6f6;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
}

table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

table tbody td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
}

/* Table - Responsive Divs
-------------------------------------------------- */
.table-wrapper {
    margin: 0 0 3.2em 0;
}

.table-list-headings {
    border-bottom: 1px solid #e3e3e3;
}

.table-list-headings h3 {
	float: left;
	font-size: 0.9em;
	margin: 0 0 .8em 0;
}

.table-item > div {
    float: left;
}

.table-cell-40 {
    width: 40%;
}

.table-cell-20 {
    width: 20%;
}

.table-list,
.table-list li {
    list-style: none;
    margin: 0;
    padding: 0.7em;
}

.table-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-list .table-item {
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    clear: both;
    font-size: 0.95em;
    padding: 1em;
}

.table-list .table-item:nth-child(even) {
	background: #f4f5f7;
}

.table-list .table-item:last-of-type {
    border-bottom: none;
}

.table-cell-mobile-content {
    display: none;
}


/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {
    .table-cell-mobile-hide {
        display: none;
	}	
	.table-cell-mobile-80 {
        width: 80%;
    }

    .table-cell-mobile-70 {
        width: 70%;
    }

    .table-cell-mobile-60 {
        width: 60%;
    }

    .table-cell-mobile-30 {
        width: 30%;
    }

    .table-cell-mobile-content {
        display: block;
        color: #999;
        font-size: 1em;
    }
}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {} 
/* END: table.css */
/* BEGIN: supplier.css */
/* Supplier - General
-------------------------------------------------- */
.supplier-information-wrapper {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.supplier-information-wrapper .no-image {
    background: #f6f6f6;
    color: #999;
    display: block;
    padding: 10em 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: supplier.css */
/* BEGIN: slider.css */
/* Slider - Main Slider
-------------------------------------------------- */
.site-slider {
    border: 1px solid #e3e3e3;
    margin: 0 0 1.4em 0;
}

.site-slider .slider-container,
.site-slider .slide,
.site-slider .owl-carousel .owl-wrapper-outer  {
    position: relative;
}

.site-slider img,
.site-slider .slide a {
    max-width: 100%;
    display: block;
}

.site-slider .black-panel {
    background: #111;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFF;
    height: 6em;
    left: 0;
    padding: 1em;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.site-slider  h4 {
    font-size: 1.6em;
    margin: 0;
}

.site-slider h4 a {
    color: #FFF;
    text-decoration: none;
}

.site-slider p {
    margin: 0;
    font-size: 1em;
}

.site-slider .owl-pagination {
	margin: 1em 0;
	position: absolute;
	bottom: 0em;
	right: 0.7em;
	z-index: 9999;
}

.site-slider .owl-theme .owl-controls .owl-page span {
    background: #e30909;
}

.site-slider .cta-button {
	background: #FFF;
	bottom: 1.5em;
	color: #000;
	font-size: 1.1em;
	font-weight: 500;
	padding: 0.5em 1em;
	position: absolute;
	right: 1em;
	text-decoration: none;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
    .site-slider .owl-pagination {
		display: none;
   }
   
   	.owl-theme .owl-controls .owl-page {
	   margin-top: 0.3em;
   	}
   	
   	.site-slider .black-panel { 
        display: none;
    }
    
}
@media only screen and (max-width: 50em) {
	.site-slider .owl-pagination {
		bottom: 0;
		top: auto;
		left: 32.33333%;
		right: 32.33333%;
	}
}
@media only screen and (max-width: 48em) {
	.site-slider .owl-pagination {
		bottom: 0;
		top: auto;
		left: 31.33333%;
		right: 31.33333%;
   } 
}
@media only screen and (max-width: 41em) {
	.site-slider .owl-pagination {
		display: none;
	}
	
	.site-slider {
		margin: 0.9em 0 1.5em 0;
	}
}
@media only screen and (max-width: 37.5em) {
	.site-slider {
        display: none;
	}
}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: slider.css */
/* BEGIN: sitemap.css */
/* Sitemap - General
-------------------------------------------------- */
.sitemap-wrapper h2 {
	background: #f4f5f7;
	border: 1px solid #e3e3e3;
	color: #666;
	display: inline-block;
	font-size: 2em;
	font-weight: 500;	
	line-height: 2em;
	margin: 0;
	padding: 0 0.5em;	
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px #FFF;
	width: 2em;
}

.sitemap-wrapper ul {
    list-style: none;
    margin: -4.3em 0 3em 5em;
    padding: 0;
}

.sitemap-wrapper li {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin: 0;
    padding: 0.2em 0;
    width: 100%;
}

.sitemap-wrapper ul:first-of-type li:last-of-type {
	border-bottom: none;
}

.sitemap-wrapper li a {
	font-size: 0.9em;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {} 
/* END: sitemap.css */
/* BEGIN: search.css */
/* Search - General
-------------------------------------------------- */
.search-col .search {
    display: inline-block;
    position: relative;
    margin: 0 2% 0 0;
}

.search-col .search input[type="search"] {
	min-width: 0;
	border: 1px solid #ddd;
	height: 2.2em;
	font-size: 1em;
	background: #fff;
	width: 100%;
	outline: 0;
}

.search-col .search button[type="submit"] {
	background: #e30909;
	color: #fff;
}

.search-col .search button[type="submit"]:hover {
    background: #c80909;
}

.search .inner {
    margin: 0 auto;
    max-width: 71.25em;
}

.search .col.last {
    margin: 0;
    width: 47.2%;
}

.search h3 {
    font-size: 1.4em;
    margin: 0.8em 0.5em
}

.search-padding {
    overflow: hidden;
    padding-right: 0.6em;
    height: 2.2em;
    width: auto;
}

.search input[type="search"] {
    min-width: 0;
    height: 2.2em;
}

.search input[type="search"]:focus {
    outline: none;
}

.search button[type="submit"] {
    border: none;
    height: 2.1em;
    font-size: 1em;
    margin: 0;
    float: right;
    padding: 0;
    width: 3em;
}

.search-suggestions {
    background: #fff;
    border: 1px solid #dcdddf;
    display: none;
    position: absolute;
    top: -0.1em;
    right: 3.58em;
    left: 0;
    z-index: 9999999;
}

.search-suggestions ul {
    list-style: none;
    margin: 0;
}

.search-suggestions li {
    border-bottom: 1px solid #dcdddf;
    font-size: 1em;
    margin: 0;
    text-align: left;
}

.search-suggestions li:last-of-type {
    border-bottom: none;
}

.search-suggestions li:hover,
.search-suggestions li:active {
    background: #efefef;
}

.search-suggestions a {
    background: #efefef;
    color: #000;
    display: block;
    font-size: 0.9em;
    padding: 0.3em 0.5em;
    text-decoration: none;
}

.search-suggestions a:hover {
    color: #666;
}

.search-suggestions li:nth-child(even) a {
    background: #FFF;
}

.search-suggestions span {
    background: #000;
    border-radius: 30em;	
    color: #FFF;
    float: right;
    margin: 0 0.2em 0 0.3em;
    padding: 0 0.4em;
    text-align: center;
    text-shadow: 1px 2px 1px #c1991c;
}

.search-content h3.search-tips {
    font-weight: 400;
    margin: 0 0 0.5em 0;
    padding: 0;
}

/* Search - Results Page
-------------------------------------------------- */
.results-page-search {
    border-bottom: none;
    width: 60%;
}

.results-page-search input[type="submit"] {
    height: 2.6em;
    margin: 0;
    float: right;
    padding: 0;
    width: 5em;
}

.results-page-search input[type="submit"]:hover {
}

.results-page-search input[type="search"] {
    height: 2.5em;
}

.results-page-search .search-padding {
    height: 4em;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
	.search {
		display: block;
	}
	
	.search-padding {
		height: 3.1em;
	}
	
	.search input[type="search"] {
		height: 3em;
	}
	
	.search-suggestions {
	    top: 2.9em;
		right: 7.6em;
    }
    
    .search-suggestions a {
	    font-size: 1.1em;
	    padding: 0.5em;
    }
    
    .site-header .search {
        border-bottom: none;
       	margin: 1.8em auto 0 auto;        
        padding-bottom: 0;
        width: 100%;        
    }
    
    .search input[type="search"] {
	    margin-bottom: 0;
	}   
	
    .search button[type="submit"] {
	    height: 2.95em;
	    width: 7em;
    }
    
    .body_search_results .search {
		display: block; /* Show search by default on search page */
		width: 100%;
	}
    
    .search-results-image .text .description {
		font-size: 0.9em;
	}
	
	.search-results-image .text {
		padding: 1em;
	}
}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
	.search-results-image .text .description {
		display: none;
	}
		
	.search-results-image .text h1 {
		margin: 1em 0 0 0;
	}
}
@media only screen and (max-width: 37.5em) {
	.site-header .search {
		margin: 0.5em auto 0.7em auto; 
	}
	
	.search-results-image .text h1 {
		margin-top: 0.7em;
	}
	
	.search-results-image {
		margin-bottom: 0.5em;
	}
}
@media only screen and (max-width: 33.75em) {
	.site-footer .col {
        width: 100%;
    }
}
@media only screen and (max-width: 27.5em) {
	.search-suggestions {
		right: 5.6em;
    }
    
    .search-results-image .text h1 {
		font-size: 1.3em;
		margin-top: 0.3em;		
	}
}
@media only screen and (max-width: 20em) {
	.site-header .search {
        width: 100%;
    }
    
    .search-results-image .text h1 {
		font-size: 1em;
		font-weight: 500;
		margin-top: 0;		
	}
}
/* END: search.css */
/* BEGIN: product.css */
/* Product - General
-------------------------------------------------- */
.products-wrapper {
    max-width: 71.25em;
    margin: 2% 0;
}

.products-wrapper .serif-title {
    margin: 0 0 0.5em 0;
}

.products {
    margin: 0;
}

.products,
.products li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.products li {
	background: #FFF;
	float: left;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin: 0;
	padding: 1em;
	position: relative;
	width: 25%;
}

.products li:nth-child(-n+4) {
	border-top: none;
}

.products li:nth-child(4),
.products li:nth-child(8),
.products li:nth-child(12),
.products li:nth-child(16),
.products li:nth-child(20),
.products li:nth-child(24),
.products li:nth-child(28),
.products li:nth-child(32),
.products li:nth-child(36),
.products li:nth-child(40),
.products li:nth-child(44),
.products li:nth-child(48),
.products li:nth-child(52),
.products li:nth-child(56),
.products li:nth-child(60) {
	border-right: none;
}

.products li .info-panel {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

.products .description {
    border-bottom: 1px solid #dfdfdf;
    color: #666;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 auto 1em auto;
    padding: 0 0 1.2em 0;
    width: 80%;
}

.products li .info-panel p {
    color: #797979;
    font-size: 0.75em;
    margin-bottom: 0.3em;
}

.products li .info-panel p.price {
	color: #333;
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 0.6em 0;
	text-align: left;
	float: left;
	width: 100%;
}

.products li .info-panel p.price span,
.products p.price span{
    color: #555;
    display: inline-block;
    float: left;
    font-size: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
}

.products li .info-panel p.price span:first-of-type,
.products p.price span:first-of-type{
    margin-right: 0.2em;
}

.products li .info-panel p.price .product-price,
.products p.price .product-price {
    float: left;
    clear: both;
    color: #e30909;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 1em;
    margin: 0;
}

.products h3 {
	font-size: 0.9em;
	font-weight: 800;
	margin: 0.5em 0 0.2em 0;
}

.info-panel .addtocart {
    text-align: center;
}

.products .thumbnail {
	float: left;
	text-align: center;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}

.products .thumbnail a {
    display: block;
}

.products .thumbnail img {
    display: block;
    height: auto;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}

.products .info-panel p.sale {
	background: #f64333;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	margin: 0;
	right: -0.3em;
	padding: 1.15em 0.55em;
	letter-spacing: 0.13em;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: -0.3em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	border-radius: 30em;	
}

.products .rrp {
    color: #e74c3c;
    font-weight: 700;
    margin: 0 0.3em 0 0;
    text-decoration: line-through;
}

.addtocart input[type="submit"], 
input#addtocartbtn {
	float: left;
	font-size: 1em;
	padding: 0.5em 0.6em;
}

.action-addtocart .addtocart input[type="submit"], 
.action-addtocart input#addtocartbtn {
    float: left;
}

a.action-enquire {
    background: #000;
    color: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    display: inline-block;
    float: left;
    font-size: 1.1em;
    font-weight: 500;
    margin: 0.2em 0 0 1em;
    padding: 0.26em 0.7em;
    text-decoration: none;
    text-align: center;
	box-sizing: border-box;    
}

a.action-enquire:hover {
    background: #333;
    text-decoration: none;
}

.products .price .from {
    color: #999;
    font-size: 50%;
    font-weight: normal;
    margin-right: .25em;
}

.products-similar {
    margin-bottom: 0;
}

p.stock-level {
    color: #000;
    font-size: 0.55em;
    margin: 0.1em 0 0.3em 0;
}

.stock-level .fa {
    margin: 0 0.2em 0 0;
}

.stock-level.in-stock .fa-check-square {
    color: #2ecc71;
}

.stock-level.out-of-stock .fa-square {
    color: #e74c3c;
}

.stock-level.low-stock .fa-minus-square {
    color: #f1c40f;
}

.stock-level.out-of-stock .fa-stack {
    width: 0.7em;
    height: 1em;
    margin-right: 0.3em;
    padding-top: 0.25em;
    float: left;
}

.stock-level.out-of-stock .fa-square {
    font-size: 0.75em;
}

.stock-level.out-of-stock .fa-times {
    color: #FFF;
    margin: 0;
    line-height: 1.38em;
    font-size: 0.55em;
}

.products .product-review {
    float: left;
    margin: 0.5em 0 0.3em 0;
    width: 100%;
}

.products .product-review p {
    font-size: 1.2em;
    margin: 0;
}

.product-review.top-reviews {
    font-size: 0.6em;
}

.body_product .product-review.top-reviews .review-link {
    font-size: 0.7em;
    font-weight: 600;
    margin: 0.9em 0 0 0;
}

.products .product-review .fa-star,
.products .product-review .fa-star-half-o,
.body_product .product-review .fa-star,
.body_product .product-review .fa-star-half-o {
    color: #fcd450;
    margin: 0 0.1em 0 0;
}

.products .product-review .fa-star-o,
.body_product .product-review .fa-star-o {
    color: #e3e3e3;
}

.products .product-review .review-link {
    margin: 0 0 1em 0;
}

.products .product-review .review-link a {
    color: #CCC;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.products .product-review .review-link a:hover {
    color: #aaa;
}

.body_product .product-review .stars {
    float: left;
    margin: 0.1em 0.5em 0 0;
    text-decoration: none;
}

.product-review a:hover {
	text-decoration: none;
}

.body_product .product-review p {
    margin: 0;
}

.body_product .product-review a.review-link {
    color: #999;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.feature_products {
    min-height: 0;
    margin: 1em auto;
    width: 100%;
}

.products-content {
    margin: 0 auto;
    width: 100%;
}

.feature_products .item {
    display: block;
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    text-align: center;
}

#product-reviews {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    float: left;
    margin: 0 0 1em 0;
    height: 36em;
    width: 100%;
}

#product-reviews .review-summary {
    float: left;
    width: 30%;
}

.review-summary .inner {
    padding: 1em;
}

.review-summary header {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
}

.review-summary header h3,
.review-details > header h3,
.review-header h3 {
	margin: 0;
	font-size: 1em;	
}

.review-summary .review-avg-score {
    color: #666;
    font-size: 5em;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1em;
    margin: 0;
    padding: 0.1em 0;
    text-align: center;
}

.review-summary .review-avg-visual-score {
    font-size: 1.2em;
    margin: 0;
    text-align: center;
}

.review-summary .review-avg-visual-score .fa-star,
.review-summary .review-avg-visual-score .fa-star-half-o {
    color: #f1c40f;
    margin: 0 0.2em 0 0;
}

.review-summary .review-avg-visual-score .fa-star-o {
    color: #ccc;
}

.review-summary .review-review-count {
    color: #CCC;
    font-size: 0.8em;
    font-weight: 500;
    margin: 0.5em 0 0 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.review-summary .review-breakdown {
    margin: 2.5em 1em 0.5em 1.5em;
    list-style: none;
}

.review-summary .review-breakdown li {
    margin: 0 auto 1.2em auto;
    float: left;
    width: 100%;
}

.review-summary .review-breakdown li:last-of-type {
    margin: 0;
}

.review-summary .review-breakdown li .fa {
    color: #e3e3e3;
    font-size: 1.2em;
    margin: 0 0.5em 0 0;
}

.review-summary .review-breakdown li .review-breakdown-number {
    font-weight: 400;
}

.review-summary .review-breakdown li .review-bar-rating {
    float: left;
    margin: 0.1em 0 0 0;
    width: 75%;
}

.review-summary .review-breakdown li .review-bar-text {
    float: left;
    margin: 0 4% 0 0;
}

.review-summary .review-breakdown li .review-bar-rating-bar {
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    display: block;
    height: 1.5em;
    position: relative;
    width: 100%;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-1 {
    background: #eee;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-2 {
    background: #ddd;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-3 {
    background: #ccc;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-4 {
    background: #bbb;
}

.review-summary .review-breakdown li .review-bar-rating-bar.bar-5 {
    background: #aaa;
}

.review-summary footer {
    margin: 0;
    text-align: center;
}

.review-summary .review-write-a-review-button {
	background: #000;
	color: #FFF;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0.3em 0 0 0;
	padding: 0.4em 0.7em;
}

.review-summary .review-write-a-review-button:hover {
    background: #333;
    text-decoration: none;
}

#product-reviews .review-details {
    float: left;
    width: 70%;
}

.review-details > header {
    border-bottom: 1px solid #e3e3e3;
    font-size: 1.3em;
    font-weight: 600;
    padding: 0.5em 0;
    text-align: center;
}

.review-details > .inner {
    padding: 1em;
    overflow-x: auto;
}

.review-details .review-holder {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    margin: 0 0 1.5em 0;
}

.review-details .review-holder .inner {
    padding: 0.5em;
}

.review-details .review-holder header {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 0.5em 0;
}

.review-details .review-display-name {
    color: #666;
    float: left;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0.2em 0 0 0;
    text-align: left;
}

.review-details .review-mini-star-rating {
    float: right;
    margin: 0 0 0.3em 0;
}

.review-details .review-mini-star-rating .fa-star,
.review-details .review-mini-star-rating .fa-star-half-o {
    color: #f1c40f;
    margin: 0 0.2em 0 0;
}

.review-details .review-mini-star-rating .fa-star-o {
    color: #ccc;
}

.review-details .review-content {
    margin: 0.3em 0 0 0;
    width: 100%;
    float: left;
}

.review-details .review-content p {
    font-size: 0.9em;
    font-weight: 400;
}

.review-details .review-recommend {
	color: #666;
	float: left;
	font-size: 0.9em;
	font-weight: 400;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

.review-details .review-recommend .fa-thumbs-o-up {
    color: #2ecc71;
}

.review-details .review-recommend .fa-thumbs-o-down {
    color: #f64333;
}

.review-details .review-recommend .review-recommend-choice {
    font-weight: 700;
}

.review-details footer {
    padding: 0.1em 0 0 0;
}

.review-details .review-timestamp {
    color: #AAA;
    float: right;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.timestamp-mobilestring {
    display: none;
}

.review-write-a-review textarea {
    height: 11em;
}

.review-short {
	float: left;
	margin-right: 3%;
	width: 31.33%;
}

.review-write-a-review .review-short.last {
	margin-right: 0;
}

.review-write-a-review .short-left {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.review-write-a-review .short-right {
    float: left;
    width: 50%;
}

.review-write-a-review .long {
    width: 100%;
}

.review-write-a-review-recommended-text {
    color: #555;
    line-height: 2em;
}

#review-write-a-review-recommended {
    margin: 0.3em 0.5em 0 0;
}

.review-disclaimer {
    color: #666;
    font-size: 0.9em;
    margin: 0.8em 0 0 0;
}

.review-disclaimer .fa-exclamation-circle {
    color: #000;
    font-size: 1.1em;
    font-weight: 400;
    margin: 0.4em 0.2em 0 0;
}

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

.no-reviews h4 {
    color: #ccc;
    font-size: 3em;
    margin: 4em 0 0 0;
}

.no-reviews p {
    color: #555;
}

.no-reviews a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.ajax-loading {
    text-align: center;
    margin: 1em 0 0 0;
    width: 100%;
}

.ajax-loading p {
    color: #ccc;
    margin: 0;
}

.ajax-loading .fa {
    color: #aaa;
    margin: 0 0 0.5em -0.4em;
}

.share-this {
    margin: 1em 0;
    text-align: left;
}

.share-this span {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.product-wrapper {
    position: relative;
}

.product-gallery {
    float: left;
    margin-bottom: 1.6em;
    width: 50%;
}

.no-image {
	margin: 0 auto;
}

.product-gallery .large-device-gallery {
    display: block;
}

.product-gallery .small-device-gallery {
    display: none;
}

.product-gallery .product-image-main {
    margin: 0 0 .5em 0;
    position: relative;
}

.zoom-icon {
    background: #000;
    bottom: 0;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
    left: 0;
    padding: 0.7em 0.9em;
    position: absolute;
}

.zoom-icon .fa {
    color: #FFF;
    font-size: 1.6em;
}

.product-gallery .product-image-main img {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-gallery .product-image-main a.product-image-zoom {
    display: block;
}

.product-gallery ul,
.product-gallery li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-gallery ul {}

.product-gallery li {
    float: left;
	margin: 2.5% 2.5% 0 0;
    width: 23.125%;
}

.product-gallery li:nth-child(4),
.product-gallery li:nth-child(8),
.product-gallery li:nth-child(12),
.product-gallery li:nth-child(16),
.product-gallery li:nth-child(20){
	margin-right: 0;
}

.product-gallery li a {
    padding-right: 25%;
}

.product-gallery li a img {
    height: auto;
    opacity: 1;
    width: 100%;
}

.product-gallery li a img:hover {
    opacity: 0.8;
}

.product-details {
    float: right;
    margin: 0 0 0 2%;
    padding: 0 1% 0 1%;
    width: 46%;
}

.product-details .sale {
	background: #f64333;
	color: #fff;
	font-size: 0.8em;
	font-weight: 500;
	margin: 0;
	right: -0.3em;
	padding: 1.15em 0.55em;
	letter-spacing: 0.13em;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	top: -0.3em;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	border-radius: 30em;
}

.product-details .free-delivery {
    color: #000;
    font-size: 0.55em;
    font-weight: 600;
    margin: 0.5em 0 0.3em 0;
}

.product-details .free-delivery .fa {
    color: #e74c3c;
    margin: 0 0.2em 0 0;
}

.product-details h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.product-details .price {
    font-size: 1.8em;
    margin: 0 0 0.4em 0;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0.3em 0;
}

#default_product_currency,
#default_product_price {
	color: #e30909;
	font-weight: 300;
}

.product-details .rrp {
    color: #999;
    font-size: 0.7em;
    font-weight: 400;
    margin: 0 0 0 0.5em;
}

.product-details .rrp .currency,
.product-details .rrp .rrp_price {
    color: #f64333;
    font-weight: 600;
}

.product-details .price .from {
    color: #999;
    font-size: 1em;
    font-weight: normal;
}

.product-details fieldset {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 1em 0;
}

#productview_quantity {
    width: 20%;
    margin: 0;
    padding: 0.3em;
    float: left;
    text-align: center;
    font-size: 1em;
    -webkit-border-radius: 0.15em;
    -moz-border-radius: 0.15em;
    border-radius: 0.15em;
}

.product-options {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    margin: 0;
    padding: 0.3em 0 0 0;
    width: 100%;
}

.product-options:first-of-type {
    border-top: 1px solid #DDD;
}

.product-options.last {
	border-bottom: none;
}

.product-details fieldset ul {
	list-style: none;
	margin: 0.7em 0 0 0;
}

.product-details fieldset ul li {
	float: left;
	margin: 0 0 0.3em 0.5em;
	position: relative;
	width: 100%;
}

.product-details fieldset ul li:last-of-type {
	margin-bottom: 0;
}

.product-details fieldset ul li label {
	font-weight: 400;
}

.product-details fieldset ul li input[type="checkbox"],
.product-details fieldset ul li input[type="radio"] {
    margin: 0 0.5em 0 0;
}

.product-details .description p {
    font-size: 1em;
}

.product-description h3 {
    margin: 0 0 0.5em 0;
}

.product-description .symbols {
    border-top: 1px solid #DDD;
    margin: 1em 0 0 0;
}

.product-description .symbols ul {
    list-style: none;
    margin: 1.3em 0 0 0;
}

.product-description .symbols li {
    margin: 0;
    text-align: center;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {
	.product-extra-info .col {
        width: 48%;
    }

    #product-reviews .review-details {
        width: 69.7%;
    }
}
@media only screen and (max-width: 66em) {
	.review-summary .review-breakdown li .review-bar-rating {
        width: 70%;
    }
}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {
    .product-gallery .large-device-gallery  {
        display: none;
    }
    	
	.product-extra-info header {
        font-size: 1.2em;
    }

    .product-extra-info .col {
        width: 48.7%;
    }

    #product-reviews .review-details {
        width: 69.7%;
    }
    
    .review-summary .review-write-a-review-button {
	    margin-top: 0.9em;
    }
    
    #review-write-a-review-recommended {
	    margin: 0.4em 0.5em 0 1em;
    }
    
    .product-gallery .small-device-gallery {
        display: block;
    }
}
@media only screen and (max-width: 53em) {
    .share-this { 
        display: none;
    }
    	
	.products .product-review p {
	    font-size: 1em;
    }
    
    .product-gallery {
        width: 75%;
        margin: 0 auto;
        float: none;
    }

    .product-details {
        margin: 0 0 1.3em 0;
        padding: 2%;
        width: 96%;
    }
    
    .small-device-gallery {
	    text-align: center;
    }   
    
    .product-details .sale {
	    font-size: 1em;
	    right: 0.5em;
    } 
    
	.product-description {
		margin-top: 0;
	}    
    
    .product-details {
		margin: 0;
		padding: 0%;
		width: 100%;	    
    }
    
    .potw .products p.price .product-price {
	    margin-bottom: 0.5em;
    }
}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {
	.review-write-a-review-recommended-text {
        font-size: 0.9em;
    }

    .review-disclaimer {
        font-size: 0.8em;
    }
	
    .site-content {
        margin: 0 auto;
    }

    .review-summary .review-breakdown li .review-bar-rating {
        width: 55%;
    }

    .body_product .review-summary .review-write-a-review-button {
        margin: 1.5em 0 0 0;
    }

    .timestamp-mobilestring {
        display: inline;
    }

    .timestamp-fullstring {
        display: none;
    }
}
@media only screen and (max-width: 41em) {
	.products .sale {
		font-size: 0.6em;
		padding: 0.8em 0.30em;
	}	
	
    .product-extra-info .col {
        margin-bottom: 1.7em;
        width: 100%;
    }

    .product-extra-info {
        margin-bottom: 0;
    }

    .product-details h1 {
        font-size: 1.4em;
    }

    .product-details .price {
        font-size: 1.4em;
    }
    
    .body_product .product-details .price {
	    font-size: 2em;
    }
    
	.products li {
	    margin: 3% 3% 0 0;
		width: 48.5%;
    }
    
    .products li:nth-of-type(2n) {
	    border-right: none;
	    margin-right: 0 !important;
    }
    
	.products li:nth-child(4n) {
	    margin-right: 3%;
	}
	
	.products li:nth-child(-n+3) {
	    margin-top: 0;
	}   
	
	.products li:nth-child(4) {
		margin-top: 3%;
	}    
}
@media only screen and (max-width: 37.5em) {
	.products-wrapper {
		margin: 3% 0;
	}
    
    .products .product-review p {
	    font-size: 0.9em;
    }
    
    #product-reviews .review-summary {
        height: 13.8em;
    }

    #product-reviews .review-details {
        height: 20em;
    }

    .review-summary header {
        height: 1.5em;
    }
    
    #product-reviews .review-summary {
        border-right: none;
    }

    .review-details > header {
        text-align: left;
        text-indent: 3.5em;
    }

    .write-a-review > header {
        text-align: left;
        text-indent: 1.5em;
    }

    .review-write-a-review .short-left {
        margin-right: 6%;
        width: 45%;
    }

    .review-write-a-review .short-left,
    .review-write-a-review .short-right {
        width: 46%;
    }

    .review-details > .inner {
        height: 20em;
    }

    .product-description .inner, .product-custom-area .inner,
    .product-extra-info .col {
        height: auto;
    }

    #product-reviews .review-summary,
    #product-reviews .review-details {
        width: 100%;
    }

    #product-reviews .review-details {
        margin-top: 1em;
    }

    #product-reviews {
        height: 37em;
    }
    
    .review-summary .review-avg-score {
        font-size: 3em;
        margin-top: 0.3em;
    }

    .review-summary footer {
        border-top: none;
    }

    .review-summary .review-write-a-review-button {
        font-size: 0.9em;
        padding: 0.3em 0.5em;
    }

    .review-summary .inner {
        padding: 1% 1% 0 1%;
    }

    .body_product .review-summary .review-write-a-review-button {
        margin-top: 0.65em;
    }

    .review-write-a-review .short-left,
    .review-write-a-review .short-right {
	    margin-right: 0;
        width: 99%;
    }
    
    .review-write-a-review input[type="text"], 
    .review-write-a-review select {
	    width: 96%;
    }
    
    #review-write-a-review-recommended {
	    margin: 0.2em 0.5em 0 0em;
    }

    .no-reviews h4 {
        margin: 2em 0 0 0;
    }
    
    .form-product-quantity label {
	    float: left;
	    margin: 0.25em 0 0 0;
    }
    
    #productview_quantity {
	    margin: 0 0 0 1em;
    }

    .product-details .price {
        font-size: 1.4em;
    }
    
    #product-reviews {
		height: auto !important;
		overflow: auto;
    }

    .product-extra-info .col {
        width: 100%;
    }

    .product-extra-info .col-first {
        margin-bottom: 1.7em;
    }
    
    .review-header,
    #product-reviews .review-breakdown,
    .review-summary footer,
    #product-reviews .review-summary {
        display: none;
	}
}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {
	.product-details fieldset {
	    width: 100%;
    }
    
    .product-details fieldset select {
	    width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		-ms-box-sizing: border-box; 	    
    }
    
    #productview_quantity {
	    width: 20%;
    }
    
    .product-details .actions {
	    text-align: left;
    }
    
    a.action-enquire {
	    font-size: 1.3em;
    }
    
    .action-addtocart input#addtocartbtn,
    a.action-enquire {
		font-size: 1.3em;
		margin: 0 0 1em 0;
		float: none;
		width: 100%;
    }
    
    .product-details .form-product-quantity {
		border-bottom: none;
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;    
    }
    
    .product-details .form-product-quantity label {
		display: inline-block;
		float: none;
		margin: 0 0 0.6em 0;
		width: 100%;
		text-align: left;	    
    }
    
    #productview_quantity {
	    border: 1px solid #CCC;
		float: none;
		font-size: 1.2em;
		-webkit-appearance: none; 
		display: inline-block;
		margin: 0;	
		padding: 0.5em;    
    }
    
    .action-addtocart .mobile-cart-button-add:nth-child(2) {
	    margin-bottom: 0;
    }
    
    .review-link,
    .form-product-quantity-line {
		display: none;
	}
	
	.products li {
	    margin: 2% 2% 0 0;
		width: 49%;
    }
    
    .products li:nth-of-type(2n) {
	    margin-right: 0%;
    }

    .products li:nth-of-type(3n) {
	    margin-right: 2% !important;
    }
    
	.products li:nth-child(4n) {
	    margin-right: 0%;
	}
	
	.products li:nth-child(-n+2) {
	    margin-top: 0;
	}   
	
	.products li:nth-child(3),
	.products li:nth-child(4) {
		margin-top: 2%;
	}	
	
    .product-details h1,
    .body_product .product-details .price,
    .body_product .product-review p {
	    text-align: center;
    }	
    
    #productview_quantity  {
	    width: 40%;
    }    
    
    #productview_form fieldset label,
    .product-details .form-product-quantity {
	    text-align: center;
    }    
}
@media only screen and (max-width: 20em) {
	.products .product-review p {
		font-size: 0.8em;
	}
    
	.products h3 {
        margin: 0.9em 0 0 0;
    }
    
    .products li h3 {
		font-size: 0.8em;
	}
	
	.products li:nth-child(3n) {
	    margin-right: 0;
    }
    
    .body_product .product-review .stars {
		display: none;
	}
}
/* END: product.css */
/* BEGIN: photogallery.css */
/* Photogallery - General
-------------------------------------------------- */
.photogallery-container {	
    width: 100%;
}

.photogallery-container ul {
    list-style: none;
    margin: 0;
}

.photogallery-container li {
	background: #FFF;
	display: inline; 
	float: left;
	margin: 0;
	padding: 1%;
	position: relative;
	width: 20%;
}

.photogallery-container li:hover img {
	background: #efefef;
}

.photogallery-container img {
    border: 1px solid #e3e3e3; 
    box-shadow: 0 .063em .375em rgba(0, 0, 0, .15); 
    padding: 0.4em;
    display: block;
    max-width: 100%;
    margin: 0 auto; 
    opacity: 1; 
    transition: opacity 1s ease-in-out;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
	.photogallery-container li {
    	width: 25%;	
    }
}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {	
	.photogallery-container li {
	    width: 33.3%;
    }	
    
    .photogallery-container img {
	    padding: 0.3em;
    }
}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {
	.photogallery-container li {
		padding: 2%;
		width: 50%;
	}
}
/* END: photogallery.css */
/* BEGIN: pagination.css */
/* Pagination - General
-------------------------------------------------- */
.pagination {
    background: #FFF;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    letter-spacing: 0.05em;
    margin: 0 0 1.6em 0;
    text-transform: uppercase;
    text-align: center;
}

.pagination.last {
    margin: 0 0 1.5em 0;
}

.pagination ul,
.pagination li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pagination li {
    border-left: 1px solid #e3e3e3;
    float: left;
    font-size: 0.75em;
}

.pagination li a {
    color: #999;
    display: block;
    font-weight: 500;
    padding: 0.5em 1em;
}

.pagination li a.selected {
    background: #e7e7e7;
    color: #6d6761;
}

.pagination li a:hover {
    background: #f2f2f2;
    color: #6d6761;
    text-decoration: none;
}

.pagination .first {
    border-left: 0;
}

.pagination .last {
    border-right: 1px solid #e3e3e3;
}

.pagination .total,
.pagination .summary {
    border-left: 1px solid #e3e3e3;
    color: #999;
    float: right;
    font-weight: 500;
    margin: 0;
    padding: 0.5em 1em;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
    .pagination .total  {
		display: none;
	}
	
	.pagination.last {
        margin-bottom: 1.6em;
    }
}
@media only screen and (max-width: 37.5em) {
    .pagination .first, 
    .pagination .last, 
    .pagination .page {
        display: none;
	}	
	.pagination .summary, .pagination .previous {
        border-left: none;
    }
}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {} 
/* END: pagination.css */
/* BEGIN: page.css */
/* Page - Form
-------------------------------------------------- */
.contact-page.col-span-2 .col-first {
    margin-right: 5%;
    width: 65%;
}

.contact-page.col-span-2 .col-second {
    width: 30%;
}

.contact-page .col-second h6 {
    font-size: 1.4em;
    letter-spacing: 0.05em;
    margin: 0 0 0.5em 0;
}

.contact-page .col-second h6.second {
    border-top: 1px solid #DDD;
    margin: 1em 0 0.5em 0;
    padding: 1em 0 0 0;
}

.contact-form fieldset {
    float: left;
    margin-right: 2%;
    width: 49%;
}

.contact-form fieldset.textarea {
	width: 100%;
}

.contact-form fieldset:nth-child(even) {
    margin-right: 0;
}

.contact-form fieldset.fieldset-full,
.contact-form fieldset.captcha {
    width: 100%;
}

.contact-form fieldset.fieldset-full select,
.contact-form fieldset.captcha input[type="text"] {
	width: 49%;
}

.contact-form fieldset.captcha img {
    display: block;
    margin: 0.8em 0;
}

.contact-form .actions {
	width: 100%;
}

.contact-form ul {
	list-style: none;
	margin: 0.7em 0 0 0;
}

.contact-form ul li {
	float: left;
	margin: 0 0 0.3em 0.5em;
	position: relative;
	width: 100%;
}

.contact-form ul li:last-of-type {
	margin-bottom: 0;
}

.contact-form ul li label {
	font-weight: 400;
}

.contact-form ul li input[type="checkbox"],
.contact-form ul li input[type="radio"] {
    margin: 0 0.5em 0 0;
}

.contact-company-details {
    width: 100%;
}

.contact-company-details header {
    background: #FFF;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    font-size: 1.4em;
    padding: 0.7em;
}

.contact-company-details header h3 {
	font-size: 1em;
	margin: 0;
}

.contact-company-details .inner {
    background: #fbfbfb;
    border: 1px solid #e3e3e3;
    padding: 1em;
}

/* Page - Feature Image
-------------------------------------------------- */
.page-feature-image {
	margin: 0 0 1em 0;
	position: relative;
}

.page-feature-image .text {
	height: 100%;
	overflow: hidden;
	padding: 2.2em 1.5em 0 1.5em;
	position: absolute;
	width: 65%;
}

.page-feature-image .text h1 {
	color: #FFF;
}

.page-feature-image .text h1 {
    margin: 0;
    padding: 0;
}

/* Page - General
-------------------------------------------------- */
.team-table ul {
	clear: both;
	float: left;
	list-style: none;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

.team-table li {
	float: left;
	padding: 1em;
	text-align: center;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-ms-box-sizing: border-box;
}

.team-table li img {
    margin: 0 0 1em 0;
    width: 50%;
}


/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
    .contact-page.col-span-2 .col-first,
	.contact-page.col-span-2 .col-second {
	    margin: 0;
	    width: 100%;
	   }

    .contact-page .col-second {
        border-top: 1px solid #e3e3e3;
        margin: 0.5em 0 0 0;
        padding: 1em 0 0 0;
    }

    .contact-company-details {
		margin: 1.8em 0 0 0;
    }
}
@media only screen and (max-width: 37.5em) {
	.body_contact .site-content input[type="text"], 
    .body_contact .site-content input[type="email"],
    .body_contact .site-content select,
    .body_contact .site-content textarea {
        width: 100%;
    }
    
    .body_contact .site-content fieldset {
	    margin: 0 0 0.8em 0;
        width: 100%;
    }
    
    .contact-form fieldset.fieldset-full ul li {
        float: left;
        width: 50%;
    }
    
    .contact-company-details {
	    margin-bottom: 1em;
    }
}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: page.css */
/* BEGIN: navigation.css */
/* Navigation - General
-------------------------------------------------- */
.nav-main {
	background: #e30909;
	border: 1px solid #a20707;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.nav-main ul {
	list-style: none;
	margin: 0 auto;
	max-width: 71.25em;
	padding: 0 1%;
	position: relative;
	text-align: left;
}

.nav-main li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 -0.25em;
	padding: 0;
}

.nav-main a {
	border-right: 1px solid #a20707;
	color: #FFF;
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	padding: 0.4em 1em;
	text-shadow: 1px 1px 1px #a20707;
}

.nav-main li:last-of-type a {
	border-right: none;
}

.nav-main a:hover {
    background: #c80909;
    color: #f2afaf;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
}

.nav-main .sub-menu li {
    float: left;
    margin: 0;
    padding: 0.3em 0.4em;
    width: 33.3333333333%;
}

.nav-main .sub-menu li:last-of-type {
	border-bottom: none;
}

.nav-main .sub-menu li a {
	border-right: none;
	color: #666;
	display: block;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0.3em 0 0 0;
	text-align: left;
	text-transform: none;
	text-shadow: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-main .sub-menu li a.text {
	background: #eee;
	padding: 0.5em;
}

.nav-main .sub-menu li a:hover {
	background: #f5f6f8;
	color: #111;
}

.nav-main .sub-menu {
	background: #fff;
	border: 1px solid #dcdddf;
	border-top: none;
	margin: 0.05em auto 0 auto;
	padding: 1em;
	width: 100%;
}

.nav-main .sub-menu li ul {
	text-align: left;
}

.turtle-mobile-menu-button-container {
    height: 41px;
    text-align: center;
    left: 0.5em;
    top: 0.5em;
    position: absolute;
    z-index: 9999;
}

.turtle-mobile-menu-button-container .turtle-mobile-menu-button {
    border-radius: 0.2em;
    background: #555;
    color: #FFF;
    font-size: 1.5em;
    padding: 0.1em 0.5em 0 0.5em;
    text-align: center !important;
    text-decoration: none;
}

.turtle-mobile-menu-container li {
    text-align: left !important;
    border: 1px solid #ccc;
    width: 100% !important;
    border-radius: 0.2em;
    font-size: 15px;
    background: #FFF;
    margin: 0 0 20px 0 !important;
    padding: 5px 10px !important;
}

.turtle-mobile-menu-container li a,
a.turtle-mobile-menu-button {
    color: #555;
    text-decoration: none;
}

.turtle-mobile-menu-container li {
    text-decoration: none;
}

.turtle-mobile-menu-container li:active,
.turtle-mobile-menu-container li:hover {
    background: #eee;
}

.turtle-mobile-menu-container .menu-has-children:hover {
    background: #FFF;
}

.turtle-mobile-menu-container ul > li > ul li .fa {
    margin-right: 0.3em;
}

.turtle-mobile-menu-button {
    width: 100% !important;
    box-sizing: border-box;
}

.turtle-mobile-menu-container li a {
    font-weight: 500;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: navigation.css */
/* BEGIN: myaccount.css */
/* Myaccount - General
-------------------------------------------------- */
.myaccount-content h2 {
    margin: 0 0 0.5em 0;
}

.myaccount-wrapper {
    margin: 0 0 1.7em 0;
    width: 100%;
}

.myaccount-register,
.myaccount-settings {
    margin: 0 0 2em 0;
}

.register-account-form,
.myaccount-forgot-pass {
    margin: 1em 0 2em 0;
}

.login-choice-type.col-span-2 .col,
.myaccount-register.col-span-2 .col,
.register-account-form.col-span-2 .col {
	margin: 0;
	width: 50%;
}

.login-choice-type .col-first,
.myaccount-register .col-first,
.register-account-form .col-first {
    border-right: 1px solid #e3e3e3;
    padding-right: 2%;
}

.login-choice-type .col-second,
.myaccount-register .col-second,
.register-account-form .col-second {
    padding-left: 2%;
}

.myaccount-wrapper header {
    font-size: 1.1em;
    padding: 0 0 0em 0;
    position: relative;
}

.myaccount-wrapper .inner {
    margin: 1em 0 0 0;
    padding: 0;
    border: 1px solid #e3e3e3;
}

.myaccount-addresses .table-item .table-cell-20 input,
.myaccount-orders .table-item .table-cell-20 input {
    float: none;
    margin: 0;
    text-align: center;
}

.addresses .shipping-address, dl.order-view-totals dd {
    text-align: right;
}

.addresses h3 {
    font-size: 1.1em;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0.5em 0;
}

#orderstatus_container .fa {
    margin: 0 0.4em 0 0;
}

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

.no-items p {
	background: #fcf8e3;
	border: 1px solid #ecdec1;
	font-weight: 500;
	margin: 0;
	padding: 0.7em 0;
}

.myaccount-fieldset-50 {
    width: 50%;
    float: left;
}

.body_myaccount .nav-myaccount-dashboard a:before,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a:before,
.body_myaccount_orders .nav-myaccount-orders a:before,
.body_myaccount_settings .nav-myaccount-settings a:before {
    content: '\00bb';
    margin-right: .5em;
}

.body_myaccount .nav-myaccount-dashboard a,
.body_myaccount_modify_addresses .nav-myaccount-dashboard a,
.body_myaccount_orders .nav-myaccount-orders a,
.body_myaccount_settings .nav-myaccount-settings a {
    background-color: #fff;
    color: #111 !important;
}

.myaccount-button-wrapper {
    margin: 0;
    position: absolute;
    top: 0em;
    right: 0;
}

.myaccount-button-wrapper a {
    background: #000;
    color: #fff;
    font-size: 0.7em;
    padding: .45em 1em;
    float: right;
}

.myaccount-button-wrapper a:hover {
    background-color: #333;
    text-decoration: none;
}

.myaccount-forgotpassword {
    font-weight: 600;
}

.myaccount-update-settings {
    width: 50%;
}

#modify_address_address_container {
    margin: 1em 0 0 0;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {
	.myaccount-register .col-first {
		border-right: none;
	}
}
@media only screen and (max-width: 48em) {
	.myaccount-settings .col-first {
        margin-right: 2%;
        width: 49%;
    }
}
@media only screen and (max-width: 41em) {
	.register-account-form input[type="text"],
	.register-account-form input[type="email"],
	.register-account-form input[type="password"] {
		width: 100%;
	}
	
	.register-account-form .order-details-short-right {
		width: 49%;
	}
	
	.register-account-form .order-details-short-left {
		width: 49%;
		margin-right: 2%;		
	}
	
	#register_country,
	#register_account_type {
		width: 97%;
	}
	
	.myaccount-register input[type="text"],
	.myaccount-register input[type="password"] {
		width: 100%;
	}
}
@media only screen and (max-width: 37.5em) {
	.body_myaccount_modify_addresses .site-content input[type="text"],
    .body_myaccount_modify_addresses .site-content input[type="email"],
    .body_myaccount_modify_addresses .site-content select  {
        width: 95%;
    }
}
@media only screen and (max-width: 33.75em) {
	.myaccount-button-wrapper {
	    top: 0.2em;
    }
}
@media only screen and (max-width: 27.5em) {
	#register_country, 
    #register_account_type {
	    width: 96%;
    }
}
@media only screen and (max-width: 20em) {}
/* END: myaccount.css */
/* BEGIN: header.css */
/* Header - General
-------------------------------------------------- */
.site-header {
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.site-header > .inner {
    position: relative;
    margin: 0 auto;
    padding: 0.5em 1%;
    max-width: 71.25em;
}

.site-header .col-first {
	margin-right: 2%;
	width: 48%;
}

.site-header .col-second {
	margin: 0;
	padding: 1.3em 0 0 0;
	text-align: right;
	width: 50%;
}

.view-cart-cta {
	color: #FFF;
	background: #e30909;
	display: inline-block;
	padding: 0.35em 0.8em;
	text-decoration: none;
}

.view-cart-cta:hover,
.view-cart-cta:visited {
	color: #FFF;
    background: #c80909;
    text-decoration: none;
}

/* Header - Brand
-------------------------------------------------- */
.logo {
    font-size: 1.4em;
}

.logo a {
    font-size: 2em;
    display: block;
}

.logo a img {
    max-width: 100%;
    width: 45%;
}

/* Header - Mobile
-------------------------------------------------- */
.sidebar {
	float: left;
	margin: 0 2% 0 0;
	width: 23%;
}

/* Header - Mobile
-------------------------------------------------- */
.mobile-header {
    display: none;
    background: #000;
    top: 0;
    height: 3.5em;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.mobile-header-buttons {
    position: absolute;
    right: 0.3em;
    top: 0.2em;
}

.mobile-header-buttons a {
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    line-height: 0;
    margin: 0 0.2em 0 0;
    padding: 0.5em;
    position: relative;
}

.mobile-header-buttons a:last-of-type {
	margin-right: 0;
}

.mobile-site-icon-cart .mobile-count {
    background: #f64333;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    border-radius: 30em;
    color: #FFF;
    font-size: 0.6em;
    line-height: 0;
    font-weight: 500;
    position: absolute;
    padding: 0.65em 0.4em;
    top: 0.24em;
    right: -0.25em;
}

.mobile-logo {
    float: left;
    width: 100%;
}

.mobile-logo a {
	text-align: center;
    color: #fff;
    text-decoration: none;
}

.mobile-logo span {
	display: block;
	padding: 1em 0;
}

.mobile-logo img {
	margin: 0.5em auto 0 auto;
	display: block;
	width: 45%;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
	.site-header {
		display: none;
	}
	.mobile-header {
        display: block;
    }
    .brand { 
        display: none;
    } 
}
@media only screen and (max-width: 50em) {
	.sidebar {
		display: none;
	}	
}
@media only screen and (max-width: 48em) {
	.mobile-logo img {
		width: 50%;
	}
}
@media only screen and (max-width: 41em) {
	
	.site-content, .site-content.no-sidebar {
		width: 100%;
	}
	
	.extraheader .col-second {
        width: 100%;
    }
    
    .mobile-logo img {
	    width: 55%;
    }
}
@media only screen and (max-width: 37.5em) {    
    .header-mini-menu {
        display: none;
	}
}
@media only screen and (max-width: 33.75em) {
	.site-header .search .fa-search {
		font-size: 1.3em;
	}

	.mobile-logo img {
		margin: 0.8em auto 0 auto;
		width: 55%;		
	}	
}
@media only screen and (max-width: 27.5em) {
	.mobile-header-buttons a {
		padding: 0.5em 0.2em;
	}
}
@media only screen and (max-width: 20em) {
	.mobile-logo img {
		margin-top: 1.1em;
	}
	
	.mobile-header-buttons a {
		padding: 0.5em 0em;
	}	
}
/* END: header.css */
/* BEGIN: grid.css */
/* Grid - Columns
-------------------------------------------------- */
.col-wrapper {
    clear: both;
    margin: 0;
}

.col {
    float: left;
    margin-right: 5%;
    padding: .063em 0;  
}

.col-wrapper .col.last {
    margin-right: 0;
}

.col-span-1 .col {
    margin-right: 0;
    width: 100%;
}

.col-span-2 .col {
    width: 47.5%;
}

.col-span-3 .col {
    width: 30%;
}

.col-span-4 .col {
    width: 21.22%;
}

/* Media Queries
-------------------------------------------------- */	
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
	.mobile-col-break-41 .col {
		border: none;
		margin: 0;
		padding: 0;
		width: 100% !important;
	}
	
	.col-wrapper.col-span-2 .col-second,
	.col-wrapper.col-span-3 .col-second,
	.col-wrapper.col-span-3 .col-third,
	.col-wrapper.col-span-4 .col-second,
	.col-wrapper.col-span-4 .col-third,
	.col-wrapper.col-span-4 .col-fourth {
		margin-top: 1em;
		padding: 0;
	}
}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: grid.css */
/* BEGIN: forms.css */
/* Forms - General
-------------------------------------------------- */
fieldset {
    margin: 0 0 0.8em 0;
    padding: 0;
}

label {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;    
    margin-bottom: .4em;
}

button,
input,
select,
textarea {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    vertical-align: baseline;
    * vertical-align: middle;
}

button,
input {
    line-height: normal;
    * overflow: visible;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #000;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    line-height: 1;
    padding: 0.8em 1.2em;
    text-shadow: none;
    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    -webkit-appearance: button;       
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="submit"].secondary {
	background-color: #f4f5f7;
	border: 1px solid #dcdddf;
	color: #333;
	font-weight: 500;
}

input[type="submit"].secondary:hover {
	background-color: #e8e9eb;
	border: 1px solid #cfd0d1;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    margin: 0 .6em 0.6em 0;
    padding: 0;
    position: relative;
    top: .25em;
}

input[type="search"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="file"],
textarea {
	background: #FFF;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0.6em;
	outline: 0;
	width: 100%;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="file"]:hover,
textarea:focus {
    border-color: #ccc;
    color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
textarea:focus {
    border-color: #bbb;
    color: #111;
}

input[type="number"].field-qty {
    min-width: 0;
    width: 3em;
    margin: 0;
    padding: 0.3em;
    text-align: center;
}

.chrome select, 
.safari select {
    background: #fff url('../graphics/select-pointer.gif') no-repeat right 50%;
    padding: .5em .5em .5em .5em;
}

.chrome select:disabled, 
.safari select:disabled {
    background: #eee url('../graphics/select-pointer.gif') no-repeat right 50%;
}

select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 .8em;
    padding: .5em .5em .5em .5em;
    -webkit-appearance: button;
    width: 100%;
    background: #fff;
}

select:disabled {
    background: #eee;
}

select:hover {
    border-color: #ccc;
}

select:focus {
    border-color: #bbb;
    outline: none;
}

textarea {
    height: 15em;
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    width: 100%;
}

label span.mandatory {
    color: #f64333;
}

.actions {
    clear: both;
    padding: .8em 0;
}

#newslettersignup_emailaddress,
#newslettersignup_invalid_emailaddress {
	margin: 0 1em 0 0;
	width: 40%;
}

input.form-error {
	background: #f2dede;
	border: 1px solid #ebccd1;	
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
	#newslettersignup_container {
		margin-bottom: 1em;
	}
	
	#newslettersignup_emailaddress,
	#newslettersignup_invalid_emailaddress {
		margin: 0 0 1em 0;
		width: 100%;	
	}
}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {} 
/* END: forms.css */
/* BEGIN: footer.css */
/* Footer - General
-------------------------------------------------- */
.site-footer {
    background: #3b3b3b; 
    clear: both;
}

.site-footer > .inner {
    margin: 0 auto;
    max-width: 71.25em;
    padding: 3em 0 1em 0;
}

.site-footer .col ul {
    list-style: none;
    margin: -0.5em 0 0 0;
    padding: 0;
}

.site-footer .col ul li {
    margin: 0;
}

.site-footer h3 {
	color: #fff;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 0.5em 0 1.5em 0;
	text-shadow: 1px 1px 1px #414141;
	text-transform: uppercase;
}

.site-footer .col p {
    color: #ccc;
}

.site-footer p, 
.site-footer li {
	font-size: 1em;
	-ms-word-break: break-all;
	word-break: break-word;
	word-wrap: break-word;
}

.site-footer .nav-footer {
	margin: 1.5em 0 0 0;
}

.site-footer #main_newsletter_emailaddress {
	background: #111;
	padding: 0.7em;
	color: #FFF;
	padding: 0.4em;
	border: none;
	width: 100%;
}

.site-footer #main_newsletter_submit {
    font-size: 0.9em;
    margin: 1em 0 0 0;
    padding: 0.5em 0.8em;
}

.site-footer .col {
    text-align: left;
    margin-right: 0;
    width: 25%;
    padding: 0.5em 1em;
}

.site-footer .col.last {
	border-right: none;
}

.site-footer .col .inner {
    padding: 0 0 1em 0;
}

.site-footer .col a {
    color: #ccc;
    font-weight: 500;
}

/* Footer - Legal
-------------------------------------------------- */
.site-footer .nav-legal {
	border-top: 1px solid #555;
	list-style: none;
	text-align: center;
	margin: 1em 1% 0 1%;
	padding: 0.7em 0 0 0;
}

.site-footer .nav-legal li {
	color: #999;
	list-style: none;
	display: inline;
	font-size: 0.8em;
	margin: 0 0.4em 0 0;
	padding: 0;
}

.site-footer .nav-legal li:before {
    content: '\00b7';
    margin-right: .7em;
}

.site-footer .nav-legal li:first-of-type:before {
    content: '';
    margin: 0;
}

.site-footer .nav-legal li:last-of-type {
	margin-right: 0;
}

.site-footer .nav-legal a {
	color: #999;
	text-decoration: none;
}

.site-footer .nav-legal a:hover {
    color: #ccc;
}

/* Footer - White
-------------------------------------------------- */
.white-footer {
	background: #fff;
	text-align: center;
}

.white-footer .inner {
    margin: 0 auto;
    max-width: 71.25em;
    padding: 1em 0;
}

.white-footer .cards-accepted {
	color: #888;
	margin: 0;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {
	.site-footer > .inner {
		padding-top: 0;
	}
	
	.site-footer .col-first {
		border-bottom: 1px solid #555;				
	}

	.site-footer .col-second {
		border-left: 1px solid #555;
		border-bottom: 1px solid #555;		
	}
	
	.site-footer .col-third {
		border-right: 1px solid #555;
	}	
	
	.site-footer .col-first,
	.site-footer .col-third {
		width: 50%;		
    }
    
    .site-footer .col-second,
    .site-footer .col-fourth {
	    border-right: none;
		width: 50%;
    }
    
    .site-footer .nav-legal {
	    margin: 0 2%;
    }
    
    .site-footer .nav-legal li {
	    margin-right: 0.2em;
    }
    
    .site-footer .nav-legal li:before {
	    margin-right: 0.2em;
    }
}
@media only screen and (max-width: 41em) {
	.recently-view-products {
		display: none;
	}
	
	.site-footer .col-first {
		border-right: none;
	}
	
	.site-footer .col-wrapper.col-span-3 .col-second,
	.site-footer .col-wrapper.col-span-3 .col-third {
		margin: 0;
		padding: 0.5em 1em;
	}
}
@media only screen and (max-width: 37.5em) {
	.site-footer .col {
        width: 100%;
    }
    
    .site-footer .col-wrapper.col-span-3 .col-second {
	    border-top: 1px solid #444;
    }
    
    .nav-legal a {
        font-size: 1em;
    }
}
@media only screen and (max-width: 33.75em) {
	.site-footer .nav-legal li {
        font-size: 0.9em;
        list-style: none;
        margin: 0 0 0 2%;
        float: left;
        text-align: left;
        width: 98%;
    }
    
    .site-footer .nav-legal li:first-of-type:before {
		content: '\00b7';
		margin-right: .2em;	    
    }

    .site-footer .col {
        min-height: 0;
    }

	.site-footer > .inner {
		padding-top: 0;
	}
}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: footer.css */
/* BEGIN: filter.css */
/* Filters - Department Sidebar (Filters)
-------------------------------------------------- */
.department-sidebar {
    margin-top: 1.2em;
}

.department-sidebar .filter-box {
    border: 1px solid #333;
    margin: 0 0 1em 0;
}

.department-sidebar .filter-box.last {
    margin: 0 0 1em 0;
}

.department-sidebar .filter-box header {
    background: #3b3b3b;
}

.department-sidebar .filter-box header h6 {
    border-bottom: 1px solid #333;
    color: #FFF;
    font-size: 0.9em;
    line-height: 0.9em;
    padding: 0.8em;
    margin: 0;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.department-sidebar > header {
	display: none; /* Only for mobile for experiences */
}

.department-sidebar > header h6 {
	border-bottom: 1px solid #e3e3e3;
	color: #555;
	font-size: 0.9em;
	line-height: 1em;
	padding: 0.8em;
	cursor: pointer;
	margin-bottom: 1em;
}

.department-sidebar > header > span {
    float: right;
}

.department-sidebar .filter-box .scroll-box {
    max-height: 10em;
    overflow: auto;
    padding: 2% 6%;
    width: 88%;
}

.department-sidebar .filters-container {
    margin-bottom: 1em;
}

.department-sidebar .filter-box .scroll-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0.53em;
}

.department-sidebar .filter-box .scroll-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0.30em;
    -moz-border-radius: 0.30em;
    border-radius: 0.30em;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.department-sidebar .filter-box .scroll-box .fa {
    color: #aaa;
    margin: 0 0.6em 0 0;
}

.department-sidebar .filter-box .scroll-box .fa-check-square-o {
    color: #000;
    margin: 0 0.4em 0 0;
}

.department-sidebar .filter-box .scroll-box ul {
    list-style: none;
    margin: 0;
}

.department-sidebar .filter-box .scroll-box li {
    color: #555;
    font-size: 0.9em;
    margin: 0.3em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.department-sidebar .filter-box .scroll-box li.ticked,
.department-sidebar .filter-box .scroll-box li.ticked a {
    font-weight: 500;
}

.department-sidebar .filter-box .scroll-box li a,
.department-sidebar .filter-box .scroll-box li a:visited {
    color: #000;
    text-decoration: none;
}

.department-sidebar .filter-box .scroll-box li a:hover {
    color: #777;
}

/* Filters - Product Filtering
-------------------------------------------------- */
.product-filter {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 0.6em 0;
}

#product-filter-form {
    margin: 0 auto;
}

.product-filter-left {
    float: left;
    text-align: left;
    width: 50%;
}

.product-filter-right {
    float: left;
    text-align: right;
    width: 50%;
}

.pages-quick-swap {
	color: #666;
	font-size: 0.9em;
	margin: 0.2em 0 0 0;
}

.pages-quick-swap span {
    margin: 0 0.3em;
}

.pages-quick-swap a {
    color: #777;
}

.pages-quick-swap a.selected {
    color: #111;
    font-weight: 600;
}

.pages-quick-swap a:first-of-type {
    margin: 0 0 0 0.3em;
}

.pages-quick-swap a:last-of-type {
    margin: 0 0.3em 0 0;
}

#product-filter-form fieldset {
    display: inline-block;
    margin: 0 1em 0 0;
}

#product-filter-form fieldset.last {
    margin-right: 0;
}

#product-filter-form fieldset label {
	float: left;
	text-align: left;
	margin: 0.3em 0 0 0;
}

#product-filter-form .fieldset.filter-pagination {
    width: 50%;
}

#product-filter-form label {
	font-size: 0.8em;
}

#product-filter-form select {
	font-size: 0.8em;
    margin: 0 0 0 0.5em;
    min-width: 9em;
    padding: 0.3em 0.5em;
    width: 9em;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
	.product-filter-right { 
        display: none;
    } 
}
@media only screen and (max-width: 50em) {
	.department-sidebar .filter-box header h6 {
		font-weight: 600;
		padding: 0.6em 0.5em;	   
	}
}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
    #product-filter-form fieldset,
	.department-sidebar .filter-box .scroll-box,
    .department-sidebar .filters-container,
    .department-feature-image .text .description,
    .department-feature-image .text.fade:after, 
	.search-results-image .text.fade:after {
        display: none;
	}
		
    #product-filter-form fieldset label {
		margin: 0.4em 0 0 0;	    
    }
    
	.department-sidebar .filter-box .scroll-box {
        padding: 2%;
	}
	 
	.product-filter-left {
		width: 100%;
	}
	
    #product-filter-form fieldset.first, 
    #product-filter-form fieldset.last {
        width: 46.5%;
        display: block;
    }
    
	.refine-by-header {
		border: 1px solid #e3e3e3;
		font-size: 0.9em;
		font-weight: 500;
	}
	
	.refine-by-header .fa {
		float: right;
		font-size: 1.5em;
		margin-top: -0.2em;
    }
	
	.department-sidebar {
		margin: 0 0 1em 0;
		width: 100%;
	}
	
	.department-sidebar .filter-box .scroll-box {
		max-height: none;
		height: auto;
		width: auto;
	}
	
	.department-sidebar > header h6 {
		margin: 0;
	}
	
	.department-sidebar .filter-box {
		border-top: none;
	}
	
	.department-sidebar .filter-box:last-of-type h6 {
		-webkit-border-radius: 0.15em;
		-moz-border-radius: 0.15em;
		border-radius: 0 0 0.15em 0.15em;
	}
    
	.department-sidebar .filter-box header h6 {
		border-top: none;
	}
	
	.department-sidebar .filter-box header h6 {
		font-weight: 500;
	}
	
	.product-filter {
		margin: 0.7em 0 0 0;
	}
	
	.department-sidebar .filter-box {
		margin: 0;
	}
	
	.department-sidebar > header {
		display: block;
	}	
}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {
	#product-filter-form fieldset.last {
		display: none;
	}
	
    #product-filter-form fieldset.first {
	    text-align: center;
	    width: 100%;
    }
    
    #product-filter-form fieldset label {
		float: none;
		display: inline-block;	    
    }
    
    .product-filter {
	    border-bottom: none;
    }
}
/* END: filter.css */
/* BEGIN: department.css */
/* Department - General
-------------------------------------------------- */
.body_department .departments-wrapper {
	margin: 0 0 3% 0;
}

.departments-wrapper .serif-title {
    margin: 0 0 0.5em 0;
}

.department-feature-image,
.search-results-image {
    margin: 0 0 1em 0;
    position: relative;
}

.department-feature-image .text {
	height: 100%;
	overflow: hidden;
	padding: 2.8em 1.5em 0 1.5em;
	position: absolute;
	width: 65%;
}

.search-results-image .text {
	height: 100%;
	overflow: hidden;
	padding: 1.6em 1.5em 0 1.5em;
	position: absolute;
	width: 100%;
}

.search-results-image .text h1,
.search-results-image .text .description {
	color: #FFF;
}

.department-feature-image .text,
.department-feature-image .text h1 {
	color: #FFF;
}

.department-feature-image .text p,
.search-results-image .text p {
	line-height: 1.5em;
}

.department-feature-image .text h1{
    margin: 0;
    padding: 0;
}

.search-results-image .text h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.department-feature-image .text .description,
.search-results-image .text .description {
    margin: 0;
}

.no-department-feature-image,
.no-search-results-image {
    margin: 0 0 1em 0;
}

.no-department-feature-image h1 {
    margin: 0;
    padding: 0;
}

.departments,
.departments li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.departments li {
    border: 1px solid #e3e3e3;
    float: left;
    margin: 2% 2% 0 0;
    padding: 0;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.departments li:hover {
    border: 1px solid #CCC;
}

.departments li:nth-child(2n) {
    margin-right: 0;
}

.departments li:nth-child(-n+2) {
    margin-top: 0;
}

.thumbnail-link {
    display: block;
}

.thumbnail-link:hover {
    cursor: pointer;
}

.departments li .info-panel {
    float: left;
    padding: 5%;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.departments li .info-panel h3 {
    font-weight: 400;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.departments li .info-panel h3 a {
	text-decoration: none;
}

.departments .thumbnail {
    float: left;
    text-align: center;
    margin: 0;
    width: 100%;
}

.departments li img {
    height: auto;
    opacity: 1;
    max-width: 100%;
    width: 100%;
}

.department-bottom-info {
	border-top: 1px solid #e3e3e3;
	float: left;
	padding: 1em 0 0 0;
	width: 100%;
}

.department-bottom-info h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0;
}

.department-bottom-info .description {
    color: #666;
    font-size: 0.9em;
}

.department-content {
    float: left;
    width: 75%;
}

.department-content h1 {
    line-height: 0.8em;
    margin: 0 0 0.5em 0;
    padding: 0;
}

#content .related-departments {
    float: left;
    width: 100%;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
	.department-feature-image .text .description {
		font-size: 0.9em;
	}
	
	.department-feature-image .text {
		padding: 1.8em 1.5em 0 1.5em;
	}
	
	.product-filter-left {
		width: 100%;
	}
}
@media only screen and (max-width: 50em) {
	.department-content {
		width: 100%;
	}
}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
	.department-feature-image .text h1 {
		margin: 0.2em 0 0 0;
	}
	
	.departments li {
	    margin: 3% 3% 0 0;
		width: 48.5%;
    }
    
	.departments li:nth-child(2n) {
	    margin-right: 0%;
	}
	
	.departments li:nth-child(-n+2) {
	    margin-top: 0;
	}   
	
	.department-bottom-info p {
	    font-size: 0.9em;
    }
    
	.department-content { 
		width: 100%;
	}    	
}
@media only screen and (max-width: 37.5em) {
	.departments li h3 {
		text-align: center;
	}
	
	.department-feature-image  {
		margin-bottom: 0.5em;
	}
}
@media only screen and (max-width: 33.75em) {
	.departments li .info-panel h3 {
		font-size: 1em;
	}
}
@media only screen and (max-width: 27.5em) {
	.department-feature-image .text h1 {
		font-size: 1.3em;
		margin-top: 0.3em;		
	}
	
	.departments li {
		margin: 0 0 1em 0;
		width: 100%;
	}
	
	.departments li:last-of-type {
		margin-bottom: 0;
	}	
	
	.department-feature-image .text {
		padding-top: 1.2em;
		width: 100%;
	}
	
	.search-results-image .text h1 {
		text-align: center;
	}
}
@media only screen and (max-width: 20em) {
	.search-results-image .text {
		padding-top: 1em;	
	}	
	
	.departments li:nth-child(3n) {
	    margin-right: 0;
    }
	
	.departments li .info-panel h3 {
		font-size: 1.2em;
	}
	
	.department-feature-image .text {
		padding: 1em;
	}
	
	.department-feature-image .text h1  {
		font-size: 1em;
		font-weight: 500;
		margin-top: 0;		
	}
}
/* END: department.css */
/* BEGIN: checkout.css */
/* Checkout - Order Details
-------------------------------------------------- */
.body_order_details textarea {
	height: 10em;
}

/* Checkout - Shopping cart
-------------------------------------------------- */
.cart-wrapper {
    margin: 0 0 3.2em 0;
}

.cart-list-headings {
    border-bottom: 1px solid #e3e3e3;
}

.cart-list-headings h3 {
    float: left;
    font-size: 0.9em;
    margin: 0 0 .8em 0;
}

h3.order-status-notes {
    border-bottom: 1px solid #e3e3e3;	
    text-transform: uppercase;
    padding: 0 0 0.5em 0;
}

.title-cart-product {
    width: 40%;
}

.cart-list-orderreview .title-cart-product {
    width: 55%;
}

.title-cart-remove {
    width: 15%;
}

.title-cart-price-per {
    width: 15%;
}

.title-cart-price-qty {
    width: 15%;
}

.title-cart-price-total {
    width: 15%;
}

.title-cart-remove.right {
    text-align: right;
}

.cart-list,
.cart-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-list {
    list-style: none;	
}

.cart-list .cart-item {
    background: #fff;
    border-bottom: 1px solid #dcdddf;
    clear: both;
    padding: .8em 0;
}

.cart-list .cart-item:nth-child(even) {
    background: #f4f5f7;
}

.cart-product {
    float: left;
    width: 40%;
}

.cart-product-image {
	float: left;
	margin-right: 2%;
	padding: 0.5em;
	width: 30%;
}

.cart-product-image a {
	display: block;
}

.cart-product-info {
	float: left;
	width: 68%;	
}

.cart-product-info h6 {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-product-info ul {
	list-style: none;
	margin: 0;
}

.cart-product-info li {
	font-size: 0.8em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cart-product-info li span {
	font-weight: 500;
}

.cart-list-orderreview .cart-product {
    width: 55%;
}

.cart-remove {
    float: left;
    width: 15%;
}

.cart-remove a {
    background: #FFF;
    border: 1px solid #DDD;
    font-size: 0.8em;
    font-weight: 600;
    padding: 0.4em 0.5em;
    text-decoration: none;
}

.cart-remove a .fa {
    color: #e74c3c;
    margin: 0 0.2em 0 0;
}

.cart-price-per {
    float: left;
    width: 15%;
}

.cart-price-qty {
    float: left;
    width: 15%;
}

.cart-price-qty label, 
.cart-price-qty span {
    display: none;
}

.cart-price-total {
    float: left;
    width: 15%;
}

.cart-list .cart-product img {
	display: block;
	float: left;
	background: #FFF;
	border: 1px solid #e3e3e3;
	padding: 0.2em;
}

.cart-message {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 1.6em 0;
    padding-bottom: .8em;
    text-align: center;
}

.cart-empty {
    margin: 2em 0;
}

.cart-empty p {
	background: #fcf8e3;
	border: 1px solid #ecdec1;
	font-weight: 500;
	margin: 0;
	padding: 0.7em 0;
}

dl.cart-totals,
dl.cart-totals dt,
dl.cart-totals dd {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
}

.view-cart-summary dl.cart-totals {
	border: none;
	margin: 0;
	padding: 0;
}

dl.cart-totals {
	border: 1px solid #e3e3e3;
	margin: 1em 0 0 0;
	padding: 1em;
}

dl.cart-totals dt {
    border-bottom: 1px solid #e3e3e3;
    clear: left;
    float: left;
    padding: 0.5em 0;
    width: 50%;
}

dl.cart-totals dd {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    padding: 0.5em 0;
    width: 50%;
}

dl.cart-totals .green {
	color: #007d1e;
}

dl.cart-totals .last {
	border-bottom: none;
	padding-bottom: 0;
}

dl.cart-totals .cart-grand-total {
	border-bottom: none;
	font-size: 1.5em;
    font-weight: 700;
    padding-bottom: 0;
}

dl.cart-totals dt:first-of-type,
dl.cart-totals dd:first-of-type {
	padding-top: 0;
}

.body_order_status dl.cart-totals {
	margin: 1em 0 2em 0;
}

.cart-actions {
    padding: 0;
}

.cart-actions #viewcart_updatecart,
.cart-actions #viewcart_emptycart {
    float: left;
    margin: 0 3% 3% 0;
    width: 48.5%;
}

.cart-actions #viewcart_emptycart {
    margin-right: 0;
}

.cart-actions #viewcart_continuecheckout {
    display: block;
    font-size: 1.35em;
    font-weight: 600;
    margin: 0;
    width: 100%;
}

.order-details #orderdetails_billing_country,
.order-details #orderdetails_shipping_country {
	width: 100%;
}

.billing-details-container fieldset:last-of-type {
	margin-bottom: 0;
}

#review_additional_container input[type="checkbox"] {
    margin: 0 0.5em 0.2em 0;
}

.shipping-schedule-message {
    clear: both;
    float: left;
    padding: 0.5em 0.5em 0 0.5em;
    width: 100%;
}

.shipping-schedule-message p {
    background: #fcf8e3;
    border: 1px solid #ecdec1;
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
    padding: 0.5em;
}

.shipping-schedule-message p .fa {
	margin-right: 0.5em;
}

.view-cart-page p.error_msg {
    margin: 1em 0;
}

#shipping_container_ajax dd,
#click_and_collect_container dd {
    margin: 0 0 0 1.3em;
    font-weight: 600;
}

.order-details .action {
	width: 100%;
}

.order-details .action #orderdetails_continuecheckout {
font-size: 1.35em;
font-weight: 600;
float: right;
}

#review_buttonholder_inner #order_review_completeandpay {
    background: #27ae60;
    font-size: 1.35em;
    font-weight: 600;
    float: right;
}

.promotion-details input {
    width: 100%;
}

#review_buttonholder_inner {
	padding: 0;
	width: 100%;
}

#review_container #review_additional_container {
    background: #fcf8e3;
    border: 1px solid #ecdec1;
    color: #111;
    margin: 1em 0;
    padding: 1em;
}

#review_additional_container a,
.myaccount-register-terms a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}

#review_container #review_additional_container label:last-of-type {
	margin-bottom: 0;
}

#orderdetails_shipping_same_as_billing_address {
    margin: 0.8em 0.5em 0.9em 1em;
}

#orderdetails_shipping_option_information label {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	letter-spacing: 0;
	padding: 0.7em 0.5em;
}

.order-details-short-left {
	float: left;
	margin-right: 2%;
    width: 49%;
}

.order-details-short-right {
	float: left;
    width: 49%;
}

#orderdetails_billing_address,
#orderdetails_shipping_address {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.payment-gateway-loading {
    margin: 1em 0;
    text-align: center;
}

.login-choice-type .col .fa {
    margin: 0 0.4em 0 0;
}

.cards-accepted {
	margin: 1em 0;
}

.cards-accepted ul {
    list-style: none;
    margin: 0;
}

.cards-accepted li {
    display: inline-block;
    margin: 0 1em 0 0;
}

.cards-accepted li:last-child {
    margin-right: 0;
}

.cards-accepted li .pf {
	font-size: 2em;
}

.view-cart-summary .col {
	margin: 0;
	width: 50%;
}

.view-cart-summary .col-first {
	padding-right: 1em;
}

.view-cart-summary .col-second {
	padding-left: 1em;
}

.cart-order-details h1,
.body_order_status h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.body_viewcart .view-cart-page h1 {
	margin: 0;
}

#paypalForm {
	margin: 0 0 1em 0;
	text-align: center;
}

.review-addresses {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	margin: 0 0 1em 0;
}

.review-addresses .col-first {
    border-right: 1px solid #e3e3e3;
    margin: 0;
    padding: 1em 2% 1em 0;
    width: 50%;
}

.review-addresses .col-second {
    padding: 1em 0 1em 2%;
    text-align: right;
    width: 50%;
}

.review-addresses .col p:last-of-type {
	margin-bottom: 0;
}

.order-overview-info-notes {
    border-bottom: 1px solid #e3e3e3;
    margin: 1em 0;
    padding: 0 0 0.8em 0;
}

.order-overview-info-notes p {
	font-size: 0.9em;
	margin: 0;
}

.payment-method-block {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.8em 0;
}

.payment-method-block:last-of-type {
	border-bottom: 0;
	margin: 0;	
	padding: 0;
}

.payment-method-block fieldset {
	margin: 0;
}

.details-payment-method p {
	color: #555;
	font-size: 0.9em;
	margin: 0 0 0 2em;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {
	.cart-shopping-cart-text {
        display: none;
    }

    .cart-shopping-cart-text-mobile {
        display: inline-block;
    }
}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {
	.cart-shopping-cart-text {
        display: none;
    }
	
	.cart-shopping-cart-text-mobile {
        display: inline;
    }
}
@media only screen and (max-width: 53em) {
    .site-header .cart {
        display: none;
    } 
}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {
	.cart-product-image {
		padding: 0 0.3em;
	}
	
	.cart-product-info h6 {
		font-size: 0.9em;
	}
	
	.cart-remove a {
		font-size: 0.95em;
		padding: 0.3em 0.5em;
	}
	
	.cart-remove a .fa {
		margin-right: 0;
	}
	
	.body_order_status .col-first dl.cart-totals {
		margin-bottom: 0;
	}
	
	.body_order_status dl.cart-totals {
		margin: 0.5em 0 1.5em 0;
	}
	
	.review-addresses .col-first {
		border-bottom: 1px solid #e3e3e3;
		border-right: none;
		padding: 0.5em 0;
		width: 100%;
	}
	
	.review-addresses.col-span-2 .col-second {
		text-align: left;
		margin: 0;
		padding: 0.5em 0;
		width: 100%;
	}	
	
	.review-addresses {
		border-bottom: none;
	}
}
@media only screen and (max-width: 37.5em) {
    .cart-shopping-cart-text-mobile {
        display: none;
	}
		
	.order-details .col {
        float: none;
        margin-left: 0;
    }
    
    .view-cart-summary .col,
    .order-overview-info .col {
	    padding: 0;
		width: 100%;
	}  
	
	.order-details .col {
		width: 100%;
	}
	
	.view-cart-summary .col-second {
		margin: 1em 0;
	}  
	
	#shipping_container_ajax {
		margin: 0;
	}
	
	.order-details .action #orderdetails_continuecheckout,
	#review_buttonholder_inner #order_review_completeandpay {
		width: 100%;
	}
    
   	/* CHECK OVER */ 
    .order-details-short-left, .order-details-short-right {
        float: left;
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 33.75em) {
    .site-content .cart-list-headings,
    .cart-price-total {
		display: none;
	}
	
	.cart-product {
		margin: 0 0 0.7em 0;
		width: 100%;
	}
	
	.cart-product-image {
		padding: 0;
	}
	
	.cart-list .cart-item {
		padding: 0.5em;
		position: relative;
	}
	
	.cart-price-per {
		text-align: left;
	}
	
	.cart-price-qty {
		text-align: right;
	}
	
	.cart-remove {
		position: absolute;
		right: -0.7em;
		top: 0.7em;
	}
	
	.shipping-schedule-message {
		padding: 0.5em 0 0.2em 0;
	}
	
	 .cart-price-qty span {
		 display: inline;
	 }
	 
	.order-details .action,
	#review_buttonholder_inner {
		margin: 0 0 0.9em 0;
	}	 
}
@media only screen and (max-width: 27.5em) {
    .cart-shopping-cart-text {
		display: none;
	}
	
	.cart-shopping-cart-text-mobile {
        display: inline;
    }
    
	.cart-remove {
		right: 0;
		top: 1em;
	}
	
	.cart-price-per, 
	.cart-price-qty {
		width: 50%;
	}
	
	.review-addresses .col-first {
		border: none;
		border-bottom: 1px solid #e3e3e3;
		padding: 0.7em;
		width: 100%;
	}
	
	.review-addresses .col.last {
		border: none;
		margin: 0;
		text-align: left;
		padding: 0.7em;
		width: 100%;		
	}	
	
	.review-addresses .col p {
		margin: 0;
	}	
}
@media only screen and (max-width: 20em) {
	.mobile-site-icon-cart {
		padding: 0.5em 0.3em 0.5em 0.5em;		
	}
	
	.mobile-site-icon-cart .mobile-count {
		right: -0.25em;
	}
}
/* END: checkout.css */
/* BEGIN: browser.css */
/* Browser - Mobile Fixes
-------------------------------------------------- */
a[href^=tel] { 
	color: inherit;
	text-decoration: inherit; 
}

/* Browser - Compatibility
-------------------------------------------------- */
.ie-8 .products .thumbnail {
    min-height: 15em;
    height: auto !important;
    height: 15em;
}

.ie-8 .products h3 {
    min-height: 2.8em;
    height: auto !important;
    height: 2.8em;
}


.ie-8 .cards-accepted ul {
    margin-left: -40px;
}

.body_product.ie-8 h1 {
    margin-top: 0;
}

.ie-8.body_viewcart h1 {
    font-size: 1.4em;
    margin-top: 0;
}

.ie-8.body_order_choice h2 {
    font-size: 1.3em;
}

.ie-8 #orderdetails_shipping_same_as_billing_address {
    margin-top: 8px;
}

.ie-8 #orderdetails_shipping_option_information label {
    padding-bottom: 1em;
    word-break: break-word;
}

.ie-8 .order-details-short-left {
    width: 43%;
}

.ie-8 .order-details-short-right {
    width: 43%;
}

/* Even though supported, disable due to fa conflict. */
.ie8 .department-sidebar .filter-box .scroll-box li,
.ie9 .department-sidebar .filter-box .scroll-box li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {} 
/* END: browser.css */
/* BEGIN: blog.css */
/* Blog - General
-------------------------------------------------- */
.blog-wrapper {
	margin: 1em 0 0 0;
}

.blog-cols .col-first {
    width: 65%;
}

.blog-cols .col-second {
    background: #f4f5f7;
    border: 1px solid #dcdddf;
    width: 30%;
    margin: 0 0 2em 0;
    padding: 1em;
}

.blog-posts .blog-post {
    border-top: 1px solid #e3e3e3;
    padding-top: 0.5em;
}

.blog-posts .blog-post:first-of-type {
    border-top: none;
    padding-top: 0;
}

.blog-post-information,
.blog-post-tags,
.blog-post-categories {
	font-size: 0.9em;
}

.blog-post-tags {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 0.7em 0;
    padding: 0 0 0.5em 0;
}

.blog-posts .fa {
    margin: 0 0.2em 0 0;
}

.blog-feature-image {
    margin: 0 0 1em 0;
    text-align: center;
}

.blog-post img {
	height: auto;
    max-width: 100%;
}

.blog-content h1 {
    margin: 0 0 0.5em 0;
    padding: 0;
}

.blog-post h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 0.5em 0;
}

.blog-posts .blog-post:first-child h2 {
    margin-top: 0;
}

.blog-cols .col-second h3 {
    margin: 1em 0 0 0;
}

.blog-cols .col-second .blog-posts-archive h3 {
    margin-top: 0;
}

.blog-menu,
.blog-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar li a {
    border-bottom: 1px solid #dcdddf;
    border-top: 1px solid #FFF;
    display: block;
    padding: 0.3em 0;
}

.blog-menu li:first-of-type a {
	border-top: none;
}

.blog-menu li:last-of-type a {
	border-bottom: none;
}

.blog-sidebar li:last-of-type a {
	border-bottom: none;
}

.blog-posts-related-no-posts {
    border-bottom: 1px solid #e3e3e3;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {
	.blog-cols .col-second {
		display: none;
	}
	
	.blog-cols .col-first {
        width: 100%;
    }
}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {
	.blog-wrapper {
		margin: 0;
	}
	
	.blog-cols .col-first, 
	.blog-cols .col-second {
        width: 100%;
    }
}
@media only screen and (max-width: 33.75em) {
	.blog-post h2 {
		margin: 0;
	}
	
    .blog-title {
        font-size: 1em;
        font-weight: 500;
        margin: 0 0 0.5em 0;
    }

    .blog-post-information {
        border-bottom: 1px solid #e3e3e3;
        border-top: none;
        font-size: 0.8em;
        padding: 0.6em 0;
    }
    
    .blog-post-tags {
	    border-bottom: none;
	    font-size: 0.8em;
	    margin: 0;
    }
    
    .blog-post-information, 
    .blog-post-categories {
	    font-size: 0.8em;
    }
    
    .blog-posts .blog-post {
	    border-bottom: 1px solid #e3e3e3;
	    border-top: none;
    }

    .blog-posts .pagination {
        margin-top: 0.8em;
    }
}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: blog.css */
/* BEGIN: magnific-lightbox.css */
/* Header - General
-------------------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; 
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; 
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; 
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto; 
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; 
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
 	left: 0;
 }

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0; 
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* END: magnific-lightbox.css */
/* BEGIN: owl.carousel.css */
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url('../graphics/grabbing.png') 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


/* END: owl.carousel.css */
/* BEGIN: owl.theme.css */
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('../graphics/AjaxLoader.gif') no-repeat center center;
}
/* END: owl.theme.css */
/* BEGIN: turtle.menu.css */
/* Navigation - Turtle Menu - Copyright © Discovery Design Limited. All rights reserved.
-------------------------------------------------- */ 
body.prevent-scrolling {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

.turtle-dim {
	background: #000;
	z-index: 20;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	-moz-opacity: 0.65;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 999998;
}

.turtle-menu[data-turtle-dim="true"] {
	z-index: 999999;
} 
 
.turtle-mobile-menu-button {
    display: none;
    padding: 1em;
}
 
.turtle-menu > ul > li {
    white-space: nowrap;
}
 
.turtle-menu > ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
}
 
.turtle-menu > ul > li > ul.edge {
    left: auto;
    right: 0;
}
 
.turtle-menu ul > li > ul > li {
    width: 100%;
    display: block;
}
 
.turtle-mobile-menu-container {
	background: #f4f5f7;
	border-bottom: 1px solid #ddd; 
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99998;
	overflow: scroll;
	display: none;
	padding: 4.4em 2% 2% 2%;
}
 
.turtle-mobile-menu-container ul > li > ul {
	display: none;
}
 
.turtle-mobile-menu-container ul, 
.turtle-mobile-menu-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
.turtle-mobile-menu-container i.turtle-sub-button {
    color: #666;
    display: block;
    font-size: 2em;
    float: right;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.19);
    /* width: 4%; */
}

.turtle-mobile-menu-container li {
	background: #FFF;
	text-align: left !important;
	border: 2px solid #e3e3e3;
	width: 100% !important;
	font-size: 1em;
	margin: 1em 0 0 0;
	padding: 0.5em 0.7em;
	box-sizing: border-box;
}
 
.turtle-mobile-menu-container li a {
	display: inline-block;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1em;
	padding: 0.6em 0;
	width: 93%;
}
 
.turtle-mobile-menu-container .menu-has-children {
	border-bottom: 1px solid #ccc;
}
 
.turtle-mobile-menu-container .menu-has-children.selected a {
	border-bottom: 1px solid #ccc;
}
 
.turtle-mobile-menu-container .menu-has-children.selected li:last-child a {
	border-bottom: none;
}
 
.turtle-mobile-menu-container ul > li > ul {
	margin-left: 0%;
}
 
.turtle-mobile-menu-container h3 {
    border-top: 1px solid #CCC;
    color: #555;
    font-size: 1.2em;
    font-weight: 500;
    margin: 1.2em 0 0.5em 0;
    padding: 1.5em 0 0 0;
}

.turtle-mobile-menu-container h3:first-of-type {
	border-top: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.turtle-mobile-menu-container .menu-has-children .turtle-sub-button .fa-caret-down {
	display: none;
} 

.turtle-mobile-menu-container ul > li > ul {
	margin-top: 1em;
}

.turtle-mobile-menu-container ul > li > ul li:last-of-type {
	margin-bottom: 7px !important;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {}
@media only screen and (max-width: 53em) {
    .turtle-menu {
		display: none;
    }
    .turtle-mobile-menu-button {
		display: block;
    }	
}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {}
/* END: turtle.menu.css */
/* BEGIN: turtle.zoom.css */
/* Turtle Zoom - Copyright © Discovery Design Limited. All rights reserved.
-------------------------------------------------- */
.turtle-zoom-large {
	background: #fff;	
	width: 25em;
	height: 25em;
	position: absolute;
	border: 1px solid #ccc;
	top: 0;
	z-index: 99999;
	overflow: hidden;
}

.turtle-zoom-large > img {
	max-height: none!important;
	max-width: none!important;
	position: absolute;
}

/* Media Queries
-------------------------------------------------- */
@media only screen and (max-width: 68em) {}
@media only screen and (max-width: 66em) {}
@media only screen and (max-width: 64em) {}
@media only screen and (max-width: 62.5em) {
    .turtle-zoom-large {
            display: none; 
    }	
}
@media only screen and (max-width: 53em) {}
@media only screen and (max-width: 50em) {}
@media only screen and (max-width: 48em) {}
@media only screen and (max-width: 41em) {}
@media only screen and (max-width: 37.5em) {}
@media only screen and (max-width: 33.75em) {}
@media only screen and (max-width: 27.5em) {}
@media only screen and (max-width: 20em) {} 
/* END: turtle.zoom.css */