/* --- module: shop --- */

/* submit + error message */
#submitAlert {
	background-image: url(../../images/shop_submitalert_bkg.png);
	width: 517px;
	height: 128px;
	position: fixed;
	top: -200px;
	z-index: 99999999999;
	left: 50%;
	margin: 0px 0px 0px -250px;
	text-align: center;
}
#submitAlert .content {
	background-color: #ffffff;
	border: 1px solid #db001b;
	margin: 20px;
	padding: 25px 0px 25px 0px;
}
#submitAlert .loader {
	height: 2px;
	width: 355px;
	margin: 20px auto 0px auto;
	background-image: url(../../images/shop_submitalert_anim.gif);
	background-repeat: no-repeat;
	background-color: #db001b;
}

/* common */
.shopHeader {
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #db001b;
	font-weight: bold;
}
.plain .shopHeader {
	margin-top: 0px;
}
.shopSubHeader {
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin-bottom: 10px;
}
.labelField {
	white-space: nowrap;
	padding-right: 12px;
}
.requiredField {
	color: #db001b;
}
.shopClosed {
	text-align: right;
}
.pricescale {
	padding: 10px 0px 10px 0px;
	text-align: right;
}
.pricescale .psAmount {
	font-weight: 700;
}
.pricescale .psPrice {
	
}

/* list */
.shopList .price {
	text-align: right;
	padding: 10px 0px 0px 0px;
}
.shopList .price span {
	font-weight: bold;
}
.shopList .leftPic {
	float: left;
	padding: 0px 10px 0px 0px;
	position: relative;
}
.shopList .rightPic {
	float: right;
	padding: 0px 0px 0px 10px;
	position: relative;
}
.shopList .leftPic a, .shopList .rightPic a {
	display: block;
}
.shopList .leftPic img, .shopList .rightPic img {
	width: 115px;
	height: auto;
	position: relative;
}
/*
.shopList .leftPic a::after, .shopList .rightPic a::after {
	width: 20px;
	content: "+";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: 10px;
	color: #ffffff;
	text-shadow: 0px 0px 3px #000000;
}
*/

.shopList .listContent {
	overflow: hidden; /* overflow AUSSCHALTEN, wenn bild1 umflossen werden soll */
}

/* detail */
.shopDetail .price {
	text-align: right;
}
.shopDetail .price span {
	font-weight: bold;
}
.shopDetail .recommendation {
	padding: 40px 0px 0px 0px;
}
.shopDetail .recommendation .header {
	padding: 20px 0px 30px 0px;
}

