/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
	font-family: 'mySansMedium';
	src: url('../webfonts/mysansmedium-webfont.eot');
	src: url('../webfonts/mysansmedium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../webfonts/mysansmedium-webfont.woff') format('woff'),
	url('../webfonts/mysansmedium-webfont.ttf') format('truetype'),
	url('../webfonts/mysansmedium-webfont.svg#mySansMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'mySansRegular';
	src: url('../webfonts/mysansregular-webfont.eot');
	src: url('../webfonts/mysansregular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../webfonts/mysansregular-webfont.woff') format('woff'),
	url('../webfonts/mysansregular-webfont.ttf') format('truetype'),
	url('../webfonts/mysansregular-webfont.svg#mySansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** Defaults ***/
h1,h2,h3,h4,h5,h6{
	font-family:"mySansMedium";
	font-weight: normal;
	font-style: normal;
	margin:0;
	padding:0;
}
h1{
	font-size:26px;
	line-height:29px;
	padding-bottom:12px;
	margin-bottom:18px;
	margin-top:18px;
	background:url("../img/border_black.png") repeat-x bottom;
}
h2{
	font-size:26px;
	line-height:29px;
	padding-bottom:12px;
	margin-bottom:18px;
	margin-top:18px;
	background:url("../img/border_black.png") repeat-x bottom;
}
a{
	text-decoration:none;
	color:#cc0033;
}
a:hover{
	color:#ff0040 !important;
}
a.arrow:before{
	xcontent:"» ";
}
a.bold{
	font-family:"mySansMedium";
	text-decoration:none;
}
b, .bold, strong{
	font-family:"mySansMedium";
	font-weight:normal;
}
p{
	margin:0;
}
p a{
	text-decoration:underline;
}
select{
	width:100%;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
*:focus {
    outline: 0;
}
fieldset{
	margin:0;
	padding:0;
	border:0;
	margin-bottom:12px;
}
input{
	vertical-align:top;
}

input[type=text],input[type=email],input[type=password],input[type=number]{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color:#999;
	display:inline-block;
	width:100%;
	border:1px solid #ccc !important;
	height:28px;
	padding:0px 4px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 3px #ccc;
	        box-shadow: inset 0px 0px 3px #ccc;
}
input[name=amount].text {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	border: 1px solid #8c8c8c !important;
	color: #8c8c8c !important;
}
label{
	display:block;
}
ul,ol{
	padding:0;
	margin:0;
	padding-left:20px;
}
textarea{
	width:100%;
}
/*** Components Defaults ***/
#left .content{
	margin-top:28px;
	padding: 16px 10px 15px 10px;
	background-image: url("../img/border_black.png"), url("../img/border_black.png");
	background-position:  bottom,  top;
	background-repeat: repeat-x;
}
#left a.bold{
	display:block;
	margin-top:28px;
	padding: 10px 10px 9px 10px;
	background-image: url("../img/border_black.png"), url("../img/border_black.png");
	background-position:  bottom,  top;
	background-repeat: repeat-x;
}
.consultation {
	display: none;
}
#right .content{
	margin-bottom:0px;
	padding: 16px 0 0px 0;
	background-image:url("../img/border_black.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
#right h3{
	font-size:26px;
	line-height:28px;
	color:#cc0033;
}
#right h4{
	font-size:22px;
	line-height:24px;
	margin-bottom:10px;
}

#right img{
	margin:10px 0 10px 0;
	width: 100%;
}
#right .productImageContainer{
	margin-top:10px;
	margin-right:10px;
	float:left;
	width:52px;
	height:172px;
	margin-bottom:16px;
	text-align:center;
}
#right .productImageContainer img{
	max-width:42px;
	max-height:172px;
	margin:0;
	width:auto;
}
#right .productInfoContainer{
	margin:0;
	margin-top:10px;
}
#right .productInfoContainer a{
	color:#000;
}
#right .productTitle{
	font-size:17px;
	line-height:21px;
}
#right .productProducer{
	font-size:15px;
	line-height:19px;
	margin-bottom:16px;
}
#right .productSpec{
	font-size:15px;
	line-height:19px;
	position:static;
	margin-bottom:16px;
}
#right .productPrice{
	font-size:22px;
	line-height:19px;
	float:none;
	text-align:left;
	color:#cc0033;
}
#right .productCurrency{
	font-size:15px;
}
#right .productInstead{
	color:#000;
}
#content img{
	width:100%;
}

