/*
*--- Table of contents ---*
*- CSS reset -*
*- Stylesheet contents -*
-Fonts
-Grid (5 columns)
--- 5 columns
--- CSS Table
-General
-Forms
---Bootstrap Select
---Standard Form
-Buttons & icons
---Page browser
---Sprite icons
---Payment icons
---Flag icons
-Header
---Top bar
---Middle bar
----*Search bar & Livesearch
----*Carriers
---Main nav
-Footer
---Scroll to top
---Help & Cookie notice
---Newsletter
---Zahlungsarten
---Zertifikate
---On air
---Footer nav
-Main content
-Blocks
---Slider
---Banners
---Hotlines
---Popups
-Product
---Price box
---List view
---List view horizontal
---Detail view
----*Gallery
----*Product main info & product buy
----*Extra Info
----*-customer testimonials
----*-benefits & payments
----*Special product detail
----*Video overlay
----*Tabs
----*-description
----*-scope of delivery
----*-reviews
----*-customer videos
----*-faqs
----*Carousels
-WKOs
-Cart (also used in last checkout step & for wishlist)
-Checkout
-Wishlist
-CMS & Account Pages
---Right info column
---Forms Register, Login, Account & Contact
---Account
---Forgot password & change email
---Newsletter
---Search
---Sitemap
---Returns
-Video Pages (Product video & Live TV)
-Responsive
*/

@CHARSET "UTF-8";

/*----- CSS reset -----*/
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
* {
	outline: 0 !important;
}
small {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
/* needed for the viewport unit to ignore the scrollbar */
html{
	overflow-y:scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	/*line-height:1;*/
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.noscroll {
	overflow: hidden;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wait {
	cursor: wait;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*a:visited {
	color: #00cccc !important;
}*/
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
/*----- CSS reset END -----*/

/*----- Stylesheet contents -----*/

img	{	/*making all images responsive*/
	max-width: 100%;
	height: auto;
}

/*--- Fonts ---*/
html {
	overflow: auto;
}
html, body	{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #3c3c3e;
	background-color: #fff;
}
a, a:visited, a:link, a:active, a:hover	{
	color: inherit;
	text-decoration: none;
}
strong	{
	font-weight: 700;
}
.black,
a.black	{
	color: #3c3c3e;
}
.white,
a.white	{
	color: #fff;
}
.purple-dark,
a.purple-dark	{
	color: #008bd2;
}
.purple-medium,
a.purple-medium	{
	color: #c8c7dd;
}
.purple-light,
a.purple-light	{
	color: #e8e8f4;
}
.orange-dark,
a.orange-dark	{
	color: #ff9000;
}
.orange-medium,
a.orange-medium	{
	color: #ffad42;
}
.orange-light,
a.orange-light	{
	color: #fff1db;
}
.red,
a.red,
.error	{
	color: #e30613;
}
.red-light,
a.red-light	{
	color: #f5ccd0;
}
.green,
a.green	{
	color: #37d01e;
}
.blue,
a.blue {
	color:#008bd2;
}
.bold	{
	font-weight: 700;
}
.regular	{
	font-weight: 400;
}
.light	{
	font-weight: 300;
}
.lighter	{
	font-weight: 100;
}
.uppercase	{
	text-transform: uppercase;
}
.line-through	{
	text-decoration: line-through;
}
.underline	{
	text-decoration: underline;
}
.img-border img	{
	border: 1px solid #c8c7dd;
	display: block;
	height: auto;
	width: 100%;
}
.purple-18px-bold	{
	color: #008bd2;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}
.black-14px-bold	{
	color: #3c3c3e;
	font-size: 14px;
	font-weight: 700;
}
.black-12px-regular	{
	color: #3c3c3e;
	font-size: 12px;
	font-weight: 400;
}
.red-18px-bold	{
	font-size: 18px;
	font-weight: 700;
	color: #ce021a;
	margin-bottom: 8px;
}
.red-12px-bold	{
	font-size: 12px;
	font-weight: 700;
	color: #ce021a;
}
.red-12px-regular	{
	font-size: 12px;
	color: #ce021a;
}
.page-heading	{
	color: #008bd2;
	font-size: 24px;
	font-weight: 700;
}
.heading-bar	{
	background: #e8e8f4;
	color: #008bd2;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 24px;
	margin: 20px 0px;
	text-align: left;
}
.heading-bar.small-font	{	/*looks like the header-bar of the cart*/
	font-size: 12px;
	padding: 10px 15px;
	margin: 20px -2px;
	line-height: 1em;
}
.center {
	text-align:center;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
/*--- Fonts END ---*/

/*--- Grid ---*/

.fullwidth-in-container	{
	/*width:100%;  /* fallback for browsers that don't understand vw or calc */
	/*width: calc(100vw - 17px);
    position: relative;
    margin-left: -50vw;
    left: calc(50% + 8px);*/
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
	position: relative;
}
#product-testimonials {
	margin-bottom: 0;
}
#product-line-link [class*="col-"],
#product-compare-link [class*="col-"],
#product-testimonials [class*="col-"]	{
	margin-bottom: 8px;
}
#product-line-link,
#product-compare-link,
#product-testimonials	{
	padding-bottom: 0px;
}
/*- 5 columns -*/
.col-1-5, .col-2-5, .col-3-5, .col-4-5 {
	float: left;
	padding-left: 4px;
	padding-right: 4px;
}
.col-1-5,
#product-line-link .col-md-5	{
	width: 20%;
}
.col-2-5	{
	width: 40%;
}
.col-3-5	{
	width: 60%;
}
.col-4-5	{
	width: 80%;
}
/*- CSS Table -*/
.css-table,
.css-table.row	{
	table-layout: fixed;
	display: table;
	width: 100%;
	height: 100%;
}
.css-table .css-table-row	{
	display: table-row;
}
.css-table .css-table-row .css-table-cell	{
	display: table-cell;
	padding: 5px;
}
.cms-page .css-table	{
	width: auto;
}
.cms-page .css-table .css-table-row .css-table-cell	{
	padding: 0px 15px 20px 0px;
}
#product-detail .css-table.row {
	width: 1200px;
}
.css-table.row [class*="col-"]	{
	display: table-cell;
	float: none;
	vertical-align: middle;
	height: 100%;
}
.css-table.with-boxes	{
	margin-bottom: 15px;
}
#product-detail .css-table.with-boxes {
	margin-bottom: 30px;
}
.css-table.with-boxes .box	{
	height: 100%;
}
/*--- Grid END ---*/

/*--- General ---*/
.relative	{
	position: relative;
	display: inline-block;
}
.clear	{
	clear: both;
}
.float-left	{
	float: left;
}
.float-right	{
	float: right;
}
.spacer-10px	{
	padding: 5px;
	clear: both;
	width: 100%;
}
.spacer-20px	{
	padding: 10px;
	clear: both;
	width: 100%;
}
.spacer-30px	{
	padding: 15px;
	clear: both;
	width: 100%;
}
[class*='line-']	{
	padding-bottom: 8px;
	margin-bottom: 8px;
}
[class*='line-'].spacing	{
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.spacing	{
	padding-bottom: 16px;
	margin-bottom: 16px;
}
[class*='line-'].double	{
	margin-top: -5px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.line-dotted-vertical	{
	border-right: 1px dotted #008bd2;
}
.line-purple-dark	{
	border-bottom: 4px solid #008bd2;
	clear: both;
}
.line-purple-light	{
	border-bottom: 6px solid #e8e8f4;
	clear: both;
}
.bg-white	{
	background: #fff;
}
.bg-purple-dark	{
	background: #008bd2;
}
.bg-purple-medium	{
	background: #c8c7dd;
}
.bg-purple-medium-product	{
	background: #8A88B7;
}
.bg-purple-light	{
	background: #f0f0f0;
}
.bg-orange-dark	{
	background: #ff9000;
}
.bg-orange-medium	{
	background: #ffad42;
}
.bg-orange-light	{
	background: #fff1db;
}

.bg-primary	{
	background: #008bd2;
}
.bg-primary-medium	{
	background: #c4e8fb;
}	/*7fc5e7*/ /*bit darker medium blue from product box lines*/
.bg-primary-light	{
	background: #dff2fd;
}
.bg-grey	{
	background: #3c3c3e;
}
.bg-grey-medium	{
	background: #a8a8a8;
}
.bg-grey-light	{
	background: #f0f0f0;
}
.bg-bubble	{
	background: url("template/bubble_bg.jpg") repeat-x;
	background-position:top center;
}
.bg-bubble-2	{
	background: url("template/bubble_bg_2.png") no-repeat;
	background-position:top center;
	background-color: rgb(223,242,253);
}
.cms-page-banner .bg-bubble	{
	background: url("template/bubble_bg.jpg") !important;
	background-position:right center !important;
}
.bg-red	{
	background: #e30613;
}
.bg-orange	{
	background: #f0f0f0;
}
.bg-yellow	{
	background: #fff89d;
}
.primary	{
	color: #008bd2;
}
.primary-medium	{
	color: #c4e8fb;
}
.primary-light	{
	color: #dff2fd;
}
.grey	{
	color: #3c3c3e;
}
.grey-medium	{
	color: #a8a8a8;
}
.grey-light	{
	color: #f0f0f0;
}
.red	{
	color: #e30613;
}
.orange	{
	color: #f0f0f0;
}
.yellow	{
	color: #fff89d;
}

.shadow	{
	box-shadow: 0 2px 3px 1px rgba(68, 68, 68, 0.4);
	-ms-box-shadow: 0 2px 3px 1px rgba(68, 68, 68, 0.4);
	-moz-box-shadow: 0 2px 3px 1px rgba(68, 68, 68, 0.4);
	-webkit-box-shadow: 0 2px 3px 1px rgba(68, 68, 68, 0.4);
}
.shadow-bottom	{
	box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
	-ms-box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
	-moz-box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
	-webkit-box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
}
.box	{
	background: #dff2fd;
	color: #008bd2;
	padding: 14px;
	margin-bottom: 10px;
}
.box-rounded	{
	border-radius: 10px;
}
.box-rounded-corner	{
	border-radius: 10px 10px 10px 0px;
	padding: 30px;
}
.dropdown-menu	{
	margin: 0px;
	box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.no-height {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0px !important;
}
.list-inline li	{
	padding: 0px;
}
.panel.panel-default	{
	box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.panel.panel-default .panel-heading h2	{
	margin: 0px;
	text-indent: -39px;
	padding-left: 39px;
}
#checkout-success .nl-subscription h2 {
	background: none;
	color: #008bd2;
	font-size: 19px;
	font-weight: 400;
}
.panel.panel-default .panel-heading h2 i	{
	padding-left: 39px;
}
#faq .panel.panel-default .panel-heading	{
	border-bottom: none;
	border-top: 1px dotted #008bd2;
	padding: 16px 0px 0px;
}
.panel.panel-default .panel-heading a	{
	color: #008bd2;
}
.panel.panel-default .panel-heading a i:before	{
	content: "\f107";
}
.panel.panel-default .panel-heading a.collapsed i:before	{
	content: "\f105";
}
.panel.panel-default .panel-heading h2	{
	color: #008bd2;
	font-size: 19px;
	font-weight: 400;
}
.panel.panel-default .panel-heading h2 i	{
	font-size: 30px;
}
.panel.panel-default.plain .panel-heading	{
	border: none;
}
#faq .panel.panel-default .panel-body	{
	padding-bottom: 0px;
}
#faq .ask-about-product	{
	margin-bottom: 16px;
	display: block;
}
.displayNone {
	display: none !important;
}

.text-align-right {
	text-align: right;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.text-align-center {
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.vertical-align-middle {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.visible-xs-flex {
	display: none !important;
}
.background-dotted-border,
[id*='checkout-step'] h2,
[id*='checkout-step'] .panel-body,
.cms-page .cms-page-content h2,
.popup-default h2,
.line-dotted,
.cart-checkout-table .header,
.cart-checkout-table .header {
	background-image: linear-gradient(to right, #008bd2 33%, rgba(255,255,255,0) 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
}
.background-border-top {
	background-position: top;
	margin-top: 2px;
}
.background-border-bottom,
[id*='checkout-step'] h2,
[id*='checkout-step'] .panel-body,
.cms-page .cms-page-content h2,
.popup-default h2,
.line-dotted,
.cart-checkout-table .header {
	background-position: bottom;
}
.background-dotted-border.standalone-line {
	height: 10px;
}
[id*='checkout-success'] .background-dotted-border.standalone-line {
	height: 10px;
	margin-top: 20px;
}
/*--- General END ---*/

/*--- Forms ---*/
input[type="text"],
input[type="password"],
input[type="checkbox"],
textarea,
select	{
	background: #fff;
	border: 1px solid #dadada;
	height: 40px;
	padding: 5px 10px;
	font-size: 16px;
	color: #3c3c3e;
	width: 100%;
	-webkit-border-radius:0;
	-webkit-appearance: none;
}
input	{ /*Fix for iPhone automatic rounded corners*/
	-webkit-border-radius:0;
	-webkit-appearance: none;
}
select	{
	padding:5px;
	height: 50px;
}
textarea	{
	height: auto;
}
/*- Bootstrap Select -*/
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.cart-item .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)	{
	width: 80px;
}
.cart-item .bootstrap-select.btn-group .dropdown-toggle .filter-option,
#product-detail .bootstrap-select.inpBestellmenge .dropdown-toggle .filter-option,
.wko-crosssell-item .bootstrap-select.inpBestellmenge .dropdown-toggle .filter-option {
	text-align:center;
}
#wishlist .cart-item .cart-product-text .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align:left;
}
.bootstrap-select .dropdown-toggle	{
	border: 1px solid #dadada;
	border-radius: 5px;
	font-size: 18px;
	color: #3c3c3e;
	line-height: 40px;
	height: 40px;
	padding: 0 50px 0 10px;
}
.cart-item .bootstrap-select.btn-group .dropdown-toggle,
#product-detail .bootstrap-select.inpBestellmenge .dropdown-toggle,
.wko-crosssell-item .standard-form .bootstrap-select .dropdown-toggle {
	padding: 0 40px 0 10px;
	margin-bottom: 0;
}
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus	{
	background: #dff2fd;
}
.bootstrap-select.open .dropdown-toggle	{
	border: 1px solid #a8a8a8;
	color: #a8a8a8;
	background: #fff;
	box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret	{
	border: none;
	position: absolute;
	right: 30px;
	top: 2px;
	color: #a8a8a8;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before	{
	content: "\f107";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 25px;
	border-left: 1px solid #dadada;
	height: 38px;
	padding-left: 5px;
}
.bootstrap-select .popover-title	{
	height: 35px;
	background: #fff;
	color: #a8a8a8;
}
.bootstrap-select .popover-title .close	{
	color: #008bd2;
	opacity: 1;
}
.bootstrap-select .dropdown-menu {
	background-color: #fff;
	padding: 0;
	border: 2px solid #008bd2;
	overflow-y: visible !important;
}
.bootstrap-select .dropdown-menu > li {
	border-top: 1px solid #dadada;
}
.bootstrap-select .dropdown-menu > li > a,
#wishlist .product-detail .cart-product-text .bootstrap-select .dropdown-menu > li > a {
	color: #3c3c3e;
	padding: 8px 20px;
	font-size: 16px;
}
#wishlist .product-detail .cart-product-text .bootstrap-select .dropdown-menu > li > a {
	text-decoration:none;
}
.desc-show-more {
	display: none;
}
.is-truncated .desc-show-more {
	display: block !important;
	cursor: pointer;
	text-decoration: underline;
}
.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus	{
	background: #dff2fd;
}
.bootstrap-select .dropdown-menu > li > a.disabled,
#wishlist .product-detail .cart-product-text .bootstrap-select .dropdown-menu > li > a.disabled {
	color: #a8a8a8;
}
input[type="checkbox"].before {

}
/*- Standard Form -*/
.standard-form	{
	font-size: 15px;
}
.standard-form label	{
	font-weight: 400;
	color: #008bd2;
	font-size: 15px;
	display: block;
	margin-bottom:4px;
}
.standard-form input,
.standard-form select,
.standard-form .bootstrap-select .dropdown-toggle,
.standard-form textarea	{
	margin-bottom: 10px;
	border-radius: 5px;
}
.standard-form .valid-date .bootstrap-select  {
	float:left;
}
.standard-form input.mandatory_error,
.standard-form select.mandatory_error,
.standard-form textarea.mandatory_error {
	border: 1px solid #e30613;
}
.standard-form .bootstrap-select.mandatory_error .dropdown-toggle {
	border-color:#e30613;
}
.standard-form textarea	{
	height: 196px;
}
.standard-form .g-recaptcha {
	margin-bottom: 0;
}
.standard-form h3	{
	min-height: 15px;
	margin: 15px 0px;
}
#checkout-step-login .bootstrap-select.btn-group .dropdown-toggle .filter-option,
#checkout-step-login .standard-form input,
#checkout-step-login .standard-form select,
#checkout-step-login .standard-form .bootstrap-select .dropdown-toggle,
#checkout-step-login .standard-form textarea {
	font-size: 15px;
}
#checkout-step-login .standard-form h3 {
	font-size: 25px;
	font-weight: 400;
	color: #008bd2;
	margin: 28px 0 20px 0;
}
.standard-form a:not([class*="button-"])	{
	color: #008bd2;
	text-decoration: underline;
	line-height: 1.2em;
}
.standard-form .radio-button,
#checkout-step-summary .address-table .radio-button	{
	display: inline-block;
	margin-right: 100px;
	margin-top: 10px;
}
#kontrolle_optionen .standard-form .radio-button {
	display:block;
}

.standard-form .radio-button input[type="radio"],
.standard-form .checkbox input[type="checkbox"]	{
	display: none;
}

.standard-form .radio-button label,
.standard-form .checkbox label	{
	color: #008bd2;
	cursor: pointer;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.standard-form .radio-button label {
	line-height: 30px;
	vertical-align: middle;
	height: 30px;
}
.shipping-address-wrapper.radio-button label {
	float:left;
	margin-right: 5px;
}
.shipping-address-wrapper.radio-button .shipping-addr-label {
	padding-top:3px;
	margin-bottom: 10px;
	font-size: 15px;
}
.standard-form .checkbox label {
	padding-left: 45px;
}
/*.standard-form .radio-button label:before,*/
.standard-form .checkbox label:before	{
	border: 1px solid #a8a8a8;
	background: white;
	border-radius: 15px;
	content: "";
	display: inline-block;
	height: 22px;
	width: 22px;
	position: absolute;
	left: 0;
	color: #008bd2;
	font-weight: 400;
	text-align: center;
	box-sizing: content-box;
}
.standard-form .checkbox label.mandatory_error:before {
	border-color:#e30613;
}
.standard-form .radio-button svg {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
#product-detail .standard-form .radio-button svg {
	margin-right: 3px;
}
#product-detail button.button-orange {
	width: 170px;
}

.payment-method-wrapper .radio-button {
	padding-left: 5px;
}

.standard-form .radio-button svg > circle {
	display: none;
}
.standard-form .radio-button input[type="radio"]:checked + label > svg > circle,
.standard-form .radio-button input[type="radio"]:checked + input[type="hidden"] + label > svg > circle {
	display: block;
}
.standard-form .checkbox label:before	{
	border-radius: 5px;
}
/*.standard-form .radio-button input[type="radio"]:checked + label::before,
.standard-form .radio-button input[type="radio"]:checked + input[type="hidden"] + label::before,*/
.standard-form .checkbox input[type="checkbox"]:checked + label::before	{
	/*font-family: 'Roboto', Helvetica, Arial, sans-serif;
    content: "\2022";
    font-size: 70px;
    line-height: 32px;
    text-align: center;*/
	font-family: 'FontAwesome';
	font-size: 16px;
	content: "\f111";
	line-height: 24px;
	vertical-algin: middle;
}
.standard-form .checkbox input[type="checkbox"]:checked + label::before	{
	font-family: icomoon;
	content: "\e905";
	font-size: 24px;
}
.standard-form .submit .required,
.standard-form a[href*="/?forgot_pwd=1"]	{
	margin-top: 20px;
	font-size: 15px;
	display: inline-block;
}
.standard-form button[type="submit"] {
	min-width: 190px;
}

.standard-form a.button-oscc {
	min-width: 190px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
}

.standard-form #check_anrede,
.standard-form #check_anrede_r	{
	width: 50%;
}
.standard-form .packstation,
.standard-form .birthday	{
	margin-bottom: 10px;
}
.standard-form .packstation_wrapper,
.standard-form .packstation_wrapper_r {
	border: 1px solid #dadada;
	padding: 15px 80px;
	position: relative;
	border-radius: 5px;
	margin-top:10px;
}
.standard-form .packstation_wrapper label,
.standard-form .packstation_wrapper_r label	{
	display: block;
}
.standard-form .packstation_wrapper input:nth-child(4),
.standard-form .packstation_wrapper_r input:nth-child(4) {
	width: 20%;
}
.standard-form .packstation_wrapper img,
.standard-form .packstation_wrapper_r img {
	float: right;
}
.standard-form .birthday label	{
	display: block;
}
.standard-form .birthday select,
.standard-form .bootstrap-select.btn-group.birthdate	{
	width: 31% !important;
	margin-right: 2%;
	float:left;
}
.standard-form .birthday select:last-of-type,
.standard-form .birthday .birthdate:last-of-type	{
	margin-right: 0px;
}
.standard-form .phone-change .col-md-1,
.standard-form .birthday-change .col-md-1	{
	font-size: 22px;
	line-height: 45px;
}
.standard-form .password-change h3	{
	margin-bottom: 8px;
}
/*--- Forms END ---*/

/*--- Buttons & icons ---*/
.fa.fa-refresh	{
	font-size: 16px;
	margin: -3px 0px 0px;
}
.fa-rotate-70 {
	-webkit-transform: rotate(70deg);
	-moz-transform: rotate(70deg);
	-ms-transform: rotate(70deg);
	-o-transform: rotate(70deg);
	transform: rotate(70deg);
}
button	{ /*resets button styles*/
	border: none;
}
/*Buttons should always look like
this: <a class="button-primary">Button Text</a>
or this: <button class="button-primary">Button Text</button>*/
a.button-primary,
button.button-primary,
input.button-primary,
a.button-red,
button.button-red,
input.button-red,
a.button-orange,
button.button-orange,
input.button-orange	{
	color: #fff;
	display: inline-block;
	float: none;
	font-size: 19px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	padding: 0px 25px;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
	border-radius: 0px;
}
.live-tv-button,
a.button-primary,
button.button-primary,
input.button-primary	{
	background: #008bd2;
}
.button-primary.square	{
	width: 40px;
}
a.button-primary.light,
button.button-primary.light,
input.button-primary.light	{
	background: #fff;
	color: #008bd2;
	border: 1px solid #008bd2;
}
a.button-primary.light.transparent,
button.button-primary.light.transparent,
input.button-primary.light.transparent	{
	background: transparent;
}
.button-primary.orange	{
	background:#ff9000;
}
a.button-red,
button.button-red,
input.button-red	{
	background: #ffb14d;
	color: #fff;
}
a.button-orange,
button.button-orange,
input.button-orange	{
	background: #ff9000;
	color: #fff;
}
a.button-primary:hover,
button.button-primary:hover,
input.button-primary:hover	{
	background: #c4e8fb;
}
a.button-red:hover,
button.button-red:hover,
input.button-red:hover	{
	background: #f31724;
}
a.button-orange:hover,
button.button-orange:hover,
input.button-orange:hover	{
	/*background: #e30613;*/
	background: #ffb14d;
}
.button-orange-inverse {
	background: white;
	text-transform: uppercase;
	color: #ff9000;
	border: 1px solid #ff9000;
	height: 40px;
	line-height: 36px;
	padding: 0 40px;
}
#wko .artikel-bestellen button.button-orange-inverse {
	padding: 0 30px;
}
a.button-primary i,
button.button-primary i,
a.button-red i,
button.button-red i	{
	line-height: 50px;
	vertical-align: middle;
	font-size: 20px;
}
.button-delete	{ /*<button type="submit" class="button-delete"><i class="et-circle-with-cross"></i> <span>Delete</span></button>*/
	background: #008bd2;
	border-radius: 30px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	padding: 2px 8px;
	float: right;
	min-width:30px !important;
}
.button-delete span	{
	font-size: 10px;
}
.si-bestellen	{
	text-align: center;
	padding-top: 10px;
}
.red-tailed-arrow	{
	background: none;
}
.red-tailed-arrow .tail,
.red-tailed-arrow .center,
.red-tailed-arrow .point	{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	line-height: 43px;
	float: left;
}
.red-tailed-arrow .tail	{
	background: url("template/red-tailed-arrow/red-tailed-arrow-tail.png") no-repeat;
	background-size: 12px 42px;
	width: 12px;
}
.red-tailed-arrow .center	{
	background: url("template/red-tailed-arrow/red-tailed-arrow-center.png") repeat-x;
	background-size: auto 42px;
	padding: 0px 15px;
}
.red-tailed-arrow .point	{
	background: url("template/red-tailed-arrow/red-tailed-arrow-point.png") no-repeat;
	background-size: 13px 42px;
	width: 13px;
}
.red-tailed-arrow:hover .tail	{
	background: url("template/red-tailed-arrow/red-tailed-arrow-tail-active.png") no-repeat;
}
.red-tailed-arrow:hover .center	{
	background: url("template/red-tailed-arrow/red-tailed-arrow-center-active.png") repeat-x;
}
.red-tailed-arrow:hover .point	{
	background: url("template/red-tailed-arrow/red-tailed-arrow-point-active.png") no-repeat;
}
.red-tailed-arrow.grey .tail {
	background: url("template/red-tailed-arrow/red-tailed-arrow-tail-inactive.png") no-repeat;
}
.red-tailed-arrow.grey .center {
	background: url("template/red-tailed-arrow/red-tailed-arrow-center-inactive.png") repeat-x;
}
.red-tailed-arrow.grey .point {
	background: url("template/red-tailed-arrow/red-tailed-arrow-point-inactive.png") no-repeat;
}
.red-tailed-arrow .fa	{
	font-size: 24px;
}
/*- Page browser -*/
.page-browser	{
	text-align: center;
}
.page-browser i	{
	margin: 0px 16px;
}
#customer-reviews .page-browser	{
	margin-top: 32px;
}
.product_review.comment {
	margin-left:45px;
	border-left: 1px #5B59A2 solid;
	padding-left: 15px;
	padding-top:2px;
	padding-bottom:2px;
}
.product_review.comment .official strong {
	color: #5B59A2;
	font-weight:normal;
}
.product_review.comment.indent_2 { 	margin-left: 75px; }
.product_review.comment.indent_3 {	margin-left: 105px; }
.product_review.comment.indent_4 {	margin-left: 135px; }
.product_review.comment.indent_5 {	margin-left: 165px; }
.product_review.comment.indent_6 {	margin-left: 195px; }
.product_review.comment.indent_7 {	margin-left: 225px; }
.product_review.comment.indent_8 {	margin-left: 255px; }
/*- Sprite icons -*/
.si-bestellen, .si-bestellen_light, .si-bestellen:hover, .si-file_Button, .si-jetzt_einkaufen, .si-jetzt_einkaufen_light, .si-on_air, .si-round_button_1, .si-round_button_2, .si-round_button_3, .si-thumb_up	{
	background-image: url(template/sprites.png) !important;
	background-repeat: no-repeat;
	display: inline-block;
}
.si-bestellen{
	background-position: -3px -5px ;
	width: 179px;
	height: 35px;
}
.si-bestellen_light,
.si-bestellen:hover{
	background-position: -2px -54px ;
	width: 179px;
	height: 35px;
}
.si-file_Button{
	background-position: -458px -59px ;
	width: 24px;
	height: 23px;
}
.si-jetzt_einkaufen,
a.si-jetzt_einkaufen	{
	background-position: -2px -100px ;
	background-color: transparent;
	width: 183px;
	height: 42px;
	line-height: 43px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding-left: 45px;
}
.si-jetzt_einkaufen_light,
.si-jetzt_einkaufen:hover{
	background-position: -3px -151px ;
	width: 183px;
	height: 42px;
}
.si-on_air{
	background-position: -511px -125px ;
	width: 97px;
	height: 45px;
}
.si-round_button_0,
.si-round_button_1,
.si-round_button_2,
.si-round_button_3 {
	margin-top: 2px;
}
.si-round_button_1{
	background-position: -313px -12px ;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.si-round_button_2{
	background-position: -217px -117px ;
	width: 50px;
	height: 50px;
}
.si-round_button_3{
	background-position: -215px -14px ;
	width: 50px;
	height: 50px;
}
.si-round_button_0{
	height: 50px;
	width: 50px;
	background-image: url('pics/dt_focus.png');
	background-repeat: no-repeat;
	margin-right: 20px;
	display: inline-block;
}
.si-thumb_up{
	background-position: -397px 0;
	width: 43px;
	height: 43px;
	margin-top: 2px;
	float: left;
}
/*- New icons (add remaining old icons to new spritesheet when finished) -*/
.icon-scroll-to-top, .icon-video, .icon-present-arrow, .icon-cart,
.icon-present, .icon-search, .icon-free-shipping, .icon-money-back, .icon-present-small,
.icon-heart, .icon-heart-o/*, .icon-facebook*/	{
	background: url(template/general-icons.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.icon-scroll-to-top { background-position: -12px -50px; width: 30px; height: 17px; background-size: 92px 287px; }
.icon-video { background-position: -0px -77px; width: 32px; height: 32px; background-size: 92px 287px; }
.icon-present-arrow { background-position: -43px -104px; width: 38px; height: 175px; }
.icon-cart { background-position: -0px -147px; width: 36px; height: 34px; }
.icon-present { background-position: -0px -181px; width: 33px; height: 44px; }
.icon-search { background-position: -57px -53px; width: 22px; height: 20px; background-size: 439%; }
.icon-free-shipping { background-position: -0px -225px; width: 26px; height: 21px; }
.icon-money-back { background-position: -0px -246px; width: 25px; height: 27px; }
.icon-present-small { background-position: -81px -104px; width: 21px; height: 29px; }
.icon-heart { background-position: -82px -135px; width: 40px; height: 34px; }
.icon-heart-o { background-position: -82px -169px; width: 40px; height: 34px; }
/*.icon-facebook { background-position: -63px -155px; width: 30px; height: 30px; background-size: 310%; }*/
/*Certificates*/
[class*="icon-cert-"]	{
	display: inline-block;
	margin: 2px 10px 0px 0px;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 50px;
}
.icon-cert-greatplacetowork {
	background-image: url(pics/greatplacetowork.png);
	width: 173px;
	height: 74px;
	background-size: auto;
}

@media (min-width:768px) {
	.icon-cert-greatplacetowork {
		margin-top: -10px;
	}
}

.icon-cert-focus	{
	background-image: url(pics/dt_focus.png);
	width: 40px;
}
.icon-cert-era	{
	background-image: url(pics/eu_era.png);
}
.icon-cert-ch	{
	background-image: url(pics/ch_guarantee.png);
	margin-right: 0px;
}
.cart-info [class*="icon-cert-"]	{
	height: 80px;
	width: 60px;
	background-size: auto 60px;
}
.cart-info .icon-cert-focus	{
	height: 80px;
	background-size: 60px 80px;
}
.play-video svg {
	height: 32px;
	width: 32px;
}
.play-video svg .svg-play {
	fill: #fff;
}
/*- Payment icons -*/
.icon-oscc, .icon-oppp, .icon-oppc, .icon-ec, .icon-opsu,
.icon-nn, .icon-opis, .icon-or, .icon-opiv, .icon-wid, .icon-ooid, .icon-oobc, .icon-oaiv	{
	background: url(template/payment-icons.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.icon-oscc { background-position: -0px -0px; width: 155px; height: 34px; }	/*credit card*/
.icon-oppp { background-position: -0px -34px; width: 128px; height: 31px; }	/*paypal*/
.icon-oppc { background-position: -0px -65px; width: 121px; height: 34px; }	/*postfinance*/
.icon-ec { background-position: -0px -99px; width: 114px; height: 34px; }	/*easypay*/
.icon-opsu { background-position: -0px -133px; width: 103px; height: 31px; }	/*sofortüberweisung*/
.icon-nn { background-position: -114px -99px; width: 37px; height: 24px; }	/*cash on delivery*/
.icon-opis { background-position: -128px -34px; width: 27px; height: 30px; }	/*installments*/
.icon-or { background-position: -128px -64px; width: 21px; height: 28px; }	/*invoice*/
.icon-opiv { background-position: -128px -64px; width: 21px; height: 28px; }	/*invoice payolution*/
.icon-oaiv { background-position: 0 -199px; width: 156px; height: 33px; }	/*Afterpay via Ogone */
.icon-wid { background-position: -116px -129px; width: 37px; height: 34px; }	/*iDeal*/
.icon-ooid { background-position: -116px -129px; width: 37px; height: 34px; }	/*iDeal via Ogone*/
.icon-oobc { background-position: 0px -164px; width: 57px; height: 34px; }	/*Bancontact via Ogone*/
.payment-icon-wrapper	{
	display: inline-block;
	margin: 0px 25px 15px 0px;
	line-height: 36px;
	border-radius: 3px;
}
footer .icon-oscc, footer .icon-oppp, footer .icon-oppc, footer .icon-ec, footer .icon-opsu,
footer .icon-nn, footer .icon-opis, footer .icon-or, footer .icon-opiv, footer .icon-oaiv, footer .icon-oobc, footer .icon-wid, footer .icon-ooid,
.benefits-box-payment .icon-oscc, .benefits-box-payment .icon-oppp, .benefits-box-payment .icon-oppc, .benefits-box-payment .icon-ec, .benefits-box-payment .icon-opsu,
.benefits-box-payment .icon-nn, .benefits-box-payment .icon-opis, .benefits-box-payment .icon-or, .benefits-box-payment .icon-opiv, .benefits-box-payment .icon-oaiv, .benefits-box-payment .icon-oobc, .benefits-box-payment .icon-wid, .benefits-box-payment .icon-ooid,
.banner-right-medium .icon-oscc, .banner-right-medium .icon-oppp, .banner-right-medium .icon-oppc, .banner-right-medium .icon-ec, .banner-right-medium .icon-opsu,
.banner-right-medium .icon-nn, .banner-right-medium .icon-opis, .banner-right-medium .icon-or, .banner-right-medium .icon-opiv, .banner-right-medium .icon-oaiv, .banner-right-medium .icon-oobc, .banner-right-medium .icon-wid, .banner-right-medium .icon-ooid {
	background-image: url(template/payment-icons-small.png);
	background-size: 126px 187px;
}
footer .icon-oscc, .benefits-box-payment .icon-oscc, .banner-right-medium .icon-oscc { background-position: -0px -0px; width: 100px; height: 25px; }	/*credit card*/
footer .icon-oppp, .benefits-box-payment .icon-oppp, .banner-right-medium .icon-oppp { background-position: -0px -26px; width: 95px; height: 22px; }	/*paypal*/
footer .icon-oppc, .benefits-box-payment .icon-oppc, .banner-right-medium .icon-oppc { background-position: -0px -48px; width: 90px; height: 19px; }	/*postfinance*/
footer .icon-ec, .benefits-box-payment .icon-ec, .banner-right-medium .icon-ec { background-position: -0px -73px; width: 85px; height: 25px; }	/*easypay*/
footer .icon-opsu, .benefits-box-payment .icon-opsu, .banner-right-medium .icon-opsu { background-position: -0px -99px; width: 77px; height: 22px; }	/*sofortüberweisung*/
footer .icon-nn, .benefits-box-payment .icon-nn, .banner-right-medium .icon-nn { background-position: -86px -74px; width: 27px; height: 17px; }	/*cash on delivery*/
footer .icon-opis, .benefits-box-payment .icon-opis, .banner-right-medium .icon-opis { background-position: -95px -27px; width: 20px; height: 19px; }	/*installments*/
footer .icon-or, .benefits-box-payment .icon-or, .banner-right-medium .icon-or { background-position: -95px -48px; width: 17px; height: 21px; }	/*invoice*/
footer .icon-opiv, .benefits-box-payment .icon-opiv, .banner-right-medium .icon-opiv { background-position: -95px -48px; width: 17px; height: 21px; }	/*invoice payolution*/
footer .icon-wid, .benefits-box-payment .icon-wid, .banner-right-medium .icon-wid { background-position: -82px -91px; width: 34px; height: 34px; }	/*iDeal*/
footer .icon-ooid, .benefits-box-payment .icon-ooid, .banner-right-medium .icon-ooid { background-position: -82px -91px; width: 34px; height: 34px; }	/*iDeal via Ogone*/
footer .icon-oobc, .benefits-box-payment .icon-oobc, .banner-right-medium .icon-oobc { background-position: -0px -123px; width: 56px; height: 34px; }	/*Bancontact via Ogone*/
footer .icon-oaiv, .benefits-box-payment .icon-oaiv, .banner-right-medium .icon-oaiv { background-position: -0px -156px; width: 127px; height: 34px; }	/*Afterpay via Ogone*/
#checkout-content .payment-icon-wrapper {
	margin: 0;
}
.benefits-box-payment .payment-icon-wrapper {
	margin: 0 8px 10px 0;
}
.banner-right-medium .payment-icon-wrapper {
	margin: 0 20px 5px 0;
}
.payment-icon-wrapper [class*="icon-"]	{
	vertical-align: top;
}
footer .payment-icon-wrapper {
	margin-bottom: 0;
}
footer .payment-icon-wrapper [class*="icon-"]	{
	vertical-align: middle;
}
footer .payment-icon-wrapper:last-child {
	margin-right: 0;
}
.payment-icon-wrapper.nn,
.payment-icon-wrapper.opis,
.payment-icon-wrapper.or,
.payment-icon-wrapper.opiv	{
	background: #008bd2;
	color: #fff;
	font-size: 16px;
	text-transform: none;
	padding: 0px 5px;
}
footer .payment-icon-wrapper.nn,
footer .payment-icon-wrapper.or,
footer .payment-icon-wrapper.opiv,
footer .payment-icon-wrapper.opis,
.benefits-box-payment .payment-icon-wrapper.nn,
.benefits-box-payment .payment-icon-wrapper.opis,
.benefits-box-payment .payment-icon-wrapper.or,
.benefits-box-payment .payment-icon-wrapper.opiv	{
	line-height: 30px;
	font-size: 14px;
	padding: 0px 3px;
}
.payment-icon-wrapper.nn [class*="icon-"],
.payment-icon-wrapper.opis [class*="icon-"],
.payment-icon-wrapper.or [class*="icon-"],
.payment-icon-wrapper.opiv [class*="icon-"]	{
	vertical-align: middle;
}
.benefits-box-payment .payment-icon-wrapper [class*="icon-"] {
	vertical-align: middle;
}
.payment-icon-wrapper.nn .hide,
.payment-icon-wrapper.opis .hide,
.payment-icon-wrapper.or .hide,
.payment-icon-wrapper.opiv .hide	{
	display: inline !important;
	margin: 0px 5px;
}
#checkout-content {
	margin-top: 30px;
}
#checkout-content .panel-heading {
	padding-top: 0;
}
#checkout-content .panel {
	margin-bottom: 0;
}
#checkout-content .standard-form label {
	font-size: 15px;
}
#checkout-content .standard-form .radio-button label {
	font-size: 16px;
}
.bootstrap-select .dropdown-toggle {
	font-size: 15px;
}
/*- Flag Icons -*/
[class*='flag-icon-'] {
	background-size: auto 100%;
	background-position: center;
	display: inline-block;
	width: 22px;
	height: 16px;
}
.flag-icon-international {
	background:url("pics/svg/globe.svg") no-repeat;
	background-size: contain;
}

