.errorMessage{
	display: none;
}

section.basket-content table img {
    width: 13px;
}

a.clickable_slide{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

section.main-content{
	overflow: hidden;
}

article.subslide {
    position: relative;
    top: 70vh;
}

.slick-list{
	overflow: visible !important;
}

section.main-content header {
    height: calc(75vh - 25px);
}

.errorMessage td, .errorMessage td *{
	color: #F00 !important;
}

.errorMessage td{
	padding-bottom: 30px;
}

#loader{
	display: block;
	display: none;
	height: 250px;
	margin: 0px auto;
}

.error{
	border: 1px solid #FF0000 !important;
}

.slick-dots {
    width: 70% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

div.slick-slider aside.slick-text h3 {
    margin: 10px 0px;
}

.slick-image .slick-text{
	padding: 15px 60px !important;
}


table.accordeon{
	width: 100% !important;
	text-align: left;
}

table.accordeon tr td{
    background-color: #d9d9d9;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    height: auto !important;
	width: calc(100% - 40px) !important;
}

table.accordeon tr:nth-child(odd) td {
	cursor: pointer;
	margin-top: 3px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	background-image: url(/templates/web/img/arrow-down-white.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px);
	background-size: 26px;
	padding-right: 50px;
	width: calc(100% - 70px) !important;
}

table.accordeon tr:nth-child(odd) td h1, table.accordeon tr:nth-child(odd) td h2, table.accordeon tr:nth-child(odd) td h3, table.accordeon tr:nth-child(odd) td h4, table.accordeon tr:nth-child(odd) td p{
	font-size: inherit;
	font-weight: inherit;
	margin: 0px;
}

table.accordeon tr:nth-child(even){
	display: none;
}

/*table.accordeon tr:nth-child(even) td{
	display: none;
}*/

table.accordeon tr:nth-child(odd) td.active{
	background-color: #fec400;
	background-image: url(/templates/web/img/arrow-up-white.png);
}

table.accordeon tr:nth-child(even) td.active{
	background-color: #FFF0BF;
}

table.accordeon, table.accordeon tr, table.accordeon td, table.accordeon tbody{
	display: block;
	height: auto !important;
	width: 100% !important;
}

#lightbox_container{
	display: none;
	top: 75px;
	position: fixed;
	height: calc(100% - 75px);
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,0.6);
}

	#lightbox_container div#lightbox{
		background-color: #FFF;
		width: calc(100% - 100px);
		margin: 0px auto;
		max-width: 750px;
		min-height: 100px;
		margin-top: 100px;
		margin-bottom: 100px;
		position: relative;
		padding: 20px;
	}

		#lightbox_container div#lightbox div#lightbox_content form.ajax-form h1,
		#lightbox_container div#lightbox div#lightbox_content h1 {
			text-align: center;
		}

		#lightbox_container div#lightbox div#lightbox_content form.ajax-form table,
		#lightbox_container div#lightbox div#lightbox_content table.show-card-detail {
			position: relative;
			margin: 0px auto;
		}

			#lightbox_container div#lightbox div#lightbox_content form.ajax-form table tr td:first-of-type {
				padding-right: 20px;
			}
			#lightbox_container div#lightbox div#lightbox_content form.ajax-form table tr th {
				text-align: left;
			}

				#lightbox_container div#lightbox div#lightbox_content form.ajax-form table tr td input {
					border: 1px solid #d9d9d9;
    				border-radius: 3px;
					padding-left: 4px;    				
				}

					#lightbox_container div#lightbox div#lightbox_content form.ajax-form table tbody tr td input[type="submit"] {
						font-weight: bold;
					    background-color: #fec400;
					    border-radius: 3px;
					    padding: 10px 20px 10px 20px;
					    font-size: 14px;
					    width: 220px;
					    border: none;
					    margin: 30px auto 20px auto;
					    display: block;
					}

					form.ajax-form table input{
					    width: 100%;
					}
					form.ajax-form table select{
						border: 1px solid #d9d9d9;
	    				border-radius: 3px;
						width: 220px;
					}
					form.ajax-form table textarea{
						resize: none;
						border: 1px solid #d9d9d9;
	    				border-radius: 3px;
						width: 220px;
						height: 80px;
					}
		#lightbox_container div#lightbox div#lightbox_content h2,
		#lightbox_container div#lightbox div#lightbox_content p  {
			text-align: center;
		}
		#lightbox_container div#lightbox div#lightbox_content a{
			color: #fec400;
		}

		#lightbox_container div#lightbox div#close_lightbox{
			position: absolute;
			top: 10px;
			right: 10px;
			width: 20px;
			height: 20px;
			background-image: url(/templates/web/img/close_lightbox.png);
			background-size: contain;
			background-repeat: no-repeat;
			cursor: pointer;
		}

		#loginForm input[type=text], #loginForm input[type=password],#passwordReset input[type=text], #passwordReset input[type=password]{
			border: 1px solid #dedede;
			border-radius: 5px;
			width: 250px;
			padding: 3px 10px;
			margin-bottom: 2px;
		}

		#loginForm input[type=submit], .submitButton, #passwordReset input[type=submit], .submitButton {
			font-weight: bold;
		    background-color: #fec400;
		    border-radius: 3px;
		    padding: 10px 20px 10px 20px;
		    font-size: 14px;
		    width: 180px;
		    display: inline-block;
			cursor: pointer;
		}

		#loginForm input[type=button], #passwordReset input[type=button]{
			width: auto;
			background-color: #d9d9d9;
			cursor: pointer;
		}

		#loginForm table, #passwordReset table {
			/*margin: 0px auto;*/
			margin-left: 90px;
			width: 600px;
		}

		#loginForm table tbody tr td:first-child, #passwordReset table tbody tr td:first-child {
			padding-right: 20px;
		}

		#loginForm table tbody tr:nth-child(4) td{
			padding-bottom: 20px;
		}

		#loginForm table tr td:first-of-type, #passwordReset table tr td:first-of-type{
			color: #666;
			font-size: 13px;
		}

		#loginForm span{
			color: #666;
			font-size: 12px;
			/*margin-bottom: 10px;*/
			display: inline-block;
			/*position: relative;
			top: -7px;*/
			cursor: pointer;
			text-decoration: underline;
			margin-top: 5px;
		}

		.buttonGroup{
			margin-top: 30px;
		}

		#loginForm p, #passwordReset p{
			font-size: 13px;
			text-align: left !important;
			margin-bottom: 25px;
		}
		
		#loginForm h2, #passwordReset h2{
			margin: 0px 0px 10px;
			text-align: left !important;
		}

		#loginForm td span:nth-child(2){
			padding: 0px 5px;
			cursor: default;
			text-decoration: none;
		}

