@keyframes anim-1 {
 0% {
 transform:scaleX(1) scaleY(1)
}
 10% {
 transform:scaleX(0.8) scaleY(0.8)
}
 27% {
 transform:scaleX(0.75) scaleY(0.75)
}
 44% {
 transform:scaleX(1.1) scaleY(1.1)
}
 63% {
 transform:scaleX(1.1) scaleY(1.1)
}
 82% {
 transform:scaleX(0.9) scaleY(0.9)
}
 100% {
 transform:scaleX(1) scaleY(1)
}
}
 @-moz-keyframes anim-1 {
 0% {
 -moz-transform:scaleX(1) scaleY(1)
}
 10% {
 -moz-transform:scaleX(0.8) scaleY(0.8)
}
 27% {
 -moz-transform:scaleX(0.75) scaleY(0.75)
}
 44% {
 -moz-transform:scaleX(1.1) scaleY(1.1)
}
 63% {
 -moz-transform:scaleX(1.1) scaleY(1.1)
}
 82% {
 -moz-transform:scaleX(0.9) scaleY(0.9)
}
 100% {
 -moz-transform:scaleX(1) scaleY(1)
}
}
 @-webkit-keyframes anim-1 {
 0% {
 -webkit-transform:scaleX(1) scaleY(1)
}
 10% {
 -webkit-transform:scaleX(0.8) scaleY(0.8)
}
 27% {
 -webkit-transform:scaleX(0.75) scaleY(0.75)
}
 44% {
 -webkit-transform:scaleX(1.1) scaleY(1.1)
}
 63% {
 -webkit-transform:scaleX(1.1) scaleY(1.1)
}
 82% {
 -webkit-transform:scaleX(0.9) scaleY(0.9)
}
 100% {
 -webkit-transform:scaleX(1) scaleY(1)
}
}
 @-o-keyframes anim-1 {
 0% {
 -o-transform:scaleX(1) scaleY(1)
}
 10% {
 -o-transform:scaleX(0.8) scaleY(0.8)
}
 27% {
 -o-transform:scaleX(0.75) scaleY(0.75)
}
 44% {
 -o-transform:scaleX(1.1) scaleY(1.1)
}
 63% {
 -o-transform:scaleX(1.1) scaleY(1.1)
}
 82% {
 -o-transform:scaleX(0.9) scaleY(0.9)
}
 100% {
 -o-transform:scaleX(1) scaleY(1)
}
}
 @-ms-keyframes anim-1 {
 0% {
 -ms-transform:scaleX(1) scaleY(1)
}
 10% {
 -ms-transform:scaleX(0.8) scaleY(0.8)
}
 27% {
 -ms-transform:scaleX(0.75) scaleY(0.75)
}
 44% {
 -ms-transform:scaleX(1.1) scaleY(1.1)
}
 63% {
 -ms-transform:scaleX(1.1) scaleY(1.1)
}
 82% {
 -ms-transform:scaleX(0.9) scaleY(0.9)
}
 100% {
 -ms-transform:scaleX(1) scaleY(1)
}
}
 @keyframes anim-2 {
 0% {
 transform:scaleY(0)
}
 30% {
 transform:scaleY(1)
}
 52% {
 transform:scaleY(0.75)
}
 69% {
 transform:scaleY(1)
}
 84% {
 transform:scaleY(0.95)
}
 100% {
 transform:scaleY(1)
}
}
 @-moz-keyframes anim-2 {
 0% {
 -moz-transform:scaleY(0)
}
 30% {
 -moz-transform:scaleY(1)
}
 52% {
 -moz-transform:scaleY(0.75)
}
 69% {
 -moz-transform:scaleY(1)
}
 84% {
 -moz-transform:scaleY(0.95)
}
 100% {
 -moz-transform:scaleY(1)
}
}
 @-webkit-keyframes anim-2 {
 0% {
 -webkit-transform:scaleY(0)
}
 30% {
 -webkit-transform:scaleY(1)
}
 52% {
 -webkit-transform:scaleY(0.75)
}
 69% {
 -webkit-transform:scaleY(1)
}
 84% {
 -webkit-transform:scaleY(0.95)
}
 100% {
 -webkit-transform:scaleY(1)
}
}
 @-o-keyframes anim-2 {
 0% {
 -o-transform:scaleY(0)
}
 30% {
 -o-transform:scaleY(1)
}
 52% {
 -o-transform:scaleY(0.75)
}
 69% {
 -o-transform:scaleY(1)
}
 84% {
 -o-transform:scaleY(0.95)
}
 100% {
 -o-transform:scaleY(1)
}
}
 @-ms-keyframes anim-2 {
 0% {
 -ms-transform:scaleY(0)
}
 30% {
 -ms-transform:scaleY(1)
}
 52% {
 -ms-transform:scaleY(0.75)
}
 69% {
 -ms-transform:scaleY(1)
}
 84% {
 -ms-transform:scaleY(0.95)
}
 100% {
 -ms-transform:scaleY(1)
}
}
 @keyframes anim-3 {
 0% {
 opacity:0;
 transform:scaleX(0) scaleY(0)
}
 100% {
 opacity:1;
 transform:scaleX(1) scaleY(1)
}
}
 @-moz-keyframes anim-3 {
 0% {
 opacity:0;
 -moz-transform:scaleX(0) scaleY(0)
}
 100% {
 opacity:1;
 -moz-transform:scaleX(1) scaleY(1)
}
}
 @-webkit-keyframes anim-3 {
 0% {
 opacity:0;
 -webkit-transform:scaleX(0) scaleY(0)
}
 100% {
 opacity:1;
 -webkit-transform:scaleX(1) scaleY(1)
}
}
 @-o-keyframes anim-3 {
 0% {
 opacity:0;
 -o-transform:scaleX(0) scaleY(0)
}
 100% {
 opacity:1;
 -o-transform:scaleX(1) scaleY(1)
}
}
 @-ms-keyframes anim-3 {
 0% {
 opacity:0;
 -ms-transform:scaleX(0) scaleY(0)
}
 100% {
 opacity:1;
 -ms-transform:scaleX(1) scaleY(1)
}
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/*@font-face {

	font-family: 'Univers LT 45';

	src: url('../fonts/univers/UniversLT-Light.eot');


	src: url('../fonts/univers/UniversLT-Light.eot?#iefix') format('embedded-opentype'),

		url('../fonts/univers/UniversLT-Light.woff') format('woff'),

		url('../fonts/univers/UniversLT-Light.ttf')  format('truetype'),

		url('../fonts/univers/UniversLT-Light.svg#UniversLT-Light') format('svg');

	font-weight: 300;

	font-style: normal;

}



@font-face {

	font-family: 'Eurostile LT ExtendedTwo';

	src: url('../fonts/eurostile/EurostileLT-ExtendedTwo.eot');

	src: url('../fonts/eurostile/EurostileLT-ExtendedTwo.eot?#iefix') format('embedded-opentype'),

		url('../fonts/eurostile/EurostileLT-ExtendedTwo.woff') format('woff'),

		url('../fonts/eurostile/EurostileLT-ExtendedTwo.ttf')  format('truetype'),

		url('../fonts/eurostile/EurostileLT-ExtendedTwo.svg#EurostileLT-ExtendedTwo') format('svg');

	font-weight: normal;

	font-style: normal;

}



@font-face {

	font-family: 'Univers LT 45';

	src: url("../fonts/univers/Univers45-Light.eot");

	src: url("../fonts/univers/Univers45-Light.eot#iefix") format("embedded-opentype"),

	url("../fonts/univers/Univers45-Light.woff") format("woff"),

	url("../fonts/univers/Univers45-Light.ttf") format("truetype"),

	url("../fonts/univers/Univers45-Light.svg#Univers45-Light") format("svg");

	font-weight: normal;

	font-style: normal;

}

@font-face {

	font-family: 'Eurostile LT ExtendedTwo';

	src: url("../fonts/eurostile/Eurostile-Normal.eot");

	src: url("../fonts/eurostile/Eurostile-Normal.eot#iefix") format("embedded-opentype"),

	url("../fonts/eurostile/Eurostile-Normal.woff") format("woff"),

	url("../fonts/eurostile/Eurostile-Normal.ttf") format("truetype"),

	url("../fonts/eurostile/Eurostile-Normal.svg#Eurostile-Normal") format("svg");

	font-weight: normal;

	font-style: normal;

}*/



@font-face {
	font-family: 'Eurostile LT ExtendedTwo';
	src: url('../fonts/eurostile/EurostileLT-ExtendedTwo.eot');
	src: url('../fonts/eurostile/EurostileLT-ExtendedTwo.eot?#iefix') format('embedded-opentype'), url('../fonts/eurostile/EurostileLT-ExtendedTwo.woff') format('woff'), url('../fonts/eurostile/EurostileLT-ExtendedTwo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Univers LT 45';
	src: url('../fonts/univers/UniversLT-Light.eot');
	src: url('../fonts/univers/UniversLT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/univers/UniversLT-Light.woff') format('woff'), url('UniversLT-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
 [hidden] {
 display:none
}
html {
	font-family: 'Univers LT 45';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 1.5em
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance:none
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border:0;
 padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}
html {
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%
}
body {
	background: #FFFFFF;
	color: #000000;
	line-height: 1
}
html, body, img, fieldset, abbr, acronym {
	border: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
th, code, cite, caption {
	font-weight: normal;
	font-style: normal;
	text-align: left
}
address {
	font-style: normal
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
img {
	display: block
}
ol, ul {
	list-style: none
}
q:before, q:after {
	content: ''
}
input:focus, input[type="search"]:focus {
	outline-offset: -2px
}
input[type="search"] {
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
 @-ms-viewport {
 width:device-width
}
 @-o-viewport {
 width:device-width
}
 @viewport {
 width:device-width
}
.header-row, .page-header {
	font-family: 'Univers LT 45';
	border: none;
	margin: 0 auto !important
}
a, button {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
body, button, input, select, table, textarea {
	font-family: 'Univers LT 45';
	color: #464646;
	font-size: 14px;
	line-height: 1.5
}
select {
	height: 40px;
	border-radius: 20px;
	padding: 0 15px
}
select:focus {
	outline: none;
	border-color: #333
}
a {
	color: #111;
	text-decoration: none
}
a:hover {
	color: #000;
	text-decoration: none
}
a:focus {
	outline: 0;
	outline-color: none;
	text-decoration: none;
	color: #333
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0
}
h1, .h1 {
	margin: 0;
	margin-bottom: 0.7em;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase
}
h2, .h2 {
	margin: 0;
	margin-bottom: 1.5em;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase
}
h3, .h3 {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase
}
h4, .h4 {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase
}
h5, .h5 {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase
}
h6, .h6 {
	margin: 0;
	margin-bottom: 5px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase
}
.address-list address {
	margin-bottom: 1em
}
.availability {
	margin-bottom: 0;
	font-size: 13px
}
.availability.in-stock {
	color: #333;
	font-weight: 500
}
.availability.available-soon, .availability.out-of-stock {
	color: #DF280A
}
.availability-only {
	color: #333;
	margin-bottom: 0
}
.label {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	text-transform: none;
	padding: 0;
	text-align: left;
	border-radius: 0;
	line-height: inherit;
	white-space: normal;
	color: #464646
}
.clear {
	clear: both
}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
	font-size: 22px;
	font-weight: 400;
	color: #464646;
	padding-bottom: 3px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: .7px;
	text-align: center
}
.block, .col-left-first {
	margin-bottom: 20px
}
.block {
	padding-bottom: 20px;
	border-bottom: 1px solid #899aa0;
}
.col-left-first .block {
	border-bottom: none;
	padding-bottom: 0
}
.col-left-first .block:last-of-type {
	margin-bottom: 0
}
.block-title {
	position: relative;
	padding: 10px 0 0;
	margin-bottom: 5px
}
.block-title h2, .block-title h3, .block-title strong {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: capitalize;
	color: #333;
	margin-bottom: 0;
	font-weight: 600
}
.block-title small {
	font-size: 100%;
	font-weight: normal;
	color: #A0A0A0
}
body:not(.customer-account) .block:first-child .block-title {
	border-top: none;
	padding-top: 0
}
.block-subtitle {
	font-weight: bold;
	margin-bottom: 7px
}
.block-content {
	margin-top: 5px
}
.block-content .subtotal {
	background-color: #F4F4F4;
	padding: 5px
}
.block-content.unpad {
	padding: 0
}
.block-content li.item {
	margin: 0 0 10px 9px
}
.block-content li.item:last-child {
	margin-bottom: 0
}
.block .actions {
	margin: 10px 0 0
}
.block .actions:after {
	content: '';
	display: table;
	clear: both
}
.block .actions a {
	float: left
}
.block .actions .button {
	float: right
}
.block-poll input[type="radio"] {
	float: left;
	margin-top: 5px
}
.block-poll .label {
	display: block;
	margin-left: 20px
}
.block-poll .label label {
	cursor: pointer
}
.block-poll .label label:hover {
	color: #c8c8c8
}
.block-poll #poll-answers li {
	margin-bottom: 10px
}
.block-poll #poll-answers li::after {
	content: '';
	display: table;
	clear: both
}
.block-poll #poll-answers .answer {
	font-size: 12px
}
.block-poll #poll-answers .votes {
	float: right;
	padding: 0 0 5px 7px;
	color: #CF5050
}
.block-contacts-googlemap a {
	color: #464646;
}
.contacts-index-index .padding-s .page-title h1 {
	padding-left: 9px;
	text-align: left;
}
.camera_wrap .single-image img { max-width:100% !important;}
.stockist-page .webforms-become-a-stockist .fieldset li {
	text-align: center;
	width: 100%;
	display: inline;
}
.stockist-page .webforms-become-a-stockist .fieldset li label {
	float: left;
	font-size: 18px;
	text-align: left;
	width: 20%;
}
.stockist-page .webforms-become-a-stockist .checkbox {
	float: unset !important;
	left: 165px;
}
.stockist-page .webforms-become-a-stockist .fieldset li {
	font-style: normal;
	line-height: 0.8;
}
.stockist-page .webforms-become-a-stockist .fieldset h2 {
	border-bottom: unset;
	text-align: center;
	width: 50%;
}
.stockist-page .webforms-become-a-stockist .fieldset .captcha-text {
	font-size: 15px;
	padding-left: 134px;
	text-align: center;
}
.stockist-page .recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
	float: right;
	width: 63%;
}
.stockist-page .webforms-become-a-stockist .fieldset li.control label {
	background: unset;
	float: right;
	text-align: left;
	width: 50%;
	;
}
.stockist-page p:last-child {
	display: none;
}
.stockist-page .buttons-set {
	text-align: center;
	padding-right: 170px;
}
.stockist-page .buttons-set button.button {
	float: none;
}
.stockist-page .input[type="email"], .stockist-page input[type="number"], .stockist-page input[type="tel"], .stockist-page input[type="text"], .stockist-page .input-text {
	max-width: 100%;
	width: 45%;
}
.stockist-page .list-select li.control {
	display: inline-block !important;
}
#field_13 .required {
	font-size: 20px;
	width: 100%;
}
.about-page .extra-wrap > h2 {
	margin: 0;
}
.booking-form .fieldset .form-list .options-list label {
	background: unset;
	padding: 6px 7px 3px 34px;
}
.booking-form .fieldset .form-list li .input-box {
	display: inline-block;
	width: 55%;
}
.booking-form .fieldset .form-list li > label {
	float: left;
	width: 45%;
}
.form-list.product-options > li:nth-child(8) {
	height: 65px;
}
.form-list.product-options > li:nth-child(8) .input-box {
	line-height: 65px;
}
.product-options #options-31-list.options-list li:first-child span label { /*width:70%;*/
}
.booking-form .fieldset .form-list li .input-box ul li {
	display: inline-block;
	font-style: normal;
}
.booking-form .fieldset .form-list {
	list-style-type: none;
}
.booking-form .fieldset .form-list li {
	font-style: normal;
}
.booking-form .v-middle {
	display: inline;
}
.booking-form .product-options {
	border-top: unset;
}
.booking-form input[type="text"] {
	width: 65%;
}
#options-5-list li .label label {
	color: #ffffff;
	text-indent: -9999px;
}
#options-5-list li:nth-child(1) .label label {
	background: rgba(0, 0, 0, 0) url("../images/booking-form/bookoing-vitaman.png") no-repeat scroll 22% center;
}
#options-5-list li:nth-child(2) .label label {
	background: rgba(0, 0, 0, 0) url("../images/booking-form/booking-thalgo.png") no-repeat scroll 22% center;
}
#options-5-list li:nth-child(3) .label label {
	background: rgba(0, 0, 0, 0) url("../images/booking-form/booking-skeyndor.png") no-repeat scroll 22% center;
}
#options-5-list li:nth-child(4) .label label {
	background: rgba(0, 0, 0, 0) url("../images/booking-form/booking-gehwol.png") no-repeat scroll 22% center;
}
.booking-form .buttons-set button.button {
	float: unset;
	margin-right: 60px;
}
.booking-form .buttons-set {
	text-align: center;
}
.booking-form .buttons-set p.required {
	float: unset;
	color: #F15057;
	position: absolute;
	right: 50%;
	top: 20.5%;
}
.stockist-page textarea {
	height: 150px;
}
.brand-thalgo .product-image {
	border: none;
}
.brand-thalgo .thumbnail p {
	margin: 5px 0 0;
	text-align: center;
	min-height: 50px;
	vertical-align: middle;
}
.cms-gehwol .product-main .thumbnail > p, .cms-skeyndor .product-main .thumbnail > p {
	margin: 5px 0 0;
	text-align: center;
	min-height: 55px;
	vertical-align: middle;
	line-height: 18px;
}
.innovations .innobation-head {
	text-align: center;
}
p.innovation-p {
	margin: 5px 0 !important;
}
.cms-gehwol .product-main .row.product-image, .cms-skeyndor .product-main .row.product-image {
	border: unset;
}
a.link-learn {
	color: #464646;
}
.workshop-list div.shortdescription strong span {
	color: #000;
}
.category-workshops .related-carousel .owl-item .product-details {
	min-height: 58px;
}
.category-events .related-carousel .owl-item .product-details {
	min-height: 58px;
}
/*event page css start*/

.categorypath-events-html .product-view .product-shop .description {
	font-size: 16px;
}
.upcoming-event-list .product-caption a:hover {
	color: #a3a3a3;
}
.upcoming-event-list .description {
	font-size: 16px;
}
.upcoming-event-list .description .prodcut-description {
	max-height: 50px;
	overflow: hidden;
}
.upcoming-event .upcoming-event-list {
	border-bottom: 0.125rem solid silver;
	padding: 20px 0;
}
.upcoming-event-list .text-left b.upper {
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 13px;
	text-transform: uppercase;
}
/*event page css end*/

.row.our-brands .brand {
	padding: 5px;
}
.bookingform .booking-head {
	line-height: 1.5;
	margin-bottom: 7px;
	text-align: center;
}
.categorypath-online-ordering-html .category-products .product-info a img {
	width: 100%;
}
.category-online-ordering .col-main .products-grid.products-grid--max-4-col.row.first.last.odd {
	display: none;
}
.catalog-product-view .product-name {
	text-align: center;
}
.product-warehouse-clearance .product-image {
	border: medium none;
}
a.upcoming-workshop > strong {
	color: #cf5050;
}
.footer .footer-col ul.workshop-list li:last-child a {
	color: #cf5050;
}
/* WorkShop CSS */

.upcoming-workshop-list b.upper, .categorypath-workshops-html .product-view .product-shop b.upper {
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 13px;
	text-transform: uppercase;
}
.categorypath-workshops-html .product-view .product-shop .description {
	font-size: 16px;
}
.upcoming-workshop .upcoming-workshop-list {
	padding: 20px 0px;
	border-bottom: 0.125rem solid silver;
}
.upcoming-workshop .upcoming-workshop-list:last-child {
	border-bottom: unset;
}
.upcoming-workshop-list .product-caption a:hover {
	color: #a3a3a3;
}
.upcoming-workshop-list .description {
	font-size: 15px;
}
.upcoming-workshop-list .description .prodcut-description {
	overflow: hidden;
}
/* Events CSS */



/* cart page */

.cart-table td.qtybox input {
	text-align: center;
}
/* cart page end */



/* Date 25/03/2016 */

.new-education h3 a {
	color: #464646;
}
.grid-full .level1 .catagory-level1 { /*border-bottom:1px solid #bbb; padding:2px 2px 10px; display:block*/
;
}
.grid-full .level1 .catagory-level1 >span:first-child:before {
	content: "-";
	margin-right: 5px;
}
.grid-full .parent .level-top > .level .level > li > .catagory_children {
	padding: 0 10px;
}
.newlaunches img {
	min-width: 100%;
	max-width: 100%;
	height: 750px;
	margin-bottom: 20px;
}
/*.grid-full .catagory_children .nav-1-1.item { width:17% !important;}

.grid-full .catagory_children .nav-1-2.item { width:27.5% !important;}

.grid-full .catagory_children .nav-1-3.item { width:32% !important;}

.grid-full .catagory_children .nav-1-4.item { width:18.5% !important;}*/

/*19-04-2016 start*/

.catalog-category-view.categorypath-online-ordering-html .category-products.sam {
	display: none;
}
.booking-form .formbuilder-form .fieldset .form-list li.li-39 {
	clear: both;
}
.booking-form .fieldset .form-list #li_28_text {
	clear: both;
}
.booking-form .formbuilder-form .fieldset .form-list li.li-39 div.input-box {
	padding-top: 17px;
	vertical-align: middle;
}
/*19-04-2016 end*/
/*13-05-2016 start*/
.grid-full .catagory_children .catagory_children .nav-1-3-35 a span::before {
	margin-bottom: 20px;
	float: left;
}
.grid-full .catagory_children .catagory_children .nav-1-3-38 a span::before {
	margin-bottom: 15px;
	float: left;
}
.grid-full .catagory_children .catagory_children .nav-1-2-19 a span::before {
	/*margin-bottom: 15px;*/
	float: left;
}
.storelocator-index-index .bh-sl-container .bh-sl-loc-list .list-details .list-content{padding:5px}
/*13-05-2016 end*/


