@font-face {
  font-family: "blurtype";
  src:url("../fonts/blurtype.eot");
  src:url("../fonts/blurtype.eot?#iefix") format("embedded-opentype"),
    url("../fonts/blurtype.woff") format("woff"),
    url("../fonts/blurtype.ttf") format("truetype"),
    url("../fonts/blurtype.svg#blurtype") format("svg");
  font-weight: normal;
  font-style: normal;
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.blurtype {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'blurtype';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="blurtype-"]:before,
[class*=" blurtype-"]:before {
  font-family: "blurtype" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blurtype-icon-circle-phone:before {
  content: "\e000";
}
.blurtype-icon-cart:before {
  content: "\e001";
}
.blurtype-icon-light-arrow-down:before {
  content: "\e003";
}
.blurtype-icon-circle-mail:before {
  content: "\e002";
}
.blurtype-icon-circle-phone:before {
  content: "\e000";
}
.blurtype-icon-circle-arrow-prev:before {
  content: "\e004";
}
.blurtype-icon-circle-arrow-next:before {
  content: "\e005";
}
.blurtype-icon-blur:before {
  content: "\e006";
}
.blurtype-facebook-squared:before {
  content: "\e007";
}
.blurtype-twitter:before {
  content: "\e008";
}
.blurtype-social-digg:before {
  content: "\e009";
}
.blurtype-delicious:before {
  content: "\e00a";
}
.blurtype-icon-arrow-select:before {
  content: "\e00b";
}

.icon-country {
	display:inline-block;
	width:38px;
	height:37px;
	background-color:transparent;
	background-image:url('../images/icons/flags.png');
	background-repeat:no-repeat;
}
.icon-country.de {
	background-position:0 0;
}
.icon-country.as {
background-position:-38px 0;
}
.icon-country.ch {
background-position:-76px 0;
}
.icon-country.uk {
background-position:-114px 0;
}
.icon-country.nl {
background-position:-152px 0;
}
.icon-country.lx {
background-position:-190px 0;
}
.icon-country.ic {
background-position:-228px 0;
}
.icon-country.es {
background-position:-266px 0;
}
.icon-country.cz {
background-position:-304px 0;
}
.icon-country.pl {
background-position:-342px 0;
}

/* FONT OSWALD */
nav > ul > li > a,
.box-article .box-article-content h3,
.box-article .box-article-content .box-article-price-area .article-price,
#detail-infos h1,
#detail-tabs .nav-tabs,
#buybox .article-price-area .article-price,
.modal .ajax_add_article .middle .box-article .box-article-content .article-price strong,
footer h3,
.content-text h1,
.viewlast h2,
.footer-wrapper,
.liveshopping.listing,
.liveshopping.detail
{font-family:'Oswald';}

body {
	font-family: 'Lato', Arial, sans-serif;
	font-size:13px;
}
body.sidr-open.main-left-open {
	overflow:hidden;
}
a {
	color:#438839;
}
a:hover, a:focus {
	color: #356e2d;
}
header {
/*	background-image:url("../images/backgrounds/header-blue.jpg"); */
	/*background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;*/
	border-bottom:2px solid #c7e5c2;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
header:after {
	content:'';
	display:block;
	clear:both;
	height: 0px;
}
.header-top-container {
	background-color:transparent;

	margin-bottom:60px;
}
.footer-wrapper {
	border: 1px solid #c7e5c2;
	background-color: #f6f6f6;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:3px;
	color:#366f2d;
	font-size:16px;
}
.footer-wrapper .headline {
	font-weight:800;
	font-size:16px;
}
.footer-wrapper a {
	color:#366f2d;
}
.footer-wrapper ul {
	margin-left:-15px;
}
.footer-wrapper ul>li {
	padding-right:15px;
	padding-left:15px;
}
.footer-wrapper ul>li .glyphicon {
	font-size: 24px;
	margin-top: -10px;
	top: 5px;
	margin-right: 12px;
}
.footer-wrapper ul>li img {
	max-width: 21px;
	display: inline-block;
	border-radius: 2px;
	top: -2px;
	position: relative;
	margin-right: 5px;
}
.footer-wrapper ul>li.bio-logo {
	margin-right: -17px;
}
.footer-wrapper ul>li.bio-logo img {
	max-width: 50px;
	top: -10px;
	margin-bottom: -15px;
	display: none;
}
.footer-tax-note {
	line-height:33px;
	font-size: 12px;
	color: #858585;
}
footer {
	background:transparent none;
	padding-top:0;
}
footer h3 {
	color:#fff;
	font-size:1.69em;
	text-transform:normal;
	margin:0 0 20px;
}
footer p {
	font-size:1.16em;
}

footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

/* MODAL HACK - its a little bit creepy */
.modal {
	border: 1px solid #888;
	box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	-moz-box-shadow: 0 0 15px #666;
	bottom: auto;
	overflow: auto;
	border-radius: 6px;
}
.modal .heading {
	border-bottom: 1px solid #ccc;
	padding: 15px;
	font-size: 1.5em;
	position:relative;
}
.modal .heading h2 {
	margin:0;
	margin-right: 30px;
}
.modal .heading .modal_close {
	font-weight: 900;
	color: #aaa;
	font-size: 1.5em;
	position: absolute;
	top: 10px;
	right: 15px;
	line-height: 1;
	height: auto;
}
.modal .heading .modal_close:hover {
	color: #428bca;
	text-decoration:none;
}
.modal .ajax_add_article .middle {
	padding: 15px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e3e3e3;
}
.modal .ajax_add_article .bottom {
	padding: 15px;
}
.modal .ajax_add_article .bottom .cross-selling {
	margin-left:-10px;
	margin-right:-10px;
}
.modal .ajax_add_article .bottom .cross-selling h2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.5em;
	color: #777;
	margin-bottom: 20px;
}
.modal .ajax_add_article .bottom .cross-selling .box-article {
	margin:0;
}
.modal .ajax_add_article .bottom .cross-selling .box-article .box-article-thumb {
	height: 115px;
}
.modal .inner_container {
	padding:15px;
}
.modal .ajax_add_article .middle .box-article {
	margin-top:0;
}
.modal .ajax_add_article .middle .box-article .box-article-thumb {
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #c5cad6;
	width: 180px;
}
.modal .ajax_add_article .cross-selling-slider .owl-item .item {
	margin: 0 10px;
}
.modal .ajax_add_article .middle .box-article .box-article-content h3>small{
	font-size: 0.9em;
}
.modal .ajax_add_article .middle .box-article .box-article-content h3 {
	margin-bottom:10px;
	white-space:normal;
}
.modal .ajax_add_article .middle .box-article .box-article-content .article-price {
	display:block;
	font-size: 1.2em;
	color: #777;
}
.modal .ajax_add_article .middle .box-article .block-group-addon {
	border-right:1px solid #c5cad6;
}
.modal .ajax_add_article .middle .box-article .box-article-content .article-price strong{
	font-weight:800;
	color: #366f2d;
	font-size: 1.1em;
}
.modal .ajax_add_article .middle .actions:after {
	content:'';
	clear:both;
	display:block;
}
.modal .ajax_login_form .new_customer {
	padding: 15px;
	border-bottom: 1px solid #ccc;
}
.modal .ajax_login_form .new_customer h2,
.modal .ajax_login_form .existing_customer h2 {
	margin-top:0;
}
.modal .ajax_login_form .existing_customer {
	padding: 15px;
}

.alert > h3 {
	margin: 0 0 10px;
	font-size: 1.5em;
	font-weight: 700;
}
.divider-row {
	position:relative;
}
.divider-row:after {
	display:block;
	content:'';
	clear:both;
}
.divider-row>.column {
	padding-left:30px;
	padding-right:30px;
}
.divider-vertical {
	position: relative;
	z-index: 2;
	top: auto;
	left: auto;
	margin: 40px 0;
	width: 100%;
	height: 0;
	line-height: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	font-size: 1em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,.8);
	display: block;
}
.divider-vertical:before,
.divider-vertical:after {
	position: absolute;
	left: 30px;
	content: " ";
	z-index: 3;
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(255,255,255,.8);
	width: 35%;
	height: 0;
}
.divider-vertical:before {
	top: -100%;
}
.divider-vertical:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 30px;
}
dl {
	display: table;
	width: 100%;
	margin-left:-10px;
	margin-right:-10px;
	font-size:1.07em;
	margin-bottom:10px;
}
dl:after {
	content:'';
	clear:both;
	display:block;
}
dl dt {
	display: table-cell;
	word-break: break-word;
	font-weight:400;
}
dl dd {
	display: table-cell;
	word-break: break-word;
	font-weight:600;
}
dl dt.col-xs-1, dl dt.col-sm-1, dl dt.col-md-1, dl dt.col-lg-1, 
dl dt.col-xs-2, dl dt.col-sm-2, dl dt.col-md-2, dl dt.col-lg-2, 
dl dt.col-xs-3, dl dt.col-sm-3, dl dt.col-md-3, dl dt.col-lg-3, 
dl dt.col-xs-4, dl dt.col-sm-4, dl dt.col-md-4, dl dt.col-lg-4, 
dl dt.col-xs-5, dl dt.col-sm-5, dl dt.col-md-5, dl dt.col-lg-5, 
dl dt.col-xs-6, dl dt.col-sm-6, dl dt.col-md-6, dl dt.col-lg-6, 
dl dt.col-xs-7, dl dt.col-sm-7, dl dt.col-md-7, dl dt.col-lg-7, 
dl dt.col-xs-8, dl dt.col-sm-8, dl dt.col-md-8, dl dt.col-lg-8, 
dl dt.col-xs-9, dl dt.col-sm-9, dl dt.col-md-9, dl dt.col-lg-9, 
dl dt.col-xs-10, dl dt.col-sm-10, dl dt.col-md-10, dl dt.col-lg-10, 
dl dt.col-xs-11, dl dt.col-sm-11, dl dt.col-md-11, dl dt.col-lg-11, 
dl dt.col-xs-12, dl dt.col-sm-12, dl dt.col-md-12, dl dt.col-lg-12, 
dl dd.col-xs-1, dl dd.col-sm-1, dl dd.col-md-1, dl dd.col-lg-1, 
dl dd.col-xs-2, dl dd.col-sm-2, dl dd.col-md-2, dl dd.col-lg-2, 
dl dd.col-xs-3, dl dd.col-sm-3, dl dd.col-md-3, dl dd.col-lg-3, 
dl dd.col-xs-4, dl dd.col-sm-4, dl dd.col-md-4, dl dd.col-lg-4, 
dl dd.col-xs-5, dl dd.col-sm-5, dl dd.col-md-5, dl dd.col-lg-5, 
dl dd.col-xs-6, dl dd.col-sm-6, dl dd.col-md-6, dl dd.col-lg-6, 
dl dd.col-xs-7, dl dd.col-sm-7, dl dd.col-md-7, dl dd.col-lg-7, 
dl dd.col-xs-8, dl dd.col-sm-8, dl dd.col-md-8, dl dd.col-lg-8, 
dl dd.col-xs-9, dl dd.col-sm-9, dl dd.col-md-9, dl dd.col-lg-9, 
dl dd.col-xs-10, dl dd.col-sm-10, dl dd.col-md-10, dl dd.col-lg-10, 
dl dd.col-xs-11, dl dd.col-sm-11, dl dd.col-md-11, dl dd.col-lg-11, 
dl dd.col-xs-12, dl dd.col-sm-12, dl dd.col-md-12, dl dd.col-lg-12 {
	float:none;
	padding-left: 10px;
	padding-right: 10px;
}
dl.footer-contact-informations {
	margin-left:0;
	margin-right:0;
	font-size: 1.2em;
}
dl.footer-contact-informations dt {
	width: 43%;
}
dl.footer-contact-informations dd {
}
.footer-bottom-addon {
	margin-left: 30px;
	margin-right: 30px;
	border-top: 0;
	margin-top: 17px;
	margin-bottom: 50px;
	padding-top: 0;
}
ul.footer-list li {
	margin: 8px 0;
	font-size: 1.07em;
}
.footer-contact-text {
	margin-bottom:20px;
}
ul.footer-contact-informations li {
	margin-bottom: 15px;
}
ul.footer-contact-informations li:after {
	content:'';
	clear:both;
	display:block;
}
ul.footer-contact-informations li .footer-contact-informations-text{
	display: block;
	font-size: 1.38em;
	padding: 5px 0;
	font-weight: 700;
	word-wrap: break-word;
	margin-left: 45px;
}
ul.footer-contact-informations .blurtype {
	font-size:2.69em;
	top:auto;
	display:block;
	float:left;
	color:#5bb64c;
	margin-right: 10px;
}
footer > .container > .row {
	margin-left: -20px;
	margin-right: -20px;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5 {
	float:left;
	padding-left:20px;
	padding-right:20px;
	width:23%;
}
.footer-col-2 {
	width:30%;
}
.footer-col-5 {
	width:100%;
	margin-top:30px;
}
.footer-newsletter-text {
	margin-bottom:20px;
}
.blurcreative-copyright .icon {
	line-height: 33px;
	background-image: url("../images/bc-cr-logo.png");
	background-size: contain;
	background-position: 0 0;
	display: inline-block;
	width: 104px;
	height: 33px;
}
.blurcreative-copyright span {
	display: inline-block;
	color: #848484;
	font-weight: 700;
	margin-right: 8px;
}
#dropdown-language {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.lang-flag {
	padding: 0;
}
.btn-group>.lang-flag {
	float: none;
	line-height: 1;
}
.lang-flag img {
	height:16px;
	vertical-align: top;
}
#header-top {
	border-bottom:0;
	padding-top:12px;
	padding-bottom:12px;
}
#logo {
	position:relative;
}
#logo:after {
	content:'';
	display:block;
	clear:both;
}
#logo a {
	display:block;
	width: 1%;
	height: 32px;
	float:left;
}
#logo a img {
	display:block;
	max-height:32px;
	max-width:180px;
}
#ajax-validate-error,
#ajax_validate_email_error {
	color: #a94442;
	background-color: #f2dede;
	border:1px solid #ebccd1;
	border-radius: 4px;
	padding:15px;
}
#ajax-validate-error:after,
#ajax_validate_email_error:after {
	position: absolute;
	display: block;
	width: 8px;
	height: 8px;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: "";
	top: 50%;
	border-left-width: 0;
	border-right-color: #ebccd1;
	left: -8px;
	margin-top: -8px;
}
.text-left {
	text-align:left !important;
}
.input-group-spaced {

}
.input-group-spaced .input-group-btn:last-child {
	padding-left: 10px;
}
.input-group-spaced .input-group-btn:last-child>.btn {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.input-group.input-group-spaced .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.form-element-fluid .outer-select, .form-element-fluid .outer-select select {
	width:100% !important;
}
.btn-uppercase {
	text-transform:uppercase;
}
.btn-mint {
	color:#004d4a;
	font-weight:700;
	background-color: #5bb64c;
}
.btn-grey-rounded {
	color:#fff;
	background-color:#272727;
	border:1px solid #989898;
	-webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s; /* For Safari 3.1 to 6.0 */
	transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn-grey-rounded:hover {
	background-color:#fff;
	color:#272727;
	border-color:#fff;
}
.btn-grey:hover {
	color:#fff;
}
.btn-primary.btn-primary-darkblue {
	background-image: -moz-linear-gradient(top, #556b87 0%, #293c5a 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#556b87), color-stop(100%,#293c5a)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #556b87 0%,#293c5a 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #556b87 0%,#293c5a 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #556b87 0%,#293c5a 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #556b87 0%,#293c5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#556b87', endColorstr='#293c5a',GradientType=0 ); /* IE6-9 */
}
.btn-primary.btn-primary-darkblue:hover {
	background-color:#293d5a;
	background-image:none;
}
.btn-darkblue-rounded {
	background-color:#f6f6f6;
	border:2px solid #366f2d;
	color:#366f2d;
	-webkit-transition: background-color 0.2s, color 0.2s; /* For Safari 3.1 to 6.0 */
	transition: background-color 0.2s, color 0.2s;
}
.btn-darkblue-rounded:hover {
	background-color:#366f2d;
	color:#fff;
}
.btn-primary.btn-primary-mintgreen {
	border-color:#5eb74f;
	background-color:#53b144;
	background-image: -moz-linear-gradient(top, #68bd59 0%, #53b144 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68bd59), color-stop(100%,#53b144)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #68bd59 0%,#53b144 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #68bd59 0%,#53b144 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #68bd59 0%,#53b144 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #68bd59 0%,#53b144 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68bd59', endColorstr='#53b144',GradientType=0 ); /* IE6-9 */
}
.btn-primary.btn-primary-mintgreen:hover {
	background-color:#53b144;
	background-image:none;
}
.btn-info-light {
	background-color: #d9edf7;
	border-color: #A9CDD5;
	color: #31708f;
	background-image: -moz-linear-gradient(top, #e6f0f4 0%, #cde8f4 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0f4), color-stop(100%,#cde8f4)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #e6f0f4 0%,#cde8f4 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #e6f0f4 0%,#cde8f4 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #e6f0f4 0%,#cde8f4 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #e6f0f4 0%,#cde8f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0f4', endColorstr='#cde8f4',GradientType=0 ); /* IE6-9 */
}
.info-text-small {
	font-size: 12px;
	color: #999;
}
.dropdown-menu {
	white-space:normal;
}
.dropdown-menu.position-right {
	left:auto;
	right:0;
	margin-right: -15px;
}
.dropdown-menu>li {
}
.dropdown-menu {
	margin: 12px 0 0;
}
.dropdown-menu>li>div {
	padding:3px 20px;
}
.dropdown-menu>li>div .dropdown-header {
	padding-left:0;
	padding-right:0;
}
.dropdown-menu>li>a {
	color: #438839;
}
.dropdown-menu>li.arrow {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: rgba(0,0,0,.25);
	top: -17px;
	border-width: 8px;
}
.dropdown-menu>li.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: "";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.dropdown-menu.position-right>li.arrow {
	left: auto;
	right: 20px;
}
.dropdown-menu {
	padding: 12px 0;
}
.my-account.dropdown .dropdown-menu {
	width:220px;
}
#compareContainerResults .compare-item .icon-text-node {
	width: 155px;
	line-height: 1.2;
}
#compareContainerResults .compare-item a:hover {
	color:#C63300;
}
.dropdown-menu > .dropdown-blank {
	padding:3px 20px;
}
.my-options .currency {
	margin-bottom:10px;
}
.my-options .currency:last-child {
	margin-bottom:0;
}
.icon-text-node {
	display:inline-block;
}
.icon {
	display:inline-block;
	background-image:url("../images/icons/icon-image-sprite.png");
	background-repeat:no-repeat;
	background-size: 250px 250px;
	line-height: 0;
	text-indent:-999em;
	text-align:left;
}
.icon-more {
	display: block;
	padding: 0 3px;
}
.icon-more .icon-more-point {
	display: block;
	border: 2px solid #000;
	margin: 2px 0;
}
.icon.icon-arrow-bullet {
	width:21px;
	height:21px;
	background-position: 0 0;
}
.icon.icon-new {
	width:48px;
	height:48px;
	background-position: 0 -83px;
}
.icon.icon-highlight {
	width:118px;
	height:119px;
	background-position: -48px 0;
}
.icon.icon-green-checked {
	width:24px;
	height:24px;
	background-position: 0 -192px;
}
.icon.icon-sale-badge {
	width:32px;
	height:26px;
	background-position: 0 -131px;
}
.icon.icon-cloud {
	width:50px;
	height:34px;
	background-position: -48px -119px;
}
.icon.icon-arrow-dropdown {
	width:10px;
	height:6px;
	background-position: 0 -77px;
}
.icon.icon-filter-indicator {
	width:14px;
	height:14px;
	background-position: 0 -21px;
	text-indent:-999em;
}
.icon.icon-filter-close {
	width:14px;
	height:14px;
	background-position: 0 -49px;
	text-indent:-999em;
}
.icon.icon-bonus-points {
	width:36px;
	height:36px;
	background-position: -24px -192px;
	text-indent:-999em;
}
.label-button {
	font-size: 0.85em;
	text-transform: none;
	font-weight: 600;
	background-color: #ccc;
	display: inline-block;
	margin: 0;
	line-height: 2.5;
	padding: 0 11px;
	position: absolute;
	right: 3px;
	top: 3px;
	bottom: 3px;
	left: auto;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}
.label-button.label-button-danger {
	background-color:#ce3202;
}
.link-face {
	color:#fff;
	cursor:pointer;
}
.black-canvas {
	background-color:#171717;
}
.white-canvas {
	background-color:#fff;
}
.grey-canvas {
	background-color:#f6f6f6;
	background-image:url(../images/backgrounds/canvas-shadow.png), url(../images/backgrounds/grey-canvas.png);
	background-repeat:repeat-x, repeat;
	background-position:left bottom, top center;
}
.green-canvas {
	/*background-color:#f6f6f6;
	background-image:url(../images/backgrounds/canvas-shadow.png), url(../images/backgrounds/green-canvas.png);
	background-repeat:repeat-x, repeat;
	background-position:left bottom, top center;*/
}
.page-body {
	margin-top:50px;
	margin-bottom:50px;
}
#sidebar {
	padding-left:15px;
	padding-right:15px;
	position: relative;
	min-height: 1px;
}
#content {
	padding-left:15px;
	padding-right:15px;
	position: relative;
	min-height: 1px;
}
.content-header {
	padding-bottom: 25px;
}
.content-text {
	margin: 0 0 35px;
}
.content-text h1 {
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 20px;
	font-size:2em;
	font-weight:300;
}
.listing-header .content-text h1 {
	text-align: left;
	text-transform: none;
	font-weight: 100;
	font-size: 2.7em;
}
.content-text .content-description {
	text-align: center;
	color: #52B321;
	font-size: 1.2em;
	font-weight: 400;
	padding: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
	font-style: italic;
}
.listing-header  .content-text .content-description {
	padding: 0;
	color: #fff;
	text-align: left;
	font-style: normal;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.7;
}
.content-text .content-btn {
	margin-top: 25px;
	text-align:center;
}
.content-text .content-description a {
	text-decoration:underline;
	color: #CFE3BD;
}
.content-image {
	margin-bottom:30px;
}
.content-image img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
#full-categorie-description {
	padding-top: 20px;
}
#full-categorie-description h3 {
	margin: 0 0 8px;
	font-size: 1.6em;
	font-weight: 600;
	color: #777;
	text-shadow: 1px 1px 0 #fff;
}
#full-categorie-description p { 
	color: #555;
	text-shadow: 1px 1px 0 #fff;
}
.box-canvas-white {
	background-color:#fff;
	border:1px solid #d1d8ca;
	border-radius:3px;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
	margin-bottom: 30px;
}
.box-canvas-white h2 {
	text-transform: uppercase;
	font-size: 1.05em;
	font-weight: 800;
	color: #838282;
	margin: 0;
	border-bottom:1px solid #d1d8ca;
	height:37px;
	line-height:37px;
	padding:0 17px;
	position:relative;
}
.box-inner-body {
	padding:15px 0;
}
.box-inner-body:after {
	content: '';
	clear: both;
	display: block;
}
.box-categories {

}
.box-categories > ul {
	padding:0;
	margin:0;
	list-style:none;
}
.box-categories > ul > li {
	border-bottom:1px solid #d1d8ca;
}
.box-categories > ul > li:last-child {
	border-bottom: 0;
}
.box-categories > ul > li:last-child a{
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.box-categories > ul > li:first-child a{
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.box-categories > ul > li > a {
	padding: 13px 17px;
	display: block;
	color: #366f2d;
	font-weight: 600;
	font-size: 1.13em;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f7f7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f9',GradientType=0 ); /* IE6-9 */
}
.box-categories > ul > li > a:hover {
	text-decoration:none;
	background-color: #edf5e1; /* Old browsers */
	background: -moz-linear-gradient(top, #edf5e1 0%, #e9f3dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf5e1), color-stop(100%,#e9f3dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #edf5e1 0%,#e9f3dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #edf5e1 0%,#e9f3dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #edf5e1 0%,#e9f3dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #edf5e1 0%,#e9f3dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5e1', endColorstr='#e9f3dc',GradientType=0 ); /* IE6-9 */
}
.box-categories > ul > li.active > a {
	color:#fff;
	background: #68be59; /* Old browsers */
	background: -moz-linear-gradient(top, #68be59 0%, #53b144 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68be59), color-stop(100%,#53b144)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #68be59 0%,#53b144 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #68be59 0%,#53b144 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #68be59 0%,#53b144 100%); /* IE10+ */
	background: linear-gradient(to bottom, #68be59 0%,#53b144 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68be59', endColorstr='#53b144',GradientType=0 ); /* IE6-9 */
}
.box-categories > ul > li > a > .text-node {
	display: inline-block;
	vertical-align: top;
	line-height: 21px;
}
.box-categories > ul > li > a > .icon {
	margin-bottom: -5px;
	margin-right:10px;
}
.box-categories > ul > li ul {
	list-style:none;
	padding-left: 17px;
	margin: 15px 0;
}
.box-categories > ul > li ul li {
	margin: 6px 0;
}
.box-categories > ul > li ul li a {
	font-weight: 600;
	font-size: 1.1em;
}
.box-categories > ul > li ul.submenu li a {
	color: #366f2d;
}

.sidr {
	-webkit-box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.15)); /* WebKit */
	-moz-box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.15)); /* Firefox */
	box-shadow: inset -10px 0px 10px 0px rgba(0, 0, 0, 0.15); /* Standard */
}

/* TRUSTED SHOPS BOX */
#trusted-shops-box {}
#trusted-shops-box .trusted-shops-icon {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-align:center;
	margin-bottom:15px;
}
#trusted-shops-box .trusted-shops-icon img {
}
#trusted-shops-box .content {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
#trusted-shops-box .content p {
	color: #6d6d6d;
	font-weight: 500;
}
#trusted-shops-box .content .heading {
	display:block;
	color: #000;
	font-weight: 800;
	font-size: 1.23em;
}
ul#compareContainerResults {
	list-style:none;
	padding:0;
}
ul#compareContainerResults .compare-delete-item {
	display:block;
}

