/* Modal */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* PAger */
.pager { padding:1em 0; }

/* Eshop Item list */
#eshopItemList ul { list-style: none; margin: 0; padding: 0; }
#eshopItemList li { 
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding:2%;
	min-height:300px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    text-align:center; 
    border:1px solid #FFFFFF;
}
#eshopItemList li:hover { border:1px solid #E2E2E2; }
#eshopItemList .imgArea { padding-bottom:10px; }
#eshopItemList .imgArea img { display: block; margin:0 auto; }
#eshopItemList .itemInfo { background-color:#FFFFFF; display:block; }
#eshopItemList a { color:#000000; text-decoration:none; }
#eshopItemList a:hover { color:#000000; text-decoration:underline; }
#eshopItemList .itemPrice { font-size:1.5em; text-align:center; padding-top:10px; font-weight:bold; }
#eshopItemList .itemPriceOld { text-align:center; text-decoration:line-through;  }
#eshopItemList .itemPricePromo { font-size:1.5em; font-weight:bold; color:#F8313D; text-align:center; padding-top:10px;  }
@media only screen and (max-width: 768px) {
	#eshopItemList li { 
		display:block;
		width:100%;
		height:auto;
		border-bottom:1px solid #E2E2E2; 
	}
}

/*Eshop Item */
#eshopItem { clear:both; }
#eshopItem .productImg { float:left; width:50%; text-align:center; }
#eshopItem .productImg img { -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }
#eshopItem .productData { float:right; width:48%; }
#eshopItem .priceArea { clear:both; }
#eshopItem .price { float: right; }
#eshopItem .itemPrice { font-size:1.5em; padding-top:10px; color:#444243; display: inline-block; }
#eshopItem .itemPriceOld { text-decoration:line-through; display: inline-block; }
#eshopItem .itemPricePromo { font-size:2.5em; font-weight:bold; color:#F8313D; padding-top:10px; display: inline-block; }
#eshopItem .addToCart {  }
#eshopItem .cartQty { width:35px; }
#eshopItem .addToCartBtn { 
	padding:6px 10px;
	font-size:1.1em;
	min-width:130px;
	text-transform: uppercase;
	cursor:pointer;
	border:1px solid #e9eaed;
	color:#FFFFFF;
	background-color:#6c6e6e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808383', endColorstr='#393c3c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#808383), to(#393c3c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #808383,  #393c3c); /* for firefox 3.6+ */  
}
#eshopItem .addToCartBtn:hover { 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393c3c', endColorstr='#808383'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#393c3c), to(#808383)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #393c3c,  #808383); /* for firefox 3.6+ */
}
#eshopItem .itemDesc { margin-top:10px; }
#eshopItem .productImg img { max-height:400px; margin-bottom:15px !important; }
#eshopItem .productImg ul { list-style: none; margin: 0; padding: 0; }
#eshopItem .productImg li { 
	
	display: inline-block;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    text-align:center; 
}

@media only screen and (max-width: 768px) {
	#eshopItem .productImg { float:none; width:100%; text-align:center; }
	#eshopItem .productData { float:none; width:100%; }
	#eshopItem .addToCartBtn { display:block; text-align:center; }
}

/* Eshop cart modal */
.eshopCartModalDismis { float:left; font-size:1.3em; }
.eshopCartModalBuy { float:right; font-size:1.3em; }

/* Eshop cart display link */
.eshopCartLink { position:fixed; bottom:0px; left:0; background-color:#000000; width:100%; opacity: 0.6; text-align:center; padding:1em 0; font-size:1.3em;}
.eshopCartLink a { color:#FFFFFF; }
.eshopCartLink a:hover { text-decoration:underline; }

/* Eshop cart preview */
#eshopCartPreview .previewTbl { border-collapse: collapse; border-spacing: 0; width:100%; }
#eshopCartPreview .previewTbl th { border-bottom: 1px solid #E2E2E2; border-top:#E2E2E2 solid 1px; padding:10px 0px 10px 5px; text-align:left;}
#eshopCartPreview .previewTbl .qtyHeader { text-align:center !important; }
#eshopCartPreview .previewTbl .priceHeader { text-align:right !important; }
#eshopCartPreview .previewTbl .totalHeader { text-align:right !important; }
#eshopCartPreview .previewTbl .removeHeader { text-align:center !important; }
#eshopCartPreview .previewTbl td { border-bottom: 1px solid #E2E2E2; border-top:#E2E2E2 solid 1px; padding:10px 0px 10px 5px; }
#eshopCartPreview .previewTbl .itemDescImg { height:52px; float:left; }
#eshopCartPreview .previewTbl .itemDesc { float:left; padding-left:10px; }
#eshopCartPreview .previewTbl .itemQty { text-align:center; width:10%;}
#eshopCartPreview .previewTbl .itemPrice { text-align:right; width:10%; }
#eshopCartPreview .previewTbl .itemTotal { text-align:right; width:10%; }
#eshopCartPreview .previewTbl .itemRemove { text-align:center; width:10%;}
#eshopCartPreview a.deleteLink { color:#c0392b; text-decoration:none; }
#eshopCartPreview a.deleteLink:hover { color:#e74c3c; text-decoration:underline; }
#eshopCartPreview .subtotal { float:right; padding:10px 0px; }
#eshopCartPreview .updateCart { 
	float:right;
	padding:6px 10px;
	text-align:center;
	font-size:1.1em;
	min-width:130px;
	text-transform: uppercase;
	cursor:pointer;
	border:1px solid #e9eaed;
	color:#FFFFFF;
	background-color:#6c6e6e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808383', endColorstr='#393c3c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#808383), to(#393c3c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #808383,  #393c3c); /* for firefox 3.6+ */
}

#eshopCartPreview .updateCart:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393c3c', endColorstr='#808383'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#393c3c), to(#808383)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #393c3c,  #808383); /* for firefox 3.6+ */
}