/*--- Buttons & icons END ---*/

/*--- Header ---*/
/*- Top bar -*/
#top-bar	{
	position: relative;
	z-index: 999;
	height: 40px;
	line-height: 38px;
	font-size: 17px;
	font-weight: 400;
}
#top-bar .hotline	{
	float: left;
	padding-left: 183px;
}
#top-bar .hotline .et-phone	{
	font-size: 23px;
	margin-right: 5px;
	vertical-align: middle;
}
#top-bar .hotline [class*="flag-"]	{
}
#top-bar .hotline #number	{
	display: inline-block;
}
#top-bar .hotline .header-hotline-number{
	font-weight:bold;
}
#top-bar .user-nav nav	{
	float: right;
	margin-right: -12px;
}
.close-mobile-nav {
	height: 40px;
	cursor: pointer;
	text-align: right;
}
/*#main-nav-collapse {
	position: relative;
	padding-bottom: 10px;
}*/
#top-bar .user-nav .list-inline > li {
	margin-left: 0;
	vertical-align: middle;
}
#top-bar .user-nav .dropdown > a	{
	display: block;
	padding: 0px 12px;
	line-height: 40px;
	position: relative;
	font-size: 17px;
	height:40px;
}
#top-bar .user-nav .dropdown > a:hover,
#top-bar .user-nav .dropdown.open > a	{
	background: #fff;
	color: #008bd2;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: -1px;
	margin-right: -1px;
}
#top-bar .user-nav .dropdown.open > a	{
	padding-bottom: 3px;
	z-index: 1001;
}
.user-nav .dropdown .dropdown-menu	{
	padding: 10px 0;
	color: #3c3c3e;
	background: #fff;
	border: 3px solid #008bd2;
	border-radius: 0px 15px 15px 15px;
	font-weight: 400;
	line-height: 2em;
	top: calc(100% - 3px);
	font-size: 16px;
	z-index: 1000;
}
.user-nav .dropdown .dropdown-menu a.button-primary {
	font-size: 15px;
}
#top-bar .user-nav .dropdown > a .divider {
	position: absolute;
	right: -2px;
}
#top-bar .user-nav .divider {
	background-color: #fff;
	display: inline-block;
	height: 17px;
	width: 1px;
}
#top-bar .user-nav .dropdown > a:hover .divider,
#top-bar .user-nav .dropdown.open > a .divider	{
	visibility: hidden;
}
#top-bar .user-nav.logged-in li.account {
	text-align:right;
}
.user-nav.logged-in li.account.open,
.user-nav.logged-in li.account.open a.dropdown-toggle,
.user-nav.logged-in li.account:hover,
.user-nav.logged-in li.account a.dropdown-toggle:hover {
	color:#008bd2;
}
#top-bar .user-nav.logged-in li.account a {
	overflow: hidden;
	max-width: 370px;
}
.user-nav .dropdown > a.wishlist-empty svg .cls-1 {
	fill: transparent;
	stroke: #008bd2;
	stroke-width: 2;
}
#top-bar .user-nav .dropdown > a.wishlist-empty svg .cls-1 {
	stroke: #fff;
}
#top-bar .user-nav .dropdown > a.wishlist-empty:hover svg .cls-1 {
	stroke: #008bd2;
}
.user-nav .dropdown > a.wishlist-filled svg .cls-1,
#top-bar .user-nav .dropdown > a.wishlist-filled:hover svg .cls-1,
#top-bar .user-nav .dropdown.open > a.wishlist-filled svg .cls-1 {
	fill: #008bd2;
	stroke: #008bd2;
}
#top-bar .user-nav .dropdown > a.wishlist-filled svg .cls-1 {
	fill: #fff;
	stroke: #fff;
}
.user-nav .dropdown > a .logged-off svg .user {
	fill: #008bd2;
	stroke: #008bd2;
}
#top-bar .user-nav .dropdown > a .logged-off svg .user {
	fill: #fff;
	stroke: #fff;
}
#top-bar .user-nav .dropdown > a:hover .logged-off svg .user,
#top-bar .user-nav .dropdown.open > a .logged-off svg .user {
	fill: #008bd2;
	stroke: #008bd2;
}
.user-nav .dropdown > a .logged-off .check {
	display: none;
}
.user-nav .dropdown > a .logged-in svg .user {
	fill: #008bd2;
	stroke: #008bd2;
}
#top-bar .user-nav .dropdown > a .logged-in svg .user {
	fill: #fff;
	stroke: #fff;
}
#top-bar .user-nav .dropdown > a:hover .logged-in svg .user,
#top-bar .user-nav .dropdown.open > a .logged-in svg .user {
	fill: #008bd2;
	stroke: #008bd2;
}
#top-bar .user-nav .dropdown > a svg {
	width: 24px;
	stroke-width: 1;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	margin-right: 15px;
}
#top-bar .user-nav .dropdown > a .logged-off svg,
#top-bar .user-nav .dropdown > a.wishlist-empty svg {
	margin-right: 5px;
}
#top-bar .user-nav .dropdown > a .logged-off svg	{
	margin-right: 4px;
}
.user-nav .dropdown > a:hover svg .cls-1 {
	stroke: #008bd2;
}
.user-nav .dropdown > a:hover svg .user,
.user-nav .dropdown.open > a svg .user {
	fill: #008bd2;
	stroke: #008bd2;
}
#top-bar .user-nav .dropdown > a .logged-in .check svg,
#middle-bar .user-nav .dropdown > a .logged-in .check svg {
	background-color: #fff;
	border: 1px solid #008bd2;
	border-radius: 100%;
	height: 18px;
	width: 18px;
	padding: 2px;
	vertical-align: middle;
	margin: 0px;
}
#top-bar .user-nav .dropdown > a .logged-in .check svg {
	background-color: #008bd2;
	border: 1px solid #fff;
}
.user-nav .dropdown > a:hover .logged-in .check svg,
.user-nav .dropdown.open > a .logged-in .check svg {
	background-color: #fff;
	border: 1px solid #008bd2;
}
.user-nav .dropdown > a:hover .logged-in .check svg .check,
.user-nav .dropdown.open > a .logged-in .check svg .check {
	fill: #008bd2;
}
.user-nav .dropdown > a .logged-in .check svg .check {
	fill: #008bd2;
	height: auto;
}
#top-bar .user-nav .dropdown > a .logged-in .check svg .check {
	fill: #fff;
}
.user-nav .dropdown.account .dropdown-menu	{
	left: -4px;
}
.user-nav .dropdown.account .div_memberLogin	{
	width: 310px;
	padding: 0px 15px;
}
.user-nav .dropdown.account .div_memberLogin .error {
	line-height: 1.2em;
}
.user-nav .dropdown.account label	{
	color: #008bd2;
	font-weight: 400;
}
.user-nav .dropdown.account .inp_member	{
	margin-bottom: 8px;
}
.user-nav .dropdown.account button	{
	float: right;
	padding: 0 20px;
}
.user-nav .dropdown.account .links	{
	float: left;
	margin-top: 4px;
}
.user-nav .dropdown.account .links a {
	display: block;
	line-height: 1em;
	margin-top: 5px;
	color: #008bd2;
	text-decoration: underline;
	font-size: 13px;
}
#top-bar .wishlist {
	position: relative;
}
.wishlist .items-on-wishlist,
#warenkorb_header .quantity-in-cart,
.user-nav .dropdown > a .logged-in .check	{
	display: block;
	position: absolute;
	top: 15px;
	left: 28px;
	line-height: 16px;
}
.wishlist .items-on-wishlist,
#warenkorb_header .quantity-in-cart	{
	background: #008bd2;
	border: 1px solid #fff;
	border-radius: 9px;
	height: 18px;
	min-width: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 16px; /*lower than height because of border*/
	text-align: center;
	padding: 0px 4px 0px 4px;
}
#warenkorb_header .quantity-in-cart	{
	background: #ff8d00;
	border: 1px solid #ff8d00;
	top: 0px;
	left: 20px;
}
#top-bar .user-nav .dropdown > a span.name {
	max-width: 155px;
	height:40px;
	overflow: hidden;
	/*display: inline-block;*/
}
#top-bar .country .current-country [class*='flag-icon-']	{
	margin: 0px 0px -2px 5px;
}
#top-bar .user-nav .dropdown.country .dropdown-menu	{
	border-radius: 15px 0px 15px 15px;
	width: 265px;
	right: -4px;
}
#top-bar .country .dropdown-menu ul	{
	margin-left: 0px;
	width: 100%;
}
#top-bar .country .dropdown-menu li a	{
	display: block;
	padding: 5px;
	color: #008bd2;
	font-size: 14px;
	font-weight: 700;
}
#top-bar .country .dropdown-menu li a:hover,
#top-bar .country .dropdown-menu li a.active	{
	background: #dff2fd;
}
#top-bar .country .dropdown-menu li a {
	margin: 0px 10px;
}
#top-bar .country .dropdown-menu li a .country-code	{
	width: 30px;
	display: inline-block;
	font-size: 18px;
}
#top-bar .country .dropdown-menu li a [class*='flag-']	{
	margin-bottom: -2px;
}
/*#top-bar .payment-methods .dropdown-menu	{
	left: auto;
	right: -83px;
}
#top-bar .payment-methods .text	{
	white-space: nowrap;
	margin-bottom: 8px;
}
#top-bar .payment-methods .payment-icons	{
	text-align: center;
}
#top-bar .payment-methods .payment-icons img	{
	display: inline-block;
}*/
/*#product-detail .payment span {
	display: block;
}*/
#product-detail .payment .kk_mc_o {
	background-image: url("pics/za/active/new/kk_mc_o.jpg");
	width: 50px;
	height: 26px;
}
#product-detail .payment .kk_v_o {
	background-image: url("pics/za/active/new/kk_v_o.jpg");
	width: 50px;
	height: 18px;
}
#product-detail .payment .nn_o {
	background-image: url("pics/za/active/new/nn_o.jpg");
	width: 50px;
	height: 29px;
}
#product-detail .payment .or_o {
	background-image: url("pics/za/active/new/or_o.jpg");
	width: 50px;
	height: 33px;
}
#product-detail .payment .pp_o {
	background-image: url("pics/za/active/new/pp_o.jpg");
	width: 50px;
	height: 41px;
}
#product-detail .payment .su_o {
	background-image: url("pics/za/active/new/pp_su.jpg");
	width: 50px;
	height: 21px;
}
#product-detail .payment .pk_o {
	background-image: url("pics/za/active/new/pk_o.jpg");
	width: 50px;
	height: 15px;
}
#product-detail .payment .ec_o {
	background-image: url("pics/za/active/new/ec_o.jpg");
	width: 50px;
	height: 38px;
}
#product-detail .payment {
	margin-top: 17px;
}
#product-detail .artikel-preis {
	height: 160px;
	position: relative;
}
#product-detail .set_unit_price {
	position: relative;
	color: #a8a8a8;
	text-align: right;
	margin-top: 2px;
}
#product-detail .pay-installments .set_unit_price {
	width: 195px;
}
#product-detail .check_installments.standard-form label,
#product-detail .check_installments.standard-form {
	font-size:13px;
	font-weight:400;
	color: #008bd2;
	line-height: 15px;
}
#product-detail .check_installments {
	float: right;
	width: 170px;
	background-color: #dff2fd;
	padding:2px 4px;
	text-align: left;
}
#product-detail .installment_description {
	padding-left: 6px;
	font-size: 12px;
}
#product-detail .check_installments .checkbox {
	margin: 0 0 5px 0;
}
#product-detail .check_installments.standard-form .checkbox label {
	padding-left: 29px;
	line-height: 28px;
}
#product-detail .price_box .price-border .full-color {
	width: 88px;
}
#product-detail .set-price {
	position: absolute;
	bottom: 30px;
	right: 189px;
	color: #008bd2;
	text-align: center;
	width: 100px;
	padding: 15px 8px;
	border-radius: 15px;
	font-weight: 400;
	font-size: 25px;
	line-height: 20px;
}
#product-detail .price_box_installment .set-price {
	bottom: -22px;
}
#product-detail .set-price:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 248, 157, 0);
	border-top-color: #fff89d;
	border-width: 22px 20px 0 20px;
	margin-left: -20px;
}
#product-detail .set-price .price {
	border-top: 1px solid #008bd2;
	display: block;
	font-weight: 400;
	padding-top: 6px;
	margin-top: 4px;
	margin-left: 7px;
	margin-right: 7px;
}
/*- Middle bar -*/
#middle-bar	{
	padding-top: 20px;
	padding-bottom: 16px;
}
#middle-bar .search {
	padding-top:10px;
}
#middle-bar .logo {
	margin-left: -15px;
}
#middle-bar .logo > a:before {
	width: 139px;
	height: 139px;
	background: #fff;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	border-radius: 75px;
	display: block;
	position: absolute;
	top: -68px;
	left: 0;
	z-index: 1000;
	content: ' ';
}
#middle-bar .logo > a > img {
	margin-left: 14px;
	width: 111px;
	height: 111px;
}
#middle-bar .cart {
	margin-top: -5px;
}
#middle-bar .cart .cart-link-price {
	display: block;
}
/*.landingpage #middle-bar .cart .cart-link-price {
	display: none !important;
}*/
.logo img	{
	display: block;
	margin-top: -55px;
	position: relative;
	z-index: 1001;
}
.banner-top	{
	padding: 10px 0px;
}
.free-shipping-header-banner {
	padding: 0;
}
.versandkostenfrei-banner > div	{
	float: left;
	line-height: 1em;
	padding: 7px 5px 0 5px;
}
.versandkostenfrei-banner svg {
	height: 51px;
	width: 148px;
	vertical-align: bottom;
}
.versandkostenfrei-banner .box-red	{
	padding: 0;
}
.versandkostenfrei-banner .text	{
	font-size: 38px;
	color: #e30613;
	line-height: 33px;
	letter-spacing: -1.6px;
}
.versandkostenfrei-banner .text .small	{
	font-size: 11px;
	line-height: 1em;
	letter-spacing: -0.5px;
}
#warenkorb_header	{
	text-align: right;
	font-size: 	16px;
	color: #008bd2;
}
#warenkorb_header .image {
	position: relative;
	display: inline-block;
}
#warenkorb_header svg	{
	width: 27px;
	height: 25px;
	margin: 2px 15px -3px 0;
}
#warenkorb_header .text {
	font-size: 16px;
}
#warenkorb_header .text .price, .present-product-price, .product_price_number, .product_price_decimals, .anz_put_in_basket, .artikel-bestellen .in-den-korb-bestellmenge input, .cart-sum .sum, .price-font, #warenkorb_header .quantity-in-cart {
	font-family: "Arimo", Helvetica, Arial, sans-serif;
}
#warenkorb_header strong	{
	font-size: 22px;
	font-weight: 400;
}
/*Search bar & Livesearch*/
.search	{
	position: relative;
}
.suchForm_input input {
	float: right;
	width: 100%;
	padding-right: 65px;
}
.suchForm_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style: italic;
	color: #a8a8a8;
}
.suchForm_input input::-moz-placeholder { /* Firefox 19+ */
	font-style: italic;
	color: #a8a8a8;
}
.suchForm_input input:-ms-input-placeholder { /* IE 10+ */
	font-style: italic;
	color: #a8a8a8;
}
.suchForm_input input:-moz-placeholder { /* Firefox 18- */
	font-style: italic;
	color: #a8a8a8;
}
.suchForm_input input:focus{
	width: 250%;
}
.suchForm_input input,
.suchForm_input input:focus{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
#search-button,
#search-page-button	{
	position: absolute;
	right: 0px;
	padding: 3px 0px 0px 0px;
}
#search-page-button {
	height: 40px;
}
#search-button svg,
#search-page-button svg {
	width: 22px;
	height: 20px;
}
#search-button svg .glass-path,
#search-page-button svg .glass-path {
	fill: #fff;
	stroke-width: 2;
}
.search_result {
	display:none;
	position:absolute;
	top: 50px;
	right: 0px;
	width: 250%;
	z-index: 1000;
}
.search_result #result_wrapper	{
	background: #fff;
	border: 1px solid #008bd2;
}
.search_result #result_wrapper .search_result_element	{
	border-bottom: 1px solid #008bd2;
	padding: 5px 25px 5px 25px;
}
.search_result #result_wrapper .search_result_element h4	{
	font-size: 18px;
	font-weight: 400;
	color: #008bd2;
}
.search_result #result_wrapper .search_result_element .text	{
	margin-top:5px;
}
.search_result #result_wrapper .search_result_element .text p {
	height: 40px;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	line-height:1.2em;
}
.search_result #result_wrapper .search_result_element .product_rating_stars {
	font-size: 13px;
}
.search_result #result_wrapper .search_result_element .status	{
	color: #7cb842;
	margin-bottom: 5px;
	margin-top:10px;
}
.search_result #result_wrapper .search_result_element .image	{
	width:92px;
	height:92px;
	margin-left: 5px;
	display: table-cell;
	vertical-align: middle;
}
.search_result #result_wrapper .search_result_element .image img	{
	vertical-align: middle;
	width: 100%;
}
.search_result #result_wrapper .search_result_element .rating	{
	height:20px;
}
.search_result #result_wrapper .search_result_element .button-primary	{
	width: 100%;
	text-align: center;
}
.search_result #result_wrapper .footer	{
	background: #008bd2;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 95px;
	cursor: pointer;
}
.search_result #result_wrapper.no-result	{
	background: #008bd2;
	padding: 20px;
	color: #fdef08;
	font-weight: bold;
	font-size: 19px;
}
/*Carriers*/
.carriers	{
	padding: 25px 0px;
	text-align: center;
}
.carriers .carrier_lnk	{
	display: inline-block;
	margin: 2px 5px;
}
#middle-bar .carriers {
	text-align: right;
	padding: 0;
	margin-top: -10px;
}
#middle-bar .carriers .carrier_lnk {
	margin: 2px 0 2px 10px;
}

/*- Main nav -*/
/*--- Header END ---*/

/*--- Footer ---*/
footer .css-table.row [class*="col-"]	{
	vertical-align: bottom;
}
.top_prod_footer {
	font-size: 15px;
	line-height: 20px;
}
/*- Scroll to top -*/
.scroll-to-top	{
	float: right;
	cursor: pointer;
	color: #a8a8a8;
	padding: 30px 0px;
}
.scroll-to-top [class*="et-"]	{
	font-size: 50px;
}
/*- Help & Cookie notice -*/
.support-box	{
	text-align: center;
	font-size: 14px;
}
.support-box h5	{
	text-transform: uppercase;
}
.cookie-notice p	{
	margin-bottom: 10px;
}

.cookie-notice2 p	{
	margin-bottom: 10px;
}

.cookie-notice3 p	{
	margin-bottom: 10px;
}

.cookie-notice a	{
	text-decoration: underline;
	margin-top: 33px;
	display: inline-block;
}

.cookie-notice2 a	{
	text-decoration: underline;
	margin-top: 33px;
	display: inline-block;
}

.cookie-notice3 a	{
	text-decoration: underline;
	margin-top: 33px;
	display: inline-block;
}

.cookie-notice button	{
	float: right;
}

.cookie-notice2 button	{
	float: right;
}

.cookie-notice3 button	{
	float: right;
}

/*- Newsletter -*/
#main-template footer .newsletter.bg-bubble-2 .benefits {
	font-size:16px;
	line-height: 22px;
}
#main-template footer .newsletter	{
	color: #008bd2;
	padding:18px 30px 0px;
	font-size: 16px;
	line-height: 26px;
	height:100px;
	overflow: hidden;
}
#main-template footer .newsletter .present-headline {
	font-size: 30px;
	line-height: 33px;
	font-weight: 300;
	position: relative;
}
#main-template footer .newsletter .present-headline strong	{
	font-size: 35px;
	display: block;
	text-transform: uppercase;
}
#main-template footer .newsletter .present-headline svg {
	position: absolute;
	right: 64px;
	bottom: -83px;
	width: 110px;
}
#main-template footer .newsletter .present-headline svg .b {
	fill: #008bd2;
}
.cms-page-banner .nl-badge {
	color: #008bd2;
	background: #fff;
	width: 122px;
	height: 122px;
	position:relative;
	line-height:78px;
	border-radius: 132px;
}
.cms-page-banner .nl-badge {
	position: absolute;
	right: 130px;
	top: 10px;
}
.cms-page-banner .nl-badge:before {
	content: " ";
	position: absolute;
	border: 1px solid #008bd2;
	border-radius: 132px;
	width: 132px;
	height: 132px;
	top: -5px;
	left: -5px;
	background:#fff;
}
.cms-page-banner .nl-badge:after {
	content: " ";
	position: absolute;
	border: 1px solid #008bd2;
	border-radius: 122px;
	width: 122px;
	height: 122px;
	top: 0;
	left: 0;
}
.cms-page-banner .nl-badge .content {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: bold;
	position: relative;
	top: 20px;
	text-align: center;
	display: block;
	width:100%;
}
.cms-page-banner .nl-badge .content .value {
	font-size: 68px;
	margin: 0 auto;
}
.cms-page-banner .nl-badge .content .value .val {
	letter-spacing: -8px;
	padding-right: 8px;
}
.cms-page-banner .nl-badge .content .value_delimiter {
	font-size: 43px;
}
.cms-page-banner .nl-badge .content .currency {
	font-size: 15px;
	font-weight: normal;
	position: absolute;
	top: 30px;
	left: 72px;
	line-height: 1.2em;
}
#main-template footer .newsletter .button-primary {
	margin-top: 9px;
	height: 50px;
	line-height: 50px;
}
/*- Zahlungsarten -*/
.payment-methods	{
	color: #008bd2;
	padding:20px 0px;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 36px;
}
/*- Zertifikate -*/
.certificates	{
	padding: 15px 0px;
	font-size: 15px;
	line-height: 20px;
}
.certificates .row > div {
	max-height: 51px;
}
.certificates a {
	vertical-align: top;
}
.certificates h5	{
	color: #008bd2;
	font-weight: 400;
	font-size: 17px;
}
/*- On air -*/
.on-air	{
	padding: 5px 0px 15px;
	height: 70px;
	position: relative;
}
.on-air div	{
	float: left;
}
.on-air div img	{
	display: block;
	max-width: 100%;
	height: auto;
}
.on-air .badge-on-air	{
	position: absolute;
	height: 60px;
	width: 116px;
	top: 10px;
	left: 0;
	padding: 0px 8px;
	background-color: #fff;
}
.on-air .tv-logos	{
	width: 100%;
	line-height: 65px;
	padding: 0px 10px;
	background-repeat: repeat-x;
	height: 65px;
	background-position: 116px 10px;
}
.on-air .tv-logos img	{
	display: inline-block;
	vertical-align: middle;
}
/*- Footer nav -*/
#footer-nav	{
	padding: 17px 0px 24px 0;
	line-height: 1.5em;
	position: relative;
}
#footer-nav .row	{
	display: flex;
	display: -webkit-flex;
}
#footer-nav [class*="col-"]	{
	border-left: 1px solid #f0f0f0;
	flex: 1;
	-webkit-flex: 1;
}
#footer-nav [class*="col-"]:first-child {
	border: 0;
}
#footer-nav h5	{
	color: #008bd2;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 17px;
}
#footer-nav h6	{
	line-height: 24px;
	color: #008bd2;
	font-weight: 400;
}
#footer-nav a	{
	display: block;
	font-size: 15px;
	line-height: 24px;
}
#footer-nav .hotline_nr {
	font-size: 15px;
	line-height: 22px;
}
#footer-nav .hotline_wrapper [class*="flag-icon"],
.forgot-password  [class*="flag-icon"] {
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin-right: 3px;
	vertical-align: bottom;
}
#footer-nav .hotline_wrapper .flag-icon-international	{
	border-radius: 0px;
}
/*--- Footer END ---*/

/*--- Main content ---*/
.content-main	{
	/*padding-right: 8px;*/
}
/*--- Main content END ---*/