@media only screen and (max-width: 991px) {
.block-poll #poll-answers .answer {
	width: 100%;
	float: none;
	display: block;
	overflow: hidden
}
.block-poll #poll-answers li {
	border-top: solid 1px #ccc;
	padding-top: 5px
}
}
.col-left .block .actions .button ~ a, .col-right .block .actions .button ~ a {
	line-height: 33px;
	margin-right: 5px
}
 @media only screen and (max-width: 767px) {
.sidebar .block:not(.block-layered-nav) {
	margin-bottom: 3px;
	padding: 0;
	border: none
}
.sidebar .block:not(.block-layered-nav) .block-title {
	padding: 0;
	margin-top: 0;
	border-bottom: none;
	border-top: none;
	margin-bottom: 0
}
.sidebar .block:not(.block-layered-nav) .block-title>strong {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4;
	display: block;

	width: 100%;
	cursor: pointer
}
.sidebar .block:not(.block-layered-nav) .block-title>strong:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a3a3a3;
	border-right: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
}
 @media only screen and (max-width: 767px) and (max-width: 767px) {
.sidebar .block:not(.block-layered-nav) .block-title>strong:hover {
	background-color: #ececec
}
}
 @media only screen and (max-width: 767px) {
.sidebar .block:not(.block-layered-nav) .block-title.active>strong {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4
}
.sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
}
 @media only screen and (max-width: 767px) and (max-width: 767px) {
.sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover {
	background-color: #ececec
}
}
 @media only screen and (max-width: 767px) {
.sidebar .block:not(.block-layered-nav) .block-content {
	padding: 10px;
	margin-top: 0;
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #ccc
}
}
.block-account .block-title, .block-cms-menu .block-title {
	padding-top: 0;
	border-top: none
}
.block-account li, .block-cms-menu li {
	text-transform: none;
	font-family: 'Univers LT 45';
	margin: 7px 0
}
.block-account li strong, .block-cms-menu li strong {
	font-weight: 400;
	color: #000
}
.block-account li a, .block-cms-menu li a {
	color: #464646
}
.block-account li a:hover, .block-cms-menu li a:hover {
	color: #000
}
.cart .buttons-set .button, .cart-table .button, .sidebar .actions .button, .button.button-secondary {
	background: #464646;
	color: #fff;
	padding: 7px 15px
}
.cart .buttons-set .button:hover, .cart-table .button:hover, .sidebar .actions .button:hover, .button.button-secondary:hover {
	background: #fff;
	cursor: pointer;
	color: #464646
}
.cart .buttons-set .button:active, .cart-table .button:active, .sidebar .actions .button:active, .button.button-secondary:active {
	background: #c4c4c4;
	color: #333
}
.cart .buttons-set .button:focus, .cart-table .button:focus, .sidebar .actions .button:focus, .button.button-secondary:focus {
	color: #333;
	background: #c4c4c4;
	outline: none
}
.sidebar .actions button.button {
	white-space: normal
}
.button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, .footer .button {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: none;
	display: inline-block;
	padding: 9px 30px;
	border: 1px solid #899aa0;
	color: #fff;
	background: #899aa0;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Univers LT 45';
	line-height: 19px;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	vertical-align: middle;
	max-width: 100%
}
.button:hover, .cart-table .product-cart-actions .button:hover, #co-shipping-method-form .buttons-set .button:hover, .footer .button:hover {
	background: #fff;
	cursor: pointer;
	color: #464646
}
.button:active, .cart-table .product-cart-actions .button:active, #co-shipping-method-form .buttons-set .button:active, .footer .button:active {
	background: none;
	color: #333
}
.button:focus, .cart-table .product-cart-actions .button:focus, #co-shipping-method-form .buttons-set .button:focus, .footer .button:focus {
	background-color: none;
	outline: none;
	color: #333
}
a.button {
	text-decoration: none
}
a.button:hover {
	color: #333
}
.button.disabled, .button:disabled {
	opacity: 0.6;
	cursor: not-allowed
}
.button+.button {
	margin-left: 5px
}
.button2 {
	border: 0;
	padding: 0 5px;
	margin: 0;
	background: transparent;
	cursor: pointer;
	vertical-align: middle
}
.button2:hover span {
	text-decoration: none
}
.button2:focus {
	outline: none
}
.button2 span, .button2 span span {
	line-height: 30px;
	height: 30px;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	color: #a3a3a3;
	font-family: 'Univers LT 45';
}
.button2 span:hover, .button2 span span:hover {
	text-decoration: none;
	color: #0d0d0d
}
 @media only screen and (max-width: 767px) {
.col2-set .buttons-set .button, .col2-set .buttons-set .button2 {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0
}
.col2-set .buttons-set .back-link {
	display: none;
}
.col2-set .buttons-set .required {
	display: none
}
}
 @media only screen and (max-width: 479px) {
.buttons-set .button {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 7px
}
.buttons-set .back-link {
	display: none
}
.buttons-set .required {
	display: none
}
}
.paypal-logo.paypal-after {
	float: left
}
.paypal-after .paypal-or {
	float: left
}
.paypal-or {
	line-height: 34px;
	margin: 0px 10px 5px
}
.paypal-after .paypal-button {
	float: left
}
.paypal-button {
	line-height: 0px
}
.paypal-button img {
	display: inline
}
 @media only screen and (max-width: 740px) {
.paypal-or {
	line-height: 20px
}
.paypal-logo, .paypal-or, .paypal-button {
	text-align: center;
	width: 100%;
	display: block;
	margin-right: 0;
	margin-left: 0;
	float: none
}
}
.buttons-set {
	clear: both;
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px solid #EDEDED;
	text-align: right
}
.buttons-set p.required {
	margin: 0;
	margin-left: 10px;
	line-height: 33px;
	float: right
}
.buttons-set .back-link {
	float: left;
	margin: 0;
	line-height: 33px
}
.buttons-set a:not(.button) {
	line-height: 20px;
	display: inline-block;
	padding: 5px
}
.buttons-set button.button {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	min-width: 140px
}
.buttons-set:after {
	content: '';
	display: table;
	clear: both
}
.icon-sprite, .ratings .rating-box, .ratings .rating-box .rating, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
	background-image: url(../images/rate-stars.png);
	background-repeat: no-repeat;
	text-indent: -9999px
}
.products-grid .icon-sprite, .products-grid .ratings .rating-box, .ratings .products-grid .rating-box, .products-grid .ratings .rating-box .rating, .ratings .rating-box .products-grid .rating, .products-grid .skip-account .icon, .skip-account .products-grid .icon, .products-grid .skip-cart .icon, .skip-cart .products-grid .icon, .products-grid .product-view .sharing-links a, .product-view .sharing-links .products-grid a, .products-grid .review-summary-table .rating-box .rating-number:after, .review-summary-table .rating-box .products-grid .rating-number:after, .products-grid .ratings-table .rating-box, .ratings-table .products-grid .rating-box, .products-grid .ratings-table .rating-box .rating, .ratings-table .rating-box .products-grid .rating {
	background-image: url(../images/rate-stars-g.png)
}
.breadcrumbs {
	overflow: hidden;
	margin: 0 0 15px
}
.breadcrumbs li {
	float: left;
	font-size: 12px;
	font-family: 'Univers LT 45';
	text-transform: uppercase
}
.breadcrumbs a {
	float: left;
	color: #464646
}
.breadcrumbs a:hover {
	color: #a3a3a3
}
.breadcrumbs strong {
	color: #464646;
	font-weight: normal
}
.breadcrumbs span {
	float: left;
	padding: 0 7px
}
 @media only screen and (max-width: 767px) {
.breadcrumbs {
	display: none
}
}
.btn-remove, .btn-previous {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #EDEDED;
	text-align: center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: relative
}
.btn-remove:hover, .btn-previous:hover {
	background-color: #a3a3a3;
	border-color: #a3a3a3
}
.btn-remove:after {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #464646;
	line-height: 18px;
	width: 100%;
	font-size: 12px
}
.btn-remove:hover:after {
	color: #FFFFFF;
	text-decoration: none
}
.btn-remove2 {
	border: none;
	width: auto;
	height: auto
}
.btn-remove2:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 34px;
	color: #333
}
.btn-remove2:after {
	display: none
}
.btn-remove2:hover {
	background-color: transparent;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.btn-previous:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #a3a3a3;
	border-left: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2px;
	margin-top: -4px
}
.btn-previous:hover:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #fff;
	border-left: none
}
.block-layered-nav .currently .btn-remove, .block-layered-nav .currently .btn-previous, .mini-products-list .btn-remove, .mini-products-list .btn-previous, #compare-items .btn-remove, #compare-items .btn-previous {
	float: right;
	margin-left: 6px
}
.checkout-agreements li {
	margin-bottom: 20px
}
.checkout-agreements .agreement-content {
	overflow-y: auto;
	max-width: 670px;
	max-height: 125px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #F4F4F4
}
.cvv-what-is-this {
	margin-left: 10px;
	font-size: 13px;
	line-height: 24px
}
.main-container, .footer-container {
	position: relative;
	max-width: 1230px;
	margin: 0 auto;
	padding: 15px 0
}
.main-container:after, .footer-container:after {
	content: '';
	display: table;
	clear: both
}
 @media only screen and (min-width: 480px) {
.main-container {
	padding: 15px 0
}
}
.footer-container {
	padding: 0px
}
.col-left {
	float: left
}
.col3-layout .col-main, .col2-left-layout .col-main {
	float: right
}
 @media only screen and (min-width: 768px) {
.top-container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 30px
}
}
.global-site-notice {
	background: #000;
	color: #fff;
	font-size: 11px
}
.global-site-notice .notice-inner {
	padding-left: 130px;
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	line-height: 11px;
	min-height: 40px;
	padding-top: 14.5px;
	padding-bottom: 14.5px;
	background-image: url("../images/demo-logo.jpg");
	background-position: left;
	background-repeat: no-repeat
}
.global-site-notice p {
	margin-bottom: 0
}
.promo-msg {
	color: #333;
	text-align: center;
	margin: 10px;
	text-transform: uppercase;
	font-family: 'Univers LT 45';
}
.grid:after {
	content: '';
	display: table;
	clear: both
}
.success {
	color: #11B400
}
.error {
	color: #DF280A;
	font-weight: bold
}
.notice {
	color: #E26703;
	font-weight: bold
}
.messages {
	margin-bottom: 10px
}
.messages li li {
	position: relative;
	margin-bottom: 5px;
	padding: 7px 10px 7px 20px;
	background: #F4F4F4;
	font-size: 15px
}
.messages li li:before {
	top: 50%;
	left: 0;
	margin-top: -6px
}
.messages .error-msg li {
	color: #000;
	border-left: 5px solid #DF280A;
	background-color: #FAEBE7
}
.messages .error-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #DF280A;
	border-right: none
}
.messages .notice-msg li {
	color: #000;
	border-left: 5px solid #E26703;
	background-color: #F9EBE6
}
.messages .notice-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #E26703;
	border-right: none
}
.messages .success-msg li {
	color: #000;
	border-left: 5px solid #11B400;
	background-color: #EFF5EA
}
.messages .success-msg li:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #11B400;
	border-right: none
}
 @media only screen and (min-width: 915px) {
.order-list-grid .col-1 {
	width: 30%
}
.order-list-grid .col-2 {
	width: 50%;
	padding-right: 20px
}
.order-list-grid .col-3 {
	clear: none;
	width: 20%;
	padding-top: 0
}
}
.page-popup {
	padding: 20px;
	background: #FFFFFF;
	height: auto
}
.page-popup h1 {
	margin: 0 0 0.5em;
	font-size: 22px
}
.payment-methods {
	margin-bottom: 20px
}
.payment-methods dt {
	padding: 5px 0
}
.payment-methods dd {
	padding-top: 10px
}
.payment-methods .form-list {
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin: 5px 15px 15px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #F4F4F4
}
.payment-methods .form-list:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	border-top: none;
	top: -11px;
	left: 30px
}
.payment-methods .form-list:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #F4F4F4;
	border-top: none;
	top: -10px;
	left: 30px
}
.payment-methods .form-list li:last-child {
	margin-bottom: 0
}
.please-wait {
	display: inline-block;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 24px;
	height: 24px;
	white-space: nowrap
}
.please-wait img {
	float: left;
	margin-right: 5px;
	width: 24px
}
.price-box {
	margin: 7px 0;
	font-family: 'Univers LT 45';
}
.price-box p {
	margin-bottom: 0
}
.price-notice {
	color: #A0A0A0
}
.price-box .price {
	color: #fff;
	font-size: 24px
}
.price-box .price, .price {
	font-family: 'Univers LT 45';
}
.price-box .price-label {
	color: #A0A0A0;
	white-space: nowrap;
	font-family: 'Univers LT 45';
}
.price-box .minimal-price-link {
	padding-left: 1em;
	color: #333;
	display: block
}
.price-box .minimal-price-link .label {
	color: #A0A0A0
}
.price-box .old-price, .price-box .special-price {
	display: inline-block
}
.price-box .old-price .price-label, .price-box .special-price .price-label {
	display: none
}
.price-box .old-price .price, .price-box .special-price .price {
	display: inline-block;
	color: #fff
}
.price-box .old-price .price {
	color: #d3d3d3;
	text-decoration: line-through
}
.price-box .special-price {
	color: #a3a3a3;
	margin-right: 7px
}
.price-box .special-price .price-label {
	color: #D84D3C
}
.price-box .price-excluding-tax, .price-box .price-including-tax {
	display: block
}
span.weee {
	display: block
}
.product-pricing, .tier-prices, .tier-prices-grouped {
	display: inline-block;
	padding: 4px 8px;
	background: #FBF4DE;
	border: 1px solid #E2D4C7;
	margin-top: 7px
}
.product-pricing li, .tier-prices li, .tier-prices-grouped li {
	font-size: 12px
}
.product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit {
	font-style: italic
}
.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
	font-weight: bold
}
.item-options {
	font-size: 14px;
	font-family: 'Univers LT 45';
}
.item-options:after {
	content: '';
	display: table;
	clear: both
}
.item-options dt {
	float: left;
	clear: left;
	font-weight: 600;
	padding-right: 5px;
	font-style: italic
}
.item-options dt:after {
	content: ': '
}
.item-options dd {
	float: left;
	padding-left: 10px;
	margin: 0 0 6px
}
.truncated, .truncated a.dots {
	cursor: help
}
.truncated a.details {
	cursor: help;
	height: 16px;
	line-height: 16px
}
.truncated a.details:hover {
	text-decoration: none
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 300
}
.truncated .truncated_full_value .item-options {
	display: none;
	position: absolute;
	z-index: 300;
	padding: 8px;
	border: 1px solid #a3a3a3;
	background-color: #F6F6F6;
	top: 21px;
	left: 0px
}
.truncated .truncated_full_value .item-options:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #a3a3a3;
	border-top: none;
	left: 7px;
	top: -7px
}
.truncated .truncated_full_value .item-options>p {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 8px
}
.truncated .show .item-options {
	display: block
}
 @media only screen and (max-width: 479px) {
.truncated {
	cursor: inherit
}
.truncated a.details {
	display: none
}
.truncated .truncated_full_value .item-options {
	display: block;
	position: static;
	z-index: 1;
	width: 100%;
	border: none;
	background-color: transparent
}
.truncated .truncated_full_value .item-options p {
	float: none
}
.truncated .truncated_full_value .item-options:after {
	display: none
}
}
.page-print {
	width: 6.5in;
	margin: 20px;
	background: #FFFFFF
}
.add-to-links {
	margin: 14px 0;
	font-size: 13px
}
.add-to-links a {
	display: inline-block;
	padding: 0px 3px 3px
}
.add-to-links .separator {
	display: none
}
.product-image, .no-touch .product-img-box .product-image:not(.zoom-available):hover {
	position: relative;
	display: block;
	border: 1px solid #EDEDED;
	text-align: center;
	margin-bottom: 10px
}
.product-monthly-promotions .product-image {
	border: none;
}
.product-image img, .no-touch .product-img-box .product-image:not(.zoom-available):hover img {
	margin: 0 auto;
	max-width: 100%;
	background: #ddd
}
.product-monthly-promotions .product-image img, .product-monthly-promotions .no-touch .product-img-box .product-image:not(.zoom-available):hover img {
	background: none !important;
}
.product-warehouse-clearance .product-image img, .product-warehouse-clearance .no-touch .product-img-box .product-image:not(.zoom-available):hover img {
	background: none !important;
}
.product-monthly-promotions .product-image img, .product-warehouse-clearance .product-image img {
	background: unset;
	padding-bottom: 25px;
}
.product-monthly-promotions.product-img-box, .product-warehouse-clearance .product-img-box {
	padding: 0px;
}
.product-monthly-promotions .product-image, .product-monthly-promotions .no-touch .product-img-box .product-image:hover:not(.zoom-available) {
	border: none !important;
	box-shadow: none!important;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.page-header-container .header-links .links li a.upcoming-workshop {
	color: #cf5050;
	font-weight: bolder;
}
.product-warehouse-clearance .product-image, .product-warehouse-clearance .no-touch .product-img-box .product-image:hover:not(.zoom-available) {
	border: none !important;
	box-shadow: none!important;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.related-carousel.owl-carousel .owl-item {
	padding: 0 5px;
}
 @media only screen and (max-width: 767px) {
body .product-img-box .product-image:hover {
	border-color: #EDEDED
}
}
.no-touch .product-image:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.075);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.075);
	box-shadow: 0 0 15px rgba(0,0,0,0.075)
}
.ratings {
	margin: 7px 0
}
.ratings .rating-box, .ratings .rating-links {
	margin: 5px 0;
	font-size: 11px
}
.ratings .rating-box {
	width: 75px;
	height: 13px;
	background-repeat: repeat-x;
	background-position: 0 0;
	overflow: hidden
}
.ratings .rating-box .rating {
	float: left;
	height: 13px;
	background-repeat: repeat-x;
	background-position: 0 -20px
}
.ratings .amount {
	display: block;
	margin: 5px auto
}
.ratings .rating-links .separator {
	margin: 0 3px
}
.std p {
	margin: 0 0 1.5em
}
.std ol {
	list-style: decimal outside;
	margin-bottom: 1.5em
}
.std ol li {
	margin-left: 2em
}
.std ul {
	list-style: disc outside;
	margin-bottom: 1.5em
}
.std ul li {
	margin-left: 2em
}
.std .note {
	color: #A0A0A0;
	font-size: 13px
}
.tabs {
	margin-bottom: 10px;
	background: #FFFFFF
}
.toolbar {
	margin-top: 10px;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: none;
	padding: 5px 0 0 0;
	clear: both
}
.toolbar:after {
	content: '';
	display: table;
	clear: both
}
.toolbar select {
	height: 30px
}
.pager-no-toolbar {
	margin-bottom: 10px
}
.pager-no-toolbar ~ .pager-no-toolbar {
	margin-top: 10px
}
.toolbar, .pager {
	font-family: 'Eurostile LT ExtendedTwo';
	color: #464646;
	line-height: 30px;
	font-size: 12px
}
.toolbar li, .pager li {
	border: none;
	margin-right: 2px
}
.toolbar li>a, .toolbar li>span, .pager li>a, .pager li>span {
	display: inline-block;
	padding: 0;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 0;
	vertical-align: top
}
.toolbar label, .pager-no-toolbar label {
	font-weight: normal;
	text-transform: uppercase
}
.sorter {
	float: left
}
.sorter label {
	float: left;
	margin-right: 5px;
	display: none
}
.sorter label:after {
	content: ':'
}
.sorter>.sort-by {
	float: left;
	margin-left: 20px;
	height: 30px
}
.sorter>.sort-by .sort-by-switcher {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	padding-top: 2px
}
.sorter>.sort-by .sort-by-switcher--asc:before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 24px;
	line-height: 24px;
	transform: rotateX(180deg)
}
.sorter>.sort-by .sort-by-switcher--asc:hover {
	background-position: -46px -542px
}
.sorter>.sort-by .sort-by-switcher--desc:before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 24px;
	line-height: 24px
}
.sorter>.sort-by .sort-by-switcher--desc:hover {
	opacity: 0.7
}
.sorter>.view-mode {
	float: left;
	margin-bottom: 0
}
.sorter>.view-mode .grid, .sorter>.view-mode .list {
	float: left;
	height: 30px;
	font-size: 0;
	line-height: 0;
	margin-right: 15px
}
.sorter>.view-mode .grid:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 14px;
	line-height: 28px
}
.sorter>.view-mode strong.grid, .sorter>.view-mode a.grid:hover {
	opacity: 0.7
}
.sorter>.view-mode .list:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 14px;
	line-height: 28px
}
.sorter>.view-mode strong.list, .sorter>.view-mode a.list:hover {
	opacity: 0.7
}
.pager {
	float: right;
	overflow: hidden;
	margin: 0
}
.pager>.count-container {
	float: left
}
.pager .amount {
	float: left;
	white-space: nowrap;
	margin: 0 15px 0 0
}
.pager .limiter {
	float: left;
	height: 30px;
	line-height: 30px
}
.pager .limiter>label {
	padding-right: 5px
}
.pager .limiter>label:after {
	content: ':'
}
.pager .amount, .pager .limiter, .pager .pages {
	margin-bottom: 5px
}
.pages {
	float: right;
	overflow: hidden;
	margin-left: 15px
}
.pages strong {
	display: none
}
.pages li {
	float: left
}
.pages a, .pages .current {
	display: inline-block;
	border: 0;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	line-height: 30px;
	width: 25px;
	height: 30px;
	padding: 0;
	color: #a3a3a3;
	font-family: 'Eurostile LT ExtendedTwo';
}
.pages .current, .pages .current:hover {
	color: #464646;
	border: 1px solid #ccc;
	width: 25px;
	background-color: #FFFFFF;
	cursor: default
}
.pages .next, .pages .previous {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: transparent;
	position: relative
}
.pages .next:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a3a3a3;
	border-right: none;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -2px
}
.pages .next:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #0d0d0d;
	border-right: none
}
.pages .previous:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #a3a3a3;
	border-left: none;
	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -2px
}
.pages .previous:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #0d0d0d;
	border-left: none
}
 @media only screen and (max-width: 479px) {
.pager .amount--has-pages {
	display: none
}
.pages {
	float: left
}
.limiter label {
	display: none
}
}
 @media only screen and (max-width: 767px) {
.col1-layout .sorter, .col1-layout .pager {
	width: 100%
}
.col1-layout .pager {
	float: left;
	clear: both
}
.col1-layout .pager .pages {
	float: left;
	margin-left: 0
}
.col1-layout .pager .count-container {
	float: right
}
}
 @media only screen and (max-width: 991px) {
.sorter>.sort-by {
	float: right;
	margin-bottom: 5px
}
.col2-left-layout .sorter, .col2-left-layout .pager, .col2-right-layout .sorter, .col2-right-layout .pager, .col3-layout .sorter, .col3-layout .pager {
	width: 100%
}
.col2-left-layout .pager, .col2-right-layout .pager, .col3-layout .pager {
	float: left;
	clear: both
}
.col2-left-layout .pager .pages, .col2-right-layout .pager .pages, .col3-layout .pager .pages {
	float: left;
	margin-left: 0
}
.col2-left-layout .pager .count-container, .col2-right-layout .pager .count-container, .col3-layout .pager .count-container {
	float: right
}
}
 @media only screen and (max-width: 1279px) {
.toolbar .view-mode>label {
	display: none
}
}
#checkout-review-table .summary-collapse, #shopping-cart-totals-table .summary-collapse, body.customer-account .data-table .summary-collapse {
	position: relative;
	cursor: pointer
}
#checkout-review-table .summary-collapse:before, #shopping-cart-totals-table .summary-collapse:before, body.customer-account .data-table .summary-collapse:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #39c;
	border-bottom: none;
	position: static;
	display: inline-block;
	margin-right: 5px
}
#checkout-review-table .summary-collapse:hover:before, #shopping-cart-totals-table .summary-collapse:hover:before, body.customer-account .data-table .summary-collapse:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #0d0d0d;
	border-bottom: none;
	position: static;
	display: inline-block;
	margin-right: 5px
}
#checkout-review-table .show-details .summary-collapse:before, #shopping-cart-totals-table .show-details .summary-collapse:before, body.customer-account .data-table .show-details .summary-collapse:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #39c;
	border-top: none;
	position: static;
	display: inline-block;
	margin-right: 5px
}
#checkout-review-table .show-details .summary-collapse:hover:before, #shopping-cart-totals-table .show-details .summary-collapse:hover:before, body.customer-account .data-table .show-details .summary-collapse:hover:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #0d0d0d;
	border-top: none;
	position: static;
	display: inline-block;
	margin-right: 5px
}
#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
	margin-bottom: 5px
}
.a-center {
	text-align: center
}
.a-right, .align-right {
	text-align: right
}
.no-display {
	display: none !important
}
.nobr, .nowrap {
	white-space: nowrap
}
.width-full {
	width: 100%
}
.hidden {
	display: none
}
.page-print .print-head {
	margin: 0 0 15px
}
.page-print .print-head .logo {
	float: none;
	max-height: 50px;
	width: auto
}
.fieldset p {
	margin-bottom: 7px
}
.fieldset p.required {
	margin-bottom: 5px;
	float: right;
	font-size: 12px;
	margin-top: 0px
}
.fieldset+.fieldset {
	margin-top: 5px
}
form .legend, .contacts-index-index h3 {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #899aa0;
	padding-top: 25px;
}
.contacts-index-index form .legend, .contacts-index-index .contact-block h3 {
	font-weight: bold;
	font-size: 21px;
}
.block.block-contacts-googlemap {
	border: none;
}
.input-box {
	padding-top: 2px
}
.input-box:after {
	content: '';
	display: table;
	clear: both
}
li.centinel-logos div.input-box img {
	display: inline;
	vertical-align: middle
}
.input-box .v-fix {
	float: left;
	margin-right: 5px;
	max-width: 100%
}
label {
	display: inline-block;
	/*font-size: 13px;*/

	font-family: 'Univers LT 45';
	font-weight: normal;
	margin: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}
label.required:after, span.required:after {
	content: ' * ';
	color: #DF280A;
	font-weight: normal;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 12px
}
label.required em, span.required em {
	display: none
}
.input-hint {
	color: #A0A0A0;
	font-size: 12px
}
select {
	font-size: 14px;
	border: 1px solid #899aa0;
}
select+select {
	margin-left: 5px
}
select[multiple] {
	width: 270px;
	border: 1px solid #ebebeb;
	font-size: 15px;
	padding: 5px
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 450px;
	padding: 5px
}
.input-text {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #899aa0;
	background: #FFFFFF;
	font-size: 15px;
	height: 40px
}
.input-text:focus {
	border: 1px solid silver;
	outline: 0
}
.input-text.validation-failed {
	border-color: #DF280A
}
.input-text.validation-failed:focus {
	outline-color: #ef9384
}
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
	height: 40px;
	padding: 0 8px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px
}
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
	width: 230px;
	max-width: 100%
}
 @media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select {
	font-size: 16px
}
}
.ie8 .input-text {
	max-width: none
}
input[type=number].qty, input[type=text].qty {
	width: 3em;
	text-align: center;
	vertical-align: middle
}

::-webkit-input-placeholder {
 color:#A0A0A0
}
 input:-moz-placeholder {
 color:#A0A0A0
}
 input::-webkit-input-placeholder {
 opacity:0.7
}
 input::-moz-placeholder {
 opacity:0.7
}
 input:-moz-placeholder {
 opacity:0.7
}
 input:-ms-input-placeholder {
 opacity:0.7
}
 input:focus::-webkit-input-placeholder {
 opacity:0.3
}
 input:focus::-moz-placeholder {
 opacity:0.3
}
 input:focus:-moz-placeholder {
 opacity:0.3
}
 input:focus:-ms-input-placeholder {
 opacity:0.3
}
.checkbox, .radio {
	position: relative;
	top: -1px;
	display: inline-block
}
.checkbox+label, .radio+label {
	width: auto;
	max-width: 85%;
	padding: 0 0 0 8px;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top
}
p.required, .validation-advice {
	margin: 5px 0 0;
	color: #DF280A;
	font-size: 13px
}
.form-list>li {
	margin-bottom: 10px
}
.form-list select {
	margin-top: 4px;
	width: 300px;
	max-width: 100%
}
.form-list .input-range .input-text {
	width: 74px
}
.form-list .field, .form-list .wide, .form-list .control {
	margin-bottom: 10px
}
.form-list .control div.input-box, .sp-methods dt div.input-box, #checkout-shipping-method-load .sp-methods dd div.input-box, #co-shipping-method-form .sp-methods dd div.input-box, .product-options ul.options-list div.input-box {
	display: inline;
	float: left
}
.form-list .control div.input-box:after, .sp-methods dt div.input-box:after, #checkout-shipping-method-load .sp-methods dd div.input-box:after, #co-shipping-method-form .sp-methods dd div.input-box:after, .product-options ul.options-list div.input-box:after {
	display: none
}
.form-list .control input.radio, .form-list .control input.checkbox, .sp-methods dt input.radio, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.radio, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
	float: left;
	margin-right: -40px;
	margin-top: 10px;
	margin-left: 15px
}
.form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
	color: #464646;
	background-color: #F4F4F4;
	padding: 5px 10px;
	display: inline-block;
	width: auto;
	max-width: none;
	min-width: 265px;
	float: none;
	padding: 6px 10px 6px 40px
}
.form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
	background-color: #ececec
}
.form-list .control .no-display+label, .sp-methods dt .no-display+label, #checkout-shipping-method-load .sp-methods dd .no-display+label, #co-shipping-method-form .sp-methods dd .no-display+label, .product-options ul.options-list .no-display+label {
	padding-left: 10px;
	background-color: transparent
}
.form-list .control .no-display+label:hover, .sp-methods dt .no-display+label:hover, #checkout-shipping-method-load .sp-methods dd .no-display+label:hover, #co-shipping-method-form .sp-methods dd .no-display+label:hover, .product-options ul.options-list .no-display+label:hover {
	background-color: transparent
}
.product-options ul.options-list label, .col2-set .form-list .control label {
	min-width: inherit;
	width: 250px;
	max-width: 100%
}
.form-list .control.remember-me-box label {
	width: auto;
	max-width: none;
	min-width: inherit
}
.form-list .control {
	margin-top: 10px
}
.form-list .control label {
	float: none
}
.form-list .control .radio, .form-list .control .checkbox {
	margin-right: 6px
}
.form-list .control .input-box {
	clear: none;
	display: inline-block;
	width: auto;
	padding: 0
}
form .form-instructions {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	color: #A0A0A0
}
.hide-th {
	text-indent: -9999px
}
.data-table {
	width: 100%;
	margin-bottom: 30px
}
.data-table td, .data-table th {
	padding: 10px;
	vertical-align: middle
}
.data-table th {
	background: #F4F4F4;
	text-transform: uppercase;
	font-family: 'Univers LT 45';
	line-height: 1.4;
	white-space: nowrap
}
.data-table thead th, .data-table tbody td {
	border-bottom: 1px solid silver
}
.data-table tbody td, .data-table tfoot td {
	font-family: 'Univers LT 45';
}
.data-table tfoot tr {
	background: #F4F4F4
}
.data-table tbody td .item-options {
	margin-left: 20px;
	margin-top: 10px
}
.data-table tbody td .item-options dt:after {
	content: ':'
}
.info-box {
	border: 1px solid silver;
	padding: 12px 15px;
	margin: 0 0 15px
}
.info-box h2 {
	font-weight: bold;
	font-size: 13px
}
.info-table th, .info-table td {
	vertical-align: top
}
.info-table th {
	font-weight: bold;
	padding: 4px 20px 4px 0
}
.info-table td {
	padding: 4px 0
}
.zebra-table tr:first-child, .zebra-table th:first-child {
	border-top: 1px solid silver
}
.zebra-table td, .zebra-table th {
	border-bottom: 1px solid silver;
	padding: 6px;
	background-color: transparent
}
.zebra-table tr {
	background-color: #EEEDED
}
.zebra-table tr:nth-child(odd) {
	background-color: #F8F7F5
}
 @media only screen and (max-width: 479px) {
.linearize-table tr, .linearize-table th, .linearize-table td {
	display: block
}
.linearize-table thead th {
	border-right: 0;
	border-left: 0
}
.linearize-table thead th.lin-hide {
	display: none
}
.linearize-table thead th:nth-child(1n+2) {
	display: none
}
.linearize-table tbody tr {
	position: relative;
	border-bottom: 1px solid #ccc
}
.linearize-table tbody td {
	padding: 0 10px 4px;
	border-right: 0;
	border-bottom: 0
}
.linearize-table tbody td.lin-hide {
	display: none
}
.linearize-table tbody td:first-child {
	padding-top: 10px
}
.linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
	font-weight: bold
}
.linearize-table tbody td[data-rwd-label] {
	text-align: left;
	padding-left: 30px
}
.linearize-table tbody td[data-rwd-label]:before {
	content: attr(data-rwd-label) ":";
	font-size: 12px;
	font-family: 'Univers LT 45';
	padding: 5px 5px 5px 0;
	text-transform: uppercase
}
.linearize-table tfoot tr {
	display: block;
	text-align: right
}
.linearize-table tfoot tr:after {
	content: '';
	display: table;
	clear: both
}
.linearize-table tfoot td {
	display: block;
	float: left
}
.linearize-table tfoot td.lin-hide {
	display: none
}
.linearize-table tfoot td:nth-child(odd) {
	clear: left;
	width: 60%
}
.linearize-table tfoot td:nth-child(even) {
	text-align: left;
	width: 40%
}
.linearize-table .linearize-hide {
	display: none
}
.linearize-table .linearize-unpad {
	padding: 0
}
.linearize-table .linearize-show {
	display: block
}
.form-list.product-options > li:nth-child(8) {
	height: auto !important;
}
.booking-form .fieldset .form-list li .input-box {
	width: 100% !important;
}
.slider-block .right-side h4 {
	font-size: 9px !important;
}
.booking-form .fieldset .form-list li > label {
	width: 100% !important;
}
.booking-form .fieldset .form-list #li_28_text {
	clear: both;
}
.form-list.product-options > li#li_35_text {
	clear: both;
}
.booking-form .buttons-set .button {
	width: unset !important;
}
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
	margin: 0 auto !important;
}
.booking-form .buttons-set button.button {
	margin-right: 0 !important;
}
.page-title h1, .page-title h2, .product-name h1, .product-name .h2 {
	font-size: 16px !important;
}
.footer address {
	text-align: center !important;
}
.footer address .a-right {
	float: unset !important;
	text-align: center !important;
}
}
 @media only screen and (max-width: 599px) {
.linearize-table-large tr, .linearize-table-large th, .linearize-table-large td {
	display: block
}
.linearize-table-large thead th {
	border-right: 0;
	border-left: 0
}
.linearize-table-large thead th.lin-hide {
	display: none
}
.linearize-table-large thead th:nth-child(1n+2) {
	display: none
}
.linearize-table-large tbody tr {
	position: relative;
	border-bottom: 1px solid #ccc
}
.linearize-table-large tbody td {
	padding: 0 10px 4px;
	border-right: 0;
	border-bottom: 0
}
.linearize-table-large tbody td.lin-hide {
	display: none
}
.linearize-table-large tbody td:first-child {
	padding-top: 10px
}
.linearize-table-large tbody td:first-child, .linearize-table-large tbody td:first-child h3 {
	font-weight: bold
}
.linearize-table-large tbody td[data-rwd-label] {
	text-align: left;
	padding-left: 30px
}
.linearize-table-large tbody td[data-rwd-label]:before {
	content: attr(data-rwd-label) ":";
	font-size: 12px;
	font-family: 'Univers LT 45';
	padding: 5px 5px 5px 0;
	text-transform: uppercase
}
.linearize-table-large tfoot tr {
	display: block;
	text-align: right
}
.linearize-table-large tfoot tr:after {
	content: '';
	display: table;
	clear: both
}
.linearize-table-large tfoot td {
	display: block;
	float: left
}
.linearize-table-large tfoot td.lin-hide {
	display: none
}
.linearize-table-large tfoot td:nth-child(odd) {
	clear: left;
	width: 60%
}
.linearize-table-large tfoot td:nth-child(even) {
	text-align: left;
	width: 40%
}
.linearize-table-large .linearize-hide {
	display: none
}
.linearize-table-large .linearize-unpad {
	padding: 0
}
.linearize-table-large .linearize-show {
	display: block
}
.booking-form .formbuilder-form .fieldset .form-list li .input-box ul li label {
	font-size: 11px !important
}
.booking-form .fieldset .form-list #li_28_text {
	clear: both;
}
.form-list.product-options > li#li_35_text {
	clear: both;
}
.footer .footer-col ul a {
	font-size: 12px !important;
}
.contact_footer_block.last .footer-col-content {
	margin-top: 10px;
}
}
 @media only screen and (min-width: 600px) {
.linearize-table .linearize-collapse {
	display: none
}
}
html, body {
	height: 100%
}
.wrapper {
	min-width: 320px;
	min-height: 100%;
	margin: 0 auto;
	background-color: #fff
}
.wrapper:after {
	content: '';
	display: table;
	clear: both
}
.page {
	margin: 0 auto;
	padding: 0 0 0;
	text-align: left;
	max-width: 100%;
	background-color: #fff;
	overflow: hidden
}
 @media (min-width: 768px) {
.container {
	width: 750px
}
}
 @media (min-width: 992px) {
.container {
	width: 970px
}
}
 @media (min-width: 1200px) {
.container {
	width: 1200px
}
}
 @media only screen and (min-width: 992px) {
.page-header {
	max-width: 1230px;
	padding: 20px 0 10px;
}
.page-header-container {
	position: relative;
	padding-bottom: 10px
}
.page-header-container::after {
	content: '';
	display: table;
	clear: both
}
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
	margin: 0 !important;
}
}
.header-row-background {
	padding: 10px 0
}
.header-row-background .header-row {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto
}
.header-row-background:after {
	content: '';
	display: table;
	clear: both
}
.header-row-background .form-language, .header-row-background .currency-switcher {
	float: left;
	margin-right: 10px
}
.header-row-background .welcome-msg {
	float: right;
	margin-bottom: 0;
	display: none
}
.header-row-background, .header-row-background a {
	color: #fff
}
 @media only screen and (min-width: 992px) {
.page-header-container .header-links {
	max-width: 50%;
	float: right;
}
.page-header-container .header-links .links li {
	display: inline-block;
	float: left;
	padding-bottom: 5px
}
.page-header-container .header-links .links li:first-child a {
	padding-left: 0;
	border-left: none
}
.page-header-container .header-links .links li:last-child a {
	border-right: none
}
.page-header-container .header-links .links li a {
	font-size: 14px;
	color: #464646;
	border-right: 1px solid #6b6b6b;
	border-left: 1px solid #c1c1c1;
	padding: 0 18px 0 14px;
	display: block;
	line-height: 13px;
}
.page-header-container .header-links .links li a:hover {
	color: #d8d8d8;
	text-decoration: underline
}
.page-header-container .header-links .links li .top-link-cart {
	display: none
}
.page-header-container .header-switchers {
	margin-right: 100px;
	margin-left: 30px;
	float: right
}
}
 @media only screen and (max-width: 1199px) {
.page-header-container .header-switchers {
	margin-right: 30px !important;
	margin-left: 30px;
	float: right
}
.page-header-container .header-links .links li a {
	padding: 0 7px
}
}
 @media only screen and (min-width: 1200px) {
#header-search {
	width: 265px !important
}
}
 @media only screen and (max-width: 991px) {
.page-header .page-header-container .header-links .links {
	display: none
}
.page-header .page-header-container .skip-links {
	margin-top: 50px
}
.page-header .page-header-container .header-switchers {
	position: absolute;
	top: 0;
	right: 15px;
	margin-right: 0 !important
}
.page-header .page-header-container .header-switchers .header-button ul {
	border: 1px solid #cdcdcd !important;
	top: 50px
}
}
 @media only screen and (max-width: 767px) {
.header-row-background {
	display: block
}
.header-row-background .links {
	display: none
}
}
.header-switchers {
	float: left
}
.header-switchers .header-button {
	float: left;
	position: relative;
	margin-left: 20px
}
.header-switchers .header-button>a {
	display: block
}
.header-switchers .header-button>a:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	padding-left: 8px;
	color: #343434;
	font-size: 20px;
	position: relative;
	top: 2px
}
.header-switchers .header-button.currency-list>a, .header-switchers .header-button.lang-list>a {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	color: #464646
}
.header-switchers .header-button ul {
	display: none;
	text-align: left;
	position: absolute;
	right: 0px;
	top: 47px;
	z-index: 999;
	border: none;
	width: auto;
	width: 220px;
	border: 1px solid #cdcdcd
}
.header-switchers .header-button ul li {
	float: none;
	display: block;
	padding-left: 0px;
	border-bottom: none
}
.header-switchers .header-button ul li:last-child {
	border: 0
}
.header-switchers .header-button ul li a {
	display: block;
	background: #fff;
	font-size: 15px;
	line-height: 17px;
	color: #464646;
	padding: 5px 10px;
	min-height: 18px;
	width: auto
}
.header-switchers .header-button ul li a:hover {
	background-color: #b6b3b3;
	text-decoration: none
}
.header-switchers .header-button>a:hover, .header-switchers .header-button.active>a {
	text-decoration: none
}
.cms-home .header-switchers .header-button ul {
	border: none
}
.logo {
	display: block;
	float: left;
	min-width: 100px;
	min-height: 44px;
	text-align: center;
	padding: 0
}
.logo img {
	max-width: 100%
}
.logo .small {
	display: block
}
.logo .large {
	display: none
}
 @media only screen and (min-width: 768px) {
.logo {
	max-width: 250px
}
.logo .small {
	display: none
}
.logo .large {
	display: block
}
}
 @media only screen and (max-width: 767px) {
.logo {
	max-width: 250px
}
}
.skip-links {
	clear: both;
	overflow: hidden;
	border: 1px solid #EDEDED;
	border-right: none
}
 @media only screen and (min-width: 992px) {
.skip-links {
	float: right
}
}
.skip-links:after {
	content: '';
	display: table;
	clear: both
}
 @media only screen and (min-width: 992px) {
.skip-links {
	border: 0
}
.skip-container {
	position: relative;
	float: right;
	margin-top: 5px;
	clear: right;
}
}
.skip-link {
	position: relative;
	float: left;
	width: 20%;
	height: 44px;
	background: #FFFFFF;
	color: #464646;
	line-height: 42px;
	text-align: center
}
a.skip-link {
	text-decoration: none
}
.skip-link:not(.skip-active):hover {
	opacity: 0.8
}
 @media only screen and (max-width: 991px) {
.skip-link {
	border-right: 1px solid #EDEDED
}
}
 @media only screen and (min-width: 500px) {
.skip-link {
	width: 25%
}
}
 @media only screen and (max-width: 991px) {
.skip-link.skip-active {
	background: #EDEDED;
	color: inherit
}
.skip-link.skip-active span {
	color: inherit
}
}
.skip-link .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle
}
.skip-link.skip-nav .icon, .skip-link.skip-cart:not(.no-count) .icon {
	margin-right: 3px
}
 @media only screen and (min-width: 500px) {
.skip-link .icon {
	margin-right: 3px
}
}
.skip-link .label {
	display: none
}
 @media only screen and (min-width: 500px) {
.skip-link .label {
	display: inline
}
}
.skip-content {
	display: none
}
.skip-content.skip-active {
	display: block;
	background: #EDEDED
}
 @media only screen and (max-width: 991px) {
#header-account li a, .nav-primary a.level0 {
	padding: 0 15px 0 25px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	color: #464646;
	text-transform: uppercase;
	line-height: 30px
}
#header-account li:last-child a, .nav-primary li.level0:last-child a.level0 {
	border-bottom: 0
}
.no-touch #header-account a:hover, .no-touch .nav-primary a:hover {
	background-color: #F4F4F4;
	text-decoration: none
}
}
.account-cart-wrapper {
	position: absolute;
	top: 0px;
	right: 0px
}
 @media only screen and (max-width: 991px) {
.account-cart-wrapper {
	position: static
}
}
.nav-container .grid-full::after {
	content: '';
	display: table;
	clear: both
}
.nav .grid-full>.parent>a>span:after {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f107"
}
.sf-menu-phone li strong:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f105"
}
.sf-menu-phone li strong.opened:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f107"
}
.skip-nav {
	width: 40%
}
.skip-nav:not(.skip-active):hover {
	text-decoration: none
}
.skip-nav .label {
	display: inline
}
.skip-nav .icon {
	width: auto;
	height: auto
}
.skip-nav .icon:before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 24px
}
 @media only screen and (min-width: 500px) {
.skip-nav {
	width: 25%
}
}
 @media only screen and (max-width: 991px) {
#header-nav {
	padding: 0
}
.main-menu {
	position: relative !important
}
.pseudoStickyBlock {
	display: none !important
}
}
 @media only screen and (min-width: 992px) {
#header-nav {
	display: block;
	padding: 0;
}
.main-menu {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	background-color: #fff
}
.cms-home .main-menu {
	position: absolute !important;
	top: 160px !important;
}
.main-menu.isStuck {
	z-index: 9990;
	position: fixed !important;
	top: 0 !important;
}
.header-nav {
	display: block;
	margin-top: 15px
}
.skip-nav {
	display: none
}
}
 /*@media only screen and (max-width: 991px) {
.main-menu.isStuck {
	display: none
}
}*/
.nav-primary a {
	text-decoration: none;
	position: relative;
	display: block;
	color: #464646;
	line-height: 30px;
	font-family: 'Eurostile LT ExtendedTwo';
}
.nav-primary li {
	position: relative
}
.nav-primary li.level1 a {
	border-bottom: 1px solid #ccc
}
.nav-primary .menu-active>ul.level0, .nav-primary li.level0 li.sub-menu-active>ul {
	display: block
}
.nav-primary li.level0>a {
	text-transform: uppercase
}
 @media only screen and (max-width: 991px) {
.nav-primary a.level0, .nav-primary a {
	line-height: 35px
}
.nav-primary li.level0 ul {
	display: none
}
.nav-primary li.level0 li {
	padding: 0 0 0 25px
}
.nav-primary li.level1 a {
	padding: 0 15px 0 25px
}
.nav-primary li.parent>a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #ccc;
	border-right: none;
	top: 50%;
	left: 10px;
	right: auto;
	margin-top: -5px
}
.nav-primary li.parent.sub-menu-active>a:after, .nav-primary li.parent.menu-active>a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #ccc;
	border-bottom: none;
	top: 50%;
	left: 10px;
	right: auto;
	margin-top: -5px
}
.nav-primary li.menu-active>a, .nav-primary li.sub-menu-active>a {
	color: #a3a3a3
}
}
 @media only screen and (min-width: 992px) {
.nav-primary a.level0 {
	padding: 0 25px
}
.nav-primary li.level0, .nav-primary a.level0 {
	display: inline-block
}
.nav-primary li:last-child>a {
	border-bottom: none
}
.nav-primary a:hover, .nav-primary li:hover>a, .nav-primary li.active>a {
	color: #a3a3a3
}
.nav-primary .menu-active {
	z-index: 200
}
.nav-primary li.level0 ul {
	background: #FBFBFB;
	border: solid 1px #ccc;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 10;
	width: 250px;
	padding-left: 10px;
	padding-right: 10px;
	display: none
}
.nav-primary li.level1 ul {
	left: 60px;
	top: 15px
}
.nav-primary li.level0 ul.level0.position-test {
	display: block
}
.nav-primary li.level0 ul.level0.spill {
	right: 0;
	left: auto
}
.nav-primary li.level0 ul.level0.spill li.level1 ul {
	left: auto;
	right: 50px;
	top: 20px
}
.nav-primary li.level0 li.parent>a {
	position: relative
}
.nav-primary li.level0 li.parent>a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #ccc;
	border-right: none;
	right: 5px;
	top: 50%;
	margin-top: -3px
}
}
.nav-primary li.menu-active>ul {
	display: block
}
.skip-search .icon:before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	color: #464646;
	font-size: 26px;
	line-height: 24px
}
 @media only screen and (min-width: 992px) {
.skip-search {
	display: none
}
}
#header-search {
	padding: 20px
}
 @media only screen and (min-width: 992px) {
#header-search {
	display: block;
	width: 230px;
	height: 45px;
	padding: 10px 0 0;
	float: right;
	margin-top: 0;
}
}
#search_mini_form .input-box {
	position: relative;
	padding-top: 0
}
#search_mini_form label {
	display: none
}
#search {
	width: 100%;
	height: 40px;
	padding-right: 40px;
	font-family: 'Univers LT 45';
}
#search_mini_form .search-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: none;
	color: #000;
	font-size: 0;
	line-height: 0;
	padding: 7px
}
#search_mini_form .search-button:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f002";
	color: #464646;
	font-size: 18px;
	line-height: 24px
}
#search_mini_form .search-button:hover:before {
	opacity: 0.8
}
#search_mini_form .search-button:active:before {
	opacity: 0.5
}
.skip-account:not(.skip-active):hover .icon {
	background-position: -46px -44px
}
.skip-account .icon {
	background-position: 4px -44px
}
.skip-account .fa {
	color: #464646;
	font-size: 18px
}
.skip-account .icon-active {
	display: none
}
.skip-account .icon-default {
	display: inline-block
}
.skip-account.skip-active .icon-active {
	display: inline-block
}
.skip-account.skip-active .icon-default {
	display: none
}
 @media only screen and (min-width: 992px) {
.skip-account {
	float: none;
	width: auto;
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	text-transform: uppercase;
	display: none
}
#header-account.skip-active {
	background: #FBFBFB;
	border: solid 1px #ccc;
	display: block;
	position: absolute;
	z-index: 200;
	top: 40px;
	right: 115px;
	width: 200px
}
#header-account a {
	display: block;
	padding: 5px 10px;
	color: #464646;
	line-height: 2;
	text-decoration: none
}
#header-account a:hover {
	color: #a3a3a3
}
}
#header-account {
	padding: 5px 0
}
#header-account a {
	position: relative;
	display: block;
	padding: 5px 10px;
	line-height: 23px;
	text-align: left
}
#header-account a:hover {
	color: #a3a3a3
}
.skip-cart:not(.skip-active):hover .icon {
	background-position: -50px -95px
}
.skip-cart .icon {
	background-position: 0px -95px
}
.skip-cart .text-icon {
	color: #464646;
	font-size: 24px
}
 @media only screen and (min-width: 992px) {
.skip-cart {
	width: auto;
	padding: 10px 10px 0 10px;
}
#header-cart.skip-active {
	border: solid 1px #ccc;
	display: block;
	position: absolute;
	z-index: 200;
	top: 55px;
	right: 0;
	width: 320px;
	background: #f3f0e9;
	border: none;
	padding: 20px
}
}
.skip-cart .count {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	display: inline-block;
	top: -6px;
	position: relative;
	z-index: 5;
	width: 22px;
	height: 22px;
	background: rgba(163,163,163,0.9);
	color: #FFFFFF;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	font-family: 'Univers LT 45';
}
.skip-link.skip-active .count {
	color: white
}
.skip-cart.no-count .count {
	font-weight: normal
}
 @media only screen and (max-width: 499px) {
.skip-cart .count {
/*margin-left: -12px*/

}
.apptrian-subcategories-layout-grid li {
	width: 100%
}
}
 @media only screen and (min-width: 992px) {
.skip-cart {
	color: #CF5050;
	text-transform: uppercase
}
.skip-cart:hover {
	text-decoration: none
}
.skip-cart .count {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	position: static;
	background: none;
	margin-left: 0px;
	font-size: 12px;
	width: auto
}
.skip-cart .count:before {
	content: '('
}
.skip-cart .count:after {
	content: ')'
}
.skip-cart .count, .skip-link.skip-active .count {
	color: #464646
}
}
.skip-cart .count.empty {
	display: none
}
.cart-menu .empty {
	padding: 20px;
	text-align: center
}
.cart-menu .actions {
	overflow: hidden;
	padding: 15px
}
.cart-menu .actions .button {
	float: left;
	width: 48%
}
.cart-menu .actions .button+.button {
	margin-left: 4%
}
.cart-menu .subtotal {
	padding: 0 15px 15px;
	font-family: 'Univers LT 45';
	font-size: 24px;
	line-height: 1.2
}
.mini-cart-list {
	margin-bottom: 5px
}
.mini-cart-list li {
	position: relative;
	min-height: 90px;
	padding: 15px 15px 15px 90px;
	border-top: 1px solid #ccc;
	font-size: 13px;
	line-height: 1.35
}
.mini-cart-list .product-name {
	display: inline-block
}
.mini-cart-list .product-image {
	position: absolute;
	left: 15px;
	top: 15px
}
.mini-cart-list .product-image img {
	width: 60px;
	height: 60px
}
.mini-cart-list .has-options {
	margin-bottom: 0;
	color: #A0A0A0;
	font-size: 12px
}
.cart-menu .last-added {
	padding: 10px 15px 15px;
	border-top: 1px solid #ccc;
	font-size: 13px
}
.footer .footer-col h4, .footer .block-title strong {
	font-family: 'Eurostile LT ExtendedTwo';
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 0 0 20px;
	margin: 0;
	font-weight: 400;
	text-transform: none
}
.footer, .footer button {
	font-family: 'Univers LT 45';
}
.footer {
	clear: both;
	width: 100%;
	padding-top: 10px
}
 @media only screen and (max-width: 479px) {
.footer {
	padding-top: 10px
}
}
.footer .footer-cols-wrapper {
	position: relative;
	margin: 0 -10015px;
	padding: 15px 10000px;
	background: #000;
}
.footer .footer-col {
	float: left
}
.footer .footer-col h4:after {
/*content: ":"*/

}
/*.footer .footer-col.contact_footer_block {

	margin-top: 10px

}*/