#eshopCartPreview .checkOut { 
	float:right; 
	margin-left:10px;
	text-align:center;
	padding:6px 10px;
	font-size:1.1em;
	min-width:130px;
	text-transform: uppercase;
	cursor:pointer;
	border:1px solid #e9eaed;
	color:#6F6F6F;
	background-color:#AFCC0D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFDC20', endColorstr='#AFCC0D'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#BFDC20), to(#AFCC0D)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #BFDC20,  #AFCC0D); /* for firefox 3.6+ */ 
}

#eshopCartPreview .checkOut:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFCC0D', endColorstr='#BFDC20'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#AFCC0D), to(#BFDC20)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #AFCC0D,  #BFDC20); /* for firefox 3.6+ */
}
@media only screen and (max-width: 768px) {
	#eshopCartPreview .updateCart, #eshopCartPreview .checkOut { display:block; float:none; margin-left:0px;}
}

/* Eshop billing and delivery form */
#eshopCustomerForm fieldset legend { font-size:0.8em; text-transform: uppercase;}
#eshopCustomerForm label { display:block;  }
#eshopCustomerForm .formItem {margin-bottom: 5px; margin-top: 5px; display:block;}
#eshopCustomerForm .formError { color:#c0392b;}
#eshopCustomerForm .legendText { padding-bottom:10px; }
#eshopCustomerForm .shippingFields { padding-bottom:10px; }
#eshopCustomerForm .billingFields { padding-bottom:10px; }
#eshopCustomerForm .continueBtn { 
	padding:6px 10px;
	text-align:center;
	font-size:1.1em;
	min-width:130px;
	text-transform: uppercase;
	cursor:pointer;
	border:1px solid #e9eaed;
	color:#FFFFFF;
	background-color:#6c6e6e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808383', endColorstr='#393c3c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#808383), to(#393c3c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #808383,  #393c3c); /* for firefox 3.6+ */
}

#eshopCustomerForm .continueBtn:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393c3c', endColorstr='#808383'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#393c3c), to(#808383)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #393c3c,  #808383); /* for firefox 3.6+ */
}

@media only screen and (max-width: 768px) {
	#eshopCustomerForm .formItem input { width:100%; }
	#eshopCustomerForm .continueBtn { display:block; width:100%; }
}

/* Eshop payment */
#eshopPayment fieldset legend { font-size:0.8em; text-transform: uppercase;}
#eshopPayment label { display:block;  }
#eshopPayment .legendText { padding-bottom:10px; }
#eshopPayment .previewTbl { border-collapse: collapse; border-spacing: 0; width:100%; }
#eshopPayment .previewTbl th { border-bottom: 1px solid #E2E2E2; border-top:#E2E2E2 solid 1px; padding:10px 0px 10px 5px; text-align:left;}
#eshopPayment .previewTbl .qtyHeader { text-align:center !important; }
#eshopPayment .previewTbl .priceHeader { text-align:right !important; }
#eshopPayment .previewTbl td { border-bottom: 1px solid #E2E2E2; border-top:#E2E2E2 solid 1px; padding:10px 0px 10px 5px; }
#eshopPayment .previewTbl .itemQty { text-align:center; width:10%;}
#eshopPayment .previewTbl .itemPrice { text-align:right; width:10%; }
#eshopPayment .subtotal { float:right; padding:10px 0px; }

/* Eshop Category */
#eshopCategoryList { list-style: none outside none; margin: 0; padding-left:0; }
#eshopCategoryList li {border-bottom:1px solid #d7d7d7; padding:1em 0;}