/*--- Blocks ---*/
/*- Slider -*/
#main-template .content-header {
	margin-bottom: 4px;
}
.prodlist-banners {
	height: auto;
}
.prodlist-banners #myCarousel {
	overflow: hidden;
}
.prodlist-banners .carousel-control {
	background: rgba(255,255,255,0.5);
	height: 70px;
	width: 70px;
	border-radius: 35px;
	top: 50%;
	margin-top: -35px;
	font-size: 24px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.prodlist-banners .carousel-control:hover {
	background:  rgba(0,139,210,0.5);
}
.prodlist-banners .carousel-control.left {
	margin-left: -35px;
	padding-left: 25px;
}
.prodlist-banners .carousel-control.right {
	margin-right: -35px;
	padding-right: 25px;
}
.prodlist-banners .carousel-control span {
	padding: 23px 0px;
}
.prodlist-banners .carousel-indicators {
	bottom: 10px;
	right: 20px;
	width: auto;
	margin: 0;
	left: auto;
}
.prodlist-banners .carousel-indicators li {
	width: 12px;
	height: 12px;
	margin-left: 8px;
	margin-right: 0;
}
.prodlist-banners .carousel-indicators li.active {
	margin-bottom: 1px;
}
.prodlist-banners .carousel-inner .item a {
	position: relative;
	display: block;
	height: auto;
	background-size: 100% auto;
	vertical-align: bottom;
}
.prodlist-banners .carousel-inner .item a picture {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.prodlist-banners .carousel-inner .item.banner_type_2:before {
	content: "";
	background: url(template/general-icons.png);
	background-repeat: no-repeat;
	display: block;
	background-position: -0px -280px;
	width: 105px;
	height: 105px;
	color: #fff;
	font-size: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -52px 0px 0px -52px;
	opacity: 0.7;
	pointer-events: none;
	z-index: 1000;
}
.prodlist-banners .carousel-caption {
	left: auto;
	right: auto;
	bottom: 0;
	width: 100%;
	padding: 8px 0px 0px 188px;
	background-color: #008bd2;
	text-shadow: none;
	text-align: left;
	height: 60px;
	pointer-events: none;
	margin-top: 50px;
}
.prodlist-banners .carousel-caption h3 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 23px;
}
.prodlist-banners .carousel-caption p {
	font-size: 20px;
	line-height: 23px;
}
.prodlist-banners .as_seen_on_tv_banner_overlay {
	display: none;
	background-image: url("template/as_seen_on_tv_banner_overlay.png");
	width: 174px;
	height: 173px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 11;
	pointer-events: none;
}
/*- Banners -*/
[class*='banner-']	{
	position: relative;
	overflow: hidden;
}
[class*='banner-'] hr	{
	border-color: #c4e8fb;
	clear: both;
}
[class*='banner-'] .icon	{
	background-color: #008bd2;
	border-radius: 50px;
	color: #fff;
	float: left;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	text-align: center;
	width: 45px;
}
[class*='banner-'] .icon [class*="icon-"]	{
	vertical-align: middle;
}
[class*='banner-'] .text	{
	line-height: 1em;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
[class*='banner-'] .text .small-font	{
	font-weight: 400;
	font-size: 12.5px;
}
#product-detail [class*='banner-'] .text .small-font {
	font-weight: normal;
	font-size: 11.5px;
	line-height: 15px;
}
[class*='banner-'] .external_logos	{
	color: #3c3c3e;
	font-weight: 400;
}
[class*='banner-'] .external_logos a	{
	display: table;
}
[class*='banner-'] .external_logos .icon	{
	width: 65px;
	height: 89px;
	background: none;
}
[class*='banner-'] .external_logos .text	{
	vertical-align: bottom;
}
[class*='banner-'] .benefits-wrapper	{
	margin: 15px 0px;
	height: 175px;
	overflow: hidden;
}
[class*='banner-'] .benefits	{
	margin-bottom: 17px;
	display: flex;
	display: -webkit-flex;
	font-size: 18px;
	align-items: center;
	-webkit-align-items: center;
}
.content-header .banner-right-medium .benefits {
	font-size: 16px;
}
[class*='banner-'] .benefits .icon svg{
	width: 27px;
	height: 32px;
}
[class*='banner-'] .benefits .icon svg .truck{
	fill: #fff;
}
#product-detail {
	margin-top: 25px;
}
#product-detail [class*='banner-'] .benefits {
	font-size: 16px;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	line-height: 18px;
	margin-bottom: 7px;
}
#product-detail .benefits-box {
	padding: 8px 7px 1px 8px;
	line-height: 18px;
	margin-bottom: 0;
}
#product-detail .benefits-box.benefits-box-payment {
	padding-left: 14px;
}
#product-detail .benefits-box.benefits-box-payment img {
	max-width: auto;
}
#product-detail .benefits-box .text {
	line-height: 16px;
}
[class*='banner-'] .benefits .icon	{
	font-size: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex: 0 0 46px;
	-webkit-flex: 0 0 46px;
}
[class*='banner-right-'] .payment-methods	{
	padding: 10px 0px 0px 10px;
}
[class*='banner-right-'] .payment-methods img {
	margin-left: -2px;
}
.banner-right-big	{
	height: 398px;
}
.banner-right-medium	{
	height: 440px;
}
.banner-right-small	{
	height: 110px;
	padding: 9px;
}
.banner-bar	{
	padding: 15px 0px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.banner-bar .benefits	{
	margin: 0px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}
.banner-bar .benefits .icon	{
	border: 2px solid #fff;
	box-sizing: padding-box;
}
#product-detail [class*='banner-'] .benefits .icon {
	height: 36px;
	line-height: 36px;
	width: 36px;
	flex: 0 0 36px;
	-webkit-flex: 0 0 36px;
}
#product-detail [class*='banner-'] .benefits.benefits-bar-cashback .icon svg {
	margin-top: -2px;
}
#product-detail [class*='banner-'] .benefits.benefits-bar-return .icon {
	font-size: 19px;
}
#product-detail [class*='banner-'] .benefits.benefits-bar-shipping .icon svg {
	width: 26px;
	height: 26px;
	margin-left: 1px;
}
footer .banner-bar .benefits .icon {
	background-color: #fff;
}
footer [class*='banner-'] .benefits .icon {
	color: #008BD2;
	font-size: 28px;
}
footer [class*='banner-'] .benefits.benefits-bar-cashback .icon svg {
	width: 36px;
	height: 36px;
	margin-top: -2px;
}
footer [class*='banner-'] .benefits.benefits-bar-return .icon {
	padding-top: 1px;
}
footer [class*='banner-'] .benefits.benefits-bar-shipping .icon svg {
	width: 32px;
	height: 32px;
	margin-left: 1px;
}
footer [class*='banner-'] .benefits .icon svg .r,
footer [class*='banner-'] .benefits .icon svg .truck {
	fill: #008BD2;
}
.banner-right-medium .payment-methods h3 {
	font-size: 21px;
	font-weight: 300;
	margin-bottom: 10px;
}
/*- Hotlines -*/
.hotline_wrapper	{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.hotline_flag	{
	margin-bottom: 3px;
}
.footer-facebook-link {
	color: #008bd2;
}
.footer-facebook-link i {
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	background: #018bd3;
	padding-top: 6px;
	width: 36px;
	height: 36px;
	border-radius: 20px;
}
.footer-facebook-link {
	line-height: 18px;
	margin-top: 8px;
}
/*- Popups -*/
.popup-default {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
.legal-information .popup-default {
	display:none;
}
.popup-default .popup-box {
	width: 100%;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	border: 7px solid #008bd2;
	padding: 30px;
	margin-top: 100px;
}
.popup-default .popup-close-link {
	color: #008bd2;
	position: absolute;
	right: 10px;
	top: 35px;
	cursor:pointer;
	z-index: 1;
}
.popup-default .popup-close-link svg {
	height: 15px;
	stroke-width: 1;
	width: 15px;
}
.popup-default .popup-close-link svg .svg-close {
	stroke: #008bd2;
}
.popup-default .popup-footer	{
	background: #f0f0f0;
	margin-top: 30px;
	padding: 15px;
}
.popup-default h2	{
	font-size: 18px;
	font-weight: 700;
	color: #008bd2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.popup-default .popup-benefits h2 {
	padding-bottom: 0;
	margin-bottom: 11px;
	background: none;
}
.popup-default ul,
.popup-default ol	{
	margin-left: 15px;
}
.popup-default ol li	{
	margin-top: 5px;
}
/* layout for voucher popup */
.popup-info {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	height: 100%;
	position: fixed;
}
.popup-info .container {
	flex: 0 0 auto;
	-moz-box-flex: 0;
	-webkit-flex: 0;
}
.popup-info .popup-box {
	border: 0;
	background: #e0f2fe none repeat scroll 0 0;
	border-radius: 25px 25px 0 0;
	height: auto;
	overflow: hidden;
	padding: 20px 30px;
	margin-top: 0;
	text-align: center;
}
.popup-info .border {
	background-color: #008bd2;
	border-bottom-right-radius: 25px;
	height: 23px;
}
.popup-info .popup-box h1 {
	font-size: 52px;
	color: #008bd2;
	font-weight: 100;
}
.popup-info .popup-box h1 b {
	font-weight: 700;
}
.popup-info .popup-box p {
	font-size: 18px;
	margin: 10px 0;
}
.popup-iframe,
.popup-iframe .container,
.popup-iframe .popup-box,
.popup-iframe .popup-body,
.popup-iframe iframe {
	height:95%;
}
.popup-iframe iframe {
	width:100%;
}
/*Legal information & added to wishlist popup*/
.legal-information .popup-default .popup-box {
	margin-top: 0px;
}
#wd .popup-default .popup-box,
#wd .layer_wrapper .popup-box	{
	margin-top: 200px;
}
/*--- Blocks END ---*/

/*--- Product ---*/
.delivery-status {
	float: right;
	font-size: 11px;
}
.delivery_status	{
	display: inline-block;
}
.delivery_status_0:before,
.delivery_status_1:before	{
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
	margin-right: 2px;
	vertical-align: middle;
	margin-top: -4px;
}
.delivery_status_0:before {
	color: #45a12a;
	content: "\f00c";
	margin-right: -3px;
}
.delivery_status_1:before {
	color: #ff9000;
	content: "\f00d";
}
.dots_vertical_product {
	background-image: url("pics/dot_horizontal.png");
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	font-size:1px;
	line-height:1px;
	margin:16px 0;
}
.stars_full, .stars_half, .stars_empty	{
	background: none;
	height: auto;
	width: auto;
}
.stars_full:before,
.stars_half:before,
.stars_empty:before {
	margin-right: 1px;
	font-family: FontAwesome;
	color: #ff9000;
	float: left;
}
.customer-testimonial .stars:after, .nav-tabs .stars:after {
	content: '';
	display: block;
	clear: both;
}
.rating_stars_big .stars_full:before,
.rating_stars_big .stars_half:before,
.rating_stars_big .stars_empty:before {
	font-size: 25px;
}
.stars_full:before {
	content: "\f005";
}
.stars_half:before {
	content: "\f123";
}
.stars_empty:before {
	content: "\f006";
}
.stars_row {
	cursor: pointer;
}
.stars_row_inactive {
	opacity: 0.2;
}
.stars_row_inactive:hover {
	opacity: 1;
}
[class*='txt_jetzt_nur']	{
	color: #3c3c3e;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
.cart-item [class*='txt_jetzt_nur']	{
	margin-top: 10px;
}
/*- Price box -*/
.price_box	{
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	text-align: right;
}
.price_box .price_standard_font {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
#product-detail .artikel-preis .price_box.price_box_installment {
	margin-top: 0;
}
#product-detail .set_unit_price {
	font-size: 13px;
	height: 13px;
	line-height: 1em;
}
.installment_total	{
	font-size: 13px;
	margin-top: 20px;
	min-height: 21px;
}
.price_box .price-border .full-color,
.price_box .price-border .border-color	{
	vertical-align: top;
	line-height: 1.3em;
	text-align: center;
	height: 55px;
	display: inline-block;
}
.price_box .price-border .full-color	{
	background: #008bd2;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 19px;
	/*The addon boxes are moved underneath the main price box by the border-radius-width, so they have to be that much bigger as well.*/
	border-radius: 10px 0px 0px 10px;
	width: 70px;
	padding: 9px 8px 7px 0px;
	margin-right: -12px;
}
.price_box .price-border .full-color .small {
	font-size: 16px;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.price_box.price_box_red .price-border .full-color	{
	background: #e30613;
}
.price_box.price_box_installment .price-border .full-color	{
	background: #008bd2;
}
.price_box .price-border .border-color	{
	position: relative;
	background: #fff;
	border-radius: 10px 10px 10px 0px;
	border: 2px solid #000;
	display: inline-block;
	width: 90px;
}
.price_box.price_box_red .price-border .border-color	{
	color: #e30613;
	border-color: #e30613;
}
.price_box .saving	{
	font-size: 14px;
}
#product-detail .price_box .saving	{
	line-height: 1em;
	display: block;
	margin-top: 2px;
	font-weight: normal;
	color: #ff9000;
}
.price_box .saving{
	font-size: 14px;
	color: #ff9000;
	display: block;
	height: 16px;
}
.price_box.price_box_installment .price-border .border-color,
.price_box.price_box_standard .price-border .border-color	{
	color: #008bd2;
	border-color: #008bd2;
}
.installment_total	{
	color: #008bd2;
}
.price_installment {
	font-size: 17px;
	line-height: 18px;
}
.price_box .price_installment strong	{
	font-size: 25px;
	display: block;
}
.price_box .price_installment strong .installments_x {
	font-size: 23px;
	padding-left: 3px;
}
.price_box_installment .price-border .full-color {
	padding-top: 7px;
}
.price_box .additional-info-bubble {
	height: 24px;
}
.price_box .set-pieces,
.price_box .price-from	{
	color: #fff;
	font-weight: 700;
	margin-bottom: 2px;
	font-size: 14px;
	display: inline-block;
	background: #ff9000;
	border-radius: 7px;
	padding: 0;
	width: 89px;
	text-align: center;
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
}
.price_box .price-from{
	background: #008bd2;
}
.price_box .old-price {
	font-size: 12px;
	color: #a8a8a8;
	display: block;
	margin-top: 2px;
}
.price_box .old-price span {
	text-decoration: line-through;
}
.price_box .current-price	{
	bottom: 1px;
	font-size: 32px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	line-height: 100%;
}
.price_box .set-price .current-price {
	position: relative;
	bottom: auto;
	width: auto;
	line-height: inherit;
}
.price_box .current-price .product_price_decimal_spacer	{
	/*margin-right: -8px;*/
	display: none;
}
.price_box .current-price .product_price_decimals	{
	font-size: 18px;
	vertical-align: super;
	width: 21px;
	display: inline-block;
}
.price_box .current-price .product_price_currency	{
	font-size: 10px;
	margin-left: -19px;
	line-height: 10px;
	letter-spacing: -0.7px;
}
.prodlist-banners .price_box {
	position: absolute;
	bottom: 63px;
	right: 0;
}
/*.prodlist-banners .price_box {
	pointer-events: none;
	position: absolute;
	bottom: 63px;
	right: 10px;
}
.prodlist-banners .price_box .price-border .border-color {
	margin-bottom: 3px;
}
.video-overlay .price_box .price-border .border-color	{
	margin-bottom: 0px;
}
.prodlist-banners .price_box .price-border .full-color,
.prodlist-banners .price_box .price-border .border-color,
.video-overlay .price_box .price-border .full-color,
.video-overlay .price_box .price-border .border-color	{
	height: 97px;
}
.prodlist-banners .price_box .price-border .border-color,
.video-overlay .price_box .price-border .border-color	{
	width: 165px;
}
.prodlist-banners .price_box .price-border .full-color,
.video-overlay .price_box .price-border .full-color	{
	width: 145px;
	right: 155px;
	font-size: 30px;
	line-height: 42px;
}
.prodlist-banners .price_box.price_box_red .price-border .full-color,
.video-overlay .price_box.price_box_red .price-border .full-color	{
	font-size: 40px;
	line-height: 36px;
	padding-top: 16px;
}
.prodlist-banners .price_box .price-border .full-color small,
.video-overlay .price_box .price-border .full-color	small {
	font-size: 30px;
}
.prodlist-banners .price_box .price_installment,
.video-overlay .price_box .price_installment	{
	font-size: 32px;
	line-height: 42px;
}
.prodlist-banners .price_box .price_installment strong,
.video-overlay .price_box .price_installment strong	{
	font-size: 50px;
}
.prodlist-banners .price_box .old-price,
.video-overlay .price_box .old-price	{
	font-size: 21px;
	line-height: 2em;
}
.prodlist-banners .price_box .current-price,
.video-overlay .price_box .current-price	{
	font-size: 63px;
}
.prodlist-banners .price_box .current-price .product_price_decimal_spacer,
.video-overlay .price_box .current-price .product_price_decimal_spacer	{
	margin-right: -14px;
}
.prodlist-banners .price_box .current-price .product_price_decimals,
.video-overlay .price_box .current-price .product_price_decimals	{
	font-size: 22px;
}*/
.prodlist-banners .price_box.price_box_red .saving,
.video-overlay .price_box.price_box_red .saving {
	padding: 2px 5px;
	border-radius: 10px;
	background-color: #fff;
}
/*- List view -*/
.product-list > [class*="col-"]	{
	border: 1px solid #fff;
	box-shadow: 0 2px 3px 1px rgba(255, 255, 255, 0.0);
	-ms-box-shadow: 0 2px 3px 1px rgba(255, 255, 255, 0.0);
	-moz-box-shadow: 0 2px 3px 1px rgba(255, 255, 255, 0.0);
	-webkit-box-shadow: 0 2px 3px 1px rgba(255, 255, 255, 0.0);
	position: relative;
	z-index: 1;
}
.product-list > [class*="col-"]:not([class*="product-list-pager"]):hover	{
	border: 1px solid #dadada;
	box-shadow: 0 0 3px 2px rgba(60, 60, 62, 0.15);
	-ms-box-shadow: 0 0 3px 2px rgba(60, 60, 62, 0.15);
	-moz-box-shadow: 0 0 3px 2px rgba(60, 60, 62, 0.15);
	-webkit-box-shadow: 0 0 3px 2px rgba(60, 60, 62, 0.15);
	z-index: 2;
	margin-left: -2px;
	margin-right: 2px;
	padding-left: 17px;
	padding-right: 13px;
	margin-top: -2px;
	padding-top: 2px;
	background-color: #fff;
}
.product-box-list.thumbnail	{
	position: relative;
	margin: 19px 0px 7px 0;
	padding: 0px;
	border: none;
}
.product-box-list.thumbnail:after	{
	border-right: 1px solid #dadada;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: -16px;
	top: 0;
}
.product-box-list.thumbnail:before	{
	border-bottom: 1px solid #dadada;
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -8px;
}
.product-list > [class*="col-"]:hover .product-box-list.thumbnail:before,
.product-list > [class*="col-"]:hover .product-box-list.thumbnail:after {
	border: 0;
}
.product-box-list.thumbnail .product-box-data,
.product-box-list.thumbnail .product-image {
	padding-left: 20px;
	padding-right: 20px;
}
.product-box-list .product-image	{
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.product-box-list .product-image img	{
	width: 100%;
}
.product-box-list .product-colors	{
	position: absolute;
	top: 5px;
	right: 10px;
}
.product-box-list .product-colors span	{
	display: inline-block;
	height: 15px;
	width: 15px;
	border-radius: 30px;
	margin-left: 10px;
}
.product-box-list .product-colors span.black	{
	background: black;
}
.product-box-list .product-colors span.red	{
	background: red;
}
.product-box-list .product-colors span.green	{
	background: green;
}
.product-box-list .product-header	{
	padding-top: 5px;
	height: 55px;
	position: relative;
}
.product-box-list .product-header h1,
.product-box-list .product-header h2	{
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
}
.product-box-list .product-header h1	{
	font-size: 19px;
	color: #008bd2;
}
.product-box-list .product-label {
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -7px;
	right: 13px;
	padding: 3px 14px;
	font-size: 15px;
}
.product-box-list .product_label_yellow {
	color: #3c3c3e;
}
.product-box-list .product-info	{
	padding: 0;
	height: 90px;
	margin-top: 0px;
}
.product-box-list .product-info .rating	{
	/*margin-bottom: 5px;*/
}
.product-box-list .product-info .stars_full:before,
.product-box-list .product-info .stars_half:before,
.product-box-list .product-info .stars_empty:before {
	font-size:13px;
	/*letter-spacing: 2px;*/
	margin-right:0px;
	vertical-align: baseline;
	line-height: 20px;
}
.product-box-list .product_rating_stars {
	height: 20px;
	width: 61px;
	display: inline;
}
.product-box-list .rating,
.product-box-list .rating > a {
	vertical-align: baseline;
}
.product_rating_number {
	color: #ff9000;
	font-size: 13px;
	line-height: 20px;
	margin-left:5px;
	vertical-align: top;
}
.product-box-list .product-info .delivery-status {
	float: none;
}
/*- List view horizontal -*/
.product-box-horizontal	{
	padding: 0px 4px;
}
.product-box-horizontal .product-image	{
	border: 1px solid #c8c7dd;
	width: 135px;
	height: 135px;
	display: block;
}
.product-box-horizontal .product-image img	{
	width: 100%;
	height: auto;
}
.product-box-horizontal .product-info .product-title	{
	color: #008bd2;
	font-weight: 700;
	font-size: 14px;
}
.product-box-horizontal .product-info .product-rating	{
	height: 16px;
	margin: 4px 0px 8px;
}
.product-box-horizontal .product-buy .delivery-status	{
	float: none;
	margin-bottom: 16px;
}
.product-box-horizontal .product-buy .product-price [class*='txt_jetzt_nur'],
.product-box-horizontal .product-buy .product-price .red-12px-bold	{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
}
.product-box-horizontal .product-buy .product-price .current	{
	line-height: 24px;
	font-weight: bold;
}
.product-box-horizontal .product-buy .product-price .current span	{
	font-size: 16px;
}
/*- Detail view -*/
#product-detail	{
	position: relative;
}
/*Gallery*/
#product-detail .product-gallery .main-image	{
	margin-bottom:16px;
	height: 397px;
	overflow: hidden;
}
.cloudzoom-zoom {
	width: 482px;
	height: 474px;
	border: 1px solid #ccc;
	box-shadow: none;
}
.cloudzoom-lens {
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: none;
	cursor: default;
}
.cloudzoom-lens img {
	opacity: 0.5;
}
#product-detail .product-gallery .additional-images {
	width: 395px;
	float: left;
}
#product-detail .product-gallery .additional-images .imageGallery	{
	padding: 0 47px 0 47px;
	width: 100%;
}
#product-detail .product-gallery .additional-images .scroll-arrow	{
	width: 45px;
	cursor: pointer;
	float: left;
	text-align: center;
}
#product-detail .product-gallery .additional-images .scroll-arrow-left	{
	margin-left: -48px;
	text-align: left;
}
#product-detail .product-gallery .additional-images .scroll-arrow-right	{
	margin-right: -48px;
	text-align: right;
	width: 28px;
}
#product-detail .product-gallery .additional-images .scroll-arrow:before {
	font-family: icomoon;
	font-size: 40px;
	line-height: 62px;
	content:"\e901";
	color: #a8a8a8;
}
#product-detail .product-gallery .additional-images .scroll-arrow-right:before {
	content:"\e902";
}
#product-detail .product-gallery .additional-images .slick-arrows-disabled {
	opacity: 0.2;
	cursor: default;
}
#product-detail .product-gallery .additional-images-holder {
	width:100%;
	height: 62px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #dadada;
}
#product-detail .product-gallery .additional-images-holder .item {
	float: left;
	height: 60px;
	vertical-align:middle;
	display: inline-block;
	overflow:hidden;
	border: 1px solid #dadada;
	border-left: 0;
}
#product-detail .product-gallery .additional-images img	{
	margin-right: 0;
	width: 100%;
	cursor: pointer;
}
#product-detail .artikel-videos {
	float: right;
	height: 58px;
	width: 70px;
	border: 2px solid #ff9000;
	font-size: 14px;
}
#product-detail .artikel-videos .artikel-video-link {
	display: block;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	background: #ff9000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 3px;
	line-height: 1em;
}
#product-detail .artikel-videos .artikel-video-link i	{
	font-size: 40px;
}
/*Product main info & product buy*/
#product-detail .artikel-text {
	height: 245px;
	margin-bottom: 19px;
}
#product-detail .artikel-text > h1 {
	color: #008bd2;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 2px;
	margin-top: 6px;
}
#product-detail .artikel-text > h2 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 6px;
}
#product-detail .delivery	{
	margin: 16px 0px;
	text-align: right;
	padding-bottom: 4px;
}
.product-detail-delivery {
	padding-left: 0;
	text-align: right;
}
#product-detail .delivery-state	{
	color: #008bd2;
	display: inline-block;
	padding: 3px 10px;
	margin-top: 53px;
	font-size: 14px;
}
#product-detail .artikel-text .artikel-merkmale	{
	font-size: 16px;
	padding-left: 18px;
	max-height: 132px;
	line-height: 22px;
	overflow: hidden;
}
#product-detail .show-more	{
	cursor: pointer;
	margin-left: 15px;
	text-decoration: underline;
}
#product-detail .dotdotdot {
	height: 163px;
	margin-top: 3px;
}
#product-detail .installment_total	{
	margin: 0px;
	color: #008bd2;
	margin-top: -10px;
	font-size: 15px;
}
#product-detail .price_box	{
	position: absolute;
	bottom: 0;
	right: 0;
}
#product-detail .price_box_installments {
	/*margin-top: -57px;*/
	/*height: 220px;*/
	position: relative;
	bottom: 5px;
}
#product-detail .price_box_installments .price-box-payment-type-radio label {
	font-family: "Roboto",Helvetica,Arial,sans-serif;
}
#product-detail .pay-installments,
#product-detail .pay-complete {
	text-align: right;
}
#product-detail .price_box_switch .pay-installments,
#product-detail .price_box_switch .pay-complete {
	margin-top: 0;
}
#product-detail .pay-complete {
	margin-top: 10px;
}
#product-detail .pay-installments .standard-form label,
#product-detail .pay-complete .standard-form label {
	margin-bottom: 0;
}
#product-detail .price_box.price_box_installment {
	margin: 0;
}
#product-detail .price_box.price_box_installment .standard-form .radio-button	{
	margin: 0px;
}
#product-detail .price_box.price_box_installment .standard-form .radio-button label	{
	color: #008bd2;
}
#product-detail .price_box .border-color {
	margin-bottom: 0;
}
#product-detail .price_box.price_box_installment .pay-installments .installment_total,
#product-detail .price_box.price_box_installment .pay-installments .saving {
	line-height: 1em;
	margin: 0;
	padding-left: 28px;
	text-align: left;
	display: block;
}
#product-detail .pay-installments .standard-form,
#product-detail .price_box.price_box_installment .pay-installments .installment_total,
#product-detail .pay-complete .standard-form {
	width: 184px;
	text-align: left;
	float: right;
	display: block;
}
#product-detail .price_box.price_box_installment .pay-installments .installment_total > span {
	line-height: 1em;
	vertical-align: bottom;
}
#product-detail .price_box.price_box_installment .pay-complete .saving {
	margin-top: 18px;
	display: block;
	line-height: 16px;
}
#product-detail .price_box .price_box_switch {
	margin-top: 0px;
}
#product-detail .standard-form label {
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}
#product-detail .product_form_wrapper {
	position: relative;
}
#product-detail .product_form_wrapper .product-options {
	position: absolute;
	bottom: 106px;
	left: 0;
	width: 100%;
}
.product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)	{
	width: 80%;
}
#wko .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)	{
	margin-bottom: 10px;
}
#product-detail .add_to_cart_box .product-options {
	width: 54%;
}
#product-detail .add_to_cart_box .product-options .bootstrap-select {
	width: 100%;
}
.product-options .attr_error_text, .product-options .product-selectable-options-error{
	width: 100%;
	float: none;
	text-align: right;
	display: block;
	color: #e30613;
}
#product-detail .add_to_cart_box .product-options .attr_error_text.hidden,
#product-detail .add_to_cart_box .product-options .product-selectable-options-error.hidden{
	display: block !important;
	visibility: hidden;
}
.product-options .bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: #3c3c3e;
}
.product-options .bootstrap-select .dropdown-toggle,
.cart-item .product-options .bootstrap-select .dropdown-toggle	{
	font-size: 16px;
}
.product-options .bootstrap-select .dropdown-menu {
	margin-top: -40px;
	font-size: 16px;
	z-index: 999;
}
.product-options .bootstrap-select .popover-title	{
	padding: 6px;
	font-size: 16px;
}
.product-options .bootstrap-select .dropdown-menu > li > a,
#wishlist .product-detail .cart-product-text a {
	/*padding: 6px;*/
}
.product-options .bootstrap-select .dropdown-menu > li > a.color > span.color-icon,
.product-options .bootstrap-select.btn-group.color .dropdown-toggle .filter-option > span.color-icon,
.product-detail .cart-product-text .bootstrap-select .dropdown-menu > li > a.color > span.color-icon,
.product-detail .cart-product-text .bootstrap-select.btn-group.color .dropdown-toggle .filter-option > span.color-icon {
	margin-right: 10px;
	border-radius: 30px;
	display: inline-block;
	height: 15px;
	width: 15px;
}
.product-options .dropdown-toggle.error	{
	border-color: #e30613;
}
#wishlist .attr_error_text {
	width: 20%;
	float: right;
	padding-left: 10px;
	color: #e30613;
}
#wishlist .attr_error_text {
	float: none;
	margin-top: -5px;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
}
.artikel-bestellen	{
	text-align: right;
}
.artikel-bestellen .in-den-korb-bestellmenge	{
	display: inline-block;
	width: 80px;
	margin-right: 20px;
}
#wko .artikel-bestellen .in-den-korb-bestellmenge {
	vertical-align: bottom;
	margin-right: 5px;
}
#product-detail .add_to_cart_box{
	margin-top: 0;
}
.artikel-bestellen .in-den-korb-bestellmenge input	{
	text-align: center;
	font-style: normal;
	color: #3c3c3e;
	font-size: 25px;
}
.artikel-bestellen button {
	display: inline-block;
	font-size: 19px;
}
#product-detail .legal_information .link,
#wko .legal_information .link	{
	text-align: right;
	margin-top: 5px;
}
#product-detail .legal_information .link a:link,
#wko .legal_information .link a:link	{
	font-size: 13px;
	color: #a8a8a8;
	font-style: italic;
	font-weight: 100;
}
#product-detail .legal_information .link a:hover,
#wko .legal_information .link a:hover {
	color: #008bd2;
}
#product-detail .hide-link .legal_information .link,
#wko .hide-link .legal_information .link	{
	display: none;
}
#product-detail .delivery-scope-link {
	/*float: left;*/
	text-align: center;
	cursor: pointer;
	/*margin: 0 30px 0 0;*/
}
#product-detail .delivery-scope-link span {
	display: block;
	color: #008bd2;
	font-size: 15px;
	text-transform: uppercase;
	line-height:15px;

}
#product-detail .delivery-scope-link svg {
	width: 24px;
	height: 24px;
}
#product-detail .artikel-ml	{
	text-align: center;
}
#product-detail .artikel-ml a {
	color: #008bd2;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
}
#product-detail .artikel-bestellen > div {
	padding:0;
}
#product-detail .artikel-bestellen .left > div {
	width: 50%;
	float: left;
}
#product-detail .artikel-ml > a span	{
	font-size: 15px;
	line-height: 15px;
	display: block;
}
#product-detail .artikel-ml > a .icon-heart,
#product-detail .artikel-ml > a .icon-heart-o	{
	margin-right: 5px;
	float: left;
	display: block;
	margin-top: 3px;
}
#product-detail .artikel-ml svg {
	width: 28px;
	height: 24px;
}
#product-detail .artikel-ml > a:hover svg .cls-1,
#product-detail .artikel-ml > a.on_wishlist svg .cls-1 {
	fill: #008bd2;
}
#product-detail .artikel-ml > a .icon-heart {
	display: none;
}
#product-detail .artikel-ml > a:hover .icon-heart,
#product-detail .artikel-ml > a.on_wishlist .icon-heart {
	display: block;
}
#product-detail .artikel-ml > a:hover .icon-heart-o,
#product-detail .artikel-ml > a.on_wishlist .icon-heart-o {
	display: none;
}
/*Extra Info*/
.vertical-align-flexbox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.vertical-align-flexbox .light {
	font-size: 19px;
}
/*customer testimonials*/
#product-testimonials.box	{
	background: #fff89d;
	color: #3c3c3e;
	padding-bottom: 14px;
	cursor: pointer;
}
#product-testimonials .customer-testimonial .img-border	{
	border: 1px solid #c8c7dd;
	border-radius: 100px;
	width: 77px;
	height: 77px;
	margin-right: 8px;
	float: left;
}
#product-testimonials .customer-testimonial .img-border img	{
	border: 3px solid #fff;
	border-radius: 100px;
	width: 74px;
	height: 74px;
	background-color: #e8e8f4;
	display: block;
}
#product-testimonials .customer-testimonial p	{
	padding: 10px 0 8px 0px;
}
#product-testimonials .customer-testimonial p.rating-text {
	max-height: 69px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 8px;
	min-width: 100px;
}
#product-testimonials .customer-testimonial p.author	{
	padding: 0px;
	font-weight: 700;
}
#product-testimonials .customer-testimonial [class*="col-"] {
	margin: 0;
}
#product-testimonials .customer-testimonial .product_rating_number {
	display: none;
}
/*product without review from customer (product don't have the testimonials)*/
#product-testimonials .customer-testimonial .p_no_review {
	margin: 0 auto;
	text-align: left;
	padding-left: 10px;
}
/*benefits & payment*/


/*Special product detail*/
.product-detail-special {
	height: 470px;
	background-repeat: no-repeat;
}
.product-detail-special .product-info {
	visibility: hidden;
}
.product-detail-special .main-image img {
	display: none;
}
.product-detail-special .product-gallery {
	position: relative;
}
.product-detail-special .product-gallery .main-image {
	margin-bottom: 44px !important;
}
.product-detail-special .product-gallery .product-video-link, .product-detail-special .product-gallery .product-video-link .artikel-video-link {
	width: 270px;
	height: 178px;
	display: block;
}
.product-detail-special .product-gallery .product-video-link {
	top: 130px;
	left: 0;
	position: absolute;
}
/*Video Overlay*/
.video-overlay	{
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
	overflow: auto;
	cursor: pointer;
}
.video-overlay .container .box	{
	background: #000;
	color: #fff;
	margin: 100px 50px 0px;
	padding: 25px;
	position: relative;
}
.video-overlay .video-overlay-close	{
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}
.video-overlay .video-overlay-close svg {
	width: 18px;
	height: 18px;
	margin-top: 6px;
}
/*.video-overlay #product_video_player iframe	{
	width: 100%;
	height: 575px;
}*/
/* YouTube Responsive CSS */
.video-overlay #product_video_player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	margin-top: 25px;
}
.video-overlay #product_video_player iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}
/* YouTube Responsive CSS end */
.video-overlay .row	{
	display: table;
	width: 100%;
	height: 100%;
}
.video-overlay .row [class*="col-"]	{
	display: table-cell;
	float: none;
	vertical-align: bottom;
	height: 100%;
}
.video-overlay #product_video_data h3	{
	font-size: 19px;
	margin-top: 25px;
}
.video-overlay #product_video_data a	{
	margin-top: 15px;
	padding: 0px 20px;
}

/*Uses video-overlay-styles for crosssell product details*/
.more-product-info-overlay.active,
.more-product-info-overlay.active .video-overlay	{
	display: block !important;
}

.product-detail-special .product-detail-image-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 330px;
	display: none;
	z-index: 2;
}
.product-detail-special .product-detail-image-overlay .close-product-detail-image {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
	margin: 10px;
	color: #fff;
	cursor: pointer;
}
.product-detail-special .product-detail-image-overlay .close-product-detail-image:after {
	content: "\f00d";
}
/*Tabs*/
#product-tabs .bg-primary-light	{
	border-bottom: 1px solid #008bd2;
	margin-bottom: -1px;
}
#product-tabs .container {
	z-index: 2;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
#product-tabs .tab-headlines,
#product-tabs .tab-headlines-fullwidth-background	{
	background: #dff2fd;
	color: #008bd2;
}
#product-tabs .tab-headlines-fullwidth-background {
	height: 44px;
	margin-bottom: -44px;
	z-index: 1;
}
#product-tabs .nav-tabs > li > a	{
	border: 1px solid #dff2fd;
	border-bottom: none;
	border-radius: 20px 20px 0px 0px;
	padding: 12px 25px 6px 25px;
	outline: none;
	margin: 0px;
	font-size: 17px;
	height:43px;
}
#product-tabs .nav-tabs > li > a:hover,
#product-tabs .nav-tabs > li > a:focus,
#product-tabs .nav-tabs > li.active > a,
#product-tabs .nav-tabs > li.active > a:hover,
#product-tabs .nav-tabs > li.active > a:focus	{
	border: 1px solid #008bd2;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #008bd2;
	margin-bottom: 0;
	height:44px;
}
#product-tabs .nav-tabs > li > a .product_rating_stars {
	margin-left: 5px;
}
#product-tabs .nav-tabs > li > a .product_rating_stars > div,
.artikel-text .product_rating_stars > div {
	font-size: 13px;
}
#product-tabs .nav-tabs > li > a .product_rating_number {
	vertical-align: middle;
}
#product-tabs .tab-content	{
	padding: 40px 0px 30px 0;
	line-height: 1.5em;
	border-top: 1px solid #008bd2;
	height: 640px;
	min-height: 640px;
	font-size: 15px;
}
#product-tabs .tab-content:after {
	content: '';
	display: block;
	clear: both;
}
#product-tabs .tab-content h2,
#product-tabs .tab-content h3	{
	font-size: 24px;
	color: #008bd2;
	margin-bottom: 15px;
	font-weight: 400;
}
#product-tabs .tab-content .scope_of_delivery_pane h3 {
	font-weight: 400;
	font-size: 20px;
}
#product-tabs .tab-content .scope_of_delivery_pane .scope-of-delivery-sidebar {
	height: 490px;
	overflow: hidden;
	font-size: 14px;
	color: black;
}
#product-tabs .tab-content ul	{
	line-height: 2em;
	margin-left: 17px;
}
#product-tabs .tab-content .usp ul {
	line-height: 22px;
	margin-bottom: 20px;
}
/*description*/
#product-description [class*="col-"]	{
	height: 580px;
	overflow-y: auto;
}
#product-description .description a {
	color: #008bd2;
}
/* force scrollbar for Mac OSX Lion */
#product-description [class*="col-"]::-webkit-scrollbar,
#product-tabs .tab-content #customer-reviews #review_detail::-webkit-scrollbar {
	-webkit-appearance: none;
}
#product-description [class*="col-"]::-webkit-scrollbar:vertical,
#product-tabs .tab-content #customer-reviews #review_detail::-webkit-scrollbar:vertical {
	width: 11px;
}
#product-description [class*="col-"]::-webkit-scrollbar:horizontal,
#product-tabs .tab-content #customer-reviews #review_detail::-webkit-scrollbar:horizontal {
	height: 11px;
}
#product-description [class*="col-"]::-webkit-scrollbar-thumb,
#product-tabs .tab-content #customer-reviews #review_detail::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white; /* should match background, can't be transparent */
	background-color: rgba(0, 0, 0, .5);
}
#product-description [class*="col-"]::-webkit-scrollbar-track,
#product-tabs .tab-content #customer-reviews #review_detail::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 8px;
}
/* end force scrollbar */
#product-description [class*="col-"]
#product-tabs .tab-content #product-description .description .usp	{
	margin-bottom: 30px;
}
#product-tabs .tab-content #product-description .description img	{

}
#product-tabs .tab-content #product-description .downloads	{
	margin-top: 30px;
}
#product-tabs .tab-content #product-description .downloads a	{
	display: block;
	text-decoration: underline;
	color: #008bd2;
}
#product-tabs .manuals	{
	border-top: 1px solid #f0f0f0;
	padding-top: 15px;
	margin: 0px 0px 40px 0px;
	line-height: 3em;
	font-size: 17px;
}
#product-tabs .manuals a,
#product-tabs .manuals .manuals-title,
#product-tabs .manuals i	{
	color: #008bd2;
	margin-right: 20px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
}
#product-tabs .manuals a	{
	text-decoration: underline;
	border-left: 1px solid #008bd2;
	padding-left: 20px;
}
#product-tabs .manuals .manual-links a:first-child {
	border: 0;
	padding-left: 0px;
}
#product-tabs .manuals i	{
	font-size: 24px;
	margin-right: 5px;
}
.product-reviews-tab .product_rating_stars {
	display: inline-block;
	vertical-align: middle;
}
.product-reviews-tab .product_rating_stars > div {
	float: left;
}
.product-reviews-tab .product_rating_stars .product_rating_number {
	display: inline-block;
	vertical-align: middle;
}
/*scope of delivery*/
/*#product-tabs .tab-content .scope-of-delivery-element	{
	margin-bottom: 15px;
	text-align: center;
	color: #3c3c3e;
}
#product-tabs .tab-content #scope_of_delivery .scope-of-delivery-element	{
	width: 25%;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
#product-tabs .tab-content #scope_of_delivery .s-o-d-text	{
	min-height: 60px;
}*/
#product-tabs .tab-content #product-description .show-shope-of-delivery {
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
}
#product-tabs .tab-content #product-description .box	{
	background: #f0f0f0;
	height: 580px;
	margin-bottom: 0px;
	/*text-align: center;*/
}
#product-tabs .tab-content #product-description .box.scope_of_delivery_pane {
	overflow: visible;
}
#product-tabs .tab-content #product-description .box .scope-of-delivery-element {
	margin-bottom: 10px;
}
/*reviews*/
.rating-tab-title i	{
	margin: 0px 5px 0px -15px;
}
.rating-tab-title i:last-of-type	{
	margin: 0px -15px 0px 5px;
}
#product-tabs .tab-content #customer-reviews h3	{
	margin-bottom: 20px;
}
#product-tabs .tab-content #customer-reviews #review_detail {
	overflow-y: auto;
	height: 500px;
}
#product-tabs .tab-content .product-review	{
	margin-bottom: 40px;
}
#product-tabs .tab-content .product-review .review-header	{
	margin-bottom: 10px;
}
#product-tabs .tab-content .product-review .review-header .stars	{
	margin-right: 10px;
	width: 80px;
	height: 24px;
	display: block;
	float: left;
}
#product-tabs .tab-content .product-review .review-header .stars .product_rating_number {
	display: none;
}
.rating-average.box	{
	background: #f0f0f0;
	color: #3c3c3e;
}
.rating-average .stars_row .rating_bar_background {
	position: relative;
	width: 100%;
	height: 25px;
	margin: 3px 0;
	border: 1px solid #3c3c3e;
	background: #fff;
}
.rating-average .stars_row .rating_bar_background .rating_bar {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #ff9000;
}
.pagination_product .pagination {
	text-align: right;
	width: 100%;
	font-size: 19px;
	color: #008bd2;
	margin-top: 0;
}
.pagination_product .pagination > li {
	border: 0;
	border-left: 2px solid #008bd2;
	height: 14px;
	width: 38px;
	display: inline-block;
	text-align: center;
	line-height: 14px;
}
.pagination_product .pagination > li:first-child {
	border: 0;
}
.pagination_product .pagination > li > a {
	width: 32px;
	height: 32px;
	text-align: center;
	vertical-align: top;
	line-height: 32px;
	padding: 0;
	border: 0;
	float: none;
	display: inline-block;
	margin-top: -9px;
}
.pagination_product .pagination  > li > a.active,
.pagination_product .pagination  > li > a:hover,
.pagination_product .pagination  > li > a:focus {
	background-color: #fff89d;
	border-radius: 16px;
}
/*customer videos*/

/*faqs*/

/*Carousels*/
.carousel .bg-primary h3	{
	color: #fff;
	line-height: 45px;
	font-size: 18px;
	font-weight: bold;
}
.carousel-row .carousel-item	{
	margin-top: 30px;
	border-right: 1px solid #f0f0f0;
	padding: 0 25px;
}
.carousel-row .carousel-item:last-child	{
	border: none;
}
.carousel-row .carousel-item .carousel-image img	{
	width: 100%;
	margin-bottom: 15px;
}
.carousel-row .carousel-item .carousel-text	{
	min-height: 75px;
	margin-bottom: 30px;
}
#other-products .carousel-row .carousel-item .carousel-text	{
	margin-bottom: 0px;
}
.carousel-row .carousel-item .carousel-text h4	{
	color: #008bd2;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.carousel-row .carousel-item .carousel-more	{
	text-align: center;
}
/*--- Product END ---*/