/* stagenav */
.stagenav,
.stagenav.nospacing {
	padding: 0px 0px 20px 0px;
}
.stagenav li {
	display: inline-block;
}
.stagenav .header {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.stagenav .number {
	padding: 0px 5px 0px 10px;
	font-weight: bold;
}
.stagenav .stepDisabled {
	color: #999999;
}

/* cartsummary */
.cartsummary {
	padding: 0px 0px 20px 0px;
	text-align: right;
}
.cartsummary .header {
	font-weight: bold;
	padding: 2px 0px 8px 30px;
	background-image: url(../../images/shop_cart.png);
	background-repeat: no-repeat;
}
.cartsummary .loading, .cartsummary .error {
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 2px 0px 8px 30px;
}
.cartsummary .loading {
	background-image: url(../../images/ajax-loader_small.gif);
}
.cartsummary .error {
	background-image: url(../../images/icon_alert.png);
}
.cartsummary .content {}

/* cart */
.cart th {
	border-bottom: 1px solid #000000;
	padding: 5px 5px 5px 5px;
}
.cart .cartRow1 td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .cartRow2 td {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cart .lastRow td {
	border-bottom: 1px solid #000000;
}
.cart .lastCol {
	border: 0px !important;
	background-color: #FFFFFF;
}
.cart .itemTotal {
	font-weight: bold;
}
.cart .sum {
	border-bottom-style: double;
	border-bottom-color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 0px 0px 3px 0px;
}
.cart .emptyCart {
	padding: 30px 0px 30px 0px;
	font-weight: bold;
	text-align: center;
}
.cart .optionItems {
	color: #999999;
}


/* addToCart */
.addToCart {
	text-align: right;
	padding: 5px 0px 10px 0px;
}
.addToCart .swTable.tableAddToCart {
	margin: 0px 0px 0px auto;
	width: auto;
}
.addToCart .swTable.tableAddToCart .swTableCell.cellAmount,
.addToCart .swTable.tableAddToCart .swTableCell.cellUnit,
.addToCart .swTable.tableAddToCart .swTableCell.cellSubmit
{
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
}
.addToCart .swTable.tableAddToCart .swTableCell.cellSubmit
{
	padding: 0px 0px 0px 5px;
}


.addToCart .button {
	width: 36px;
	height: 24px;
	background-image: url(../../images/shop_addtocart.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #A3B0C8;
	border: 0px;
	
	/* Hide the text. */
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}
.addToCart {}
.addToCart select {
	margin: 3px 0px 0px 0px;
	max-width: 100%;
}

/* itemoptions */
.addToCart .itemoption {
	padding: 0px 0px 10px 0px;
}

/* options */
.optOverlayList .modTitle {
	padding: 20px 0px 10px 0px;
}
.optOverlayList .button {
	margin: 20px 0px 10px 0px;
}
.optOverlayList .optSubmit {
	text-align: center;
}
.optOverlayList .opt {
	padding: 0px 0px 0px 10px;
}

/* checkout */
.checkout {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.checkout .leftBox {
	display: table-cell;
	padding: 0px 10px 0px 0px;
}
.checkout .rightBox {
	display: table-cell;
	padding: 0px 0px 0px 10px;
}
.checkout .leftBox .login {}
.checkout .rightBox .noreg {}
.checkout .rightBox .profileCreate {}
.checkout input, .checkout .button {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.checkout .button {
	margin-top: 10px;
}
.checkout .paymentDescription .text {
	padding: 5px 0px 20px 0px;
}
.checkout .paymentDescription .logo {
	margin: 0px 10px 0px 0px;
}
.checkout .paymentDescription .poweredby {
	white-space: nowrap;
}
.checkout .paymentDescription .poweredby img {
	margin: 0px 0px 0px 5px;
}

.checkoutPreview .label {
	width: 100px;
	font-style: italic;
	padding: 0px 20px 0px 0px;
	opacity: 0.8;
}
.checkoutPreview .swTableCell {
	padding: 0px 0px 5px 0px;
}


/* finalize */
.finalize {}
.finalize .invoiceBox {
	width: 50%;
	float: left;
}
.finalize .deliveryBox {
	width: 50%;
	float: right;
}
.finalize .paymentBox {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
}
.finalize .messageBox {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
}
.finalize .cart {
	margin: 30px 0px 0px 0px;
}
.finalizeOrder {
	padding: 20px 0px 0px 0px;
	text-align: center;
}

/* lostPassword */
.lostPassword {}
.lostPassword .content {
	text-align: center;
	padding-top: 30px;
}
/* lostPassword */
.userLogon .content {
	padding-top: 30px;
}

/* userLogon */
.userLogon input {
	margin: 0px 0px 3px 0px;
}


/* buttons */
.shopBtnDel, .shopBtnUpdate {
	width: 20px !important;
	height: 20px !important;
	background: #db001b url(../../images/shop_cart_del.png) no-repeat center !important;
	border: 0px !important;
	cursor: pointer !important;
	margin: 1px 0px 1px 0px !important;
}
.shopBtnUpdate {
	background: #088626 url(../../images/shop_cart_update.png) no-repeat center !important;
}

/* ==== cart sidebar ==== */
.cartSidebar  {
	background-color: #ffffff;
	position: relative;
}
/* loading status */

.cartSidebar #cartLoadstatusWrapper.inactive  {
	height: 0px;
	overflow: hidden;
}
.cartSidebar #cartLoadstatusWrapper.active  {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.cartSidebar #cartLoadstatusWrapper .loading, .cartSidebar #cartLoadstatusWrapper .error {
	background-repeat: no-repeat;
	background-position: 0px 10px;
	font-weight: normal;
	color: #db001b;
	padding: 10px 0px 8px 30px;
	display: block;
}
.cartSidebar #cartLoadstatusWrapper .loading {
	background-image: url(../../images/ajax-loader_small.gif);
}
.cartSidebar #cartLoadstatusWrapper .error {
	background-image: url(../../images/icon_alert.png);
}
/* sidebar design */
.cartSidebar .header {
	padding: 7px 0px 7px 0px;
	background: #db001b;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
.cartSidebar .emptyCart {
	font-weight: normal;
	padding: 30px 10px 30px 10px;
}
.cartSidebar .sumBox {
	padding: 0px 0px 20px 0px;
}
.cartSidebar .sumBox .delivery {
	text-align: right;
	padding: 5px 3px 5px 0px;
}
.cartSidebar .sumBox #zustellung_detail_box {
	text-align: center;
	padding: 10px 10px 10px 10px;
}
.cartSidebar .sumBox #zustellung_detail_box select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.cartSidebar .sumBox #shipping_cost_result_box {
	padding: 10px 0px 0px 0px;
}
.cartSidebar .sumBox .sum {
	text-align: right;
	padding: 0px 3px 3px 0px;
}
.cartSidebar .sumBox .sum span {
	font-weight: bold;
}
.cartSidebar .btnOrder input {
	border: 0px;
	width: 100%;
	height: 30px;
	background: #db001b;
	cursor: pointer;
	margin: 3px 0px 0px 0px;
	color: #ffffff !important;
}