.footer .footer-col.contact_footer_block h4 {
	padding-bottom: 13px
}
.footer .footer-col.contact_footer_block p {
	margin-bottom: 7px
}
.footer .block-title {
	border: 0;
	padding: 0;
	margin-bottom: 0
}
.footer .block-title, .footer address {
	color: #333
}
.footer .links, .footer .footer-col ul {
	padding: 0
}
.footer .links li, .footer .footer-col ul li {
	line-height: 1.4;
	padding: 6px 0 5px
}
.footer .links a, .footer .footer-col ul a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase
}
.footer .links a:hover, .footer .footer-col ul a:hover {
	color: #999;
}
.footer .block {
	border: none;
	padding: 0;
	margin: 0
}
.footer .block-subscribe {
	margin-bottom: 30px
}
.footer .form-subscribe-header {
	display: none
}
.footer .contact_footer_block p {
	color: #fff;
	display: table;
}
.footer .contact_footer_block p span {
	width: 20px;
	text-align: left;
	color: #899aa0;
	display: table-cell;
	vertical-align: middle;
}
.footer .contact_footer_block p a {
	color: #fff
}
.footer .contact_footer_block p a:hover {
	color: #999
}
.footer .contact_footer_block .soc-icon {
	margin-top: 30px;
	margin-bottom: 20px
}
.footer .contact_footer_block .soc-icon a span {
	font-size: 24px;
	color: #899aa0;
	margin-right: 10px
}
.footer .contact_footer_block .soc-icon a:hover span {
	color: #c5c5c5
}
.footer #back-top {
	position: fixed;
	bottom: 40px;
	z-index: 99;
	right: 1%;
	display: none;
	width: 41px;
	height: 41px
}
.footer #back-top span {
	display: block;
	text-align: center;
	width: 45px;
	height: 45px;
	background-color: #CF5050;
	color: #fff;
	-webkit-transition: all, 0.2s, ease-in-out;
	-o-transition: all, 0.2s, ease-in-out;
	transition: all, 0.2s, ease-in-out
}
.footer #back-top span::before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f106";
	font-size: 45px;
	line-height: 40px
}
.footer #back-top span:hover {
	background-color: #a52d2d
}
.footer .block-subscribe .input-box {
	float: left;
	width: 100%;
	padding-top: 0;
	margin-bottom: 5px
}
.footer .block-subscribe .input-text {
	width: 100%
}
.footer .block-subscribe .block-content {
	padding-top: 0;
	margin-top: 0
}
.footer .block-subscribe .block-content:after {
	content: '';
	display: table;
	clear: both
}
.footer .block-subscribe .actions {
	float: right;
	margin: 0
}
.footer .block-subscribe .actions .button {
	height: 40px;
	line-height: 17px;
	float: left
}
.footer .bugs, .footer address {
	clear: both
}
.footer .bugs {
	display: none
}
.footer .form-language, .footer .currency-switcher, .footer .store-switcher {
	clear: both;
	margin-bottom: 10px
}
.footer .form-language, .footer .currency-switcher {
	display: none
}
.footer address {
	text-align: center;
	font-size: 11px;
	margin: 0 -10000px;
	padding: 30px 10000px;
	background: #f6f6f6;
	font-size: 14px;
	color: #c9c9c9;
	text-align: left
}
.footer .footer-col ul.workshop-list a {
	text-transform: none;
}
 @media only screen and (max-width: 1199px) {
.footer .footer-col h4, .footer .footer-col .block-title strong {
	font-size: 20px;
	word-break: break-all
}
.footer .footer-col ul a {
	font-size: 12px
}
.footer .block-subscribe {
	clear: both;
	float: none;
	margin: 0 auto 30px auto
}
.main-container, .footer-container {
	overflow: hidden;
}
}
 @media only screen and (max-width: 991px) {
.footer .footer-col h4, .footer .footer-col .block-title strong {
	font-size: 18px;
	word-break: break-all;
	letter-spacing: -0.3px
}
.footer .footer-col ul a {
	font-size: 12px
}
.footer .block-subscribe {
	clear: both;
	float: none;
	margin: 0 auto 30px auto
}
}
 @media only screen and (max-width: 767px) {
.footer .footer-col {
	border-top: none;
	float: none;
	width: 100%;
	margin-bottom: 3px
}
.footer .footer-col #newsletter-validate-detail .block-content {
	padding: 10px 0px!important;
}
.contact_footer_block.last .footer-col-content {
	margin-top: 10px;
}
.footer .block-subscribe .actions {
	margin-top: 2px auto;
}
.footer .footer-col h4, .footer .footer-col .block-title strong {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4;
	display: block;
	width: 100%;
	cursor: pointer
}
.footer .footer-col h4:after, .footer .footer-col .block-title strong:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a3a3a3;
	border-right: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
}
 @media only screen and (max-width: 767px) and (max-width: 767px) {
.footer .footer-col h4:hover, .footer .footer-col .block-title strong:hover {
	background-color: #ececec
}
}
 @media only screen and (max-width: 767px) {
.footer .footer-col h4.active, .footer .footer-col .block-title strong.active {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4
}
.footer .footer-col h4.active:after, .footer .footer-col .block-title strong.active:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
}
 @media only screen and (max-width: 767px) and (max-width: 767px) {
.footer .footer-col h4.active:hover, .footer .footer-col .block-title strong.active:hover {
	background-color: #ececec
}
}
 @media only screen and (max-width: 767px) {
.footer .footer-col-content, .footer .block-content {
	padding: 0px !important;
	margin-top: 0;
	border-width: 0 1px 1px;
	/*border-style: solid;*/

	border-color: #ccc
}
.footer .block-subscribe {
	margin-bottom: 3px
}
.footer .footer-col.contact_footer_block {
	margin-top: 0
}
.footer .footer-col.contact_footer_block .block-content {
	padding-top: 10px
}
}
.category-title h1, body.catalogsearch-result-index .page-title h1 {
	border-bottom: none
}
.category-image {
	margin-bottom: 1.5em
}
.products-list .action .button {
	white-space: normal;
	border-color: #ffff;
	color: #7c7c7c;
	margin-bottom: 10px
}
.products-grid .actions .button {
	white-space: normal;
	border-color: #fff;
	color: #fff;
	margin-bottom: 10px
}
.products-list .action .button:hover, .products-grid .actions .button:hover {
	color: #899aa0;
}
.products-list .action .button i, .products-grid .actions .button i {
	font-size: 18px
}
h2.product-name, h3.product-name, h4.product-name, h5.product-name, p.product-name {
	margin: 0;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
}
h2.product-name a, h3.product-name a, h4.product-name a, h5.product-name a, p.product-name a {
	color: #464646
}
h2.product-name a:hover, h3.product-name a:hover, h4.product-name a:hover, h5.product-name a:hover, p.product-name a:hover {
	color: #d3d3d3;
	text-decoration: none
}
.products-grid .product-name, .products-list .product-name {
	text-transform: none;
	font-size: 11px;
	font-family: 'Eurostile LT ExtendedTwo';
	padding: 10px 0 5px;
	height: 66px;
	margin-bottom:5px;
	overflow:hidden;
}
.category-online-ordering .products-grid .product-name, category-online-ordering .products-list .product-name {
	font-size: 13px;
	height: auto;
	padding: 10px;
}
.products-grid .product-name a, .products-list .product-name a {
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px
}
.products-list .product-name {
	padding: 0
}
.products-list .product-name a {
	color: #464646
}
.products-grid {
	position: relative
}
.products-grid::after {
	content: '';
	display: table;
	clear: both
}
.products-grid>li {
	position: relative;
	margin-bottom: 20px;
	text-align: center
}
.products-grid>li:after {
	content: '';
	display: table;
	clear: both
}
.products-grid>li .wrapper-hover {
	background: transparent;
	overflow: hidden;
	position: relative
}
.products-grid>li .label-product {
	position: absolute;
	top: -34px;
	right: 100px
}
.products-grid>li .label-product span {
	display: block;
	text-align: center;
	padding: 60px 50px 10px;
	background-color: #fff;
	color: #464646;
	width: 170px;
	font-size: 18px;
	text-transform: lowercase;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0
}
.products-grid>li .label-product span.sale {
	background-color: #464646;
	color: #fff
}
/* list css */