/*--- WKOs ---*/
/*.in-cart > a	{
	float: right;
}*/
.light-blue-border-radius-box {
	background-color: #dff2fd;
	color: #008bd2;
	padding: 26px 32px 16px 32px;
	border-radius: 30px 30px 30px 0;
}
.in-cart-row-head {
	height: 30px;
	background-color: #dff2fd;
	vertical-align: middle;
}
.in-cart .in-cart-headline h1 {
	font-size: 52px;
	font-weight: lighter;
	border-bottom: 3px solid #fff;
	padding-bottom: 6px;
	margin-bottom: 12px;
}
.in-cart .in-cart-row-head [class*="col-"] {
	padding: 0;
	vertical-align: middle;
	line-height: 30px;
}
.in-cart .in-cart-headline {
	font-size: 17px;
}
.in-cart .in-cart-headline:after {
	content: '';
	display: block;
	clear: both;
}
.in-cart .item-in-cart {
	border-bottom: 1px solid #ccc;
	margin: 0 45px;
	padding: 0;
}
.in-cart .item-in-cart [class*="col-"]	{
	padding: 15px 0;
	position: relative;
	height: 150px;
	font-size: 19px;
}
.in-cart .item-in-cart [class*="col-"]:first-child {
	/*margin-right: 15px;*/
	/*margin-left: -32px;*/
}
.in-cart .item-in-cart [class*="col-"]:nth-child(2) {
	padding-left: 15px;
	/*margin-left: -32px;*/
	/*margin-right: 64px;*/
}
.in-cart .item-in-cart img	{
	max-width: 100%;
	width: auto;
}
.in-cart .item-in-cart h2 {
	font-weight: normal;
	font-size: 19px;
	color: #008bd2;
}
.in-cart .item-in-cart p {
	font-size: 13px;
	line-height: 19px;
}
.in-cart .item-in-cart .product_rating_stars {
	font-size: 13px;
}
.in-cart .item-in-cart .product_rating_number {
	line-height: 14px;
}
.in-cart .item-in-cart p.delivery {
	font-size:14px;
}
.in-cart .item-in-cart .delivery,
#wko .delivery {
	background-color: #e0f2fe;
	color: #008bd2;
	padding: 3px 15px;
}
.in-cart .item-in-cart .delivery {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.go-to-basket	{
	text-align: right;
}
.put-into-basket-links [class*="col-"] {
	padding: 0;
}
.put-into-basket-links a {
	font-size: 19px;
}
.basket-optimization-free-shipping-info {
	margin-top: -2px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	padding: 5px;
}
.row.put-into-basket-links {
	margin: 30px 0 18px 0;
	padding: 0 45px;
}
.put-into-basket-saving {
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	bottom: 24px;
	right: 0;
}
.price-info {
	font-weight: normal;
	font-size: 14px;
	position: absolute;
	top: 124px;
	white-space: nowrap;
	right: 0;
}
#wko {
	margin: 0;
	margin-top: 25px;
}
#wko:after {
	content:'';
	display:block;
	clear: both;
}
#wko h1	{
	background: #e8e8f4;
	color: #008bd2;
	padding: 10px 15px;
	font-size: 14px;
}
.overlay-background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}
#product-put-into-basket-panel {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	width: 980px;
	background-color: #fff;
	overflow-y: auto;
	padding: 30px 0;
}
#product-put-into-basket-panel .in-cart .in-cart-headline h1 {
	font-size: 24px;
	font-weight: 400;
}
#product-put-into-basket-panel .in-cart-headline h1 {
	padding: 0 45px;
}
#product-put-into-basket-panel .in-cart-row-head {
	padding: 0 45px;
	background-color: #dff2fd;
	color: #008bd2;
}
#product-put-into-basket-panel .close-put-into-basket-panel {
	padding: 0 45px;
	margin-bottom: 10px;
}
.close-mobile-nav svg {
	margin: 10px;
}
#product-put-into-basket-panel .close-put-into-basket-panel svg,
.close-mobile-nav svg {
	width: 15px;
	height: 15px;
	stroke-width: 1;
}
#product-put-into-basket-panel .close-put-into-basket-panel svg .svg-close,
.close-mobile-nav svg .svg-close {
	stroke: #008bd2;
}
.row.wko-crosssell {
	margin: 0;
}
#product-put-into-basket-panel .product_rating_stars {
	font-size: 13px;
	line-height: 13px;
}
/*#product-put-into-basket-panel #wko.simple .wko-present-wrapper {
	padding-top: 15px;
}
#product-put-into-basket-panel .wko-present-wrapper {
    background: url("pics/present-bg.png") 50% 50% no-repeat;
    background-size: cover;
	-ms-background-position-y: bottom;
	background-position-y: bottom;
	padding-bottom: 40px;
}*/
#product-put-into-basket-panel .wko-present-wrapper,
#wko.wko-shipping_wk .wko-present-wrapper {
	/*background: url("pics/present-bg.png") 50% 50% no-repeat;
    -ms-background-position-y: bottom;
    background-position-y: bottom;	*/
	background-color: #00CCCC;
	background-image: url("pics/bubbles_left.png"),url("pics/bubbles_right.png");
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	margin-bottom: 22px;
	position: relative;
}
#wko.wko-shipping .wko-present-wrapper,
#wko.wko-shipping_wk .wko-present-wrapper {
	background-image: url("pics/bubbles_left_shipping.png"),url("pics/bubbles_right_shipping.png");
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
}
#product-put-into-basket-panel .wko-present-wrapper:after,
#wko.wko-shipping_wk .wko-present-wrapper:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 204, 204, 0);
	border-top-color: #00CCCC;
	border-width: 20px 27px;
	margin-left: -20px;
}
#wko.wko-shipping_wk .wko-present-wrapper {
	margin-bottom: 30px;
}
#wko.wko-shipping_wk .wko-present .present-content,
#wko.wko-shipping_wk .wko-present .present-info {
	text-align: center;
}
#wko.wko-shipping .wko-present-wrapper,
#wko.wko-shipping_wk .wko-present-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
#wko.wko-shipping .wko-present h3,
#wko.wko-shipping_wk .wko-present h3 {
	font-size: 19px;
	font-weight: 500;
}
#wko.wko-shipping .wko-present .present-info,
#wko.wko-shipping_wk .wko-present .present-info {
	font-size: 17px;
}
#wko.wko-shipping .wko-present-bow,
#wko.wko-shipping_wk .wko-present-bow {
	border-bottom: 2px solid #00cccc;
	margin-bottom: 5px;
}
#product-put-into-basket-panel .simple .wko-present-wrapper {
	padding-bottom: 10px;
	padding-top: 10px;
}
#product-put-into-basket-panel .wko-present-wrapper .wko-present{
	margin: 0 15px;
	padding: 0 45px;
}
.close-put-into-basket-panel {
	cursor: pointer;
}
.cms-page-headline h1,
.cart-checkout-table .header {
	font-size: 21px;
	margin: 40px 0 20px 0;
	color: #008BD2;
	text-transform: none;
	padding-bottom: 15px;
	font-weight: 400;
}
/*Present*/
#wko .fullwidth-in-container,
#wko .fullwidth-in-container .wko-present {
	text-align: center;
}

#wko.basket {
	margin-top: 50px;
}

#wko .blue-icon {
	background-color: #008bd2;
	border-radius: 30px;
	width: 55px;
	height: 55px;
	margin: -28px auto 0 auto;
	display: block;
	padding-top: 5px;
}
#wko.basket .wko-present .shipping-icon {
	font-size: 38px;
	color: #fff;
	padding-top: 3px;
	padding-right: 2px;
}
#wko.simple .wko-present h3,
#wko.wko-shipping .wko-present h3 {
	text-align: center;
}
#wko.simple {
	margin-top: 40px;
}
#wko .wko-present h3 {
	color: white;
	font-size: 26px;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 3px;
}
#wko.simple .wko-present h3,
#wko.wko-shipping .wko-present h3,
#wko.wko-shipping_wk .wko-present h3 {
	font-size: 19px;
	text-transform: none;
	font-weight: normal;
}
#wko .wko-present p{
	font-size: 17px;
	line-height:20px;
}
#wko.basket .wko-present h3 {
	margin-top: 10px;
	font-weight:bold;
}
#wko .wko-present .present-arrow {
	margin-bottom: -40px;
}
#wko .wko-present .present-content {
	text-align: right;
}
#wko.basket .wko-present .present-content {
	text-align: center;
	margin-top:0px;
}
#wko .wko-present .present-content:after {
	content: '';
	display: block;
	clear: both;
}
#wko .wko-present .present-product-picture,
#wko .wko-present .present-product-info {
	display: inline-block;
	vertical-align: top;
}
#wko.simple .wko-present .present-info,
#wko.wko-shipping .wko-present .present-info{
	text-align: center;
}
#wko .wko-present .present-info {
	color: white;
	font-size: 18px;
	text-align: right;
	padding-top: 11px;
	padding-right: 0;
}
#wko.simple .wko-present .present-info,
#wko.wko-shipping .wko-present .present-info{
	padding: 0;
}
#wko .wko-present .product-info {
	text-align: left;
	padding-left: 33px;
}
#wko.basket .wko-present .present-info {
	text-align: center;
}
#wko .wko-present .present-product-picture {
	width: 116px;
	height: 99px;
	padding: 2px;
}
#wko .wko-present .present-product-info {
	text-align: left;
	padding-top: 15px;
	margin-left: 10px;
	position: relative;
	/*height: 110px;*/
}
#wko .present-content {
	text-align: left;
}
#wko .wko-present .present-product-price {
	font-size: 16px;
	color: #008bd2;
}
#wko .wko-present .present-product-free svg {
	width: 100px;
	height: auto;
}
#wko .wko-present .present-product-info h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: none;
}
#wko .wko-present-bow {
	text-align: center;
	height: 41px;
	margin-bottom: 1px;
}
#wko.wko-category .wko-present-bow svg,
#wko.wko-crosssell .wko-present-bow svg{
	margin-left: 183px;
}
#wko.simple .wko-present-bow {
	height: 36px;
}
#wko.simple .wko-present-bow svg {
	margin: 0;
}
/*#wko .wko-present .present-product-info .present-price {*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*}*/
#wko .background-border-bottom {
	margin-bottom: 40px;
}
.wko-shipping_wk .get-present,
.wko-shipping .get-present,
.wko-text .get-present{
	display: none !important;
}
#wko .get-present .icon-present-small {
	margin-right: 20px;
}
#wko .get-present {
	color: #ff9000;
	font-size: 19px;
	text-transform: uppercase;
	margin-left: 20px;
}
#wko.wko-text .wko-present .present-arrow {
	height: 80px;
	background-position: -43px -199px;
}
#wko.wko-text .fullwidth-in-container .wko-present {
	text-align: center;
}
#wko.wko-text .fullwidth-in-container .wko-present h3 {
	margin-top: 90px;
	margin-bottom: 10px;
	width: 330px;
	display: inline-block;
}
/*Crosssells & Upsells*/
#wko .wko-crosssell-item {
	position: relative;
	border-bottom: 1px solid #dadada;
	margin: 0px 45px;
	padding: 30px 15px;
}
#wko.wko-shipping_wk .wko-crosssell-item	{
	margin: 0px;
}
#wko .wko-crosssell-item .wko-product-image	{
	padding: 0px 10px 0px 0px;
}
#wko .wko-crosssell-item .wko-product-image a	{
	display: block;
}
#wko .wko-crosssell-item .wko-product-image img	{
	width: 100%;
	vertical-align: top;
}
#wko .wko-crosssell-item .product-info-wrapper	{
	z-index: 1;
}
#wko .wko-crosssell-item .product-info .product-info-text {
	height: 90px;
}
#wko.wko-shipping_wk .wko-crosssell-item .product-info .product-info-text {
	height: 132px;
}
#wko .wko-crosssell-item .product-info .product-title {
	color: #008bd2;
	font-size: 19px;
	font-weight: normal;
	line-height: 1em;
}
#wko .wko-crosssell-item .product-info .product-subtitle {
	font-size: 13px;
	font-weight: normal;
}
#wko .wko-crosssell-item .product-info .product-rating {
	height: 16px;
	margin: 4px 0 8px;
	font-size: 14px;
}
#wko .wko-crosssell-item .product-info .delivery {
	font-size: 14px;
	display: inline-block;
}
#wko .wko-crosssell-item .product-info .details {
	color: #a8a8a8;
	margin-left: 40px;
	cursor: pointer;
	margin-bottom: 15px;
}
#wko .wko-crosssell-item .product-info .details svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 25px;
	height: 25px;
}
#wko .wko-crosssell-item .product-info .details-hide {
	display: none;
}
#wko .wko-crosssell-item .product-info .product-description {
	font-size: 15px;
	display: none;
	margin-bottom: 20px;
}
#wko .wko-crosssell-item .product-info .product-description ul {
	padding: 20px 0 6px 17px;
	max-height: 128px;
	overflow: visible;
	overflow-y: hidden;
}
#wko .wko-crosssell-item .product-info .product-description .crosssell-more {
	text-decoration: underline;
	padding-left: 17px;
}
#wko .wko-crosssell-item .add_to_cart_box	{
	padding-right: 0px;
}
#wko .wko-crosssell-item .add_to_cart_box .price_box {
	position: absolute;
	bottom: 60px;
	right: 0px;
}
#wko .wko-crosssell-item .add_to_cart_box .product-options {
	width: 300px;
}
#wko .wko-crosssell-item .add_to_cart_box .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	margin: 20px 0px 0px;
	width: 100%;
}
#wko .wko-crosssell-item .add_to_cart_box .artikel-bestellen {
	position: absolute;
	bottom: 0;
	right: 0;
}
/*#wko .product-buy	{
	padding: 10px 15px;
	text-align: right;
}
#wko .product-buy > div,
#wko .product-buy > a	{
	float: none;
}
#wko .product-buy .delivery-status	{
	height: 55px;
}
#wko .product-buy .product-price	{
	margin-bottom: 16px;
}*/
/*--- WKOs END ---*/

/*--- Cart (also used in last checkout step & for wishlist) ---*/
.no-padd-right {
	padding-right:0px !important;
}
.no-padd-left {
	padding-left:0px !important;
}
.cart-checkout-table .line-dotted	{
	margin-bottom: 16px;
}
/*.cart-checkout-table .header {
	font-weight: normal;
	padding: 20px 0;
	color: #008bd2;
	font-size: 28px;
}*/
.cart-checkout-table .cart-header-bg	{
	background: #e0f2fe;
}
#wishlist .crosssells {
	margin-top:60px;
}
#wishlist .crosssells .fullwidth-in-container	{
	background: #008bd2;
	padding:15px 0;
	margin-bottom:10px;
}
#wishlist .crosssells h2 {
	color:#ffffff;
	font-size:18px;
}
.cart-checkout-table .cart-header	{
	color: #008bd2;
	text-align: center;
	font-size:17px;
	margin-right:0;
	margin-left:0px;
}
#wishlist .cart-content .cart-item .product-detail .cart-product-text {
	min-height: auto;
}
.cart-checkout-table .cart-item > [class*="col-"] > .row {
	margin: 0;
}
.cart-checkout-table .cart-header > [class*="col-"]	{
	padding: 1px 15px;
}
.cart-checkout-table .cart-header > [class*="col-"]:first-child	{
	text-align: left;
}
.cart-checkout-table .cart-content	{
	text-align: center;
}
.cart-checkout-table .cart-content .cart-item	{
	border-bottom: 1px solid #eaeaea;
	margin-right: 0px;
	margin-left: 0px;
}
.content-main.basket .cart-checkout-table .cart-content .cart-item:last-child	{
	border-bottom: none;
}
.cart-checkout-table .cart-content .cart-item > [class*="col-"]	{
	padding: 20px 15px;
}
.cart-checkout-table .cart-content .cart-item  > div.cart-product-image {
	padding-left: 0px;
	text-align: left;
}
.cart-checkout-table .cart-header .cart-table-article-head {
	text-align: left;
}
.cart-checkout-table .cart-header .cart-table-article-head.center {
	text-align: center;
}
.cart-checkout-table .cart-header > .col-md-10 > .row {
	margin: 0;
}
.cart-checkout-table .cart-header > .col-md-10 > .row > [class*="col-"],
.cart-checkout-table .cart-header > .col-md-10 > [class*="col-"] {
	padding: 0;
}
.cart-checkout-table .cart-content .cart-item > .col-md-10 {
	padding-left: 0;
}
.cart-checkout-table .cart-content .cart-item .cart-product-image img	{
	vertical-align: bottom;
}
.cart-checkout-table .cart-content .cart-item .cart-product-text	{
	text-align: left;
}
.cart-checkout-table .cart-content .cart-item .cart-product-text small	{
	color:#3c3c2a;
	font-size:13px;
	line-height: 17px;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}
.cart-checkout-table .cart-content .cart-item .cart-product-text a	{
	display: block;
	font-size: 19px;
	color: #008bd2;
}
.cart-checkout-table .cart-content .cart-item .cart-product-text a.wk_produktbezeichnung2 {
	vertical-align: top;
	line-height: 19px;
	margin-bottom: 4px;
}
#wishlist.cart-checkout-table .product-options .attribute-category {
	margin-bottom: 15px;
}
#wishlist .add-to-wk {
	color: #ff9000;
	padding: 0;
	background: none;
	text-decoration: underline;
}
#wishlist .product-detail {
	min-height: 124px;
}
#wishlist .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.cart-checkout-table .cart-content .cart-item .cart-product-total,
.cart-checkout-table .cart-content .cart-item .cart-product-price {
	padding-right: 0;
}
.checkout_steps .cart-checkout-table .cart-content .cart-item .text-right,
.checkout_steps .cart-checkout-table .cart-header > .col-md-10 > .row > .text-right,
.checkout_steps .cart-checkout-table .cart-header > .col-md-10 > .text-right {
	padding-right: 30px;
}
#wishlist.cart-checkout-table .cart-content .cart-item .text-right,
#wishlist.cart-checkout-table .cart-header > .col-md-10 > .row > .text-right,
#wishlist.cart-checkout-table .cart-header > .col-md-10 > .text-right {
	padding-right: 0;
}
#wishlist.cart-checkout-table .cart-content .cart-item .wishlist-product-remove	{
	margin-top: 5.7%;
	padding-right:0px;
}
.cart-checkout-table .cart-content .cart-item .cart-product-price	{
	text-align: right;
}
.cart-checkout-table .cart-content .cart-item .cart-product-price,
.cart-checkout-table .cart-content .cart-item .cart-product-total	{
	font-size: 19px;
	line-height: 40px;
}
.cart-checkout-table .cart-content .cart-item .cart-product-total .bold	{
	position: absolute;
	right: 0px;
	margin-top: 20%;
	padding-right: 13px;
	display: block;
	font-size: 16px;
}
#wishlist.cart-checkout-table .cart-content .cart-item .cart-product-total .bold	{
	margin-top: 0;
}
.cart-checkout-table .cart-content .cart-item .cart-product-remove,
.cart-checkout-table .cart-content .cart-item .delivery_state {
	font-size:14px;
}
.cart-checkout-table .cart-content .cart-item .cart-saving,
.cart-checkout-table .cart-content .cart-item .delivery_state {
	padding-top:4px;
}
.cart-checkout-table .cart-content .cart-item .delivery_state {
	color: #008bd2;
}
.cart-checkout-table .cart-content .cart-item .cart-product-remove > a {
	display: inline-block;
	color: #008bd2;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 300;
}
.cart-checkout-table .cart-content .cart-item .cart-product-remove > a:before,
.cart-checkout-table .cart-content .cart-item .wishlist-product-remove > a:before {
	content: "\e904";
	font-family: 'icomoon';
	display: inline-block;
	font-size: 14px;
	background-color: #008bd2;
	color: #fff;
	padding: 1px 5px;
	border-radius: 20px;
	border: 1px #008bd2 solid;
	margin-right: 4px;
}
.popover.confirmation .button-primary {
	font-size: 15px;
	padding: 0 10px;
}
.popover.confirmation .button-primary i {
	line-height: 38px;
	font-size: 10px;
	display: none;
}
.standard-form .popover.confirmation h3 {
	font-size: inherit;
	color: inherit;
	margin: 0;
}
.cart-checkout-table .cart-footer	{
	line-height: 2em;
	margin-top: 30px;
}
#div_wk_kontrolle .cart-checkout-table .cart-footer	{
	margin-top: 100px;
}
.cart-checkout-table .cart-footer > .row.cart-totals {
	margin: 0;
}
.product_quantity_select .filter-option,
.product_quantity_select_wishlist .filter-option,
#product-detail .bootstrap-select.inpBestellmenge .dropdown-toggle,
.wko-crosssell-item .bootstrap-select.inpBestellmenge .dropdown-toggle {
	font-family: 'Arimo', Helvetica, Arial, sans-serif;
	font-size: 19px;
}
.cart-checkout-table .cart-footer .basket_headline {
	text-transform: uppercase;
	font-size: 19px;
	font-weight:normal;
	display: block;
}
.cart-checkout-table .cart-footer small {
	font-size: 13px;
}
.cart-checkout-table .cart-footer .purple-dark .basket_headline {
	font-size: 25px;
}
.cart-checkout-table .cart-totals small	{
	position:relative;
	line-height: 16px;
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping,
.cart-checkout-table .cart-footer .cart-totals .cart-sum,
.cart-checkout-table .cart-footer .cart-totals .cart-packaging,
.cart-checkout-table .cart-footer .cart-totals .cart-handling,
.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees,
.cart-checkout-table .cart-content .cart-totals .cart-coupon-applied {
	margin-top: 13px;
	padding-right:15px;
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping,
.cart-checkout-table .cart-footer .cart-totals .cart-packaging,
.cart-checkout-table .cart-footer .cart-totals .cart-handling,
.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees,
.cart-checkout-table .cart-content .cart-totals .cart-coupon-applied {
	/*border-bottom:1px #fff solid;*/
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.cart-checkout-table .cart-content .cart-totals .cart-coupon-applied {
	background:#dff2fd;
	margin-top:0px;
	border: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.cart-checkout-table .cart-footer .cart-totals .cart-coupon-applied > div {
	align-self: flex-end;
	-webkit-align-self: flex-end;
	vertical-align: bottom;
}
.cart-checkout-table .cart-content .cart-totals .cart-coupon-applied .basket_headline {
	font-weight: 700;
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping i.fa {
	font-size: 56px;
	font-weight: bold;
	margin-left: -55px;
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping > div,
.cart-checkout-table .cart-footer .cart-totals .cart-packaging > div,
.cart-checkout-table .cart-footer .cart-totals .cart-handling > div,
.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees > div {
	/*height:50px;*/
	align-self: flex-end;
	-webkit-align-self: flex-end;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.cart-checkout-table .cart-footer .cart-totals div.border-bottom {
	border-bottom:1px #fff solid;
}
.cart-checkout-table .cart-footer .cart-totals div.margin-left-15 {
	margin-left: 15px;
}
.cart-checkout-table .cart-footer .cart-totals div.margin-right-15 {
	margin-right: 15px;
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping .shipping-sum .basket_headline {
	/*position: absolute;
	bottom: 0px;
	right: 15px;*/
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping {
	margin-top: 0;
	line-height: 1.3em;
	height: 65px;
	border:0;
}
.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees .basket_headline {
	text-transform: none;
}
.cart-checkout-table .cart-footer .cart-totals .cart-shipping svg {
	display: none;
}
.cart-checkout-table .cart-footer .cart-totals .free-shipping-hint-wk .cart-shipping {
	background-color: #fff89d;
}
.cart-checkout-table .cart-footer .cart-totals .free-shipping-hint-wk .cart-shipping svg {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
}
.cart-checkout-table .cart-footer .cart-totals .cart-sum {
	height: 45px;
	line-height: 1.5em;
	vertical-align: bottom;
}
.content-main.basket .cart-checkout-table .cart-footer .cart-totals	{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: #dff2fd;
	text-align: left;
}
.cart-checkout-table .cart-footer .cart-totals .purple-18px-bold	{
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 8px;
	height: 100%;
}
.cart-checkout-table .cart-footer .cart-totals .cart-installments {
	background-color: #fff89d;
	padding: 10px 25px;
	padding-right: 25px !important;
	color: #008bd2;
	font-size: 19px;
	line-height: 22px;
	width: 230px;
	border-radius: 20px 0 20px 20px;
	text-align: center;
	position: absolute;
	z-index: 2;
	margin-left:20px;
}
#checkout-step-summary .cart-checkout-table .cart-footer .cart-totals .cart-installments {
	line-height: 22px;
	font-size: 17px;
}
.cart-checkout-table .cart-footer .cart-totals .cart-installments:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -43px;
	top: -39px;
	border-style: solid;
	border-width: 0 0 50px 150px;
	border-color: transparent #fff89d #fff89d transparent;
	transform: skew(-60deg);
	z-index: 1;
}
.cart-checkout-table .cart-saving {
	font-size: 14px;
	font-weight: 700;
	padding-right: 0px;
}
#wishlist .cart-product-add-from-ml {
	padding-right: 0px;
}
#wishlist .cart-product-add-from-ml label {
	color: #ff9000;
}
.cart-checkout-table .cart-footer .cart-totals .cart-savings {
	margin-top: -20px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-right:15px;
}
.cart-checkout-table .cart-footer .voucher_form  {
	background-color: #e0f2fe;
}
.cart-checkout-table .cart-footer .voucher_successful_wrapper {
	margin-top: 62px;
	font-weight: bold;
	margin-left: 20px;
	font-size: 20px;
}
.cart-checkout-table .cart-footer .cart-info  {
	min-height: 200px;
	border-bottom-right-radius: 30px;
	background-color: #f0f0f0;
}
.cart-checkout-table .cart-footer .cart-submit [class*="col-"]	{
	min-height: 45px;
	margin-top: 30px;
}
.cart-checkout-table .cart-footer .cart-submit .basket-button	{
	background: #ff9000;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	padding: 0px 10px 0px 0px;
	color: #fff;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	width: 235px;
	height: 45px;
	line-height: 45px;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.content-kontrolle .cart-checkout-table .cart-footer .cart-submit .basket-button	{
	width: 230px;
}
.cart-checkout-table .cart-footer .cart-submit .basket-button .fa {
	font-size: 40px;
	position: absolute;
	right: 20px;
	line-height: 42px;
}
.content-kontrolle .cart-checkout-table .cart-footer .cart-submit .basket-button .fa	{
	right: 15px;
}
.cart-checkout-table .cart-footer .voucher_form .error {
	float: left;
	line-height: 17px;
}
.cart-checkout-table .cart-footer .voucher_form #btn_gutschein {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.cart-checkout-table .cart-footer .voucher_form .row {
	margin: 0 -5px;
}
.cart-checkout-table .cart-footer .voucher_form .row > [class*="col-"] {
	padding: 0 5px;
}
.cart-checkout-table .cart-footer .voucher_form h3 {
	text-transform: uppercase;
	font-size: 20px;
}
.cart-checkout-table .cart-footer .voucher_form .gutschein_form {
	padding:25px 20px;
	font-size: 15px;
}
.cart-checkout-table .cart-footer .voucher_form .gutschein_form input.inp_kasse {
	border:none;
}
.cart-checkout-table .cart-footer .voucher_form .gutschein_form .voucher-input-field-wrapper {
	margin-top:10px;
	margin-bottom:10px;
}
.cart-checkout-table .cart-footer .voucher_form .gutschein_form input.input_error {
	border: 1px solid #e30613;
}
.cart-checkout-table .cart-footer .voucher_form .gutschein_form .button-primary {
	float:right;
}
.cart-checkout-table .cart-footer .voucher_form .gutschein_form input.button-primary {
	background: transparent;
}
.cart-checkout-table .cart-footer .cart-totals .red	{
	font-weight: 400;
	font-size: 12px;
	color: #ce021a;
}
.cart-checkout-table .cart-footer .cart-price-info	{
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}
.cart-checkout-table .cart-footer .cart-price-info div:last-child	{
	background: #e8e8f4;
	padding: 0px 15px 5px;
	margin-top: -5px;
}
.cart-checkout-table .cart-footer .refresh-basket	{
	margin: 8px auto;
}
.cart-checkout-table .cart-footer .red-tailed-arrow	{
	float: right;
	padding: 0px;
}
.cart-checkout-table .cart-double-line	{
	border-bottom: 1px dotted #008bd2;
	margin-bottom: 4px;
}
.cart-checkout-table .cart-coupon	{
	padding-bottom: 25px;
}
.cart-checkout-table .cart-coupon h3	{
	color: #008bd2;
	font-weight: 700;
	font-size: 14px;
}
.cart-checkout-table .cart-coupon > [class*="col-"]:last-child	{
	background: #e8e8f4;
	padding: 10px 15px;
	position: relative;
}
.cart-checkout-table .cart-coupon .gutschein_success	{
	margin-top: 20px;
	font-weight: 700;
}
.cart-checkout-table .cart-coupon .error	{
	position: absolute;
	bottom: -35px;
}
.hinweis_vskf	{
	border-top: 1px dotted #008bd2;
	padding-top: 24px;
}
.hinweis_vskf .hinweis_vskf_headline_outer	{
	color: #ce021a;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.hinweis_vskf_headline {
	text-transform: uppercase;
}
.hinweis_vskf .line-purple-light	{
	display: none;
}
.hinweis_vskf .product-list .line-dotted:last-child	{
	margin-bottom: 4px;
}
.cart-info	{
	font-size: 14px;
	line-height: 28px;
}
#checkout-template header,
#checkout-template #main-nav.shadow {
	box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#checkout-template .cart-info.box-rounded .row	{
	font-size: 17px;
	line-height: 28px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}
#checkout-template .cart-info.box-rounded .row > div {
	flex-basis: 0;
	-webkit-flex-basis: 0;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	max-width: 100%;
}
#checkout-template .cart-info.box-rounded a > span {
	vertical-align: bottom;
}
.cart-info .hotline_wrapper	{
	margin: 10px 0px 0px;
}
.cart-info .hotline_wrapper .hotline_number_wrapper	{
	display: inline-block;
	margin-right: 15px;
}
.cart-info .hotline_wrapper [class*="flag-icon"]	{
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin-right: 3px;
}
.cart-info .hotline_flag	{
	display: inline-block;
	margin-right: 5px;
	height: 28px;
	vertical-align: middle;
}
.cart-info .hotline_wrapper .flag-icon-international	{
	border-radius: 0px;
}
.cart-info .hotline_wrapper .hotline_nr	{
	display: inline-block;
	font-weight: 400;
	color: #3c3c3e;
	font-size: 19px;
}
.cart-info .hotline_wrapper .hotline_fee	{
	display: inline;
}
/*--- Cart END ---*/

/*--- Checkout ---*/

#checkout-template .navbar-default {
	height: 75px;
}
#checkout-template .navbar-nav {
	float:none;
}
.checkout_steps{
	width:100%;
}
.checkout_steps .three-steps,
.checkout_steps .four-steps	{
	background: url("template/checkout-steps/checkout-step-inactive.svg") repeat-x;
	background-size: auto 75px;
	font-size: 16px;
	color: #dadada;
	width: 100%;
	height: 75px;
}
.checkout_steps .three-steps div,
.checkout_steps .four-steps div	{
	background: url("template/checkout-steps/checkout-step-inactive.svg") repeat-x;
	background-size: auto 75px;
	float: left;
	height: 100%;
	line-height: 75px;
	text-align: left;
	font-size: 22px;
}
.checkout_steps .four-steps .div-1 {
	width:22%;
}
.checkout_steps .four-steps .div-2 {
	width:31%;
}
.checkout_steps .four-steps .div-3 {
	width:25%;
}
.checkout_steps .four-steps .div-4 {
	width:22%;
}
.checkout_steps .three-steps div.active,
.checkout_steps .four-steps div.active	{
	background: url("template/checkout-steps/checkout-step-active.svg") repeat-x;
	position: relative;
	z-index: 998;
	color:#008bd2;
}
.checkout_steps div.done {
	color:#008bd2;
}
.checkout_steps div.clickable {
	cursor:pointer;
}
.checkout_steps .three-steps div:first-child.active:before,
.checkout_steps .four-steps div:first-child.active:before	{
	content: "";
	background-color: #e0f2fc;
	width: 1000px;
	height: 100%;
	position: absolute;
	left: -1000px;
}
.checkout_steps .three-steps div	{
	width: 33.3%;
}
.checkout_steps .four-steps div	{
	width: 25%;
}
.checkout_steps .arrow-right,
.checkout_steps .arrow-left {
	background: url("template/checkout-steps/arrow-inactive.svg") repeat-x;
	background-size: 53px 75px;
	height: 75px;
	width: 53px;
}
.checkout_steps .arrow-right	{
	float: right;
}
.checkout_steps .arrow-left	{
	float: left;
	margin-left: -53px;
}
.checkout_steps .active .arrow-right,
.checkout_steps .active .arrow-left	{
	background: url("template/checkout-steps/arrow-left-active.svg") repeat-x;
	background-size: 53px 75px;
	position: relative;
	z-index: 99;
}
.checkout_steps .active .arrow-left	{
	background: url("template/checkout-steps/arrow-right-active.svg") repeat-x;
	background-size: 53px 75px;
	position: relative;
	z-index: 99;
}
.step-1, .step-2, .step-3, .step-4, .step-5 {
	vertical-align: middle;
	margin: -8px 8px 0px 0px;
	background: #dadada;
	border-radius: 20px;
	width: 40px;
	display: block;
	height: 40px;
	margin-top: 17px;
	line-height: 40px;
	float: left;
	margin-left: 25px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
.step-1 {
	margin-left: 0;
}
.checkout_steps .active .step-1,
.checkout_steps .active .step-2,
.checkout_steps .active .step-3,
.checkout_steps .active .step-4,
.checkout_steps .active .step-5,
.checkout_steps .done .step-1,
.checkout_steps .done .step-2,
.checkout_steps .done .step-3,
.checkout_steps .done .step-4,
.checkout_steps .done .step-5
{
	background: #008bd2;
}
.checkout_steps .four-steps [class*="step-"]	{
	margin-right: 8px;
}
#checkout-template .popup-default	{
	width: 90%;
	left: 5%;
	height: 90vh;
	top: 5vh;
}
#checkout-template .popup-default .container,
#checkout-template .popup-default .container > div.col-md-8,
#checkout-template .popup-default .container .popup-box {
	height: 100%;
}
#checkout-template .popup-default .container .popup-box {
	overflow-y: auto;
	margin-top: 0;
}
#checkout-template .popup-default object	{
	width: 100%;
}
[id*='checkout-step']	{
	margin-bottom: 70px;
}
[id*='checkout-step'] h2,
[id*='checkout-success'] h2	{
	font-size: 25px;
	font-weight: normal;
	color: #008bd2;
	/*border-bottom: 1px dotted #008bd2;*/
	margin-top: 20px;
	padding-bottom: 25px;
}
[id*='checkout-success'] h2 {
	margin-bottom: 0;
}
#checkout-success .panel-heading a {
	text-decoration: none;
}
#checkout-success .nl-subscription label {
	color: inherit;
	padding-left: 35px;
}
[id*='checkout-success'] .panel-body	{
	margin-bottom: 20px;
	padding: 0 15px;
}
[id*='checkout-step'] .panel-body	{
	padding-bottom: 20px;
}
[id*='checkout-step'] .messages	{
	margin-top: 10px;
	margin-bottom: 10px;
}
[id*='check_'] img	{
	margin-bottom: -3px;
}
/*old. replace with div tables & styles*/
#checkout-step-login .standard-form {
	font-size: 16px;
}
#checkout-step-login table td.terms-conditions,
#checkout-step-address table td.terms-conditions	{
	text-align: left;
}

#checkout-step-payment .payment-method-wrapper,
#checkout-step-summary .payment-method-wrapper	{
	padding: 17px 0px;
	background-image: linear-gradient(to right, #008bd2 33%, rgba(255,255,255,0) 0%);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#checkout-step-payment > h2{
	font-weight: normal;
	font-size:24px;
	color: black;
}
#checkout-step-payment .radio-button,
#checkout-step-summary .radio-button	{
	margin: 0px;
}
#checkout-step-payment .radio-button svg,
#checkout-step-summary .radio-button svg {
	margin-right: 35px;
}
#checkout-step-payment .payment-teaser {
	cursor: pointer;
}
#checkout-step-payment .payment-image-wrapper,
#checkout-step-summary .payment-image-wrapper {
	min-width: 200px;
	display: inline-block;
}
#checkout-step-payment .charges,
#checkout-step-summary .charges	{
	vertical-align: top;
	font-size: 15px;
}
#checkout-step-payment .accordeon-content,
#checkout-step-summary .accordeon-content {
	padding-top: 15px;
}
#checkout-step-payment .conditions,
#checkout-step-summary .conditions {
	position: relative;
	margin-bottom: 30px;
	margin-top: 0px;
	font-size: 16px;
}
#checkout-step-payment .conditions label,
#checkout-step-summary .conditions label {
	display: inline-block;
	font-weight: 400;
	color: #3c3c3e;
}