.google_login_button{
    background: transparent;
    background-image: url("../../images/shop_login_google_red-signin.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 112px;
    height: 36px;
}

/* multicol design */
.shopListMultiCol {}
.shopListMultiCol .swTable {
	table-layout: fixed;
	width: 100%;
}
.shopListMultiCol .swTableCell {
	vertical-align: top;
}
.shopListMultiCol .leftPic,
.shopListMultiCol .rightPic {
	float: none;
	margin: 0px 0px 20px 0px;
	width: 100%;
	display: table;
	padding: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.shopListMultiCol .leftPic a,
.shopListMultiCol .rightPic a {
	display: block;
	text-align: center;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
}
.shopListMultiCol .leftPic img,
.shopListMultiCol .rightPic img {
	height: 100%;
	width: 100%;
	opacity: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.shopListMultiCol .leftPic img:before {
	content: "";
	display: block;
}
.shopListMultiCol .leftPic img:after {
	content: "";
	display: block;
}
.shopListMultiCol .listContent {
	overflow: visible;
}
.shopListMultiCol .addToCart select {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* multicol design: 2col */
.shopListMultiCol.shopList2col .swTableCell { /* first col */
	padding: 0px 10px 0px 0px;
}
.shopListMultiCol.shopList2col .swTableCell:nth-child(n+2) { /* last col */
	padding: 0px 0px 0px 10px;
}

/* multicol design: 3col */
.shopListMultiCol.shopList3col .swTableCell { /* first col */
	padding: 0px 14px 0px 0px;
}
.shopListMultiCol.shopList3col .swTableCell:nth-child(n+2) { /* middle col */
	padding: 0px 7px 0px 7px;
}
.shopListMultiCol.shopList3col .swTableCell:nth-child(n+3) { /* last col */
	padding: 0px 0px 0px 14px;
}

/* multicol design: 4col */
.shopListMultiCol.shopList4col .swTableCell { /* first col */
	padding: 0px 14px 0px 0px;
}
.shopListMultiCol.shopList4col .swTableCell:nth-child(n+2) { /* middle col */
	padding: 0px 10.5px 0px 7px;
}
.shopListMultiCol.shopList4col .swTableCell:nth-child(n+3) { /* middle col */
	padding: 0px 7px 0px 10.5px;
}
.shopListMultiCol.shopList4col .swTableCell:nth-child(n+4) { /* last col */
	padding: 0px 0px 0px 14px;
}
