/* Minification failed. Returning unminified contents.
(13252,1): run-time error CSS1019: Unexpected token, found '@import'
(13252,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto&display=swap)'
(14085,1): run-time error CSS1019: Unexpected token, found '@import'
(14085,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto&display=swap)'
(14090,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14091,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14219,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14220,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14221,18): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14230,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14231,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14232,18): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14259,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14260,18): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14306,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14341,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(14351,35): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14455,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14456,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(14460,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(14525,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14526,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(14543,22): run-time error CSS1039: Token not allowed after unary operator: '-bg-color'
(14901,1): run-time error CSS1019: Unexpected token, found '}'
 */

.kitbuilder-com-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    background-color: #00000060;
    opacity: 1; visibility: visible;
    transition: 
        opacity 300ms ease-in-out,
        visibility 300ms ease-in-out;
}
.kitbuilder-com-popup.fade-out {
    opacity: 0; visibility: hidden;
}

.kitbuilder-com-popup .popup-wrapper-inner {
    position: absolute;
    width: clamp(300px, 50vw, 655px);
    height: calc((clamp(300px, 50vw, 655px) / 1310) * 938);
    bottom: 50vh;
    left: 50vw;
    transform: translate(-50%, 50%);
    background-image: url(/Themes/Element/Content/img/redirect-popup/new-redirect-popup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 30px #00000080);
}

.kitbuilder-com-popup .popup-wrapper-inner a:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 5%;
    height: 7%;
    display: block;
    background-color: white;
    background-image: url(/Themes/Element/Content/img/redirect-popup/close-popup.svg);
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}
.kitbuilder-com-popup .popup-wrapper-inner a:nth-child(2) {
    position: absolute;
    bottom: 16%;
    right: 3%;
    padding: 2%;
    width: 32%;
    text-align: center;
    font-size: clamp(11px, 1.5vw, 20px);
    color: white;
    background-color: #225f88;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/Themes/Element/Content/lib/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/Themes/Element/Content/lib/slick/fonts/slick.eot);
    src: url(/Themes/Element/Content/lib/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/Themes/Element/Content/lib/slick/fonts/slick.woff) format('woff'), url(/Themes/Element/Content/lib/slick/fonts/slick.ttf) format('truetype'), url(/Themes/Element/Content/lib/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* -- STYLES FOR OVERRIDING COGNITO FORMS -- */
.cognito .c-forms-form .c-label {
	font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    color: #4C4C4C !important;
    top: 5px !important;
    word-wrap: break-word !important;
    word-break: normal !important;
	font-weight: 400 !important;
	padding-bottom: 10px !important;
}
.cognito .c-field.c-required .c-label:after, .cognito .c-rating-scale.c-required .c-choice-question:after {
	content: " *" !important;
    color: #FF0000 !important;
    font-size: 10px !important;
    margin-top: 5px !important;
    line-height: 100% !important;
}
.cognito .c-forms-form input[type=text], .cognito .c-forms-form input[type=password], .cognito .c-forms-form textarea, .cognito .c-forms-form select, 
.cognito .c-forms-form .c-repeating-section-container, .cognito .c-forms-form .c-background-highlight, .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button, 
.cognito .c-forms-form .c-add-item, .cognito .c-button, .cognito .c-forms-form .c-signature .c-editor>div, .cognito .c-forms-form .has-switch, .cognito.c-payment .c-payment-field {
	border-radius: 3px !important;
}
.cognito input[type=text], .cognito input[type=password], .cognito select, .cognito textarea, .c-payment .c-payment-field {
	border: 1px solid #c9c9c9 !important;
	color: #4c4c4c !important;
	font-size: 16px !important;
}
.cognito #c-submit-button {
	background-color: #46B7F9 !important;
	padding: 13px 25px !important;
	border-radius: 3px !important;
    border: none !important;
    color: white !important;
    font-size: 18px !important;
    outline: none !important;
	font-family: sans-serif !important;
	text-transform: uppercase !important;
}
body .cognito > div:last-child {
	display: none !important;
	visibility: hidden !important;
}
.search-wrap, .header-links-opener, .wishlist-opener, .shopping-cart-link, .personal-button {
	display: none !important;
}

body #kit-builder-embedded .kb-wrapper .kb-overlay-button {
     display: none !important;
}

/* -- Sticky Header Overrides -- */
.desktop-nav-wrapper.stick {
	background-color: rgba(0,0,0,0.9) !important;
}
.desktop-nav-wrapper.stick .header, .desktop-nav-wrapper.stick .header-logo img {
	background-color: transparent !important;
}

/*********** CSS RESET **********/

* {
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
	margin: 0 !important;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
.master-wrapper-content ol, .master-wrapper-content ul {
	text-align: left;
}
.master-wrapper-content ol li, .master-wrapper-content ul li{
	margin-bottom: 8px;
}
ul.mega-menu {text-align: center;}
a img {
	border: none;
}
a:active {
	outline: none;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	margin: 0;
	border: 0;
	padding: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
textarea {
	border-radius: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}
input::-moz-placeholder {
	opacity: 1;
}
input:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 1000px #fff;
}
script {
    display: none !important;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
	background: #fff;
    overflow-x: hidden; /* responsive navigation & filters scroll bug fix*/
	font-style: normal;
	color: #333;
}
body.air-theme {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
body.earth-theme {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.2px;
}
.home-page .page-body {
	float: left;
}
/* -- Headers -- */
h2, h2 strong {
	color: #000;
}
h4 {
	color: #008fcc;
	font-size: 18px;
}
.page-body h2 {
	font-size: 60px;
	line-height: 60px;
}
a {
	color: inherit;
	cursor: pointer;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	opacity: 0.99; /*firefox scale bug fix*/
}
table {
	width: 100%;
	border-collapse: collapse;
}
input[type="text"],
input[type="password"],
textarea, select {
	height: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 10px;
	vertical-align: middle;
	color: #888;
}
.air-theme input[type="text"],
.air-theme input[type="password"],
.air-theme textarea, .air-theme select {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.earth-theme input[type="text"],
.earth-theme input[type="password"],
.earth-theme textarea, .earth-theme select {
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
textarea {
	min-height: 150px;
	white-space: normal;
}
select {
	min-width: 50px;
	padding-right: 25px; /*fix for select replacement cropped text*/
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
	vertical-align: middle;
}
input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, h7, h8,p {margin-bottom: 15px;}
.air-theme input[type="button"], .air-theme input[type="submit"],
.air-theme button, .air-theme .button-1, .air-theme .button-2 {
	font-family: 'Montserrat', sans-serif;
}
.earth-theme input[type="button"], .earth-theme input[type="submit"],
.earth-theme button, .earth-theme .button-1, .earth-theme .button-2 {
	font-family: 'Oswald', sans-serif;
}
label, label + * {
	vertical-align: middle;
}

.select-wrap {
	position: relative;
}
.select-wrap select {
	position: relative;
	z-index: 1;
	opacity: 0;
}
.select-wrap .select-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 10px 25px 10px 10px;
	text-align: left;
	line-height: 18px;
	white-space: nowrap;
}
.air-theme .select-wrap .select-box {
	font-size: 12px;
}
.earth-theme .select-wrap .select-box {
	font-size: 14px;
}
.select-wrap .select-box:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/dropdown-arrow-white.png) center no-repeat;
	vertical-align: middle;
}
.select-wrap .select-inner {
	display: block;
	max-width: 100%;
	overflow: hidden;
}

.master-wrapper-content {
	position: relative;
	z-index: 0; /* giving priority to header and header-menu */
}
.master-column-wrapper {
	width: 94%;
	margin: auto;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.earth-theme .header-logo img {
	background-color: #222 !important;
}
.home-page-body .master-column-wrapper {
	width: 100%;
}
.center-1 {
	margin: 0 0 60px;
}
.center-2, .side-2 {
	margin: 0 0 60px;
}

.page {
	min-height: 200px;
	text-align: center;
}
.page-title,
.home-page .title,
.product-grid .title,
.home-page .topic-block-title {
	margin: 50px 0 60px;
	text-align: center;
}
.home-page .topic-block-title {
	margin-top: 4px !important;
	margin-bottom: 25px;
}
.product-grid + .product-grid .title {
	margin-top: 0;
}
.page-title h1,
.home-page .title strong,
.product-grid .title strong,
.home-page .topic-block-title h2,
.home-page .topic-block-title h1 {
	display: block; /*prevents a bug with absolute pseudo elements inside the <strong>*/
	position: relative;
	color: #333;
	text-transform: uppercase;
}
.home-page h2, .home-page h1 {
	font-size: 60px;

	line-height: 60px;
}
.earth-theme .home-page .topic-block-title h1::after {
    background-color: #008fcc;
}
.air-theme .page-title h1,
.air-theme .home-page .title strong,
.air-theme .product-grid .title strong,
.air-theme .home-page .topic-block-title h2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}
.earth-theme .page-title h1,
.earth-theme .home-page .title strong,
.earth-theme .product-grid .title strong,
.earth-theme .home-page .topic-block-title h2,
.earth-theme .home-page .topic-block-title h1 {
	font-size: 24px;
	font-weight: 400;
	width: 70%;
	margin: 0 auto !important;
}
.page-title h1:after,
.home-page .title strong:after,
.product-grid .title strong:after,
.home-page .topic-block-title h2:after,
.home-page .topic-block-title h1:after {
	content: "";
position: absolute;
bottom: -8px;
left: 50%;
width: 80px;
height: 4px;
margin: 0 0 0 -40px;
}
.air-theme .page-title h1:after,
.air-theme .home-page .title strong:after,
.air-theme .product-grid .title strong:after,
.air-theme .home-page .topic-block-title h2:after {
	background-color: #eda187;
}
.earth-theme .page-title h1:after,
.earth-theme .home-page .title strong:after,
.earth-theme .product-grid .title strong:after,
.earth-theme .home-page .topic-block-title h2:after {
	background-color: #007c5a;
}
.page:after,
.page-title:after,
.page-body:after {
	content: "";
	display: block;
	clear: both;
}
.buttons {
	text-align: center;
}
.required {
	font-size: 14px;
	color: #ee2e56;
}
.link-rss {
	display: none;
	font-size: 0 !important;
}
.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-html-content ul,
.topic-page ul,
.post-body ul,
.custom-tab ul,
.two-col-wrap ul {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: image;
	list-style-image: url(/Themes/Element/Content/img/kb-bullet.png);
}
.category-description ul ul,
.manufacturer-description ul ul,
.full-description ul ul,
.topic-html-content ul ul,
.topic-page ul ul,
.post-body ul ul,
.custom-tab ul ul{
	list-style: disc;
}
.category-description ul li,
.manufacturer-description ul li,
.full-description ul li,
.topic-html-content ul li,
.topic-page ul li,
.post-body ul li,
.custom-tab ul li {
	color: #444;
	font-weight: bold;
}
.category-description ul ul li,
.manufacturer-description ul ul li,
.full-description ul ul li,
.topic-html-content ul ul li,
.topic-page ul ul li,
.post-body ul ul li,
.custom-tab ul ul li {
	color: #888;
	font-weight: normal;
}
.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-html-content ol,
.topic-page ol,
.post-body ol,
.custom-tab ol {
	margin: 12px 0;
	padding: 0 0 0 36px;
	list-style: decimal;
}
.category-description p,
.manufacturer-description p,
.vendor-description p,
.full-description p,
.topic-html-content p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
	margin: 10px 0;
	word-wrap: break-word;
}

.master-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff url(/Themes/Element/Content/img/loading.gif) center no-repeat;
	opacity: 0.95;
}

.overlayOffCanvas {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
	z-index: 1030;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    transition: background-color 0.5s ease;
}
.scrollYRemove {
    overflow: hidden !important;
    -ms-touch-action: none !important;
    -webkit-overflow-scrolling: touch !important;
}
.ps-container > .ps-scrollbar-y-rail {
    visibility: hidden !important;
}

.button-blue {
	background: #008fcc;
    color: #fff;
}
.button-blue:hover {
    opacity: 0.9;
}
.button-big {
	padding: 8px 20px;
	font-size: 25px;
}
.button-big a {
	font-weight: normal !important;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
	position: relative;
	margin: 0 0 40px;
}
.fieldset .title,
.section .title {
	margin: 0 0 15px;
	color: #555;
	text-transform: uppercase;
}
.fieldset .title strong,
.section .title strong {
	font-weight: 400;
}
.form-fields {
	position: relative;
}
.inputs {
	position: relative;
	width: 440px;
	max-width: 100%;
	margin: 0 auto 15px;
	text-align: center;
	white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}
.inputs:after {
	content: "";
	display: block;
	clear: both;
}
.inputs label {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	text-align: center;
}
.air-theme .inputs label {
	font-size: 12px;
}
.earth-theme .inputs label {
	font-size: 15px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs select, .inputs textarea {
	width: 100%;
    vertical-align: middle;
}
.inputs input[type="text"]:focus,
.inputs input[type="password"]:focus,
.inputs select, .inputs textarea:focus {
	border-color: #ddd;
}
.inputs textarea {
	min-height: 200px;
}
.inputs.reversed {
	margin-bottom: 25px;
}
.inputs .required {
	margin: 0 0 0 -8px;
	border-width: 0 8px 8px 0;
	border-style: dashed solid dashed;
	vertical-align: top;
	font-size: 0;
}
.air-theme .inputs .required {
	border-color: transparent #eda187 transparent;
}
.earth-theme .inputs .required {
	border-color: transparent #007c5a transparent;
}
.air-theme .message-error,
.air-theme .field-validation-error,
.air-theme .username-not-available-status,
.air-theme .poll-vote-error, .password-error,
.air-theme .field-validation-valid,
.air-theme .username-available-status {
	display: block;
	font-size: 11px;
}
.earth-theme .message-error,
.earth-theme .field-validation-error,
.earth-theme .username-not-available-status,
.earth-theme .poll-vote-error, .password-error,
.earth-theme .field-validation-valid,
.earth-theme .username-available-status {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
	color: #ee2e56;
}
.field-validation-valid,
.username-available-status,
.new-comment .result {
	color: #11a871;
}
.captcha-box {
	margin: 0 0 25px;
	text-align: center;
	line-height: 0; /*firefox line-height bug fix*/
}
.captcha-box > div {
	display: inline-block;
}
.captcha-box input {
	height: auto;
}
.fieldset + .buttons .button-1 {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .fieldset + .buttons .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .fieldset + .buttons .button-1 {
	background-color: #007c5a;
	font-size: 15px;
	line-height: 51px; /*firefox line-height bug fix*/
}
.fieldset + .buttons .button-1:hover {
	opacity: 0.9;
}


/*********** GLOBAL TABLES ***********/



.cart, .data-table,
.forums-table-section table {
	border-bottom: 1px solid #eee;
}
.cart th, .data-table th,
.forums-table-section th {
	border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
    padding: 15px;
    white-space: nowrap;
}
.air-theme .cart th, .air-theme .data-table th,
.air-theme .forums-table-section th {
	font-size: 13px;
	font-weight: 400;
	color: #aaa;
}
.earth-theme .cart th, .earth-theme .data-table th,
.earth-theme .forums-table-section th {
	font-size: 16px;
	font-weight: 300;
}
.cart td, .data-table td,
.forums-table-section td {
	min-width: 50px;
    border: none;
    background-color: #fff;
    padding: 15px;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
	text-align: left;
}
.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart .product-picture {
	text-align: center;
	font-size: 0;
}
.cart .product-picture a {
	display: inline-block;
}
.cart .product-picture img {
	max-width: 60px;
}
.cart .product-name {
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
}
.cart .attributes {
	margin: 10px 0 !important;
	border: none;
	background-color: transparent;
	padding: 0;
}
.cart .edit-item a {
	font-weight: 400;
	color: #008fcc;
}
.cart .edit-item a:hover {
	text-decoration: underline;
}
.cart .message-error {
	margin: 0 !important;
	text-align: left !important;
}
.cart td.unit-price {
	font-weight: 400;
    white-space: nowrap;
}

.cart .quantity {
	text-align: center;
	white-space: nowrap;
}
.cart .increase,
.cart .decrease {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #bbb;
	background-image: url(/Themes/Element/Content/img/table-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
}
.cart .increase {
	background-position: left center;
}
.cart .decrease {
	background-position: right center;
}
.cart .qty-input {
	width: 50px;
    height: 40px;
	margin: 0 8px;
	text-align: center;
    font-size: 14px !important;
	font-weight: 400;
	color: #333;
}
.cart .qty-dropdown {
    width: 60px;
}
.cart .select-wrap {
	display: inline-block;
}
.cart .select-box {
	font-size: 14px !important;
	color: #333;
}

.cart td.subtotal {
	font-weight: 400;
    white-space: nowrap;
}
.air-theme .cart td.subtotal {
	color: #eda187;
}
.earth-theme .cart td.subtotal {
	color: #007c5a;
}
.cart .subtotal .discount {
    white-space: normal;
}
.cart .discount-additional-info {
	margin: 5px 0 0;
	white-space: normal;
	color: #888;
}
.air-theme .discount-additional-info {
	font-weight: 12px;
}
.earth-theme .discount-additional-info {
	font-size: 14px;
	font-weight: 300;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1080;
	width: 100%;
	padding: 20px 50px 20px 20px;
	color: #fff;
	opacity: 0.95;
}
.bar-notification.success {
	/*background-color: #11a871;*/ /*default 'success' color*/
	background-color: #333;
}
.bar-notification.warning {
	background-color: #d66947;
}
.bar-notification.error {
	background-color: #ee2e56;
}
.bar-notification .content {
	float: left;
	margin: 0 10px 0 0;
}
.bar-notification .content a {
	color: #fff;
	text-decoration: underline;
}
.bar-notification .close {
	position: absolute;
	right: 15px;
	width: 22px;
	height: 22px;
	background: url(/Themes/Element/Content/img/close-sprite.png) center top no-repeat;
	cursor: pointer;
	transition: opacity 0.2s ease;
}
.air-theme .bar-notification .close {
	top: 18px;
}
.earth-theme .bar-notification .close {
	top: 21px;
}
.bar-notification .close:hover {
	opacity: 0.9;
}

.noscript {
    background-color: #ff9;
	padding: 10px;
    text-align: center;
}

.ajax-loading-block-window {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100% !important;
	height: 100% !important;
	background: #fff url(/Themes/Element/Content/img/loading.gif) center no-repeat;
	opacity: 0.9;
}

.ui-dialog {
	z-index: 1050;
	width: 500px !important;
	max-width: 95%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 40px 20px;
	text-align: center;
}
.ui-dialog-titlebar {
	margin: 0 0 20px;
	color: #333;
	text-transform: uppercase;
}
.air-theme .ui-dialog-titlebar {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.earth-theme .ui-dialog-titlebar {
	font-size: 20px;
	font-weight: 400;
}
.ui-dialog-titlebar button {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/close-sprite.png) center bottom no-repeat;
	font-size: 0;
	transition: opacity 0.2s ease;
}
.ui-dialog-titlebar button:hover {
	opacity: 0.9;
}
.ui-dialog-titlebar button span {
	display: none;
}
.ui-dialog-content {
	height: auto !important;
	min-height: 0 !important;
	line-height: 20px;
}
.air-theme .ui-dialog-content {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.ui-dialog .page {
	min-height: 0;
}
.ui-dialog .page-title {
	display: none;
}
.ui-dialog .page-body {
	text-align: center;
}

.eu-cookie-bar-notification {
    position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
    padding: 30px 20px;
	text-align: center;
}
.air-theme .eu-cookie-bar-notification {
	background-color: #fff;
}
.earth-theme .eu-cookie-bar-notification {
	background-color: #222;
}
.eu-cookie-bar-notification .text {
	margin: 0 0 20px;
	line-height: 20px;
}
.air-theme .eu-cookie-bar-notification .text {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.earth-theme .eu-cookie-bar-notification .text {
	font-size: 15px;
}
.eu-cookie-bar-notification a {
	display: block;
	margin: 10px 0 0;
}
.eu-cookie-bar-notification a:hover {
	text-decoration: underline;
}
.air-theme .eu-cookie-bar-notification a {
	color: #eda187;
}
.earth-theme .eu-cookie-bar-notification a {
	color: #007c5a;
}
.eu-cookie-bar-notification button {
	min-width: 100px;
	height: 40px;
	padding: 0 20px;
	color: #fff;
	transition: opacity 0.2s ease;
}
.air-theme .eu-cookie-bar-notification button {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .eu-cookie-bar-notification button {
	background-color: #007c5a;
	font-size: 14px;
}
.eu-cookie-bar-notification button:hover {
	opacity: 0.9;
}

.scroll-back-button {
    display: none;
    position: fixed;
	right: 22px;
    bottom: 22px;
	z-index: 1010;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
	background: url(/Themes/Element/Content/img/scroll-button.png) no-repeat center 45%;
	text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.scroll-back-button:hover {
	opacity: 0.8;
}
.air-theme .scroll-back-button {
	background-color: #eda187;
}
.earth-theme .scroll-back-button {
	background-color: #007c5a;
}


/*********** HEADER ***********/



.admin-header-links {
	position: relative;
	text-align: center;
}
.air-theme .admin-header-links {
	background-color: #333;
	color: #fff;
}
.earth-theme .admin-header-links {
	background-color: #fff;
	color: #222;
}
.admin-header-links .impersonate {
	display: inline-block;
}
.admin-header-links a,
.admin-header-links span {
	display: inline-block;
	margin: 0 10px;
	line-height: 40px;
	text-transform: lowercase;
}
.air-theme .admin-header-links a,
.air-theme .admin-header-links span {
	font-family: 'Raleway', sans-serif;
}

.header {
	text-align: center;
}
.air-theme .header {
	background-color: #fff;
}
.earth-theme .header {
	background-color: #222;
}
.header-logo {
	padding: 20px 0;
}
.header-logo a {
	display: inline-block;
	max-width: 100%;
	line-height: 0; /*firefox line-height bug fix*/
}
.header-logo img {
	max-width: 100%;
}

.responsive-nav-wrapper div {
	display: inline-block;
	margin: 0 5px;
	overflow: hidden;
}
.responsive-nav-wrapper span,
.responsive-nav-wrapper a {
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
	background-image: url(/Themes/Element/Content/img/header-navigation-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
	cursor: pointer;
}
.air-theme .responsive-nav-wrapper span,
.air-theme .responsive-nav-wrapper a {
	background-color: #eda187;
}
.earth-theme .responsive-nav-wrapper span,
.earth-theme .responsive-nav-wrapper a {
	background-color: #007c5a;
}
.responsive-nav-wrapper .menu-title span {
	background-position: 0 center;
}
.responsive-nav-wrapper .search-wrap span {
	background-position: -50px center;
}
.responsive-nav-wrapper .personal-button span {
	background-position: -100px center;
}
.responsive-nav-wrapper .wishlist-opener a {
	background-position: -150px center;
}
.responsive-nav-wrapper .shopping-cart-link a {
	background-position: -200px center;
}

.store-search-box.active,
.header-options.active {
	display: block;
}

.store-search-box {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1040;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-align: center;
    background-color: #fff;
	padding: 30px 20px;
	font-size: 0;
	transition: all 0.3s ease;
}
.store-search-box .close {
	display: none;
	font-size: 0;
}
.search-box form {
	position: relative;
	z-index: 1;
	height: 60px;
	border: 1px solid #eee;
	background-color: #fff;
}
.search-box form:after {
	content: "";
	display: block;
	clear: both;
}
.search-box input.search-box-text {
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 80px 0 20px;
	color: #bbb;
}
.air-theme .search-box input.search-box-text {
	font-size: 14px;
}
.earth-theme .search-box input.search-box-text {
	font-size: 18px;
}
.search-box input.search-box-text:focus {
	color: #555;
}
.search-box .search-box-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #eee;
	background: url(/Themes/Element/Content/img/search-button.png) center no-repeat;
	font-size: 0;
}
.air-theme .search-box .search-box-button {
	background-color: #eda187;
}
.earth-theme .search-box .search-box-button {
	background-color: #007c5a;
}
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	z-index: 0;
	width: calc(100% - 42px) !important;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	background-color: #fff;
	padding: 15px 0;
	text-align: left;
}
.air-theme .ui-autocomplete li {
	font-size: 14px; /*reset zeroing*/
}
.earth-theme .ui-autocomplete li {
	font-size: 16px; /*reset zeroing*/
}
.ui-autocomplete li:first-child {
	border-top: none;
}
.ui-autocomplete a {
	display: block;
	padding: 30px 20px;
	color: #555;
	text-transform: uppercase;
}
.ui-autocomplete a.ui-state-focus {
	background: #f6f6f6;
}
.ui-autocomplete img {
	display: none;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

.header-options {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 1040;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-align: center;
	transition: all 0.3s ease;
}
.header-options #wishlistlink,
.header-options #topcartlink {
	display: none;
}
.header-selectors-wrapper {
	border-bottom: 1px solid #eee;
	background-color: #f6f6f6;
	padding: 30px 20px;
	font-size: 0;
}
.header-selectors-wrapper > div {
	display: inline-block;
	margin: 0 15px;
	vertical-align: middle;
}
.header-selectors-wrapper select {
	min-width: 110px;
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.header-selectors-wrapper .select-box {
	font-size: 13px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
}
.language-list {
	max-width: 100%;
	font-size: 0;
}
.language-list li {
	display: inline-block; 
	margin: 0 1px; 
}
.language-list a { 
	display: block;
	position: relative;
	width: 32px;
	height: 40px;
	line-height: 0;
}
.language-list img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.header-links-wrapper {
	padding: 15px 20px;
}
.header-links li {
	font-size: 0;
}
.header-links li:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 0;
	background-image: url(/Themes/Element/Content/img/header-links-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.air-theme .header-links li:before {
	background-color: #eda187;
}
.earth-theme .header-links li:before {
	background-color: #007c5a;
}
.header-links #myaccountlink:before {
	background-position: 0 center;
}
.header-links #registerlink:before {
	background-position: -25px center;
}
.header-links #loginlink:before {
	background-position: -50px center;
}
.header-links #logoutlink:before {
	background-position: -75px center;
}
.header-links #inboxlink:before {
	background-position: -100px center;
}
.header-links span,
.header-links a {
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
}
.air-theme .header-links span,
.air-theme .header-links a {
	font-size: 13px;
}
.earth-theme .header-links span,
.earth-theme .header-links a {
	font-size: 14px;
}
.header-links a:hover {
	color: #555;
}


/*********** FOOTER ***********/



.footer-wrapper {
	overflow: hidden;
	padding: 0 0 0;
}
.footer {
	background-color: #f3f3f3;
	padding: 20px 20px 30px;
	text-align: center;
	border-top: 1px solid #C2DFEB;
}
.footer .title {
	margin: 0 0 10px;
	color: #333;
	text-transform: uppercase;
}
.air-theme .footer .title strong {
	font-size: 16px;
	font-weight: 700;
}
.earth-theme .footer .title strong {
	font-size: 18px;
	font-weight: 400;
}

.air-theme .newsletter {
	margin: -85px 0 20px;
}
.earth-theme .newsletter {
	margin: -90px 0 20px;
}
.newsletter-email {
	position: relative;
	z-index: 1;
	height: 70px;
	border: 1px solid #C2DFEB;
	overflow: hidden;
	background-color: #fff;
	padding: 0 70px 0 0;
	transition: all 0.2s;
}
.newsletter-email:hover {
	border-color: #008fcc;
	transition: all 0.2s;
}
.newsletter-subscribe {
	display: block !important; /* form should be always visible due to disign specifics */
}
.newsletter-email .newsletter-subscribe-text {
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0 20px;
	color: #bbb;
}
.air-theme .newsletter-email input.newsletter-subscribe-text {
	font-size: 14px;
}
.earth-theme .newsletter-email input.newsletter-subscribe-text {
	font-size: 18px;
}
.newsletter-email .newsletter-subscribe-text:focus {
	color: #555;
}
.newsletter-email .newsletter-subscribe-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 100%;
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #C2DFEB;
	background: url(/Themes/Element/Content/img/subscribe-button.png) center no-repeat;
	font-size: 0;
}
.air-theme .newsletter-email .newsletter-subscribe-button {
	background-color: #eda187;
}
.earth-theme .newsletter-email .newsletter-subscribe-button {
	background-color: #007c5a;
}
.newsletter-email .options {
	clear: both;
	line-height: 32px;
	text-transform: lowercase;
	opacity: 0;
}
.newsletter-validation, 
.newsletter-result {
	margin: 16px 0 0;
}
.air-theme .newsletter-validation, 
.air-theme .newsletter-result {
	font-size: 13px;
}
.earth-theme .newsletter-validation, 
.earth-theme .newsletter-result {
	font-size: 15px;
}
.newsletter-validation .please-wait {
	display: none !important; 
}

.footer-middle {
	margin: 0 0 30px;
}
.footer-middle .center {
	overflow: hidden;
	background-color: #fff;
}
.social-sharing {
	width: 250px;
	height: 250px;
	margin: -90px auto 50px;
	border-radius: 50%;
	background-color: #f3f3f3;
	padding: 120px 0 0;
}
.social-sharing ul {
	font-size: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 3px;
}
.social-sharing a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-image: url(/Themes/Element/Content/img/social-sprite.png);
	background-repeat: no-repeat;
}
.air-theme .social-sharing a {
	background-color: #eda187;
}
.earth-theme .social-sharing a {
	background-color: #007c5a;
}
.social-sharing .facebook {
	background-position: 0 center;
}
.social-sharing .twitter {
	background-position: -35px center;
}
.social-sharing .pinterest {
	background-position: -70px center;
}
.social-sharing .instagram {
	background-position: -105px center;
}
.social-sharing .vimeo {
	background-position: -140px center;
}
.social-sharing .google {
	background-position: -175px center;
}
.social-sharing .youtube {
	background-position: -210px center;
}
.social-sharing .rss {
	background-position: -245px center;
}

.footer-block {
	margin: 50px 0;
}
.footer-block .list a {
	display: inline-block;
	padding: 10px 0;
	transition: color 0.2s ease;
}
.footer-block .list a:hover {
	color: #555;
}

.footer-text {
	display: inline;
	margin: 3px;
	color: #aaa;
}
.air-theme .footer-text {
	font-size: 11px;
}
.earth-theme .footer-text {
	font-size: 13px;
}
.footer-text:after {
	content: "|";
	display: inline-block;
	margin: 0 0 0 9px;
}
.footer-text a {
	color: #777;
	transition: color 0.2s ease;
}
.footer-text a:hover {
	color: #444;
}
.footer-text:last-of-type:after {
	display: none;
}
.theme-selector {
	margin: 25px 0 0;
}
.theme-selector .select-wrap {
	display: inline-block;
}
.theme-selector select {
	min-width: 130px;
}


/*********** LEFT/RIGHT COLUMN ***********/



.block {
	margin: 0 0 10px;
	text-align: left;
}
.block .title {
	position: relative;
	background-color: #f6f6f6;
	padding: 15px 10px;
	color: #555;
	text-transform: uppercase;
	cursor: pointer;
}
.block .title:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
	background-image: url(/Themes/Element/Content/img/block-nav-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.air-theme .block .title:before {
	background-color: #eda187;
}
.earth-theme .block .title:before {
	background-color: #007c5a;
}
.block-category-navigation .title:before {
	background-position: 0 center;
}
.block-manufacturer-navigation .title:before {
	background-position: -24px center;
}
.block-vendor-navigation .title:before {
	background-position: -48px center;
}
.block-recently-viewed-products .title:before {
	background-position: -72px center;
}
.block-popular-tags .title:before {
	background-position: -96px center;
}
.block-poll .title:before {
	background-position: -120px center;
}
.block .title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/dropdown-arrow-white.png) center no-repeat;
	vertical-align: middle;
}
.block .title strong {
	vertical-align: middle;
	font-weight: 400;
}

.block .listbox {
	display: none;
	padding: 10px 0;
}
.block .listbox:after {
	content: "";
	display: block;
	clear: both;
}
.block .list a {
	display: block;
	position: relative;
	padding: 10px 25px 10px 20px;
	color: #555;
}
.air-theme .block .list a {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.earth-theme .block .list a {
	font-size: 15px;
}
.block .list a:hover {
	color: #000;
}
.block .list a.with-subcategories:after {
	content: "";
	position: absolute;
	right: 14px;
	width: 6px;
	height: 9px;
	background: url(/Themes/Element/Content/img/arrow-grey.png) right center no-repeat;
	transition: all 0.2s ease;
}
.air-theme .block .list a.with-subcategories:after {
	top: 14px;
}
.earth-theme .block .list a.with-subcategories:after {
	top: 17px;
}
.block .list a.with-subcategories.opened:after {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.block .sublist {
	display: none;
	margin: 0 0 0 20px;
}
.block .sublist a {
	color: #888;
}

.block .view-all a {
	display: block;
	padding: 10px 20px;
}
.air-theme .block .view-all a {
	font-size: 13px;
	color: #eda187;
}
.earth-theme .block .view-all a {
	font-size: 15px;
	color: #007c5a;
}
.block .view-all a span {
	vertical-align: middle;
}
.block .view-all a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 9px;
	margin: 0 0 0 10px;
	background: url(/Themes/Element/Content/img/arrow-color.png) center no-repeat;
	vertical-align: middle;
}
.air-theme .block .view-all a:after {
	margin-bottom: -1px;
	background-color: #eda187;
}
.earth-theme .block .view-all a:after {
	margin-bottom: -3px;
	background-color: #007c5a;
}

.block .list .product-picture {
	display: none;
}

.block .tags {
	padding: 0 15px;
}
.block .tags ul {
	font-size: 0;
}
.block .tags li,
.product-tags-all-page li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}
.air-theme .block .tags li,
.air-theme .product-tags-all-page li {
	font-family: 'Raleway', sans-serif;
	font-size: 16px !important; /*setting base size*/
	color: #555;
}
.earth-theme .block .tags li,
.earth-theme .product-tags-all-page li {
	font-size: 18px !important; /*setting base size*/
}
.block .tags li a,
.product-tags-all-page li a {
	line-height: 36px;
}
.block .tags li a:hover,
.product-tags-all-page li a:hover {
	color: #555;
}

.poll {
	padding: 10px 20px;
	color: #555;
}
.poll strong {
	display: block;
	margin: 0 0 15px;
	font-weight: 400;	
}
.poll-options,
.poll-results {
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 0 1px;
}
.air-theme .poll-options,
.air-theme .poll-results {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	color: #555;
}
.earth-theme .air-theme .poll-options,
.earth-theme .poll-results {
	font-size: 15px;
}
.poll-options li,
.poll-results li {
	display: inline-block;
	padding: 6px 0;
}
.poll-options li label {
	display: inline-block;
	margin: 0 0 0 3px;
	cursor: pointer;
}
.poll .vote-poll-button {
	min-width: 80px;
	height: 40px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .poll .vote-poll-button {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .poll .vote-poll-button {
	background-color: #007c5a;
	font-size: 14px;
}
.poll .vote-poll-button:hover {
	opacity: 0.9;
}
.poll-total-votes {
	display: block;
}

.home-page-polls {
	width: 94%;
	margin: auto;
	text-align: center;
}
.home-page-polls .poll {
	padding: 0;
}
.home-page-polls .poll strong {
	margin-top: -10px;
}
.home-page-polls .poll-options li,
.home-page-polls .poll-results li {
	margin: 0 5px;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
	margin: 0 0 50px;
	background-color: #f6f6f6;
	padding: 15px 0;
	text-align: center;
}
.breadcrumb ul {
	font-size: 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb strong {
	margin: 0 5px;
}
.air-theme .breadcrumb a,
.air-theme .breadcrumb span,
.air-theme .breadcrumb strong {
	font-size: 12px;
	color: #aaa;
}
.earth-theme .breadcrumb a,
.earth-theme .breadcrumb span,
.earth-theme .breadcrumb strong {
	font-size: 14px;
	color: #666;
}
.breadcrumb strong {
	font-weight: normal;
	color: #333 !important;
}

.category-description,
.manufacturer-description,
.vendor-description {
	margin: 0 0 50px;
	text-align: center;
	line-height: 28px;
}
.category-description p,
.manufacturer-description p,
.vendor-description p {
	margin-top: 0;
}
.air-theme .category-description,
.air-theme .manufacturer-description,
.air-theme .vendor-description {
	font-family: 'Raleway', sans-serif;
}
.vendor-description {
	margin: 0 0 40px;
}
.contact-vendor {
	margin: 40px 0 50px;
	text-align: center;
}
.contact-vendor-button {
	height: 40px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .contact-vendor-button {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .contact-vendor-button {
	background-color: #007c5a;
	font-size: 14px;
}
.contact-vendor-button:hover {
	opacity: 0.9;
}
.product-filters {
	display: none;
}
.product-selectors {
	margin: 0 0 20px;
	text-align: center;
}
.product-selectors:after {
	content: "";
	display: block;
	clear: both;
}
.product-sorting,
.product-page-size {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}
.product-sorting > span,
.product-page-size > span {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.air-theme .product-sorting > span,
.air-theme .product-page-size > span {
	font-size: 10px;
	font-weight: 700;
}
.earth-theme .product-sorting > span,
.earth-theme .product-page-size > span {
	font-size: 12px;
}
.product-page-size > span:last-child {
	display: none;
}
.product-selectors select {
	min-width: 100px;
}
.product-selectors .select-box {
	color: #333;
}
.product-viewmode,
.product-viewmode span {
	display: none;
	font-size: 0;
}

.item-grid:after,
.product-grid:after,
.product-list:after,
.manufacturer-grid:after {
	content: "";
	display: block;
	clear: both;
}

.item-box {
	position: relative;
	float: left;
	width: 49%; /*two per row*/
	margin-bottom: 10%;
}
.item-box:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .picture {
	position: relative;
    margin: 0 0 15px;
	overflow: hidden;
}
.item-box .picture a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.item-box .buttons a {
	padding-top: 0;
	font-size: 20px;
	width: 100%;
	float: left;
	text-align: center;
	color: #fff;
}
.item-box .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	margin: auto;
}
.item-box .product-title {
	margin: 0 0 5px;
	overflow: hidden;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
}
.air-theme .item-box .product-title {
	height: 38px;
	font-size: 14px;
}
.earth-theme .item-box .product-title {
	height: 50px;
	font-size: 16px;
}
.item-box .product-title.no-reserved-height {
	height: auto !important;
}
.item-box .product-title a {
	display: block;
}
.item-box .product-title + .sku {
	display: none;
}
.item-box .product-rating-box {
	margin: 0 0 10px;
	font-size: 0;
}
.item-box .rating {
	display: inline-block;
	background: url(/Themes/Element/Content/img/rating-sprite.png) left top repeat-x;
	width: 80px;
    height: 16px;
}
.item-box .rating div {
	background: url(/Themes/Element/Content/img/rating-sprite.png) left bottom repeat-x;
    height: 16px;
}
.air-theme .item-box .rating div {
	background-color: #eda187;
}
.earth-theme .item-box .rating div {
	background-color: #007c5a;
}
.item-box .description {
	margin: 0 0 10px;
}
.item-box .product-rating-box,
.item-box .description {
	display: none;
}
.item-box .old-price {
	position: relative;
	color: #bbb;
}
.earth-theme .item-box .old-price {
	margin: 0 10px 0 0;
	font-weight: 400;
}
.item-box .old-price:after {
	content: "";
	position: absolute;
	width: 50px;
	max-width: 110%;
	height: 16px;
	background: url(/Themes/Element/Content/img/line-through.png) center no-repeat;
	opacity: 0.3;
}
.air-theme .item-box .old-price:after {
	top: 1px;
	left: 0;
}
.earth-theme .item-box .old-price:after {
	top: 5px;
	left: -1px;
}
.air-theme .item-box .actual-price {
	font-size: 16px;
	font-weight: 700;
	color: #eda187;
}
.earth-theme .item-box .actual-price {
	font-size: 18px;
	font-weight: 400;
	color: #007c5a;
}
.air-theme .item-box .tax-shipping-info {
	font-size: 13px;
}
.item-box .buttons {
	display: none;
	margin: 0;
    font-size: 0;
}

.home-page-category-grid {
	width: 94%;
	margin: 0 auto 60px;
}
.home-page .product-grid {
	width: 94%;
	margin: 0 auto 40px;
}

.sub-category-grid {
	margin: 0 0 60px;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 100%;
	margin-bottom: 3%;
	margin-left: 0;
}
.home-page-category-grid .picture,
.sub-category-grid .picture,
.manufacturer-grid .picture,
.vendor-grid .picture {
	margin: 0;
}
.home-page-category-grid .picture a,
.sub-category-grid .picture a {
	padding-top: 65%;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
	font-size: 0;
	color: #fff;
	text-transform: uppercase;
}
.air-theme .home-page-category-grid .title,
.air-theme .sub-category-grid .title {
	font-size: 18px;
	font-weight: 700;
}
.earth-theme .home-page-category-grid .title,
.earth-theme .sub-category-grid .title {
	font-size: 20px;
	font-weight: 400;
}
.manufacturer-grid .title,
.vendor-grid .title {
	height: auto;
	margin: 0;
	text-align: center;
	font-size: 0;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}
.air-theme .manufacturer-grid .title,
.air-theme .vendor-grid .title {
	font-size: 14px;
}
.earth-theme .manufacturer-grid .title,
.earth-theme .vendor-grid .title {
	font-size: 16px;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: block;
	background-color: rgba(0,0,0,0.7);
	padding: 15px 30px;
	transition: all 0.5s ease;
}
.manufacturer-grid .title a,
.vendor-grid .title a {
	display: block;
	background-color: rgba(0,0,0,0.7);
	padding: 15px 30px;
	transition: all 0.5s ease;
}
.air-theme .home-page-category-grid .item-box:hover .title a,
.air-theme .sub-category-grid .item-box:hover .title a,
.air-theme .manufacturer-grid .item-box:hover .title a,
.air-theme .vendor-grid .item-box:hover .title a {
	background-color: #333;
}
.earth-theme .home-page-category-grid .item-box:hover .title a,
.earth-theme .sub-category-grid .item-box:hover .title a,
.earth-theme .manufacturer-grid .item-box:hover .title a,
.earth-theme .vendor-grid .item-box:hover .title a {
	background-color: #222;
}

.pager {
	margin: 0 0 20px;
}
.pager ul {
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	vertical-align: middle;
}
.pager li a,
.pager li span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	cursor: pointer;
	transition: color 0.3s ease;
}
.pager li span,
.pager li a:hover {
	color: #333;
}
.pager .previous-page a,
.pager .next-page a,
.pager .first-page a,
.pager .last-page a {
	background-image: url(/Themes/Element/Content/img/pager-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
}
.pager .previous-page {
	margin: 0 5px;
}
.pager .next-page {
	margin: 0 5px;
}
.pager .previous-page a {
	background-position: 0 center;
}
.pager .next-page a {
	background-position: -30px center;
}
.air-theme .pager .previous-page a,
.air-theme .pager .next-page a {
	background-color: #eda187;
}
.earth-theme .pager .previous-page a,
.earth-theme .pager .next-page a {
	background-color: #007c5a;
}
.pager .first-page a {
	background-color: #bbb;
	background-position: -60px center;
}
.pager .last-page a {
	background-color: #bbb;
	background-position: -90px center;
}


/********** PRODUCT PAGE **********/



.product-essential {
	margin: 0 0 50px;
}
.product-essential:after {
	content: "";
	display: block;
	clear: both;
}
.gallery {
	margin: 0 0 40px;
}
.gallery .picture {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture a {
	display: inline-block;
	max-width: 100%; /*Ie fix*/
}
.gallery .picture-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.gallery .picture-thumbs > li {
	display: inline-block;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}
.gallery .picture-thumbs > li:hover {
	border-color: #ddd;
}
.gallery .picture-thumbs a {
	display: block;
	position: relative;
	width: 98px;
	height: 98px;
	border: 4px solid #fff;
	overflow: hidden;
}
.gallery .picture-thumbs img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.mfp-gallery { /*default zoom*/
	z-index: 1090 !important;
}

.overview {
	position: relative;
	margin: 0 0 40px;
	text-align: center;
}
.air-theme .overview {
	font-size: 13px;
}
.earth-theme .overview {
	font-size: 16px;
}
.air-theme .overview input {
	font-size: 13px;
	color: #555;
}
.earth-theme .overview input {
	font-size: 16px;
	font-weight: 300;
	color: #666;
}
.earth-theme .overview input:hover {
	color: #555;
}
.discontinued-product {
	margin: 0 0 20px;
	font-weight: 700;
	color: #ee2e56;
}
.air-theme .discontinued-product {
	font-size: 18px;
}
.earth-theme .discontinued-product {
	font-size: 20px;
}
.product-reviews-overview {
	margin: 0 0 25px;
}
.product-review-box .rating {
	display: inline-block;
}
.product-review-box .rating,
.product-list .item-box .rating {
	width: 80px;
    height: 16px;
	background: url(/Themes/Element/Content/img/rating-sprite.png) left top repeat-x;
}
.product-review-box .rating div,
.product-list .item-box .rating div {
    height: 16px;
	background: url(/Themes/Element/Content/img/rating-sprite.png) left bottom repeat-x;
}
.air-theme .product-review-box .rating div,
.air-theme .product-list .item-box .rating div {
	background-color: #eda187;
}
.earth-theme .product-review-box .rating div,
.earth-theme .product-list .item-box .rating div {
	background-color: #007c5a;
}
.air-theme .product-no-reviews a {
	color: #eda187;
}
.earth-theme .product-no-reviews a {
	color: #007c5a;
}
.product-review-links a {
	position: relative;
	margin: 0 10px;
	padding: 0 0 0 30px;
	line-height: 30px;
	color: #666;
}
.product-review-links a:hover {
	color: #555;
}
.air-theme .product-review-links a {
	font-size: 12px;
}
.earth-theme .product-review-links a {
	font-size: 14px;
}
.product-review-links .separator {
	display: none;
}
.product-review-links a:first-child:before {
	background-position: 0 center;
}
.product-review-links a:last-child:before {
	background-position: -30px center;
}
.product-review-links a:before,
.delivery .free-shipping:before,
.download-sample a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	background-image: url(/Themes/Element/Content/img/product-page-sprite-1.png);
	background-repeat: no-repeat;
}
.air-theme .product-review-links a:before,
.air-theme .delivery .free-shipping:before,
.air-theme .download-sample a:before {
	background-color: #eda187;
}
.earth-theme .product-review-links a:before,
.earth-theme .delivery .free-shipping:before,
.earth-theme .download-sample a:before {
	background-color: #007c5a;
}

.overview .short-description {
	margin: 0 0 30px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eee;
	padding: 0 0 30px;
	line-height: 26px;
}
.air-theme .overview .short-description {
	font-family: 'Raleway', sans-serif;
}
.overview .value,
.variant-overview .value {
	font-weight: 400; 
	color: #555;
}
.air-theme .overview .value a,
.air-theme .variant-overview .value a {
	color: #eda187;
}
.earth-theme .overview .value a,
.earth-theme .variant-overview .value a {
	color: #007c5a;
}

.overview .manufacturers,
.overview .availability,
.overview .additional-details,
.overview .delivery {
	margin: 0 0 30px;
}
.overview .subscribe-button,
.variant-overview .subscribe-button {
	height: 33px;
	padding: 0 0 0 35px;
	background: url(/Themes/Element/Content/img/product-page-sprite-2.png) left -70px no-repeat;
}
.air-theme .overview .subscribe-button,
.air-theme .variant-overview .subscribe-button {
	background-color: #eda187;
}
.earth-theme .overview .subscribe-button,
.earth-theme .variant-overview .subscribe-button {
	background-color: #007c5a;
}
.overview .additional-details div,
.variant-overview .additional-details div {
	margin: 5px 0;
}
.overview .free-shipping,
.variant-overview .free-shipping {
	display: inline-block;
	position: relative;
	padding: 0 0 0 35px;
	line-height: 30px;
}
.overview .free-shipping:before,
.variant-overview .free-shipping:before {
	background-position: -60px center;
}
.overview-buttons { 
	margin: 0 0 30px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	padding: 20px 0;
	font-size: 0;
}
.overview-buttons div {
	display: inline-block;
	margin: 5px 10px;
}
.overview-buttons div input {
	height: 35px;
	background-color: transparent;
	background-image: url(/Themes/Element/Content/img/product-page-sprite-2.png);
	background-repeat: no-repeat;
	padding: 0 0 0 35px;
}
.air-theme .overview-buttons div input {
	background-color: #eda187;
}
.earth-theme .overview-buttons div input {
	background-color: #007c5a;
}
.overview-buttons .add-to-wishlist-button {
	background-position: left 0;
}
.overview-buttons .add-to-compare-list-button {
	background-position: left -35px;
}
.overview-buttons .email-a-friend-button {
	background-position: left -70px;
}
.download-sample {
	margin: 0 0 30px;
}
.download-sample a {
	position: relative;
	padding: 0 0 0 35px;
}
.download-sample a:before {
	background-position: -90px center;
}

.attributes {
	margin: 0 0 -1px !important;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	background-color: #f9f9f9;
	padding: 25px;
}
.air-theme .attributes {
	font-size: 13px;
}
.earth-theme .attributes {
	font-size: 16px;
}
.attributes dl {
	overflow: hidden; 
}
.attributes dt {
	display: block;
	margin: 6px 0 12px;
	color: #333;
	white-space: nowrap; 
}
.attributes dd {
	margin: 0 0 20px;
}
.attributes dd:last-child {
	margin: 0 0 10px;
}
.attributes li {
	margin: 10px 0;
}
.attributes li label {
	margin: 0 5px;
}
.attributes .qty-box {
	margin: 0 0 0 10px;
}
.attributes .qty-box label {
	display: none;
}
.attributes .qty-box input {
	width: 50px;
}
.attributes select {
	width: auto;
	min-width: 100px;
	max-width: 100%;
}
.attributes .attribute-dropdown {
	display: inline-block;
	max-width: 100%;
}
.attributes .select-wrap .select-box:before {
    content: "";
    position: absolute;
	top: 0;
	right: -1px;
    width: 25px;
    height: 100%;
	border-right: 1px solid #eee;
    background-color: #fff;
}

.rental-attributes {
	margin: 0 0 -20px !important;
	border: none;
	background-color: transparent;
	padding: 25px 0;
}
.rental-attributes .attribute-item:first-child {
	margin: 0 0 10px;
}
.rental-attributes .attribute-label {
	margin: 0 0 10px;
	color: #333;
}
.rental-attributes .attribute-data span {
	display: inline-block;
	position: relative;
}
.rental-attributes .attribute-data span:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/dropdown-arrow-white.png) center no-repeat;
}
.rental-attributes .datepicker {
	width: 280px;
	text-align: center;
}
.ui-datepicker {
	width: 280px;
	outline: 1px solid #fff;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
}
.air-theme .ui-datepicker {
	font-size: 12px;
}
.earth-theme .ui-datepicker {
	font-size: 13px;
}
.ui-datepicker-header {
	position: relative;
	height: 40px;
	margin: 0 0 -1px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	color: #333;
}
.ui-datepicker-header a {
	position: absolute;
	top: 12px;
	z-index: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ccc;
	background-image: url(/Themes/Element/Content/img/calendar-sprite.png);
	background-repeat: no-repeat;
	font-size: 0;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 10px;
	background-position: left center;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 10px;
	background-position: right center;
}
.ui-datepicker-title {
	position: relative;
	z-index: 0;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.ui-datepicker-calendar th {
	color: #333;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
	width: 14.285%;
	border: 1px solid #eee;
	background-color: #fff;
	transition: all 0.2s ease;
}
.ui-datepicker-calendar th span,
.ui-datepicker-calendar td a {
	display: block;
	line-height: 35px;
}
.ui-datepicker-calendar td a:hover {
	background-color: #eee;
	color: #333;
}
.air-theme .ui-datepicker-calendar a.ui-state-active,
.air-theme .ui-datepicker-calendar a.ui-state-active:hover {
	background-color: #eda187;
	color: #fff;
}
.earth-theme .ui-datepicker-calendar a.ui-state-active,
.earth-theme .ui-datepicker-calendar a.ui-state-active:hover {
	background-color: #007c5a;
	color: #fff;
}

.attribute-squares {
	margin: -5px 0;
	font-size: 0;
}
.attribute-squares li {
	display: inline-block;
	margin: 2px;
}
.attribute-squares label {
	display: block;
	position: relative;
	margin: 0 !important;
    overflow: hidden;
}
.attribute-squares input {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.attribute-square-container {
    display: block;
    border: 2px solid transparent;
    border-radius: 50%;
    padding: 4px;
}
.attribute-squares .attribute-square {
    display: block;
	position: relative;
    width: 32px;
    height: 32px;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ddd;
    cursor: pointer;
}
.selected-value .attribute-square-container {
    border-color: #ddd;
}
.selected-value .attribute-square:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/Themes/Element/Content/img/tick-white.png) center no-repeat;
}
.selected-value .attribute-square-container[title~="White"] .attribute-square:after {
    background-image: url(/Themes/Element/Content/img/tick-grey.png) !important;
}
.image-squares .selected-value .attribute-square:after {
	display: none;
}
.attribute-squares .tooltip-container {
	display: none;
}

.giftcard > div {
	margin: 0 0 10px;
}
.giftcard label {
	display: block;
	margin: 0 0 5px;
}
.giftcard input,
.giftcard textarea {
	width: 350px;
	max-width: 100%;
}

.product-details-page .prices {
	overflow: hidden;
	font-weight: 400;
}
.product-details-page .prices > div {
	display: inline-block;
	margin: 0 5px;
}
.product-details-page .prices label {
	display: none;
}
.product-details-page .old-product-price,
.product-details-page .non-discounted-price {
	font-size: 20px;
	color: #bbb;
}
.product-details-page .old-product-price span,
.product-details-page .non-discounted-price span {
	position: relative;
}
.product-details-page .old-product-price span:after,
.product-details-page .non-discounted-price span:after {
	content: "";
	position: absolute;
	width: 70px;
	max-width: 120%;
	height: 18px;
	background: url(/Themes/Element/Content/img/line-through-big.png) center no-repeat;
	opacity: 0.3;
}
.air-theme .product-details-page .old-product-price span:after,
.air-theme .product-details-page .non-discounted-price span:after {
	top: 4px;
	left: 0;
}
.earth-theme .product-details-page .old-product-price span:after,
.earth-theme .product-details-page .non-discounted-price span:after {
	top: 6px;
	left: -5px;
}

.product-details-page .product-price {
	font-size: 24px;
}
.air-theme .product-details-page .product-price {
	color: #eda187;
	font-weight: 700;
}
.earth-theme .product-details-page .product-price {
	color: #007c5a;
}
.product-details-page .rental-price {
	vertical-align: middle;
	font-size: 16px;
	color: #bbb;
}
.product-details-page .rental-price + .product-price,
.product-details-page .rental-price ~ .tax-shipping-info {
	vertical-align: middle;
}
.product-details-page .prices .tax-shipping-info,
.product-details-page .prices .base-price-pangv {
	color: #aaa;
}
.earth-theme .product-details-page .prices .tax-shipping-info,
.earth-theme .product-details-page .prices .base-price-pangv {
	font-weight: 300;
}

.tier-prices {
	margin: 0 0 30px;
}
.tier-prices .title {
	display: none;
}
.tier-prices .prices-table {
	border: 1px solid #eee;
    overflow: hidden;
}
.air-theme .tier-prices .prices-table {
	font-size: 12px;
}
.earth-theme .tier-prices .prices-table {
	font-size: 14px;
}
.tier-prices .prices-row {
    float: left;
    width: 50%;
}
.tier-prices .prices-row > div {
	border-top: 1px solid #eee;
    padding: 10px;
}
.tier-prices .prices-row.thead > div {
	border-right: 1px solid #eee;
}
.tier-prices .field-header {
	border-top: none !important;
	background-color: #f9f9f9;
}
.tier-prices .item-price {
	color: #000;
}
.customer-entered-price {
	margin: 0 0 30px;
	overflow: hidden;
	background: #f6f6f6;
	padding: 10px;
}
.overview .customer-entered-price {
	margin-top: -30px;
}
.customer-entered-price .price-input,
.customer-entered-price .price-range {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.customer-entered-price .enter-price-input {
	width: 70px;
	text-align: center;
}
.customer-entered-price .price-range {
	margin: 10px;
}

.overview .prices,
.variant-overview .prices {
	margin: 30px 0;
}
.overview .add-to-cart {
	margin: 0 0 40px;
}
.overview .min-qty-notification,
.variant-overview .min-qty-notification {
	margin: 0 0 10px;
}
.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
	display: inline-block;
	position: relative;
}
.overview .quantity,
.variant-overview .quantity {
	display: inline-block;
	margin: 0 0 20px;
}
.overview .qty-label,
.variant-overview .qty-label {
    display: none;
}
.overview .quantity .increase,
.variant-overview .quantity .increase,
.overview .quantity .decrease,
.variant-overview .quantity .decrease {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	border-radius: 50%;
	background-color: #bbb;
	background-image: url(/Themes/Element/Content/img/table-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
}
.overview .quantity .increase,
.variant-overview .quantity .increase {
	background-position: left center;
}
.overview .quantity .decrease,
.variant-overview .quantity .decrease {
	background-position: right center;
}
.overview .qty-input,
.variant-overview .qty-input {
	width: 50px;
    height: 40px;
	text-align: center;
    font-size: 14px !important;
	font-weight: 400;
	color: #333;
}
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
	width: 60px;
    height: 40px;
	text-align: left;
    font-size: 14px;
	font-weight: 400;
	color: #333;
}
.overview .select-box,
.variant-overview .select-box {
	font-size: 14px !important;
	color: #333;
}
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
	height: 55px;
    padding: 0 35px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .overview .add-to-cart-button,
.air-theme .variant-overview .add-to-cart-button {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .overview .add-to-cart-button,
.earth-theme .variant-overview .add-to-cart-button {
	background-color: #007c5a;
	font-size: 15px;
}
.overview .add-to-cart-button:before,
.variant-overview .add-to-cart-button:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
    background: url(/Themes/Element/Content/img/product-box-sprite.png) left top no-repeat;
	vertical-align: middle;
}
.overview .add-to-cart-button span,
.variant-overview .add-to-cart-button span {
	margin: 0 10px;
	vertical-align: middle;
}
.overview .add-to-cart-button:hover,
.variant-overview .add-to-cart-button:hover {
	opacity: 0.9;
}

.product-social-buttons {
	margin: 0 0 25px;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 15px;
	font-size: 0;
}
.product-social-buttons label {
	display: none;
	vertical-align: middle;
}
.air-theme .product-social-buttons label {
	font-size: 12px;
}
.earth-theme .product-social-buttons label {
	font-size: 14px;
}
.product-social-buttons ul {
	display: inline-block;
	vertical-align: middle;
}
.product-social-buttons li {
	display: inline-block;
	margin: 0 2px;
}
.product-social-buttons li a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/Themes/Element/Content/img/social-sprite-2.png);
	background-repeat: no-repeat;
	outline: 1px solid transparent;
	transition: opacity 0.2s ease;
}
.product-social-buttons .twitter a {
	background-position: 0 center;
}
.product-social-buttons .facebook a {
	background-position: -30px center;
}
.product-social-buttons .pinterest a {
	background-position: -60px center;
}
.product-social-buttons .google a {
	background-position: -90px center;
}

.full-description {
	clear: both;
	line-height: 26px;
}
.air-theme .full-description {
	font-family: 'Raleway', sans-serif;
}
.full-description a {
	text-decoration: underline;
}
.product-collateral {
	margin: 0 0 80px;
}
.product-collateral > div {
	margin: 0 0 40px;
}
.product-collateral .title {
	margin: 0 0 20px;
	color: #555;
	text-transform: uppercase;
}
.product-collateral .title strong {
	font-weight: 400;
}

.product-specs-box .data-table td {
	border-top: 1px solid #eee;
    padding: 10px 15px;
	text-align: left;
}
.product-specs-box .data-table td:first-child {
	background-color: #f9f9f9;
}
.product-specs-box .data-table .attribute-square-container {
	border: none;
	padding: 0;
}
.product-specs-box .data-table .attribute-square {
	width: 24px;
	height: 24px;
	border-radius: 0;
}

.product-tags-list li {
	display: inline-block;
}
.product-tags-list li.separator {
	margin: 0 5px 0 3px;
}
.product-tags-list a:hover {
	color: #555;
}

.product-variant-list {
	margin: 0 0 60px !important;
}
.product-variant-line {
	margin: 0 0 80px;
}
.product-variant-line:after {
	content: "";
	display: block;
	clear: both;
}
.variant-picture {
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 300px;
	margin: 0 auto 30px;
	overflow: hidden;
	text-align: center;
}
.variant-overview {
	width: 100%;
}
.variant-overview .variant-name {
	margin: 0 0 15px;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
}
.air-theme .variant-overview .variant-name {
	font-size: 16px;
}
.earth-theme .variant-overview .variant-name {
	font-size: 18px;
}
.variant-overview .variant-description {
	margin: 0 0 20px;
	line-height: 26px;
}
.air-theme .variant-overview .variant-description {
	font-family: 'Raleway', sans-serif;
}
.variant-overview .availability,
.variant-overview .additional-details,
.variant-overview .delivery {
	margin: 0 0 30px;
}
.variant-overview .attributes li {
	display: inline-block;
	margin: 5px 20px 5px 0;
}
.variant-overview .add-to-wishlist-button {
	display: none;
	width: 55px;
	height: 55px;
	margin: 20px 0 0;
	background: url(/Themes/Element/Content/img/variant-wishlist.png) center no-repeat;
	font-size: 0;
}
.air-theme .variant-overview .add-to-wishlist-button {
	background-color: #eda187;
}
.earth-theme .variant-overview .add-to-wishlist-button {
	background-color: #007c5a;
}

.ui-tabs {
	margin: 0 0 60px;
}
.ui-tabs .ui-tabs-nav {
	border-top: 1px solid #eee;
	text-align: center;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	margin: 0 5px;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	position: relative;
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.ui-tabs .ui-tabs-nav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: transparent;
	transition: all 0.3s ease;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, 
.ui-tabs .ui-state-active.ui-tabs-active a {
	color: #333;
}
.air-theme .ui-tabs .ui-tabs-nav li.ui-state-hover a:after,
.air-theme .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, 
.air-theme .ui-tabs .ui-state-active.ui-tabs-active a:after {
	background-color: #eda187;
}
.earth-theme .ui-tabs .ui-tabs-nav li.ui-state-hover a:after,
.earth-theme .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after, 
.earth-theme .ui-tabs .ui-state-active.ui-tabs-active a:after {
	background-color: #007c5a;
}
.ui-tabs .ui-tabs-panel {
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 30px 20px;
}
.ui-tabs .ui-tabs-panel p {
	margin: 0;
	line-height: 26px;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}

.back-in-stock-subscription-page .tooltip {
	margin: 0 0 20px;
}
.back-in-stock-subscription-page .notify-me-button {
	min-width: 80px;
	height: 40px;
	background-color: #555;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.back-in-stock-subscription-page .notify-me-button:hover {
	opacity: 0.9;
}

.short-description + .overview-buttons,
.overview-buttons + .product-social-buttons {
	margin-top: -31px; /*unwanted gaps & double borders fix*/
}
.product-details-page .product-grid + .product-grid {
	margin: 40px 0 0;
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
	content: "''";
}
.product-reviews-page .page-body > .result {
	min-height: 100px;
	margin: 40px 0;
	text-align: center;
}
.product-reviews-page .message-error {
	margin: 0 0 20px;
	text-align: center;
}
.product-reviews-page .title {
	display: none;
}
.product-reviews-page .write-review {
	margin: 30px 0 80px;
}
.product-reviews-page .write-review form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.air-theme .write-review label {
	font-size: 13px;
	color: #555;
}
.earth-theme .write-review label {
	font-size: 15px;
	color: #555;
}
.write-review .review-rating {
	text-align: center;
}
.write-review .review-rating > label {
	display: block;
	margin: 0 0 5px;
}
.write-review .review-rating ul {
    font-size: 0;
    vertical-align: middle;
}
.write-review .review-rating li {
	display: inline-block;
	margin: 0 5px;
	cursor: default;
    vertical-align: middle;
}
.air-theme .write-review .review-rating li.first,
.air-theme .write-review .review-rating li.last {
	font-size: 13px;
	color: #555;
}
.earth-theme .write-review .review-rating li.first,
.earth-theme .write-review .review-rating li.last {
	font-size: 14px;
	font-weight: 400;
	color: #555;
}
.write-review .rating-options label {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background: url(/Themes/Element/Content/img/rating-sprite.png) center top no-repeat;
	cursor: pointer;
}
.write-review .rating-options label.checked {
	background-position: center bottom;
}
.air-theme .write-review .rating-options label {
	background-color: #eda187;
}
.earth-theme .write-review .rating-options label {
	background-color: #007c5a;
}
.write-review .rating-options input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	margin: auto;
	opacity: 0;
}
.write-review .captcha-box {
	margin: 30px 0 0;
}

.product-review-list {
	margin: 0 0 80px;
}
.product-review-item {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 25px 20px 35px;
}
.product-review-item .review-item-head {
	margin: 0 0 20px;
}
.product-review-item .review-info {
	margin: 0 0 10px;
}
.product-review-item .review-info > span {
	display: block;
	margin: 0 0 5px;
}
.air-theme .product-review-item .review-info a {
	color: #eda187;
}
.earth-theme .product-review-item .review-info a {
	color: #007c5a;
}
.air-theme .product-review-item .review-info .date {
	font-size: 12px;
}
.earth-theme .product-review-item .review-info .date {
	font-size: 14px;
}
.product-review-item .review-title {
	margin: 0 0 20px;
	color: #555;
}
.air-theme .product-review-item .review-title strong {
	font-weight: 700;
}
.earth-theme .product-review-item .review-title strong {
	font-weight: 400;
}
.product-review-item .review-text {
	margin: 0 0 20px;
	line-height: 26px;
}
.product-review-helpfulness > span {
	vertical-align: middle;
}
.product-review-helpfulness .question,
.product-review-helpfulness .vote-options {
	margin: 0 5px 0 0;
}
.product-review-helpfulness .vote-options > span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background-image: url(/Themes/Element/Content/img/review-voting-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
.product-review-helpfulness .vote-options > span:first-child {
	background-position: left center;
}
.product-review-helpfulness .vote-options > span:last-child {
	background-position: right center;
}
.product-review-helpfulness .vote-options > span:hover {
	opacity: 0.8;
}
.product-review-helpfulness .result {
	margin: 0 0 0 10px;
}

.product-review-item .reply {
    margin: 30px 0 0;
    padding: 20px 25px;
    background: #f9f9f9;
}
.product-review-item .reply-header {
	margin: 0 0 10px;
	color: #555;
}
.air-theme .product-review-item .reply-header {
	font-weight: 700;
}
.earth-theme .product-review-item .reply-header {
	font-weight: 400;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
	margin: 30px 0;
}
.wishlist-content .message-error {
	margin: 0 0 20px;
	text-align: center;
}
.wishlist-content .cart .sku {
	display: none !important;
}
.wishlist-content .buttons {
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-size: 0;
}
.wishlist-content button {
	display: block;
	width: 90%;
	max-width: 300px;
	height: 55px;
	margin: 5px auto;
	background-color: #aaa;
	padding: 0 20px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.wishlist-content button:hover {
	opacity: 0.9;
}
.air-theme .wishlist-content button {
	font-size: 14px;
}
.earth-theme .wishlist-content button {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.air-theme .wishlist-add-to-cart-button {
	background-color: #eda187;
}
.earth-theme .wishlist-add-to-cart-button {
	background-color: #007c5a;
}
.wishlist-content button:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 -5px;
	background-image: url(/Themes/Element/Content/img/wishlist-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.wishlist-content .update-wishlist-button:before {
	background-position: 0 center;
}
.wishlist-content .wishlist-add-to-cart-button:before {
	background-position: -35px center;
}
.wishlist-content .email-a-friend-wishlist-button:before {
	background-position: -70px center;
}
.wishlist-content button span {
	vertical-align: middle;
}
.wishlist-content .tax-shipping-info {
	margin: 30px 0;
	text-align: center;
}
.wishlist-page .share-info {
	text-align: center;
}
.wishlist-page .share-info a {
	display: block;
	margin: 10px 0 0;
	font-weight: 400;
}
.air-theme .wishlist-page .share-info a {
	color: #eda187;
}
.earth-theme .wishlist-page .share-info a {
	color: #007c5a;
}

.compare-products-page {
	overflow: hidden;
}
.compare-products-page .button-wrapper {
	margin: 0 0 30px;
}
.compare-products-page .clear-list {
	display: inline-block;
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .compare-products-page .clear-list {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .compare-products-page .clear-list {
	background-color: #007c5a;
	font-size: 15px;
}
.compare-products-page .clear-list:hover {
	opacity: 0.9;
}
.compare-products-table {
	display: none;
}
.compare-products-page .remove-button {
	display: inline-block;
	height: 40px;
	background-color: #fff;
	padding: 0 15px;
	line-height: 20px;
	color: #555;
}
.air-theme .compare-products-page .remove-button {
	font-size: 13px;
	text-transform: lowercase;
}
.earth-theme .compare-products-page .remove-button {
	font-size: 15px;
	font-weight: 300;
}
.compare-products-page .remove-button:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 3px solid #ccc;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/close.png) center no-repeat;
	vertical-align: middle;
}
.compare-products-page .remove-button span {
	vertical-align: middle;
}
.compare-products-page .empty {
	color: #aaa;
}


/*********** TOPICS ***********/



.topic-block {
	margin: 0 0 40px;
}
.topic-block-title {
	margin: 0 0 20px;
	color: #555;
	text-transform: uppercase;
}
.air-theme .topic-block-title h2 {
	font-size: 16px;
	font-weight: 400;
}
.earth-theme .topic-block-title h2 {
	font-size: 18px;
	font-weight: 400;
}
.air-theme .topic-block-body,
.air-theme .topic-page .page-body {
	font-family: 'Raleway', sans-serif;
}
.topic-block-body strong,
.topic-page .page-body strong {
	color: #222;
}
.topic-block-body a,
.topic-page .page-body a {
	text-decoration: none;
	font-weight: bold;
}

.home-page .topic-block {
	width: 94%;
	margin: 50px auto 60px;
}
.not-found-page p {
	margin: 30px 0;
}
.not-found-page strong {
	color: #333;
}

.topic-password {
	background-color: #f9f9f9;
	padding: 40px 20px;
	text-align: center;
}
.enter-password-title {
	margin: 0 0 15px;
	color: #555;
}
.enter-password-form {
	max-width: 440px;
	margin: auto;
}
.enter-password-form #password {
	width: 100%;
	margin: 0 0 30px;
}
.enter-password-form #button-password {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .enter-password-form #button-password {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .enter-password-form #button-password {
	background-color: #007c5a;
	font-size: 15px;
}
.enter-password-form #button-password:hover {
	opacity: 0.9;
}
.topic-password .password-error {
	margin: 15px 0 -15px;
}


/*********** CONTACT & EMAIL A FRIEND ***********/



.contact-page,
.apply-vendor-page  {
	margin: 0 0 80px;
}
.email-a-friend-page {
	margin: 20px 0 80px;
}
.contact-page .topic-block,
.apply-vendor-page .topic-block {
	padding: 0 10px;
	text-align: center;
}
.contact-page .topic-block-title,
.apply-vendor-page .topic-block-title {
	display: none;
}
.contact-page .page-body > .result,
.email-a-friend-page .page-body > .result,
.apply-vendor-page .page-body > .result {
	min-height: 100px;
	margin: 40px 0;
	text-align: center;
}
.contact-page form,
.email-a-friend-page form,
.apply-vendor-page form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.contact-page .message-error,
.email-a-friend-page .message-error,
.apply-vendor-page .message-error {
	margin: 0 0 20px;
	text-align: center;
}
.email-a-friend-page .title {
	margin: 0 0 40px;
	padding: 0 10px;
	text-align: center;
	text-transform: uppercase;
}
.air-theme .email-a-friend-page .title h2 {
	font-size: 16px;
	font-weight: 400;
	color: #eda187;
}
.earth-theme .email-a-friend-page .title h2 {
	font-size: 18px;
	font-weight: 400;
	color: #007c5a;
}


/********** REGISTRATION & LOGIN (+ ACCOUNT global)  **********/



.registration-page,
.account-page {
	margin: 0 0 80px;
}
.registration-page .form-fields,
.account-page .form-fields,
.account-page .edit-address {
	max-width: 1000px;
	margin: auto;
	border-top: 1px solid #eee;
	background-color: #f3f3f3;
	padding: 25px 10px 20px;
}
.registration-page .select-wrap,
.account-page .select-wrap {
	display: inline-block; /*should be inline-block, otherwise the "required" symbol will drop on a new line*/
	width: 100%;
}
.registration-page .select-wrap + .required,
.registration-page .option-list + .required,
.account-page .select-wrap + .required,
.account-page .option-list + .required {
	position: relative;
}

.gender > span,
.custom-attributes li {
	display: inline-block;
	position: relative;
	width: 49%;
}
.gender > span:first-child,
.custom-attributes li:nth-child(odd) {
	margin: 0 2% 0 0;
}
.gender > span > input,
.custom-attributes li > input {
	position: absolute;
	top: 14px;
	left: 12px;
}
.gender > span > label,
.custom-attributes li > label {
	display: block;
	height: 40px;
	border: 1px solid #eee;
	overflow: hidden;
	background-color: #fff;
	padding: 0 10px 0 30px;
	text-align: left;
	line-height: 39px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.date-of-birth .select-wrap {
	width: 32% !important;
	margin: 0 0 0 2%;
}
.date-of-birth .select-wrap:first-of-type {
	margin: 0;
}
#check-availability-button {
	margin: 10px 0 0;
	background-color: transparent;
	text-transform: uppercase;
}
.air-theme #check-availability-button {
	color: #eda187;
}
.earth-theme #check-availability-button {
	color: #007c5a;
}
#check-availability-button:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 1px;
	background: url(/Themes/Element/Content/img/check-availability.png) center no-repeat;
	vertical-align: middle;
}
.air-theme #check-availability-button:before {
	background-color: #eda187;
}
.earth-theme #check-availability-button:before {
	background-color: #007c5a;
}
#check-availability-button span {
	margin: 0 1px;
	vertical-align: middle;
}
#username-availabilty {
	display: block;
}
#username-availabilty:empty {
	display: none;
}
.custom-attributes .option-list {
	display: inline-block; /*should be inline-block, otherwise the "required" symbol will drop on a new line*/
	width: 100%;
	text-align: left;
	white-space: normal;
}
.newsletter-input {
	padding: 5px 0 0;
}
.newsletter-input label {
	display: inline;
	width: auto;
	margin: 0 0 0 5px;
}
.vat-status, .vat-note {
	display: block;
	margin: 5px 0 0;
	text-align: center;
	font-size: 12px; /*reset zeroing*/
	white-space: normal;
}
.accept-privacy-policy {
	margin: 0 0 30px;
	text-align: center;
}
.air-theme .accept-privacy-policy {
	font-size: 13px;
}
.earth-theme .accept-privacy-policy {
	font-size: 15px;
}
.accept-privacy-policy input {
	margin: 0 5px 0 0;
}
.accept-privacy-policy .read {
	margin: 0 0 0 2px;
	cursor: pointer;
}
.air-theme .accept-privacy-policy .read {
	color: #eda187;
}
.earth-theme .accept-privacy-policy .read {
	color: #007c5a;
}
.registration-page .button-1,
.login-page .button-1,
.account-page .button-1,
.registration-result-page .button-1,
.user-agreement-page .button-1 {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .registration-page .button-1,
.air-theme .login-page .button-1,
.air-theme .account-page .button-1,
.air-theme .registration-result-page .button-1,
.air-theme .user-agreement-page .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .registration-page .button-1,
.earth-theme .login-page .button-1,
.earth-theme .account-page .button-1,
.earth-theme .registration-result-page .button-1,
.earth-theme .user-agreement-page .button-1 {
	background-color: #007c5a;
	font-size: 15px;
}
.registration-page .button-1:hover,
.login-page .button-1:hover,
.account-page .button-1:hover,
.registration-result-page .button-1:hover,
.user-agreement-page .button-1:hover {
	opacity: 0.9;
}
.registration-result-page .result {
	min-height: 50px;
	margin: 40px 0;
	text-align: center;
}

.login-page .customer-blocks {
	margin: 40px 0 80px;
	overflow: hidden;
	text-align: center;
}
.login-page .fieldset {
	margin: 0 0 60px;
}
.login-page .title {
	margin: 0 0 15px;
	color: #555;
	text-transform: uppercase;
}
.air-theme .login-page .title {
	font-size: 16px;
}
.earth-theme .login-page .title {
	font-size: 18px;
	font-weight: 400;
}
.login-page .title strong {
	font-weight: 400;
}
.login-page .inner-wrapper {
	background-color: #f9f9f9;
	padding: 25px 20px 30px;
}
.login-page .stay-logged,
.login-page .forgot-password {
	margin: 0 5px;
	vertical-align: middle;
}
.login-page .stay-logged label {
	display: inline;
	margin: 0 0 0 5px;
}
.air-theme .login-page .forgot-password {
	font-size: 12px;
}
.earth-theme .login-page .forgot-password {
	font-size: 15px;
}
.login-page .forgot-password a:hover {
	color: #555;
}
.login-page .buttons {
	margin: 25px 0 0;
}
.checkout-as-guest-button {
	display: block;
	margin: -10px auto 20px;
}
.login-page .button-1:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px 0 -5px;
	background-image: url(/Themes/Element/Content/img/login-page-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.login-page .login-button:before {
	background-position: 0 center;
}
.login-page .register-button:before {
	background-position: -25px center;
}
.checkout-as-guest-button:before {
	background-position: -50px center;
}
.login-page .button-1 span {
	vertical-align: middle;
}
.air-theme .login-page .text {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 26px;
}
.earth-theme .login-page .text {
	line-height: 26px;
}
.external-authentication {
	margin: 40px 0 80px;
	overflow: hidden;
	text-align: center;
}
.external-authentication .title {
	display: none;
}
.external-authentication fieldset {
	float: none !important;
}
.password-recovery-page form {
	margin: 0 0 80px;
}
.password-recovery-page .tooltip,
.password-recovery-page .result {
	min-height: 50px;
	margin: 40px 0;
	text-align: center;
}


/********** ACCOUNT PAGES  **********/


.block-account-navigation {
	float: none !important;
	min-width: 300px;
	margin: 50px auto -10px !important;
}

.add-more-external-records {
	text-align: center;
}
.add-more-external-records a {
	display: block;
	margin: 5px 0;
	font-weight: 400;
}
.air-theme .add-more-external-records a {
	color: #eda187;
}
.earth-theme .add-more-external-records a {
	color: #007c5a;
}

.email-to-revalidate,
.email-to-revalidate-note {
	margin: 0 5px;
	vertical-align: middle;
}
.air-theme .email-to-revalidate,
.air-theme .email-to-revalidate-note {
	font-size: 12px;
}
.earth-theme .email-to-revalidate,
.earth-theme .email-to-revalidate-note {
	font-size: 15px;
}

.account-page .address-list .section,
.account-page .order-list .section {
	max-width: 500px;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 30px 20px 20px;
	text-align: center;
}
.account-page .address-list .info,
.account-page .order-list .info {
	margin: 0 0 30px;
	line-height: 30px;
	color: #555;
}
.account-page .address-list .info label,
.account-page .order-list .info label {
	vertical-align: baseline;
}
.account-page .address-list .buttons,
.account-page .order-list .buttons {
	border-top: 1px solid #eee;
	padding: 20px 0 0;
}
.account-page .address-list .button-2,
.account-page .order-list .button-2 {
	height: 30px;
	margin: 0 15px;
	background-image: url(/Themes/Element/Content/img/account-button-sprite.png);
	background-repeat: no-repeat;
	padding: 0 0 0 30px;
	font-weight: 400;
}
.air-theme .account-page .address-list .button-2,
.air-theme .account-page .order-list .button-2 {
	background-color: #eda187;
	font-size: 13px;
	color: #eda187;
}
.earth-theme .account-page .address-list .button-2,
.earth-theme .account-page .order-list .button-2 {
	background-color: #007c5a;
	font-size: 15px;
	color: #007c5a;
}
.account-page .edit-address-button {
	background-position: left 0;
}
.account-page .delete-address-button {
	background-position: left -30px;
}
.account-page .order-details-button {
	background-position: left -60px;
}
.account-page .return-items-button {
	background-position: left -90px;
}
.account-page .add-button {
	text-align: center;
}
.account-page .edit-address {
	margin: 0 0 40px;
}

.account-page .data-table {
	border: none;
}
.account-page .data-table th {
	padding: 15px 20px;
	/*text-align: left;*/ /*Ie fix*/
}
.account-page .data-table td {
	border-bottom: 1px solid #eee;
	padding: 20px;
}

.recurring-payments .button-2 {
	padding: 5px 20px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .recurring-payments .button-2 {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .recurring-payments .button-2 {
	background-color: #007c5a;
	font-size: 13px;
}
.recurring-payments .button-2:hover {
	opacity: 0.9;
}

.return-request-list-page .section {
	max-width: 500px;
	margin: 0 auto 40px;
	background-color: #f9f9f9;
	padding: 30px 20px;
	text-align: center;
}
.return-request-list-page a {
	margin: 0 5px;
}
.return-request-list-page a + span {
	vertical-align: middle;
}
.air-theme .return-request-list-page a {
	color: #eda187;
}
.earth-theme .return-request-list-page a {
	font-weight: 400;
	color: #007c5a;
}
.return-request-list-page .comments {
	margin: 15px 0 0;
}

.downloadable-products-page .data-table {
	margin: 20px 0 0;
}
.air-theme .downloadable-products-page .product a {
	color: #eda187;
}
.earth-theme .downloadable-products-page .product a {
	font-weight: 400;
	color: #007c5a;
}
.air-theme .downloadable-products-page .download a {
	color: #eda187;
}
.earth-theme .downloadable-products-page .download a {
	font-weight: 400;
	color: #007c5a;
}
.user-agreement-page .page-body {
	max-width: 500px;
	margin: 20px auto 0;
	background-color: #f9f9f9;
	padding: 20px;
}
.user-agreement-page .terms-of-agreement {
	margin: 0 0 20px;
	text-align: center;
}
.user-agreement-page .terms-of-agreement input {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}
.user-agreement-page .buttons {
	border-top: 1px solid #eee;
	padding: 20px 0 0;
}

.back-in-stock-subscription-list-page .description,
.forum-subscriptions-page .description {
	margin: 0 0 35px;
	text-align: center;
}
.back-in-stock-subscription-list-page .data-table,
.forum-subscriptions-page .data-table {
	margin: 0 0 40px;
}
.back-in-stock-subscription-list-page .buttons,
.forum-subscriptions-page .buttons {
	margin: 40px 0 0;
}

.reward-points-overview {
    margin: 0 0 35px;
	text-align: center;
}
.reward-points-history {
	margin: 0 0 80px;
}
.reward-points-history .title {
	margin: 0 0 30px;
}
.reward-points-history .date {
	white-space: nowrap;
	text-align: left;
}

.change-password-page .page-body,
.vendorinfo-page .page-body {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.change-password-page .form-fields,
.vendorinfo-page .form-fields {
	border: none;
	padding: 0 !important;
}

.avatar-page .message-error {
	margin: 0 0 15px;
}
.avatar-page .image {
	margin: 0 0 15px;
}
.avatar-page input[type="file"] {
	width: 175px;
	overflow: hidden;
}
.avatar-page .buttons {
	margin: 30px 0;
	font-size: 0;
}
.avatar-page .upload-avatar-button,
.avatar-page .remove-avatar-button {
	min-width: 140px !important;
	margin: 0 5px;
}
.avatar-page .remove-avatar-button {
	height: 50px;
	background-color: #aaa;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .avatar-page .remove-avatar-button {
	font-size: 14px;
}
.earth-theme .avatar-page .remove-avatar-button {
	font-size: 15px;
	line-height: 51px;
}
.avatar-page .remove-avatar-button:hover {
	opacity: 0.9;
}

.vendorinfo-page .vendor-picture {
	margin: 15px 0 -15px;
	text-align: center;
}
.vendorinfo-page .vendor-picture input {
	display: none;
}

.account-page .no-data {
	text-align: center;
}


/********** SHOPPING CART **********/



.order-progress {
	margin: 45px 0 -10px;
	font-size: 0;
}
.order-progress .active-step a {
	cursor: pointer;
}
.air-theme .order-progress .active-step a {
	background-color: #eda187;
}
.earth-theme .order-progress .active-step a {
	background-color: #007c5a;
}
.order-progress .inactive-step a {
	cursor: default;
}

.shopping-cart-page {
	margin: 30px 0 60px;
}
.shopping-cart-page .message-error {
	margin: 0 0 30px;
	text-align: center;
}

.shopping-cart-page .button-1,
.shopping-cart-page .button-2 {
	display: block;
	width: 100%;
	max-width: 290px;
	height: 55px;
	margin: 5px auto;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.shopping-cart-page .button-1:hover,
.shopping-cart-page .button-2:hover {
	opacity: 0.9;
}
.air-theme .shopping-cart-page .button-1,
.air-theme .shopping-cart-page .button-2 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .shopping-cart-page .button-1,
.earth-theme .shopping-cart-page .button-2 {
	background-color: #007c5a;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.shopping-cart-page .continue-shopping-button {
	background-color: #aaa !important;
}
.shopping-cart-page button:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin: 0 10px 0 -20px;
	background-image: url(/Themes/Element/Content/img/shopping-cart-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.shopping-cart-page .update-cart-button:before {
	background-position: 0 center;
}
.shopping-cart-page .continue-shopping-button:before {
	background-position: -35px center;
}
.shopping-cart-page .estimate-shipping-button:before {
	background-position: -70px center;
}
.shopping-cart-page .checkout-button:before {
	background-position: -105px center;
}
.shopping-cart-page button span {
	vertical-align: middle;
}

.shopping-cart-page .tax-shipping-info {
	padding: 15px 20px;
}
.shopping-cart-page .item-box .tax-shipping-info {
	padding: 0;
}
.air-theme .shopping-cart-page .tax-shipping-info {
	font-size: 13px;
}

.cart-options {
	margin: 0 0 50px;
}
.cart-options .common-buttons {
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-size: 0;
}
.cart-options .update-cart-button,
.cart-options .continue-shopping-button {
	text-align: left;
}
.cart-options .update-cart-button:before,
.cart-options .continue-shopping-button:before {
	margin: 0 10px 0 -5px;
}
.cart-options .checkout-attributes {
	margin: 40px 0;
}
.cart-options .checkout-attributes dt {
	margin: 0 0 5px;
	font-weight: 400;
	color: #555;
}
.cart-options .checkout-attributes dd {
	margin: 0 0 15px;
}
.cart-options .checkout-attributes dd li {
	display: inline-block;
	margin: 5px;
}
.cart-options .checkout-attributes select {
	min-width: 200px;
}
.cart-options .checkout-attributes .select-wrap {
	display: inline-block;
	max-width: 94%;
	margin: 5px 0;
}
.cart-options .checkout-attributes .attribute-squares li {
	margin: 5px 0;
}
.cart-options .selected-checkout-attributes {
	margin: 20px 0;
}
.shopping-cart-page .selected-checkout-attributes {
	display: none;
}

.cart-collaterals {
	max-width: 500px;
	margin: 0 auto 10px;
}
.cart-collaterals .title {
	margin: 0 0 15px;
	color: #333;
	text-transform: uppercase;
}
.cart-collaterals .hint {
	margin: 0 0 5px;
}
.cart-collaterals .coupon-code {
	overflow: hidden;
	font-size: 0;
}
.cart-collaterals .coupon-code input[type="text"] {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto 15px;
}
.cart-collaterals .coupon-code input[type="submit"] {
	width: auto;
	min-width: 180px;
	height: 40px;
}
.cart-collaterals .coupon-code input[type="text"]:focus {
	border-color: #ddd;
}
.cart-collaterals .message-failure,
.cart-collaterals .message-success {
	margin: 5px 0 0;
}
.air-theme .cart-collaterals .message-failure,
.air-theme .cart-collaterals .message-success {
	font-size: 13px;
}
.earth-theme .cart-collaterals .message-failure,
.earth-theme .cart-collaterals .message-success {
	font-size: 15px;
}
.cart-collaterals .message-failure:before,
.cart-collaterals .message-success:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0 5px 0 -10px;
	background: url(/Themes/Element/Content/img/validation-sprite.png) no-repeat;
}
.cart-collaterals .message-success:before {
	background-position: top;
}
.cart-collaterals .message-failure:before {
	background-position: bottom;
}
.cart-collaterals .current-code {
	margin: 5px 0 0;
}
.cart-collaterals .current-code span {
	vertical-align: middle;
}
.remove-discount-button,
.remove-gift-card-button {
	width: 22px;
	height: 22px;
	margin: 0 -5px 0 5px;
	border: none;
	border-radius: 50% !important;
	background: url(/Themes/Element/Content/img/close-sprite.png) center bottom no-repeat;
	vertical-align: middle;
	cursor: pointer;
}
.air-theme .remove-discount-button,
.air-theme .remove-gift-card-button {
	background-color: #eda187;
}
.earth-theme .remove-discount-button,
.earth-theme .remove-gift-card-button {
	background-color: #007c5a;
}

.cart-collaterals .select-wrap {
	display: inline-block;
	width: 100%;
}
.cart-collaterals .select-wrap + .required {
	position: relative;
}
.cart-collaterals .shipping-options {
	margin: 20px 0 0;
}
.cart-collaterals .shipping-options .buttons {
	margin: 25px 0 0;
}
.cart-collaterals .shipping-results {
	max-width: 440px;
	margin: 30px auto 0;
}
.cart-collaterals .shipping-results li {
	margin: 15px 0;
}
.cart-collaterals .shipping-results strong {
	display: block;
	margin: 0 10px 0 0;
	font-size: 15px;
	color: #555;
}

.cart-footer .totals {
	max-width: 500px;
	margin: 0 auto 30px;
	background-color: #f9f9f9;
	padding: 25px 20px;
}
.cart-footer .total-info {
	margin: 0 0 30px;
}
.cart-total .cart-total-left {
	padding: 5px 0;
	text-align: left;
}
.cart-total .cart-total-right {
	padding: 5px 0;
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #333;
}
.cart-total .remove-discount-button,
.cart-total .remove-gift-card-button {
	margin: 0 5px;
}
.cart-total .giftcard-remaining {
	display: none;
}
.cart-total .order-total td {
	position: relative;
	padding-top: 40px;
}
.cart-total .order-total td:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #eee;
}
.air-theme .cart-total .order-total {
	font-size: 18px;
}
.earth-theme .cart-total .order-total {
	font-size: 20px;
}
.air-theme .cart-total .order-total strong {
	font-size: 22px;
	font-weight: 700;
}
.earth-theme .cart-total .order-total strong {
	font-size: 24px;
	font-weight: 700;
}
.terms-of-service {
	max-width: 350px;
	margin: 0 auto 30px;
	text-align: center;
}
.terms-of-service input {
	margin: 0 5px 0 0;
}
.air-theme .terms-of-service a {
	margin: 0 0 0 3px;
	color: #eda187;
}
.earth-theme .terms-of-service a {
	margin: 0 0 0 3px;
	color: #007c5a;
}
.cart-footer .checkout-button {
	background-color: #555 !important;
}
.cart-footer .addon-buttons {
	margin: 30px 0 0;
	text-align: center;
}
.product-grid.cross-sells {
	margin-top: 80px;
}


/********** CHECKOUT **********/



.checkout-page .order-summary {
	margin: 80px 0 0;
}
.checkout-page .button-1 {
	min-width: 150px;
	height: 55px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.checkout-page .button-1:hover {
	opacity: 0.9;
}
.air-theme .checkout-page .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .checkout-page .button-1 {
	background-color: #007c5a;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.checkout-page .address-item {
	max-width: 440px;
	margin: 0 auto 10px;
	padding: 25px 20px;
	background-color: #f9f9f9;
	text-align: center;
}
.checkout-page .address-box {
	margin: 0 0 25px;
	border-bottom: 1px solid #eee;
	padding: 0 0 30px;
}
.checkout-page .address-item li {
	padding: 2px 0;
	color: #555;
}
.air-theme .checkout-page .address-item {
	font-size: 13px;
}
.air-theme .checkout-page .address-item li.name {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 700;
}
.earth-theme .checkout-page .address-item li.name {
	margin: 0 0 5px;
	font-weight: 18px;
	font-weight: 400;
}
.checkout-page .address-item .select-button input {
	width: 100%;
	max-width: 290px;
}
.checkout-page .enter-address {
	max-width: 1000px;
	margin: 0 auto 20px;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 25px 10px 20px;
}
.checkout-page .section:first-child .enter-address {
	border-top: none !important;
}
.checkout-page .enter-address .select-wrap {
	display: inline-block;
	width: 100%;
}
.checkout-page .enter-address .select-wrap + .required {
	position: relative;
}

.checkout-page .pickup-in-store,
.checkout-page .ship-to-same-address {
	text-align: center;
}
.checkout-page .pickup-in-store input,
.checkout-page .ship-to-same-address input {
	margin: 0 5px 0 -10px;
}
.checkout-page .pickup-in-store label,
.checkout-page .ship-to-same-address label {
	color: #555;
}
.checkout-page .pickup-in-store .description {
	margin: 5px 0 0;
}
.air-theme .checkout-page .pickup-in-store .description {
	font-size: 13px;
}

.checkout-page .select-pickup-point {
	margin: -10px 0 0;
	border-top: 1px solid #eee;
	padding: 30px 20px;
	text-align: center;
}
.checkout-page .select-pickup-point .select-wrap {
	display: inline-block;
	min-width: 40%;
}
.checkout-page .select-pickup-point select {
	width: 100%;
}
.checkout-page .pickup-points-map {
	height: 350px;
	margin: 25px 0 0;
}

.shipping-method,
.payment-method {
	max-width: 640px;
	margin: auto;
	padding: 15px 20px 30px;
	background-color: #f9f9f9;
}
.shipping-method .method-list,
.payment-method .method-list {
	margin: 0 0 30px;
}
.shipping-method .method-list li,
.payment-method .method-list li {
	border-bottom: 1px solid #eee;
	padding: 20px 20px 25px;
}
.shipping-method .method-list li label,
.payment-method .method-list li label {
	margin: 0 0 0 5px;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
	cursor: pointer;
}
.shipping-method .method-description {
	margin: 5px 0 0 20px;
}
/*.payment-method .payment-description {
	display: none;
}*/
.payment-method .use-reward-points {
	margin: 0 0 30px;
	outline: 20px solid #fff;
	background-color: #fff;
	text-align: center;
}
.payment-method .use-reward-points input {
	margin: 0 5px 0 0;
	vertical-align: baseline;
}
.payment-info {
	max-width: 640px;
	margin: auto;
	padding: 15px 20px 30px;
	background-color: #f9f9f9;
}
.payment-info .info {
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
	padding: 15px 20px 30px;
	line-height: 25px;
}
.payment-info .info td {
	display: block;
	width: 100%;
	padding: 5px;
}
.payment-info .info td select,
.payment-info .info td input {
	min-width: 70px;
}
.payment-info .select-wrap {
	display: inline-block;
}
.payment-info #CreditCardType,
.payment-info #PurchaseOrderNumber {
	min-width: 230px;
}
.payment-info #CardholderName,
.payment-info #CardNumber {
	width: 100% !important;
}
.air-theme .payment-info .info p {
	font-family: "Raleway", sans-serif;
	font-size: 13px;
}

.confirm-order .terms-of-service {
	width: 94%;
}
.confirm-order + .order-summary {
	margin: 60px 0 0;
}

.order-completed {
	max-width: 640px;
	margin: auto;
	padding: 30px 20px;
	background-color: #f9f9f9;
}
.order-completed .details {
	margin: 0 0 30px;
	border-bottom: 1px solid #eee;
	padding: 0 20px 30px;
	text-align: center;
}
.order-completed .details-link {
	display: block;
	margin: 15px 0 0;
}
.air-theme .order-completed .details a {
	color: #eda187;
}
.earth-theme .order-completed .details a {
	color: #007c5a;
	font-weight: 400;
}

.opc {
	width: 94%;
	margin: 30px auto 80px;
}
.opc > li {
	margin: 10px 0;
	background-color: #f9f9f9;
	padding: 20px;
}
.opc .step-title {
}
.opc .allow .step-title {
	cursor: pointer;
}
.opc .active .step-title {
}
.opc .step-title .number {
	display: none;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 -5px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	color: #fff;
	opacity: 0.5;
}
.air-theme .opc .step-title .number {
	background-color: #eda187;
	font-size: 13px;
}
.earth-theme .opc .step-title .number {
	background-color: #007c5a;
	font-size: 14px;
}
.opc .step-title .title {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
	opacity: 0.5;
}
.air-theme .opc .step-title .title {
	font-size: 14px;
}
.earth-theme .opc .step-title .title {
	font-size: 16px;
}
.opc .allow .step-title .number,
.opc .allow .step-title .title {
	opacity: 1;
}
.opc .step {
	margin: 20px 0 0;
	border-top: 1px solid #eee;
	padding: 20px 0 0;
	text-align: center;
}
.opc .section {
	margin: 0 auto 30px;
}
.opc .section > label {
	display: block;
	margin: 0 0 10px;
}
.air-theme .opc .section > label {
	font-size: 13px;
}
.opc .select-wrap {
	display: inline-block;
	max-width: 100%;
}
.opc input,
.opc select {
	max-width: 100%;
}
.opc .buttons {
	border-top: 1px solid #eee;
	padding: 25px 0 0;
}
.opc .back-link {
	margin: 0 0 15px;
	text-transform: uppercase;
}
.opc .back-link small {
	display: none;
}
.air-theme .opc .back-link a {
	color: #eda187;
}
.earth-theme .opc .back-link a {
	font-weight: 400;
	color: #007c5a;
}
.opc .please-wait {
	display: block;
	margin: 10px 0 0;
}

.opc .description {
	display: none;
}
.opc .shipping-method,
.opc .payment-method {
	padding: 0;
}
.opc .shipping-method ul,
.opc .payment-method ul {
	display: inline-block;
	margin: 0
}
.opc .shipping-method li,
.opc .payment-method li {
	border: none;
	padding: 10px 0;
}
.opc .shipping-method li {
	text-align: center;
}
.opc .payment-method li {
	text-align: left;
}
.opc .payment-logo,
.opc .payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.earth-theme .opc .shipping-method label,
.earth-theme .opc .payment-method label {
	font-weight: 300;
}
.opc .shipping-method .method-description {
	margin: 5px 0 0;
}
.opc .payment-method .use-reward-points {
	margin: 10px 0 20px;
	outline: none;
	background-color: transparent;
}
.opc .payment-info {
	max-width: none;
	padding: 0;
}
.opc .payment-info .info {
	margin: 0;
	border: none;
	padding: 0;
}
.opc .payment-info .info p {
	text-align: center !important;
}
.opc .order-review-data {
	margin: 0 0 30px;
}
.opc .order-review-data ul {
	outline: none;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.opc .order-review-data li {
	background-color: #fff;
}
.opc .table-wrapper {
	background-color: #fff;
}
.opc .selected-checkout-attributes {
	text-align: center;
}
.opc .cart-footer .totals {
	float: none;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}


/*********** ORDER DETAILS & RETURN REQUEST ***********/



.order-review-data,
.order-details-area,
.shipment-details-area {
	margin: 0 0 60px; 
	overflow: hidden;  
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	max-width: 440px;
	margin: 0 auto 10px;
	background-color: #f9f9f9;
	padding: 25px 20px;
	text-align: center;
}
.order-review-data li,
.order-details-area li,
.shipment-details-area li {
	padding: 2px 0;
	color: #555;
}
.air-theme .order-review-data li,
.air-theme .order-details-area li,
.air-theme .shipment-details-area li {
	font-size: 13px;
}
.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
	margin: 20px 0 5px;
}
.order-review-data .title:first-child,
.order-details-area .title:first-child,
.shipment-details-area .title:first-child {
	margin-top: 0;
}
.air-theme .order-review-data li.title,
.air-theme .order-details-area li.title,
.air-theme .shipment-details-area li.title {
	font-size: 16px;
	font-weight: 700;
}
.earth-theme .order-review-data li.title,
.earth-theme .order-details-area li.title,
.earth-theme .shipment-details-area li.title {
	font-weight: 18px;
	font-weight: 400; 
}

.order-details-page .button-1,
.order-details-page .button-2 {
	min-width: 150px;
	height: 55px;
	margin: 5px;
	background-color: #aaa;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.order-details-page .button-1:hover,
.order-details-page .button-2:hover {
	opacity: 0.9;
}
.air-theme .order-details-page .button-1,
.air-theme .order-details-page .button-2 {
	font-size: 14px;
}
.earth-theme .order-details-page .button-1,
.earth-theme .order-details-page .button-2 {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.air-theme .order-details-page .button-1 {
	background-color: #eda187;
}
.earth-theme .order-details-page .button-1 {
	background-color: #007c5a;
}

.order-details-page,
.shipment-details-page {
	margin: 0 0 80px;
}
.order-details-page .buttons {
	margin: 50px 0 -20px;
	font-size: 0;
}
.order-details-page .buttons a {
	display: inline-block;
	min-width: 120px;
	height: 45px;
	padding: 0 20px;
	line-height: 45px;
}
.order-details-page .order-overview {
	margin: 0 0 40px;
	line-height: 26px;
}
.air-theme .order-overview > div {
	font-size: 13px;
}
.order-details-page .order-number {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #333;
}
.air-theme .order-details-page .order-number strong {
	font-size: 16px;
}
.earth-theme .order-details-page .order-number strong {
	font-size: 17px;
	font-weight: 400;
}
.earth-theme .order-details-page .order-total {
	margin: 10px 0 0;
}
.air-theme .order-details-page .order-total strong {
	color: #eda187;
}
.earth-theme .order-details-page .order-total strong {
	color: #007c5a;
}
.order-details-page .data-table th,
.shipment-details-page .data-table th {
	/*text-align: left;*/ /*Ie fix*/
}
.order-details-page .data-table a,
.shipment-details-page .data-table a {
	font-style: normal;
}
.air-theme .order-details-page .shipments a {
	color: #eda187;
}
.earth-theme .order-details-page .shipments a {
	color: #007c5a;
}
.order-details-page .tax-shipping-info {
	margin: 0 0 10px;
}
.air-theme .order-details-page .options {
	font-size: 13px;
}
.order-details-page .totals {
	max-width: 500px;
	margin: 0 auto 30px;
	background-color: #f9f9f9;
	padding: 25px 20px;
}
.order-details-page .totals strong {
	color: #333 !important;
}
.order-details-page .actions {
	margin: 35px 0 0;
	overflow: hidden;
	font-size: 0;
}

.return-request-page {
	margin: 20px 0 80px;
}
.return-request-page .data-table a {
	font-weight: 400;
	color: #555;
}
.return-request-page .data-table select {
	min-width: 80px;
}
.return-request-page .data-table .select-wrap {
	display: inline-block;
}
.return-request-page .section {
	margin: 0 0 60px;
}
.return-request-page .fieldset {
	margin: 0 0 30px;
}
.return-request-page .form-fields {
	max-width: 600px;
	margin: auto;
	background-color: #f9f9f9;
	padding: 20px;
}
.return-request-page .qq-upload-button {
	width: auto;
	height: 40px;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 10px;
}


/*********** SEARCH & SITEMAP ***********/



.search-page .search-input,
.forum-search-page .search-input {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 30px 20px;
}
.search-input .fieldset {
	margin: 0 0 30px;
}
.search-input input[type="checkbox"] {
	margin: 0 8px 0 -10px;
}
.search-input input + label {
	display: inline;
	margin: 0;
}
.advanced-search {
	margin: 30px 0 0;
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}
.advanced-search .price-range {
	display: block;
}
.advanced-search .price-from,
.advanced-search .price-to {
	width: 49% !important;
	max-width: 150px;
}
.advanced-search .price-from {
	margin: 0 2% 0 0;
}
.search-results .warning,
.search-results .no-result {
	display: block;
	margin: 10px 0 0;
	text-align: center;
}
.search-results .warning {
	color: #ee2e56;
}
.search-results .no-result {
	color: #555;
}
.search-results {
	margin: 80px 0 0;
}

.sitemap-page {
	margin: 10px 0 70px;
}
.sitemap-page .description {
	margin: 0 0 40px;
}
.sitemap-page .entity {
	margin: 0 0 50px;
}
.sitemap-page .entity-title {
	margin: 0 0 15px;
	text-transform: uppercase;
	color: #333;
}
.air-theme .sitemap-page .entity-title h2 {
	font-size: 14px;
}
.earth-theme .sitemap-page .entity-title h2 {
	font-size: 16px;
	font-weight: 400;
}
.sitemap-page .entity-body {
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 15px;
}
.sitemap-page ul {
	font-size: 0;
}
.sitemap-page li {
	display: inline-block;
}
.sitemap-page li:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 18px;
	vertical-align: middle;
	background-color: #ddd;
}
.sitemap-page li:last-child:after {
	display: none;
}
.sitemap-page a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px;
	vertical-align: middle;
}
.air-theme .sitemap-page a {
	font-size: 13px; /*reset zeroing*/
}
.earth-theme .sitemap-page a {
	font-size: 16px; /*reset zeroing*/
}
.sitemap-page a:hover {
	color: #333;
}


/********** BLOG & NEWS **********/



.year strong {
	display: block;
	position: relative;
	padding: 10px 25px 10px 20px;
	font-weight: 400;
	color: #555;
	cursor: pointer;
}
.air-theme .year strong {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.earth-theme .year strong {
	font-size: 15px;
}
.year strong.with-subcategories:after {
	content: "";
	position: absolute;
	right: 14px;
	width: 6px;
	height: 9px;
	background: url(/Themes/Element/Content/img/arrow-grey.png) right center no-repeat;
	transition: all 0.2s ease;
}
.air-theme .year strong.with-subcategories:after {
	top: 14px;
}
.earth-theme .year strong.with-subcategories:after {
	top: 17px;
}
.year strong.with-subcategories.opened:after {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.year .sublist li:last-child {
	margin: 0 0 5px;
}

.blog-page .post,
.news-items .news-item {
	margin: 0 auto 60px;
}
.post-head .post-title,
.news-head .news-title,
.blogpost-page .post-date,
.news-item-page .news-date {
	display: block;
	margin: 0 0 20px;
	/*border-bottom: 1px solid #eee;*/
	background-color: #f6f6f6;
	padding: 15px 10px;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
}
.post-head .post-date,
.news-head .news-date {
	display: block;
	margin: 0 0 10px;
	padding: 0 20px;
	color: #bbb;
}
.air-theme .post-head .post-date,
.air-theme .news-head .news-date {
	font-size: 12px;
}
.earth-theme .post-head .post-date,
.earth-theme .news-head .news-date {
	font-size: 14px;
	font-weight: 400;
}
.post-body, .news-body {
	margin: 0 0 25px;
	padding: 0 20px;
	line-height: 26px;
}
.air-theme .post-body,
.air-theme .news-body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.air-theme .post-body a,
.air-theme .news-body a {
	color: #eda187;
}
.earth-theme .post-body a,
.earth-theme .news-body a {
	color: #007c5a;
}

.blog-links {
	margin: 0 0 30px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	padding: 10px 20px;
}
.blog-links .comments a,
.blog-links .tags ul {
	display: inline-block;
	position: relative;
	margin: 5px 15px;
	padding: 0 0 0 25px;
	vertical-align: middle;
}
.blog-links .comments a:before,
.blog-links .tags ul:before {
	content: "";
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	background-image: url(/Themes/Element/Content/img/links-sprite.png);
	background-repeat: no-repeat;
}
.air-theme .blog-links .comments a:before,
.air-theme .blog-links .tags ul:before {
	top: -1px;
	background-color: #eda187;
}
.earth-theme .blog-links .comments a:before,
.earth-theme .blog-links .tags ul:before {
	top: 3px;
	background-color: #007c5a;
}
.blog-links .comments a:before {
	background-position: 0 center;
}
.blog-links .tags ul:before {
	background-position: -20px center;
}

.blog-page .tags label,
.blogpost-page .tags label {
	display: none;
}
.blog-page .tags ul,
.blogpost-page .tags ul {
	text-align: left;
	font-size: 0;
}
.blog-page .tags li,
.blogpost-page .tags li {
	display: inline-block;
}
.air-theme .blog-page .tags li,
.air-theme .blogpost-page .tags li {
	font-size: 13px;
}
.earth-theme .blog-page .tags li,
.earth-theme .blogpost-page .tags li {
	font-size: 16px;
}
.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
	margin: 0 8px 0 2px;
}

.blog-posts .buttons,
.news-items .buttons {
	overflow: hidden;
	padding: 0 20px;
}
.blog-posts .read-more,
.news-items .read-more {
	display: inline-block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	transition: opacity 0.2s ease;
}
.air-theme .blog-posts .read-more,
.air-theme .news-items .read-more {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .blog-posts .read-more,
.earth-theme .news-items .read-more {
	background-color: #007c5a;
	font-size: 13px;
	font-weight: 400;
}
.blog-posts .read-more:hover,
.news-items .read-more:hover {
	opacity: 0.9;
}

.new-comment {
	margin: 60px 0 80px;
}
.new-comment .notifications {
	margin: 0 0 15px;
	text-align: center;
}
.new-comment form {
	width: 600px;
	max-width: 100%;
	margin: auto;
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 40px 20px;
}
.new-comment .form-fields {
	margin: 0 0 40px;
}
.new-comment .button-1 {
	min-width: 150px;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .new-comment .button-1 {
	background-color: #eda187;
	font-size: 14px;
}
.earth-theme .new-comment .button-1 {
	background-color: #007c5a;
	font-size: 15px;
	line-height: 51px; /*firefox line-height bug fix*/
}
.new-comment .button-1:hover {
	opacity: 0.9;
}

.comment-list {
	margin: 0 0 80px;
}
.comment-list .title {
	margin: 0 0 15px;
	color: #555;
	text-transform: uppercase;
}
.comment-list .title strong {
	font-weight: 400;
}
.blog-comment,
.news-comment {
	margin: 0 0 -1px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	padding: 20px;
}
.comment-info {
	width: 200px;
	margin: 0 auto 10px;
}
.comment-info .username {
	display: block;
	margin: 0 0 15px;
	text-align: center;
	color: #555;
	text-transform: uppercase;
}
.air-theme .comment-info .username {
	font-size: 12px;
}
.earth-theme .comment-info .username  {
	font-size: 14px;
	font-weight: 400;
}
.comment-info .avatar a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}
.comment-info .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.comment-time {
	margin: 0 0 10px;
	font-size: 0;
	color: #bbb;
}
.comment-time label {
	display: none;
}
.air-theme .comment-time span {
	font-size: 12px;
}
.earth-theme .comment-time span {
	font-size: 14px;
}
.comment-title {
	display: none;
	margin: 0 0 10px;
	color: #555;
}
.air-theme .comment-title strong {
	font-weight: 700;
}
.earth-theme .comment-title strong {
	font-weight: 400;
}
.air-theme .comment-body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 26px;
}
.earth-theme .comment-body {
	line-height: 26px;
}

.news-list-homepage {
	margin: 0 0 60px;
	padding: 50px 0;
}
.air-theme .news-list-homepage {
	background: url(/Themes/Element/Content/img/news-banner-1.jpg) center top repeat-y;
}
.earth-theme .news-list-homepage {
	background: url(/Themes/Element/Content/img/news-banner-2.jpg) center top repeat-y;
}
.news-list-homepage .title {
	margin: 0 0 60px;
}
.news-list-homepage .title strong {
	color: #fff;
}
.news-list-homepage .news-items {
	width: 94%;
	margin: auto;
}
.news-list-homepage .news-item {
	display: none;
	margin: 0 auto 50px;
	border: 15px solid #fff;
	background-color: #f6f6f6;
	padding: 40px 20px;
	text-align: left;
}
.news-list-homepage .news-item:first-child {
	display: block;
}
.news-list-homepage .news-title {
	padding: 0 !important;
	color: #333;
}
.news-list-homepage .news-date {
	padding: 0 !important;
}
.news-list-homepage .news-body {
	max-height: 130px;
	overflow: hidden;
	padding: 0 !important;
}
.news-list-homepage .buttons {
	padding: 0 !important;
	text-align: left;
}
.news-list-homepage .read-more {
	height: auto;
	background: url(/Themes/Element/Content/img/arrow-long.png) right center no-repeat !important;
	padding: 0 110px 0 0;
	line-height: normal;
}
.air-theme .news-list-homepage .read-more {
	color: #eda187;
}
.earth-theme .news-list-homepage .read-more {
	color: #007c5a;
}
.news-list-homepage .view-all {
	text-align: center;
}
.news-list-homepage .view-all a {
	background-image: url(/Themes/Element/Content/img/arrow-white.png);
	background-repeat: no-repeat;
	padding: 0 16px;
	font-weight: 400;
	color: #fff;
}
.air-theme .news-list-homepage .view-all a {
	background-position: right 4px;
}
.earth-theme .news-list-homepage .view-all a {
	background-position: right 8px;
}


/********** FORUM & PROFILE **********/



.forum-page .forum-name,
.forum-topic-page .topic-name,
.forums-main-page .topic-block-title,
.forum-group-page .forums-table-section-title,
.active-discussions-page .forums-table-section-title {
	margin: 50px 0 60px;
	text-align: center;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1,
.forums-main-page .topic-block-title h2,
.forum-group-page .forums-table-section-title a,
.active-discussions-page .forums-table-section-title strong {
	display: block; /*prevents a bug with absolute pseudo elements inside inline elements*/
	position: relative;
	color: #333;
	text-transform: uppercase;
}
.air-theme .forum-page .forum-name h1,
.air-theme .forum-topic-page .topic-name h1,
.air-theme .forums-main-page .topic-block-title h2,
.air-theme .forum-group-page .forums-table-section-title a,
.air-theme .active-discussions-page .forums-table-section-title strong {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}
.earth-theme .forum-page .forum-name h1,
.earth-theme .forum-topic-page .topic-name h1,
.earth-theme .forums-main-page .topic-block-title h2,
.earth-theme .forum-group-page .forums-table-section-title a,
.earth-theme .active-discussions-page .forums-table-section-title strong {
	font-size: 24px;
	font-weight: 400;
}
.forum-page .forum-name h1:after,
.forum-topic-page .topic-name h1:after,
.forums-main-page .topic-block-title h2:after,
.forum-group-page .forums-table-section-title a:after,
.active-discussions-page .forums-table-section-title strong:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 80px;
	height: 4px;
	margin: 0 0 0 -40px;
}
.air-theme .forum-page .forum-name h1:after,
.air-theme .forum-topic-page .topic-name h1:after,
.air-theme .forums-main-page .topic-block-title h2:after,
.air-theme .forum-group-page .forums-table-section-title a:after,
.air-theme .active-discussions-page .forums-table-section-title strong:after {
	background-color: #eda187;
}
.earth-theme .forum-page .forum-name h1:after,
.earth-theme .forum-topic-page .topic-name h1:after,
.earth-theme .forums-main-page .topic-block-title h2:after,
.earth-theme .forum-group-page .forums-table-section-title a:after,
.earth-theme .active-discussions-page .forums-table-section-title strong:after {
	background-color: #007c5a;
}

/* forum header */

.forums-header {
	margin: 0 0 80px;
}
.current-time {
	margin: 0 0 15px;
	text-align: center;
	color: #555;
	text-transform: uppercase;
}
.air-theme .current-time {
	font-size: 13px;
}
.earth-theme .current-time {
	font-size: 15px;
}
.forum-search-box form {
	width: 90%;
	max-width: 400px;
	height: 50px;
	margin: auto;
	border-width: 2px 0;
	padding: 0 50px 0 0;
}
.forum-search-box .basic {
	height: 100%;
}
.forum-search-box .search-box-text {
	padding: 0 10px !important;
}
.air-theme .forum-search-box .search-box-text {
	font-size: 15px !important;
}
.earth-theme .forum-search-box .search-box-text {
	font-size: 17px !important;
}
.forum-search-box .search-box-button {
	width: 50px;
	border: none;
}
.forum-search-box .advanced {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
}
.air-theme .forum-search-box .advanced {
	color: #eda187;
}
.earth-theme .forum-search-box .advanced {
	font-weight: 400;
	color: #007c5a;
	text-transform: lowercase;
}

/* forum group */

.forums-table-section {
	margin: 0 0 50px;
}
.forums-table-section-title {
	margin: 0 0 15px;
	text-align: center;
	color: #555;
	text-transform: uppercase;
}
.air-theme .forums-table-section-title > a,
.air-theme .forums-table-section-title strong {
	font-size: 16px;
}
.earth-theme .forums-table-section-title > a,
.earth-theme .forums-table-section-title strong {
	font-size: 18px;
	font-weight: 400;
}
.forums-table-section th.forum-details {
	padding: 15px 20px;
}
.forums-table-section td {
	border-bottom: 1px solid #eee;
	text-align: center;
}
.air-theme .forums-table-section td {
	font-size: 13px;
}
.forums-table-section .image div {
	width: 50px;
	height: 35px;
	margin: auto;
	background: url(/Themes/Element/Content/img/folder-sprite.png) 0 center no-repeat;
}
.forums-table-section .image div.sticky {
	background-position: -100px center;
}
.forums-table-section .image div.announcement {
	background-position: -50px center;
}
.forums-table-section .forum-title,
.forums-table-section .topic-title {
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
}
.air-theme .forums-table-section .forum-title,
.air-theme .forums-table-section .topic-title {
	margin: 0 0 5px;
	font-size: 14px;
}
.forums-table-section .topic-type {
	display: none;
}
.forums-table-section .latest-post {
	white-space: nowrap;
}
.forums-table-section .view-all {
	background-color: #f9f9f9;
	padding: 15px;
	text-align: center;
}
.forums-table-section .view-all a {
	display: inline-block;
	min-width: 80px;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .forums-table-section .view-all a {
	background-color: #eda187;
	font-size: 12px;
}
.earth-theme .forums-table-section .view-all a {
	background-color: #007c5a;
	font-size: 14px;
}
.forums-table-section .view-all a:hover {
	opacity: 0.9;
}
.active-discussions .pager.upper {
	display: none;
}

/* forum-page, topic-page */

.forum-page .forum-description {
	margin: -20px 0 40px;
	text-align: center;
}
.forum-actions,
.topic-actions {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
}
.forum-actions .actions a,
.topic-actions .actions a {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	margin: 0 5px 10px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .forum-actions .actions a,
.air-theme .topic-actions .actions a {
	background-color: #eda187;
}
.earth-theme .forum-actions .actions a,
.earth-theme .topic-actions .actions a {
	background-color: #007c5a;
	font-weight: 400;
}
.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
	opacity: 0.9;
}
.forum-actions .pager.upper,
.topic-actions .pager.upper {
	display: none;
}
.topic-actions.lower .actions {
	display: none;
}

/* topic post */

.topic-post {
	margin: 0 0 50px;
}
.topic-post .post-info {
	margin: 0 0 30px;
}
.topic-post .username {
	display: block;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 0;
	line-height: 25px;
	font-weight: 400;
	color: #555;
}
.topic-post .avatar {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 20px auto;
	overflow: hidden;
}
.topic-post .avatar img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.topic-post .user-stats li {
	display: inline-block;
	margin: 0 10px;
}
.air-theme .topic-post .user-stats li {
	font-size: 12px;
	line-height: 20px;
}
.topic-post .pm-button,
.profile-info-box .pm-button {
	display: inline-block;
	margin: 5px 0 0;
	padding: 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	transition: opacity 0.2s ease;
}
.air-theme .topic-post .pm-button,
.air-theme .profile-info-box .pm-button {
	color: #eda187;
}
.earth-theme .topic-post .pm-button,
.earth-theme .profile-info-box .pm-button {
	color: #007c5a;
	font-weight: 400;
}
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
	opacity: 0.9;
}
.topic-post .pm-button:before,
.profile-info-box .pm-button:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px 0 -5px;
	background: url(/Themes/Element/Content/img/forum-sprite.png) 0 center no-repeat;
	vertical-align: middle;
}
.air-theme .topic-post .pm-button:before,
.air-theme .profile-info-box .pm-button:before {
	background-color: #eda187;
}
.earth-theme .topic-post .pm-button:before,
.earth-theme .profile-info-box .pm-button:before {
	background-color: #007c5a;
}
.topic-post .pm-button span,
.profile-info-box .pm-button span {
	vertical-align: middle;
	line-height: 40px;
}

.topic-post .post-head {
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 10px 0;
}
.topic-post .post-time {
	display: none;
	line-height: 25px;
}
.topic-post .post-time label,
.topic-post .post-time span {
	vertical-align: baseline;
}
.topic-post .post-actions {
	font-size: 0;
}
.topic-post .post-actions > div {
	display: inline-block;
}
.topic-post .post-actions a {
	display: inline-block;
	margin: 0 5px;
}
.topic-post .post-actions a:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 5px 0 0;
	background-image: url(/Themes/Element/Content/img/forum-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.air-theme .topic-post .post-actions a:before {
	background-color: #eda187;
}
.earth-theme .topic-post .post-actions a:before {
	background-color: #007c5a;
}
.topic-post .post-actions .edit-post-button:before {
	background-position: -25px center;
}
.topic-post .post-actions .delete-post-button:before {
	background-position: -50px center;
}
.topic-post .post-actions .quote-post-button:before {
	background-position: -75px center;
}
.topic-post .post-actions .post-link-button {
	vertical-align: middle;
}
.air-theme .topic-post .post-actions .post-link-button {
	font-size: 13px; /*reset zeroing*/
	color: #eda187;
}
.earth-theme .topic-post .post-actions .post-link-button {
	font-size: 15px; /*reset zeroing*/
	color: #007c5a;
}
.topic-post .post-actions .post-link-button:before {
	display: none !important;
}
.topic-post .post-actions a span {
	display: inline-block;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	color: #555;
}
.air-theme .topic-post .post-actions a span {
	font-size: 13px; /*reset zeroing*/
}
.earth-theme .topic-post .post-actions a span {
	font-size: 15px; /*reset zeroing*/
}

.topic-post .post-body {
	/*topic post-body also gets style from blog post-body*/
	margin: 0;
	padding: 20px 20px 0;
}
.topic-post .post-body b,
.topic-post .post-body strong {
	color: #555;
}
.topic-post .user-posted-image,
.latest-posts .user-posted-image {
    max-width: 100%;
    height: auto;
}
.topic-post .quote,
.latest-posts .quote {
	margin: 10px 0 0;
    border-bottom: 1px solid #eee;
    background-color: #f9f9f9;
	padding: 20px;
}
.topic-post .post-vote {
	margin: 20px 0 0;
	overflow: hidden;
}
.topic-post .post-vote span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #aaa;
	background-image: url(/Themes/Element/Content/img/table-sprite.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}
.topic-post .post-vote .vote.up {
	background-position: 0 center;
}
.topic-post .post-vote .vote.down {
	background-position: -20px center;
}
.topic-post .post-vote strong {
	margin: 0 10px;
	vertical-align: middle;
	font-weight: 400;
}
.air-theme .topic-post .post-vote strong {
	color: #eda187;
}
.earth-theme .topic-post .post-vote strong {
	color: #007c5a;
}
.topic-post .signature {
	margin: 25px 0 0;
	border-top: 1px solid #eee;
	padding: 15px 0 0;
    font-style: italic;
	color: #aaa;
}

/* forum edit & send message */

.forum-edit-page .page-body,
.move-topic-page .page-body,
.private-message-send-page .page-body {
	width: 600px;
	max-width: 100%;
	margin: auto;
	background-color: #f9f9f9;
	padding: 30px 20px;
}
.forum-edit-page .inputs:first-child {
	display: none;
}
.forum-edit-page strong {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
}
.forum-edit-page strong,
.private-message-send-page a {
	font-size: 18px;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	margin: -10px 0 0;
	text-align: center;
	font-size: 0;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	display: block;
	width: 90%;
	max-width: 300px;
	height: 50px;
	margin: 5px auto;
	background-color: #aaa;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.air-theme .forum-edit-page .buttons input,
.air-theme .move-topic-page .buttons input,
.air-theme .private-messages .buttons input {
	font-size: 14px;
}
.earth-theme .forum-edit-page .buttons input,
.earth-theme .move-topic-page .buttons input,
.earth-theme .private-messages .buttons input {
	font-size: 15px;
	line-height: 51px;
}
.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
	opacity: 0.9;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	margin: 0 0 12px;
}
.forum-edit-page .inputs.reversed label {
	margin: 5px 0 0;
	white-space: normal;
}

/* inbox & view message */

.private-messages-page {
	margin: 20px 0 80px;
}
.private-messages-page .ui-tabs-panel {
	background-color: transparent;
	padding: 0 !important;
}
.private-messages-page th {
	/*text-align: left;*/ /*Ie fix*/
}
.air-theme .private-messages-page td.date {
	font-size: 13px;
	white-space: nowrap;
}
.earth-theme .private-messages-page td.date {
	font-size: 15px;
	white-space: nowrap;
}
.air-theme .private-messages-page .pm-unread {
	color: #eda187;
}
.earth-theme .private-messages-page .pm-unread {
	font-weight: 400;
	color: #007c5a;
}
.private-messages-page .buttons {
	background-color: #f9f9f9;
	padding: 15px 20px;
	font-size: 0;
}
.air-theme .private-messages-page input.button-1 {
	background-color: #eda187;
}
.earth-theme .private-messages-page input.button-1 {
	background-color: #007c5a;
}

.private-message-send-page .inputs:first-child label {
	display: none;
}

.private-message-view-page .message-head {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px;
	text-align: center;
}
.private-message-view-page .message-head li {
	margin: 5px 0;
}
.private-message-view-page .message-head .sender span,
.private-message-view-page .message-head .recipient span {
	color: #333;
}
.private-message-view-page .message-body {
	padding: 30px 15px;
	text-align: justify;
	line-height: 26px;
}
.private-message-view-page .buttons {
	border-top: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 20px;
	font-size: 0;
}
.air-theme .private-message-view-page input.reply-pm-button {
	background-color: #eda187;
}
.earth-theme .private-message-view-page input.reply-pm-button {
	background-color: #007c5a;
}
.private-message-view-page input.back-pm-button {
	margin: 20px auto 0;
	background-color: transparent;
	padding: 0;
	color: #888;
}

/* profile page  */

.profile-page {
	margin: 20px 0 80px;
}
.profile-page .ui-tabs-panel {
	background-color: transparent;
	padding: 0 !important;
}
.profile-info-box {
	overflow: hidden;
	text-align: center;
}
.profile-info-box .avatar {
	margin: 0 0 15px;
}
.profile-info-box .title {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #555;
}
.profile-info-box .pm-button {
	margin: 15px 0 0;
}
.profile-page .topic {
	margin: 0 0 40px;
}
.profile-page .topic-title {
	margin: 0 0 10px;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
	padding: 15px 20px;
	text-transform: uppercase;
}
.profile-page .topic-title a {
	margin: 0 0 0 3px;
	color: #555;
}
.air-theme .profile-page .topic-title a {
	font-weight: 700;
}
.earth-theme .profile-page .topic-title a {
	font-weight: 400;
}
.profile-page .topic-body {
	padding: 10px 20px;
	line-height: 26px;
}
.air-theme .profile-page .topic-body {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.profile-page .topic-data {
	padding: 10px 20px;
}
.profile-page .topic-data span {
	color: #555;
}
/* -- HOMEPAGE -- */
.home-page .topic-block {
    margin: 0 0 20px !important;
	width: 100% !important;
}
.home-page .two-col-wrap {
	width: 100%;
	float: left;
	margin: 0 auto;
}
.topic-page .two-col-wrap {
	width: 100%;
	float: left;
}
.two-col-wrap .col {
	float: left;
	display: block;
	position: relative;
	width: 48%;
	padding: 1% 2%;
}
.two-col-wrap .col-one-wrap {
	width: 100%;
	float: left;
}
.two-col-wrap .col-one-wrap .col {
	float: none;
	width: 66%;
	margin: 0 auto;
}
.home-page .two-col-two-wrap {
	float: left;
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
    padding: 30px 0;
	border-top: 1px solid #C2DFEB;
	border-bottom: 1px solid #C2DFEB;
}
.home-page .two-col-two-wrap .two-col-container {
	width: 66%;
	margin: 0 auto;
}
.home-page .two-col-wrap .left {
	border-right: 1px dashed;
}
.two-col-wrap .two-col-wrap {
	float: left;
	width: 100%;
	text-align: center;
}
.two-col-wrap .two-col-wrap .left {
	border-right: none !Important;
}
.two-col-wrap a.button {
	background: #008fcc;
	color: #fff;
	padding: 5px 10px;
}
.two-col-wrap a.button:hover {
	opacity: 0.9;
}
/* -- SHOWCASE -- */
.showcase-item .product-essential .gallery, .showcase-item .product-essential .full-description {
	display: block;
	position: relative;
	float: left;
	clear: none;
	padding: 15px 0 0;
}
.showcase-item .product-essential .gallery {
	width: 29%;
	margin-right: 1% !important;
}
.showcase-item .product-essential .full-description {
	width: 70%;
	text-align: left;
}

.showcase-page .showcase-grid .item-box {
	width: 100%;
	border: 1px solid #C2DFEB;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.2s;
	padding: 10px;
}
.showcase-page .showcase-grid .item-box:hover {
	border-color: #008fcc;
	transition: all 0.2s;
}
.showcase-page .showcase-grid .item-box:nth-child(3n+1) {
	clear: none;
}
.showcase-page .showcase-grid .item-box:nth-child(2n+1) {
	margin-left: 0 !important;
}
.showcase-page .showcase-grid .item-box .picture {
	width: 25%;
	float: left;
	margin-right: 1%;
}
.showcase-page .showcase-grid .item-box .details {
	width: 74%;
	float: left;
	padding: 20px 60px 20px 0;
}
.showcase-page .showcase-grid .item-box .product-title {
	height: auto;
	font-size: 24px;
}
.showcase-page .showcase-grid .item-box .description {
	height: auto;
	display: block;
}
.showcase-page .showcase-grid .item-box .description strong {
	font-size: 16px;
}
.showcase-page .showcase-grid .item-box .description p {
	margin-bottom: 10px;
}

.showcase-item .productcreator-button {
	border: 1px solid #333;
	padding: 6px 10px;
	font-size: 16px;
	border-radius: 0.4em;
	color: #333;
	float: left;
	margin-top: 10px;
}
.showcase-item .productcreator-button:hover {
	text-decoration: none !important;
	opacity: 0.6;
}

/* -- Slider Override For Rotating Shirt -- */
.slider-wrapper {
	position: relative;
}
.theme-rotating-product .nivo-caption {
	background-color: transparent !important;
	height: 100%;
}

.theme-rotating-product.kb-offers iframe {
	left: 0;
	top: -8%;
}
.theme-rotating-product.kb-offers iframe.to-right {
	right: 0;
	left: auto;
	top: 50%;
	transform: translateY(-50%);
}
.theme-rotating-product iframe {
	border: none !important;
	position: absolute;
	top: 0;
	left: 11%;
}
@media all and (min-width: 1066px) and (max-width: 1408px) {
	.theme-rotating-product iframe {
		top: 0;
		left: 5%;
		height: 100%;
	}
}
@media all and (min-width: 913px) and (max-width: 1065px) {
	.theme-rotating-product iframe {
		top: 0;
		left: 0%;
		height: 100%;
	}
}
@media all and (min-width: 240px) and (max-width: 912px) {
	.theme-rotating-product iframe {
		top: 0;
		left: 15%;
		height: 100%;
		width: 30%;
	}
}


/* cyber monday banner styles */

.free-templates-page .page-body h2 {
	font-size: 19px;
}

.earth-theme .cyber-monday .header-img {
	background: none;
	height: auto;
}

.earth-theme .free-templates .header-img {
	background: none;
	height: auto;
}

/* .theme-rotating-product iframe {
	border: none !important;
	position: absolute;
	top: 0;
	left: -2.5%;
	height: 100%;
	z-index: 10000;
}

@media all and (min-width: 1066px) and (max-width: 1408px) {
	.theme-rotating-product iframe {
		top: 0;
		left: -11%;
		height: 100%;
	}
}
@media all and (min-width: 913px) and (max-width: 1065px) {
	.theme-rotating-product iframe {
		top: 0;
		left: -17%;
		height: 100%;
	}
}
@media all and (min-width: 240px) and (max-width: 912px) {
	.theme-rotating-product iframe {
		top: 0;
		left: -2%;
		height: 100%;
		width: 30%;
	}
}

} */

.cyber-monday-banner-link {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
	text-indent: -9999px;
}

.cyber-monday-banner-cta-button {
	    position: absolute;
    width: auto;
    padding: 5px 20px;
    background: red;
    color: white;
    top: 50%;
    left: 24%;
    font-size: 30px;
	box-shadow: 3px 3px 8px #101010;
}

.christmas-page .header-img {
    background: none!important;
	top: -2px!important;
}

.christmas .c-forms-confirmation-message.c-html {
    padding-left: 0!important;
}

/* end of cyber monday banner styles */

/* -- Remove Banners + Padding Where Not Required -- */
.category-page-body .header-img {
	display: none !important;
}
.category-page-body .master-wrapper-content {
	padding-top: 40px;
}


/* -- PRODUCT RIBBONS -- */
.ribbon-wrapper .bottom-left img {
	height: 170px;
	width: auto;
}
.ribbon-wrapper .bottom-left .ribbon-image-text {
	moz-transform: rotate(-90deg) translateX(-75px) translateY(-70px);
	-webkit-transform: rotate(-90deg) translateX(-75px) translateY(-70px);
	-o-transform: rotate(-90deg) translateX(-75px) translateY(-70px);
	transform: rotate(-90deg) translateX(-75px) translateY(-70px);
	width: 170px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #222222;
	font-size: 17px;
}


/* -- TWO COL WITH IMAGES BESIDE CONTENT -- */
.images-beside {
	border-bottom: 1px solid #222;
}
.images-beside .no-img {
	width: 35%;
}
.images-beside .img {
	width: 65%;
}

/* -- Show CSS Button (How It Works Page) -- */
.show-css-button {
	background-color: #008fcc;
	color: #FFF;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
	line-height: 30px;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.show-css-button:hover {
	background-color: #0177aa;
	transition: all 0.3s ease-in-out 0s;
}
.standard {
	float: left;
	width: 100%;
}


/* -- PRICING REQUEST FORM / Cyber Monday Form -- */
.kit-builder-pricing .content-wrap {
	width: 30%;
	float: left;
}
.book-a-tour .content-wrap, .cyber-monday .content-wrap, .book-a-demo .content-wrap {
	width: 24%;
	float: left;
	margin-right: 6%;
}
.book-a-tour .content-wrap .subitem .rowleft, .cyber-monday .content-wrap .subitem .rowleft, .book-a-demo .content-wrap .subitem .rowleft {
	width: 50%;
}
.kit-builder-pricing .content-wrap img, .book-a-tour .content-wrap img, .cyber-monday .content-wrap img, .book-a-demo .content-wrap img {
	height: auto;
}
.pricing-request-form-wrap, .book-a-tour-form-wrap, .cyber-monday-form-wrap, .book-a-demo-form-wrap {
	width: 70%;
	float: left;
}
.pricing-request-form-wrap p:last-child, .book-a-tour-form-wrap p:last-child, .cyber-monday-form-wrap p:last-child, .book-a-demo-form-wrap p:last-child {
	display: none;
}

/* -- Contact Page */
.html-contact-page .side-2 {
	width: 55%;
}
.html-contact-page .center-2 {
	width: 40%;
}
.html-contact-page  .contact-details, .html-contact-page  .contact-details .left, .html-contact-page  .contact-details .right {
	float: left;
	display: block;
}
.html-contact-page  .contact-details {
	width: 100%;
	margin-bottom: 20px;
}
.html-contact-page  .contact-details .left, .html-contact-page  .contact-details .right {
	width: 50%;
}

/* -- Quick Start Guides -- */
.quick-start-guides {
	width: 100%;
	float: left;
	display: block;
	position: relative;
	margin-top: 30px;
}
.quick-start-guides .guide {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	border: 1px solid #C2DFEB;
	border-radius: 5px;
	padding: 10px;
	transition: all 0.2s;
	margin-bottom: 1%;
}
.quick-start-guides .guide:hover {
	border-color: #008fcc;
	transition: all 0.2s;
}
.quick-start-guides .guide:nth-child(5n) {
	margin-right: 0;
}
.quick-start-guides .guide:hover img {
	filter: none;
	transition: all 0.2s;
}
.quick-start-guides .guide img {
	width: 100%;
	height: auto;
	filter: grayscale(100%);
	transition: all 0.2s;
}


/* -- PRODUCT PAGE OVERRIDES -- */
.catalog-product-details-page {
	padding-top: 20px;
}
.catalog-product-details-page .page-title {
	margin-bottom: 35px;
}
.catalog-product-details-page .overview {
	padding: 0 7%;
}
.catalog-product-details-page .product-catalog-details, .catalog-product-details-page .overview .short-description, .catalog-product-details-page .overview .add-to-cart {
	padding: 3% 4%;
}
.catalog-product-details-page .overview .overview-buttons {
	padding: 3% 0;
}
.catalog-product-details-page .product-catalog-details div {
	float: left;
	width: 50%;
	display: block;
	position: relative;
	margin: 0;
}
.catalog-product-details-page .product-catalog-details .additional-details {
	height: 34px;
	line-height: 34px;
	font-size: 24px;
}
.catalog-product-details-page .product-catalog-details .additional-details .value {
	color: #aaa;
}
.catalog-product-details-page .product-catalog-details .additional-details div {
	text-align: left;
	float: left;
	width: 100%;
	display: block;
	position: relative;
}
.catalog-product-details-page .overview .short-description {
	text-align: left;
}
.catalog-product-details-page .overview .overview-buttons div {
	float: left;
}
.catalog-product-details-page .overview .product-social-buttons li {
	margin-bottom: 0;
}
.catalog-product-details-page .product-catalog-details .prices .product-price {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	text-align: right;
	margin: 0;
}
.catalog-product-details-page .overview .attributes, .catalog-product-details-page .product-social-buttons {
	border-top: 1px solid #BBBBBB !important;
	border-bottom: 1px solid #BBBBBB !important;
}
.catalog-product-details-page .overview .attributes, .catalog-product-details-page .product-social-buttons {
	padding: 1% 4%;
}
.catalog-product-details-page .overview .add-to-cart {
	padding-left: 4%;
	padding-right: 4%;
}
.catalog-product-details-page .overview .ajax-cart-button-wrapper {
	width: 100%;
}
.catalog-product-details-page .overview .add-to-cart-button span {
	margin: 0 19px;
}
.catalog-product-details-page .overview .add-to-cart-button {
	padding: 0 23px;
}
.catalog-product-details-page .add-to-cart-panel {
	width: 100%;
}
.catalog-product-details-page .add-to-cart-panel .quantity {
	margin: 7px 0;
}
.catalog-product-details-page .add-to-cart-panel .quantity, .catalog-product-details-page .add-to-cart-panel .button {
	width: 50%;
	float: left;
	display: block;
	position: relative;
}
.catalog-product-details-page .attributes dt {
	text-align: left;
}
.catalog-product-details-page .customise-panel {
	margin-top: 2% !important;
}
.catalog-product-details-page .customise-button {
	width: 100%;
	float: left;
	background: #bbbbbb;
	color: #fff;
	height: 55px;
	line-height: 55px;
	transition: 0.2s;
}
.catalog-product-details-page .customise-button:hover {
	opacity: 0.9;
	transition: 0.2s;
}
.catalog-product-details-page .overview > div {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
}



/* -- Testimonials Slider -- */
.theme-testimonials {
	margin-bottom: 15px;
}
.theme-testimonials .nivoSlider img {
	height: 100% !important;
	position: absolute !important;
	top: 0;
	left: 0;
}
.theme-testimonials .nivo-caption {
	background: transparent !important;
	color: #000 !important;
	text-align: left;
	text-transform: none;
	padding: 15px 120px;
	position: relative !important;
}
@media all and (max-width: 625px) {
	.theme-testimonials .nivo-caption {
		padding: 15px 2%;
	}
}



/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}.snowflake:nth-of-type(10){left:25%;-webkit-animation-delay:2s,0s;animation-delay:2s,0s}.snowflake:nth-of-type(11){left:65%;-webkit-animation-delay:4s,2.5s;animation-delay:4s,2.5s}


.pyro > .before, .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

.pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white; } }
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }
@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }
@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%; }

  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%; }

  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%; }

  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%; }

  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

.kit-builder-cta {
    margin-bottom: 0 !important;
}
.kit-builder-cta-container {
    padding: 50px 10px 55px 10px;
    text-align: center;
}
.kit-builder-cta .cta-heading {
    margin-bottom: 20px;
}
.kit-builder-cta .cta-heading > span,
.kit-builder-cta .cta-actions > span{
    display: inline-block;
    font-size: 27px;
	line-height: 27px;
    vertical-align: middle;
	color: #fff;
}
.kit-builder-cta .cta-actions .contact-email,
.kit-builder-cta .cta-actions .contact-no {
    padding-left: 35px;
    position: relative;
}
.kit-builder-cta .cta-actions .contact-email a,
.kit-builder-cta .cta-actions .contact-no a {
    text-decoration: none;
}
.kit-builder-cta .cta-actions .contact-email:before,
.kit-builder-cta .cta-actions .contact-no:before {
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    display: inline-block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 25px;
}
.kit-builder-cta .cta-actions .contact-email:before {
    background-image: url(/Themes/Element/Content/img/cta-email.svg);
}
.kit-builder-cta .cta-actions .contact-no:before {
    background-image: url(/Themes/Element/Content/img/cta-phone.svg);
}
.kit-builder-cta img {
    display: inline;
}
.kit-builder-cta button {
    background: #4F4F4E !important;
    font-size: 21px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding: 0.5em 1.2em !important;
	color: #fff;
}
.kit-builder-cta .action-button a:hover button {
    text-decoration: none;
}
.kit-builder-cta .action-button {
    margin: 0 40px;
}
.kit-builder-cta .heading-logo {
    margin: 0 25px;
}
@media all and (max-width: 950px) {
    .kit-builder-cta .cta-heading > span, 
    .kit-builder-cta .cta-actions > span {
        display: block;
		margin: 10px 0;
    }
    .kit-builder-cta .cta-actions .contact-email,
    .kit-builder-cta .cta-actions .contact-no {
        padding-left: unset;
    }
    .kit-builder-cta .cta-actions .contact-email:before,
    .kit-builder-cta .cta-actions .contact-no:before {
        left: unset;
        position: relative;
        top: unset;
        transform: unset;
        margin-right: 10px;
    }
    .kit-builder-cta .action-button {
        margin: 10px 0;
    }
}

/* -- CLIENTS SLIDER START -- */
.clients-slider {
    max-width: 100% !important;
    padding: 10px 0 10px 0;
    width: 100% !important;
	    border-top: 1px solid #f3f3f3;
}
.clients-slider-container {
    background: #ffffff;
    padding: 25px 15%;
}
.clients-slider-heading {
    color: #4F4F4E;
    font-size: 21pt;
    letter-spacing: 1px;
    margin: 0 0 20px 0 !important;
    text-align: center;
    text-transform: inherit;
}
.clients-slider .client img {
    margin: 0 auto;
    width: 180px;
}
.clients-slider .client:focus {
    outline: none !important;
}
.clients-slider .slick-prev:before, 
.clients-slider .slick-next:before {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
}
.clients-slider .slick-prev:hover:before,
.clients-slider .slick-next:hover:before {
    opacity: 0.1;
}
.clients-slider .slick-prev,
.clients-slider .slick-next {
    height: 50px;
    width: 28px;
    background: transparent !important;
    padding: 0 !important;
}
.clients-slider .slick-prev:before{
    background-image: url(/Themes/Element/Content/img/carousel-left.svg);
}
.clients-slider .slick-next:before{
    background-image: url(/Themes/Element/Content/img/carousel-right.svg);
}
.clients-slider .client {
    padding: 0 25px;
    display: block;
    float: left;
    height: 100%;
}
@media all and (max-width: 1200px) {
    .clients-slider-container {
        padding: 25px 5%;
    }
    .clients-slider-heading {
        font-size: 16pt;
    }
}
/* -- CLIENTS SLIDER END -- */

/* -- KITBUILDERLINKS SLIDER START -- */
.kitbuilderlinks-slider {
    padding: 35px 0;
}
.kitbuilderlinks-slider-container {
    margin: 0 auto;
    text-align: center;
}
.kitbuiderlinks-slider-heading {
    color: #4F4F4E;
    font-size: 23pt;
    letter-spacing: 1px;
    margin: 0 0 50px 0 !important;
    text-align: center;
    text-transform: inherit;
}
.kitbuilderlinks-slick {
    padding: 0 10px 10px 10px;
}
.kitbuilderlinks-slider .slick-prev:before, 
.kitbuilderlinks-slider .slick-next:before {
    content: "";
    display: block;
    height: 44px;
    width: 22px;
    opacity: 1;
}
.kitbuilderlinks-slider .slick-prev:before,
.clients-slider .slick-prev:before{
    background-image: url(/Themes/Element/Content/img/carousel-left.svg);
}
.kitbuilderlinks-slider .slick-next:before,
.clients-slider .slick-next:before{
    background-image: url(/Themes/Element/Content/img/carousel-right.svg);
}
.kitbuilderlinks-slider .slick-prev:hover:before, 
.kitbuilderlinks-slider .slick-next:hover:before {
    opacity: 0.1;
}
.kitbuilderlinks-slider .slick-prev,
.kitbuilderlinks-slider .slick-next {
    height: 44px;
    padding: 0 !important;
    width: 22px;
    background: transparent !important;
}
.kitbuilderlinks-slider .slick-track {
    padding-bottom: 50px;
}
.kitbuilderlinks-slider .kitbuilderlink {
    margin: 0 20px;
    float: left;
    display:block;
    height: 100%;
}
.kitbuilderlinks-slider .kitbuilderlink a {
    border: 1px solid #fff;
    display: block;
    font-family: 'Poppins', sans-serif;
    padding: 10px 10px 15px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
	color: #225e87;
}
.kitbuilderlinks-slider .kitbuilderlink a:hover {
    transition: all 0.2s;
	border-color: #225e87;
}
.kitbuilderlinks-slider .kitbuilderlink a:hover .kitbuilderlink-image:before {
    background-color: rgba(34, 94, 135, 10%);
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
	z-index: 1;
}
.kitbuilderlinks-slider .kitbuilderlink a .kitbuilderlink-image:before {
    transition: all 0.5s;
}
.kitbuilderlinks-slider .kitbuilderlink a:hover .kitbuilderlink-image:after {
    content: 'Design Me Now';
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
	color: #ffffff !important;
	z-index: 2;
}
.kitbuilderlinks-slider .kitbuilderlink-image {
    margin: 0 0 5px 0;
    position: relative;
	display: block;
}
.kitbuilderlinks-slider .kitbuilderlink img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.kitbuilderlinks-slider .kitbuilderlink-title {
    left: 50%;
    position: absolute;
    top: calc(100% - 15px);
    transform: translate(-50%);
    width: 80%;
	display: block;
	background-color: #ffffff;
}
@media all and (max-width: 1200px) {
    .kitbuilderlinks-slider-container {
        width: 90%;
    }
}
@media all and (max-width: 1300px) {
    .kitbuilderlinks-slider-container {
        width: 80%;
    }
}
/* -- KITBUILDERLINKS SLIDER END -- */

/* -- SITE REDIRECT POPUP START -- */

.c-site-redirect-popup__active .c-site-redirect-popup {
	display: block;
}

.c-site-redirect-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(80, 80, 82, 0.6);
	z-index: 999999;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #225e87;
	text-align: center;
}

.c-site-redirect-popup__container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}

.c-site-redirect-popup__header {
	position: relative;
}

.c-site-redirect-popup__close-icon {
	position: absolute;
	right: 30px;
	bottom: 5px;
	background-image: url(/Themes/Element/Content/img/redirect-popup/close-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

.c-site-redirect-popup__title {
	text-align: center;
	margin: 1em 0;
}

.c-site-redirect-popup__image {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
}

.c-site-redirect-popup__button {
	background: #225e87;
	color: #ffffff;
	font-size: 25px;
	padding: 1em 3em;
	display: inline-block;
	margin-top: 2em;
}

.c-site-redirect-popup__close-text {
	font-family: 'Roboto', sans-serif;
	color: #505052;
	cursor: pointer;
	font-size: 0.65em;
	margin-top: 0.65em;
	margin-bottom: 1.5em;
}

/* -- SITE REDIRECT POPUP END -- */

/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}

.air-theme .footable-first-column .item-count {
	font-size: 11px !important;
}
.earth-theme .footable-first-column .item-count {
	font-size: 13px !important;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	/*top: 50%;*/ /*doesn't work in IE*/
	left: 50%;
	width: 20px;
	height: 20px;
	/*margin: -10px 0 0 -10px;*/
	border-radius: 50%;
	overflow: hidden;
	background: #bbb url(/Themes/Element/Content/img/table-sprite.png) no-repeat;
}
.air-theme .footable.breakpoint > tbody > tr > td > span.footable-toggle {
	margin: -1px 0 0 -10px; /*IE hack*/
}
.earth-theme .footable.breakpoint > tbody > tr > td > span.footable-toggle {
	margin: 2px 0 0 -10px; /*IE hack*/
}
.footable-toggle {
	background-position: 0 center !important;
}
.footable-detail-show .footable-toggle {
	background-position: -20px center !important;
}
.footable-toggle:before {
	display: none !important;
}

.footable-row-detail {
	text-align: left;
}
.footable-row-detail-cell {
	border-width: 1px 0 !important;
	border-style: solid !important;
	border-color: #eee !important;
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
    display: table-cell;
    padding: 10px;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 10px;
}

@media all and (max-width: 1000px) {

/* GLOBAL STYLES */

.admin-header-links {
	z-index: 1050;
}
.header {
	position: relative;
	z-index: 1040;
	font-size: 0;
}
.flyout-cart {
	display: none !important;
}
.menu-title-wrapper {
	display: none;
}
.responsive-nav-wrapper-parent {
	position: relative;
	z-index: 1050;
}
.responsive-nav-wrapper {
	position: relative;
	top: 0; /*transition start*/
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 0;
	transition: top 0.3s ease;
}
.responsive-nav-wrapper.stick {
	position: fixed;
	top: 0;
	width: 100%;
}
.page-title {
	background-image: none !important;
}
.overview .quantity .increase,
.variant-overview .quantity .increase,
.overview .quantity .decrease,
.variant-overview .quantity .decrease {
	box-sizing: content-box;
	border: 5px solid #bbb; /*clickable size fix*/
}

/* RESPONSIVE MENU */

.header-menu,
.header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1070;
    width: 320px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
	text-align: left;
    transition: all 0.3s ease;
}
.header-menu.open,
.header-menu .sublist-wrap.active {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.notAndroid23 .header-menu,
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-320px);
    -ms-transform: translate(-320px);
    transform: translate(-320px);
}
.android23 .header-menu,
.android23 .header-menu .sublist-wrap {
    left: -320px;
}
.notAndroid23 .header-menu.open,
.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.android23 .header-menu.open,
.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

.header-menu .close-menu,
.header-menu .back-button {
	padding: 10px;
	text-align: right;
	font-size: 0;
}
.header-menu .close-menu span,
.header-menu .back-button span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.header-menu > ul li {
	position: relative;
	margin: 0 60px 0 40px;
	padding: 40px 0 0;
}
.header-menu > ul li:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #eee;
}
.header-menu > ul li > a {
	min-height: 60px;
	background-color: #fff;
	padding: 0 10px 0 0;
	line-height: 24px;
	color: #aaa;
	text-transform: uppercase;
}
.air-theme .header-menu > ul li > a {
	font-size: 18px;
	font-weight: 700;
}
.earth-theme .header-menu > ul li > a {
	font-size: 22px;
	font-weight: 400;
}
.header-menu .plus-button {
	position: absolute;
	right: -48px;
	z-index: 1;
	float: right;
	width: 40px;
	height: 40px;
	border: 8px solid #fff;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/arrow-white.png) center no-repeat;
	cursor: pointer;
}
.air-theme .header-menu .plus-button {
	bottom: -6px;
}
.earth-theme .header-menu .plus-button {
	bottom: -4px;
}

.header-menu li.back-button {
	margin: 0;
}
.header-menu li.back-button:after {
	display: none;
}

/* COMPARE LIST */

.compare-products-mobile .compare-section {
	max-width: 500px;
	margin: 0 auto 50px;
}
.compare-products-mobile .title {
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.compare-products-mobile .item {
	border-bottom: 1px solid #eee;
	padding: 15px;
	color: #555;
}
.compare-products-mobile .product .item {
	display: table;
	width: 100%;
	border: none;
	overflow: hidden;
	padding: 15px 0 0;
	text-align: left;
}
.compare-products-mobile .product .picture {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	font-size: 0;
}
.compare-products-mobile .product .picture a {
	display: inline-block;
}
.compare-products-mobile .product .picture img {
	max-width: 100px; /*Ie fix*/
}
.compare-products-mobile .product .details {
	display: table-cell;
	padding: 0 0 0 15px;
	vertical-align: middle;
}
.compare-products-mobile .product-name {
	padding: 5px 0 0;
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
}
.air-theme .compare-products-mobile .product-name {
	font-size: 13px;
}
.earth-theme .compare-products-mobile .product-name {
	font-size: 15px;
}
.compare-products-mobile .remove-button {
	padding: 0 !important;
	color: #aaa !important;
}
.air-theme .compare-products-mobile .remove-button:before {
	margin: 0 5px 0 0;
}
.earth-theme .compare-products-mobile .remove-button:before {
	margin: 0 7px 0 0;
}
.air-theme .compare-products-mobile .price .item {
	font-size: 15px;
	font-weight: 700;
	color: #eda187;
}
.earth-theme .compare-products-mobile .price .item {
	font-size: 16px;
	font-weight: 400;
	color: #007c5a;
}

/* SHOPPING CART */

.cart-collaterals .shipping,
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
	margin: 0 0 20px;
	background-color: #f9f9f9;
}
.cart-collaterals .title {
	position: relative;
	margin: 0 0 -10px;
	padding: 25px 20px;
	cursor: pointer;
}
.cart-collaterals .inner-wrapper {
	display: none;
	padding: 0 20px 25px;
}
.cart-collaterals .title:before,
.cart-collaterals .title:after {
	content: "";
	position: absolute;
	top: 50%;	
	width: 18px;
	height: 18px;
	margin: -9px 0 0;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/dropdown-arrow-white.png) center no-repeat;
	vertical-align: middle;
}
.cart-collaterals .title:before {
	left: 15px;
}
.cart-collaterals .title:after {
	right: 15px;
}
.cart-collaterals .title strong {
	vertical-align: middle;
}

}

@media all and (max-width: 720px) {

/* SHOPPING CART */

.shopping-cart-page-body
.master-column-wrapper,
.checkout-pages-body
.master-column-wrapper {
	width: 100%;
}
.cross-sells {
	width: 94%;
	margin: auto;
}

.order-progress ul {
	display: table;
	width: 100%;
}
.order-progress li {
	display: table-cell;
	position: relative;
	width: 16%;
	padding: 0 1px;
}
.order-progress li:first-child {
	width: 14%;
	padding-left: 0;
}
.order-progress li:last-child {
	width: 18%;
	padding-right: 0;
}
.order-progress li:nth-child(1) {
	z-index: 6;
}
.order-progress li:nth-child(2) {
	z-index: 5;
}
.order-progress li:nth-child(3) {
	z-index: 4;
}
.order-progress li:nth-child(4) {
	z-index: 3;
}
.order-progress li:nth-child(5) {
	z-index: 2;
}
.order-progress li:nth-child(6) {
	z-index: 1;
}

.order-progress a {
	display: block;
	position: relative;
	height: 50px;
	background-color: #f3f3f3;
	padding: 0 0 0 15px;
	text-align: center;
}
.order-progress li:first-child a {
	padding: 0 0 0 5px;
}
.order-progress li:last-child a {
	padding: 0 5px 0 15px;
}
.order-progress a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	border-width: 25px 0 25px 16px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #fff;
}
.order-progress a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -16px;
	height: 50px;
	border-width: 25px 0 25px 16px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #f3f3f3;
}
.order-progress li:first-child a:before,
.order-progress li:last-child a:after {
	display: none;
}
.air-theme .order-progress .active-step a:after {
    border-color: transparent transparent transparent #eda187;
}
.earth-theme .order-progress .active-step a::after {
    border-color: transparent transparent transparent #007c5a;
}

.order-progress a span {
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: url(/Themes/Element/Content/img/order-progress-sprite-small.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
.order-progress a.cart-step span {
	background-position: center 0;
}
.order-progress a.address-step span {
	background-position: center -50px;
}
.order-progress a.shipping-step span {
	background-position: center -100px;
}
.order-progress a.payment-step span {
	background-position: center -150px;
}
.order-progress a.confirm-step span {
	background-position: center -200px;
}
.order-progress a.complete-step span {
	background-position: center -250px;
}

.order-progress .active-step a.cart-step span {
	background-position: center -300px;
}
.order-progress .active-step a.address-step span {
	background-position: center -350px;
}
.order-progress .active-step a.shipping-step span {
	background-position: center -400px;
}
.order-progress .active-step a.payment-step span {
	background-position: center -450px;
}
.order-progress .active-step a.confirm-step span {
	background-position: center -500px;
}
.order-progress .active-step a.complete-step span {
	background-position: center -550px;
}

}

@media all and (min-width: 481px) and (max-width: 1000px) {

.header-menu,
.header-menu .sublist-wrap {
    width: 450px !important;
}
.notAndroid23 .header-menu,
.notAndroid23 .header-menu .sublist-wrap {
    -webkit-transform: translate(-450px);
    -ms-transform: translate(-450px);
    transform: translate(-450px);
}
.android23 .header-menu,
.android23 .header-menu .sublist-wrap {
    left: -450px;
}
.air-theme .header-menu > ul li > a {
	font-size: 20px;
}
.earth-theme .header-menu > ul li > a {
	font-size: 24px;
}
/* -- HOMEPAGE -- */
.two-col-wrap .col {
	float: left;
	display: block;
	position: relative;
	width: 100%;
}
.two-col-wrap .left {
	border-right: none;
	border-bottom: 1px dashed;
}
}
@media all and (min-width: 660px) and (max-width: 1000px) {
	.showcase-page .showcase-grid .item-box .details, .showcase-page .showcase-grid .item-box .picture {
		width: 49%;
	}
	.showcase-page .showcase-grid .item-box .picture img {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}
@media all and (min-width: 240px) and (max-width: 659px) {
	.showcase-page .showcase-grid .item-box .details, .showcase-page .showcase-grid .item-box .picture {
		width: 100%;
	}
	.showcase-page .showcase-grid .item-box .picture {
		border-bottom: 1px solid #ddd;
	}
	.showcase-page .showcase-grid .item-box .picture img {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
}
@media all and (min-width: 240px) and (max-width: 500px) {
	.showcase-item .product-essential .gallery, .showcase-item .product-essential .full-description {
		width: 100%;
		margin-right: 0 !important;
	}
}
@media all and (min-width: 240px) and (max-width: 1000px) {
	.topic-block-title h2 {
		width: 100% !important;
		line-height: 40px;
	}
}
@media all and (min-width: 240px) and (max-width: 1000px) {
	.page-body, .col, .two-col-two-wrap .two-col-container {
		width: 100% !important;
		float: left !important;
	}
	.two-col-container {
		text-align: left;
	}
	.two-col-wrap .two-col-wrap .left {
		border-bottom: none;
	}
	.home-page .two-col-wrap .left {
		border-right: none;
	}
	body .home-page .page-body .kitbuilder,.home-page .bottom .topic-block-title {
		display: none !important;
	}
	body .home-page .page-body .kitbuilder .kb-wrapper .kb-page-customize .kb-preview-panel, body .home-page .page-body .kitbuilder .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
		width: 100% !important;
	}
	.kit-builder-pricing .content-wrap, .pricing-request-form-wrap, .book-a-tour .content-wrap, .book-a-tour-form-wrap {
		width: 100% !important;
	}
	.html-contact-page .side-2, .html-contact-page .center-2 {
		width: 100% !important;
		float: left;
	}
}
/* -- Quick Start Guides -- */
@media all and (min-width: 701px) and (max-width: 1000px) {
	.quick-start-guides {
		width: 50%;
		float: none;
		margin: 30px auto;
	}
	.quick-start-guides .guide {
		width: 49%;
	}
	.quick-start-guides .guide:nth-child(5n) {
		margin-right: 1%;
	}
}
@media all and (min-width: 401px) and (max-width: 700px) {
	.quick-start-guides {
		width: 75%;
		float: none;
		margin: 30px auto;
	}
	.quick-start-guides .guide {
		width: 49%;
	}
	.quick-start-guides .guide:nth-child(5n) {
		margin-right: 1%;
	}
}
@media all and (min-width: 240px) and (max-width: 400px) {
	.quick-start-guides {
		width: 100%;
		float: none;
		margin: 30px auto;
	}
	.quick-start-guides .guide {
		width: 49%;
	}
	.quick-start-guides .guide:nth-child(5n) {
		margin-right: 1%;
	}
}
/* -- SWAPPING FEATURES PAGE ELEMENTS -- */
@media all and (min-width: 1001px) {
	.images-beside {
		display: flex;
		flex-direction: row;
	}
}
@media all and (min-width: 240px) and (max-width: 1000px) {
	.images-beside {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

/* -- PRODUCT PAGE OVERRIDES -- */
@media all and (min-width: 1001px) and (max-width: 1321px) {
	.catalog-product-details-page .overview {
		padding: 0;
	}
}
@media all and (min-width: 801px) and (max-width: 1000px) {
	.catalog-product-details-page .overview {
		padding: 0;
		width: 50%;
		margin: 0 auto;
		border-top: 1px solid #bbb;
	}
	.catalog-product-details-page .add-to-cart-panel .quantity, .catalog-product-details-page .add-to-cart-panel .button {
		width: 100%;
	}
	.catalog-product-details-page .product-essential .full-description {
		width: 50%;
		margin: 0 auto;
		padding: 2% 0;
	}
}
@media all and (min-width: 501px) and (max-width: 800px) {
	.catalog-product-details-page .overview {
		padding: 0;
		width: 80%;
		margin: 0 auto;
		border-top: 1px solid #bbb;
	}
	.catalog-product-details-page .add-to-cart-panel .quantity, .catalog-product-details-page .add-to-cart-panel .button {
		width: 100%;
	}
	.catalog-product-details-page .product-essential .full-description {
		width: 80%;
		margin: 0 auto;
		padding: 2% 0;
	}
}
@media all and (min-width: 240px) and (max-width: 500px) {
	.catalog-product-details-page .overview {
		padding: 0;
		width: 95%;
		margin: 0 auto;
		border-top: 1px solid #bbb;
	}
	.catalog-product-details-page .add-to-cart-panel .quantity, .catalog-product-details-page .add-to-cart-panel .button {
		width: 100%;
	}
	.catalog-product-details-page .product-essential .full-description {
		width: 95%;
		margin: 0 auto;
		padding: 2% 0;
	}
}

@media all and (min-width: 481px) {
	
/* GLOBAL STYLES */

.side-2:after {
	content: "";
	display: block;
	clear: both;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart .product-picture img {
	max-width: 100px;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.ui-autocomplete {
	width: calc(100% - 102px) !important;
}

/* HEADER MENU */
/* FOOTER */

.footer-middle .center {
	padding: 0 20px;
}
.social-sharing {
	width: 320px;
	height: 320px;
	margin-top: -130px;
	padding-top: 160px;
}
.social-sharing ul {
	margin: 15px 0 0;
}
.social-sharing li {
	margin: 6px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
	text-align: left;
}
.block:nth-of-type(2n+1) {
	clear: both;
}
.block .tags li,
.product-tags-all-page li {
	margin: 0 5px;
}
.block .poll-options li,
.block .poll-results li {
	display: block;
}
.block .poll .buttons,
.block .poll-total-votes {
	text-align: left;
}

/* CATEGORY PAGE & GRIDS */

.sub-category-grid .item-box,
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 49%; /*two per row*/
}
.sub-category-grid .item-box:nth-child(even),
.manufacturer-grid .item-box:nth-child(even),
.vendor-grid .item-box:nth-child(even) {
	clear: none;
	margin-left: 2%;
}
.sub-category-grid .item-box:nth-child(odd),
.manufacturer-grid .item-box:nth-child(odd),
.vendor-grid .item-box:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
.air-theme .pager li {
	margin: 0 2.5px;
}
.pager .previous-page {
	margin-right: 8px !important;
}
.pager .next-page {
	margin-left: 8px !important;
}

/* PRODUCT PAGE */

.product-social-buttons label {
	display: inline-block;
	margin: 0 8px 0 -42px;
}
.ui-tabs .ui-tabs-panel {
	padding: 30px;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* TOPICS */
/* CONTACT PAGES */
/* REGISTRATION, LOGIN */

.checkout-as-guest-button {
	display: inline-block;
	margin: 0;
}

/* ACCOUNT PAGES */
/* SHOPPING CART */

.cart-total .cart-total-left {
	padding: 5px 10px 5px 20px;
}
.cart-total .cart-total-right {
	padding: 5px 20px 5px 10px;
}

/* CHECKOUT */

.shipping-method li,
.payment-method li {
	text-align: left;
}
.payment-logo,
.payment-details {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.opc .payment-info {
	padding: 0 20px;
}
.payment-info .info td {
	display: table-cell;
	width: auto;
	text-align: left;
}
.payment-info .info tr:only-child td {
	display: block;
	width: 100%;
	text-align: center;
}
.payment-info .info tr:only-child p {
	text-align: left;
}

/* ORDER DETAILS & RETURN REQUEST */
/* SEARCH PAGE & SITEMAP */

.search-input .buttons {
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}

/* BLOG & NEWS */

.post-head .post-title,
.news-head .news-title,
.blogpost-page .post-date,
.news-item-page .news-date {
	padding: 15px 20px;
}
.news-list-homepage .news-item {
	border-width: 20px;
}

/* FORUM & PROFILE */

.forum-edit-page .inputs.reversed label {
	display: inline-block;
	width: auto;
	margin: 0 0 0 10px;
}
.private-message-view-page .message-head li {
	display: inline-block;
	margin: 0 10px;
}
.private-message-view-page .message-head span:after {
	content: "|";
	margin: 0 0 0 20px;
	color: #ddd;
}
.private-message-view-page .message-head .subject span:after {
	display: none;
}
.private-message-view-page .message-body {
	padding: 40px 20px;
}

}


@media all and (min-width: 721px) {

/* GLOBAL STYLES */
/* GLOBAL FORMS */
/* GLOBAL TABLES */

.downloadable-products-page .data-table col:first-child,
.downloadable-products-page .data-table th:first-child,
.downloadable-products-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.return-request-page col:first-child,
.return-request-page th:first-child,
.return-request-page td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */

.eu-cookie-bar-notification {
	padding: 10px;
}
.eu-cookie-bar-notification .content > div {
	display: inline-block;
	vertical-align: middle;
}
.eu-cookie-bar-notification a {
	display: inline-block;
	margin: 0 0 0 15px;
}
.eu-cookie-bar-notification .text,
.eu-cookie-bar-notification button {
	margin: 10px;
}

/* HEADER */
/* HEADER MENU */
/* FOOTER */

.social-sharing {
	margin-bottom: 0;
}
.footer-block {
	width: 50%;
}
.footer-block-left {
	float: left;
}
.footer-block-right {
	float: right;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.product-selectors {
	display: table;
	width: 100%;
	margin: 0 0 30px;
	background-color: #f6f6f6;
	padding: 15px 30px;
}
.infinite-scroll-enabled .product-sorting {
	text-align: right;
}
.product-viewmode {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	text-align: left;
}
.product-viewmode a {
	display: inline-block;
	height: 21px;
	background-image: url(/Themes/Element/Content/img/view-mode.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	opacity: 0.3;
}
.product-viewmode a.grid {
	width: 21px;
	margin: 0 10px 0 0;
	background-position: 0 center;
}
.product-viewmode a.list {
	width: 24px;
	background-position: -21px center;
}
.product-viewmode a.selected {
	opacity: 1;
}
.product-sorting,
.product-page-size {
	display: table-cell;
	vertical-align: middle;
}
.product-sorting > span,
.product-page-size > span {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.product-sorting > div,
.product-page-size > div {
	display: inline-block;
	vertical-align: middle;
}
.product-page-size {
	width: 25%;
	text-align: right;
}

.item-box {
	width: 32%; /*three per row*/
	margin-bottom: 7%;
}
.item-box:nth-child(2n+1) {
	clear: none;
	margin-left: 2%;
}
.item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item-box .buttons {
	display: block;
	margin: 15px 10px 0;
	padding: 5px;
}
.item-box .buttons.desktop {
	display: none;
}
.air-theme .item-box .buttons {
	background-color: #eda187;
}
.earth-theme .item-box .buttons {
	background-color: #077c5a;
}
.item-box button {
	display: inline-block;
	background-color: transparent;
	vertical-align: middle;
	color: #fff;
	text-transform: uppercase;
}
.air-theme .item-box button {
	font-size: 14px;
}
.earth-theme .item-box button {
	font-size: 16px;
}
.item-box button:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 -15px;
	background-image: url(/Themes/Element/Content/img/product-box-sprite.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.item-box button span {
	vertical-align: middle;
	font-weight: 400;
}
.item-box .product-box-add-to-cart-button {
	width: 100%;
}
.item-box .add-to-wishlist-button,
.item-box .add-to-compare-list-button {
	display: none;
	font-size: 0 !important;
}

.home-page-category-grid .item-box {
	width: 49%; /*two per row*/
}
.home-page-category-grid .item-box:nth-child(even) {
	clear: none;
	margin-left: 2%;
}
.home-page-category-grid .item-box:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
.manufacturer-grid .item-box,
.vendor-grid .item-box {
	width: 32%; /*three per row*/
}
.manufacturer-grid .item-box:nth-child(2n+1),
.vendor-grid .item-box:nth-child(2n+1) {
	clear: none;
	margin-left: 2%;
}
.manufacturer-grid .item-box:nth-child(3n+1),
.vendor-grid .item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.product-list .item-box {
	display: table;
    float: none;
    width: 100%;
    margin: 0 0 50px !important; /*important because of default nth-child margins*/
}
.product-list .item-box .product-item {
	display: table-row;
}
.product-list .item-box .picture {
	display: table-cell;
	width: 40%;
	margin: 0;
	padding: 0 30px 0 0;
	vertical-align: top;
}
.product-list .item-box .picture img {
	bottom: auto;
	width: 100%;
}
.product-list .item-box .picture .buttons {
	display: none !important;
}
.product-list .item-box .details {
	display: table-cell;
	position: relative;
	padding: 20px 0 70px;
	text-align: left;
	vertical-align: top;
}
.product-list .item-box .product-title {
	height: auto;
	margin: 0 0 15px;
}
.product-list .item-box .product-rating-box {
	display: block;
	margin: 0 0 15px;
}
.product-list .item-box .description {
	display: block;
	margin: 0 0 20px;
	line-height: 25px;
}
.air-theme .product-list .item-box .description {
	font-family: 'Raleway', sans-serif;
}
.product-list .item-box .details .buttons {
	display: block !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	background-color: transparent;
	padding: 0;
	opacity: 1;
}
.product-list .item-box button {
	margin: 0 5px 0 0 !important;
	padding: 5px !important;
}
.product-list .item-box button:hover {
	opacity: 0.9;
}
.air-theme .product-list .item-box button {
	background-color: #eda187;
}
.earth-theme .product-list .item-box button {
	background-color: #007c5a;
}
.product-list .product-box-add-to-cart-button {
	width: auto;
	min-width: 200px;
}
.air-theme .product-list .product-box-add-to-cart-button {
	font-size: 14px;
}
.earth-theme .product-list .product-box-add-to-cart-button {
	font-size: 16px;
}
.product-list .product-box-add-to-cart-button span {
	margin: 0 10px !important;
}
.product-list .item-box .add-to-wishlist-button,
.product-list .item-box .add-to-compare-list-button {
	display: inline-block;
	background-color: #f6f6f6 !important;
}
.product-list .item-box button:before {
	margin: 0;
}
.air-theme .product-list .item-box .add-to-wishlist-button:before {
	background-color: #eda187;
	background-position: -40px bottom;
}
.earth-theme .product-list .item-box .add-to-wishlist-button:before {
	background-color: #007c5a;
	background-position: -40px bottom;
}
.air-theme .product-list .item-box .add-to-compare-list-button:before {
	background-color: #eda187;
	background-position: -80px bottom;
}
.earth-theme .product-list .item-box .add-to-compare-list-button:before {
	background-color: #007c5a;
	background-position: -80px bottom;
}

.pager {
	background-color: #f6f6f6;
	padding: 20px;
}

/* PRODUCT PAGE */

.rental-attributes .attribute-item {
	display: inline-block;
	margin: 0 10px;
}
.rental-attributes .datepicker {
	width: 150px;
}

.tier-prices .prices-table {
	display: table;
	width: 100%;
	border: none;
	border-collapse: collapse;
	background-color: #eee; /*Ie fix*/
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
	background-color: #fff; /*Ie fix*/
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: 1px solid #eee !important;
}
.tier-prices .field-header {
	min-width: 100px;
}

/* REVIEW PAGE */

.product-reviews-page .buttons {
	border-top: 1px solid #eee;
	padding: 40px 0 0;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content button {
	display: inline-block;
	width: auto;
	min-width: 180px;
	margin: 5px;
	text-align: center;
}
.wishlist-content .update-wishlist-button {
	float: left;
}
.wishlist-content .wishlist-add-to-cart-button {
	float: right;
}
.wishlist-content .email-a-friend-wishlist-button {
	float: left;
}

/* TOPICS */
/* CONTACT PAGES */

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
	border-top: 1px solid #eee;
	padding: 40px 0 0;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .form-fields,
.account-page .form-fields,
.account-page .edit-address {
	padding: 25px 2% 20px;
}
.registration-page .form-fields:after,
.account-page .form-fields:after,
.account-page .edit-address:after {
	content: "";
	display: block;
	clear: both;
}
.registration-page .inputs,
.account-page .inputs {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.registration-page .inputs:nth-child(2n+1),
.account-page .inputs:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.registration-page .inputs:only-child,
.account-page .inputs:only-child {
	width: 100%;
}
.registration-page .custom-attributes,
.account-page .custom-attributes {
	float: none;
	width: auto;
	margin-left: 0;
}
.registration-page .custom-attributes li,
.account-page .custom-attributes li {
	width: 24.25%;
	margin: 0 0 0 1%;
}
.registration-page .custom-attributes li:nth-child(4n+1),
.account-page .custom-attributes li:nth-child(4n+1) {
	margin-left: 0;
}

.account-page .address-list,
.account-page .order-list,
.return-request-list-page .page-body {
	overflow: hidden;
}
.account-page .address-list .section,
.account-page .order-list .section,
.return-request-list-page .section {
	float: left;
	width: 49%;
	max-width: none;
	margin-left: 2%;
}
.account-page .address-list .section:nth-child(2n+1),
.account-page .order-list .section:nth-child(2n+1),
.return-request-list-page .section:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.account-page .address-list .section:only-child,
.account-page .order-list .section:only-child,
.return-request-list-page .section:only-child {
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.change-password-page .inputs,
.vendorinfo-page .inputs {
	float: none;
	width: 440px;
	margin-left: auto !important;
}
.change-password-page .buttons,
.vendorinfo-page .buttons {
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}

/* SHOPPING CART */

.order-progress {
	margin: 45px 0 75px;
	text-align: center;
}
.order-progress li {
	display: inline-block;
	width: 15%;
}
.order-progress li:before {
	content: "";
	display: block;
	position: relative;
	top: 34px;
	z-index: -1;
	height: 2px;
	background-color: #eee;
}
.order-progress li:first-child:before {
	margin-left: 50%;
}
.order-progress li:last-child:before {
	margin-right: 50%;
}
.order-progress a {
	display: inline-block;
	width: 65px;
	height: 65px;
	border: 2px solid #eee;
	border-radius: 50%;
	background-color: #fff;
	background-image: url(/Themes/Element/Content/img/order-progress-sprite-big.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
.order-progress .active-step a {
	border-color: transparent;
}

.order-progress a.cart-step {
	background-position: center 0;
}
.order-progress a.address-step {
	background-position: center -65px;
}
.order-progress a.shipping-step {
	background-position: center -130px;
}
.order-progress a.payment-step {
	background-position: center -195px;
}
.order-progress a.confirm-step {
	background-position: center -260px;
}
.order-progress a.complete-step {
	background-position: center -325px;
}
.order-progress .active-step a.cart-step {
	background-position: center -390px;
}
.order-progress .active-step a.address-step {
	background-position: center -455px;
}
.order-progress .active-step a.shipping-step {
	background-position: center -520px;
}
.order-progress .active-step a.payment-step {
	background-position: center -585px;
}
.order-progress .active-step a.confirm-step {
	background-position: center -650px;
}
.order-progress .active-step a.complete-step {
	background-position: center -715px;
}

.order-progress a span {
	position: relative;
	top: 75px;
	text-transform: uppercase;
}
.air-theme .order-progress a span {
	font-size: 13px;
}
.earth-theme .order-progress a span {
	font-size: 15px;
}

.cart-options button {
	text-align: center !important;
}
.cart-options button:before {
	margin: 0 10px 0 -20px !important;
}
.cart-options .update-cart-button {
	float: left;
}
.cart-options .continue-shopping-button {
	float: right;
}

.cart-collaterals,
.cart-footer .totals {
	max-width: 600px;
}

/* CHECKOUT */

.checkout-page .address-grid {
	text-align: left;
	font-size: 0;
}
.checkout-page .address-item {
	display: inline-block;
	width: 48%;
	margin: 0 1% 2%;
}
.air-theme .checkout-page .address-item {
	font-size: 13px; /*reset zeroing*/
}
.earth-theme .checkout-page .address-item {
	font-size: 16px; /*reset zeroing*/
}
.checkout-page .address-item:only-child {
	width: 100%;
	max-width: none;
	margin: 0;
}
.checkout-page .enter-address {
	padding: 25px 2% 20px;
}
.checkout-page .enter-address:after {
	content: "";
	display: block;
	clear: both;
}
.checkout-page .enter-address .inputs {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.checkout-page .enter-address .inputs:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.checkout-page .enter-address .inputs:only-child {
	width: 100%;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-review-data,
.order-details-area,
.shipment-details-area {
	display: table;
	width: 100%;
}
.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
	display: table-cell;
	width: 50%;
	outline: 10px solid #fff;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.blog-page .blog-links {
	padding: 10px 5px;
}
.blog-page .tags,
.blog-page .comments,
.blogpost-page .tags {
	display: inline-block;
}
.blog-comment,
.news-comment {
	overflow: hidden;
}
.comment-info {
	float: left;
	width: 20%;
	margin: 0;
}
.comment-content {
	float: right;
	width: 77%;
	text-align: left;
}
.new-comment .buttons {
	border-top: 1px solid #eee;
	padding: 40px 0 0;
}
.news-list-homepage .news-item {
	max-width: 700px;
}

/* FORUM & PROFILE */

.topic-post {
	overflow: hidden;
}
.topic-post .post-info {
	float: left;
	width: 25%;
	margin: 0;
	text-align: center;
}
.topic-post .user-stats li {
	display: block;
}
.topic-post .post-content {
	float: right;
	width: 75%;
	text-align: left;
}
.topic-post .post-head {
	overflow: hidden;
}
.topic-post .post-time {
	display: block;
	float: left;
	margin: 0 0 0 20px;
}
.topic-post .post-actions {
	float: right;
	margin: 0 20px 0 0;
}
.topic-post .post-actions a {
	margin: 0 10px;
}
.topic-post .post-vote {
	margin: 25px 0 0;
	border-top: 1px solid #eee;
	padding: 20px 0 0;
}
.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons {
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}
.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
	display: inline-block;
	width: auto;
	min-width: 150px;
	margin: 0 5px;
}
.private-messages-page .buttons input {
	min-width: 180px;
	margin: 5px;
}
.private-message-view-page input.back-pm-button {
	display: block;
	min-width: 0;
	margin: 10px auto -10px;
	background: url(/Themes/Element/Content/img/forum-sprite.png) -100px center no-repeat;
	padding: 0 0 0 35px;
	text-align: left;
}

}

@media all and (min-width: 1001px) {

/* GLOBAL STYLES */

.desktop-device.scrollYRemove {
	margin-right: 17px; /*document no scroll fix*/
}
.overlayOffCanvas {
	z-index: 1010 !important;
    background-color: rgba(255,255,255,0.8);
}
.admin-header-links {
	z-index: 1020;
}
.master-wrapper-content {
	overflow: hidden;
	padding-top: 240px;
}
.home-page-body .master-wrapper-content {
	padding-top: 0 !important;
}
.master-column-wrapper {
	width: 980px;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}
.center-2 {
	float: right;
	width: 715px;
}
.side-2 {
	float: left;
	width: 245px;
	margin-top: 0 !important;
}
.page {
	clear: both;
	text-align: left;
}
.page-title {
	width: 100%;
	height: auto;
	margin: 0;
	margin-bottom: 20px;
}
.air-theme .page-title {
	background: url(/Themes/Element/Content/img/title-banner-1.jpg) center no-repeat;
}
.earth-theme .header-img {
	background: url(/Themes/Element/Content/img/banners/kit-builder.jpg) center no-repeat;
}
.header-img {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	background-size: cover !important;
}
.page-title .overlay {
	width: 100%;
	height: 100%;
	background: #222;
	opacity: 0.5;
}
.page-title h1 {
	width: 100%;
	color: #222;
}
.air-theme .page-title h1,
.air-theme .product-grid .title strong {
	font-size: 26px;
}
.earth-theme .page-title h1,
.earth-theme .product-grid .title strong {
	font-size: 28px;
}
.home-page .topic-block,
.home-page .product-grid,
.home-page-polls {
	width: 980px;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart .product-picture img {
	max-width: 150px;
}
.reward-points-history .data-table col:first-child,
.reward-points-history .data-table th:first-child,
.reward-points-history .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.order-details-page .data-table col:first-child,
.order-details-page .data-table th:first-child,
.order-details-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.forums-table-section col:first-child,
.forums-table-section th:first-child,
.forums-table-section td:first-child {
	display: none !important; /*hides counter*/
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.desktop-nav-wrapper {
	display: table;
	position: relative;
	top: 0; /*transition start*/
	z-index: 1020;
	width: 100%;
	min-height: 80px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	padding: 15px;
	text-align: center;
	font-size: 0;
	transition: top 0.3s ease;
}
.air-theme .desktop-nav-wrapper {
	background-color: #fff;
}
.earth-theme .desktop-nav-wrapper {
	background-color: #222;
}
.desktop-nav-wrapper.stick {
	position: fixed;
	top: 0;
	width: 100%;
}
.desktop-device.scrollYRemove .desktop-nav-wrapper.stick {
	width: calc(100% - 17px);
}
.header,
.header-menu-parent,
.responsive-nav-wrapper-parent {
	display: table-cell;
	vertical-align: middle;
}
.header,
.menu-title-wrapper,
.responsive-nav-wrapper-parent {
	width: 200px;
}
.header-menu-parent {
	padding: 0 20px;
}
.header-logo {
	padding: 0;
	text-align: left;
}
.responsive-nav-wrapper-parent {
	height: auto !important;
}
.responsive-nav-wrapper {
	height: 50px; /* fix for JS height calculation conflict */
	overflow: hidden;
	text-align: right;
}
.responsive-nav-wrapper div {
	margin: 0;
}
.responsive-nav-wrapper .menu-title {
	display: none;
}
.earth-theme .responsive-nav-wrapper span,
.earth-theme .responsive-nav-wrapper a {
	background-image: url(/Themes/Element/Content/img/header-navigation-sprite-grey.png);
}

/* HEADER VARIANTS */

.air-theme.variant-2 .menu-title-wrapper,
.earth-theme.variant-2 .menu-title-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.air-theme.variant-2 .menu-title-wrapper div,
.earth-theme.variant-2 .menu-title-wrapper div {
	display: inline-block;
}
.air-theme.variant-2 .menu-title-wrapper span,
.earth-theme.variant-2 .menu-title-wrapper span {
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	font-size: 0;
	cursor: pointer;
}
.air-theme.variant-2 .menu-title-wrapper span {
	background-color: #eda187;
	background-image: url(/Themes/Element/Content/img/header-navigation-sprite.png);
}
.earth-theme.variant-2 .menu-title-wrapper span {
	background-color: #007c5a;
	background-image: url(/Themes/Element/Content/img/header-navigation-sprite-grey.png);
}
.air-theme.variant-2 .menu-title-wrapper .personal-button span {
	background-position: -100px center;
}
.earth-theme.variant-2 .menu-title-wrapper .menu-title span {
	background-position: 0 center;
}
.earth-theme.variant-2 .menu-title-wrapper .search-wrap span {
	background-position: -50px center;
}
.air-theme.variant-2 .header-menu-parent {
	position: absolute;
	top: 80px;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	padding: 0;
	transition: all 0.2s ease;
}
.air-theme.variant-2 .stick .header-menu-parent {
	top: 0;
}
.earth-theme.variant-2 .header-menu-parent {
	padding: 0;
}
.air-theme.variant-2 .header-menu {
	margin: auto;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
	background-color: #fff;
	padding: 10px 20px;
	transition: all 0.2s ease;
}
/*.air-theme.variant-2 .header-menu {
	width: 980px;
}*/
.air-theme.variant-2 .stick .header-menu {
	width: 100% !important;
	min-height: 80px;
	padding: 20px;
}
.air-theme.variant-2 .header-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15px;	
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.04) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.04) 50%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
}
.earth-theme.variant-2 .header-menu,
.earth-theme.variant-2 .header-menu.open {
	display: block;
}
.air-theme.variant-2 .header,
.earth-theme.variant-2 .header {
	width: auto;
}
.air-theme.variant-2 .header-logo,
.earth-theme.variant-2 .header-logo {
	text-align: center;
}
.air-theme.variant-2 .header-logo img {
	max-height: 50px; /* in this variant the header should always have static height, 80px at max, because of the overlapping header-menu.
	The only element that can cause the header to expand is the logo image, so its height is limited here. */
}

/* HEADER MENU, Air-1&2, Earth-1 */

.air-theme .menu-title,
.air-theme .close-menu,
.air-theme .header-menu .plus-button,
.air-theme .header-menu .back-button,
.earth-theme.variant-1 .menu-title,
.earth-theme.variant-1 .close-menu,
.earth-theme.variant-1 .header-menu .plus-button,
.earth-theme.variant-1 .header-menu .back-button {
	display: none;
}
.air-theme .top-menu,
.earth-theme.variant-1 .top-menu {
	display: block;
}

.air-theme .header-menu,
.earth-theme.variant-1 .header-menu {
	position: relative;
}
.air-theme .header-menu > ul,
.earth-theme.variant-1 .header-menu > ul {
	font-size: 0;
}
.air-theme .header-menu > ul > li,
.earth-theme.variant-1 .header-menu > ul > li {
	display: inline-block;
	margin: 0 -1px 0 0;
}
.air-theme .header-menu > ul > li > a,
.earth-theme.variant-1 .header-menu > ul > li > a {
	display: block;
	position: relative;
	padding: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.air-theme .header-menu > ul > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.earth-theme.variant-1 .header-menu > ul > li > a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.air-theme .header-menu > ul > li > a:before,
.air-theme .header-menu > ul > li > a:after,
.earth-theme.variant-1 .header-menu > ul > li > a:before,
.earth-theme.variant-1 .header-menu > ul > li > a:after {
	content: "";
	position: absolute;
	width: 1px;
}
.air-theme .header-menu > ul > li > a:before,
.earth-theme.variant-1 .header-menu > ul > li > a:before {
	left: 0;
}
.air-theme .header-menu > ul > li > a:after,
.earth-theme.variant-1 .header-menu > ul > li > a:after {
	right: 0;
}
.air-theme .header-menu > ul > li > a:before,
.air-theme .header-menu > ul > li > a:after {
	height: 18px;
	background-color: #e5e5e5;
}
.earth-theme.variant-1 .header-menu > ul > li > a:before,
.earth-theme.variant-1 .header-menu > ul > li > a:after {
	height: 22px;
	background-color: #393939;
}

.air-theme .header-menu ul > li:hover
.earth-theme.variant-1 .header-menu ul > li:hover {
	z-index: 50;
}
.air-theme .header-menu ul > li:hover > a {
	color: #eda187;
}
.earth-theme.variant-1 .header-menu ul > li:hover > a {
	color: #007c5a;
}
.air-theme .header-menu .sublist-wrap,
.earth-theme.variant-1 .header-menu .sublist-wrap {
	display: none;
	position: absolute;
	z-index: 1;
	border-top: 10px solid transparent;
}
.air-theme .header-menu .sublist-wrap.active,
.earth-theme.variant-1 .header-menu .sublist-wrap.active {
	display: block;
}
.air-theme .header-menu .sublist,
.earth-theme.variant-1 .header-menu .sublist {
	width: 250px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	text-align: left;
}
.air-theme .header-menu .sublist {
	padding: 10px 0;
}
.earth-theme.variant-1 .header-menu .sublist {
	padding: 15px 0;
}
.air-theme .header-menu .sublist li,
.earth-theme.variant-1 .header-menu .sublist li {
	position: relative;
}
.air-theme .header-menu .sublist li a,
.earth-theme.variant-1 .header-menu .sublist li a {
	display: block;
	position: relative;
	padding: 12px 25px;
	color: #666;
}
.air-theme .header-menu .sublist li a {
	font-size: 14px;
}
.earth-theme.variant-1 .header-menu .sublist li a {
	font-size: 15px;
}
.air-theme .header-menu .sublist li .with-subcategories:after,
.earth-theme.variant-1 .header-menu .sublist li .with-subcategories:after {
	content: "";
	position: absolute;
	right: 20px;
	width: 6px;
	height: 9px;
	background: url(/Themes/Element/Content/img/arrow-grey.png) center no-repeat;
}
.air-theme .header-menu .sublist li .with-subcategories:after {
	top: 17px;
}
.earth-theme.variant-1 .header-menu .sublist li .with-subcategories:after {
	top: 20px;
}
.air-theme .header-menu .sublist-wrap .sublist-wrap {
	top: -20px;
	left: 100%;
}
.earth-theme.variant-1 .header-menu .sublist-wrap .sublist-wrap {
	top: -25px;
	left: 100%;
}

/* HEADER MENU, Air-2 */

.air-theme.variant-2 .header-menu-parent.hidden {
	visibility: hidden;
	opacity: 0;
}
.air-theme.variant-2 .header-menu-parent.visible {
	visibility: visible;
	opacity: 1;
}

/* HEADER MENU, Earth-2 */

.earth-theme.variant-2 .header-menu,
.earth-theme.variant-2 .header-menu .sublist-wrap {
    position: fixed;
    top: 0;
    left: 0;
	z-index: 1070;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
	text-align: left;
    transition: all 0.8s ease;
}
.earth-theme.variant-2 .header-menu.open,
.earth-theme.variant-2 .header-menu .sublist-wrap.active {
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.earth-theme.variant-2.notAndroid23 .header-menu,
.earth-theme.variant-2.notAndroid23 .header-menu .sublist-wrap {
	width: 500px;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.earth-theme.variant-2.android23 .header-menu,
.earth-theme.variant-2.android23 .header-menu .sublist-wrap {
	width: 500px;
    left: -500px;
}
.earth-theme.variant-2.notAndroid23 .header-menu.open,
.earth-theme.variant-2.notAndroid23 .header-menu .sublist-wrap.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.earth-theme.variant-2.android23 .header-menu.open,
.earth-theme.variant-2.android23 .header-menu .sublist-wrap.active {
    left: 0;
}

.earth-theme.variant-2 .header-menu .close-menu,
.earth-theme.variant-2 .header-menu .back-button {
	padding: 20px;
	text-align: right;
	font-size: 0;
}
.earth-theme.variant-2 .header-menu .close-menu span,
.earth-theme.variant-2 .header-menu .back-button span {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/close.png) center no-repeat;
	cursor: pointer;
}

.earth-theme.variant-2 .header-menu > ul li {
	position: relative;
	z-index: auto !important; /*overrides JS z-index reversing for the default desktop menu*/
	margin: 0 100px 0 80px;
	padding: 40px 0 0;
}
.earth-theme.variant-2 .header-menu > ul li:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 2px;
	background-color: #eee;
}
.earth-theme.variant-2 .header-menu > ul li > a {
	position: relative;
	min-height: 60px;
	background-color: #fff;
	padding: 0 10px 0 0;
	line-height: 24px;
	color: #aaa;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}
.earth-theme.variant-2 .header-menu > ul li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -100px;
	width: 0;
	height: 4px;
	margin: -2px 0 0;
	background-color: #007c5a;
	transition: all 0.2s ease;
}
.earth-theme.variant-2 .header-menu > ul li > a:hover:before {
	width: 80px;
}
.earth-theme.variant-2 .header-menu .plus-button {
	position: absolute;
	right: -48px;
	z-index: 1;
	float: right;
	width: 40px;
	height: 40px;
	border: 8px solid #fff;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/arrow-white.png) center no-repeat;
	cursor: pointer;
	bottom: -4px;
}

.earth-theme.variant-2 .header-menu .sublist {
	width: 100% !important;
}
.earth-theme.variant-2 .header-menu li.back-button {
	margin: 0;
}
.earth-theme.variant-2 .header-menu li.back-button:after {
	display: none;
}

/* HEADER DROPDOWNS */

.store-search-box {
	z-index: auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
	background-color: rgba(255,255,255,0.75);
	padding: 0;
}
.desktop-device.scrollYRemove .store-search-box {
	width: calc(100% - 17px);
}
.store-search-box .close {
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 22px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ccc url(/Themes/Element/Content/img/close.png) center no-repeat;
	cursor: pointer;
}
.store-search-box form {
	position: absolute;
	top: 28%;
	right: 0;
	left: 0;
	width: 600px;
	height: 80px;
	margin: auto;
	border-width: 2px 0;
	border-color: #ccc;
	padding: 10px 0;
}
.air-theme .search-box input.search-box-text {
	font-size: 18px;
}
.earth-theme .search-box input.search-box-text {
	font-size: 24px;
}
.search-box .search-box-button {
	border: none;
}
.search-box .ui-autocomplete {
	width: 600px !important;
	border-top: 10px solid #fff; /* pseudo offset */
}

.header-options {
	position: absolute;
	top: 100% !important;
	right: 5px;
	left: auto;
	z-index: auto;
	width: 270px;
	margin-top: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header-selectors-wrapper {
	padding: 20px;
}
.header-selectors-wrapper > div {
	margin-top: 10px;
}
.header-links-wrapper {
	text-align: left;
}

.flyout-cart {
	display: none;
	position: absolute;
	top: 100%;
	right: 5px;
	width: 400px;
	margin-top: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #f6f6f6;
	transition: all 0.3s ease;
}
.flyout-cart.active  {
	display: block;
}
.earth-theme .mini-shopping-cart {
	font-weight: 400;
}
.mini-shopping-cart .count {
	border-bottom: 1px solid #eee;
	background-color: #f6f6f6;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}
.air-theme .mini-shopping-cart .count a {
	color: #eda187;
}
.earth-theme .mini-shopping-cart .count a {
	color: #007c5a;
}
.mini-shopping-cart .count a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 17px;
	margin: 0 5px 0 0;
	background: url(/Themes/Element/Content/img/tick-color.png) center no-repeat;
	vertical-align: middle;
}
.air-theme .mini-shopping-cart .count a:before {
	background-color: #eda187;
}
.earth-theme .mini-shopping-cart .count a:before {
	background-color: #007c5a;
}
.mini-shopping-cart .items {
	position: relative;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background-color: #fff;
}
.mini-shopping-cart .item {
	display: table;
	width: 100%;
	margin: -10px 0 30px; /*perfect scrollbar container fix*/
	padding: 0 20px;
}
.mini-shopping-cart .item.first {
	margin-top: 30px;
}
.mini-shopping-cart .picture {
	display: table-cell;
	width: 120px;
	padding: 0 20px 0 0;
	text-align: center;
	vertical-align: top;
}
.mini-shopping-cart .picture a {
	display: block;
	position: relative;
	overflow: hidden;
}
.mini-shopping-cart .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.mini-shopping-cart .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
}
.mini-shopping-cart .product {
	display: table-cell;
	position: relative;
	padding: 10px 0 60px;
	text-align: left;
	vertical-align: top;
}
.mini-shopping-cart .name {
	margin: 0 0 10px;
	color: #555;
	text-transform: uppercase;
}
.air-theme .mini-shopping-cart .name {
	font-size: 14px;
}
.earth-theme .mini-shopping-cart .name {
	font-size: 16px;
}
.mini-shopping-cart .attributes {
	display: none;
}
.mini-shopping-cart .quantity {
	font-size: 13px;
}
.mini-shopping-cart .price {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eee;
	padding: 10px 15px;
	text-align: right;
}
.mini-shopping-cart .price span {
	font-size: 16px;
}
.air-theme .mini-shopping-cart .price span {
	font-weight: 700;
	color: #eda187;
}
.earth-theme .mini-shopping-cart .price span {
	font-weight: 400;
	color: #007c5a;
}
.mini-shopping-cart .totals {
	padding: 25px 20px;
	text-align: center;
	font-size: 18px;
}
.air-theme .mini-shopping-cart .totals strong {
	font-weight: 700;
	color: #eda187;
}
.earth-theme .mini-shopping-cart .totals strong {
	font-weight: 400;
	color: #007c5a;
}
.mini-shopping-cart .buttons {
	padding: 0 10px 20px;
	text-align: center;
}
.mini-shopping-cart button {
	display: inline-block;
	width: 46%;
	height: 55px;
	margin: 0 2%;
	color: #fff;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}
.mini-shopping-cart button:hover {
	opacity: 0.9;
}
.air-theme .mini-shopping-cart button {
	font-size: 14px;
}
.earth-theme .mini-shopping-cart button {
	font-size: 16px;
}
.air-theme .mini-shopping-cart .cart-button {
	background-color: #eda187;
}
.earth-theme .mini-shopping-cart .cart-button {
	background-color: #007c5a;
}
.mini-shopping-cart .checkout-button {
	background-color: #555;
}
.mini-shopping-cart button:before {
	content: "";
	display: inline-block;
	width: 33px;
	height: 33px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.mini-shopping-cart button span {
	vertical-align: middle;
}
.mini-shopping-cart .cart-button:before {
	background: url(/Themes/Element/Content/img/flyout-cart-sprite.png) left no-repeat;
}
.mini-shopping-cart .checkout-button:before {
	background: url(/Themes/Element/Content/img/flyout-cart-sprite.png) right no-repeat;
}
.mini-shopping-cart button:only-child {
}
.mini-shopping-cart button + button {
}

/* HEADER VARIANTS DROPDOWNS */

.air-theme.variant-2.home-page-body .search-wrap {
	display: none;
}
.air-theme.variant-2 .responsive-nav-wrapper .personal-button {
	display: none;
}
.air-theme.variant-2 .header-options {
	right: auto;
	left: 5px;
}
.air-theme.variant-2 .header-options,
.air-theme.variant-2 .flyout-cart {
	z-index: 1040;
	transition: all 0.3s ease;
}
.air-theme.variant-2 .stick .header-options {
	left: -100%;
}
.air-theme.variant-2 .stick .flyout-cart {
	right: -100%;
}

.air-theme.variant-2 .search-box.static {
	display: block !important;
	position: relative;
	top: 0 !important;
	z-index: 99; /* higher than the possible number of slider images */
	width: 980px;
	margin: 100px auto 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	overflow: visible;
	background-color: #fff;
	padding: 10px;
	transition: none;
}
.air-theme.variant-2 .slider-wrapper + .search-box.static {
	top: -35px !important;
	margin: auto;
}
.air-theme.variant-2 .search-box.static form {
	position: relative;
	top: 0;
	width: 100%;
	height: 60px;
	border: 1px solid #eee;
	padding: 0;
}
.air-theme.variant-2 .search-box .select-box {
	background-color: #333;
}
.air-theme.variant-2 .search-box.static .search-box-button {
	border-left: 1px solid #eee;
}
.air-theme.variant-2 .search-box.static .ui-autocomplete {
	width: calc(100% - 82px) !important;
	border: none;
}

/* FOOTER */

.newsletter-email {
	width: 560px;
	margin: auto;
}
.footer-middle .center {
	position: relative;
	min-height: 380px;
}
.social-sharing {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -160px 0 0 -160px;
	padding-top: 115px;
}
.air-theme .social-sharing .title {
	margin-bottom: 25px;
}
.earth-theme .social-sharing .title {
	margin-bottom: 20px;
}
.footer-block {
	width: 33.33333%;
	margin: 110px 0 90px;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.block:last-child {
	margin: 0;
}
.block .listbox {
	display: block;
}
.block .title {
	padding: 15px 20px;
	cursor: default;
}
.block .title:before,
.block .title:after {
	display: none;
}
.block .title strong {
	display: block;
}

.block-recently-viewed-products li {
	padding: 10px 0;
	font-size: 0;
}
.block .product-picture {
	display: inline-block !important;
	width: 25%;
	padding: 0 10px !important;
	vertical-align: top;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}
.block .product-name {
	display: inline-block !important;
	width: 75%;
	padding: 0 10px !important;
	vertical-align: top;
}

/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	width: 980px;
	margin: -40px auto 50px;
}
.home-page .item-box {
	text-align: center;
}
.item-box .buttons {
	position: absolute;
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px; /*fixed height required, depending on padding*/
	margin: 0;
	padding: 30px 0;
	opacity: 0.95;
	transition: all 0.4s ease;
}
.item-box .buttons.mobile {
	display: none;
}
.item-box .buttons.desktop {
	display: block;
}
.item-box:hover .buttons {
	bottom: 0;
}
.item-box .buttons button {
	display: inline-block;
	width: auto;
	position: relative;
	margin: 0 2px;
	overflow: visible; /*Ie fix*/
	padding: 0 3px;
	font-size: 0;
	transition: opacity 0.2s ease;
}
.item-box .buttons button:before {
	margin: 0;
}
.item-box .add-to-wishlist-button:before {
	background-position: -40px top;
}
.item-box .add-to-compare-list-button:before {
	background-position: -80px top;
}
.product-grid .item-box button span {
	position: absolute;
	bottom: -25px;
	left: 50%;
	background-color: rgba(255,255,255,0.8);
	padding: 5px 8px;
	text-transform: uppercase;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.air-theme .product-grid .item-box button span {
	font-size: 10px;
	color: #eda187;
}
.earth-theme .product-grid .item-box button span {
	font-size: 10px;
	letter-spacing: 0.5px;
	color: #007c5a;
}
.product-grid .item-box button span:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	margin: 0 0 0 -5px;
	border-width: 0 5px 5px;
	border-style: dashed dashed solid;
	border-color: transparent transparent rgba(255,255,255,0.8);
}
.product-grid .item-box button:hover span {
	opacity: 1;
}

.home-page-category-grid {
	width: 980px;
	margin: 50px auto 60px;
}
.sub-category-grid {
	margin: 50px 0 60px;
}
.home-page-category-grid .item-box,
.sub-category-grid .item-box {
	margin-bottom: 2%;
}
.home-page-category-grid .title,
.sub-category-grid .title {
	text-align: right;
}
.home-page-category-grid .title a,
.sub-category-grid .title a {
	display: inline-block;
}
.product-viewmode {
	width: 18%;
}

/* ALTERNATE FEATURED PRODUCTS */

.alternate-products {
	margin-bottom: 80px !important;
}
.alternate-products .item-box {
	clear: none;
	width: 24.25%;
	margin-bottom: 2%;
	margin-left: 1%;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 10px 10px 30px;
}
.alternate-products .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.alternate-products .item-box .details {
	padding: 0 10px;
}
.alternate-products .item-box .buttons {
	height: 80px;
	background-color: transparent !important;
	padding: 10px 0;
	opacity: 1;
}
.alternate-products .item-box .buttons:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	transition: all 0.2s ease;
}
.alternate-products .item-box .buttons button {
	opacity: 0;
}
.alternate-products .item-box button:nth-child(4) {
	display: none; /*hidden when the button lane is full*/
}
.alternate-products .item-box button:before {
	box-sizing: content-box;
	border-width: 10px;
	border-style: solid;
	border-radius: 50%;
}
.air-theme .alternate-products .item-box button:before {
	border-color: #eda187;
	background-color: #eda187;
}
.earth-theme .alternate-products .item-box button:before {
	border-color: #007c5a;
	background-color: #007c5a;
}
.alternate-products .item-box button span {
	display: none; /*tooltip hidden*/
}
.alternate-products .item-box button span:before {
	display: none;
}
.alternate-products .item-box:hover .buttons:before {
	height: 50%;
}
.alternate-products .item-box:hover .buttons button {
	opacity: 1;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 48%;
}
.gallery .picture {
	width: auto;
}
.gallery .picture-thumbs a {
	width: 92px;
	height: 92px;
}
.overview {
	float: right;
	width: 48%;
}

.variant-picture {
	float: left;
	width: 250px;
	height: 250px;
	margin: 0;
}
.variant-overview {
	position: relative;
	float: right;
	width: 700px;
	min-height: 250px;
	padding: 0 0 110px;
}
.variant-overview .attributes {
	border: none;
	background-color: transparent;
	padding: 0;
}
.variant-overview .rental-attributes {
	margin-bottom: 0 !important;
}
.variant-overview .buttons-wrapper {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #eee;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 15px;
}
.variant-overview .prices,
.variant-overview .add-to-cart,
.variant-overview .add-to-wishlist {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
}
.variant-overview .add-to-cart {
	text-align: right;
}
.variant-overview .add-to-cart-panel > div {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.variant-overview .add-to-wishlist {
	width: 55px;
}
.variant-overview .add-to-wishlist-button {
	display: block;
	margin: 0 -5px 0 5px;
}
.ui-tabs .ui-tabs-panel {
	padding: 40px;
}
.product-details-page .item-box {
	width: 23.5%; /*four per row*/
}
.product-details-page .item-box:nth-child(3n+1) {
	clear: none;
	margin-left: 2%;
}
.product-details-page .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}
.product-details-page .item-box .prices {
	margin: 0;
}

/* REVIEW PAGE */

.product-review-item .review-item-head {
	float: left;
	width: 20%;
	margin: 0;
}
.product-review-item .review-info .user {
	padding: 0 15px 0 0;
}
.product-review-item .review-content {
	float: right;
	width: 80%;
}

/* WISHLIST & COMPARE LIST */

.wishlist-content .message-error {
	margin: -20px 0 20px;
}
.wishlist-page .share-info {
	margin: 0 0 80px;
}
.compare-products-page .button-wrapper {
	margin: 0 0 40px;
	text-align: center;
}
.compare-products-mobile {
	display: none;
}
.compare-products-table {
	display: table;
	margin: 0 0 80px;
}
.compare-products-table td {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: #eee transparent;
	padding: 20px;
	vertical-align: top;
	color: #555;
}
.compare-products-table td:first-child {
	min-width: 200px;
	border-color: #eee #eee #eee transparent;
	vertical-align: middle;
	color: #aaa;
}
.compare-products-table .product-picture {
	text-align: left;
	vertical-align: top;
	font-size: 0;
}
.compare-products-table .product-picture a {
	display: inline-block;
}
.compare-products-table .product-picture img {
	max-width: 230px; /*Ie fix*/
}
.compare-products-table .remove-button {
	position: absolute;
	top: 19px;
	left: 19px;
	opacity: 0.9;
	transition: opacity 0.2s ease;
}
.earth-theme .compare-products-page .remove-button {
	text-transform: uppercase;
}
.compare-products-table .remove-button:hover {
	opacity: 1;
}
.air-theme .compare-products-table .remove-button:before {
	margin: 0 6px 0 -2px;
}
.earth-theme .compare-products-table .remove-button:before {
	margin: 0 8px 0 -2px;
}
.earth-theme .compare-products-page .product-name td {
	font-weight: 400;
}
.air-theme .compare-products-page .product-price td {
	font-weight: 700;
	color: #eda187;
}
.earth-theme .compare-products-page .product-price td {
	font-weight: 400;
	color: #007c5a;
}
.compare-products-table .full-description {
	display: none;
}

/* TOPICS */

.topic-password {
	width: 600px;
	margin: -150px auto 100px;
}

/* CONTACT PAGES */
/* REGISTRATION, LOGIN */

.registration-page .title,
.account-page .title {
	text-align: center;
}
.login-page .customer-blocks {
	margin-bottom: 40px;
}
.login-page .returning-wrapper {
	float: left;
	width: 49%;
}
.login-page .new-wrapper {
	float: right;
	width: 49%;
}
.air-theme .login-page .content {
	min-height: 170px;
}
.earth-theme .login-page .content {
	min-height: 190px;
}
.login-page .inner-wrapper .buttons {
	border-top: 1px solid #eee;
	padding: 30px 0 0;
}

/* ACCOUNT PAGES */

.customer-pages-body .center-2, .html-account-page .center-2 {
	width: 100%;
}
.customer-pages-body .side-2, .html-account-page .side-2 {
	display: none !important;
}

.block-account-navigation {
	margin: 10px 0 70px !important;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	text-align: center;
}
.block-account-navigation .title {
	display: none;
}
.block-account-navigation .listbox {
	padding: 0;
	font-size: 0;
}
.block-account-navigation .list li {
	display: inline-block;
	margin: 2px 1px 0;
}
.block-account-navigation .list a {
	height: 50px;
	background-color: transparent;
	padding: 0 20px 0 50px;
	line-height: 50px;
	text-transform: uppercase;
	white-space: nowrap;
	transition: all 0.2s ease;
}
.block-account-navigation .list a:before,
.block-account-navigation .list a:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-image: url(/Themes/Element/Content/img/account-navigation-sprite.png);
	background-repeat: no-repeat;
	transition: all 0.2s ease;
}
.air-theme .block-account-navigation .list a:before {
	background-color: #eda187;
}
.earth-theme .block-account-navigation .list a:before {
	background-color: #007c5a;
}
.block-account-navigation .list a:after {
	background-color: transparent;
	opacity: 0;
}

.air-theme .block-account-navigation .list a:hover,
.air-theme .block-account-navigation .list a.active {
	background-color: #eda187;
	color: #fff;
}
.earth-theme .block-account-navigation .list a:hover,
.earth-theme .block-account-navigation .list a.active {
	background-color: #007c5a;
	color: #fff;
}
.block-account-navigation .list a:hover:before,
.block-account-navigation .list a.active:before {
	background-color: transparent;
	opacity: 0;
}
.block-account-navigation .list a:hover:after,
.block-account-navigation .list a.active:after {
	opacity: 1;
}

.block-account-navigation .customer-info a:before {
	background-position: 0 0;
}
.block-account-navigation .customer-addresses a:before {
	background-position: -25px 0;
}
.block-account-navigation .customer-orders a:before {
	background-position: -50px 0;
}
.block-account-navigation .return-requests a:before {
	background-position: -75px 0;
}
.block-account-navigation .downloadable-products a:before {
	background-position: -100px 0;
}
.block-account-navigation .back-in-stock-subscriptions a:before {
	background-position: -125px 0;
}
.block-account-navigation .reward-points a:before {
	background-position: -150px 0;
}
.block-account-navigation .change-password a:before {
	background-position: -175px 0;
}
.block-account-navigation .customer-avatar a:before {
	background-position: -200px 0;
}
.block-account-navigation .forum-subscriptions a:before {
	background-position: -225px 0;
}
.block-account-navigation .customer-reviews a:before {
	background-position: -250px 0;
}
.block-account-navigation .customer-vendor-info a:before {
	background-position: -275px 0;
}

.block-account-navigation .customer-info a:after {
	background-position: 0 -25px;
}
.block-account-navigation .customer-addresses a:after {
	background-position: -25px -25px;
}
.block-account-navigation .customer-orders a:after {
	background-position: -50px -25px;
}
.block-account-navigation .return-requests a:after {
	background-position: -75px -25px;
}
.block-account-navigation .downloadable-products a:after {
	background-position: -100px -25px;
}
.block-account-navigation .back-in-stock-subscriptions a:after {
	background-position: -125px -25px;
}
.block-account-navigation .reward-points a:after {
	background-position: -150px -25px;
}
.block-account-navigation .change-password a:after {
	background-position: -175px -25px;
}
.block-account-navigation .customer-avatar a:after {
	background-position: -200px -25px;
}
.block-account-navigation .forum-subscriptions a:after {
	background-position: -225px -25px;
}
.block-account-navigation .customer-reviews a:after {
	background-position: -250px -25px;
}
.block-account-navigation .customer-vendor-info a:after {
	background-position: -275px -25px;
}

/*.block-account-navigation .list span:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin: 0 0 0 -10px;
	border-width: 8px 10px 0 10px;
	border-style: solid dashed dashed;
	opacity: 0;
	transition: opacity 0.2s ease;
}
.air-theme .block-account-navigation .list span:after {
	border-color: #eda187 transparent transparent;
}
.earth-theme .block-account-navigation .list span:after {
	border-color: #007c5a transparent transparent;
}
.block-account-navigation .list a:hover span:after,
.block-account-navigation .list a.active span:after {
	opacity: 1;
}*/

.account-page .page-body {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.back-in-stock-subscription-list-page,
.forum-subscriptions-page {
	margin: 0 0 40px;
}
.account-page .edit-address,
.account-page.order-list-page,
.return-request-list-page,
.change-password-page {
	margin: 20px 0 40px;
}
.recurring-payments {
	margin: 0 0 60px;
}
.page.avatar-page {
	margin: 20px 0 40px;
	text-align: center;
}
.account-page .review-item-head {
	width: 25%;
}
.account-page .review-content {
	width: 75%;
}
.account-page .review-info label {
	display: none;
}

/* SHOPPING CART */

.order-progress {
	margin: 0 0 90px;
}
.shopping-cart-page
.tax-shipping-info {
	text-align: right;
}
.checkout-attributes {
	padding: 0 20px;
	text-align: right;
}
.checkout-attributes li {
	margin: 0 0 0 10px !important;
}
.checkout-attributes .attribute-squares li {
	margin: 5px -5px 5px 5px !important;
}
.selected-checkout-attributes {
	text-align: right;
}
.shopping-cart-page .cart-footer {
	margin-bottom: 80px;
}
.cart-footer:after {
	content: "";
	display: block;
	clear: both;
}
.cart-collaterals {
	float: left;
	width: 65%;
	max-width: none;
}
.cart-collaterals .deals,
.cart-collaterals .shipping {
	background-color: #f9f9f9;
	padding: 25px 20px;
	text-align: center;
}
.cart-collaterals .deals {
	float: left;
	width: 48.4%;
}
.cart-collaterals .shipping {
	float: right;
	width: 48.4%;
}
.cart-collaterals
.coupon-box + .giftcard-box {
	margin: 30px 0 0;
}
.cart-collaterals .title {
}
.cart-collaterals .inner-wrapper {
	display: block !important;
	height: auto !important;
}
.cart-footer .totals {
	float: right;
	width: 33%;
	max-width: none;
}
.cart-total .cart-total-left {
	padding: 5px 10px 5px 15px;
}
.cart-total .cart-total-right {
	padding: 5px 15px 5px 10px;
}

.cross-sells .item-box {
	width: 23.5%; /*four per row*/
}
.cross-sells .item-box:nth-child(3n+1) {
	clear: none;
	margin-left: 2%;
}
.cross-sells .item-box:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

/* CHECKOUT */

.checkout-page .section .title {
	text-align: center;
}
.checkout-page .address-grid {
	overflow: hidden;
}
.checkout-page .address-item {
	float: left;
	width: 32%;
	margin: 0 0 2% 2%;
}
.checkout-page .address-item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.checkout-page .address-item:only-child {
	display: block;
	float: none;
	max-width: 1000px;
	margin: auto;
}
.checkout-page .totals {
	width: 400px;
}
.opc .step-title .number {
	display: inline-block;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-details-page .buttons {
	position: relative;
	top: 50px;
	margin: 0;
}
.order-details-page .order-overview {
	margin-top: 80px;
	text-align: center;
}
.order-details-page .options,
.order-details-page .actions {
	text-align: right;
}
.order-details-page .totals {
	width: 400px;
	margin: 0 0 30px auto;
}
.return-request-page {
	text-align: center;
}

/* SEARCH & SITEMAP */

.search-page-body .center-2,
.search-page-body .side-2 {
	padding-top: 10px;
}
.search-page .search-input {
	width: auto;
}
.sitemap-page {
	text-align: center;
}

/* BLOG & NEWS */

.blog-pages-body .center-2,
.blog-pages-body .side-2,
.news-pages-body .center-2,
.news-pages-body .side-2 {
	margin: 20px 0 60px !important;
}
.blog-page .post,
.news-items .news-item {
	margin: 0 auto 50px;
}
.blog-page .buttons,
.news-items .buttons {
	text-align: left;
}
.new-comment .title,
.comment-list .title {
	text-align: center;
}
.new-comment form {
	width: auto;
}

.news-list-homepage .news-items {
	width: 980px;
	overflow: hidden;
}
.news-list-homepage .news-item {
	display: block;
	float: left;
	width: 49%;
}
.news-list-homepage .news-item:nth-child(odd) {
	clear: both;
}
.news-list-homepage .news-item:nth-child(even) {
	margin-left: 2%;
}
.news-list-homepage .news-item:only-child {
	float: none;
	width: auto;
}
.news-list-homepage .news-body {
	max-height: 104px;
}

/* FORUM & PROFILE */

.forum-page .forum-name,
.forum-topic-page .topic-name,
.forums-main-page .topic-block-title,
.forum-group-page .forums-table-section-title,
.active-discussions-page .forums-table-section-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	margin: 0;
}
.air-theme .forum-page .forum-name,
.air-theme .forum-topic-page .topic-name,
.air-theme .forums-main-page .topic-block-title,
.air-theme .forum-group-page .forums-table-section-title,
.air-theme .active-discussions-page .forums-table-section-title {
	background: url(/Themes/Element/Content/img/title-banner-1.jpg) center no-repeat;
}
.earth-theme .forum-page .forum-name,
.earth-theme .forum-topic-page .topic-name,
.earth-theme .forums-main-page .topic-block-title,
.earth-theme .forum-group-page .forums-table-section-title,
.earth-theme .active-discussions-page .forums-table-section-title {
	background: url(/Themes/Element/Content/img/title-banner-2.jpg) center no-repeat;
}
.forum-page .forum-name h1,
.forum-topic-page .topic-name h1,
.forums-main-page .topic-block-title h2,
.forum-group-page .forums-table-section-title a,
.active-discussions-page .forums-table-section-title strong {
	position: absolute;
	bottom: 58px;
	left: 0;
	width: 100%;
	color: #fff;
}
.air-theme .forum-page .forum-name h1,
.air-theme .forum-topic-page .topic-name h1,
.air-theme .forums-main-page .topic-block-title h2,
.air-theme .forum-group-page .forums-table-section-title a,
.air-theme .active-discussions-page .forums-table-section-title strong {
	font-size: 26px;
}
.earth-theme .forum-page .forum-name h1,
.earth-theme .forum-topic-page .topic-name h1,
.earth-theme .forums-main-page .topic-block-title h2,
.earth-theme .forum-group-page .forums-table-section-title a,
.earth-theme .active-discussions-page .forums-table-section-title strong {
	font-size: 28px;
}

.forums-main-page,
.forum-group-page {
	margin: 0 0 80px;
}
.forums-header {
	margin: 0 0 90px;
}
.forums-table-section {
	margin: 0 0 60px;
}
.active-discussions-page {
	margin: 0 0 80px;
}
.topic-post .post-info {
	width: 15%;
}
.topic-post .post-content {
	width: 85%;
}
.forum-edit-page,
.private-message-send-page {
	margin: 20px 0 80px;
}
.private-message-view-page .buttons {
	position: relative;
}
.private-message-view-page input.back-pm-button {
	position: absolute;
	top: 20px;
	left: 20px;
	margin: 0;
}

/* -- Banner Overrides -- */
.\33 d-kit-builder .header-img, .showcase-demo .header-img {
	background: url(/Themes/Element/Content/img/banners/3d-edition.jpg) center no-repeat;
}
.\32 d-kit-builder .header-img {
	background: url(/Themes/Element/Content/img/banners/2d-edition.jpg) center no-repeat;
}
.\33 d-kit-builder-features .header-img {
	background: url(/Themes/Element/Content/img/banners/3d-kit-builder-features.jpg) center no-repeat;
}
.\32 d-kit-builder-features .header-img {
	background: url(/Themes/Element/Content/img/banners/2d-kit-builder-features.jpg) center no-repeat;
}
.book-a-tour .header-img, .book-a-demo .header-img {
	background: url(/Themes/Element/Content/img/banners/book-a-tour.jpg) center no-repeat;
}
.kit-builder-pricing .header-img {
	background: url(/Themes/Element/Content/img/banners/kit-builder-pricing.jpg) center no-repeat;
}
.contact-page .header-img {
	background: url(/Themes/Element/Content/img/banners/contact-us.jpg) center no-repeat;
}
.try-demo-code .header-img {
	background: url(/Themes/Element/Content/img/banners/try-our-demo-code.jpg) center no-repeat;
}
.ecommerce .header-img, .kit-builder-integration .header-img {
	background: url(/Themes/Element/Content/img/banners/kit-builder-integration.jpg) center no-repeat;
}
.integration .header-img {
	background: url(/Themes/Element/Content/img/banners/integration.jpg) center no-repeat;
}
.shopify .header-img {
	background: url(/Themes/Element/Content/img/banners/shopify.jpg) center no-repeat;
}
.bigcommerce .header-img {
	background: url(/Themes/Element/Content/img/banners/bigcommerce.jpg) center no-repeat;
}
.nop-commerce .header-img {
	background: url(/Themes/Element/Content/img/banners/nopcommerce.jpg) center no-repeat;
}
.magento .header-img {
	background: url(/Themes/Element/Content/img/banners/magento.jpg) center no-repeat;
}
.woocommerce .header-img {
	background: url(/Themes/Element/Content/img/banners/woocommerce.jpg) center no-repeat;
}
.wix .header-img {
	background: url(/Themes/Element/Content/img/banners/wix.jpg) center no-repeat;
}
.wordpress .header-img {
	background: url(/Themes/Element/Content/img/banners/wordpress.jpg) center no-repeat;
}
.umbraco .header-img {
	background: url(/Themes/Element/Content/img/banners/umbraco.jpg) center no-repeat;
}
.joomla .header-img {
	background: url(/Themes/Element/Content/img/banners/joomla.jpg) center no-repeat;
}
.drupal .header-img {
	background: url(/Themes/Element/Content/img/banners/drupal.jpg) center no-repeat;
}
.deployments .header-img {
	background: url(/Themes/Element/Content/img/banners/kit-builder-deployments.jpg) center no-repeat;
	display: block !important;
}
.deployments {
	padding-top: 200px;
}
.recruitment .header-img {
	background: url(/Themes/Element/Content/img/banners/kit-builder-recruitment.jpg) center no-repeat;
}
.ecommerce .header-img {
	background: url(/Themes/Element/Content/img/banners/ecommerce-integration.jpg) center no-repeat;
}
}

@media all and (min-width: 1321px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 1280px;
}
.center-2 {
	width: 950px;
}
.side-2 {
	width: 300px;
}
.home-page .topic-block,
.home-page .product-grid,
.home-page-polls {
	width: 1280px;
}

/* GLOBAL FORMS */
/* GLOBAL TABLES */

.cart .product-picture img {
	max-width: 200px;
}
.cart col:first-child,
.cart th:first-child,
.cart td:first-child {
	display: none !important; /*hides counter*/
}
.account-page .data-table col:first-child,
.account-page .data-table th:first-child,
.account-page .data-table td:first-child {
	display: none !important; /*hides counter*/
}
.account-page .data-table col.select-boxes {
	display: table-column !important; /*resets first column for non footable tables*/
}
.account-page .data-table th.select-boxes,
.account-page .data-table td.select-boxes {
	display: table-cell !important;  /*resets first column for non footable tables*/
}
.account-page .data-table .footable-first-column {
	text-align: left;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header,
.menu-title-wrapper,
.responsive-nav-wrapper-parent {
	width: 240px;
}
.responsive-nav-wrapper div {
	margin: 0 5px;
}

/* HEADER DROPDOWNS */

.store-search-box .close {
	top: 27px;
	right: 27px;
}

/* HEADER VARIANTS */

.air-theme.variant-2 .header-menu {
	width: 1280px;
}
.air-theme.variant-2 .search-box.static {
	width: 1280px;
}

/* HEADER-MENU */

.header-menu > ul > li > a {
	padding: 10px 30px;
}
.header-menu .sublist {
	width: 300px;
}
.header-menu .sublist li a {
	padding: 12px 30px;
}

/* HEADER MENU, Earth-2*/

.earth-theme.variant-2.notAndroid23 .header-menu,
.earth-theme.variant-2.notAndroid23 .header-menu .sublist-wrap {
	width: 700px;
}
.earth-theme.variant-2.android23 .header-menu,
.earth-theme.variant-2.android23 .header-menu .sublist-wrap {
	width: 700px;
    left: -700px;
}

/* HEADER DROPDOWNS */

.flyout-cart {
	width: 500px;
}
.mini-shopping-cart .picture {
	width: 160px;
}
.mini-shopping-cart .totals {
	font-size: 20px;
}

/* FOOTER */

.footer-middle .center {
	width: 1280px;
	margin: auto;
}

/* LEFT/RIGHT COLUMN */
/* CATEGORY PAGE & GRIDS */

.breadcrumb {
	width: 1280px;
}
.item-box {
	margin-bottom: 5%;
}
.item-box .buttons {
	bottom: -112px;
	height: 112px; /*fixed height required, depending on padding*/
	padding: 35px 10px;
}
.item-box .buttons button {
	margin: 0 8px;
}
.alternate-products .item-box .buttons button {
	margin: 0 4px;
}
.home-page-category-grid {
	width: 1280px;
}
.sub-category-grid.three-per-row .item-box {
	clear: none;
	width: 32%;
	margin-left: 2%;
}
.sub-category-grid.three-per-row .item-box:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.product-list .item-box .picture {
	width: 330px;
}

/* PRODUCT PAGE */

.gallery {
	width: 48%;
}
.gallery .picture-thumbs a {
	width: 98px;
	height: 98px;
}
.overview {
	width: 48%;
}
.rental-attributes .attribute-label,
.rental-attributes .attribute-data {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
}
.variant-picture {
	width: 300px;
	height: 300px;
}
.variant-overview {
	width: 950px;
	min-height: 300px;
}

/* REVIEW PAGE */
/* WISHLIST & COMPARE LIST */
/* TOPICS */
/* CONTACT PAGES */
/* REGISTRATION, LOGIN */
/* ACCOUNT PAGES */
/* SHOPPING CART */

.order-progress li {
	width: 150px;
}
.cart-collaterals .deals {
	width: 48.5%;
}
.cart-collaterals .shipping {
	width: 48.5%;
}
.cart-total .cart-total-left {
	padding: 5px 10px 5px 20px;
}
.cart-total .cart-total-right {
	padding: 5px 20px 5px 10px;
}
.cross-sells .item-box {
	width: 18.4%; /*five per row*/
}
.cross-sells .item-box:nth-child(4n+1) {
	clear: none;
	margin-left: 2%;
}
.cross-sells .item-box:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}
.cross-sells .item-box .buttons button {
	margin: 0 2px;
}

/* CHECKOUT */
/* ORDER DETAILS & RETURN REQUEST */
/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.news-list-homepage .news-items {
	width: 1280px;
}
.news-list-homepage .news-body {
	max-height: 78px;
}

/* FORUM & PROFILE */
 
}
/* -- THIS FILE IS FOR CUSTOM CSS TO GO ON THE KIT BUILDER FEATURE ON THE HOMEPAGE -- */
/* -- Hiding Unrequired Elements -- */
.home-page .kb-wrapper .kb-breadcrumbs, .home-page .kb-wrapper .kb-wizard-breadcrumbs,
.home-page .kb-wrapper .kb-nav-panel, .home-page .kb-button-finish {
	display: none !important;
}

/* -- Removing Unrequired Margins -- */
body .home-page .kb-wrapper .kb-page-customize .kb-preview-panel, .home-page .kb-wrapper .kb-customise-page .kb-customise-edit-panel, body .home-page .kb-wrapper .kb-partial-wrap {
    margin-top: 0px !important;
}
body .home-page .kb-wrapper .kb-partial-wrap {
	margin-left: 0px !important;
}

/* -- Resizing Partial Wrap -- */
body .home-page .kb-wrapper .kb-partial-wrap {
    width: 86% !important; 
    margin: 0 auto !important;
    float: none !important;
}
/* -- Resizing Preview Panel -- */


body .home-page .kitbuilder .kb-wrapper .kb-page-customize .kb-preview-panel, body .home-page .kitbuilder .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
	margin-top: 0 !important;
	width: 50% !important;
}
body .home-page .kb-wrapper .kb-3d-wrapper, body .home-page .kb-wrapper .kb-customise-page .kb-preview-image {
	width: 100% !important;
}

/* -- Resizing Customise Panel -- */
.home-page .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
	width: 500px !important;
}

/* -- Headings -- */
body .home-page .kb-wrapper .kb-form-desc {
	position: relative !important;
}
body .home-page .kb-wrapper .kb-form-desc h3 {
	font-size: 24px !important;
	font-weight: 400 !important;
	width: 57% !important;
	margin: 0 auto !important;
	text-align: center !important;
	line-height: 60px !important;
	color: #333 !important;
	text-transform: uppercase !important;
	font-family: 'Oswald', sans-serif !important;
}
body .home-page .kb-wrapper .kb-form-desc h3::after {
	background-color: #008fcc !important;
	content: "" !important;
	position: absolute !important;
	bottom: -8px !important;
	left: 50% !important;
	width: 80px !important;
	height: 4px !important;
	margin: 0 0 0 -40px !important;
}
body .kitbuilder .kb-wrapper {margin-bottom: 10px !important;}
body .kitbuilder .kb-wrapper h1, body .kitbuilder .kb-wrapper h2, body .kitbuilder .kb-wrapper h3, body .kitbuilder .kb-wrapper h4, body .kitbuilder .kb-wrapper h5, 
body .kitbuilder .kb-wrapper h6, body .kitbuilder .kb-wrapper input, body .kitbuilder .kb-wrapper p, body .kitbuilder .kb-wrapper li, body .kitbuilder .kb-wrapper div, 
body .kitbuilder .kb-wrapper q, body .kitbuilder .kb-wrapper cite, body .kitbuilder .kb-wrapper blockquote, body .kitbuilder .kb-wrapper span
{
	color: #aaa !important;
}
/* -- Global Styles -- */
body .kitbuilder .kb-wrapper {position: relative;margin-bottom: 10px !important;}
body .kb-wrapper .kb-partial-wrap {width: 1067px;max-width: 100% !important; margin-left: 20px !important;}
body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
    width: 390px!important;
}
/* -- Left Navigation -- */
body .kitbuilder .kb-wrapper .kb-nav-title {display: none !important;}
body .kitbuilder .kb-wrapper .kb-nav .kb-nav-item-selected > a > span {font-weight: normal !important;color: #000 !important;}
body .kitbuilder .kb-wrapper .kb-nav .kb-nav-item-1 {border-bottom: solid 1px #666 !important;}
body .kitbuilder .kb-wrapper .kb-nav .kb-nav-item-1:first-child {border-top: solid 1px #666 !important;}
body .kitbuilder .kb-wrapper .kb-nav-panel .kb-icon {display: none !important;}
/* -- Main Breadcrumb -- */
body .kitbuilder .kb-wrapper .kb-breadcrumb, body .kitbuilder .kb-wrapper .kb-breadcrumb-selected {font-size: 26px !important;font-weight: bold !important;}
.kitbuilder .kb-wrapper .kb-breadcrumbs {position: absolute;left: 0;top:0;}
.kitbuilder .kb-wrapper .kb-partial-wrap, .kitbuilder .kb-wrapper .kb-nav-panel {margin-top: 70px !important;}
/* -- Category Pages -- */
body .kitbuilder .kb-wrapper .kb-categories .kb-category {border: none !important;margin-left: 6px !important;margin-bottom: 20px !important;}
body .kitbuilder .kb-wrapper .kb-categories .kb-category-name {background: #ffffff !important;color: #333 !important;}
/* -- Product Pages -- */
@media all and (min-width: 1322px) {
 
body .kb-3d .kb-wrapper .kb-3d-wrapper {width: 667px !important;height: 700px !important;}
body .kb-3d .kb-wrapper .kb-customise-page .kb-preview-panel, body .kb-3d .kb-wrapper .kb-customise-page .kb-preview-image {height: auto !important;width: 667px !important;}
}
body .kitbuilder .kb-wrapper .kb-customise-page .kb-customise-wizard, body .kitbuilder .kb-wrapper .kb-customise-page .kb-preview-image {border: none !important;}
body .kitbuilder .kb-wrapper .kb-customise-page .kb-preview-design-name {display: none !important;}
body .kitbuilder .kb-wrapper .kb-tile-picker .kb-tile-picker-tile, body .kitbuilder .kb-wrapper .kb-tile-picker-tile img {width: 68px !important;height: 68px !important;}
body .kitbuilder .kb-wrapper .kb-tile-picker .kb-tile-picker-tile {border: 2px solid #aaa !important;border-radius: 0.8em !important;}
/* -- Design Pages -- */
body .kitbuilder .kb-wrapper .kb-design {
	border: none !important;
}
body .kitbuilder .kb-wrapper .kb-designs .kb-design-img {
	height: 193px !important;
	width: 193px !important;
}
body .kitbuilder .kb-wrapper .kb-designs .kb-design-name {
	background: #fff !important;
	color: #333 !important;
	font-size: 16px !important;
}
/* -- Customise Panel Breadcrumb -- */
@media all and (min-width: 900px) {
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-wizard-breadcrumbs {position: absolute;width: 100%;left: 0;top: 80px;border-bottom: none !important;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-nav-panel {margin-top: 130px !important;}
	body .kitbuilder .kb-wrapper .kb-nav-panel {width: 160px;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-preview-panel, .kitbuilder .kb-wrapper .kb-customise-page .kb-customise-edit-panel {margin-top: 60px !important;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb {display: inline !important;font-weight: normal !important;font-size: 16px !important;border: 1px solid #a3a3a3 !important;margin-right: 4px !important;padding: 6px 10px !important;color: #a3a3a3 !important;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb a:hover span, body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb-active a span {color: #000 !important;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb:first-child::before, body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb:last-child::after {content: ' ';width: 144px;height: 11px;border-bottom: 1px solid #000;margin-left: 25px;margin-right: 25px;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb:first-child::before {float: left;}
	body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-wizard-breadcrumb:last-child::after {float: right;display: block;}
	body .kitbuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner::before, .kitbuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner::after {display: none;}
	body .kitbuilder .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb::after {content: " " !important;}
}

/* -- CUSTOMISE PANEL HEADINGS -- */
body .kitbuilder .kb-wrapper .kb-wizard-group-header {
    background: #fff !important;
	color: #000 !important;
	border-bottom: 1px solid #A3A3A3 !important;
	font-family: "Arial W01 Narrow Bold", sans-serif !important;
	font-size: 20px;
	padding: 10px 8px 10px 0px !important;
	font-weight: normal !important;
}
body .kitbuilder .kb-wrapper .kb-wizard-group-header::after {
    content: url(/Themes/Element/Content/img/down-arrow.png) !important;
    float: right !important;
}
body .kitbuilder .kb-wrapper .kb-wizard-group-header-selected::after {
	    content: url(/Themes/Element/Content/img/up-arrow.png) !important;
}
body #kb-autoload .kitbuilder .kb-wrapper .kb-button, 
body .kit-design-area .container body .kitbuilder .kb-wrapper .kb-page-customize .kb-basket-button, 
body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-change-design-button, 
.kit-design-area .container body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-change-view-button,
body .kitbuilder .kb-wrapper .kb-customise-page .kb-change-view-button {
	background: #fff !important;
	color: #A3A3A3 !important;
	font-size: 15px !important;
	font-weight: normal !important;
	border: none !important;
}
body .kitbuilder .kb-wrapper .kb-page-customize .kb-customise-page .kb-change-design-button,
body .kitbuilder .kb-wrapper .kb-customise-page .kb-change-view-button {
	border: 1px solid #a3a3a3 !important;
	border-radius: 0.4em;
	top: 95% !important;
}
body #kb-autoload .kitbuilder .kb-wrapper .kb-button:hover, body .kitbuilder .kb-wrapper .kb-customise-page .kb-change-design-button:hover, body .kitbuilder .kb-wrapper .kb-customise-page .kb-change-view-button:hover {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #0F0E0E !important;
}
/* -- FINAL PAGE -- */
body .kitbuilder .kb-wrapper .kb-final-category-header-wrapper, body .kitbuilder .kb-wrapper .kb-final-category-preview {
	border: none !important;
}
body .kitbuilder .kb-wrapper .kb-final-cta-header {
	display: none !important;
}
body .kitbuilder .kb-wrapper .kb-final-cta-list {
	text-align: center;
}
body .kitbuilder .kb-wrapper .kb-final-cta-list li {
	border: 1px solid #a3a3a3;
	padding: 6px 10px !important;
	border-radius: 0.4em;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #a3a3a3 !important;
	margin-right: 4px !important;
	display: inline-block;
}
body .kitbuilder .kb-wrapper .kb-final-cta-list li a {
	color: #a3a3a3 !important;
}
body .kitbuilder .kb-wrapper .kb-final-cta-list li:hover a {
	color: #000000 !important;
}
body .kitbuilder .kb-wrapper .kb-final-cta-list li .kb-icon {
	display: none !important;
}
body .kb-final-page .kb-add-buttons .kb-final-button {
	background: transparent !important;
	border: 1px solid #a3a3a3;
	padding: 6px 10px !important;
	border-radius: 0.4em;
	font-size: 14px !important;
	color: #a3a3a3 !important;
	margin-bottom: 3px !important;
	margin-right: 3px !important;
}
body .kb-final-page .kb-add-buttons .kb-final-button:hover {
	color: #000000 !important;
}
body .kitbuilder .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
	width: 100% !important;
}
body .kb-final-page .kb-basket-item {
	width: 30% !important;
	margin-right: 3% !important;
}
body .kb-final-page .kb-basket-item .kb-final-overlay-wrap {
	width: 50% !important;
	float: left !important;
}
body .kb-final-page .kb-basket-item .kb-final-overlay-wrap .kb-final-preview-image {
	width: 100% !important;
}
body .kitbuilder .kb-wrapper .kb-final-category-preview .kb-category-final-names {
	display: none !important;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-button {
	width: 52px;
	height: 52px;
	padding: 0 !important;
	float: left;
	text-indent: -9999999px;
	margin-right: 4px !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:last-child {
	margin-right: 0px !important;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper {
    text-align: center !important;
	float: none;
	width: 164px;
	margin: 0 auto !important;
	text-align: center !important;
	float: none;
	width: 164px;
	margin: 0 auto !important;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-button span:before, body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-button span, body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper br {
	display: none;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-change-design {
	background: url(/Themes/Element/Content/img/change-design.png) no-repeat !important;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-edit {
	background: url(/Themes/Element/Content/img/edit.png) no-repeat !important;
}
body .kitbuilder .kb-wrapper .kb-final-buttons-wrapper .kb-final-remove {
	background: url(/Themes/Element/Content/img/delete.png) no-repeat !important;
}
body .kitbuilder .kb-wrapper .kb-final-button:hover {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: none !important;
}
body .kb-wrapper select {
	padding: 1px !important;
}
/* -- MOBILE STYLES -- */
.kb-mobile-only {display:none;}
@media all and (min-width: 240px) and (max-width: 1321px) {
	/* -- Global -- */
	body .kb-wrapper { width: 100%; margin: 0 auto;}
	body .kb-wrapper .kb-nav-panel {display: none;}
	body #kitBuilder {width: 100%;}
}
/* -- Categories & Products -- */
@media all and (min-width: 801px) and (max-width: 1321px) {
	body .kb-wrapper .kb-partial-wrap {margin: 0 auto !important; float: none !important;}
	body .kb-wrapper .kb-categories .kb-category {width: 24%;margin-left: 1% !important;}
	body .kb-wrapper .kb-categories .kb-category-name, body .kb-wrapper .kb-categories .kb-category-img {width: 100% !important; height: auto !important;}
	body .kb-wrapper .kb-categories {text-align: center;}
	body .kb-wrapper .kb-categories .kb-category {display: inline-block;float: none !important;}
}
@media all and (min-width: 501px) and (max-width: 800px) {
	body .kb-wrapper .kb-partial-wrap {margin: 0 auto !important; float: none !important;}
	body .kb-wrapper .kb-categories .kb-category {width: 32%; margin-left: 1% !important;}
	body .kb-wrapper .kb-categories .kb-category-name,  body .kb-wrapper .kb-categories .kb-category-img {width: 100% !important; height: auto !important;}
}
@media all and (min-width: 401px) and (max-width: 500px) {
	body .kb-wrapper .kb-partial-wrap {margin: 0 auto !important; float: none !important;}
	body .kb-wrapper .kb-categories .kb-category {width: 49%; margin-left: 1% !important;}
	body .kb-wrapper .kb-categories .kb-category-name,  body .kb-wrapper .kb-categories .kb-category-img {width: 100% !important; height: auto !important;}
}
@media all and (min-width: 240px) and (max-width: 400px) {
	body .kb-wrapper .kb-partial-wrap {margin: 0 auto !important;float: none !important;}
	body .kb-wrapper .kb-categories .kb-category {width: 100%; margin-left: 0 !important;}
	body .kb-wrapper .kb-categories .kb-category-name, body .kb-wrapper .kb-categories .kb-category-img {width: 100% !important; height: auto !important;}
}

/* -- Product Page -- */
@media all and (min-width: 240px) and (max-width: 820px) {
	body .kb-wrapper .kb-customise-page .kb-preview-panel, body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
		width: 100% !important;
		float: left;
		margin-bottom: 20px !important;
	}
	body .kitbuilder .kb-wrapper .kb-breadcrumbs {
		position: relative;
	}
	body .kb-wrapper .kb-3d-wrapper, .kb-wrapper .kb-svg-wrapper svg {
		width: 100% !important;
	}
	body .kb-wrapper .kb-preview-overlay {
		background-position: center !important;
		background-size: contain;
	}
}
/* -- Select A Design -- */
@media all and (min-width: 240px) and (max-width: 1321px) {
	body .kb-wrapper .kb-designs {text-align: center;}
	body .kb-wrapper .kb-designs .kb-design {display: inline-block; float: none !important;}
}
@media all and (min-width: 240px) and (max-width: 800px) {
	body .kb-wrapper .kb-designs .kb-design-img {display: block !important; height: 200px !important; width: 200px !important;}
}
/* -- Customise Design -- */
@media all and (max-width: 811px) {
	.kb-mobile-only {display:block !important;}
	body .kb-wrapper .kb-customise-page .kb-preview-panel {width: 100% !important;}
	body .kb-wrapper .kb-customise-page .kb-preview-image {margin: 0 auto !important;}
	/*body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {width: 100%!important; background: rgba(0,0,0,.6); z-index: 99;}*/
	body .kb-wrapper .kb-wizard {max-height: 310px !important;}
	/*body .kb-wrapper .kb-customise-wizard .kb-wizard-breadcrumb span {color: #DEDEDE !important;}*/
	body .kb-wrapper .kb-table .kb-single-item-checkout-min-qty-cell, body .kb-wrapper .kb-table .kb-table-header-cell, body .kb-wrapper .kb-table .kb-table-cell-number, 
	body .kb-wrapper .kb-table .kb-unit-remove a, body .kb-wrapper .kb-table .kb-unit-count {border-color: #DEDEDE !important; color: #DEDEDE !important;}
	body .kb-3d-wrapper canvas {min-height: 100px !important;}
	/* -- Customise Panel Toggle -- */
	/*body .kb-wrapper .kb-customise-edit-panel-toggle{width:50px;height:50px;position:absolute;top:-51px;left:-51px;cursor: pointer;background: url(/Themes/Element/Content/img/x50-btn.png) top left repeat-x;color: #959595;border: 1px solid #cccccc;border-right-width:0;-webkit-border-top-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-radius-topleft: 3px;-moz-border-radius-bottomleft: 3px;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
    body .kb-wrapper .kb-active-panel .kb-customise-edit-panel-toggle{border-right-width: 1px;right: 10px;left:auto;border-bottom:none;-webkit-border-bottom-left-radius: 0;-moz-border-radius-bottomleft: 0;border-bottom-left-radius: 0;-webkit-border-top-right-radius: 3px;-moz-border-radius-topright: 3px;border-top-right-radius: 3px;}
    body .kb-wrapper .kb-customise-edit-panel-toggle > span {background: url(/Themes/Element/Content/img/edit.png) center center;text-indent:-999px;overflow:hidden;display:block;width:100%;height: 100%;background-color: #85C448 !important;}
    body .kb-wrapper .kb-active-panel .kb-customise-edit-panel-toggle > span {background: url(/Themes/Element/Content/img/minimise.png) center center;}
	body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button {background-color: #ebebeb !important;color: #555 !important; border-color: #adadad !important;}
    body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {height: 50%;width:100% !important;padding: 0 !important;float:none !important;background:rgba(0,0,0,0.75);display: block !important;z-index:99;position:fixed; right:-100%;bottom:0;}
    body .kb-wrapper .kb-customise-page .kb-customise-edit-panel.kb-active-panel {right:0;height: 60%;}
    body .kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner {height:80%;overflow-x:hidden;}
	body .kb-wrapper .kb-customise-product-heading {height: 10%;}
    body .kb-wrapper .kb-customise-page .kb-customise-wizard {padding: 4% !important;}*/
}
@media all and (min-width: 240px) and (max-width: 450px) {
	body .kb-wrapper .kb-customise-page .kb-preview-image {width: 99% !important;}
	body .kb-wrapper .kb-3d-wrapper {width: 100%;}
}
/* -- My Designs -- */
@media all and (min-width: 610px) and (max-width: 800px) {
	body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {width: 50% !important;margin: 0 auto !important;}
	body .kb-wrapper .kb-basket-item, body .kb-wrapper .kb-final-preview-image {width: 100% !important;}
	body .kb-wrapper .kb-final-overlay-wrap {width: 50% !important;text-align: center !important;}
}
@media all and (min-width: 350px) and (max-width: 609px) {
	body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {width: 80% !important;margin: 0 auto !important;}
	body .kb-wrapper .kb-basket-item, body .kb-wrapper .kb-final-preview-image {width: 100% !important;}
	body .kb-wrapper .kb-final-overlay-wrap {width: 50% !important;text-align: center !important;}
}
@media all and (min-width: 240px) and (max-width: 349px) {
	body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {width: 100% !important;margin: 0 auto !important;}
	body .kb-wrapper .kb-basket-item, body .kb-wrapper .kb-final-preview-image {width: 100% !important;}
	body .kb-wrapper .kb-final-overlay-wrap {width: 50% !important;text-align: center !important;}
}

/* Changes */
	
body .kb-wrapper .kb-customise-page .kb-preview-image {
	width: 96%!important;
}

body .kb-3d-wrapper.ng-isolate-scope {
	margin: 0 auto!important;
}

/* Locker Room */

body .kb-wrapper .kb-dialog.kb-create-custom-design-dialog {
	background: #fff!important;
	border: none!important;
	width: 15%!important;
    left: 57%!important;
	height: auto!important;
}

body .kb-wrapper .kb-dialog.kb-create-custom-design-dialog textarea {
	width: 100%!important;
}

body .kb-wrapper .kb-button-panel {
	display: flex!important;
	justify-content: space-between!important;
}

body .kb-wrapper .kb-button-panel .kb-button {
	flex: 0 0 40%!important;
}


/* -- Mobile Styles -- */
@media all and (min-width: 800px) and (max-width: 980px) {
	body .kb-wrapper .kb-basket-item-single-col, body .kb-wrapper .kb-basket-item-double-col {
		width: 50% !important;
	}
}
@media all and (min-width: 801px) and (max-width: 980px) {
	html body .kb-wrapper .kb-nav-panel {
        display: none !important;
    }
	html body .kb-wrapper .kb-partial-wrap {
        width: 100% !important;
    }
	body .kb-wrapper .kb-categories .kb-category {
		width: 24% !important;
	}
	body .kb-wrapper .kb-customise-page .kb-preview-panel {
		width: 100% !important;
	}
	body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
		width: 100% !important;
	}
}
@media all and (max-width: 800px) {
    html body .kb-wrapper .kb-nav-panel {
        display: none !important;
    }

    html body .kb-wrapper .kb-partial-wrap {
        width: 100% !important;
        padding: 1% !important;
        box-sizing: border-box !important;
    }

    html body .kb-wrapper .kb-categories .kb-category {
        width: 49% !important;
        margin-left: 1% !important;
        box-sizing: border-box !important;
        display: inline-block !important;
        float: none !important;
        vertical-align: top !important;
    }

    html body .kb-wrapper .kb-categories {
        margin: 0 0 0 -1% !important;
    }

	html body .kb-wrapper .kb-categories .kb-category-img {
		width: 100% !important;
		height: auto !important;
	}

	html body .kb-wrapper .kb-categories .kb-category-name {
		width: 100% !important;
	}
	
	html body .kb-wizard-group-header.ng-binding {
		background-color: #008fcc!important;
	}
	
	html body .kb-wrapper .kb-button, html body .kb-wrapper .kb-button-light {
		background: none!important;
		background-color: #008fcc!important;
	}
}

@media all and (max-width: 360px) and (max-width: 500px) {
    html body .kb-wrapper .kb-nav-panel {
        display: none !important;
    }

    html body .kb-wrapper .kb-partial-wrap {
        width: 100% !important;
        padding: 1% !important;
        box-sizing: border-box !important;
    }

    html body .kb-wrapper .kb-categories .kb-category {
        width: 49% !important;
        margin-left: 1% !important;
        box-sizing: border-box !important;
        display: inline-block !important;
        float: none !important;
        vertical-align: top !important;
    }

    html body .kb-wrapper .kb-categories {
        margin: 0 0 0 -1% !important;
    }

        html body .kb-wrapper .kb-categories .kb-category-img {
            width: 100% !important;
            height: auto !important;
        }

        html body .kb-wrapper .kb-categories .kb-category-name {
            width: 100% !important;
        }
}

@media all and (max-width: 359px) {
    html body .kb-wrapper .kb-nav-panel {
        display: none !important;
    }

    html body .kb-wrapper .kb-partial-wrap {
        width: 100% !important;
        padding: 1% !important;
        box-sizing: border-box !important;
    }

    html body .kb-wrapper .kb-categories .kb-category {
        width: 100% !important;
        margin-left: 0 !important;
        box-sizing: border-box !important;
        display: inline-block !important;
        float: none !important;
        vertical-align: top !important;
    }

    html body .kb-wrapper .kb-categories {
        margin: 0 0 0 0 !important;
    }

        html body .kb-wrapper .kb-categories .kb-category-img {
            width: 100% !important;
            height: auto !important;
        }

        html body .kb-wrapper .kb-categories .kb-category-name {
            width: 100% !important;
        }
}

@media all and (max-width: 800px) {
    .kb-mobile-only {
        display: block !important;
    }

    html body .kb-wrapper .kb-3d-wrapper:after {
        display: none !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-preview-panel {
        width: 100% !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-preview-image {
        margin: 0 auto !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
        width: 100% !important;
        background: rgba(0,0,0,.6);
        z-index: 99;
    }

    html body .kb-wrapper .kb-wizard {
        max-height: 100% !important;
    }

    html body .kb-wrapper .kb-customise-wizard .kb-wizard-breadcrumb span {
        color: #DEDEDE !important;
    }

    html body .kb-wrapper .kb-table .kb-single-item-checkout-min-qty-cell, html body .kb-wrapper .kb-table .kb-table-header-cell, html body .kb-wrapper .kb-table .kb-table-cell-number,
    html body .kb-wrapper .kb-table .kb-unit-remove a, html body .kb-wrapper .kb-table .kb-unit-count, html body .kb-wrapper .kb-table-cell {
        border-color: #DEDEDE !important;
        color: #DEDEDE !important;
    }

    html body .kb-wrapper .kb-table-total-row .kb-table-cell {
        border-top: solid 1px #DEDEDE !important;
        border-bottom: solid 1px #DEDEDE !important;
    }

    html body .kb-3d-wrapper canvas {
        min-height: 100px !important;
    }
	
	html body .select2-container .select2-choice>.select2-chosen {
		color: #000!important;
	}
	
	html body .newsletter {
		display: none!important;
	}
    /* -- Customise Panel Toggle -- */
    html body .kb-wrapper .kb-customise-edit-panel-toggle {
        width: 50px;
        height: 50px;
        position: absolute;
        top: -51px;
        left: -51px;
        cursor: pointer;
        background: url(/Themes/Element/Content/CSS/skin/x50-btn.png) top left repeat-x;
        color: #959595;
        border: 1px solid #cccccc;
        border-right-width: 0;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    html body .kb-wrapper .kb-active-panel .kb-customise-edit-panel-toggle {
        border-right-width: 1px;
        right: 10px;
        left: auto;
        border-bottom: none;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
    }

    html body .kb-wrapper .kb-customise-edit-panel-toggle > span {
        background: url(/Themes/Element/Content/img/edit1.png) center center;
        text-indent: -999px;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #008fcc !important;
    }

    html body .kb-wrapper .kb-active-panel .kb-customise-edit-panel-toggle > span {
        background: url(/Themes/Element/Content/img/minimise.png) center center;
    }

    html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button {
        background-color: #008fcc !important;
        color: #fff !important;
        border: none !important;
		margin-bottom: 20px!important;
    }

    html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
        height: 50%;
        width: 100% !important;
        padding: 0 !important;
        float: none !important;
        background: rgba(0,0,0,0.8);
        display: block !important;
        z-index: 16000002;
        position: fixed;
        right: -100%;
        bottom: 0;
    }

	html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel.kb-active-panel {
		right: 0;
		height: 58%;
		
	}

    html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner {
        height: 100%;
        overflow-x: hidden;
		background-color: #333333!important;
    }

    html body .kb-wrapper .kb-customise-product-heading {
        height: 10%;
    }

    html body .kb-wrapper .kb-customise-page .kb-customise-wizard {
        padding: 5% !important;
        padding-top: 0 !important;
        border: none !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-customise-product-heading {
        padding: 10px 0 !important;
        width: 100% !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-customise-product-name, html body .kb-wrapper .kb-customise-page .kb-customise-product-unit-price {
        width: 100% !important;
        text-align: center !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb {
        font-size: 16px !important;
    }

        html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb::after {
            color: #fff !important;
        }

    html body .kb-wrapper .kb-customise-product-name {
        color: #fff !important;
    }

    html body .kb-wrapper h1, html body .kb-wrapper h2, html body .kb-wrapper h3, html body .kb-wrapper h4, html body .kb-wrapper h5,
    html body .kb-wrapper h6, html body .kb-wrapper input, html body .kb-wrapper p, html body .kb-wrapper li, html body .kb-wrapper div,
    html body .kb-wrapper q, html body .kb-wrapper cite, html body .kb-wrapper blockquote, html body .kb-wrapper span, html body .kb-wrapper .kb-breadcrumb a {
        color: #fff !important;
    }
	
	html body .kb-wrapper .kb-aggregate-size-quantity-input {
		background: #fff !important;
		color: #000 !important;
	}
	html body .kb-wrapper .kb-single-item-checkout-total-wrapper {
		border-top: 1px solid #fff !important;
		border-bottom: 1px solid #fff !important;
	}

    html body .kb-wrapper a, body .kb-wrapper a:link {
        color: #fff !important;
    }

    html body .kb-wrapper .kb-final-cta-list a {
        color: #333 !important;
    }

    html body .kb-wrapper .kb-tile-picker-tile {
        width: 30px !important;
        height: 30px !important;
    }

    html body .kb-wrapper .kb-validation.kb-warning {
        color: #000 !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-table .kb-table-cell select {
        background: #fff !important;
        color: #000 !important;
    }

    html body .kb-wrapper .kb-customise-page .kb-units {
        overflow: auto;
    }

    html body .kb-wrapper .kb-single-item-checkout .kb-buttons {
        float: left !important;
        width: 100% !important;
        padding: 10px 0 !important;
        border-top: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
    }

        html body .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button {
            width: 24.25% !important;
            float: left !important;
        }

    html body .kb-wrapper .kb-single-item-checkout .kb-button-single-item-checkout-buy-now {
        font-size: 12px !important;
        margin-left: 1% !important;
    }

    html body .kb-wrapper .kb-button-single-item-checkout-final-page, html body .kb-wrapper .kb-button-single-item-checkout-add-to-cart {
        margin-left: 1% !important;
    }
}

@media all and (min-width: 610px) and (max-width: 800px) {
    html body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
        width: 50% !important;
        margin: 0 auto !important;
    }

    html body .kb-wrapper .kb-basket-item, html body .kb-wrapper .kb-final-preview-image {
        width: 100% !important;
    }

    html body .kb-wrapper .kb-final-overlay-wrap {
        width: 50% !important;
        text-align: center !important;
    }
}

@media all and (min-width: 350px) and (max-width: 609px) {
    html body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
        width: 80% !important;
        margin: 0 auto !important;
    }

    html body .kb-wrapper .kb-basket-item, html body .kb-wrapper .kb-final-preview-image {
        width: 100% !important;
    }

    html body .kb-wrapper .kb-final-overlay-wrap {
        width: 50% !important;
        text-align: center !important;
    }
}

@media all and (min-width: 240px) and (max-width: 349px) {
    html body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
        width: 100% !important;
        margin: 0 auto !important;
    }

    html body .kb-wrapper .kb-basket-item, html body .kb-wrapper .kb-final-preview-image {
        width: 100% !important;
    }

    html body .kb-wrapper .kb-final-overlay-wrap {
        width: 50% !important;
        text-align: center !important;
    }
}
/* -- Get A Quote -- */
@media all and (max-width:1000px) {
    html body .kb-wrapper .kb-custom-form {
        width: auto;
        padding: 0 5px !important;
    }

    html body .kb-wrapper .kb-wizard-form-label, html body .kb-wrapper .kb-wizard-form-field {
        width: 100% !important;
    }

    html body .kb-wrapper .kb-custom-form .kb-wizard-form-label label {
        color: #000 !important;
    }

    html body .kb-wrapper kb-form-success-content p {
        color: #000 !important;
    }

    html body .kb-wrapper .kb-breadcrumb a {
        color: #666 !important;
    }

    html body .kb-wrapper .kb-breadcrumb-selected {
        color: #000 !important;
    }

    html body .kb-wrapper .kb-breadcrumb:after {
        color: #666 !important;
    }

    html body .kb-wrapper .kb-popup .kb-popup-inner {
        margin: 30px 25% 30px 30px !important;
    }

    html body .kb-wrapper .kb-form-page h1, html body .kb-wrapper .kb-form-page h2, html body .kb-wrapper .kb-form-page h3, html body .kb-wrapper .kb-form-page h4, html body .kb-wrapper .kb-form-page h5,
    html body .kb-wrapper .kb-form-page h6, html body .kb-wrapper .kb-form-page input, html body .kb-wrapper .kb-form-page p, html body .kb-wrapper .kb-form-page li, html body .kb-wrapper .kb-form-page div,
    html body .kb-wrapper .kb-form-page q, html body .kb-wrapper .kb-form-page cite, html body .kb-wrapper .kb-form-page blockquote, html body .kb-wrapper .kb-form-page span, html body .kb-wrapper .kb-form-page .kb-breadcrumb a {
        color: #000000 !important;
    }
}
	
	

@media all and (min-width: 240px) and (max-width:450px) {
    body .kb-wrapper .kb-customise-page .kb-preview-image {
        width:99%!important
    }

    body .kb-wrapper .kb-3d-wrapper {
        width: 100%
    }
}

@media all and (min-width: 610px) and (max-width:800px) {
    body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
        width:50%!important;
        margin: 0 auto!important
    }

    body .kb-wrapper .kb-basket-item,body .kb-wrapper .kb-final-preview-image {
        width: 100%!important
    }

    body .kb-wrapper .kb-final-overlay-wrap {
        width: 50%!important;
        text-align: center!important
    }
}

@media all and (min-width: 350px) and (max-width:609px) {
    body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
        width:80%!important;
        margin: 0 auto!important
    }

    body .kb-wrapper .kb-basket-item,body .kb-wrapper .kb-final-preview-image {
        width: 100%!important
    }

    body .kb-wrapper .kb-final-overlay-wrap {
        width: 50%!important;
        text-align: center!important
    }
}

@media all and (min-width: 240px) and (max-width:349px) {
    body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
        width:100%!important;
        margin: 0 auto!important
    }

    body .kb-wrapper .kb-basket-item,body .kb-wrapper .kb-final-preview-image {
        width: 100%!important
    }

    body .kb-wrapper .kb-final-overlay-wrap {
        width: 50%!important;
        text-align: center!important
    }
}

@media (max-width: 1321px) and (min-width: 240px) {
	body .kb-wrapper {
		z-index: 1000002!important;
	}
}

@media (max-width: 1000px) {
	body .responsive-nav-wrapper-parent {
		z-index: 1069!important;
	}
}

/* Locker Room CSS */
body .kb-wrapper .kb-locker-room-page .kb-window-titled-title-bar {
    background: #1B75BC!important;
}

.kb-wrapper .kb-locker-room-page .kb-info-dialog.kb-view-info {
	display: none!important;
}

body .kb-wrapper .kb-locker-room-page .kb-new-folder {
	background: url(/Themes/Element/Content/CSS/skin/locker-room-add-folder.png)!important;
	background-repeat: no-repeat!important;
    background-position: center!important;
}

body .kb-wrapper .kb-locker-room-page .kb-new-design {
	background: url(/Themes/Element/Content/CSS/skin/locker-room-add-design.png)!important;
	background-repeat: no-repeat!important;
    background-position: center!important;
}

body .kb-wrapper .kb-locker-room-page .kb-window-titled-title {
	color: #fff!important;
	margin-left: 10px!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-rename-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-edit-custom-design-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-copy-custom-design-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-share-custom-design-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-share-subfolder-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-delete-custom-design-button, 
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-delete-subfolder-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-form-button-code-quoterequest,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-pdf-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-buy-custom-design-button {
	height: 40px!important;
    width: 40px!important;
    background-size: 30px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 14px;
    background-color: #72caf2;
    border-radius: 50%!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-rename-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-edit-custom-design-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-copy-custom-design-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-share-custom-design-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-share-subfolder-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-delete-custom-design-button:hover, 
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-delete-subfolder-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-form-button-code-quoterequest:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-pdf-button:hover,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-buy-custom-design-button:hover {
	background-color: #1B75BC!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon {
	background: url(/Themes/Element/Content/CSS/skin/locker-room-folder.png)!important;
	background-repeat: no-repeat!important;
    background-position: 50% 75%!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-rename-button {
	background-image: url(/Themes/Element/Content/CSS/skin/rename-white.png)!important
}
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-edit-custom-design-button {
	background-image: url(/Themes/Element/Content/CSS/skin/edit-white.png)!important;
	
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-copy-custom-design-button {
	background-image: url(/Themes/Element/Content/CSS/skin/copy-white.png)!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-share-custom-design-button,
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-share-subfolder-button {
	background-image: url(/Themes/Element/Content/CSS/skin/share-white.png)!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-delete-custom-design-button, 
body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-delete-subfolder-button {
	background-image: url(/Themes/Element/Content/CSS/skin/trash-white.png)!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-form-button-code-quoterequest {
	background-image: url(/Themes/Element/Content/CSS/skin/quote-white.png)!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-pdf-button {
	background-image: url(/Themes/Element/Content/CSS/skin/pdf-white.png)!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-buttons .kb-buy-custom-design-button {
	background-image: url(/Themes/Element/Content/CSS/skin/basket-white.png)!important;
}

body .kb-wrapper .kb-locker-room-page .kb-toggle-show-minimal-folders {
    position: absolute!important;
    right: 5px!important;
    bottom: 5px!important;
    text-indent: -99999px!important;
    background: url(/Themes/Element/Content/CSS/skin/locker-room-show-less.png)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 35px!important;
    height: 21px!important;
}

body .kb-wrapper .kb-locker-room-page .kb-toggle-show-minimal-folders-show-more {
    background: url(/Themes/Element/Content/CSS/skin/locker-room-show-more.png)!important;
	background-repeat: no-repeat!important;
    background-position: center!important;
}


body .kb-wrapper .kb-locker-room-page .kb-custom-design-icon-name {
    font-size: 18px!important;
    margin-bottom: 3px!important;
    border-bottom: 1px solid #333;
    width: 100%!important;
    float: left;
    padding-bottom: 1px!important;
    font-weight: bold;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-path .kb-folder-path-item:nth-child(2):before {
	content: none!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-path .kb-folder-path-item:before {
	content: " "!important;
	white-space: pre;
}

body .kb-wrapper .kb-locker-room-page .kb-locker-room-sign-in .kb-button {
	background: #1b75bc!important;
    background-color: #1b75bc!important;
    padding: 14px 33px!important;
    font-size: 16px!important;
}

body  .kb-locker-room-page.kb-custom-design-price {
	display: none!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-icon-name {
	font-size: 18px!important;
	font-weight: bold!important;
	position: absolute!important;
    left: 55px!important;
    width: 150px!important;
    line-height: 18px!important;
    top: 151px!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-path .kb-folder-path-item:last-child {
	font-weight: bold!important;
}

body .kb-wrapper .kb-locker-room-page .kb-custom-design-icon,
body .kb-wrapper .kb-locker-room-page .kb-folder-view-icon {
	width: 241px!important;
	height: 250px!important;
	padding: 0px 10px!important;
}

body .kb-wrapper .kb-locker-room-page .kb-folder-contents.kb-folder-show-less {
    height: 250px!important;
    overflow: hidden!important;
}

body .kb-wrapper .kb-locker-room-page .kb-dialog-button {
	background: #1B75BC!important;
    padding: 8px 40px!important;
}

body .kb-wrapper .kb-locker-room-page textarea.ng-invalid,
body .kb-wrapper .kb-locker-room-page .ng-valid:not(form):not([ng-form]):not(div):focus {
	width: 190px!important;
    margin-top: 10px!important;
    font-size: 16px!important;
    max-height: 50px!important;
    height: 50px!important;
    min-height: 50px!important;
}

body .kb-wrapper .kb-locker-room-page .kb-control-label {
	margin-bottom: 5px!important;
    font-size: 16px!important;
    font-weight: bold!important;
}

body .kb-wrapper .kb-locker-room-page .kb-dragover {
    border: 2px dashed #000!important
}

body .kb-wrapper .kb-locker-room-page .kb-dragover * {
    pointer-events: none
}

body .kb-wrapper .kb-locker-room-page .kb-drag-target {
	background: url(/Themes/Element/Content/CSS/skin/open-folder.png)!important;
    background-repeat: no-repeat!important;
    width: 241px!important;
    height: 250px!important;
    opacity: .5;
    background-size: 80%!important;
	background-position: center bottom!important;
	border: none!important;
}
body .kb-wrapper .kb-locker-room-page .kb-dialog {
    min-width: 200px!important;
    width: auto!important;
}

body .kb-wrapper .kb-locker-room-page .kb-dialog .kb-dialog-form {
	padding: 20px!important;
}

body .kb-wrapper .kb-locker-room-page .kb-button-panel {
	width: 100%!important;
	height: 100%!important;
}

body .kb-wrapper .kb-locker-room-page input, .kb-wrapper .kb-locker-room-page select, .kb-wrapper .kb-locker-room-page textarea {
	min-width: 100%!important;
}

body .kb-wrapper .kb-locker-room-page textarea {
	min-height: 50px!important;
}

/* Locker Room Folder Page CSS */

body .kb-wrapper .kb-folder-page .kb-window-titled-title-bar {
    background: #1B75BC!important;
}

.kb-wrapper .kb-folder-page .kb-info-dialog.kb-view-info {
	display: none!important;
}

body .kb-wrapper .kb-folder-page .kb-new-folder {
	background: url(/Themes/Element/Content/CSS/skin/locker-room-add-folder.png)!important;
	background-repeat: no-repeat!important;
    background-position: center!important;
}

body .kb-wrapper .kb-folder-page .kb-new-design {
	background: url(/Themes/Element/Content/CSS/skin/locker-room-add-design.png)!important;
	background-repeat: no-repeat!important;
    background-position: center!important;
}

body .kb-wrapper .kb-folder-page .kb-window-titled-title {
	color: #fff!important;
	margin-left: 10px!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-rename-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-edit-custom-design-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-copy-custom-design-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-share-custom-design-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-share-subfolder-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-delete-custom-design-button, 
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-delete-subfolder-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-form-button-code-quoterequest,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-pdf-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-buy-custom-design-button {
	height: 40px!important;
    width: 40px!important;
    background-size: 30px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 14px;
    background-color: #72caf2;
    border-radius: 50%!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-rename-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-edit-custom-design-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-copy-custom-design-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-share-custom-design-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-share-subfolder-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-delete-custom-design-button:hover, 
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-delete-subfolder-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-form-button-code-quoterequest:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-pdf-button:hover,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-buy-custom-design-button:hover {
	background-color: #1B75BC!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon {
	background: url(/Themes/Element/Content/CSS/skin/locker-room-folder.png)!important;
	background-repeat: no-repeat!important;
    background-position: 50% 75%!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-rename-button {
	background-image: url(/Themes/Element/Content/CSS/skin/rename-white.png)!important
}
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-edit-custom-design-button {
	background-image: url(/Themes/Element/Content/CSS/skin/edit-white.png)!important;
	
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-copy-custom-design-button {
	background-image: url(/Themes/Element/Content/CSS/skin/copy-white.png)!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-share-custom-design-button,
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-share-subfolder-button {
	background-image: url(/Themes/Element/Content/CSS/skin/share-white.png)!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-delete-custom-design-button, 
body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-delete-subfolder-button {
	background-image: url(/Themes/Element/Content/CSS/skin/trash-white.png)!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-form-button-code-quoterequest {
	background-image: url(/Themes/Element/Content/CSS/skin/quote-white.png)!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-pdf-button {
	background-image: url(/Themes/Element/Content/CSS/skin/pdf-white.png)!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-buttons .kb-buy-custom-design-button {
	background-image: url(/Themes/Element/Content/CSS/skin/basket-white.png)!important;
}

body .kb-wrapper .kb-folder-page .kb-toggle-show-minimal-folders {
    position: absolute!important;
    right: 5px!important;
    bottom: 5px!important;
    text-indent: -99999px!important;
    background: url(/Themes/Element/Content/CSS/skin/locker-room-show-less.png)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 35px!important;
    height: 21px!important;
}

body .kb-wrapper .kb-folder-page .kb-toggle-show-minimal-folders-show-more {
    background: url(/Themes/Element/Content/CSS/skin/locker-room-show-more.png)!important;
	background-repeat: no-repeat!important;
    background-position: center!important;
}


body .kb-wrapper .kb-folder-page .kb-custom-design-icon-name {
    font-size: 18px!important;
    margin-bottom: 3px!important;
    border-bottom: 1px solid #333;
    width: 100%!important;
    float: left;
    padding-bottom: 1px!important;
    font-weight: bold;
}

body .kb-wrapper .kb-folder-page .kb-folder-path .kb-folder-path-item:nth-child(2):before {
	content: none!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-path .kb-folder-path-item:before {
	content: " "!important;
	white-space: pre;
}

body .kb-wrapper .kb-folder-page .kb-locker-room-sign-in .kb-button {
	background: #1b75bc!important;
    background-color: #1b75bc!important;
    padding: 14px 33px!important;
    font-size: 16px!important;
}

body  .kb-folder-page.kb-custom-design-price {
	display: none!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-icon-name {
	font-size: 18px!important;
	font-weight: bold!important;
	position: absolute!important;
    left: 55px!important;
    width: 150px!important;
    line-height: 18px!important;
    top: 151px!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-path .kb-folder-path-item:last-child {
	font-weight: bold!important;
}

body .kb-wrapper .kb-folder-page .kb-custom-design-icon,
body .kb-wrapper .kb-folder-page .kb-folder-view-icon {
	width: 241px!important;
	height: 250px!important;
	padding: 0px 10px!important;
}

body .kb-wrapper .kb-folder-page .kb-folder-contents.kb-folder-show-less {
    height: 250px!important;
    overflow: hidden!important;
}

body .kb-wrapper .kb-folder-page .kb-dialog-button {
	background: #1B75BC!important;
    padding: 8px 40px!important;
}

body .kb-wrapper .kb-folder-page textarea.ng-invalid,
body .kb-wrapper .kb-folder-page .ng-valid:not(form):not([ng-form]):not(div):focus {
	width: 190px!important;
    margin-top: 10px!important;
    font-size: 16px!important;
    max-height: 50px!important;
    height: 50px!important;
    min-height: 50px!important;
}

body .kb-wrapper .kb-folder-page .kb-control-label {
	margin-bottom: 5px!important;
    font-size: 16px!important;
    font-weight: bold!important;
}

body .kb-wrapper .kb-folder-page .kb-dragover {
    border: 2px dashed #000!important
}

body .kb-wrapper .kb-folder-page .kb-dragover * {
    pointer-events: none
}

body .kb-wrapper .kb-folder-page .kb-drag-target {
	background: url(/Themes/Element/Content/CSS/skin/open-folder.png)!important;
    background-repeat: no-repeat!important;
    width: 241px!important;
    height: 250px!important;
    opacity: .5;
    background-size: 80%!important;
	background-position: center bottom!important;
	border: none!important;
}
body .kb-wrapper .kb-folder-page .kb-dialog {
    min-width: 200px!important;
    width: auto!important;
}

body .kb-wrapper .kb-folder-page .kb-dialog .kb-dialog-form {
	padding: 20px!important;
}

body .kb-wrapper .kb-folder-page .kb-button-panel {
	width: 100%!important;
	height: 100%!important;
}

body .kb-wrapper .kb-folder-page input, .kb-wrapper .kb-folder-page select, .kb-wrapper .kb-folder-page textarea {
	min-width: 100%!important;
}

body .kb-wrapper .kb-folder-page textarea {
	min-height: 50px!important;
}

/* Locker Room Both Page Styles */

body .kb-wrapper .kb-dialog {
	border: solid 1px #000!important;
    background: #fff!important;
    z-index: 10!important;
    position: fixed!important;
    top: 20%!important;
    left: 50%!important;
    z-index: 1050!important;
    width: 290px!important;
    margin-left: -280px!important;
    height: 176px!important;
}

body .kb-wrapper .kb-create-folder-dialog .kb-dialog-content {
    padding: 25px!important;
}

body .kb-wrapper .kb-create-folder-dialog .kb-controls > textarea {
	min-height: 50px!important;
	width: 100%!important;
}

body .kb-wrapper .kb-create-folder-dialog .kb-dialog-form .kb-control-group > label {
	font-weight: bold!important;
    display: inline!important;
    font-size: 20px!important;
}

body .kb-wrapper .kb-create-folder-dialog .kb-button-panel {
	width: 100%!important;
	background: #fff!important;
}

body .kb-wrapper .kb-create-folder-dialog .kb-dialog-button {
    border: solid 1px #1B75BC!important;
    padding: 12px 52px!important;
    margin: 5px!important;
    display: inline-block;
    cursor: pointer!important;
	background: #1B75BC!important;
}

html body .kb-wrapper .kb-dialog.kb-request-redraw-dialog {
	width: 30%!important;
	height: auto!important;
	top: 19%!important;
}

html body .kb-wrapper .kb-dialog.kb-request-redraw-dialog textarea {
	min-height: 70px!important;
}

body .kb-wrapper .kb-dialog.kb-request-redraw-dialog .kb-button-panel .kb-button {
    flex: 0 1 40%!important;
}

body .kb-wrapper .kb-request-redraw-dialog .kb-image-dimensions-height,
body .kb-wrapper .kb-request-redraw-dialog .kb-image-dimensions-width {
    width: 80px!important;
}



@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

body .kb-cyber-monday-container .kb-wrapper h1, 
body .kb-cyber-monday-container .kb-wrapper h2, 
body .kb-cyber-monday-container .kb-wrapper h3, 
body .kb-cyber-monday-container .kb-wrapper h4, 
body .kb-cyber-monday-container .kb-wrapper h5, 
body .kb-cyber-monday-container .kb-wrapper h6, 
body .kb-cyber-monday-container .kb-wrapper input, 
body .kb-cyber-monday-container .kb-wrapper p, 
body .kb-cyber-monday-container .kb-wrapper li, 
body .kb-cyber-monday-container .kb-wrapper div, 
body .kb-cyber-monday-container .kb-wrapper q, 
body .kb-cyber-monday-container .kb-wrapper cite, 
body .kb-cyber-monday-container .kb-wrapper blockquote, 
body .kb-cyber-monday-container .kb-wrapper span {
    font-family: 'Roboto', sans-serif!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-placed-images-heading, 
body .kb-cyber-monday-container .kb-wrapper .kb-unapproved-images-heading, 
body .kb-cyber-monday-container .kb-wrapper .kb-approved-images-heading {
    font-weight: normal!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-partial-wrap {
    width: 100%!important;
    max-width: 100%!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-nav-panel {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-breadcrumbs {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

body .kb-cyber-monday-container .kb-wrapper .kb-breadcrumb:after {
    content: "/"!important;
    display: inline-block;
    margin: 0 3px;
    position: relative!important;
    top: 0px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-breadcrumb a {
    color: #000!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-breadcrumb-selected {
    color: #000!important;
    font-weight: bold;
}

body .kb-cyber-monday-container .kb-wrapper .kb-categories {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category-img {
    width: 143px!important;
    height: 120px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category {
    margin: 30px 5px!important;
    margin-bottom: 50px!important;
    border: none!important;
    margin-right: 30px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category-name {
    background: none!important;
    color: #000!important;
    width: 100%!important;
    font-size: 14px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-designs {
    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}

body .kb-cyber-monday-container .kb-wrapper .kb-designs .kb-design {
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin: 10px 5px!important;
    border: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-designs .kb-design-img {
    height: 210px!important;
    width: 250px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-designs .kb-design-name {
    background: none!important;
    color: #000!important;
    font-size: 16px!important;
    width: 100%!important;
    left: 0;
}

body .kb-cyber-monday-container .kb-wrapper .kb-designs .kb-design-img,
body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category {
    transform: scale(1.2);
    transition: ease 0.4s;
}

body .kb-cyber-monday-container .kb-wrapper .kb-designs .kb-design-img:hover,
body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category:hover {
    transform: scale(1.4);
}

/* customise */

body .kb-cyber-monday-container .kb-wrapper .kb-button,
body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper .kb-final-button,
body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li a {
    background: #07324c!important;
    border: #07324c!important;
    transition: ease opacity 0.5s;
    font-weight: normal!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-button:hover,
body .kb-cyber-monday-container .kb-wrapper .kb-button:hover:not([disabled]),
body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:hover,
body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li a:hover {
    background: #07324c!important;
    border: #07324c!important;
    opacity: 0.8!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-panel {
    width: 49%!important;
    display: inline-block!important;
    margin-right: 1%!important;
    float: right!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-image,
body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-3d-wrapper {
    width: 100%!important;
    height: calc(100vh - 313px - 30px - 25px)!important;
    border: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-3d-wrapper:after {
    bottom: 0!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-change-design-button {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-change-view-button {
    background: #07324c!important;
    border: #07324c!important;
    transition: ease opacity 0.5s;
    font-weight: normal!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-change-view-button:hover {
    opacity: 0.8;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
    width: 40%!important;
    float: left!important;
    margin-top: 70px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-wizard {
    border: none!important;
    padding: 0!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-wizard {
    overflow-x: hidden!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-wizard-step,
body .kb-cyber-monday-container .kb-wrapper .kb-wizard-form {
    padding: 0!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none!important;
    padding: 0!important;
    margin-bottom: 15px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before,
body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:after,
body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:after {
    content: ""!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb {
    flex: 1 0 1%!important;
    background: #07324c!important;
    opacity: 1!important;
    transition: ease opacity 0.5s;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs .kb-wizard-breadcrumb:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs .kb-wizard-breadcrumb:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:hover {
    opacity: 0.8!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb.kb-wizard-breadcrumb-active {
    opacity: 0.8!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 100%;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 100%;
    color: #fff!important;
    padding: 10px 0px!important;
    font-size: 13px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-wizard-group-header {
    background: none!important;
    opacity: 1!important;
    color: #000!important;
    padding: 8px 0px!important;
    border-bottom: 1px solid #07324c!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-wizard-group-header:after {
    content: "+"!important;
    display: inline-block!important;
    transition: ease 0.5s;
    font-size: 20px;
    position: relative;
    top: -5px;
    right: 6px;
}

body .kb-cyber-monday-container .kb-wrapper .kb-wizard-group-header.kb-wizard-group-header-selected:after {
    transform: rotate(45deg)!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-design-name {
    display: none!important;
}

/* colour tile pickers */

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-base {
    margin-left: 0!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 5px!important;
    margin-top: 5px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color .kb-tile-picker-list-item {
    margin-right: 4px!important;
    margin-bottom: 3px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile {
    margin: 0!important;
    width: 30px!important;
    height: 30px!important;
    border-radius: 6px!important;
    transition: ease transform 0.3s;
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile:hover {
    transform: scale(1.2);
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile:hover {
    transform: scale(1.2);
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color input:checked+.kb-tile-picker-tile,
body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio-selected {
    transform: scale(1.3);
    z-index: 1000;
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio-selected:hover {
    transform: scale(1.4);
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-radio-selected:after, 
body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker-radio:checked+.kb-tile-picker-tile:after {
    display: none!important;
}

/* tile pickers */ 

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker .kb-tile-picker-list-item {
    margin-right: 5px!important;
    margin-bottom: 5px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-tile-picker .kb-tile-picker-tile {
    margin: 0!important;
}

/* text editor */

body .kb-cyber-monday-container .kb-wrapper .kb-remove-text-item {
    background: none!important; 
    text-indent: 0!important;
    position: static!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-remove-text-item:before {
    content: "Remove";
}

body .kb-cyber-monday-container .kb-wrapper .kb-remove-text-item:after,
body .kb-cyber-monday-container .kb-wrapper .kb-editor-placed-text-selected:after {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-text {
    width: calc(100% - 60px)!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-font-button {
    background: #07324c!important;
    color: #fff!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-font-button:hover {
    color: #fff!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-font-button.kb-editor-font-button-selected {
    opacity: 0.8!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-info .kb-button {
    opacity: 1!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-placement-image .kb-editor-info {
    display: flex;
}

body .kb-cyber-monday-container .kb-wrapper .kb-editor-placement-image .kb-editor-info .kb-button {
    flex-grow: 1!important;
}

/* final page */

body .kb-cyber-monday-container .kb-wrapper .kb-final-category-header-wrapper,
body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-header {
    border: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-category-header-wrapper {
    padding-left: 0!important;
    padding-right: 0!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-header {
    font-size: 16px!important;
    font-weight: bold!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list .kb-icon {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li {
    flex: 0 0 110px!important;
    display: inline-flex;
}

/* TODO: cannot use nth-child() as this causes confusion and issues down the line */

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li:nth-child(n+5) {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li:nth-child(4) {
    margin-right: 0!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li a {
    padding: 8px 5px!important;
    background: #07324c!important;
    color: #fff!important;
    width: 100%!important;
    text-align: center;
    font-weight: normal!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-category-preview .kb-category-final-names,
body .kb-cyber-monday-container .kb-wrapper .kb-add-buttons {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-category-preview {
    border: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-button:link, 
body .kb-cyber-monday-container .kb-wrapper .kb-final-button:visited {
    background: #07324c!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-basket-item-double-col {
    flex: 0 0 33%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body .kb-cyber-monday-container .kb-wrapper .kb-basket-item-double-col .kb-final-overlay-wrap {
    flex: 0 0 50%!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-basket-item-double-col .kb-final-overlay-wrap img {
    width: 100%!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 10px)!important;
    height: 50px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper .kb-final-button {
    flex: 0 0 calc(50% - 3px)!important;
    margin: 0!important;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:nth-child(2) {
    margin-right: 3px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:nth-child(3) {
    margin-left: 3px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:last-child {
    flex: 1 0 100%!important;
    margin-top: 6px!important;
}

@media all and (max-width: 800px) {
    html body .kb-cyber-monday-container .kb-wrapper .kb-basket-item-double-col {
        flex: 0 0 50%!important;
    }
}

@media all and (max-width: 400px) {
    html body .kb-cyber-monday-container .kb-wrapper .kb-basket-item-double-col {
        flex: 0 0 100%!important;
    }
}

@media all and (max-width: 499px) {
    body .kb-cyber-monday-container .kb-wrapper .kb-final-cta-list li {
        flex: 0 0 50%!important;
        margin: 0!important;
        border: 1px solid #fff!important;
        box-sizing: border-box!important;
    }
}

/* sliders */

body .kb-cyber-monday-container .kb-wrapper .kb-wizard-form-field-type-patterntransform {
    padding: 0 12px!important;
}

body .kb-cyber-monday-container .kb-wrapper .noUi-background {
    background: #d7dcdf!important;
    border-radius: 30px;
}

body .kb-cyber-monday-container .kb-wrapper .noUi-horizontal .noUi-handle {
    border-radius: 100%!important;
    width: 20px!important;
    height: 20px!important;
    background: #2c3e50!important;
    top: -6px!important;
}

body .kb-cyber-monday-container .kb-wrapper .noUi-horizontal {
    height: 10px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-pattern-transform-slider label {
    position: relative!important;
    left: -12px!important;
}

/* quote form styling */

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest {
    width: 40%!important;
    margin-left: 30%!important;
    margin-top: 30px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest * {
    font-size: 16px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field {
    margin-bottom: 25px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-validation-message {
    display: none!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-label-wrap label {
    font-size: 16px!important;
    margin-bottom: 10px!important;
    display: inline-block!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field input.ng-valid:not(form):not([ng-form]):not(div),
body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field input.ng-invalid,
body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field textarea.ng-valid:not(form):not([ng-form]):not(div),
body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field textarea.ng-invalid {
    border: 1px solid rgb(201, 201, 201)!important;
    border-color: rgb(201, 201, 201)!important;
    box-shadow: none!important;
    border-radius: 3px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field input {
    font-size: 15px!important;
    padding: 10px 0px!important;
    padding-left: 4px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field textarea {
    font-size: 15px!important;
    padding: 10px 0px!important;
    padding-left: 8px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-ff-agree {
    margin-bottom: 10px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-ff-agree h4:after {
    color: #953b39!important;
    content: "*"!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-ff-agree h4 {
    font-size: 14px!important;
    margin-bottom: 10px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-ff-agree .kb-custom-form-label-wrap,
body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-ff-agree .kb-custom-form-field-wrap {
    width: auto!important;
    display: inline-block!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-ff-agree .kb-custom-form-label-wrap label {
    position: relative;
    top: 4px;
    margin-right: 10px!important;
}

body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest .kb-button-popup-form-submit {
    padding: 10px!important;
}


/* website styles */
.free-templates-page .page-body {
    display: flex;
	width: 100%!important;
}

.free-templates-page .cognito {
    flex: 0 0 400px!important;
	width: 400px!important;
	display: inline-block!important;
}

.free-templates-page .content-wrap {
    flex: 0 0 calc(100% - 400px)!important;
	width: 400px!important;
	display: inline-block!important;
}

.kb-wrapper .kb-form-quoterequest .kb-success p {
    font-size: 26px!important;
    text-align: center;
}

@media all and (max-width: 1321px) {
	.free-templates-page .page-body {
		display: flex;
		flex-wrap: wrap;
		width: 100%!important;
	}
	.free-templates-page .cognito {
		flex: 0 0 100%!important;
		width: 100%!important;
		display: inline-block!important;
	}

	.free-templates-page .content-wrap {
		flex: 0 0 100%!important;
		width: 100%!important;
		display: inline-block!important;
	}
}

/* kb mobile styles */

.kb-wrapper .kb-wizard-form-field-type-slider {
    display: flex;
    flex-wrap: wrap;
}

.kb-wrapper .kb-wizard-form-field-type-slider > div {
    flex: 0 0 55%!important;
}

.kb-wrapper .kb-wizard-form-field-type-slider > div .kb-slider {
    margin-left: 12px!important;
    width: calc(100% - 58px)!important;
}

@media all and (max-width: 800px) {
    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-panel {
        width: 100%!important;
        display: inline-block!important;
        margin-right: 0%!important;
    }

    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
        width: 100%!important;
        display: inline-block!important;
        margin-left: 0%!important;
        display: none!important;
    }

    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-panel.kb-mobile-menu-panel-active .kb-preview-image,
    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-panel.kb-mobile-menu-panel-active .kb-3d-wrapper {
        height: calc(100vh - 80px - 100px - 40vh)!important;
    }

    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel.kb-active-panel {
        display: block!important;
        height: 40vh!important;
        position: absolute!important;
        left: 0!important;
        bottom: 100px!important;
        margin-top: 0!important;
        background: #ccc!important;
        box-sizing: border-box!important;
        padding: 0 1%!important;
		margin-bottom: 0px!important;
    }

    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-preview-image,
    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-3d-wrapper {
        height: calc(100vh - 80px - 100px)!important;
    }

    #kitBuilder1 {
        height: calc(100vh - 80px)!important;
        position: relative!important;
    }

    html body .kb-cyber-monday-container .kb-wrapper .kb-breadcrumbs {
        display: none!important;
    }

    .kb-wrapper .kb-customize-mobile-nav.kb-mobile-only {
        display: block!important;
        position: absolute!important;
        bottom: 0!important;
        left: 0!important;
        width: 100%!important;
        height: 100px!important;
        box-sizing: border-box!important;
    }

    .kb-wrapper .kb-customize-mobile-nav-inner {
        display: flex;
        height: 100px!important;
    }

    .kb-wrapper .kb-customize-mobile-nav-inner li {
        flex: 1 0 1%!important;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box!important;
        border: 1px solid #000!important;
        background: #07324c!important;
    }

    .kb-wrapper .kb-customize-mobile-nav-inner li.kb-customize-mobile-nav-item-active {
        opacity: 0.8;
    }

    .kb-wrapper .kb-customize-mobile-nav-inner li a {
        flex: 1 0 1%!important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #fff!important;
    }

    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-customise-product-heading,
    html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-wizard-breadcrumbs {
        display: none!important;
    }

    body .kb-cyber-monday-container .kb-wrapper .kb-wizard {
        max-height: 40vh;
    }

    body .kb-cyber-monday-container .kb-wrapper .kb-navigation-buttons {
        display: none!important;
    }

    body .kb-cyber-monday-container .kb-wrapper .kb-step-2 .kb-wizard {
        max-height: calc(40vh - 50px);
    }

    body .kb-cyber-monday-container .kb-wrapper .kb-step-2 .kb-navigation-buttons {
        display: block!important;
    }

    body .kb-wrapper .kb-button-prev {
        display: none!important;
    }

    body .kb-cyber-monday-container .kb-wrapper .kb-form-quoterequest {
        width: 90%!important;
        margin-left: 5%!important;
    }

    body .kb-cyber-monday-container .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner .kb-basket-item-single-col {
        flex: 0 0 50%!important;
    }
	
	html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner {
        background-color: transparent!important;
    }
	
	html body .kb-cyber-monday-container .kb-wrapper .kb-active-panel .kb-customise-edit-panel-toggle {
        display: none!important;
    }
	
	html body .kb-cyber-monday-container .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button {
        background-color: #07324c!important;
        border: #07324c!important;
    }
	
	body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category-img {
        margin: 0!important;
    }
	
	body .kb-cyber-monday-container .kb-wrapper .kb-categories .kb-category-link {
        display: flex!important;
		flex-wrap: wrap;
        justify-content: center;
    }
}

/* start of new kb showcase styles */

@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

/* variables */

:root {
    --bg-color: #07324c;
    --text-color: #fff;
}

body .new-styles .kb-wrapper h1,
body .new-styles .kb-wrapper h2,
body .new-styles .kb-wrapper h3,
body .new-styles .kb-wrapper h4,
body .new-styles .kb-wrapper h5,
body .new-styles .kb-wrapper h6,
body .new-styles .kb-wrapper input,
body .new-styles .kb-wrapper p,
body .new-styles .kb-wrapper li,
body .new-styles .kb-wrapper div,
body .new-styles .kb-wrapper q,
body .new-styles .kb-wrapper cite,
body .new-styles .kb-wrapper blockquote,
body .new-styles .kb-wrapper span {
    font-family: 'Roboto', sans-serif !important;
}

body .new-styles .kb-wrapper .kb-editor-placed-images-heading,
body .new-styles .kb-wrapper .kb-unapproved-images-heading,
body .new-styles .kb-wrapper .kb-approved-images-heading {
    font-weight: normal !important;
}

body .new-styles .kb-wrapper .kb-partial-wrap {
    width: 100% !important;
    max-width: 100% !important;
}

body .new-styles .kb-wrapper .kb-nav-panel {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-breadcrumbs {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

body .new-styles .kb-wrapper .kb-breadcrumb:after {
    content: "/" !important;
    display: inline-block;
    margin: 0 3px;
    position: relative !important;
    top: 0px !important;
}

body .new-styles .kb-wrapper .kb-breadcrumb a {
    color: #000 !important;
}

body .new-styles .kb-wrapper .kb-breadcrumb-selected {
    color: #000 !important;
    font-weight: bold;
}

body .new-styles .kb-wrapper .kb-categories {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px !important;
}

body .new-styles .kb-wrapper .kb-categories .kb-category-img {
    width: 200px !important;
    height: 168px !important;
}

body .new-styles .kb-wrapper .kb-categories .kb-category {
    margin: 30px 5px !important;
    margin-bottom: 50px !important;
    border: none !important;
    margin-right: 30px !important;
}

body .new-styles .kb-wrapper .kb-categories .kb-category-name {
    background: none !important;
    color: #000 !important;
    width: 100% !important;
}

body .new-styles .kb-wrapper .kb-designs {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

body .new-styles .kb-wrapper .kb-designs .kb-design {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 10px 5px !important;
    border: none !important;
}

body .new-styles .kb-wrapper .kb-designs .kb-design-img {
    height: 210px !important;
    width: 250px !important;
}

body .new-styles .kb-wrapper .kb-designs .kb-design-name {
    background: none !important;
    color: #000 !important;
    font-size: 16px !important;
    width: 100% !important;
    left: 0;
}

body .new-styles .kb-wrapper .kb-designs .kb-design-img,
body .new-styles .kb-wrapper .kb-categories .kb-category {
    transform: scale(1.2);
    transition: ease 0.4s;
}

body .new-styles .kb-wrapper .kb-designs .kb-design-img:hover,
body .new-styles .kb-wrapper .kb-categories .kb-category:hover {
    transform: scale(1.4);
}

/* customise */

html body .new-styles .kb-wrapper .kb-customise-page .kb-button,
html body .new-styles .kb-wrapper .kb-final-buttons-wrapper .kb-final-button,
html body .new-styles .kb-wrapper .kb-final-cta-list li a {
    background: var(--bg-color) !important;
    background-color: var(--bg-color) !important;
    border: var(--bg-color) !important;
    transition: ease opacity 0.5s;
    font-weight: normal !important;
}

html body .new-styles .kb-wrapper .kb-customise-page .kb-button:hover,
html body .new-styles .kb-wrapper .kb-customise-page .kb-button:hover:not([disabled]),
html body .new-styles .kb-wrapper .kb-customise-page .kb-final-buttons-wrapper .kb-final-button:hover,
html body .new-styles .kb-wrapper .kb-customise-page .kb-final-cta-list li a:hover {
    background: var(--bg-color) !important;
    background-color: var(--bg-color) !important;
    border: var(--bg-color) !important;
    opacity: 0.8 !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-preview-panel {
    width: 49% !important;
    display: inline-block !important;
    margin-right: 1% !important;
    float: right !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-preview-image,
body .new-styles .kb-wrapper .kb-customise-page .kb-3d-wrapper {
    width: 100% !important;
    height: calc(100vh - 313px - 30px - 25px) !important;
    border: none !important;
}

body .new-styles .kb-wrapper .kb-3d-wrapper:after {
    bottom: 0 !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-change-design-button {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-change-view-button {
    background: var(--bg-color) !important;
    border: var(--bg-color) !important;
    transition: ease opacity 0.5s;
    font-weight: normal !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-change-view-button:hover {
    opacity: 0.8;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
    width: 40% !important;
    float: left !important;
    margin-top: 70px !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-customise-wizard {
    border: none !important;
    padding: 0 !important;
}

body .new-styles .kb-wrapper .kb-wizard {
    overflow-x: hidden !important;
}

body .new-styles .kb-wrapper .kb-wizard-step,
body .new-styles .kb-wrapper .kb-wizard-form {
    padding: 0 !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before,
body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:after,
body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:after {
    content: "" !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb {
    flex: 1 0 1% !important;
    background: var(--bg-color) !important;
    opacity: 1 !important;
    transition: ease opacity 0.5s;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs .kb-wizard-breadcrumb:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs .kb-wizard-breadcrumb:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:hover {
    opacity: 0.8 !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb.kb-wizard-breadcrumb-active {
    opacity: 0.8 !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb > a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 100%;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 100%;
    color: var(--text-color) !important;
    padding: 10px 0px !important;
    font-size: 13px !important;
}

body .new-styles .kb-wrapper .kb-wizard-group-header {
    background: none !important;
    opacity: 1 !important;
    color: #000 !important;
    padding: 8px 0px !important;
    border-bottom: 1px solid var(--bg-color) !important;
}

body .new-styles .kb-wrapper .kb-wizard-group-header:after {
    content: "+" !important;
    display: inline-block !important;
    transition: ease 0.5s;
    font-size: 20px;
    position: relative;
    top: -5px;
    right: 6px;
}

body .new-styles .kb-wrapper .kb-wizard-group-header.kb-wizard-group-header-selected:after {
    transform: rotate(45deg) !important;
}

body .new-styles .kb-wrapper .kb-customise-page .kb-preview-design-name {
    display: none !important;
}

/* colour tile pickers */

body .new-styles .kb-wrapper .kb-tile-picker-base {
    margin-left: 0 !important;
}

body .new-styles .kb-wrapper .kb-tile-picker-color {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 5px !important;
    margin-top: 5px !important;
}

body .new-styles .kb-wrapper .kb-tile-picker-color .kb-tile-picker-list-item {
    margin-right: 4px !important;
    margin-bottom: 3px !important;
}

body .new-styles .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile {
    margin: 0 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 6px !important;
    transition: ease transform 0.3s;
}

body .new-styles .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile:hover {
    transform: scale(1.2);
}

body .new-styles .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile:hover {
    transform: scale(1.2);
}

body .new-styles .kb-wrapper .kb-tile-picker-color input:checked + .kb-tile-picker-tile,
body .new-styles .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio-selected {
    transform: scale(1.3);
    z-index: 1000;
}

body .new-styles .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio-selected:hover {
    transform: scale(1.4);
}

body .new-styles .kb-wrapper .kb-tile-picker-radio-selected:after,
body .new-styles .kb-wrapper .kb-tile-picker-radio:checked + .kb-tile-picker-tile:after {
    display: none !important;
}

/* tile pickers */

body .new-styles .kb-wrapper .kb-tile-picker .kb-tile-picker-list-item {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
}

body .new-styles .kb-wrapper .kb-tile-picker .kb-tile-picker-tile {
    margin: 0 !important;
}

/* text editor */

body .new-styles .kb-wrapper .kb-remove-text-item {
    background: none !important;
    text-indent: 0 !important;
    position: static !important;
}

body .new-styles .kb-wrapper .kb-remove-text-item:before {
    content: "Remove";
}

body .new-styles .kb-wrapper .kb-remove-text-item:after,
body .new-styles .kb-wrapper .kb-editor-placed-text-selected:after {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-editor-text {
    width: calc(100% - 60px) !important;
}

body .new-styles .kb-wrapper .kb-editor-font-button {
    background: var(--bg-color) !important;
    color: var(--text-color) !important;
}

body .new-styles .kb-wrapper .kb-editor-font-button:hover {
    color: var(--text-color) !important;
}

body .new-styles .kb-wrapper .kb-editor-font-button.kb-editor-font-button-selected {
    opacity: 0.8 !important;
}

body .new-styles .kb-wrapper .kb-editor-info .kb-button {
    opacity: 1 !important;
}

body .new-styles .kb-wrapper .kb-editor-placement-image .kb-editor-info {
    display: flex;
}

body .new-styles .kb-wrapper .kb-editor-placement-image .kb-editor-info .kb-button {
    flex-grow: 1 !important;
}

/* final page */

body .new-styles .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
    min-height: 0!important;
}

body .new-styles .kb-wrapper .kb-final-category-header-wrapper,
body .new-styles .kb-wrapper .kb-final-cta-header {
    border: none !important;
}

body .new-styles .kb-wrapper .kb-final-category-header-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body .new-styles .kb-wrapper .kb-final-cta-header {
    font-size: 16px !important;
    font-weight: bold !important;
}

body .new-styles .kb-wrapper .kb-final-cta-list .kb-icon {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-final-cta-list {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
}

body .new-styles .kb-wrapper .kb-final-cta-list li {
    flex: 0 0 140px !important;
    display: inline-flex;
}

body .new-styles .kb-wrapper .kb-final-cta-list li:nth-child(n+5) {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-final-cta-list li:nth-child(4) {
    margin-right: 0 !important;
}

body .new-styles .kb-wrapper .kb-final-cta-list li a {
    padding: 8px 5px !important;
    background: var(--bg-color) !important;
    color: var(--text-color) !important;
    width: 100% !important;
    text-align: center;
    font-weight: normal !important;
}

body .new-styles .kb-wrapper .kb-final-category-preview .kb-category-final-names,
body .new-styles .kb-wrapper .kb-add-buttons {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-final-category-preview {
    border: none !important;
}

body .new-styles .kb-wrapper .kb-final-button:link,
body .new-styles .kb-wrapper .kb-final-button:visited {
    background: var(--bg-color) !important;
}

body .new-styles .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap !important;
}

body .new-styles .kb-wrapper .kb-basket-item-double-col {
    flex: 0 0 33% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body .new-styles .kb-wrapper .kb-basket-item-double-col .kb-final-overlay-wrap {
    flex: 0 0 50% !important;
}

body .new-styles .kb-wrapper .kb-basket-item-double-col .kb-final-overlay-wrap img {
    width: 100% !important;
}

body .new-styles .kb-wrapper .kb-final-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 10px) !important;
    height: 50px !important;
}

body .new-styles .kb-wrapper .kb-final-buttons-wrapper .kb-final-button {
    flex: 0 0 calc(50% - 3px) !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px !important;
}

body .new-styles .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:nth-child(2) {
    margin-right: 3px !important;
}

body .new-styles .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:nth-child(3) {
    margin-left: 3px !important;
}

body .new-styles .kb-wrapper .kb-final-buttons-wrapper .kb-final-button:last-child {
    flex: 1 0 100% !important;
    margin-top: 6px !important;
}

@media all and (max-width: 800px) {
    html body .new-styles .kb-wrapper .kb-basket-item-double-col {
        flex: 0 0 50% !important;
    }
}

@media all and (max-width: 400px) {
    html body .new-styles .kb-wrapper .kb-basket-item-double-col {
        flex: 0 0 100% !important;
    }
}

@media all and (max-width: 499px) {
    body .new-styles .kb-wrapper .kb-final-cta-list li {
        flex: 0 0 50% !important;
        margin: 0 !important;
        border: 1px solid #fff !important;
        box-sizing: border-box !important;
    }
}

/* sliders */

body .new-styles .kb-wrapper .kb-wizard-form-field-type-patterntransform {
    padding: 0 12px !important;
}

body .new-styles .kb-wrapper .noUi-background {
    background: #d7dcdf !important;
    border-radius: 30px;
}

body .new-styles .kb-wrapper .noUi-horizontal .noUi-handle {
    border-radius: 100% !important;
    width: 20px !important;
    height: 20px !important;
    background: #2c3e50 !important;
    top: -6px !important;
}

body .new-styles .kb-wrapper .noUi-horizontal {
    height: 10px !important;
}

body .new-styles .kb-wrapper .kb-pattern-transform-slider label {
    position: relative !important;
    left: -12px !important;
}

/* quote form styling */

body .new-styles .kb-wrapper .kb-form-quoterequest {
    width: 40% !important;
    margin-left: 30% !important;
    margin-top: 30px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest * {
    font-size: 16px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field {
    margin-bottom: 25px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-validation-message {
    display: none !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-label-wrap label {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field input.ng-valid:not(form):not([ng-form]):not(div),
body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field input.ng-invalid,
body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field textarea.ng-valid:not(form):not([ng-form]):not(div),
body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field textarea.ng-invalid {
    border: 1px solid rgb(201, 201, 201) !important;
    border-color: rgb(201, 201, 201) !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field input {
    font-size: 15px !important;
    padding: 10px 0px !important;
    padding-left: 4px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-custom-form-default-field textarea {
    font-size: 15px !important;
    padding: 10px 0px !important;
    padding-left: 8px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-ff-agree {
    margin-bottom: 10px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-ff-agree h4:after {
    color: #953b39 !important;
    content: "*" !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-ff-agree h4 {
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-ff-agree .kb-custom-form-label-wrap,
body .new-styles .kb-wrapper .kb-form-quoterequest .kb-ff-agree .kb-custom-form-field-wrap {
    width: auto !important;
    display: inline-block !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-ff-agree .kb-custom-form-label-wrap label {
    position: relative;
    top: 4px;
    margin-right: 10px !important;
}

body .new-styles .kb-wrapper .kb-form-quoterequest .kb-button-popup-form-submit {
    padding: 10px !important;
}

body .new-styles .kb-wrapper .kb-customize-mobile-nav.kb-mobile-only {
	display: none!important;
}

html body .new-styles .kb-wrapper .kb-active-panel .kb-customise-edit-panel-toggle {
	display: none!important;
}

@media all and (min-width: 601px) and (max-width: 1200px) {
    body .new-styles .kb-wrapper .kb-customise-page .kb-preview-panel {
        display: inline-block!important;
		width: 100%!important;
        margin: 0!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
		display: inline-block!important;
        width: 100%!important;
        margin: 0!important;
		position: static!important;
    }
	
	html body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner,
	body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
		background: none!important;
	}
	
	html body .new-styles .kb-wrapper h1, html body .new-styles .kb-wrapper h2, html body .new-styles .kb-wrapper h3, html body .new-styles .kb-wrapper h4, html body .new-styles .kb-wrapper h5, html body .new-styles .kb-wrapper h6, html body .new-styles .kb-wrapper input, html body .new-styles .kb-wrapper p, html body .new-styles .kb-wrapper li, html body .new-styles .kb-wrapper div, html body .new-styles .kb-wrapper q, html body .new-styles .kb-wrapper cite, html body .new-styles .kb-wrapper blockquote, html body .new-styles .kb-wrapper span, html body .new-styles .kb-wrapper .kb-breadcrumb a {
		color: #000!important;
	}
}

@media all and (max-width: 600px) {
    .new-styles #kitBuilder {
        height: calc(100vh - 80px)!important;
		position: relative;
    }

    body .new-styles .kb-wrapper .kb-customize-mobile-nav.kb-mobile-only {
        display: block!important;
        position: absolute!important;
        bottom: 0!important;
        left: 0!important;
        width: 100%!important;
    }

    body .new-styles .kb-wrapper .kb-breadcrumbs {
        display: none!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
        display: none!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-preview-panel {
        width: 100%!important;
        margin: 0!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-preview-image, 
    body .new-styles .kb-wrapper .kb-customise-page .kb-3d-wrapper {
        height: calc(100vh - 180px)!important;
    }

    body .new-styles .kb-wrapper .kb-customize-mobile-nav-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%!important;
    }

    body .new-styles .kb-wrapper .kb-customize-mobile-nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%!important;
        flex: 1 0 1%!important;
        height: 100px!important;
        border: 1px solid #000!important;
        box-sizing: border-box!important;
        background: #07324c!important;
    }

    body .new-styles .kb-wrapper .kb-customize-mobile-nav-item.kb-customize-mobile-nav-item-active {
        opacity: 0.8!important;
    }

    body .new-styles .kb-wrapper .kb-customize-mobile-nav-item a {
        color: #fff!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-mobile-menu-panel-active .kb-preview-image, 
    body .new-styles .kb-wrapper .kb-customise-page .kb-mobile-menu-panel-active .kb-3d-wrapper {
        height: calc(100vh - 180px - 40vh)!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel.kb-active-panel {
        display: block!important;
        position: absolute!important;
        bottom: 101px!important;
        left: 0px!important;
        width: 100%!important;
        height: 40vh!important;
        background: #f2f2f2!important;
		margin: 0!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs {
        display: none!important;
    }

    body .new-styles .kb-wrapper .kb-customise-page .kb-customise-product-heading {
        display: none!important;
    }

    body .new-styles .kb-wrapper .kb-wizard {
        max-height: 40vh!important;
    }

    body .new-styles .kb-wrapper .kb-navigation-buttons {
        display: none!important;
    }

    body .new-styles .kb-wrapper .kb-button-single-item-checkout-prev,
	body .new-styles .kb-wrapper .kb-add-related-products,
	body .new-styles .kb-wrapper .kb-add-cross-sells,
	body .new-styles .kb-wrapper .kb-add-accessories {
        display: none!important;
    }

    body .new-styles .kb-wrapper div[ng-include="'partials/_widget_inside-before-kb-navigation-buttons.html'"],
    body .new-styles .kb-wrapper div[ng-include="''partials/_widget_after-kb-buttons.html'"] {
        display: none!important;
    }

    /* todo: change .kb-step-4 to .kb-step-final after deploy */

    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons {
        display: flex!important;
        flex-wrap: wrap!important;
        justify-content: space-around!important;
    }

    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons .kb-button-single-item-checkout-final-page,
    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons .kb-button-single-item-checkout-add-to-cart,
    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons .kb-button-single-item-checkout-buy-now,
    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons .kb-locker-room-buttons {
        flex: 0 0 49%!important;
        margin: 0!important;
        display: flex!important;
        justify-content: center;
        align-items: center;
        margin-bottom: 1%!important;
    }

    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons .kb-locker-room-buttons span,
    body .new-styles .kb-wrapper .kb-step-4 .kb-navigation-buttons .kb-locker-room-buttons button {
        width: 100%!important;
        margin: 0!important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .new-styles .kb-wrapper .kb-step-4 .kb-wizard {
        max-height: calc(40vh - 140px)!important;
    }
	
	html body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner,
	body .new-styles .kb-wrapper .kb-customise-page .kb-customise-edit-panel{
		background: none!important;
	}
	
	html body .new-styles .kb-wrapper h1, html body .new-styles .kb-wrapper h2, html body .new-styles .kb-wrapper h3, html body .new-styles .kb-wrapper h4, html body .new-styles .kb-wrapper h5, html body .new-styles .kb-wrapper h6, html body .new-styles .kb-wrapper input, html body .new-styles .kb-wrapper p, html body .new-styles .kb-wrapper li, html body .new-styles .kb-wrapper div, html body .new-styles .kb-wrapper q, html body .new-styles .kb-wrapper cite, html body .new-styles .kb-wrapper blockquote, html body .new-styles .kb-wrapper span, html body .new-styles .kb-wrapper .kb-breadcrumb a {
		color: #000!important;
	}
}
}




/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-x-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:background-color .2s linear,opacity .2s linear;-moz-transition:background-color .2s linear,opacity .2s linear;-o-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color .2s linear;-moz-transition:background-color .2s linear;-o-transition:background-color .2s linear;transition:background-color .2s linear;right:0;width:8px}.ps-container>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6;-ms-filter:"alpha(Opacity=60)";filter:alpha(opacity=60)}.ps-container:hover>.ps-scrollbar-x-rail.in-scrolling,.ps-container:hover>.ps-scrollbar-y-rail.in-scrolling{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9;-ms-filter:"alpha(Opacity=90)";filter:alpha(opacity=90)}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
/*
* Copyright 2015 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

/* BUTTON */

.responsive-nav-wrapper .filters-button {
	display: block;
	margin: 10px 0 0;
	border-top: 1px solid #eee;
	overflow: visible;
	text-align: center;
}
.responsive-nav-wrapper .filters-button span {
	display: inline-block;
	width: auto;
	margin: 5px 0 -10px -5px;
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/filters-button.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 36px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 400;
	color: #555;
}
.air-theme .responsive-nav-wrapper .filters-button span {
	font-size: 14px;
}
.earth-theme .responsive-nav-wrapper .filters-button span {
	font-size: 16px;
}

/* GLOBAL */

.filtersTitlePanel {
	display: none !important;
}
.close-filters {
	margin: 0 0 5px;
	padding: 10px;
	text-align: right;
	font-size: 0;
}
.close-filters span {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/close.png) center no-repeat;
	cursor: pointer;
}
.filtersPanel {
	background: #fff;
}
.filtersPanel:after {
	content: "";
	display: block;
	clear: both;
}
.filter-block {
	display: block;
	position: relative;
	float: none;
	width: auto;
	margin: 0 20px 10px;
}
.filter-block .title {
	padding: 0
}
.filter-block .title:before {
	display: none;
}
.filter-block a.toggleControl {
	display: block;
	position: relative;
	z-index: 1;
	padding: 15px 40px 15px 20px;
	font-weight: 400;
	cursor: pointer;
}
a.clearFilterOptions,
a.clearPriceRangeFilter {
	position: absolute;
	top: 50%;
	right: 10px;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin: -10px 0 0;
	border-radius: 50%;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/clear.png) center no-repeat;
	font-size: 0;
	cursor: pointer;
}
.filtersGroupPanel {
	padding: 10px;
	color: #555;
}
.air-theme .filtersGroupPanel {
	font-size: 13px;
}
.earth-theme .filtersGroupPanel {
	font-size: 15px;
}

/* SEARCH CRITERIA */

.selected-options-list > li {
	padding: 10px 0;
}
.selected-options-list label {
    display: block;
	color: #aaa;
}
.air-theme .selected-options-list label {
	margin: 0 0 5px;
}
.selected-options-list span {
	display: inline-block;
    margin: 0 15px 0 0;
	vertical-align: middle;
	line-height: 28px;
	cursor: pointer;
}
.selected-options-list span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -3px 0 0 5px;
	border-radius: 50%;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/clear.png) center no-repeat;
	vertical-align: middle;
}
.air-theme .selected-options-list span:after {
	background-color: #eda187;
}
.earth-theme .selected-options-list span:after {
	background-color: #007c5a;
}
.number-of-returned-products.active {
	margin: 0 0 30px;
	padding: 0 5px;
}

/* PRICE RANGE SLIDER */

.priceRangeMinMaxPanel {
	margin: 6px 0 12px;
	overflow: hidden;
	font-weight: 400;
}
.priceRangeMinPanel {
	float: left;
}
.priceRangeMaxPanel {
	float: right;
}
.ui-slider {
	position: relative;
	width: auto;
	height: 6px;
	margin: 0 8px 12px;   
	background-color: #eee;
}
.ui-slider-range {
	position: absolute;
	height: 6px;
}
.air-theme .ui-slider-range {
	background-color: #eda187;
}
.earth-theme .ui-slider-range {
	background-color: #007c5a;
}
.ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-width: 3px;
	border-style: solid;
	border-radius: 50%;
	background-color: #fff;
}
.air-theme .ui-slider-handle {
	border-color: #eda187;
}
.earth-theme .ui-slider-handle {
	border-color: #007c5a;
}
.priceRangeCurrentPricesPanel {
	overflow: hidden;
	font-weight: 400;
	color: #aaa;
}
.priceRangeCurrentPricesPanel .currentMinPrice {
	float: left;
}
.priceRangeCurrentPricesPanel .currentMaxPrice {
	float: right;
}

/* CHECKBOX MODE */

.filtersGroupPanel .checkbox-list input {
	position: absolute;
	opacity: 0;
}
.filtersGroupPanel .checkbox-list label {
	display: block;
	position: relative;
	padding: 10px 10px 10px 35px;
	/*text-transform: uppercase;*/
	cursor: pointer;  
}
.air-theme .filtersGroupPanel .checkbox-list label {
	font-family: 'Raleway', sans-serif;
}
.filtersGroupPanel .checkbox-list label:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	margin: -9px 0 0;
}
/*.air-theme .filtersGroupPanel .checkbox-list li.checked label {
	font-weight: 700;
}
.earth-theme .filtersGroupPanel .checkbox-list li.checked label {
	font-weight: 400;
}*/
.filtersGroupPanel .checkbox-list li.checked label:before {
	border-color: #ccc;
	background: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/tick-grey.png) center no-repeat;
}
.filtersGroupPanel .checkbox-list li.disabled label { 
	text-decoration: line-through;
	opacity: 0.5;
	cursor: default;       
}

/* COLOR SQUARES */

.colorOptions li {
	position: relative;
}
.colorOptions label {
	padding-left: 42px !important;
}
.colorOptions .color {
	position: absolute;
	top: 50%;
	left: 7px;
	width: 24px;
	height: 24px;
	margin: -12px 0 0;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #ddd;
	overflow: hidden;
	font-size: 0;
}
.colorOptions label:before {
	border-color: transparent !important;
	opacity: 0;
}
.colorOptions .checked label:before {
	/*box-shadow: 0 0 0 2px #fff;*/
	background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/tick-white.png) !important;
	opacity: 1;
}
.colorOptions .checked .color[title~=White] ~ label:before {
    background-image: url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/tick-grey.png) !important;
}
.colorOptions .disabled .color {
	opacity: 0.5;
}
.colorOptions .defaultColor {
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #000000), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* IE10+ */
	background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}

/* DROPDOWN MODE */

.filtersDropDownPanel select {
	width: 100%;
}
.filtersDropDownPanel.disabled .select-wrap .select-box {
	text-decoration: line-through;
	opacity: 0.5;
	cursor: default;
}

/* AJAX LOADER */

.productPanelAjaxBusy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/loader.gif) no-repeat 50% 50%;
	opacity: 0.7;
}
.infinite-scroll-loader {
    display: none;
	z-index: 2;
	clear: both;
    height: 100px;
    background: #fff url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/loader.gif) no-repeat 50% 50%;
    font-size: 0;
    opacity: 0.7;
}

/* NO RESULTS POPUP */

.k-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #000;
	opacity: 0.7 !important;
}
.ajaxFilters.k-window {
	position: absolute;
	z-index: 1070;
	width: 500px !important;
	max-width: 94%;
	height: auto !important;
	margin-left: -20px; /*wrong position fix*/
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 40px 20px 30px !important;
	text-align: center;	
}
.ajaxFilters .k-window-titlebar {
	margin: 0 0 20px !important;
}
.ajaxFilters .k-window-titlebar span {
	color: #333;
	text-transform: uppercase;
}
.air-theme .ajaxFilters .k-window-titlebar span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.earth-theme .ajaxFilters .k-window-titlebar span {
	font-size: 20px;
	font-weight: 400;
}
.ajaxFilters .k-window-actions {
	position: absolute;
	top: 8px;
	right: 8px;
}
.ajaxFilters .k-window-actions a {
	display: block;
}
.ajaxFilters .k-window-actions .k-icon {
	display: block;
	top: 10px;
	right: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ccc url(/Plugins/SevenSpikes.Nop.Plugins.AjaxFilters/Themes/Element/Content/images/clear.png) center no-repeat;
	font-size: 0 !important;
	transition: opacity 0.2s ease;
}
.ajaxFilters .k-window-actions .k-icon:hover {
	opacity: 0.9;
}
.ajaxFilters .k-window-content {
	min-height: inherit !important;
	min-width: inherit !important;
	line-height: 20px;
}



@media all and (max-width: 1000px) {

.nopAjaxFilters7Spikes {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1070;
	width: 320px;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.3s ease;
}
.notAndroid23 .nopAjaxFilters7Spikes {
	-webkit-transform: translate(-320px);
	-ms-transform: translate(-320px);
	transform: translate(-320px);
}
.android23 .nopAjaxFilters7Spikes{
	left: -320px;
}
.nopAjaxFilters7Spikes.open {
	box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
.notAndroid23 .nopAjaxFilters7Spikes.open {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}
.android23 .nopAjaxFilters7Spikes.open {
	left: 0;
}

}

@media all and (min-width: 481px) and (max-width: 1000px) {
	
.nopAjaxFilters7Spikes {
	width: 450px;
}
.notAndroid23 .nopAjaxFilters7Spikes {
	-webkit-transform: translate(-450px);
	-ms-transform: translate(-450px);
	transform: translate(-450px);
}
.android23 .nopAjaxFilters7Spikes{
	left: -450px;
}
	
}

@media all and (min-width: 1001px) {

.nopAjaxFilters7Spikes {
	margin: 0 0 20px;
}
.filters-button,
.close-filters {
	display: none !important;
}
.filter-block {
	margin: 0 0 20px;
}
.filter-block .title:after {
	display: block;
}
  
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.mega-menu, .menu-title,
.mega-menu .dropdown {
	display: none;
}

@media all and (min-width: 1001px) {

.mega-menu {
	display: block;
}
.mega-menu-responsive {
	display: none !important;
}
.mega-menu .dropdown {
	display: none;
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 980px;
	margin-left: -490px;
	border-top: 10px solid transparent;
	overflow: hidden;
}
.mega-menu .dropdown.active {
	display: block;
}
.mega-menu .row-wrapper {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	padding: 20px;
}
.mega-menu .row {
	margin: 10px 0 0;
	overflow: hidden;
}
.mega-menu .row:first-child {
	margin: 0;
}
.mega-menu .box {
	float: left;
	padding: 5px;
	text-align: left;
}
.mega-menu .categories .box {
	width: 25%;
}
.mega-menu .manufacturers .box,
.mega-menu .vendors .box {
	width: 20%;
}
.mega-menu .picture {
	margin: 0 0 20px;
	overflow: hidden;
}
.mega-menu .categories .picture {
	height: 150px;
}
/*.mega-menu .manufacturers .picture,
.mega-menu .vendors .picture {
	height: 120px;
}*/
.mega-menu .picture a {
	display: block;
}
.mega-menu .title {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
}
.air-theme .mega-menu .title {	
	font-weight: 700;
}
.earth-theme .mega-menu .title {
	font-weight: 400;
}
.mega-menu .subcategories {
	margin: 8px 0 0;
	padding: 0 0 0 10px;
}
.mega-menu .subcategories li {
	padding: 5px 0;
}
.air-theme .mega-menu .subcategories {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.earth-theme .mega-menu .subcategories {
	font-size: 16px;
}

.earth-theme.variant-2 .header-menu,
.earth-theme.variant-2 .header-menu .sublist-wrap {
	display: block !important; /*prevents a bug when 'Show Dropdowns On Click' setting is enabled*/
}

}

@media all and (min-width: 1321px) {
	
.mega-menu .dropdown {
	width: 1280px;
	margin-left: -640px;
}
.mega-menu .categories .picture {
	height: 200px;
}
/*.mega-menu .manufacturers .picture,
.mega-menu .vendors .picture {
	height: 160px;
}*/

}


/* ----------------------------------------------------------------------------------------------------------- */


/* ALL CATEGORIES TAB */

/*styles for "all categories" tab which is a <span>, it clones the theme menu link <a> styles,
but should be prefixed with ".has-sublist" to avoid conflicts with the <span> inside the "back" button*/

.mega-menu-responsive .has-sublist > span {
	min-height: 60px;
	background-color: #fff;
	padding: 0 10px 0 0;
	line-height: 24px;
	color: #aaa;
	text-transform: uppercase;
}
.air-theme .mega-menu-responsive .has-sublist > span {
	font-size: 18px;
	font-weight: 700;
}
.earth-theme .mega-menu-responsive .has-sublist > span {
	font-size: 22px;
	font-weight: 400;
}


@media all and (min-width: 481px) {
	
.air-theme .mega-menu-responsive .has-sublist > span {
	font-size: 20px;
}
.earth-theme .mega-menu-responsive .has-sublist > span {
	font-size: 24px;
}

}

@media all and (min-width: 1001px) {
	
.air-theme .mega-menu .has-sublist > span,
.earth-theme.variant-1 .mega-menu .has-sublist > span {
	display: block;
	position: relative;
	padding: 10px 20px;
	text-transform: uppercase;
	cursor: pointer;
}
.air-theme .mega-menu .has-sublist > span {
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.earth-theme.variant-1 .mega-menu .has-sublist > span {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.air-theme .mega-menu .has-sublist > span:before,
.air-theme .mega-menu .has-sublist > span:after,
.earth-theme.variant-1 .mega-menu .has-sublist > span:before,
.earth-theme.variant-1 .mega-menu .has-sublist > span:after {
	content: "";
	position: absolute;
	width: 1px;
}
.air-theme .mega-menu .has-sublist > span:before,
.earth-theme.variant-1 .mega-menu .has-sublist > span:before {
	left: 0;
}
.air-theme .mega-menu .has-sublist > span:after,
.earth-theme.variant-1 .mega-menu .has-sublist > span:after {
	right: 0;
}
.air-theme .mega-menu.has-sublist > span:before,
.air-theme .mega-menu .has-sublist > span:after {
	height: 18px;
	background-color: #e5e5e5;
}
.earth-theme.variant-1 .mega-menu > ul > li > span:before,
.earth-theme.variant-1 .mega-menu > ul > li > span:after {
	height: 22px;
	background-color: #393939;
}

.earth-theme.variant-2 .mega-menu .has-sublist > span {
	min-height: 60px;
	background-color: #fff;
	padding: 0 10px 0 0;
	line-height: 24px;
	color: #aaa;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}

}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.ribbon-wrapper {
    position: relative;
}
@media all and (min-width: 769px) {
.product-list .ribbon-wrapper {
    float: left; /*should not be applied on smaller resolutions where the product list looks like a grid*/
}
}

/* ribbon positioning */

.ribbon-position {
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 1;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	max-height: 117%;
	max-width: 100%;
}
.ribbon-position.top-left {
	top: 0;
	left: 0;
}
.ribbon-position.top-right {
	top: 0;
	right: 0;
}
.ribbon-position.bottom-left {
	bottom: 0;
	left: 0;
}
.ribbon-position.bottom-right {
	bottom: 0;
	right: 0;
}
.ribbon-position.top-middle {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.right-middle,
.ribbon-position.left-middle {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: right;
}
.ribbon-position.bottom-middle {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.ribbon-position.left-middle {
	text-align: left;
}
.ribbon-position.center {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.ribbon-position.right-middle:before,
.ribbon-position.left-middle:before,
.ribbon-position.center:before {
	content: " ";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

/* ribbon wrapping element */

.product-ribbon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

/* ribbon label without image*/

.ribbon-text {
	font-size: 12px;
	line-height: normal;
}

/* ribbon label with image */

.ribbon-image-text {
	font-size: 12px;
	line-height: normal;
	position: absolute;
	top: 0;
	left: 0;
}
/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (min-width: 721px) {

.product-list .item-box .ribbon-wrapper {
	display: table-cell;
	float: none;
	width: 40%;
	margin: 0;
    border-right: 30px solid transparent; /*margin replacement for table-cell layout*/
	vertical-align: top;
}
.product-list .item-box .ribbon-wrapper .picture {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}
}

@media all and (min-width: 1001px) {

.product-grid .item-box .ribbon-position {
	transition: all 0.4s ease;
}
.product-grid .item-box:hover .ribbon-position {
	bottom: 100px; /*allows item-box buttons and picture to be clickable*/
	opacity: 0;
}
}

@media all and (min-width: 1321px) {

.product-grid .item-box:hover .ribbon-position {
	bottom: 112px; /*allows item-box buttons and picture to be clickable*/
}	
.product-list .item-box .ribbon-wrapper {
	width: 330px;
}
}
/*theme*/

.air-theme .page-title h1:after,
.air-theme .home-page .title strong:after,
.air-theme .product-grid .title strong:after,
.air-theme .home-page .topic-block-title h2:after,
.earth-theme .page-title h1:after,
.earth-theme .home-page .title strong:after,
.earth-theme .product-grid .title strong:after,
.earth-theme .home-page .topic-block-title h2:after,
.air-theme .fieldset + .buttons .button-1,
.earth-theme .fieldset + .buttons .button-1,
.air-theme .eu-cookie-bar-notification button,
.earth-theme .eu-cookie-bar-notification button,
.air-theme .scroll-back-button,
.earth-theme .scroll-back-button,
.air-theme .header-logo img,
.earth-theme .header-logo img,
.air-theme .responsive-nav-wrapper span,
.air-theme .responsive-nav-wrapper a,
.earth-theme .responsive-nav-wrapper span,
.earth-theme .responsive-nav-wrapper a,
.air-theme .search-box .search-box-button,
.earth-theme .search-box .search-box-button,
.air-theme .header-links li:before,
.earth-theme .header-links li:before,
.air-theme .newsletter-email .newsletter-subscribe-button,
.earth-theme .newsletter-email .newsletter-subscribe-button,
.air-theme .social-sharing a,
.earth-theme .social-sharing a,
.air-theme .block .title:before,
.earth-theme .block .title:before,
.air-theme .block .view-all a:after,
.earth-theme .block .view-all a:after,
.air-theme .poll .vote-poll-button,
.earth-theme .poll .vote-poll-button,
.air-theme .contact-vendor-button,
.earth-theme .contact-vendor-button,
.air-theme .item-box .rating div,
.earth-theme .item-box .rating div,
.air-theme .pager .previous-page a,
.air-theme .pager .next-page a,
.earth-theme .pager .previous-page a,
.earth-theme .pager .next-page a,
.air-theme .product-review-box .rating div,
.air-theme .product-list .item-box .rating div,
.earth-theme .product-review-box .rating div,
.earth-theme .product-list .item-box .rating div,
.air-theme .product-review-links a:before,
.air-theme .delivery .free-shipping:before,
.air-theme .download-sample a:before,
.earth-theme .product-review-links a:before,
.earth-theme .delivery .free-shipping:before,
.earth-theme .download-sample a:before,
.air-theme .overview .subscribe-button,
.air-theme .variant-overview .subscribe-button,
.earth-theme .overview .subscribe-button,
.earth-theme .variant-overview .subscribe-button,
.air-theme .overview-buttons div input,
.earth-theme .overview-buttons div input,
.air-theme .ui-datepicker-calendar a.ui-state-active,
.air-theme .ui-datepicker-calendar a.ui-state-active:hover,
.earth-theme .ui-datepicker-calendar a.ui-state-active,
.earth-theme .ui-datepicker-calendar a.ui-state-active:hover,
.air-theme .overview .add-to-cart-button,
.air-theme .variant-overview .add-to-cart-button,
.earth-theme .overview .add-to-cart-button,
.earth-theme .variant-overview .add-to-cart-button,
.air-theme .variant-overview .add-to-wishlist-button,
.earth-theme .variant-overview .add-to-wishlist-button,
.air-theme .ui-tabs .ui-tabs-nav li.ui-state-hover a:after,
.air-theme .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.air-theme .ui-tabs .ui-state-active.ui-tabs-active a:after,
.earth-theme .ui-tabs .ui-tabs-nav li.ui-state-hover a:after,
.earth-theme .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after,
.earth-theme .ui-tabs .ui-state-active.ui-tabs-active a:after,
.air-theme .write-review .rating-options label,
.earth-theme .write-review .rating-options label,
.air-theme .wishlist-add-to-cart-button,
.earth-theme .wishlist-add-to-cart-button,
.air-theme .compare-products-page .clear-list,
.earth-theme .compare-products-page .clear-list,
.air-theme .enter-password-form #button-password,
.earth-theme .enter-password-form #button-password,
.air-theme #check-availability-button:before,
.earth-theme #check-availability-button:before,
.air-theme .registration-page .button-1,
.air-theme .login-page .button-1,
.air-theme .account-page .button-1,
.air-theme .registration-result-page .button-1,
.air-theme .user-agreement-page .button-1,
.earth-theme .registration-page .button-1,
.earth-theme .login-page .button-1,
.earth-theme .account-page .button-1,
.earth-theme .registration-result-page .button-1,
.earth-theme .user-agreement-page .button-1,
.air-theme .account-page .address-list .button-2,
.air-theme .account-page .order-list .button-2,
.earth-theme .account-page .address-list .button-2,
.earth-theme .account-page .order-list .button-2,
.air-theme .recurring-payments .button-2,
.earth-theme .recurring-payments .button-2,
.air-theme .order-progress .active-step a,
.earth-theme .order-progress .active-step a,
.air-theme .shopping-cart-page .button-1,
.air-theme .shopping-cart-page .button-2,
.earth-theme .shopping-cart-page .button-1,
.earth-theme .shopping-cart-page .button-2,
.air-theme .remove-discount-button,
.air-theme .remove-gift-card-button,
.earth-theme .remove-discount-button,
.earth-theme .remove-gift-card-button,
.air-theme .checkout-page .button-1,
.earth-theme .checkout-page .button-1,
.air-theme .opc .step-title .number,
.earth-theme .opc .step-title .number,
.air-theme .order-details-page .button-1,
.earth-theme .order-details-page .button-1,
.air-theme .blog-links .comments a:before,
.air-theme .blog-links .tags ul:before,
.earth-theme .blog-links .comments a:before,
.earth-theme .blog-links .tags ul:before,
.air-theme .blog-posts .read-more,
.air-theme .news-items .read-more,
.earth-theme .blog-posts .read-more,
.earth-theme .news-items .read-more,
.air-theme .new-comment .button-1,
.earth-theme .new-comment .button-1,
.air-theme .forum-page .forum-name h1:after,
.air-theme .forum-topic-page .topic-name h1:after,
.air-theme .forums-main-page .topic-block-title h2:after,
.air-theme .forum-group-page .forums-table-section-title a:after,
.air-theme .active-discussions-page .forums-table-section-title strong:after,
.earth-theme .forum-page .forum-name h1:after,
.earth-theme .forum-topic-page .topic-name h1:after,
.earth-theme .forums-main-page .topic-block-title h2:after,
.earth-theme .forum-group-page .forums-table-section-title a:after,
.earth-theme .active-discussions-page .forums-table-section-title strong:after,
.air-theme .forums-table-section .view-all a,
.earth-theme .forums-table-section .view-all a,
.air-theme .forum-actions .actions a,
.air-theme .topic-actions .actions a,
.earth-theme .forum-actions .actions a,
.earth-theme .topic-actions .actions a,
.air-theme .topic-post .pm-button:before,
.air-theme .profile-info-box .pm-button:before,
.earth-theme .topic-post .pm-button:before,
.earth-theme .profile-info-box .pm-button:before,
.air-theme .topic-post .post-actions a:before,
.earth-theme .topic-post .post-actions a:before,
.air-theme .private-messages-page input.button-1,
.earth-theme .private-messages-page input.button-1,
.air-theme .private-message-view-page input.reply-pm-button,
.earth-theme .private-message-view-page input.reply-pm-button,
/*plugins*/ .air-theme .productAddedToCartWindowTitle:before,
.air-theme .miniProductDetailsView .product-name:before,
.earth-theme .productAddedToCartWindowTitle:before,
.earth-theme .miniProductDetailsView .product-name:before,
.air-theme .productAddedToCartWindowSummary a,
.air-theme .productAddedToCartWindowSummary button,
.earth-theme .productAddedToCartWindowSummary a,
.earth-theme .productAddedToCartWindowSummary button,
.air-theme .selected-options-list span:after,
.earth-theme .selected-options-list span:after,
.air-theme .ui-slider-range,
.earth-theme .ui-slider-range,
.air-theme .nivo-directionNav a,
.earth-theme .nivo-directionNav a,
.air-theme .nivo-controlNav a:hover,
.air-theme .nivo-controlNav a.active,
.earth-theme .nivo-controlNav a:hover,
.earth-theme .nivo-controlNav a.active,
.air-theme .slick-dots .slick-active button,
.earth-theme .slick-dots .slick-active button,
.air-theme .nop-jcarousel .slick-dots .slick-active button,
.air-theme .nop-jcarousel .slick-dots button:hover,
.earth-theme .nop-jcarousel .slick-dots .slick-active button,
.earth-theme .nop-jcarousel .slick-dots button:hover,
.air-theme .ui-tabs .buttons .button-1,
.earth-theme .ui-tabs .buttons .button-1,
.air-theme .previous-product a:before,
.air-theme .next-product a:after,
.earth-theme .previous-product a:before,
.earth-theme .next-product a:after,
.air-theme .product-list .quick-view-button:before,
.earth-theme .product-list .quick-view-button:before,
.air-theme .quickView .links-panel:after,
.earth-theme .quickView .links-panel:after,
.air-theme .quickView .overview .add-to-wishlist-button,
.air-theme .quickView .overview .add-to-compare-list-button,
.earth-theme .quickView .overview .add-to-wishlist-button,
.earth-theme .quickView .overview .add-to-compare-list-button,
.air-theme .sale-of-the-day-offer .owl-dot.active span,
.air-theme .sale-of-the-day-offer .owl-dot span:hover,
.earth-theme .sale-of-the-day-offer .owl-dot.active span,
.earth-theme .sale-of-the-day-offer .owl-dot span:hover,
.air-theme .ropc .estimate-shipping button,
.earth-theme .ropc .estimate-shipping button,
.air-theme .ropc .coupon-box-panel .coupon-code button,
.air-theme .ropc .giftcard-box-panel .coupon-code button,
.earth-theme .ropc .coupon-box-panel .coupon-code button,
.earth-theme .ropc .giftcard-box-panel .coupon-code button,
.air-theme .ropc .complete-button button,
.earth-theme .ropc .complete-button button,
.air-theme .rich-blog-homepage .post-comments:before,
.earth-theme .rich-blog-homepage .post-comments:before,
.air-theme .rich-blog-homepage .view-all:after,
.earth-theme .rich-blog-homepage .view-all:after,
.air-theme .blog-search-box .search-box-button,
.earth-theme .blog-search-box .search-box-button,
.air-theme .blog-instant-search .k-item:before,
.earth-theme .blog-instant-search .k-item:before,
.air-theme .category-list ul:before,
.air-theme .related-posts-list ul:before,
.earth-theme .category-list ul:before,
.earth-theme .related-posts-list ul:before,
.air-theme .share-post a,
.earth-theme .share-post a,
.air-theme .spc-products .spc-header li.active span,
.earth-theme .spc-products .spc-header li.active span,
.air-theme .social-feed .post-buttons:after,
.earth-theme .social-feed .post-buttons:after {
  background-color: #008fcc;
}
/*theme*/

.air-theme .inputs .required,
.earth-theme .inputs .required {
  border-color: transparent #008fcc transparent;
}
/*plugins*/

.air-theme .ui-slider-handle,
.earth-theme .ui-slider-handle,
.air-theme .slick-dots .slick-active button,
.earth-theme .slick-dots .slick-active button,
.air-theme .nop-jcarousel .slick-dots .slick-active button,
.air-theme .nop-jcarousel .slick-dots button:hover,
.earth-theme .nop-jcarousel .slick-dots .slick-active button,
.earth-theme .nop-jcarousel .slick-dots button:hover,
.air-theme .sale-of-the-day-offer .owl-dot.active span,
.air-theme .sale-of-the-day-offer .owl-dot span:hover,
.earth-theme .sale-of-the-day-offer .owl-dot.active span,
.earth-theme .sale-of-the-day-offer .owl-dot span:hover,
.air-theme .spc-products .spc-header li.active span,
.earth-theme .spc-products .spc-header li.active span {
  border-color: #008fcc;
}
/*theme*/

.air-theme .cart td.subtotal,
.earth-theme .cart td.subtotal,
.air-theme .eu-cookie-bar-notification a,
.earth-theme .eu-cookie-bar-notification a,
.air-theme .block .view-all a,
.earth-theme .block .view-all a,
.air-theme .item-box .actual-price,
.earth-theme .item-box .actual-price,
.air-theme .product-no-reviews a,
.earth-theme .product-no-reviews a,
.air-theme .overview .value a,
.air-theme .variant-overview .value a,
.earth-theme .overview .value a,
.earth-theme .variant-overview .value a,
.air-theme .product-details-page .product-price,
.earth-theme .product-details-page .product-price,
.air-theme .product-review-item .review-info a,
.earth-theme .product-review-item .review-info a,
.air-theme .wishlist-page .share-info a,
.earth-theme .wishlist-page .share-info a,
.air-theme .email-a-friend-page .title h2,
.earth-theme .email-a-friend-page .title h2,
.air-theme #check-availability-button,
.earth-theme #check-availability-button,
.air-theme .accept-privacy-policy .read,
.earth-theme .accept-privacy-policy .read,
.air-theme .add-more-external-records a,
.earth-theme .add-more-external-records a,
.air-theme .return-request-list-page a,
.earth-theme .return-request-list-page a,
.air-theme .downloadable-products-page .product a,
.earth-theme .downloadable-products-page .product a,
.air-theme .downloadable-products-page .download a,
.earth-theme .downloadable-products-page .download a,
.air-theme .terms-of-service a,
.earth-theme .terms-of-service a,
.air-theme .order-completed .details a,
.earth-theme .order-completed .details a,
.air-theme .opc .back-link a,
.earth-theme .opc .back-link a,
.air-theme .order-details-page .order-total strong,
.earth-theme .order-details-page .order-total strong,
.air-theme .order-details-page .shipments a,
.earth-theme .order-details-page .shipments a,
.air-theme .post-body a,
.air-theme .news-body a,
.earth-theme .post-body a,
.earth-theme .news-body a,
.air-theme .news-list-homepage .read-more,
.earth-theme .news-list-homepage .read-more,
.air-theme .forum-search-box .advanced,
.earth-theme .forum-search-box .advanced,
.air-theme .topic-post .pm-button,
.air-theme .profile-info-box .pm-button,
.earth-theme .topic-post .pm-button,
.earth-theme .profile-info-box .pm-button,
.air-theme .topic-post .post-actions .post-link-button,
.earth-theme .topic-post .post-actions .post-link-button,
.air-theme .topic-post .post-vote strong,
.earth-theme .topic-post .post-vote strong,
.air-theme .private-messages-page .pm-unread,
.earth-theme .private-messages-page .pm-unread,
/*plugins*/ .air-theme .productAddedToCartWindowDescription .price,
.earth-theme .productAddedToCartWindowDescription .price,
.air-theme .instant-search-item .price,
.earth-theme .instant-search-item .price,
.air-theme .product-grid .quick-view-button a,
.earth-theme .product-grid .quick-view-button a,
.air-theme .quickView .links-panel a,
.earth-theme .quickView .links-panel a,
.air-theme .quickView .overview .product-price,
.earth-theme .quickView .overview .product-price,
.air-theme .sale-of-the-day-offer .timer-info-box,
.earth-theme .sale-of-the-day-offer .timer-info-box,
.air-theme .sale-of-the-day-offer .actual-product-price,
.earth-theme .sale-of-the-day-offer .actual-product-price,
.air-theme .rich-blog-homepage .view-all a,
.earth-theme .rich-blog-homepage .view-all a,
.air-theme .search-term-highlighter,
.earth-theme .search-term-highlighter,
.air-theme .social-feed .sub-title-link,
.air-theme .social-feed .sub-title-text,
.earth-theme .social-feed .sub-title-link,
.earth-theme .social-feed .sub-title-text,
.air-theme .social-feed .post-description a,
.air-theme .social-feed .post-text a,
.air-theme .feeds-page .post-text a,
.earth-theme .social-feed .post-description a,
.earth-theme .social-feed .post-text a,
.earth-theme .feeds-page .post-text a,
.air-theme .social-feed .post-link-btn,
.air-theme .feeds-page .post-link-btn,
.earth-theme .social-feed .post-link-btn,
.earth-theme .feeds-page .post-link-btn {
  color: #008fcc;
}
@media all and (max-width: 1000px) {
  .air-theme .order-progress .active-step a:after,
  .earth-theme .order-progress .active-step a:after {
    border-color: transparent transparent transparent #008fcc;
  }
  [dir~=rtl] .air-theme .order-progress .active-step a:after,
  [dir~=rtl] .earth-theme .order-progress .active-step a:after {
    border-color: transparent #008fcc transparent transparent;
  }
  .air-theme .compare-products-mobile .price .item,
  .earth-theme .compare-products-mobile .price .item {
    color: #008fcc;
  }
}
@media all and (min-width: 721px) {
  .air-theme .item-box .buttons,
  .earth-theme .item-box .buttons,
  .air-theme .product-list .item-box button,
  .earth-theme .product-list .item-box button,
  .air-theme .product-list .item-box .add-to-wishlist-button:before,
  .earth-theme .product-list .item-box .add-to-wishlist-button:before,
  .air-theme .product-list .item-box .add-to-compare-list-button:before,
  .earth-theme .product-list .item-box .add-to-compare-list-button:before,
  .air-theme .rich-blog-homepage .post-info,
  .earth-theme .rich-blog-homepage .post-info {
    background-color: #008fcc;
  }
}
@media all and (min-width: 1001px) {
  .air-theme.variant-2 .menu-title-wrapper span,
  .earth-theme.variant-2 .menu-title-wrapper span,
  .air-theme .mini-shopping-cart .count a:before,
  .earth-theme .mini-shopping-cart .count a:before,
  .air-theme .mini-shopping-cart .cart-button,
  .earth-theme .mini-shopping-cart .cart-button,
  .air-theme .block-account-navigation .list a:before,
  .earth-theme .block-account-navigation .list a:before,
  .air-theme .block-account-navigation .list a:hover,
  .air-theme .block-account-navigation .list a.active,
  .earth-theme .block-account-navigation .list a:hover,
  .earth-theme .block-account-navigation .list a.active,
  .air-theme .alternate-products .item-box button:before,
  .earth-theme .alternate-products .item-box button:before,
  .air-theme .alternate-products .quick-view-button:before,
  .earth-theme .alternate-products .quick-view-button:before,
  .air-theme.variant-1 .spc-categories .navigation li:after,
  .earth-theme.variant-2 .spc-categories .navigation li:after,
  .air-theme .feeds-nav-item.active:after,
  .earth-theme .feeds-nav-item.active:after {
    background-color: #008fcc;
  }
  .air-theme .alternate-products .item-box button:before,
  .earth-theme .alternate-products .item-box button:before,
  .air-theme .alternate-products .quick-view-button:before,
  .earth-theme .alternate-products .quick-view-button:before {
    border-color: #008fcc;
  }
  .air-theme .spc-products .spc-header li.active span:after,
  .earth-theme .spc-products .spc-header li.active span:after {
    border-color: #008fcc transparent transparent;
  }
  .air-theme .header-menu ul > li:hover > a,
  .air-theme .header-menu ul > li:hover > span,
  .earth-theme.variant-1 .header-menu ul > li:hover > a,
  .earth-theme.variant-1 .header-menu ul > li:hover > span,
  .air-theme .mini-shopping-cart .count a,
  .earth-theme .mini-shopping-cart .count a,
  .air-theme .mini-shopping-cart .price span,
  .earth-theme .mini-shopping-cart .price span,
  .air-theme .mini-shopping-cart .totals strong,
  .earth-theme .mini-shopping-cart .totals strong,
  .air-theme .product-grid .item-box button span,
  .earth-theme .product-grid .item-box button span,
  .air-theme .compare-products-page .product-price td,
  .earth-theme .compare-products-page .product-price td {
    color: #008fcc;
  }
}