/*** Container ***/
body{
	font-family:"mySansRegular";
	font-size:18px;
	line-height:23px;
	color:#000;
	xbackground: url(../img/background.jpg) no-repeat center top;
	xbackground-color: #000000;
}
.fullscreenImage img {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: auto;
}
.fullscreenImageEdit img {
	position: relative;
	width: 500px;
}
#header{
	position:fixed;
	z-index:500;
	top:0;
	left:0;
	width:100%;
	min-width:835px;
	xborder-top:4px solid #cc0033;
}
#headerContent{
	height:90px;
	xopacity:0.9;
	background-color:#f2f2f2;
}
#headerShadowLeft{
	float:left;
	width:171px;
	height:6px;
	background:url("../img/header_bg_left.png");
}
#headerShadowRight{
	float:right;
	width:171px;
	height:6px;
	background:url("../img/header_bg_right.png");
}
#headerShadowCenter{
	height:6px;
	margin:0 171px;
	background:url("../img/header_bg_repeat.png");
}

/*#logoPlozzaWG{
	float:left;
	width:160px;
	height:auto;
	margin-top:12px;
	margin-left:20px;
}*/

#logoPlozzaWG,
#logoPlozzaViniTirano,
#logoPlozzaFranciacorta,
#logoCottinelli {
    float: left;
    width: 170px;
}


#logoPlozzaWG {
	position: relative;
	width: auto;
	height: calc(100% - 10px);
	padding: 5px 0 5px 0;
	margin-top: 6px;
	margin-left: calc((100% - 1300px) / 2);
	xmargin-left: 12px;
	xborder-right: 2px solid #cc0033;
}

#logoPlozzaWG img {
	height: 90% !important;
    width: auto !important;
    right: 70px !important;
}

#brands #logoPlozzaWG,
#logoPlozzaViniTirano,
#logoPlozzaFranciacorta,
#logoCottinelli {
	width: 120px;
	height: 80px;
	display: inline-block;
	position: relative;
	margin-left: 30px;
    margin-right: 30px;
    padding: 0;
}

#brands #logoPlozzaWG {
	margin-top: 0;
	border-right: 2px solid #000000;
    padding-right: 120px;
    margin-right: 0;
}

#logoPlozzaFranciacorta {
	xwidth: 80px;
}

#brands #logoPlozzaWG img,
#logoPlozzaViniTirano img,
#logoPlozzaFranciacorta img,
#logoCottinelli img {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#widgets{
	float:right;
	xwidth:620px;
	margin-right: calc((100% - 1300px) / 2);
	font-family: 'mySansRegular';
}
#widgets span{
	display:block;
	font-size:19px;
	line-height:20px;
}
#widgets a{
	display:block;
	font-size:19px;
	line-height:30px;
}
#widgetAccount{
	float:left;
	width:282px;
	margin-top:20px;
	padding-left:35px;
	background:url("../img/icon_account_new.svg") no-repeat;
	background-size: 27px;
}
#widgetBasket{
	float:left;
	width:189px;
	margin-top:20px;
	padding-left:40px;
	background:url("../img/icon_basket_new.svg") no-repeat;
	background-size: 28px;
}
#widgetTop{
	cursor: pointer;
    width: 54px;
    height: 54px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background-color: #cc0033 !important;
    border-radius: 50px;
    z-index: 10;
    -webkit-box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.55), -4px -2px 11px rgba(255, 255, 255, 0.75);
            box-shadow: 6px 6px 11px rgba(0, 0, 0, 0.55), -4px -2px 11px rgba(255, 255, 255, 0.75);
    xbox-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.66);
    xbox-shadow: 0px 0px 4px 1px rgba(123,123,123,0.35);
    -webkit-transition: -webkit-box-shadow 0.24s ease-out;
    transition: -webkit-box-shadow 0.24s ease-out;
    -o-transition: box-shadow 0.24s ease-out;
    transition: box-shadow 0.24s ease-out;
    transition: box-shadow 0.24s ease-out, -webkit-box-shadow 0.24s ease-out;
    -webkit-transition: box-shadow 0.24s ease-out;
    -moz-transition: box-shadow 0.24s ease-out;
    -ms-transition: box-shadow 0.24s ease-out;

}
#widgetTop:before{
	content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 7px);
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 0.24s ease-out;
    -o-transition: top 0.24s ease-out;
    transition: top 0.24s ease-out;
}
#widgetTop:hover {
	-webkit-box-shadow: 0px 0px 7px 1px rgba(30,30,30,0.3);
	        box-shadow: 0px 0px 7px 1px rgba(30,30,30,0.3);
}