.products-list>li .wrapper-hover {
	background: #464646;
	overflow: hidden;
	position: relative
}
.products-list>li .label-product {
	position: absolute;
	top: 5px;
	right: 100px
}
.products-list>li .label-product span {
	display: block;
	font-size: 24px;
	left: 0;
	padding: 19px 50px 10px;
	position: absolute;
	text-align: justify;
	text-transform: lowercase;
	top: 0;
	transform: rotate(45deg);
	width: 184px;
	text-transform: lowercase;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.products-list>li .label-product span.sale {
	background-color: #464646;
	color: #fff
}
 @media only screen and (max-width: 991px) {
.products-grid>li .label-product {
	top: -38px;
	right: 88px
}
.products-grid>li .label-product span {
	font-size: 12px;
	padding-bottom: 5px
}
}
.products-grid .product-image-container {
	position: relative;
	overflow: hidden
}
.products-grid .product-image {
	width: 100%;
	margin-bottom: 15px;
	border: none
}
.products-grid .product-image img {
	margin: 0 auto;
	height: auto;
	width: 100%;
	background: #fff;
}
 .products-grid .product-image img:hidden {
 display:none
}
.products-grid .product-info {
	position: relative;
	overflow: hidden;
	/*padding-bottom: 95px*/

	background-color: #899aa0;
	font-size: 11px;
}
.products-grid .actions {
	padding: 10px 10px 0 10px;
	position: absolute;
	bottom: 0px;
	min-height: 85px;
	width: 100%
}
.products-grid .ratings .rating-box {
	margin: 0 auto
}
.products-grid .ratings .amount {
	display: none
}
.products-grid .price-box {
	color: #A0A0A0;
	font-size: 13px;
	margin: 8px 0 9px;
	padding-right: 10px;
	padding-left: 10px
}
.products-grid .add-to-links {
	margin: 0;
	text-align: center;
	padding-bottom: 8px;
	overflow: hidden
}
 @media only screen and (max-width: 1199px) {
.products-grid .add-to-links {
	padding-bottom: 8px;
	margin-bottom: 0px
}
}
.products-grid .add-to-links li {
	display: inline-block;
	margin: 0 10px;
	position: relative
}
.products-grid .add-to-links li i {
	font-size: 18px;
	color: #a3a3a3;
	text-transform: lowercase
}
.products-grid .add-to-links li span {
	position: absolute;
	width: 200px;
	text-align: center;
	height: 16px;
	bottom: -80px;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	color: #a3a3a3;
	text-transform: lowercase;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
 @media only screen and (max-width: 1199px) {
.products-grid .add-to-links li span {
	width: 150px;
	height: 32px;
	margin-left: -75px
}
}
 @media only screen and (max-width: 991px) {
.products-grid .add-to-links li span {
	width: 105px;
	height: 32px;
	margin-left: -44px
}
.products-grid .add-to-links li a.link-compare span {
	margin-left: -60px
}
}
.products-grid .add-to-links li:hover span {
	opacity: 1;
	bottom: -16px
}
 @media only screen and (max-width: 1199px) {
.products-grid .add-to-links li:hover span {
	bottom: -32px
}
}
.products-grid .product-image {
	margin-bottom: 0;
}
.products-grid .product-image:before, .products-grid .product-image:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none
}
.products-grid .product-image:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2
}
.products-grid .product-image:after {
	background-image: url("../images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3
}
.products-grid .product-image.loading {
	position: relative
}
.products-grid .product-image.loading:before, .products-grid .product-image.loading:after {
	display: block
}
 @media only screen and (max-width: 767px) {
.products-grid .product-image {
	float: left;
	margin: 0 0 0 0;
	overflow: hidden;
	padding: 5px
}
.products-grid .product-image-container {
	float: left;
	position: relative;
	overflow: hidden;/*margin-right: 10px*/
}
.products-grid .product-image {
	width: 100%;
	float: none
}
.products-grid .product-info {
	overflow: hidden;
	text-align: center;
}
.products-grid .ratings .rating-box {
	margin: 0 0 10px
}
.left-side .slider-logo > img {
	margin-top: 30px;
	width: 80%;
}
}
 @media only screen and (max-width: 767px) {
.add-to-links {
	padding-left: 40px
}
}
 @media only screen and (max-width: 599px) {
.products-grid .product-image {
	width: 110px
}
.products-grid .add-to-links {
	margin-left: 0
}
.products-grid .add-to-links li span {
	display: none
}
.products-grid .product-name {
/*padding-right: 40px !important*/

}
}
 @media only screen and (min-width: 960px) {
.products-grid--max-4-col>li:nth-child(odd) {
	clear: none
}
.products-grid--max-4-col>li:nth-child(3n+1) {
	clear: none
}
.products-grid--max-4-col>li:nth-child(even), .products-grid--max-4-col>li:nth-child(3n) {
	margin-right: 0%
}
.products-grid--max-4-col>li {
	margin-right: 2.22222%
}
.products-grid--max-4-col>li {
	width: 24.5555%;
	margin-right: 0%
}
.products-grid--max-4-col>li:nth-child(4n+1) {
	clear: left
}
.products-grid--max-4-col>li:nth-child(4n) {
	margin-right: 0
}
.products-grid--max-5-col>li:nth-child(odd) {
	clear: none
}
.products-grid--max-5-col>li:nth-child(3n+1) {
	clear: none
}
.products-grid--max-5-col>li:nth-child(even), .products-grid--max-5-col>li:nth-child(3n) {
	margin-right: 2.22222%
}
.products-grid--max-5-col>li {
	margin-right: 2.22222%
}
.products-grid--max-5-col>li {
	width: 18.22222%;
	margin-right: 2.22222%
}
.products-grid--max-5-col>li:nth-child(5n+1) {
	clear: left
}
.products-grid--max-5-col>li:nth-child(5n) {
	margin-right: 0
}
.products-grid--max-6-col>li:nth-child(odd) {
	clear: none
}
.products-grid--max-6-col>li:nth-child(3n+1) {
	clear: none
}
.products-grid--max-6-col>li:nth-child(even), .products-grid--max-6-col>li:nth-child(3n) {
	margin-right: 2.22222%
}
.products-grid--max-6-col>li {
	margin-right: 2.22222%
}
.products-grid--max-6-col>li {
	width: 14.81481%;
	margin-right: 2.22222%
}
.products-grid--max-6-col>li:nth-child(6n+1) {
	clear: left
}
.products-grid--max-6-col>li:nth-child(6n) {
	margin-right: 0
}
}
.products-list {
	margin-top: 20px;
	margin-bottom: 20px
}
.products-list>li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EDEDED
}
.products-list>li:after {
	content: '';
	display: table;
	clear: both
}
.products-list>li .product-image, .products-list>li .product-image-container {
	float: left;
	position: relative;
	overflow: hidden
}
.products-list>li .product-image .product-image, .products-list>li .product-image-container .product-image {
	float: none;
	width: 100%
}
.products-list>li .product-image>img, .products-list>li .product-image-container>img {
	width: 100%;
	max-width: 100%
}
.products-list>li:last-child {
	padding-bottom: 0;
	border-bottom: none
}
.products-list .product-shop {
	overflow: hidden;
	padding-left: 20px
}
.products-list .product-shop .ratings {
	margin: 0 0 15px;
	overflow: hidden
}
.products-list .product-shop .ratings .rating-box, .products-list .product-shop .ratings .rating-links {
	float: left;
	margin-right: 7px
}
.products-list .product-shop .ratings .rating-links {
	margin-top: 4px
}
.products-list .product-shop .price-box {
	margin-top: 0;
	clear: both
}
.products-list .product-shop .price-box .price {
	font-size: 18px;
	color: #333
}
.products-list .product-shop .price-box .old-price .price {
	color: #939393
}
.products-list .product-shop .action {
	margin: 7px 0
}
.products-list .product-shop .desc {
	margin-top: 7px
}
.products-list .product-shop .product-primary {
	float: left;
	width: 60%;
	overflow: hidden
}
.products-list .product-shop .product-secondary {
	float: right;
	width: 35%;
	text-align: left;
	clear: right;
	padding: 0 0 350px 20px;
	margin: 0 0 -350px 0px;
	border-left: solid 1px #ccc
}
 @media only screen and (max-width: 991px) {
.products-list .product-shop .product-primary {
	float: none;
	width: auto
}
.products-list .product-shop .product-secondary {
	float: none;
	width: auto;
	padding: 10px 0 0;
	margin: 0;
	border: none
}
}
 @media only screen and (max-width: 599px) {
.products-list .product-shop {
	padding: 15px 0 0;
	clear: both
}
.products-list>li .product-image-container {
	float: none;
	position: relative;
	overflow: hidden
}
.products-list>li .product-image-container .product-image {
	width: auto;
	float: left
}
}
 @media only screen and (min-width: 480px) {
.products-list .product-name a {
	font-size: 18px
}
}
 @media only screen and (max-width: 600px) {
.products-list .product-shop .price-box .special-price {
	padding-left: 0
}
.products-list .product-shop .product-primary, .products-list .product-shop .product-secondary, .products-list .product-shop .desc {
	float: none;
	width: 100%;
	padding-right: 0;
	text-align: left
}
}
.mini-products-list .product-image {
	float: left;
	min-width: 50px
}
.mini-products-list .product-details {
	margin-left: 60px
}
.mini-products-list .product-details .product-name {
	padding-top: 0px;
	text-align: left;
	font-family: 'Univers LT 45';
	text-transform:inherit;
	font-weight:600;
}
.mini-products-list li {
	margin-bottom: 10px;
	clear: both
}
.mini-products-list li:after {
	content: '';
	display: table;
	clear: both
}
.mini-products-images-list:after {
	content: '';
	display: table;
	clear: both
}
.mini-products-images-list li.item {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 5px 10px 0
}
.mini-products-images-list li.item:nth-child(even) {
	padding-right: 0;
	padding-left: 5px
}
.mini-products-images-list li.item .product-image {
	display: block
}
.mini-products-images-list li.item .product-image img {
	width: 100%;
	max-width: 100%
}
.category-image {
	border: 1px solid #ccc;
	padding: 10px
}
.category-image img {
	width: 100%;
	max-width: 100%
}
 .category-image img:hidden {
 display:none
}
.block-layered-nav .block-subtitle--filter {
	display: none;
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4;
	cursor: pointer
}
.block-layered-nav .block-subtitle--filter:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
 @media only screen and (max-width: 767px) {
.block-layered-nav .block-subtitle--filter:hover {
	background-color: #ececec
}
}
.block-layered-nav .block-content .toggle-tabs {
	display: none
}
.block-layered-nav .block-content>dl>dt {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4;
	display: block
}
.block-layered-nav .block-content>dl>dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
 @media only screen and (max-width: 767px) {
.block-layered-nav .block-content>dl>dt:hover {
	background-color: #ececec
}
}
.block-layered-nav .block-content>dl>dd {
	padding: 10px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc
}
.block-layered-nav .block-content>dl>dd:last-child {
	border-width: 0 1px 1px 1px
}
.block-layered-nav dl dd {
	margin-bottom: 10px;
	margin-top: 10px
}
.block-layered-nav dl dd ol>li>span, .block-layered-nav dl dd ol>li>a {
	padding: 5px 5px;
	display: inline-block
}
.block-layered-nav dl dd ol>li>a .count {
	color: #A0A0A0
}
 @media only screen and (min-width: 768px) {
.block-layered-nav .block-content>dl>dt {
	padding-left: 10px
}
.block-layered-nav .block-content>dl>dt:after {
	display: none
}
}
 @media only screen and (max-width: 767px) {
.sidebar .block.block-layered-nav {
	border-bottom: none
}
.block-layered-nav--no-filters .block-title {
	display: none
}
.block-layered-nav .block-content {
	padding-top: 0;
	margin-top: 15px
}
.block-layered-nav .block-content>dl>dt {
	cursor: pointer;
	border-bottom-width: 0
}
.block-layered-nav .block-content>dl>dt:hover {
	color: #a3a3a3
}
.block-layered-nav .block-content>dl>dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a3a3a3;
	border-right: none
}
.block-layered-nav .block-content>dl>dt.last {
	border-bottom-width: 1px
}
.block-layered-nav .block-content>dl>dd {
	display: none
}
.block-layered-nav .block-content.accordion-open>dl>dt.current {
	border-bottom-width: 1px
}
.block-layered-nav .block-content.accordion-open>dl>dt.current:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 6px;
	top: 50%;
	margin-top: -3px
}
.block-layered-nav .block-content.accordion-open>dl>dd.current {
	display: block
}
.block-layered-nav .block-subtitle--filter {
	background-color: #a3a3a3;
	border: 0;
	margin-bottom: 0;
	display: block;
	color: #FFFFFF
}
.block-layered-nav .block-subtitle--filter:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
	border-right: none;
	right: 10px;
	top: 50%;
	margin-top: -5px
}
.block-layered-nav .block-subtitle--filter:hover {
	color: #000
}
.block-layered-nav .block-subtitle--filter.active:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #fff;
	border-bottom: none;
	right: 10px;
	top: 50%;
	margin-top: -3px
}
#narrow-by-list, #narrow-by-list2 {
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0
}
.block-layered-nav dl ol>li>a, .block-layered-nav dl ol>li>span {
	padding: 7px;
	margin: 5px
}
.block-layered-nav dl ol>li>a {
	color: #464646;
	background-color: #F4F4F4;
	padding: 5px 10px
}
.block-layered-nav dl ol>li>a:hover {
	text-decoration: none;
	background: #ececec
}
.ratings {
	padding-left: 10px
}
.products-grid .add-to-links {
	text-align: left;
	margin-bottom: 0
}
.products-grid .actions .button {
	margin-left: 10px
}
}
.block-layered-nav .currently .block-subtitle {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase
}
.block-layered-nav .currently ol {
	padding-left: 10px;
	margin-bottom: 10px
}
.block-layered-nav .currently ol li {
	margin-bottom: 5px
}
.block-layered-nav .currently ol li .label {
	font-weight: bold
}
.block-layered-nav .currently ol li:after {
	content: '';
	display: table;
	clear: both
}
.block-layered-nav .actions {
	text-align: right;
	margin-bottom: 7px
}
.en .products-grid>li .label-product span {
	font-size: 24px
}
 @media only screen and (max-width: 991px) and (min-width: 768px) {
.sidebar .product-name {
	word-break: break-all
}
}
.product-view .product-essential {
	margin-bottom: 25px
}
.product-view .product-essential .extra-info .ratings .rating-box, .product-view .product-essential .extra-info .ratings .amount {
	float: left
}
.product-view .product-essential .extra-info .ratings .rating-box {
	margin-top: 4px;
	margin-right: 10px
}
.product-view .product-essential .extra-info .ratings .rating-links {
	font-size: 13px
}
.product-view .product-essential .extra-info .ratings .rating-links a {
	color: #464646;
	cursor: pointer
}
.product-view .product-essential .extra-info .ratings .rating-links a:hover {
	color: #131313
}
.product-view .product-essential .extra-info .ratings:after {
	content: '';
	display: table;
	clear: both
}
.product-view .product-essential:after {
	content: '';
	display: table;
	clear: both
}
.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1 {
	color: #a3a3a3;
	margin-bottom: 15px;
	border: 0;
	display: block;
	text-align: left;
	font-family: 'Univers LT 45';
	text-transform:inherit;
	font-weight:600;
}
.product-view .product-shop .additional-info {
	position: relative;
	font-size: 13px;
	margin-bottom: 10px
}
.product-view .product-shop .additional-info .product-sku {
	float: left;
	margin-right: 15px
}
.product-view .product-shop .additional-info .product-sku .sku-number {
	color: #333;
	font-weight: bold;
	background: #eee;
	display: inline-block;
	padding: 3px 9px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px
}
.product-view .product-shop .product-name {
	display: none
}
.product-view .product-shop .extra-info {
	clear: left
}
.product-view .product-shop .price-info {
	float: left;
	padding-right: 15px;
	text-align: left
}
.product-view .product-shop .extra-info, .product-view .product-shop .price-info {
	margin-bottom: 10px
}
.product-view .product-shop .short-description {
	margin-bottom: 10px;
	clear: both
}
.product-view .product-shop .ratings {
	margin: 10px 0 10px
}
.product-view .product-shop .availability {
	font-size: 13px;
	float: left;
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
	padding: 3px 0
}
.product-view .product-shop .availability .label {
	padding: 0;
	font-size: 1em;
	text-transform: none;
	font-weight: normal
}
.product-view .product-shop .availability-only {
	padding: 3px 0;
	float: left;
	position: relative
}
.product-view .product-shop .availability-only p {
	margin: 0
}
.product-view .product-shop .availability-only table {
	position: absolute;
	background: #fff;
	z-index: 999;
	width: 250px
}
.product-view .product-shop .availability-only a:after {
	content: '+'
}
.product-view .product-shop .availability-only a:hover {
	text-decoration: none;
	opacity: 0.7
}
.product-view .product-shop .price-box {
	margin-top: 0
}
.product-view .product-shop .price-box .old-price, .product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .regular-price {
	padding-right: 0;
	line-height: 1.2
}
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .full-product-price .price {
	color: #333;
	font-size: 30px
}
.product-view .product-shop .price-box .special-price .price-label {
	font-size: 16px;
	text-transform: uppercase
}
.product-view .product-shop .price-box .special-price span.weee {
	color: #464646
}
.product-view .product-shop .price-box .special-price span.weee span.price {
	font-size: 16px
}
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
	display: block;
	line-height: 1.2;
	color: #464646
}
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
	font-size: 16px;
	font-weight: 300
}
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
	font-size: 20px
}
.product-view .price-box.map-info a {
	display: inherit
}
.product-view .old-price .price-label {
	display: none
}
.product-view .block-related {
	margin: 0 -15px
}
.product-view.normal-image-type .extra-info .nobr {
	margin-bottom: 10px;
	display: inline-block
}
 @media only screen and (min-width: 1199px) {
.product-view.normal-image-type .product-shop .extra-info {
	float: right;
	padding-left: 15px;
	max-width: 70%
}
.product-view.normal-image-type .product-shop .price-info {
	max-width: 70%
}
.review-product-list .product-view.normal-image-type .product-shop .extra-info {
	float: none;
	padding-left: 0
}
}
 @media only screen and (max-width: 850px) {
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
	font-size: 15px
}
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
	font-size: 18px
}
}
 @media only screen and (max-width: 767px) {
.product-view .add-to-cart-wrapper {
	float: none;
	width: 100%;
	clear: both
}
.product-view .product-shop .price-box .price-excluding-tax .label, .product-view .product-shop .price-box .price-including-tax .label {
	font-size: 16px
}
.product-view .product-shop .price-box .price-excluding-tax .price, .product-view .product-shop .price-box .price-including-tax .price {
	font-size: 20px
}
}
 @media only screen and (max-width: 420px) {
.product-view .product-shop .price-box .price-excluding-tax, .product-view .product-shop .price-box .price-including-tax {
	margin-bottom: 5px
}
.product-view .product-shop .price-box .price-excluding-tax span, .product-view .product-shop .price-box .price-including-tax span {
	display: block
}
}
.product-img-box .product-name h1 {
	border: 0
}
.product-img-box .product-image {
	margin-bottom: 0px;
	overflow: hidden;
	display: block;
	padding: 1px
}
.product-img-box .product-image img {
	max-width: 100%;
	margin: 0px auto
}
.product-view.normal-image-type .product-img-box .product-image img {
	max-height: 472px
}
.product-view.large-image-type .product-img-box .product-image img {
	max-height: 675px
}
.zoomWindow {
	background: #fff
}
.product-view.center-image-type .product-image {
	display: inline-block !important;
	margin-bottom: 30px
}
.product-view.center-image-type .product-essential {
	text-align: center
}
.product-view.center-image-type .product-options {
	padding-top: 30px
}
.product-view.center-image-type .product-img-box .product-name {
	display: block
}
.product-view.center-image-type .product-img-box img {
	max-height: 700px
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-loading {
	display: none
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev, .product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
	position: absolute;
	left: 0;
	top: 30%;
	background: none;
	height: 30px;
	overflow: hidden;
	z-index: 999;
	cursor: pointer;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	margin: 0;
	text-indent: 0;
	-webkit-transition: all, 0.2s, ease-in-out;
	-o-transition: all, 0.2s, ease-in-out;
	transition: all, 0.2s, ease-in-out
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev::before, .product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next::before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: none;
	width: 100%
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev:hover, .product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-color: rgba(0,0,0,0.6)
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0px;
	left: auto
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: ""
}
.product-view.center-image-type .product-img-box .bx-wrapper .bx-controls-direction a.bx-next::before {
	content: ""
}
.product-view.center-image-type .product-shop .product-name.secondary {
	display: none
}
.product-view.center-image-type .product-shop .price-info {
	float: none;
	text-align: center
}
.product-view.center-image-type .price-box {
	margin-bottom: 15px
}
.product-view.center-image-type .price-box .old-price, .product-view.center-image-type .price-box .special-price {
	display: inline-block
}
.product-view.center-image-type .additional-info {
	display: inline-block;
	margin: 0 20px 10px;
	clear: both
}
.product-view.center-image-type .extra-info {
	display: inline-block;
	margin: 0 20px 10px;
	vertical-align: top
}
.product-view.center-image-type .extra-info .ratings {
	margin: 0
}
.product-view.center-image-type .gallery-top {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden
}
.product-view.center-image-type .gallery-top img {
	display: block;
	margin: 0 auto
}
.product-view.center-image-type .gallery-thumbs {
	width: 370px
}
.product-view.center-image-type .configurable-swatch-list, .product-view.center-image-type .product-options-bottom, .product-view.center-image-type .addthis_toolbox {
	display: inline-block;
	margin-bottom: 0
}
 @media only screen and (min-width: 992px) {
.product-view.center-image-type .product-options {
	border: none;
	margin-top: 0;
	padding-top: 4px;
	position: relative
}
.product-view.center-image-type .product-options p.required {
	position: relative;
	display: inline-block;
	padding-left: 20px
}
.product-view.center-image-type .product-options dl {
	display: inline-block
}
.product-view.center-image-type .product-options dt {
	padding: 8px 0 0 0;
	margin-top: 0;
	position: relative
}
.product-view.center-image-type .product-options .swatch-attr {
	display: inline-table;
	vertical-align: text-top;
	margin-bottom: 0;
	padding-bottom: 0
}
.product-view.center-image-type .product-options .swatch-attr label {
	padding-right: 10px
}
.product-view.center-image-type .product-options .swatch-attr .select-label {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	text-align: left
}
.product-view.center-image-type .product-options-bottom {
	display: inline-block
}
.product-view.center-image-type .add-to-cart, .product-view.center-image-type .add-to-links, .product-view.center-image-type .sharing-links {
	clear: none;
	display: inline-table;
	vertical-align: top;
	margin: 0 15px 15px
}
.product-view.center-image-type .add-to-links {
	margin-top: 5px
}
}
 @media only screen and (max-width: 991px) {
.product-view.center-image-type .product-img-box img {
	max-height: 400px
}
}
 @media only screen and (max-width: 599px) {
.product-view.center-image-type .product-img-box img {
	max-width: 380px
}
}
 @media only screen and (max-width: 479px) {
.product-view.center-image-type .product-img-box img {
	max-height: 270px;
	max-width: 270px
}
.product-view.center-image-type .gallery-thumbs {
	width: 270px
}
}
 @media only screen and (max-width: 479px) {
.product-img-box .product-image img {
	max-height: 450px
}
}
.product-view .product-image-gallery {
	position: relative
}
.product-view .product-image-gallery .gallery-image {
	display: none
}
.product-view .product-image-gallery .gallery-image.visible {
	display: block
}
.product-view .product-image-gallery .gallery-image.visible.hidden {
	visibility: hidden
}
.product-view .product-image-gallery:before, .product-view .product-image-gallery:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none
}
.product-view .product-image-gallery:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2
}
.product-view .product-image-gallery:after {
	background-image: url("../images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3
}
.product-view .product-image-gallery.loading {
	position: relative
}
.product-view .product-image-gallery.loading:before, .product-view .product-image-gallery.loading:after {
	display: block
}
.more-views {
	float: left;
	margin-right: 15px;
	width: 82px
}
.more-views .bx-wrapper .bx-loading {
	display: none
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev, .more-views .bx-wrapper .bx-controls-direction a.bx-next {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0px;
	background: none;
	height: 20px;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	margin: 0;
	text-indent: 0;
	-webkit-transition: all, 0.2s, ease-in-out;
	-o-transition: all, 0.2s, ease-in-out;
	transition: all, 0.2s, ease-in-out
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev::before, .more-views .bx-wrapper .bx-controls-direction a.bx-next::before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: none;
	width: 100%
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev:hover, .more-views .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-color: rgba(0,0,0,0.6)
}
.more-views .bx-wrapper .bx-controls-direction a.bx-next {
	bottom: 0px;
	top: auto
}
.more-views .bx-wrapper .bx-controls-direction a.bx-prev::before {
	content: ""
}
.more-views .bx-wrapper .bx-controls-direction a.bx-next::before {
	content: ""
}
.product-image-thumbs li {
	display: block;
	position: relative;
	z-index: 2
}
.product-image-thumbs a {
	display: block;
	position: relative
}
.product-image-thumbs a:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #eaeaea;
	z-index: 90
}
.product-image-thumbs a img {
	position: relative;
	z-index: 1;
	max-width: 100%
}
.product-view.center-image-type .swiper-slide-active a:after, .product-image-thumbs li a.active:after, .no-touch .product-image-thumbs li a:hover:after {
	border-color: #000;
	border-width: 2px
}
.product-monthly-promotions .product-view .product-image-gallery .gallery-image, .product-warehouse-clearance .product-view .product-image-gallery .gallery-image {
	display: block
}
 @media only screen and (max-width: 1199px) {
.more-views {
	height: 358px
}
}
 @media only screen and (max-width: 991px) {
.more-views {
	height: 255px
}
.more-views, .more-views .product-image-thumbs a img {
	width: 72px
}
}
 @media only screen and (max-width: 767px) {
.more-views {
	height: 258px
}
/*.product-image {

	max-width: 372px

}*/

.product-view.normal-image-type .product-img-box .product-image img {
	max-height: 372px
}
}
 @media only screen and (max-width: 479px) {
.more-views {
	height: 212px
}
.more-views, .more-views .product-image-thumbs a img {
	max-width: 63px
}
}
.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral {
	margin-bottom: 30px
}
.product-view .add-to-box:after, .product-view .add-to-cart:after {
	content: '';
	display: table;
	clear: both
}
.product-view .add-to-cart {
	margin-bottom: 15px
}
.product-view .add-to-cart .qty-wrapper, .product-view .product-options-bottom .price-box, .product-view .add-to-cart-buttons {
	min-height: 35px
}
.product-view .product-options-bottom .price-box, .product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart-buttons .button, .product-view .add-to-cart-buttons .paypal-logo {
	margin-bottom: 10px
}
.product-view .add-to-cart .qty-wrapper, .product-view .add-to-cart .qty-wrapper label {
	margin-right: 7px;
	float: left
}
.product-view .add-to-cart .qty-wrapper label {
	line-height: 35px
}
.product-view .add-to-cart .qty-wrapper .qty {
	float: left;
	height: 35px
}
.product-view .add-to-cart-buttons {
	float: left;
	margin-right: 10px;
	max-width: 100%
}
.product-view .add-to-cart-buttons .paypal-logo {
	clear: left;
	text-align: center
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
	margin: 0 auto;
	display: block;
	width: 170px
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
	display: block;
	width: 174px;
	margin: 0 auto
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
	text-align: center
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1;
	text-align: center
}
.product-view .add-to-cart-buttons .button {
	min-height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 0px 30px;
	float: left;
	min-width: 160px;
	width: 100%;
	white-space: normal
}
.product-view .alert-price, .product-view .alert-stock {
	clear: both
}
.video {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%
}
.video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0
}
 @media only screen and (max-width: 479px) {
.product-view .add-to-cart-buttons .paypal-or {
	line-height: 20px
}
.product-view .add-to-cart-buttons .paypal-logo, .product-view .add-to-cart-buttons .paypal-or, .product-view .add-to-cart-buttons .paypal-button, .product-view .add-to-cart-buttons .button {
	text-align: center;
	width: 100%;
	display: block;
	margin-right: 0;
	margin-left: 0;
	float: none
}
}
.add-to-box .or {
	display: none
}
.product-view .add-to-links {
	clear: both;
	margin: 0 0 15px 0
}
.product-view .add-to-links:after {
	content: '';
	display: table;
	clear: both
}
.product-view .add-to-links li {
	float: left
}
.product-view .add-to-links a {
	padding: 2px 7px 2px 0px;
	margin-left: 7px;
	border-right: 1px solid #ccc
}
.product-view .add-to-links li:first-child a {
	margin-left: 0px
}
.product-view .add-to-links li:last-child a {
	border-right: 0px
}
.product-view .sharing-links:after {
	content: '';
	display: table;
	clear: both
}
.product-view .sharing-links li {
	float: left;
	padding: 0px 7px 7px
}
.product-view .sharing-links a {
	text-indent: -9999px;
	display: block;
	width: 26px;
	height: 26px
}
.product-view .sharing-links a:hover {
	opacity: 0.8
}
.product-view .sharing-links a.link-wishlist {
	background-position: 0px -225px
}
.product-view .sharing-links a.link-compare {
	background-position: 0px -250px
}
.product-view .sharing-links a.link-email-friend {
	background-position: 0px -322px
}
.product-view .sharing-links a.link-facebook {
	background-position: 0px -425px
}
.product-view .sharing-links a.link-twitter {
	background-position: 0px -372px
}
 @media only screen and (max-width: 599px) {
.add-to-box .add-to-links a {
	float: none;
	width: auto;
	text-indent: 0
}
}
.product-collateral {
	clear: both
}
.collateral-tabs dd h2 {
	display: none
}
.box-collateral {
	clear: both
}
 @media only screen and (min-width: 768px) {
.product-collateral {
	overflow: hidden;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #ccc
}
.product-collateral .toggle-tabs {
	display: block;
	float: left;
	position: relative;
	width: 23%;
	z-index: 9;
	margin-right: -1px;
	border-right: solid 1px #ccc
}
.product-collateral .toggle-tabs li {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	cursor: pointer;
	margin-right: -1px
}
.product-collateral .toggle-tabs li>span {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: inline-block;
	padding: 12px 30px;
	line-height: 40px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	line-height: normal;
	position: relative;
	bottom: -1px;
	font-weight: bold
}
.product-collateral .toggle-tabs li:first-child {
	border-top: none
}
.product-collateral .toggle-tabs li:last-child {
	margin-bottom: 25px
}
.product-collateral .toggle-tabs li.current:last-child {
	border-bottom: 1px solid #ccc
}
.product-collateral .toggle-tabs li.current {
	border-left: 2px solid #333;
	border-right-color: #ffffff
}
.product-collateral .toggle-tabs li.current>span {
	z-index: 5
}
.product-collateral .toggle-tabs li.current span, .product-collateral .toggle-tabs li:hover span {
	color: #a3a3a3
}
.product-collateral .toggle-tabs:after {
	content: '';
	display: table;
	clear: both
}
.product-collateral>dl {
	overflow: hidden;
	border-left: solid 1px #ccc;
	margin: 0
}
.product-collateral>dl>dt {
	display: none
}
.product-collateral>dl>dd {
	width: 100%;
	display: none;
	padding: 25px;
	border-top: 0
}
.product-collateral>dl>dd.current {
	display: block
}
}
 @media only screen and (max-width: 767px) {
.product-collateral .toggle-tabs {
	display: none
}
.product-collateral>dl>dt {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4;
	display: block
}
.product-collateral>dl>dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
}
 @media only screen and (max-width: 767px) and (max-width: 767px) {
.product-collateral>dl>dt:hover {
	background-color: #ececec
}
}
 @media only screen and (max-width: 767px) {
.product-collateral>dl>dd {
	padding: 10px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc
}
.product-collateral>dl>dd:last-child {
	border-width: 0 1px 1px 1px
}
.product-collateral>dl>dt {
	cursor: pointer;
	border-bottom-width: 0
}
.product-collateral>dl>dt:hover {
	color: #a3a3a3
}
.product-collateral>dl>dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #a3a3a3;
	border-right: none
}
.product-collateral>dl>dt.last {
	border-bottom-width: 1px
}
.product-collateral>dl>dd {
	display: none
}
.product-collateral.accordion-open>dl>dt.current {
	border-bottom-width: 1px
}
.product-collateral.accordion-open>dl>dt.current:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 6px;
	top: 50%;
	margin-top: -3px
}
.product-collateral.accordion-open>dl>dd.current {
	display: block
}
}
 @media only screen and (max-width: 767px) {
.product-view .product-shop, .product-view .add-to-cart-wrapper, .product-view .block-related, .product-img-box, .product-collateral {
	width: 100%;
	float: none
}
}
 @media only screen and (min-width: 768px) {
.product-view .product-shop .product-name {
	display: block
}
.product-img-box .product-name {
	display: none
}
}
 @media only screen and (max-width: 479px) {
.product-view .product-shop, .product-img-box, .product-collateral, .product-view .block-related, .box-collateral {
	margin-bottom: 15px
}
}
.product-view .ratings .rating-links {
	float: left;
	margin-top: 0
}
#product-attribute-specs-table {
	max-width: 50em;
	border: 1px solid silver
}
#product-attribute-specs-table th {
	border-right: 1px solid silver;
	border-bottom: 1px solid silver
}
#product-attribute-specs-table .label {
	display: table-cell;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}