/* FILTER BOX */
.filter_properties h2 .label-button {
	display:none;
}
.filter_properties .filterValue {
	border-bottom:1px solid #d1d8ca;
	position:relative;
	background-color:#fbfbfb;
	background-image:url("../images/backgrounds/box-gardient.png");
	background-repeat:repeat-x;
	background-size:38px 38px;
	background-position:left bottom;
}
.filter_properties .filterValue:last-child {
	border-bottom:0;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.filter_properties .filterValue .slideLabel {
	padding: 12px 17px;
	cursor: pointer;
	font-weight: 600;
	color: #366f2d;
	font-size: 1.13em;
	position:relative;
}
.filter_properties .filterValue .slideLabel .expandcollapse {
	position:absolute;
	top: 50%;
	margin-top: -7px;
	right: 15px;
}
.filter_properties .filterValue .slideLabel.active .expandcollapse {
	background-position:0 -35px;
}
.filter_properties .filterValue .slideContainer {
	margin: 0 17px;
	padding-bottom:18px;
}
.filter_properties .filterValue .slideContainer ul {
	padding:0;
	margin:0;
	list-style: none;
}
.filter_properties .filterValue .slideContainer ul li {
	margin-bottom:11px;
}
.filter_properties .filterValue .slideContainer ul li:last-child {
	margin-bottom:0;
}
.filter_properties .filterValue .slideContainer ul li a {
	background-color:#fff;
	padding:7px 11px;
	border-width:1px 1px 1px 1px;
	border-style:solid solid solid solid;
	border-color:#dfdfdf #eeeeee #b9b9b9 #cbcbcb;
	border-radius:4px;
	display:block;
	position:relative;
	color:#366f2d;
	font-size:1.03em;
}
.filter_properties .filterValue .slideContainer ul li a:hover {
	border-color:#bbb #bbb #bbb #bbb;
}
.filter_properties .filterValue.supplier .slideContainer ul li a img {
	max-width:100%;
}
.filter_properties .filterValue.supplier .slideContainer ul li a .icon-filter-close {
	top: 10px;
	margin: 0;
	background-position:0 -63px;
}
.filter_properties .filterValue.supplier .slideContainer ul li.active a {
	background:#fff none;
}
.filter_properties .filterValue .slideContainer ul li a:hover {
	text-decoration:none;
}
.filter_properties .filterValue .slideContainer ul li.active a {
	color:#fff;
	border-color:#253141 #31672a #466c3f #31672a;
	background: #194313; /* Old browsers */
	background: -moz-linear-gradient(top, #194313 0%, #5e9355 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#194313), color-stop(100%,#5e9355)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #194313 0%,#5e9355 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #194313 0%,#5e9355 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #194313 0%,#5e9355 100%); /* IE10+ */
	background: linear-gradient(to bottom, #194313 0%,#5e9355 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194313', endColorstr='#5e9355',GradientType=0 ); /* IE6-9 */
}
.filter_properties .filterValue .slideContainer ul li a .icon-filter-close {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
}
.userpanel.list-inline {
	margin-right: -5px;
}
.userpanel {
	float:right;
	margin-bottom:0;
}
.userpanel a .badge.quantity{
	border: 1px solid #b4b4b4;
	background-color: #ececec;
	color: #666666;
	font-weight: 800;
	margin-left: 10px;
	font-size: 1em;
}
.userpanel a {
	font-size:1em;
}
.userpanel > li > a, .userpanel > li > div > a {
	color:#666666;
}
.userpanel.list-inline>li {
	padding-left:5px;
	padding-right:5px;
}
.userpanel .cart-top-link a {
	font-size: 1.2em;
}
.userpanel a:hover {
	text-decoration:none;
}
.userpanel a:focus {
	text-decoration: none;
	outline: none;
}
.userpanel .dropdown.open > a {
	background-color: transparent;
}
.userpanel > li > div.dropdown.open > a > .glyphicon {
	color: #666;
}
.userpanel > li > .glyphicon, 
.userpanel > li > a > .glyphicon, 
.userpanel > li > div > a > .glyphicon, 
.userpanel > li > .link-face >.glyphicon, 
.userpanel > li > div > .link-face >.glyphicon{
	color:#666;
	font-size: 1.3em;
	margin-right: 0;
}
.userpanel .cart-top-link .badge {
	font-size: 1em;
	padding: 3px 9px;
	font-weight: 900;
}
.quick-search.input-group {
	width: 100%;
	display: block;
	margin-bottom:20px;
	margin-top:20px;
}
.quick-search.input-group .input-group-btn .btn {
	background:transparent none;
}
.quick-search.input-group .input-group-btn .btn .glyphicon {
	color:#fff;
	text-shadow: 0 0 3px rgba(0,0,0,1);
}
.quick-search.input-group .form-control {
	background-color: rgba(0,0,0,0.5);
	border-radius: 4px;
	border: 2px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.7);
	float:none;
	color: #fff;
	font-size: 1.3em;
}
.quick-search.input-group .form-control:focus {

} 
.quick-search.input-group .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	z-index: 5;
}
.quick-search.input-group .form-control::-webkit-input-placeholder {
	color: #fff;
	font-style: oblique;
}
nav {
	margin-left:15px;
	margin-right:15px;
	margin-top: 15px;
	margin-bottom: 15px;
	position:relative;
	background-color: #35435a;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border: 1px solid #35435a;
}
nav .menu-button {
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	line-height: 1;
	border-radius: 4px;
	background: -moz-linear-gradient(top, #48566c 0%, #35435a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48566c), color-stop(100%,#35435a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #48566c 0%,#35435a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #48566c 0%,#35435a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #48566c 0%,#35435a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #48566c 0%,#35435a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48566c', endColorstr='#35435a',GradientType=0 ); /* IE6-9 */
}
.navbar-toggle-icon {
	display:inline-block;
	margin-left: 20px;
}
.navbar-toggle-icon .ico-bar {
	width: 22px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-top:4px;
}
.navbar-toggle-icon .ico-bar:first-child {
	margin-top:0;
}
header nav {
	display:none;
}
nav:after {
	content:'';
	display:table;
	clear:both;
}
nav > ul {
	margin:0;
	padding:0;
	width: 100%;
	max-height: 0;
}
nav > ul.flexnav-show {
	border-top: 1px solid #48566c;
	padding: 0 0 20px;
}
nav > ul.flexnav-show > li {
	margin: 0;
	border: 0;
	border-radius: 0;
	border-bottom:1px solid #48566c;
}
nav > ul.flexnav-show > li a{
	margin: 0;
	border: 0;
	border-radius: 0;
	padding: 15px 20px;
}
nav > ul.flexnav-show > li.active {
	background-color: transparent;
	border-radius: 0;
}
nav > ul.flexnav-show > li.active a {
	background-color:#151f2e;
	color:#fff;
}
nav > ul.flexnav-show > li:hover {
	border: 0;
	border-radius: 0;
	border-bottom:1px solid #48566c;
}
nav > ul.flexnav-show > li:hover a {
	background-color:#48566c;
}
nav > ul > li {
	font-size:1.1em;
	margin: 0 7px;
	position: relative;
	list-style: none;
	float: left;
	display: block;
	width: auto;
}
nav > ul > li > a {
	color:#fff;
	padding:7px 9px;
	border-radius:3px;
	border:1px solid transparent;
}
nav > ul > li > a:hover {
	border:1px solid #fff;
	color:#fff;
	text-decoration:none;
}
nav > ul > li.active > a {
	background-color:#fff;
	border-radius:3px;
	text-decoration:none;
	color:#0e1520;
}
nav > ul > li > a > .blurtype {
	top: 0;
	font-size: 0.6em;
	margin-left: 8px;
}
.outer-select {
	display:inline-block;
	position:relative;
	border: 1px solid #d1d8ca;
	border-radius: 4px;
	background-color:#fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	cursor:pointer;
}
.outer-select select {
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	height:26px;
}
.outer-select .inner-select {
	padding:4px 10px;
	position:relative;
}
.outer-select .inner-select .icon-arrow-dropdown {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 10px;
}
.outer-select .inner-select .select-text {}
.select-lg .outer-select .inner-select {
	padding: 7px 10px;
}
.has-error .outer-select {
	border-color:#a94442;
}
.pagination {
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.pagination>li>a, .pagination>li>span {
	padding: 4px 8px;
	color: #366f2d;
	border: 1px solid #d1d8ca;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	border-color:#d1d8ca;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color:#366f2d;
	font-weight:800;
}
.break-line {
	clear: both;
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.break-line:before {
	content: '';
	clear:both;
	display: block;
	padding-top: 7px;
	border-bottom: 1px solid #ccc;
}
.break-line:after {
	content: '';
	clear:both;
	display: block;
	padding-top: 10px;
}
.listing-actions label {
	vertical-align: top;
	padding: 4px 0;
	margin-bottom: 0;
	color:#424242;
	margin-right:15px;
}
.listing-actions label strong {
	font-weight:800;
}
.listing-actions .paging, .listing-actions .sort-filter, .listing-actions .articleperpage, .listing-actions  .list-settings {
	padding-left:15px;
	padding-right:15px;
	display: block;
	float: left;
}
.listing-actions .paging .pagination {
	margin: 0;
}
.listing-actions .list-settings {
	float:right;
}
.listing-actions .articleperpage {
	float:right;
}
.list-settings ul {
	padding:0;
	margin:0;
	list-style:none;
	background-color: #fff;
	border: 1px solid #d1d8ca;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	display: inline-block;
}
.list-settings ul li {
	display:inline;
}
.list-settings a {
	padding: 4px 10px 3px;
	display: block;
	color:#366f2d;
	float:left;
}
.list-settings li:first-child>a {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.list-settings li:last-child>a {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-left: 1px solid #d1d8ca;
}
.list-settings a.active {
	background-color:#366f2d;
	color:#fff;
}
.list-settings a:hover {
	background-color:#f6f6f6;
}
.list-settings a .glyphicon {
	font-size:1.2em;
}

/* ARTICLE BOXES */
.box-article {
	border-radius:4px;
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border: 1px solid #d1d8ca;
	margin: 15px 0;
}
.box-article .box-article-thumb {
	border-bottom: 1px solid #d1d8ca;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 10px;
	position: relative;
	height: 150px;
}
.box-article .box-article-thumb .icon-new {
	position: absolute;
	top: -15px;
	right: -11px;
}
.box-article .box-article-thumb .icon-highlight {
	position: absolute;
	top: -8px;
	left: -8px;
}
.box-article .box-article-thumb img {
	display:block;
	margin:0 auto;
	max-height:130px;
	max-width:100%;
}
.box-article .box-article-content {
	padding: 16px 19px;
}
.box-article .box-article-content h3 {
	font-size:1.15em;
	margin:0;
	font-weight:700;
	white-space: nowrap;
	overflow:hidden;
	line-height: 1.3;
	position:relative;
}
.box-article .box-article-content h3 a {
	color:#424242;
	display:block;
}
.box-article .box-article-content h3 a .fade-text-white {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	background:url("../images/backgrounds/fade-text-white.png") 0 0 repeat-y;
}
.box-article .box-article-content .box-article-price-area {
	position:relative;
	padding: 5px 0;
	text-align: left;
}
.box-article .box-article-content .box-article-price-area .article-price {
	color:#366f2d;
	font-size:1.38em;
	font-weight:800;
}
.box-article .box-article-content .box-article-price-area.has-pseudo-price .article-price {
	color:#d72e00;
}
.box-article .box-article-content .box-article-price-area.has-pseudo-price .pseudo-price {
	font-size:1.07em;
	font-weight:700;
	color:#727272;
	text-decoration: line-through;
}
.box-article .box-article-content .box-article-price-area .icon-sale-badge {
	position: absolute;
	left: -36px;
	top: 4px;
}
.box-article .box-article-content .article-description {
	font-size:0.92em;
	color:#424242;
	line-height: 1.3;
	margin-bottom: 12px;
	height: 2.5em;
}
.box-article .box-article-content .article-price-unit, .box-article .box-article-content .article-price-unit-pseudo {
	font-size:0.92em;
	color:#424242;
	line-height: 1.3;
	margin-bottom: 12px;
	height: 2.5em;
}
.box-article .box-article-content .article-actions {
	position: relative;
	display: table;
	border-collapse: separate;
}
.box-article .box-article-content .article-actions .left-pull {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: table-cell;
	height: 34px;	
	padding-right:5px;
}
.box-article .box-article-content .article-actions .right-pull {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}

/* LISTING 1 COL */
#listing-1col .box-article {
	position: relative;
	display: table;
	border-collapse: separate;
}
#listing-1col .box-article .box-article-thumb-wrapper {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
	border-right: 1px solid #d1d8ca;
}
#listing-1col .box-article .box-article-thumb {
	border:0;
	width:250px;
	position: static;
}
#listing-1col .box-article .box-article-content {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 30px 30px 39px 64px;
	border-left: 1px solid #d1d8ca;
	margin-left: -1px;
}
#listing-1col .box-article:after {
	display:block;
	content:'';
	clear:both;
}
#listing-1col .box-article .box-article-content .article-description {
	font-size: 1.07em;
}
#listing-1col .box-article .box-article-content .article-description p {

}
#listing-1col .box-article .box-article-content .article-actions {
	float: right;
	width: 170px;
	padding: 4px 0;
}
#listing-1col  .box-article .box-article-content h3 {
	margin-bottom:15px;
	font-size: 1.38em;
	white-space: normal;
}
#listing-1col .box-article-price-box {
	float:left;
}
#listing-1col .box-article .box-article-content .article-price-unit, 
#listing-1col .box-article .box-article-content .article-price-unit-pseudo {
	font-size: 1em;
}
#listing-1col .box-article .box-article-content .box-article-price-area .article-price {
	font-size: 1.69em;
}
#listing-1col .box-article .box-article-content .box-article-price-area.has-pseudo-price .pseudo-price {
	font-size: 1.23em;
}
#listing-1col .box-article .box-article-content .box-article-price-area .icon-sale-badge {
	top: 50%;
	margin-top: -13px;
}
#listing-1col .box-article .box-article-content h3 a {
	display: inline-block;
}