#widgetTop:hover::before {
	top: calc(50% - 11px);
}
#content{
	width:1335px;
	margin:0 auto;
	padding-top:126px;
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
	        box-shadow: 0 0 6px 1px rgba(0,0,0,0.4);
    background-color: #ffffff;
}
#menu{
	width:calc(100% - 60px);
	xmargin-left:18px;
	xmargin-right:18px;
	padding:0 30px;
}
#menu ul{
	width: 100%;
	height: 49px;
	padding:0;
	margin:0;
	border-bottom: 1px solid #000000;
}
#menu li{
	float:left;
	list-style-type:none;
}
#menu a{
	font-family: 'mySansRegular';
	color: #000000;
}
#menuMain{
	xfloat:left;
}
#menuMain li{
	margin-right:40px;
}
#menuMain a{
	font-size:29px;
	line-height:28px;
}
#menuMeta{
	float:right;
}
#menuMeta a{
	display:inline-block;
	paddin-top:3px;
	padding-left:20px;
	font-size:14px;
	line-height:20px;
	background-repeat:no-repeat;
}
#menuMeta li{
	margin-left:20px;
	margin-top: 3px;
}
.menuMetaHome{
background:url("../img/icon_home.png") 0 0 no-repeat;
background-size: 15px 15px;
}
.menuMetaContact{
background:url("../img/icon_kontakt.png") 0 3px no-repeat;
background-size: 15px 11px;
}
.menuMetaFacebook{
background:url("../img/icon_facebook.png") 0 2px no-repeat;
background-size: 13px 13px;
}
.menuSub{
	padding:15px 0 0 0;
	margin:0;
	margin-top:28px;
	background:url("../img/border_black.png") repeat-x top;
}
.menuSub:first-of-type {
	background: none;
}
.menuSub li{
	padding:0px;
	list-style-type:none;
}
.menuSub li a{
	display:block;
	padding:8px 6px 5px 4px;
	color:#000;
	xbackground:url("../img/border_black.png") repeat-x bottom;
}
.menuSub li ul{
	padding:2px 0 20px 16px;
	background:url("../img/border_black.png") repeat-x bottom;
}
.menuSub li li a{
	font-family:"mySansRegular";
	font-size:15px;
	padding:8px 2px 5px 4px;
}
.menuSub li li ul{
	padding:8px 0 8px 16px;
	background:url("../img/border_black.png") repeat-x bottom;
}
.menuSub li li li a{
	font-size:14px;
	padding:2px;
	background:none;
}


.menuSub li.active{
	font-family:"mySansMedium";
}
.menuSub li:active,
.menuSub li:focus,
.menuSub li a:active,
.menuSub li a:focus {
	font-family:"mySansMedium";
}
.menuSub li li.active a{
	font-family:"mySansMedium";
}
.menuSub li li.active li a{
	font-family:"mySansRegular";
}
.menuSub li li li.active a{
	font-family:"mySansMedium";
}

#left{
	clear:both;
	float:left;
	width:235px;
	min-height:400px;
	margin-left:30px;
	padding-top:30px;
	padding-right:44px;
	font-size:21px;
	line-height:22px;
	background-image:url("../img/left_bg_top.png"),url("../img/left_bg_bottom.png");
	xbackground-image:url("../img/left_bg_top.png"), url("../img/left_bg_bottom.png"), url("../img/left_bg_repeat.png");
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position:250px top, 250px 168px;
	xbackground-position:250px top, 210px bottom, 210px center;
}
#center{
	float:left;
	width:696px;
	padding-top:30px;
}
#center img, #center video,#center784 img, #center784 video{
	margin-bottom:14px;
}
#right{
	float:left;
	width:226px;
	xmargin-right:18px;
	padding-top:30px;
	padding-left:68px;
	font-size:18px;
	xline-height:20px;
	background-image:url("../img/right_bg_top.png"), url("../img/right_bg_bottom.png"), url("../img/right_bg_repeat.png");
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position:20px top, 20px bottom, 20px center;
}
#center784{
	float:left;
	width:784px;
	padding-top:30px;
}
.clear{
	clear:both;
}
.hidden{
	display:none !important;
}
.errorMsg{
	color:#ff0000;
}
.line{
	clear:both;
	height: 14px;
	margin-bottom: 14px;
	background:url("../img/border_black.png") repeat-x bottom;
}
h4.line{
	height:28px;
	margin-bottom:34px;
}
h5.line{
	height:28px;
	margin-bottom:34px;
	font-weight:normal;
	font-family:"mySansRegular";
}
.autoLayout{
	position:relative;
}
.autoLayoutBox{
	width:370px;
}
.autoLayoutBox .productContainer{
	width:370px;
	height:auto;
	margin-bottom: 0px;
}
.autoLayoutBox .sliderSale .productContainer{
	height:268px;
}
.column_100{
	clear:both;
}

.columns_50-50{
	width:576px;
}
.columns_50-50 .columnFirst{
	width:277px;
}
.columns_50-50 .columnSecond{
	width:277px;
	margin-left:22px;
}
.columns_70-30{
	width:576px;
}
.columns_70-30 .columnFirst{
	width:382px;
	margin-right:22px;
}
.columns_70-30 .columnSecond{
	width:172px;
	margin-left:0px;
}

.columns_40-60{
	width:576px;
}
.columns_40-60 .columnFirst{
	width:228px;
}
.columns_40-60 .columnSecond{
	width:326px;
	margin-left:22px;
}