.grouped-items-table-wrapper {
	border: solid 1px silver;
	width: 100%;
	padding: 10px;
	margin-bottom: 15px
}
.grouped-items-table-wrapper tbody tr:last-child td {
	border-bottom: none
}
 @media only screen and (max-width: 479px) {
.grouped-items-table-wrapper {
	margin-bottom: 15px
}
}
.grouped-items-table .name-wrapper {
	color: #333;
	font-family: 'Univers LT 45';
}
.grouped-items-table .qty-wrapper {
	padding-top: 7px
}
.grouped-items-table .qty-label {
	margin-left: 7px
}
.grouped-items-table td {
	padding: 4px
}
.grouped-items-table td:last-child {
	width: 30%;
	text-align: left
}
.grouped-items-table .price-box {
	text-align: right
}
.product-options {
	width: 100%;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
	clear: both;
	position: relative
}
.form-list.product-options {
	margin: 0
}
.product-options p.required {
	position: absolute;
	top: 6px;
	right: 15px;
	text-align: right
}
 @media only screen and (max-width: 991px) {
.product-view .product-options label.required {
	position: static
}
}
.product-options dt {
	margin: 10px 0 8px;
	font-weight: normal
}
.product-options dt:first-child {
	margin-top: 0
}
.product-options dd .qty-holder {
	display: block;
	padding: 10px 0 0 0
}
.product-options dd .qty-holder .qty {
	width: 3em
}
.product-options dd .qty-holder label {
	vertical-align: middle
}
.product-options dd .qty-disabled {
	background: none;
	border: 0;
	padding: 0 2px
}
.product-options dd {
	padding: 0 0 10px 0;
	margin: 0 0 5px;
	border-bottom: 1px solid #EDEDED
}
.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.product-options dd .input-text {
	width: 98%
}
.product-options dd .input-box {
	padding-top: 0
}
.product-options dd input.datetime-picker {
	width: 150px
}
.product-options dd .time-picker {
	display: inline-block;
	vertical-align: middle;
 *vertical-align:auto;
 *zoom:1;
 *display:inline;
	padding: 2px 0;
	vertical-align: middle
}
.product-options dd textarea {
	width: 98%;
	height: 8em
}
.product-options dd select {
	width: 330px;
	max-width: 100%
}
.product-options ul.options-list {
	margin-right: 5px
}
.product-options ul.options-list li {
	line-height: 1.5;
	margin-bottom: 7px
}
.product-options ul.options-list li:last-child {
	margin-bottom: 0
}
.product-options ul.options-list .radio, .product-options ul.options-list .checkbox {
	float: left;
	margin-top: 5px
}
.product-options ul.options-list .label {
	display: block
}
.product-options ul.options-list label {
	font-weight: normal
}
.product-options p.note {
	margin: 0;
	font-size: 11px
}
.product-options-bottom {
	padding: 0;
	border-top: 0;
	margin-bottom: 10px
}
.product-options-bottom:after {
	content: '';
	display: table;
	clear: both
}
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
	float: right;
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0;
	color: #464646
}
 @media only screen and (max-width: 1199px) {
.product-options-bottom .product-pricing, .product-options-bottom .tier-prices {
	float: none;
	width: 100%;
	text-align: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}
}
.product-options-bottom .tier-prices li {
	background: 0;
	padding: 2px 0
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
	color: #464646
}
.product-options-bottom .price-box {
	display: none;
	float: right;
	margin: 0 0 10px;
	padding: 0
}
 @media only screen and (max-width: 479px) {
.product-options-bottom .price-box .price-as-configured {
	text-align: right
}
.product-options-bottom .price-box .price-as-configured .price-label {
	display: block
}
}
.product-options-bottom .price-tax {
	float: left
}
.block-related li {
	margin-bottom: 7px
}
.block-related .block-title {
	border-bottom: none
}
.block-related .block-title h2 {
	margin: 0;
	margin-bottom: 1.5em;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
	text-transform: uppercase;
	margin-bottom: 0
}
.block-related .block-subtitle {
	margin-bottom: 7px
}
.block-related .product {
	margin-left: 20px;
	position: relative
}
.block-related .checkbox {
	float: left;
	margin-top: 36px
}
.block-related .product-details {
	margin-left: 90px
}
.block-related .product-name {
	margin-bottom: 3px
}
.block-related .product-details .price-box {
	margin: 2px 0 3px
}
.block-related .product-details .price-box a, .block-related .product-details .price-box p, .block-related .product-details .price-box span {
	float: left;
	margin-left: 3px
}
.block-related .product-details .price-box a:first-child, .block-related .product-details .price-box p:first-child, .block-related .product-details .price-box span:first-child {
	margin-left: 0;
	font-size: 16px;
	padding-right: 5px;
	padding-left: 5px
}
.block-related .product-details .price-box:after {
	content: '';
	display: table;
	clear: both
}
.block-related .link-wishlist {
	display: none
}
#block-related h2, #upsell-product h2 {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	margin-bottom: 15px
}
.box-up-sell {
	margin-top: 20px
}
.box-up-sell .ratings {
	display: none
}
.related-carousel, .up-sell-carousel {
	margin: 0 -15px 15px -15px;
	width: auto
}
.related-carousel .owl-controls .owl-buttons div, .up-sell-carousel .owl-controls .owl-buttons div {
	background: none;
	opacity: 1
}
.related-carousel .owl-controls .owl-buttons div.button-prev, .related-carousel .owl-controls .owl-buttons div.button-next, .up-sell-carousel .owl-controls .owl-buttons div.button-prev, .up-sell-carousel .owl-controls .owl-buttons div.button-next {
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background: #899aa0;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
}
.related-carousel .owl-controls .owl-buttons div.button-prev:hover, .related-carousel .owl-controls .owl-buttons div.button-next:hover, .up-sell-carousel .owl-controls .owl-buttons div.button-prev:hover, .up-sell-carousel .owl-controls .owl-buttons div.button-next:hover {
	opacity: 0.7
}
.related-carousel .owl-controls .owl-buttons div.button-prev:before, .related-carousel .owl-controls .owl-buttons div.button-next:before, .up-sell-carousel .owl-controls .owl-buttons div.button-prev:before, .up-sell-carousel .owl-controls .owl-buttons div.button-next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 24px;
	color: #fff;
	background: none
}
.related-carousel .owl-controls .owl-buttons div.button-next, .up-sell-carousel .owl-controls .owl-buttons div.button-next {
	right: 0;
	left: auto
}
.related-carousel .owl-controls .owl-buttons div.button-prev, .up-sell-carousel .owl-controls .owl-buttons div.button-prev {
	left: -20px
}
.related-carousel .owl-controls .owl-buttons div.button-prev:before, .up-sell-carousel .owl-controls .owl-buttons div.button-prev:before {
	content: ""
}
.related-carousel .owl-controls .owl-buttons div.button-next:before, .up-sell-carousel .owl-controls .owl-buttons div.button-next:before {
	content: ""
}
 @media only screen and (max-width: 991px) {
.related-carousel .owl-controls .owl-buttons div.button-prev, .up-sell-carousel .owl-controls .owl-buttons div.button-prev {
	left: 7px
}
.related-carousel .owl-controls .owl-buttons div.button-next, .up-sell-carousel .owl-controls .owl-buttons div.button-next {
	right: 7px
}
}
.related-carousel li, .up-sell-carousel li {
	border: solid 1px #EDEDED;
	padding: 15px;
	margin-bottom: 10px;
	height: auto
}
.related-carousel li:hover, .up-sell-carousel li:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.075) inset
}
.related-carousel li .product-image, .up-sell-carousel li .product-image {
	margin-bottom: 10px
}
.related-carousel li .product-image, .related-carousel li img, .up-sell-carousel li .product-image, .up-sell-carousel li img {
	max-width: 100%
}
.related-carousel .product-image, .up-sell-carousel .product-image {
	border: none;
	box-shadow: none
}
.related-carousel .product-image:hover, .up-sell-carousel .product-image:hover {
	box-shadow: none
}
#block-related, #upsell-product {
	padding: 20px 0
}
#block-related .product, #upsell-product .product {
	background: #899aa0;
	text-align: center;
	padding: 0 0 5px;
}
.up-sell-carousel .no-rating {
    display: none;
}
#block-related .product .product-name a, #upsell-product .product .product-name a {
	color: #fff;
    font-size: 11px;
    height: 45px;
    overflow: hidden;
    padding: 0 10px;
	display:inline-block;
}
#block-related .product .product-name a:hover, #upsell-product .product .product-name a:hover {
	color: #ccc
}
#block-related .product .ratings, #upsell-product .product .ratings {
	padding: 0;
	margin: 7px auto
}
#block-related .product .ratings .rating-box, #upsell-product .product .ratings .rating-box {
	margin: 0 auto
}
#block-related .product .ratings .rating-links, #upsell-product .product .ratings .rating-links {
	float: none
}
.related-carousel.owl-theme .owl-controls {
	margin-top: 0;
	position: absolute;
	right: 10px;
	top: -50px;
}
.up-sell-carousel.owl-theme .owl-controls {
	margin-top: 0;
	position: absolute;
	right: 10px;
	top: -50px;
}
.cart-msrp-totals {
	color: red;
	font-size: 12px !important;
	font-weight: bold;
	margin: 10px 10px 0;
	padding: 10px;
	text-align: right;
	text-transform: uppercase
}
.map-cart-sidebar-total {
	color: red;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px
}
.map-popup {
	background: #FFFFFF;
	border: 5px solid #ccc;
	margin: 12px 0 0;
	position: absolute;
	text-align: left;
	width: 450px;
	z-index: 100
}
.about-page .col-sm-8 {
	padding-left: 30px;
}
.team .col-sm-3 {
	padding-right: 0px;
}
 @media only screen and (min-width: 768px) {
.map-popup.map-popup-right {
	left: 10px !important
}
.map-popup.map-popup-left {
	left: auto !important;
	right: 10px !important
}
}
 @media only screen and (max-width: 767px) {
.map-popup {
	width: 100%;
	left: 0px !important
}
}
.map-popup .map-popup-heading {
	padding: 8px 10px;
	margin-right: 40px;
	width: auto
}
.map-popup .map-popup-heading h3 {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: break-word;
	text-align: left;
	text-overflow: ellipsis
}
 @media only screen and (max-width: 479px) {
.map-popup .map-popup-heading h3 {
	text-align: center
}
}
.map-popup .map-popup-close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	width: 36px;
	font-size: 20px;
	line-height: 32px;
	text-align: center
}
.map-popup .map-popup-content {
	border-top: 1px solid #EDEDED;
	padding: 10px;
	margin: 0 10px;
	overflow: hidden;
	text-align: left
}
 @media only screen and (max-width: 479px) {
.map-popup .map-popup-content {
	text-align: center
}
}
.map-popup .map-popup-checkout {
	padding: 10px 0
}
.map-popup .map-popup-checkout form:after {
	content: '';
	display: table;
	clear: both
}
.map-popup .map-popup-checkout span {
	display: block
}
.map-popup .map-popup-checkout .button {
	float: left;
	margin: 0 2px;
	clear: left
}
.map-popup .map-popup-checkout .additional-addtocart-box {
	float: left;
	min-width: 210px
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
	list-style-type: none
}
.map-popup .map-popup-checkout .paypal-logo {
	width: auto
}
.map-popup .map-popup-checkout .paypal-logo a {
	display: inline-block;
	float: left;
	clear: left
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
	float: left;
	text-align: center;
	padding: 5px 15px;
	clear: left
}
.map-popup .map-popup-checkout .paypal-logo:after {
	content: '';
	display: table;
	clear: both
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
	clear: left
}
 @media only screen and (max-width: 479px) {
.map-popup .map-popup-checkout {
	text-align: center
}
.map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .additional-addtocart-box, .map-popup .map-popup-checkout .paypal-logo a, .map-popup .map-popup-checkout .paypal-logo .paypal-or {
	float: none
}
.map-popup .map-popup-checkout .additional-addtocart-box {
	min-width: 0px
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
	margin: 0px;
	margin-bottom: 10px
}
}
.map-popup .map-popup-checkout:after {
	content: '';
	display: table;
	clear: both
}
.map-popup .map-popup-price {
	padding: 10px 0
}
 @media only screen and (max-width: 479px) {
.map-popup .map-popup-price {
	text-align: center;
	padding-top: 0px
}
}
.map-popup .map-popup-price .price-box, .map-popup .map-popup-price .price-box .special-price {
	display: inline-block;
	margin: 0;
	padding: 0
}
.map-popup .map-popup-price .price-box .minimal-price-link {
	display: inline-block
}
.map-popup .map-popup-text {
	padding: 10px 0;
	margin: 0 10px;
	word-wrap: break-word
}
.map-popup .map-popup-text, .map-popup .map-popup-only-text {
	border-top: 1px solid #EDEDED
}
.price-box .map-link {
	display: block;
	text-align: center
}
.block-compare .product-name:after {
	content: '';
	display: table;
	clear: both
}
.compare-table .product-image {
	display: inline-block
}
.compare-table .product-shop-row.top td {
	padding-bottom: 0;
	border-bottom: 0
}
.compare-table .product-shop-row.bottom td {
	padding-top: 0
}
.cart .button {
	white-space: normal
}
.cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
	padding: 10px;
	background-color: #F4F4F4;
	border: 1px solid #ccc
}
.cart-table, .cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
	margin-bottom: 20px
}
.checkout-cart-index #postcode {
	width: 100%
}
.display-both-prices .cart-table {
	float: none;
	width: 100%
}
.display-both-prices .cart-forms {
	float: left;
	padding-right: 10px;
	padding-left: 0
}
.display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
	padding-left: 10px
}
.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper {
	width: 50%;
	float: left
}
 @media only screen and (max-width: 991px) {
.display-single-price .cart-table {
	float: none;
	width: 100%
}
.display-single-price .cart-forms {
	float: left;
	padding-right: 10px;
	padding-left: 0
}
.display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
	padding-left: 10px
}
.display-single-price .cart-forms, .display-single-price .cart-totals-wrapper {
	width: 50%;
	float: left
}
}
 @media only screen and (max-width: 599px) {
.product-cart-sku {
	display: none
}
.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell, .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	float: none;
	width: 100%
}
}
.display-single-price:after {
	content: '';
	display: table;
	clear: both
}
.cart .page-title {
	margin-bottom: 15px;
	border-bottom: 1px solid #EDEDED
}
.cart .page-title:after {
	content: '';
	display: table;
	clear: both
}
.cart .page-title h1 {
	float: left;
	border-bottom: none;
	margin-bottom: 6px;
	margin-right: 10px
}
.checkout-types {
	float: right;
	text-align: right;
	max-width: 100%
}
.checkout-types li {
	vertical-align: top;
	margin: 0 0 5px 5px
}
.checkout-types li:after {
	content: '';
	display: table;
	clear: both
}
.checkout-types li img {
	display: inline;
	vertical-align: top
}
.checkout-types li:first-child {
	margin-left: 0
}
.checkout-types .method-checkout-cart-methods-multishipping {
	display: block
}
.checkout-types.top li {
	display: inline-block
}
.checkout-types.top .bml_button {

	display: inline-block;
	vertical-align: top
}
.checkout-types.top .bml_button img {
	display: block
}
.checkout-types.top .paypal-logo .paypal-or {
	margin-top: 5px
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
	display: block
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
	margin: 0px;
	display: block;
	text-align: center
}
 @media only screen and (min-width: 741px) {
.checkout-types.bottom .paypal-or {
	text-align: right;
	padding-right: 70px
}
}
.cart-totals .checkout-types .btn-checkout {
	margin-bottom: 7px
}
 @media only screen and (max-width: 740px) {
.checkout-types {
	float: none;
	text-align: center
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
	width: auto;
	float: none
}
.checkout-types li {
	float: none;
	width: 100%;
	margin-left: 0
}
}
 @media only screen and (max-width: 599px) {
.btn-checkout {
	width: 100%
}
}
.cart-table {
	font-family: 'Univers LT 45';
}
.cart-table th, .cart-table td, .cart-table tbody td {
	border-bottom: none;
	vertical-align: top
}
.cart-table h2 {
	color: #464646;
	font-size: 11px;
	font-weight: 600;
	margin-bottom: 0
}
.cart-table thead th, .cart-table tbody td {
	background-color: transparent;
	padding: 10px 5px;
	font-family: 'Univers LT 45';
	vertical-align: middle;
}
.cart-table .product-cart-info, .cart-table .product-cart-actions {
	padding-left: 15px
}
.cart-table tr {
	border-bottom: 1px solid silver
}
.cart-table tfoot tr {
	background: none
}
.cart-table tfoot tr>td:after {
	content: '';
	display: table;
	clear: both
}
.cart-table span.or {
	font-size: 9px;
	padding: 0 5px;
	text-transform: uppercase;
	font-family: 'Univers LT 45';
}
.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove, .cart-table .product-cart-actions .button {
	display: none
}
.cart-table .product-cart-image {
	padding-left: 0;
	padding-right: 0
}
.cart-table .product-cart-image .product-image img {
	max-width: 100%;
	width: 100%
}
.cart-table .product-cart-image a.cart-edit {
	display: none
}
.cart-table .product-cart-sku {
	font-family: 'Univers LT 45';
	font-style: italic;
	font-size: 12px;
	margin: 5px 0 12px
}
.cart-table .product-cart-sku .label {
	font-weight: 600
}
.cart-table .btn-empty {
	float: left
}
.cart-table .product-cart-total, .cart-table .product-cart-price {
	text-align: center
}
.cart-table .cart-tax-total {
	position: relative;
	cursor: pointer
}
.cart-table .cart-tax-total:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #333;
	border-left: none;
	position: absolute;
	top: 3px;
	right: -11px
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #333;
	border-bottom: none;
	right: -15px;
	top: 6px
}
.cart-table .cart-links>li {
	white-space: nowrap;
	line-height: 1.3;
	margin-bottom: 5px;
	min-width: 65px;
	font-size: 13px
}
.cart-table .cart-links>li>a {
	display: block
}
.cart-table .cart-links>li:last-child {
	margin-bottom: 0
}
.cart-table .product-cart-actions {
	min-width: 60px;
	text-align: center
}
.cart-table .product-cart-actions .qty {
	height: 30px;
	border-color: #ebebeb;
	border-radius: 0;
	margin-bottom: 10px;
	text-align: center;
	width: 3.2em
}
.cart-table .product-cart-actions .button {
	margin-bottom: 5px
}
.cart-table .item-options {
	padding-left: 15px
}
 @media only screen and (max-width: 767px) {
.cart-table th {
	font-size: 12px
}
.cart-table th, .cart-table td {
	padding: 7px 6px
}
.cart-table .product-cart-actions>li {
	white-space: inherit
}
}
 @media only screen and (max-width: 699px) {
.display-both-prices .cart-table thead th.cart-total-head, .display-both-prices .cart-table td.product-cart-total {
	display: none
}
}
 @media only screen and (max-width: 599px) {
.cart-table colgroup, .cart-table thead {
	display: none
}
.cart-table tr {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%
}
.cart-table tr:after {
	content: '';
	display: table;
	clear: both
}
.cart-table tr:last-child {
	margin-bottom: 0
}
.cart-table tfoot tr {
	padding-bottom: 0
}
.cart-table td {
	border: none;
	display: block
}
.cart-table td[data-rwd-label] {
	padding-left: 15px;
	margin-bottom: 6px
}
.cart-table td[data-rwd-label] .price {
	font-weight: normal
}
.cart-table td[data-rwd-label]:before {
	content: attr(data-rwd-label) ":";
	font-size: 12px;
	font-family: 'Univers LT 45';
	padding-right: 5px;
	text-transform: uppercase
}
.cart-table td.product-cart-price {
	text-align: left
}
.cart-table h2 {
	font-size: 12px
}
.cart-table .cart-links {
	padding-top: 5px;
	padding-right: 5px
}
.cart-table .cart-links>li {
	white-space: normal;
	text-align: center
}
.cart-table .cart-links>li>a {
	padding: 2px 0px
}
.cart-table .cart-tax-info {
	font-style: italic;
	padding-left: 15px;
	font-size: 13px
}
.cart-table .cart-tax-info .price {
	font-size: 13px
}
.cart-table .product-cart-image {
	width: 25%;
	float: left;
	padding-bottom: 0
}
.cart-table .product-cart-image a.cart-edit {
	display: block;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase
}
.cart-table .product-cart-info, .cart-table td[data-rwd-label] {
	float: right;
	width: 75%
}
.cart-table .product-cart-actions, .cart-table .product-cart-price {
	padding-bottom: 0;
	padding-top: 0;
	float: right
}
.cart-table .product-cart-remove, .cart-table .product-cart-total, .cart-table .product-cart-actions .cart-links {
	display: none
}
.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove {
	display: block
}
.cart-table .product-cart-actions .button {
	display: none
}
.cart-table .product-cart-info .btn-remove {
	float: right;
	margin: -4px 0px 2px 7px
}
.cart-table .product-cart-info .product-cart-sku {
	margin-bottom: 5px
}
.cart-table .product-cart-actions {
	text-align: left
}
.cart-table .product-cart-actions .qty {
	margin-right: 7px;
	margin-bottom: 7px
}
.cart-table .price, .cart-table .product-cart-price:before {
	font-weight: 500;
	font-size: 15px;
	font-family: 'Univers LT 45';
}
.cart-table .cart-footer-actions {
	text-align: center;
	width: 100%
}
.cart-table .cart-footer-actions #empty_cart_button {
	float: right
}
.cart-table .cart-footer-actions .btn-continue {
	float: left
}
.cart-table .cart-footer-actions .btn-update, .cart-table .cart-footer-actions span.or {
	display: none
}
.display-both-prices .cart-table td[data-rwd-tax-label]:before {
	content: attr(data-rwd-tax-label) ":"
}
}
.shipping h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px
}
.shipping select {
	max-width: 100%;
	height: 30px;
	display: block;
	border: 1px solid #899aa0;
}
.shipping select.validation-failed {
	border-color: #DF280A
}
.shipping .shipping-desc {
	display: none
}
.shipping .buttons-set {
	border: none;
	margin: 0;
	padding: 0
}
.shipping .form-list:after {
	content: '';
	display: table;
	clear: both
}
.shipping .form-list li {
	float: left;
	margin: 5px 2% 10px 0
}
.shipping .form-list .shipping-country {
	width: 48%
}
.shipping .form-list .shipping-region {
	width: 100%
}
.shipping .form-list .shipping-region input[type="text"] {
	width: 100%;
}
.shipping .form-list .shipping-postcode {
	margin-right: 0;
	width: 18%
}
.shipping .form-list .shipping-postcode input {
	margin-top: 4px
}
.shipping .form-list .input-box {
	padding-top: 0
}
.shipping .form-list input {
	height: 30px;
	margin-top: 4px
}
.shipping .form-list label {
	font-family: 'Univers LT 45';
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap
}
.shipping .sp-methods {
	padding: 10px 0 0;
	text-align: left
}
.shipping .sp-methods dd {
	margin-bottom: 10px
}
.shipping .sp-methods label {
	font-family: 'Univers LT 45';
	font-size: 12px;
	font-style: italic;
	min-width: 100px
}
.shipping .sp-methods label span {
	font-family: 'Univers LT 45';
	font-weight: bold;
	font-style: normal
}
.shipping #co-shipping-method-form .buttons-set .button {
	float: left;
	margin-left: 0
}
.shipping #co-shipping-method-form .sp-methods dd label {
	border: 1px solid #ccc;
	background-color: #ececec;
	min-width: 220px
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
	background-color: #dbdbdb
}
 @media only screen and (max-width: 767px) {
.shipping .shipping-form .form-list>li {
	width: 100%;
	float: none
}
.shipping .shipping-form .form-list>li label {
	display: block
}
.shipping .shipping-form .form-list>li input, .shipping .shipping-form .form-list>li select {
	width: 100%
}
}
.cart .cart-totals {
	text-align: right
}
.cart .cart-totals:after {
	content: '';
	display: table;
	clear: both
}
.cart .cart-totals table {
	font-family: 'Univers LT 45';
	font-size: 12px;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%
}
.cart .cart-totals table td {
	padding: 2px 0px
}
.cart .cart-totals table td:first-child {
	padding-right: 10px;
	min-width: 120px
}
.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
	padding-bottom: 10px
}
.cart .cart-totals table tfoot {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6
}
.cart .cart-totals table tfoot td {
	font-size: 18px;
	padding: 2px 5px;
	vertical-align: top
}
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price {
	font-family: 'Univers LT 45';
}
.cart .cart-totals table tfoot strong {
	font-weight: 400
}
 @media only screen and (max-width: 600px) {
.cart-totals {
	text-align: right
}
}
 @media only screen and (max-width: 767px) {
.cart .cart-totals table tfoot td {
	font-size: 18px
}
}
.discount-form:after, #giftcard-form:after {
	content: '';
	display: table;
	clear: both
}
#discount-coupon-form, .cart .giftcard {
	width: 100%
}
#discount-coupon-form h2, .cart .giftcard h2 {
	display: none
}
#discount-coupon-form label, .cart .giftcard label {
	font-family: 'Univers LT 45';
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	min-width: 105px;
	display: inline-block;
	margin-right: 10px
}
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
	display: inline-block
}
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
	display: inline
}
#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
	display: inline-block;
	vertical-align: bottom
}
#discount-coupon-form .button-wrapper>button, .cart .giftcard .button-wrapper>button {
	float: left
}
#discount-coupon-form .input-text, .cart .giftcard .input-text {
	height: 40px;
	margin: 4px 10px 0 0;
	width: 190px
}
.cart .giftcard p {
	margin-bottom: 7px
}
.cart .giftcard .check-gc-status {
	float: left;
	padding: 0px
}
.cart .giftcard .check-gc-status>span>span {
	font-size: 14px;
	text-transform: none
}
.crosssell h2 {
	font-size: 20px;
	font-weight: 400;
	color: #464646;
	padding-bottom: 3px;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: .7px;
	text-align: center
}
 @media only screen and (max-width: 599px) {
.cart-table .cart-tax-total:after {
	right: -9px
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
	right: -13px
}
}
 @media only screen and (max-width: 320px) {
.crosssell ul .item {
	padding: 0 0px 40px
}
.crosssell ul .product-details .crosssell-actions {
	padding: 0 5px
}
}
.opc .section .step-title {
	width: 100%;
	border-top: 1px solid #ECECEC;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}
.opc .section .step-title:after {
	content: '';
	display: table;
	clear: both
}
.opc .section.allow:not(.active) .step-title {
	cursor: pointer
}
.no-touch .opc .section.allow:not(.active) .step-title:hover {
	background-color: #F4F4F4
}
.opc .section.active .step-title {
	border-bottom: 1px solid #ECECEC
}
.opc .section .step-title a {
	display: none
}
.opc .section.allow:not(.active) .step-title a {
	display: block;
	float: right;
	line-height: 40px;
	height: 40px;
	padding: 0px 10px
}
.no-touch .opc .section .step-title a:hover {
	text-decoration: none
}
.opc .section .step-title .number, .opc .section.allow.active .step-title .number, .no-touch .opc .section.allow:hover .step-title .number {
	width: 26px;
	height: 26px;
	text-align: center;
	color: #FFFFFF;
	line-height: 26px;
	background-color: #a3a3a3;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13px
}
.opc .section.allow .step-title .number {
	background-color: #d1d1d1
}
.opc .section.allow .step-title h2 {
	color: #A0A0A0
}
.opc .section.allow .step-title:hover h2, .opc .section.active .step-title h2 {
	color: #333
}
.opc .section .step-title h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	height: 40px;
	float: left;
	margin: 0px 4px 0px 45px
}
.opc .section .step {
	padding: 20px
}
.opc .section .step:after {
	content: '';
	display: table;
	clear: both
}
 @media only screen and (max-width: 991px) {
.opc .section .step {
	padding: 10px
}
}
.opc select {
	max-width: 365px;
	width: 100%
}
.opc h3 {
	font-weight: 500
}
.opc .buttons-set {
	text-align: left
}
.opc .buttons-set button.button {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 0;
	width: auto !important
}
.opc .buttons-set p.required {
	float: right;
	margin-left: 5px;
	margin-bottom: 0
}
.opc .buttons-set .back-link {
	float: right;
	margin: 0
}
.opc .buttons-set a {
	line-height: 20px;
	display: inline-block;
	padding: 5px 5px 5px 0
}
.opc .fields {
	float: left;
	width: 48%
}
.opc .wide {
	clear: both;
	width: 100%
}
.opc .form-list {
	clear: both
}
.opc input[type="email"], .opc input[type="search"], .opc input[type="number"], .opc input[type="password"], .opc input[type="tel"], .opc input[type="text"] {
	max-width: 100%;
	width: 92%
}
.opc select {
	max-width: 100%;
	width: 92%
}
 @media only screen and (max-width: 479px) {
.opc .buttons-set .button+.buttons-set .button, .paypal-express-review .buttons-set .button+.buttons-set .button {
	margin-left: 0
}
.opc .fields {
	float: none;
	width: 100%
}
.opc .wide {
	width: 100%
}
.opc input[type="email"], .opc input[type="search"], .opc input[type="number"], .opc input[type="password"], .opc input[type="tel"], .opc input[type="text"] {
	width: 100%
}
.opc select {
	width: 100%
}
}
.opc #opc-login .step {
	padding: 20px 0px
}
.opc #opc-login .buttons-set {
	border-top: 0;
	padding-top: 5px
}
 @media only screen and (max-width: 767px) {
.opc #opc-login .description, .opc #opc-login p.required {
	display: none
}
.opc .buttons-set {
	margin-bottom: 30px
}
.opc .buttons-set button.button {
	float: right
}
}
#opc-payment .note {
	padding: 10px
}
.opc.opc-firststep-login .section:not(#opc-login) .step-title, .opc-block-progress-step-login {
	transition: opacity 300ms ease-out
}
.opc.opc-firststep-login .section#opc-login .step-title .number {
	transition: width 80ms ease-out
}
.opc.opc-firststep-login .section#opc-login .step-title h2 {
	transition: margin-left 80ms ease-out
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
	width: 0px;
	overflow: hidden
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
	margin-left: 0px
}
.sp-methods {
	margin: 0 0 8px
}
.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: bold
}
.sp-methods dt:first-child {
	margin: 0 0 5px
}
.sp-methods dd li {
	margin: 5px 0
}
.sp-methods label img {
	float: left
}
.sp-methods label a {
	margin-top: 6px;
	float: right;
	margin-left: 10px
}
.sp-methods .price {
	font-weight: bold
}
.sp-methods .form-list {
	padding-left: 20px
}
.sp-methods .form-list li {
	margin: 0 0 8px
}
.sp-methods select.month {
	width: 120px;
	margin-right: 10px
}
.sp-methods select.year {
	width: 96px
}
.sp-methods input.cvv {
	width: 4em !important
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
	max-width: 130px
}
.sp-methods .checkmo-list li {
	margin: 0 0 5px;
	content: '';
	display: table;
	clear: both
}
.sp-methods .checkmo-list label {
	width: 165px;
	padding-right: 15px;
	text-align: right;
	float: left
}
.sp-methods .checkmo-list address {
	float: left
}
 @media only screen and (max-width: 479px) {
.sp-methods .checkmo-list {
	padding-left: 0
}
.sp-methods .checkmo-list label {
	width: 135px
}
}
.sp-methods .release-amounts {
	margin: 0.5em 0
}
.sp-methods .release-amounts button {
	float: left;
	margin: 5px 10px 0 0
}
.block-progress {
	border: 0;
	margin: 0
}
.block-progress .block-content {
	font-size: 13px
}
.block-progress dt {
	padding-top: 6px;
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-weight: normal;
	color: #A0A0A0
}
.block-progress dt.complete {
	color: #464646
}
.block-progress dd {
	padding-left: 15px;
	margin-bottom: 10px;
	font-family: 'Univers LT 45';
	font-style: italic
}
.block-progress dd address {
	font-style: italic
}
.block-progress #payment-progress-opcheckout .subtitle {
	margin-bottom: 3px
}
.block-progress .payment-info dt {
	padding: 0;
	margin: 0 0 3px 0;
	color: #464646;
	font-family: 'Univers LT 45';
	text-transform: none;
	font-style: italic;
	float: left;
	clear: both;
	font-size: 13px
}
.block-progress .payment-info dt:after {
	content: ': '
}
.block-progress .payment-info dd {
	float: left;
	margin-bottom: 3px;
	font-size: 13px
}
.block-progress .payment-info:after {
	content: '';
	display: table;
	clear: both
}
#checkout-review-table .btn-remove img {
	display: none
}
#checkout-review-table-wrapper {
	clear: both
}
#review-buttons-container {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px
}
#review-buttons-container .btn-checkout {
	min-width: 220px
}
#review-buttons-container .please-wait {
	float: left;
	margin-right: 10px
}
#review-buttons-container .f-left {
	float: right
}
 @media only screen and (max-width: 599px) {
.linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
	display: none
}
}
 @media only screen and (max-width: 479px) {
.linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
	display: none
}
}
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
	display: inline
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
	display: none
}
#checkout-step-review .opc-block-progress {
	border-left: none;
	padding-left: 0
}
#checkout-step-review .opc-block-progress .block-title {
	display: none
}
#checkout-step-review .opc-block-progress .block-content {
	display: block !important;
	padding: 0
}
#checkout-step-review .opc-block-progress .block-content>dl>div {
	float: left;
	width: 50%
}
 @media only screen and (max-width: 479px) {
#checkout-step-review .opc-block-progress .block-content>dl>div {
	float: none;
	width: auto
}
}
#checkout-step-review .opc-block-progress .block-content .changelink {
	display: none
}
 @media only screen and (max-width: 479px) {
#checkout-review-table thead>tr>th {
	display: none
}
#checkout-review-table thead>tr>th:first-child {
	display: block
}
#checkout-review-table thead>tr>th:first-child {
	display: block
}
}
#checkout-step-review .centinel>p {
	margin-bottom: 10px
}
#checkout-step-review .centinel iframe {
	width: 100%;
	min-height: 400px
}
.gift-messages-form .item {
	content: '';
	display: table;
	clear: both;
	margin-top: 30px
}
.gift-messages-form .item h5 {
	font-weight: bold
}
.gift-messages-form .item .product-img-box {
	width: auto;
	float: left;
	padding-right: 15px
}
.gift-messages-form .item .details {
	float: left
}
.gift-message-form .inner-box>div {
	content: '';
	display: table;
	clear: both;
	width: 100%;
	margin-top: 15px;
	display: block
}
.gift-message-form .inner-box>div.extra-options-container p {
	margin-bottom: 15px
}
.gift-message-form .gift-wrapping-form label {
	margin-right: 10px
}
.gift-message-form .gift-wrapping-form img {
	float: left
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
	height: 75px
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
	content: '';
	display: table;
	clear: both
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
	margin-right: 5px
}
.gift-message-form .gift-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ECECEC
}
.gift-message-form .gift-item:after {
	content: '';
	display: table;
	clear: both
}
.gift-message-form .gift-item .product-img-box {
	width: 200px
}
.gift-message-form .gift-item .product-img-box .product-image {
	width: 75px;
	margin-left: auto;
	margin-right: auto
}
.gift-message-form .gift-item .product-img-box .product-name {
	display: block
}
.gift-message-form .gift-item .fieldset {
	margin-left: 200px
}
 @media only screen and (max-width: 767px) {
.gift-message-form .giftmessage-area {
	max-width: 100%
}
.gift-message-form .gift-item .product-img-box {
	width: 100%;
	float: none
}
.gift-message-form .gift-item .fieldset {
	margin-left: 0px
}
.gift-message-form .gift-item .fieldset textarea {
	width: 100%
}
}
.checkout-onepage-success .col-main {
	padding: 0;
	text-align: center
}
.checkout-onepage-success .buttons-set {
	margin: 10px 0;
	text-align: center
}
.checkout-onepage-success .buttons-set button {
	float: none
}
.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
	content: '';
	display: table;
	clear: both
}
.swatch-link, .swatch-label {
	display: block;
	border-radius: 0px;
	font-size: 13px;
	text-align: center;
	color: #333;
	text-decoration: none;
	box-sizing: content-box
}
.swatch-link {
	border: 1px solid #ccc;
	margin: 0 0 3px
}
.swatch-link img {
	border-radius: 0px
}
.swatch-link:hover {
	cursor: pointer;
	text-decoration: none;
	border-color: #333
}
.swatch-link:focus {
	text-decoration: none
}
.swatch-link .x {
	display: none;
	text-indent: -999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg_x.png) center no-repeat transparent;
	z-index: 10
}
.swatch-link.has-image .swatch-label {
	position: relative
}
.swatch-link.has-image img {
	position: absolute;
	top: 0;
	left: 0
}
.swatch-label {
	border: 1px solid #fff;
	margin: 0;
	white-space: nowrap;
	background: none
}
.configurable-swatch-list {
	margin-left: 0px;
	zoom: 1;
	clear: both;
	-webkit-transform: translateZ(0px)
}
.configurable-swatch-list li {
	float: left;
	zoom: 1;
	margin: 0 10px 0 0
}
.products-grid .configurable-swatch-list li {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top
}
.configurable-swatch-list .not-available .x {
	display: block
}
.configurable-swatch-list .not-available .swatch-link {
	border-color: #EDEDED;
	position: relative
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
	filter: alpha(opacity=40)
}
.configurable-swatch-list .not-available .swatch-label {
	color: #aaa;
	background: #fff
}
.configurable-swatch-list .wide-swatch .swatch-label {
	padding: 0 6px
}
.configurable-swatch-list .not-available a:focus {
	outline: 0
}
#narrow-by-list dd .configurable-swatch-list li {
	margin: 0 3px 0 0;
	width: 47%
}
#narrow-by-list dd .swatch-link {
	border: none;
	line-height: 25px;
	margin-right: 2px;
	text-align: left
}
#narrow-by-list dd .swatch-link.has-image {
	line-height: inherit
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
	border-color: #a3a3a3
}
#narrow-by-list dd .swatch-label {
	background: #F4F4F4;
	border: 1px solid #ccc;
	border-radius: 0px;
	display: block;
	float: left;
	line-height: 1.5em;
	margin: 0 5px 0 0;
	padding: 1px 5px;
	white-space: nowrap
}
#narrow-by-list dd .swatch-label img {
	border: 1px solid #fff;
	border-radius: 0px;
	box-sizing: content-box
}
#narrow-by-list dd .has-image .swatch-label {
	padding: 0
}
 @media only screen and (max-width: 767px) {
#narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
	clear: left
}
}
.currently .swatch-current {
	position: relative
}
.currently .swatch-current .btn-remove {
	margin-top: -10px;
	position: absolute;
	right: 0;
	top: 50%
}
.currently .swatch-current span {
	display: block;
	float: left
}
.currently .swatch-link {
	display: inline-block;
	margin: 0 0 0 3px
}
.currently .swatch-link:hover {
	border-color: #ccc;
	cursor: default
}
.product-options .configurable-swatch-list .hover .swatch-link, .products-grid .configurable-swatch-list .hover .swatch-link, .product-options .configurable-swatch-list .selected .swatch-link, .products-grid .configurable-swatch-list .selected .swatch-link, .product-options .swatch-link:hover, .products-grid .swatch-link:hover {
	border-color: #a3a3a3;
	background-color: #333
}
.configurable-swatch-list .selected:not(.not-available) .swatch-link .swatch-label {
	color: #ffffff
}
.configurable-swatch-box {
	background: none !important
}
.configurable-swatch-box select.swatch-select {
	display: none
}
.configurable-swatch-box .validation-advice {
	margin: 0 0 5px;
	background: #DF280A;
	padding: 2px 5px !important;
	font-weight: bold;
	color: #fff !important;
	float: left;
	display: block;
	border-radius: 0px
}
.availability.out-of-stock span {
	color: #df280a;
	border: 1px solid #df280a;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 5px 20px;
	display: inline-block;
	font-size: 18px;
	background: #fff;
	font-weight: bold;
}
.product-view .product-options .swatch-attr {
	float: none;
	display: block;
	clear: both;
	border: 0
}
.product-view .product-options .swatch-attr .swatch-link {
	border-width: 2px
}
.product-view .product-options .swatch-attr .swatch-link:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff
}
.product-view .product-options .swatch-attr .swatch-link:hover .swatch-label {
	color: #fff
}
.product-view .product-options .swatch-attr label, .product-view .product-options .swatch-attr .select-label {
	font-size: 12px
}
.product-view .product-options .swatch-attr label {
	display: block;
	line-height: 1.3
}
.product-view .product-options .swatch-attr .select-label {
	display: inline;
	font-weight: normal;
	color: #333;
	padding-left: 5px
}
.product-view .product-options dd .input-box {
	width: auto;
	height: auto
}
.product-view .product-options .select-label {
	display: none
}
.product-view .add-to-cart button.out-of-stock {
	background-position: -80px -362px;
	cursor: default
}
.customer-account-login .scaffold-form label:first-child {
	width: 115px
}
.customer-account-login .col2-set .buttons-set {
	text-align: left;
	border-top: 0
}
.customer-account-login .col2-set .buttons-set button, .customer-account-login .col2-set .buttons-set .button {
	float: none;
	/*min-width: 50%;*/

	margin: 0 0 0 37px;
}
.customer-account-login .col2-set .col-1 ul {
	list-style: disc;
	padding-left: 20px;
	margin: 10px 0 20px 0
}
 @media only screen and (min-width: 480px) {
.customer-account-login .col2-set .col-1, .customer-account-login .col2-set .col-2 {
	padding-top: 0;
	margin-top: 20px
}
.customer-account-login .col2-set .col-1 {
	padding-right: 20px
}
.customer-account-login .col2-set .col-2 {
/*	padding-left: 20px;

	border-left: 1px solid #EDEDED*/

}
}
 @media only screen and (min-width: 767px) {
.customer-account-login .col2-set .col-1 {
	padding-right: 0
}
.customer-account-login .col2-set .col-2 {
/*padding-left: 60px;

	border-left: 1px solid #EDEDED*/

}
}
 @media only screen and (max-width: 479px) {
.customer-account-login .col2-set .col-1 {
	padding-bottom: 30px
}
.customer-account-login .col2-set .col-2 {
	padding-top: 30px;
	border-top: 1px solid #EDEDED
}
}
 @media only screen and (max-width: 767px) {
.customer-account-login .col2-set p.required {
	display: none
}
}
.customer-account-create .scaffold-form label:first-child {
	width: 140px
}
.opc #opc-login p:not(.required) {
	font-style: italic;
	font-family: 'Univers LT 45';
	font-size: 13px;
	color: #A0A0A0
}
.remember-me-box a.hide {
	display: none
}
.remember-me-box .link-tip {
	font-size: 13px;
	padding-left: 10px
}
.remember-me-popup {
	display: none;
	border: 1px solid #ccc;
	padding: 10px;
	position: relative
}
.remember-me-popup.show {
	display: block
}
.remember-me-popup p {
	font-family: 'Univers LT 45';
}
.remember-me-popup .remember-me-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 12px
}
.remember-me-popup .remember-me-popup-close-button {
	display: none
}
.customer-account-create .buttons-set {
	max-width: 455px
}
.customer-account-create .fieldset, .customer-account-create .buttons-set {
	margin-left: 30px
}
 @media only screen and (max-width: 479px) {
.customer-account-create .fieldset, .customer-account-create .buttons-set {
	margin-left: 0
}
}
.customer-account-create .fieldset .hidden {
	display: none
}
.customer-account-create #remember-me-popup {
	max-width: 455px
}
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
	margin-left: 30px;
	max-width: 400px
}
 @media only screen and (max-width: 479px) {
.customer-account-forgotpassword .fieldset, .customer-account-forgotpassword .buttons-set {
	margin-left: 0
}
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
	width: 100%
}
body.customer-account .my-account .page-title h1 {
	border: 0;
	text-align: left
}
body.customer-account .my-account .title-buttons {
	position: relative;
	text-align: right
}
body.customer-account .my-account .title-buttons h1 {
	text-align: left
}
body.customer-account .my-account .title-buttons .button {
	position: absolute;
	right: 0;
	top: 0
}
body.customer-account .my-account .title-buttons a, body.customer-account .my-account .title-buttons span.separator {
	position: relative;
	top: -42px
}
body.customer-account .my-account .fieldset h2, body.customer-account .my-account .addresses-list h2, body.customer-account .my-account .order-details h2 {
	width: 100%;
	display: inline-block
}
body.customer-account .my-account .addresses-list h3 {
	font-size: 14px;
	font-weight: 600
}
body.customer-account .my-account .fieldset {
	margin-top: 30px;
	margin-bottom: 30px
}
body.customer-account .data-table {
	margin-top: 5px
}
body.customer-account .data-table td a {
	font-family: 'Univers LT 45';
	text-transform: uppercase;
	font-style: normal;
	font-size: 13px
}
body.customer-account .data-table span.nobr {
	white-space: normal
}
body.customer-account .data-table span.nobr a {
	white-space: nowrap
}
body.customer-account .data-table td.view a {
	display: block
}
body.customer-account .data-table .separator {
	display: none
}
body.customer-account .sidebar .block ol#compare-items li {
	margin: 10px 0
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
	margin-bottom: 15px
}
body.customer-account .sidebar .block .block-content .actions {
	margin-top: 30px
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
	display: inline-block;
	margin-bottom: 0
}
body.customer-account .sidebar .block-cart .summary {
	margin-bottom: 15px
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
	margin-right: 10px
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
	display: inline;
	margin-bottom: 0
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day {
	width: 40px;
	float: left;
	margin-right: 10px
}
.form-list .customer-dob .dob-year {
	width: 80px;
	float: left
}
.dashboard .box-head {
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	margin-bottom: 10px
}
.dashboard .box-head h2 {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0
}
.dashboard .box-head a {
	padding: 10px
}
.dashboard .box-title a, .dashboard .box-head a {
	text-transform: uppercase;
	font-size: 12px
}
.dashboard .box-account {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 45px
}
.dashboard .box-account p, .dashboard .box-account address {
	font-family: 'Univers LT 45';
	font-style: italic
}
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	padding-right: 12.09677%;
	padding-bottom: 0
}
.dashboard .col2-set .col-1 .box-title, .dashboard .col2-set .col-2 .box-title {
	position: relative;
	padding-bottom: 10px
}
.dashboard .col2-set .col-1 .box-title h2, .dashboard .col2-set .col-1 .box-title h3, .dashboard .col2-set .col-2 .box-title h2, .dashboard .col2-set .col-2 .box-title h3 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0
}
.dashboard .col2-set .col-1 .box-title a, .dashboard .col2-set .col-2 .box-title a {
	line-height: 19.6px
}
.dashboard .box-reviews.box-account {
	padding-bottom: 0
}
.dashboard .box-reviews li {
	padding: 10px 0;
	border-top: 1px solid #EDEDED
}
.dashboard .box-reviews li:first-child {
	border-top: 0
}
.dashboard .box-reviews li .number {
	margin-right: -20px;
	float: left;
	line-height: 1.4;
	font-size: 13px
}
.dashboard .box-reviews li .details {
	margin-left: 20px
}
.dashboard .box-reviews li .details .ratings {
	content: '';
	display: table;
	clear: both;
	margin-bottom: 0
}
.dashboard .box-reviews li .details .ratings strong {
	float: left;
	font-family: 'Univers LT 45';
	font-size: 13px;
	margin-right: 5px
}
.dashboard .box-reviews li .details .ratings .rating-box {
	float: left;
	margin: 3px 0 0 0
}
.my-account .addresses-list {
	font-family: 'Univers LT 45';
}
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
	padding-bottom: 0
}
.my-account .addresses-list .item {
	margin: 0 0 30px 0
}
.my-account .addresses-list .item p {
	margin-top: 10px
}
 @media only screen and (max-width: 767px) {
.my-account .addresses-list .col-1, .my-account .addresses-list .col-2 {
	width: 100%;
	padding-left: 0;
	padding-right: 0
}
.my-account .addresses-list .col-1 li.empty, .my-account .addresses-list .col-2 li.empty {
	width: 100%
}
}
 @media only screen and (max-width: 599px) {
.my-account .addresses-list .addresses-additional p a {
	white-space: nowrap
}
}
.order-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #EDEDED;
	width: 100%;
	margin-bottom: 30px
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
	display: inline
}
.order-info dt {
	margin-right: 20px
}
.order-info li {
	margin: 0 0 0 20px
}
.order-info li.current {
	font-weight: 600
}
.order-info li:first-child {
	margin-left: 0
}
.order-date {
	font-family: 'Univers LT 45';
	text-transform: uppercase
}
.order-info-box {
	margin-bottom: 40px;
	margin-top: 20px
}
.order-info-box+.order-info-box {
	padding-bottom: 40px;
	border-bottom: 1px solid #EDEDED
}
.order-info-box .col-1 {
	padding-right: 0;
	width: 48%
}
.order-info-box .col-2 {
	width: 52%
}