main section.basket-content article{
	margin-top: 50px !important;
	text-align: left;
	max-width: 1240px;
}

main section.basket-content article b{
	font-weight: bold; 
}

main section.basket-content article ul.basektnav {
    padding: 0px;
    list-style: none;
    text-align: left;
}

main section.basket-content article div.agb{
	text-align: right;
	margin-top: 40px;
	margin-bottom: 40px;
}

main section.basket-content article div.agb > div{
	display: inline-block;
	text-align: left;
}

main section.basket-content article div.buttons{
	text-align: right;
	margin-top: 10px;
}

main section.basket-content article div.buttons a{
	display: inline-block;
	padding: 10px 0px;
	color: #000;
	border-radius: 10px;
	width: 200px;
	text-align: center;
	margin: 5px;
}

main section.basket-content article div.buttons a.next{
	background-color: #fec400;
	color: #000 !important;
	cursor: pointer;
}

main section.basket-content article div.buttons a.previous{
	background-color: #dedede;
	color: #000 !important;
}

main section.basket-content article ul.basektnav li{
	display: inline-block;
	padding: 10px 0px;
	background-color: #dedede;
	font-weight: bold;
	margin: 10px !important;
	border-radius: 10px;
	cursor: default;
	width: 232px;
	text-align: center;
}

main section.basket-content article ul.basektnav li:first-of-type{
	margin-left: 0px !important;
}

main section.basket-content article ul.basektnav li.active{
	background-color: #fec400;
	color: #FFF;
}

main section.basket-content article h2{
	font-size: 30px;
}

main section.basket-content article table{
	width: 100% !important;
}

main section.basket-content article input[type=text]{
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 240px;
    padding: 5px 7px;
}

main section.basket-content article table th{
	font-size: 15px;
	padding: 5px 0px;
	border-bottom: 1px solid #dedede;
}

main section.basket-content article table td{
	padding: 5px 0px;
	border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 1250px) {
	main section.basket-content article ul.basektnav li {
		width: 130px;
	}

	section.main-content form.address div.half {
		display: block;
	}

	section.main-content form.address div.half:first-of-type table#form_checkout_1 td {
		padding-right: 102px;
	}

}

@media screen and (max-width: 780px) {
	main section.main-content form.address div.half {
		margin-left: 20px;
	}

	main section.main-content form.address div.half:first-of-type table#form_checkout_1 tr td {
		padding-right: 20px;
	}

	main section.main-content form.address div.half:nth-child(2) table#form_checkout_1 tr td {
		padding-right: 35px;
	}
}

@media screen and (max-width: 700px) {
	main section.main-content.basket-content article table tr td {
		height: auto !important;
		display: table-cell;
	}

	main section.main-content.basket-content article table tr th {
		display: table-cell;
	}
}

@media screen and (max-width: 550px) {
	main section.main-content.basket-content article table tr td {
    	padding: 10px 0px !important;
	}

	section.main-content form.address div.half:first-of-type table#form_checkout_1 td {
		padding-right: 20px !important;
	}

	section.main-content form.address div.half:nth-child(2) table#form_checkout_1 td {
		padding-right: 35px !important;
	}
}

@media screen and (max-width: 480px) {
	main section.main-content.basket-content article table tr td:nth-child(2) {
		padding-left: 5px !important;
	}

	main section.main-content.basket-content article form.address div.buttons a {
		display: block;
		margin: 0px auto;
	}

	main section.main-content.basket-content article form.address div.half table#form_checkout_1 tr td select {
		/*width: 100%;*/
	}

	main section.main-content.basket-content article form.address div.half table#form_checkout_1 tr td input {
		
	}

	main section.main-content.basket-content article form.address div.half table#form_checkout_1 tr td {
		display: block;
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
		margin-top: 3px !important;
	}

	main section.main-content.basket-content article form.address div.half {
		width: 100%;
		margin-left: 15px;
	}

}

@media screen and (max-width: 350px) {
	main section.main-content.basket-content article form.address div.half {
		margin-left: 0px;
	}
}