.columns_25-75 .columnFirst{
	width:148px;
}
.columns_25-75 .columnSecond{
	width:428px;
	margin-left:0;
}

.columns_33-33-33{
	width:576px;
}
.columns_33-33-33 .columnFirst{
	width:178px;
}
.columns_33-33-33 .columnSecond, .columns_33-33-33 .columnThird{
	width:177px;
	margin-left:22px;
}

.columnFirst{
	clear:both;
	float:left;
}
.columnSecond, .columnThird{
	float:left;
	margin-left:22px;
}

#brands {
	position: relative;
    width: 100%;
    height: 200px;
    background: #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#footer{
	margin-top:100px;
	border-top:5px solid #cc0033;
	text-align:center;
	background-color: #ffffff;
}
/*#footer:after {
	content: "";
	display: table;
	clear: both;
}*/
.footer-content {
	position: relative;
	display: table;
	margin: 0 auto;
}
.info-footer-plozza-content:after {
	content: '';
	display: table;
	clear: both;
}
.info-footer-plozza .socialMedia {
	float: right;
	padding: 20px;
}
.info-footer-plozza .copyright {
	float: left;
	padding: 20px;
}


.footerBox{
	float:left;
	margin:20px;
	vertical-align:top;
	font-family: sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:left;
}
.footerBox b {
	font-family: "mySansRegular";
	font-size:18px;
}
#footer h3{
	font-size:17px;
	line-height:21px;
	color:#cc0033;
	padding-bottom:6px;
	margin-bottom:8px;
	xbackground:url("../img/border_black.png") repeat-x bottom;
}
#footer img{
	width:100%;
}
#footer ul{
	position: relative;
	padding:0;
	margin:0;
	margin-bottom:12px;
}
#footer li{
	position: relative;
	list-style-type:none;
}
#footer .footerBox.vorteile img {
	width: 40% !important;
}
#footer .footerBox.contact img {
	width: 30% !important;
}
#footer .footerBox.vorteile li {
	padding-left: 40px;
	line-height: 30px;
}
#footer li a{
	color:#000;
}
#footer li a:before{
	xcontent:"» ";
}
#footer .footerBox.vorteile li:before {
	content:"";
	background:url("../img/footer-icons.svg") no-repeat;
	background-size: contain;
	width: 25px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 3px;	
}
#footer .columns_33-33-33 .columnFirst{
	width:130px;
}
#footer .columns_33-33-33 .columnSecond, .footerBox .columns_33-33-33 .columnThird{
	width:130px;
	margin-left:22px;
}
.button, .smallButton{
	display:inline-block;
	background-color:#cc0033;
	padding:3px 20px 0px 20px;
	font-size:15px;
	text-decoration:none;
	color:#fff !important;
	border: solid 1px #a30029;
	-webkit-box-shadow: inset 0px 1px 0px #ed7593, 0px 1px 0px #fff;
	        box-shadow: inset 0px 1px 0px #ed7593, 0px 1px 0px #fff;
	border-radius: 5px;
}
.button.request {
	padding: 7px 20px 7px 20px !important;
}
.button{
	margin-top:4px;
}
.button:hover, .smallButton:hover{
	background-color:#e00038;
	color:#fff !important;
	text-decoration:none !important;
}
.button:before, .smallButton:before{
	content:none;
}
.smallButton{
	padding:3px 10px 0px 10px;
}
h1 a.smallButton{
	line-height: 20px;
	position:relative;
	top:-2px;
	left:6px;
}
.link{
	background:transparent;
	border:0;
	color:#cc0033;
	font-size: 15px;
	margin-top:20px;
	margin-bottom:20px;
}

input[type=submit].button, input[type=button].button{
	padding:10px 30px 10px 30px !important;
}
input.productBuyButton{
	padding: 10px 30px 10px 30px !important;
}
input[type=submit].smallButton, input[type=button].smallButton{
	padding:5px 6px 3px 6px !important;
}