.order-info-box .col-1, .order-info-box .col-2 {
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0
}
.order-info-box .box-title {
	width: 150px;
	padding-right: 10px;
	float: left
}
.order-info-box .box-title h2 {
	font-size: 14px;
	font-family: 'Eurostile LT ExtendedTwo';
	font-weight: bold;
	line-height: 1.5
}
.order-info-box .box-title h2:after {
	content: ':'
}
.order-info-box .box-content {
	float: left;
	font-family: 'Univers LT 45';
}
.order-info-box .box-content td, .order-info-box .box-content th {
	font-family: 'Univers LT 45';
	line-height: 1.3
}
.order-info-box .box-content th {
	padding-top: 10px
}
.order-info-box .box-content td {
	padding-left: 15px
}
.order-info-box .box-content strong {
	font-family: 'Univers LT 45';
	font-weight: normal;
	text-transform: uppercase
}
#my-orders-table .option-label {
	margin-left: 10px;
	font-weight: 600;
	font-style: italic
}
#my-orders-table .option-value {
	margin-left: 20px
}
#my-orders-table tr.bundle:not(:last-child) td {
	border-bottom: none;
	border-top: none
}
ol#cart-sidebar-reorder li {
	margin-top: 10px;
	margin-bottom: 0
}
ol#cart-sidebar-reorder li input {
	margin-right: 10px
}
ol#cart-sidebar-reorder p.product-name {
	display: inline
}
 @media only screen and (max-width: 599px) {
#my-orders-table .option-label {
	margin-left: 20px
}
#my-orders-table .option-value {
	margin-left: 35px
}
#my-orders-table td[data-rwd-label=Qty] .nobr br {
	display: none
}
#my-orders-table td[data-rwd-label=Qty] .nobr strong {
	margin-right: 10px
}
#my-orders-table tr.bundle {
	border-color: #EDEDED
}
#my-orders-table tr.bundle.child td[data-rwd-label] {
	padding-left: 60px
}
#my-orders-table tbody:last-child tr:last-child td {
	padding-bottom: 10px;
	border-bottom: 0
}
#my-orders-table tbody:last-child tr:last-child td:last-child {
	padding-bottom: 15px
}
#my-orders-table tfoot tr.shipping {
	margin-top: 0
}
}
.order-additional {
	margin: 40px 0
}
.order-gift-message dd {
	margin-top: 10px
}
 @media only screen and (max-width: 1199px) {
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	padding-right: 30px;
	padding-bottom: 0
}
body.customer-account .data-table td.view a {
	white-space: normal
}
}
 @media only screen and (max-width: 991px) {
body.customer-account .my-account .title-buttons {
	text-align: left
}
body.customer-account .my-account .title-buttons span.separator, body.customer-account .my-account .title-buttons a {
	top: -12px
}
}
 @media only screen and (max-width: 767px) {
body.customer-account .data-table.orders th.ship, body.customer-account .data-table.orders td.ship, body.customer-account .data-table.orders td.status, body.customer-account .data-table.orders th.status {
	display: none
}
.order-info-box .box-content {
	clear: left
}
.addresses-list .item {
	float: left;
	width: 50%;
	padding-right: 30px
}
.order-info dt {
	display: none
}
.dashboard .page-title {
	margin-top: 20px
}
.dashboard .page-title h1 {
	margin-top: 0
}
.dashboard .welcome-msg {
	font-family: 'Univers LT 45';
}
.dashboard .welcome-msg .hello {
	font-style: italic
}
.dashboard .box-account {
	padding-bottom: 15px;
	margin-bottom: 30px
}
}
 @media only screen and (max-width: 599px) {
body.customer-account .my-account .form-list .control {
	padding-left: 0
}
}
 @media only screen and (max-width: 479px) {
body.customer-account .my-account .page-title h1 {
	text-align: center
}
body.customer-account .my-account .title-buttons {
	text-align: center
}
body.customer-account .my-account .title-buttons .button {
	width: 100%;
	position: static;
	margin-bottom: 15px
}
body.customer-account .my-account .title-buttons .button+.button {
	margin-left: 0px
}
body.customer-account .my-account .fieldset h2 {
	margin-bottom: 15px
}
body.customer-account .my-account .order-details h2 {
	margin-bottom: 15px
}
body.customer-account .my-account .buttons-set {
	border-top: 0
}
body.customer-account .my-account .addresses-list .item {
	margin-bottom: 15px;
	padding-right: 0;
	float: none;
	width: auto
}
body.customer-account .my-account .addresses-list h2 {
	margin-bottom: 15px
}
.order-info {
	margin-top: 15px
}
.data-table.orders .link-reorder, .data-table.orders .date {
	display: none
}
.data-table.orders td.view {
	text-align: right
}
.dashboard .col2-set .col-1, .dashboard .col2-set .col-2 {
	width: 100%;
	margin-top: 15px
}
.order-info-box {
	margin: 0
}
.order-info-box .col-1, .order-info-box .col-2 {
	width: 100%;
	border-bottom: 1px solid #EDEDED;
	padding: 15px 0
}
.order-info-box+.order-info-box {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 30px
}
#my-reviews-table .nobr {
	white-space: normal
}
}
body.newsletter-manage-index .my-account .fieldset {
	margin-bottom: 20px
}
body.newsletter-manage-index .my-account .fieldset h2 {
	display: none
}
body.newsletter-manage-index .my-account .form-list {
	border-top: 1px solid #EDEDED;
	padding-top: 10px
}
.contacts-index-index .buttons-set {
	margin-left: 30px;
	max-width: 435px
}
.contacts-index-index .buttons-set p.required {
	float: left
}
 @media only screen and (max-width: 599px) {
.contacts-index-index .buttons-set {
	max-width: 330px;
	margin-left: 0
}
.contacts-index-index .buttons-set button {
	float: left;
	margin-left: 0px
}
.contacts-index-index .buttons-set p.required {
	float: right
}
}
 @media only screen and (max-width: 867px) and (min-width: 768px) {
.paypal-review-order .col2-set .col-1, .paypal-review-order .col2-set .col-2 {
	padding: 0px
}
}
.paypal-review-order .info-set {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EDEDED
}
.paypal-review-order .buttons-set {
	margin-top: 0px;
	padding-top: 0px;
	border: 0
}
.paypal-review-order .buttons-set button {
	margin-bottom: 10px
}
 @media only screen and (max-width: 767px) {
.paypal-review-order .col-1 {
	padding-bottom: 0
}
.paypal-review-order .field.inactive {
	display: none
}
}
.top-container .bml-ad {
	margin-top: 7px;
	margin-bottom: 7px;
	text-align: center
}
.top-container .bml-ad span {
	display: inline-block
}
.top-container .bml-ad span a {
	display: block
}
.bml-ad {
	display: none;
	text-align: center;
	margin-bottom: 5px
}
.bml-ad span {
	display: block;
	line-height: 0
}
.bml-ad a {
	display: inline-block;
	max-width: 100%
}
.bml-ad a:hover {
	opacity: 0.7
}
.bml-ad img {
	height: auto !important;
	max-width: 100%
}
.cart-totals-wrapper .bml-ad.large img {
	display: block;
	margin: 0
}
 @media only screen and (max-width: 767px) {
.bml-ad.small {
	display: block
}
}
 @media only screen and (min-width: 768px) {
.bml-ad.large {
	display: block
}
}
div.paypal-logo {
	text-align: center;
	margin: 15px 0;
	max-width: 100%
}
div.paypal-logo span {
	display: block;
	width: 100%
}
div.paypal-logo span a {
	display: inline-block;
	max-width: 100%
}
div.paypal-logo span a img {
	max-width: 100%
}
div.paypal-logo span>img {
	display: none
}
.checkout-types div.paypal-logo {
	text-align: right
}
.bml-checkout-type {
	list-style-type: none
}
.sidebar .paypal-logo {
	text-align: center;
	line-height: 0
}
.sidebar .paypal-logo>a {
	display: inline-block;
	max-width: 100%
}
.sidebar .paypal-logo>a:hover {
	opacity: 0.8
}
.sidebar .paypal-logo>a img {
	display: block
}
.sidebar .paypal-logo .label {
	margin-top: 4px
}
.sidebar .paypal-logo .label a {
	font-size: 12px;
	line-height: 1.5
}
#customer-reviews {
	width: auto;
	float: none
}
#customer-reviews .review-heading {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px
}
#customer-reviews .review-heading:after {
	content: '';
	display: table;
	clear: both
}
#customer-reviews .review-heading h2 {
	float: left;
	display: block
}
#customer-reviews .review-heading .pager {
	clear: none;
	float: right;
	width: auto
}
#customer-reviews .review-heading .pager .count-container .limiter {
	margin-bottom: 0
}
#customer-reviews .review-heading .pager .count-container .limiter label {
	font-family: 'Univers LT 45';
	font-size: 10px;
	text-transform: uppercase
}
#customer-reviews .review-heading .pager .amount {
	display: none
}
#customer-reviews .no-rating, #customer-reviews .addthis_toolbox, #customer-reviews .review-button {
	display: none
}
#customer-reviews h2 {
	color: #333;
	font-size: 12px;
	text-transform: uppercase
}
#customer-reviews h2 span {
	color: #464646
}
#customer-reviews h3 {
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase
}
#customer-reviews h3 span {
	color: #39c
}
#customer-reviews .fieldset {
	padding-top: 25px;
	width: 470px
}
#customer-reviews .fieldset h4 {
	border-bottom: 1px solid #ccc;
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
	text-transform: uppercase
}
#customer-reviews .fieldset h4 em {
	display: none
}
#customer-reviews .fieldset .form-list {
	font-family: 'Univers LT 45';
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0;
	text-transform: uppercase;
	width: 470px
}
#customer-reviews .fieldset .form-list .inline-label:after {
	content: '';
	display: table;
	clear: both
}
#customer-reviews .fieldset .form-list label {
	font-size: 12px;
	font-weight: normal
}
#customer-reviews .fieldset .form-list textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	min-width: 100%;
	-webkit-appearance: none
}
#customer-reviews .fieldset .form-list input {
	border: 1px solid #ccc;
	border-radius: 0
}
#customer-reviews .fieldset .form-list input[type="text"] {
	width: 100%
}
#customer-reviews .buttons-set {
	border: none;
	margin: 0;
	width: 470px
}
#customer-reviews dl {
	font-family: 'Univers LT 45';
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px
}
#customer-reviews dl dt {
	margin: 10px 0;
	text-transform: uppercase
}
#customer-reviews dl dd {
	font-family: 'Univers LT 45';
	font-size: 14px;
	margin: 10px 0
}
#customer-reviews dl dd .ratings-table {
	font-family: 'Univers LT 45';
	font-size: 12px;
	width: 100%
}
#customer-reviews dl dd .ratings-table tr {
	margin-right: 15px
}
#customer-reviews dl dd .ratings-table .review-label {
	width: 300px;
	max-width: 70%
}
#customer-reviews dl dd table {
	margin: 15px 0
}
#customer-reviews dl dd .review-meta {
	color: #333;
	font-family: 'Univers LT 45';
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase
}
.product-collateral #customer-reviews .no-rating, .product-collateral #customer-reviews .review-button {
	display: inline-block
}
.no-rating a::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	padding-right: 5px
}
.review-summary-table {
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px
}
.review-summary-table thead {
	background: transparent
}
.review-summary-table thead th {
	background: transparent;
	border: none;
	padding: 15px 7px 10px 8px
}
.review-summary-table tbody th {
	background: #FFFFFF;
	font-size: 12px
}
.review-summary-table tbody td {
	border: none;
	text-align: center;
	padding: 0
}
.review-summary-table tbody td label {
	width: 100%;
	display: block;
	padding: 11px 0
}
.review-summary-table .rating-box .rating-number {
	display: none
}
.review-summary-table .rating-box .rating-number:after {
	content: "";
	display: inline-block;
	background-position: 0px -599px;
	width: 13px;
	height: 14px;
	margin-left: 5px;
	position: relative;
	top: 2px
}
.ratings-table {
	font-family: 'Univers LT 45';
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px
}
.ratings-table th, .ratings-table td {
	padding: 5px;
	border: solid 1px silver
}
.ratings-table .rating-box {
	background-position: 0 -615px;
	background-repeat: repeat-x;
	height: 13px;
	overflow: hidden;
	text-indent: -9999px;
	width: 65px
}
.ratings-table .rating-box .rating {
	background-position: 0 -600px;
	background-repeat: repeat-x;
	float: left;
	height: 13px;
	text-indent: -9999px
}
 @media only screen and (max-width: 767px) {
body.review-product-list .product-view .product-shop .price-info {
	padding-left: 0
}
body.review-product-list .product-view .product-shop .extra-info {
	padding: 0;
	min-width: 84%
}
body.review-product-list .product-view .product-shop .extra-info .ratings-table {
	margin: 10px 0;
	width: 100%
}
body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
	margin-right: 15px
}
}
 @media only screen and (max-width: 535px) {
body.review-product-list .product-view .product-shop .extra-info {
	min-width: 0
}
body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
	float: none;
	margin-right: 0
}
}
 @media only screen and (max-width: 520px) {
#customer-reviews .fieldset {
	width: 100%
}
#customer-reviews .fieldset .form-list {
	width: 100%
}
#customer-reviews .fieldset .form-list .inline-label label, #customer-reviews .fieldset .form-list .inline-label .input-box {
	float: none
}
#customer-reviews .buttons-set {
	width: 100%
}
#customer-reviews .review-summary-table thead th {
	padding-left: 0px;
	padding-right: 0px
}
#customer-reviews .review-summary-table tbody th {
	padding-left: 0px;
	padding-right: 0px
}
#customer-reviews .review-summary-table tbody td {
	width: 20%;
	padding: 0px
}
#customer-reviews .review-summary-table .rating-box {
	text-indent: 0px;
	text-align: center;
	background: none;
	height: 19.6px;
	width: 100%
}
#customer-reviews .review-summary-table .rating-box .rating {
	display: none
}
#customer-reviews .review-summary-table .rating-box .rating-number {
	display: inline-block
}
}
 @media only screen and (max-width: 450px) {
#customer-reviews dl dd .ratings-table tr {
	float: none
}
}
.review-product-view .product-review .product-details h2 {
	border-bottom: none
}
.review-product-view .product-review .product-img-box {
	width: auto;
	max-width: 50%
}
.review-product-view .product-review .product-img-box>a {
	width: 100%
}
.review-product-view .product-review .product-img-box .product-image {
	width: 100%
}
 @media only screen and (max-width: 767px) {
.review-product-view .product-review .product-img-box {
	max-width: 100%
}
}
.slideshow-container {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #EDEDED
}
.slideshow-container .slideshow {
	width: 100%;
	padding: 0;
	position: relative;
	margin: 0;
	border: 10px solid #FFFFFF
}
.slideshow-container .slideshow>li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
	margin: 0
}
.slideshow-container .slideshow>li:first-child {
	position: static;
	z-index: 100
}
.slideshow-container .slideshow>li img {
	max-width: 100%;
	width: 100%
}
.slideshow-pager {
	text-align: center;
	width: 100%;
	z-index: 115;
	position: absolute;
	bottom: 0px;
	top: auto;
	overflow: hidden;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}
.slideshow-pager span {
	font-family: 'Univers LT 45';
	width: 44px;
	height: 44px;
	display: inline-block;
	color: #DDDDDD;
	cursor: pointer
}
.slideshow-pager span:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
	border-radius: 1px;
	background-color: #FFFFFF;
	position: relative
}
.slideshow-pager span:hover:before {
	background-color: #fff
}
.slideshow-pager span.cycle-pager-active:before {
	background-color: #2d2d2d
}
.slideshow-pager>* {
	cursor: pointer
}
.slideshow-prev, .slideshow-next {
	position: absolute;
	top: 0;
	width: 15%;
	max-width: 80px;
	height: 100%;
	opacity: 0.6;
	z-index: 110;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}
.slideshow-prev:before, .slideshow-next:before {
	content: '';
	width: 0;
	height: 0;
	font-size: 0;
	position: absolute;
	border-style: solid;
	display: block;
	top: 50%;
	margin-top: -15px
}
.slideshow-prev:hover, .slideshow-next:hover {
	opacity: 1
}
.slideshow-prev.disabled, .slideshow-next.disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default
}
.slideshow-prev {
	left: 8px
}
.slideshow-prev:before {
	border-width: 15px 15px 15px 0;
	border-color: transparent #FFFFFF transparent transparent;
	top: 50%;
	left: 10px
}
.slideshow-prev:hover:before {
	border-color: transparent #fff transparent transparent
}
.slideshow-next {
	right: 8px
}
.slideshow-next:before {
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #FFFFFF;
	top: 50%;
	right: 10px
}
.slideshow-next:hover:before {
	border-color: transparent transparent transparent #fff
}
.cycle-caption {
	position: absolute;
	color: white;
	bottom: 15px;
	right: 15px;
	z-index: 110
}
.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 120;
	background: black;
	color: white;
	padding: 15px;
	opacity: .5
}
#wishlist-table th {
	text-align: center
}
#wishlist-table.clean-table {
	font-family: 'Univers LT 45';
	font-size: 12px;
	text-transform: uppercase;
	width: 100%
}
#wishlist-table.clean-table th {
	border-bottom: 1px solid silver
}
#wishlist-table.clean-table td {
	padding: 15px;
	vertical-align: top
}
#wishlist-table.clean-table thead th {
	font-family: 'Univers LT 45';
	font-size: 12px;
	text-transform: uppercase
}
#wishlist-table .product-name {
	font-size: 16px;
	font-family: 'Eurostile LT ExtendedTwo';
	margin-bottom: 0;
	text-transform: none
}
#wishlist-table .product-name a {
	color: #c8c8c8
}
#wishlist-table .wishlist-sku {
	font-size: 11px;
	font-family: 'Univers LT 45';
	margin: 5px 0
}
#wishlist-table textarea {
	border: 1px solid #ebebeb;
	width: 100%;
	height: 85px;
	resize: none;
	font-size: 11px;
	font-family: 'Univers LT 45';
}
 #wishlist-table textarea::-webkit-input-placeholder {
 text-transform:uppercase
}
 #wishlist-table textarea:-moz-placeholder {
 text-transform:uppercase
}
 #wishlist-table textarea::-moz-placeholder {
 text-transform:uppercase
}
 #wishlist-table textarea:-ms-input-placeholder {
 text-transform:uppercase
}
#wishlist-table textarea:focus {
	border: 1px solid silver
}
#wishlist-table .item-manage {
	text-align: right;
	max-width: 450px;
	padding-top: 5px
}
#wishlist-table .item-manage .button {
	font-size: 11px;
	padding: 3px 5px
}
#wishlist-table .cart-cell {
	text-align: center
}
#wishlist-table td.customer-wishlist-item-image {
	width: 113px
}
#wishlist-table td.customer-wishlist-item-quantity {
	width: 3em
}
#wishlist-table td.customer-wishlist-item-price {
	width: 120px;
	text-align: center
}
#wishlist-table td.customer-wishlist-item-cart {
	width: 150px
}
#wishlist-table td.customer-wishlist-item-cart .button {
	font-size: 12px;
	margin-bottom: 10px;
	padding: 3px 5px;
	width: 100%
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
	margin-bottom: 10px
}
#wishlist-table td.customer-wishlist-item-cart>p {
	margin-bottom: 0
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
	text-align: center
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
	vertical-align: top
}
#wishlist-table td.customer-wishlist-item-remove {
	width: 20px
}
#wishlist-table td .button, #wishlist-table td button {
	white-space: normal
}
#wishlist-table .price-box {
	font-family: 'Univers LT 45';
	font-size: 12px
}
#wishlist-table .price-box .price {
	color: #464646
}
#wishlist-table .giftregisty-add {
	margin-top: 5px
}
#wishlist-table .giftregisty-add .change {
	display: none
}
#wishlist-table .giftregisty-add li {
	cursor: pointer;
	color: #a3a3a3;
	margin-bottom: 3px
}
#wishlist-table .truncated .details {
	background: none;
	color: #a3a3a3
}
#wishlist-table td[data-rwd-label]:before {
	font-weight: 600
}
 @media only screen and (max-width: 1199px) {
#wishlist-table.clean-table td {
	padding: 10px 10px;
	padding: 10px 10px
}
}
 @media only screen and (max-width: 991px) {
#wishlist-table.clean-table td {
	padding-left: 5px;
	padding-right: 5px
}
#wishlist-table.clean-table td textarea {
	height: 100px
}
#wishlist-table.clean-table td.customer-wishlist-item-cart {
	width: 110px
}
#wishlist-table .product-name {
	font-size: 13px
}
#wishlist-table .price-box .old-price, #wishlist-table .price-box .special-price {
	display: inline-block;
	padding: 0 3px
}
}
 @media only screen and (max-width: 991px) {
#wishlist-table:after {
	content: '';
	display: table;
	clear: both
}
#wishlist-table .product-name {
	font-size: 16px
}
#wishlist-table textarea {
	height: 68px;
	max-width: 100%
}
#wishlist-table .item-manage {
	max-width: 100%
}
#wishlist-table tr {
	position: relative
}
#wishlist-table tr:after {
	content: '';
	display: table;
	clear: both
}
#wishlist-table td.customer-wishlist-item-image {
	width: 70px
}
#wishlist-table td.customer-wishlist-item-image img {
	width: 70px;
	height: 70px
}
#wishlist-table td.customer-wishlist-item-cart p {
	margin-bottom: 0
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
	margin-right: 0;
	padding-top: 4px
}
#wishlist-table td.customer-wishlist-item-cart {
	padding-right: 15px
}
}
 @media only screen and (max-width: 599px) {
#wishlist-table td.customer-wishlist-item-quantity {
	padding-left: 0
}
#wishlist-table td.customer-wishlist-item-image, #wishlist-table th.customer-wishlist-item-image {
	display: none
}
}
 @media only screen and (max-width: 991px) {
.linearize-table tr, .linearize-table th, .linearize-table td {
	display: block
}
.linearize-table thead th {
	border-right: 0;
	border-left: 0
}
.linearize-table thead th.lin-hide {
	display: none
}
.linearize-table thead th:nth-child(1n+2) {
	display: none
}
.linearize-table tbody tr {
	position: relative;
	border-bottom: 1px solid #ccc
}
.linearize-table tbody td {
	padding: 0 10px 4px;
	border-right: 0;
	border-bottom: 0
}
.linearize-table tbody td.lin-hide {
	display: none
}
.linearize-table tbody td:first-child {
	padding-top: 10px
}
.linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
	font-weight: bold
}
.linearize-table tbody td[data-rwd-label] {
	text-align: left;
	padding-left: 30px
}
.linearize-table tbody td[data-rwd-label]:before {
	content: attr(data-rwd-label) ":";
	font-size: 12px;
	font-family: 'Univers LT 45';
	padding: 5px 5px 5px 0;
	text-transform: uppercase
}
.linearize-table tfoot tr {
	display: block;
	text-align: right
}
.linearize-table tfoot tr:after {
	content: '';
	display: table;
	clear: both
}
.linearize-table tfoot td {
	display: block;
	float: left
}
.linearize-table tfoot td.lin-hide {
	display: none
}
.linearize-table tfoot td:nth-child(odd) {
	clear: left;
	width: 60%
}
.linearize-table tfoot td:nth-child(even) {
	text-align: left;
	width: 40%
}
.linearize-table .linearize-hide {
	display: none
}
.linearize-table .linearize-unpad {
	padding: 0
}
.linearize-table .linearize-show {
	display: block
}
#wishlist-table tr {
	position: relative
}
#wishlist-table th.customer-wishlist-item-image {
	display: block
}
#wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	empty-cells: hide
}
#wishlist-table td.customer-wishlist-item-image {
	display: block;
	overflow: hidden
}
#wishlist-table td.customer-wishlist-item-image a {
	float: left
}
#wishlist-table td.customer-wishlist-item-image a img {
	width: 113px;
	height: 113px
}
#wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
	text-align: left
}
#wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
	float: left;
	margin-right: 15px
}
#wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
	text-align: left
}
#wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
	margin-top: 0
}
#wishlist-table td.customer-wishlist-item-cart .cart-cell {
	display: inline-block;
	width: 48%
}
#wishlist-table td.customer-wishlist-item-cart>p {
	display: inline-block;
	width: 48%
}
#wishlist-table td.customer-wishlist-item-cart>p::after {
	content: '';
	display: table;
	clear: both
}
#wishlist-table td.customer-wishlist-item-remove {
	position: absolute;
	top: 15px;
	right: 0px;
	display: block;
	padding: 0px;
	height: 20px
}
#wishlist-table.clean-table td.customer-wishlist-item-cart {
	width: 100%
}
.my-wishlist .buttons-set {
	border-top: none
}
}
.block-wishlist .mini-products-list>li:not(:last-child) {
	padding-bottom: 5px
}
.block-wishlist .product-details .product-name {
	padding-top: 0;
	margin-bottom: 5px
}
.block-wishlist .price-box {
	float: left;
	margin: 0
}
.block-wishlist .price-box, .block-wishlist .price-box .price, .block-wishlist .link-cart {
	font-size: 12px
}
.block-wishlist .link-cart {
	float: left;
	text-transform: uppercase;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid #EDEDED
}
.header-minicart {
	display: inline-block;
	margin-top: 0px
}
 @media only screen and (min-width: 992px) {
.header-minicart {
	float: right;
	margin-right: 8px
}
}
 @media only screen and (max-width: 991px) {
.header-minicart {
	display: block
}
}
.header-minicart .truncated {
	display: inline-block
}
.header-minicart .fa-shopping-cart {
	color: #899aa0;
}
.header-minicart .minicart-message {
	display: block;
	padding: 10px
}
.header-minicart .empty {
	padding: 0 10px;
	text-align: center;
	color: #648b92;
	text-align: left;
	font-size: 14px;
	margin: 0;
}
.header-minicart .minicart-wrapper {
	clear: both
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none
}
.header-minicart .minicart-wrapper:before {
	background-color: white;
	opacity: 0.8;
	z-index: 2
}
.header-minicart .minicart-wrapper:after {
	background-image: url("../images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3
}
.header-minicart .minicart-wrapper.loading {
	position: relative
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
	display: block
}
.header-minicart .block-cart {
	display: none
}
.header-minicart .block-subtitle {
	color: #989898;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	position: relative
}
.header-minicart .block-subtitle .close {
	float: right;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	top: -10px;
	right: 0
}
.header-minicart .mini-products-list {
	padding: 0 10px
}
.header-minicart .mini-products-list li {
	padding: 8px 5px 8px 11px;
	border-bottom: 1px solid #DDDDDD;
	position: relative
}
.header-minicart .mini-products-list li.last {
	border: none
}
.header-minicart .mini-products-list li .product-details {
	position: relative
}
.header-minicart .product-details .product-name {
	padding-top: 0px;
	font-weight: bold;
	margin-bottom: 5px
}
.header-minicart .product-details .product-name a {
	color: #a3a3a3
}
.header-minicart .product-details .product-name a:hover {
	color: #fff
}
.header-minicart .product-details .action-icons {
	position: absolute;
	top: 0;
	right: 0
}
.header-minicart .product-details .action-icons a {
	font-size: 0;
	line-height: 0;
	margin-left: 5px
}
.header-minicart .product-details .action-icons a::before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 14px
}
.header-minicart .product-details .action-icons a.btn-edit::before {
	content: '\f044'
}
.header-minicart .product-details .action-icons a.remove::before {
	content: '\f014'
}
.header-minicart .product-details .product-wrapper {
	position: relative
}
.header-minicart .info-wrapper {
	margin-bottom: 0.5em
}
.header-minicart .info-wrapper th {
	text-transform: none;
	padding-right: 10px;/*color: #fff*/
}
.header-minicart .info-wrapper td {
	/*color: #fff;*/

	clear: right
}
.header-minicart .info-wrapper .qty-wrapper td {
	height: 33px;
	line-height: 33px
}
.header-minicart .info-wrapper .qty {
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	width: 3.2em;
	text-align: center;
	height: 30px;
	vertical-align: middle
}
.header-minicart .info-wrapper .quantity-button {
	opacity: 0;
	max-width: 70px;
	border: 1px solid #fff;
	padding: 5px 15px;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 100ms;
	transition-duration: 100ms
}
.header-minicart .info-wrapper .quantity-button[disabled] {
	cursor: default
}
.header-minicart .info-wrapper .quantity-button.visible {
	opacity: 1
}
.header-minicart .subtotal {
	background-color: #DDDDDD;
	text-align: center;
	line-height: 2em
}
.header-minicart .subtotal .label {
	text-transform: uppercase
}
.header-minicart .subtotal .price {
	color: #333
}
.header-minicart .minicart-actions {
	padding: 10px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	text-align: center
}
.header-minicart .minicart-actions .checkout-button {
	min-width: 145px;
	background: #fff;
	color: #464646
}
.header-minicart .minicart-actions .checkout-button:hover {
	border-color: #fff;
	background: none;
	color: #fff
}
.header-minicart .minicart-actions .cart-link {
	height: 33px;
	line-height: 39px;
	text-transform: uppercase;
	font-size: 13px
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
	line-height: 1.6
}
.header-minicart #minicart-error-message {
	text-align: center;
	color: red;
	display: none
}
.header-minicart #minicart-success-message {
	text-align: center;
	color: green;
	display: none
}
.header-minicart .jcarousel-control-prev, .header-minicart .jcarousel-control-next {
	display: none
}
.header-minicart.skip-active .block-cart, .block-cart.skip-active {
	display: block;
	margin-bottom: 0;
	border: none
}
 @media only screen and (max-width: 1199px) {
.header-minicart {
	margin-right: 0
}
}
 @media only screen and (max-width: 991px) {
.header-minicart .product-details .product-name a:hover, .header-minicart .info-wrapper th, .header-minicart .info-wrapper td {
	color: #464646 !important
}
.header-minicart .checkout-button:hover {
	color: #464646 !important;
	border-color: #464646 !important
}
}
 @media only screen and (min-width: 768px) {
.checkout-types.minicart {
	float: none;
	text-align: center
}
}
 @media only screen and (max-width: 479px) {
.header-minicart a.skip-cart {
	z-index: 1
}
}
 @media only screen and (max-width: 767px) {
.header-minicart .subtotal .label {
	color: #464646
}
.header-minicart .minicart-wrapper:before {
	background-color: #EDEDED
}
.header-minicart .quantity-button {
	float: none
}
.header-minicart .header-minicart .block-cart {
	padding: 15px
}
.header-minicart .header-minicart .block-subtitle {
	padding-top: 59px
}
.header-minicart .minicart-actions {
	padding-bottom: 33px
}
.header-minicart .minicart-actions .cart-link {
	bottom: 0;
	right: 10px;
	position: absolute
}
.header-minicart .minicart-actions .checkout-types.minicart li {
	display: inline-block
}
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo>a {
	display: inline
}
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
	display: inline-block;
	vertical-align: top
}
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
	width: auto;
	float: none;
	display: inline;
	margin: 0 10px 5px 10px;
	line-height: 40px
}
}
 @media only screen and (max-width: 740px) {
.header-minicart .minicart-actions .cart-link {
	right: auto;
	left: 0;
	text-align: center;
	width: 100%
}
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or, .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
	width: 100%;
	display: block;
	margin-left: 0
}
.header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
	line-height: 1.6
}
}
 @media only screen and (max-width: 599px) {
.header-minicart .minicart-actions .checkout-button {
	width: 100%
}
}
.search-autocomplete {
	left: 0 !important;
	overflow: visible !important;
	position: relative !important;
	top: 15px !important;
	width: 100% !important;
	z-index: 200
}
.search-autocomplete ul {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFFFFF;
	border: 1px solid #a3a3a3;
	left: 0;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.search-autocomplete ul li {
	border-bottom: 1px solid #F4F4F4;
	color: #c8c8c8;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 6px;
	text-align: left
}
.search-autocomplete ul li:hover {
	color: #959595
}
.search-autocomplete ul li.selected {
	background-color: #a3a3a3;
	color: white
}
.search-autocomplete ul li .amount {
	float: right;
	font-weight: bold
}
.search-autocomplete ul li:last-child {
	border-bottom: none
}
.search-autocomplete:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #a3a3a3;
	border-top: none;
	left: 50%;
	top: -7px
}
.advanced-search {
	background: #F4F4F4;
	border: 1px solid #EDEDED;
	padding: 30px
}
.advanced-search select.multiselect option {
	border-bottom: 1px solid #EDEDED;
	padding: 2px 5px
}
 @media only screen and (max-width: 479px) {
.advanced-search {
	padding: 15px
}
}
.product-review .product-img-box p.label {
	font-size: 16px;
	font-family: 'Univers LT 45';
	margin-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	display: block
}
.product-review .product-img-box .rating-box {
	margin: 15px 0
}
.product-review .product-img-box .rating-links .separator, .product-review .product-img-box .moveToTab {
	display: none
}
.product-review .product-img-box .product-image {
	max-width: 50%;
	width: auto
}
.product-review .product-details h2 {
	border-bottom: 1px solid #ccc;
	color: #CF5050;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Eurostile LT ExtendedTwo';
	padding-bottom: 10px
}
.product-review .ratings-table {
	font-family: 'Univers LT 45';
}
.product-review .ratings-table th {
	padding-right: 10px
}
.product-review .ratings-table tr {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	text-transform: uppercase
}
.product-review .ratings-description dt {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Univers LT 45';
	margin-top: 20px;
	padding: 10px 0;
	text-transform: uppercase
}
.product-review .ratings-description dd {
	color: #737373;
	font-family: 'Univers LT 45';
	font-size: 13px;
	padding-top: 7px
}
 @media only screen and (min-width: 768px) {
.product-review .ratings-table tr {
	float: none
}
}
 @media only screen and (min-width: 1126px) {
.product-review .ratings-table tr {
	float: left;
	margin-right: 15px
}
}
 @media only screen and (max-width: 320px) {
.product-review .ratings-table tr {
	float: none
}
}
.cms-page-view .page-title h1, .cms-page-view .page-title h3, .cms-page-view .page-head h1, .cms-page-view .page-head h3, .cms-no-route .page-title h1, .cms-no-route .page-title h3, .cms-no-route .page-head h1, .cms-no-route .page-head h3 {
	border: none
}
.cms-page-view .std img, .cms-no-route .std img {
	max-width: 100%
}
.cms-page-view .std p, .cms-no-route .std p {
	color: #464646;
	font-size: 14px;
	line-height: 24px
}
.cms-page-view .std li, .cms-no-route .std li {
	color: #464646;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px
}
.cms-page-view .col-left:after, .cms-no-route .col-left:after {
	content: '';
	display: table;
	clear: both
}
.cms-no-route .std img {
	width: 100%
}
.cms-page-view .std .messages, .cms-home .std .messages, .cms-no-route .std .messages {
	margin-bottom: 10px
}
.cms-page-view .std .messages ul, .cms-home .std .messages ul, .cms-no-route .std .messages ul {
	margin-bottom: 0
}
.cms-page-view .std .messages li, .cms-home .std .messages li, .cms-no-route .std .messages li {
	list-style: none;
	margin-left: 0;
	font-style: normal;
	font-family: "Helvetica Neue", Verdana, Arial, sans-serif
}
#accordion .toggle-tabs {
	display: none
}
#accordion>dl>dt {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-weight: normal;
	margin-bottom: 0px;
	padding: 7px 10px 7px 24px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	position: relative;
	background-color: #F4F4F4;
	display: block
}
#accordion>dl>dt:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #a3a3a3;
	border-bottom: none;
	left: 10px;
	top: 50%;
	margin-top: -3px
}
 @media only screen and (max-width: 767px) {
#accordion>dl>dt:hover {
	background-color: #ececec
}
}
#accordion>dl>dd {
	padding: 10px;
	margin: 0;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc
}
#accordion>dl>dd:last-child {
	border-width: 0 1px 1px 1px
}
#accordion li {
	position: relative;
	overflow: hidden
}
#accordion li .plusimage h2 {
	margin-right: 10px
}
.page-sitemap .links {
	display: block;
	text-align: right;
	margin: 0 20px 0 0
}
.page-sitemap .links a {
	position: relative
}
.page-sitemap .sitemap {
	padding: 0 20px;
	margin: 15px 0;
	font-size: 12px
}
.page-sitemap .sitemap li {
	margin: 3px 0
}
.contacts-index-index h1 {
	border: none
}
#contactForm {
	padding: 0px
}
#contactForm ul li {
	margin-bottom: 20px
}
#contactForm ul li span {
	display: inline-block;
}
#contactForm ul li span.fa-map-marker, span.fa-phone, span.fa-envelope {
	color: #899aa0;
}
#contactForm ul li span.contact_details_fax, #contactForm ul li span.contact_details_telephone {
	font-weight: 600
}
#contactForm ul li .icons-marker {
	font-size: 24px;
	line-height: 26px;
	color: #CF5050;
	margin: 0 10px 10px 0;
	width: 30px
}
#contactForm p.required {
	float: none;
	text-align: right
}
/*#contactForm label {

	font-size: 11px

}*/