ul.article-action-more-list {
	list-style:none;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.article-action-more-list li {

}
ul.article-action-more-list li a {
	font-size: 1.07em;
}

/* TAGCLOUD */
.tagcloud {
	background-color:#171717;
	border-radius:4px;
	margin:30px 0;
}
.tagcloud h2 {
	color: #c4c4c4;
	font-size: 1.84em;
	font-weight: 700;
	margin: 0;
	padding: 0 24px;
	border-bottom: 1px solid #434343;
	vertical-align: top;
	position: relative;
}
.tagcloud h2:after {
	content:'';
	clear:both;
	display: block;
}
.tagcloud h2 .icon-cloud {
	float: left;
	margin: 19px 0;
	margin-right: 18px;
}
.tagcloud h2 .icon-text-node {
	float: left;
	display:inline-block;
	line-height: 72px;
}
.tagcloud .tagcloud-content {
	padding:24px;
}
.tagcloud .tagcloud-content a {
	color:#fff;
	display: inline-block;
	padding-right: 7px;
}
.tagcloud .tagcloud-content a.tag0 {
	font-size:1.8em;
	font-weight:800;
}
.tagcloud .tagcloud-content a.tag1 {
	font-size:1.6em;
	font-weight:700;
}
.tagcloud .tagcloud-content a.tag2 {
	font-size:1.4em;
}
.tagcloud .tagcloud-content a.tag3 {
	font-size:1.2em;
}

/* TOPSELLER SLIDER */
.topseller-slider {
	padding:22px 0 35px;
}
.topseller-slider h2 {
	color:#fff;
	margin:0;
	font-size:1.38em;
	margin-bottom:25px;
}
.topseller-slider .bx-wrapper {
	margin:0 52px !important;
}
.topseller-slider .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:0;
	left:auto;
	background:transparent;
}
.topseller-item {
	margin:0 20px;
	position:relative;
}
.topseller-item .topseller-item-image {
	display: block;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	height: 105px;
	text-align:center;
}
.topseller-item .topseller-item-image img {
	margin: 0 auto;
}
.topseller-item h3 {
	font-size:1.07em;
	font-weight:700;
	text-align:center;
	margin: 15px 0 0;
}
.topseller-item h3 a {
	color:#fff;
}
.topseller-item .topseller-item-price {
	font-size: 1.07em;
	font-weight: 700;
	background-color: #366f2d;
	padding: 0 10px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 77px;
	border-radius: 15px;
	height: 28px;
	line-height: 28px;
}
.topseller-item .topseller-item-numbers {
	border-radius: 3px;
	position: absolute;
	display: block;
	color: #fff;
	font-size: 1.15em;
	font-weight: 800;
	line-height: 1;
	top: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	left: 0;
	padding: 8px;
	background: -moz-linear-gradient(top, #d84700 0%, #c32400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84700), color-stop(100%,#c32400));
	background: -webkit-linear-gradient(top, #d84700 0%,#c32400 100%);
	background: -o-linear-gradient(top, #d84700 0%,#c32400 100%);
	background: -ms-linear-gradient(top, #d84700 0%,#c32400 100%);
	background: linear-gradient(to bottom, #d84700 0%,#c32400 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84700', endColorstr='#c32400',GradientType=0 );
}

/* BREADCRUMB */
.breadcrumb-row {
	background-color: #fff;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom:-1px;
}
#breadcrumb {
	padding: 10px 20px;
	margin-left: -15px;
	margin-right: -15px;
}
#breadcrumb:after {
}
#breadcrumb a {
	display:inline-block;
	font-size: 1.1em;
	margin: 4px 0;
	color:#666666;
}
#breadcrumb a:hover {
	text-decoration:none;
}
#breadcrumb a + a:before {
	margin: 0 5px 0 8px;
	color: #ccc;
	content: "/\00a0";
}
#breadcrumb a span {
}
#breadcrumb a.last {
}
#breadcrumb a.last span {
}
#breadcrumb a.first {
}
#breadcrumb a.first span {
}