/*** Components ***/
.breadcrumbs{
	margin:10px 0 18px 0;
	font-size:19px;
	line-height:21px;
}
.breadcrumbs .smallButton{
	margin-right:10px;
}
.breadcrumbs a{
	color:#000;
}
.breadcrumbs span{
	padding:0 5px;
}
.breadcrumbs a:hover{
	color:#000;
	text-decoration:underline;
}
.searchBig, .productSearch input[type=text]{
	width:100%;
	height:43px !important;
	padding:0 10px !important;
	border:0 ;
	border-radius: 0 !important;
	xbox-shadow: inset 0px 0px 6px #bbb !important;
	background:url("../img/input_search.png") no-repeat center right;
	background-size:16%;
	xbackground-size:26px 22px;
	color: #000000 !important;
	font-family: sans-serif;
	font-size: 17px;
}
input.searchBig {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
.productSearch input[type=text]{
	background:none;
	width:200px;
}
.productSearch input[type=button]{
	width:35px !important;
	height: 32px;
	position: relative;
	top: -4px;
	margin-left: 5px;
	padding:0 !important;
	background:url("../img/input_search_white.png") #cc0033 no-repeat center;
	background-size:16px 17px;
}
.productSearch{
	float:right;
	margin-top:-10px;
}
.productList {
	width: 100%;
}
.productList:after {
	content: '';
	display: table;
	clear: both;
}
.productContainer{
	position:relative;
	margin-bottom:44px;
	height:274px;
	width: 48% !important;
}
.productContainer a,.productContainer a:hover{
	color:#000 !important;
}
.productContainer .productImageContainer{
	width:90px;
	float:left;
	text-align:center;
	height:274px;
}
.productContainer .productImageContainer img{
	margin:0;
	width: auto !important;
	max-height: 274px;
	max-width: 90px;
}
.productContainer .productInfoContainer{
	margin-left:105px;
}
.productSpecial{
	color:#cc0033;
	font-family:"mySansMedium";
	font-size:15px;
	line-height:18px;
	height:18px;
	margin-bottom:4px;
}
.productMessage{
	color:#cc0033;
}
.productTitle{
	font-family:"mySansMedium";
	font-size:26px;
	line-height:29px;
	margin-bottom:3px;
}
.productProducer{
	font-size:19px;
	line-height:23px;
	margin-bottom:23px;
}
.productSpec{
	width:172px;
	font-size:26px;
	line-height:29px;
	position:absolute;
	top:142px;
}
.productPrice{
	float:right;
	text-align:right;
}
.productCurrency{
	font-size:15px;
}
.productInstead{
	font-size:15px;
	height:28px;
}
.productSize{
	font-size:24px;
	position:relative;
	top:58px;
}
.productBuyButton{
	float:right;
}

.productInput{
	width:172px;
	position:absolute;
	top:236px;
}
.productInputOverlay{
	display:none;
	position: absolute;
	top: -6px;
	left:60px;
	background: #fff;
	height: 30px;
	width:110px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
	color: #cc0033;
}
.wishlistContainer .productInputOverlay{
	left: 13px;
	top:3px;
	padding-right: 0;
	width:88px;
}
.productInput input.text, .basketTable .amount input.text, .basketTable .wishlistAmount input.text{
	width:30px;
	text-align:center;
	font-family:"mySansRegular";
	font-size: 17px;
	padding:6px 0px 3px 0px;
	margin-right:7px;
}

.productInput input.text {
	width: 46px;
	height: 37px;
}
.productInput .button{
	margin-top:0px;
}
.productInput span{
	position:relative;
	top:4px;
}

.productDetail{
	position:relative;
	margin-bottom:44px;
	height:268px;
}
.productDetail .productImageContainer{
	width:190px;
	float:left;
	text-align:center;
	height:536px;
}
.productDetail .productImageContainer img{
	margin:0;
	width: auto !important;
	max-width: 130px;
}
.productDetail .productInfoContainer{
	float:left;
	margin-left:18px;
	width: 368px;
}
.productDetail .productSpec{
	position: static;
	top: 0px;
	height: 94px;
}
.productDetail .productInput{
	position: relative;
	top: 0px;
}
#center784 .productSpec{
	position: static;
	top: 0px;
	height: 94px;
}
#center784 .productInput{
	position: relative;
	top: 0px;
}
.productDetail table{
	font-size:16px;
	line-height:20px;
}
.productDetail td{
	vertical-align:top;
	padding-bottom:10px;
}
.productDetail table td:nth-child(1){
	padding-right:26px;
}
.productDetail table td:nth-child(2){
	font-family:"mySansMedium";
}
.productDetail .fbRecommend{
	width: 144px;
	margin-top: 10px;
	margin-left: 36px;
}
.productDetail .fbRecommend iframe{
	width:100%;
	height:100%;
}
.productDetail a.pdf{
	font-size:15px;
	display:block;
	position:relative;
	top:28px;
	padding-left:24px;
	background-image:url("../img/icon_pdf.png");
	background-repeat:no-repeat;
	background-size:16px 16px;
	background-position:0 2px;
}
.productDetail a.addToWishlist{
	font-size:15px;
	display:block;
	margin-top:28px;
}
.productDetailTab{
margin-top:25px;
}
.etabs{
	margin: 0;
	padding: 0;
}
.tab{
	width: 90px;
	text-align: center;
	display: inline-block;
	zoom: 1;
	background: #fff;
	border: solid 1px #c6c6c6;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	margin-right: 6px;
	padding-top: 2px;
}
.tab a {
	color:#000;
	display: block;
	padding: 4px 10px 4px 10px;
	outline: none;
}
.tab a:hover{
	color:#000;
}
.tab.active {
	position: relative;
	top: 1px;
	border-color: #c6c6c6;
}
.tab a.active{ 

}
.tab-container .panel-container {
	background: #fff;
	border:1px solid #c6c6c6;
	padding:18px;
	width:330px;
	border-radius: 0 6px 6px 6px;
}
.panel-container {
	margin-bottom: 10px;
}
.tab-container  img{
	position:relative;
	top:8px;
}