#checkout-step-payment .checkbox label:before,
#checkout-step-summary .conditions label:before {
	margin-top: 4px;
}
#checkout-step-payment .conditions label a,
#checkout-step-summary .conditions label a {
	color: #3c3c3e;
	line-height: 1.5em;
}
#checkout-step-payment .conditions .checkout_error_msg,
#checkout-step-summary .conditions .checkout_error_msg {
	left: 0px;
	bottom: -20px;
	top: auto;
	max-width: 300px;
}
.checkout_error_message {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	padding-left:0px;
	/*background-color:#eb9ca2;*/
	list-style-position: none;
	list-style: none;

}
.conditions.checkbox label,
#cvc_help {
	font-size: 15px;
	line-height: 20px;
}
.standard-form .conditions.checkbox label::before {
	top: 0;
}
.checkout_error_message.red {
	color: #e30613;
}
.checkout_error_msg {
	color: #e30613;
	position: absolute;
	top: 4px;
	right: 15px;
	font-size: 15px;
	font-weight: 400;
}

.checkout_error_msg.checkout_error_inline_msg {
	float: right;
	position: relative;
	margin-bottom: 5px;
	right: 0;
	text-align: right;
}

.checkout_error_msg.checkout_error_inline_msg a[href*="/?forgot_pwd=1"] {
	margin-top: 0;
	font-size: 15px;
}

#checkout-step-summary button {
	float: right;
}
#checkout-step-payment .quarter-width input,
#checkout-step-payment .quarter-width .bootstrap-select,
#checkout-step-summary .quarter-width input,
#checkout-step-summary .quarter-width .bootstrap-select {
	width: 24%;
	margin-right: 6px;
}
#checkout-step-payment .quarter-width input:last-of-type,
#checkout-step-payment .quarter-width .bootstrap-select:last-of-type,
#checkout-step-summary .quarter-width input:last-of-type
#checkout-step-summary .quarter-width .bootstrap-select:last-of-type {
	margin-right: 0px;
}
#cvc_help	{
	width: 60px;
	margin-left: 5px;
	text-decoration: underline;
	display: inline-block;
	cursor: help;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#tooltip_holder {
	position: absolute;
	z-index:1000;
	top:0;
	left:0;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	border: 1px solid #E8E8E8;
	max-width: 320px;

	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
}
#checkout-step-summary #kontrolle_optionen	{
	margin-bottom: 15px;
	line-height: 1.5em;
	font-size:15px;
}
#checkout-step-summary #kontrolle_optionen .row	{
}
#checkout-step-summary #kontrolle_optionen h3	{
	font-weight: 700;
	margin-bottom: 8px;
	font-size:17px;
}
#checkout-step-summary #kontrolle_optionen .edit-options	{
	margin: 30px 0px;
}
#checkout-step-summary #kontrolle_optionen .edit-options i	{
	margin-right: 8px;
}
#checkout-step-summary #kontrolle_optionen .edit-options a	{
	color: #008bd2;
	display: inline-block;
}
#checkout-step-summary #kontrolle_optionen .edit-options a:hover	{
	text-decoration: underline;
}
#checkout-step-summary #kontrolle_optionen .radio-button svg {
	margin-right: 5px;
}
.content-main.content-kontrolle #checkout-step-summary .cart-footer .cart-totals .cart-summary {
	background: #f0f0f0;
	border-radius: 20px;
	margin-top: 20px;
	border: 2px #fff solid;
}
.content-main.content-kontrolle .cart-checkout-table .cart-footer .cart-totals > [class*="col-"]:first-child {
	padding:0;
}
.content-main.content-kontrolle .cart-checkout-table .cart-footer .fullwidth-in-container {
	background: #dff2fd;
	height: 120px;
	margin-bottom: -207px;
}
#checkout-success h1	{
	margin-bottom: 16px;
}
#checkout-success{
	font-size: 15px;
}
#checkout-success .fb-banner {
	text-align: left;
}
#checkout-success .fb-banner .footer-facebook-link {
	width: auto;
}
#checkout-success .fb-banner .footer-facebook-link a{
	text-decoration: none;
	font-size: 17px;
	line-height: 36px;
	vertical-align: middle;
}
#checkout-success .panel.panel-default .panel-heading h2 {
	margin-bottom: 0px;
}
#checkout-success .panel.panel-default .panel-heading a:not([class*="collapsed"]) h2 {
	background: none;
}
#checkout-step-summary #kontrolle_optionen .za_label {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
#checkout-success .row {
	margin-bottom:15px;
}
.phone-change,
.birthday-change	{
	line-height: 1.5em;
}
.phone-change .w_60	{
	width: 30% !important;
	margin-right: 2%;
}
.phone-change #check_tel_r_2	{
	width: 19% !important;
	margin-left: 2%;
	margin-right: 3%;
}
.phone-change #check_tel_r_3	{
	width: 35% !important;
}
#check_tel_r_2_checked, #check_tel_r_3_checked {
    display: none;
}
#payment_form #check_tel_r_2_checked, #payment_form #check_tel_r_3_checked {
    display: block;
}

.phone-change .check_tel_r_1 {
	width: 30% !important;
	display: inline-block;
	margin-right: 2%;
}

.phone-change .check_tel_r_2	{
	width: 19% !important;
	margin-left: 2%;
	margin-right: 3%;
	display: inline-block;
}

.phone-change .check_tel_r_3	{
	width: 35% !important;
	display: inline-block;
}

.phone-change .check_tel_r_1 .checkout_error_msg {
	position: relative;
	margin-left: 18px;
	margin-bottom: 3px;
}

.phone-change .check_tel_r_2 .checkout_error_msg {
	position: relative;
	margin-left: 18px;
	margin-bottom: 3px;
}

.phone-change .check_tel_r_3 .checkout_error_msg {
	position: relative;
	margin-left: 18px;
	margin-bottom: 3px;
}

.phone-change .check_tel_r_1 .inp_kasse {
	width: 100% !important;
}

.phone-change .check_tel_r_2 #check_tel_r_2 {
	width: 100% !important;
}

.phone-change .check_tel_r_3 #check_tel_r_3 {
	width: 100% !important;
}

.phone-change .check_tel_r_1 .selectpicker {
	left: 0;
}

#checkout-success form .col-md-1	{
	font-size: 22px;
	line-height: 45px;
}
/*--- Checkout END ---*/

/*--- Wishlist ---*/
.wishlist .message	{
	color: #008bd2;
	font-weight: 700;
	margin-bottom: 32px;
}
/*.wishlist .cart-product-add-from-ml.active	{
	background: #e8e8f4;
}*/
.wishlist .cart-product-add-from-ml input	{
	margin-top: 0px;
}
/*--- Wishlist END ---*/

/*--- CMS & Account Pages ---*/
.cms-page-banner	{
	position: relative;
	margin-bottom: 30px;
}
.basket .cms-page-banner,
#wishlist .cms-page-banner {
	margin-bottom: 23px;
}
.cms-page {
	margin-top: 30px;
}
.cms-page-banner .banner-bg {
	background: #e0f2fe;
	width: 100%;
	border-radius: 25px 25px 0px 0px;
	height: 122px;
	overflow: hidden;
	padding: 39px 50px 35px 30px;
}
.cms-page-banner .banner_img	{
	position:absolute;
	right:40px;
	top:0px;
}
.cms-page-banner .border	{
	height:23px;
	border-bottom-right-radius: 25px;
	background-color: #008bd2;
}
.cms-page-banner h1,
.cms-page-banner h2	{
	color: #008bd2;
	font-size: 52px;
	font-weight: 300;
}
.cms-page-banner h2 {
	font-size: 18px;
}
.cms-page .cms-page-content	{
	line-height: 1.5em;
}
.cms-page .cms-page-content h2,
.cms-page .cms-page-content h3	{
	clear: both;
	color: #008bd2;
}
.cms-page .cms-page-content h2	{
	font-size: 25px;
	margin-top: 35px;
	margin-bottom: 20px;
	background: none;
}
.cms-page .cms-page-content h3	{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42em;
}
.cms-page .cms-page-content p	{
	margin-bottom: 20px;
}
.cms-page .cms-page-content a:not([class*="button-"])	{
	color: #008bd2;
	text-decoration: underline;
}
.cms-page .cms-page-content .dropdown-menu a	{
	color: #3c3c3e;
	text-decoration: none;
}
.cms-page .cms-page-content ul,
.cms-page .cms-page-content ol	{
	margin: 0px 0px 20px 15px;
}
.cms-page .cms-page-content table	{
	margin-bottom: 20px;
}
.cms-page .cms-page-content table td	{
	padding: 0px 15px 20px 0px;
}
.cms-page .cms-page-content .text-footer	{
	margin-top: 32px;
}
.cms-page .about-us #ueber_ms_video_wrapper	{
	width: 770px !important;
	height: 444px !important;
}
.cms-page .about-us .slogan	{
	text-align: center;
	color: #008bd2;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 1em;
	font-weight: 300;
}
.cms-page .about-us .slogan img	{
	width: 145px;
	height: auto;
	margin-top: 100px;
}
.cms-page .partner img	{
	float: left;
	height: 60px;
	width: auto;
	margin: 0px 15px 30px 0px;
}
.cms-page .siteMap_1	{
	font-size: 25px;
	padding: 20px 0px 10px;
}
.cms-page .siteMap_2	{
	font-size: 18px;
	padding: 5px 20px;
}
.cms-page .siteMap_3	{
	font-size: 16px;
	padding-left: 40px;
}
.cms-page .siteMap_4	{
	font-size: 13px;
	padding-left: 60px;
}
/*- Right info column -*/
.info-right	{
	border-left: 1px dotted #008bd2;
	min-height: 750px;
}
/*.info-right h2,
.info-right h5	{
	color: #008bd2;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 16px;
}
.info-right .benefits	{
	margin-bottom: 8px;
}
.info-right .benefits i,
.info-right .benefits span	{
	vertical-align: middle;
}
.info-right .benefits i {
    margin: -2px 5px 0 0;
}
.info-right .benefits .indent	{
	margin: -4px 0px 0px 39px;
	display: inline-block;
}*/
/*- Forms Register, Login, Account, Checkout & Contact -*/
.col-md-12.submit.right-bottom	{
	text-align: right;
	margin-top: -26px;
	z-index:49;
}
.col-md-12.submit.right-bottom button	{
	margin-bottom: 16px;
}
.option-edit-wrapper	{
	/*background: #e8e8f4;*/
	padding-top: 20px;
}
.option-edit-wrapper h3	{
	color: #008bd2;
	margin-bottom: 16px;
}
.option-edit-wrapper .checkup	{
	margin-bottom: 0px;
}
.register .standard-form .button-primary,
.contact .standard-form .button-primary	{
	margin-bottom: 16px;
}
.login h2 a	{
	text-decoration: underline;
}
.div_nl_an input[type="submit"]	{
	background: url("template/button-primary-bg.png") repeat-x;
	background-size: auto 26px;
	border: 1px solid #008bd2;
	padding: 0px 7px;
	height: 26px;
	width: auto;
	color: #fff;
	font-weight: 700;
	line-height: 26px;
	vertical-align: middle;
	min-width: 26px;
	margin-bottom: 16px;
	display: inline-block;
}
/*- Account -*/
#account-index h2	{
	margin-bottom: 23px;
	padding-bottom: 0px;
}
/*#account-index .cms-page-banner h2	{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#account-index .double-line-top	{
	border-bottom: 1px dotted #008bd2;
	padding: 32px 0px 0px;
	margin: 0px 0px 2px;
}
#account-index .double-line-bottom	{
	border-bottom: 1px dotted #008bd2;
	padding: 2px 0px 0px;
	margin: 0px 0px 32px;
}
#account-index .info-right	{
	text-align: left;
}
#account-index .shipping_addresses h4	{
	margin-bottom: 4px;
}
#account-index .shipping_addresses div.shipping-address-edit	{
	color: #008bd2;
	margin: -12px 0px 16px;
	cursor: pointer;
}
#account-index .shipping_addresses input.shipping-address-edit	{
	margin-top: -2px;
}*/
#account-index .messages:not(:empty) {
	margin-bottom: 20px;
}
#account-index .password-change {
	padding: 20px 40px;
	border-radius: 30px;
}
#account-index .shipping_addresses .address-edit	{
	margin-top: 16px;
}
#account-index .shipping_addresses p {
	margin: 0;
}
#account-index .shipping_addresses .shipping-address-edit {
	margin-bottom: 20px;
	cursor: pointer;
	color: #018bd3;
}
#account-index .shipping_addresses .submit	{
	margin-bottom: 32px;
}
#account-index .orders	{
	line-height: 2em;
}
#account-index .orders .order-title	{
	margin-top: 16px;
}
#account-index .orders .order-title:first-child	{
	margin-top: 0px;
}
/*- Forgot password & change email -*/
#checkout-template .forgot-password,
#checkout-template .change-email{
	margin-bottom: 70px;
}
/*- Newsletter -*/
.div_nl_an input[type="submit"]	{
	margin-bottom: 0px;
}
.div_nl_an .valid-email-form	{
	margin-top: 10px;
}
/*- Search -*/
.search-results-page .cms-page .cms-page-banner .banner-bg	{
	height: auto;
	border-radius: 25px 25px 25px 0px;
}
.search-results-page .cms-page .cms-page-banner h1	{
	text-transform: uppercase;
	font-weight: 700;
}
.search-results-page .cms-page .cms-page-banner h2	{
	text-align: right;
}
.search-results-page .search-form	{
	position: relative;
	margin-top: 20px;
}
.search-results-page .search-form label {
	font-weight: 400;
	color: #008bd2;
}
.search-results-page .search-form input {
	padding-right: 65px;
}
.search-results-page .search-form button	{
	position: absolute;
	right: 0px;
	padding: 5px 0px 0px 0px;
	top:23px;
}
.search-results-page #result_count_wrapper	{
	background-color: #008bd2;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

/*- Sitemap -*/
a[class*="siteMap_"]	{
	display: block;
	text-decoration: underline;
	color: #333;
}
a[class*="siteMap_"]:hover,
a[class*="siteMap_"]:focus	{
	color: #3c3c3e;
}
h1 a[class*="siteMap_"]	{
	font-size: 14px;
	margin: 40px 0px 20px;
}
h2 a[class*="siteMap_"]	{
	font-size: 12px;
	margin: 15px 0px 15px;
}
/*--- CMS & Account Pages END ---*/

/*--- Video Pages (Product video & Live TV) ---*/
#livestream .panel-heading	{
	padding: 0px 0px 10px;
}
#livestream .search strong	{
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}
#livestream .search input[type="submit"]	{
	margin-top: 10px;
	float: right;
	min-width: 170px;
}
#livestream .css-table aside	{
	vertical-align: top;
}
#livestream .css-table aside > a	{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*- Returns -*/
.returns .instructions,
.returns form	{
	padding: 20px 20px 10px;
	margin-bottom: 30px;
}
.returns .instructions img	{
	margin: 0px auto 10px;
}
.returns form	{
	padding: 40px 40px 30px;
}
.returns form button.button-primary	{
	min-height: 40px;
	height: auto;
}

/*Product videos*/
#product-video-page .col-md-9	{
	padding-right: 8px;
	z-index: 999;
}
#product-video-page .product-video	{
	margin-top: 40px;
}
#product-video-page .product-video .product-title,
#product-video-page .product-video .product-image,
#product-video-page .product-video .product-info,
#product-video-page .product-video .product-price,
#product-video-page .product-video .product-options,
#product-video-page .product-video .product-buy,
#product-video-page .product-video .customer-social	{
	padding: 5px 7px;
}
#product-video-page .product-video .product-title	{
	background: #e8e8f4;
}
#product-video-page .product-video .product-title h1	{
	margin-bottom: 0px;
}
#product-video-page .product-video .product-title .delivery_status	{
	line-height: 18px;
}
#product-video-page .product-video .product-image	{
	background-color: #e8e8f4;
	border: 1px solid #008bd2;
	width: 77px;
	height: 77px;
	margin-right: 8px;
}
#product-video-page .product-video .product-price .purple-18px-bold,
#product-video-page .product-video .product-price .free-shipping	{
	margin: 0px;
}
#product-video-page .product-video .product-title h1,
#product-video-page .product-video .product-image,
#product-video-page .product-video .product-info,
#product-video-page .product-video .product-options	{
	float: left;
}
#product-video-page .product-video .product-title span,
#product-video-page .product-video .product-price	{
	float: right;
}
#product-video-page .product-video .product-info h2,
#product-video-page .product-video .product-info a,
#product-video-page .product-video .product-price	{
	line-height: 2em;
}
#product-video-page .product-video .product-options,
#product-video-page .product-video .product-buy	{
	margin: 0px;
}
#product-video-page .product-video .product-buy .artikel-bestellen	{
	float: right;
	width: 55%;
}
#product-video-page .product-video .product-buy #in-den-korb-bestellmenge	{
	padding: 6px 0px;
}
#product-video-page .product-video .product-buy #in-den-korb-bestellmenge .quantity-buttons	{
	vertical-align: middle;
}
#product-video-page .product-video .product-buy .si-bestellen	{
	margin: -7px 0px 0px 8px;
	border: none;
	padding: 0px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
#product-video-page .panel-group .panel-default > .panel-heading	{
	background: none;
	padding: 0px;
}
#product-video-page .panel-group .panel-default > .panel-heading a	{
	background: #e8e8f4;
	padding: 24px 8px 16px;
	display: block;
}
#product-video-page .panel-group .panel-default > .panel-heading a.collapsed	{
	background: none;
}
#product-video-page .panel-group .panel-default > .panel-collapse	{
	padding: 24px 8px;
	background: #e8e8f4;
}
#product-video-page aside h2	{
	border-bottom: 1px dotted #008bd2;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#product-video-page aside .video-page-list-article	{
	border-bottom: 1px dotted #008bd2;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
#product-video-page aside .video-page-list-article img	{
	border: 1px solid #c8c7dd;
	width: 61px;
	height: 32px;
	float: left;
	margin-right: 8px;
}
#product-video-page aside .video-page-list-article .product-info	{
	float: left;
	max-width: 128px;
}
#product-video-page aside .all-product-videos h3	{
	color: #008bd2;
	font-size: 14px;
	margin: 24px 0px 16px;
}
/*Live-TV*/

/*temporary styles (delete later)*/
#video_liste_player_holder	{
	width: 66.6%;
	float: left;
	padding: 20px;
}
#video_liste_player_wrapper	{
	width: 100% !important;
	height: 390px !important;
	margin-bottom: 32px;
}
#videoliste	{
	width: 33.3%;
	float: left;
	padding: 20px;
	border-left: 1px dotted #008bd2;
}
#videoliste_top_trenner,
#videoliste_top_im_tv	{
	display: none;
}
#tbl_videoliste_top	{
	background: #e8e8f4;
	width: auto !important;
}
#videoliste_header_2	{
	color: #008bd2;
	font-size: 18px;
	font-weight: 700;
	padding: 16px 8px 5px;
}
.videoliste-top-link	{
	border-top: 1px dotted #008bd2;
	padding: 5px 8px;
}
/*temporary styles (delete later) END*/
/*--- Video Pages (Product video & Live TV) END ---*/

/*prevent Skype to change number into button*/
span[class^='skype_pnh_container'] {display:none !important;}
span[class^='skype_pnh_print_container'] {display:inline !important;}

/*Popup*/
.geschenkservice_info {
	background-color: #F3F3FA !important;
	padding: 10px !important;
	width: 373px !important;
}
.za_error_emphasis {
	color: #E75656 !important;
	font-weight: bold;
}
.za_error_tel {
	font-size: 16px;
}
.popup_voucher_wrapper_inner {
	background-image: url('/daten/0/pics/popup/voucher_info_bg.png') !important;
	width: 730px !important;
	height: 240px !important;
	margin-left: -365px !important;
	margin-top: -120px !important;
}
.popup_voucher_wrapper_inner .popup_default_body_wrapper {
	padding: 40px 20px !important;
}
.popup_voucher_wrapper_inner .popup_default_body_wrapper * {
	text-align: center;
}
.popup_voucher_wrapper_inner h1 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.popup_voucher_wrapper_inner p {
	color: #fff;
	font-size: 16px !important;
	line-height: 24px;
	margin-bottom: 20px;
}
.popup_voucher_wrapper_inner .em {
	color: #ffde00;
	font-weight: bold;
}
.popup_voucher_wrapper_inner a {
	background-color: #ffde00;
	color: #313168;
	font-size: 20px;
	line-height: 25px;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
}
.popup_voucher_wrapper_inner .icons {
	background-repeat: no-repeat;
	display: inline-block;
}
.popup_voucher_wrapper_inner .arrows {
	background-image: url('/daten/0/pics/popup/voucher_info_arrows.png');
	width: 21px;
	height: 16px;
	margin-left: 10px;
}
/*Popup END*/

/* Partner Start Overlay */

.partner_start_overlay, .wk_loeschen_overlay, .popup_overlay {
	position: fixed;
	background-color: #3c3c3e;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1300;
	cursor: pointer;
}

.popup-default {
	pointer-events: none;
}

.popup-default .popup-box {
	pointer-events: auto;
}

.partner_start_div {
	background-image: url('pics/DE/willkommen_partner/willkommenpopuphg.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 539px;
	height: 213px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -106px;
	margin-left: -270px;
	z-index: 1001;
}

.partner_start_div form {
	position: relative;
	height: 100%;
}

.partner_start_div .error {
	margin-left: 305px;
	margin-top: 10px;
	font-size: 12px;
	color: #E75656;
}

.partner_start_input {
	border: 0;
	background-color: #fff;
	width: 195px;
	height: 30px;
	margin-left: 305px;
	margin-top: 95px;
	font-size: 16px;
	outline:none;
	vertical-align: baseline;
	line-height: 30px;
}

.partner_start_submit {
	border: 0;
	background-image: url('pics/DE/willkommen_partner/willkommenpopupbutton.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	width: 100%;
	height: 25px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	display:block;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Partner Start Overlay END */

/* product info overlay */
.more-product-info .more-product-info-link {
	color: #5457b4;
}
/* product info overlay END */
.deverror	{
	display: none;
}

.lnk {
	cursor: pointer;
	color: inherit;
	text-decoration: underline;
}
.jshilfe_lnk,
.jshilfe_lnk_nojs {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
#ul_service_und_hilfe {
	list-style-type: none;
}
#ul_service_und_hilfe #hilfe_container {
	margin-top:30px;
}
#ul_service_und_hilfe #hilfe_container h2 {
	font-size: 20px;
}
.div_ph {
	display:none;
}
.ajax_loader {
	background-image: url('/daten/0/pics/ajax-loader.gif') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.button-primary.light.ajax_loader {
	color: transparent !important;
}
.hide {
	display:none;
}
.product-list-pager {
	padding: 30px;
	text-align: center;
	color: #008bd2;
}
#footer-tabs .panel-group {
	border-bottom: 1px solid #008bd2;
}
#footer-tabs .panel {
	border: 0 none;
}
#footer-tabs .panel-default>.panel-heading{
	background: transparent;
	text-transform: uppercase;
	border-top: 1px solid #008bd2;
	padding: 0;
}
#footer-tabs .panel-default:first-child>.panel-heading {
	border-top: 0;
}
#footer-tabs .panel.panel-default .panel-heading a{
	font-size: 19px;
	display: block;
	width: 100%;
	height: 54px;
	padding: 15px 0;
	position: relative;
}
#footer-tabs .panel-body{
	padding: 0 10px 15px;
}
#footer-tabs .panel-body ul{
	list-style: none;
}
#footer-tabs .panel-title{
	font-weight: normal;
	padding: 0 10px;
}
#footer-tabs .panel-default > .panel-heading a::after svg path{
	fill: #008bd2;
}
#footer-tabs .panel-group .panel + .panel {
	margin-top: 0;
}
#footer-tabs > .container {
	padding: 0;
}
#footer-tabs .payment-icon-wrapper {
	margin: 0 10px 10px 0;
}
.profilbild	{
	margin-bottom: 10px;
	font-size: 15px;
}
.profilbild img	{
	float: left;
	width: 140px;
	margin-right: 30px;
	background: #f2f1ef;
}
.profilbild div:not(.clear)	{
	float: left;
	padding-top: 15px;
}
.profilbild div h2	{
	padding-top: 20px;
	padding-left: 0px;
}
.profilbild div.clear	{
	float: none;
	clear: both;
}
#cms-ansprechpartner h2{
	font-weight: normal;
}
.profilbild h5{
	font-weight: normal;
	font-size: 19px;
	color: #008bd2;
	margin-bottom: 20px;
	height:20px;
}
.profilbild h6{
	margin-bottom: 10px;
}
.profilbild div p {
	line-height: 20px;
}
.profilbild div p span{
	display: inline-block;
	width: 30px;
}
#cms-ansprechpartner > .row > div[class*="col-"] {
	height: 186px;
}
#cms-ansprechpartner > .row > hr{
	height: 0;
	margin: 35px 0;
	border: 1px solid #dadada;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

/*--- Responsive ---*//*Responsive for header is with the main nav styles*/
.hide-on-lg	{
	display: none;
}

/* Large Desktop */
@media screen and (min-width: 1231px) {
	.cart-checkout-table .header {
		font-size: 28px;
		background: none;
	}
	.cart-checkout-table .cart-content .cart-item,
	.cart-checkout-table .cart-header {
		margin-right: 30px;
	}
	.cart-checkout-table .cart-content .cart-item .product-detail .cart-product-text {
		min-height: 114px !important;
	}
	#wishlist .product-detail {
		min-height: 116px !important;
	}
}

/*Desktop design*/
@media screen and (min-width: 992px)	{
	#main-nav	{
		background: #f0f0f0;
		border: none;
		font-size: 18px;
		margin-bottom: 2px;
	}
	#main-template .navbar-default .navbar-nav	{
		/*margin-right: 120px;*/
	}
	.icon-live-tv {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDIiIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCAxNTcuNSA5OC44Ij48c3R5bGU+LmF7ZmlsbDojMEY4OENBO30uYntmaWxsOm5vbmU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlOiMwMDhCRDI7fTwvc3R5bGU+PHBhdGggZD0iTTg1LjcgMjQuMmMwIDctNS42IDEyLjYtMTIuNiAxMi42cy0xMi42LTUuNi0xMi42LTEyLjYgNS42LTEyLjYgMTIuNi0xMi42Uzg1LjcgMTcuMyA4NS43IDI0LjIiIGNsYXNzPSJhIi8+PGxpbmUgeDE9IjUxLjgiIHkxPSI0OCIgeDI9Ijk1LjciIHkyPSIyLjUiIGNsYXNzPSJiIi8+PGxpbmUgeDE9IjkwLjkiIHkxPSIyNC45IiB4Mj0iNDMuMyIgeTI9IjIuNSIgY2xhc3M9ImIiLz48cGF0aCBkPSJNMTU3LjUgNDEuNGMwLTEyLjctMTEuNi0yMy4yLTI1LjctMjMuMkgyNS43QzExLjYgMTguMyAwIDI4LjcgMCA0MS40djM0LjJjMCAxMi43IDExLjYgMjMuMiAyNS43IDIzLjJoMTMxLjhMMTU3LjUgNDEuNHoiIGNsYXNzPSJhIi8+PHBhdGggZD0iTTEyNi4zIDI4LjhjMTEuNiAwIDIxIDguNiAyMSAxOS4xbDAgNDAuM0gzMS4xYy0xMS42IDAtMjEtOC42LTIxLTE5LjFWNDcuOWMwLTEwLjUgOS40LTE5LjEgMjEtMTkuMUgxMjYuM00xMjYuMyAyNi43SDMxLjFjLTEyLjcgMC0yMy4xIDkuNi0yMy4xIDIxLjJ2MjEuMmMwIDExLjcgMTAuNCAyMS4yIDIzLjEgMjEuMmgxMTguM2wwLTQyLjRDMTQ5LjQgMzYuMiAxMzkgMjYuNyAxMjYuMyAyNi43IiBmaWxsPSIjRkZGIi8+PC9zdmc+") no-repeat;
		width: 102px;
		height: 67px;
	}
	#main-nav .icon-live-tv	{
		line-height: 80px;
		text-align: center;
		color: #ffee09;
		font-weight: 400;
		position: absolute;
		right: 0;
		margin: -20px 0 -7px;
		z-index: 50;
		font-size: 16px;
	}
	.navbar-default .navbar-nav > li > a	{
		color: #3c3c3e;
		text-align: center;
		padding: 0 14px;
		height: 40px;
		align-items: center;
		-webkit-align-items: center;
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.navbar-default .navbar-nav > li > a small	{
		font-size: 9px;
		display: block;
		margin-top: -3px;
		line-height: 13px;
	}
	#main-nav #main-nav-collapse	{
		padding: 0px;
		position: relative;
	}
	#main-nav #main-nav-collapse .list-inline > li.menu-divider	{
		color: #a8a8a8;
		margin: 7px 0px 7px;
		background-color: #a8a8a8;
		display: block;
		width: 1px;
		height: 26px;
	}
	#main-nav #main-nav-collapse .list-inline > li.menu-divider:last-of-type {
		display: none;
	}
	#main-nav #main-nav-collapse ul li a:hover,
	#main-nav #main-nav-collapse ul li a.active,
	#main-nav #main-nav-collapse ul li a.nav1_lnk_selected 	{
		background:  #c4e8fb;
		margin-left: -1px;
		margin-right: -1px;
		z-index: 50;
		padding: 0 15px;
		color: #008bd2;
	}
	#main-nav #main-nav-collapse ul li a.nav1_lnk_selected{
		font-weight:bold;
	}
	#main-nav #main-nav-collapse ul li:first-child a:hover,
	#main-nav #main-nav-collapse ul li:first-child a.active,
	#main-nav #main-nav-collapse ul li:first-child a.nav1_lnk_selected 	{
		margin-left: 0;
		padding-left: 14px;
	}
	#main-nav #main-nav-collapse ul li a .caret	{
		display: none;
	}
	#main-nav #main-nav-collapse .main_subnav	{
		background: #f0f0f0;
	}
	#main-nav #main-nav-collapse .main_subnav a	{
		padding: 10px 13px;
		font-size: 14px;
		color: #3c3c3e;
	}
	.product-list > [class*="col-"]:nth-child(3n+3) .product-box-list.thumbnail:after	{
		border-right: 1px solid #fff;
	}
	#product-detail .delivery-scope-link,
	#product-detail .artikel-ml a {
		height: 44px;
		overflow: visible;
		line-height: 13px;
	}
	#product-detail .delivery-scope-link span,
	#product-detail .artikel-ml > a span	{
		line-height: 23px;
	}
	.footer-facebook-link {
		width: 160px;
	}
}
@media (max-width: 1230px) and (min-width: 768px){ /*lg to sm*/
	#product-detail .delivery-state {
		font-size: 12px;
		padding: 3px 5px;
	}
	#product-detail .product-gallery .additional-images {
		width: 329px;
	}
	#product-detail .artikel-videos {
		width: 55px;
		height: 49px;
	}
	#product-detail .product-gallery .additional-images-holder .item {
		height: 49px;
	}
	#product-detail .product-gallery .additional-images-holder {
		height: 49px;
	}
	#product-detail .product-gallery .additional-images .scroll-arrow::before {
		line-height: 49px;
	}
	#product-detail .product-gallery .additional-images-holder .item img {
		height: 47px;
	}
	#product-detail .product-gallery .additional-images .imageGallery{
		padding: 0 46px;
	}
	.play-video svg .svg-play {
		height: 21px;
		width: 21px;
	}
	#product-detail .product-gallery .main-image {
		height: 324px;
	}
	.play-video svg {
		width: 23px;
		height: 23px;
	}
	#product-detail [class*="banner-"] .text .small-font {
		font-size: 10px;
	}
	#product-detail [class*="banner-"] .benefits {
		font-size: 14px;
	}
	.video-overlay .container .box {
		margin-top: 10px;
	}
	.cart-checkout-table .cart-footer .voucher_form .gutschein_form {
		line-height: 1.4em;
	}
	.basket .cart-checkout-table .cart-content .cart-item .cart-product-price,
	.basket .cart-checkout-table .cart-content .cart-item .cart-product-total	{
		text-align: right;
		margin-right: 30px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-remove a:before {
		margin-right: 30px;
	}
	.basket .cart-checkout-table .cart-content .cart-item .cart-product-price	{
		margin-top: -47px;
	}
	#wishlist .add-to-wk {
		margin-top: -25px;
	}
	#wishlist.cart-checkout-table .cart-content .cart-item,
	#wishlist.cart-checkout-table .cart-header {
		margin-right: 0;
	}
	#wishlist.cart-checkout-table .cart-content .cart-item .cart-product-remove a:before {
		margin-right: 0;
	}
	#wishlist .attr_error_text {
		width: 80%;
	}
}
/*@-ms-viewport{ width: auto !important; }*/

@media (max-width: 1230px)	{ /*lg and below*/
	.search_result #result_wrapper .elements {
		overflow: hidden;
		max-height: 102px;
	}
	.cart-checkout-table .cart-footer .cart-totals .free-shipping-hint-wk .cart-shipping svg {
		display: inline-block;
		position: absolute;
		top: 0;
		right: -15px;
	}
	.cart-checkout-table .cart-footer .voucher_form .gutschein_form {
		line-height: 1.1em;
	}
	.cart-checkout-table .cart-content .cart-item	{
		position: relative;
	}
	.cart-checkout-table .cart-content .cart-item > [class*="col-"]	{
		padding: 15px 5px;
	}
	.cart-checkout-table .cart-content .cart-item  > div.cart-product-image {
		padding-top: 15px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-text a	{
		padding-right: 20px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-quantity	{
		text-align: left;
		margin-bottom: 15px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-price,
	.cart-checkout-table .cart-content .cart-item .cart-product-total {
		font-size:14px;
		line-height: inherit;
		text-align: left;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-price > div,
	.cart-checkout-table .cart-content .cart-item .cart-product-total > div {
		display: inline-block;
		width: 65px;
		color: #008bd2;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-remove	{
		position: absolute;
		top: 15px;
		right: 0px;
		padding: 0px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-remove > a {
		padding-left: 45px;
	}
	#wishlist.cart-checkout-table .cart-content .cart-item .cart-product-remove a::before,
	#wishlist.cart-checkout-table .cart-content .cart-item .wishlist-product-remove a::before	{
		margin-right: 0px;
	}
	#wishlist.cart-checkout-table .product-options {
		margin-bottom: 0px;
		margin-right: -15px;
	}
	#wishlist .cart-product-add-from-ml	{
		text-align: left;
	}
	#wishlist .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 80%;
	}
	#wko.wko-shipping_wk .wko-crosssell-item .product-info .product-info-text {
		height: 100px;
	}
	.search_result_element .button-primary,
	.search_result_element button.button-primary,
	.search_result_element input.button-primary {
		font-size: 15px;
	}
}