/* LAST VIEWED */
.viewlast {
	padding-bottom:32px;
}
.viewlast h2 {
	font-size:1.38em;
	color:#171717;
	margin: 20px 0;
}
.viewlast ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-left: -20px;
}
.viewlast ul li {
	width:20%;
	float:left;
	background:url("../images/icons/icon-arrow-viewlast.png") right top no-repeat;
	padding-right: 70px;
	min-height: 170px;
	padding-left: 20px;
}
.viewlast ul li.lastview_rule_last {
	background:none;
}
.viewlast ul li .article_description {
	display:block;
	text-align:center;
	font-weight:700;
	color:#366f2d;
	font-size:1.07em;
}
.viewlast ul li .article_image {
	display:table;
	width:100%;
	height:150px;
	box-shadow: none;
	margin-bottom: 15px;
}
.viewlast ul li .article_image a {
	display: table-cell;
	vertical-align: middle;
}
.viewlast ul li .article_image img {
	display: block;
	margin: 0 auto;
	max-height: 150px;
	max-width: 100%;
}
#main-menu-button {
	width: 34px;
	background-color: transparent;
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #bababa;
	cursor: pointer;
	position: relative;
	float: left;
	margin: 2px 0;
	margin-right: 15px;
	-webkit-transition: background-color 1s; /* For Safari 3.1 to 6.0 */
	transition: background-color 1s;
}
#main-menu-button .icon-bar {
	background-color: #666;
	height: 2px;
	display: block;
	margin-bottom: 4px;
	-webkit-transition: background-color 2s; /* For Safari 3.1 to 6.0 */
	transition: background-color 1s;
}
#main-menu-button .icon-bar:last-child {
	margin-bottom:0;
}
.sidr-open.main-left-open #main-menu-button {
	background-color: #fff;
}
.sidr-open.main-left-open #main-menu-button .icon-bar {
	background-color: #6c768a;
}

/* EMOTION STYLES  */
.emotion-listing {
	width:100%;
	overflow:hidden;
}
.emotion-listing .emotion-headline {
	margin: 0;
	color: #fff;
	font-size: 1.6em;
	padding-bottom: 15px;
	font-weight: 300;
	border-top: 2px solid #444;
	position: relative;
	padding-top: 10px;
}
.emotion-listing .emotion-headline:after {
	content: '';
	height: 2px;
	background-color: #777;
	width: 25%;
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
}
.emotion-listing:after {
	content:'';
	display:block;
	clear:both;
}
.emotion-listing .banner-element .mapping {
	position:relative;
}
.emotion-listing .banner-element .mapping .banner-mapping {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.emotion-listing .banner-element .mapping .banner-mapping a {
	position:absolute;
	display:block;
}
.emotion-article-slider .box-article {
	margin:0;
}
.emotion-article-slider .item {
	margin:0 10px;
}
.banner-slider-element {
	width:100%;
	float:none;
	margin:0;
	padding:0;
	display:block;
}
.emotion-slider .owl-controls .owl-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	height: 0;
}
.emotion-slider .owl-controls {
	margin:0;
}
.emotion-slider .owl-controls .owl-pagination .owl-page.active span {
	background-color:#fff;
}
.emotion-slider .owl-controls .owl-pagination .owl-page span {
	background-color: transparent;
	border: 2px solid #fff;
	opacity: 1;
	width: 12px;
	height: 12px;
	box-shadow: 0 0 10px 0px rgba(0,0,0,1);
}
.emotion-slider .owl-controls .owl-buttons  .owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
	background: transparent none;
	padding: 0;
	font-size: 1.85em;
	border-radius: 0;
	vertical-align: top;
	line-height: 0;
	margin: 0;
	margin-top: -12px;
}
.emotion-slider .owl-controls .owl-buttons  .owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
	background: transparent none;
	padding: 0;
	font-size: 1.85em;
	border-radius: 0;
	vertical-align: top;
	line-height: 0;
	margin: 0;
	margin-top: -12px;
}
.emotion-slider .owl-controls .owl-buttons  span {
	text-shadow:0 0 10px rgba(0,0,0,1);
}
.emotion-listing .banner-element img {
	display:block;
	width:100%;
}

/* EMOTION ELEMENT MANUFACTURER SLIDER */
.manufacturer-slider-element {

}
.emotion-manufacturer-slider .owl-controls .owl-pagination span {
	border:2px solid #fff;
	background-color:transparent;
	width:16px;
	height:16px;
	opacity:1;
}
.emotion-manufacturer-slider .owl-controls .owl-pagination .owl-page.active span {
	background-color:#fff;
}
.emotion-manufacturer-slider .item img {
	display:block;
	max-width:100%;
}
.emotion-manufacturer-slider .item {
	margin: 0 5px;
	border-radius: 4px;
	padding: 4px;
	background-color: #fff;
}

/* EMOTION CATEGORY TEASER */
.teaser-box {
	display:block;
	width:100%;
	position:relative;
	border: 1px solid #989898;
	border-radius:4px;
}
.teaser-box .teaser-image {
	display:block;
	width:100%;
}
.teaser-box .teaser-headline {
	color: #fff;
	background-color: #272727;
	border-radius:0 0 4px 4px;
	
	padding:10px 16px;
	display:block;
}

/* EMOTION ELEMENT BLOG */
.emotion-listing .blog-item-container {
	margin-left: -15px;
	margin-right: -15px;
}
.emotion-listing .blog-item-container:after {
	content:'';
	display:block;
	clear:both;
}
.emotion-listing .blog-item {
	float: none;
	padding:15px;
	text-align: center;
	width: 100%;
}
.emotion-listing .blog-item .blog-item-image img {
	width:100%;
	display:block;
}
.emotion-listing .blog-item h2 {
	font-size: 1.7em;
	text-align:center;
}
.emotion-listing .blog-item h2 a {
	color:#fff;
}
.emotion-listing .blog-item .blog-item-description {
	text-align:center;
	color:#c2c2c2;
	font-size: 1.07em;
	line-height: 1.9;
}