.arrowLeft{
	width:32px;
	height:100%;
	background-image:url("../img/silder_arrows.png");
	background-repeat:no-repeat;
	background-size:64px 47px;
	background-position:left center;
	position:absolute;
	z-index:20;
	cursor:pointer;
	-webkit-transition: left 0.1s ease-in;
	-o-transition: left 0.1s ease-in;
	transition: left 0.1s ease-in;
}
.arrowRight{
	width:32px;
	height:100%;
	background-image:url("../img/silder_arrows.png");
	background-repeat:no-repeat;
	background-position:-32px 0px;
	background-size:64px 47px;
	background-position:right center;
	position:absolute;
	z-index:20;
	cursor:pointer;
	-webkit-transition: left 0.1s ease-in;
	-o-transition: left 0.1s ease-in;
	transition: left 0.1s ease-in;
}
.arrowLeft:hover{
	-webkit-transition: left 0.2s ease-in;
	-o-transition: left 0.2s ease-in;
	transition: left 0.2s ease-in;
}
.arrowRight:hover{
	-webkit-transition: left 0.2s ease-in;
	-o-transition: left 0.2s ease-in;
	transition: left 0.2s ease-in;
}

.sliderBig{
	position:relative;
	margin-bottom:44px;
}
.sliderBig .slide{
	background-size: 784px 296px;
	height:296px;
	width:784px;
	display:block;
}
.sliderBig .slide img{
	position:absolute;
	left:0;
	z-index:3;
	margin-bottom:0 !important;
}
.sliderBig .slide div{
	position:relative;

	z-index:5;
}
.sliderBig .arrowLeft{
	left:10px;
}
.sliderBig .arrowRight{
	left:742px;
}
.sliderBig .arrowLeft:hover{
	left:5px;
}
.sliderBig .arrowRight:hover{
	left:747px;
}

.sliderSale{
	position:relative;
	min-height: 300px;
	margin:0;
}
.sliderSale .slide{
	width:370px;
	height: 300px;
	background:#fff;
}
.sliderSale .arrowLeft{
	left:5px;
}
.sliderSale .arrowRight{
	left:330px;
}
.sliderSale .arrowLeft:hover{
	left:0px;
}
.sliderSale .arrowRight:hover{
	left:335px;
}
.sliderSale .productContainer{
	width:276px;
	margin-left:44px;
	margin-bottom:0px;
}
.sliderSale .productPrice{
	float:none;
	text-align:left;
	color:#cc0033;
	font-size:40px;
}
.sliderSale .productSpec{
	position:static;
	margin-top:32px;
}
.sliderSale .productCurrency{
	font-size:24px;
}
.sliderSale .productInstead{
	color:#000;
}

.sliderSmall{
	position:relative;
	margin-bottom:14px;
	overflow: hidden;
}
.sliderSmall .slide{
	background-size: 576px 336px;
	height:336px;
	width:100%;
	display:block;
}
.sliderSmall .slide img{
	position:absolute;
	left:0;
	z-index:3;
}
.sliderSmall .slide div{
	position:relative;

	z-index:5;
}
.sliderSmall .arrowLeft{
	left:10px;
}
.sliderSmall .arrowRight{
	right:10px;
}
.sliderSmall .arrowLeft:hover{
	left:5px;
}
.sliderSmall .arrowRight:hover{
	left:534px;
}