#contactForm .fields .field {
	float: left;
	width: 33%
}
#contactForm .fields .field input {
	width: 95%
}
#contactForm textarea {
	width: 97.5%;
	max-width: 97.5%;
	height: 130px
}
#contactForm:after {
	content: '';
	display: table;
	clear: both
}
#contactForm .fieldset .legend+.required {
	margin: 0
}
#contactForm .buttons-set {
	margin: 10px 0;
	width: 97.5%;
	max-width: 97.5%;
	border-top: none
}
 @media only screen and (max-width: 767px) {
#contactForm {
	padding-left: 0
}
#contactForm .fields .field {
	float: none;
	width: 100%
}
#contactForm .fields .field input {
	width: 100%
}
#contactForm textarea, #contactForm .buttons-set {
	width: 100%;
	max-width: 100%
}
}
 @media only screen and (max-width: 599px) {
.contacts-index-index .buttons-set button {
	float: right;
	margin-left: 5px
}
}
.dropcap {
	background-color: #899aa0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: left;
	font: 30px/36px "Roboto", sans-serif;
	height: auto;
	margin: 0 20px 5px 0;
	overflow: hidden;
	padding: 17px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto
}
img.alignleft {
	float: left;
	margin: 0 20px 0 0
}
.sm_hr {
	background-color: #EDEDED;
	height: 1px;
	margin: 50px 0
}
.about-page figure img {
	border: 1px solid #ccc
}
.team {
	text-align: center
}
.team figure {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #F4F4F4;
	border: 1px solid #ccc;
	display: block;
	margin: 0 auto 12px;
	max-width: 254px;
	padding: 12px
}
.team figure a {
	border: 1px solid #ccc;
	display: block;
	overflow: hidden
}
.team figure:hover {
	background-color: #ececec
}
.team figure img {
	border: medium none
}
.team .excerpt {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 30px;
	text-align: center
}
.testimonials .testi-item {
	margin-bottom: 30px
}
.testimonials .testi-item a {
	font-size: 14px
}
.testimonials .testi-meta {
	display: block;
	line-height: 18px;
	padding-left: 7%;
}
.testimonials .user {
	color: #000;
	font-size: 12px;
	text-transform: uppercase
}
.testimonials blockquote {
	border: 1px solid #dbdbdb;
	margin-bottom: 30px;
	position: relative
}
.testimonials blockquote:after {
	background: url("../images/media/testi_arr.png") no-repeat left top;
	bottom: -20px;
	content: "";
	display: block;
	height: 20px;
	left: 30px;
	position: absolute;
	width: 21px
}
 @media only screen and (max-width: 479px) {
.about-page img.alignleft {
	float: none;
	margin: 0 0 20px 0
}
}
 @media only screen and (max-width: 767px) {
.cms-page-view .data-table tr, .cms-page-view .data-table th, .cms-page-view .data-table td {
	display: block
}
.cms-page-view .data-table thead th {
	border-right: 0;
	border-left: 0
}
.cms-page-view .data-table thead th.lin-hide {
	display: none
}
.cms-page-view .data-table thead th:nth-child(1n+2) {
	display: none
}
.cms-page-view .data-table tbody tr {
	position: relative;
	border-bottom: 1px solid #ccc
}
.cms-page-view .data-table tbody td {
	padding: 0 10px 4px;
	border-right: 0;
	border-bottom: 0
}
.cms-page-view .data-table tbody td.lin-hide {
	display: none
}
.cms-page-view .data-table tbody td:first-child {
	padding-top: 10px
}
.cms-page-view .data-table tbody td:first-child, .cms-page-view .data-table tbody td:first-child h3 {
	font-weight: bold
}
.cms-page-view .data-table tbody td[data-rwd-label] {
	text-align: left;
	padding-left: 30px
}
.cms-page-view .data-table tbody td[data-rwd-label]:before {
	content: attr(data-rwd-label) ":";
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	padding: 5px 5px 5px 0;
	text-transform: uppercase
}
.cms-page-view .data-table tfoot tr {
	display: block;
	text-align: right
}
.cms-page-view .data-table tfoot tr:after {
	content: '';
	display: table;
	clear: both
}
.cms-page-view .data-table tfoot td {
	display: block;
	float: left
}
.cms-page-view .data-table tfoot td.lin-hide {
	display: none
}
.cms-page-view .data-table tfoot td:nth-child(odd) {
	clear: left;
	width: 60%
}
.cms-page-view .data-table tfoot td:nth-child(even) {
	text-align: left;
	width: 40%
}
.cms-page-view .data-table .linearize-hide {
	display: none
}
.cms-page-view .data-table .linearize-unpad {
	padding: 0
}
.cms-page-view .data-table .linearize-show {
	display: block
}
.cms-page-view .data-table thead {
	display: none
}
}
.table.table-list-style>tbody>tr>td {
	border-top: 0;
	padding: 0px 30px 30px
}
.table.table-list-style>tbody>tr>td:not(:last-child) {
	border-right: solid 1px silver
}
 @media only screen and (max-width: 599px) {
.table.table-list-style>tbody>tr>td {
	padding: 0 10px 10px
}
}
.table.table-list-style h4 {
	float: right;
	max-width: 300px;
	text-align: right
}
.price-box .minimal-price-link .label {
	color: #CF5050;
	font-family: 'Univers LT 45';
	font-size: 12px;
	text-transform: uppercase
}
.map-info {
	white-space: nowrap
}
.catalog-product-view .map-info {
	white-space: normal
}
.catalog-product-view .map-info>span {
	float: none;
	margin-bottom: 5px
}
.catalog-product-view .price-box.map-info>a {
	float: none;
	display: inline-block;
	font-size: 12px
}
.notice-cookie .notice-inner {
	padding-bottom: 0
}
.notice-cookie .notice-inner:after {
	content: '';
	display: table;
	clear: both
}
.notice-cookie .notice-text {
	float: left;
	max-width: 90%;
	padding-top: 4px;
	text-align: left
}
.notice-cookie .notice-text p {
	padding-bottom: 14.5px;
	line-height: 1.3
}
.notice-cookie .actions {
	float: left;
	text-align: right;
	padding-bottom: 14.5px
}
 @media only screen and (max-width: 991px) {
.notice-cookie .notice-text {
	max-width: 86%
}
.about-left-a a span {
	font-size: 9px;
}
}
 @media only screen and (max-width: 767px) {
.notice-cookie {
	padding: 0 20px
}
.notice-cookie .notice-text {
	max-width: 82%;
	padding-top: 0
}
}
 @media only screen and (max-width: 620px) {
.notice-cookie {
	padding: 0 20px
}
.notice-cookie .notice-inner {
	background-position: left 10px
}
.notice-cookie .notice-inner:after {
	content: '';
	display: table;
	clear: both
}
.notice-cookie .notice-text {
	float: none;
	max-width: 100%;
	padding-top: 0
}
.notice-cookie .actions {
	text-align: left
}
}
#addTagForm .input-box input {
	width: 100%
}
#addTagForm button {
	margin-top: 5px;
	margin-bottom: 10px
}
#addTagForm .form-add {
	margin-top: 10px
}
.product-tags {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0
}
.product-tags li {
	float: left;
	margin-right: 15px
}
.product-tags li.last {
	margin-right: 0px
}
.tags-list {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
.tags-list>li {
	float: left;
	margin-right: 10px
}
.block-tags .actions>a {
	font-size: 12px
}
.my-tag-edit .button.btn-remove {
	padding: 0
}
.my-tag-edit .button.btn-remove:after {
	color: white
}
 @media only screen and (max-width: 767px) {
.tags-list>li, .tags-list {
	float: none
}
}
.captcha-note {
	clear: left;
	padding-top: 5px
}
.captcha-image {
	float: left;
	display: inline;
	max-width: 100%;
	position: relative;
	width: 258px;
	margin-bottom: 10px
}
.captcha-image .captcha-img {
	border: 1px solid #b6b6b6;
	vertical-align: bottom;
	width: 100%
}
.registered-users .captcha-image {
	margin: 0
}
.captcha-reload {
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px
}
.captcha-reload.refreshing {
	animation: rotate 1.5s infinite linear;
	-webkit-animation: rotate 1.5s infinite linear;
	-moz-animation: rotate 1.5s infinite linear
}
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
	width: 100%
}
.captcha-reload {
	position: absolute;
	right: 4px;
	top: 4px
}
.captcha-img {
	border: 20px solid #bbb
}
.captcha-input-container {
	margin-bottom: 10px
}
.control.newsletter-box, .captcha-input-container, .captcha-img-container {
	float: none;
	clear: both
}
.control.newsletter-box:after, .captcha-input-container:after, .captcha-img-container:after {
	content: '';
	content: '';
	display: table;
	clear: both
}
#co-billing-form ul.form-list>.control {
	float: left;
	margin: 0 0 5px;
	width: 100%
}
 @media only screen and (max-width: 479px) {
.sales-order-invoice .sub-title, .sales-order-creditmemo .sub-title, .sales-order-shipment .sub-title {
	float: left;
	font-size: 15px;
	text-align: center;
	width: 100%
}
.sales-order-invoice .order-links, .sales-order-creditmemo .order-links, .sales-order-shipment .order-links {
	text-align: center;
	width: 100%
}
}
#recurring_profile_list_view th {
	white-space: normal
}
#recurring_profile_list_view th span {
	white-space: inherit
}
 @media only screen and (max-width: 479px) {
#recurring_profile_list_view {
	font-size: 12px
}
#recurring_profile_list_view a {
	font-size: inherit
}
#recurring_profile_list_view th, #recurring_profile_list_view td {
	padding: 2px
}
}
.recurring-profiles-title {
	float: left
}
.recurring-profiles-title h1 {
	margin-bottom: 7px
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
	float: right;
	text-align: right;
	margin-bottom: 30px
}
 @media only screen and (max-width: 479px) {
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
	text-align: center;
	float: none
}
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
	position: static
}
.recurring-profiles-messages:after {
	content: '';
	display: table;
	clear: both
}
#recurring_start_date_trig {
	display: inline
}
.billing-agreements .info-box {
	margin-bottom: 30px
}
.billing-agreements .info-box:after {
	content: '';
	display: table;
	clear: both
}
.billing-agreements .info-box .form-list {
	max-width: 400px;
	width: 100%
}
.billing-agreements .info-box .box-title {
	margin-top: 20px;
	margin-bottom: 7px
}
.billing-agreements .info-box .button {
	float: right;
	margin-top: 7px
}
 @media only screen and (max-width: 479px) {
.billing-agreements .info-box .button {
	width: 100%;
	float: none
}
}
.billing-agreements #payment_method {
	width: 100%;
	margin-top: 7px;
	margin-bottom: 7px
}
.billing-agreement-view-header-wrapper .heading {
	max-width: 80%
}
 @media only screen and (max-width: 479px) {
.billing-agreement-view-header-wrapper .heading {
	max-width: 100%
}
}
.billing-agreement-details td, .billing-agreement-details th {
	padding: 3.5px
}
 @media only screen and (max-width: 991px) {
.billing-agreements .data-table .created-at, .billing-agreements .data-table .updated-at {
	display: none
}
}
.catalogsearch-term-popular .tags-list {
	float: left;
	width: 100%
}
.catalogsearch-term-popular .tags-list>li {
	float: left;
	height: 40px;
	margin-right: 25px
}
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
	width: 100%
}
 @media only screen and (min-width: 768px) {
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
	max-width: 100px
}
}
.widget {
	clear: both
}
.widget .pager {
	float: none;
	width: 100%
}
 @media only screen and (min-width: 1199px) {
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd), .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
	clear: none
}
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1), .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
	clear: none
}
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even), .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n), .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even), .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
	margin-right: 2.22222%
}
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li, .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li, .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
	margin-right: 2.22222%
}
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li, .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li, .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
	width: 23.33333%;
	margin-right: 2.22222%
}
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1), .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
	clear: left
}
.col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n), .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n), .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
	margin-right: 0
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd), .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
	clear: none
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1), .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
	clear: none
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even), .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n), .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even), .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
	margin-right: 2.22222%
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li, .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li, .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
	margin-right: 2.22222%
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li, .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li, .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
	width: 18.22222%;
	margin-right: 2.22222%
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1), .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
	clear: left
}
.col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n), .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n), .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
	margin-right: 0
}
}
 @media only screen and (min-width: 767px) {
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
	clear: none
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
	clear: none
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even), .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
	margin-right: 2.22222%
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
	margin-right: 2.22222%
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
	width: 23.33333%;
	margin-right: 2.22222%
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
	clear: left
}
.col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
	margin-right: 0
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
	clear: none
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
	clear: none
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even), .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
	margin-right: 2.22222%
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
	margin-right: 2.22222%
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
	width: 18.22222%;
	margin-right: 2.22222%
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
	clear: left
}
.col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
	margin-right: 0
}
}
body[class*="checkout-multishipping-"] .checkout-progress {
	width: 100%;
	float: left;
	margin-bottom: 25px
}
body[class*="checkout-multishipping-"] .checkout-progress>li {
	float: left;
	width: 20%;
	text-align: center;
	padding: 8px 1% 6px;
	background: #F4F4F4;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif
}
body[class*="checkout-multishipping-"] .checkout-progress>li.active {
	background-color: #464646
}
body[class*="checkout-multishipping-"] .checkout-progress>li.last {
	border-right: 0px
}
body[class*="checkout-multishipping-"] .page-title {
	float: left;
	width: 100%;
	margin-bottom: 15px
}
body[class*="checkout-multishipping-"] .page-title h1 {
	border: 0 none;
	float: left;
	margin-top: 2px;
	margin-right: 2%
}
body[class*="checkout-multishipping-"] .page-title .button {
	float: right
}
body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
	text-transform: none;
	font-size: 17px;
	margin-bottom: 15px
}
body[class*="checkout-multishipping-"] .messages {
	float: left;
	width: 100%
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
	width: 66%
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
	width: 30%
}
body[class*="checkout-multishipping-"] .actions {
	margin-bottom: 10px
}
body[class*="checkout-multishipping-"] .grand-total {
	text-align: right;
	font-size: 16px;
	font-weight: normal
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
	float: right
}
body[class*="checkout-multishipping-"] #review-buttons-container {
	float: right;
	text-align: right
}
.checkout-multishipping-addresses .btn-remove2 {
	text-indent: -5555px;
	display: block;
	width: 22px;
	height: 22px
}
.checkout-multishipping-shipping .gift-messages {
	margin-top: 20px
}
.checkout-multishipping-shipping .gift-messages-form {
	margin-top: 15px
}
.checkout-multishipping-shipping .gift-messages-form h4 {
	margin-top: 15px;
	margin-bottom: 5px
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
	margin-top: 10px;
	margin-bottom: 25px
}
.checkout-multishipping-shipping .gift-messages-form .item {
	margin-top: 15px
}
.checkout-multishipping-shipping .col-1 .box-title h2, .checkout-multishipping-shipping .col-1 .box-title h3, .checkout-multishipping-shipping .col-1 .box-title h4, .checkout-multishipping-shipping .col-2 .box-title h2, .checkout-multishipping-shipping .col-2 .box-title h3, .checkout-multishipping-shipping .col-2 .box-title h4, .checkout-multishipping-billing .col-1 .box-title h2, .checkout-multishipping-billing .col-1 .box-title h3, .checkout-multishipping-billing .col-1 .box-title h4, .checkout-multishipping-billing .col-2 .box-title h2, .checkout-multishipping-billing .col-2 .box-title h3, .checkout-multishipping-billing .col-2 .box-title h4, .checkout-multishipping-overview .col-1 .box-title h2, .checkout-multishipping-overview .col-1 .box-title h3, .checkout-multishipping-overview .col-1 .box-title h4, .checkout-multishipping-overview .col-2 .box-title h2, .checkout-multishipping-overview .col-2 .box-title h3, .checkout-multishipping-overview .col-2 .box-title h4 {
	font-weight: normal;
	width: 100%;
	background: #F4F4F4;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 14px
}
.checkout-multishipping-shipping .col-1>h4, .checkout-multishipping-shipping .col-2>h4, .checkout-multishipping-billing .col-1>h4, .checkout-multishipping-billing .col-2>h4, .checkout-multishipping-overview .col-1>h4, .checkout-multishipping-overview .col-2>h4 {
	font-weight: normal;
	width: 100%;
	background: #F4F4F4;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 14px
}
.checkout-multishipping-shipping .col-1 .box-content, .checkout-multishipping-shipping .col-2 .box-content, .checkout-multishipping-billing .col-1 .box-content, .checkout-multishipping-billing .col-2 .box-content, .checkout-multishipping-overview .col-1 .box-content, .checkout-multishipping-overview .col-2 .box-content {
	margin-bottom: 25px;
	padding-left: 10px;
	margin-top: 10px
}
.checkout-multishipping-billing .sp-methods dt {
	float: left;
	width: 100%
}
#multiship-addresses-table>tbody>tr>td.a-center.last>a {
	background-image: none
}
#review-order-form>div:nth-child(3)>div.divider {
	width: 100%;
	clear: both
}
 @media only screen and (max-width: 991px) {
body[class*="checkout-multishipping-"] .checkout-progress span {
	word-spacing: 300px
}
}
 @media only screen and (max-width: 767px) {
body[class*="checkout-multishipping-"] .checkout-progress span {
	width: 12px
}
body[class*="checkout-multishipping-"] .checkout-progress li {
	width: 100%;
	margin: 0;
	text-align: left;
	padding-left: 3%;
	border-right: 0px
}
body[class*="checkout-multishipping-"] .checkout-progress span {
	word-spacing: 1px;
	width: 12px
}
body[class*="checkout-multishipping-"] .box-title {
	float: left;
	width: 100%
}
body[class*="checkout-multishipping-"] .page-title .button {
	float: left;
	margin-bottom: 10px
}
body[class*="checkout-multishipping-"] .linearize-table tfoot td {
	text-align: right
}
body[class*="checkout-multishipping-"] .linearize-table select {
	width: 100%;
	min-width: 200px
}
body[class*="checkout-multishipping-"] .col-1.col-narrow, body[class*="checkout-multishipping-"] .col-2.col-wide {
	width: 100%;
	padding: 0
}
}
 @media only screen and (max-width: 599px) {
.checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
	text-align: left;
	padding-left: 10px;
	margin-top: 12px
}
}
 @media only screen and (max-width: 479px) {
body[class*="checkout-multishipping-"] .buttons-set .back-link {
	display: block
}
}
#newsletterpopup .modal-dialog {
	top: 50%;
	margin-top: -250px;
	width: 970px;
	position: absolute;
	left: 50%;
	margin-left: -485px
}
#newsletterpopup .modal-body {
	padding: 0
}
#newsletterpopup .newsletterpopup-content {
	background: #fff;
	position: relative;
	padding: 0;
	background-size: contain
}
#newsletterpopup .newsletterpopup-content .newsletterpopup-indent {
	text-align: right
}
#newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body:after {
	content: "";
	display: table;
	clear: both
}
#newsletterpopup button.button span span {
	text-transform: uppercase
}
#newsletterpopup .newsletter-title {
	margin: 0;
	margin-bottom: 10px;
	color: #464646;
	font-family: 'Univers LT 45';
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: uppercase;
	text-align: center;
	margin-left: 15%;
	font-size: 30px;
	color: #fff;
	text-transform: none;
	text-align: left
}
#newsletterpopup .newsletter-slogan {
	line-height: 24px;
	margin-bottom: 15px;
	text-align: center;
	margin-left: 15%;
	color: #919191;
	text-align: left
}
#newsletterpopup .button {
	background: #fff;
	color: #464646;
	height: 47px;
	border: 1px solid #fff
}
#newsletterpopup .button:hover {
	background: none;
	color: #fff
}
#newsletterpopup .block-content {
	float: right;
	margin-top: 30px;
	position: relative
}
#newsletterpopup .block-content .form-group {
	width: 290px;
	float: left
}
#newsletterpopup .block-content .form-group .input-text {
	width: 100%;
	height: 47px;
	background: #fff;
	border: 1px solid #e7e7e6;
	width: 100%
}
#newsletterpopup .block-content .actions {
	float: right;
	margin-left: 6px;
	max-width: 159px
}
#newsletterpopup .block-content .actions .button {
	border-radius: 25px;
	padding: 5px 20px
}
#newsletterpopup .close {
	background: none;
	width: 30px;
	height: 30px;
	font-size: 20px;
	display: block;
	text-align: center;
	opacity: 1;
	text-shadow: 0;
	color: #fff;
	z-index: 2;
	font-weight: normal;
	position: absolute;
	top: 10px;
	right: 10px
}
#newsletterpopup .close:hover {
	-webkit-box-shadow: 0 0px 21px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 21px rgba(0,0,0,0.5);
	box-shadow: 0 0px 21px rgba(0,0,0,0.5)
}
#newsletterpopup .close i {
	display: block;
	margin: -3px -2px 0 0
}
#newsletterpopup .validation-advice {
	position: absolute;
	bottom: -45px;
	width: 100%;
	text-align: left
}
 @media only screen and (max-width: 991px) {
#newsletterpopup .modal-dialog {
	width: 600px;
	margin-left: -300px
}
#newsletterpopup .newsletter-slog, #newsletterpopup .newsletter-title {
	margin-left: 15%
}
#newsletterpopup .form-group {
	width: 230px
}
#newsletterpopup .top-container {
	display: none
}
}
 @media only screen and (max-width: 767px) {
#newsletterpopup .modal-dialog {
	width: 90%;
	width: calc(100% - 20px);
	margin-left: 0;
	left: 10px;
	top: 10px;
	height: 90%;
	height: calc(100% - 20px);
	margin-top: 0;
	padding-bottom: 40px
}
#newsletterpopup .block-content {
	float: right;
	position: relative;
	margin-bottom: 50px
}
#newsletterpopup .block-content .form-group {
	width: 100%;
	float: none
}
#newsletterpopup .block-content .form-group .input-text {
	padding-right: 50px
}
#newsletterpopup .block-content .actions {
	position: absolute;
	top: 0;
	right: 0
}
#newsletterpopup button.button {
	padding: 6px 5px 2px
}
#newsletterpopup button.button span span {
	display: none
}
#newsletterpopup button.button span::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 32px
}
#newsletterpopup button.button:hover {
	color: #333
}
}
 @media only screen and (max-width: 599px) {
#newsletterpopup .newsletterpopup-content {
	position: relative;
	background-size: contain
}
#newsletterpopup .newsletterpopup-content .newsletterpopup-indent {
	text-align: center
}
#newsletterpopup .newsletterpopup-content .newsletterpopup-indent .modal-body {
	padding: 0
}
#newsletterpopup .newsletter-title {
	margin-left: 0
}
#newsletterpopup .newsletter-slogan {
	margin-left: 0
}
}
#newsletterpopup .top-container {
	padding-bottom: 38.35%;
	background: url(../images/newsletterpopup.jpg);
	background-size: cover
}
#newsletterpopup .bottom-container {
	background: #464646
}
#newsletterpopup .bottom-container>div {
	float: left;
	width: 50%;
	padding: 20px 30px 20px 0
}
 @media only screen and (max-width: 767px) {
#newsletterpopup .bottom-container>div {
	float: none;
	width: 100%;
	padding-left: 30px
}
}
.widget-catalogsale-products-carousel {
	position: relative
}
.widget-catalogsale-products-carousel .sale-carousel {
	margin: 0 -15px;
	width: auto
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div {
	background: none;
	opacity: 1;
	position: absolute;
	margin: 0
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev, .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 30%;
	left: -15px;
	right: auto;
	background: none
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:hover, .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:hover {
	opacity: 0.7
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:before, .widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: inherit;
	line-height: normal;
	font-weight: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	font-size: 30px;
	color: #CF5050;
	background: none
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
	right: -15px;
	left: auto
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev:before {
	content: ""
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next:before {
	content: ""
}
 @media only screen and (max-width: 991px) {
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-prev {
	left: 10px
}
.widget-catalogsale-products-carousel .sale-carousel .owl-controls .owl-buttons div.owl-next {
	right: 10px
}
}
.nav-container, .nav-container-mobile {
	position: relative;
	z-index: 4;
	width: 100%;
	background: none
}
.nav-container {
	background: none
}
.nav-container-mobile {
	display: none
}
.nav {
	margin: 0 auto
}
.nav .grid-full {
	position: relative;
	z-index: 9;
	width: 100%;
	padding: 0px;
	background: none;
	border: none
}
/*.nav .grid-full>li {
	margin: 0 4px 0 0
}*/
.nav .grid-full > li.first {
	margin-left: 0;
}
.nav .grid-full > li.last {
	margin-right: 0;
}
.nav .grid-full > li:after {
	content: "";
	height: 14px;
	width: 1px;
	background: #899aa0;
	display: inline-block;
	position: relative;
	left: 1px;
	top: 2px;
}
.nav .grid-full>.parent {
	/*padding-right: 10px;*/
	position: relative;
}
.nav .grid-full .level.nav-1.first.last.parent.no-level-thumbnail {
	position: static
}
.nav .grid-full>li:last-child:after {
	display: none
}
.nav .grid-full>li.last:after {
	display: none
}
.nav .grid-full ul li a {
	display: inline-block;
	float: none;
	font-family: 'Eurostile LT ExtendedTwo';
}
.grid-full .grid-full-home-link span {
	padding-left: 30px !important;
	padding-right: 30px !important
}
.grid-full li {
	float: left
}
.grid-full .li-wrapper {
	float: none
}
.grid-full>li {
	border-right: none
}
.grid-full li a .thumbnail {
	background: none;
	border: 0;
	border-radius: 0;
	display: block;
	line-height: inherit;
	margin: 0;
	padding: 0
}
.grid-full>li>a {
	font-size: 11px;
	padding: 5px 16px;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding: 0;
	color: #464646;
	text-transform: uppercase;
	letter-spacing: 0;
	font-family: 'Eurostile LT ExtendedTwo';
}
.grid-full>li.over>a {
	color: #fff;
	background: #899aa0
}
.grid-full>li.parent.over>a:before {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -20px
}
.grid-full>li>a>span {
	padding: 7px 13px;
	cursor: pointer;
	white-space: normal;
	position: relative;
	z-index: 2;
	font-size:9px;
}
.grid-full > li.our-brands-menu > .level-top { left:0; right:inherit;}
.grid-full>li.parent>a>span{ padding-right:14px;}
.nav .grid-full>.parent>a>span:after {
	display: inline-block;
	font-size: 15px;
	color: #464646;
	border-radius: 20px;
	line-height: 15px;
	vertical-align: middle;
	position: absolute;
	right: 0px;
	top: 23%;
	margin-right:2px;
}
.nav .grid-full .parent.active>a>span:after, .nav .grid-full ul li a {
	color: #fff
}
.nav .grid-full>.parent>a.over>span:after {
	color: #fff
}
.grid-full>li>a .thumbnail {
	display: none
}
.grid-full li a span {
	display: block
}
.grid-full > li > .level-top {
	top: 35px;
	right: 0;
	position: absolute;
	z-index: -99999;
	border: none;
	background: #899aa0;
	display: none;
	overflow: hidden;
	height: auto !important;
	min-width: 270px;
	border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
}
/*.nav .grid-full .level.nav-1.first.last.parent.no-level-thumbnail div.level-top { width:100%;}*/

/*.grid-full>li>.level-top .level.column5 {

	background: url(../../../images/bkg-sub.png) no-repeat left bottom #fff

}*/

.grid-full .parent:hover>.level-top {
	/*left: 0px;*/

	z-index: 99999
}
.grid-full ul .static-block div, .grid-full ul .static-block {
	position: static !important
}
.grid-full ul ul {
	position: static !important;
	width: 100%
}
.nav .grid-full .level2 {
	margin: 0px
}
.nav li>.shown-sub, .nav li>div.shown-sub {
	right: 0px;
	display: block
}
.grid-full ul span, .grid-full ul .last li span {
	padding: 0px
}
.grid-full .level-top .level {
	padding: 0;
	float: left;
	top: 0px;
	width: 100% !important
}
.grid-full .nav-1 .level-top .level.column2 { width:750px !important;}
.grid-full .nav-1 .level-top .level.column3 { width:1000px !important;}
/*.grid-full .level.nav-2 .level-top .level {width: 100% !important}*/
.grid-full .parent .level-top>.level .level>li {
	float: none
}
.grid-full .parent .level-top>.level .level>li>.catagory_children {
	padding: 15px 15px;
	width: 100% !important
}
.grid-full .level-top .level .level {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0;
	height: auto
}
.grid-full ul ul, .grid-full ul div {
	position: relative;
	top: 0
}
.grid-full .level1 .catagory-level1 {
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: normal;
}
.grid-full .level1 .catagory-level1:hover, .grid-full .level1.active .catagory-level1 {
	color: #000
}
.grid-full .level1.menu-product {
	padding-top: 10px
}
.grid-full ul .level1.menu-product img {
	float: left;
	width: 90px;
	padding: 10px;
	height: auto;
	margin-right: 10px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.3)
}
.grid-full ul .level1.menu-product .levelproduct {
	float: left
}
.grid-full ul .level1.menu-product .levelproduct.fast {
	margin-left: 0px
}
.grid-full ul .level1.menu-product .availability {
	margin-left: -55px;
	margin-top: 10px
}
.grid-full .menu-product .level2 a {
	display: block;
	float: left
}
.grid-full .menu-product .level2 a .product-name {
	line-height: 15px;
	color: #000;
	text-shadow: 0 0 0 #f03838;
	font-size: 14px;
	padding: 0px !important
}
.grid-full .menu-product .level2 div.rating-box {
	float: left;
	left: -141px;
	margin-right: 88px;
	margin-top: 5px;
	position: static;
	width: 55px
}
.grid-full .grid-full-home-link:hover a, .grid-full .level.over>a, .grid-full .level.active>a {
	color: #fff;
	background: #899aa0
}
.grid-full .level.over a:before, .grid-full .level.active a:before, .grid-full .level.over a:after, .grid-full .level.active a:after {
	width: 100%;
	left: 0
}
.grid-full .grid-full-home-link:hover .level-top a, .grid-full .level.over .level-top a, .grid-full .level.active .level-top a {
	background: none;
	overflow: visible
}
.grid-full .level.over .menu-product a, .grid-full .level.over .catagory_children span, .grid-full .level.over p a span, .grid-full .level.over p a {
	background: none
}
.nav .grid-full>li>a>span, .grid-full .level.over .catagory_children a span, .grid-full .level.over .catagory_children a, .grid-full ul .level1.menu-product button a span {
	background: none
}
.grid-full>li>a>span.spanchildren, .grid-full>.over>a>span.spanchildren, .nav .grid-full>.nav-3>a>span.spanchildren {
	display: none
}
.grid-full ul .level1.menu-product .price-box {
	float: left;
	margin: 10px 0
}
.grid-full ul .level1.menu-product .price-box .old-price .price {
	padding: 0px;
	margin-right: 10px
}
.grid-full ul .level1.menu-product .price-box .special-price .price {
	margin-top: -1px;
	float: left
}
.grid-full .catagory_children:after {
	content: "";
	display: table;
	clear: both
}
.grid-full .catagory_children .level1 {
	margin-right: 1%;
	background: none
}
.grid-full .catagory_children .item {
	float: left
}
.grid-full .column1 .catagory_children .level1 {
	width: 100% !important;
	margin: 0
}
.grid-full .catagory_children .level1 span {
	padding: 0px !important;
	text-shadow: none;
	position: relative
}
.grid-full .static-block-right {
	float: right
}
.grid-full .catagory_children .level1 .level-top {
	width: 100%;
	background: none;
	box-shadow: none;
	padding: 0px;
	left: 0px;
	position: static !important
}
.grid-full .catagory_children .level-top .level1 {
	margin: 0px
}
.grid-full .catagory_children .level-top .static-block {
	margin-top: 5px
}
.grid-full .catagory_children .catagory_children .level2 {
	width: 100%;
	margin: 0;
	position: relative
}
.grid-full .catagory_children .catagory_children li a span, .nav .grid-full .first ul .nav-1-1 .catagory_children span {
	text-transform: none !important;
	text-shadow: none;
	float: left
}
.grid-full .level1 .level2 img {
	margin-right: 5px
}
.grid-full .menu-product1 a {
	float: left
}
.grid-full .menu-product1 .level2 span {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	text-transform: none !important
}
.grid-full .menu-product1 a span.product-name {
	color: #333;
	margin-top: 5px
}
.grid-full ul li .price-box {
	margin-left: 29px;
	margin-top: -13px;
	position: static;
	top: -20px;
	width: 140px
}
.grid-full ul li .price-box p {
	float: left;
	font-size: 12px
}
.grid-full ul .levelproduct .price-box .special-price span {
	float: left;
	margin-left: 5px;
	font-size: 12px
}
.grid-full .catagory_children .level-top .level1.menu-product1 {
	float: left;
	width: 100%
}
.grid-full .catagory_children .catagory_children .level2.last {
	margin-bottom: 0px;
	border-bottom: 0px solid red
}
.grid-full .catagory_children .catagory_children .level2.no-level-thumbnail .thumbnail, .grid-full .catagory_children .catagory_children .level4.no-level-thumbnail .thumbnail {
	display: none
}
.grid-full .level1 .catagory_children {
	position: static;
	width: 100%
}
.grid-full .level-top .level2.column2 {
	float: left;
	margin-left: 135px;
	margin-top: 0px;
	position: absolute !important;
	z-index: 9999999;
	width: 756px;
	border: 1px solid #dce1e6;
	display: none;
	left: 0
}
.grid-full .level-top ul, .grid-full .level-top div {
	left: 0px
}
.grid-full .level-top .catagory_children .level2.column1 {
	float: left;
	margin: 0;
	position: absolute !important;
	z-index: 9999999
}
.grid-full .catagory_children .level3 .level4 {
	left: 0px;
	margin-left: 0px
}
.grid-full .level-top .level3 .catagory_children {
	margin-left: 0;
	margin-top: 0;
	position: relative !important
}
.grid-full .catagory_children .level3 .level-top .level3 {
	position: relative !important
}
.grid-full .catagory_children .catagory_children .level2:hover>a, .grid-full .catagory_children .catagory_children .level2.active>a {
	color: #000;
	position: relative;
	text-decoration: none !important;
	width: 100%;
	z-index: 999999
}
.grid-full .catagory_children .catagory_children .level2 a {
	background: none;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	line-height: 12px;
	margin: 0 0 0 -10px;
	padding: 4px 5px 4px 10px;
	position: relative;
	width: 100%
}
.grid-full .catagory_children .catagory_children .level2 a span:before {
	content: "-";
	margin-right: 5px
}
.grid-full .catagory_children .catagory_children .level2 a span.spanchildren:before {
	content: "";
}
.grid-full li.catagory_children a span.spanchildren {
	display: table-column;
}
.grid-full .catagory_children .catagory_children .level2 a:after {
	content: "";
	display: table;
	clear: both
}
.grid-full .catagory_children .catagory_children .level2.parent:hover li a {
	box-shadow: none;
	width: auto
}
.grid-full .catagory_children .level3 {
	float: left;
	width: 100%
}
.grid-full .level2 .catagory_children.column1 {
	padding: 20px;
	margin-top: -20px;
	display: none
}
.grid-full .level2:hover .catagory_children.column1 {
	display: block
}
.grid-full .level2 .catagory_children.column1 .grid-full .catagory_children.column1 .level3 a {
	margin: 0
}
.grid-full .catagory_children .level3.level-top {
	float: left
}
.grid-full .catagory_children.column1 .level3 a:hover, .grid-full .catagory_children.column1 .level3.active a {
	color: #fff
}
.grid-full .level2 .static-block-left {
	float: left
}
.grid-full .level2 .catagory_children.column2 {
	float: left;
	width: 320px
}
.grid-full .level2 .catagory_children.column2.catagory_children {
	border: none;
	margin-top: 20px
}
.grid-full .level2 .catagory_children.column2 .level3 .catagory_children {
	margin-top: -20px;
	border: none
}
.grid-full .level2 .catagory_children.column2 .level3 {
	float: left;
	margin-right: 10px;
	border: none;
	margin: 0
}
.grid-full .level-top .level2 .level4 .menu-content {
	display: none
}
.grid-full .level2 .catagory_children .level3 {
	margin-bottom: 10px
}
.grid-full .level2 .catagory_children .level3:last-child {
	margin-bottom: 0
}
.grid-full .catagory_children .catagory_children .level2 .level4 a, .grid-full .catagory_children .catagory_children .level2:hover .level4 a {
	border: none;
	margin: 0px;
	padding: 0px
}
.grid-full .level2 .catagory_children .level3 .catagory_children {
	float: left;
	width: 100%
}
.grid-full .catagory_children .catagory_children .level4.no-level-thumbnail {
	height: 30px;
	margin: 0;
	width: 100%;
	border-bottom: 1px dotted #dce1e6
}
.grid-full .level .catagory_children .level2 .catagory_children .level4 a span, .nav .grid-full .level .catagory_children .level2 .first ul .level4.nav-1-1 .catagory_children span {
	text-transform: none !important
}
.grid-full .level2:hover .level-top .level2.column2, .grid-full .level2:hover .level-top .level2.column1, .grid-full .level2.active .level-top .level2.column1 {
	display: block;
	left: auto;
	right: -100%
}
.grid-full .old-price .price {
	color: #999
}
.grid-full .catagory_children .catagory_children .level2:hover .level3 a {
	border: none
}
.grid-full .catagory_children .catagory_children.leftchildren {
	border-bottom: 0 none;
	float: left;
	margin: 0
}
.grid-full .static-block p {
	line-height: 23px
}
.grid-full .catagory_children .level-top .static-block p a span {
	text-transform: none !important
}
.grid-full .btn-carthover2 span span {
	color: #ff7575;
	height: 25px;
	margin-left: 20px;
	padding: 0 !important
}
.grid-full ul.add-to-links li {
	width: 85px;
	float: left
}
.grid-full .level a.link-wishlist, .grid-full .level:hover a.link-wishlist, .grid-full a.link-wishlist, .grid-full .level-top:hover a.link-wishlist {
	background: url(../../../images/cmsmart/megamenu/wl_1.png) no-repeat scroll 0 1px;
	display: block;
	font-size: 10px;
	height: 35px;
	overflow: hidden;
	margin: 0px;
	padding-left: 20px;
	line-height: 18px
}
.grid-full .add-to-links li:hover a.link-wishlist:hover {
	background: url(../../../images/cmsmart/megamenu/wl.png) no-repeat scroll 0 1px
}
.grid-full .level a.link-compare, .grid-full .level:hover a.link-compare, .grid-full a.link-compare, .grid-full .level-top:hover a.link-compare {
	display: block;
	font-size: 10px;
	height: 35px;
	overflow: hidden;
	background: url(../../../images/cmsmart/megamenu/cp_1.png) no-repeat scroll 0 1px;
	margin-top: 0px;
	padding-left: 20px;
	line-height: 35px
}
.grid-full .add-to-links li:hover a.link-compare:hover {
	background: url(../../../images/cmsmart/megamenu/cp.png) no-repeat scroll 0 1px
}
.grid-full .level-top:hover button span, .grid-full .level-top:hover .add-to-links span {
	background: none
}
.grid-full ul.add-to-links {
	float: left;
	position: inherit !important;
	width: 100%;
	margin-top: -10px
}
.grid-full .level1.menu-product-one .level2 img {
	margin-top: 5px;
	width: 100%
}
.grid-full .level1.menu-product-one .price-box {
	float: left;
	text-align: center;
	width: 100%
}
.grid-full .level1.menu-product-one .price-box p.old-price {
	margin-left: 25px;
	margin-right: 30px;
	margin-top: 4px
}
.grid-full .level1.menu-product-one .price-box p.special-price {
	margin-top: 2px
}
.grid-full .level1.menu-product-one .price-box p span {
	font-size: 14px
}
.grid-full .level1.menu-product-one div.rating-box {
	position: static !important;
	top: 50px;
	width: 55px
}
.grid-full .level1.menu-product-one li a {
	float: left;
	text-align: center;
	width: 100%
}
.grid-full>.grid-full-home-link a span {
	background: none repeat scroll 0 0 transparent
}
.grid-full .level1.menu-product-one ul.add-to-links {
	margin-top: 5px;
	border-top: 1px solid #dedede;
	padding-top: 5px
}
.grid-full .level1.menu-product-one ul.add-to-links li {
	width: 45%;
	float: left;
	white-space: normal
}
.grid-full .level1.menu-product-one ul.add-to-links span {
	float: left
}
.grid-full .level1.menu-product-one ul.add-to-links li a {
	height: auto;
	line-height: 20px;
	text-align: left;
	white-space: normal;
	width: auto
}
.grid-full .catagory_children .catagory_children li:hover .catagory_children a span {
	text-decoration: none
}
.grid-full .level2 .catagory_children.column2 .level3 div {
	float: left
}
.grid-full .pin-bottom:before {
	border-color: transparent;
	border-style: solid;
	border-width: 4px;
	content: "";
	height: 0;
	position: absolute;
	right: 10px;
	top: 22px;
	transition: border-color 450ms ease-in-out 0s;
	width: 0
}
.grid-full .level span.cat-label {
	background: #fe3c3c;
	border: medium none;
	color: #FFF;
	float: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	padding: 5px !important;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
	text-shadow: 2px 2px #ff0000
}
.grid-full .level1 span.cat-label {
	background: red;
	color: #FFF;
	float: none;
	font-weight: normal !important;
	line-height: 12px !important;
	padding: 5px !important;
	position: absolute;
	right: -7px;
	text-transform: lowercase !important;
	top: -25px
}
.grid-full .level1 .pin-bottom:before {
	top: 22px
}
.grid-full .level:hover .level1 span.cat-label {
	background: red;
	color: #000
}
.grid-full .level:hover span.cat-label, .grid-full .level:hover .level1:hover span.cat-label, .grid-full .catagory_children .level1:hover .catagory_children .level2:hover span.cat-label {
	background: #333;
	color: #fff;
	text-shadow: 0px 0px #FFF
}
.grid-full .level>a>span>.cat-label.pin-bottom:before, .grid-full .level1>a>span>.cat-label.pin-bottom:before, .grid-full .level.over .level2>a>span>.cat-label.pin-bottom:before, .grid-full .catagory_children .level1 .catagory_children .level2 .pin-bottom:before {
	border-top-color: #fe3c3c
}
.grid-full .level.over>a>span>.cat-label.pin-bottom:before, .grid-full .level1.over>a>span>.cat-label.pin-bottom:before, .grid-full .level.over .level1.over .level2.over .cat-label.pin-bottom:before, .grid-full .level:hover .level1:hover .pin-bottom:before, .grid-full .catagory_children .level1:hover .catagory_children .level2:hover .pin-bottom:before {
	border-top-color: #333
}
.grid-full .level:hover .level1:hover .level2 span.cat-label {
	background: red
}
.grid-full .catagory_children .level1 .catagory_children .level2 span.cat-label {
	line-height: 15px;
	right: -10px;
	top: -15px
}
.grid-full .catagory_children .level1 .catagory_children .level2 .pin-bottom:before {
	left: 15px;
	top: 22px
}
.grid-full ul li, .grid-full ul .active, .grid-full ul .last {
	background: none
}
.grid-full .menu-product1 li {
	float: left;
	width: 100%
}
.grid-full .old-price .price-label, .grid-full .special-price .price-label {
	display: none
}
.grid-full .special-price {
	padding: 0px
}
.grid-full level div {
	position: static
}
.grid-full .btn-carthover2 span span {
	color: #ff7575;
	height: 14px;
	padding: 0 !important
}
.grid-full .btn-carthover2 {
	background: url("../../../images/cmsmart/megamenu/icon_cart_hover.png") no-repeat scroll 0 0 transparent;
	height: 25px;
	margin-top: 0px
}
.grid-full .menu-product ul.add-to-links {
	display: block;
	margin-left: -2px;
	margin-top: 10px;
	position: relative !important;
	width: 185px
}
.grid-full .menu-product ul.add-to-links .separator {
	float: left
}
.grid-full .menu-product a.link-compare, .grid-full .menu-product a.link-compare, .grid-full .level-top:hover .menu-product a.link-compare {
	line-height: 20px
}
.nav .grid-full .menu-product1 li .price-box {
	margin-left: 28px
}
.nav .grid-full .first ul .nav-1-1 span {
	line-height: inherit
}
.nav .grid-full .menu-product1.menu-product-one .price-box {
	margin-left: 0;
	margin-top: 5px;
	text-align: center
}
.nav .grid-full ul .menu-product1 li {
	line-height: 20px;
	margin-bottom: 25px
}
.grid-full .add-to-links .separator {
	display: block;
	float: left
}
.nav .grid-full .first ul .nav-1-1 .levelproducttow span, .nav .grid-full .first ul .nav-1-1 .menu-product1 span {
	line-height: normal
}
.grid-full .level .menu-product-one a.link-compare {
	margin-left: 25px
}
.grid-full .catagory_children .catagory_children .level4.last.no-level-thumbnail {
	border: none
}
.nav .level.nav-home-link .level-top {
	box-shadow: none
}

/*Tablet landscape (1024x768) start*/

@media only screen and (max-width: 1199px) {
.nav, .catagory_children {
	width: auto !important
}
.slider-block .left-side .slider-logo {
	margin-top: 9%;
}
.grid-full>li>a {
	font-size: 8px
}
.nav .grid-full>.parent>a>span:after {
	font-size: 10px
}
.grid-full>li>a>span {
/*padding-left: 12px;

	padding-right: 12px*/

}
.grid-full>li>.level-top {
/*width: 940px*/

}
.nav .grid-full>.parent>a>span:after {
	right: 3px;
	top: 18%
}
.footer .footer-col h4, .footer .footer-col .block-title strong {
	font-size: 10px;
}
.category-products .product-info .button.btn-cart {
	padding: 5px;
}
.booking-form .formbuilder-form .fieldset .form-list li .input-box ul li label {
	font-size: 12px;
}
.grid-full > li > .level-top {
	left: 0;
}
.stockist-page .buttons-set {
	padding-right: 0px;
}
.cart-footer-actions .button2.btn-update:first-child {
	display: none;
}
}
/*Tablet landscape (1024x768) end*/

.cms-home .grid-full>li>a {
	color: #fff
}
.cms-home .grid-full>li.over>a {
	color: #fff;
	background: #899aa0;
}
.cms-home .grid-full .parent>a>span:after {
	color: #fff
}
.cms-home .grid-full .parent>a.over>span:after {
	color: #464646
}
.cms-home .isStuck .grid-full>li>a {
	color: #464646
}
.cms-home .isStuck .grid-full>li.over>a {
	color: #fff;
	background: #899aa0;
}
.isStuck {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #d2d2d2;
}
.isStuck #header-nav {
	margin: 10px 0
}
.isStuck .grid-full .parent>a>span:after {
	color: #464646
}
.isStuck .grid-full .parent.active>a>span:after {
	color: #fff
}
.isStuck .grid-full>.parent>a.over>span:after {
	color: #fff
}
.menu_banner_container {
	padding: 0px;
	margin-top: 50px;
	position: static !important
}
.menu_banner_container .banner {
	float: left;
	width: 33.333%
}
.menu_banner_container .banner img {
	width: 100%
}
.menu_banner_container .banner:hover img {
	opacity: 0.8
}

/*Tablet portrait (768x1024) start*/

@media only screen and (max-width: 991px) {
.nav-container {
	position: relative !important;
	display: none;
}
.pseudoStickyBlock {
	display: none !important
}
.sf-menu, .sf-menu-phone {
	display: none
}
.sf-menu-block {
	display: block;
	position: relative
}
.nav-container-mobile {
	display: block !important;
	clear: both;
	margin: 0
}
.sf-menu-phone {
	background-color: #EDEDED;
	border-top: 0;
	position: absolute;
	z-index: 2;
	width: 100%
}
.sf-menu-phone>li {
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	font-size: 14px
}
.sf-menu-phone>li>strong {
	top: 9px;
	right: 18px;
	font-size: 20px;
	line-height: 20px;
	color: #000
}
.sf-menu-phone>li.last {
	border-bottom: 0
}
.sf-menu-phone li {
	position: relative;
	text-transform: uppercase
}
.sf-menu-phone li a {
	display: inline-block;
	color: #464646
}
.sf-menu-phone li a:hover {
	color: #000
}
.sf-menu-phone li li {
	font-size: 13px;
	padding: 4px 8px
}
.sf-menu-phone li li.last {
	padding-bottom: 10px
}
 .sf-menu-phone li li::first-child {
 padding-top:10px
}
 .sf-menu-phone li li::first-child strong {
 top:10px
}
.sf-menu-phone li strong {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 34px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	bottom:0;
	color:#fff;
	background:#ddd;
}
.sf-menu-phone li strong:hover {
	cursor: pointer
}
.sf-menu-phone ul {
	width: auto;
	display: none
}
.sf-menu-phone>li.active>a>span {
	color: inherit
}
.sf-menu-phone>li.active>a, .sf-menu-phone>li>a:hover {
	color: #CF5050
}
.sf-menu-phone li li.active>a, .sf-menu-phone li li a:hover {
	color: #CF5050
}
.bottom_banner_block h3 {
	font-size: 11px;
	padding-top: 5px;
}
/*.products-grid .product-image {

    float: none;

    width: 272px;

}*/

.products-grid .product-name, .products-list .product-name {
	text-align: center;
}
.page-header-container a.logo {
	padding: 10px 0px;
}
.footer .footer-col.contact_footer_block p {
	font-size: 12px;
}
.footer .contact_footer_block p span {
	margin-bottom: 10px;
	float: left;
	padding-top: 5px;
}
.footer .contact_footer_block .soc-icon a span {
	font-size: 15px;
}
.slider-block .left-side .slider-logo {
	margin-top: 10%;
}
.slider-block .right-side h4 {
	margin-top: 10%;
}
.products-grid > li .wrapper-hover {
	background: transparent none repeat scroll 0 0;
}
.category-products .product-info .button.btn-cart span {
	font-size: 9px;
}
.products-grid .product-image-container {
	float: inherit;
}
.page-title h1, .page-title h2, .product-name h1, .product-name .h1 {
	font-size: 15px;
}
.product-view .add-to-cart-buttons .button {
	min-width: unset;
}
.booking-form .fieldset .form-list li > label {
	font-size: 12px;
}
.skeynndor .thumbnail, .gehwol .thumbnail {
	min-height: 386px;
}
.stockist-page .recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
	width: 70%;
}
.stockist-page .webforms-become-a-stockist .fieldset li label {
	font-size: 14px;
}
#field_13 .required {
	font-size: 14px;
}
.stockist-page .webforms-become-a-stockist .checkbox {
	left: 121px
}
.about-left-a a span {
	font-size: 10px !important;
}
.footer .footer-col.contact_footer_block p {
	margin-bottom: 10px;
}
}
/*Tablet portrait (768x1024) end*/