/* EMOTION ELEMENT ARTICLE */
.emotion-listing .article-element .box-article .box-article-thumb {
	border:0;
}
.emotion-listing .article-element .box-article {
	margin:0;
	height:100%;
}
.emotion-listing .article-element .box-article h3 a {
	display:inline-block;
}
.emotion-listing .article-element .box-article.emotion-article-col1 h3 {
	text-align: center;
}
.emotion-listing .article-element .box-article.emotion-article-col1 .box-article-price-area {
	text-align: center;
}
.emotion-listing .article-element .box-article .box-article-content .box-article-price-area {
	text-align:center;
}
.emotion-listing .article-element .box-article.emotion-article-col1 .article_price_unit,
.emotion-listing .article-element .box-article.emotion-article-col2 .article_price_unit,
.emotion-listing .article-element .box-article.emotion-article-col3 .article_price_unit,
.emotion-listing .article-element .box-article.emotion-article-col4 .article_price_unit {
	text-align: center;
	font-size: 0.9em;
}
.emotion-listing .article-element .box-article.emotion-article-col1 .article-actions {
	width:100%;
	text-align: center;
}
.emotion-listing .article-element .box-article.emotion-article-col2,
.emotion-listing .article-element .box-article.emotion-article-col3,
.emotion-listing .article-element .box-article.emotion-article-col4 {
	position: static;
	display: block;
	border-collapse: separate;
	width: 100%;
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-thumb-wrapper,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-thumb-wrapper {
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-thumb-wrapper .box-article-thumb,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper .box-article-thumb,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-thumb-wrapper .box-article-thumb {
	border: 0;
	width: auto;
	height:auto;
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-thumb-wrapper .box-article-thumb img,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper .box-article-thumb img,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-thumb-wrapper .box-article-thumb img{
	max-height:130px;
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 0;
	padding: 16px 19px;
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content h3,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content h3,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content h3 {
	margin-bottom:5px;
	text-align: center;
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .desc,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .desc,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .desc {
	margin-bottom:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	padding: 0 30px;
}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .box-article-price-area .article-price,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .box-article-price-area .article-price,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .box-article-price-area .article-price {

}
.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .article-actions,
.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .article-actions,
.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .article-actions {
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

/* EMOTION LISTING */
.emotion-listing.emotion-col4 .emotion-element,
.emotion-listing.emotion-col3 .emotion-element {
	float:none;
	padding:0 15px;
}
.emotion-listing.emotion-col4 .emotion-element:after,
.emotion-listing.emotion-col3 .emotion-element:after {
	content:'';
	display:block;
	clear:both;
}
/* EMOTION LISTING 4 COL */
.emotion-listing.emotion-col4 .emotion-element.col1,
.emotion-listing.emotion-col4 .emotion-element.col2,
.emotion-listing.emotion-col4 .emotion-element.col3,
.emotion-listing.emotion-col4 .emotion-element.col4 {
	width:100%;
}

/* EMOTION LISTING 3 COL */
.emotion-listing.emotion-col3 .emotion-element.col1,
.emotion-listing.emotion-col3 .emotion-element.col2,
.emotion-listing.emotion-col3 .emotion-element.col3,
.emotion-listing.emotion-col3 .emotion-element.col4 {
	width:100%;
}

/* ARTICLE DETAIL */
#detailbox:after {
	content:'';
	display:block;
	clear:both;
}
#detail #img {
	background: #fff;
	border: 1px solid #d1d8ca;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	width:100% !important;
}
#detail #img .thumb_box {
	background-color: #f6f6f6;
	border-top:1px solid #d1d8ca;
	padding: 10px;
}
#detail #img>.wrapper {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#detail #img .thumb_box a:hover {
	text-decoration:none;
}
#detail #img #wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
#detail-infos {
	margin-top:20px;
}	
#detail-infos h1 {
	margin: 0;
	font-size: 1.5em;
	font-weight: 600;
	padding: 10px 0;
}
#detail-infos .article-review {
	font-size:1.15em;
	margin-bottom: 15px;
}
#detail-infos .review-counts a {
	font-weight:600;
}
.review-star {
	color:#53b244;
	display:inline-block;
	margin-right: 15px;
}
#buybox {
	border-top: 1px solid #d1d8ca;
	border-bottom: 1px solid #d1d8ca;
	margin-top:25px;
	padding-top:25px;
	padding-bottom: 25px;
}
#buybox .article-price-area {
	margin-bottom:20px;
}
#buybox .article-price-area:after {
	clear:both;
	content:'';
	display:block;
}
#buybox .article-price-area .tax_attention {
	float:left;
	width:50%;
	font-size: 0.9em;
}
#buybox .article-price-area .article-price {
	width: 50%;
	float: left;
	position:relative;
	line-height: 1.4;
}
#buybox .article-price-area .article-price .article-price-single {
	font-size: 2em;
	font-weight: 800;
	color: #366f2d;
	line-height: 1.2;
}
#buybox .article-price-area.pseudo-price-active .article-price .article-price-single {
	color: #d72e00;
	line-height: 1;
}
#buybox .article-price-area .article-price .icon-sale-badge {
	display:none;
}
#buybox .article-price-area .article-price .pseudo-price {
	color: #727272;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: line-through;
}
#buybox .article-price-area .article-price-unit {
	padding: 15px 0 0;
	font-weight: 600;
	font-size: 1.2em;
}
#buybox .block-prices {
	width:100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-color:#d1d8ca;
}
#buybox .block-prices .table>thead>tr>th, 
#buybox .block-prices .table>tbody>tr>th, 
#buybox .block-prices .table>tfoot>tr>th, 
#buybox .block-prices .table>thead>tr>td, 
#buybox .block-prices .table>tbody>tr>td, 
#buybox .block-prices .table>tfoot>tr>td {
	padding-left: 15px;
	padding-right: 15px;
}
#buybox .detail-cart-action {
	position: relative;
	display: table;
	border-collapse: separate;
	margin-bottom: 20px;
}
#buybox .detail-cart-action .detail-cart-action-quantity {
	width: 1%;
	white-space: nowrap;
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
}
#buybox .detail-cart-action .points_for_article {
	padding: 0 0 0 15px;
	height: auto;
	line-height: normal;
	top:auto;
}
#buybox .detail-cart-action .points_for_article .icon {
	vertical-align: middle;
}
#buybox .detail-cart-action .points_for_article .text-node {
	vertical-align: middle;
	white-space: normal;
	font-size: 1.2em;
	margin-left: 10px;
	display: inline-block;
	width: 190px;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select .inner-select .icon-arrow-dropdown {
	top: 0;
	margin: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	background-color:#419641;
	border-width:1px 1px 1px 0;
	border-style:solid;
	border-color: #3e8f3e;
	width: 33px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color:#fff;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select {
	box-shadow:none;
	width:auto !important;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select select {
	width: 100% !important;
	height: 100%;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select .inner-select {
	position: relative;
	display: block;
	vertical-align: middle;
	padding: 0;
	white-space: nowrap;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select .inner-select .select-text {
	position: relative;
	display: inline-block;
	padding: 12px 12px;
	white-space: nowrap;
	height: 42px;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select .inner-select:after {
	clear: both;
	content: '';
	display: block;
}
#buybox .detail-cart-action .detail-cart-action-quantity .outer-select .inner-select .quantity-btn {
	position: relative;
	display: inline-block;
	padding: 6px 8px;
	white-space: nowrap;
	width: 30px;
	height: 42px;
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	background-color: #419641;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	line-height: 30px;
}
#buybox .detail-cart-action .detail-cart-action-button {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
#buybox .delivery_container,
#buybox #detailBuyInfoNotAvailable {
	font-size: 1.2em;
	font-weight: 600;
	text-shadow: 1px 1px 0 #fff;
}
#buybox .delivery_container .release-date,
#buybox .delivery_container .shipping-time,
#buybox .delivery_container .not-on-stock,
#buybox .delivery_container .shipping-free,
#buybox .delivery_container .download-article-note,
#buybox #detailBuyInfoNotAvailable {
	padding: 10px 18px;
	border-radius:3px;
}
#buybox .delivery_container .release-date {
	border: 1px solid #C0D7E2;
}
#buybox .delivery_container .download-article-note {
	border: 1px solid #C0D7E2;
}
#buybox .delivery_container .shipping-time {
	border: 1px solid #B4CAAA;
}
#buybox .delivery_container .not-on-stock {
	border: 1px solid #D5D0B7;
}
#buybox #detailBuyInfoNotAvailable {
	border: 1px solid #DAAFAF;
}
#buybox .delivery_container .release-date .glyphicon, 
#buybox .delivery_container .shipping-time .glyphicon,
#buybox .delivery_container .not-on-stock .glyphicon,
#buybox .delivery_container .shipping-free .glyphicon,
#buybox .delivery_container .download-article-note .glyphicon,
#buybox #detailBuyInfoNotAvailable .glyphicon {
	font-size: 1.2em;
	vertical-align: top;
	margin-right: 10px;
}
#buybox .delivery_container .release-date .glyphicon {
	color: #238CBE;
}
#buybox .delivery_container .shipping-time .glyphicon {
	color: #5FB41B;
}
#buybox .delivery_container .not-on-stock .glyphicon {
	color: #C0A728;
}
#buybox #detailBuyInfoNotAvailable .glyphicon {
	color: #DB4040;
}
#detail-menu {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	margin-left: -10px;
	margin-right: -10px;
} 
#detail-menu li {
	margin-bottom: 15px;
	padding: 0 10px;
}
#detail-menu li a {
	display: inline-block;
	color: #333;
	font-size: 1.1em;
}
#detail-menu li a .glyphicon {
	font-size: 1.7em;
	vertical-align: top;
	top: 0px;
	margin-right: 14px;
	color: #53b244;
}
#detail-menu li a:hover {
	text-decoration:none;
}
#detail-menu li a:hover .glyphicon {
	color: #8FDA5E;
}
#detail-menu li a .glyphicon-text {
	line-height: 1.7em;
}
#detail-tabs {
	margin-top:30px;
	margin-bottom:40px;
	background-color:#f3f6f0;
	border:1px solid #d1d8ca;
	border-radius:4px;
	box-shadow:0 0 5px rgba(0,0,0,0.15);
}
#detail-tabs .tab-content>.tab-pane {
	background-color: #fff;
	border-width: 0;
	border-style:solid;
	border-color:#d1d8ca;
	padding: 20px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
#detail-tabs .nav-tabs>li.active>a, 
#detail-tabs .nav-tabs>li.active>a:hover, 
#detail-tabs .nav-tabs>li.active>a:focus {
	border-color: #d1d8ca;
	border-bottom-color: transparent;
	border-width: 0 1px 1px 1px;
	padding-bottom: 11px;
}
#detail-tabs .nav-tabs>li.active:first-child>a, 
#detail-tabs .nav-tabs>li.active:first-child>a:hover, 
#detail-tabs .nav-tabs>li.active:first-child>a:focus {
	border-left-width:0;
}
#detail-tabs .tab-content>.tab-pane h2 {
	font-size: 1.6em;
	margin:0 0 10px;
}
#detail-tabs .tab-content>.tab-pane h3 {
	font-size: 1.4em;
	margin: 0 0 10px;
}
#detail-tabs .nav-tabs>li>a {
	text-transform:uppercase;
	font-size: 1.2em;
}
.captcha-placeholder {
	margin-bottom:15px;
}
.captcha-placeholder img {
	border-radius:4px;
	border:1px solid #666;
}
#comments blockquote {
	font-size:1em;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	background-color:#fff;
	margin:0;
}
#comments .comment_block {
	background-color: #f9f9f9;
	padding: 15px;
	border: 1px solid #e3e3e3;
	margin-bottom:20px;
}
#comments .comment_block .comment-head {
	margin-bottom: 10px;
}
#comments .comment_block .comment-head .stars {
	color: #2a6496;
	font-size: 1.1em;
	margin-top: 5px;
}
#comments .comment_block .comment-text {

}
#comments blockquote footer {
	font-size:1em;
}
#comments .overview_rating {
	padding: 10px 0 20px;
}
#comments .overview_rating h5 {
	margin: 0 0 6px;
	font-weight: 600;
	color: #666;
}
#comments .overview_rating .overview_rating_content {

}
#comments .overview_rating .overview_rating_content .overview-rating-stars {
	font-size: 1.2em;
	display: inline-block;
	margin-right: 5px;
	color: #2a6496;
}
#comments .overview_rating .overview_rating_content .overview-rating-votes {
	display: inline-block;
	vertical-align: top;
	padding-top: 1px;
}
.form-write-comment h2 small {
	display:block;
	padding:10px 0;
}
blockquote footer {
	padding-top:10px;
	background:transparent none;
}
.viewed-slider.owl-carousel .owl-item .item,
.similar-slider.owl-carousel .owl-item .item {
	margin:0 10px;
}
#detail .similar > h3,
#detail .viewed > h3,
#detail .bought > h3 {	
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 3px;
	font-size:1.5em;
}
#detail .similar,
#detail .viewed,
#detail .bought {
	margin-left: -10px;
	margin-right: -10px;
}
#detail .article-navigation {
	margin:0 0 40px;
}
#detail .article-navigation > li > a {
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* ACCOUNT PAGES */
#login .login-container {
	background-color: #fff;
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #d1d8ca;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	padding: 22px 30px;
}
#login .login-container > h3 {
	margin-top: 0;
	text-align:center;
}
#login .regist-container {
	text-align:center;
	padding-top: 30px;
}
#login .regist-container .guest-order-checkbox {
	margin-bottom: 20px;
	font-size: 1.2em;
}
#login .regist-container > p,
#login .login-container > p {
	font-size: 1.2em;
	margin-bottom: 20px;
	text-align:center;
}
.regist-form {
	background-color: #fff;
	padding: 20px;
	border: 1px solid #d1d8ca;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.btn-regist-account {
	border-color: #31A04A;
	padding: 0;
	background-color:#5BBD72;
	background-image: -moz-linear-gradient(top, #5bbd72 0%, #36bc55 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bbd72), color-stop(100%,#36bc55)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #5bbd72 0%,#36bc55 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #5bbd72 0%,#36bc55 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #5bbd72 0%,#36bc55 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #5bbd72 0%,#36bc55 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bbd72', endColorstr='#36bc55',GradientType=0 ); /* IE6-9 */
	transition:background-color 1s;
}
.btn-regist-account:hover {
	background-image:none;
	background-color:#36bc55;
}
.btn-regist-account .glyphicon {
	top: 0;
	float: left;
	vertical-align: top;
	padding: 18px 21px;
	background-color: rgba(0,0,0,.05);
	-webkit-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.1); /* WebKit */
	-moz-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.1); /* Firefox */
	box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.1); /* Standard */
	border-right: 1px solid rgba(255,255,255,0.2);
}
.btn-regist-account .glyphicon-text {
	float: left;
	padding: 18px 21px;
	line-height: 1;
	text-transform:uppercase;
	font-weight: 700;
}
.register-info-box {
	margin: 0 0 30px;
	padding-top: 20px;
}
.register-info-box h2 {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0px 0 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.register-info-box ul {
	list-style:none;
	padding:0;
	margin:0;
}
.register-info-box ul li {
	font-size: 1.2em;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.register-info-box ul li .icon {
	position: absolute;
	left: 0;
	top: 0;
}
#register form h2 {
	font-size: 1.8em;
	margin: 40px 0 40px;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
#register .personal_settings h2 {
	margin-top:10px;
}
.panel-account {
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	border-color: #d1d8ca;
}
.panel-account > .list-group > .list-group-item {
padding:0;
}
.panel-account > .list-group > .list-group-item > a {
	padding: 10px 15px;
	display:block;
}
.panel-account > .list-group > .list-group-item > a:hover {
	background-color:#f6f6f6;
	text-decoration:none;
}
.panel-account > .panel-heading {
	font-weight: 700;
	font-size: 1.15em;
	background-color: #68be59;
	background-image: -moz-linear-gradient(top, #68be59 0%, #53b144 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68be59), color-stop(100%,#53b144));
	background-image: -webkit-linear-gradient(top, #68be59 0%,#53b144 100%);
	background-image: -o-linear-gradient(top, #68be59 0%,#53b144 100%);
	background-image: -ms-linear-gradient(top, #68be59 0%,#53b144 100%);
	background-image: linear-gradient(to bottom, #68be59 0%,#53b144 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68be59', endColorstr='#53b144',GradientType=0 );
}
.account-newsletter-box > .panel-heading,
.account .billing.address .panel-heading,
.account .shipping.address .panel-heading,
#right_account .bonus .panel-heading {
	background-image: none;
	background-color: #fff;
	font-size: 1.2em;
}
#right_account .bonus .bonus-point-balance {
	font-size: 1em;
	color: #888;
	text-transform: uppercase;
	font-weight: 600;
}
#right_account .bonus .bonus-point-balance .badge {
	background-color:#1d5e13;
}
.row-heading {
	background-color: #f6f6f6;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.row-body {
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.account .billing.address address,
.account .shipping.address address {
	margin-bottom:0;
}
.account .billing.address .panel-footer ul.list-inline, 
.account .shipping.address .panel-footer ul.list-inline {
	margin-bottom:0;
}
.account .billing.address .panel-footer a, 
.account .billing.address .panel-footer a {
}
.account-main-box .panel-body {
	position:relative;
}
.account-main-box .panel-body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	border-left: 1px solid #e3e3e3;
	left: 58.33333333%;
	margin-left: -1px;
}
.merchant-regist .panel-heading strong {
	display: block;
	margin-bottom: 8px;
}
.account-main-box>.panel-heading,
#notes .note>.panel-heading,
.change_billing .account-change-billing>.panel-heading,
.change_shipping .account-change-shipping>.panel-heading,
.change_payment .account-change-payment>.panel-heading,
#confirm .personal-information>.panel-heading,
#finished>.panel-heading,
.orders .panel-heading,
.downloads .panel-heading,
.forms .panel-heading,
.merchant-regist .panel-heading,
.commission-account-box .panel-heading,
.voucher-code-request .panel-heading,
.bank-account-box .panel-heading {
	background-image:none;
	background-color:#fff;
}
.account-main-box>.panel-heading h1,
#notes .note>.panel-heading h1,
.change_billing .account-change-billing>.panel-heading h1,
.change_shipping .account-change-shipping>.panel-heading h1,
.change_payment .account-change-payment>.panel-heading h1,
#confirm .personal-information>.panel-heading h1,
#finished>.panel-heading h1,
.orders .panel-heading h1,
.downloads .panel-heading h1,
.forms .panel-heading h1,
.merchant-regist .panel-heading h1,
.commission-account-box .panel-heading h1,
.voucher-code-request .panel-heading h1,
.bank-account-box .panel-heading h1  {
	font-size: 2em;
	margin: 13px 0;
}
.account-main-box>.panel-heading h1 small, 
#notes .note>.panel-heading h1 small,
.commission-account-box .panel-heading h1 small,
.voucher-code-request .panel-heading h1 small,
.bank-account-box .panel-heading h1 small {
	display:block;
	margin-top: 10px;
	line-height: 1.3;
}
.forms .panel-heading p, .newsletter-regist .panel-heading p, .merchant-regist .panel-heading p {
	display: block;
	margin-top: 10px;
	line-height: 1.3;
	font-size: 1.4em;
	color: #999;
}
#userinformations h2,
#selected_payment h2,
.commission-account-box h3 {
	margin: 10px 0;
	font-size: 1.7em;
	font-weight: 600;
}
#userinformations h3 {
	font-size: 1.4em;
	font-weight: 600;
	color: #999;
}
#userinformations .change {
	border-bottom:1px solid #e3e3e3;
}
#userinformations .change a {
	margin-bottom: -1px;
	border-bottom:1px solid #e3e3e3;
	position: relative;
	background-color:#f6f6f6;
}
#userinformations .change a:after {
	position: absolute;
	display: none;
	width: 8px;
	height: 8px;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	content: "";
	bottom: -9px;
	border-bottom-width: 0;
	border-top-color: #5787AD;
	left: 50%;
	margin-left: -4px;
}
#userinformations .change a:hover {
	background-color:#f6f6f6;
	border-bottom-color:  #5787AD;
	text-decoration:none;
}
#userinformations .change a.active {
	border-bottom-color:  #5787AD;
	box-shadow:none;
	background-color:#f6f6f6;
}
#userinformations .change a.active:after {
	display:block;
}
#userinformations .change:after {
	content:'';
	display:block;
	clear:both;
}
.note-item {
	padding: 30px 0;
	border-bottom: 1px solid #e3e3e3;
}
.note-item-actions {
	vertical-align:top !important;
}
.note-item-actions>.row-actions {
	width: 200px;
	margin-left:-5px;
	margin-right:-5px;
}
.note-item-actions>.row-actions:after {
	content:'';
	display:block;
	clear:both;
}
.note-item-actions>.row-actions .column {
	padding-left:5px;
	padding-right:5px;
	float:left;
	width:100%;
}
.note-item-actions>.row-actions .column.half {
	width:50%;
}
.note-item-actions .basket {
	margin-bottom:10px;
}
.note-item-actions .date {
	padding:10px 0;
}
.note-item-actions .compare_add_article {
	margin-bottom:10px;
}
.note-item-picture>a {
	display:block;
	width:180px;
}
.note-item-picture>a>img {
	display:block;
	margin:0 auto;
}
.note-item-content {
	padding-left: 20px;
	padding-right: 20px;
}
.note-item-content h4 {
	margin-top: 0;
	font-weight: 700;
	font-size: 1.2em;
}
.note-item-content h4 a {
	color: #424242;
}
.note-item-content .delivery {
	font-weight:700;
	margin-bottom: 8px;
}
.note-item-content .delivery .shipping-time {
	color: #4A8819;
}
.note-item-price-area {
	margin-bottom:5px;
}
.note-item-price {
	font-size: 1.35em;
	color: #366f2d;
	font-weight:800;
}
.account-change-billing h2, 
.account-change-shipping h2,
.account-change-payment h2 {
	margin: 20px 0 30px;
	font-size: 1.7em;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.change_billing .account-change-billing>.panel-heading h1 .label,
.change_shipping .account-change-shipping>.panel-heading h1 .label,
.change_payment .account-change-payment>.panel-heading h1 .label {
	font-size: 14px;
	float: right;
}
.payment_method .btn-group input[type="radio"] {
	position: absolute;
	z-index: -1;
	filter: alpha(opacity=0);
	opacity: 0;
}
.payment_method .btn-group .btn-primary:active, 
.payment_method .btn-group .btn-primary.active {
	background-color: #65A019;
	border-color: #558615;
}
.payment_method .method {
	text-align: center;
	margin: 20px 0;
}
.payment_method .payment-method-button {
	margin-bottom:15px;
}
.payment_method .btn-group .clearfix {
	border-bottom:1px solid #ddd;
}
.change_payment .payment-method-actions {
	padding: 30px 0;
	text-align:center;
}

/* PAGE CART */
.progress.progress-small {
	height:5px;
	margin-bottom:10px;
}
.step_box ul:before {
	content: '';
	display: block;
	height: 4px;
	background-color: #555;
	position: absolute;
	z-index:1;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 3px;
}
.step_box ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	position:relative;
}
.step_box:after {
	content:'';
	clear:both;
	display:block;
}
.step_box ul li {
	float: left;
}
.step_box {
	margin-bottom: 30px;
}
.step_box .active .step-icon {
	background-color: #69B904;
}
.step_box .step-icon {
	display: block;
	padding: 0;
	border-radius: 50%;
	background-color: #666;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 2em;
	font-weight: 900;
	color: #fff;
	border: 3px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-sizing: content-box;
}
.step_box .glyphicon {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	font-size: 18px;
	right: -15px;
}
.step_box .step-bar-text {
	padding-left: 15px;
	font-size: 1.6em;
	font-weight: 700;
	display: inline-block;
	position:relative;
	max-width: 160px;
	padding-right: 20px;
	line-height: 1.2;
}
.block-group {
	position: relative;
	display: table;
	border-collapse: separate;
	vertical-align: middle;
}
.block-group .block-group-addon {
	width: 1%;
	white-space: nowrap;
	display:table-cell;
	vertical-align:middle;
}
.block-group .block-group-control {
	position: relative;
	z-index: 2;
	float: none;
	width: 100%;
	margin-bottom: 0;
	display: table-cell;
	vertical-align: middle;
}
#basket {
	border:1px solid #ddd;
	border-radius: 4px;
	background-color:#fff;
	border-bottom-color: #bbb;
}
#basket-body {
	padding:15px 20px;
}
#basket-body>h1 {
	font-size: 2.1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
}
#basket-footer {
	border-top:1px solid #ccc;
	padding:15px;
	background-color:#fff;
	border-bottom:1px solid #fff;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background-image: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