.simpleForm input{
	margin-bottom:0px;
}
.simpleForm select{
	margin-bottom:24px;
}
.simpleForm label{
	margin-bottom:12px;
}
.simpleForm fieldset label .errorMsg{
	top:0px;
}
.simpleForm .hasError{
	border:1px solid #ff0000;
}
.simpleForm .errorMsg{
	color:#ff0000;
	margin-bottom:14px;
}
.simpleForm .g-recaptcha{
	margin-top: 21px;
	margin-bottom: 16px;
}
.simpleForm fieldset .errorMsg{
	position:relative;
	top:-12px;
	margin-bottom:0px;
}
.simpleForm .successMsg{
	margin-bottom:14px;
}
.simpleForm .selectItem{
	position: relative;
	top:4px;
}
.simpleForm .selectItem input{
	display:inline-block;
	width: 25px;
	height: 25px;
	margin-right: 6px;
	-webkit-appearance: none;
	border: 1px solid #000000;
	border-radius: 3px;
}
.simpleForm .selectItem input:checked {
	border: 1px solid red;
}
.simpleForm .selectItem input:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
}
.simpleForm .selectItem input:checked:before {
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/4.5.6/collection/build/ionicons/svg/ios-checkmark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}
.simpleForm .selectItem label{
	display:inline-block;
	position: relative;
	top: 0px;
	left: 6px;
	width:250px;
	font-size: 16px;
}
.simpleForm .selectItem .description{
	font-size:15px;
	margin-bottom:10px;
}
.simpleForm .utilHp{
	position:absolute;
	top:-100px;
	left:-200px;
}
.productListHeader{
	background:url("../img/border_black.png") repeat-x bottom;
	line-height:26px;
	height:30px;
}
.productListHeader a{
	color:#000;
}
.productListHeader .productListLink{
	float:left;
}
.productListHeader .productListLinkTitle{
	font-size:31px;
	padding-right:10px;
}
.productListHeader .productListLinkText{
	font-size:15px;
}
.productListHeader .productListQuantity{
	font-size:18px;
	float:right;
}
.productListFilter{
	font-size:18px;
	line-height:25px;
	clear:both;
	padding-top:10px;
	background:url("../img/border_black.png") repeat-x bottom;
	padding-bottom:10px;
	margin-bottom:28px;
}
.productListFilterContainer,
.productListFilterContainer .columns_50-50{
	position: relative;
}
.productListFilterContainer {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.productListFilterContainer .columnFirst,
.productListFilterContainer .columnSecond,
.productListFilterContainer .columnThird,
.productListFilterContainer .columnFourth {
	position: relative;
	width: calc((100% / 4) - 5px);
	margin: 0;
}
.productListFilterContainer .columnFirst {
	xwidth: 22%;
}
.productListFilterContainer .columnSecond {
	xwidth: 14%;
	xmargin-left: 10px;
}
.productListFilterContainer .columnThird {
	xwidth: 32%;
	xmargin-left: 10px;
}
.productListFilterContainer .columnFourth{
	xwidth: 32%;
	margin-bottom: 30px;
}
input#productFilterReset {
	position: relative;
    float: left;
    background-color: inherit !important;
    color: #949494 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-size: 21px;
    font-family: sans-serif;
}
input#productFilterReset.filterResetShow {
	xdisplay: block;
}
input.productListFilterButtonType.smallButton,
input.productListFilterButtonSize.smallButton,
input.productListFilterButtonPrice.smallButton,
input.productListFilterButtonYear.smallButton {
	border: 0;
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    padding: 0 0 0 15px !important;
    height: 37px;
    text-align: left;
    border-radius: 12px;
    z-index: 130;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 21px;
    color: black !important;
    background: #e5e5e5 url(../img/icon-arrow-down.svg) no-repeat;
    background-size: 17%;
    background-position: 90% center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input.productListFilterButtonType.smallButton.filterOpen,
input.productListFilterButtonSize.smallButton.filterOpen,
input.productListFilterButtonPrice.smallButton.filterOpen,
input.productListFilterButtonYear.smallButton.filterOpen {
	color: #ffffff !important;
	background: #000000 url(../img/icon-arrow-up.svg) no-repeat;
	background-position: 90% center;
	background-size: 17%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.productListFilterButton{
	width:120px;
	text-align:left;
	background:#cc0033 url("../img/button_arrow.png") 100px 10px no-repeat;
	background-size:10px 6px;
}
.productListFilter .productListFilterActive{
	font-size:15px;
	line-height:21px;
	color:#cc0033;
	position:relative;
	top:5px;
	left:10px;
}

.productListFilter .columnFirst .columnFirst,
.productListFilter .columnSecond .columnFirst,
.productListFilter .columnThird .columnFirst,
.productListFilter .columnFourth .columnFirst {
	display: none;
}

.columnFirst .simpleForm,
.columnSecond .simpleForm {
	width: 100% !important;
}
.simpleForm .columnFirst {
	width: 100% !important;
}
.columnFirst .simpleForm:after,
.columnSecond .simpleForm:after,
.columnThird .simpleForm:after,
.columnFourth .simpleForm:after {
	content: '';
	display: table;
	clear: both;
}

.productListFilter .columnFirst .columnFirst,
.productListFilter .columnFirst .columnSecond,
.productListFilter .columnSecond .columnFirst,
.productListFilter .columnSecond .columnSecond {
	display: none;
	xwidth: 20%;
	xposition: absolute;
	xtop: 0;
	xleft: 0;
	xz-index: 100;
	xbackground-color: #cc0033;
	xfloat: none;
}

.productListFilter .columnThird .columnFirst {
	width: 100% !important;
}

.productListFilter .columnFourth .columnFirst {
	width: 100% !important;
	margin-left: -130px !important;
}
.productListFilter .columns_50-50 .columns_50-50, .productListFilter .columns_50-50 .columns_33-33-33{
	width:277px;
}
.productListFilter .columns_50-50 .columns_50-50 .columnFirst, .productListFilter .columns_50-50 .columns_50-50 .columnSecond{
	width:138px;
	margin:0;
	float:left;
}
.productListFilter .columns_50-50 .columns_33-33-33 .columnFirst,
.productListFilter .columns_50-50 .columns_33-33-33 .columnSecond,
.productListFilter .columns_50-50 .columns_33-33-33 .columnThird{
	width:92px;
	margin:0;
	float:left;
}
.productListFilter .columns_50-50 .columns_50-50 .selectItem label{
	xwidth:110px;
	width: 100%;
}
.productListFilter .columns_50-50 .columns_33-33-33 .selectItem label{
	width:60px;
}
.productListFilterTitle{
	clear:both;
	font-family:"mySansMedium";
	margin-bottom:8px;
}
#productPriceSlider, #productYearSlider{
	height:14px;
	margin-top:10px;
	margin-bottom:10px;
}
.productListLoader{
	clear:both;
	padding:8px 0px;
	height:28px;
	text-align:center;
	background-image:url("../img/border_black.png"), url("../img/border_black.png");
	background-repeat:repeat-x, repeat-x;
	background-position:center top, center bottom;
}
.productListLoader a{
	position:relative;
	top:3px;
}
.productListLoader img{
	margin:0 !important;
}
.productListSort{
	position:relative;
	float:right;
	margin-bottom: 10px;
}
.productListSortButton{
	border:0;
	color:#cc0033;
	position:relative;
	left:-10px;
	z-index:130;
	top:5px;
	display:block;
	width:84px;
	background:url("../img/link_arrow.png") center right no-repeat;
	background-size:10px 6px;
	font-family:"mySansMedium";
}
.productListSort div{
	position:absolute !important;
	top:28px !important;
	xleft:-96px !important;
	right: 0;
	min-width:170px;
	width: auto;
	border: solid 1px #fff;
	background:#fff;
	border-radius:5px;
	z-index:200;
	-webkit-box-shadow: 0px 2px 6px #ccc;
	        box-shadow: 0px 2px 6px #ccc;
	padding:20px 15px 10px 15px;
}
.productListSort div label{
	width:auto !important;
}
.basketTable{
	text-align:left;
	width: 100%;
}
.basketTable a{
	color:#000;
}
.basketTable td{
	padding-top:1px;
	padding-bottom:1px;
}
.basketTable th{
	font-weight:normal;
	font-size:14px;
	line-height:16px;
}
.basketTable .line{
	height:6px;
	margin-bottom:6px;
}
.basketTable .basketRow .product, .basketTable .basketRow .size, .basketTable .basketRow .price, .basketTable .basketRow .priceTotal{
	padding-top:14px;
	vertical-align:top;
}
.basketTable .basketRow .amount, .basketTable .basketRow .wishlistAmount{
	padding-top:10px;
	vertical-align:top;
}
.basketTable .image{
	width:40px;
	padding:6px 0;
}
.basketTable .image a{
	height: 80px;
	display: block;
}
.basketTable .image img{
	margin: 0 !important;
	width: auto !important;
	max-height: 80px;
	max-width: 30px;
}
.basketTable .product{
	padding-right:10px;
	text-align:left;
}
.basketTable .productSpecial{
	margin-bottom: 0px;
	margin-top: -4px;
}
.basketTable .amount form, .basketTable .wishlistAmount form{
	display:inline;
}
.basketTable .amount{
	width:105px;
}
.basketTable .size{
	text-align:center;
	width:60px;
}
.basketTable .price{
	text-align:right;
	width:66px;
}
.basketTable td.price{
	padding-right:10px;
	width:56px;
}
.basketTable .priceTotal{
	width:60px;
	text-align:right;
}
.overviewTable .amount, .ordersTable .amount{
	width:56px;
	text-align:center;
	padding-top:14px !important;
}
.overviewTable th.amount, .ordersTable th.amount, .ordersTable td.amount{
	padding-top:0px !important;
}
.ordersTable .basketRow .product, .ordersTable .basketRow .size, .ordersTable .basketRow .price, .ordersTable .basketRow .priceTotal{
	padding-top:0px;
}
.linkList h1{
	margin-bottom:0px;
}
.linkList ul{
	padding:0;
	margin:0;
	margin-bottom:28px;
}
.linkList li{
	padding:7px 2px 6px 2px;
	list-style-type:none;
	background:url("../img/border_black.png") repeat-x bottom;
}
.linkList a{
	color:#000;
}
.producerLogoList{

}
.producerLogoListEntry{
    width: 162px;
    float: left;
    margin: 15px;
}
.producerLogoListEntry img{
	margin:0px !important;
}
	
	
/**** Additionals ****/

	#headerShadowLeft,
	#headerShadowRight {
		display: none;
	}
	#headerShadowCenter {
		margin: 0;
	}