ul, li {
	text-decoration: none !important;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 a, a:visited {
	text-decoration: none !important;
}
.td-w-5 {
	width: 8rem;
}
.menu-cart, .menu-cart-white {
	height: 34px;
	width: 40px;
	background-size: 80% auto !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: transparent !important;
	cursor: pointer !important;
	position: relative;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.menu-cart:hover, .menu-cart:active {
	transform: scale(1.1);
}
.glyphicon-shopping-cart {
	cursor: pointer !important;
}
.badge, .badge-white {
	border-radius: 10px;
	min-width: 20px;
	min-height: 20px;
	padding: 5.5px 5.5px;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 20px -1px rgba(255,255,255,0.75);
	-moz-box-shadow: 0px 0px 20px -1px rgba(255,255,255,0.75);
	box-shadow: 0px 0px 20px -1px rgba(255,255,255,0.75);
	position: relative;
	top: -0.7rem;
	margin-left: 1.4rem;
}
.cart-items {
	height: 20px;
	border-radius: 10px;
	background: #4ba82e;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 4px;
	-webkit-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
}
@media (max-width: 399px) {
	.low-res-hide {
		display: none;
	}
}
.anchor{
	display: block;
	height: 100px; 
	margin-top: -100px; 
	visibility: hidden;
}
.price {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1 !important;
}
.price, .price span {
	cursor: default !important;
	transition: all 3s;
	-webkit-transition: all 3s;
}
.navbar-light .navbar-toggler {
	transition: all 2s;
	-webkit-transition: all 2s;
}
.price-currency, .price-currency span {
	cursor: default !important;
}
.more {
	font-weight: 700;
	cursor: pointer;
	transition: all 3s;
	-webkit-transition: all 3s;
}
.navbar-skoda {
	position: relative;
	bottom: 0.3rem;
}
.products-more {
	width:5px !important;
	height:5px !important;
	background-color: #000000;
}
/* Important: Customer wants to have text aligned vericaly 
same way as text in the logo, this hack helps on low-res screens */
@media (max-width:1080px){
	.navbar-skoda {
		bottom: 0 !important;
	}
}
.more:hover, .more:focus{
	text-shadow:0 0 1.5rem rgba(0,0,0,.5);
}
.price-star {
	font-size: 1rem !important;
	position: relative;
	top: -0.8rem;
	cursor: pointer;
}
.upper-index {
	font-size: 80%;
	font-family: inherit;
	position: relative;
	top: -0.3rem;
}
.lower-index {
	font-size: 60%;
	font-family: inherit;
	position: relative;
bottom: -0.8rem;
}
.small-text {
	font-size: 1rem !important;
}
.section-gray, bg-gray {
	background-color: #f2f4f5 !important;
	clear: both;
	margin-top: 100px;
padding: 0;
}
.section-gray {
  position: relative;
}
.section-gray::before {
	content: "";
	width: 100%;
	height: 100px !important;
	display: block;
	background-image: url(../img/bg-gray-top.svg);
	background-color: #f2f4f5;
	background-repeat: no-repeat;
	background-position: top center;
background-size: 100% auto;
}
.section-gray::after {
	content: "";
	width: 100%;
	height: 100px !important;
	position: absolute;
	display: block;
	background-image: url(../img/bg-gray-bottom.svg);
	background-color: #f2f4f5;
	background-repeat: no-repeat;
	background-position: bottom center;
background-size: 100% auto;
}
.btn-left {
  border-radius: 50% 0 0 50%;
  font-weight: 900;
  width: 1.8rem;
}
.btn-right {
  border-radius: 0 50% 50% 0;
  font-weight: 900;
  width: 1.8rem;
}
.navbar-74px {
	height: 74px !important;
}
.modal-title-cart, .modal-title-contact {
	position: relative;
	margin-left: 50px;
	padding-left: 10px;
}
.modal-title-cart::before, .modal-title-contact::before {
	content: "";
	width: 50px;
	height: 100%;
	position: absolute;
	display: block;
	left: -50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
/* Checkboxes */
/* Basic styles */
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox-label {
	position: relative;
	display: inline-block;
	padding: 0 0 0 2em;
	height: 1.5em;
	line-height: 1.5;
	cursor: pointer;
	left: -45px;
}
.checkbox-label::before,
.checkbox-label::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1.5em;
	height: 1.5em;
}
.checkbox-label::before {
	content: " ";
	border: 1px solid #bdc3c7;
	border-radius: 20%;
}
/* Checkbox */
input[type="checkbox"] + label::after {
	content: "\2714";
	color: #2c3e50;
	line-height: 1.5;
	text-align: center;
}
/* Radio */
input[type="radio"] + label::before {
	border-radius: 50%;
}
input[type=radio] + label::after {
	content: "\2714";
	color: #2c3e50;
	line-height: 1.5;
	text-align: center;
}
/* :checked */
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
	background: #fff;
	border-color: #fff;
}
input[type="checkbox"] + label::after,
input[type=radio] + label::after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
input[type="checkbox"]:checked + label::after,
input[type=radio]:checked + label::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* Transition */
label::before,
label::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}
.border-lightgray {
	border: 1px solid #ced4da !important;
}
/* Input errors */
.input-error, .input_error:hover, input_error:active {
	border: 1.5px solid #dc3545 !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(220,53,69,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(220,53,69,1);
	box-shadow: 0px 0px 5px 0px rgba(220,53,69,1) !important;
}
.label-error, .label_error:hover, .label_error:active {
	color: #dc3545 !important;
}
/* Combos */
.plain-select {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:100%;
	cursor: pointer !important;
}
.cursor-hand {
	cursor: pointer;
}
.select-down, .select-up {
	position:relative;
	cursor: pointer !important;
	padding-left: 20px;
}
.select-down:after{
	content:"";
	position:absolute;
	z-index:2;
	left:0px;
	top:8px;
	height:8px;
	width:15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	pointer-events:none;
}
.select-up:after{
	content:"";
	position:absolute;
	z-index:2;
	left:0px;
	top:8px;
	height:8px;
	width:15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	pointer-events:none;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.plain-select select {
	line-height:normal;
	height:38px;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	width:200px;
	display:block;
	width:100%;
	border:1px solid rgba(0, 0, 0, 0.6);
	background:#fff;
	color:#9f9f9f;
	padding:8px 20px 7px 10px;
	margin:0;
	line-height:normal;
	padding-right: 2.2rem;
	cursor: pointer !important;
	transition: all 2s;
	-webkit-transition: all 2s;
}
input, textarea {
	-webkit-transition: box-shadow 2s !important;
	transition: box-shadow 2s !important;
}
.plain-select select:hover, .plain-select select:active, 
input:hover, input:active, 
textarea:hover, textarea:active,
.form-control:focus {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(61,91,112,.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(61,91,112,.5);
	box-shadow: 0px 0px 10px 0px rgba(61,91,112,.5);
}
.ie8 .plain-select select{
	padding-right:3px
}
.plain-select select:focus {
	outline:none;
}
.plain-select ::-ms-expand {
	display:none;
}
.plain-select:after{
	content:"";
	position:absolute;
	z-index:2;
	right:14px;
	top:14px;
	height:8px;
	width:15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	pointer-events:none;
}
label {
	display:block
}
.label-stacked {
	display:block;
	color:#505050;
	padding:10px 0 7px 2px;
	font-size:14px;
	font-weight:bold;
	line-height:1.1;
}
.verkehrsregeln-list, .verkehrsregeln-list ul, .verkehrsregeln-list li {
	list-style-position: outside !important;
	list-style-type: disc !important;
	margin-left: 0.65rem;
}
/* Products grid */
.product {
	margin: 5rem auto;
}
/* Hero images */
.hero, .hero-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center !important;
	width: 100%;
	height: 605px;
	min-height: 605px;
	display: flex !important; 
	flex-direction: column !important; 
	justify-content: flex-end;
	flex-wrap: nowrap;
	-ms-flex: 1 !important;
	-webkit-flex: 1 !important;
	flex: 1 !important;
}
/* New cart notice 2019-04-04 */
.cart-notice {
	display: none;
	position: fixed;
	background: white;
	right: 10px;
	top: 55px;
	border: 1px solid lightgray;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	max-width: 250px;
	width: 250px;
	min-height: 150px;
	-webkit-box-shadow: 1px 5px 13px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 13px -6px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 13px -6px rgba(0,0,0,0.75);
	padding: 2rem;
z-index: 999;
}
.break {
	display: inline;
}
.blur {
	filter: blur(8px);
	-webkit-filter: blur(8px);
}
@media (max-width: 1900px) {
	.hero, .hero-2 {
		height: 600px;
		min-height: 600px;
		background-size: auto 100%;
	}
}
@media (max-width: 1800px) {
	.hero, .hero-2 {
		height: 570px;
		min-height: 570px;
		background-size: auto 100%;
	}
}
@media (max-width: 1700px) {
	.hero, .hero-2 {
		height: 538px;
		min-height: 538px;
		background-size: auto 100%;
	}
}
@media (max-width: 1600px) {
	.hero, .hero-2 {
		height: 506px;
		min-height: 506px;
		background-size: auto 100%;
	}
}
@media (max-width: 1500px) {
	.hero, .hero-2 {
		height: 475px;
		min-height: 475px;
		background-size: auto 100%;
	}
	h1 {
		font-size: 3.4rem !important;
	}
}
@media (max-width: 1400px) {
	.hero, .hero-2 {
		height: 443px;
		min-height: 443px;
	}
}
@media (max-width: 1300px) {
	.hero, .hero-2 {
		height: 411px;
		min-height: 411px;
	}
	h1 {
		font-size: 3.22rem !important;
	}
}
@media (max-width: 1200px) {
	.hero, .hero-2 {
		height: 380px;
		min-height: 380px;
	}
	h1 {
		font-size: 2.76rem !important;
	}
	.hero-vw::before {
		content:'';
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat !important;
		display: block !important;
		width: 100% !important;
	}
}
@media (max-width: 1100px) {
	.hero, .hero-2 {
		height: 348px;
		min-height: 348px;
	}
}
@media (max-width: 1000px) {
	.hero, .hero-2 {
		height: 316px;
		min-height: 316px;
	}
	h1 {
		font-size: 2.3rem !important;
	}
}
@media (max-width: 900px) {
	.hero, .hero-2 {
		height: 285px;
		min-height: 285px;
	}
	h1 {
		font-size: 2rem !important;
	}
	.cart-table {
		font-size: 0.9rem !important;
	}
}
@media (max-width: 800px) {
	.hero, .hero-2 {
		height: 253px;
		min-height: 253px;
	}
}
@media (max-width: 768px) {
	.price-text-block {
		line-height: 110% !important;
	}
	.hero {
		padding-top: 0px;
		background: none;
		height: auto !important;
		min-height: 0 !important;
		background: none !important;
	}
	.hero::before {
		content:'';
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat !important;
		display: block !important;
		width: 100% !important;
		min-height: 243px !important;
		height: 243px !important;
	}
	.break {
		width: 100%;
		display: block !important;
		height: 1px !important;
	}
	.price, .price span {
		font-size: 1.5rem !important;
		margin-top: 0.6rem !important;
	}
	.price-currency, .price-currency span {
		font-size: 0.9rem !important;
		white-space: normal !important;
	}
}
@media (max-width: 750px) {
	.hero::before {
		min-height: 237px !important;
		height: 237px !important;
	}
}
@media (max-width: 725px) {
	.hero::before {
		min-height: 229px !important;
		height: 229px !important;
	}
}
@media (max-width: 700px) {
	.hero::before {
		min-height: 221px !important;
		height: 221px !important;
	}
}
@media (max-width: 675px) {
	.hero::before {
		min-height: 213px !important;
		height: 213px !important;
	}
}
@media (max-width: 650px) {
	.hero::before {
		min-height: 206px !important;
		height: 206px !important;
	}
}
@media (max-width: 625px) {
	.hero::before {
		min-height: 198px !important;
		height: 198px !important;
	}
}
@media (max-width: 600px) {
	.hero::before {
		min-height: 190px !important;
		height: 190px !important;
	}
}
@media (max-width: 575px) {
	.hero::before {
		min-height: 182px !important;
		height: 182px !important;
	}
}
@media (max-width: 550px) {
	.hero::before {
		min-height: 174px !important;
		height: 174px !important;
	}
}@media (max-width: 525px) {
	.hero::before {
		min-height: 160px !important;
		height: 160px !important;
	}
}
@media (max-width: 500px) {
	.hero::before {
		min-height: 158px !important;
		height: 158px !important;
	}
}
@media (max-width: 475px) {
	.hero::before {
		min-height: 150px !important;
		height: 150px !important;
	}
}
@media (max-width: 450px) {
	.hero::before {
		min-height: 142px !important;
		height: 142px !important;
	}
}@media (max-width: 425px) {
	.hero::before {
		min-height: 134px !important;
		height: 134px !important;
	}
}
@media (max-width: 400px) {
	.hero::before {
		min-height: 126px !important;
		height: 126px !important;
	}
}
@media (max-width: 375px) {
	.hero::before {
		min-height: 118px !important;
		height: 118px !important;
	}
}
@media (max-width: 350px) {
	.hero::before {
		min-height: 110px !important;
		height: 110px !important;
	}
}@media (max-width: 325px) {
	.hero::before {
		min-height: 102px !important;
		height: 102px !important;
	}
}
@media (max-width: 300px) {
	.hero::before {
		min-height: 95px !important;
		height: 95px !important;
	}
}
@media (min-width: 1200px) {
	.section-gray::before {
		background-size: auto 100%;
	}
	.section-gray::after {
		background-size: auto 100%;
		margin-bottom: 2rem;
	}
}
@media (max-width: 768px) {
	p, ul, li, tr, td {
		font-size: 1rem !important;
	}
	.text-shadow-none {
		text-shadow: none !important;
	}
}
/* Loader */
.front {
	position: absolute;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 999999;
	cursor: wait;
}
.lds-roller {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 57px;
left: 25px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 54px;
left: 19px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 50px;
left: 14px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 45px;
left: 10px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}