#basket-footer>.actions {
	margin-left:-15px;
	margin-right:-15px;
}
#basket-footer>.actions:after {
	content:'';
	display:block;
	clear:both;
}
#basket-footer .btn {
	font-size: 1.15em;
	padding: 10px 30px;
	margin-left:15px;
	margin-right:15px;
}
#basket-footer .btn.checkout {
	float:right;
}
#basket .points_for_basket {
	background-color: #F8F8F8;
	border-radius: 3px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #dfdfdf;
	padding: 10px;
	margin: 20px 0 30px;
}
#basket .points_for_basket .icon {
	vertical-align: middle;
}
#basket .points_for_basket .text-node {
	vertical-align: middle;
	display: inline-block;
	padding-left: 10px;
	font-size: 1.4em;
	width: 270px;
}
.cart-item-additional-details {
	margin-top:20px;
}
.cart-item {
	padding: 35px 0;
}
.cart-item .cart-item-article-name {
	margin-bottom:15px;
}
.cart-item .cart-item-picture {
	vertical-align:top;
}
.cart-item .cart-item-picture>a {
	display:block;
	width:200px;
}
.cart-item .cart-item-picture>a>img{
	display:block;
	margin:0 auto;
}
.cart-item .cart-item-content {
	padding-left:20px;
	vertical-align: top;
}
.cart-item .cart-item-content .delivery {
	font-weight:600;
	color: #000;
}
.cart-item .cart-item-content .delivery .shipping-time {
	color: #528000;
}
.cart-item-additional-details-variant {
	font-weight: 600;
	margin-bottom: 10px;
}
.cart-item .cart-item-content hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}
.cart-item .cart-item-article-name h2 {
	margin: 0;
	font-size: 1.3em;
	font-weight: 600;
}
.cart-item .cart-item-article-price-single, 
.cart-item-article-price-total {
	font-size: 1.3em;
}
.cart-item .cart-item-article-name h2 a {
	color: #333;
}
.cart-item .cart-item-article-name h2 a:hover {
	color: #428bca;
	text-decoration:none;
}
.cart-item-picture .premium-image {
	display:block;
	width:200px;
}
.cart-item-picture .premium-image img {
	max-width:105px;
	display:block;
	margin:0 auto;
}
.cart-item-picture .cart-item-picture-blank {
	min-height:1px;
	width:200px;
}
.cart-footer {
}
.cart-footer .add_article {
	margin-top:15px;
}
.cart-foot-total {
	font-size:1.2em;
}
.cart-foot-total .form-group {
	margin-bottom: 0;
}
.cart-foot-total .totalamount {
	font-size: 1.4em;
	font-weight: 900;
	border-top: 1px solid #ddd;
	margin-top: 5px;
}
.cart-foot-total .tax {
	font-size:0.9em;
}
.cart-foot-total .tax label,
.cart-foot-total .basket-points-earned label {
	font-weight:400;
}
.cart-shipping-costs {
	margin-top: 25px;
}
.cart-shipping-costs h3 {
	margin: 0 0 10px;
	font-size: 1.5em;
	font-weight: 500;
}