@media (max-width: 1230px) and (min-width: 991px)	{ /*lg to md*/
	.container {
		width: 980px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.prodlist-banners .as_seen_on_tv_banner_overlay {
		left: 10px;
	}
	.video-overlay #product_video_data {
		display: none;
	}
	.fullwidth-in-container	{
		min-width: 980px;
	}
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
	.product-box-list.thumbnail .product-box-data, .product-box-list.thumbnail .product-image {
		padding-left: 10px;
		padding-right: 10px;
	}
	#top-bar, #main-nav, .background-dotted-border.standalone-line, footer .newsletter.bg-bubble, footer .certificates, footer .on-air {
		min-width: 980px;
	}
	#top-bar .hotline {
		padding-left: 151px;
	}
	.search_result {
		margin-top: -10px;
	}
	.search_result_element .button-primary,
	.search_result_element button.button-primary,
	.search_result_element input.button-primary {
		font-size: 15px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0 10px;
		font-size: 15px;
	}
	#main-nav #main-nav-collapse ul li a:hover, #main-nav #main-nav-collapse ul li a.active, #main-nav #main-nav-collapse ul li a.nav1_lnk_selected {
		padding: 11px;
	}
	#main-nav #main-nav-collapse ul li:first-child a:hover,
	#main-nav #main-nav-collapse ul li:first-child a.active,
	#main-nav #main-nav-collapse ul li:first-child a.nav1_lnk_selected 	{
		padding-left: 10px;
	}
	#main-template footer .newsletter .present-headline svg {
		right: 0;
		width: 120px;
		height: auto;
	}
	#product-detail .css-table.row {
		width: 980px;
	}
	.price_box .saving {
		font-size: 13px;
	}
	.product-box-list .product-header h1 {
		font-size: 18px;
	}
	.payment-methods {
		font-size: 15px;
	}
	#product-tabs .tab-content .scope_of_delivery_pane h3 {
		font-size: 15px;
	}
	#product-detail .price_box .pay-installments .price-border .full-color {
		width: 68px;
	}
	#product-detail .artikel-text {
		height: 180px;
		margin-bottom: 0;
	}
	#product-detail .dotdotdot {
		height: 92px;
	}
	#product-detail .artikel-text .artikel-merkmale {
		max-height: 88px;
	}
	/*#checkout-step-payment .quarter-width input, #checkout-step-payment .quarter-width .bootstrap-select, #checkout-step-summary .quarter-width input, #checkout-step-summary .quarter-width .bootstrap-select {
		margin-right: 5px;
	}
	#checkout-step-payment .quarter-width .bootstrap-select .dropdown-toggle {
		padding-left: 5px;
	}*/
	.video-overlay .container .box {
		margin: 10px 0 0 0;
	}
	.search_result_element .button-primary, .search_result_element button.button-primary, .search_result_element input.button-primary {
		font-size: 15px;
	}
	#product-detail .artikel-text .artikel-merkmale {
		font-size: 15px;
	}
	.banner-right-medium .benefits .text .small-font {
		line-height: 1em;
	}
	.banner-right-medium .benefits-wrapper {
		height: 187px;
	}
	.product-box-list.thumbnail:after {
		right: -11px;
	}
	.product-list > [class*="col-"]:not([class*="product-list-pager"]):hover	{
		border: 1px solid #fff;
		box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		z-index: 2;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 0;
		padding-top: 0;
		background-color: transparent;
	}
	.product-list > [class*="col-"]:hover .product-box-list.thumbnail:before {
		border-bottom: 1px solid #dadada;
	}
	.product-list > [class*="col-"]:hover .product-box-list.thumbnail:after {
		border-left: 1px solid #dadada;
	}
	.product-list > [class*="col-"],
	.product-list .product-box-list.thumbnail .product_information {
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-box-list .product-info .delivery-status,
	.product-box-list .installment_total {
		font-size: 11px;
	}
	/*.product-box-list .product_information > .price,
	.product-box-list .product_information > .delivery-rating*/
	.product-list .product-box-list.thumbnail [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
	.product-box-list .price_box .price-border .full-color {
		width: 70px;
	}
	.price_box .price-border .border-color {
		width: 85px;
	}
	.price_box .price-border .full-color .small {
		font-size: 16px;
	}
	.product-box-list .product-colors {
		top: 10px;
		right: 0;
	}
	.product-box-list .product-colors span {
		margin-left: 4px;
	}
	.cart-item .bootstrap-select.btn-group.cart-product-quantity .dropdown-toggle,
	#product-detail .bootstrap-select.inpBestellmenge .dropdown-toggle,
	.wko-crosssell-item .standard-form .bootstrap-select .dropdown-toggle {
		padding: 0 40px 0 0;
	}
	.cart-checkout-table .cart-header {
		font-size: 17px;
	}
	.cms-page .about-us #ueber_ms_video_wrapper {
		width: 100% !important;
	}
	.standard-form .g-recaptcha	{
		margin-bottom: 40px;
	}
	.cms-page .standard-form .submit button	{
		padding: 0px 15px;
	}
	#wko .product-options {
		left: -325px;
	}
	.in-cart .item-in-cart [class*="col-"]:nth-child(2) {
		margin: 0;
	}
	.carriers .carrier_lnk img {
		width: 40%;
	}
	.carriers .carrier_lnk {
		display: inline;
		text-align: right;
	}
	.checkout_steps .three-steps div, .checkout_steps .four-steps div {
		font-size: 18px;
	}
	#checkout-step-payment .charges, #checkout-step-summary .charges {
		white-space: nowrap;
		position: absolute;
	}
	#main-template footer .newsletter {
		padding-left: 15px;
		padding-right: 15px;
	}
	#product-detail .add_to_cart_box .product-options {
		width: 44%;
	}
	.cloudzoom-zoom {
		width: 400px;
		height: 388px;
		border: 1px solid #ccc;
		box-shadow: none;
		margin-left: -1000px;
	}
	.product-box-list .product-image {
		height: 254px;
	}
	.installment_total {
		min-height: 18px;
		margin-top: 22px;
	}
	.price_box .price-border .full-color .small {
		font-size: 14px;
	}
	.versandkostenfrei-banner svg {
		height: 41px;
		width: 120px;
	}
	.versandkostenfrei-banner .text {
		font-size: 32px;
		line-height: 24px;
	}
	.versandkostenfrei-banner .text .small {
		font-size: 9px;
		letter-spacing: -0.4px;
	}
	.free-shipping-header-banner {
		padding: 0;
	}
	#middle-bar .logo > a > img {
		width: 98px;
		height: 98px;
		margin-top: -57px;
		margin-left: 17px;
	}
	#middle-bar .logo > a:before {
		width: 123px;
		height: 123px;
	}
	#middle-bar .search {
		padding-top: 0;
	}
	#warenkorb_header .text {
		font-size: 15px;
	}
	#warenkorb_header svg {
		height: 22px;
		width: 24px;
	}
	#middle-bar .cart .cart-link-price {
		line-height: 15px;
	}
	#middle-bar {
		padding-bottom: 24px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-installments {
		margin-left: 0;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-installments:before {
		right: -13px;
	}
	#product-detail .product_form_wrapper .product-options {
		bottom: 94px;
	}
}
@media (min-width: 768px){ /*Above sm*/
	#check_kk_cvc_checked .checkout_error_msg,
	#check_kk_jahr_checked .checkout_error_msg,
	#check_kk_monat_checked .checkout_error_msg {
		left: 137px;
		right: auto;
	}
	.cart-checkout-table .cart-content .cart-item .product-detail .cart-product-text {
		min-height: 100px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-quantity {
		height: 40px;
	}
}
.show-on-md,
.show-on-sm	{
	display: none;
}
/*Mobile design*/ /*This can be incorporated into "md an below" and a lot of it is deprecated.*/
@media screen and (max-width: 991px)	{
	/*#main-nav .navbar-header .search	{
		margin: 8px;
	}
	#main-nav .navbar-header .search .suchForm_input input,
	#main-nav .navbar-header .search #search-button	{
		height: 30px;
	}
	#main-nav .navbar-header .search .suchForm_input input	{
		margin-right: -30px;
	}
	#main-nav .navbar-header .search #search-button	{
		background-size: 30px 30px;
		width: 30px;
	}*/
	.search_result #result_wrapper .footer {
		font-size: 15px;
		line-height: 45px;
	}
	.banner-right-medium {
		display: none;
	}
	/*#main-nav .logo	{
		padding: 4px;
		max-height: 50px;
	}
	#main-nav .cart .text,
	#main-nav .cart .btn_kassa	{
		display: none;
	}
	#main-nav .cart .image	{
		padding: 4px 4px 5px;
		margin: 4px;
		height: auto;
		width: auto;
	}
	#main-nav .cart .image:hover,
	#main-nav .cart .image:focus	{
		background: #e8e8f4;
	}
	#main-nav .customer .dropdown-toggle	{
		color: #008bd2;
		font-size: 33px;
		line-height: 37px;
		text-align: center;
		padding: 4px;
		margin: 4px;
		min-width: 45px;
		display: block;
	}
	#main-nav .customer .dropdown-toggle:hover,
	#main-nav .customer .dropdown-toggle:focus,
	#main-nav .customer .open .dropdown-toggle	{
		background: #e8e8f4;
	}
	#main-nav .customer .dropdown-menu	{
		padding: 8px;
		background: #e8e8f4;
	}
	#main-nav .customer h5	{
		margin-bottom: 8px;
	}
	#main-nav .customer a	{
		color: #008bd2;
		text-decoration: underline;
	}
	#main-nav #main-nav-collapse ul li a .caret	{
		display: inline-block;
		margin-left: 8px;
	}
	#main-nav .open > .main_subnav_hide	{ *//*hide empty submenus*//*
		display: none;
	}
	#main-nav .navbar-collapse .dropdown-header	{
		white-space: normal;
	}
	#main-nav [class*="flag-"]	{
		margin: 0px 4px -1px;
	}
	#main-nav #number	{
		display: inline-block;
	}
	#main-nav .payment-icons	{
		margin: 0px -4px;
	}
	#main-nav .country	{
		padding-top: 20px;
	}
	#main-nav .country .current-country	{
		padding: 5px;
	}
	#main-nav .country ul	{
		margin: 0px;
	}
	#main-nav .country ul li a	{
		display: inline-block;
    	padding: 20px 20px 0px 0px;
	}
	#main-nav .navbar-collapse.in {
		border-bottom: 1px solid #e7e7e7;
		box-shadow: 0 2px 3px 1px rgba(68, 68, 68, 0.4);
	}*/
	.mobile-banner	{
		margin-top: 110px;
	}
	.mobile-banner .no-shipping	{
		padding: 8px 4px;
		line-height: 1.5em;
		text-align: center;
	}
	.mobile-banner .no-shipping strong	{
		font-size: 1.5em;
		color: #ce021a;
		text-transform: uppercase;
	}
	.mobile-search-wrapper.search.hidden-lg {
		margin-bottom: 10px;
	}
	.mobile-search-wrapper.search.hidden-lg:after {
		display: block;
		clear: both;
		content: ''
	}
	.product-detail .mobile-search-wrapper.search.hidden-lg,
	.sticky .mobile-search-wrapper.search.hidden-lg {
		display: none;
	}
	.sticky .user-nav .search-button svg,
	.product-detail .user-nav .search-button svg {
		display: inline-block;
	}
	.content-main {
		margin-top: 50px;
	}
	.iphone .content-main {
		margin-top: 0;
	}
	#checkout-template.iphone .content-main {
		margin-top: 50px;
	}
	#checkout-template.iphone.unfix .content-main {
		margin-top: 0px;
	}
	.content-main.content-artikeldetails {
		margin-top: 0;
	}
	.mobile-phone {
		color: #008bd2;
		font-size: 31px;
		vertical-align: top;
	}
	.user-nav .mobile-phone a {
		line-height: 25px;
	}
	#warenkorb_header {
		display: inline;
	}
	#k_form {
		display: none;
	}
	#livestream_player {
		margin-bottom: 20px;
	}
	.payment-methods {
		display: none;
	}
	#checkout-template .cart-info.box-rounded {
		display: none;
	}
	.payment-method-wrapper .payment-teaser {
		/*display: none;*/
	}
	.payment-method-wrapper.active .payment-teaser {
		display: block;
	}
	#product-put-into-basket-panel .wko-present-wrapper {
		background-image: url("pics/bubbles_left_small.png"),url("pics/bubbles_right_small.png");
	}
	#wko.wko-shipping_wk .wko-present-wrapper,
	#wko.wko-shipping .wko-present-wrapper,
	#product-put-into-basket-panel .simple .wko-present-wrapper {
		background-image: none;
	}
}
@media (max-width: 991px)	{	/*md and below*/
	.hide-on-md	{
		display: none;
	}
	.show-on-md	{
		display: block;
	}
	.col-1-5, .col-2-5, .col-3-5, .col-4-5	{
		float: none;
		width: 100%;
	}
	body {
		padding-top: 84px;
	}
	header {
		top: 0;
		left: 0;
		position: fixed;
		right: 0;
		z-index: 1030;
		background-color: #fff;
		min-height: 84px;
		/*transform: translateZ(0);
		-webkit-transform: translateZ(0);*/
	}
	body.unfix {
		padding-top: 0;
	}
	body.unfix header {
		position: static;
	}
	header > .line-dotted,
	#main-nav #main-nav-collapse .list-inline > li.menu-divider	{
		display: none;
	}
	.sticky header,
	.product-detail header {
		box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
		-ms-box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
		-moz-box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
		-webkit-box-shadow: 0 4px 3px 0px rgba(68, 68, 68, 0.2);
	}
	#top-bar .container {
		padding: 0;
	}
	#top-bar .user-nav {
		width: 66.6667%;
		float: left;
		padding: 0 5px;
	}
	#top-bar .user-nav nav {
		margin-right: 0;
	}
	#top-bar .user-nav > nav > ul {
		text-align: right;
	}
	#middle-bar {
		position: relative;
		height: 60px;
		padding-top: 0;
	}
	#middle-bar .logo {
		margin-left: 0;
		float: left;
	}
	#middle-bar .logo > a:before {
		width: 75px;
		height: 75px;
		-moz-border-radius: 38px;
		-webkit-border-radius: 38px;
		border-radius: 38px;
		top: -22px;
		left: 40px;
	}
	#middle-bar .logo > a > img {
		width: 62px;
		height: 62px;
		margin-top: -16px;
		margin-left: 15px;
	}
	#middle-bar .user-nav	{
		text-align: right;
	}
	#middle-bar .user-nav > div	{
		padding: 0px 10px;
		min-width: 50px;
	}
	#middle-bar .user-nav .open {
		background-color: #008bd2;
	}
	#middle-bar .user-nav .dropdown .dropdown-menu	{
		top: 35px;
		left: -140px;
	}
	#middle-bar .user-nav .nav-account-link	{
		padding: 5px 0px;
	}
	#middle-bar .user-nav .nav-account-link,
	#middle-bar .user-nav .wishlist .dropdown-link {
		display: block;
		text-align: center;
	}
	#middle-bar .user-nav .dropdown-menu .dropdown.account h5	{
		padding: 10px 15px;
		color: #008bd2;
	}
	#middle-bar .user-nav .dropdown > a svg {
		height: 25px;
		width: auto;
		stroke-width: 1;
		display: inline-block;
		vertical-align: middle;
	}
	#middle-bar .user-nav .dropdown.customer > a svg	{
		width: 31px;
	}
	#middle-bar .user-nav .dropdown.wishlist > a svg	{
		width: 28px;
	}
	.user-nav .search-button svg {
		display: none;
	}
	.iphone .user-nav .search-button svg {
		display: inline-block;
	}
	#middle-bar .user-nav .search-button svg {
		height: 25px;
		width: 28px;
		cursor: pointer;
		vertical-align: middle;
	}
	#middle-bar .user-nav .search-button svg path {
		pointer-events:none;
	}
	#middle-bar .user-nav .dropdown.open > a svg .user {
		fill: #fff;
		stroke: #fff;
	}
	#middle-bar .user-nav .mobile-search-button {
		display: inline-block;
		text-align: right;
	}
	#middle-bar .wishlist .items-on-wishlist	{
		top: 8px;
		left: 25px;
	}
	#middle-bar .user-nav .dropdown > a .logged-in .check	{
		top: 13px;
		left: 30px;
	}
	#middle-bar .wishlist .items-on-wishlist	{
		background: #fff;
		border: 1px solid #008bd2;
		color: #008bd2;
	}
	#middle-bar .cart {
		margin: 0;
		display: inline-block;
		/*margin-left: 15px;*/
		margin-top: 7px;
		height: 27px;
		text-align: right;
	}
	#middle-bar #warenkorb_header svg {
		margin: 2px 0px -7px 0px;
	}
	header .suchForm_input input:focus {
		transition: none;
		width: 100%;
	}
	.iphone .suchForm_input input:focus {
		transition: none;
		width: 100%;
	}
	.navbar {
		min-height: 0px;
		border: 0;
		box-shadow: none;
	}
	.navbar-toggle {
		float: left;
		margin: 0;
		padding: 10px 0 0 0;
	}
	.navbar-toggle:hover,
	.navbar-toggle:focus	{
		/*background: #e8e8f4;*/
		background: transparent;
	}
	.navbar-toggle:hover .icon-bar,
	.navbar-toggle:focus .icon-bar {
		background-color: #008bd2;
	}
	.navbar-toggle .icon-bar	{
		background: #3e3c3c;
	}
	.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	#main-nav	{
		width: 100%;
		margin-bottom: 0px;
		background: #fff;
	}
	#main-nav .icon-live-tv {
		color: #777;
	}
	/* Main Navigation Drawer */
	.drawer-open {
		overflow-y: hidden;
	}
	.drawer .navbar-toggle {
		border: none;
		float: left;
		margin: 8px 0;
	}
	.drawer .navbar-toggle:hover, .drawer .navbar-toggle:focus {
		background-color: transparent;
	}
	.drawer .navbar-brand {
		padding-left: 10px;
	}
	.drawer.navbar-collapse {
		background-color: inherit;
		box-shadow: 0 10px 10px 3px rgba(0, 0, 0, 0.2);
		left: 0;
		position: fixed;
		top: 0;
		transition: 0.2s;
		width: 240px;
		background-color: #fff;
		height: 100%;
	}
	.drawer.navbar-collapse.in {
		z-index: 1041;
	}
	body.drawer-open {
		overflow: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 0;
	}
	.drawer-open header {
		position: static;
	}
	.drawer-open #content {
		margin-top: 0;
	}
	.drawer-open .navbar-nav,
	.drawer-open #main-nav-collapse {
		margin: 0;
		padding: 0;
	}
	.drawer-open #main-nav .icon-live-tv {
		display: block;
	}
	.drawer-open .navbar-nav > li > a,
	.drawer-open #main-nav .icon-live-tv {
		padding: 15px;
		border-bottom: 1px solid #ccc;
		line-height: 17px;
		color: #008BD2;
	}
	.drawer-open .navbar-nav > li > a.nav1_lnk_selected {
		background-color: #c4e8fb;
		color: #008bd2;
		font-weight: 700;
	}
	.drawer-open .navbar-nav > li > a:hover,
	.drawer-open .navbar-nav > li > a:focus,
	.drawer-open #main-nav a.icon-live-tv:hover,
	.drawer-open #main-nav a.icon-live-tv:focus {
		background-color: #c4e8fb;
		color: #008bd2;
	}
	/* Main Navigation Drawer END */
	.on-air	{
		height: auto;
	}
	.on-air .badge-on-air,
	.on-air .tv-logos	{
		width: auto;
		float: none;
	}
	.on-air img	{
		max-width: 100%;
	}
	#product-detail .artikel-text {
		height: auto;
		margin-bottom: 0;
	}
	#product-detail .price_box .saving {
		font-size: 13px;
	}
	#product-detail .product_form_wrapper .product-options {
		position: relative;
		width: 100%;
		bottom: 0;
	}
	#product-detail .artikel-bestellen .left{
		margin-top: 17px;
		float: left;
	}
	#product-detail .artikel-bestellen .left > div{
		float: none
	}
	#product-detail button.button-orange {
		width: 165px;
	}
	#product-detail .inpBestellmenge{
		width: 100%;
		height:auto;
	}
	.product-detail-delivery {
		text-align: left;
		padding: 0px 15px
	}
	#product-detail .delivery-state{
		margin-top: 0;
		background: transparent;
	}
	#product-detail .artikel-bestellen > div.right {
		float: right;
		width: 250px;
		height: 64px;
		line-height: 50px;
		padding-top: 12px;
	}
	#product-detail .artikel-bestellen .in-den-korb-bestellmenge{
		margin-right: 0;
		display: inline-block;
	}
	.artikel-bestellen button{

	}
	#product-detail .artikel-bestellen .left > div{
		width: 90px;
		height: 60px;
		overflow: visible;
	}
	#product-detail .add_to_cart_box .legal_information{
		float: right;
		width: 170px;
		line-height: 15px;
	}
	#product-detail .check_installments{
		float: none;
		width: 100%;
	}
	#product-detail .artikel-preis {
		height: auto;
	}
	#product-detail .artikel-preis .price_box{
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.price_box .price-border .border-color {
		margin-bottom: 0;
	}
	.price_box .set-pieces,
	.price_box .price-from {
		width: 75px;
		font-size: 12px;
	}
	.price_box .additional-info-bubble {
		height: 17px;
		margin-bottom: 2px;
	}
	.price_box {
		line-height: 1em;
	}
	#product-detail #customer-reviews-link > a,
	#product-detail #customer-reviews-link {
		line-height: 1em;
	}
	#product-detail #customer-reviews-link {
		margin-top: 5px;
	}
	#product-detail .product-detail-delivery {
		line-height: 1em;
	}
	#product-detail .delivery-state {
		font-size: 13px;
	}
	#product-detail .check_installments .checkbox {
		margin: 0;
	}
	#product-detail .check_installments > * {
		display: inline-block;
	}
	#product-detail .delivery-state {
		padding: 0;
	}
	#product-detail .artikel-text > h1 {
		font-size: 19px;
	}
	#product-detail .artikel-text > h2{
		font-size: 14px;
	}
	#product-detail .legal_information .link, #wko .legal_information .link{
		margin-top: 0;
	}
	#product-detail .legal_information .link a:link, #wko .legal_information .link a:link{
		font-size: 13px;
	}
	#product-detail .price_box_installments > *:not(.set-pieces),
	.price_box .additional-info-bubble{
		margin-bottom: 5px;
		margin-top: 0;
	}
	#product-detail .artikel-ml > a span {
		font-size: 13px;
	}
	#product-detail .add_to_cart_box{
		margin-bottom: 30px;
	}
	.set_unit_price > div{
		margin-bottom: 5px;
	}
	#product-detail .price_box_installments > *:not(.set-pieces){
		font-size: 13px;
		font-weight: normal;
	}
	#product-detail .set-price {
		right: 165px;
		bottom: -140px;
		padding: 5px;
	}
	#product-detail .set-price .product_price_number,
	#product-detail .set-price .current-price .product_price_decimal_spacer,
	#product-detail .set-price .current-price .product_price_decimals {
		font-size: 17px;
	}
	#product-detail .set-price .current-price .product_price_currency {
		font-size: 10px;
	}
	#product-detail .set-price .current-price .product_price_number,
	#product-detail .set-price .current-price .product_price_decimal_spacer,
	#product-detail .set-price .current-price .product_price_decimals,
	#product-detail .set-price .current-price .product_price_currency {
		display: inline;
	}
	#product-detail .set-price .current-price .product_price_decimals {
		vertical-align: baseline;
	}
	#product-detail .set-price .current-price .product_price_currency {
		margin-left: 3px;
	}
	#product-detail .set-price,
	#product-detail .set-price .current-price {
		line-height: 18px;
		font-size: 13px;
	}
	#product-detail #product-tabs .product_detail_review_holder {
		position: relative;
	}
	#product-detail #product-tabs .row > .product_detail_review_detail {
		/*margin-top: 241px;*/
		margin-top: 10px;
	}
	#product-detail #product-tabs .row > .product_detail_review_filter {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 0 10px 0;
		width: 100%;
		padding: 0 10px;
	}
	/*#product-detail .price_box .price-border .full-color {
		width: 65px;
	}*/
	#product-detail .add_to_cart_box {
		margin-top: 0;
	}
	#product-detail .artikel-preis{
		margin-top: -43px;
	}
	#product-detail .price_box_installments,
	#product-detail .artikel-preis .price_box.price_box_installment,
	#product-detail .artikel-preis {
		position: static;
	}
	#product-detail .price_box_installment .set-price{
		bottom: -25px;
		right: inherit;
		left: 56px;
		margin: 0;
		width: auto;
		padding: 5px 30px;
	}
	.price_box .set-pieces, .price_box .price-from {
		padding: 1px 0;
		height: 18px;
	}
	#product-detail .set-price .price {
		margin: 0;
		padding: 0;
		border: none;
	}
	#product-detail .set-price:after{
		display: none;
	}
	#product-detail .set-price:before{
		bottom: 100%;
		left: 50%;
		transform: rotate(180deg);
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 248, 157, 0);
		border-top-color: #fff89d;
		border-width: 24px 20px 0 20px;
		margin-left: -20px;
		z-index: 10;
	}
	.installment_total,
	.price_box .saving {
		display: none;
	}
	#product-detail hr{
		display: none;
	}
	#product-detail .show-more {
		margin-left: 0;
		margin-bottom: 20px;
	}
	#product-detail span.inpBestellmenge.text_css{
		display: none;
	}
	#product-tabs .tab-content	{
		border: none;
	}
	#product-line [class*="col-"],
	#product-compare [class*="col-"]	{
		margin-bottom: 16px;
		padding-bottom: 16px;
		border-bottom: 1px dotted #008bd2;
	}
	#product-tabs .tab-content .col-md-8,
	#product-tabs .tab-content #product-compare [class*="col-"] .product-info	{
		border: none;
	}
	#product-line .line-dotted,
	#product-compare .line-dotted	{
		display: none;
	}
	/*Quickbuy bar (only mobile)*/
	.bestell-button-hg	{
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		padding: 10px 15px;
		background: #fff;
		border-top: 1px solid #e7e7e7;
		z-index: 999;
	}
	.bestell-button-hg span[itemprop="price"]	{
		color: #ce021a;
		font-size: 24px;
		font-weight: 700;
		display: none;
		float: left;
	}
	.bestell-button-hg span[itemprop="price"]:first-child	{
		display: block;
	}
	.bestell-button-hg span[itemprop="price"] .waehrung	{
		font-size: 12px;
	}
	/*Quickbuy bar END*/
	#product-video-page .product-video .product-buy .artikel-bestellen	{
		width: 72%;
	}
	#wko .wko-present .present-info p .fa	{
		font-size: 30px;
		margin-right: 8px;
		margin-top: -9px;
	}
	#wko .wko-present .present-arrow	{
		display: none;
	}
	#wko .wko-crosssell-item .product-info .product-description	{
		margin-bottom: 0px;
	}
	#wko .wko-crosssell-item .add_to_cart_box .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn)	{
		margin: 0px 0px 10px;
	}
	#wko .wko-crosssell-item .add_to_cart_box,
	#wko.wko-shipping_wk .wko-crosssell-item .add_to_cart_box	{
		margin-top: 0px;
	}
	#wko .wko-crosssell-item .add_to_cart_box .price_box {
		position: relative;
		bottom: auto;
		right: auto;
		height: auto;
		margin-top: -77px;
		margin-bottom: 10px;
	}
	#wko .wko-crosssell-item .add_to_cart_box .product-options {
		margin-left: 0px;
		width: 100%;
	}
	#wko .wko-crosssell-item .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		margin: 0 0 10px 0;
	}
	#wko .wko-crosssell-item .add_to_cart_box .artikel-bestellen	{
		position: relative;
	}
	.cart-checkout-table .cart-footer .voucher_form h3,
	.cart-checkout-table .cart-footer .basket_headline	{
		font-size: 14px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-shipping .shipping-sum .basket_headline,
	.cart-checkout-table .cart-footer .purple-dark .basket_headline	{
		font-size: 15px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees {
		line-height: 1.2em;
		font-size: 14px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-savings {
		font-weight: normal;
	}
	.cart-checkout-table .cart-footer .cart-totals .purple-18px-bold {
		font-size: 18px;
	}
	.checkout_steps .three-steps,
	.checkout_steps .four-steps	{
		padding: 0px;
		height: auto;
	}
	.checkout_steps .three-steps div,
	.checkout_steps .four-steps div	{
		width: 100%;
		text-align: left;
		font-size: 16px;
	}
	/*.checkout_steps .arrow-left	{
		margin-left: 0px;
	}*/
	.checkout_steps [class*="step-"]	{
		margin-left: 10%;
	}
	.cart-checkout-table .cart-totals .purple-18px-bold	{
		font-size: 14px;
	}
	#checkout-step-login .red-tailed-arrow	{
		float: none;
	}
	.headerpic	{
		width: 100%;
	}
	#account-index.cms-page {
		margin-top: 0;
	}
	/*.info-right .benefits i	{
		display: block;
		margin: 0px auto 5px;
	}
	.info-right .benefits .indent	{
		margin: 0px;
	}*/
	.info-right	{
		min-height: 0px;
		border-left: none;
		border-top: 1px dotted #008bd2;
		margin-top: 20px;
		padding-top: 20px;
	}
	.phone-change #check_tel_r_3	{
		width: 38% !important;
	}
	footer [class*="banner-"] .benefits.benefits-bar-cashback .icon svg {
		width: 24px;
		height: 24px;
		margin-top: -1px;
	}
	footer [class*="banner-"] .benefits.benefits-bar-return .icon {
		font-size: 22px;
		padding-top: 0;
	}
	footer [class*="banner-"] .benefits.benefits-bar-shipping .icon svg {
		width: 23px;
		height: 23px;
	}
	/*
	footer .banner-bar .benefits .icon {
		background-color: #fff;
	}
	footer [class*='banner-'] .benefits .icon {
		color: #008BD2;
		font-size: 26px;
	}
	footer [class*='banner-'] .benefits.benefits-bar-cashback .icon svg {
		width: 36px;
		height: 36px;
		margin-top: -2px;
	}
	footer [class*='banner-'] .benefits.benefits-bar-return .icon {
		padding-top: 1px;
	}
	footer [class*='banner-'] .benefits.benefits-bar-shipping .icon svg {
		width: 32px;
		height: 32px;
		margin-left: 1px;
	}
	footer [class*='banner-'] .benefits .icon svg .r,
	footer [class*='banner-'] .benefits .icon svg .truck {
		fill: #008BD2;
	}*/
}
@media (max-width: 991px) and (min-width: 768px)	{	/*md to sm*/
	body {
		padding-top: 120px;
	}
	.container {
		width: 768px;
	}
	.search_result {
		width: 100%;
		margin-top: -10px;
	}
	#checkout-step-payment .quarter-width input,
	#checkout-step-payment .quarter-width .bootstrap-select,
	#checkout-step-summary .quarter-width input,
	#checkout-step-summary .quarter-width .bootstrap-select {
		margin-right: 6px;
	}
	#checkout-template .navbar-nav.list-inline {
		margin-top: 0;
		margin-bottom: 0;
	}
	footer [class*="banner-"] .benefits {
		padding-left: 15px;
	}
	#check_kk_cvc_checked .checkout_error_msg,
	#check_kk_jahr_checked .checkout_error_msg,
	#check_kk_monat_checked .checkout_error_msg {
		left: 201px;
	}
	#middle-bar {
		padding-top: 18px;
	}
	#middle-bar .logo > a > img {
		height: 98px;
		margin-left: 22px;
		margin-top: -60px;
		width: 98px;
	}
	#middle-bar .logo > a:before {
		width: 123px;
		height: 123px;
		border-radius: 75px;
		top: -64px;
		left: 41px;
	}
	.product-box-horizontal .product-image	{
		width: 105px;
		height: 105px;
	}
	.banner-bar	{
		overflow: hidden;
	}
	.banner-bar .benefits	{
		line-height: 35px;
		padding: 20px 8px;
	}
	.banner-bar .benefits i	{
		display: block;
		margin: 0px auto;
	}
	#top-bar .hotline {
		padding-left: 188px;
	}
	#top-bar .user-nav {
		width: 100px;
		float: right;
	}
	#middle-bar .navbar-header {
		padding-top: 8px;
	}
	.versandkostenfrei-banner svg {
		width: 118px;
		height: 43px;
	}
	.versandkostenfrei-banner > div {
		padding-top: 8px;
	}
	.versandkostenfrei-banner .text {
		font-size: 31px;
		line-height: 25px;
	}
	.versandkostenfrei-banner .text .small {
		font-size: 9px;
	}
	#other-products .carousel .carousel-item:nth-child(n+4) {
		display: none;
	}
	.mobile-search-wrapper .suchForm_input {
		margin-top: 15px;
	}
	.row.product-list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.product-list > [class*="col-"]:not([class*="product-list-pager"]):hover	{
		border: 1px solid #fff;
		box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		z-index: 2;
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0;
		padding-top: 0;
		background-color: transparent;
	}
	.product-list > [class*="col-"]:hover .product-box-list.thumbnail:before {
		border-bottom: 1px solid #dadada;
	}
	.product-list > [class*="col-"]:hover .product-box-list.thumbnail:after {
		border-left: 1px solid #dadada;
	}
	.product-list > [class*="col-"]:nth-child(2n+2) .product-box-list.thumbnail:after	{
		border-right: 1px solid #fff;
	}
	.product-box-list.thumbnail .product-box-data,
	.product-box-list.thumbnail .product-image {
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-box-list.thumbnail .product-box-data .price {
		padding-left: 0;
	}
	.product-box-list .product-colors span {
		width: 12px;
		height: 12px;
		margin-left: 5px;
	}
	#main-template footer .newsletter .present-headline {
		padding-top: 5px;
	}
	#main-template footer .newsletter .present-headline,
	#main-template footer .newsletter .present-headline strong{
		font-size: 26px;
		line-height: 30px;
		text-transform: none;
	}
	#main-template footer .newsletter .present-headline strong {
		text-transform: uppercase;
		font-size: 30px;
	}
	#main-template footer .newsletter .present-headline svg {
		display: none;
	}
	#main-template footer .newsletter{
		padding: 0;
		padding-top: 10px;
		height: 88px;
		width: 100%;
	}
	#footer-nav {
		padding: 0;
	}
	.banner-bar {
		padding: 10px;
	}
	#main-template footer .newsletter.bg-bubble-2 .benefits {
		font-size: 15px;
		line-height: 18px;
		padding-top: 9px;
	}
	#main-template footer .newsletter .button-primary {
		font-size: 19px;
		padding: 0;
		width: 100%;
		text-align: center;
	}
	#main-template footer .newsletter .container {
		padding: 0 10px;
	}
	.sticky header,
	.product-detail header {
		padding-bottom: 10px;
	}
	[class*="banner-"] .benefits {
		font-weight: normal;
		font-size: 14px;
	}
	.banner-bar {
		display: block;
		padding: 7px 0;
	}
	.banner-bar .benefits {
		padding: 0;
	}
	[class*="banner-"] .benefits .icon {
		flex: 0 0 30px;
		-webkit-flex: 0 0 30px;
		font-weight: 500;
		height: 30px;
		width: 30px;
	}
	[class*="banner-"] .icon {
		margin-right: 4px;
	}
	[class*="banner-"] .benefits .icon svg {
		height: 24px;
		width: 20px;
	}
	[class*="banner-"] .benefits .icon {
		font-size: 15px;
	}
	#product-detail #product-tabs .row > .product_detail_review_detail {
		/*margin-top: 278px;*/
		margin-top: 0;
	}
	.payment-icon-wrapper	{
		margin-right: 15px;
	}
	#footer-nav {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	#footer-nav h5,
	#footer-nav a,
	#footer-nav .hotline_wrapper {
		font-size: 15px;
	}
	.footer-facebook-link {
		width: 160px;
	}
	#footer-nav .footer-facebook-link a .text-facebook {
		line-height: 15px;
		display: block;
	}
	[class*="banner-"] .text .small-font {
		font-size: 12px;
	}
	.payment-methods {
		display: block;
	}
	.payment-methods .light {
		line-height: 23px;
	}
	.product-gallery-wrap {
		padding-right: 0;
	}
	#product-detail .product-gallery .additional-images .imageGallery {
		padding-left: 40px;
	}
	#product-detail .product-gallery .additional-images .scroll-arrow-left {
		margin-left: -40px;
	}
	#product-detail .product-gallery .additional-images .scroll-arrow-right {
		margin-right: -40px;
	}
	#product-detail .product-gallery .additional-images .scroll-arrow,
	#product-detail .product-gallery .additional-images .scroll-arrow-right {
		width: 30px;
	}
	#product-detail .product-gallery .additional-images {
		width: 323px;
	}
	#product-detail .artikel-videos {
		width: 45px;
		font-size: 12px;
	}
	#product-detail .css-table.row {
		width: 768px;
	}
	#product-testimonials .customer-testimonial .img-border {
		display: none;
	}
	#product-detail [class*="banner-"] .benefits {
		margin-bottom: 15px;
	}
	#product-detail [class*="banner-"] .text .small-font {
		line-height: 11px;
	}
	#product-tabs .nav-tabs > li > a	{
		font-size: 16px;
	}
	#product-tabs .tab-content	{
		height: auto;
	}
	#product-tabs .tab-content h2,
	#product-tabs .tab-content h3	{
		font-size: 22px;
	}
	#product-tabs {
		margin-top: 20px;
	}
	#product-put-into-basket-panel {
		width: 720px;
		padding-top: 0;
	}
	#product-put-into-basket-panel .close-put-into-basket-panel {
		margin: 0;
		padding: 30px 45px 10px;
	}
	#wko .button-orange-inverse {
		padding: 0 5px;
	}
	#wko .details {
		margin-left: 10px;
		font-size: 12px;
	}
	#wko .artikel-bestellen button.button-orange-inverse	{
		padding: 0px 15px;
	}
	#wko.wko-shipping_wk .wko-present-wrapper,
	#wko.wko-shipping .wko-present-wrapper {
		background-image: none;
	}
	#wko .wko-present h3 {
		font-size: 22px;
	}
	#wko .wko-present p {
		font-size: 16px;
	}
	#wko .wko-present .present-product-info {
		margin-left: 0;
		padding-top: 13px;
	}
	#wko .wko-present .present-content {
		padding-bottom: 5px;
	}
	#wko.wko-empty .wko-present .present-content {
		padding-bottom: 0;
	}
	#wko .wko-present .present-product-info h3 {
		font-size: 16px;
	}
	#wko .wko-present .present-product-free svg {
		width: 80px;
	}
	.put-into-basket-saving {
		white-space: nowrap;
	}
	.in-cart .item-in-cart [class*="col-"] {
		min-height: 118px;
	}
	#checkout-template #main-nav {
		background: #f0f0f0 none repeat scroll 0 0;
		border: medium none;
		margin-top: 10px;
	}
	#checkout-template #main-nav ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	.step-1, .step-2, .step-3, .step-4, .step-5 {
		height: 30px;
		width: 30px;
		font-size: 20px;
		line-height: 30px;
		margin-top: 23px;
	}
	.checkout-nav-title {
		font-size: 14px;
	}
	.cart-checkout-table .cart-footer .voucher_form .row > [class*="col-"]	{
		margin-bottom: 15px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees {
		line-height: 1.2em;
	}
	.cart-checkout-table .cart-footer .cart-totals .purple-18px-bold {
		font-size: 20px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-shipping,
	.cart-checkout-table .cart-footer .cart-totals .cart-sum,
	.cart-checkout-table .cart-footer .cart-totals .cart-packaging,
	.cart-checkout-table .cart-footer .cart-totals .cart-handling,
	.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees,
	.cart-checkout-table .cart-content .cart-totals .cart-coupon-applied {
		padding-left: 15px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-installments {
		margin-left: 0;
		top: 0px;
		left: -80px;
		border-radius: 20px;
		font-size: 15px;
		line-height: 17px;
		width: 190px;
		padding: 10px !important;
	}
	#checkout-step-summary .cart-checkout-table .cart-footer .cart-totals .cart-installments {
		line-height: 17px;
		font-size: 15px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-installments:before {
		right: -13px;
	}
}
@media (max-width: 767px)	{	/*sm and below*/
	body {
		min-width: 360px;
	}
	.container	{
		/*This is our smallest container & our min-width.*/
		width: 360px;
		padding: 0 10px;
		margin-right: auto;
		margin-left: auto;
	}
	.row {
		margin: 0 -10px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hide-on-sm	{
		display: none;
	}
	.show-on-sm	{
		display: block;
	}
	.css-table	{
		display: block;
	}
	.css-table .css-table-row	{
		display: block;
	}
	.css-table .css-table-row .css-table-cell	{
		display: block;
	}
	.cms-page	{
		margin-top: 15px;
	}
	.cms-page .css-table .css-table-row	{
		margin-bottom: 10px;
	}
	.cms-page .css-table .css-table-row .css-table-cell	{
		padding: 0px;
	}
	.cms-page-headline h1,
	.cart-checkout-table .header	{
		margin-top: 15px;
	}
	.popup-default {
		width: 90%;
		left: 5%;
		height: 90vh;
		top: 5vh;
	}
	.popup-default .popup-box	{
		overflow: hidden;
		margin-top: 0px;
	}
	input.inpSuche {
		font-size: 18px !important;
	}
	#voucher.popup-default button,
	#voucher_error.popup-default button	{
		padding: 0px 10px;
		font-size: 14px;
		width: 100%;
	}
	.user-nav .mobile-phone	{
		margin-top: 3px;
	}
	#top-bar .user-nav .dropdown.country .dropdown-menu {
		width: 177px;
		max-height: calc(75vh - 16px);
		overflow: auto;
	}
	#middle-bar .user-nav .dropdown .dropdown-menu	{
		left: -174px;
	}
	.wishlist .items-on-wishlist,
	.user-nav .dropdown > a .logged-in .check	{
		left: 25px;
	}
	#checkout-step-payment .conditions .checkout_error_msg {
		bottom: -23px;
		max-width: 100%;
	}
	#middle-bar .user-nav .dropdown.customer .dropdown-menu {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1500;
		border: 0;
		left: 0;
		top: 0;
		border-radius: 0;
	}
	#middle-bar .user-nav .dropdown.customer .dropdown-menu	.account.dropdown {
		width: 360px;
		margin: 0 auto;
		padding: 40px 10px;
	}
	#middle-bar .user-nav .dropdown.customer .dropdown-menu	.account.dropdown .close-mobile-account-overlay {
		text-align: right;
		cursor: pointer;
		padding-right: 10px;
	}
	#middle-bar .user-nav .dropdown.customer .dropdown-menu	.account.dropdown .close-mobile-account-overlay	svg {
		width: 20px;
		height: 20px;
	}
	#middle-bar .user-nav .dropdown.customer .dropdown-menu	.account.dropdown .close-mobile-account-overlay	svg .svg-close {
		stroke: #008bd2;
	}
	#wishlist .standard-form button[type="submit"] {
		float: none;
		margin-top: 10px;
	}
	.price_box .price_installment strong .installments_x {
		padding-left: 1px;
	}
	#wishlist.cart-checkout-table .cart-content .cart-item .cart-product-remove	{
		bottom: 15px;
		right: auto;
		top: auto;
		left: -112px;
		padding: 0px;
	}
	.registration-after > .col-md-12 {
		padding: 0;
	}
	.content-kontrolle .cart-checkout-table .cart-footer .cart-totals .cart-shipping {
		border-top: 0;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-installments {
		margin-left: 0;
		bottom: -215px;
		border-radius: 20px;
		font-size: 15px;
		line-height: 17px;
		width: 190px;
		padding: 10px !important;
	}
	.content-main.content-kontrolle #checkout-step-summary .cart-footer .cart-totals .cart-summary {
		margin-bottom: 80px;
	}
	#checkout-step-summary .cart-checkout-table .cart-footer .cart-totals .cart-installments {
		line-height: 17px;
		font-size: 15px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-installments:before {
		right: -13px;
	}
	.cart-item .cart-saving {
		text-align: left;
	}
	#top-bar {
		font-size: 15px;
		height: 23px;
		line-height: 21px;
	}
	#top-bar .user-nav nav {
		width: 100%;
	}
	#top-bar .user-nav .dropdown > a	{
		height: 23px;
		line-height: 23px;
	}
	#top-bar .user-nav ul.list-inline {
		margin-left: 0;
	}
	#top-bar .user-nav ul li.free-shipping-mobile {
		float: left;
		padding-left: 10px;
		padding-top: 1px;
	}
	#top-bar .user-nav .dropdown > a {
		padding-left: 0;
		padding-right: 5px;
	}
	#top-bar .user-nav .dropdown > a:hover,
	#top-bar .user-nav .dropdown.open > a {
		background: #fff;
		color: #008bd2;
		padding-left: 1px;
		padding-right: 6px;
		margin-left: -1px;
		margin-right: -1px;
	}
	#middle-bar .user-nav {
		padding-top: 6px;
		width: 240px;
	}
	#middle-bar .user-nav > div	{
		padding: 0px 6px;
		min-width: 44px;
	}
	#middle-bar .user-nav > div.mobile-phone	{
		padding-left: 0px;
		padding-right: 10px;
	}
	#middle-bar .user-nav > div.cart	{
		padding-right: 10px;
	}
	#middle-bar .user-nav .dropdown > a .logged-in .check	{
		left: 25px;
	}
	#middle-bar .user-nav > [class*="line-"] {
		margin-bottom: 0;
	}
	#middle-bar .navbar-header {
		padding-right: 0;
	}
	#middle-bar .user-nav .mobile-search-button {
		text-align: center;
	}
	.phone-change .inp_kasse.w_60 {
		width: 100% !important;
		margin-right: 0px;
	}
	.phone-change #check_tel_r_2 {
		width: 30% !important;
	}
	.phone-change #check_tel_r_3 {
		width: 54% !important;
	}
	.standard-form .birthday select,
	.standard-form .bootstrap-select.btn-group.birthdate {
		width: 100% !important;
		margin-right: 0;
	}
	.standard-form .checkbox label	{
		padding-left: 35px;
		line-height: 1.5em;
	}
	.prodlist-banners,
	.prodlist-banners .carousel-inner .item a {
		height: auto;
	}
	.prodlist-banners .as_seen_on_tv_banner_overlay {
		display: none;
	}
	.banner-right-medium {
		display: none;
	}
	.prodlist-banners .carousel-caption {
		padding-left: 60px;
		height: 50px;
	}
	.prodlist-banners .carousel-caption h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.prodlist-banners .carousel-caption p {
		font-size: 12px;
		line-height: 14px;
	}
	.price_box .price_installment strong {
		font-size: 20px;
	}
	.price_box .price-border .full-color {
		line-height: 14px;
		padding-top: 7px;
		font-size: 18px;
	}
	.price_box_installment .price-border .full-color {
		padding-top: 1px;
	}
	.price_box .price-border .full-color .small {
		font-size: 14px;
	}
	.price_installment {
		font-size: 13px;
		line-height: 14px;
	}
	.product-box-list .product-header h1 {
		font-size: 18px;
		line-height: 18px;
	}
	.product-box-list .product-header h2 {
		font-size: 13px;
		line-height: 18px;
	}
	.video-overlay #product_video_data {
		display: none;
	}
	#footer-nav .row	{
		display: block;
	}
	#footer-nav [class*="col-"]	{
		border: none;
	}
	#footer-nav a	{
		padding: 10px 0px;
	}
	footer .certificates	{
		background: none;
	}
	footer .certificates .align-right	{
		text-align: left;
	}
	footer .certificates .social-link	{
		float: right;
	}
	[class*="icon-cert-"] {
		background-size: auto 40px;
		height: 40px;
		width: 40px;
		margin-right: 9px;
	}

	@media (max-width: 767px) {
		[class*="icon-cert-"] {
			background-size: auto 56px;
			height: 56px;
			width: 56px;
			margin-right: 9px;
		}
	}

	.icon-cert-greatplacetowork {
		width: 130px;
		height: 48px;
		background-size: auto 48px;
	}

	@media (max-width: 767px) {
		.icon-cert-greatplacetowork {
			width: 174px;
			height: 58px;
			background-size: auto 51px;
		}
	}

	.icon-cert-focus {
		width: 30px;
	}

	@media (max-width: 767px) {
		.icon-cert-focus {
			width: 42px;
		}
	}

	.icon-cert-ch {
		margin-right: 0;
	}
	.certificates .footer-facebook-link i {
		float: right;
		margin-right: 0px;
		font-size: 30px;
		padding-top: 8px;
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}

	@media (max-width: 767px) {
		.certificates .footer-facebook-link i {
			padding-top: 11px;
			width: 56px;
			height: 56px;
			border-radius: 30px;
		}
	}

	.certificates .footer-facebook-link {
		margin-top: 0;
	}
	.certificates .footer-facebook-link .text-facebook	{
		display: none;
	}
	#product-detail {
		margin-top: 5px;
	}
	#product-detail .product-gallery .additional-images	{
		width: 362px;
		float: none;
	}
	#product-detail .product-gallery .additional-images-holder,
	#product-detail .product-gallery .additional-images-holder .item	{
		height: 82px;
	}
	#product-detail .product-gallery .additional-images img	{
		margin-top: 18px;
	}
	#product-detail .product-gallery .additional-images .scroll-arrow	{
		line-height: 82px;
	}
	#product-detail .artikel-videos,
	#product-detail .artikel-videos .artikel-video-link{
		width: auto;
		height: auto;
	}
	#product-video-page .product-video .product-buy .artikel-bestellen	{
		width: 100%;
	}
	[id*='checkout-step'] .address-table	{
		text-align: left;
	}
	#checkout-step-payment form > .row > [class*="col-"].text-right	{
		padding: 10px;
		height: auto;
	}
	#checkout-step-payment form > .row > [class*="col-"].text-right .button-red	{
		margin: 0px;
	}
	#wishlist.cart-checkout-table .product-options {
		margin-bottom: 0px;
		margin-right: -10px;
	}
	#wishlist.cart-checkout-table .product-options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
		width: 100%;
	}
	.product-box-list {
		position: relative;
	}
	.product-box-list .product-image {
		height: auto;
		width: 50%;
	}
	.product-box-list.thumbnail .product-image {
		height: 135px;
	}
	.product-box-list.thumbnail .product-header,
	.product-box-list.thumbnail .product-info {
		width: 100%;
		float: left;
	}
	.product-box-list .product-info .delivery-status {
		display: none;
	}
	/*.product-box-list.thumbnail .product-header,
	.product-box-list.thumbnail .product-info,
	.product-box-list.thumbnail .product-image {
		padding: 0 10px;
	}*/
	.product-box-list.thumbnail:after {
		border-right: 0;
	}
	.product-box-list.thumbnail:before {
		border-bottom: 0;
	}
	.product-list > [class*="col-"] {
		border: 0;
	}
	.product-list > [class*="col-"]:not([class*="product-list-pager"]):hover	{
		border: 0;
		box-shadow: none;
		-ms-box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		z-index: 2;
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 0;
		padding-top: 0;
		background-color: #fff;
	}
	.product-list .product-box-list.thumbnail {
		padding-top: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #dadada;
		margin: 0;
	}
	.product-list .product-box-list.thumbnail .col-xs-6 {
		padding: 0;
	}
	.product-list .product-box-list.thumbnail .col-xs-6.product-image {
		padding: 0 15px 0 0;
	}
	.product-box-list .product-label {
		font-size: 13px;
		right: 180px;
		top: 7px;
	}
	.price_box .price-border .border-color {
		width: 75px;
		border-bottom-left-radius: 2px;
	}
	.price_box .current-price {
		font-size: 25px;
	}
	.price_box .price-border .full-color,
	.price_box .price-border .border-color {
		height: 42px;
	}
	#product-detail .price_box .price-border .full-color {
		width: 70px;
	}
	.price_box .current-price .product_price_decimals {
		font-size: 14px;
	}
	.price_box .current-price .product_price_currency {
		font-size: 8px;
		margin-left: -18px;
	}
	.price_box .old-price {
		font-size: 10px;
	}
	.price_box .price-border .border-color,
	.price_box .old-price {
		line-height: 1.2em;
	}
	.price_box .price_installment {
		font-size: 14px;
		display: block;
		vertical-align: bottom;
		margin-top: 4px;
		line-height: 16px;
	}
	.price_box .price_installment strong .installments_x {
		font-size: inherit;
	}
	.product-box-list .product-header {
		height: 86px;
		padding-top: 0;
	}
	.product-box-list.thumbnail .product-header a.product-box-headlines {
		height: auto;
		max-height:70px;
		overflow: hidden;
		display: block;
	}
	.product-box-list .product-info {
		height: 70px;
		margin-top: -18px;
	}
	.product-box-list .product_rating_number {
		font-size: 11px;
		margin-left: 2px;
	}
	.product-box-list .product_rating_stars {
		height: 12px;
		font-size: 12px;
	}
	.product-box-list .product_rating_stars > div:before {
		margin: 0;
	}
	.search_result {
		width: 100%;
		top:40px;
	}
	.search_result #result_wrapper .search_result_element h4 {
		font-size: 15px;
	}
	.search_result #result_wrapper .search_result_element .text p {
		font-size: 13px;
	}
	.search_result #result_wrapper .search_result_element .rating {
		font-size: 13px;
	}
	.search_result_element .text > a {
		display: block;
		height: 63px;
		overflow: hidden;
	}
	.search-results-page .cms-page .cms-page-banner h1 {
		font-size: 30px;
	}
	.search-results-page .cms-page .cms-page-banner h2 {
		text-align: left;
	}
	#product-put-into-basket-panel{
		width: 347px;
		padding-top: 0;
	}
	#product-put-into-basket-panel .close-put-into-basket-panel {
		padding: 20px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	#product-put-into-basket-panel .in-cart .item-in-cart {
		border: 0;
		margin: 0 20px;
	}
	#product-put-into-basket-panel .in-cart .item-in-cart img {
		border: 0;
		width: 112px;
	}
	#product-put-into-basket-panel .in-cart .item-in-cart [class*="col-"]:nth-child(2) {
		padding-left: 0;
	}
	#product-put-into-basket-panel .in-cart .in-cart-headline h1 {
		padding: 0px 20px 15px;
		border-bottom: 1px solid #dadada;
		font-size: 17px;
	}
	#product-put-into-basket-panel .in-cart .item-in-cart h2 {
		font-size: 15px;
	}
	#product-put-into-basket-panel .in-cart .item-in-cart .image-container {
		overflow: hidden;
	}
	#product-put-into-basket-panel .in-cart .product-info-container > div {
		line-height: 14px;
	}
	#product-put-into-basket-panel .in-cart .product-info-container > div > span {
		font-size: 13px;
		display: block;
	}
	#product-put-into-basket-panel .in-cart .product-info-container > div > span.title {
		font-weight:normal;
		color: #008bd2;
		display: block;
		float: left;
		width: 65px;
		padding-right: 5px;
	}
	#product-put-into-basket-panel .in-cart .product-info-container > div > span .product_price_number,
	#product-put-into-basket-panel .in-cart .product-info-container > div > span .product_price_decimals,
	#product-put-into-basket-panel .in-cart .product-info-container > div > span .product_price_decimal_spacer  {
		line-height: 14px;
	}
	#product-put-into-basket-panel .in-cart .item-in-cart [class*="col-"] {
		height: auto;
	}
	.put-into-basket-links {
		width: 100%;
		padding: 0 20px;
		margin: 0;
	}
	.put-into-basket-links a {
		width: 100%;
		text-align: center;
		font-size: 19px;
	}
	.artikel-bestellen .in-den-korb-bestellmenge {
		display: block;
	}
	#wko .wko-present .present-product-text	{
		height: auto;
	}
	#wko.wko-category .wko-present-bow svg,
	#wko.wko-crosssell .wko-present-bow svg {
		margin-left: 0;
	}
	#wko .wko-present,
	#product-put-into-basket-panel .wko-present-wrapper .wko-present {
		margin: 0;
		padding: 0;
	}
	#wko.wko-shipping .wko-present,
	#wko.wko-shipping_wk .wko-present	{
		padding: 0px 10px;
	}
	#wko .wko-present .present-info	{
		float: none;
		width: 100%;
		height: auto;
		text-align: center;
		padding-top: 7px;
		margin: 5px 0;
	}
	#wko .wko-present .present-product-picture {
		width: 131px;
		height: auto;
		padding: 0 27px 0 7px;
	}
	#wko .wko-present .present-product-picture img {
		vertical-align: bottom;
	}
	#wko .wko-present .present-product-info {
		padding: 0;
		height: auto;
		width: 50%;
		margin: 0;
		padding-top: 15px;
	}
	#wko .wko-present .present-content {
		padding-bottom: 5px;
	}
	#wko.wko-empty .wko-present .present-content {
		padding-bottom: 0;
	}
	#wko .wko-present h3 {
		font-size: 19px;
	}
	#wko .wko-present p {
		font-size: 13px;
	}
	#wko .wko-present h3 {
		font-size: 19px;
		text-transform: uppercase;
	}
	#wko .wko-present p {
		font-size: 13px;
		line-height: 14px;
	}
	#wko .wko-present .present-product-info h3 {
		font-size: 16px;
	}
	#wko .wko-present .present-product-free svg {
		width: 82px;
	}
	#wko .wko-crosssell-item {
		margin: 0px 20px;
		padding: 15px 10px;
	}
	#wko .wko-crosssell-item .product-info {
		z-index: 1;
		padding: 0px;
	}
	#wko .wko-crosssell-item .product-info .product-title {
		font-size: 15px;
	}
	#wko .wko-crosssell-item .product-info .details {
		font-size: 13px;
		display: block;
		margin: 20px 0px 0px;
	}
	#wko .wko-crosssell-item .product-info .details-hide {
		display: none;
	}
	#wko .wko-crosssell-item .product-info .details-active {
		margin-bottom: 40px;
	}
	#wko .wko-crosssell-item .add_to_cart_box	{
		padding: 0px;
	}
	#wko .wko-crosssell-item .add_to_cart_box .price_box {
		margin-top: -64px;
	}
	#wko .artikel-bestellen .in-den-korb-bestellmenge	{
		float: left;
	}
	#wko .artikel-bestellen button.button-orange-inverse {
		float: right;
	}
	.cart-checkout-table .cart-footer .cart-totals .free-shipping-hint-wk .cart-shipping svg {
		right: -50px;
	}
	#product-tabs .tab-content {
		height: auto;
	}
	.carousel .carousel-item {
		border: none;
	}
	#other-products .carousel .carousel-item {
		margin-bottom: 15px;
	}
	#other-products .carousel .carousel-item:nth-child(n+3) {
		display: none;
	}
	.carousel .bg-primary h3 {
		text-align: left;
	}
	.carousel-row .carousel-item .carousel-text {
		min-height: 0;
		margin-bottom: 0;
		font-size: 14px;
	}
	.carousel-row .carousel-item .carousel-image img {
		margin-bottom: 10px;
	}
	.carousel-row .carousel-item .carousel-text h4 {
		font-size: 14px;
		margin-bottom: 0;
	}
	.cart-checkout-table.margin20px	{
		margin: 20px 0px;
	}
	.cart-checkout-table .cart-footer .cart-totals > .row > [class*="col-"]	{
		padding: 10px 5px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-shipping,
	.cart-checkout-table .cart-footer .cart-totals .cart-sum,
	.cart-checkout-table .cart-footer .cart-totals .cart-packaging,
	.cart-checkout-table .cart-footer .cart-totals .cart-handling,
	.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees,
	.cart-checkout-table .cart-content .cart-totals .cart-coupon-applied	{
		padding-right: 0px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-shipping > div,
	.cart-checkout-table .cart-footer .cart-totals .cart-packaging > div,
	.cart-checkout-table .cart-footer .cart-totals .cart-handling > div,
	.cart-checkout-table .cart-footer .cart-totals .cart-payment-fees > div	{
		padding-bottom: 5px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-text a.wk_produktbezeichnung2	{
		font-size: 15px;
		line-height: 18px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-text small	{
		line-height: 18px;
	}
	.cart-checkout-table .cart-content .cart-item .cart-product-price,
	.cart-checkout-table .cart-content .cart-item .cart-product-total {
		font-size:13px;
		line-height: 15px;
		text-align: left;
	}
	.cart-checkout-table .cart-footer .voucher_form .gutschein_form	{
		padding: 10px 0px 0px;
		line-height: 1.4em;
	}
	.cart-checkout-table .cart-footer .voucher_form .gutschein_form .voucher-input-field-wrapper	{
		margin-top: 5px;
	}
	.cart-checkout-table .cart-footer .voucher_form .gutschein_form .button-primary {
		margin-bottom: 0;
	}
	.cart-checkout-table .cart-footer .voucher_form .error	{
		margin-bottom: 10px;
	}
	.cart-checkout-table .cart-footer .voucher_successful_wrapper	{
		margin: 30px 20px 20px;
	}
	.cart-checkout-table .cart-footer .cart-info {
		min-height: auto;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-shipping	{
		border-top: 3px solid #fff;
		border-radius: 0;
		height: 52px;
		line-height: 1.2em;
	}
	.cart-checkout-table .cart-footer .cart-totals div.margin-left-15	{
		margin-left: 10px;
	}
	.cart-checkout-table .cart-footer .cart-totals div.margin-right-15 {
		margin-right: 10px;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-sum {
		height: auto;
		line-height: 1.2em;
	}
	.cart-checkout-table .cart-footer .cart-totals .cart-savings {
		margin-top: 0px;
		padding-right: 0px;
		line-height: 1.2em;
	}
	.cart-checkout-table .cart-footer .cart-submit [class*="col-"]	{
		min-height: initial;
		margin-top: 0;
	}
	.cart-checkout-table .cart-footer .cart-submit [class*="col-"].text-right	{
		min-height: 50px;
		margin-top: 20px;
	}
	.cart-checkout-table .cart-footer .cart-submit .basket-button	{
		height: 50px;
		line-height: 50px;
		width: 200px;
		padding-right: 15px;
	}
	.cart-checkout-table .cart-footer .cart-submit .basket-button .fa	{
		line-height: 48px;
		margin-right: 0px;
	}
	.panel-group .panel + .panel {
		margin-top: 3px;
	}
	#product-detail .artikel-videos .artikel-video-link{
		background: transparent;
		border: none;
		color: #adadad;
		padding: 0;
	}
	#product-detail .artikel-videos{
		border: none;
		z-index: 10;
		position: relative;
		font-size: 13px;
	}
	.play-video svg {
		width: 24px;
		height: 24px;
	}
	.play-video svg .svg-play{
		fill: #a8a8a8;
	}
	.video-overlay .row [class*="col-"] {
		display: block;
	}
	.video-overlay #product_video_data a {
		font-size: 17px;
	}
	.video-overlay .container .box {
		margin: 10px 0 0 0;
	}
	#product-tabs{
		margin: 0 -15px;
	}
	#product-tabs .container {
		padding: 0;
	}
	#product-tabs .panel-default>.panel-heading{
		background: #dff2fd;
		padding: 0;
	}
	#product-tabs .panel.panel-default .panel-heading a{
		height:45px;
		width:100%;
		padding: 0 10px;
		display: block;
		line-height: 45px;
		font-size: 17px;
		font-weight:normal;
		position: relative;
	}
	#product-tabs .panel-default > .panel-heading a::after,
	#footer-tabs .panel-default > .panel-heading a::after {
		content: '';
		width: 24px;
		height: 12px;
		position: absolute;
		top: 18px;
		right: 14px;
		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDQzMzYzKSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI0cHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDI0IDEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDhCRDIiIHgxPSIxMS41ODkiIHkxPSIwLjMyNSIgeDI9IjIzLjUzNiIgeTI9IjExLjUxOSIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDA4QkQyIiB4MT0iMTIuMTI3IiB5MT0iMC40NjIiIHgyPSIwLjQ2NCIgeTI9IjExLjU2MyIvPg0KPC9zdmc+") no-repeat;
		transform: rotate(0deg);
	}
	.cms-page.wishlist {
		margin-top: 0;
	}
	.wishlist button.button-orange {
		font-size: 12px;
		width: 100%;
		font-weight: normal;
	}
	#footer-tabs .panel-default > .panel-heading a::after{
		top: 24px;
		right: 0px;
	}
	#product-tabs .panel .description.is-truncated .bg_verkaufstext_product_detail {
		position: relative;
	}
	#product-tabs .panel .description.is-truncated .bg_verkaufstext_product_detail:after {
		background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
		z-index: 3;
		width: 100%;
		height: 100px;
		position: absolute;
		left: 0;
		bottom: 23px;
		content: '';
	}
	.panel-body {
		font-size: 15px;
	}
	#product-tabs .panel-default > .panel-heading a.collapsed::after,
	#footer-tabs .panel-default > .panel-heading a.collapsed::after{
		transform: rotate(180deg);
	}
	#product-tabs .panel .usp {
		padding: 0 20px 20px 20px;
	}
	#product-tabs .panel-body{
		padding: 15px 0 0 0;
	}
	#product-description [class*="col-"]{
		height: auto;
	}
	#product-description .scope_of_delivery_pane.box{
		margin-bottom: 0;
	}
	#product-tabs .panel-body .row > [class*="col-"]{
		margin: 0 30px;
		padding: 0;
		overflow-x: hidden;
	}
	#product-tabs .panel-body .rating-average .row > [class*="col-"] {
		margin: 0;
		padding: 0 10px;
	}
	#product-tabs .panel-body h2 {
		display: none;
	}
	.product-review {
		margin-bottom: 20px;
	}
	#product-tabs .panel-heading [class*="product_rating"]{
		display: none;
	}
	.product-gallery .carousel-indicators {
		background-color: #dff2fd;
		width: 100%;
		left: 0;
		bottom: -23px;
		margin: 0;
	}
	.product-gallery .carousel-indicators li {
		border: 1px solid #008bd2;
	}
	#mobileCarousel {
		margin-bottom: 33px;
	}
	.carousel-indicators .active {
		background: #008bd2;
	}
	#product-detail .product-gallery-wrap{
		padding: 0 10px;
	}
	[class*='banner-'] .benefits{
		font-size: 12px;
		font-weight: 400;
		padding: 0;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}
	.visible-xs-flex {
		display: flex !important;
		display: -webkit-flex !important;
	}
	.banner-bar {
		display: inherit;
	}
	[class*='banner-'] .benefits .icon{
		height: 30px;
		width: 30px;
		flex: 0 0 30px;
		-webkit-flex: 0 0 30px;
		font-weight: 500;
	}
	[class*='banner-'] .benefits .icon svg{
		width: 20px;
		height: 24px;
	}
	[class*='banner-'] .benefits .icon{
		font-size: 15px;
	}
	[class*='banner-'] .icon{
		margin-right: 4px;
	}
	.standard-form *[id*="adr"] .row *[class*=col-] .row {
		margin: 0 -10px;
	}
	.standard-form .submit .required, .standard-form a[href*="/?forgot_pwd=1"] {
		margin-top: 0;
	}
	#checkout-step-payment .quarter-width input,
	#checkout-step-payment .quarter-width .bootstrap-select,
	#checkout-step-summary .quarter-width input,
	#checkout-step-summary .quarter-width .bootstrap-select{
		margin-right: 4px;
	}
	#checkout-step-payment .charges,
	#checkout-step-summary .charges{
		display: block;
		margin-left: 55px;
		margin-top: 5px;
	}
	#checkout-step-payment .radio-button {
		margin: 0 15px 0 0;
	}
	#checkout-step-payment .accordeon-content {
		padding-left: 55px;
	}
	#checkout-step-payment .half-width-xs input,
	#checkout-step-payment .half-width-xs .bootstrap-select,
	#checkout-step-summary .half-width-xs input,
	#checkout-step-summary .half-width-xs .bootstrap-select{
		width: 49%;
	}
	#checkout-step-summary > #kontrolle_optionen > .row > *{
		padding: 0 20px;
	}
	.content-main.content-kontrolle #checkout-step-summary .cart-footer .cart-totals .cart-summary	{
		padding-top: 5px;
	}
	.user-nav .dropdown.country .dropdown-menu {
		width: 180px;
	}
	#checkout-success > .row > div > .background-dotted-border{
		margin: 20px -10px 0 -10px;
	}
	.checkout_steps .elem:not(.active) .checkout-nav-title{
		display: none;
	}
	.checkout_steps .elem.active .checkout-nav-title{
		position: relative;
		z-index: 100;
	}
	.checkout_steps .arrow-right,
	.checkout_steps .arrow-left{
		display: none;
	}
	.checkout_steps .three-steps div:first-child.active:before,
	.checkout_steps .four-steps div:first-child.active:before{
		display: none;
	}
	.checkout_steps .three-steps div,
	.checkout_steps .four-steps div{
		height: 50px;
		line-height: 50px;
	}
	.checkout_steps .three-steps div:not(.active){
		width: 72px;
	}
	.checkout_steps .four-steps div:not(.active){
		width: 48px;
	}
	.checkout_steps .three-steps div:not(.active),
	.checkout_steps .four-steps div:not(.active){
		text-align: center;
	}
	.checkout_steps .elem.active{
		width: 226px;
		position: relative;
	}
	.checkout_steps .four-steps .active [class*="step-"],
	.checkout_steps .three-steps [class*="step-"]{
		margin-left: 10px;
		height: 37px;
		width: 37px;
		font-size: 27px;
		line-height: 37px;
	}
	.checkout_steps .four-steps [class*="step-"],
	.checkout_steps .three-steps [class*="step-"]{
		margin: 0;
		height: 31px;
		float: none;
		width: 31px;
		line-height: 31px;
		display: inline-block;
		font-size: 25px;
	}
	.checkout_steps .active .arrow-right{
		position: absolute;
		top: 0;
		right: 0;
		background-size: 35px 50px;
		display: block;
		height: 50px;
		width: 35px;
	}
	#main-template footer .newsletter .present-headline,
	#main-template footer .newsletter .present-headline strong{
		font-size: 22px;
		line-height: 25px;
		text-transform: none;
	}
	#main-template footer .newsletter .present-headline svg {
		right: 10px;
	}
	#main-template footer .newsletter.bg-bubble-2 {
		background-position: -970px 0;
	}
	#main-template footer .newsletter{
		padding: 0;
		padding-top: 10px;
		height: 65px;
		width: 100%;
	}
	#footer-nav {
		padding: 0;
	}
	.banner-bar {
		padding: 10px;
	}
	.standard-form.div_nl_an button[type="submit"] {
		float: none;
		margin: 10px 0;
		text-align: center;
		width: 100%;
	}
	.standard-form .g-recaptcha	{
		margin-top: 12px;
	}
	.standard-form .button-primary,
	.register .standard-form .button-primary,
	.contact .standard-form .button-primary	{
		margin-top: 32px;
	}
	.standard-form .confirmation-buttons .button-primary,
	.register .standard-form .confirmation-buttons .button-primary,
	.contact .standard-form .confirmation-buttons .button-primary	{
		margin-top: 0;
	}
}
@media (max-width: 767px) and (min-width: 481px)	{	/*sm to xs*/

}
@media (max-width: 480px)	{	/*xs and below*//*Most styles from here can probably be moved to sm and below, since we're using our smallest container from there.*/
	.hide-on-xs	{
		display: none;
	}
	.show-on-xs	{
		display: block;
	}
	#product-detail .product-gallery .additional-images	{
		width: 100%;
		float: none;
		height: 85px;
	}
	#product-detail .product-gallery .additional-images-holder,
	#product-detail .product-gallery .additional-images-holder .item	{
		height: 85px;
	}
	#product-detail .product-gallery .additional-images img	{
		margin-top: 18px;
	}
	#product-detail .product-gallery .additional-images .scroll-arrow	{
		line-height: 85px;
	}
	/*#product-detail .artikel-videos,*/
	/*#product-detail .artikel-videos .artikel-video-link	{*/
	/*width: 100px;*/
	/*height: 100px;*/
	/*background-size: 100px 100px;*/
	/*float: none;*/
	/*clear: both;*/
	/*margin: 15px auto 0px;*/
	/*}*/
	.nav-tabs > li	{
		float: none;
		border-bottom: 1px solid #008bd2;
	}
	.nav-tabs > li > a	{
		margin-right: 0px;
	}
	.carousel .carousel-item	{
		width: 50%;
	}
	.carousel .carousel-item:nth-child(2n+2)	{
		border: none;
	}
	#forgot-password input[type="text"],
	#forgot-password input[type="password"]	{
		min-width: 0px;
		width: 100%;
	}
	#footer-nav [class*="col-"]	{
		margin-bottom: 16px;
		position: relative;
	}
	.cart-checkout-table .page-heading	{
		text-align: center;
	}
	.cart-checkout-table .cart-footer .cart-savings > div	{
		float: none;
		display: inline-block;
	}
	.cart-checkout-table .cart-coupon .button-primary	{
		display: block;
		margin-top: 8px;
	}
	[id*='checkout-step'] .address-table .row > [class*='col-']:first-child	{
		text-align: left;
	}
}
@media (max-width: 359px)	{	/* very small devices like iPhone 5 */
	html, body, .container {
		width: 320px;
		min-width: 320px;
	}
	#top-bar {
		font-size: 13px;
	}
	#middle-bar .user-nav {
		width: 213px;
	}
	#middle-bar .logo > a > img {
		margin-top: -60px;
		margin-left: 37px;
	}
	#middle-bar .user-nav > div {
		padding: 0 3px;
		min-width: 38px;
	}
	#middle-bar .user-nav > div.mobile-phone {
		padding-right: 5px;
	}
	#product-put-into-basket-panel {
		width: 310px;
	}
	#wko .artikel-bestellen button.button-orange-inverse {
		padding: 0 20px;
	}
	.cart-checkout-table .cart-footer small {
		font-size: 12px;
	}
	.checkout_steps .elem.active {
		width: 181px;
	}
	.panel.panel-default .panel-heading h2 {
		font-size: 16px;
	}
	.standard-form .radio-button, #checkout-step-summary .address-table .radio-button {
		margin-right: 40px;
	}
	.cart-product-add-from-ml button {
		font-size: 13px;
	}
	#wishlist.cart-checkout-table .cart-content .cart-item .cart-product-remove {
		left: -100px;
	}
	#product-detail .artikel-bestellen .left > div {
		width: 47px;
	}
	#product-detail .artikel-ml > a span {
		font-size: 11px;
	}
	#product-detail .artikel-ml > a.on_wishlist span {
		font-size: 7px;
	}
}
/*--- Responsive END ---*/

