/* 
* Intenso Premium Theme
 *
 * @category    Itactica
 * @package     Itactica_Intenso
 * @copyright   Copyright (c) 2014-2015 Itactica (http://www.itactica.com)
 * @license     http://getintenso.com/license
 */

/*******************************************************************************************************/
/***   1)	GENERAL CLASES 																			 ***/
/*******************************************************************************************************/


/* latin */
/*@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans'), local('NotoSans'), url(https://kennzeichen.express/media/kzxp/fonts/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

/* latin */
/*@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://kennzeichen.express/media/kzxp/fonts/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}*/

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(/media/kzxp/fonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/media/kzxp/fonts/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/media/kzxp/fonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.main-color {
	/*color:  #27ccc0  !important;*/
}
html {
	font-size: 16px;
    height: auto;
    background: #fff; 
    background-image: url(/media/kzxp/1px-bgv2.jpg);
    background-repeat: repeat-x;
    background-size: 100% 119px;
    background-color: #fcfcfc;
}
body {
    background: none;
    /*font-family: 'Noto Sans', Helvetica,Arial,sans-serif; */
    font-family: 'Roboto', Helvetica,Arial,sans-serif; 
	font-weight: 400;
	font-size: 0.875rem;
	color: #001233;
}

.cms-home, .cms-lp1 {
    background-image: url(/media/kzxp/1px-bg-rot-2.jpg);
    background-repeat: repeat-x;
    background-size: 100% 464px;
    background-position: 0 119px;  
}

.catalog-product-view {
    background: #fafafa;
    background-image: url(/media/kzxp/1px-bgv2.jpg);
    background-repeat: repeat-x;
    background-size: 100% 119px;
}

h1,h2,h3,h4,h5,h6 {
	/*line-height: 1.45;
	text-rendering: auto;
    letter-spacing: -0.02em;*/
    color: #001233;
    font-family: 'Roboto', Helvetica,Arial,sans-serif; 
    font-weight: 600;
}


a,
.link {
	color: #c83442; 
    color:#001233;
/*	-webkit-transition: color 100ms ease-out;
  	-moz-transition: color 100ms ease-out;
  	transition: color 100ms ease-out; */ 
}
a:hover,
a:focus,
.link:hover,
.link:focus {
	color: #ff6900;
}

.maincontent a:link {text-decoration: underline;}
.category-products a:link {text-decoration: none;}

.error-msg{
    background: #ffdce5;
    border: #cc0033 1px solid;
    padding: 1rem 2rem;
    border-radius: 3px;
}
ul {
	font-size: 0.875rem;
	color: #001233;
}
ul.no-bullets {
	list-style: none;
	margin-left: 0;
}
.arrow-right {
	display: inline-block;
	position: relative;
	padding: 0 25px 0 0;
}
.arrow-right:before,
.arrow-right:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	-ms-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	right: 17px;
	top: 50%;
	width: 0;
}
.arrow-right:after  {
	margin-top: 0;
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.arrow-left {
	display: inline-block;
	position: relative;
	padding: 0 0 0 11px;
}
.arrow-left:before,
.arrow-left:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	left: 3px;
	top: 50%;
	width: 0;
}
.arrow-left:after  {
	margin-top: 0;
	-ms-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
.arrow-down,
.arrow-up {
	display: inline-block;
	position: relative;
	padding: 0 19px 0 0;
}
.arrow-down:after,
.arrow-down:before {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -1px;
	position: absolute;
	-ms-transform: rotate(41deg);
	-moz-transform: rotate(41deg);
	-o-transform: rotate(41deg);
	-webkit-transform: rotate(41deg);
	transform: rotate(41deg);
	right: 0;
	top: 50%;
	width: 0;
}
.arrow-down:after { 
	-ms-transform: rotate(139deg);
	-moz-transform: rotate(139deg);
	-o-transform: rotate(139deg);
	-webkit-transform: rotate(139deg);
	transform: rotate(139deg);
	right: 3px;
}
.arrow-up:after,
.arrow-up:before {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -1px;
	position: absolute;
	-ms-transform: rotate(139deg);
	-moz-transform: rotate(139deg);
	-o-transform: rotate(139deg);
	-webkit-transform: rotate(139deg);
	transform: rotate(139deg);
	right: 0;
	top: 50%;
	width: 0;
}
.arrow-up:after { 
	margin-top: -1px;
	-ms-transform: rotate(41deg);
	-moz-transform: rotate(41deg);
	-o-transform: rotate(41deg);
	-webkit-transform: rotate(41deg);
	transform: rotate(41deg);
	right: 4px;
}
h1 { 
	font-size: 2.0em;
	font-weight: 600;
	line-height: 1;
}
h2 { 
	font-size: 2rem;
    font-weight: 600;
}
h3 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
}
h4 {
	font-size: 1.238rem;
    font-size: 1.15rem;
	font-weight: 600;
	line-height: 1;
	color: #001233;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 0.875rem;
	font-weight: 600;
}
p { 
	font-size: 0.938rem;
    font-size: 0.91rem;
	font-weight: 300;
	color: #5b6064;
}
p.small,
span.small,
div.small { 
	font-size: 0.813rem !important;
	color: #76848e !important;
}
p.x-small { 
	font-size: 0.6875rem !important;
	color: #76848e !important;
}
a.small {
	font-size: 0.813rem !important;
}
a.underline {
	text-decoration:  underline;
}
.block { display: block; }
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	 white-space: nowrap;	
}
.flushrow {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.flush-left {
	padding-left: 0 !important;
}
.flush-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0;
}
.nobr {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.no-display {
	display: none;
}
.highlighted {
	color: #ea1818;
}
.a11y {
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}
.arrow-box { 
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
} 
.arrow-box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	bottom: 100%; 
	left: 50%; 
	border-color: transparent;
	border-style: solid;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #ffffff; 
	border-width: 6px; 
	margin-left: -6px;
}
span.view-more {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
/* Form fields */
.form-list {
	list-style: none;
	position: relative;
	margin: 0 auto;

}
.form-list:before,
.form-list:after {
	content: ' ' !important;
	display: table !important;
}
.form-list:after,
.form-list .control {
	clear: both !important;
}
.radio {
	margin-left: 11px !important;
}
input {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
input[type="checkbox"] {
	margin-left: 10px !important;
}
input[type="radio"] + label {
	margin-left: 5px !important;
}
.form-list ul {
	list-style: none;
	margin-left: 0;
}
.form-list .field,
.form-list li {
	position: relative;
	float: left;
	width: 100%;
	margin-right: 18px;
}
.form-list .fields {
	width: 100% !important;
}
.form-list .field:after,
.form-list li:after {
	content: '.';
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.field label,
.form-list label {
	/*position: absolute;*/
	cursor: text;
	top: 13px;
	left: 10px;
	font-weight: 300;
	font-style: italic;
	font-size: 0.875rem;
	color: #76848e;
}
.field label em,
.form-list label em {
	float: right;
	font-size: 0.750rem;
	padding: 0 2px;
	color: #c0c0c0;
}
.form-list .narrow {
	max-width: 250px;
}
.form-list .control {
	margin-top: 5px;
	margin-bottom: 15px;
}
.form-list .control:last-child {
	margin-bottom: 20px;
}
.input-box {
	width: 100%;
	height: 6px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
	transition: border-color 0.25s ease-in-out 0s;
	margin: 2rem 0 0.813rem;
}
.input-box-select {
	width: auto;
	height: auto;
	border: none;
	margin-top: -10px;
}
.select-list > label {
	display: inline-block;
	position: relative;

    
	font-weight: 400;
	font-size: 0.8125rem;
	top: -6px;
}
.input-box .input-text {
	position: absolute;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
	height: 24px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 6px 8px 0;
	top: -23px;
	-webkit-appearance: caret;
	-webkit-tap-highlight-color: transparent;
}
.input-text:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}
/* this rule hides Chrome's autocomplete yellow background */
/* if you form background is other than white, change the color accordingly */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
/* autocomplete for reviews */
.review-product-list input:-webkit-autofill,
.review-product-list input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;
}
.input-box:hover {
	border-color: #afafaf !important;
}
.input-box.focus,
.input-box textarea:focus {
	
}
.input-box textarea {
	background: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	max-width: 100%;
}
.input-box.textarea {
	border: none !important;
	height: auto;
	margin-top: 20px;
}
.input-range {
	width: 100px !important;
}
.input-range small {
	font-size: 80%;
	position: absolute;
	top: 40%;
	right: -3rem;
	color: #76848e;
}
label.textarea {
	top: 25px;
}
.input-box.checkbox {
	position: relative;
	display: inline-block;
	border: none !important;
	height: auto;
	width: auto;
	margin: 0;
	padding-right: 2px;
}
label.checkbox,
.control label {
	position: relative;
	display: inline-block;
	top: -1px;
	left: 0;
}
.form-box {
	background: #ffffff;
	margin: 10px auto;
	padding: 30px 50px 0;
	max-width: 420px;
/*	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1); */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.form-box.wide {
	padding: 25px 0 18px 30px;
	max-width: 580px;
}
.form-box.wide .control {
	width: 100% !important;
}
.form-box .buttons-set {
	position: relative;
	background: #f4f4f4;
	margin: 10px -50px -18px -50px;
	padding: 18px;
	text-align: center;
}
.form-box.wide .buttons-set {
	margin: 10px 0 -18px -30px;
}
.form-box.wide .form-list .field,
.form-box.wide .form-list li {
	width: 250px;
}
.chosen-drop li {
	width: 100% !important;
}
.form-list li.wide {
	clear: both;
	width: 100% !important;
	padding-right: 30px;
}
.form-box .buttons-set .button {
	display: block;
	margin: 0 auto 12px;
	padding: 5px 60px;
}
.form-box .buttons-set a {
	color: #76848e;
	font-size: 0.813rem;
	transition: color 150ms ease-out 0s;
}
.form-box .buttons-set a:hover {
	/*color:  #27ccc0 ;*/
	text-decoration: underline;
}
.form-box p.required {
	color: #b0b0b0;
	margin: -12px 0 8px;
	text-align: right;
	font-size: 0.688rem;
}
.validation-advice {
	position: absolute;
	background: #01b0ef;
	font-size: 1rem !important;
	color: #fff;
	line-height: 0.750rem;
	border: 1px solid #01b0ef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 8px;
	padding: 11px;
	-webkit-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.4);
	z-index: 100;
}
.validation-advice:after {
	-moz-border-bottom-colors: none;
  	-moz-border-left-colors: none;
  	-moz-border-right-colors: none;
  	-moz-border-top-colors: none;
	bottom: 100%; 
	left: 15%; 
	border-color: transparent;
	border-style: solid inset inset;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #01b0ef; 
	border-width: 6px; 
	margin-left: -6px;
}
.textarea .validation-advice {
	top: 100%;
}
.chosen-container-multi
.chosen-choices {
	display: block;
}
.chosen-choices .search-field:after {
	content: none;
	clear: none;
}
.chosen-choices li {
	width: auto !important;
}
.chosen-choices,
.search-choice {
	position: relative;
	font-size: 0.875rem !important;
	height: auto !important;
	width: auto !important;
	line-height: 0.875rem !important;
}
.chosen-choices {
	border-color: #d3d3d3 !important;
}
.search-choice {
	margin: 3px 0 3px 5px !important;
	padding: 3px 20px 3px 5px !important;
}
.chosen-choices .search-field input {
	height: 1.625rem !important;
	top: 0 !important;
	width: auto;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url("../images/chosen-sprite.png") no-repeat -42px 1px rgba(0, 0, 0, 0) !important;
	line-height: 12px !important;
	padding: 0 !important;
}
.regular-field > label {
	position: relative;
	margin-bottom: 0.750rem;
}
.regular-field > div {
	position: relative;
}
/* UL links */
.links-list {
	display: block;
	list-style: none !important;
	margin: 10px 0 !important;
	padding: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: .875rem !important;
	line-height: 1 !important;
	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	transition: all 300ms ease-out; 
}
.links-list li {
	position: relative;
	float: none !important;
	line-height: 1 !important;
	padding: 0 !important;
	margin: 0 !important;
}
/*.links-list li:hover > a:before {
	content: "";
	position: absolute;
	display: inline;
	width: 3px;
	margin-top: 0;
	vertical-align: middle;
	top: 0;
	left: 0;
	bottom: 0;
	background: #27ccc0; 
}*/

.links-list li:hover a {
	color: #001233 !important;
	background: #ffffff !important;
}
.links-list li:active > a {
	
}
.links-list li a {
	display: block;
	padding: 6px 0 6px 16px !important;
	color: #76848e !important;
	line-height: 1 !important;
	margin: 0 !important;
	transition: color 150ms ease-out 0s;
}
.bg-box {
	position: relative;
	display: inline-block;
	    /* background: #fafafa; 
    border: 1px solid #cccccc; */
    border-radius: 3px;
	margin: 0;
	padding: 0px 14px;
	width: 100%;
}
.simple-nav,
.orbit-bullets-container {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	list-style: none;
	line-height: 1px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.simple-nav ul,
.orbit-bullets-container ol {
	margin: 0 auto !important;
	background: transparent !important;
	display: inline !important;
	line-height: 1px !important;
	-webkit-tap-highlight-color: transparent;
}
.simple-nav li,
.orbit-bullets-container li {
	display: inline-block !important;
	position: relative;
	width: 26px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	float: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.simple-nav li {
	width: 20px !important;
}
.simple-nav li.active,
.orbit-bullets-container li.active {
	cursor: default;
}
.simple-nav li:before,
.orbit-bullets-container li:before {
	content: "";
	display: block;
	width: 10px !important;
	height: 10px !important;
	background: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3px;
    border:1px solid #001233;
}
.orbit-bullets-container li.dark:before {
	background: #ffffff !important;
}
.simple-nav li.active:before,
.orbit-bullets-container li.active:before {
	content: "";
	background: #001233 !important;
	border: none !important;
	width: 10px !important;
	height: 10px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3px;
}
.orbit-bullets-container li.dark.active:before {
	background: transparent !important;
	border: 1px solid #ffffff !important;
}
.orbit-bullets {
	top: auto !important;
}
.orbit-bullets li {
	background: transparent !important;
}

/* Text-Boxes Icon styles */
.text-box-with-icon section > span,
.icon-highlighted,
.icon-circle,
.icon-solidcircle,
.icon-square,
.icon-solidsquare {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.563rem;
	line-height: 2.438rem;
	width: 2.625rem;
	height: 2.625rem;
}
.icon-highlighted,
.icon-circle,
.icon-square {
	border: 2px solid;
	/*color:  #27ccc0 ;
	border-color: #27ccc0 ;*/
}
.icon-highlighted,
.icon-circle,
.icon-solidcircle {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
.icon-square,
.icon-solidsquare { 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.text-box-with-icon .button {
	margin: 10px 0 0 0;
}
.text-box-with-icon.box-left [class^="icon-"], 
.text-box-with-icon.box-left [class*=" icon-"],
.text-box-with-icon.box-left .button,
.text-box-with-icon.box-left .arrow-right {
	float: left;
}
.text-box-with-icon.box-left h4,
.text-box-with-icon.box-left p.textbox-text {
	text-align: left;
}
/* Additional alignment corrections for some icons */
.icon-puzzle.icon-highlighted {
	line-height: 2.313rem;
}
/* Text box with icon */
.text-box-with-icon {
	padding-top: 3.125rem;
	padding-bottom: 5.625rem;
}
.text-box-with-icon section {
	text-align: center;
	padding-top: 2.50rem;
}
.text-box-with-icon section > span {
	margin: 0 0 15px;
}
.text-box-with-icon section > img {
	margin-bottom: 0.8125rem;
}
.text-box-with-icon section h4 {
	margin-bottom: 0.625rem;
}
.text-box-with-icon section p {
	line-height: 1.5rem;
	margin-bottom: 0.375rem;
}
.text-box-with-icon section a {
	font-size: 0.875rem;
}
.text-box-with-icon section.box-1 .icon-highlighted {
	/*color:  #27ccc0 ;
	border-color: #27ccc0 ;*/
}
.text-box-with-icon section.box-2 .icon-highlighted {
	color: #a1ba16;
	border-color: #a1ba16;
}
.text-box-with-icon section.box-3 .icon-highlighted {
	color: #ea1818;
	border-color: #ea1818;
}
.page-print {
	background: #ffffff;
}
/* color clases */
.red {
	color: #ea1818 !important;
	border-color: #ea1818 !important;
} 
.orange {
	color: #F9690E !important;
	border-color: #F9690E !important;
}
.blue {
	color: #1E8BC3 !important;
	border-color: #1E8BC3 !important;
}
.turquoise {
	
}
.yellow {
	color: #F39C12 !important;
	border-color: #F39C12 !important;
}
.green {
	color: #a1ba16 !important;
	border-color: #a1ba16 !important;
}
.black {
	color: #001233 !important;
	border-color: #001233 !important;
}
.white {
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.gray,
.grey {
	color: #95A5A6 !important;
	border-color: #95A5A6 !important;
}
.purple {
	color: #8E44AD !important;
	border-color: #8E44AD !important;
}
.pink {
	color: #F1A9A0 !important;
	border-color: #F1A9A0 !important;
}
/* global messages */
.messages,
.messages ul {
	list-style: none;
	margin-left: 0;
}
.success-msg {background: #daffc6; border: 1px solid #8fc572; padding: 2rem;}
.error-msg {background: #ffc6c6; border: 1px solid #ea1818; padding: 2rem;}

.messages /*li:first-child*/ {
	margin-top: 2rem;
	margin-bottom: 2rem;
    max-width: 1024px;
    margin: auto;
    border-radius: 5px;    
}
.messages > li > ul {
	margin: 0;
}
.modal-action {
	margin-top: 20px;
}
.modal-action .button {
	margin: 0;
}
.msg-warning {
	background: #fcefbb;
	color: #001233 !important;
	font-weight: normal !important;
	margin: 20px 0 30px;
	padding: 10px 20px 10px 68px;
}
.msg-warning:before {
	content: "\e621";
	font-family: "intenso";
	font-size: 2.250rem;
	line-height: 3rem;
	position: absolute;
	color: #EB974E;
	top: 1.250rem;
	left: 1.875rem;
}
/* CSS spinner */
.spinner {
	position: relative;
}
.spinner:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.6;
}
.spinner:after {
	z-index: 2;
	content: "";
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	-webkit-transition: all .75s ease 0s;
	transition: all .75s ease 0s;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-animation: standard .75s infinite linear;
	animation: standard .75s infinite linear;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	border-right: 3px solid #76848e;
	border-top: 3px solid #76848e;
	border-left: 3px solid #76848e;
	border-bottom: 3px solid #bbbbbb;
}
/* (cs)spinner standard rotation animation */
@-webkit-keyframes standard {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes standard {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#hl-1 {
    font-weight: 600 !important;
    letter-spacing: -0.06rem !important;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 2.6rem !important;
    line-height: 3rem !important;
    letter-spacing: 0.00rem !important;
}

/* Small screens */
@media only screen and (max-width: 40em) {
    
    #hl-1 {    font-size: 2em !important;
    line-height: normal !important;
    margin: 1rem 0;}
    div#sub-hl {font-size: 1.2rem !important;
    line-height: 1.8rem !important;}
    
	h1 { 
		font-size: 1.5rem !important;
		line-height: 1 !important;
		margin-bottom: .8rem;
	}
	h2 { 
		font-size: 2rem;
	}
	h3 {
		font-size: 1.250rem;
		letter-spacing: -0.05rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: .875rem !important;
		line-height: 1.2 !important;
	}
	h6 {
		font-size: 1rem;
	}
    
    h1, h2, h3, h4, h5, h6 {color: #001233;}
    
    
	/* Text box with icon */
	.text-box-with-icon {
		padding-top: 0.5rem;
		padding-bottom: 3rem;
		max-width: 472px !important;
	}
	.text-box-with-icon section > span {
		margin: 0 0 10px;
	}
	/* Forms */
	.form-box {
		margin: 10px auto;
		padding: 30px 20px 0;
	}
	.form-box.wide {
		padding: 25px 20px 18px;
		max-width: 420px;
	}
	.form-box.wide .form-list .field,
	.form-box.wide .form-list li {
		width: 100%;
	}
	.form-box .buttons-set,
	.form-box.wide .buttons-set {
		margin: 10px -20px -18px;
	}
	.form-list li.wide {
		padding-right: 0;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
	h1 { 
		font-size: 2rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: .3rem;
	}
	h2 { 
		font-size: 2rem;
	}
	h3 {
		font-size: 1.250rem;
		letter-spacing: -0.05rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 0.938rem;
		line-height: 1.2;
	}
	h6 {
		font-size: 1rem;
	}
	.hero.narrow h1 {
		font-size: 1.250rem;
		font-weight: 400;
	}
	.cta-ribbon h1 {
		font-size: 1.563rem !important;
	}
    
     #hl-1 {}
    #sub-hl {font-size: 1.4rem !important; }
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
	h1 { 
		font-size: 2.375rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: .3rem;
	}
	h2 { 
		font-size: 2rem;
	}
	h3 {
		font-size: 1.250rem;
		letter-spacing: -0.05rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.063rem;
		line-height: 1.250;
	}
	h6 {
		font-size: 1rem;
	}
	.hero.narrow h1 {
		font-size: 1.875rem;
	}
	.cta-ribbon h1 {
		font-size: 1.875rem !important;
	}
}
@media only screen and (min-width: 40.063em) {
	.text-box-with-icon.two-boxes section.box-1 {
		padding-right: 2%;
	}
	.text-box-with-icon.two-boxes section.box-2 {
		padding-left: 2%;
	}
	.text-box-with-icon.image-up section.box-1 {
		padding-right: 2.1%;
	}
	.text-box-with-icon.image-up section.box-2 {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.text-box-with-icon.image-up section.box-3 {
		padding-left: 2.1%;
	}
}
@media only screen and (min-width: 64.063em) and (max-width: 79em) {
	.cta-ribbon h1 {
		font-size: 2.188rem !important;
	}
}
/*******************************************************************************************************/
/***   2)	 FOUNDATION OVERRIDES																	 ***/
/*******************************************************************************************************/

body {
	color: #001233;
}
.row {
	padding-left: 3%;
	padding-right: 3%;
}
.row,
.off-canvas-wrap { 
	max-width: 1920px;
	min-width: 300px;
}
.row .row {
	margin: 0 -3%;
}
.off-canvas-wrap {
	position: relative;
	/*-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);*/
	margin: 0 auto;
	/*background: #ffffff;*/
}
.inner-wrap {
	position: relative;
	overflow: hidden;
}
.column,
.columns {
	padding-left: 0.9%;
	padding-right: 0.9%;
}
.column .column,
.columns .columns {
	padding-left: 0;
}
.top-bar-section,
.top-bar-section ul li > a,
.side-nav,
.side-nav li.active > a:first-child:not(.button) {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}
.top-bar-section ul li > a:hover {
	-webkit-tap-highlight-color: transparent;
}
.top-bar-section .has-dropdown-for-large > a:after {
	position: absolute;
	right: -20px; 
}
.top-bar-section .has-dropdown > a:after,
.top-bar-section .has-dropdown-for-large > a:after {
	content: "";
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cecece;
	border-style: solid;
	border-width: 0 0 7px 6px;
	margin-top: -0.5px;
	top: 26px;
	margin-right: 15px;
}
.top-bar-section .has-dropdown:hover > a:after,
.top-bar-section .has-dropdown-for-large:hover > a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);	
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	
	line-height: 35px;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: inherit;
}
.top-bar-section ul.right li > a {
	font-size: 0.937rem;
	font-weight: 400;
}
.top-bar-section .dropdown li.title h5 a {
	line-height: inherit;
}
table tr th, table tr td {
	color: #5b6064;
	font-weight: 300;

}
table td img {
	max-width: none;
}
.parent-link.js-generated {
	display: none !important;
}
/* Buttons */
button,
.button {
	font-family: 'Open Sans', sans-serif;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 600 !important;
	padding: 0.313rem 1.375rem;
}
button:hover, button:focus, .button:hover, .button:focus {
	background: #1d9d94;
}
button.tiny, .button.tiny,
.wishlist-index-index .buttons-set2 .button {
	font-size: 0.75rem;
	padding: 0.063rem 0.5rem 0.125rem;
	font-weight: 600 !important;
	border: none !important;
}
button.small, .button.small {
	font-size: 0.813rem;
	padding: 0.313rem 1.4rem;
	font-weight: 600 !important;
	border: none !important;
}
button.large, .button.large {
	font-size: 1.375rem;
	padding: 0.563rem 1.625rem 0.750rem;
	font-weight: 600 !important;
	border: none !important;
}
button.secondary, .button.secondary,
.wishlist-index-index .buttons-set2 .btn-share,
.wishlist-index-index .buttons-set2 .btn-add {
	background: #DEE2E2;
	color: #001233;
	font-weight: 400 !important;
	border: none !important;
}
button.success, .button.success {
	background: #A1BA16;
	border: none !important;
}
button.success:hover, .button.success:hover, button.success:focus, .button.success:focus {
	background: #97a517;
}
button.alert, .button.alert {
	background: #EA1818;
	border: none !important;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {
	background: #db1b1b;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
	
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	
}
button.ghost, .button.ghost {
	background: transparent !important;
	color: #001233 !important;
	border: 2px solid #001233 !important;
	padding: 0.188rem 1.125rem;
	transition: all 300ms ease-out 0s;
}
button.ghost.small, .button.ghost.small {
	padding: 0.188rem 1.25rem;
}
button.ghost.tiny, .button.ghost.tiny {
	padding: 0rem 0.5rem;
}
button.ghost.large, .button.ghost.large {
	padding: 0.5rem 1.25rem;
}
button.ghost:hover, .button.ghost:hover, button.ghost:focus, .button.ghost:focus {
	color: #001233 !important;
	border: 2px solid #001233 !important;
}
button.ghost.light, .button.ghost.light {
	background: transparent !important;
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
}
button.ghost.light:hover, .button.ghost.light:hover, button.ghost.light:focus, .button.ghost.light:focus {
	
}
.buttons-set a.cancel {
	margin: 0 0 0 15px;
}
/* Orbit Slider */
.orbit-container .orbit-slides-container.fade > li {
	transition: none; /* Corrects flickering bug */
}
.hero-text {
	visibility: hidden;
}
.orbit-wrapper {
	min-height: 200px;
}
.orbit-container li .slide-link {
	display: block;
	width: 100%; 
	height: 100%;
}
/* Prev & Next arrows */
.orbit-next > span,
.orbit-prev > span,
.featured-next > span,
.featured-prev > span,
.brand-prev > span,
.brand-next > span,
.prev-arrow > span,
.next-arrow > span {
	border: none !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 !important;
}
.orbit-next > span:before,
.orbit-next > span:after,
.featured-next > span:before,
.featured-next > span:after,
.brand-next > span:before,
.brand-next > span:after,
.next-arrow > span:before,
.next-arrow > span:after {
	border-right: 3px solid;
	content: '';
	display: block;
	height: 31px;
	margin-top: -28px;
	position: absolute !important;
	-ms-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	-o-transform: rotate(145deg);
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
	right: 0;
	left: 21px;
	top: 50%;
	width: 0;
	color: #fff !important;
    color: #001233 !important;
	margin-right: 0;
}
.orbit-next > span:after,
.featured-next > span:after,
.brand-next > span:after,
.next-arrow > span:after {
	margin-top: -3px;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	border-style: none !important;
	border-right: 3px solid !important;
}
.orbit-prev > span:before,
.orbit-prev > span:after,
.featured-prev > span:before,
.featured-prev > span:after,
.brand-prev > span:before,
.brand-prev > span:after,
.prev-arrow > span:before,
.prev-arrow > span:after {
	border-right: 3px solid;
	content: '';
	display: block;
	height: 31px;
	margin-top: -28px;
	position: absolute !important;
	-ms-transform: rotate(35deg);
	-moz-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	left: 21px;
	top: 50%;
	width: 0;
	color: #fff !important;
    color: #001233 !important;
	margin-right: 0;
}
.orbit-prev > span:after,
.featured-prev > span:after,
.brand-prev > span:after,
.prev-arrow > span:after {
	margin-top: -3px;
	-ms-transform: rotate(145deg);
	-moz-transform: rotate(145deg);
	-o-transform: rotate(145deg);
	-webkit-transform: rotate(145deg);
	transform: rotate(145deg);
	border-style: none !important;
	border-right: 3px solid !important;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next,
.featured-slider .featured-prev,
.featured-slider .featured-next,
.brand-slider .brand-prev,
.brand-slider .brand-next,
.prev-arrow,
.next-arrow {
	position: absolute;
	display: none;
	height: 106px;
	width: 45px;
	z-index: 9;
	top: 45%;
}
.featured-slider .featured-prev,
.featured-slider .featured-next,
.prev-arrow,
.next-arrow {
	top: 40%;
}
.brand-slider .brand-prev,
.brand-slider .brand-next {
	top: 36%;
}
.orbit-prev,
.featured-prev,
.brand-prev,
.prev-arrow {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	left: 0;
}
.orbit-next,
.featured-next,
.brand-next,
.next-arrow {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	right: 0;
}
.orbit-prev,
.orbit-next,
.featured-prev,
.featured-next,
.brand-prev,
.brand-next,
.prev-arrow,
.next-arrow {
	/*background-color: rgba(0, 0, 0, 0.1) !important;*/
    /*background-color: #fff;*/
	transition: background-color 150ms ease-out 0s;
}
.orbit-prev:hover,
.orbit-next:hover,
.featured-prev:hover,
.featured-next:hover,
.brand-prev:hover,
.brand-next:hover,
.prev-arrow:hover,
.next-arrow:hover {
	/*background-color: rgba(0, 0, 0, 0.2) !important;*/
    background-color: #fff;
}
.touch .featured-prev,
.touch .featured-next
.touch .brand-prev,
.touch .brand-next {
  display: none !important;
}
/* Tooltips */
.has-tip {
	font-weight: normal;	
}
.has-tip:hover, .has-tip:focus {
	
}
.tooltip {
	font-size: 0.750rem;
	line-height: 1.3;
	padding: 0.250rem 0.75rem;
	color: #000;
	background: #ffed9f;
	margin-top: -3px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	z-index: 1000;
}
.tooltip > .nub {
	border-color: transparent transparent #ffed9f transparent;
}
.tooltip.tip-top {
	margin-top: 6px;
}
.breadcrumbs {
	background: transparent;
	border: none;
	margin: 0;
}
.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs ul li {
	display: inline-block;
	font-size: 0.750rem !important;
	font-weight: normal !important;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
	color: #76848E;
	padding-right: 5px;
	text-transform: none;
}
.breadcrumbs ul li span {
	color: #a0a0a0;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
	text-decoration: underline;
}
.breadcrumbs ul li strong {
	font-weight: normal;
	color: #76848e;
	text-transform: none;
}

.cms-nummernschild .breadcrumbs-wrapper, 
.cms-bedruckte-kennzeichenhalter .breadcrumbs-wrapper, 
.cms-online-kfz-zulassung .breadcrumbs-wrapper, 
.cms-online-kfz-zulassung .drei-vorteile, 
.cms-online-kfz-zulassung .zahlungsmittel,
.cms-lp1 .breadcrumbs-wrapper{ display: none !important; }


/* Form elements */
select {
	height: 2rem;
	padding: 0.3rem;
}
input[type="file"], 
input[type="checkbox"], 
input[type="radio"], select {
	margin: 0;
}
.label {
	font-family: 'Open Sans', sans-serif;
	background: transparent;
	text-align: left;
}
/* Magellan */
.sub-nav {
	padding: 0 3%;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
	font-family: "Open Sans", sans-serif;
	padding: 0 1.125rem 0 0;
	font-size: 15px;
	margin-left: 0;
}
.sub-nav dt a, 
.sub-nav dd a, 
.sub-nav li a {
	display: block;
	padding: 0 0.750rem;
	color: #001233;
	height: 60px;
	line-height: 60px !important;
}
.sub-nav dt a:hover, 
.sub-nav dd a:hover, 
.sub-nav li a:hover {
	
}
.sub-nav dt.active a, 
.sub-nav dd.active a, 
.sub-nav li.active a {
	background: #bbbbbb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 0.750rem;
}
.sub-nav dt.active a:hover, 
.sub-nav dd.active a:hover, 
.sub-nav li.active a:hover {
	background: #bbbbbb;
	color: #ffffff;
}
.magellan-nav dt {
	display: none;
}
.catalog-product-view .magellan-nav .sub-nav dd.active a,
.catalog-product-view .magellan-nav .sub-nav dd.active:hover a {
	color: #ffffff !important;
}
[data-magellan-expedition], 
[data-magellan-expedition-clone] {
	padding: 1px 10px 0;
	height: 57px !important;
}
[data-magellan-expedition = "fixed"] {
	-webkit-box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
	-moz-box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
	box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
}
/* Tables */
.data-table .label {
	background: transparent;
	text-align: left;
	color: #001233;
	display: table-cell !important;
	line-height: 1rem !important;
	font-family: inherit;
	font-size: 0.875rem !important;
	font-weight: bold;
	padding: 0.438rem 0.625rem !important;
	white-space: normal !important; 
}
table tr.even, 
table tr.alt, 
table tr:nth-of-type(2n) {
	background: transparent !important;
}
/* Reveal */
.reveal-modal-bg {
	z-index: 1002;
}
dialog, .reveal-modal {
	z-index: 1003;
}
.close-reveal-modal {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: fixed;
	display: block;
	overflow: hidden;
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	padding-left: 42px;
	cursor: pointer;
}
.close-reveal-modal:hover {
	border: 2px solid #bebebe;
}
.close-reveal-modal:before,
.close-reveal-modal:after {
	border-right: 2px solid;
	border-color: #CECECE;
	content: '';
	display: block;
	height: 38px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 20px;
	top: 2px;
	width: 0;
}
.close-reveal-modal:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-reveal-modal:hover:before,
.close-reveal-modal:hover:after {
	border-color: #bebebe;
}
/* side nav */
.side-nav li a:not(.button) {
	
}
.side-nav li a:hover:not(.button), 
.side-nav li a:focus:not(.button) {
	color: #23afa1;
}
.side-nav li.active > a:first-child:not(.button) {
	color: #001233;
}
@media only screen and (min-width: 40.063em) {
	.tooltip > .nub {
		border-color: transparent transparent #ffed9f transparent; }
 	.tooltip.tip-top > .nub {
		border-color: #ffed9f transparent transparent transparent; }
  	.tooltip.tip-left > .nub {
		border-color: transparent transparent transparent #ffed9f; }
	.tooltip.tip-right > .nub {
		border-color: transparent #ffed9f transparent transparent; }
	.top-bar-section ul li:hover > a,
	.top-bar-section ul li:active > a,
	.top-bar-section ul li > a:hover,
	.top-bar-section ul li > a:active {
		color: #001233 !important;
        color:#0088cc !important;
		-webkit-tap-highlight-color: transparent;
	}
	.orbit-container.full-screen img {
		display: none;
	}
	.orbit-container.full-screen li {
		height: 100%;
		background-size: cover;
	}
}
/* Small screens */
@media only screen and (max-width: 40em) {
	.inner-wrap {
		overflow: visible;
	}
	.parent-link.js-generated {
		display: block !important;
	}
	.parent-link.js-generated:before {
		content: 'View All ';
	}
	.top-bar,
	.top-bar-section ul,
	.top-bar-section ul li > a {
		background: #001233 !important;
	}
	.top-bar-section ul {
		padding-right: 0 !important;
	}
	.top-bar-section .has-dropdown-for-large > a:after {
		content: none;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button) {
		line-height: inherit;
		color: #ffffff;
		background: inherit;
	}
    #review-buttons-container {text-align: center;}
	button, .button {
		font-size: 0.75rem;
        font-size: 1.2rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.tiny, .button.tiny {
		font-size: 0.625rem;
		padding: 0.125rem 0.688rem 0.188rem;
	}
	button.small, .button.small {
		font-size: 0.75rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.large, .button.large {
		font-size: 1rem;
		padding: 0.313rem 1.4rem;
	}
	button.ghost, .button.ghost {
		padding: 0.125rem 0.938rem;
	}
	button.ghost.tiny, .button.ghost.tiny {
		padding: 0.0625rem 0.5rem;
	}
	button.ghost.small, .button.ghost.small {
		padding: 0.125rem 0.938rem 0.125rem;
	}
	button.ghost.large, .button.ghost.large {
		padding: 0.1875rem 1.25rem;
	}
	.orbit-container.full-screen li {
		background-image: none !important;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	button,
	.button {
		font-size: 0.875rem;
        font-size: 1.2rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.tiny, .button.tiny {
		font-size: 0.688rem;
		padding: 0.188rem 0.813rem;
	}
	button.small, .button.small {
		font-size: 0.875rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.large, .button.large {
		font-size: 1.125rem;
		padding: 0.563rem 1.4rem 0.750rem;
	}
	button.ghost, .button.ghost {
		padding: 0.0625rem 0.9375rem 0.125rem;
	}
	button.tiny.ghost, .button.tiny.ghost {
		font-size: 0.688rem;
		padding: 0.0625rem 0.9375rem !important;
	}
	button.small.ghost, .button.small.ghost {
		font-size: 0.875rem;
		padding: 0.0625rem 0.9375rem;
	}
	button.large.ghost, .button.large.ghost {
		font-size: 1.125rem;
		padding: 0.5rem 1.25rem 0.5625rem;
	}
}
@media only screen and (max-width: 50em) {
	.magellan-nav {
		display: none;
	}
}
/*******************************************************************************************************/
/***   3)	 CHOSEN JQUERY PLUGIN OVERRIDES															 ***/
/*******************************************************************************************************/
.chosen-container {
	font-family: 'Open Sans', sans-serif;
  font-size: .875rem;
}
.chosen-container .chosen-drop {
	border: 1px solid #E6E6E6;
}
.chosen-container .chosen-results li.highlighted {
	
}
.chosen-container-active .chosen-single {
	border: none !important;
	
}
.chosen-container-active .chosen-single span {
	color: #001233 !important;
}
#select_language_chosen.chosen-container-active .chosen-single span:before,
#select_language_chosen.chosen-container .chosen-single span:before {
	content: ""; /* Change this text to translate the Language Select Box */
	font-weight: 300;
	font-style: italic;
	color: #999;
}
#select_currency_chosen.chosen-container-active .chosen-single span:before,
#select_currency_chosen.chosen-container .chosen-single span:before {
	content: "Currency: "; /* Change this text to translate the Currency Select Box */
	font-weight: 300;
	font-style: italic;
	color: #999;
}
.chosen-container-active .chosen-results {
	color: #76848e;
	font-size: .875rem;
}
.chosen-container-single .chosen-single {
	border: none;
	border-bottom: 1px solid #d3d3d3;
	padding: 0 0 0 8px;
	height: 26px;
	color: #76848e;
	line-height: 24px;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	background: #f4f4f4 !important;
}
.chosen-container-single .chosen-single:before,
.chosen-container-single .chosen-single:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 5px;
	top: 20px;
	background: #d3d3d3 !important;	
}
.chosen-container-single .chosen-single:before {
	left: 0px;
}
.chosen-container-single .chosen-single:after {
	right: 0px;
}
.chosen-container-active .chosen-single:before,
.chosen-container-active .chosen-single:after {
	
}
.chosen-container-active.chosen-with-drop .chosen-single:before,
.chosen-container-active.chosen-with-drop .chosen-single:after {
	background: transparent !important;
}
.chosen-container .chosen-results {
	margin: 0;
	padding: 0;	
}

.form-language .chosen-container-single .chosen-single {border:none;}
.form-language .chosen-container-single .chosen-single:before, .form-language .chosen-container-single .chosen-single:after {background:none !important;}


/*******************************************************************************************************/
/***   4)	 HEADER 																				 ***/
/*******************************************************************************************************/
.main-header {
	/*background: #fff;*/ /* Top header background - This value must be setted from admin */
	/*border-bottom: 1px solid #dedede;*/
	z-index: 10 !important;
}
.main-header .row {
	position: relative;
	padding: .5% 3% 0;
}
.main-header .top-header {
	z-index: 1001;
    /*border-top: 1px solid #f2f2f2;*/
}
.main-logo,
.main-logo-small {
	margin: 33px 0 0 0;
}
.main-logo-small {
	display: none;
}
.main-nav .button {
	font-weight: 600 !important;
}
.main-nav .button:hover {
	background: #26bcad !important;
}
/* clean header version */
.main-header.clean-header {
	border-bottom: none;
}
.main-header.clean-header .top-header {
	min-height: 80px;
}
.clean-header-wrapper > a {
	line-height: 80px;
}
.clean-header .row {
	padding: 0 3%;
}
.clean-header .main-logo {
	margin: 10px 0;
}
/* Main search form */
.form-search {
	position: relative;
	width: 100%;
	max-width: 27em;
	height: 38px;
	margin: 24px auto 0 auto;	
}
.form-search label {
	position: absolute;
	cursor: text;
	top: 8px;
	left: 10px;
	font-weight: 300;
	font-style: italic;
	font-size: 0.875rem;
	color: #aeaeae;
}
.form-search .left,
.form-search .right {
	height: 5px;
	width: 1px;
	top: 30px;
	background-color: #d3d3d3;
	position: absolute;
	transition: background-color 0.25s ease-in-out 0s;
}
.form-search .left {
	left: 0;
}
.form-search .right {
	right: 0;
	float: none !important;
}
.form-search .bottom {
		width: 100%;
		height: 1px;
		background-color: #d3d3d3;
		position: absolute;
		bottom: 0;
		transition: background-color 0.25s ease-in-out 0s;
}
.form-search .input-text {
	box-shadow: none !important;
	background: transparent !important;
	height: 36px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	-webkit-appearance: caret;
	-webkit-tap-highlight-color: transparent;
}
.form-search .input-text:focus {
	box-shadow: none !important;
	background: transparent !important;
}
.form-search .input-text:hover {
	border-color: #afafaf;
	box-shadow: none !important;
}
.form-search .input-text:focus ~ div {
	
}
.form-search .input-text:hover ~ div {
	background-color: #afafaf;
}
.form-search .input-text:focus + label {
	display: none;
}
.form-search .search-box {
	position: relative;
	margin-right: 80px;
}
.form-search .action {
	width: 80px;
	float: right;
}
.form-search .button {
	background: transparent;
	width: 40px;
	height: 2.2rem;
	line-height: 2.2rem;
	border: none;
	padding: 0;
	margin: 0;
	float: left;	
}
.form-search .button:hover {
	background: transparent !important;
}
.form-search .button:hover span {
	
}
.form-search .button:focus {
	background: transparent;
}
.form-search .button span {
	color: #76848e;
	font-size: 20px;
	line-height: 2.2rem;
	transition: color 0.25s ease-in-out 0s;
}
.form-search .sec-menu {
	width: 40px;
	height: 2.2rem;
	padding: 0;
	margin: 0;
	border-left: 1px solid #efefef;
	font-size: 1rem;
	line-height: 2.2rem;
	color: #76848e;
	text-align: center;
	float: right;
}
.sec-menu-search-icon-hover {
	color: #ffffff !important;
}
.main-header .icons-for-small {
	padding-right: 0;
}
.form-search .sec-menu:hover,
.main-header .icon-main-menu:hover,
.main-header .icon-cart:hover,
.main-header .icon-user:hover,
.main-header .top-bar li:hover .icon-cart {
	color: #fff;
}
.main-header .icon-cart {
	width: 2rem;
	height: 1.75rem;
	color: #fff;
	line-height: 1.75rem;
	margin: 14px 0 0 0;
	text-align: left;
	font-size: 1.25rem;
	float: right;
    -webkit-transition: color 100ms ease-out;
  	-moz-transition: color 100ms ease-out;
  	transition: color 100ms ease-out; 
}
.main-header .top-bar .icon-cart {
	color: #fff;
	width: 1.250rem;
	height: 1.250rem;
	font-size: 1.1rem;
	padding: 0 4px 0 0;
	border: none;
	float: none;
	margin: 0;
}
.main-header .icon-main-menu {
	color: #fff;
	width: 2.375rem;
    width: 4.375rem;
	height: 1.75rem;
	line-height: 1.75rem;
	
	display: block;
	font-size: 0.95rem;
	margin: 15px 10px 0 0;
	text-align: right;
	float: right;
}
.main-header .icon-main-menu:before {
	margin-right: 5px;
}
.main-header .icon-user {
	color: #CECECE;
	width: 2rem;
	height: 1.75rem;
	line-height: 1.75rem;
	border-right: 1px solid #efefef;
	margin: 14px 0 0 0;
	text-align: left;
	font-size: 1.1rem;
	float: right;
}
.top-bar-section .has-dropdown-for-large {
    position: relative;
}
.top-bar-section .has-dropdown-for-large.hover > .dropdown,
.top-bar-section .has-dropdown-for-large:hover > .dropdown,
.no-js .top-bar-section .has-dropdown-for-large:hover > .dropdown {
    display: block;
}
.right-off-canvas-menu.main-nav .dropdown li a:not(.button),
.right-off-canvas-menu.main-nav .dropdown ul.dropdown {
	background: #ffffff !important;
}
/* Secondary Menu - Dropdown */
.sec-menu-dropdown {
	position: absolute;
	padding: 23px 10px 10px;
	background: transparent;
	display: none;
	top: 20px;
	height: auto;
	right: -11px;
}
.sec-menu-dropdown .arrow-box {
	position: relative;
	width: 218px;
	padding: 8px;
	text-align: left;
	clear: both;
}
.sec-menu-dropdown .arrow-box:after {
	left: 90%;
}
.sec-menu-dropdown .links-list li a:before {
	left: -8px;
}
.icon-sec-menu:hover .sec-menu-dropdown {
	display: block;
}
.sec-menu-dropdown .arrow-box .links-list li a,
.account-dropdown .arrow-box .links-list li a {
	padding: 6px 0 6px 6px !important;
}
.sec-menu-dropdown .chosen-container {
	width: 100% !important;
}
.form-language > label {
	display: none;
}

/* Off-canvas menu search form */
.top-bar .form-search {
	margin: 12px auto 0 auto;
}
.top-bar .form-search .input-text:focus {
	border-color: #ffffff !important; 
}
.top-bar .form-search .button:hover span {
	color: #ffffff;
}
.top-bar .form-search .input-text:focus ~ div,
.top-bar .form-search .input-text:focus ~ div {
	background-color: #ffffff !important;
}
.top-bar .form-search .input-text {
	color: #ffffff;
}

.welcome-message {
	font-size: 0.813rem;
	color: #888888;
	line-height: 1.2rem;
}
.welcome-message span {
	font-size: 1rem;
	color: #cecece;
	vertical-align: middle;
	padding-bottom: 0.125rem;
}

/* Main Nav */
.main-nav .menu-icon {
	display: none;
}
.main-nav .name {
	padding: 0 8px 0 15px;
}
.main-nav .top-bar-section ul li a:not(.button) {
	color: #001233;
}
.top-bar.main-nav {
	/*height: 100%;
	min-height: 100%;*/
    height: auto;
}
.top-bar .sup {
	display: block;
	position: absolute;
	color: #76848e;
	font-size: 0.8rem;
	font-weight: 300;
	top: -0.6em;
	width: 120px;
	text-transform: none;
}
.top-bar span + .sup {
	left:37px;	
}
.top-bar-section li:not(.has-form) a:not(.button) {
	line-height: 35px;	
}
.top-bar-section ul.left {
	/*padding-left: 2.7%;*/
	float: none;
}
.top-bar-section ul.right {
	/*padding-right: 2.7%;*/
}
.top-bar-section ul li {
	/*padding-top: 9px;*/
}
.main-nav .arrow-box {
	margin-top: 9px;
}
.main-nav .arrow-box:before {
	content: "";
	width: 100%;
	height: 20px;
	background: rgba(255,255,255,0);
	position: absolute;
	top: -15px;
	left: 0;
}

/* Account dropdown */
.account-dropdown {
	background: transparent !important;
	right: auto !important;
	margin: 0 0 0 -36px !important;
}
.account-dropdown .arrow-box {
	width: 208px !important;
	margin-top: 19px;
}
.account-dropdown li a.button.sign-in {
	
	height: 32px;
	font-size: 1rem;
	line-height: 32px;
	padding: 0;
	margin: 0;
	width: 100%;
}
.account-dropdown .bg-box p.small {
	margin: 0 !important;
	padding: 10px 0 0 !important;
	line-height: 1 !important;
}
.right-off-canvas-menu.main-nav .dropdown p.small a,
.left-off-canvas-menu.main-nav .layered-nav a {
	background: transparent !important;
}
.account-dropdown .bg-box p.small a {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	
}
.account-dropdown .links-list {
	display: block;
	padding: 0 8px;
	background: #ffffff !important;
}
.account-dropdown .links-list li a:before {
	left: -8px;
}

/* Cart dropdown */
.cart-dropdown {
	background: transparent !important;
	right: 0 !important;
	margin: 0 -6px 0 0 !important;
	overflow: hidden;
	padding: 10px;
}
.cart-dropdown .arrow-box {
	width: 322px !important;
	margin-top: 9px;
	padding: 0 0 8px;
}
.cart-dropdown .arrow-box:after {
	left: 86%;
}
.cart-dropdown .dropdown-title {
	position: relative;
	margin: 0;
	padding: 0 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2 !important;
	font-size: .875rem;
	font-weight: 600;
	color: #001233;
}
.cart-dropdown .dropdown-title .icon-edit {
	position: absolute;
	display: block !important;
	top: 1px;
	right: 6px !important;
	width: 40px !important;
	height: 36px !important;
	line-height: 36px;
	color: #cecece !important;
	font-size: 1.357em;
	transition: color 150ms ease-out 0s;
}
.cart-dropdown .dropdown-title .icon-edit:hover {
	
}
.cart-dropdown .cart-empty {
	margin: 0;
	padding: 16px 14px;
}
.cart-dropdown .bg-box {
	height: 60px;
}
.cart-dropdown li a.button.sign-in {
	position: absolute;
	
	height: 32px;
	font-size: 1rem;
	line-height: 32px;
	padding: 0 25px;
	margin: 0;
	top: 32px;
	right: 14px;
}
.cart-dropdown .subtotal {
	line-height: 36px;
	margin: 0;
	color: #76848e;
	font-size: .75rem;
}
.price {white-space: nowrap;}
.cart-dropdown .subtotal .price {
	font-size: 0.9rem;
	font-weight: 600;
	color: #001233;
	padding: 0 0 0 4px;
}
/*#shopping-cart-totals-table .price {color: #b12704;}*/
.sb-cart-dropdown {
	text-align: center;
	margin: 8px 0 0;
}
.sb-cart-dropdown h6 {
	color: #001233;
	margin: 0;
}
.sb-cart-dropdown p {
	margin: 0;
}
.cart-dropdown .mini-products-wrapper {
	position: relative;
	overflow: hidden;
}
.cart-dropdown .mini-products-container {
	position: relative;
	margin: 8px 0 0;
	padding: 0;
	overflow-x: hidden;
}
.cart-dropdown .mini-products-list  {
	position: relative;
	display: block;
	padding: 0 8px;
	list-style: none;
	background: transparent;
	width: 322px;
	height: 100% !important;
	float: left;
	background: transparent !important;
}
.cart-dropdown .mini-products-list li {
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
	width: 306px;
}
.cart-dropdown .mini-products-list li .item-image {
	padding: 0 !important;
	margin: 0 0 0 4px !important;
	display: block;
	width: 68px;
	float: left;
}
.cart-dropdown .mini-products-list .item-details {
	float: left;
	width: 132px;
	margin: 0 0 0 8px;
}
.cart-dropdown .mini-products-list .item-details .item-name {
	margin: 0;
/*	line-height: .75rem;
	overflow: hidden;
	height: 1.7rem;*/
}
.cart-dropdown .mini-products-list .item-details .item-name a {
	color: #001233 !important;
	padding: 0 !important;
	font-size: .75rem;
	font-weight: 600;
	white-space: normal;
	line-height: 0.813rem;
	background: transparent !important;
}
.cart-dropdown .mini-products-list .item-details .item-name a:hover {
	
	text-decoration: none;
}
.cart-dropdown .mini-products-list .item-price {
	float: right;
	width: 82px;
	margin: 0 6px 0;
	text-align: right;
}
.cart-dropdown .mini-products-list .item-price .mrsp {
	line-height: 0.750;
	margin: 0;
}
.cart-dropdown .mini-products-list .item-price .price,
.cart-dropdown .mini-products-list .item-price .quantity {
	font-size: .75rem;
	font-weight: 600;
	color: #001233;
	line-height: 0.813rem;
	display: block;
}
.cart-dropdown .mini-products-list .item-price .mrsp .price {
	display: inline-block;
	color: #001233;
}
.cart-dropdown .mini-products-list .item-price .quantity {
	color: #76848e;
	margin: 5px 0 0;
	font-size: 0.6875rem;
}
.cart-dropdown .mini-products-list .item-price .tax-label {
	color: #76848e;
	font-size: 0.5rem;
	text-align: right;
	display: block;
}
.cart-dropdown .mini-products-list .item-price .nobr {
	font-size: 0.688rem;
	display: inline-block;
}
.cart-dropdown .mini-products-list .item-price small {
	color: #76848e;
	display: inline-block;
	font-size: 0.5rem;
	padding: 4px 0 0;
}
.cart-dropdown .mini-products-list .item-price small .price {
	font-size: 0.688rem;
	color: #76848e;
	display: inline-block;
}
.cart-dropdown .mini-products-list .btn-remove,
.layered-nav .currently	.btn-remove {
	padding: 0 !important;
	color: #CECECE !important;
	font-size: 9px;
	line-height: 14px !important;
	height: 14px;
	display: inline-block;
	margin: 2px 0 0;
	transition: color 150ms ease-out 0s;
}
.cart-dropdown .mini-products-list .btn-remove:hover {
	color: #ea1818 !important;
}
.cart-dropdown .mini-products-list .product-attr-short {
	overflow: hidden;
	margin: 5px 0 0;
}
.cart-dropdown .mini-products-list .product-attr.x-small {
	line-height: 1.1;
	margin: 0 0 1px;
	padding: 0;
	font-weight: normal;
}
.product-attr.x-small > span {
	color: #001233;
	font-weight: bold;
}
.cart-dropdown .mini-products-list .view-more-attr {
	
	cursor: pointer;
	display: block;
	vertical-align: top;
	font-size: .625rem;
	line-height: 1;
	margin: 1px 0 0;
}
.cart-dropdown .mini-products-list dl.item-options {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	padding: 0 8px;
	display: none;
}
.cart-dropdown .mini-products-list dl.item-options dt {
	display: block;
	font-size: 0.6875rem;
	color: #001233;
	margin: 0;
	padding: 0;
}
.cart-dropdown .mini-products-list dl.item-options dd {
	display: block;
	font-size: 0.6875rem;
	line-height: 1.2;
	color: #76848e;
	margin: 0 0 6px;
	padding: 0;
}
.cart-dropdown .simple-nav {
	margin: -12px 0 8px;
}
/* Secondary menu ribbon */
.header-ribbon {
	padding-top: 0 !important;
}
.cms-index-index .main-header .header-ribbon,
.cms-home .main-header .header-ribbon {
	background: transparent !important;
}
.header-ribbon .links-list,
.header-ribbon .links-list li,
.header-ribbon .form-language {
	display: inline-block;
}
.header-ribbon .links-list {
	font-size: 0.8125rem !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.header-ribbon .links-list li:first-child a {
	padding-left: 0 !important;
}
.header-ribbon .links-list li:hover a,
.header-ribbon .links-list li:hover a:before,
.header-ribbon .chosen-container-active.chosen-with-drop .chosen-single {
	background: transparent !important;
}
.header-ribbon .chosen-container {
	font-size: 0.8125rem;
}
.header-ribbon .chosen-container,
.header-ribbon .form-language {
	float: right;
}
.header-ribbon #select_currency_chosen.chosen-container-active .chosen-single span::before,
.header-ribbon #select_currency_chosen.chosen-container .chosen-single span::before,
.header-ribbon #select_language_chosen.chosen-container-active .chosen-single span::before,
.header-ribbon #select_language_chosen.chosen-container .chosen-single span::before {
	content: none;
}
.header-ribbon .welcome-message {
	padding-right: 1.125rem;
	line-height: 1.5625rem;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.main-header {
		border: none;
	}
	.main-logo-small {
		margin: 18px 0 0 0;
	}
	.main-logo {
		display: none;
	}
	.main-logo-small {
		display: block;
	}
	.form-search {
		max-width: none;
		margin: 15px auto 0 auto;
	}
	.form-search .search-box {
		margin-right: 30px;
	}
	.form-search .action {
		width: 30px;
	}
	.form-search .button {
		width: 40px;
		text-align: center;
	}
	.form-search .action .button:hover {
		background: transparent !important;
	}
	header form {
		margin: 0 0 .7rem;
	}
	/* offcanvas menu */
	.touch .top-bar.main-nav {
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch;
       
	}
	.right-off-canvas-menu.main-nav .dropdown li a:not(.button), 
	.right-off-canvas-menu.main-nav .dropdown ul.dropdown {
		background: #001233 !important;
	}
	.right-off-canvas-menu.main-nav .dropdown li:hover > a,
	.right-off-canvas-menu.main-nav .dropdown ul.dropdown li:hover > a {
		background: #272727 !important;
	}
	.right-off-canvas-menu {
		float: right;
	}
	.top-bar-section ul {
		padding-left: 0;
	}
	.top-bar-section ul.left {
		padding-left: 0;
	}
	.top-bar-section li {
		border-bottom: 1px solid #284365;
		padding-top: 0;
	}
	.top-bar-section dd ul li,
	.configurable-swatch-list li {
		border-bottom: none !important;
	}
	.top-bar-section li span {
		padding: 0 5px 0 0;
		color: #76848e;
		display: inline !important;
	}
	.top-bar-section li.last {
		border-bottom: none;
		margin-bottom: 10px;
	}
	.top-bar-section li.group-title {
		margin: 4px 0 0 0;
		padding: 0 0 0 15px;
		color: #fff;
		font-size: 0.813rem;
		font-weight: 600;
		height: 2em;
		border-bottom: 2px solid #284365;
		text-transform: uppercase;
	}
	.top-bar-section ul li {
		padding-top: 0;
		font-size: .937rem;
	}
	.top-bar-section ul li > a {
		padding: 8px 0 8px 15px;
	}	
	.top-bar-section li:not(.has-form) a:not(.button) {
		line-height: inherit;	
	}
	.top-bar-section .has-dropdown > a:before,
	.top-bar-section .has-dropdown > a:after {
		border-right: 2px solid;
		content: '';
		display: block;
		height: 8px;
		margin-top: -6px;
		position: absolute !important;
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		right: 10px;
		top: 50%;
		width: 0;
		color: #fff !important;
		margin-right: 6px;
	}
	.top-bar-section .has-dropdown > a:after {
		margin-top: -1px;
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-style: none !important;
		border-right: 2px solid !important;
	}
	.top-bar-section .has-dropdown.moved > a:before,
	.top-bar-section .has-dropdown.moved > a:after {
		display: none;	
	}
	.top-bar-section .back h5 {
		font-size: 1em;
	}
	.top-bar-section .back h5 a {
		color: #C0C0C0 !important;
		padding-left: 28px;
	}
	.top-bar-section .back h5 > a:before,
	.top-bar-section .back h5 > a:after {
		border-right: 2px solid;
		content: '';
		display: block;
		height: 6px;
		margin-top: -4px;
		position: absolute !important;
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 18px;
		top: 20px;
		width: 0;
		color: #C0C0C0 !important;
		margin-right: 6px;
	}
	.top-bar-section .back h5 > a:after {
		margin-top: -1px;
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		border-style: none !important;
		border-right: 2px solid !important;
	}
	.top-bar-section .arrow-box:after {
		border: none;
	}
	.top-bar-section .has-dropdown-for-large {
		display: none;
	}
}

/* Medium and Big screens */
@media only screen and (min-width: 40.063em) {
	.right-off-canvas-menu.main-nav {
		background: #ffffff !important;
		overflow-y: visible;
		position: relative;
		-ms-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		width: 100%;
		top: auto;
		bottom: auto;
		z-index: 1000; 
	}
	.main-nav .top-bar-section li:not(.has-form) a:not(.button),
	.main-nav .top-bar-section ul {
		background: #ffffff;
	}
	/* Dropdown styles */
	.top-bar-section .has-dropdown.mega-menu {
		position: static;
	}
	.top-bar-section .has-dropdown.mega-menu > a:after {
		position: relative;
		float: right;
		margin: 0 0 0 -7px;
		padding: 0;
		top: 16px;
		right: -10px;
	}
	.top-bar-section .has-dropdown.mega-menu:hover > a:before {
		content: "";
		position: absolute;
		top: 51px;
		float: left;
		border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
		border-style: solid;
		border-width: 6px;
		width: 0;
		height: 0;
		margin-left: 15px;
		z-index: 101;
	}
	.top-bar-section .left .mega-menu .dropdown.arrow-box:after {
		content: none;
	}
	.top-bar-section .left ul li a {
		white-space: normal;
	}
	.top-bar-section .left ul li a.link {
		color: #001233 !important;
	}
	.top-bar-section .left ul,
	.top-bar-section .left .arrow-box {
		list-style: none !important;
		margin: 19px 0 !important;
		padding: 12px 0;
		font-family: 'Open Sans', sans-serif !important;
		font-size: .875rem !important;
		line-height: 1 !important;
		width: 190px !important;
	}
	.top-bar-section .left ul,
	.top-bar-section .left .arrow-box {
		background: #ffffff;
	}
	.top-bar-section .left ul:before,
	.top-bar-section .left .arrow-box:before {
		height: 29px;
		top: -24px;
	}
	.top-bar-section .left ul li {
		position: relative;
		float: none !important;
		line-height: 1 !important;
		padding: 2px 0 !important;
		margin: 0 !important;
	}
	.top-bar-section .left ul li:hover > a:before {
		content: "";
		position: absolute;
		display: inline;
		width: 3px;
		margin-top: 0;
		vertical-align: middle;
		top: 0;
		left: 0;
		bottom: 0;
		
	}
	.top-bar-section .left ul li:hover > a {
		color: #001233 !important;
		background: #ffffff !important;
	}
	.top-bar-section .left ul li:active > a {
		
	}
	.top-bar-section .left ul li a {
		display: block;
		padding: 6px 20px 6px 16px !important;
		color: #76848e !important;
		line-height: 1.1 !important;
		margin: 0 !important;
		transition: color 150ms ease-out 0s;
	}
	.top-bar-section .left .dropdown.arrow-box:after {
		left: 44px;
	}
	.top-bar-section .left ul ul {
		margin: -12px 0 0 !important;
		-webkit-box-shadow: 6px -2px 8px 0 rgba(50, 50, 50, 0.15);
		-moz-box-shadow: 6px -2px 8px 0 rgba(50, 50, 50, 0.15);
		box-shadow: 6px -2px 8px 0 rgba(50, 50, 50, 0.15);
		border-left: 2px solid #F0F0F0;
	}
	/* Dropdown menu arrow */
	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		content: '';
		border-style: solid;
		border-width: 0 0 7px 6px;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CECECE;
		bottom: 10px;
		right: 8px;
		top: auto;
		margin-right: 0;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
	}
	/* Mega Menu dropdown */
	.top-bar-section .has-dropdown.mega-menu > .dropdown {
		margin-left: 3.5% !important;
		min-width: 93% !important;
	}
	.mega-menu > ul > li:hover > a:before {
		content: none !important;
	}
	.mega-menu ul li ul {
		position: relative !important; 
		display: block !important;
		left: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.top-bar-section .left .mega-menu ul ul {
		margin: 0 !important;
		border-left: 0 !important;
		overflow: hidden;
	}
	.top-bar-section .left .mega-menu > ul > li > ul {
		width: 100% !important;
	}
	.mega-menu ul li:nth-child(2),
	.mega-menu ul li ul li:nth-child(2) {
		display: none !important;
	}
	.mega-menu > ul > li {
		display: inline-block !important;
		vertical-align: top;
		width: 25% !important;
		z-index: 1;
	}
	.mega-menu ul.columns-6-for-large > li {
		width: 16.6% !important;
	}
	.mega-menu ul.columns-5-for-large > li {
		width: 20% !important;
	}
	.mega-menu ul.columns-4-for-large > li {
		width: 25% !important;
	}
	.mega-menu ul.columns-3-for-large > li {
		width: 33% !important;
	}
	.mega-menu ul.columns-2-for-large > li {
		width: 50% !important;
	}
	.mega-menu ul.columns-1-for-large > li {
		width: 100% !important;
	}
	.mega-menu ul li.title,
	.mega-menu ul li.js-generated {
		display: none !important;
	}
	.top-bar-section .left .mega-menu > ul > li > a {
		color: #001233 !important;
	}
	.top-bar-section .left .mega-menu ul li ul li a {
		color: #76848e !important;
		padding-top: 0.188rem !important;
		padding-bottom: 0.188rem !important;
		font-size: 0.875rem;
	}
	.top-bar-section .left li.mega-menu > ul > li {
		margin-bottom: 15px !important;
		border-left: 1px solid #e5e5e5;
	}
	.top-bar-section .has-dropdown.mega-menu .dropdown li.has-dropdown > a:after {
		content: none;
	}
	.top-bar-section .left li.mega-menu > ul > li.mega-menu-bottom-block {
		margin-bottom: 5px !important;
	}
	.mega-menu-right-block {
		position: absolute !important;
		right: 0;
		top: 0;
		margin: 0 !important;
		padding: 0 !important;
		height: 100% !important;
		overflow: hidden;
		border-left: none !important;
		z-index: 10;
	}
	.mega-menu > ul > li.mega-menu-right-block {
		width: 350px !important;
	}
	.top-bar-section .left ul li.mega-menu-right-block {
		padding: 0 !important;
	}
	.mega-menu > ul > li.mega-menu-top-block,
	.mega-menu > ul > li.mega-menu-bottom-block {
		width: 100% !important;
		border-left-color: #ffffff !important;
		padding-left: 16px !important;
	}
	.mega-menu > ul > li.mega-menu-top-block a,
	.mega-menu > ul > li.mega-menu-bottom-block a {
		font-size: 0.938rem; 
		display: inline;
	}
	.mega-menu > ul > li.mega-menu-top-block p,
	.mega-menu > ul > li.mega-menu-bottom-block p {
		margin-bottom: 0;
		font-size: 0.938rem;
		color: #76848e;
		line-height: 1.25rem;
	}
	.mega-menu > ul > li.mega-menu-top-block p a,
	.mega-menu > ul > li.mega-menu-bottom-block p a {
		font-weight: lighter;
		font-size: 0.938rem;
		padding: 0 1.5rem 0 0 !important;
	}
	.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block > a,
	.top-bar-section .left .mega-menu > ul > li.mega-menu-bottom-block > a {
		color: #76848e !important;
		font-weight: lighter;
		padding: 0 1.5rem 0 0 !important;
		line-height: 1.25rem !important;
	}
	.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover,
	.top-bar-section .left ul li.mega-menu-bottom-block a:hover {
		
	}
	.subcategory-top-block {
		padding: 0 16px 6px;
	}	
	.subcategory-top-block p,
	.subcategory-bottom-block p {
		margin-bottom: 0;
	}
	.subcategory-bottom-block {
		padding: 6px 16px 0;
	}
	.top-bar-section .left ul li .subcategory-top-block a,
	.top-bar-section .left ul li .subcategory-bottom-block a {
		padding: 0 !important;
	}
	.header-ribbon #select-currency {
		max-width: 200px;
		float: right;
	}
}

 #kz-produkt-spalte-rechts {padding: 1rem;}

/* only large screens */
@media only screen and (min-width: 64.063em) {
    #kz-produkt-spalte-rechts {padding: 1rem 0rem 0rem 0rem;}
    .headline-product {padding: 0 3rem 0 0 !important;}
    
    .main-header .row.top-header {/*padding-top:14px !important; height: 100px !important;*/}
    
	.mega-menu ul.hide-subcategories-for-large > li {
		display: none !important;
	}
	.mega-menu ul.hide-subcategories-for-large > li.mega-menu-right-block {
		display: block !important;
	}
	.hide-subcategories-for-large .mega-menu-right-block {
		position: relative !important;
	}
	.columns-1-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-2-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-3-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-4-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-5-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-6-for-large.hide-subcategories-for-medium .mega-menu-right-block {
		display: none !important;
	}
	.hide-subcategories-for-large {
		padding-right: 0 !important;
	}
	.mega-menu > ul.hide-subcategories-for-large > li.mega-menu-right-block {
		width: 100% !important;
	}
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.top-bar-section ul.left {
		padding-left: 2%;
	}
	.main-header .icon-cart {
		color: #CECECE;
		text-align: right;
		margin: 10px 0 0;
	}
	.main-header .icon-user {
		margin: 10px 0 0;
	}
	.mega-menu ul.columns-6-for-medium > li {
		width: 16.6% !important;
	}
	.mega-menu ul.columns-5-for-medium > li {
		width: 20% !important;
	}
	.mega-menu ul.columns-4-for-medium > li {
		width: 25% !important;
	}
	.mega-menu ul.columns-3-for-medium > li {
		width: 33% !important;
	}
	.mega-menu ul.columns-2-for-medium > li {
		width: 50% !important;
	}
	.mega-menu ul.columns-1-for-medium > li {
		width: 100% !important;
	}
	.mega-menu ul.hide-subcategories-for-medium > li {
		display: none !important;
	}
	.mega-menu ul.hide-subcategories-for-medium > li.mega-menu-right-block {
		display: block !important;
	}
	.hide-subcategories-for-medium .mega-menu-right-block {
		position: relative !important;
	}
	ul.hide-subcategories-for-large:not(.hide-subcategories-for-medium) {
		padding-right: 0 !important;
	}
	.columns-1-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-2-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-3-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-4-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-5-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-6-for-medium.hide-subcategories-for-large .mega-menu-right-block {
		display: none !important;
	}
	.mega-menu > ul > li.mega-menu-top-block,
	.mega-menu > ul > li.mega-menu-bottom-block {
		width: 100% !important;
		border-left-color: #ffffff !important;
	}
	.mega-menu > ul.hide-subcategories-for-medium > li.mega-menu-right-block {
		width: 100% !important;
	}
	.header-ribbon .links-list {
		display: none;
	}
}

/*******************************************************************************************************/
/***   5)	 HERO - FOUNDATION ORBIT																 ***/
/*******************************************************************************************************/
.hero {
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero .hero-text {
	position: absolute;
	top: 50%;
	width: 35%;
	margin: 0 0 0 3.5%;
	display: block;
	-webkit-transform-style: preserve-3d;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.no-js .hero li {
	position: relative;
}
.no-js .hero img,
.no-js .hero-text {
	display: block;
}
.hero .hero-text.right {
	right: 0;
	margin-right: 3.5%;
}
.hero h1 {
	margin: 0 0 20px;
}
.hero.narrow h1 {
	font-size: 2.125rem;
	margin: 0 0 6px;
}
.hero h5 {
	margin-bottom: 16px;
}
.hero.narrow h5 {
	margin-bottom: 10px;
}
.hero .button {
	margin: 0 4px 0;
}
.hero .hero-text > .button {
	margin-left: 0;
}
.orbit-container {
	margin-top: -4px;
}
.orbit-bullets-container {
	position: absolute;
	bottom: 6%;
	z-index: 9;
}
.orbit-timer {
	visibility: hidden !important;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.hero .hero-text {
		position: relative !important;
		top: auto !important;
		width: 100%;
		margin: 0 !important;
		padding: 1.5% 3% 24px !important;
		-ms-transform: none !important;
 		-moz-transform: none !important;
 		-o-transform: none !important;
 		-webkit-transform: none !important;
		transform: none !important;
	}
	.hero .hero-text h1 {
		letter-spacing: normal;
		margin-bottom: 8px;
	}
	.hero .hero-text h5 {
		margin-bottom: 5px;
	}
	.hero .hero-text a.button {
		margin-bottom: 0;
	}
	.orbit-bullets-container {
		position: absolute !important;
		bottom: 6px !important;
	}
	.orbit-container .orbit-next > span,
	.orbit-container .orbit-prev > span {
		display: none;
	}
	.orbit-bullets-container li {
		width: 20px !important;
	}
	.orbit-prev,
	.orbit-next {
		display: none !important;
	}
	.orbit-bullets-container li.dark:before {
		background: #7f7f7f !important;
	}
	.simple-nav li.active:before,
	.orbit-bullets-container li.dark.active:before {
		border: 1px solid #5b5b5b !important;
	}
	.mobile-gallery .orbit-container {
		overflow: visible;
	}
	.mobile-gallery .orbit-bullets-container {
		bottom: -10px !important;
		margin-top: 0 !important; 
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.hero .hero-text {
		width: 42%;
	}
	.hero .hero-text h1 {
		margin-bottom: 13px;
	}
	.hero.narrow .hero-text h1 {
		margin-bottom: 6px;
	}
	.hero .hero-text h5 {
		margin-bottom: 10px;
	}
	.hero.narrow .hero-text h5 {
		margin-bottom: 8px;
	}
	.orbit-prev,
	.orbit-next {
		display: none !important;
	}
}
/* Medium and large screens */
@media only screen and (min-width: 40.063em) {
	.hero .hero-text {
		background: transparent !important;
	}
}

/*******************************************************************************************************/
/***   6)	 FEATURED PRODUCTS AND CATEGORIES SLIDER								 				 ***/
/*******************************************************************************************************/
section.featured-slider {
	position: relative;
	background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	margin: 0;
	padding: 36px 0 36px 3.5%;
	/*overflow: hidden;*/
	-webkit-tap-highlight-color: transparent;
}
section.featured-slider + section.featured-slider {
	padding-top: 0;
}
section.featured-slider + section.featured-slider .category-nav {
	top: 0;
}
section.featured-slider + section.featured-slider .featured-prev,
section.featured-slider + section.featured-slider .featured-next {
	top: 36%;
}
section.featured-slider.related,
section.featured-slider.crosssell {
	/*background: -webkit-linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
	background: -o-linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
	background: -moz-linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
	background: linear-gradient(#f4f4f4, #f4f4f4, #fafafa);*/
}
section.featured-slider h3 {
	margin-bottom: 5px;
}
section.featured-slider ol {
	position: relative;
	display: block;
	margin: 0 0 0 -12px;
	padding: 12px 0 22px 12px;
	list-style: none;
	width: 100%;
	height: auto;
	-webkit-tap-highlight-color: transparent;
}
section.featured-slider ol li.item,
.category-products .item {
	display: block;
	width: 220px;
	height: auto;
	/*background: #ffffff;*/
	margin: 20px 20px 0 0;
	float: left;
/*	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; */
    text-align: center;
}

section.featured-slider ol li.item .tax-details {display:none;}
.catalog-product-view .tax-details {}

.headline-product {
    border-radius: 4px;
   /* padding:0px 0 30px 0 !important;*/
}


section.featured-slider ol li.item:after,
.category-products .item:after {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #001233 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}


section.featured-slider ol li.item:hover,
.category-products .item:hover {
/*	-webkit-box-shadow: 0 2px 8px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0 2px 8px rgba(50, 50, 50, 0.2);
	box-shadow: 0 2px 8px rgba(50, 50, 50, 0.2); */
}
section.featured-slider .item-title,
.category-products .item-title {
	position: relative;
	padding: 0;
	line-height: 1;
	margin: 10px 0 0;
}
section.featured-slider .category-title {
	position: relative;
	padding: 18px 14px;
	line-height: 1;
	margin: 0;
}
section.featured-slider .item-title a,
section.featured-slider .category-title a,
.category-products .item-title a {
	display: block;
	color: #001233;
	line-height: 1.25rem;

   overflow: visible;
    white-space: normal;
      font-size: 0.94rem;
  font-weight: 500; 
}
section.featured-slider .item-title a:hover,
section.featured-slider .category-title a:hover,
.category-products .item-title a:hover {
	
}
section.featured-slider .item-images,
.category-products .item-images {
	position: relative;
	width: 100%;
	padding: 8px;
}
section.featured-slider .item-images.flush,
.category-products .item-images.flush {
	padding: 0 0 8px;
}
section.featured-slider .category-images {
	position: relative;
	width: 100%;
	padding: 0;
}
section.featured-slider .item-images a,
section.featured-slider .category-images a,
.category-products .item-images a {
	position: relative;
	width: 100%;
	display: block;
	padding-top: 93.95%;
}
.category-products.keep-aspect-ratio .item-images a {
	padding-top: 0;
        padding: 15px 15px 0 15px;
}
section.featured-slider .category-images a {
	padding-top: 126%;
}
section.featured-slider .item-images img,
section.featured-slider .category-images img,
.category-products .item-images img {
	position: absolute;
	color: transparent;
	background: url(../images/spinner.gif) center center no-repeat;
	display: block;
	min-height: 32px;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.category-products.keep-aspect-ratio .item-images img {
	position: relative;
}
section.featured-slider .item-description,
.category-products .item-description {
	display: none;
}
.item-info {
	padding: 0 14px 0px;
	min-height: 5.625rem;
    min-height: 5.0rem;
}
.category-products.list .item-info {
	min-height: 0;
	padding: 0;
}
.category-products.loading {
	opacity: 0.5;
}
.price-box {
	display: inline-block;
	padding: 3px 0 0;
	font-size: 0.875rem;
	color: #001233;
	line-height: 0.875rem;
}



.price-box .old-price, 
.price-box .special-price {
	display: block;
	margin-bottom: 0;
	font-size: 0.875rem;
	font-weight: normal;
	color: #444;
	vertical-align: top;
	padding: 0;
	line-height: 0.875rem;
    margin-bottom: 5px;
 
}
.price-box .special-price {
	display: inline-block;
/*	line-height: 0.688rem;*/
}
.price-box .old-price .price-label, 
.price-box .special-price .price-label {
	/* display: none; */
    color: #76848e;
    font-size:  0.8rem !important
}
.special-price .price {
	line-height: 0.875rem;
	
}
.price-box .old-price .price {
	text-decoration: line-through;
	color: #001233 !important;
    font-weight: normal;
    font-size: 0.85rem !important;
}
.minimal-price .price,
.price-box .price {
	font-size: 0.875rem;
	font-weight: 200;
	color: #444;
}
.price-excluding-tax, 
.price-including-tax {
	display: block;
}
.price-excluding-tax span {
	display: inline-block;
}
.price-box .label {
	background: transparent;
	color: #76848e;
	font-size:  0.6875rem;
    font-size:  0.8875rem;
	padding: 0;
	text-align: left;
}
.price-box .weee {
	font-size: 0.563rem;
	padding: 0 4px 0 0;
	color: #76848e;
}
.price-box br {
	display:  none;
}
.price-box .weee + .regular-price:before {
	content: "= ";
}
.price-box .price-from,
.price-box .price-to {
	margin: 0;
	line-height: 1.125rem;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label,
.price-box .minimal-price .price-label {
	font-size: 0.6875rem;
	color: #76848e;
}
.price-box .minimal-price-link .label {
	color:#ea1818;
}
.price-box .minimal-price {
	margin: 0;
}
.price-box.map-info {
	font-size: 0.750rem;
}
.yousave .price {font-size: 0.8rem !important; color:#c03 !important;}

p.yousave {  margin-bottom: 5px; line-height: 1rem; white-space: nowrap;}
.yousave .price-label.label {margin: 0;
  padding: 0; font-size: 0.8rem !important;}
.ratings {
	position: relative;
	padding: 0 1px;
	line-height: 0.875rem;
}
.ratings-detail .ratings {
	display: block;
	float: left;
	margin: 0 0 0 6px;
}
.ratings.no-rating {
	font-size: 0.750rem;
}
.ratings.no-rating a {
	color: #76848e;
    color:#76848e;
}
.ratings.no-rating a:hover {
	
	text-decoration: underline;
}
.rating-box,
.product-collateral .review-list .rating-box,
.product-collateral .rating-box,
.review-product-list .ratings-detail .rating-box {
	position: relative;
	display: inline-block;
	width: 3.375rem;
	height: 0.625rem;
    
    
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNDRUNFQ0UiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 3.375rem;
  
	background-repeat: no-repeat;
}
.product-view .rating-box {width: 5.375rem;
	height: 0.9rem;   background-size: 5.375rem;}

.rating,
.product-collateral .review-list .rating,
.product-collateral .rating,
.review-product-list .ratings-detail .rating {
	position: absolute;
	height: 0.625rem;
	overflow: hidden;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMyN0NDQzAiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 3.375rem;
	background-repeat: no-repeat;
}
.product-view .rating {background-size: 5.375rem; height: 1.625rem;}



.rating-links {
	color: #76848e;
	display: block;
	font-size: 0.688rem;
	margin: 3px 0 0;
}
.rating-links.icon-user > span {
	font-family: 'Open Sans', sans-serif;
}
.product-collateral .rating-links {
	color: #76848e;
	vertical-align: bottom;
}
.rating-links a {
	padding: 0 5px;
	color: #76848e;
}
.rating-links a:first-child {
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
}
.rating-links a:hover {
	
	text-decoration: underline;
}
.rating-avg {
	float: left;
	font-size: 2rem;
	margin: 0 0 12px;
	color: #001233;
}

section.featured-slider .options-container,
.category-products .options-container {
	position: relative;
	height: 10px;
	margin: 6px 0 0;
}
section.featured-slider .color-gallery,
.category-products .color-gallery {
	position: absolute;
	margin: 0;
	padding: 0 11px 0 0;
}
section.featured-slider .color-gallery .option-title,
.category-products .color-gallery .option-title {
	display: none;
}
section.featured-slider .color-gallery dd,
.category-products .color-gallery dd {
	float: left;
	margin: 0 3px 0 0;	
}
section.featured-slider .color-gallery .color-swatch,
.category-products .color-gallery .color-swatch {
	display: block;
	width: 1rem;
	height: 0.625rem;
}
section.featured-slider .actions,
.category-products .actions {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0 9px 0 10px;
	border-top: 1px solid #f2f2f2;
}
section.featured-slider .actions .btn-cart,
.category-products .actions .btn-cart {
	float: left;
	border: none;
	background: transparent;
	color: #76848e;
	font-size: 0.750rem;
	font-weight: 600 !important;
	line-height: 2.5rem;
	margin: 0;
	padding: 0;
	transition: color 300ms ease-out; 
}
section.featured-slider .actions .btn-cart:before,
.category-products .actions .btn-cart:before {
	font-family: 'intenso';
	content: "\e602";
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 2rem;
	color: #cecece;
	padding: 0 4px 4px 0;
	vertical-align: middle;
	transition: color 300ms ease-out; 
}
section.featured-slider .actions .btn-cart:hover,
section.featured-slider .actions .btn-cart:hover:before,
section.featured-slider .actions .add-to-links .link-wishlist:hover:before,
section.featured-slider .actions .add-to-links .link-compare:hover:before,
.category-products .actions .btn-cart:hover,
.category-products .actions .btn-cart:hover:before,
.category-products .actions .add-to-links .link-wishlist:hover:before,
.category-products .actions .add-to-links .link-compare:hover:before {
	color: #76848e; /* Main color, must be setted from Admin */
}
section.featured-slider .actions .add-to-links,
.category-products .actions .add-to-links {
	position: relative;
	margin: 0;
	padding: 0;
	width: 3.5rem;
	list-style: none;
	float: right;
}
section.featured-slider .actions .add-to-links .link-wishlist,
section.featured-slider .actions .add-to-links .link-compare,
.category-products .actions .add-to-links .link-wishlist,
.category-products .actions .add-to-links .link-compare {
	display: block;
	width: 1.750rem;
	height: 2.625rem;
	text-align: center;
	float: right;
	overflow: hidden;
	color: transparent !important;
}
.category-products .availability.out-of-stock {
	color: #ea1818;
	display: block;
	font-size: 0.813rem;
	line-height: 40px;
	margin: 0;
	position: absolute;
}
.category-products .availability.out-of-stock span {
	position: relative;
}
.link-wishlist:before,
.link-compare:before {
	position: absolute;
	font-family: 'intenso';
	font-size: 1rem;
	color: #cecece;
	top: 8px;
	padding-left: 5px;
	transition: color 300ms ease-out; 
}
.link-wishlist:before {
	content: "\e60c";
}
.link-compare:before {
	content: "\e60d";
	font-size: 1.125rem;
	top: 7px;
}
/* Category nav */
.category-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 93%;
	top: 37px;
	font-size: 0;
}
.category-nav li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0 16px;
	background: #dee2e2;
	font-size: 1rem;
	font-weight: normal !important;
	line-height: 32px;
	cursor: pointer;
	transition: all 200ms ease-out; 
}
.category-nav li:hover {
	background: #afafaf;
	color: #ffffff;
}
.category-nav li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.category-nav li:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.category-nav li.active {
	
	color: #ffffff;
	cursor: default;
}
.category-nav li.active:after { 
	top: 100%;
	left: 22px;
	-moz-border-bottom-colors: none;
  	-moz-border-left-colors: none;
  	-moz-border-right-colors: none;
  	-moz-border-top-colors: none;
	border: solid transparent;
	border-style: solid inset inset;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	
	border-width: 6px;
	margin-left: -6px;
}
/* Small screens */
@media only screen and (max-width: 40em) {
	.item-info {
		min-height: 5.625rem;
		padding: 0 14px;
	}
	.category-products .item-info {
		min-height: 0 !important;
	}

}
/* Medium and Small screens */
@media only screen and (max-width: 64em) {
    
	.category-nav {
		top: 33px;
		right: 3.5%;
		width: auto;
	}
	.category-nav li {
		padding: 0 34px 0 12px;
		display: block;
		text-align: left;
		visibility: hidden;
		height: 0;
		background: #ffffff;
		transition: none;
		margin-left: 0 !important;
	}
	.category-nav li.active {
		cursor: pointer;
	}
	.category-nav:hover {
		-webkit-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.1);
		-moz-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.1);
		box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.1);
	}
	.category-nav li:first-child {
		display: block;
		visibility: visible;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 1.875rem;
	}
	.category-nav:hover li.show-options:first-child {
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.category-nav li:last-child {
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.show-options {
		visibility: visible !important;
		height: 32px !important;
	}
	.category-nav li.active:before {
		position: absolute;
		font-family: 'intenso';
		content: "\e606";
		font-size: 0.95rem;
		top: 0;
		right: 8px;
	}
}

/*******************************************************************************************************/
/***   7)	 BILLBOARD																				 ***/
/*******************************************************************************************************/
.billboard.flushrow .column, .billboard.flushrow .columns,
.banners.flushrow .column, .banners.flushrow .columns {
	padding: 0;
}
.billboard div,
.banners div {
	overflow: hidden;
}
.billboard img,
.banners img {
	width: 100%;
}
.billboard .mask, 
.banners .mask {
	position: absolute;
	background-color: rgba(115,115,115, 0.1);
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 2.7%;
	right: 2.6%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	display: block;
}
.billboard.flushrow .mask, 
.banners.flushrow .mask {
	width: 100%;
	left: 0;
	right: 0;
}
.billboard div:hover .mask,
.banners div:hover .mask {
    opacity:1;
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.billboard .mask, 
	.banners .mask {
		left: 2%;
		right: 2%;
	}
}
/* Only Small screens */
@media only screen and (max-width: 40em) {
	.billboard .mask, 
	.banners .mask {
		left: 0.9%;
		right: 0.9%;
	}
}
/* Only Small and Medium screens */
@media only screen and (max-width: 64em) {
	.billboard .column, .billboard .columns,
	.banners .column, .banners .columns {
		margin-bottom: 12px;
	}
	.billboard.flushrow .column, .billboard.flushrow .columns,
	.banners.flushrow .column, .banners.flushrow .columns {
		margin-bottom: 0;
	}
}

/*******************************************************************************************************/
/***   8)	 BRAND SLIDER																			 ***/
/*******************************************************************************************************/
section.brand-slider {
	position: relative;
	margin: 0;
	padding: 60px 0 20px 3.5%;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}
section.brand-slider h3 {
	margin-bottom: 18px;
}
section.brand-slider ol {
	position: relative;
	display: block;
	margin: 0 0 0 -12px;
	padding: 12px 0 22px 12px;
	list-style: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	/*-webkit-tap-highlight-color: transparent;*/
}
section.brand-slider ol li.brand {
	display: inline-block;
	width: 100px;
	height: 100%;
	background: #ffffff;
	margin: 12px 5px 28px 0;
	overflow: hidden;
	vertical-align: top;
}
section.brand-slider ol li.brand a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 36px;
}
section.brand-slider ol li.brand img {
	background: url(../images/spinner.gif) center center no-repeat;
	width: 100%;
	min-height: 32px;
	height: auto;
	vertical-align: baseline;
}
section.brand-slider ol li.brand img.spinner:after {
	margin-top: -14px;
}
section.brand-slider ol li.brand a span {
	display: block;
}
.show-all-brands {
	position: absolute;
	width: 93%;
	top: 66px;
	text-align: center;
}
.show-all-brands a {
	font-size: 0.813rem;
}
section.brand-slider .simple-nav {
	width: 96.5%;
}
/* Small & Medium screens */
@media only screen and (max-width: 40.063em) {
	.show-all-brands {
		text-align: right;
	}
}

/*******************************************************************************************************/
/***   9)	 CALL TO ACTION	RIBBON																	 ***/
/*******************************************************************************************************/
.cta-ribbon {
	margin: 50px 0 0;
	height: auto;
	height: 90px;
}
.cta-ribbon.padded {
	margin-left: 3.5%;
	width: 93.5%;
}
.cta-ribbon h1 {
	display: inline-block;
	margin: 0;
	color: #ffffff;
}
.cta-ribbon .button {
	margin: 0;
}
.cta-ribbon div {
	top: 50%;
	-webkit-transform-style: preserve-3d;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*******************************************************************************************************/
/***   10)	 FOOTER																					 ***/
/*******************************************************************************************************/
#footer-bottom-right li { padding: 0 10px; display: inline-block;}

.main-footer {
	
}
.main-footer p {
	margin-bottom: 0;
}
.main-footer div,
.main-footer p {
	/* font-size: 0.813rem; */
}
.newsletter-ribbon {
	background: #f2f2f2;
	background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f0f0f0 33%, #f0f0f0 67%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2f2f2), color-stop(33%,#f0f0f0), color-stop(67%,#f0f0f0), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(-45deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	background: -o-linear-gradient(-45deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	background: -ms-linear-gradient(-45deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	background: linear-gradient(135deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	padding-top: 13px;
	padding-bottom: 13px;
}
.newsletter-ribbon a {
	display: inline-block;
	line-height: 2.125rem;
	height: 2.125rem;
	transition: color 150ms ease-out 0s;
}
.newsletter-ribbon .icon-email {
	position: relative;
	color: #3b3d3d;
	font-size: 0.875rem;
	line-height: 2.125rem;
	font-family: 'Open Sans', sans-serif;
	left: 0;
	top: 0;
}
.newsletter-ribbon .icon-email:before {
	font-family: 'Intenso';
	content: "\e616";
	font-size: 2.125rem;
	/* line-height should be 2.125rem but IE doesn't render correctly pseudo-elements with line-height in rems */
	line-height: 34px;
	padding: 0 8px 0 0;
	float: left;
	transition: color 150ms ease-out 0s;
}
.newsletter-ribbon a:hover,
.exitintent-popup a:hover,
.newsletter-ribbon .social a:hover,
.exitintent-popup .social a:hover,
.newsletter-ribbon .icon-email:hover:before {
	
}
.newsletter-ribbon .social a,
.exitintent-popup .social a {
	float: right;
	color: #3b3d3d;
	font-size: 2.125rem;
	line-height: 2.125rem;
	margin: 0 0 0 7px;
	width: 2.125rem;
	height: 2.125rem;
	overflow: hidden;
}
.exitintent-popup .social a {
	float: left;
	margin: 0 7px 0 0;
}
.newsletter-ribbon .field,
.exitintent-popup .newsletter-subscribe-form .field {
	position: relative;
	margin: 0 0 0 32px;
	width: 290px;
	font-size: 1rem;
}
.exitintent-popup .newsletter-subscribe-form .field {
	margin: 0;
}
.newsletter-ribbon label,
.exitintent-popup .newsletter-subscribe-form label {
	top: -19px;
}
form#newsletter-validate-detail,
form#newsletter-validate-detail-popup {
	position: relative;
}
.newsletter-ribbon form {
	display: none;
}
.newsletter-ribbon button,
.exitintent-popup .newsletter-subscribe-form button {
	position: absolute;
	margin: 0;
	top: -28px;
	left: 330px;
}
.exitintent-popup .newsletter-subscribe-form button {
	left: 300px;
}
.footer-links {
	background: #E5E5E5; /* Must be setted from Admin */
	padding-top: 1.5%;
	padding-bottom: 0.5%;
}
.footer-links ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links ul li {
	font-size: 0.813rem;
	color: #001233;
	line-height: 1.125rem;
	padding-bottom: 0.375rem;
}
.footer-links ul li.title {
	font-size: 0.875rem;

    text-transform: uppercase;
	color: #001233;
	font-weight: 600;
	padding-bottom: 1.5rem;
}
.footer-links ul li a {
	color: #666666;
	text-decoration: none;
}
.footer-links ul li a:hover {
	
}
.footer-links li[class^='icon-'],
.footer-links li[class*=' icon-'] {
	font-size: 0.813rem;
	padding-left: 22px;
	padding-bottom: 0.625rem;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.125rem;
}
.footer-links li[class^='icon-']:before,
.footer-links li[class*=' icon-']:before {
	position: absolute;
	font-size: 1.250rem;
	font-family: 'Intenso';
	left: 0;
}
.footer-links .icon-mapmarker:before {
	font-size: 1.313rem !important;
	padding-top: 5px;
}
.footer-links .icon-phone:before {
	font-size: 1.125rem !important;
}
.footer-links .icon-email-2:before {
	font-size: 1rem !important;
	padding-top: 1px;
}
.h-links-list {
	list-style: none;
	margin: 5px 0 !important;
	height: 1rem;
	line-height: 0.750rem;
}
.h-links-list li {
	display: inline-block;
	padding: 0 8px !important;
	border-left: 1px solid #A5A5A5;
	font-size: 0.750rem;
	line-height: 0.875rem !important;
	height: 1rem;
}
.h-links-list li a {
	font-size: 0.750rem;
	line-height: 0.875rem !important;
	color: #888888 !important;
}
.h-links-list li a:hover {
	color: #444444 !important;
}
.h-links-list li:first-child {
	padding: 0 8px 0 0 !important;
	border-left: none;
}
.footer-bottom {
	/*background: #3B3D3D;*/
	padding-top: 30px;
    padding-bottom: 30px;
}
.sosumi {
	font-size: 0.688rem !important;
	font-weight: 300;
	line-height: 1rem;
	color: #ffffff;
	padding: 0 0 5px 0;
}
.main-footer .payment-logos {
	list-style: none;
	margin: 2px 0 0 0;
	text-align: right;
}
.main-footer .payment-logos li {
	display: inline-block;
	margin: 0 0 0 6px;
	padding: 0;
}
.main-footer .payment-logos li img {
	width: 46px;
	height: 26px;
	border-radius: 3px;
}
.back-to-top {
	display: inline-block;
	position: relative;
	padding: 6px 0 0;
	font-size: 0.813rem;
	color: #ffffff;
	margin: 8px 0 0 0;
}
.back-to-top:hover {
	color: #ececec;
}
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top:after,
.back-to-top:before {
	border-right: 3px solid;
	content: '';
	display: block;
	height: 10px;
	margin-top: -8px;
	margin-right: 2px;
	position: absolute;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 0;
	width: 0;
}
.back-to-top:after { 
	margin-top: -8px;
	margin-right: -4px;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 50%;
} 
.mobile-footer-links {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #E5E5E5;
}
.mobile-footer-links li {
	border-bottom: 1px solid #ffffff !important;
    background: #fafafa;
}
.mobile-footer-links li:hover {
	background: #c6c6c6;
}
.mobile-footer-links li a {
	position: relative;
	display: block;
	line-height: 1rem !important;
	font-size: 0.875rem !important;
	font-weight: 600;
	color: #001233 !important;
	padding: 14px 3.5% !important;
}
.mobile-footer-links li a:before,
.mobile-footer-links li a:after {
	border-right: 2px solid;
	content: '';
	display: block;
	height: 7px;
	margin-top: -4px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 4%;
	top: 50%;
	width: 0;
}
.mobile-footer-links li a:after  {
	margin-top: 0;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back-to-top-container {
	position: relative;
	margin: 20px 0 10px;
	text-align: center;
}
.back-to-top-container a,
.back-to-top-container a:hover,
.back-to-top-container a:focus {
	color: #001233;
}
.mobile-footer-switch {
	height: 2.8125rem;
	padding: 0.625rem 0.75rem;
}
.touch .mobile-footer-switch {
	height: 3.25rem;
}
.mobile-footer-switch .chosen-drop {
	top: auto !important;
	bottom: 1.625rem;
}
.mobile-footer-switch .form-language {
	display: inline-block;
	margin-right: 16px;
	width: 46%;
}
.mobile-footer-switch .chosen-container-single .chosen-single,
.mobile-footer-switch .chosen-container-active .chosen-single,
.header-ribbon .chosen-container-single .chosen-single,
.header-ribbon .chosen-container-active .chosen-single {
	border: none !important;
}
.mobile-footer-switch .chosen-container-single .chosen-single:before,
.mobile-footer-switch .chosen-container-single .chosen-single:after,
.header-ribbon .chosen-container-single .chosen-single:before,
.header-ribbon .chosen-container-single .chosen-single:after {
	background: transparent !important;
}
.mobile-footer-switch #select-currency {
	width: 46%;
	float: right;
}
/* Only Small screens */
@media only screen and (max-width: 48em) {
	.exitintent-popup {
		background-image: none !important;
	}
	.exitintent-popup .block-content {
		width: 100% !important;
	}
	.exitintent-popup .newsletter-subscribe-form .field {
		width: 164px;
	}
	.exitintent-popup .newsletter-subscribe-form button {
		left: 170px;
		top: -20px;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
	.main-footer .payment-logos li {
		margin: 0 0 0 3px;
	}
	.main-footer .payment-logos li img {
		width: 32px;
		height: 18px;
	}
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
	.main-footer .payment-logos li {
		margin: 0 0 0 4px;
	}
	.main-footer .payment-logos li img {
		width: 38px;
		height: 21px;
	}
}



/*******************************************************************************************************/
/***   11)	 CATALOG CATEGORY VIEW & SEARCH RESULTS													 ***/
/*******************************************************************************************************/

.category-image {
	margin: -4px 0 0;
}
.products-grid .ajax-message {
	position:  fixed;
	list-style: none;
	left: 0;
	right: 0;
	top: 0;
	color: #ffffff;
	background: #ea1818;
	margin: 0;
	padding: 0 4%;
	width: 100%;
	font-size: 0.750rem;
	font-weight: bold;
	z-index: 10001;
}
.catalog-list-empty {
	margin: 37px 0 50px;
}
.catalog-list-empty h3 {
	line-height: 2rem;
	margin-bottom: 2rem;
}
/* Grid */
.products-grid {
	/*position: relative;*/
	width: 100%;
	padding: 20px 2% 0 0;
	background: #f4f4f4; /* Must be setted from Admin */
}
.category-products {
	width: auto;
	display: block;
	margin: 0 0 36px 3.5%;
	z-index: 1;
}
.category-products .item {
	width: 23.2%;
	/*margin-bottom: -5px;*/
}

.category-products .item .yousave {display: none;}

.catalog-category-view .left-off-canvas-menu,
.catalogsearch-result-index .left-off-canvas-menu,
.catalogsearch-advanced-result .left-off-canvas-menu,
.tag-product-list .left-off-canvas-menu {
	position: relative;
	display: block;
	float: left;
	margin: 12px 8px 28px 0;
	left: 0;
	width: 260px;
	z-index: auto !important;
	-ms-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	background: #ffffff !important;
	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-sizing: border-box !important;
}
.js .catalog-category-view .left-off-canvas-menu,
.js .catalogsearch-result-index .left-off-canvas-menu,
.js .catalogsearch-advanced-result .left-off-canvas-menu,
.js .tag-product-list .left-off-canvas-menu {
	display: none;
}
.catalog-category-view .left-off-canvas-menu .top-bar-section ul,
.catalogsearch-result-index .left-off-canvas-menu .top-bar-section ul,
.catalogsearch-advanced-result .left-off-canvas-menu .top-bar-section ul,
.tag-product-list .left-off-canvas-menu .top-bar-section ul {
	width: 100%;
}
.catalog-category-view .left-off-canvas-menu .top-bar-section ul li,
.catalogsearch-result-index .left-off-canvas-menu .top-bar-section ul li,
.catalogsearch-advanced-result .left-off-canvas-menu .top-bar-section ul li,
.tag-product-list .left-off-canvas-menu .top-bar-section ul li {
	width: 100%;
}
.tag-product-list .left-off-canvas-menu .top-bar-section {
	min-height: 326px;
}
.tag-product-list .left-off-canvas-menu .top-bar-section .block-content {
	display: none;
}
.products-grid .toolbar {
	background: transparent;
	margin: 1.250rem 0 0.5rem 0;
	padding-right: 0; 
}
.products-grid .toolbar h3 {
	margin: 0;
	line-height: 2rem;
	text-transform: capitalize;
}
.products-grid .toolbar .button {
	margin-bottom: 0;
	background: #dee2e2;
	color: #001233;
	font-weight: normal !important;
}
.products-grid .toolbar [class^="icon-"],
.products-grid .toolbar [class*=" icon-"] {
	font-family: 'intenso' !important;
	font-size: 1rem;
	color: #afafaf;
	padding: 0.5rem 0.625rem;
}
.products-grid .toolbar .button.active,
.products-grid .toolbar .button.active:hover {
	
	color: #ffffff;
}
.products-grid .toolbar .button:hover {
	background-color: #d3d3d3;
}
.products-grid .toolbar .button-group .active,
.products-grid .toolbar .button-group .active:hover {
	background-color: #afafaf !important;
	color: #ffffff !important;
}
.products-grid .toolbar .actions {
	text-align: center;
	height: 2rem;
	line-height: 2rem;
}
.button.layered-nav-toggle {
	line-height: 1.375rem;
}
.action-for-medium-up {
	display: inline-block !important;
	vertical-align: top;
}
.action-for-small-only {
	display: none !important;
}
.products-grid .toolbar .actions div {
	display: inline-block;
}
.products-grid .toolbar .actions .row {
	padding: 0;
}
.products-grid .toolbar .filter {
	text-align: right;
	padding-right: 0.5rem;
}
.products-grid .toolbar .grid-style {
	text-align: left;
	padding-left: 0.5rem;
}
.products-grid .toolbar .amount {
	font-size: 0.875rem;
	text-align: right;
	color: #76848e;
	line-height: 1.250rem;
	padding: 0.563rem 0 0;
	margin: 0 2px 0;
}
.products-grid .toolbar .button-group {
	display: inline-block;
	margin-left: 9px;
}
.products-grid .toolbar .button-group .icon-grid,
.products-grid .toolbar .button-group .icon-list {
	margin: 0 0 0 3px;
	border: none;
}
.products-grid .toolbar .button-group li:first-child a {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.products-grid .toolbar .button-group li:last-child a {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.products-grid .link-rss {
	display: inline-block;
	font-size: 0.688rem !important;
	padding: 2px 0 0 !important;
	vertical-align: middle;
}
.products-grid .link-rss:hover {
	
}
.products-grid .category-description {
	margin: 15px 0 10px;
	font-size: 0.938rem;
}
.layered-nav.top-bar-section {
	margin-top: 35px;
}
.filter-reset {
	position: absolute;
	font-size: 0.875rem;
	
	text-decoration: none;
	right: 20px;
	line-height: 1;
	margin-top: 15px;
}
.layered-nav-container {
	padding: 0 20px 0 3.5%;
}
.layered-nav-container dt {
	font-size: 1rem;
	color: #001233;
	font-weight: 300;
	margin: 0.875rem 0 0.375rem 0;
}
.layered-nav-container dt span {
	font-size: 0.750rem;
	color: #76848e;
	font-weight: 300;
	position: absolute;
	right: 0;
	padding: 5px 12px 0 0;
	cursor: pointer;
	transition: color 300ms ease-out;
}
.layered-nav-container dd {
	margin-bottom: 0;
}
.layered-nav-container ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.layered-nav-container ol li {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	line-height: 1rem;
	padding: 0 0 6px 1.125rem;
}
.layered-nav-container ol li a {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1rem !important;
	color: #001233;
	padding: 0 6px 0 0 !important;
	font-weight: normal;
}
.layered-nav-container ol li .price {
	color: #001233;
	font-size: 0.875rem;
}
.layered-nav-container ol li a span {
	font-size: 0.750rem;
	color: #76848e;
	font-weight: normal;
	padding: 0 0 0 3px;
}
.layered-nav-container dt span:hover,
.layered-nav-container ol li a:hover {
	color: #001233;
}
.layered-nav-container ol li a:hover:before {
	color: #a8a8a8;
}
.layered-nav-container ol li a:before {
	position: absolute;
	font-family: 'intenso';
	font-size: 0.875rem;
	content: '\e618';
	color: #cecece;
	top: 1px;
	left: 0;
}
.layered-nav-container ol li.checked a:before {
	content: '\e617';
	
}
.layered-nav-container ol li.checked a,
.layered-nav-container ol li.checked a .price {
	color: #001233;
}
.layered-nav label {
	font-size: 1rem;
	color: #001233;
	font-weight: 300;
	margin: 0.875rem 0 0.125rem;
}
.layered-nav .layered-nav-select {
	margin-left: -0.5rem;
	height: 1.625rem;
}
.layered-nav .layered-nav-select .chosen-container {
	margin-top: -22px;
	width: 100% !important;
}
.layered-nav .currently {
	margin: 20px 0 0 0;
}
.layered-nav .currently .block-subtitle {
	font-weight: bold;
	margin: 0 0 6px;
}
.layered-nav .currently li {
	position: relative;
	padding: 0 0 6px 19px;
}
.layered-nav .currently li a:before {
	content: "\e604" !important;
	font-size: 13px;
	top: 5px;
}
.layered-nav .currently li .label {
	display: inline;
	background: transparent;
	color: #76848e;
	font-size: 0.6875rem;
	padding: 0;
}
.layered-nav .currently li .value {
	font-size: 0.875rem;
	
}
.layered-nav .block-content {
	min-height: 207px;
}
.price-slider {
	position: relative;
    height: 16px;
    width: 194px;
}
.price-slider:after {
	content: '';
	height: 3px;
	width: 100%;
	background: #cecece;
	position: absolute;
	top: 6px;
}
.price-slider .filter-handle {
    height: 16px;
    width: 7px;
    cursor: e-resize;
    display: block;
}
.price-slider .price-slider-from {
    background: url("../images/slider.png") no-repeat scroll 0 0 transparent;
    z-index: 1;
}
.price-slider .price-slider-to {
    background: url("../images/slider.png") no-repeat scroll 0 0 transparent;
    cursor: w-resize;
    z-index: 1;
    margin-top: -16px;
}
.price-display li {
	padding-top: 3px !important;
	line-height: 1rem !important;
	width: 194px !important;
}
.price-display li span {
	font-size: 0.813rem;
	color: #76848e;
}
/* configurable swatches */
.configurable-swatch-list {
	list-style: none;
	margin: 0;
}
.configurable-swatch-list li {
	display: inline-block;
	line-height: 1 !important;
}
.configurable-swatch-list .swatch-label {
	padding: 0;
}
.layered-nav .swatch-link.has-image:before {
	top: auto !important;
}
.layered-nav .configurable-swatch-list .swatch-label img {
	vertical-align: top;
}
.layered-nav .configurable-swatch-list li {
	min-width: 85px;
}
.configurable-swatch-list-wrapper p {
	display: none;
	margin: 0;
	font-size: 0.813rem;
	line-height: 0.875rem;
	color: #76848e;
}
.swatch-link .x {
	background: url("../images/bg_x.png") no-repeat scroll center center transparent;
	position: absolute;
	display: none;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-indent: -999em;
	z-index: 10;
}
.configurable-swatch-list .not-available .swatch-link .x {
	display: block;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.product-options .configurable-swatch-list li {
	margin: 0;
	border: 1px solid #dbdbdb !important;
	line-height: 1;
}
.product-options .configurable-swatch-list li.selected {
	
}
.product-options .configurable-swatch-list li a {
	position: relative;
	display: block;
	margin: 1px;
}
.product-options .configurable-swatch-list li .swatch-label {
	display: block;
}
.product-options .configurable-swatch-list li a img {
	vertical-align: top;
}

/* List */
.category-products.list .configurable-swatch-list-wrapper {
	position: absolute;
	bottom: 0.875rem;
	left: 20%;
}
.category-products.list-narrow .configurable-swatch-list-wrapper {
	left: 37.5%;
	top: 6.5rem;
}
.category-products.list .configurable-swatch-list-wrapper p {
	display: block;
}
.category-products.list .item {
	width: 98.5%;
	margin-bottom: 0;
}
.category-products.list .item-content {
	position: relative;
}
.category-products.list .item-images {
	width: 20%;
	min-height: 180px;
}
.category-products.list .item-images.flush {
	padding: 0 8px 0 0;
}
.category-products.list .item-title {
	position: absolute;
	left: 20%;
	top: 1rem;
	width: 60%;
}
.category-products.list .item-description {
	display: block;
	position: absolute;
	padding: 0;
	left: 20%;
	top: 3rem;
	font-size: 0.875rem;
	color: #76848e;
	line-height: 1rem;
	width: 60%;
	height: 60%;
	overflow: hidden;
}
.category-products.list .item-description:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
}
.category-products.list .item-description p {
	color: #76848e;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 0.5rem;
}
.category-products.list .item-description li {
	color: #76848e;
	font-size: 0.8125rem;
	line-height: 1rem;
}
.category-products.list .price-box {
	position: absolute;
	left: 83%;
	top: 1rem;
	width: 20%;
	padding: 0;
	font-size: 0.938rem;
}
.category-products.list .ratings {
	position: absolute;
	left: 83%;
	top: 3.375rem;
}
.category-products.list .options-container {
	position: absolute;
	left: 20%;
	bottom: 36px;
	width: 58%;
}
.category-products.list .actions {
	position: absolute;
	top: 5.125rem;
	left: 83%;
	border-top: none;
	width: 17%;
	padding: 0;
}
.category-products.list .actions .btn-cart,
.category-products.list .actions .add-to-links {
	float: none;
}
.category-products.list .color-gallery .option-title {
	display: block;
	font-size: 0.813rem;
	color: #76848e;
	font-weight: normal;
}
.catalogsearch-result-index .page-title,
.catalogsearch-advanced-result .page-title {
	display: none;
}
.catalogsearch-result-index .no-results {
	text-align: center;
}
.catalogsearch-result-index .no-results .form-search {
	margin-bottom: 30px;
}
.catalogsearch-result-index .featured-slider,
.catalogsearch-advanced-result .featured-slider {
	margin: 0 0 80px;
}
.advanced.search .page-title {
	margin-left: 0;
}
.catalogsearch-result-index .no-results,
.catalogsearch-advanced-result .no-results {
	text-align: center;
	padding: 37px 0;
}
.catalogsearch-advanced-result .no-results span {
	display: inline-block;
	margin: 11px 0 30px;
	font-weight: lighter;
}
.catalogsearch-advanced-result .no-results ul {
	list-style: none;
	margin: 0;
}
.catalogsearch-advanced-result .no-results .arrow-left {
	margin-top: 20px;
}
.catalogsearch-advanced-result .layered-nav-container {
	overflow: hidden;
	min-height: 56rem;
}
.advanced-search-amount {
	padding-top: 10px;
}
.advanced-search-amount ul {
	list-style: none;
	display: inline-block;
	margin: 0;
}
.advanced-search-amount ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.advanced-search-amount p {
	margin-bottom: 0;
	text-align: right;
}
.catalogsearch-advanced-result .products-grid {
	padding-top: 0;
}
.layered-nav #advanced-search-list,
.layered-nav .buttons-set {
	display: block;
	margin: 0 0 0 -0.5rem;
	width: 104%;
}
.layered-nav #advanced-search-list > li {
	padding-top: 0;
	margin: 0;
}
.layered-nav #advanced-search-list label {
	color: #76848e;
	font-size: 0.875rem;
	margin: 0;
}
.layered-nav .advanced-search .legend {
	margin: 25px 0 0;
	color: #001233;
	font-size: 1rem;
	font-weight: 300;
}
.layered-nav .input-range {
	width: 84px !important;
	padding-right: 5px;
}
.layered-nav .input-range small {
	right: -2rem;
}
.layered-nav .regular-field {
	padding-top: 14px !important;
}
.layered-nav .regular-field > label {
	top: 0;
}

/* Pagination nav */
.pages {
	position: relative;
	margin: 30px 0;
	padding: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.pages ol {
	list-style: none;
	margin: 0;
}
.pages ol li {
	position: relative;
	display: inline-block;
}
.pages ol li.current {
	margin: 0 10px;
}
.pages ol li a {
	display: block;
	padding: 0 10px;
}
a.previous,
a.next {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff !important;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: normal;
	padding: 0.188rem 0.5rem !important;
}
a.previous {
	padding-left: 1.4rem !important;
	margin-right: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
a.next {
	padding-right: 1.4rem !important;
	margin-left: 8px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
a.previous:hover, a.previous:focus, a.next:hover, a.next:focus {
	background: #1d9d94;
}
a.next:before,
a.next:after,
a.previous:before,
a.previous:after {
	border-right: 2px solid;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute !important;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 12px;
	top: 50%;
	width: 0;
	color: #fff !important;
}
a.next:after,
a.previous:after {
	margin-top: -1px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: none !important;
	border-right: 2px solid !important;
}
a.previous:before,
a.previous:after {
	right: auto;
	left: 12px;
	margin-top: -6px;
}
a.previous:before {
	margin-top: -1px;
}
a.previous:after { 
	
}
.link-compare.compared:before,
.link-compare.compared:hover:before {
	
	cursor: default;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.category-products.list .configurable-swatch-list-wrapper {
		bottom: 3.25rem;
		left: 34%;
		width:  64%;
		padding: 0 0 0 14px;
	}
	.category-products .item {
		width: 98.5%;
        margin-bottom: 50px;
	}
	.category-products {
		margin-left: 3.5% !important;
	}
	.category-products.list .item-images {
		width: 36%;
	}
	.category-products.list .item-title {
		font-size: 0.875rem;
		left: 34%;
		top: 0.5rem;
	}
	.category-products.list .item-description {
		display: none;
	}
	.category-products.list .price-box {
		left: 34%;
		top: 2.2rem;
		padding: 0 0 0 14px;
		font-size: 0.875rem;
		width: 100%;
	}
	.category-products.list .ratings {
		left: 34%;
		top: 4.5rem;
		padding-left: 14px;
	}
	.category-products.list .actions {
		left: 34%;
		padding-left: 14px;
		width: 64%;
		top: auto;
		bottom: 0;
	}
	.category-products.list .actions .add-to-links {
		float: right;
	}
	.category-products.list .options-container {
		bottom: 5.2rem;
		width: 64%;
		left: 34%;
	}
	/* Following styles makes the catalog defaults to List on small screens */
	.category-products {
		border-left-color: transparent;
		border-left-style: solid;
		border-left-width: 3px; /* this style is added to sync with jQuery's function "self.setItemWidth" */
	}
	.category-products .item-content {
		position: relative;
	}
	.category-products .item-images {
	/*	width: 36%; */
	}
	.category-products .item-title {
	/*	position: absolute;
		font-size: 0.875rem;
		left: 34%;
		top: 0.5rem;
		padding-left: 14px;
		width: 62%; */
	}
	.category-products .item-description {
		display: none;
	}
	.category-products .price-box {
		/*position: absolute;
		left: 34%;
		top: 2.2rem;
		padding: 0 0 0 14px;
		font-size: 0.875rem;*/
	}
	.category-products .ratings {
/*		position: absolute;
		left: 34%;
		top: 3.2rem;
		padding-left: 14px; */
	}
	.category-products .configurable-swatch-list-wrapper {
	/*	position: absolute;
		bottom: 2.6rem;
		left: 34%;
		width: 64%;
		padding: 0 0 0 14px; */
	}
	.category-products .configurable-swatch-list-wrapper p {
		display: block;
	}
	.category-products .actions {
		left: 34%;
		padding-left: 14px;
		width: 64%;
		top: auto;
		bottom: 0;
		border: none;
	}
	.category-products .actions .add-to-links {
		float: right;
	}
	.category-products .options-container {
	/*	position: absolute;
		top: 4.8rem;
		width: 64%;
		left: 34%; */
	}
	/* ----------------------------------- */
	.catalog-category-view .left-off-canvas-menu,
	.catalogsearch-result-index .left-off-canvas-menu,
	.catalogsearch-advanced-result .left-off-canvas-menu {
		position: absolute;
		z-index: 1001 !important;
		left: 0 !important;
		margin: 0;
		width: 250px !important;
		-ms-transform: translate3d(-100%, 0px, 0px);
		-moz-transform: translate3d(-100%, 0px, 0px);
		-o-transform: translate3d(-100%, 0px, 0px);
		-webkit-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
		background: #001233 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.products-grid .toolbar {
		padding-right: 1%; 
		margin: 0.625rem 0 0.250rem 0;
	}
	.products-grid .toolbar .actions {
		text-align: right;
	}
	.action-for-medium-up {
		display: none !important;
	}
	.action-for-small-only {
		display: inline-block !important;
	}
	.products-grid .toolbar .amount {
		font-size: 0.750rem;
		line-height: 0.875rem;
		padding: 0;
		text-align: left;
	}
	.products-grid .toolbar .button {
		font-size: 1rem;
		padding: 0.313rem 1.4rem;
	}
	/* Left offcanvas menu */
	.filter-reset,
	.filter-reset:hover,
	.filter-reset:focus,
	.layered-nav label,
	.layered-nav-container dt,
	.layered-nav-container ol li a,
	.layered-nav-container ol li a .price,
	.layered-nav-container ol li a:hover,
	.layered-nav-container ol li.checked a, 
	.layered-nav-container ol li.checked a .price,
	.layered-nav-container .chosen-container-active .chosen-results,
	.layered-nav-container dt span,
	.layered-nav-container dt span:hover,
	.layered-nav .advanced-search .legend {
		color: #ffffff;
	}
	.layered-nav-container dd.last .price-display li {
		border-bottom: none;
	}
	.layered-nav-container dd .price-display li span {
		color: #ffffff;
	}
	.layered-nav-container .chosen-container-single .chosen-single,
	.layered-nav-container ol li a span {
		color: #C4C4C4;
	}
	.layered-nav-container ol li:hover a:before {
		color: #CECECE;
	}
	.layered-nav-container ol li.checked:hover a:before,
	.layered-nav-container ol li.checked:hover a {
		
	}
	.layered-nav-container ol li {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.layered-nav-container ol li a:before {
		top: 0.688rem;
	}
	.chosen-container-active .chosen-single {
		border: none !important;
		border-bottom: 1px solid #ffffff !important;
	}
	.layered-nav-container .chosen-container-active .chosen-single span {
		color: #C4C4C4 !important;
	}
	.chosen-container-active.chosen-with-drop .chosen-single {
		background: #f4f4f4;
	}
	.chosen-container-active .chosen-single:before,
	.chosen-container-active .chosen-single:after {
		background: #ffffff !important;
	}
	.layered-nav-container .chosen-container-active.chosen-with-drop .chosen-single {
		background: transparent;
	}
	.layered-nav .layered-nav-select,
	.layered-nav #advanced-search-list,
	.layered-nav .buttons-set {
		margin-left: 0;
		margin-bottom: 2rem;
		width: 100%;
	}
	.advanced-search-amount p {
		text-align: left;
	}
	.layered-nav #advanced-search-list li {
		border-bottom: none;
	}
	.layered-nav #advanced-search-list label {
		color: #c4c4c4;
	}
	.layered-nav #advanced-search-list .input-box input {
		color: #ffffff;
	}
	.layered-nav #advanced-search-list .input-box.focus, 
	.layered-nav #advanced-search-list .input-box textarea:focus {
		border-color: #ffffff !important;
	}
}
@media only screen and (max-width: 25em) {
	.category-products .configurable-swatch-list-wrapper p {
		display: none !important;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.category-products.list .configurable-swatch-list-wrapper {
		bottom: 0.4rem;
		width:  50%;
	}
	.category-products .item {
		width: 57%;
	}
	.products-grid .toolbar {
		padding-right: 1%; 
		margin: 0.625rem 0 0 0;
	}
	.products-grid .toolbar .actions {
		text-align: right;
	}
	.products-grid .toolbar .amount {
		text-align: left;
		padding: 0;
	}
	.products-grid .toolbar .button {
		font-size: 1rem;
		padding: 0.313rem 1.4rem;
	}
	.products-grid .toolbar [class^="icon-"],
	.products-grid .toolbar [class*=" icon-"] {
		padding: 0.5rem 0.625rem;
	}
	.category-products.list .item-title {
		width: 50% !important;
	}
	.category-products.list .item-description {
		width: 50% !important;
		height: 47% !important;
	}
	.category-products.list .item-description,
	.category-products.list .item-description p {
		line-height: 1rem;
	}
	.category-products.list .price-box {
		left: 73% !important;
		width: 25% !important;
	}
	.category-products.list .ratings {
		left: 73% !important;
		width: 25% !important;
	}
	.category-products.list .actions {
		left: 73% !important;
		width: 25% !important;
	}
	.category-products.list .actions .btn-cart {
		font-size: 0.875rem;
	}
	.advanced-search-amount p {
		text-align: left;
	}
}
@media only screen and (min-width: 46.625em) and (max-width: 64em) {
	.category-products .item {
		width: 33.5%;
	}
	.category-products.list .item-title {
		width: 50%;
	}
	.category-products.list .item-description {
		width: 50%;
		height: 47%;
	}
	.category-products.list .price-box {
		left: 78%;
		width: 25%;
	}
	.category-products.list .ratings {
		left: 78%;
		width: 25%;
	}
	.category-products.list .actions {
		left: 78%;
		width: 25%;
	}	
}
/* Medium and Up */
@media only screen and (min-width: 40.063em) {
	.category-products.list .actions .btn-cart:before {
		box-sizing: border-box;
		position: absolute;
		color: #ffffff !important;
		/* line-height should be 1rem but IE doesn't render correctly pseudo-elements with line-height in rems */
		line-height: 16px !important; 
		left: 0.813rem;
		top: 0.438rem;
	}
	.category-products.list .actions .btn-cart {
		
		color: #ffffff;
		font-size: 0.875rem;
		font-weight: 600;
		line-height: 1.250rem;
		min-height: 2rem;
		padding: 1px 14px 0 32px;
		transition: background 300ms ease-out 0s;
	}
	.category-products.list .actions .btn-cart span {
		display: inline-block;
		line-height: 1rem !important;
		vertical-align: baseline;
	}
	.category-products.list .actions .btn-cart:hover {
		background: #1d9d94;
	}
	.category-products.list .actions .add-to-links {
		float: none;
		width: auto;
		margin: 0.5rem 0 0;
	}
	.category-products.list .actions .add-to-links li {
		position: relative;
	}
	.category-products.list .actions .add-to-links .link-wishlist:before, 
	.category-products.list .actions .add-to-links .link-compare:before {
		position: absolute;
		top: 0.125rem;
		left: -0.250rem;
	}
	.category-products.list .actions .add-to-links .link-wishlist,
	.category-products.list .actions .add-to-links .link-compare {
		display: inline;
		color: #76848e !important;
		font-size: 0.813rem;
		float: none;
		width: auto;
		overflow: visible;
		height: auto;
		line-height: 1.563rem;
		text-align: left;
		padding: 0 0 0 1.5rem;
		transition: all 300ms ease-out 0s;
	}
	.category-products.list .actions .add-to-links .link-wishlist:hover,
	.category-products.list .actions .add-to-links .link-compare:hover {
		color: #76848e !important;
	}
}

/* List mode when screen is below 64rem and layered nav is open */
.category-products.list-narrow .item-images {
	width: 36%;
}
.category-products.list-narrow .item-title {
	font-size: 0.875rem;
	left: 34%;
	width: 64%;
	top: 0.5rem;
	padding: 0 0 0 14px;
}
.category-products.list-narrow .item-description {
	display: none;
}
.category-products.list-narrow .price-box {
	left: 34% !important;
	top: 2.2rem;
	padding: 0 0 0 14px;
	font-size: 0.875rem;
}
.category-products.list-narrow .ratings {
	left: 34% !important;
	top: 4.75rem;
	padding-left: 14px;
}
.category-products.list-narrow .summary-popover-content, 
.category-products.list-narrow .summary-popover-icon {
    display: none;
}
.category-products.list-narrow .actions {
	left: 34% !important;
	padding-left: 14px;
	width: 63% !important;
	top: auto;
	bottom: 0;
}
.category-products.list-narrow .actions .add-to-links {
	float: right;
}
.category-products.list-narrow .options-container {
	bottom: 5.2rem;
	width: 64%;
	left: 34%;
}
.category-products.list-narrow .actions .btn-cart {
	float: left;
	border: none;
	background: transparent !important;
	color: #76848e;
	font-size: 0.750rem;
	font-weight: 600 !important;
	line-height: 2.5rem;
	margin: 0;
	padding: 0;
	transition: color 300ms ease-out; 
}
.category-products.list-narrow .actions .btn-cart:before {
	position: relative;
	top: auto;
	left: auto;
	font-family: 'intenso';
	content: "\e602";
	font-size: 1.125rem;
	font-weight: normal;
	line-height: 2rem;
	color: #cecece !important;
	padding: 0 4px 4px 0;
	vertical-align: middle;
	transition: color 300ms ease-out; 
}
.category-products.list-narrow .actions .btn-cart:hover,
.category-products.list-narrow .actions .btn-cart:hover:before,
.category-products.list-narrow .actions .add-to-links .link-wishlist:hover:before,
.category-products.list-narrow .actions .add-to-links .link-compare:hover:before {
	color: #76848e;
	background: transparent;
}
.category-products.list-narrow .actions .add-to-links {
	position: relative;
	margin: 0;
	padding: 0;
	width: 3.5rem;
	list-style: none;
	float: right;
}
.category-products.list-narrow .actions .add-to-links .link-wishlist,
.category-products.list-narrow .actions .add-to-links .link-compare {
	display: block;
	width: 1.750rem;
	height: 2.625rem;
	text-align: center;
	float: right;
	overflow: hidden;
	color: transparent !important;
	padding: 0;
}
.category-products.list-narrow .actions .add-to-links .link-wishlist:hover,
.category-products.list-narrow .actions .add-to-links .link-compare:hover {
	color: rgba(0, 0, 0, 0) !important;
}
.category-products.list-narrow .actions .add-to-links .link-wishlist:before {
	left: auto;
	top: 8px;
}
.category-products.list-narrow .actions .add-to-links .link-compare:before {
	font-size: 1.125rem;
	left: auto;
	top: 7px;
}
/* -----------------------*/

/*******************************************************************************************************/
/***   12)	 PRODUCT VIEW																			 ***/
/*******************************************************************************************************/

#stockinfo { color: #008a00;
    font-size: 1.0rem;/*margin-top: 15px;*/
} 

.out-of-stock { color: #c03; font-weight: 600; font-size: 1.0rem; margin-top: 1rem;}

.product-essential {
/*	margin: 16px 0 50px;
    margin: 30px 0 0px;*/
    margin-bottom: 0rem;
}
.product-img-box .lightbox {
	display: block;
}
.product-img-box img {
	position: relative;
	display: block;
	/*width: 100%;*/
	margin: 0 auto;
}
.product-img-box figure {
	margin: 0;
}
.product-img-box .more-views {
	position: relative;
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.product-img-box .more-views li {
	display: inline-block;
	border: 1px solid #ffffff;
    border: none;
	width: 80px;
	height: 80px;
	margin: 0 0px 0 0;
	padding: 2px;
    padding: 0px;
    opacity: 0.5;
}
.product-img-box .more-views li:last-child {
	margin: 0;
}
.product-img-box .more-views li:hover {
	/*border-color: #E2E2E2;*/
    opacity: 1;
}
.product-img-box .more-views li.selected {
	
    opacity: 1;
}
.product-img-box .more-views li a,
.product-img-box .more-views li img {
	display: block;
	max-width: 80px;
	max-height: 80px;
}
.product-shop {
	/*width: 45.6667%;*/
	padding-left: 2.5% !important;
}
.product-shop h1 {
	font-size: 1.475rem;
	font-weight: 500;
	color: #001233;
	margin: 0 0 14px 0;
}
.product-shop .price-box {
	margin: 16px 0 0;
	padding: 0;
	font-size: 1rem;
	display: inline-block;
    /*text-align: right;*/
}
.product-shop-side {
	/*width: 21%;*/
	padding-right: 0;
}
.product-shop .ratings {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.product-shop .rating-links {
	display: inline-block;
}
.product-shop .rating-links > a {
	font-size: 0.813rem;
}
.alert-price.link-price-alert,
.alert-stock.link-stock-alert {
	margin: 10px 0 0;
}
.alert-price.link-price-alert a,
.alert-stock.link-stock-alert a {
	padding: 0.125rem 0.625rem 0.25rem;
	font-size: 0.813rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dee2e2;
}
.product-shop .minimal-price .price, 
.product-shop .price-box .price {
	font-size: 0.938rem;
 font-size: 18px; font-weight: 500;
}


.catalog-category-view .tier-price .price, #crosssell .tier-price .price, #crosssell .item-info .tax-details  {display: none;}
.product-shop .tier-price .price:before {content: "nur ";}
.product-shop .regular-price .price:before {content: "nur ";}
.product-shop .delivery-time {display: none;}
.availability {
	position: relative;
	display: inline;
    display: block;
	visibility: hidden;
	margin: 0;
	line-height: 1;
	white-space: nowrap;
    
    float: left;
  width: 100%;
  margin-bottom: 25px;
    margin-top: 15px;

}
.availability span {
	position: absolute;
	left: 0px;
	top: 0.188rem;
	visibility: visible;
	line-height: 0.875rem;
	width: 100%;
    
      font-size: 1.1rem;
  font-weight: 400;
  margin-top: 8px;
}
.availability.in-stock span {
	color: #A1BA16;
    color: #008a00;
}
.availability.in-stock {display:none;}
.availability.out-of-stock span {
	color: #ea1818;
}
.availability.group.in-stock span,
.availability.group.out-of-stock span {
	left: 0;
	margin: 4px 0 0;
}
.availability.group.out-of-stock span {
	margin: 11px 0 0;
}
.product-pricing {
	margin: 11px 0 0;
	position: relative;
}
.product-pricing span {
	display: inline-block;
	font-size: 0.813rem;
	color: #ffffff;
	/*padding: 0.250rem 0.5rem;*/
	padding: 0 0.5rem;
	background: #a1ba16;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-pricing:after {
	-moz-border-bottom-colors: none;
  	-moz-border-left-colors: none;
  	-moz-border-right-colors: none;
  	-moz-border-top-colors: none;
	top: 100%; 
	left: 6%; 
	border-style: solid inset inset;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(161, 186, 22, 0); 
	border-width: 6px; 
	margin-left: -6px;
	border-top-color: #a1ba16;
}
.product-shop .item-options {
	margin: 15px 0 0;
}

dl dd {
    margin-bottom: 1.5rem;
}

.product-shop .item-options dt,
.product-shop .item-options dd {
	margin-bottom: 0;
}
.product-shop .item-options dt {
	font-size: 0.938rem;
	font-weight: normal;
}
.product-shop .item-options dd a {
	font-size: 0.875rem;
}
.product-shop .product-options dd {
	position: relative;
}
.product-shop .product-options dd .validation-advice {
	top: 105%;
}
.product-shop .product-options dl dd > .input-box:not(.configurable-option-text) {
	border: none;
	height: auto;
	margin-bottom: 0;
	font-size: 0.875rem;
}
.configurable-option-text:not(.textarea) {
	margin-top: 1.25rem !important;
}
.configurable-option-text {
	width: 220px;
}
.product-shop .product-options dl dd .input-box .options-list {
	margin-bottom: 5px;
}
.product-shop .product-options dl dd .input-box .options-list span.label {
	display: inline;
	white-space: normal; 
}
.product-shop .product-options dl dd .qty-holder .qty {
	display: inline-block;
}
.product-shop .price-as-configured {
	margin-bottom: 0;
}
.data-table.grouped-items-table {
	margin: 20px 0 0;
}
.data-table.grouped-items-table .image {
	padding: 5px;
}
.data-table.grouped-items-table .qty-wrapper {
	padding: 5px 0 0;
}
.data-table.grouped-items-table .input-text.qty {
	height: 1.750rem;
	width: 2.250rem;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	padding: 0.25rem;
}
.data-table.grouped-items-table .qty-label {
	display: inline-block;
	font-size: 0.750rem;
	padding: 0 6px;
	color: #76848e;
}
.data-table.grouped-items-table .price-box {
	margin: 0;
}
.data-table.grouped-items-table .price-box p {
	font-size: 1rem;
}
.data-table.grouped-items-table .price-box .special-price {
	padding: 4px 0 0;
}
.product-options {
	margin: 0px 0 0;
}
.product-options em {
	display: none;
}
.product-options dt,
.product-options dd,
.product-options .input-box,
.product-options label {
	display: block;
}
.product-options dt {
	margin: 0px 0 5px;
}
.product-options dd .input-box {
	margin-top: 0;
}
.product-options p.required {
	display: none;
}
.product-options label {
	display: inline;
	font-size: 0.875rem;
	color: #001233;
	font-weight: bold;
	line-height: 1.2rem;
}
.product-options select {
	width: auto;
}
.product-options .color-name {
	color: #76848e;
	font-size: 0.875rem;
	font-weight: normal;
	padding-left: 8px;
}
.product-options .input-box-select .chosen-container {
	min-width: 220px;
	width: auto !important;
}
.product-options .input-box-select .validation-advice {
	top: 32px;
}
.product-options dt label {
	
}

.product-options dl {margin-bottom: 0;}

.product-options dt label {
    color: #001233;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 1.20rem;
    /* letter-spacing: -0.02em; */
    /* letter-spacing: 0; */
    /* text-transform: uppercase; */
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}

.product-options .options-list {
	list-style: none;
	margin-left: 0;
}
.product-options .options-list .label {
	padding-left: 4px;
    padding:0;
}
.product-options .options-list .label label {
	font-weight: normal;
	font-size: 0.875rem;
        font-size: 0.92rem;
    font-weight: 500;
}
.color-swatches {
	list-style: none;
	margin: 0;
	padding: 0;
}
.color-swatches li {
	position: relative;
	display: inline-block;
	margin: 0 4px 0 0;
}
.color-swatches label {
	display: block;
	width: 40px;
	height: 42px;
	background-size: 36px 36px !important;
	background-repeat: no-repeat !important;
	background-position: 2px 2px !important;
	overflow: hidden;
	padding: 0 0 0 40px;
	margin: 0 !important;
	border: 1px solid transparent;
}
.color-swatches input[type="radio"]:checked + label {
	
}
.color-swatches input[type="radio"]:disabled + label {
	opacity: 0.5;
}
.color-swatches input[type="radio"] {
	position: absolute;
	visibility: hidden;
}
.short-description {
	margin: 28px 0 18px;
	width: 96%;
	font-size: 0.938rem;
	line-height: 1.375rem;
    font-size: 0.9rem;
	line-height: 1.275rem;
	font-weight: lighter;
    font-weight: 400;
	color: #001233;
    color: #76848e;
}
.short-description p:last-child {
	margin-bottom: 0;
}
.buybox p {
	font-size: 0.813rem;
	color: #001233;
	font-weight: lighter;
	margin: 0;
}
.buybox .add-to-cart {
	margin: 10px 0 0;
}



.buybox .add-to-cart label {
	display: inline;
	font-size: 0.875rem;
	font-weight: bold;
}
.buybox .add-to-cart .btn-cart {
	min-width: 60%;
	margin: 14px 0;
    margin: 0;
	line-height: 1.375rem;
    padding: 15px 0px;
     padding: 15px 40px;
    font-size: 1.1rem;
}
.buybox .add-to-cart .btn-cart>span:before {content: "\e644"; font-family: 'intenso'; padding-right:15px; font-size: 1.4rem; font-weight: normal;}

.buybox .add-to-cart .chosen-container-single .chosen-single:before, 
.buybox .add-to-cart .chosen-container-single .chosen-single:after {
	background: #bababa;
}
.buybox .add-to-cart .chosen-container-single .chosen-single {
	border-color: #bababa;
}
.buybox .add-to-cart .btn-cart:before {
	font-family: 'intenso';
/*	content: "\e602"; */
	speak: none;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: absolute;
	left: 0.563rem;
}
.buybox #qty_chosen {
	width: 4rem !important;
}
.buybox .qty-input-text {
	display: inline-block;
	height: 1.75rem;
	text-align: center;
	margin: 0 0 0 4px;
	padding: 0;
	font-weight: bold;
	width: 4.375rem;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#qty-wrapper #qty {
	width: 4.375rem;
}
.buybox .qty-input-text:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
}
.paypal-or {
	display: block;
	color: #76848e;
	font-size: 0.625rem;
}
.paypal-logo > a {
	display: inline-block;
	margin-top: 10px;
}
.bml-checkout-type {
	list-style: none;
	margin-top: 6px;
}
.product-shop-side .add-to-links {
	position: relative;
	list-style: none;
	margin: 10px 0 0 22px;
}
.product-shop-side .add-to-links li,
.email-friend {
	position: relative;
}
.product-shop-side .add-to-links .link-wishlist:before, 
.product-shop-side .add-to-links .link-compare:before,
.email-friend a:before {
	font-weight: normal;
	position: absolute;
	left: -0.25rem;
	top: 0.125rem;
}
.product-shop-side .add-to-links .link-wishlist, 
.product-shop-side .add-to-links .link-compare,
.email-friend a {
	display: inline-block;
	padding: 0 0 0 1.688rem;
	color: #001233 !important;
	font-size: 0.813rem;
	font-weight: bold;
	line-height: 1.563rem;
	transition: all 300ms ease-out 0s;
}
.email-friend {
	margin: 0;
	padding-left: 22px;
	line-height: 1.625rem;
}
.email-friend a {
	position: relative;
}
.email-friend a:before {
	position: absolute;
	padding-left: 5px;
	top: 1px;
	font-family: 'intenso';
	content: "\e60e";
	font-size: 1rem;
	color: #CECECE;
	transition: all 300ms ease-out 0s;
}
.product-shop-side .add-to-links .link-wishlist:hover:before, 
.product-shop-side .add-to-links .link-compare:hover:before,
.email-friend a:hover:before {
	color: #bebebe;
}
.product-shop-side .add-to-links .link-wishlist:hover, 
.product-shop-side .add-to-links .link-compare:hover,
.email-friend a:hover {
	
}
.product-shop-side .add-to-links .separator {
	display: none;
}
/* static block: product-view-block-1 */
.product-view-block-1 {
	padding: 20px 0 0 19px;
	width: 100%;
	overflow: hidden;
}
/* Image lightbox */
.imagelightbox-wrap {
	position: absolute;
	-webkit-user-drag: none;
	z-index: 9999;
    text-align: center;
}
.imagelightbox-wrap img,
.product-img-box figure a img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: -webkit-zoom-in;
	cursor: url(images/magnify.cur), url(../images/magnify.cur), pointer;
}
.imagelightbox-wrap.disable-slide img {
	/* IE need the path to be relative to the document while for webkit/mozilla has to be relative to the stylesheet */
	cursor: url(images/openhand.cur), url(../images/openhand.cur), move;
}
.imagelightbox-wrap ~.imagelightbox-wrap {
	z-index: 9998 !important;
}
#imagelightbox {
	display: inline;
	/*width: 100%;*/
	-webkit-user-drag: none;
	-ms-touch-action: none;
    touch-action: none;
}
#imagelightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9998;
	opacity: 0;
	/*animation: 0.25s linear 0s normal none 1 fade-in;*/
}
.imagelightbox-close {
	position: absolute;
	opacity: 0;
	z-index: 10001;
}
.imagelightbox-close span {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: fixed;
	display: block;
	overflow: hidden;
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	padding-left: 42px;
	cursor: pointer;
}
.imagelightbox-close span:hover {
	border: 2px solid #bebebe;
}
.imagelightbox-close span:before,
.imagelightbox-close span:after {
	border-right: 2px solid;
	border-color: #CECECE;
	content: '';
	display: block;
	height: 38px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 20px;
	top: 2px;
	width: 0;
}
.imagelightbox-close span:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.imagelightbox-close span:hover:before,
.imagelightbox-close span:hover:after {
	border-color: #bebebe;
}
.imagelightbox-wrap.disable-slide {
	transform: translateX(0px);
}
.prev-arrow,
.next-arrow {
	position: fixed;
	z-index: 10000;
}
.mobile-gallery {
	position: absolute;
	z-index: -1;
	margin: 20px 0 0;
}
.mobile-gallery .item img {
	margin: 0 auto;
	width: 100%;
	-webkit-touch-callout: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
}
.product-shop .orbit-bullets-container {
	position: relative !important;
	margin: 20px 0 0;
	width: 100%;
}
/* Product collateral */
.product-collateral {
	padding-top: 0;
	padding-bottom: 40px;
}
.product-collateral.tags {
	padding-bottom: 80px;
}
.product-collateral-wrapper {
	/*background: #ffffff;*/
}
.product-collateral-wrapper .product-collateral {
	/*border-top: 3px solid #f4f4f4;*/
}
.product-collateral-wrapper .product-collateral.additional {
	background: #f4f4f4;
}
.product-collateral-wrapper .product-collateral.additional .data-table col:first-child {
	width: 25%;
}
.product-collateral h3 {
	margin: 2rem 0 1rem;
/*	padding-left: 0.9%;*/
}

.product-collateral h4 {
    margin-top: 2rem;
}

.product-collateral div p {
	line-height: 1.6rem;
	font-size: 0.938rem;
   
	color: #001233;
    color: #5f6a7d;
}
.short-description ul,
.product-collateral ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.short-description li,
.product-collateral li {
	position: relative;
	font-size: 0.938rem;
    font-size: 0.875rem;
	font-weight: 300;
	padding: 0 0 6px 18px;
	line-height: 1.250rem;
	
}
.short-description li:before,
.product-collateral li:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-radius: 100px;
	left: 0;
	top: 0.4375rem;
}
.product-collateral div .label {
	background: transparent;
	color: #001233;
	display: inline;
	line-height: 1.750rem;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}
.product-collateral.description,
.product-collateral.ratings-reviews {
	padding-left: 3.9%;
	padding-right: 3.9%;
}
.product-description {
	overflow: hidden;
	/*padding-right: 40px;*/
	font-size: 0.938rem;
	line-height: 1.5rem;
    text-align: left;
    max-width: 800px;
    margin: auto;	
}
.product-description h3,
.ratings-reviews h3 {
    font-size: 1.8rem;
    text-align: center;
}
.product-description-static-block {
	position: relative;
	float: right; 
	margin-top: 40px;
	width: 300px; 
	padding: 0;
}
.advertisement {
	font-size: 0.625rem;
	text-align: right;
	padding: 6px 2px 0 0;
	color: #76848e;
}
.ratings-detail {
	position: relative;
	float: left;
	width: 260px;
	z-index: 1;
}
.reviews {
	overflow: hidden;
	padding-top: 48px;
	padding-left: 30px;
}
.reviews h5 {
	margin: 8px 0 25px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d3d3d3;
}
.product-collateral.ratings-reviews .reviews .review-list li:after {
	background: transparent !important;
}
#histogram {
	background: transparent;
	border: none;
	border-spacing: 0;
	margin:  20px 0;
	width: 100%;
}
#histogram tr {
	height: 16px;
}
#histogram tr:nth-of-type(2n) {
	background: transparent;
}
#histogram td {
	line-height: 0.813rem;
	padding: 0 3px;
}
#histogram .stars {
	width: 2.6rem;
	padding-left: 0;
}
#histogram .stars .small {
	line-height: 0.625rem !important;
	vertical-align: top;
}
#histogram .amount {
	width: 2.5rem;
}
#histogram .progress {
	background: transparent;
	margin-bottom:  0;
	border: none;
	height: 14px;
	padding: 0;
}
#histogram .progress .meter-5 {
	background: #8ac249;
}
#histogram .progress .meter-4 {
	background: #ccdb38;
}
#histogram .progress .meter-3 {
	background: #ffea3a;
}
#histogram .progress .meter-2 {
	background: #ffb233;
}
#histogram .progress .meter-1 {
	background: #ff8b5a;
}
.review-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.review-list li {
	clear: both;
	padding: 0;
	width: 100%;
	border-bottom:  1px solid #d3d3d3;
	margin: 25px 0 0;
}
.reviews .form-list li {
	clear: both;
	width: 100%;
}
.review-list li:last-child {
	border: none;
	padding-bottom: 10px;
}
.review-list li:before,
.review-list li:after {
	border: none;
	background: transparent;
}
.review-list .useful-count {
	font-size: 0.750rem;
	color: #76848e;
	margin: 0;
}
.review-list .rating-box,
.review-list h6 {
	display: inline-block;
}
.review-list .rating-box {
	margin-top: -2px;
	vertical-align: middle;
}
.review-list h6 {
	padding-left: 2px;
}
.review-list h6 a {
	color: #001233;
}
.review-list .review-text {
	font-size: 0.813rem;
	font-weight: normal;
	color: #5b6064;
	margin:  5px 0 12px;
}
.review-list .view-more {
	font-size: 0.813rem;
}
.review-list .author {
	font-size: 0.750rem;
	color: #76848e;
}
.review-list .author span {
	font-weight: bold;
}
.write-review {
	margin: 15px 0 0;
}
.write-review .button {
	margin-bottom:  0;
}
.product-tags,
.tags-list {
	list-style:  none;
	margin-bottom: 15px !important;
}
.product-tags li,
.tags-list li {
	display:  inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #DEE2E2;
	font-size: 0.750rem;
	margin: 0 3px 3px 0;
	padding: 0;
}
.product-tags li:hover,
.tags-list li:hover {
	background-color: #B9B9B9;
}
.product-tags li a,
.tags-list li a {
	display: block;
	color: #001233;
	font-size: 0.750rem;
	font-weight: bold;
	padding: 0.188rem 0.625rem;
	line-height: 1.5;
}
.product-tags li a:hover,
.tags-list li a:hover {
	color: #001233;
}
.product-tags li a span,
.tags-list li a span {
	font-weight: lighter;
	font-size: 0.688rem;
}
.product-tags li:before,
.product-tags li:after,
.tags-list li:before,
.tags-list li:after {
	content: none;
}
.tags .form-add {
	width: 260px;
}
.tags form {
	margin-bottom: 0;
}
.tags .button {
	margin-top: 20px;
	margin-bottom: 8px;
}
#add-tag {
	font-size: 0.813rem;
	
	cursor: pointer;
}
#add-tag:hover {
	text-decoration: underline;
}
#addTagForm {
	display: none;
}
.input-text.qty {
	text-align: center;
}
.tag-list-index .tags-list {
	margin: 0 3.5%;
	padding: 0 0 50px;
}

@media only screen and (max-width: 1150px) {
    .product-img-box .more-views li, .product-img-box .more-views li a, .product-img-box .more-views li img {width: 65px; height: 65px;}
}

/* Small screens */
@media only screen and (max-width: 40em) {
    
    .produkt-hintergrund {
    padding-top: 50px !important;
    height: 120px !important;
    background: none !important;
}

    .headline-product { margin-bottom: 10px; }
    
    .product-essential {
    /* margin: 15px 0 0px;*/
    }
    
    .main-header {     
    padding-bottom: 8px;}
    
	.mobile-gallery {
		position: relative;
		z-index: 0;
		margin-left: -4.2%;
		margin-right: -4.2%;
        padding-bottom: 40px;
	}
	.product-img-box {
		/*position: absolute;
		z-index: -1;*/
	}
	.product-shop {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0;
	}
	.product-shop .price-box {
		margin: 15px 0px 0;
        
	}
	.product-shop-side {
		width: 100%;
		padding-right: 0;
		margin-top: 18px;
	}
	.imagelightbox-close {
		top: 0;
		width: 100%;
		height: 36px;
		background: #efefef;
		position: fixed;
	}
	.imagelightbox-close span {
		top: 5px;
		right: 14px;
		width: 26px;
		height: 26px;
		padding-left: 22px;
	}
	.imagelightbox-close span:before,
	.imagelightbox-close span:after {
		height: 18px;
		border-color: #76848e !important;
		right: 10px;
		top: 2px;
	}
	.imagelightbox-close span:hover {
		border: 2px solid #76848e;
	}
	.buybox .qty-input-text { 
		height: 1.75rem;
	}
	#qty-wrapper #qty {
		display: block;
		margin: 8px 0 0;
	}
	.product-collateral h3 {
		margin: 30px 0 20px;
	}
	.product-collateral.description {
		min-height: 0;
	}
	.product-description {
		padding-right: 0.9%;
	}
	.ratings-detail {
		float: none;
		width: 100%;
	}
	.review-list-header h3 {
		font-size: 1.5rem;
	}
	.ratings-detail h3 {
		margin-bottom: 10px;
	}
	.ratings-detail .rating-avg {
		font-size: 3.3rem;
		font-weight: lighter;
		line-height: 2.5rem;
	}
	.ratings-detail .rating-box {
		margin-top: 15px;
	}
	.review-product-list .ratings-detail {
		border-top: 2px solid #e5e5e5;
		margin-top: 0 !important;
		padding-top: 30px;
		padding-left: 0 !important;
	}
	.reviews {
		overflow: visible;
		padding-left: 0;
		padding-top: 5px;
	}
	.review-product-list .reviews {
		padding: 13px 0 !important;
	}
	.reviews h5 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.reviews .write-review {
		display: none;
	}
	.review-list li {
		margin-top: 15px;
	}
	.review-list li:last-child {
		padding-bottom: 10px;
	}
	.review-list .vote {
		display: none;
	}
	#histogram {
		width: 35%;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#histogram tr {
		height: 8px;
	}
	#histogram .progress {
		height: 8px;
	}
	#histogram .stars,
	#histogram .amount {
		display: none;
	}
	.review-toolbar {
		background: #f4f4f4;
		padding: 5px 8px;
	}

	/* static block: product-view-block-1 */
	.product-view-block-1 {
		padding: 20px 0 0 0;
		width: 100%;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.product-shop {
		/*width: 41.6667%*/
	}
	.product-shop h1 {
		/*font-size: 1.6rem !important;*/
	}
	.product-shop-side {
		width: 100%;
	}
	.buybox .add-to-cart .btn-cart:before {
		content: "";
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
	.product-img-box {
		/*width: 43.3333%; */
	}
	.product-img-box .more-views li {
		width: 54px;
		height: 54px;
	}
	.product-img-box .more-views li a, .product-img-box .more-views li img {
		width: 48px;
		height: 48px;
	}
	.product-shop {
		/*width: 56.6667%;*/
	}
	.product-shop .short-description {
		display: none;
	}
	.product-options dl.last {
		margin-bottom: 0;
	}
	.product-shop-side {
		/*width: 56.6667%; */
		padding-left: 2.5% !important;
	}
	.product-shop-side .add-to-links {
		margin: 0;
	}
	.buybox {
		
		/*text-align: left !important;*/
		padding: 0;
		/*width: 200px;*/
	}
	.buybox .add-to-cart {
		margin: 0;
	}
	.buybox p {
		display: none;
	}
	.buybox .add-to-cart .btn-cart {
		margin-top: 24px;
	}
	.email-friend {
		padding-left: 0;
	}
	/* static block: product-view-block-1 */
	.product-view-block-1 {
		padding: 20px 0 0 0;
	}
    
    
}
@media only screen and (max-width: 48em) {
	.product-shop-side .add-to-links {
		margin: 0;
	}
	.buybox {
		
		text-align: left !important;
		padding: 0;
		/* width: 200px; */
	}
	.buybox .add-to-cart {
		margin: 0;
        text-align: center;
	}
	.buybox p {
	/*	display: none; */
	}
	.buybox .add-to-cart .btn-cart {
		/* margin-top: 24px; */
		padding: 15px 22px;
		font-size: 1.3rem;
	}
	.email-friend {
		padding-left: 0;
	}
    
    .buybox {
    position: relative;
    display: inline-block;
   /* background: #f4f4f4; */
    margin: 0;
    padding: 14px;
    width: 100%;
    }
    
}

/*******************************************************************************************************/
/***   13)	 PRODUCT REVIEW LIST																	 ***/
/*******************************************************************************************************/

.review-list-header {
	margin-top: 20px !important;
}
.review-list-header h3,
.review-list-header h5 {
	margin-top: 0;
}
.review-list-header h5 {
	margin-bottom: 0;
}
.review-list-header .button {
	margin-bottom:  6px;
}
.review-list-header .product-review-image {
	width: 54px;
	height: 54px;
	float: left;
	margin: 0 20px 20px 0;
}
.review-product-list .form-add {
	background: #f4f4f4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 20px 0 0;
	padding: 4px 18px;
}
.review-product-list .ratings-detail {
	margin-top: 20px;
	padding-left: 0.9%
}
.review-product-list .reviews {
	margin: 5px 0.9% 30px 0;
	padding: 13px 22px;
}
.review-product-list .review-count {
	display: none;
}
.review-list-actions {
	text-align: right;
	margin-top: 22px;
}
.breadcrumbs .reviews {
	overflow: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
	background: inherit !important;
}
.review-product-list .form-list {
	padding-top: 0;
	margin-left: 0;
}
.review-form h6 {
	font-size: 0.875rem;
	color: #76848e;
	font-weight: lighter;
	font-style: italic;
	margin: 18px 0 0;
}
.reviews .review-form .input-box textarea {
	height: 150px;
}
.form-add button {
	margin: 0;
}
.review-list .form-list li {
	border-bottom: none;
	padding: 0;
	margin-top: 0;
}
/* review toolbar */
.review-toolbar {
	position: relative;
}
.review-toolbar .amount,
.review-toolbar .sort-by,
.review-toolbar .limiter {
	display: inline-block;
}
.review-toolbar .sort-by,
.review-toolbar .limiter {
	float: right;
	margin: 0 10px;
}
.review-toolbar .sort-by > label,
.review-toolbar .limiter > label {
	float: left;
	padding-right: 6px;
	padding-top: 1px;
}
.review-toolbar .pages,
.my-account .pages {
	background: transparent;
	margin: 0 0 0 -8px;
	display: inline-block;
}
.review-toolbar .pages ol li a,
.my-account .pages ol li a {
	padding: 0 3px;
}
.review-toolbar a.previous, 
.review-toolbar a.next,
.my-account a.previous,
.my-account a.next {
	background: transparent;
	padding: 0 1.4rem 0 0 !important;
}
.review-toolbar a.previous,
.my-account a.previous {
	padding: 0 0 0 1.4rem !important;
}
.review-toolbar a.next:before, 
.review-toolbar a.next:after, 
.review-toolbar a.previous:before, 
.review-toolbar a.previous:after,
.review-toolbar a.previous, 
.review-toolbar a.next,
.my-account a.next:before,
.my-account a.next:after,
.my-account a.previous:before,
.my-account a.previous:after,
.my-account a.previous,
.my-account a.next {
	
	transition: none;
}
.review-toolbar a.next:hover:before, 
.review-toolbar a.next:hover:after, 
.review-toolbar a.previous:hover:before, 
.review-toolbar a.previous:hover:after,
.review-toolbar a.previous:hover, 
.review-toolbar a.next:hover {
	color: #ffffff !important;
}
.review-toolbar a.next {
	padding-left: 8px !important;
}
/* review stars */
#pretty-product-review-list { 
	width: 338px;
	margin: 0 0 15px;
	padding: 5px 10px;  
}
#pretty-product-review-list .pretty-rating-code { 
	padding: 3px 0; 
}
#pretty-product-review-list .pretty-rating-code .label {
	font-size: 0.813rem;
	min-width: 60px; 
	display: block;
	padding: 0.25rem 0 0.375rem;
	float: left; 
	color: #001233; 
}
#pretty-product-review-list .pretty-rating-code .options li { 
	display: block; 
	float: left; 
	margin-top: 2px;
	width: 20px;
}
#pretty-product-review-list .pretty-rating-code .options li .option { 
	display: block;
	margin: 0;
	width: 1rem; 
	height: 1rem; 
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNDRUNFQ0UiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==); 
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -9999em; 
}
#pretty-product-review-list .pretty-rating-code .options li .option.hover,
#pretty-product-review-list .pretty-rating-code .options li .option.selected {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMyN0NDQzAiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==); 
	background-size: cover;
	background-repeat: no-repeat;
}


/* Medium and Small screens */
@media only screen and (max-width: 64em) {
	.review-list-actions {
		text-align: left;
		margin-top: 0;
	}
	.review-list-header .product-review-image {
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}
	.review-product-list .ratings-detail {
		margin-top: 22px;
	}	
	.review-product-list .reviews {
		padding: 13px 18px;
	}
}

/*******************************************************************************************************/
/***   14)	 SEARCH - AUTO SUGGEST																	 ***/
/*******************************************************************************************************/
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 200;
}
.search-autocomplete ul {
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	left: 0;
	padding-left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 5px 6px 0 rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 5px 6px 0 rgba(50, 50, 50, 0.1);
	box-shadow: 0 5px 6px 0 rgba(50, 50, 50, 0.1);
}
.search-autocomplete ul li {
	color: #001233;
	cursor: pointer;
	font-size: 12px;
	padding: 4px 6px;
	text-align: left;
}
.search-autocomplete ul li.selected {
	background-color: #eeeeee;
}
.search-autocomplete ul li .amount {
	float: right;
	color: #76848e;
}
.search-autocomplete ul li:last-child {
	border-bottom: none;
}
/*******************************************************************************************************/
/***   15)	 AJAX LOADING BAR																		 ***/
/*******************************************************************************************************/
.loading-bar {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 10000;
    
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.app-loading .loading-bar {
    display: block !important;
    -webkit-animation: shift-rightwards 1s ease-in-out infinite;
    -moz-animation: shift-rightwards 1s ease-in-out infinite;
    -ms-animation: shift-rightwards 1s ease-in-out infinite;
    -o-animation: shift-rightwards 1s ease-in-out infinite;
    animation: shift-rightwards 1s ease-in-out infinite;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
@-webkit-keyframes shift-rightwards
{
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }

}
@-moz-keyframes shift-rightwards
{
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }

}
@-o-keyframes shift-rightwards
{
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }

}
@keyframes shift-rightwards {
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }
}

/*******************************************************************************************************/
/***   16)	 LOGIN, REGISTER, FORGOT PASSWORD, CMS & 404 PAGES										 ***/
/*******************************************************************************************************/

.customer-account-login .inner-wrap,
.customer-account-forgotpassword .inner-wrap,
.customer-account-create .inner-wrap,
.customer-account-logoutsuccess .inner-wrap,
.checkout-multishipping-login .inner-wrap,
.customer-account-resetpassword .inner-wrap,
.cms-no-route .inner-wrap {
	height: 100%;
}
.customer-account-login .off-canvas-wrap,
.customer-account-forgotpassword .off-canvas-wrap,
.customer-account-create .off-canvas-wrap,
.customer-account-logoutsuccess .off-canvas-wrap,
.checkout-multishipping-login .off-canvas-wrap,
.customer-account-resetpassword .off-canvas-wrap,
.cms-no-route .off-canvas-wrap,
.customer-account-login,
.customer-account-forgotpassword,
.customer-account-create,
.customer-account-logoutsuccess,
.checkout-multishipping-login,
.customer-account-resetpassword,
.cms-no-route {
	min-height: 100%;
}
.customer-account-login .account-login,
.checkout-multishipping-login .account-login,
.customer-account-forgotpassword .account-forgotpassword,
.customer-account-resetpassword .account-forgotpassword,
.customer-account-create .account-create,
.customer-account-logoutsuccess .account-logout,
.cms-no-route .no-route {
	min-height: 100%;
}
.customer-account-login .off-canvas-wrap,
.customer-account-forgotpassword .off-canvas-wrap,
.customer-account-create .off-canvas-wrap,
.customer-account-logoutsuccess .off-canvas-wrap,
.customer-account-resetpassword .off-canvas-wrap {
	background-color: #eee;

}
.customer-account-login .account-login,
.customer-account-forgotpassword .account-forgotpassword,
.customer-account-resetpassword .account-forgotpassword,
.customer-account-create .account-create,
.customer-account-logoutsuccess .account-logout,
.checkout-multishipping-login .account-login {
	padding: 25px 0;
}
.customer-account-login h1,
.customer-account-forgotpassword h1,
.customer-account-create h1,
.customer-account-logoutsuccess h1,
.checkout-multishipping-login h1,
.customer-account-resetpassword h1 {
	color: #001233;
}
.cms-no-route h1,
.no-results h1 {
	
}
.customer-account-login p,
.customer-account-forgotpassword p,
.customer-account-create p,
.customer-account-logoutsuccess p,
.checkout-multishipping-login p,
.cms-no-route p,
.checkout-multishipping .page-title p,
.no-results p,
.catalogsearch-advanced-result .no-results span,
.catalog-list-empty p,
.customer-account-resetpassword p {
	font-size: 1.125rem;
	color: #76848e;
}
.account-forgotpassword .form-list li {
	margin-bottom: 30px;
}
.customer-account-logoutsuccess p {
	margin-top: 30px;
}
.cms-no-route .form-box {
	max-width: 540px;
}
.form-box label[for="email"],
.form-box label[for="login-email"],
.form-box label[for="email_address"],
.form-box label[for="pass"],
.form-box label[for="login-password"],
.form-box label[for="password"],
.form-box label[for="confirmation"],
.form-box label[for="billing:customer_password"],
.form-box label[for="billing:confirm_password"] {
	top: 9px;
}
.form-box label[for="email"]:before,
.form-box label[for="login-email"]:before,
.form-box label[for="email_address"]:before,
.form-box label[for="pass"]:before,
.form-box label[for="login-password"]:before,
.form-box label[for="password"]:before,
.form-box label[for="confirmation"]:before,
.form-box label[for="billing:customer_password"]:before,
.form-box label[for="billing:confirm_password"]:before {
	content: '\e607';
	font-family: 'intenso';
	font-style: normal;
	font-size: 1.063rem;
	color: #76848e;
	padding: 0 5px 0 0;
}
.form-box label[for=pass]:before,
.form-box label[for=password]:before,
.form-box label[for="login-password"]:before,
.form-box label[for=confirmation]:before,
.form-box label[for="billing:customer_password"]:before,
.form-box label[for="billing:confirm_password"]:before {
	content: '\e6fb';
	font-size: 1.125rem;
	padding: 0 3px 0 0;
}
.form-box label[for=pass],
.form-box label[for=password],
.form-box label[for="login-password"],
.form-box label[for=confirmation],
.form-box label[for="billing:customer_password"],
.form-box label[for="billing:confirm_password"] {
	left: 8px;
}
.new-users h1 {
	margin-top: 20px;
}
.new-users .button {
	display: block;
	margin: 0 auto 20px;
}
.new-users p {
	margin-bottom: 12px;
}
.link-tip {
	display: inline-block;
	margin: 0.063rem 0 0 0.25rem;
	font-size: 0.750rem;
	vertical-align: top;
}
.input-box.customer-dob {
	position: relative;
	height: auto;
	border: none;
}
.dob-month {
	display: inline-block;
	width: 120px;
}
.checkout-onepage-index .dob-month {
	width: 90px;
}
#billing_month_chosen {
	width: 80px !important;
}
.dob-day {
	display: inline-block;
	width: 70px;
}
.dob-year {
	display: inline-block;
	width: 80px;
}
#month_chosen {
	width: 109px !important;
}
#day_chosen {
	width: 60px !important;
}
#year_chosen {
	width: 70px !important;
}
.customer-dob .validation-advice {
	top: 2rem;
}
#advice-validate-custom-year,
#advice-validate-custom-month,
#advice-validate-custom-day {
	display: none;
}
/* no-route */
.cms-no-route .no-route,
.catalogsearch-result-index .no-route {
	padding-top: 40px;
	padding-bottom: 40px;
}
.cms-no-route .form-search .action,
.catalogsearch-result-index .no-results .form-search .action {
	width: 40px;
}
.cms-no-route .form-search .search-box,
.catalogsearch-result-index .no-results .form-search .search-box {
	margin-right: 40px;
}
.cms-no-route .form-box {
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cms-no-route .form-box h3,
.no-results h3 {
	font-size: 1rem;
	font-weight: bold;
	color: #001233;
	margin: 40px 0 12px;
}
.cms-no-route p,
.no-results p {
	margin-top: 15px;
	margin-bottom: 30px;
}
.top-destinations {
	list-style: none;
	margin: 0;
	text-align: center;
}
.top-destinations li {
	font-size: 0.938rem;
	line-height: 1.5rem;
}
.cms-no-route .form-box .button.home,
.no-results .button.home {
	margin: 20px 0 10px 0;
}
.customer-name-prefix-middlename-suffix,
.field.name-prefix.select-list {
	width: 100% !important;
	clear: both;
}
.page-title {
	position: relative;
	margin: 20px 3.5% 40px;
}
.row > .columns > .page-title {
	margin-left: 0;
	margin-right: 0;
}
.page-title h1 {
	font-size: 2.5rem;
	color: #001233;
	font-weight: lighter;
}
.cms-page-view h2 {
	font-size: 1.75rem;
	color: #001233;
	font-weight: lighter;
	margin-top: 30px;
}
.cms-wrapper .column,
.cms-wrapper .columns,
.cms-wrapper p,
.cms-wrapper ul li {
	font-size: 0.96rem;
	line-height: 1.75rem;
	color: #5b6064;
	font-weight: lighter;
}
.row.contrast {
	background: #f4f4f4;
}
.row.contrast div h2 {
	margin-top: 60px;
}
.sitemap {
	list-style: none;
	margin-left: 0;
}
.sitemap .level-0 {
	font-weight: bold;
}
.page-sitemap .links-list a {
	padding-left: 0 !important;
}
.page-sitemap .links-list a:hover,
.page-sitemap .links-list a:hover:before {
	background: transparent !important; 
}
.contact-page-static-block,
.rss-page-static-block {
	margin-top: 32px;
	margin-bottom: 32px;
}
.feed-link a {
	white-space: nowrap;
}
.feed-link a span {
	padding-right: 0.375rem;
}
.rss-table .feed-link {
	text-align: right;
}

/* Compare */
.block-compare {
	position: fixed;
	bottom: 0;
	right: 1.5%;
	text-align: center;
	width: 100%;
	max-width: 300px;
	-webkit-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	z-index: 900;
}
.block-compare .block-title {
	
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding: 9px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.block-compare .block-title small {
	font-size: 0.875rem !important;
}
.block-compare .block-content {
	max-height: 0;
	background: #ffffff;
	text-align: left;
	padding: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}
.block-compare:hover .block-content {
	max-height: 600px;
}
.block-compare:hover .block-title {
	background: #afafaf;
}
.block-compare #compare-items {
	margin: 0;
	list-style: none;
	padding: 15px 18px;
}
.block-compare #compare-items li {
	position: relative;
	padding: 0 20px 0 0;
}
.block-compare .icon-close {
	position: absolute;
	top: 0.563rem;
	right: 0;
	font-size: 0.688rem;
	font-weight: normal;
	line-height: 0.688rem;
	color: #afafaf;
}
.block-compare .icon-close:hover {
	color: #ea1818;
}
.block-compare .product-name {
	display: inline-block;
	line-height: 1rem;
	color: #76848e;
	font-weight: normal;
	margin: 0;
}
.block-compare .product-name a {
	color: #001233;
	font-size: 0.875rem;
}
.block-compare .product-name a:hover,
.block-compare .actions a:hover,
.catalog-product-compare-index .link-wishlist:hover {
	
}
.block-compare .actions {
	text-align: center;
	padding: 0 18px 15px;
}
.block-compare .actions .button {
	display: block;
	margin: 0 auto 10px auto;
}
.block-compare .actions a {
	color: #76848e;
	display: inline-block;
}
/* Compare popup */
.catalog-product-compare-index {
	background: #ffffff;
}
.catalog-product-compare-index .page-title {
	background: #f4f4f4;
	margin: 0 0 20px;
	padding: 20px 3.5%;
}
.catalog-product-compare-index .link-print {
	margin: 44px 3% 0;
}
.catalog-product-compare-index .add-to-links li {
	position: relative;
}
.catalog-product-compare-index .button.btn-cart {
	margin-bottom: 5px;
}
.product-shop-row td p,
.catalog-product-compare-index .add-to-row td p {
	margin-bottom: 0;
}
.catalog-product-compare-index .add-to-links {
	list-style: none;
	margin: 4px 0 0;
}
.product-shop-row .product-name {
	margin: 5px 0 0;
}
.product-shop-row .product-info {
	min-height: 4.750rem;
	margin: 0 0 10px;
	padding: 0;
}
.catalog-product-compare-index .price {
	font-weight: bold;
	color: #001233;
}
.catalog-product-compare-index .add-to-row .price-box {
	margin: 0 0 10px 0;
}
.catalog-product-compare-index .link-wishlist {
	padding: 0 0 0 24px;
	color: #001233;
	font-size: 0.813rem;
	font-weight: bold;
}
.catalog-product-compare-index .link-wishlist:hover:before {
	color: #bebebe;
}
.catalog-product-compare-index .link-wishlist:before {
	top: -1px;
	padding: 0;
	left: 0;
}
.catalog-product-compare-index .compare-table td {
	vertical-align: top;
}
.catalog-product-compare-index .compare-table th span {
	font-weight: bold;
}
.catalog-product-compare-index .please-wait {
	padding: 0 0 10px;
}
.catalog-product-compare-index .buttons-set {
	background: #f4f4f4;
	text-align: center;
	padding: 24px 0 0;
}
.col2-right-layout .page-title,
.col2-left-layout .page-title {
	margin-left: 0;
}
.col-right.sidebar,
.col-left.sidebar {
	margin-top: 32px;
	margin-bottom: 30px;
}
.block-poll ul {
	list-style: none;
	margin-left: 0;
}

/* JavaScript disabled notice */
.global-site-notice.noscript {
	padding: 4px;
	text-align: center;
	background: #F64747;
}
.global-site-notice.noscript p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.188rem;
	font-weight: normal;
}

/* Cookie restriction mode */
.global-site-notice.notice-cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fcefbb;
	padding: 4px 4px 5px;
	z-index: 1001;
}
.global-site-notice.notice-cookie p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.813rem;
	line-height: 1.188rem;
	color: #001233;
}
.global-site-notice.notice-cookie .notice-inner {
	position: relative;
	margin: 0 3.3%;
	padding-right: 12%;
}
.global-site-notice.notice-cookie .actions {
	position: absolute;
	right: 0;
	top: 2px;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.customer-account-login p {
		font-size: 0.875rem;
	}
	.cms-page-view h1 {
		font-size: 2.125rem;
	}
	.cms-page-view h2 {
		font-size: 1.25rem;
	}
}

/*******************************************************************************************************/
/***   17)	 SHOPPING CART																			 ***/
/*******************************************************************************************************/

.row.cart {
background: #fff;
    padding: 2rem 1rem 0;
    border-radius: 0 0 8px 8px;
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
}

.klarna_wrapper {margin: 30px 0 10px 0 !important;}

.cart {

}
.cart h1 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
    
    text-transform: uppercase;
    font-weight: 600;

    font-style: oblique;
}
.shopping-cart-block-1 {
	width: 100%;
	margin: 0 0 25px;
}
.cart #shopping-cart-totals-table {
	border: none;
	background: transparent;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
.cart #shopping-cart-totals-table tr td {
	font-size: 0.938rem;
    font-size: 0.86rem;
	font-weight: 200;
	line-height: 0.875rem;
	padding: 0.250rem 0.375rem;
}
.cart #shopping-cart-totals-table tr td:nth-child(2) {
	text-align: right;
}
/*.cart table#shopping-cart-totals-table tbody tr:nth-child(2) td{
	color:#008a00!important;
}*/
.cart #shopping-cart-totals-table tfoot {
	border-top: 2px solid #001233;
}
.cart #shopping-cart-totals-table tfoot tr td {
	font-size: 1.125rem;
    font-size: 0.94rem;
	padding-top: 0.375rem;
}
.cart #shopping-cart-totals-table tfoot tr td:nth-child(2) {
	
}
.amazonpayments-advanced-checkout-index table tfoot tr td {font-weight: normal;}
.amazonpayments-advanced-checkout-index table tfoot tr td strong {font-size: 1rem;}

.cart #shopping-cart-totals-table tr.even, 
.cart #shopping-cart-totals-table tr.alt, 
.cart #shopping-cart-totals-table tr:nth-of-type(2n) {
	background: transparent !important;
}
.checkout-types {
	list-style: none;
	margin: 0;
}
.cart .btn-proceed-checkout {
	margin-bottom: 12px;
} 
.cart .paypal-or {
	display: none;
}
.cart .multishipping-link {
	font-size: 0.813rem;
	display: inline-block;
	margin: 10px 0 0;
}
.cart-collaterals {
	margin-bottom: 0px;
}
.cart-collaterals .buybox {
	width: 100%;
    background: #fff;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    border-radius: 8px;
}
.cart-collaterals .shipping h2,
.cart-collaterals .discount h2 {
	position: relative;
	font-size: 0.875rem;
	font-weight: lighter;
	color: #001233;
	margin: 0;
	padding: 10px 16px;
	border-bottom: 1px solid #dddddd;
	cursor: pointer;
}
.cart-collaterals .shipping h2:hover,
.cart-collaterals .discount h2:hover {
	color: #001233;
}
.cart-collaterals .shipping h2:before,
.cart-collaterals .discount h2:before,
.cart-collaterals .shipping h2:after,
.cart-collaterals .discount h2:after {
	border-right: 1px solid #a0a0a0;
	content: '';
	display: block;
	height: 7px;
	margin-top: -1px;
	position: absolute;
	-ms-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
	right: 16px;
	top: 50%;
	width: 0;
}
.cart-collaterals .shipping h2:after,
.cart-collaterals .discount h2:after  {
	margin-top: -1px;
	-ms-transform: rotate(140deg);
	-moz-transform: rotate(140deg);
	-o-transform: rotate(140deg);
	-webkit-transform: rotate(140deg);
	transform: rotate(140deg);
	right: 21px;
}
.cart-collaterals .shipping h2:hover:before,
.cart-collaterals .discount h2:hover:before,
.cart-collaterals .shipping h2:hover:after,
.cart-collaterals .discount h2:hover:after {
	
}

.cart-collaterals .shipping .shipping-form,
.cart-collaterals .discount .discount-form {
	padding: 10px 14px 4px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.cart-collaterals .shipping .shipping-form ul {
	list-style: none;
	margin-left: 0;
}
.cart-collaterals .shipping .shipping-form p {
	display: none;
}
.cart-collaterals .shipping .shipping-form .form-list {
	padding-top: 0;
	margin: 0;
}
.cart-collaterals .shipping .shipping-form .form-list li:last-child {
	margin-bottom: 20px;
}
.cart-collaterals .shipping .shipping-form .button {
	margin-bottom: 0;
}
.cart-collaterals .discount .discount-form .form-list {
	margin: 0;
	padding-top: 0;
}
.cart-collaterals .discount .discount-form .form-list li:last-child {
	margin-bottom: 15px;
}
.cart-collaterals .shipping .shipping-form dt {
	font-weight: normal;
	font-size: 0.875rem;
}
/* cart table */
.cart .data-table.cart-table {
	border: none !important;
	border-collapse: collapse;
	margin: -24px 0 40px;
	width: 100%;
}
.cart .data-table.cart-table thead,
.cart .data-table.cart-table thead tr, 
.cart .data-table.cart-table tfoot,
.cart .cart-collaterals table tfoot {
	background: transparent !important;
}
.cart .data-table.cart-table tbody tr,
.cart .data-table.cart-table tfoot tr {
	border-top: 2px solid #e5e5e5;
}
.cart .data-table.cart-table tbody tr td {
	vertical-align: top;
}
.cart .data-table.cart-table .btn-edit,
.cart .data-table.cart-table .btn-remove {
	font-size: 0.813rem;
	font-weight: lighter;
	line-height: 0.813rem;
	display: inline-block;
    margin: 10px 0 8px;
}
.cart .data-table.cart-table tbody .btn-remove {
	/*padding-left: 8px;
	margin-left: 5px;
	border-left: 1px solid #d1d1d1;*/
}
.cart .data-table.cart-table h2,
.cart .data-table.cart-table h2 a {
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 500;
	margin: 0;
}
.cart .data-table.cart-table thead tr th {
	line-height: 1rem;
	padding: 0.250rem 0.625rem 0.5rem;
	font-size: 0.938rem;
	font-weight: lighter;
	color: #76848e;
}
.cart .item-options {
	margin: 0 0 6px 0;
}
.cart .item-options dt,
.cart .item-options dd {
	font-size: 0.875rem;
	line-height: 1.125rem !important;
	float: left;
	margin: 0 !important;
}
.cart .item-options dt {
	clear: both;
	padding: 0 6px 0 0;
}
.cart .item-options dt:after {
	content: ': ';
}
.cart .item-options dd {
	color: #76848e;
}
.cart .item-options dd .price {
	font-size: 0.875rem !important;
	line-height: 1.125rem !important;
}
.cart .data-table.cart-table .price {
	color: #001233 !important;
	font-size: 1.025rem;
    font-size: 0.84rem;
	line-height: 1.5rem;
	display: inline-block;
	min-width: 96px;
    font-weight: 200;
}

#shopping-cart-totals-table tfoot .price {color: #001233; font-weight: 600;}

.cart .data-table.cart-table .chosen-container {
	width: 60px !important;
	margin-right: 30px;
}
.input-text.qty {
	border: 1px solid #c0c0c0;
	width: 60px;
	height: 24px;
	margin-top: 2px;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}
.cart .qty-wrapper .input-text:focus {
	
}
.cart .qty-wrapper {
	width: 90px;
}
.cart .qty-wrapper .button {
	margin-top: 6px;
	padding: 0.063rem 6px 0.125rem
}
.cart .link-continue {
	font-size: 0.875rem;
    font-weight: 600;
    margin-top: 10px;
    float: left;
}
#co-shipping-method-form dt {
	margin-bottom: 0;
}
#co-shipping-method-form dd ul {
	margin-bottom: 0.25rem;
}
.cart .product-image.for-small {
	display: none;
}
.cart .cart-empty {
	margin-bottom: 100px;
}
.cart .cart-msrp-totals {
	margin: 10px 0 20px;
}


/* Only small screens */
@media only screen and (max-width: 40em) {
	.cart h1 {
		font-size: 1rem !important;
		font-weight: bold;
	}
	.cart .data-table.cart-table h2,
	.cart .data-table.cart-table h2 a,
	.cart .data-table.cart-table .price {
		font-size: 0.938rem;
		line-height: 1rem;
	}
	.product-image > img {
		/* width: 48px; */
	}
	.cart .data-table.cart-table .price {
		min-width: 40px;
	}
	.cart .qty-wrapper {
		width: auto;
	}
	.cart-table colgroup col:first-child,
	.cart-table thead tr > th:first-child,
	.cart-table tbody tr > td:first-child {
		display: none;
	}
	.cart .data-table.cart-table h2 {
		margin-bottom: 0.5rem;
	}
	.cart .product-image.for-small {
		display: block;
		margin: 0 0 5px 0;
	}
	.cart .cart-empty {
		margin-bottom: 40px;
	}
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.cart h1 {
		font-size: 1.250rem !important;
	}
	.cart .data-table.cart-table h2,
	.cart .data-table.cart-table h2 a,
	.cart .data-table.cart-table .price {
		font-size: 0.938rem;
	}
}

@media only screen and (max-width: 48em) {
	.cart-items,
	.cart-collaterals {
		width: 100% !important;
	}
	.btn-continue-shopping {
		display: none;
	}
	.cart .btn-proceed-checkout {
		padding: 5px 22px;
	}
	.cart-collaterals .shipping h2,
	.cart-collaterals .discount h2 {
		padding-left: 0;
	}
}

/*******************************************************************************************************/
/***   18)	 CHECKOUT																				 ***/
/*******************************************************************************************************/

.checkout-onepage-index,
.checkout-multishipping-register,
.checkout-multishipping-addresses,
.checkout-multishipping-address-newshipping,
.checkout-multishipping-shipping,
.checkout-multishipping-address-editshipping,
.checkout-multishipping-billing,
.checkout-multishipping-overview,
.checkout-onepage-failure,
.checkout-multishipping-success,
.checkout-onepage-success {
	min-height: 100%;
}
.checkout-onepage-index .row.flush,
.checkout-multishipping-register .row.flush,
.checkout-multishipping-addresses .row.flush,
.checkout-multishipping-address-newshipping .row.flush,
.checkout-multishipping-shipping .row.flush,
.checkout-multishipping-address-editshipping .row.flush,
.checkout-multishipping-billing .row.flush,
.checkout-multishipping-overview .row.flush,
.checkout-onepage-failure .row.flush,
.checkout-multishipping-success .row.flush,
.checkout-onepage-success .row.flush {
	padding: 0;
	height: 100%;
}
.checkout-onepage-index .off-canvas-wrap,
.checkout-multishipping-login .off-canvas-wrap,
.checkout-multishipping-register .off-canvas-wrap,
.checkout-multishipping-addresses .off-canvas-wrap,
.checkout-multishipping-address-newshipping .off-canvas-wrap,
.checkout-multishipping-shipping .off-canvas-wrap,
.checkout-multishipping-address-editshipping .off-canvas-wrap,
.checkout-multishipping-billing .off-canvas-wrap,
.checkout-multishipping-overview .off-canvas-wrap,
.checkout-onepage-failure .off-canvas-wrap,
.checkout-multishipping-success .off-canvas-wrap,
.checkout-onepage-success .off-canvas-wrap {
	min-height: 100%;
    background-color: #fff;
}
.checkout-onepage-index .inner-wrap,
.checkout-multishipping-register .inner-wrap,
.checkout-multishipping-addresses .inner-wrap
.checkout-multishipping-address-newshipping .inner-wrap,
.checkout-multishipping-shipping .inner-wrap,
.checkout-multishipping-address-editshipping .inner-wrap,
.checkout-multishipping-billing .inner-wrap,
.checkout-multishipping-overview .inner-wrap,
.checkout-onepage-failure .inner-wrap,
.checkout-multishipping-success .inner-wrap,
.checkout-onepage-success .inner-wrap {
	height: 100%;
}
.checkout-onepage-index .page-title {
	display: none;
}
.main-header .extra {
	display: inline-block;
	float: right;
}
.opc,
.checkout-multishipping-register .account-create,
.checkout-multishipping,
.checkout-onestep  {
	list-style: none;
	margin: 0;
	padding: 25px 3%;
	min-height: 100%;
}
.checkout-multishipping {
	padding-bottom: 100px;
}
.opc h1,
.checkout-multishipping-register h1 {
	color: #ffffff;
}
.opc p.center,
.checkout-multishipping-register p.center {
	color: #76848e;
	font-size: 1.125rem;
}
.opc .new-users .form-list {
	display: none;
}
.opc .new-users .buttons-set {
	max-width: 420px;
	margin: 15px auto;
	text-align: center;
}
.opc .new-users .buttons-set .button {
	display: inline-block;
	margin: 0 15px;
}
.opc .new-users .buttons-set .button-or {
	display: inline-block;
	color: #76848e;
	font-size: 0.813rem;
}
.opc .new-users .buttons-set .secondary {
	background: #a7afae;
	color: #ffffff;
}
.opc .new-users .buttons-set .secondary:hover {
	background: #9ca09f;
}
.opc .step-title {
	display: none;
}
.opc dd ul {
	margin-left: 0;
	list-style: none;
}
.opc-block-progress {
	margin: 45px 0 0;
}
.opc-block-progress .block-title,
.opc-block-progress .block-content dd {
	display: none;
}
.opc-block-progress .block-content {
	text-align: right;
}
.opc-block-progress .block-content dl {
	margin: 0;
}
.opc-block-progress .block-content dl div {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
.opc-block-progress .block-content dt,
.checkout-progress li span {
	font-size: 0.813rem;
	font-weight: lighter;
	color: #76848e;
}
.opc-block-progress .block-content dt:before,
.checkout-progress li span:before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	background: #e5e5e5;
	top: -13px;
	left: 45%;
}
.opc-block-progress .block-content dt.complete:before,
.checkout-progress li.active span:before {
	
}
.checkout-progress li.active span {
	
}
.opc-block-progress .block-content dt:after,
.checkout-progress li span:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	margin-left: 6px;
	background: #f4f4f4;
	top: -11px;
	left: 45%;
}
.opc-block-progress .icon-edit {
	position: absolute;
	left: 42%;
	line-height: 16px;
	top: -34px;
	font-size: 16px;
}
#shipping-progress-opcheckout:before,
#shipping_method-progress-opcheckout:before,
#payment-progress-opcheckout:before,
.checkout-progress li:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #f4f4f4;
	top: -11px;
	right: 50%;
	margin-right: 4px;
}
.checkout-progress li:first-child:before {
	content: none;
}
#checkout-progress-wrapper {
	display: inline-block;
}
#payment-progress-opcheckout dt:after,
.checkout-progress li.last span:after {
	content: none;
}
.opc .section.allow.active .step-title {
	display: block;
	text-align: center;
}
.opc .section.allow.active .step-title span,
.opc .section.allow.active .step-title a,
#opc-login .step-title {
	display: none;
}
.opc .section.allow.active .step-title h2,
.checkout-multishipping h2,
.checkout-multishipping-address-newshipping h2,
.checkout-onestep h2 {
	color: #ffffff;
    color: #001233;
	line-height: 2rem;
	margin-bottom: 10px;
}
#billing-new-address-form {
	width: 100%;
}
#billing_region_id_chosen,
#billing_country_id_chosen,
#shipping_region_id_chosen,
#shipping_country_id_chosen {
	width: 250px !important;
}
#region_id_chosen,
#country_chosen,
#advanced-search-list .chosen-container,
.checkout-onepage-index #billing_address_select_chosen,
.checkout-onepage-index #shipping_address_select_chosen {
	width: 100% !important;
}
h2.legend {
	font-size: 0.875rem;
	font-weight: bold;
	color: #001233;
	margin-bottom: 5px;
}
.checkout-multishipping-shipping h2.legend,
.checkout-multishipping-overview h2.legend {
	background: #f4f4f4;
	line-height: 1.75rem;
	margin-bottom: 8px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.checkout-multishipping-shipping h3,
.checkout-multishipping-billing h3,
.checkout-multishipping-overview h3,
.checkout-multishipping-overview h4 {
	font-size: 0.875rem;
	color: #001233;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 6px;
	margin-right: 30px;
}
.please-wait {
	display: block;
	margin-bottom: 5px;
}
.please-wait .spinner:after {
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
}
.please-wait > span {
	padding: 0 0 0 18px;
	font-size: 0.688rem;
	color: #76848e;
}
.form-alt {
	width: 100% !important;
	font-size: 0.813rem;
	margin-bottom: 8px;
	color: #a2a2a2;
}
/* Tooltip */
.tool-tip { 
	border: 2px solid #e5e5e5;  
	background: #ffffff; 
	padding: 45px 20px 20px; 
	position: absolute; 
	z-index: 9999; 
}
.tool-tip .btn-close { 
	margin: -9px -14px 0; 
	text-align: right; 
}
.tool-tip .btn-close a {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	padding-left: 22px;
	cursor: pointer;
}
.tool-tip .btn-close a:hover {
	border: 2px solid #e5e5e5;
}
.tool-tip .btn-close a:before,
.tool-tip .btn-close a:after {
	border-right: 2px solid;
	border-color: #e5e5e5;
	content: '';
	display: block;
	height: 18px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
	top: 2px;
	width: 0;
}
.tool-tip .btn-close a:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tool-tip .btn-close a:hover:before,
.tool-tip .btn-close a:hover:after {
	border-color: #e5e5e5;
}
.tool-tip .tool-tip-content { 
	padding: 5px; 
}
/* ----------------- */

.payment-methods dt {
	background: #f4f4f4;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 30px;
	margin-bottom: 5px;
}
.payment-methods dd {
	margin-bottom: 0;
}
.payment-methods .input-box .v-fix {
	display: inline-block;
	width: 49%;
}
.payment-methods .v-fix .month,
.payment-methods .v-fix .year {
	width: 100%;
}
.payment-methods .form-list {
	max-width: 300px;
	margin: 10px auto 10px auto !important;
	padding: 14px 14px 18px;
	background: #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.payment-methods .form-list li {
	width: 100% !important;
	height: 37px;
	margin: 0 0 11px;
	background: #ffffff;
}
.payment-methods .form-list li.select-list {
	background: transparent;
	height: 60px;
}
.payment-methods .form-list .input-box {
	border: none;
	height: inherit;
	margin: 0;
}
.payment-methods .form-list .input-text,
.payment-methods .form-list select {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-user-select: text;
	background: #ffffff;
	border-color: #b5b5b6 #cececf #dededf;
	border-style: solid;
	border-width: 1px;
	color: #76848e;
	-webkit-box-shadow: 0 1px 1px rgba(124, 124, 127, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 4px rgba(86, 149, 219, 0);
	-moz-box-shadow: 0 1px 1px rgba(124, 124, 127, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 4px rgba(86, 149, 219, 0);
	box-shadow: 0 1px 1px rgba(124, 124, 127, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 4px rgba(86, 149, 219, 0);
	transition: border-color 0.15s linear 0s, box-shadow 0.15s linear 0s;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 0.938rem;
	height: 2.313rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 0;
}
.payment-methods .form-list .input-text:focus,
.payment-methods .form-list select:focus {
	border-color: #7caadd;
	-webkit-box-shadow: 0 1px 1px rgba(76, 107, 153, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 6px #326cc0 !important;
	-moz-box-shadow: 0 1px 1px rgba(76, 107, 153, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 6px #326cc0 !important;
	box-shadow: 0 1px 1px rgba(76, 107, 153, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 6px #326cc0 !important;
	outline: 0 none;
}
.payment-methods .form-list label {
	top: 7px;
	font-size: 0.938rem;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
}
.payment-methods .form-list label em {
	display: none;
}
.payment-methods .form-list .select-list label,
.payment-methods .form-list .select-list .input-box {
	top: -5px;
}
.payment-methods .form-list .select-list label {
	font-size: 90%;
	color: #a9a9a9;
}
.cvv-what-is-this {
	display: block;
	font-size: 0.750rem;
	margin: 18px 0 0 10px;
}
.payment-methods .validation-advice {
	top: 2.313rem;
}
#payment_form_paypal_express.form-list {
	background: transparent;
	padding: 0;
}
#payment_form_paypal_express.form-list li {
	background: transparent;
	height: auto;
}
#checkout-review-table-wrapper {
	margin-right: 30px;
}
#checkout-review-table-wrapper table {
	width: 100%;
}
#checkout-review-table-wrapper td,
#checkout-review-table-wrapper th {
	font-size: 0.813rem;
}
#checkout-review-table-wrapper h3 {
	font-size: 1rem;
	font-weight: bold;
}
#checkout-review-table-wrapper .item-options {
	margin-bottom: 0;
}
#checkout-review-table-wrapper dt {
	background: transparent;
	font-size: 0.813rem;
	line-height: 1rem;
	height: auto;
	margin-right: 0;
	margin-bottom: 0;
}
#checkout-review-table-wrapper dd {
	margin-bottom: 5px;
	font-size: 0.813rem;
}
#checkout-review-submit #review-buttons-container p.f-left {
	display: none;
}
.checkout-progress {
	display: none;
	list-style: none;
	margin: 45px 0 0 0;
}
.main-header .checkout-progress {
	display: inline-block;
}
.checkout-progress li {
	position: relative;
	display: inline-block;
	margin: 0 12px;
}
.checkout-multishipping form {
	margin: 0;
}
.multiple-checkout {
	margin-right: 30px;
}
.multiple-checkout .buttons-set,
.checkout-multishipping-shipping .buttons-set,
.checkout-multishipping-overview .buttons-set,
.checkout-multishipping-success .buttons-set,
.checkout-onepage-success .buttons-set {
	margin-right: -30px !important;
}
#multiship-addresses-table,
#checkout-review-table,
#my-orders-table,
#my-downloadable-products-table,
#my-reviews-table,
#my-tags-table,
#wishlist-table,
.checkout-multishipping-shipping table,
.checkout-multishipping-overview table,
.sales-order-invoice .data-table,
.data-table {
	border: none !important;
	border-collapse: collapse;
	width: 100%;
}
#multiship-addresses-table thead,
#multiship-addresses-table tfoot,
#checkout-review-table thead,
#checkout-review-table tfoot,
#my-orders-table thead,
#my-orders-table tfoot,
#my-downloadable-products-table thead,
#my-downloadable-products-table tfoot,
#my-reviews-table thead,
#my-reviews-table tfoot,
#wishlist-table thead,
.checkout-multishipping-shipping table thead,
.checkout-multishipping-shipping table tfoot,
.checkout-multishipping-overview table thead,
.checkout-multishipping-overview table tfoot,
.data-table thead,
.data-table tfoot {
	background: transparent;
}
#multiship-addresses-table thead tr th,
#checkout-review-table thead tr th,
#my-orders-table thead tr th,
#my-downloadable-products-table thead tr th,
#my-reviews-table thead tr th,
#wishlist-table thead tr th,
.checkout-multishipping-shipping table thead tr th,
.checkout-multishipping-overview table thead tr th,
.data-table thead tr th {
	line-height: 0.875rem;
	padding: 0.5rem 0.625rem;
	font-size: 0.938rem;
	color: #001233;
	font-weight: lighter;
}
#multiship-addresses-table tfoot tr,
#checkout-review-table tfoot tr.first,
#checkout-review-table tfoot tr.last,
#my-orders-table tfoot tr.first,
#my-orders-table tfoot tr.last,
#my-downloadable-products-table tfoot tr.first,
#my-downloadable-products-table tfoot tr.last,
.checkout-multishipping-shipping table tfoot tr.first,
.checkout-multishipping-shipping table tfoot tr.last,
.checkout-multishipping-overview table tfoot tr.first,
.checkout-multishipping-overview table tfoot tr.last,
.data-table tfoot tr.first,
.data-table tfoot tr.last {
	border-top: 2px solid #e5e5e5;
}
#checkout-review-table tfoot td,
#my-orders-table tfoot td,
#my-downloadable-products-table tfoot td,
.checkout-multishipping-overview table tfoot td,
.data-table tfoot td {
	line-height: 1.5rem;
	padding-top: 0;
	padding-bottom: 0;
}
#multiship-addresses-table thead tr,
#checkout-review-table thead tr,
#my-orders-table thead tr,
#my-downloadable-products-table thead tr,
#my-reviews-table thead tr,
#wishlist-table thead tr,
.checkout-multishipping-shipping table thead tr,
.checkout-multishipping-overview table thead tr,
.data-table thead tr {
	border-bottom: 2px solid #e5e5e5;
	background: #fafafa;
}
#checkout-review-table tbody tr,
#my-orders-table tbody tr,
#my-downloadable-products-table tbody tr,
#my-reviews-table tbody tr,
#my-tags-table tbody tr,
#wishlist-table tbody tr,
.checkout-multishipping-shipping table tbody tr,
.checkout-multishipping-overview table tbody tr,
.data-table tbody tr {
	border-top: 1px solid #e5e5e5;
}
#checkout-review-table tbody tr.first,
#my-orders-table tbody tr.first,
#my-downloadable-products-table tbody tr.first,
#my-reviews-table tbody tr.first,
#wishlist-table tbody tr.first,
.checkout-multishipping-shipping table tbody tr.first,
.checkout-multishipping-overview table tbody tr.first,
.data-table tbody tr.first {
	border-top: none;
}
#multiship-addresses-table .product-name,
#multiship-addresses-table .product-name a,
#checkout-review-table .product-name,
#checkout-review-table .product-name a,
#my-orders-table .product-name,
#my-orders-table .product-name a,
#my-reviews-table .product-name,
#my-reviews-table .product-name a,
#my-tags-table .product-name,
#my-tags-table .product-name a,
#wishlist-table .product-name,
#wishlist-table .product-name a,
.checkout-multishipping-shipping .product-name,
.checkout-multishipping-shipping .product-name a,
.checkout-multishipping-overview .product-name,
.checkout-multishipping-overview.product-name a,
.data-table .product-name,
.data-table .product-name a {
	font-size: 0.875rem;
	line-height: 1rem;
	font-weight: bold;
	border-bottom: none;
	color: #001233;
}
#multiship-addresses-table td.last .chosen-container {
	width: 200px !important;
}
#multiship-addresses-table td:nth-child(2) .chosen-container {
	width: 55px !important;
}
.data-table .item-options {
	margin-bottom: 0;
}
.data-table .item-options dt,
.data-table .item-options dd {
	font-size: 0.813rem;
	line-height: 1rem;
	margin-bottom: 0;
}
.data-table .item-options dd {
	margin-bottom: 6px;
	color: #76848e;
}
#multiship-addresses-table tfoot .button {
	margin: 10px 0 0;
}
#multiship-addresses-table .btn-remove2 {
	font-size: 0.813rem;
}
#my-reviews-table .product-name {
	margin: 0;
}
table.payment-info tr th,
table.payment-info tr td {
	text-align: left;
}
.checkout-multishipping-shipping address,
.checkout-multishipping-billing address,
.checkout-multishipping-overview address {
	font-size: 0.875rem;
	font-style: normal;
	color: #76848e;
	line-height: 1rem;
	margin-bottom: 20px;
}
.sp-methods ul,
.checkout-multishipping-shipping .radio {
	list-style: none;
	margin-left: 0 !important;
}
.checkout-multishipping-shipping dt {
	font-size: 0.875rem;
	margin-bottom: 0;
}
.separator {
	color: #c0c0c0;
}
.checkout-multishipping-shipping .form-box.wide,
.checkout-multishipping-overview .form-box.wide,
.checkout-multishipping-success .form-box.wide,
.checkout-onepage-success .form-box.wide {
	padding-right: 30px;
}
.checkout-multishipping-shipping h3,
.checkout-multishipping-overview h3 {
	margin-right: 0;
}
.checkout-multishipping-overview .box-content p {
	margin-bottom: 0;
}
.checkout-multishipping-overview .grand-total {
	text-align: center;
}
.cards-list .info-table,
.cards-list .info-table tr,
.payment-method-table table,
.payment-method-table table tr {
	border: none !important;
	border-collapse: collapse;
}
.cards-list .info-table tbody th,
.cards-list .info-table tbody td,
.payment-method-table table tbody th,
.payment-method-table table tbody td {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.cards-list .info-table tbody th,
.cards-list .info-table tbody td,
.payment-method-table table tbody th,
.payment-method-table table tbody td {
	text-align: left;
	line-height: 1.25rem;
}
.payment-method-table table tbody th {
	font-size: 0.813rem;
}
.checkout-multishipping .sub-title,
.checkout-onestep .sub-title {
	color: #001233;
	margin-bottom: 30px;
}
.checkout-onestep .page-title {
	margin: 0 0 20px;
}

label[for='shipping:region'],
label[for='billing:region_id'],
label[for='region_id'] {
	top: -6px !important;
}

/* Checkout Agreements */
.checkout-agreements {
	list-style: none;
	margin: 0 30px 0 0;
}
.checkout-agreements .agreement-content { 
	overflow-y: scroll; 
	height: 12em; 
	padding: 8px 10px; 
	background-color: #fff; 
	border: 1px solid #bbb6a5;
	font-size: 0.6875rem;
}
.checkout-agreements .agree { 
	margin: 12px 0 0; 
}
.checkout-agreements .agree label { 
	color: #000;
}

@media only screen and (max-width: 40em) {
	#billing_region_id_chosen, 
	#billing_country_id_chosen, 
	#shipping_region_id_chosen, 
	#shipping_country_id_chosen {
		width: 100% !important;
	}
	.payment-methods dt,
	#checkout-review-table-wrapper {
		margin-right: 0;
	}
	#onepage-guest-register-button {
		margin-bottom: 10px;
	}
	#checkout-review-table-wrapper h3 {
		font-size: 0.875rem;
	}
	#multiship-addresses-table td.last .chosen-container {
		width: 100px !important;
	}
	#multiship-addresses-table .product-name, 
	#multiship-addresses-table .product-name a {
		font-size: 0.813rem;
	}
	.checkout-multishipping-shipping .form-box.wide,
	.checkout-multishipping-overview .form-box.wide,
	.checkout-multishipping-success .form-box.wide,
	.checkout-onepage-success .form-box.wide {
		padding-right: 20px;
	}
	.multiple-checkout .buttons-set {
		margin-right: -50px !important;
	}
	.checkout-multishipping-shipping .buttons-set,
	.checkout-multishipping-overview .buttons-set,
	.checkout-multishipping-success .buttons-set,
	.checkout-onepage-success .buttons-set {
		margin-right: -20px !important;
	}
}

/*******************************************************************************************************/
/***   19)	 CUSTOMER ACCOUNT																	     ***/
/*******************************************************************************************************/

.account-wrapper {
	background-color: #f4f4f4;
	padding: 20px 2% 50px 0;
}
.account-wrapper:before,
.account-wrapper:after {
	content: ' ';
	display: table;
}
.account-wrapper:after {
	clear: both;
}
.account-nav-container.left-off-canvas-menu {
	position: relative;
	display: block;
	float: left;
	margin: 12px 8px 28px 0;
	padding-left: 4%;
	left: 0;
	width: 260px;
	z-index: initial !important;
	-ms-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	background: #ffffff !important;
    background: #f4f4f4 !important;
	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-sizing: border-box !important;
}
.account-nav-container .block-content {
	margin-top: 26px;
	margin-bottom: 26px;
}
.account-nav-container .block-content .links-list li:hover > a:before {
	left: -13px;
}
.account-nav-container .block-content .links-list a {
	font-size: 0.938rem;
	padding: 8px 0 8px 0 !important;
}
.account-nav-container .block-content .links-list li.current a {
	color: #001233 !important;
}
.my-account {
	display: block;
	background: #ffffff;
	margin-left: 268px;
	margin-top: 20px;
	padding: 24px 20px;
	position: relative;
	z-index: 1;
/*	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1) */
}
.my-account .form-list:after,
.my-account .form-list .control {
	clear: none !important;
}
.account-wrapper .page-title {
	margin: 1.25rem 0 0.5rem
}
.account-wrapper .actions,
.sales-guest-view .actions,
.sales-guest-invoice .actions {
	height: 2rem;
	line-height: 2rem;
	text-align: right;
}
.account-wrapper .actions .button,
.sales-guest-view .actions .button,
.sales-guest-invoice .actions .button {
	font-size: 1rem;
	padding: 0.313rem 1.4rem;
	background: #dee2e2;
	color: #001233;
	font-weight: normal !important;
	margin-bottom: 0;
}
.account-wrapper .page-title h3 {
	line-height: 2rem;
	margin: 0;
}
.my-account .page-title {
	position: relative;
	border-bottom: 2px solid #e2e2e2;
	margin: 0;
}
.my-account .page-title h1 {
	font-size: 1.75rem;
	line-height: 1.5rem;
	margin: 0 0 10px 3px;
}
.sales-guest-invoice .page-title {
	margin-bottom: 0;
}
.my-account .page-title .button,
.my-account .page-title > a,
.sales-guest-view .page-title .button,
.sales-guest-invoice .page-title .button,
.catalog-product-compare-index .page-title a {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 0.75rem;
	font-weight: 600 !important;
	padding: 0.063rem 0.5rem 0.125rem;
}
.my-account .page-title .actions,
.sales-guest-view .page-title .actions,
.sales-guest-invoice .page-title .actions {
	position: absolute;
	top: 4px;
	right: 4px;
}
.link-rss:before,
.link-print:before {
	font-family: 'intenso';
	font-weight: normal;
	margin-right: 5px;
}
.link-print:before {
	font-size: 0.875rem;
	font-weight: normal;
	vertical-align: middle;
}
.my-account .page-title a.link-rss {
	top: 12px;
	font-weight: normal !important;
}
.my-account .page-title .icon-feed,
.my-account .page-title .icon-loop,
.sales-guest-view .page-title .icon-feed,
.sales-guest-view .page-title .icon-loop,
.sales-guest-invoice .page-title .icon-feed,
.sales-guest-invoice .page-title .icon-loop {
	font-size: 0.875rem;
}
.my-account .row {
	padding: 0;
}
.my-account p {
	margin-bottom: 6px;
}
.my-account .row .columns,
.my-account .row .column {
	padding-left: 0;
}
.my-account ol {
	list-style: none;
	margin-left: 0;
}
.my-account .box,
.billing-agreements .info-box,
.sales-guest-view .box,
.sales-guest-invoice .box {
	border-left: 3px solid #c6cecd;
	margin: 0 0 25px;
	padding-bottom: 5px;
	font-size: 1rem;
}
.my-account .box-title,
.sales-guest-view .box-title,
.sales-guest-invoice .box-title {
	margin: 0 0 10px;
	padding: 5px 10px 5px 20px;
	background: #fafafa;
}
.my-account .box h2,
.my-account .box-title h3,
.billing-agreements h2.box-title,
.sales-guest-view .box-title h2,
.sales-guest-invoice .box-title h2 {
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.75rem;
	margin: 0;
	padding: 0;
	color: #666666;
}
.my-account .box-account ol li {
	border-left: 3px solid #c6cecd;
	padding-left: 20px;
	line-height: 2rem;
	background: #fafafa;
	margin-bottom: 8px;
}
.my-account .box-account ol li li {
	border: none;
	padding-left: 0;
	line-height: 1rem;
	margin-bottom: 0;
}
h2.table-caption,
.box-head h2,
.order-items.order-details .table-caption {
	color: #001233;
	font-size: 0.875rem;
	font-weight: bold;
	margin: 20px 0 10px;
}
.my-account .box-content,
.sales-guest-view .box-content,
.sales-guest-invoice .box-content {
	padding: 0 0 0 20px;
	font-size: 0.875rem;
	color: #76848e;
}
.my-account address,
.sales-guest-view address,
.sales-guest-invoice address {
	color: #76848e;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 1rem;
	margin-bottom: 10px;
}
.my-account .icon-print,
.my-account .icon-eye,
.sales-guest-view .icon-print,
.sales-guest-invoice .icon-print,
.catalog-product-compare-index .icon-print,
.catalog-product-compare-index .link-print {
	color: #6c7a89;
}
.buttons-set .back-link small {
	display: none;
}
.buttons-set .back-link a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 11px;
}
.buttons-set .back-link a:before,
.buttons-set .back-link a:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	left: 3px;
	top: 50%;
	width: 0;
}
.buttons-set .back-link a:after  {
	margin-top: 0;
	-ms-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
.my-account .welcome-msg {
	margin: 20px 0 0;
}
.my-account .welcome-msg p + p,
.my-account .box-content p {
	color: #76848e;
}
.my-account .buttons-set,
.sales-guest-view .buttons-set,
.sales-guest-form .buttons-set,
.sales-guest-invoice .buttons-set,
.catalogsearch-advanced-index .buttons-set,
.contacts-index-index .buttons-set {
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.my-account p.required,
.sales-guest-form p.required,
.contacts-index-index p.required {
	font-size: 0.688rem;
	color: #E74C3C;
	float: right;
}
.contacts-index-index li.wide {
	padding-right: 0;
}
.my-account .box-head {
	position: relative;
}
.my-account .box-head > a {
	position: absolute;
	right: 12px;
	top: 4px;
	font-size: 0.875rem;
}
.my-account .box-content h4 {
	font-size: 0.875rem;
	font-weight: normal;
	color: #001233;
	font-style: italic;
	margin-top: 6px;
}
.my-account .form-box.wide {
	border: none;
	margin: 20px 0 0;
	padding: 0;
	max-width: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.my-account .checkout-multishipping {
	padding: 0;
}
.my-account .checkout-multishipping .page-title h2 {
	font-size: 1.75rem;
	line-height: 1.5rem;
	margin: 0 0 10px 3px;
	font-weight: lighter;
	letter-spacing: -0.05rem;
	color: #001233;
	text-align: left;
}
.my-account .checkout-multishipping .buttons-set {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: transparent;
	text-align: left;
}
.my-account .checkout-multishipping .buttons-set .button {
	margin: 0 0 15px;
}
.my-account .checkout-multishipping p.required {
	margin: 0;
}
.my-account .checkout-multishipping .buttons-set a {
	
	font-size: inherit;
}
.my-account .checkout-multishipping .form-list li.wide {
	max-width: 548px;
}
.customer-account-edit .my-account .fieldset {
	margin: 20px 0;
	max-width: 300px;
	overflow: visible;
}
.customer-account-edit .my-account .control {
	margin-bottom: 0;
}
.row.order-info-box {
	overflow: hidden;
}
#my_recent_reviews .number,
#my_recent_tags .number {
	display: none;
}
#my_recent_reviews .details,
#my_recent_reviews .product-name,
#my_recent_reviews .ratings,
#my_recent_tags .details,
#my_recent_tags .product-name,
#my_recent_tags .tags {
	display: inline-block;
}
#my_recent_reviews .product-name,
#my_recent_tags .product-name {
	margin: 0;
	border: none;
	font-size: 0.875rem;
}
#my_recent_reviews .ratings,
#my_recent_tags .tags {
	margin-left: 7px;
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
	line-height: 1rem;
}
#my_recent_reviews .ratings strong,
#my_recent_tags .tags strong {
	font-weight: normal !important;
	font-size: 0.875rem;
	color: #76848e;
	padding-right: 4px;
}
#my_recent_tags .tags ul {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	line-height: 1rem;
}
#my_recent_tags .tags li {
	display: inline-block;
	font-size: 0.875rem;
}
/* account toolbar */
.my-account .pager {
	position: relative;
	margin: 6px 0 20px;
	height: 4rem;
}
.my-account .amount {
	margin: 8px 0 10px;
	font-size: 0.813rem;
	color: #76848e;
	text-align: right;
}
.my-account .pages {
	background: transparent;
	display: inline-block;
	margin: 0 0 0 -8px;
}
.my-account .pages ol {
	margin-left: 0;
}
.my-account .limiter {
	display: inline-block;
	float: right;
	margin: 0 0 0 10px;
}
.my-account .limiter > label {
	float: left;
	padding-right: 6px;
	padding-top: 1px;
}
/* ------------------*/

.my-account .order-info {
	margin: 20px 0 0;
}
.my-account .order-info dt,
.sales-guest-view .order-info dt,
.sales-guest-invoice .order-info dt {
	display: none;
}
.my-account .order-info ul,
.sales-guest-view .order-info ul,
.sales-guest-invoice .order-info ul {
	list-style: none;
	margin-left: 0;
}
.my-account .order-info ul li,
.sales-guest-view .order-info ul li,
.sales-guest-invoice .order-info ul li {
	display: inline-block;
	font-size: 0.875rem;
	padding: 0 8px 0 12px;
	line-height: 1rem;
	border-left: 1px solid #e5e5e5;
}
.my-account .order-info ul li.first,
.sales-guest-view .order-info ul li.first,
.sales-guest-invoice .order-info ul li.first {
	padding-left: 0;
	border: none;
}
.my-account .order-date,
.sales-guest-view .order-date,
.sales-guest-invoice .order-date {
	font-style: italic;
}
.billing-agreements,
.recurring-profiles,
.my-account .product-review,
.tag-customer-index .box,
.my-tag-edit,
.wishlist-index-share .fieldset,
#wishlist-table,
.oauth-customer-token-index .my-account > p,
.review-customer-index .my-account > p,
.newsletter-manage-index .my-account > form,
.downloadable-customer-products .my-account > p,
.sales-order-history .my-account > p {
	margin-top: 20px;
}
.billing-agreements h2.box-title {
	padding: 5px 10px 5px 20px;
	margin: 0 0 10px;
}
.billing-agreements > p {
	margin-bottom: 20px;
}
.my-account .product-img-box img {
	width: 200px;
	margin-bottom: 20px;
}
.review-customer-view .ratings-detail {
	width: 95%;
	margin: 0 auto;
	border-top: 2px solid #e5e5e5;
	padding-top: 6px;
}
.review-customer-view .product-name {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #001233;
	margin: 0 0 20px;
}
.review-customer-view .product-details h3 {
	font-size: 0.875rem;
	color: #001233;
}
.review-customer-view .ratings-table tbody th,
.review-customer-view .ratings-table tbody td {
 	padding: 0.125rem 0.625rem;
 	text-align: left;
}
.review-customer-view dl dt {
	font-size: 0.875rem;
	color: #001233;
	font-weight: normal;
}
.review-customer-view dl dd {
	font-size: 0.875rem;
	color: #001233;
}
.review-customer-view .product-img-box .label {
	color: #001233;
	font-size: 0.813rem;
	margin: 0 0 3px;
	padding: 0;
}
.review-customer-view .rating-links {
	display: none;
}
.review-customer-view .rating-links.icon-user {
	display: block;
}
.my-account .tags-list {
	list-style: none;
	margin-left: 0;
	font-size: 0.875rem;
}
.my-tag-edit {
	margin-bottom: 0 !important;
}
.my-tag-edit .button {
	border: none !important;
	font-size: 0.75rem;
	font-weight: 400 !important;
	padding: 0.063rem 0.5rem 0.125rem;
	margin-bottom: 0;
	background: #dee2e2;
	color: #001233;
}
.my-tag-edit .button:hover,
.my-tag-edit .button:focus {
	color: #001233;
	background: #b9b9b9;
}
#my-tags-table .button.btn-cart {
	width: 10rem;
	margin: 10px 0 5px;
}
#my-tags-table .add-to-links {
	width: 10rem;
	list-style: none;
	margin-left: 0;
	text-align: center;
	font-size: 0.875rem;
}
#my-tags-table .add-to-links a:before {
	content: none;
}
.my-account .fieldset:before,
.my-account .fieldset:after {
	content: ' ';
	display: table;
}
.my-account .fieldset:after {
	clear: both;
}
.box-account.box-info .row {
	overflow: hidden;
}
.my-account form {
	display: inline-block;
	width: 100%;
}
.my-account .my-wishlist fieldset {
	margin: 20px 0;
	padding: 0;
	border: none;
}
#wishlist-table .cart-cell {
	min-width: 10rem;
	text-align: center;
}
#wishlist-table .price-box {
	font-weight: bold;
}
#wishlist-table .price-box,
#wishlist-table .qty-wrapper {
	margin-bottom: 10px;
}
#wishlist-table .qty-wrapper .chosen-container,
#wishlist-table .qty-wrapper .input-text {
	width: 60px !important;
}
#wishlist-table .qty-wrapper .input-text {
	margin: 0 auto;
}
#wishlist-table tbody tr td:nth-child(2) .product-image {
	display: none;
}
#wishlist-table .cart-cell > p {
	margin: 0;
}
#shared-wishlist-table .link-wishlist:before {
	content: none;
}
#shared-wishlist-table .btn-cart {
	min-width: 10rem;
	margin-bottom: 8px;
}

.sales-guest-view .page-title,
.sales-guest-view .order-info,
.sales-guest-invoice .order-info {
	margin: 20px 3.5% 0 3.5%;
}
.sales-guest-view .order-date,
.sales-guest-view .order-items.order-details,
.sales-guest-invoice .order-date,
.sales-guest-invoice .order-items.order-details {
	margin-left: 3.5%;
	margin-right: 3.5%;
}
.sales-guest-form .page-title {
	margin-top: 20px;
}
.sales-guest-form .fieldset,
.catalogsearch-advanced-index .fieldset {
	margin: 20px 0 0;
	max-width: 280px;
}
.sales-guest-form .form-list .wide {
	padding: 0;
}
.sales-guest-form .form-list .legend {
	color: #001233;
	font-size: 0.813rem;
	margin: 20px 0 10px;
}
.sales-guest-form #quick_search_type_id_chosen {
	width: 100% !important;
}


/* Small screens */
@media only screen and (max-width: 40em) {
	.account-nav-container.left-off-canvas-menu {
		position: absolute;
		z-index: 1001 !important;
		left: 0 !important;
		margin: 0;
		padding-left: 0;
		width: 250px !important;
		-ms-transform: translate3d(-100%, 0px, 0px);
		-moz-transform: translate3d(-100%, 0px, 0px);
		-o-transform: translate3d(-100%, 0px, 0px);
		-webkit-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
		background: #001233 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.account-nav-container .block-content li.current a {
		background: #444444 !important;
		cursor: default;
	}
	.account-nav-container .block-content .links-list li.current a {
		color: #ffffff !important;
	}
	.my-account {
		margin-top: 16px;
		margin-left: 4.2% !important;
		margin-right: 1.8% !important;
		padding: 14px 18px;
	}
	.account-wrapper {
		padding-right: 2%;
	}
	.account-wrapper .page-title {
		margin: 0.625rem 0 0.25rem;
		padding-right: 1%;
	}
	.account-nav-container .block-content .links-list a {
		color: #ffffff !important;
		font-size: 1rem !important;
		line-height: 1.563rem !important;
		padding: 8px 0 8px 15px !important;
	}
	.top-bar-section li.group-title {
		padding: 0 0 0 15px !important;
	}
	.my-account .page-title h1 {
		font-size: 1.25rem !important;
		line-height: 1.5rem !important;
		font-weight: 300 !important;
		margin: 0 0 10px 0;
	}
	.my-account .page-title .button {
		right: 18px;
	}
	.customer-account-edit .my-account .fieldset {
		max-width: 100%;
	}
	#my-orders-table thead tr th,
	#my-orders-table tr td {
		font-size: 0.750rem !important;
	}
	.my-account .limiter {
		display: none;
	}
}
@media only screen and (max-width: 52em) {
	#wishlist-table tbody tr td:nth-child(2) .product-image {
		display: block;
	}
	#wishlist-table thead tr th:first-child,
	#wishlist-table tbody tr td:first-child {
		display: none;
	}
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.my-account .page-title h1 {
		font-size: 1.5rem !important;
		line-height: 1.5rem !important;
		margin: 0 0 10px 0;
	}
}

@media only screen and (max-width: 46em) {
	#my-orders-table .ship-to-name {
		display: none;
	}
}


/*******************************************************************************************************/
/***   20)	 EXTENDED REVIEWS																	     ***/
/*******************************************************************************************************/

.summary-popover .rating-box {
	cursor: pointer;
}
.summary-popover-icon {
	position: absolute;
	width: 12px;
	height: 11px;
	top: 0;
	left: 60px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.summary-popover-icon:before,
.summary-popover-icon:after {
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	border-right: 1px solid #ef9f20;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 2px;
    right: 6px;
}
.summary-popover-icon:after {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 3px;
}
.summary-popover-icon.spinner {
	border-color: transparent;
	transform: none;
	transition: none;
}
.summary-popover-icon.spinner:before,
.summary-popover-icon.spinner:after {
	height: 12px;
	width: 12px;
	top: 14px;
	left: 15px;
	border-right: none;
	transform: none;
	transition: none;
}
.summary-popover-icon.spinner:after {
	border-width: 2px;
	border-right: 2px solid #76848e;
}
.summary-popover-content {
	position: absolute;
	width: 460px;
	top: 22px;
	left: -30px;
	cursor: default;
	z-index: 101;
}
.review-popover {
	position: relative;
	background: #ffffff;
	padding: 28px 12px 20px;
	width: 460px;
	border: 3px solid #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.summary-popover .arrow-box:after {
	border-style: none !important;
}
.summary-popover .rating-box.active:after {
	top: 4px; 
	left: 64px;
	border: solid transparent;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(229, 229, 229, 0); 
	border-bottom-color: #e5e5e5; 
	border-width: 8px; 
	margin-left: -6px;
}
.move-popover {
	left: auto;
}
.review-popover #histogram {
	margin: 8px 0;
}
.review-popover #histogram .progress {
	height: 12px;
}
.review-popover #histogram td {
	line-height: 0.5rem ;
}
.review-popover #histogram .stars a {
	color: #76848e;
	text-decoration: none;
	-webkit-transition: color 150ms ease-out 0s;
  	-moz-transition: color 150ms ease-out 0s;
	transition: color 150ms ease-out 0s;
}
.review-popover #histogram .stars a:hover {
	
}
.review-close {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	padding-left: 22px;
	cursor: pointer;
}
.review-close:hover {
	border: 2px solid #e5e5e5;
}
.review-close:before,
.review-close:after {
	border-right: 2px solid;
	border-color: #e5e5e5;
	content: '';
	display: block;
	height: 18px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
	top: 2px;
	width: 0;
}
.review-close:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.review-close:hover:before,
.review-close:hover:after {
	border-color: #e5e5e5;
}
.category-products.list .review-popover .ratings,
.review-popover .ratings {
	position: relative;
	display: block;
	float: left;
	top: inherit;
	left: inherit;
	margin: 0 0 0 6px;
}
.review-popover .rating-avg {
	line-height: 0.938;
}
.review-popover .review:nth-child(n+2) {
	margin: 10px 0 0;
}
.review-popover .review-detail {
	font-size: 0.813rem;
	color: #001233;
	line-height: 1rem;
}
.review-popover .review-author,
.review-popover .review-date {
	font-size: 0.688rem;
	color: #76848e;
}
.review-popover .review-author {
	padding: 0 3px 0 11px;
}
.review-popover .review-date {
	padding: 0 0 0 7px;
	border-left: 1px solid #c0c0c0;
}
.see-all-reviews {
	font-size: 0.833rem;
	text-decoration: underline;
}
blockquote {
	background: transparent;
	margin: 0;
	color: #001233;
	padding: 0.5em 10px 0;
	line-height: 1rem !important;
	border-left: none !important;
	quotes: "\201C""\201D""\201C""\201D";
}
blockquote:before {
	color: #e5e5e5;
	content: open-quote;
	font-family: Georgia, serif;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
	line-height: 1rem !important;
	color: #001233 !important;
}
.list-narrow .rating-box,
.list-narrow .summary-popover:before {
	cursor: default !important;
	content: none !important;
}
.list-narrow .summary-popover > .rating-box:before,
.list-narrow .summary-popover > .rating-box:after {
	content: none !important;
}
.list-narrow .summary-popover-content {
	display: none !important;
}
.review-list .vote {
	margin-bottom: 20px;
	display: inline-block;
	margin-left: 4px;
}
.review-list .vote span {
	font-size: 0.750rem;
	color: #001233;
	border-left: 1px solid #d3d3d3;
	padding: 0 3px 0 8px;
}
.review-list .vote button {
	margin: 0;
}
.review-list .comments {
	font-size: 0.750rem;
	margin-bottom: 20px;
	display: inline-block;
}
.review-list .comment-bubble {
	margin: 0 0 12px;
}
.review-list .comment-bubble.arrow-box,
.form-add.arrow-box {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 8px 12px 10px;
	background: #f4f4f4;
}
.form-add.arrow-box {
	margin-bottom: 5px;
}
.review-list .comment-bubble.arrow-box:after,
.form-add.arrow-box:after {
	left: 36px;
	border-color: rgba(244, 244, 244, 0);
	border-bottom-color: #f4f4f4;
	border-style: solid;
}
.review-list .comment-text {
	font-size: 0.813rem;
	color: #001233;
	margin: 4px 0 0;
}
.review-list .comments-hide {
	display: inline-block;
	font-size: 0.750rem;
	margin: 0 0 20px 10px;
	padding-left: 10px;
	border-left: 1px solid #d3d3d3 ;
}
#post-review .messages,
#post-review .messages .success-msg ul {
	list-style: none;
	margin: 0;
}
#post-review .messages .success-msg li,
#post-review .messages .error-msg li {
	font-size: 0.875rem;
	color: #a1ba16;
}
#post-review .messages .error-msg li {
	color: #ea1818;
}
#post-review .review-form {
	position: relative;
}
#post-review #advice-validate-rating-validate_rating {
	top: 152px;
}
.comment-success {
	font-size: 0.875rem;
	color: #a1ba16;
	margin-bottom: 10px;
}
.star-filter-header {
	font-size: 0.813rem;
	color: #001233;
	font-weight: bold;
	margin-top: 4px;
}
.star-filter-header span {
	color: #a0a0a0;
}
.star-filter-header a {
	text-decoration: underline;	
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.rating-box,
	.summary-popover:before {
		cursor: default !important;
		content: none !important;
	}
	.summary-popover > .rating-box:before,
	.summary-popover > .rating-box:after {
		content: none !important;
	}
	.summary-popover-content,
	.summary-popover-icon {
		display: none !important;
	}
}

/*******************************************************************************************************/
/***   21)	 PRINT PAGES																			 ***/
/*******************************************************************************************************/
.page-print {
	font-size: 14px;
}
.page-print .print-head { 
	margin: 0 0 15px; 
}
.page-print .print-head .logo { 
	float:left;
	margin-bottom: 20px;
}
.page-print .print-head address { 
	float:right; 
	margin-left: 15px; 
}
.page-print h1 {
	clear: both;
	font-size: 18px !important; 
	font-weight: bold; 
}
.page-print h2,
.page-print h3,
.page-print h4 { 
	font-size: 15px; 
	font-weight: bold; 
}
.page-print h2.h2 { 
	font-size: 15px; 
	font-weight: bold; 
	text-align: right; 
}
.page-print .order-date { 
	border-bottom: 1px solid #ccc; 
	padding: 0 0 10px; 
	margin: 0 0 10px; 
}
.page-print .col2-set { 
	margin: 0 0 10px; 
}
.page-print .col2-set:before,
.page-print .col2-set:after {
	content: ' ';
	display: table;
}
.page-print .col2-set:after {
	clear: both;
}
.page-print .col2-set .col-1,
.page-print .col2-set .col-2 { 
	width: 50%; 
	float: left;
}
.page-print table,
.page-print #my-orders-table tr,
.page-print #my-orders-table th,
.page-print #my-orders-table td {
	border-collapse: collapse !important;
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
    background: transparent !important;
    color: #001233 !important;
}
.page-print #my-orders-table {
	border: 1px solid #001233 !important
}
.page-print th, 
.page-print td {
    border:solid #000 !important;
    border-width:0 1px 1px 0 !important;
}
.page-print .data-table {
	width: 100%;
}
.page-print .buttons-set {
	margin-top: 20px;
	text-align: center;
}


/* ADDITIONAL */

/*a:link, .link {
color:#247bbd !important;
}*/

a:hover, a:focus, .link:hover, .link:focus {

    text-decoration: underline;
}

@media only screen and (min-width: 40.063em) { 
.main-header .row {padding:0 !important;}
    .main-header .row.top-header {height: 47px;}    
}


@media only screen and (max-width: 40em) { .main-header .row {padding:0 0 0px 10px !important;} } 


.main-logo {height:40px;}


.main-logo {  margin-top: 6px !important; }

.main-logo-small {    height: 32px;
    margin-top: 8px !important; }

.top-menu {z-index: 1002;}

.main-nav li.level0.active a.level0 {color:#fff  !important;}

.demo-notice {display:none;}

.button-arrow {font-size:18px; font-weight: bold;}
.button-arrow:after {
font-size: .8rem;
/*  color: #848484; */
  content: "\25B6";
  vertical-align: middle;
  margin-left: .5rem;
}

.footer-links ul {text-align: center;   padding-bottom: 80px;}

/* Warenkorb wurde ausgeblendet unter 641px */
/*.right-off-canvas-menu .right{display:block !important;}*/

.home_billb_1 {margin-top:-4px;}

.intro-text {background: #c83442;}
.intro-text-bottom { height: 28px; background: url("../images/intro-bottom-2.jpg") center no-repeat;}
.intro-text h2, .intro-text h5 { color: #fff !important;}
#intro-text-head {padding-top:25px; display:inline-block;}
h5#intro-text-sub {padding-bottom: 15px;}

.brand-slider .show-all-brands, .brand-slider h3 {display:none;}

.anlass section.brand-slider {padding:20px 0 20px 3.5%;}


@media only screen and (max-width: 40em) {
    .orbit-container {margin-top:15px;} 
    .home_billb_1 {margin-top:15px;}
    
    #intro-text-head { padding-top: 0px; line-height: 1em; font-size: 0.9em;}
    
    section.brand-slider ol li.brand { /* Anlässe Slider*/
	margin: 12px 20px 28px 0;}
    
    .anlass section.brand-slider {padding:0px 0 20px 3.5%;}
    
    .head-title {margin-top: 1.5rem !important; text-align: center;}
    
    #background-teaser {background: none !important;
        padding-top: 0rem !important;}
    
    .kennzeichen-div{ padding-top: 0px !important;}
}

@media only screen and (min-width: 40.1em) {
    #background-teaser {
        background: url(/media/kzxp/website-teaser-v7.jpg) no-repeat;
    }
    .cms-bedruckte-kennzeichenhalter #background-teaser {
        background: url(/media/kzxp/website-teaser-kennzeichenhalter.jpg) no-repeat;
    }
     .teaser-v3 #background-teaser {
        background: url(/media/kzxp/kfz-kennzeichen-bestellen-teaser-v8.jpg) no-repeat;
         }
}



/*ECOMDEV CHECKITOUT*/
.checkout-onepage-index .top-menu {visibility:hidden;}
.checkitout #billing-buttons-container,
.checkitout #shipping-buttons-container,
.checkitout .form-list .control,
.checkitout #billing-new-address-form #remember-me-box,
.checkitout .same-as-billing-overlay,
.checkitout #payment-buttons-container,
.checkitout #shipping-method-buttons-container,
.checkitout .item-options,
.checkitout .step-header .number
{display: none;}


.checkitout dl, .checkitout dd {margin-bottom: 0 !important;}

.checkitout #checkout-agreements, #dd_method_paypal_express {display: none;}

.checkitout #checkout-step-review-content {
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 13px;
    max-width: 640px;
}

.checkitout .form-box.wide {
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0px;
    max-width: 640px;
}

#checkout-shipping-method-load label {display: inline-block;}

.checkitout #checkout-step-address-content label {display: none !important;}
.checkitout .input-box {border: none !important; height: 24px; margin:0px; }
.checkitout .input-box .input-text {position: relative; top:0;}
.checkitout .review-container {}

.checkitout .container-address {display: none;}

.payment-methods .form-list li {height: auto;}
.payment-methods .form-list { background: none;}
.checkitout .payment-methods dt {margin-right: 0;}
.checkitout .payment-methods .form-list {max-width: none;}
.checkitout #checkout-review-table thead tr {background: none;}

#checkout-review-table tr.odd, #checkout-review-table tr.even,
#checkout-review-submit,
.checkitout #checkout-review-table tfoot tr
{ background-color: #fff !important}

#checkout-review-submit {border-radius: 4px;    border: 1px solid #cbcbcb; border: none!important;}
#checkout-review-table-wrapper {border: none !important;}
.checkitout .form-box {margin: 0;}
.checkitout>.content { max-width: 640px; margin: 0 auto; padding: 0 10px;}
.checkitout .step-header {font-size: 1.0rem; font-weight: 600;
    margin: 30px 0 10px 0;}

.checkitout .btn-checkout{
    height: 50px;
    width: 100%;
    max-width: 330px;
    font-size: 1.05rem;
}

#review-buttons-container {text-align: center;}

.btn-checkout{position: relative;}

/*.btn-checkout:after {
    content: "";
    display: block;
    width: 15px;
    height: 20px;
    background: url(/media/kzxp/arrow-white.png) no-repeat center;
    background-size: 80%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    transition: all 300ms ease;
}*/

.btn-checkout:hover:after {right: 10px;}

.checkitout-checkout-loading {
    /*position: absolute;
    left: 50%;
    top: 50%;
    padding: 64px 0;
    width: 300px;
    text-align: center;
    margin-left: -150px;
    margin-top: -150px;
    font-size: 1.8rem;
    color: #c83442;
    border: 2px solid #c83442;
    background: #fafafa;*/
    position: absolute;
    padding: 64px 0;
    text-align: center;
    font-size: 1.8rem;
    color: #c83442;
    border: 2px solid #c83442;
    background: #fafafa;
    opacity: 0.95 !important;
}
.checkitout-checkout-loading>span {
padding-top: 110px;
    display: block;
    background: url('https://kennzeichen.express/skin/frontend/intenso/liebesschloss/images/spinner-2.gif') no-repeat top;
}
.checkitout-checkout-loading img {display: none;}

.checkout-onepage-index .vorteile_warenkorb .columns {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 40px;
}

.klarna_loader {display:none !important;}

.checkout-klarna-index .row,
.checkout-onepage-index .row {margin-left:0px; margin-right:0px;}



.ui-pnotify{top:36px;right:36px;position:absolute;height:auto;z-index:2}body>.ui-pnotify{position:fixed;z-index:100040}.ui-pnotify-modal-overlay{background-color:rgba(0,0,0,.4);top:0;left:0;position:absolute;height:100%;width:100%;z-index:1}body>.ui-pnotify-modal-overlay{position:fixed;z-index:100039}.ui-pnotify.ui-pnotify-in{display:block!important}.ui-pnotify.ui-pnotify-move{transition:left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-slow{transition:opacity .6s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move{transition:opacity .6s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-normal{transition:opacity .4s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move{transition:opacity .4s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-fast{transition:opacity .2s linear;opacity:0}.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move{transition:opacity .2s linear,left .5s ease,top .5s ease,right .5s ease,bottom .5s ease}.ui-pnotify.ui-pnotify-fade-in{opacity:1}.ui-pnotify .ui-pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.ui-pnotify-container{background-position:0 0;padding:.8em;height:100%;margin:0}.ui-pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.ui-pnotify-container.ui-pnotify-sharp{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-pnotify-title{display:block;margin-bottom:.4em;margin-top:0}.ui-pnotify-text{display:block}.ui-pnotify-icon,.ui-pnotify-icon span{display:block;float:left;margin-right:.2em}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-topleft{left:25px;right:auto}.ui-pnotify.stack-bottomleft,.ui-pnotify.stack-bottomright{bottom:25px;top:auto}.ui-pnotify.stack-modal{left:50%;right:auto;margin-left:-150px}.brighttheme{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.brighttheme.ui-pnotify-container{padding:18px;border-radius: 5px;}.brighttheme .ui-pnotify-title{margin-bottom:12px}

.brighttheme-notice{    background-color: #76848E;    border: none !important;    color: #fff;    opacity: 0.9;}
.brighttheme-notice h4 {color:#fff; font-size: 1.1rem; font-weight: 600;}

.brighttheme-info {
    background-color: #8FCEDD;
    border: 0 solid #0286A5;
    color: #012831
}

.brighttheme-success {
    background-color: #AFF29A;
    border: 0 solid #35DB00;
    color: #104300
}

.brighttheme-error {
    background-color: #FFABA2;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, .3) 35px, rgba(255, 255, 255, .3) 70px);
    border: 0 solid #FF1800;
    color: #4F0800
}

.brighttheme-icon-closer,
.brighttheme-icon-info,
.brighttheme-icon-notice,
.brighttheme-icon-sticker,
.brighttheme-icon-success {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Courier New", Courier, monospace;
    border-radius: 50%
}

.brighttheme-icon-closer:after,
.brighttheme-icon-info:after,
.brighttheme-icon-notice:after,
.brighttheme-icon-sticker:after,
.brighttheme-icon-success:after {
    position: absolute;
    top: 0;
    left: 4px
}

.brighttheme-icon-notice {
    background-color: #2E2E00;
    color: #FFFFA2;
    margin-top: 2px
}

.brighttheme-icon-notice:after {
    content: "!"
}

.brighttheme-icon-info {
    background-color: #012831;
    color: #8FCEDD;
    margin-top: 2px
}

.brighttheme-icon-info:after {
    content: "i"
}

.brighttheme-icon-success {
    background-color: #104300;
    color: #AFF29A;
    margin-top: 2px
}

.brighttheme-icon-success:after {
    content: "\002713"
}

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2E0400;
    font-size: 0;
    line-height: 0;
    color: #FFABA2;
    margin-top: 1px
}

.brighttheme-icon-error:after {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Courier New", Courier, monospace;
    content: "!"
}

.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    display: inline-block
}

.brighttheme-icon-closer:after {
    top: -4px;
    content: "\002715"
}

.brighttheme-icon-sticker:after {
    top: -5px;
    content: "\01D1BC";
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px
}

.brighttheme .ui-pnotify-action-bar input,
.brighttheme .ui-pnotify-action-bar textarea {
    display: block;
    width: 100%;
    margin-bottom: 12px !important
}

.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: 0 0
}

.brighttheme .ui-pnotify-action-button.btn-primary {
    border: none;
    border-radius: 0
}

.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #FF0;
    color: #4F4F00
}

.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286A5;
    color: #012831
}

.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35DB00;
    color: #104300
}

.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #FF1800;
    color: #4F0800
}

.ui-pnotify-container {
    position: relative;
    left: 0
}

@media (max-width:480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased
    }

    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom-width: 5px
    }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        -webkit-border-radius: 5px;
        -moz-border-radius: p5x;
        border-radius: 5px
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
        left: 0;
        right: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px
    }
}


.product-view-simple {
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    background-color: #fff;
    border-radius: 8px;
    margin: 1rem 0 2rem 0;
    padding-bottom: 2rem;
}

.product-view-simple .buybox {text-align: left;}
.product-view-simple #vorteile-buybox {display: none;}



/* SETTINGS CSS */

/**
 * Intenso Premium Theme
 *
 * @category    Itactica
 * @package     Itactica_Intenso
 * @copyright   Copyright (c) 2014 Itactica (http://www.itactica.com)
 * @license     http://getintenso.com/license
 *
 * WARNING
 *
 * Do not edit or add to this file since it was generated programmatically
 * according to configuration settings from the theme. Any change to this file
 * will be overwritten and lost.
 *
 * If you wish to add your own CSS styles please use the following file:
 * skin/frontend/intenso/default/css/custom.css
 *
 * To activate your custom CSS file, log in to your Admin panel and navigate to: 
 * System > Configuration > Theme Setup > Custom CSS
 */
/**
 * Created: 12.07.15 03:08 
 */


html { 
	font-size: 16px;
}

.catalog-product-view .off-canvas-wrap {
	background: #fafafa;
}
    
.off-canvas-wrap {
	background: #ffffff;
    background-color: #fcfcfc;
   /* 
    -webkit-box-shadow: 0px 0px 60px -0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 60px -0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.15); */
}

/* default text color */
p,
table tr th, table tr td,
.product-collateral li,
.review-list .review-text,
.cms-wrapper .column,
.cms-wrapper .columns,
.cms-wrapper p,
.cms-wrapper ul li { 
	color: #5b6064;
    color: #001233;
}

.clean-header-wrapper {text-align: center;  background: #001233;
    margin: 20px 0 20px 0;}
.clean-header-wrapper .main-logo { height: 70px;}

/* font family */
body,
p,
.top-bar-section,
.top-bar-section ul li > a,
.side-nav,
.side-nav li.active > a:first-child:not(.button),
button,
.button,
.label,
.sub-nav dt,
.sub-nav dd,
.sub-nav li,
.chosen-container,
.rating-links.icon-user > span,
.newsletter-ribbon .icon-email,
.footer-links li[class^='icon-'],
.footer-links li[class*=' icon-'],
.layered-nav-container ol li,
a.previous,
a.next {
	font-family: 'Roboto', Helvetica,Arial,sans-serif;
}

.links-list {
	font-family: 'Roboto', Helvetica,Arial,sans-serif;
}

/* max width of the page */
.row,
.off-canvas-wrap { 
	max-width: 100%;
    max-width: 1280px;
}



/* main color */
/*a,*/
span.view-more,
.form-box .buttons-set a:hover,
.icon-highlighted,
.text-box-with-icon section.box-1 .icon-highlighted,
.top-bar-section li.active:not(.has-form) a:not(.button),
.has-tip:hover, .has-tip:focus,
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover,
.form-search .button:hover span,
.form-search .sec-menu:hover,
.cart-dropdown .mini-products-list .view-more-attr,
section.featured-slider .item-title a:hover,
section.featured-slider .category-title a:hover,
.category-products .item-title a:hover,
.ratings.no-rating a:hover,
.rating-links a:hover,
.footer-links ul li a:hover,
.products-grid .link-rss:hover,
.filter-reset,
.layered-nav-container ol li.checked a:before,
.layered-nav .currently li .value,
/*.product-options dt label,*/
#add-tag,
.cms-no-route h1,
.no-results h1,
.block-compare .product-name a:hover,
.block-compare .actions a:hover,
.catalog-product-compare-index .link-wishlist:hover,
.cart #shopping-cart-totals-table tfoot tr tdtable tfoot tr td:nth-child(2),
/*.cart .data-table.cart-table .price,*/
.checkout-progress li.active span,
.my-account .checkout-multishipping .buttons-set a,
.review-popover #histogram .stars a:hover,
#search_mini_form .form-search .button:hover span,
#search_mini_form .form-search .sec-menu:hover,
.catalog-list-empty h1,
.side-nav li a:not(.button),
.select-list > label { 
	color: #001233;
    /*color:#0088cc;*/
}


.main-header .icon-main-menu {color:#ffffff;}
.main-header .icon-main-menu:hover,
.main-header .icon-cart:hover,
.main-header .icon-user:hover,
.main-header .top-bar li:hover .icon-cart {
color:#fff;
    color:#ff6900;
}

.main-color,
.links-list li:active > a,
.account-dropdown .bg-box p.small a,
.cart-dropdown .dropdown-title .icon-edit:hover,
.cart-dropdown .mini-products-list .item-details .item-name a:hover,
.special-price .price,
.link-compare.compared:before,
.link-compare.compared:hover:before,
.product-shop-side .add-to-links .link-wishlist:hover, 
.product-shop-side .add-to-links .link-compare:hover,
.email-friend a:hover,
.review-toolbar a.next:before, 
.review-toolbar a.next:after, 
.review-toolbar a.previous:before, 
.review-toolbar a.previous:after,
.review-toolbar a.previous, 
.review-toolbar a.next,
.my-account a.next:before,
.my-account a.next:after,
.my-account a.previous:before,
.my-account a.previous:after,
.my-account a.previous,
.my-account a.next,
.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover, 
.top-bar-section .left ul li.mega-menu-bottom-block a:hover,
.top-bar-section .left ul li a.link:hover,
.link:hover { 
	color: #da213b !important;
    color:#c03 !important;
  
    
}

.links-list li:hover > a:before,
a.previous, a.next,
.product-collateral li:after,
.loading-bar,
.block-compare .block-title,
.opc-block-progress .block-content dt.complete:before,
.checkout-progress li.active span:before {
	background: #da213b;
}

.chosen-container-active .chosen-single:before,
.chosen-container-active .chosen-single:after {
	background: #da213b !important;
}

.icon-highlighted,
.text-box-with-icon section.box-1 .icon-highlighted,
.chosen-container .chosen-results li.highlighted,
.product-collateral li:before,
.cart-collaterals .shipping h2:hover:before,
.cart-collaterals .discount h2:hover:before,
.cart-collaterals .shipping h2:hover:after,
.cart-collaterals .discount h2:hover:after,
.cart .qty-wrapper .input-text:focus,
.chosen-container-active .chosen-choices,
.buybox .qty-input-text:focus {
	border-color: #da213b;
}
.input-box.focus,
.input-box textarea:focus,
/*.product-img-box .more-views li.selected,*/
.color-swatches input[type="radio"]:checked + label,
.chosen-container-active .chosen-single,
.product-options .configurable-swatch-list li.selected {
	border-color: #da213b !important;
    opacity: 1;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus,
.chosen-container .chosen-results li.highlighted {
	background-color: #da213b;
}

.form-search .input-text:focus ~ div {
	background-color: #da213b !important;
}

.chosen-container-active .chosen-single {
	border-bottom-color: #da213b !important;
}

/* main hover color */
a:hover,
a:focus,
.side-nav li a:hover:not(.button), 
.side-nav li a:focus:not(.button) {
	/*color: #0066c0;*/
   /* color:#08c; */
}

a.previous:hover, a.previous:focus, a.next:hover, a.next:focus {
	background: #0066c0; 
}

/* all buttons border radius */
button, .button {
border-radius: 4px !important;
}
/* featured products category nav border radius */
.category-nav li:first-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.category-nav li:last-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

/* primary buttons */
button, .button,
button.disabled, button[disabled], .button.disabled, .button[disabled],
.account-dropdown li a.button.sign-in,
.cart-dropdown li a.button.sign-in,
.category-nav li.active,
.products-grid .toolbar .button.active,
.products-grid .toolbar .button.active:hover {
	background: #da213b;
    
    background:#c83442;
	color: #ffffff;
    background: #ff6900;
    
  /*  background-color: #85bc27;
  border-bottom: #7aa429 3px solid; */
}




.category-nav li.active:after {
	border-top-color: #da213b;
}

/* primary buttons hover */
button:hover, button:focus, .button:hover, .button:focus {
	background: #ea3b49;
   /* background-color: #93d426; */
	color: #ffffff;
    text-decoration: none !important;
    cursor: pointer !important;
    background: #e28204;
  /*  border-bottom: #84b22d 3px solid; */
 
}
.main-nav .button:hover {
	background: #93d426 !important;
    background: #ea3b49 !important;
	color: #ffffff !important;
    background: #008ac5 !important;
   /* border-bottom: #84b22d 3px solid; */
}

/* secondary buttons */
button.secondary, .button.secondary,
.wishlist-index-index .buttons-set2 .btn-share,
.wishlist-index-index .buttons-set2 .btn-add {
	background: #dee2e2;
	color: #001233;
}

/* secondary buttons hover */
button.secondary:hover, button.secondary:focus, 
.button.secondary:hover, .button.secondary:focus,
.wishlist-index-index .buttons-set2 .btn-share:hover,
.wishlist-index-index .buttons-set2 .btn-share:focus,
.wishlist-index-index .buttons-set2 .btn-add:hover,
.wishlist-index-index .buttons-set2 .btn-add:focus {
	background: #b9b9b9;
	color: #001233;
}

/* ghost button */
button.ghost, .button.ghost {
	border-color: #c83442 !important;
	color: #c83442 !important;
}
button.ghost:hover, .button.ghost:hover, button.ghost:focus, .button.ghost:focus {
	border-color: #1ba39c !important;
	color: #1ba39c !important;
}

/* ghost button (for dark backgrounds) */
button.ghost.light, .button.ghost.light {
	border-color: #f4f4f4 !important;
	color: #f4f4f4 !important;
}
button.ghost.light:hover, .button.ghost.light:hover, button.ghost.light:focus, .button.ghost.light:focus {
	border-color: #ffffff !important;
	color: #ffffff !important;
}

a.button-3 {
color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid #001233;
    padding: 8px 30px 8px 30px !important;
    border-radius: 4px;
    text-decoration: none !important;
    background: #001233;
    display: inline-block;
    max-width: 85%;
    text-align: center;
    transition: all 300ms ease;
    position: relative;
}

a.button-3:hover {color:#fff; background:#123278;}


a.button-2 {
color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.02rem;
    font-size: 1.05rem !important;
    padding: 8px 45px 8px 30px !important;
    border-radius: 4px;
    text-decoration: none !important;
    display: inline-block;
    max-width: 85%;
    text-align: center;
    position: relative;
}

a.button-2 {background: #ff5153e6 !important;}
a.button-2:hover {background: #ff6d6e !important;}


a.button-2:hover:after {
right: 10px;
}

a.button-2:after {
content: "";
    display: block;
    width: 15px;
    height: 20px;
    background: url(/media/kzxp/arrow-white.png) no-repeat center;
    background-size: 80%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    transition: all 300ms ease;
}

a.button-2:after {}
.kennzeichen-div a.button-2 {padding:16px 50px 16px 25px !important}

#gestalten-scroll-btn {    
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 1.2rem;
    text-transform: uppercase;
    width: 100%;
    /* border: 2px solid #009cde; */
    line-height: 2rem;
    float: left;
    display: block;
    max-width: 100%;
    padding: 5px 0;
    text-align: center;}
#gestalten-scroll-btn:hover { /*background: #009cde; color: #fff;*/}


#product-addtocart-button,
.cart-dropdown li a.button.sign-in,
.btn-proceed-checkout,
#review_button {background: #ff6900 !important;}
#product-addtocart-button:hover,
.cart-dropdown li a.button.sign-in:hover,
.btn-proceed-checkout:hover,
#review_button:hover{background: #e26006 !important;}

#amazonpayments-checkout-place-order-button {font-size: 1.3rem;
    padding: 10px 5rem;
 }
.amazonpayments-advanced-checkout-index #checkout-review-submit { text-align: center;}
.amazonpayments-advanced-checkout-index #checkout-review-table-wrapper #td_review{display: none;}

/* header background */
.main-header {
	/*background: #c83442;
    background: #fff;*/
}
/* main menu background */
.right-off-canvas-menu.main-nav {
	background: none !important;
    background: #001233 !important;
    background: #001233 !important;
    padding: 4px 0;
    border-radius: 2px;
}
.main-nav .top-bar-section li:not(.has-form) a:not(.button), .main-nav .top-bar-section ul {
	background: none;
}
/* color of line separator below header */
.main-header {
	/*border-bottom-color: #e2e2e2 !important;
		border-bottom-width: 2px !important;*/
	}
/* main menu text color */
.main-nav .top-bar-section ul li a:not(.button) {
	color: #001233;
    color: #ffffff;
    font-weight: 500 !important;
   /* text-transform: uppercase !important; */
    font-size: 0.90rem !important;
}
.top-bar-section > ul > li > a {
		font-size: 1rem !important;
			font-weight: normal !important;
	}
/* main menu dropdown arrow color */
.top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown-for-large > a:after {
	border-color: transparent transparent #e2e2e2;
}

/* main menu secondary text color */
.top-bar .sup,
.welcome-message {
	color: #ffffff;
    color:#76848e;
}

/* search box text color */
#search_mini_form .form-search label {
	color: #aeaeae;
}
/* search box text color on focus */
#search_mini_form .form-search .input-text {
	color: #001233;
}

/* search box border color */
#search_mini_form .form-search .left, #search_mini_form .form-search .right,
#search_mini_form .form-search .bottom {
	background-color: #d3d3d3;
}
/* search box border color on hover */
#search_mini_form .form-search .input-text:hover ~ div {
	background-color: #afafaf;
}
/* search box icon's color */
#search_mini_form .form-search .button span,
#search_mini_form .form-search .sec-menu {
	color: #999999;
}
/* search box icon's divider color */
#search_mini_form .form-search .sec-menu {
	border-color: #efefef;
}

/* header secondary menu */
.header-ribbon .welcome-message,
.header-ribbon .links-list,
.header-ribbon .chosen-container {
	font-size: 0.8125rem !important;
}
.header-ribbon .welcome-message,
.header-ribbon .welcome-message span,
.header-ribbon .links-list li a,
.header-ribbon .chosen-container-single .chosen-single {
	color: #999999 !important;
}
.header-ribbon .welcome-message a:hover,
.header-ribbon .links-list li:hover a,
.header-ribbon .chosen-container:hover .chosen-single span,
.header-ribbon .chosen-container-active.chosen-with-drop .chosen-single span {
	color: #666666 !important;
}
.header-ribbon {
	background-color: #ffffff;
}

/* footer's top background */
.newsletter-ribbon {
	background: #f0f0f0;
}
/* footer's top text and icons color */
.newsletter-ribbon .icon-email,
.newsletter-ribbon .social a {
	color: #3b3d3d;
}
/* footer's top text and icons hover color */
.newsletter-ribbon a:hover,
.exitintent-popup a:hover,
.newsletter-ribbon .social a:hover,
.exitintent-popup .social a:hover,
.newsletter-ribbon .icon-email:hover:before {
	color: #c83442;
}
/* footer newsletter box placeholder's text color */
.newsletter-subscribe-form .field label {
	color: #76848e;
}
/* footer newsletter box input text color */
.newsletter-subscribe-form .input-text {
	color: #001233;
}
/* footer newsletter box input border color */
.newsletter-subscribe-form .input-box {
	border-color: #d3d3d3;
}
/* footer newsletter box input border color on hover */
.newsletter-subscribe-form .input-box:hover {
	border-color: #afafaf !important;
}
/* footer newsletter box input border color on focus */
.newsletter-subscribe-form .input-box.focus {
	border-color: #c83442 !important;
}
/* footer newsletter submit button colors */
.newsletter-ribbon button {
	color: #ffffff;
	background-color: #c83442;
}
/* footer newsletter submit button background color on hover */
.newsletter-ribbon button:hover,
.newsletter-ribbon button:focus {
	color: #ffffff;
	background-color: #1ba39c;
}

/* footer's middle background */
.footer-links {
	background: #e5e5e5;
      background: #fff;
    background:#f8f8f8;
/*  border-top: 1px solid #e5e5e5; */
  padding-top: 80px;
}
/* footer label color */
.footer-links ul li.title {
	color: #001233;
}
/* footer vertical links color */
.footer-links ul li a {
	color: #666666;
}
/* footer vertical links hover color */
.footer-links ul li a:hover {
	color: #c83442;
}
/* footer horizontal links color */
.h-links-list li a {
	color: #888888 !important;
}
/* footer horizontal links hover color */
.h-links-list li a:hover {
	color: #444444 !important;
}
/* footer horizontal links separator color */
.h-links-list li {
	border-color: #a5a5a5;
}
/* footer plain text color */
.footer-links ul li {
	color: #001233;
}
/* footer bottom background color */
.footer-bottom {
	/*background-color: #3b3d3d;
    background:#001233;*/
}
.footer-bottom a:link, .footer-bottom a:visited  {color: #536879 !important;}
/* footer bottom text color */
.sosumi {
	color: #536879;
}
/* footer "Back to Top" text color */
.back-to-top {
	color: #536879;
}
/* footer "Back to Top" text hover color */
.back-to-top:hover {
	color: #001233;
}

/* mobile footer background color */
.mobile-footer-links {
	background-color:  #e5e5e5;
}
/* mobile footer background color on hover */
.mobile-footer-links li:hover {
	background-color:  #c6c6c6;
}
/* mobile footer text color */
.mobile-footer-links li a {
	color: #001233 !important;
}

/* catalog item-info min height */
.category-products .item-info {
	min-height: 5.625rem;
}

/* catalog view background color */
.products-grid,
.advanced-search-amount {
	background-color: #f4f4f4;
    background-color: #fcfcfc;
}
/* catalog view: category title color */
#category-name {
	color: #001233;
    font-size: 1.3rem;
    overflow: visible;
    text-overflow: unset;
}
/* price color */
.minimal-price .price, .price-box .price {
	color: #001233;
    color:#c03; 
    color: #b80632;
}

.cms-home .bestseller_slider .price-box {display: none; margin-bottom:0px !important; padding-bottom:0px !important;}
.cms-home .bestseller_slider, .cms-home .bestseller_slider ol { margin-bottom:0px !important; padding-bottom:0px !important;}
.cms-home .bestseller_slider { padding-top: 100px;}

.drei-vorteile {padding: 20px 0; }
.drei-vorteile .vorteil {padding:1rem 15px 2rem 15px; line-height: 1.2rem;}

.klarna-default .drei-vorteile .vorteil {
    padding: 1rem 0px !important;
}

.checkout-cart-index .drei-vorteile {padding-bottom: 10px; }

.headline-product h1{
    /* text-transform: uppercase; */
    font-weight: 500;
    letter-spacing: 0px;
    /* font-style: oblique; */
    font-size: 2.2rem;
        line-height: 1.3;
        /*margin-bottom: 0.6rem !important;*/
}

.drei-vorteile .icon {
    float: left;
    font-size: 2.4rem;
    padding-left: 2px;
    height: 90px;
    margin-right: 15px;
    margin-top: 4px;
}

.v-main {    
    font-size: 1.05rem !important;
    font-weight: 500;
    padding-top: 0px;
    display: block;
    text-transform:none;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
   
} 
.v-sub {
    font-size: 0.85rem;
    padding-right: 5px;
    font-weight: 500;
    /* line-height: 1rem; */
    color: #70889b;
    color: #001233;
    color: #5f6a7d;
    font-weight: 400;
    display: block;
    padding-left: 32px;
    margin-top: 10px;
    line-height: 22px;
}

@media only screen and (max-width: 64em) {
    
    .v-sub {font-size: 0.9rem;
    margin-bottom: 1rem;}
    
    .drei-vorteile .vorteil {
    padding: 0.5rem 25px;
    } 
    
    .ekomi-sterne>div {margin-left: 25px !important;}
    
    .checkout-cart-index .ekomi-sterne>div {
    margin-left: 0px !important;
}
}

.cms-home .anlass {    margin-top: 7rem;}


.regular-price .price {color: #c03;}


/* product view - background color */	
.product-view {
   /* background-color: #fff;
        padding-bottom: 50px;
    margin-top: 30px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);*/
}

/* product view - background color */	
.breadcrumbs-wrapper {
	background-color: #ffffff;
}
.catalog-product-view .breadcrumbs-wrapper {
	background-color: #fafafa;
    display: none;
}

.catalog-product-view .availability {display: none;}
.catalog-product-view .price-box {margin:0;
    display: inline-block;
   /* padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fefefe;*/
}

/* product view - add to cart box - background color */	
.bg-box {
	/*background-color: #f4f4f4;*/
}
/* product name text color */	
.product-shop h1 {
	color: #001233;
}
/* product's sticky nav background color */	
.catalog-product-view .magellan-nav {
	background-color: #ffffff;
}
/* product's sticky nav links color */	
.catalog-product-view .magellan-nav .sub-nav dd a {
	color: #001233;
}
/* product's sticky nav links color on hover */	
.catalog-product-view .magellan-nav .sub-nav dd:hover a {
	color: #c83442;
}
/* product's sticky nav links background on active */	
.catalog-product-view .magellan-nav .sub-nav dd.active a {
	background-color: #bbbbbb;
}
/* product's sticky nav background color when fixed */	
.catalog-product-view .magellan-nav.magellan-fixed {
	background-color: #ffffff;
}
/* product's sticky nav links color when fixed */	
.catalog-product-view .magellan-nav.magellan-fixed .sub-nav dd a {
	color: #001233;
}
/* product's sticky nav links color on hover when fixed */	
.catalog-product-view .magellan-nav.magellan-fixed .sub-nav dd:hover a {
	color: #c83442;
}
/* product info - color of the subtitles */	
.product-collateral-wrapper .product-description h3,
.product-collateral-wrapper .additional h3,
.product-collateral-wrapper .custom-info h3,
.product-collateral-wrapper .ratings-reviews h3,
.product-collateral-wrapper .tags h3 {
	color: #444;
    color:#001233;
    padding-bottom: 1rem;
}
/* additional info table - background color */	
.product-collateral-wrapper .product-collateral.additional {
	background-color: #fff;
}
/* product info sections - separator line color */	
.product-collateral-wrapper .product-collateral {
	border-color: #fff;

}
/* upsell products - background color */	
.featured-slider.up-sell {
	background-color: #fff;
}
/* upsell products - label color */	
.featured-slider.up-sell h3 {
	color: #444;
    color:#001233;
}
/* related products - background color */	
.featured-slider.related {
	background-color: #fff;
}
/* related products - label color */	
.featured-slider.related h3 {
	color: #444;
    color:#001233;
        border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1rem;
}

/* featured products background color */	
.featured-slider.featured-slider-section {
	background-color: #fafafa;
}
/* featured products label color */	
.featured-slider.featured-slider-section h3 {
	color: #444;
    color:#001233;
    /*    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1rem;*/
}

/* featured categories background color */	
.featured-slider.featured-categories-section {
	background-color: #fff;
}
/* featured categories label color */	
.featured-slider.featured-categories-section h3 {
	color: #444;
}

/* logo slider label color */	
.brand-slider h3 {
	color: #444;
}

/* star rating color */	
.rating, .product-collateral .review-list .rating, .product-collateral .rating, 
.review-product-list .ratings-detail .rating,
#pretty-product-review-list .pretty-rating-code .options li .option.hover, 
#pretty-product-review-list .pretty-rating-code .options li .option.selected {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0Y5QkYzQiIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNGOUJGM0IiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjRjlCRjNCIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0Y5QkYzQiIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjRjlCRjNCIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
}
/* customer account - background color */
.account-wrapper {
	background-color: #f4f4f4;
    background-color: #fff;
}

/* catalog product box - border radius */
.category-products .item-image,
.featured-slider-section .item-images.flush .item-image,
.featured-categories-section .item-image {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.category-products.list .item-image {
	border-top-right-radius: 0;
	border-bottom-left-radius: 2px;
}
section.featured-slider ol li.item, 
.category-products .item {
	border-radius: 2px;
}

.category-products .item {float: left; position: initial !important; background: #fff; /*box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);*/
-webkit-box-shadow: 0 1px 3px 0px rgb(0 0 0 / 26%);
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 26%);
    border-radius: 3px;
    min-height: 290px;}

.headline-product {   
                margin-bottom: 30px;
 }

/* Small screens */
@media only screen and (max-width: 40em) {
    
    #kz-eingabe dd { text-align: center;}
    
        
    
	.right-off-canvas-menu.main-nav {
		background: #001233 !important;
	}
	.top-bar-section ul li:hover > a,
	.top-bar-section ul li ul li:hover a {
    	background: #272727 !important;
   	}
   	.main-nav .top-bar-section ul li a {
   		color: #ffffff !important;
	}
	.main-nav .top-bar-section ul li:hover a,
	.main-nav .top-bar-section ul.left li ul li:hover > a:not(.button) {
		color: #ffffff !important;
	}
		.layered-nav-container ol li.checked:hover a:before,
	.layered-nav-container ol li.checked:hover a {
		color: #da213b;
	}
	}
/* Medium and Big screens */
@media only screen and (max-width: 40em) {
    .product-options .options-list .label label  {font-size: 0.90rem;}
	}

@media only screen and (min-width: 56em)  {
    .product-view #kz-preview {
         transform: scale(1.3);
          -webkit-transform:scale(1.3);
          -moz-transform:scale(1.3);
          -ms-transform:scale(1.3);
          -o-transform:scale(1.3);
 
         transform-origin: left;
                -webkit-transform-origin: left;
        -moz-transform-origin:left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
     }
    
      .product-view #kz-preview.zweizeiler {
         transform: scale(1.3);
          -webkit-transform:scale(1.3);
          -moz-transform:scale(1.3);
          -ms-transform:scale(1.3);
          -o-transform:scale(1.3);
 
            transform-origin: left;
                  -webkit-transform-origin: left;
        -moz-transform-origin:left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
     }
}

/* Define mobile styles */
@media only screen {  
    .product-view #kz-preview {
        transform-origin: left;
        -webkit-transform-origin: left;
        -moz-transform-origin:left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
    } 
} 

/* Large screens*/


@media only screen and (min-width: 40.063em) {
    
		/* main menu icon's color */
	.main-header .top-bar .icon-cart,
	.welcome-message span,
	.main-header .icon-user,
	.main-header .icon-cart {
		color: #fff;
       
	}
		.top-bar-section .has-dropdown:hover > a:after,
	.top-bar-section .has-dropdown-for-large:hover > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff6900 !important;	
	}
	.main-nav .top-bar-section > ul > li:hover > a:not(.button) {
		color: #ff6900 !important;
	}
		.top-bar-section > ul > li > a {
		text-transform: none !important;
	}
			.main-logo {
		margin-top: 33px; 
	}
			#search_mini_form {
		margin-bottom: 15px; 
	}
			.form-search {
				margin-top: 24px; 
						margin-bottom: 16px; 
			}
			/* dropdown menu hover color */
	.main-nav .top-bar-section ul.left li ul li:hover:not(.mega-menu-top-block):not(.mega-menu-bottom-block) > a:not(.button),
	.main-nav .top-bar-section ul.right .links-list li:hover > a {
		color: #001233 !important;
	}
    
    .top-menu a:hover {text-decoration: none !important;}
	.top-bar-section .left ul,
	.top-bar-section .left .arrow-box {
			/*font-family: 'Noto Sans', Helvetica,Arial,sans-serif;*/
		}

		.top-bar-section .left ul li:active > a {
		color: #ff6900 !important;
	}
	.top-bar-section .left ul li:hover > a:before,
	.category-products.list .actions .btn-cart {
		background: #001233;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #da213b !important;
	}
	
		.category-products.list .actions .btn-cart:hover {
		background: #d42d43;
	}
	
		.main-nav .top-bar-section ul.left li.mega-menu > ul > li:not(.mega-menu-top-block):not(.mega-menu-bottom-block):hover > a:not(.button) { 
		color: #da213b !important;
	}
	}


@media only screen and (min-width: 64.063em) {
    .product-view #kz-preview {
        transform-origin: left;
            -webkit-transform-origin: left;
        -moz-transform-origin:left;
        -ms-transform-origin: left;
        -o-transform-origin: left;}
    
    .main-header .top-bar .icon-cart, .welcome-message span, .main-header .icon-user, .main-header .icon-cart{color: #fff;}
}



		@media only screen and (max-width: 55em) {
		.mega-menu > ul > li.mega-menu-right-block {
			display: none !important;
		}
		.top-bar-section .has-dropdown.mega-menu > .dropdown {
			padding-right: 0 !important;
		}
	}


.catalog-category-view .item .actions, 
.catalog-category-view .item .tax-details, 
.product-collateral-wrapper .additional,
.featured-slider.up-sell .actions,
.featured-slider.related .actions,
.magellan-nav,
.catalog-product-view .shipping-cost-details,
.catalog-product-view .tax-separator,
.catalog-product-view .add-to-links{display:none;}

.product-view .estimateddelivery {float: none;     max-width: 370px;    display: inline;}
.product-view-simple .estimateddelivery{ display: none !important;}
.product-view .estimateddelivery .time {
  
    color: #001233 !important;
}
 .product-view .estimateddelivery strong span {
	/*color: #008a00 !important;*/
    

}

.catalog-product-view #product_addtocart_form { margin: 0; }

.estimateddelivery {margin-top: 2px;}
.estimateddelivery p {margin:0; font-size: 0.91rem;display: inline;}

.estimateddelivery-cart { margin-top: 1.5rem;    margin-bottom: 0.4rem;     line-height: 1.1rem;}
.estimateddelivery-cart p {margin: 0px !important; font-size: 0.9rem;}

.estimateddelivery-2 .time {color:#008a00 !important;}

.versandart2 dt{ display: none;}

.tax-details {  display: block;
  font-size: 14px;
margin-top: 5px;}



/* KLARNA CHECKOUT */
.checkout-klarna-index li.fields .input-box, .checkout-klarna-index li.fields fieldset{border:none;}

/* ALTER KONFIGURATOR */

.product-options p.note {

    margin-top: 0px;
    font-size: 0.875rem;
    color: #5f6a7d;
    /*color: #001233;*/
    
    font-weight: 400;
    /* max-width: 400px; */
    text-align: left;
    display: block;
}
.estimateddelivery-2 {text-align: center; }

.product-options input{  margin-bottom: 0px;}

.product-options dt label:before {
  color: #F03E4F;
  
  padding: 0 10px 0px 0;
    font-weight: 200;
}


.option .required {display: none;}


.product-options .option {
  float: left;
  width: 100%;
  margin-bottom: 1.5rem;
}

.option.kz-anzahl {margin-bottom: 2rem;}


.row.special {
    color: #fff;
    font-size: 1.2rem;
    background: #c83442;
    padding: 1rem 0;
    text-align: center;
}



/*.verpackung dt {
  background: url(/media/wysiwyg/verpackung.jpg) center bottom no-repeat;
  padding-bottom: 170px;
    background-size: contain;
}

@media only screen and (max-width: 40em) { .verpackung dt {padding-bottom: 6.5rem; background-size: 320px; }}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { .verpackung dt {padding-bottom: 7rem; }}
*/

.product-options .option.extragravur-radio {margin-bottom:0px;}

.product-options .extragravur label {font-size: 1.4rem;}




.product-options .chosen-container-single {display:none;}

.product-options .price, .product-options .price-notice {color:#b12704!important; color: #76848e !important; font-size: 0.85rem;}

.product-options .zubehoer .price, .product-options .zubehoer2 .price {/*color:#b80632!important;*/ font-size: 14px;}
.product-options .zubehoer .old-price, .product-options .zubehoer2 .old-price {color:#001233!important; }

.product-options dd#gm2,
.product-options dd#font2{display:none !important;}

.zeile1 input, .zeile2 input, .extragravur input { height:60px; font-size: 28px; }

.product-options .zeile1 dt, .product-options .zeile2 dt {margin:0px;}

.product-options .schriftart .dd-container label { font-size: 32px; font-weight: normal;}
.product-options .schriftart .dd-selected, .product-options .schriftart .dd-option {  /*padding: 20px 15px;*/ line-height: 70px; text-align: center;  }

.dd-option-image, .dd-selected-image {height: 70px;}
.dd-option-text {line-height: 10px !important; color: #76848e;}
.dd-container .product-options label {
  color: #76848e;
  font-weight: 400;
  line-height: 0.75rem;
}

.tuv1 {display: none;}

.zahlungsmittel { border-radius:3px; }

.dhl-icon { background: url(/media/kzxp/payment/dhl.png) no-repeat; background-size: 70px !important;}

.pf { 
    margin: 20px 12px; /* mit amazon */
    margin: 20px 34px; /* ohne amazon */
    width: 100px;
    height: 60px; display: block; float:left; background-size: 80px !important;
    background-repeat: no-repeat !important; background-position: center !important;}



.pf-amazon {
	background: url(/media/kzxp/payment/amazon.png);
    display: none;
}
.pf-american {
	background: url(/media/kzxp/payment/american.png);
}
.pf-ec {
	background: url(/media/kzxp/payment/ec.png);
}
.pf-klarna {
	background: url(/media/kzxp/payment/klarna.png); background-size: 70px !important;
}
.pf-mastercard {
	background: url(/media/kzxp/payment/mastercard.png);
}
.pf-paypal {
	background: url(/media/kzxp/payment/paypal.png); background-size: 100px !important;
}
.pf-rechnung {
	background: url(/media/kzxp/payment/rechnung.png);  
}
.pf-visa {
	background: url(/media/kzxp/payment/visa.png); 
}



@font-face{ 
    font-family:KFZ; 
    src:url('/skin/frontend/intenso/kzexp/fonts/kfz.woff2') 
        format('woff2'),url('/skin/frontend/intenso/kzexp/fonts/kfz.woff') 
        format('woff');font-weight:200;font-style:normal;
        font-display: swap;
}

#kz-preview { 
    width: 395px; 
    height: 85px; 
    background: url(/media/kzxp/kz-D.jpg) left top no-repeat #fff;
    padding-left: 36px;
    background-size: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    border: 3px solid #222;
    text-transform: uppercase;
    font-size: 77px;
    line-height: 83px;
    text-align: center;
    font-family: KFZ;
    color: #222;
    letter-spacing: -3px;
    display: inline-block;
}

#kz-preview { 
   width: 300px;
    height: 60px;
    background: url(/media/kzxp/kz-D.jpg) left top no-repeat #fff;
    image-rendering: auto;
    padding-left: 25px;
    background-size: 28px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    border: 2px solid #222;
    text-transform: uppercase;
    font-size: 59px;
    line-height: 46px;
    text-align: center;
    font-family: KFZ, Arial, sans-serif;
    color: #222;
    letter-spacing: 0px;
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.25s ease;
    padding-top: 6px;
    overflow: hidden;
    position: relative;
}

#kz-preview div{display: inline-block; transition: all 0.3s ease;}

#profimodus-div {margin-top: -2rem;
    margin-bottom: 2.5rem;float: left;}
#profimodus-div label{    display: inline;
    font-weight: 500;
}

#kz-p-kreis {}
#kz-p-plaketten {    width: 24px;  height: 55px;}
#kz-p-buchstaben {}
#kz-p-ziffern {padding-left: 0px;}

/* ZWEIZEILER */
#kz-preview.zweizeiler {
    background-size: 25px; 
}

.zweizeiler #kz-p-buchstaben {margin-left: -28px;}
.zweizeiler #kz-p-plaketten {display: none;}
.zweizeiler #kz-p-kreis {
    display: block;
    width: 90px;
   margin-right: 50px;
margin-right: 80px;
    margin-left: 0px;
}

div#kz-p-sonderzeichen {display: none;}

#kz-preview.rot {color: #cc0033; border-color: #cc0033;}
#kz-preview.gruen {color: #008a00; border-color: #008a00;}


.product-haendlerkennzeichen #kz-preview {letter-spacing: -2px !important;}

#kz-preview.zweizeiler #kz-p-kreis{
    padding-left:3px;
    text-align: left;
}

.product-motorradkennzeichen #kz-preview.zweizeiler #kz-p-kreis,
.product-3d-motorradkennzeichen-premium #kz-preview.zweizeiler #kz-p-kreis,
.product-carbon-motorradkennzeichen  #kz-preview.zweizeiler #kz-p-kreis{
    padding-left:0px;
    text-align:center;
}


/* EINZEILER AUTO */
#kz-preview.kz-480x110 { width: 275px; }
#kz-preview.kz-460x110 { width: 258px; }
#kz-preview.kz-440x110 { width: 252px; }
#kz-preview.kz-420x110 { width: 240px; }
#kz-preview.kz-400x110 { width: 229px; }
#kz-preview.kz-380x110 { width: 218px; }
#kz-preview.kz-360x110 { width: 206px; }
#kz-preview.kz-340x110 { width: 195px; }

/* ZWEIZEILER AUTO */
#kz-preview.kz-340x200 { width: 180px;  height:106px; }
#kz-preview.kz-320x200 { width: 169px;  height:106px; }
#kz-preview.kz-300x200 { width: 159px;  height:106px; }
#kz-preview.kz-280x200 { width: 148px;  height:106px; }
#kz-preview.kz-260x200 { width: 138px;  height:106px; }
#kz-preview.kz-250x200 { width: 132px;  height:106px; }
#kz-preview.kz-240x200 { width: 127px;  height:106px; }
#kz-preview.kz-220x200 { width: 116px;  height:106px; }
#kz-preview.kz-200x200 { width: 106px;  height:106px; }



#kz-preview.kz-340x200 #kz-p-saison,
#kz-preview.kz-320x200 #kz-p-saison,
#kz-preview.kz-300x200 #kz-p-saison,
#kz-preview.kz-280x200 #kz-p-saison,
#kz-preview.kz-260x200 #kz-p-saison,
#kz-preview.kz-250x200 #kz-p-saison, 
#kz-preview.kz-240x200 #kz-p-saison,
#kz-preview.kz-220x200 #kz-p-saison,
#kz-preview.kz-200x200 #kz-p-saison
{position: absolute; top: 5px; right: 0px;}

#kz-preview.kz-340x200 #kz-p-saison-anfang,
#kz-preview.kz-320x200 #kz-p-saison-anfang,
#kz-preview.kz-300x200 #kz-p-saison-anfang,
#kz-preview.kz-280x200 #kz-p-saison-anfang,
#kz-preview.kz-260x200 #kz-p-saison-anfang,
#kz-preview.kz-250x200 #kz-p-saison-anfang,
#kz-preview.kz-240x200 #kz-p-saison-anfang,
#kz-preview.kz-220x200 #kz-p-saison-anfang,
#kz-preview.kz-200x200 #kz-p-saison-anfang
{padding-bottom: 5px;   margin-bottom: 5px;}

.product-motorradkennzeichen #kz-p-saison, .product-carbon-motorradkennzeichen #kz-p-saison, .product-3d-motorradkennzeichen-premium #kz-p-saison{
    position: absolute;
    right: 0;
    top: 37px;
    margin-right: 2px;
    transform: scale(0.95);
}

.product-leichtkraftrad-kennzeichen #kz-preview,
.product-traktor-kennzeichen #kz-preview, .kz-255{
letter-spacing: -1px !important;   
}

.product-leichtkraftrad-kennzeichen #kz-p-saison,
.product-traktor-kennzeichen #kz-p-saison,
.kz-255 #kz-p-saison{
    margin-right: 2px;
    transform: scale(0.90);
        margin-top: -2px;
}

.product-carbon-motorradkennzeichen #kz-p-saison-anfang, 
.product-3d-motorradkennzeichen-premium #kz-p-saison-anfang,
.product-motorradkennzeichen #kz-p-saison-anfang,
.product-leichtkraftrad-kennzeichen #kz-p-saison-anfang,
.product-traktor-kennzeichen #kz-p-saison-anfang,
.kz-255 #kz-p-saison-anfang
{padding-bottom: 1px;    margin-bottom: 1px;}

.product-motorradkennzeichen #kz-preview, .product-carbon-motorradkennzeichen #kz-preview, .product-3d-motorradkennzeichen-premium #kz-preview,  #kz-preview.kz-255, #kz-preview.kz-240   { 
    padding-top: 4px;
    letter-spacing: 0px;
    font-size: 40px;
    line-height: 32px;
}
.product-motorradkennzeichen #kz-preview #kz-p-buchstaben {    margin-left: -25px;}

/* KZ-180 M */
#kz-preview.kz-180 {width: 100px;
    height: 110px;}
#kz-preview.kz-180 #kz-p-kreis {width: 72px; margin: 0; margin-bottom: 37px;}

/* KZ-200 M */
#kz-preview.kz-200 {width: 110px; height: 110px;}
#kz-preview.kz-200 #kz-p-kreis {width: 82px; margin: 0; margin-bottom: 37px;}

/* KZ-220 M */
#kz-preview.kz-220 {width: 120px; height: 110px;}
#kz-preview.kz-220 #kz-p-kreis {width: 92px; margin: 0; margin-bottom: 37px;}


/* KZ-255 T */
#kz-preview.kz-255 {width: 138px; height: 75px;}
#kz-preview.kz-255 #kz-p-kreis { margin-bottom: 1px; display: block;
    margin-right: 54px;
    margin-left: -5px;
    width: 62px;}

/* KZ-240 T */
#kz-preview.kz-240 {width: 120px; height: 75px;}
#kz-preview.kz-240 #kz-p-kreis { margin-bottom: 1px; display: block;
    margin-right: 52px;
    margin-left: -5px;
    width: 44px;}

#kz-preview.kz-255, #kz-preview.kz-240 {background-size: 20px 35px;}

#parkplatz-kz-preview {word-spacing: 20px;}


.extraschloss label, .extraschloss .label {white-space: normal; display: inline;}


/* ALTER KONFIGURATOR ENDE */

/*Bewertungen*/

.kundenmeinungen h2, .kundenmeinungen h4 {
   /* text-transform: uppercase; */
text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1.3rem;
    font-size: 1.7rem;
    font-style: oblique;
    margin-top: 0;
}
/* .kundenmeinungen h4 {padding-bottom:20px;} */
.kundenmeinungen { 
 border-radius: 4px;
    background: #fff;
 -webkit-border-radius: 4px;
-webkit-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0 1px 8px 0px rgba(0,0,0,0.26);
}

#kundenmeinung {    padding: 3.4rem 4rem;}
#kundenmeinung p { font-size: 19px;margin-bottom: 0;}
#kundenname { 
    font-size: 1rem;
    font-weight: 500;
    /* font-weight: 600; */
    display: block;
    /* font-style: oblique; */
    margin-top: 1.0rem;
    color: #949daf;
}


.rahmen {padding: 2px;}

#kundenmeinungen-bild {background: url(/media/kzxp/kundenmeinungen.jpg) no-repeat; height: 353px; border-radius: 4px;}

#siegel {
    width: 100%;
    position: absolute;
    height: 353px;
    z-index: 100;
}

#siegel img {    margin: 40px 10px;}


.review-stars {display: inline-block;
    background: url(/media/kzxp/5-stars.png) no-repeat;
    width: 130px;
    height: 25px;
    background-size: contain;
    background-position: top right;
    margin-bottom: 1rem;}
.review-content {color: #001233;font-weight: 500;font-size: 0.95rem;display: inline-block;
    line-height: 20px;
    width: 100%;}
.review-name {    font-size: 1.0rem;
    font-weight: 600;
    color: #001233;
    margin-top: 1rem;
    line-height: 20px;}
.review-date {line-height: 20px;font-style: oblique;
    font-size: 0.9rem;
    color: #192c54;}



#startseite-text h1,
#startseite-text h2, 
#startseite-text h3, 
#startseite-text p, 
.cms-wrapper #startseite-text ul li,
.cms-wrapper #startseite-text .columns
{color: #5f6a7d !important;}

#startseite-text {}
#startseite-text p, #startseite-text li {font-size: 0.98rem; line-height: 1.4rem;}

.product-collateral.custom-info { /*background: #f8f8f8;*/ padding-bottom: 0px;}
.product-collateral.custom-info p.custom-info {display:none;}
.product-collateral.custom-info > columns {padding: 0;}

.product-collateral.custom-info {   /*background: #fff;*/ }

/*Loader*/

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* AMAZON CHECKOUT*/
.amazonpayments-advanced-checkout-index .input-box, .checkoutbyamazon-checkout-index .input-box fieldset {border:none;}

/* GUTSCHEIN */
.gutschein {min-width: 200px; padding: 30px; text-align: center; float: left; background:#C83443; color: #fff !important; margin: 25px;}
.gutschein h4 {color:#fff !important; font-weight: 800;}

.displaynone {display:none !important;}


.vorteile_product ul, .vorteile_warenkorb ul {margin:0;}
.vorteile_product li, .vorteile_warenkorb li { list-style: none;}
.icon-checkmark:before {color: #ff6900;}

.teaser-block .icon-checkmark:before {color: #001233;}

/*.vorteile_warenkorb {filter: grayscale(1); -webkit-filter: grayscale(1);	-moz-filter: grayscale(1);} */
#vw-v2, #vw-v3, #vw-v4 {filter: grayscale(0.9); -webkit-filter: grayscale(0.9);	-moz-filter: grayscale(0.9);}


.bewertung-sterne {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzAwMTU0MiIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMwMDE1NDIiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMDAxNTQyIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzAwMTU0MiIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMDAxNTQyIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
    
    width: 100%;
    height: 50px;
    float: left;
    background-size: 7.375rem;
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 1.8rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0.4rem;
    text-align:left;
    padding-left: 4px;
    margin-left: 6px;
}

.main-header .bewertung-sterne {text-align:right;
    padding-right: 4px; background-position: top right; padding-left: 8px; margin-left: 0px; display: none;}

.drei-vorteile .bewertung-sterne { 
line-height: 20px;
    padding-top: 1.6rem !important;
    margin-top: 0;
    width: 130px !important;
    font-size: 0.96rem !important;
    letter-spacing: -0.04em;
  /*   font-weight: 500 !important;
   color: #70889b !important; */ 
}

.vorteile_warenkorb .bewertung-sterne {
    width: 118px;
    background-size: 7.375rem;
    font-size: 0.85rem;
    padding-top: 1.2rem;
    margin-left: 14px;
    font-weight: normal;
}

.vorteile_warenkorb {     
    background: #f8f8f8;
    padding: 2rem 2.5rem;
}

ul.trustsigns li {
height: 60px;
}
ul.trustsigns span {
    padding: 0px 0 0 15px;
    display: inline-block;
}
.vorteile-liste, .trustsigns {font-size: 0.9rem;}

.icon-checkmark {font-family: "Roboto", Helvetica,Arial,sans-serif !important;     padding-right: 5px;}
.icon-checkmark:before {font-family: 'Intenso' !important;}

.amazonpayments-or {display: none;}

.cart .btn-proceed-checkout {
margin-bottom: 0px;
    margin-top: 12px;
    width: 100%;
    padding: 15px 0;
    font-size: 1.15rem;
}

.klarna_checkout {
	min-height: 944px;
}

.checkout-cart-index .main-footer .vorteile_warenkorb,
.checkout-klarna-index .main-footer .vorteile_warenkorb {display: none; }
.checkout-klarna-index h1 {
font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.9rem;
    text-align: left;
    padding: 0 16px;
    margin-bottom: 2px;}
.checkout-klarna-index .page-title {margin: 20px 0;}

/* CHECKOUT Anpassungen*/
.checkout-klarna-index .top-menu, .amazonpayments-advanced-checkout-index .top-menu {visibility:hidden; display: none;}
.klarna_page-title {text-align: center;}

.klarna_wrapper .vorteile_warenkorb .columns  {width:100% !important; text-align: left !important; margin-bottom: 40px;} 

/*.amazonpayments-advanced-checkout-index .vorteile_warenkorb .columns  {width:100% !important; text-align: left !important; margin-bottom: 50px;}
.amazonpayments-advanced-checkout-index .vorteile_warenkorb {margin-bottom: 50px;}
.amazonpayments-advanced-checkout-index .main-footer .vorteile_warenkorb {display: none; }*/

.catalog-category-view .actions, .catalog-category-view  .left-off-canvas-menu {display: none !important;}

.reveal-modal-bg {/* background: rgba(210, 65, 80, 0.6) !important; */}

.gestalten-row {    margin:0 0 0rem 0 !important;  padding:0 0 3rem 0;}

.kundenmeinungen {margin: 0 !important; position: relative;}
.cms-home .kundenmeinungen {margin-top: 20px !important;}

/*.category-kfz-kennzeichen .kundenmeinungen {margin-top: 30px !important;}*/


@media only screen and (max-width: 48em){
    
    .pf {margin: 0px 0px;}
    
    .vorteile_warenkorb .small-12.text-center {   text-align: left !important; }
    .vorteile_warenkorb .columns { margin-bottom: 3rem; width: 100% !important; }
    .cart-collaterals {margin-bottom: 0;}
    
    .cart {margin-top: 0;}
    
    
    .kundenmeinung .rahmen {
        padding: 0 1rem 1rem 1rem;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2.0rem;
        /* color: #fff; */
        /* max-width: 800px; */
        /* text-align: left; */
        margin: 0 auto;
    }
    

}

.kfz-button {display: block; width: 100%; float:left; background: #001233; /*background: #1c4e8c; background: #004984;*/ color: #fff; line-height: 1.3rem;
    font-weight: 500; padding: 5px 20px; border-radius: 3px;  transition: all 300ms ease; margin-bottom: 10px;}


.kfz-button:before { 
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    float: left;
    margin: 0 6px 0 0;
}

.kfz-button:after { 
    content: "";
    display: block;
    width: 15px;
    height: 65px;
    float:right;
    margin: 0 0px 0 0;
    background:url(/media/kzxp/arrow-white.png) no-repeat center;
    background-size: 80%;
    transition: all 300ms ease;
}

.kfz-button:hover { color: #fff; background: #237dea;}

.kfz-button:hover:after {margin-right: -10px;}

#kfz-1 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 0; }
#kfz-2 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -65px; }
#kfz-3 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -130px; }
#kfz-4 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -195px; }
#kfz-5 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -260px; }
#kfz-6 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -325px; }
#kfz-7 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -390px; }
#kfz-8 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -455px; }
#kfz-9 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -520px; }
#kfz-10 .kfz-button:before { background:url(/media/kzxp/kfz-icons.png) no-repeat 0 -585px; }

.kfz-text { padding: 13px 0 13px 10px; display: block; float: left; font-size: 0.95rem;}


.bewertung-v2 {
        display: block;
    width: 100%;
    float: left;
    color: #001233;
    font-weight: 500;
    padding: 2rem;
    border-radius: 3px;
    margin-bottom: 20px;
    font-size: 0.95rem;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    transition: all 200ms ease;
}

.kfz-button2 {
    display: block;
    width: 100%;
    float: left;
    color: #001233;
    /* border: 1px solid #d2d6db; */
    font-weight: 500;
    padding: 8px 20px 20px 20px;
    border-radius: 3px;
    transition: all 300ms ease;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    transition: all 200ms ease;
}

.kfz-button2:hover {text-decoration: none !important;  -webkit-box-shadow: 0 3px 10px 0px rgba(0,0,0,0.26);
    box-shadow: 0 3px 10px 0px rgba(0,0,0,0.26);

}

.kfz-button2>img{
    max-width: 230px;
}

.kfz-text2 {
    display: inline-block; line-height: 20px; width: 100%;
}

.kfz-text2 .preis {display: none; font-size: 14px; color: #c03;}

.product-gruene-umweltplakette #cartbtn-overlay, .product-gruene-umweltplakette #kzInputCheckHinweis {display: none !important;}
.product-options .option.fahrzeugschein-upload, .product-options .option.design-upload {margin-bottom: 1rem;}
#options_809_file, .design-upload input {margin-bottom: 14px;    background: white;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 14px;    font-weight: bold;float: left;
}
.product-gruene-umweltplakette .input-box { border: none;}

.anmerkungen textarea {height: 100px;
    max-width: 440px;
    max-height: 500px;
    width: 100%;}

.product-options .schriftart .options-list .label { padding: 0px; }
.schriftart .options-list label{font-size: 2rem !important; }

.product-options .schriftart .options-list li { /*height: 100px;*/ }
.product-options  .options-list .label label {padding: 13px 20px 13px 20px; margin: 1px; line-height: 1.4rem; background: #fff; /*color:#76848e;*/ margin-bottom: 10px; font-weight: 400;white-space: normal;}
.product-options .schriftart .options-list .label label {padding: 12px 20px !important; line-height: 3rem; text-align: center; color: #76848e;}
.product-options  .options-list .label {display:block;}

.product-options .options-list input[type="checkbox"] +span label {padding-left: 50px !important;}

.option.versandart {margin-bottom:0;}

#profimodus-div, div#kz-p-saison {display: none;}

.cms-wunschkennzeichen .kzReservierungLink{
display: none;
    padding: 8px 35px 8px 15px;
    border-radius: 5px;
    background: #008cf1;
    margin: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

.cms-wunschkennzeichen .kzReservierungLink:after{
content: "";
    display: block;
    width: 15px;
    height: 20px;
    /* float: right; */
    /* margin: 0 0px 0 0; */
    background: url(/media/kzxp/arrow-white.png) no-repeat center;
    background-size: 80%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    transition: all 300ms ease;
}

input.kz-preview-input,input#kz-preview-input, #kz-eingabe .kz-preview-input{ 
width: 100px;
    height: 48px;
    display: block;
    /* float: left; */
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
    text-align: center;
    margin-left: 7px;
    margin-top: -2px;
}

.kz-preview-input:focus , #kz-eingabe .kz-preview-input:focus { border-color: #067fd6;}  

.kz-preview-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dadada
}
.kz-preview-input::-moz-placeholder { /* Firefox 19+ */
  color: #dadada
}
.kz-preview-input:-ms-input-placeholder { /* IE 10+ */
  color: #dadada
}
.kz-preview-input:-moz-placeholder { /* Firefox 18- */
  color: #dadada
}


#kz-p-saison {
    /* position: absolute; */
    /* right: 5px; */
    font-size: 18px;
    letter-spacing: 2px;
    height: 50px;
    width: 22px;
    /* top: 6px; */
    line-height: normal;
    float: right;
    margin-right: 5px;
}
#kz-p-saison-anfang {
    border-bottom: 2px solid #222;
    padding-bottom: 7px;
    margin-bottom: 7px;}

.kz-length select, .kz-anzahl select { display:block !important;}
.kz-length select, .kz-anzahl select, select.select_season_class {
    width: 100%;
    border-radius: 8px;
    height: 50px;
    padding-left: 20px;
color: #001233;
    color:#007dd8;
font-weight: 500;
    font-size: 0.9rem;
background-color: #fff;

background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 6px), calc(100% - 15px) calc(1em + 6px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.kz-anzahl, .kz-length {
   /* border-top: solid 1px #d6d6d6; 
    padding-top: 25px;*/
}
.kennzeichen-eingabe, .saison-eingabe {display: none;}

.kz-warnung { font-family: "Noto Sans", Helvetica,Arial,sans-serif; 
    font-weight: 500;
    color: #c03;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    display: block;
display: none;}

#kz-eingabe { margin-bottom:2.5rem; }

#kz-eingabe input, #plakette-eingabe input { 
    margin:0 2px;
    border-radius: 3px;
    color: #001233;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    padding: 0 10px;
    display: inline-block;
    background: #fff;
}

.product-kennzeichenhalter-text .ihr-text {display: none;}

#plakette-eingabe input::-webkit-input-placeholder,  /* Chrome/Opera/Safari */
#kz-eingabe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dadada
}
#plakette-eingabe input::-moz-placeholder, /* Firefox 19+ */
#kz-eingabe input::-moz-placeholder { /* Firefox 19+ */
  color: #dadada
}
#plakette-eingabe input:-ms-input-placeholder, /* IE 10+ */
#kz-eingabe input:-ms-input-placeholder { /* IE 10+ */
  color: #dadada
}
#plakette-eingabe input:-moz-placeholder, /* Firefox 18- */
#kz-eingabe input:-moz-placeholder { /* Firefox 18- */
  color: #dadada
}

#kz-eingabe input:focus { border-color: #067fd6;}

#kz-e-kreis {width:90px;}
#kz-e-buchstaben {width:67px;}
#kz-e-ziffern {width:102px;}

#kz-eingabe dd {
    border-radius: 3px;
}


.product-e-kennzeichen-elektrofahrzeuge #kz-e-buchstabe-e, .product-h-kennzeichen-oldtimer #kz-e-buchstabe-h,
.product-carbon-e-kennzeichen-elektrofahrzeuge #kz-e-buchstabe-e, .product-3d-e-kennzeichen-elektro #kz-e-buchstabe-e, .product-carbon-h-kennzeichen-oldtimer  #kz-e-buchstabe-h, .product-3d-h-kennzeichen-oldtimer #kz-e-buchstabe-h{ display: inline-block !important;}

.product-anhaenger-kennzeichen #wunschkennzeichen-info {display:none;}

#select_saison_01, #select_saison_02 {margin-bottom: 10px; display: none; width: 90%;
    border-color: #cc0033;}
#select_saison_02 {margin-bottom: 40px;}

.product-options  .options-list   .price-notice  {}
h2.gestalten-headline {font-size: 2.4rem; margin: 2rem 0;}



.product-options  [class*="block-grid-"] > li { /* padding: 0 0.625rem 0rem; */ }

.product-options .option input[type="radio"], .product-options .option input[type="checkbox"] {
 margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    display: none;
}

.product-options input/*[type="radio"]*/ +span label { display: block;  border: 1px solid #ddd; border-radius: 8px; }

.product-options .option input/*[type="radio"]*/:checked +span label {
    border: 2px solid #c83442;  border: 2px solid #1890ff; 
    padding: 12px 80px 12px 20px;
}

 
.product-options .option input[type="checkbox"]:checked +span label:after {
content: '';
    width: 16px;
    height: 10px;
    position: absolute;
    left: 25px;
    border: 4px solid #08c !important;
    border-top: none !important;
    border-right: none !important;
    background: transparent;
    transform: rotate(-45deg);
    margin-top: -8px;
}

.product-options .option input[type="checkbox"] +span label:after {
content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -10px;
    border: 3px solid #cccccc !important;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: none;
}

.kennzeichenart .options-list li:nth-child(5) label{
    background: url(https://kennzeichen.express/media/kzxp/kennzeichen-carbon-upsell.jpg) 20px 5px no-repeat;
    background-size: 90%;
    padding-top: 100px !important;
}



/* ALLES an Zubehör Crossselling ausblenden*/
.zubehoer2, .zubehoer-verbandtasche,.zubehoer-warnweste,.zubehoer-parkscheibe { }

.zubehoer2 .options-list li:nth-child(2) label, .zubehoer2 .options-list li:nth-child(3) label, .zubehoer2 .options-list li:nth-child(4) label, .zubehoer2 .options-list li:nth-child(5) label {display: none;}

/*.zubehoer2 dd, .zubehoer-warnweste dd {display: none;}*/




.zubehoer2, .zubehoer-verbandtasche, .zubehoer-warnweste {margin-bottom: -10px !important;}
.zubehoer-verbandtasche, .zubehoer-warnweste, .zubehoer-parkscheibe{padding-top: 0 !important;  padding-bottom: 0 !important;}
.zubehoer2{ padding-bottom: 0 !important;}
.zubehoer-parkscheibe {margin-bottom: 20px !important;}
.zubehoer-verbandtasche dt label, .zubehoer-warnweste dt label, .zubehoer-parkscheibe dt label {display: none !important;}

.zubehoer2 .options-list li:nth-child(1) label{
    background: url(https://kennzeichen.express/media/kzxp/set-zubehoer-s.jpg) center right 10px no-repeat;
    background-size: auto 90%;
    padding: 20px 180px 20px !important;
    
}

.zubehoer-verbandtasche .options-list li:nth-child(1) label{
    background: url(https://kennzeichen.express/media/kzxp/verbandtasche2-klein.jpg) center right 10px no-repeat;
    background-size: auto 100%;
    padding: 20px 150px 20px !important;
}

.zubehoer-warnweste .options-list li:nth-child(1) label{
    background: url(https://kennzeichen.express/media/kzxp/warnweste.jpg) center right 10px no-repeat;
    background-size: auto 90%;
    padding: 30px 150px 30px !important;
}

.zubehoer2 .options-list li:nth-child(4) label {
    background: url(https://kennzeichen.express/media/kzxp/warndreieck-s.jpg) center right 10px no-repeat;
    background-size: auto 90%;
    padding: 40px 150px 40px !important;
	display: none;
}

.zubehoer-parkscheibe .options-list li:nth-child(1) label {
    background: url(https://kennzeichen.express/media/kzxp/parkscheibe_1_2.jpg) center right 10px no-repeat;
    background-size: auto 90%;
    padding: 35px 150px 35px !important;
}



.ersparnis-icon {
    background: #001233;
    color: #fff;
    border-radius: 3px;
    padding: 0px 6px;
    font-size: 12px;
    letter-spacing: 0.02rem;
display: inline-block;
margin-top: 10px;
    margin:0 5px 0 5px;
display: none;}


#kz-eingabe a:link {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
    font-weight: normal;
}


.product-3d-kennzeichen-premium .garantie-widget, .product-3d-e-kennzeichen-elektro .garantie-widget, .product-3d-h-kennzeichen-oldtimer .garantie-widget, .product-3d-motorradkennzeichen-premium .garantie-widget {display:none;}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

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

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
    padding: 0px 50px;
}
.gravur-motiv .next-arrow, .gravur-motiv .prev-arrow  {position: absolute; top: 50%; margin-top: -53px; 
}

.gravur-motiv .next-arrow > span::before, .gravur-motiv .prev-arrow > span::before, .gravur-motiv .next-arrow > span::after, .gravur-motiv .prev-arrow > span::after {color: #76848E !important;}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

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

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

    height: 100%;
    min-height: 1px;
    
    /*margin-right: 20px;*/
}
.slick-slide > div > li  {padding-right: 20px; margin: 5px 0px;}

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots
{
    display: block;

    width: 100%;
    padding: 0;
margin:0;
    list-style: none;

    text-align: center;
}
.slick-dots li
{
   position: relative;
display: inline-block;
cursor: pointer;
margin: 0px 0px;
height: 30px;
width: 30px;
}
.slick-dots li button
{
    font-size: 0px;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0px none;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
    width: 0px;
    height: 0px;
    padding: 10px;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    content: "";
display: block;
width: 10px !important;
height: 10px !important;
background: #999 none repeat scroll 0% 0% !important;
border-radius: 5px;

}
.slick-dots li.slick-active button:before
{
 background: #C83442 none repeat scroll 0% 0% !important;
}


#kz-p-plaketten.Bayern div {background: url(/media/kzxp/bl/bayern.png) center no-repeat;}
#kz-p-plaketten.Baden-Wuerttemberg div{background: url(/media/kzxp/bl/bw.png) center no-repeat;}
#kz-p-plaketten.Berlin div{background: url(/media/kzxp/bl/berlin.png) center no-repeat;}
#kz-p-plaketten.Bremen div{background: url(/media/kzxp/bl/bremen.png) center no-repeat;}
#kz-p-plaketten.Brandenburg div{background: url(/media/kzxp/bl/brandenburg.png) center no-repeat;}
#kz-p-plaketten.Hamburg div{background: url(/media/kzxp/bl/hamburg.png) center no-repeat;}
#kz-p-plaketten.Hessen div{background: url(/media/kzxp/bl/hessen.png) center no-repeat;}
#kz-p-plaketten.Mecklenburg-Vorpommern div{background: url(/media/kzxp/bl/meckpom.png) center no-repeat;}
#kz-p-plaketten.Niedersachsen div{background: url(/media/kzxp/bl/niedersachsen.png) center no-repeat;}
#kz-p-plaketten.Nordrhein-Westfalen div{background: url(/media/kzxp/bl/nrw.png) center no-repeat;}
#kz-p-plaketten.Rheinland-Pfalz div{background: url(/media/kzxp/bl/rheinland-pfalz.png) center no-repeat;}
#kz-p-plaketten.Saarland div{background: url(/media/kzxp/bl/saarland.png) center no-repeat;}
#kz-p-plaketten.Sachsen-Anhalt div{background: url(/media/kzxp/bl/sachsen-anhalt.png) center no-repeat;}
#kz-p-plaketten.Sachsen div{background: url(/media/kzxp/bl/sachsen.png) center no-repeat;}
#kz-p-plaketten.Schleswig-Holstein div{background: url(/media/kzxp/bl/schleswig-holstein.png) center no-repeat;}
#kz-p-plaketten.Thueringen div{background: url(/media/kzxp/bl/thueringen.png) center no-repeat;}

.checkout-cart-index .btn-edit {display: none !important;}
.checkout-cart-index .buybox { padding: 14px 14px; }

.catalog-product-view .tier-prices {display: none;}
.paypal-express-review #review_button {padding: 12px 50px;    font-size: 20px;}

.grosseNummer {color: #e8eaec;
    font-size: 3rem;
    font-weight: 800;
    float: left;}
.grosseNummer-headline {font-size: 1.1rem;
    font-weight: 500;
    margin: 0px 0 15px 45px;
    line-height: 1.5rem;}
.storelocator-view p{
    font-size: 14px;}
.storelocator-view .breadcrumbs-wrapper {display: none;}

.kz-preview-small{
    width: 200px;
    height: 40px;
    background: url(/media/kzxp/kz-D.jpg) left top no-repeat #fff;
    image-rendering: pixelated;
    padding-left: 19px;
    background-size: 18px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
    border: 2px solid #222;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 27px;
    text-align: center;
    font-family: KFZ;
    color: #222;
    letter-spacing: 0px;
    display: inline-block;
    transition: all 0.25s ease;
    padding-top: 6px;
    /* overflow: hidden; */
    position: relative;
    margin: 10px;
}
.kz-preview-small div {display: inline-block;}
.kz-preview-small #kz-warnung{display:none;}
.kz-preview-small #kz-p-plaketten{width:0px; height: 0px;}
.kz-preview-small #kz-p-ziffern {padding-left: 0; color:#b3b3b3;}
.kz-preview-small #kz-p-buchstaben {color:#b3b3b3;}

table {background: none;}

.produkt-hintergrund {
    background: url(/media/kzxp/autokennzeichen-bild-v3.jpg) no-repeat;
    background-size: cover !important;
    background-position: top center;
    padding-top: 84px;
    height: 230px;
}

.product-motorradkennzeichen .produkt-hintergrund, .product-leichtkraftrad-kennzeichen .produkt-hintergrund {
    background: url(/media/kzxp/motorrad-bild.jpg) no-repeat;}

.product-quad-kennzeichen .produkt-hintergrund {
    background: url(/media/kzxp/quad-bild.jpg) no-repeat;}

.product-h-kennzeichen-oldtimer .produkt-hintergrund {
    background: url(/media/kzxp/oldtimer-bild.jpg) no-repeat;}

.product-traktor-kennzeichen .produkt-hintergrund {
    background: url(/media/kzxp/traktor-bild.jpg) no-repeat;}

.product-lkw-kennzeichen .produkt-hintergrund {
    background: url(/media/kzxp/truck-bild.jpg) no-repeat;}



#zulassungsstellen-links {margin:2rem 0rem;}

#zulassungsstellen-links a {
    padding: 4px 5px;
    display: inline-block;
}

.bild3{display: none;}


.catalog-category-view h3 {    font-weight: 600;
    font-size: 1.6rem;} 
 
.faq h4 {margin-top: 3rem; line-height: normal;}
.faq p {color: #536879 !important;}

.zubehoer-verkuerzt {display: none;}
#discount-coupon-form {display: none;}

.klarna_shipping h3, .klarna_discount h3 {
    font-size: 16px !important;
    color: #434343;
     text-transform:none !important;
    letter-spacing: 0;
    font-family: Helvetica Neue,Helvetica,'Roboto',Arial,sans-serif;
    margin-bottom: 2px;
}

.checkout-klarna-index #header-style {border-radius: 0 0 8px 8px;}

.klarna_shipping {
    width: auto;
    max-width: 640px;
    margin: 0 auto;
    padding-left: 10px;
}

.klarna_shipping li {
    display: block !important;
}

#klarna_main #klarna_shipping {
    display: none;
    text-align: left;
}

.klarna_shipping ul {
    background: none !important;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-right: 12px !important;
    padding-left: 20px !important;
}

.klarna_shipping .price {
    font-weight: normal !important;
    font-size: 13px !important;
    color: #a3a3a5;
}

label[for=s_method_freeshipping_freeshipping] {
    background: url(https://kennzeichen.express/media/kzxp/dhl-icon.png) no-repeat;
    padding: 20px 0px 20px 90px;
    background-size: 80px;
    background-position: left;
    font-weight: bold !important;}

label[for=s_method_flatrate_flatrate] {
    background: url(https://kennzeichen.express/media/kzxp/dhl-icon.png) no-repeat;
    padding: 20px 0px 20px 90px;
    background-size: 80px;
    background-position: left;
    font-weight: bold !important;}

.checkout-klarna-index, .checkout-klarna-index .inner-wrap{background: #fafafa;}
#klarna_checkout {-webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.26);
    border-radius: 8px;
    -webkit-box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    background: #fff;
    padding: 15px;}

.ab-9-eur{display:none;}

.view-kz #menge {display: none;}

.view-kz-v2 #kz-produkt-spalte-rechts{ 
  /*  background: #fff;
    -webkit-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0 1px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0 1px 8px 0px rgba(0,0,0,0.26);
    border-radius: 5px;*/
}
#header-style{
    background: #001233 !important;
    min-height: 90px;
}
.row {max-width: 1200px;}


.checkout-cart-index .maincontent.zentriert  {}

#background-teaser-bg {background:#f8eeed;}


#background-teaser, .main-header{    max-width: none;
    margin: auto;}

.cms-home .maincontent.zentriert, 
.cms-nummernschild .maincontent.zentriert, 
.cms-bedruckte-kennzeichenhalter .maincontent.zentriert, 
.cms-online-kfz-zulassung .maincontent.zentriert, 
.checkout-cart-index .maincontent.zentriert, 
.plugincompany-storelocator-storelocation-view .maincontent.zentriert, 
.cms-lp1 .maincontent.zentriert{max-width: 100%;}


.zentriert {
    max-width: 1200px;
    margin: auto;    
}

.catalog-product-view .zentriert, .catalog-product-view .row {max-width: 1230px;}



#product-addtocart-button, .cart-dropdown li a.button.sign-in, .btn-proceed-checkout, #review_button,
button, .button, button.disabled, button[disabled], .button.disabled, .button[disabled], .account-dropdown li a.button.sign-in, .cart-dropdown li a.button.sign-in, .category-nav li.active, .products-grid .toolbar .button.active, .products-grid .toolbar .button.active:hover {background:#1888ff !important;}
#product-addtocart-button:hover, .cart-dropdown li a.button.sign-in:hover, .btn-proceed-checkout:hover, #review_button:hover, button:hover, button:focus, .button:hover, .button:focus  {background:#1575db !important;}

a:hover, a:focus, .link:hover, .link:focus  {color:#0087ff;}
.icon-checkmark:before {color:#001233;}

.kz-anzahl-manuell dd .note {display:none;}
.kz-anzahl-manuell input {        font-size: 16px;    font-weight: 600;    color: #11254f;}

.product-kennzeichenhalter-text .product-view .estimateddelivery,
.product-kennzeichenhalter-design .product-view .estimateddelivery,
.product-kennzeichenhalter-design #vorteile-buybox #lieferdatum,
.product-kennzeichenhalter-text #vorteile-buybox #lieferdatum {display: none;}

@media only screen and (min-width: 40.063em){
.main-nav .top-bar-section > ul > li:hover > a:not(.button) {
    color: #f2f2f2 !important;
   
}
    .main-nav .top-bar-section > ul > li > a:hover  {text-decoration: underline !important;}
}

.main-header .icon-main-menu:hover, .main-header .icon-cart:hover, .main-header .icon-user:hover, .main-header .top-bar li:hover .icon-cart {  color: #f2f2f2 !important; }
@media only screen and (min-width: 40.063em){
.top-bar-section .has-dropdown:hover > a:after, .top-bar-section .has-dropdown-for-large:hover > a:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f2f2f2 !important;
}}

.product-3d-kennzeichen-premium .product-options .options-list .label label[for=options_852_1],
.product-3d-e-kennzeichen-elektro .product-options .options-list .label label[for=options_947_1],
.product-3d-h-kennzeichen-oldtimer .product-options .options-list .label label[for=options_936_1],
.product-3d-motorradkennzeichen-premium .product-options .options-list .label label[for=options_875_1]{
    background: url(https://kennzeichen.express/media/kzxp/3d-matt.jpg) no-repeat;
    background-size: 50%;
    background-position: right;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-3d-kennzeichen-premium .product-options .options-list .label label[for=options_852_2],
.product-3d-e-kennzeichen-elektro .product-options .options-list .label label[for=options_947_2],
.product-3d-h-kennzeichen-oldtimer .product-options .options-list .label label[for=options_936_2],
.product-3d-motorradkennzeichen-premium .product-options .options-list .label label[for=options_875_2]{
    background: url(https://kennzeichen.express/media/kzxp/3d-gloss-black-2.jpg) no-repeat;
    background-size: 50%;
    background-position: right;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-3d-kennzeichen-premium .product-options .options-list .label label[for=options_852_3],
.product-3d-e-kennzeichen-elektro .product-options .options-list .label label[for=options_947_3],
.product-3d-h-kennzeichen-oldtimer .product-options .options-list .label label[for=options_936_3],
.product-3d-motorradkennzeichen-premium .product-options .options-list .label label[for=options_875_3]{
    background: url(https://kennzeichen.express/media/kzxp/3d-carbon.jpg) no-repeat;
    background-size: 50%;
    background-position: right;
    padding-top: 50px;
    padding-bottom: 50px;
}


.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    padding: 4px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 21, 66, 0.4);
    text-align: center;
    backdrop-filter: blur(1px);
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}

.blocker.behind {
    background-color: transparent
}


#menu-modal {
    background: #001233;
    padding: 1rem 2.2rem;
}

#menu-modal ul { list-style: none;     margin: 0px 0 40px 0;}

#menu-modal h2{font-size: 1.8rem;
    font-weight: 500;}

#menu-modal h2, #menu-modal a:link, #menu-modal a:visited { color: #fff}

#menu-modal a:link { display: block;
    padding: 5px 0;
    font-size: 18px;}


.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 900px;
    box-sizing: border-box;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 20px #00000042;
    box-shadow: 0px 0px 20px #00000042;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    top: 12px;
    right: 12px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M98.2 2.7c2.4 2.4 2.4 8.4 0 12l-36 35.6 36 36.2c2.3 2.4 2.4 8.1.2 10.6l-.2.2c-3.6 3.6-9.5 3.6-12 0L50.5 62 14.6 97.3c-3.6 3.6-9.5 3.6-12 0C-.8 95-.8 89 2.7 86.5l36.2-36.2L2.7 14.7C-.8 11-1 5.3 2.5 2.8l.2-.1C5-1 11-1 14.7 2.7l35.7 36 35.9-36c2.4-3.6 8.3-3.6 12 0z"></path></svg>');
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}


@media only screen and (max-width: 40.063em){
    .modal{padding: 15px 10px;}
}



.blog .page-title { margin: 4rem auto 40px; max-width: 700px; }
.blog .page-title h1 {    font-size: 2.4rem;
    color: #001233;
    font-weight: 600;
    line-height: 3rem !important;}

.blog .blog-content {   max-width: 700px;    margin: 0 auto;}
.blog .blog-content img {margin-bottom: 3rem;}

.inkl-mwst {
    font-size: 12px;
    /* display: block; */
    margin-top: 5px;
    color: #5f6a7d;
}

.product-options .option, #kz-eingabe {margin-bottom: 1.5rem; 
     border-radius: 8px; 
     background: #fff; 
     padding: 1.7rem 1.7rem 0.5rem 1.7rem;
     box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 0 rgba(60,64,67,0.15);
-webkit-box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));}
#kennzeichen-vorschau-headline {padding: 0 0rem}

.product-carbon-autokennzeichen #kennzeichen-vorschau-headline,  
.product-carbon-anhaenger-kennzeichen #kennzeichen-vorschau-headline,
.product-carbon-motorradkennzeichen #kennzeichen-vorschau-headline,
.product-carbon-h-kennzeichen-oldtimer #kennzeichen-vorschau-headline,
.product-carbon-e-kennzeichen-elektrofahrzeuge #kennzeichen-vorschau-headline{display: none;}

.fahrzeugschein-upload dd.last {min-height: 110px;}

.design-upload .input-box{
min-height: 80px;
    border: none;}

@media only screen and (max-width: 40em) {
    .product-options .option, #kz-eingabe {margin-bottom: 1rem; padding: 1.8rem 1rem 0.5rem 1rem; }
     #kz-produkt-spalte-rechts {padding: 0rem;}
    #kennzeichen-vorschau-headline {padding: 0 1rem}
}

.bestseller-icon {
    background: #ff585a !important;
    color: #fff;
    border-radius: 3px;
    padding: 0px 6px;
    font-size: 12px;
    letter-spacing: 0.02rem;
    margin-bottom: 10px;
    display: inline-block; 
}

.versand-icon {
    background: #089063 !important;
    color: #fff;
    border-radius: 3px;
    padding: 0px 6px;
    font-size: 12px;
    letter-spacing: 0.02rem;
    margin-bottom: 10px;
    display: inline-block; 
}



/* TREES */
.reason {
    background: #f7f7f7;
    padding: 2rem;    border-radius: 5px; margin: 1rem;
    min-height: 235px;
}
.reason p {margin:0; line-height: 1.7rem;}
.reason h4 {line-height: 1.7rem;}

.cms-nachhaltigkeit {
    background: url(https://kennzeichen.express/media/kzxp/tree/treebg5.jpg) no-repeat;
    background-size: 2000px;
    background-position: 0px 120px;
    background-position-x: center;
}

.cms-nachhaltigkeit .zentriert, .cms-nachhaltigkeit .row {max-width: 1280px;}
.cms-nachhaltigkeit .off-canvas-wrap {background: none;}
.cms-nachhaltigkeit .breadcrumbs-wrapper {display: none;}
.cms-nachhaltigkeit img {border-radius: 5px;}

.img-caption {color: #9ca7b4;
    font-size: 14px;}

.off-canvas-wrap {
    visibility: visible !important;
}

.async-hide { opacity: 0 !important}

.trees-hide {}
.trees-show {}

.count div{display: inline !important;}

.main-footer .trees-show h3 {display:none;}


/* GESCHWINDIGKEITSSCHILDER */

#options-948-list label[for="options_948_2"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_6.jpg);}
#options-948-list label[for="options_948_3"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_20.jpg);}
#options-948-list label[for="options_948_4"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_25.jpg);}
#options-948-list label[for="options_948_5"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_40.jpg);}
#options-948-list label[for="options_948_6"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_50.jpg);}
#options-948-list label[for="options_948_7"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_60.jpg);}
#options-948-list label[for="options_948_8"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_62.jpg);}
#options-948-list label[for="options_948_9"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_80.jpg);}
#options-948-list label[for="options_948_10"] {background: url(/media/kzxp/geschwindigkeitsschilder/geschwindigkeitschild_100.jpg);}

#options-948-list label {background-position: right !important;
    background-size: 60px !important; background-repeat: no-repeat !important;padding: 20px 80px 20px 20px;}


/* FUßBALL Kennzeichenhalter*/
/*
.fubahalter .options-list li:nth-child(1)  { display: none; }
.fubahalter .options-list li:nth-child(2) label { background: url(/media/kzxp/fuba/halter-schalke04.jpg) no-repeat 50px 7px; }
.fubahalter .options-list li:nth-child(3)  { display: none; }
.fubahalter .options-list li:nth-child(4) label { background: url(/media/kzxp/fuba/halter-1fck.jpg) no-repeat 50px 7px; }
.fubahalter .options-list li:nth-child(5) label { background: url(/media/kzxp/fuba/halter-hamburger-sv.jpg) no-repeat 50px 7px; }
.fubahalter .options-list li:nth-child(6) label { background: url(/media/kzxp/fuba/halter-borussia-mg.jpg) no-repeat 50px 7px; }
.fubahalter .options-list li:nth-child(7)  { display: none; }
.fubahalter .options-list li:nth-child(8)  { display: none; }
.fubahalter .options-list li:nth-child(9) label { background: url(/media/kzxp/fuba/halter-werder.jpg) no-repeat 50px 7px; }
.fubahalter .options-list li:nth-child(10) label { background: url(/media/kzxp/fuba/halter-hertha.jpg) no-repeat 50px 7px; }
*/


.fubahalter .options-list li:nth-child(2)  { display: none; }
.fubahalter .options-list li:nth-child(3) label { background: url(/media/kzxp/fuba/halter-schalke04.jpg) no-repeat 20px 7px; }
.fubahalter .options-list li:nth-child(4)  { display: none; }
.fubahalter .options-list li:nth-child(5) label { background: url(/media/kzxp/fuba/halter-1fck.jpg) no-repeat 20px 7px; }
.fubahalter .options-list li:nth-child(6) label { background: url(/media/kzxp/fuba/halter-hamburger-sv.jpg) no-repeat 20px 7px; }
.fubahalter .options-list li:nth-child(7) label { background: url(/media/kzxp/fuba/halter-borussia-mg.jpg) no-repeat 20px 7px; }
.fubahalter .options-list li:nth-child(8)  { display: none; }
.fubahalter .options-list li:nth-child(9)  { display: none; }
.fubahalter .options-list li:nth-child(10) label { background: url(/media/kzxp/fuba/halter-werder.jpg) no-repeat 20px 7px; }
.fubahalter .options-list li:nth-child(11) label { background: url(/media/kzxp/fuba/halter-hertha.jpg) no-repeat 20px 7px; }

.fubahalter .options-list li label{
padding-top: 80px !important; background-size: 330px !important;
    }
.fubahalter .options-list li:nth-child(1) label{
padding: 13px 80px 13px 20px !important;
    }

.fubahalter {display: none;}




/*Nicht verfügbare Zweizeiler ausblenden */

.limited-selection select option:nth-child(12),
.limited-selection select option:nth-child(13),
.limited-selection select option:nth-child(15),
.limited-selection select option:nth-child(17)
{display:none;}


.limited-selection-h select option:nth-child(15),
.limited-selection-h select option:nth-child(17)
{display:none;}

.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(2),
.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(3),
.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(7),
.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(8),
.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(9),
.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(10),
.product-3d-kennzeichen-premium .saisonkennzeichen select option:nth-child(13)
{display:none;}

.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(2),
.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(3),
.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(7),
.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(8),
.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(9),
.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(10),
.product-3d-e-kennzeichen-elektro .saisonkennzeichen select option:nth-child(13)
{display:none;}

.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(2),
.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(3),
.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(7),
.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(8),
.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(9),
.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(10),
.product-3d-h-kennzeichen-oldtimer .saisonkennzeichen select option:nth-child(13)
{display:none;}

.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(2),
.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(3),
.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(7),
.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(8),
.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(9),
.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(10),
.product-3d-motorradkennzeichen-premium .saisonkennzeichen select option:nth-child(13)
{display:none;}

.product-e-kennzeichen-elektrofahrzeuge .kennzeichenart .options-list li:nth-child(4) {display:none;}

.product-haendlerkennzeichen #cartbtn-overlay, .product-haendlerkennzeichen #kzInputCheckHinweis {display: none !important;}
.cms-datenschutz #usercentrics-button {display:none !important;}