/* CHECKOUT */
.ctl_checkout .agb_accept {
	position:static;
	left:auto;
	top:auto;
}
#confirm .agb_cancelation h3,
#confirm .additional-options h3 {
	margin: 0 0 9px;
	font-size: 1.3em;
	font-weight: 600;
	color: #555;
}
#confirm .personal-information .invoice-address h3, 
#confirm .personal-information .shipping-address h3, 
#confirm .personal-information .payment-display h3,
#confirm .personal-information .dispatch-methods h3 {
	margin: 0 0 10px;
	font-size: 1.3em;
}
.personal-information address {
	margin-bottom:10px;
}
.personal-information input[type=radio], 
.personal-information input[type=checkbox] {
	margin-top:0;
}
.personal-information .radio label, 
.personal-information .checkbox label {
	font-weight:600;
}
.personal-information .radio label small, 
.personal-information .checkbox label small {
	font-weight:400;
	display:block;
}
#confirm .personal-information .invoice-address, 
#confirm .personal-information .shipping-address, 
#confirm .personal-information .payment-display {
	padding-top: 5px;
	padding-bottom: 30px;
}
#confirm .points_for_basket {
	padding-top: 25px;
}
#confirm .points_for_basket h3 {
	margin: 0 0 20px;
	font-weight: 600;
	font-size: 1.7em;
}
#confirm .points_for_basket h4 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	color: #777;
}
#confirm .points_for_basket h5 {
	color: #000;
	font-size: 2.2em;
	margin: 15px 0 0;
}
#confirm .points_for_basket .basket-points-spending h5 {
	color: #9E2600;
}
#confirm .points_for_basket .basket-points-earned h5 {
	color: #6C9600;
}
.confirm-item-box {
	border: 1px solid #d1d8ca;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}
.confirm-item-box-body {
	padding: 15px 20px;
}
.confirm-item-box-body>h1 {
	font-size: 2.1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 20px;
}
.confirm-item-box-footer {
	border-top: 1px solid #ccc;
	padding: 15px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-image: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
	background-image: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background-image: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.confirm-item-box-footer:after {
	content:'';
	clear:both;
	display:block;
}
.confirm-item-box-footer .order-confirm-button {
	float:right;
}
.confirm-item-box .item-tax {
	font-size: 0.7em;
}
.confirm-item-box .cart-item .out-of-stock {
	border: 1px solid #DAAFAF;
	padding: 10px 18px;
	border-radius: 3px;
	background-color: #f2dede;
	display:inline-block;
}
.confirm-item-box .cart-item .out-of-stock-quantity {
	font-size: 0.8em;
	font-weight: 600;
}
.error-cart-item-box-footer {
	border: 1px solid #DAAFAF;
	padding: 10px 18px;
	border-radius: 3px;
	background-color: #f2dede;
	display: inline-block;
	width: 340px;
}
.chklabel-agb-top-accept.has-error {
	color: #a94442;
	font-weight:600;
}

/*FINIIIIT*/
.finish .trustedshops_form {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.finish .trustedshops-content {
	padding-left: 15px;
}
#finished .orderdetails {
	display: block;
	margin-top: 10px;
	line-height: 1.3;
	color: #777;
	font-size: 1.5em;
}

/* ACCOUNT ORDERS */
.orders .panel-body {
	padding: 0;
}
.order-overview-item {
	border-bottom: 1px solid #ddd;
	width:100%;
	display:table;
	vertical-align:top;
}
.order-overview-item:after {
	clear:both;
	content:'';
	display:block;
}
.order-overview-item .order-overview-item-details {
	display:table-cell;
	border-right:1px solid #ddd;
	width: 30%;
	padding: 15px;
	background-color: #f6f6f6;
	vertical-align:top;
}
.order-overview-item .order-overview-item-details .order-detail-date,
.order-overview-item .order-overview-item-details .order-detail-ordernumber,
.order-overview-item .order-overview-item-details .order-detail-status,
.order-overview-item .order-overview-item-details .order-detail-shipping,
.order-overview-item .order-overview-item-details .order-detail-tracking {
	margin-bottom:15px;
}
.order-overview-item .order-overview-item-details label {
	font-size: 0.9em;
	color: #555;
	display:block;
}
.order-overview-item .order-overview-item-details .order-detail-tracking .trackingcode {

}
.order-overview-item .order-overview-item-details .order-detail-date h3 {
	margin:0;
}
.order-overview-item .order-overview-item-details h4 {
	margin:0;
	line-height: 1.3;
}
.order-overview-item .order-overview-item-details .order-detail-date h3 small {
	display:block;
	padding:5px 0;
}
.order-overview-item .order-overview-item-articles {
	display:table-cell;
	width: 70%;
	padding: 15px;
	vertical-align:top;
}
.order-overview-item .order-overview-item-articles .table_head {
	font-size: 0.9em;
	color: #555;
	text-transform:uppercase;
	font-weight:600;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom:8px;
}
.order-overview-item .order-overview-item-articles .table_row {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-uppercase {
	text-transform:uppercase;
}
.displaynone {
	display:none;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	#detail-tabs .nav-tabs>li>a {
		margin:0;
		border:0;
	}
	.modal {
		width: auto !important;
		margin-left: 0 !important;
		left: 20px;
		right: 20px;
		top: 20px !important;
	}
	.head-userpanel-group {
		display:block;
	}
	.head-userpanel-group .block-group-content {
		display:none;
	}
	.head-userpanel-group .block-group-addon {
		display:block;
		width:100%;
	}
	.confirm-item-box {
		margin-left: -15px;
		margin-right: -15px;
		width: auto;
		display: block;
		border-left: 0;
		border-right: 0;
		border-radius: 0;	
	}
	#confirm .additional_footer #basketButton {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
	}
	#basket-footer .btn,
	#basket-footer .btn.checkout {
		float:none;
		display:block;
		margin-bottom:10px;
	}
	#basket-footer .btn.checkout {
		margin-bottom:0;
	}
	.cart-foot-total {
		margin-bottom: 50px;
	}
	.emotion-listing .article-element {
		height:auto !important;
	}
	.userpanel > li > a,.userpanel > li > div > a, .userpanel > li > .link-face, .userpanel > li > .dropdown > .link-face {
		padding: 6px 8px;
		border-radius: 4px;
		box-shadow: none;
		display: inline-block;
		font-size: 1em;
		background-color: transparent;
		position:relative;
	}
	.userpanel .cart-top-link a .text-node {
		display: none;
		vertical-align: top;
		position: relative;
		top: 1px;
		font-weight:600;		
	}
	.userpanel .cart-top-link a {
		font-size:1em;
		color: #fff;
		padding:4px 8px;
		background:transparent none;
		box-shadow:none;
	}
	.userpanel a .btn-group-badge, .userpanel .link-face .btn-group-badge {
		display: block;
		color: #fff;
		border-radius: 3px;
		position: absolute;
		top: -5px;
		right: -6px;
		padding: 3px;
		font-weight:800;
		background: -moz-linear-gradient(top, #d84700 0%, #c32400 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84700), color-stop(100%,#c32400));
		background: -webkit-linear-gradient(top, #d84700 0%,#c32400 100%);
		background: -o-linear-gradient(top, #d84700 0%,#c32400 100%);
		background: -ms-linear-gradient(top, #d84700 0%,#c32400 100%);
		background: linear-gradient(to bottom, #d84700 0%,#c32400 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84700', endColorstr='#c32400',GradientType=0 );
	}
	.userpanel .cart-top-link .glyphicon {
		margin-right:0;
		font-size:1.85em;
		vertical-align: middle;
		top: -1px;
	}
	.userpanel .glyphicon{
		color: #fff;
		margin-right: 0;
		top: 3px;
		line-height: 1;
		font-size: 1.2em;
	}
	.userpanel .popover-link-userpanel.selected .glyphicon {
		color:#6c768a;
	}
	.userpanel {
		float: right;
		margin-left: -5px;
		margin-right: -5px;
	}
	.userpanel.list-inline>li {
		padding-left:5px;
		padding-right:5px;
		float:left;
	}
	.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
		width:100%;
		margin-bottom:40px;
	}
	.footer-col-4 {
		margin-bottom:0;
	}
	.blurcreative-copyright {
		text-align:center;
		margin-top: 30px;
	}
	.filter_properties h2 .label-button {
		display:block;
	}
	.supplier_filter {
		display:none;
	}
	/* LISTING */
	.listing-actions label {
		display:none;
	}
	#listing-1col .box-article .box-article-thumb {
		width: 120px;
	}
	#listing-1col .box-article .box-article-content {
		padding: 20px;
	}
	#listing-1col .box-article .box-article-content .article-actions {
		width: 100%;
	}
	#listing-1col .box-article .box-article-content h3 {
		font-size: 1.16em;
		margin-bottom: 0;
	}
	#listing-1col .box-article .box-article-content .article-description {
		display:none;
	}
	#listing-1col .box-article .box-article-content .box-article-price-area .article-price {
		font-size: 1.38em;
	}
	#listing-1col .box-article .box-article-content .article-price-unit, #listing-1col .box-article .box-article-content .article-price-unit-pseudo {
		font-size: 0.92em;
	}
	.box-categories {
		display:none;
	}
	#trusted-shops-box .content {
		text-align: center;
	}
	#header-top {
		position:relative;
	}
	#detail-tabs>.nav-tabs>li {
		display:block;
		float:none;
	}
	.account-main-box .panel-body:before {
		display:none;
	}
	#userinformations {
		margin-bottom:30px;
	}
	.change_billing .account-change-billing>.panel-heading h1 .label, 
	.change_shipping .account-change-shipping>.panel-heading h1 .label,
	.change_payment .account-change-payment>.panel-heading h1 .label	{
		display: block;
		float: none;
		margin-top: 20px;
	}
	.account-main-box>.panel-heading h1, #notes .note>.panel-heading h1, 
	.change_billing .account-change-billing>.panel-heading h1, 
	.change_shipping .account-change-shipping>.panel-heading h1,
	.change_payment .account-change-payment>.panel-heading h1	{
		font-size: 1.7em;
	}
	.step_box .step-icon {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 1.5em;
	}
	.step_box .step-bar-text {
		font-size: 1.2em;
		padding-right: 15px;
		max-width: none;
	}
	.step_box .glyphicon {
		font-size: 10px;
		margin-top: -7px;
		right: -5px;
	}
	.step_box .block-group {
		margin-bottom:30px;
	}
	.step_box .block-group:last-child {
		margin-bottom:0;
	}
	#register form h2 {
		font-size: 1.5em;
		margin: 30px 0 20px;
	}
	.note-item {
		display: block;
		width: 100%;
	}
	.note-item .note-item-picture {
		display:block;
		width:100%;
		margin-bottom: 20px;
	}
	.note-item .note-item-picture>a {
		margin: 0 auto;
	}
	.note-item .note-item-content {
		display: block;
		padding: 0;
		margin-bottom: 20px;
	}
	.note-item .note-item-actions {
		display:block;
		width:100%;	
	}
	.note-item .note-item-actions>.row-actions {
		width:auto;
	}
	.payment_method .method {
		border-bottom: 1px solid #ddd;
		padding: 10px 0 15px;
	}
	#basket {
		border-radius:0;
		border-width:1px 0 1px 0;
	}
	#basket-body {
		padding:0;
	}
	#basket-body>h1 {
		font-size: 1.8em;
		padding:15px;
	}
	.cart-item {
		padding: 15px 15px;
		border-bottom:1px solid #ddd;
	}
	.cart-item .cart-item-picture>a,
	.cart-item .cart-item-picture>span,
	.cart-item .cart-item-picture .cart-item-picture-blank	{
		width: 85px;
	}
	.cart-item-picture .premium-image img {
		width: 85px;
	}
	.cart-item .cart-item-picture>a img {
		max-width:100%;
	}
	.cart-item hr {
		display:none;
	}
	.cart-item-additional-details-description,
	.cart-item-additional-details {
		display:none;
	}
	.cart-item-actions {
		margin-top:10px;
	}
	.cart-item .cart-item-article-name h2 {
		font-size:1.1em;
	}
	.cart-item .cart-item-article-name {
		margin-bottom: 5px;
	}
	.cart-item .cart-item-article-price-single, 
	.cart-item-article-price-total,
	.cart-item-article-quantity	{
		margin-bottom: 5px;
	}
	.basket-container {
		padding-left:0;
		padding-right:0;
	}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cart-item-article-price-total,
	.cart-item-actions {
		text-align:right;
	}
	#sidebar{
		float:left;
		width:30%;
	}
	#content{
		float:left;
		width:70%;
	}
	.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5 {
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		width: 50%;
	}	
	.footer-col-5 {
		width:100%;
	}
	footer .clearfix.visible-sm {
		margin-bottom: 30px;
	}
	#header-top {
		position:relative;
	}
	.userpanel .dropdown.open > a {
		background-color: transparent;
	}
	.userpanel > li > div.dropdown.open > a > .glyphicon {
		color: #666;
	}
	.userpanel > li > div.dropdown.open > a > .glyphicon-chevron-down {
		color: #fff;
	}
	.userpanel a, .userpanel .link-face {
		display: inline-block;
		position:relative;
		top:1px;
	}
	.userpanel .cart-top-link a {
		top:0;
	}
	.userpanel a .btn-group-badge {
	}
	.userpanel.list-inline>li {
		display: inline-block;
		vertical-align:top;
	}
	.userpanel.list-inline {
		margin-right: -10px;
		margin-left: -10px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.userpanel > li > .glyphicon, .userpanel > li > a > .glyphicon, .userpanel > li  > div > a > .glyphicon, .userpanel > li  > .link-face >.glyphicon, .userpanel > li  > div > .link-face >.glyphicon {
		color:#666;
		font-size: 1.1em;
		margin-right: 5px;
		padding:0;
		box-shadow:none;
		background-color:transparent;
	}
	.userpanel a .btn-group-badge, .userpanel .link-face .btn-group-badge {
		display: block;
		color: #fff;
		border-radius: 3px;
		position: absolute;
		top: -5px;
		right: -16px;
		padding: 3px;
		font-weight:800;
		background: -moz-linear-gradient(top, #d84700 0%, #c32400 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d84700), color-stop(100%,#c32400));
		background: -webkit-linear-gradient(top, #d84700 0%,#c32400 100%);
		background: -o-linear-gradient(top, #d84700 0%,#c32400 100%);
		background: -ms-linear-gradient(top, #d84700 0%,#c32400 100%);
		background: linear-gradient(to bottom, #d84700 0%,#c32400 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d84700', endColorstr='#c32400',GradientType=0 );
	}
	.filter_properties .supplier_filter {
		display:block !important;
	}
	.userpanel > li > div > a > .glyphicon-chevron-down {
		color: #fff;
		margin-right: 0;
		margin-left: 5px;
		top: 0px;
		font-size: 0.8em;
	}
	.userpanel .dropdown-menu.position-right {
		margin-right: -27px;
	}
	
	/* EMOTION ELEMENT BLOG */
	.emotion-listing .blog-item {
		float: left;
		text-align: center;
		width:50%;
	}
	.emotion-listing .blog-item h2 {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #fff;	
	}
	.blurcreative-copyright {
		text-align: center;
		margin-top: 30px;
	}
	#buybox .article-price-area .article-price {
		width: 25%;
	}
	#buybox .article-price-area .tax_attention {
		font-size: 1em;
		width: 75%;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.head-userpanel-group .block-group-content {
		padding-right: 60px;
	}
	.breadcrumb-row {
	}
	#breadcrumb {
		white-space:nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		background-color: transparent;
		padding: 0;
		border-radius: 0;
		margin-left:0;
		margin-right:0;
	}
	#breadcrumb:after {
		content:'';
		display:block;
		clear:both;
	}
	#breadcrumb a + a:before {
		content: none;
	}
	#breadcrumb a {
		display:block;
		float:left;
		height:38px;
		padding-left: 16px;
		white-space:nowrap;
		font-size: 1em;
		margin-bottom: 0;
		margin-top: 0;
	}
	#breadcrumb a span {
		display: block;
		height: 100%;
		background-image: url('../images/backgrounds/breadcrumb.png');
		background-position:right center;
		line-height: 38px;
		font-size: 1.07em;
		color: #366f2d;
		font-weight: 700;
		padding: 0 30px 0 0;
		white-space: nowrap;
		overflow: hidden;
		max-width: 160px;
		text-overflow: ellipsis;
		background-repeat: no-repeat;
	}
	#breadcrumb a.last {
		background-position: left -192px;
	}
	#breadcrumb a.last span {
		background-position: right -64px;
		padding-right: 36px;
		color: #fff;
	}
	#breadcrumb a.first {
		background-position: left -128px;
		margin-left: 0;
	}
	#breadcrumb a.first span {
		padding-left: 0px;
	}
	#detail .similar > h3, #detail .viewed > h3, #detail .bought > h3 {
		font-size: 1.8em;
	}
	.emotion-slider .owl-controls .owl-buttons  .owl-prev,
	.emotion-slider .owl-controls .owl-buttons  .owl-next  {
		font-size: 2.45em;
		margin-top: -16px;
	}
	.emotion-slider .owl-controls .owl-pagination .owl-page span {
		width: 16px;
		height: 16px;
	}
	/* EMOTION LISTING */
	.emotion-listing.emotion-col4 .emotion-element,
	.emotion-listing.emotion-col3 .emotion-element {
		float:left;
	}
	.emotion-listing.emotion-col4 .emotion-element:after,
	.emotion-listing.emotion-col3 .emotion-element:after	{
		content:'';
		display:block;
		clear:both;
	}
	/* EMOTION LISTING 4 COL */
	.emotion-listing.emotion-col4 .emotion-element.col1 {
		width:25%;
	}
	.emotion-listing.emotion-col4 .emotion-element.col2 {
		width:50%;
	}
	.emotion-listing.emotion-col4 .emotion-element.col3 {
		width:75%;
	}
	.emotion-listing.emotion-col4 .emotion-element.col4 {
		width:100%;
	}
	
	/* EMOTION LISTING 3 COL */
	.emotion-listing.emotion-col3 .emotion-element.col1 {
		width:33.3333333333%;
	}
	.emotion-listing.emotion-col3 .emotion-element.col2 {
		width:66.6666666666%;
	}
	.emotion-listing.emotion-col3 .emotion-element.col3 {
		width:100%;
	}
	.emotion-listing .blog-item {
		width:33.3333333333%;
	}
	#logo a {
		margin: 0 auto;
		display: block;
		float: none;
		width: 183px;
		height: 65px;
	}
	#logo a img {
		max-width: 183px;
		max-height: 65px;
	}
	#sidebar {
		width:23%;
	}
	#content {
		width:77%;
	}
	.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5 {
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		width: 23%;
	}
	.footer-col-2 {
		width: 31%;
	}
	.footer-col-5 {
		width:77%;
	}
	dl.footer-contact-informations {display:block;}
	dl.footer-contact-informations dt {display:block;width:100%;}
	dl.footer-contact-informations dd {display:block;}
	.blurcreative-copyright {
		text-align: right;
		margin-top: 0;
	}	
	#main-menu-button {
		display:none;
	}
	.content-text h1 {
		font-size: 3.23em;
	}
	.content-text .content-description {
		font-size: 2em;
		padding: 0 100px;
	}
	.userpanel.list-inline>li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		border-right: 0;
	}
	.userpanel.list-inline>li:last-child {
		border-right:0;
	}
	.userpanel.list-inline {
		float:right;
		margin-right: -5px;
		margin-left: -10px;
		margin-bottom: 15px;
	}
	.userpanel.list-inline>li.cart-top-link {
		float: none;
		top: 0;
	}
	.quick-search.input-group {
		margin-bottom:0;
		margin-top:0;
	}
	.quick-search.input-group .form-control {
		height: 29px;
		font-size: 1.07em;
		border-color:#c9c9c9;
		box-shadow: none;
		color:#000;
		border-width:1px;
		background-color:#fff;
	}
	.quick-search.input-group .form-control:-moz-placeholder {
		color:#000;
	}
	.quick-search.input-group .form-control::-moz-placeholder {
		color:#000;
	}
	.quick-search.input-group .form-control:-ms-input-placeholder {
		color:#000;
	}
	.quick-search.input-group .form-control::-webkit-input-placeholder {
		color:#000;
	}
	.quick-search.input-group .input-group-btn .btn {
		padding: 5px 8px;
		font-size: 13px;
	}
	.quick-search.input-group .input-group-btn .btn .glyphicon {
		text-shadow:none;
		color:#37712e;
	}
	.quick-search.input-group {
		width:100%;
		float:none;
	}
	header nav {
		display:block;
		margin-bottom:0;
		margin-top:0;
		padding-top: 15px;
	}
	nav {
		border:0;
		box-shadow:none;
		background:transparent none;
		margin-left: 15px;
		margin-right: 15px;
	}
	nav:after {
		content:'';
		display:table;
		clear:both;
	}
	nav > ul {
		margin-left: 0;
		margin-right: 0;
	}
	nav > ul > li {
		font-size:1.1em;
		margin: 0;
		position: relative;
		list-style: none;
		float: left;
		display: block;
		width: auto;
	}
	nav > ul > li > a {
		color:#366f2d;
		padding: 5px 13px;
		border-radius:3px;
		border:1px solid transparent;
		font-size:1.15em;
	}
	nav > ul > li > a:hover, nav > ul > li.sfHover > a {
		border: 0;
		color: #366f2d;
		text-decoration:none;
	}
	nav > ul > li.active > a {
		background-color:#53b144;
		border-radius:5px;
		text-decoration:none;
		color:#fff;
		border-color:#7ec970;
	}
	nav > ul > li  ul {
		background-color:#fff;
		border-radius:4px;
		border:1px solid #fff;
		padding:0;
		margin:0;
		list-style:none;
		width:200px;
		box-shadow:0 0 5px rgba(0,0,0,0.3);
	}
	nav > ul > li ul li a {
		display:block;
		padding:7px 10px;
		border-bottom:1px solid #e6e6e6;
		color:#0e1520;
		position:relative;
	}
	nav > ul > li ul li a.sf-with-ul:after {
		content:'';
		display:inline-block;
		border-width:4px 4px 4px 4px;
		border-style:solid;
		border-color:transparent transparent transparent #0e1520;
		width:5px;
		height:5px;
		position:absolute;
		top:50%;
		right:10px;
		margin-top:-4px;
	}
	nav > ul > li ul li:last-child a {
		border-bottom:0;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	nav > ul > li ul li:first-child a {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	nav > ul > li ul li a:hover, nav > ul > li ul li.sfHover > a {
		background-color:#eeeeee;
		text-decoration:none;
		color:#0e1520;
	}
	nav > ul > li ul li a.active {
		color:#fff;
		background-color:#366f2d;
	}
	nav > ul > li ul li a.active.sf-with-ul:after {
		border-color:transparent transparent transparent #fff;
	}
	nav > ul > li > ul {
		margin-top:10px;
	}
	nav > ul > li > ul ul {
		margin-left:10px;
	}
	#header-top {
	}

	/* EMOTION ELEMENT ARTICLE */
	.emotion-listing .article-element .box-article {
		margin:0;
		height:100%;
	}
	.emotion-listing .article-element .box-article h3 a {
		display:inline-block;
	}
	.emotion-listing .article-element .box-article.emotion-article-col1 h3 {
		text-align: center;
	}
	.emotion-listing .article-element .box-article.emotion-article-col1 .box-article-price-area {
		text-align: center;
	}
	.emotion-listing .article-element .box-article.emotion-article-col1 .article_price_unit {
		text-align: center;
		font-size: 0.9em;
	}
	.emotion-listing .article-element .box-article.emotion-article-col1 .article-actions {
		width:100%;
		text-align: center;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2,
	.emotion-listing .article-element .box-article.emotion-article-col3,
	.emotion-listing .article-element .box-article.emotion-article-col4 {
		position: relative;
		display: table;
		border-collapse: separate;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-thumb-wrapper,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-thumb-wrapper {
		width: 1%;
		white-space: nowrap;
		vertical-align: middle;
		display: table-cell;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-thumb-wrapper .box-article-thumb,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper .box-article-thumb,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-thumb-wrapper .box-article-thumb {
		border: 0;
		width: 230px;
		position: static;
		height:auto;
	}
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper .box-article-thumb {
		width: 300px;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-thumb-wrapper .box-article-thumb img,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-thumb-wrapper .box-article-thumb img,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-thumb-wrapper .box-article-thumb img{
		max-height:none;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content {
		display: table-cell;
		position: relative;
		z-index: 2;
		float: left;
		width: 100%;
		margin-bottom: 0;
		padding: 30px 30px 30px 0px;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content h3,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content h3,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content h3 {
		font-size:1.35em;
		margin-bottom:15px;
		text-align:left;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .desc,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .desc,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .desc {
		margin-bottom: 5px;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		padding:0;
		line-height: 1.3;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .box-article-price-area,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .box-article-price-area,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .box-article-price-area {
		text-align:left;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .box-article-price-area .article-price,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .box-article-price-area .article-price,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .box-article-price-area .article-price {
		font-size:1.7em;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .article_price_unit, 
	.emotion-listing .article-element .box-article.emotion-article-col3 .article_price_unit, 
	.emotion-listing .article-element .box-article.emotion-article-col4 .article_price_unit {
		text-align: left;
		font-size:1em;
	}
	.emotion-listing .article-element .box-article.emotion-article-col2 .box-article-content .article-actions,
	.emotion-listing .article-element .box-article.emotion-article-col3 .box-article-content .article-actions,
	.emotion-listing .article-element .box-article.emotion-article-col4 .box-article-content .article-actions {
		margin-top: 12px;
		text-align:left;
	}
	#detail-infos {
		margin-top:0;
	}	
	#detail-infos h1 {
		font-size:2em;
	}
	#buybox .article-price-area .article-price .article-price-single {
		font-size: 2.5em;
	}
	#buybox .article-price-area .article-price .pseudo-price {
		font-size: 1.7em;
	}
	#buybox .article-price-area .article-price {
		width: 50%;
	}
	#buybox .article-price-area .article-price .icon-sale-badge {
		position: absolute;
		top: 3px;
		left: -45px;
		display:inline-block;
	}
	#buybox .article-price-area .tax_attention {
		font-size: 1em;
		width: 50%;
	}
	#detail-menu li {
		display: inline-block;
	}
	.divider-row {
		position:relative;
	}
	.divider-row:after {
		display:block;
		content:'';
		clear:both;
	}
	.divider-row>.column {
		padding-left:30px;
		padding-right:30px;
	}
	.divider-vertical {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		margin: 0 0 0 -3%;
		width: 6%;
		height: 50%;
		line-height: 0;
		padding: 0;
		border: none;
		background-color: transparent;
		font-size: 1em;
		font-weight: 800;
		text-align: center;
		text-transform: uppercase;
		color: rgba(0,0,0,.8);
	}
	.divider-vertical:before,
	.divider-vertical:after {
		position: absolute;
		left: 50%;
		content: " ";
		z-index: 3;
		border-left: 1px solid rgba(0,0,0,.1);
		border-right: 1px solid rgba(255,255,255,.8);
		width: 0;
		height: 80%;

	}
	.divider-vertical:before {
		top: -100%;
	}
	.divider-vertical:after {
		top: auto;
		bottom: 0;
	}
	/* CART */
	.cart-item .cart-item-article-name {
		margin-bottom:0;
	}
	.cart-item .cart-item-article-price-single {
		text-align:right;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	dl.footer-contact-informations {display:table;}
	dl.footer-contact-informations dt {display:table-cell;width: 43%;}
	dl.footer-contact-informations dd {display:table-cell;}
	#trusted-shops-box .trusted-shops-icon {
		display: block;
		float: left;
		padding-left: 15px;
		padding-right: 5px;
		width: 30%;
	}
	#trusted-shops-box .content {
		display: block;
		float: left;
		padding-left: 5px;
		padding-right: 15px;
		width: 70%;
	}
	.emotion-listing .blog-item {
		width:25%;
	}
	#buybox .article-price-area .article-price {
		width: 40%;
	}
}
/* the very big guys (desktops, 992px and up) */
@media (min-width: 1900px) {
	header {
		background-size: cover;
	}
}
.change-language img {
	max-width: 20px;
	border-radius: 2px;
	display: block;
	float: left;
	margin-right: 6px;
	position: relative;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	top: 4px;
}