/*----- Stylesheet contents END -----*/


/* Google Ads tracking pixel */
body > iframe {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (max-width: 767px) {
	#cms-ansprechpartner > .row > div[class*="col-"] {
		height: auto;
	}
}

.category-banner {
	padding-top: 35px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
	.category-banner {
		padding-top: 15px;
	}
}
.search_result_element a.button-primary {
	font-size: 18px;
}
@media screen and (min-width: 1231px) {
	.suchForm_input input:focus,
	.search_result {
		width: 685px;
	}
}
@media screen and (max-width: 1230px) and (min-width: 992px) {
	.suchForm_input input:focus,
	.search_result {
		width: 560px;
	}
	.search_result_element a.button-primary {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.versandkostenfrei-banner svg {
		width: 100px;
	}
	.versandkostenfrei-banner .text {
		font-size: 30px;
		line-height: 26px;
		padding: 5px 0 0 5px;
	}
	.versandkostenfrei-banner .text .small {
		letter-spacing: -0.6px;
	}
}

.vat-info {
	text-align: right;
	color:#acacac;
	font-family: Roboto;
	font-style: italic;
}

.privacy-protection-regulation-wrapper label {
	color: black!important;
}

.privacy-protection-regulation-wrapper label span{
	color: #0e8aca;
	position: absolute;
	margin-left: -19px;
	margin-top: -14px;
}

.terms_and_conditions label span{
	color: #0e8aca;
	position: absolute;
	margin-left: -19px;
	margin-top: -14px;
}

#terms_and_conditions, #checkout-step-login #terms_and_conditions {
	color: black !important;
}