div.calendar table {
	border-collapse: separate
}
div.calendar table td.button {
	display: table-cell;
	background: inherit;
	color: inherit;
	text-transform: none
}
.top-banner-block .banner-item {
	float: left;
	width: 50%;
	background: #ccc;
	position: relative;
	overflow: hidden
}
.top-banner-block .banner-item1 {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.top-banner-block .banner-item2 {
	border-bottom: 1px solid #fff;
}
.top-banner-block .banner-item3 {
	border-right: 1px solid #fff;
}
.top-banner-block .banner-item:hover .banner-text {
	-webkit-transform: scale(5, 5);
	-ms-transform: scale(5, 5);
	-o-transform: scale(5, 5);
	transform: scale(5, 5);
	opacity: 0
}
 @media only screen and (max-width: 599px) {
.top-banner-block .banner-item {
	width: 100%
}
.slider-block .left-side .slider-logo {
	margin-top: 14%;
}
.slider-block .right-side h4 {
	margin-top: 15%;
	font-size: 15px;
	line-height: 1.8;
}
#checkout-step-billing .form-list li.wide label {
	font-size: 12px;
}
.opc .section .step-title h2 {
	font-size: 14px;
}
.stockist-page .webforms-become-a-stockist .fieldset li label {
	font-size: 14px;
}
#field_13 .required {
	font-size: 14px;
}
.footer address {
	text-align: center !important;
}
.footer address .a-right {
	float: unset !important;
	text-align: center !important;
}
}
.top-banner-block .banner-bg-1 {
	background-image: url(../images/thalgo.jpg);
	background-size: cover;
	padding-bottom: 70.58%
}
.top-banner-block .banner-bg-2 {
	background-image: url(../images/skeyndor.jpg);
	background-size: cover;
	padding-bottom: 70.58%
}
.top-banner-block .banner-bg-3 {
	background-image: url(../images/gehwol.jpg);
	background-size: cover;
	padding-bottom: 70.58%
}
.top-banner-block .banner-bg-4 {
	background-image: url(../images/vitaman.jpg);
	background-size: cover;
	padding-bottom: 70.58%
}
.top-banner-block .banner-text {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1
}
.top-banner-block .banner-text>span {
	position: absolute
}
.top-banner-block .banner-text .banner-line-1, .top-banner-block .banner-text .banner-line-3 {
	left: 50%;
	width: 1px;
	height: 20%;
	background: #fff;
	opacity: .2
}
.top-banner-block .banner-text .banner-line-1 {
	top: 0
}
.top-banner-block .banner-text .banner-line-3 {
	bottom: 0
}
.top-banner-block .banner-text .banner-line-2, .top-banner-block .banner-text .banner-line-4 {
	top: 50%;
	width: 14.53%;
	height: 1px;
	background: #fff;
	opacity: .2
}
.top-banner-block .banner-text .banner-line-2 {
	right: 0
}
.top-banner-block .banner-text .banner-line-4 {
	left: 0
}
.top-banner-block .banner-text p {
	font-size: 4vw;
	line-height: 3.5vw;
	color: #fff;
	font-family: 'Univers LT 45';
	text-align: center;
	padding-top: 33%
}
.top-banner-block .banner-text p img {
	display: inline-block;
}
 @media only screen and (max-width: 991px) {
.top-banner-block .banner-text p {
	padding-top: 27%
}
}
 @media only screen and (max-width: 599px) {
.top-banner-block .banner-text p {
	font-size: 10vw;
	line-height: 10vw
}
.products-grid .product-image {
	float: none;
	width: 100%;
}
}
.top-banner-block .banner-text-1 {
	background: #F3F0E9
}
.top-banner-block .banner-text-2 {
	background: #F3F0E9
}
.top-banner-block .banner-text-3 {
	background: #F3F0E9
}
.top-banner-block .banner-text-4 {
	background: #F3F0E9
}
.top-banner-block .banner-item-full-w {
	width: 100%;
	background: #464646;
	text-align: center;
	padding: 30px 20px 50px;
	position: relative
}
.top-banner-block .banner-item-full-w p {
	color: #8d8d8d;
	font-size: 4vw;
	font-family: 'Univers LT 45';
	text-align: center
}
.top-banner-block .banner-item-full-w i {
	color: #fff;
	font-style: normal
}
.top-banner-block .banner-item-full-w:after {
	content: "";
	position: absolute;
	width: 1px;
	bottom: 0;
	left: 50%;
	height: 14.58%;
	background: #fff;
	opacity: .2
}
.top-banner-block .button {
	background: #fff;
	border-color: #fff;
	color: #464646;
	padding-right: 30px;
	padding-left: 30px
}
.top-banner-block .button:hover {
	background: none;
	color: #fff
}
.parallax-block {
	background: url(../images/parallax.jpg) 50% 50%;
	position: relative;
	background-position: fixed;
	margin-bottom: 30px;
	background-size: cover;
	padding: 96px 0
}
.parallax-block .container {
	background: #fff;
	padding: 45px 20px 60px;
	text-align: center;
	position: relative
}
.parallax-block .container .par-line {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 40px;
	width: 1px;
	background: #e5e5e5
}
.parallax-block .container:after, .parallax-block .container:before {
	content: "";
	position: absolute;
	bottom: 77px;
	width: 40%;
	height: 1px;
	background: #e5e5e5
}
.parallax-block .container:before {
	left: 0
}
.parallax-block .container:after {
	right: 0
}
.parallax-block h3 {
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 4vw;
	color: #464646;
	text-transform: none
}
.parallax-block p {
	width: 75%;
	margin: 10px auto 30px
}
.parallax-block .button {
	padding-right: 30px;
	padding-left: 30px
}
 @media only screen and (max-width: 767px) {
.parallax-block h3 {
	font-size: 6vw
}
.parallax-block p {
	width: 100%;
	margin-top: 30px
}
.parallax-block .container:after, .parallax-block .container:before {
	width: 20%
}
}
.bottom_banner_block .banner-b-1, .bottom_banner_block .banner-b-2, .bottom_banner_block .banner-b-3 {
	padding-bottom: 87.027%;
	position: relative;
	display: block;
	overflow: hidden
}
 @media only screen and (max-width: 767px) {
.bottom_banner_block .banner-b-1, .bottom_banner_block .banner-b-2, .bottom_banner_block .banner-b-3 {
	border-bottom: 1px solid #fff
}
}
.bottom_banner_block .banner-b-1 span, .bottom_banner_block .banner-b-2 span, .bottom_banner_block .banner-b-3 span {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #f3f0e9;
	opacity: 1;
	text-align: center;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.bottom_banner_block .banner-b-1 span:before, .bottom_banner_block .banner-b-1 span:after, .bottom_banner_block .banner-b-2 span:before, .bottom_banner_block .banner-b-2 span:after, .bottom_banner_block .banner-b-3 span:before, .bottom_banner_block .banner-b-3 span:after {
	content: "";
	position: absolute;
	left: 50%;
	width: 1px;
	height: 11.18%;
	background: #fff;
	opacity: .2
}
.bottom_banner_block .banner-b-1 span:before, .bottom_banner_block .banner-b-2 span:before, .bottom_banner_block .banner-b-3 span:before {
	top: 0
}
.bottom_banner_block .banner-b-1 span:after, .bottom_banner_block .banner-b-2 span:after, .bottom_banner_block .banner-b-3 span:after {
	bottom: 0
}
.bottom_banner_block .banner-b-1:hover span, .bottom_banner_block .banner-b-2:hover span, .bottom_banner_block .banner-b-3:hover span {
	-webkit-transform: scale(5, 5);
	-ms-transform: scale(5, 5);
	-o-transform: scale(5, 5);
	transform: scale(5, 5);
	opacity: 0
}
.bottom_banner_block .banner-b-1 h3, .bottom_banner_block .banner-b-2 h3, .bottom_banner_block .banner-b-3 h3 {
	font-family: 'Eurostile LT ExtendedTwo';
	font-size: 52px;
	line-height: 72px;
	padding-top: 33%;
	color: #464646;
	text-transform: none
}
.bottom_banner_block .banner-b-1 h3 img, .bottom_banner_block .banner-b-2 h3 img, .bottom_banner_block .banner-b-3 h3 img {
	display: inline-block;
}
 @media only screen and (max-width: 1199px) {
.bottom_banner_block .banner-b-1 h3, .bottom_banner_block .banner-b-2 h3, .bottom_banner_block .banner-b-3 h3 {
	font-size: 52px;
	line-height: 60px;
	padding-top: 23%
}
}
 @media only screen and (max-width: 991px) {
.bottom_banner_block .banner-b-1 h3, .bottom_banner_block .banner-b-2 h3, .bottom_banner_block .banner-b-3 h3 {
	font-size: 45px;
	line-height: 45px
}
}
 @media only screen and (max-width: 767px) {
.bottom_banner_block .banner-b-1 h3, .bottom_banner_block .banner-b-2 h3, .bottom_banner_block .banner-b-3 h3 {
	font-size: 17vw;
	line-height: 17vw
}
}
.bottom_banner_block .banner-b-1 {
	background-image: url(../images/banner-b-1.jpg);
	background-size: cover
}
.bottom_banner_block .banner-b-2 {
	background-image: url(../images/banner-b-2.jpg);
	background-size: cover
}
.bottom_banner_block .banner-b-3 {
	background-image: url(../images/banner-b-3.jpg);
	background-size: cover
}
.widget-catalogsale-products {
	margin-bottom: 77px
}
#crosssell-products-list .product {
	background: #464646
}
.widget-static-block .parallax-block .sea {
	color: #899aa0;
}
.soc-icon .fa-facebook:hover {
	color: #385A97 !important;
}
.soc-icon .fa-google-plus:hover {
	color: #CB3F30 !important;
}
.soc-icon .fa-linkedin:hover {
	color: #0177B5 !important;
}
.soc-icon .fa-twitter:hover {
	color: #16BDE9 !important;
}
.category-products .grid, .list {
	color: #899aa0;
}
.youama-window-box .input-fly input[type="text"], .youama-window-box .input-fly input[type="password"] {
	border: 1px solid #899aa0;
}
.youama-window-outside .close {
	color: #899aa0;
	opacity: 1;
}
/*# sourceMappingURL=styles.css.map */



/* Gehwol page css start */

.product-main .product-image img {
	width: 95%;
}
.products-grid .product-sku span, .products-list .product-sku span {
	color: #000080;
	display: block;
	font-family: "Eurostile LT ExtendedTwo";
	font-weight: bold;
}
/* Contact Us page css start */
.cms-contacts-us .page-title h1 {
    text-align: left;
	padding-left:10px;
}
.cms-contacts-us .breadcrumbs {
    padding-left:10px;
}
#contact-page li {
    list-style: none;
    font-style: normal;
    margin-left: 0;
}
#contact-page li p {
    font-family: 'Univers LT 45';
    line-height: 1.5;
    margin-bottom: 10px;
}
#webform_3_form .fields .field {
    width: 33%;
    float: left;
	padding-bottom: 15px;
}
#webform_3_form #webform_3 .form-list .fields {
    margin-left: 0;
}
#webform_3_form .fields .field label {
    font-style: normal;
}
#webform_3_form .fields .field.webforms-fields-36 {
    width: 100%;
}
#webform_3_form .fields .field.webforms-fields-36 textarea {
    max-width: 98%;
    height: 130px;
}
.title-form .required {
    text-align: right;
    color:#DF280A !important;
}
.sub_head {
    border-bottom: 1px solid #899aa0;
    line-height: 1.4;
    padding-bottom: 7px;
    margin-bottom: 15px;
    padding-top: 25px;
}
.form_webform p {
    display: none;
}
#webform_3_form #webform_3 .buttons-set {
    border-top: none;
    padding-right: 10px;
}