.change-language_no_js img {
	max-width: 20px;
	border-radius: 2px;
	display: block;
	float: left;
	margin-right: 6px;
	position: relative;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	top: 4px;
}

#fancybox-wrap {
	width: 100% !important;
	
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	position: fixed !important;
	right: 0 !important;
	padding: 0 !important;
	background: transparent none !important;
	overflow-y: auto !important;
	overflow-x: hidden !important;
}
#fancybox-outer {
	width: 600px !important;
	margin: 30px auto !important;
}
#fancybox-content {
	width: 100% !important;
	height: 600px !important;
	border:0 !important;
	padding:20px !important;
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	#fancybox-outer {
		width: 100% !important;
	}
}
.fuzzy_result_box {
	width: auto;
	float: none;
	margin: 0;
	margin-bottom: 15px;
}
.fuzzy_result_box>.inner_box>ul.fuzzy_result_box_list {
	margin: 0;
	width: 50%;
	box-sizing: border-box;
	border: 0;
	list-style: none;
	padding: 15px;
	height: 150px;
	overflow: auto;
	border-right: 1px solid #ddd;
}
.fuzzy_result_box>.inner_box>ul.fuzzy_result_box_list li {
	height: auto;
	line-height: normal;
	padding: 5px 0 5px 21px;
	margin: 0;
}
.fuzzy_result_box>.inner_box>ul.fuzzy_result_box_list li:hover {
	background-position:left center;
}
.fuzzy_result_box>.inner_box>ul.fuzzy_result_box_list li a:hover {
	color: #2B5925;
	text-decoration:underline;
}
.fuzzy_result_box>.inner_box {
	border:0;
	padding: 0;
}
.fuzzy_result_box>.inner_box:after {
	content:'';
	display:block;
	clear:both;
}
.fuzzy_result_box>h2.headingbox {
	background-color: transparent !important;
	font-size: 20px;
	margin: 0;
	padding: 10px 15px;
}
.fuzzy_result_box:after {
	content:'';
	display:block;
	clear:both;
}
.category_filter h3 {
	font-size: 20px;
	font-weight: 600;
	color: #666;
}
.category_filter .categories>span {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.category_filter .categories>ul {
	float: left;
	width: 33%;
	padding-right: 15px;
}
.category_filter .categories:after {
	content:'';
	clear:both;
	display:block;
}
.home .doublespace {
	display:none;
}
.ctl_index .page-body {
	margin-bottom:0;
}