#checkout-step-success .privacy-protection-regulation-wrapper label span{
	margin-left: -11px;
}

@media (max-width: 767px) {
	.privacy-protection-regulation-wrapper label span {
		margin-left: -9px;
		margin-top: -12px;
	}
	.terms_and_conditions label span {
		margin-left: -9px;
		margin-top: -12px;
	}
}

#popup_datenschutz h3, #popup_imprint h3 {
	color: #008bd2;
	padding: 20px 0;
}

#popup_datenschutz .container, #popup_imprint .container {
	width: 90%;
}


.italic {
	font-style: italic;
}

#hilfe_container a, .terms-conditions a, #popup_imprint a {
	color: #008bd2;
	text-decoration: underline;
}

.terms-conditions p {
	margin-top: 20px;
}

.terms-conditions h3 {
	margin-top: 20px;
	color: #008bd2;
}

#erfinder img {
	width: 102px;
	height: auto;
}

@media (max-width: 767px) {
	#erfinder img {
		width: 122px;
	}
	.certificates .row >div{
		max-height: 65px;
	}
}

#erfinder {
	display: block;
	text-align: right;
	background: #fff;
	position: relative;
}

@media screen and (max-device-width:480px){
	#great_place {
		margin-top: 28px;
	}
}

@media (min-width: 768px) {
	#erfinder:before,
	#erfinder:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		background: #fff;
	}
	#erfinder:before{
		top: -20px;
		height: 20px;
	}
	#erfinder:after{
		bottom: -20px;
		height: 25px;
	}
}

@media (device-width: 768px) {
	.certificates .row{
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media (device-width: 1024px) {
	.certificates .row > div {
		margin-left: 30px;
	}
}

@media (min-width: 992px) {
	#erfinder {
		text-align:center;
	}
}

@media (min-device-width: 1024px) {
	.buy_with_trust{
		margin-left: -30px;
	}
	.certificates .footer-facebook-link {
		margin-left: 10%;
		position: absolute;
	}
}

#popup_alternative_channel h2,
#popup_alternative_channel .popup-box { padding-bottom: 0; }
#popup_alternative_channel .popup-footer {
	display: none;
}
.alternative-channel {
	position: relative;
}
.alternative-channel .alternative-channel-list {
	list-style: none;
	margin: 0;
}

.alternative-channel .alternative-channel-item { padding-bottom: 30px; }
.alternative-channel .alternative-channel-item:not(:last-child) {
	margin-bottom: 30px;
	border-bottom: 1px dashed #008bd8;
}
.alternative-channel .alternative-channel-item a {
	text-decoration: underline;
	color: #008bd8;
}

.alternative-channel h3 {
	position: relative;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #008bd8;
	z-index: 0;
}
.alternative-channel .btn-wrapper {
	margin-top: 20px;
}
.alternative-channel .btn {
	font-size: 14px;
	text-transform: uppercase;
	color: #008bd8;
	font-weight: 600;
}

.alternative-channel .logos-wrapper {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-around;
	bottom: 0;
	right: 0;
	height: 100px;
	margin-bottom: 16px;
}
.alternative-channel .logos-wrapper .logo-telsell { height: 80%; }
.alternative-channel .logos-wrapper .logo-mediashop { height: 100%; }

.alternative-channel .alternative-channel-item a {
	text-decoration: none;
}

.alternative-channel .alternative-channel-item p > a {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.alternative-channel .alternative-channel-item:last-child { padding-bottom: 0; }
	.alternative-channel .logos-wrapper {
		position: relative;
		bottom: 0;
		right: 0;
		margin: 30px 0;
		height: 75px;
	}
}

.fee-product-class {
	cursor: initial;
	pointer-events: none;
}

a.button-order-info {
	text-transform: none;
	line-height: 30px;
	font-size: 14px;
	padding: 0 6px;
	background: #008bd2;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	border-radius: 3px;
	font-weight: 400;
}

@media (max-width: 767px) {
	a.button-order-info {
		max-width: 150px;
		display: block;
		margin-bottom: 6px;
		float: none !important;
	}
}


/** Klaro js popup styling */

#klaro .klaro .cookie-notice, #klaro .klaro .cookie-modal {
	position: absolute;
	width: 100%;
	height: 100%;
	background: none;
	display: table;
	-webkit-font-smoothing: antialiased;
	z-index: 1050;
	bottom: 0;
	left: 0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #262626;
	font-size: 14px;
	box-shadow: none;
	border-radius: 0;
	right: 0;
	max-width: 100%;
}

#klaro .klaro .cookie-notice2, #klaro .klaro .cookie-modal2 {
	position: absolute;
	background: none;
	display: table;
	-webkit-font-smoothing: antialiased;
	z-index: 1295;
	bottom: 0;
	left: 0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #262626;
	font-size: 14px;
	box-shadow: none;
	border-radius: 0;
	right: 0;
	max-width: 100%;
}

#klaro .klaro .cookie-notice3, #klaro .klaro .cookie-modal3 {
	position: absolute;
	background: none;
	display: table;
	-webkit-font-smoothing: antialiased;
	z-index: 1295;
	bottom: 0;
	left: 0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	color: #262626;
	font-size: 14px;
	box-shadow: none;
	border-radius: 0;
	right: 0;
	max-width: 100%;
}

#klaro .klaro .cookie-notice::before, #klaro .klaro .cookie-modal::before {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 62, 0.7);
	display: block;
	content: " ";
}

#klaro .klaro .cookie-notice::before, #klaro .klaro .cookie-modal2::before {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 62, 0.7);
	display: block;
	content: " ";
}

#klaro .klaro .cookie-notice::before, #klaro .klaro .cookie-modal3::before {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(60, 60, 62, 0.7);
	display: block;
	content: " ";
}

#klaro .klaro .cookie-notice .cn-popup {
	width: 1150px;
	padding: 30px;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	border: 7px solid #008bd2;
	bottom: 110px;
	margin-left: auto;
	margin-right: auto;
    left: 0;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: content-box;
}

#klaro .klaro .cookie-notice2 .cn-popup {
	width: 1200px;
	padding: 30px;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	border: 7px solid #008bd2;
	bottom: 0;
	margin-left: calc((100% - 1200px) / 2);
	border-bottom: 0;
}

#klaro .klaro .cookie-notice3 .cn-popup {
	width: 1200px;
	padding: 30px;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	border: 7px solid #008bd2;
	bottom: 0;
	margin-left: calc((100% - 1200px) / 2);
	border-bottom: 0;
}

#klaro .klaro .cookie-modal .cm-popup  {
	width: 45%;
	padding: 20px;
	background-color: #fff;
	opacity: 1;
	position: relative;
	border: 7px solid #008bd2;
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
}

#klaro .klaro .cookie-modal2 .cm-popup  {
	width: 45%;
	padding: 20px;
	background-color: #fff;
	opacity: 1;
	position: fixed;
	border: 7px solid #008bd2;
	margin-top: 20px;
	margin-left: calc((100% - 45%) / 2);
}

#klaro .klaro .cookie-modal3 .cm-popup  {
	width: 45%;
	padding: 20px;
	background-color: #fff;
	opacity: 1;
	position: relative;
	border: 7px solid #008bd2;
	margin-top: 20px;
	margin-left: calc((100% - 45%) / 2);
}

#klaro .accordion, #klaro .accordion__button, #klaro .accordion, #klaro .accordion__button,
#klaro .accordion__item{
	background-color: #fff;
	border: none;
	padding: 5px;
}

#klaro .accordion {
	border-top: 1px solid #555;
	padding-top: 15px;
	border-radius: 0;
}

#klaro .accordion-button {
	position: relative;
	right: 0;
	float: right;
}

#klaro .accordion-icon {
	height: 13px;
	width: 13px;
	border-bottom: 3px solid #0885ba;
	border-right: 3px solid #0885ba;
}

#klaro .accordion__panel {
	padding: 0;
}

#klaro .app-item .cm-app-accordion-title, #klaro .cm-app-label {
	width: auto;
	cursor: pointer;
	user-select: none;
}

#klaro .klaro .cookie-modal a, #klaro .cookie-notice a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal2 a, #klaro .cookie-notice a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal3 a, #klaro .cookie-notice a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal a, #klaro .cookie-notice2 a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal a, #klaro .cookie-notice3 a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal2 a, #klaro .cookie-notice2 a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal3 a, #klaro .cookie-notice3 a {
	color: #3c3c3e;
	text-decoration: underline;
}

#klaro .klaro .cookie-modal a:hover, #klaro .cookie-notice a:hover{
	color: #008bd2;
}

#klaro .klaro .cookie-modal2 a:hover, #klaro .cookie-notice a:hover{
	color: #008bd2;
}

#klaro .klaro .cookie-modal3 a:hover, #klaro .cookie-notice a:hover{
	color: #008bd2;
}

#klaro .klaro .cookie-modal a:hover, #klaro .cookie-notice2 a:hover{
	color: #008bd2;
}

#klaro .klaro .cookie-modal2 a:hover, #klaro .cookie-notice2 a:hover{
	color: #008bd2;
}

#klaro .klaro .cookie-modal3 a:hover, #klaro .cookie-notice3 a:hover{
	color: #008bd2;
}

#klaro .klaro .cookie-notice .cn-popup .cn-body, #klaro .klaro .cookie-modal .cm-popup .cm-modal {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	color: #000;
	transform: none;
}

#klaro .klaro .cookie-notice .cn-popup .cn-body, #klaro .klaro .cookie-modal2 .cm-popup .cm-modal,
#klaro .klaro .cookie-modal3 .cm-popup .cm-modal{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	color: #000;
	transform: none;
}

#klaro .klaro .cookie-notice2 .cn-popup .cn-body, #klaro .klaro .cookie-modal .cm-popup .cm-modal {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	color: #000;
	transform: none;
}

#klaro .klaro .cookie-notice3 .cn-popup .cn-body, #klaro .klaro .cookie-modal .cm-popup .cm-modal {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	color: #000;
	transform: none;
}

#klaro .klaro .cookie-notice2 .cn-popup .cn-body, #klaro .klaro .cookie-modal2 .cm-popup .cm-modal {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	color: #000;
	transform: none;
}

#klaro .klaro .cookie-notice3 .cn-popup .cn-body, #klaro .klaro .cookie-modal3 .cm-popup .cm-modal {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin-left: 5px;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	max-width: 100%;
	color: #000;
	transform: none;
}

#klaro .cm-footer {
	padding-right: 0;
	padding-bottom: 0;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
	margin-left: 5px;
	text-align-last: right;
}

#klaro .klaro .cn-ok button{
	float: right;
	margin-top: 10px;
}

#klaro .klaro .cn-ok a{
    vertical-align: bottom;
    margin-top: 25px;
}

#klaro .klaro .cookie-modal h1, #klaro .klaro .cookie-modal h2, #klaro .klaro .cookie-modal li, #klaro .klaro .cookie-modal p, #klaro .klaro .cookie-modal strong, #klaro .klaro .cookie-modal ul, #klaro .klaro .cookie-notice h1, #klaro .klaro .cookie-notice h2, #klaro .klaro .cookie-notice li, #klaro .klaro .cookie-notice p, #klaro .klaro .cookie-notice strong, #klaro .klaro .cookie-notice ul {
	color: #3c3c3e;
	font-size: 16px;
	cursor: default;
	margin-top: 0;
}

#klaro .klaro .cookie-modal2 h1, #klaro .klaro .cookie-modal2 h2, #klaro .klaro .cookie-modal2 li, #klaro .klaro .cookie-modal2 p, #klaro .klaro .cookie-modal2 strong, #klaro .klaro .cookie-modal2 ul {
	color: #3c3c3e;
	font-size: 16px;
	cursor: default;
	margin-top: 0;
}

#klaro .klaro .cookie-modal3 h1, #klaro .klaro .cookie-modal3 h2, #klaro .klaro .cookie-modal3 li, #klaro .klaro .cookie-modal3 p, #klaro .klaro .cookie-modal3 strong, #klaro .klaro .cookie-modal3 ul {
	color: #3c3c3e;
	font-size: 16px;
	cursor: default;
	margin-top: 0;
}

#klaro .klaro .cookie-modal h1, #klaro .klaro .cookie-modal h2, #klaro .klaro .cookie-modal li, #klaro .klaro .cookie-modal p, #klaro .klaro .cookie-modal strong, #klaro .klaro .cookie-modal ul, #klaro .klaro .cookie-notice2 h1, #klaro .klaro .cookie-notice2 h2, #klaro .klaro .cookie-notice2 li, #klaro .klaro .cookie-notice2 p, #klaro .klaro .cookie-notice2 strong, #klaro .klaro .cookie-notice2 ul, #klaro .klaro .cookie-notice3 h1, #klaro .klaro .cookie-notice3 h2, #klaro .klaro .cookie-notice3 li, #klaro .klaro .cookie-notice3 p, #klaro .klaro .cookie-notice3 strong, #klaro .klaro .cookie-notice3 ul {
	color: #3c3c3e;
	font-size: 16px;
	cursor: default;
	margin-top: 0;
}


#klaro .klaro .cookie-modal2 h1, #klaro .klaro .cookie-modal2 h2, #klaro .klaro .cookie-modal2 li, #klaro .klaro .cookie-modal2 p, #klaro .klaro .cookie-modal2 strong, #klaro .klaro .cookie-modal2 ul {
	color: #3c3c3e;
	font-size: 16px;
	cursor: default;
	margin-top: 0;
}

#klaro .klaro .cookie-modal3 h1, #klaro .klaro .cookie-modal3 h2, #klaro .klaro .cookie-modal3 li, #klaro .klaro .cookie-modal3 p, #klaro .klaro .cookie-modal3 strong, #klaro .klaro .cookie-modal3 ul {
	color: #3c3c3e;
	font-size: 16px;
	cursor: default;
	margin-top: 0;
}

#klaro .klaro .cookie-modal3 ul {
	color: grey;
}

#klaro .klaro .cookie-modal .cm-app p.cm-app-description,
#klaro .klaro .cookie-modal .cm-app p.purposes,
#klaro .klaro .cookie-modal .cm-modal .cm-body .accordion ul.cm-apps li.cm-app span.cm-app-title {
	color: #3c3c3e;
}

#klaro .klaro .cookie-modal2 .cm-app p.cm-app-description,
#klaro .klaro .cookie-modal2 .cm-app p.purposes,
#klaro .klaro .cookie-modal2 .cm-modal .cm-body .accordion ul.cm-apps li.cm-app span.cm-app-title {
	color: #3c3c3e;
}

#klaro .klaro .cookie-modal3 .cm-app p.cm-app-description,
#klaro .klaro .cookie-modal3 .cm-app p.purposes,
#klaro .klaro .cookie-modal3 .cm-modal .cm-body .accordion ul.cm-apps li.cm-app span.cm-app-title {
	color: #3c3c3e;
}

#klaro .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	width: 50px;
}

#klaro .klaro .cookie-modal2 .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	width: 50px;
}

#klaro .klaro .cookie-modal3 .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	width: 50px;
}

#klaro .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app .switch {
	width: 50px;
}

#klaro .klaro .cookie-modal ul.services {
	padding-top: 10px;
}
#klaro .klaro .cookie-modal2 ul.services {
	padding-top: 10px;
}

#klaro .klaro .cookie-modal3 ul.services-list-1 {
	padding-top: 5px;
	line-height: 16px;
}

#klaro .klaro .cookie-modal ul.services li.services-list{
	display: list-item;
	list-style-type: none;
	margin: 0px 0 0 62px;
	color: #3c3c3e;
}

#klaro .klaro .cookie-modal2 ul.services li.services-list{
	display: list-item;
	list-style-type: none;
	margin: 0px 0 0 62px;
	color: #3c3c3e;
}

#klaro .klaro .cookie-modal3 ul.services li.services-list{
	display: list-item;
	list-style-type: none;
	margin: 0px 0 0 62px;
	color: #3c3c3e;
}

#klaro .klaro .cookie-modal ul.services li.services-list:before{
	content: ">  ";
	color: #999;
}

#klaro .klaro .cookie-modal2 ul.services li.services-list:before{
	content: ">  ";
	color: #999;
}

#klaro .klaro .cookie-modal3 ul.services li.services-list:before{
	content: ">  ";
	color: #999;
}

#klaro #app-item-necessaryCookies {
	cursor: default;
}

#klaro .cookie-modal .cm-popup h1, #klaro .cookie-notice .cn-popup h2 {
	font-size: 20px;
	font-weight: 700;
	color: #008bd2;
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 20px;
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

#klaro .cookie-modal2 .cm-popup h1 {
	font-size: 20px;
	font-weight: 700;
	color: #008bd2;
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 20px;
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

#klaro .cookie-modal3 .cm-popup h1 {
	font-size: 20px;
	font-weight: 700;
	color: #008bd2;
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 20px;
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

#klaro .cookie-notice2 .cn-popup h2 {
	font-size: 20px;
	font-weight: 700;
	color: #008bd2;
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

#klaro .cookie-notice3 .cn-popup h2 {
	font-size: 20px;
	font-weight: 700;
	color: #008bd2;
	margin-top: 0;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
}

#klaro .cookie-notice a {
	margin-top: 0;
	margin-left: 3px;
}


#klaro .cookie-notice2 a {
	margin-top: 0;
	margin-left: 3px;
}

#klaro .cookie-notice3 a {
	margin-top: 0;
	margin-left: 3px;
}

/* klaro buttons */
#klaro .klaro button {
	margin-right: 0;
	background: #ff9000;
	color: #ffffff;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	display: inline-block;
	float: none;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	min-width: 40px;
	padding: 0px 25px;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
	border-radius: 0;
	box-shadow: none;
}

#klaro .klaro button:hover {
	background: #ffb14d;
	color: #ffffff;
}

/* Style for disabled buttons*/
#klaro .klaro .cookie-modal .cm-app-input:checked + .cm-app-label span.switch.disabled .slider {
	background-color: #ccc;
	cursor: default;
}

#klaro .klaro .cookie-modal2 .cm-app-input:checked + .cm-app-label span.switch.disabled .slider {
	background-color: #ccc;
	cursor: default;
}

#klaro .klaro .cookie-modal3 .cm-app-input:checked + .cm-app-label span.switch.disabled .slider {
	background-color: #ccc;
	cursor: default;
}

#klaro .cm-app-label span.switch.disabled, #klaro .cm-app-label span.switch.disabled + .cm-app-accordion-title {
	cursor: default;
}

#klaro .klaro .cookie-modal .cm-app span.switch.disabled .slider.round.active:before {
	background-color: #008bd2;
}

#klaro .klaro .cookie-modal2 .cm-app span.switch.disabled .slider.round.active:before {
	background-color: #008bd2;
}

#klaro .klaro .cookie-modal3 .cm-app span.switch.disabled .slider.round.active:before {
	background-color: #008bd2;
}


#klaro .klaro .cookie-modal .cm-modal {
	top: 0;
}

#klaro .klaro .cookie-modal2 .cm-modal {
	top: 0;
}

#klaro .klaro .cookie-modal3 .cm-modal {
	top: 0;
}

#klaro .klaro .cookie-modal .cm-modal .cm-header {
	padding: 1em;
}

#klaro .klaro .cookie-modal2 .cm-modal .cm-header {
	padding: 1em;
}

#klaro .klaro .cookie-modal3 .cm-modal .cm-header {
	padding: 1em;
}

#klaro .klaro .cookie-modal .cm-modal .cm-body {
	padding: 0.5em;
}

#klaro .klaro .accordion__button:before {
	margin-inline-start: 98%;
}

@media (max-width: 1230px) {
    #klaro .klaro .cookie-notice .cn-popup, #klaro .klaro .cookie-modal .cm-popup {
        width: 80%;
    }
}

@media (max-width: 1024px) {
	#klaro .klaro .cookie-notice .cn-popup, #klaro .klaro .cookie-modal .cm-popup {
		width: 80%;
	}

	#klaro .klaro .cookie-modal2 .cm-popup {
		width: 55%;
		position: fixed;
		overflow: hidden;
		margin-top: 15px;
		margin-left: calc((100% - 55%) / 2);
	}

	#klaro .klaro .cookie-modal3 .cm-popup {
		width: 55%;
		position: relative;
		overflow: scroll;
		margin-top: 15px;
		margin-left: calc((100% - 55%) / 2);
	}

	#klaro .klaro .cookie-modal3 ul.services-list-1 {
		padding-top: 5px;
		line-height: 16px;
	}

}

@media (max-width: 929px) {
	#klaro .klaro .cookie-notice .cn-popup {
		width: 75%;
		overflow: hidden;
	}

	#klaro .klaro .cookie-modal .cm-popup {
		position: relative;
		overflow: hidden;
		width: 75%;
		margin-top: 110px;
	}

	#klaro .klaro .cookie-modal2 .cm-popup {
		position: fixed;
		overflow: hidden;
		width: 75%;
		margin-top: 40px;
		margin-left: calc((100% - 75%) / 2);
	}

	#klaro .klaro .cookie-modal3 .cm-popup {
		position: fixed;
		overflow: hidden;
		width: 75%;
		margin-top: 40px;
		margin-left: calc((100% - 75%) / 2);
	}

	#klaro .klaro .cookie-modal .cm-modal {
		top: 0;
	}

	#klaro .klaro .cookie-modal2 .cm-modal {
		top: 0;
	}

	#klaro .klaro .cookie-modal3 .cm-modal {
		top: 0;
	}

	#klaro .as-js-optin{
		font-family: "Roboto", Helvetica, Arial, sans-serif;
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 15px;
		border: 1px solid #008bd2;
	}
}

@media (max-width: 929px) and (orientation: landscape) {
    #klaro .klaro .cookie-notice .cn-popup {
        bottom: 10px;
		padding: 10px;
    }
    #klaro .klaro .cookie-notice p, #klaro .klaro .cookie-modal p, .klaro .cookie-modal .cm-modal .cm-body span, .klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title, #klaro .klaro .cookie-modal li.services-list {
        font-size: 11px;
    }

	#klaro .cookie-modal .cm-popup h1, #klaro .cookie-notice .cn-popup h2 {
		margin-bottom: 10px;
	}
}

@media (max-width: 601px) and (orientation: landscape) {
    #klaro .klaro .cookie-notice .cn-popup {
        bottom: 10px;
        padding: 20px;
    }
}

@media (max-width: 700px) and (max-height: 300px) and (orientation: landscape) {
    #klaro .klaro .cookie-notice .cn-popup {
        bottom: 5px;
        padding: 10px;
    }
    #klaro .klaro .cookie-notice h1, #klaro  .klaro .cookie-notice h2,
    #klaro .cookie-modal .cm-popup h1, #klaro .cookie-notice .cn-popup h2 {
        font-size: 14px;
    }
}

@media (max-width: 765px) and (min-width: 601px) {

	#klaro .klaro .cookie-notice .cn-popup {
		width: 70%;
	}

	#klaro .klaro .cookie-modal .cm-popup {
		position: relative;
		width: 70%;
		margin-top: 85px;
	}

	#klaro .klaro .cookie-modal2 .cm-popup {
		position: fixed;
		width: 70%;
		margin-top: 15px;
		margin-left: 15%;
	}

	#klaro .klaro .cookie-modal3 .cm-popup {
		position: relative;
		width: 70%;
		margin-top: 15px;
		margin-left: 15%;
	}
}


@media (max-width: 600px) and (min-width: 360px){
	#klaro .klaro .cookie-notice .cn-popup {
		width: 80%;
	}

	#klaro .klaro .cookie-modal .cm-popup {
		position: relative;
		width: 69%;
		margin-top: 85px;
	}

	#klaro .klaro .cookie-modal2 .cm-popup {
		position: fixed;
		width: 85%;
		margin-top: 5px;
		margin-left: calc((100% - 85%) / 2);
	}

	#klaro .klaro .cookie-modal3 .cm-popup {
		position: relative;
		overflow: scroll;
		width: 85%;
		margin-top: 5px;
		margin-left: calc((100% - 85%) / 2);
	}

	#klaro  .klaro .cookie-notice h1, #klaro  .klaro .cookie-notice h2,
	#klaro .cookie-modal .cm-popup h1, #klaro .cookie-notice .cn-popup h2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#klaro  .klaro .cookie-notice2 h1, #klaro  .klaro .cookie-notice2 h2,
	#klaro .cookie-modal2 .cm-popup h1, #klaro .cookie-notice2 .cn-popup h2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#klaro  .klaro .cookie-notice3 h1, #klaro  .klaro .cookie-notice3 h2,
	#klaro .cookie-modal3 .cm-popup h1, #klaro .cookie-notice3 .cn-popup h2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	#klaro .klaro .cookie-notice p, #klaro .klaro .cookie-modal p, .klaro .cookie-modal .cm-modal .cm-body span,
	.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title,
	#klaro .klaro .cookie-modal li.services-list {
		font-size: 12px;
	}

	#klaro .klaro .cookie-notice2 p, #klaro .klaro .cookie-modal2 p, .klaro .cookie-modal2 .cm-modal .cm-body span,
	.klaro .cookie-modal2 .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title,
	#klaro .klaro .cookie-modal2 li.services-list {
		font-size: 12px;
		margin-top: 0;
		line-height: 14px;
		padding: 0.2em;
	}

	#klaro .klaro .cookie-notice3 p, #klaro .klaro .cookie-modal3 p, .klaro .cookie-modal3 .cm-modal .cm-body span,
	.klaro .cookie-modal3 .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title,
	#klaro .klaro .cookie-modal3 li.services-list {
		font-size: 12px;
		margin-top: 0;
		line-height: 14px;
		padding: 0.2em;
	}

	#klaro .accordion-description .cm-app-description {
		width: 85%;
	}

	#klaro .klaro .cookie-modal2 .cm-modal .cm-header {
		padding: 0.1em;
	}

	#klaro .klaro .cookie-modal3 .cm-modal .cm-header {
		padding: 0.1em;
	}

	#klaro .klaro .cookie-modal2 ul {
		font-size: 12px;
	}

	#klaro .klaro .cookie-modal3 ul {
		font-size: 12px;
	}

	#klaro .klaro .cn-ok {
		margin-top: 10px;
		font-size: 12px;
		height: 27px;
	}

    #klaro .klaro button {
        font-size: 12px;
        font-weight: 800;
        padding: 0 15px;
        line-height: 20px;
    }

	#klaro .klaro .cookie-modal3 ul.services-list-1 {
		padding-top: 2px;
		line-height: 12px;
	}

}


@media (max-width: 359px) {
	#klaro .klaro .cookie-notice .cn-popup {
		width: 78%;
		height: auto;
	}

	#klaro .klaro .cookie-modal .cm-popup {
		position: relative;
		overflow: scroll;
		width: 80%;
		margin-top: 105px;
	}

	#klaro .klaro .cookie-modal2 .cm-popup {
		position: relative;
		overflow: scroll;
		width: 310px;
		margin-top: 0px;
		margin-left: 5px;
		padding: 10px 10px 10px 10px;
	}

	#klaro .klaro .cookie-modal3 .cm-popup {
		position: relative;
		overflow: scroll;
		width: 310px;
		margin-top: 0px;
		margin-left: 5px;
		padding: 10px 10px 10px 10px;
	}

	#klaro .klaro .cookie-modal .cm-modal {
		top: 0;
	}

	#klaro .klaro .cookie-modal2 .cm-modal {
		top: 0;
	}

	#klaro .klaro .cookie-modal3 .cm-modal {
		top: 0;
	}

	#klaro .klaro .cookie-notice h1, #klaro  .klaro .cookie-notice h2,
	#klaro .cookie-modal .cm-popup h1, #klaro .cookie-notice .cn-popup h2 {
		font-size: 14px;
	}

	#klaro .klaro .cookie-notice2 h1, #klaro  .klaro .cookie-notice2 h2,
	#klaro .cookie-modal2 .cm-popup h1, #klaro .cookie-notice2 .cn-popup h2 {
		font-size: 12px;
	}

	#klaro .klaro .cookie-notice3 h1, #klaro  .klaro .cookie-notice3 h2,
	#klaro .cookie-modal3 .cm-popup h1, #klaro .cookie-notice3 .cn-popup h2 {
		font-size: 12px;
	}

	#klaro .klaro .cookie-notice p, #klaro .klaro .cookie-modal p, .klaro .cookie-modal .cm-modal .cm-body span,
	.klaro .cookie-modal .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title, .klaro .cookie-modal ul,
	#klaro .klaro .cookie-modal li.services-list{
		font-size: 12px;
	}

	#klaro .klaro .cookie-notice2 p, #klaro .klaro .cookie-modal2 p, .klaro .cookie-modal2 .cm-modal .cm-body span,
	.klaro .cookie-modal2 .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title, .klaro .cookie-modal2 ul,
	#klaro .klaro .cookie-modal2 li.services-list, .klaro .cookie-modal2 li {
		font-size: 12px;
		margin-top: 0;
		line-height: 12px;
	}

	#klaro .klaro .cookie-notice3 p, #klaro .klaro .cookie-modal3 p, .klaro .cookie-modal3 .cm-modal .cm-body span,
	.klaro .cookie-modal3 .cm-modal .cm-body ul.cm-apps li.cm-app span.cm-app-title, .klaro .cookie-modal3 ul,
	#klaro .klaro .cookie-modal3 li.services-list, .klaro .cookie-modal3 li {
		font-size: 12px;
		margin-top: 0;
		line-height: 12px;
	}

	#klaro .klaro .cookie-modal2 .cm-modal .cm-header {
		padding: 0.1em;
	}

	#klaro .klaro .cookie-modal3 .cm-modal .cm-header {
		padding: 0.1em;
	}

	#klaro .klaro .cookie-modal2 ul {
		font-size: 12px;
	}

	#klaro .klaro .cookie-modal3 ul {
		font-size: 12px;
	}

	/* klaro buttons */
	#klaro .klaro button {
		font-size: 12px;
		font-weight: 800;
        padding: 5px;
        line-height: 20px;
	}

	#klaro .accordion-description .cm-app-description {
		width: 80%;
	}

	#klaro .klaro .cookie-modal3 ul.services-list-1 {
		padding-top: 2px;
		line-height: 12px;
	}

}



/** Cookie info box */
#cookie-info-box-margin {
	margin-top: 100px;
}

#cookie-info-box {
	position: fixed;
	bottom:0;
	width: 100%;
	background-color: #e0f2fe;
	font-size: 15px;
	z-index: 99;
	padding: 10px 0;
}

#cookie-info-box .wg3 {
	justify-content: space-between;
	display: flex;
	align-items: center;
	width: 100%;
}

#cookie-info-box .info-link{
	color: #0e8aca;
	text-decoration: underline;
}

#cookie-info-box .ok-button{
	padding: 1px 8px;
	color: white;
	margin-top: auto;
	background-color: #0e8aca;
}

@media screen and (max-device-width:480px){
	#cookie-info-box .ok-button{
		padding: 11px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#cookie-info-box .wg3 {
		padding: 0 26px;
	}
}

@media (min-width: 1231px) {
	#cookie-info-box .wg3 {
		padding: 0 36px;
	}
}


/** Youtube suggestion blocker */
.hytPlayerWrap {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
}

.hytPlayerWrap.ended::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 64px 64px;
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	cursor: pointer;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}


/*Styles for cookie consent2*/
@media (max-width: 1230px) and (min-width: 991px) {
	#klaro .klaro .cookie-notice2 .cn-popup {
		width: 980px;
		position: fixed;
		bottom: 0;
		margin-left: calc((100% - 980px) / 2);
		overflow: hidden;
		border-bottom: 0;
	}
}


@media (max-width: 991px) and (min-width: 768px) {
	#klaro .klaro .cookie-notice2 .cn-popup {
		width: 745px;
		position: fixed;
		bottom: 0;
		margin-left: calc((100% - 745px) / 2);
		overflow: hidden;
		border-bottom: 0;
	}
}

@media (max-width: 767px) and (min-width: 360px) {
	#klaro .klaro .cookie-notice2 .cn-popup {
		width: 360px;
		position: fixed;
		bottom: 0;
		margin-left: calc((100% - 360px) / 2);
		overflow: hidden;
		border-bottom: 0;
	}
}


@media (max-width: 359px) {
	#klaro .klaro .cookie-notice2 .cn-popup{
		width: 300px;
		position: fixed;
		bottom: 0;
		margin-left: 15px;
		overflow: hidden;
		border-bottom: 0;
	}

	#klaro .klaro .cookie-modal2 .cm-popup {

	}
}


/*Styles for cookie consent3*/
@media (max-width: 1230px) and (min-width: 991px) {
	#klaro .klaro .cookie-notice3 .cn-popup {
		width: 980px;
		position: fixed;
		bottom: 0;
		margin-left: calc((100% - 980px) / 2);
		overflow: hidden;
		border-bottom: 0;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#klaro .klaro .cookie-notice3 .cn-popup {
		width: 745px;
		position: fixed;
		bottom: 0;
		margin-left: calc((100% - 745px) / 2);
		overflow: hidden;
		border-bottom: 0;
	}
}

@media (max-width: 767px) and (min-width: 360px) {
	#klaro .klaro .cookie-notice3 .cn-popup {
		width: 360px;
		position: fixed;
		bottom: 0;
		margin-left: calc((100% - 360px) / 2);
		overflow: hidden;
		border-bottom: 0;
	}
}

@media (max-width: 359px) {
	#klaro .klaro .cookie-notice3 .cn-popup{
		width: 300px;
		position: fixed;
		bottom: 0;
		margin-left: 15px;
		overflow: hidden;
		border-bottom: 0;
	}

	#klaro .klaro .cookie-modal3 .cm-popup {

	}
}

/* Newsletter Unsubscription */
.newsletterUnsubscription.standard-form button[type="submit"] {
    float: none;
    display: block;
    margin: 30px 0;
}

.cms-page.newsletterUnsubscription .cms-page-content a:not([class*="button-"]){
    text-decoration: none;
    color: #000;
}

.standard-form.newsletterUnsubscription .radio-button label, .standard-form.newsletterUnsubscription .checkbox label {
    color: #000;
}

.standard-form.newsletterUnsubscription h3 {
    margin-bottom: 0;
    margin-top: 30px;
}

.standard-form.newsletterUnsubscription .radio-button svg {
    margin-bottom: 50px;
    float: left;
}

@media (max-width: 767px) {
    .standard-form.newsletterUnsubscription .radio-button {
        margin-bottom: 15px;
    }

    .standard-form.newsletterUnsubscription .radio-button label {
        line-height: 15px;
    }
}

/* Newsletter Subscription */
.sms-checkbox-wrapper label, .newsletter-checkbox-wrapper label {
    color: black!important;
}

.sms-checkbox-wrapper + label {
    color: black!important;
}

button.float-right	{
	float: right !important;
}

.creditcard_type_selector {
	padding: 0 10px 0 10px;
}

.payment-selector .radio-button {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 50px;
}
