/* Shop Basket */
.basket p {
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	background-color: white;
}
.basket img {
	margin: 0px 8px 0px 0px;
	padding: 0px 0px 4px 0px;
	float: right;
	width: 32px;
	border-bottom: 2px solid white;
}
.basket img:hover {
	border-bottom: 2px solid white;
}

/* Shop Group */

.shop-pagetitle {
	font-size: 28px;
}
.shop-group {
	background-color: white;
	border-radius: 0px;
}
.shop-group h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0px 0px 0px;
}

.shop-thumb {
	padding: 20px;
	margin: 20px;
	border: solid 1px #C0C0C0;
}

/* Shop Item */

.shop-item h1 {
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 16px;
	color: white;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
.shop-item h2 {
	letter-spacing: 1px;
	line-height: 20px;
	font-size: 16px;
	color: white;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
.shop-item h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px !important;	
	color: white;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.shop-item ul {
	list-style: none;
    list-style-position: inside;
    padding-left: 0;
	margin-left: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid white;
}
.shop-item a {
	margin: 0;
}

.shop-item li {
  	border-top: 1px solid white;
	padding: 10px 0px 10px 0px;
}

.shop-item-img {
	background-color: white;
}

/* Shop Mini Cart */

.shop-mini-title {
	font-size: 20px;
	line-height: 20px;
	margin: 40px 0px 10px 0px;
	color: white;
}
.mc {
	height: 100%;
	width: 100%;
	display: flex;
}
.mcItem, .mcQty, .mcPrice, .mcTotal {
	font-size: 11px;
	width: 50%;
	line-height: 14px;
	text-align: left;
  	border-bottom: 1px solid white;
	padding: 8px 0px 8px 0px;
	margin: 0px;
}
.mcQty {
	font-style: italic;
	width: 30%;
}
.mcPrice {
	width: 20%;
	text-align: right;
}
.mcTotal {
	width: 100%;
	font-size: 14px;
	text-align: right;
	border-bottom: none;
	padding-top: 8px;
}
.mcMessage {
	width: 100%;
	font-size: 14px;
	text-align: left;
	padding-top: 8px;
}

/* Shop Main Cart */

.cartTitle h5 {
	color: white;
	font-weight: normal;
}

.cartTitle a {
	margin: 0px;
}

.cartContainer {
	height: 100%;
	width: 100%;
	display: flex;
}

.cartHeader {
	font-size: 14px;
	font-weight: normal;
	padding: 8px 4px 0px 4px;
	color: white;
	border-bottom: none;	
}

.cartDetail, .cartSpacer, .cartPrice, .cartQty, .cartSum, .cartLabel, .cartItemHead, .cartPromo
{
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	padding: 2px 0px 2px 4px;
	text-align: left;
	border-bottom: 1px solid white;
}
.cartItemHead	{ width: 60%; }
.cartQty		{ width: 20%; text-align: center;}
.cartPrice		{ width: 20%; text-align: right;}

.cartDetail		{ width: 60%; }
.cartQty input	{ width: 20px;}
.cartLabel
{
	width: 80%;
	margin: 4px 4px 4px 0px;
	padding-top: 4px;
	line-height: 18px;
	text-align: right;
	border-bottom: none;
}
.cartSum
{
	width: 20%;
	margin: 4px 0px 4px 0px;
	text-align: right;
	border-top: 1px solid white;
	border-bottom: none;
	line-height: 22px;
}
.cartPromo { border-bottom: none; }
.cartPromo label { width: 80%;}
.cartPromo input { width: 80%;}

.cartButton
{
	width: 100%;
	text-align: center;
	margin-top: 70px;
}
.cartSpacer
{
	font-size: 11px;
	font-weight: bold;
	color: #0269AE;
	margin: 8px 0px 8px 0px;
	width: 254px;
}
.cartSpacer label
{
    display: block;
    padding-left: 15px;
    text-indent: -15px;	
}
.cartSpacer input
{
	width: 80px;
    height: 15px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    *overflow: hidden;
}
.cartLeft, .confLeft
{
	width: 47%;
	height: 100px;
	float: left;
	border-right: 1px solid #C0C0C0;	
	text-align: center;
	padding-top: 8px;
}
.cartRight, .confRight
{
	width: 47%;
	height: 100px;
	float: right;
	text-align: center;
	padding-top: 8px;
}

.confDetail
{
	width: 420px;
	float: clear;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
}
.confLeft
{
	font-size: 15px;
	line-height: 18px;
	height: 170px;
	margin: 0px 0px 0px 0px;	
	text-align: left;
}
.confRight
{
	font-size: 15px;
	width: 46%;
	line-height: 18px;
	height: 170px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}
.confLeft h4, .confRight h4 { margin: 0px 0px 0px 0px; }

.cartInput {
	padding: 8px 0px 0px 0px;
	text-align: left;
}
.cartInput input {
	font-size: 16px;
	height: 32px;
}
.cartBox input {
	margin: 0;
}
.cartBox span {
	color: white;
	line-height: 16px;
	margin: 4px 0px 0px 8px;
}
.cartText
{
	font-size: 15px;
	color: white;
	padding: 8px 0px 16px 0px;
	text-align: left;
	line-height: 13px;
}
.cartWarning {
	color: white;
}
.cartEmpty
{
	margin-top: 25%;
	width: 100%;
	height: 236px;
	text-align: center;
}

/* Customer details forms */

.formLabel
{
	display: inline-block;	
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 4px 0px;
	text-align: right;
	width: 30%;
}
.formField
{
	display: inline-block;
	padding: 4px 8px 4px 0px;
	width: 65%;
}
.formField input
{
	height: 20px;
}
.formFoot
{
	padding: 20px 0px 20px 0px;
	text-align: center;	
	width: 100%;
}
.formErr {
	display: none;
	margin: 0;
	padding: 0;
	line-height: 12px;
	font-size: 12px;
	color: white;
}
.formCentre
{
	
}
.formRule hr {
	display: block; 
	height: 1px;
	border: 0;
	border-top: 2px solid white;
	margin: 1em 0;
	padding: 0; }
}

/* Shop */

.shopTitle
{
	line-height: 40px;
	background-color: #e5e5e4;
	color: #0070bb;
	text-align: center;
	font-size: 20px;
	width: 190px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.shopSearch
{
	display: block;
	width: 190px;
	height: 40px;
	margin: -16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.shopSubmit
{
	background-image: url(../images/btGo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height:	25px;
	width: 44px;
	border:	none;
	margin: -2px 0px 0px 0px;
	text-indent: -999em;
}
.shopSubmit:hover
{
	background-position: 0 -25px;
}
.shopSubmit:active
{
	background-position: 0 -50px;
}

img.item
{
	margin: 0px;
}
.shopcategory
{
	float: left;
	padding: 10px 0px 0px 10px;
	width: 138px;
	height: 200px;
}
.shopcategory img
{
	margin: 0px 0px 4px 0px;
	width: 120px;
	height: 120px;
	border: 1px solid gray
}
.shopcategory p
{
	margin: 4px 0px 8px 0px;
	font-size: 11px;
	line-height: 11px;
}
.shop-caption {
	height: 48px;
}
.shopnav
{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.shopnavspan
{
	width: 200px;
}

.shopproduct img
{
	margin: 8px 0px 8px 0px;
	max-width: 210px;
}

.shopimgpanel
{
	float: left;
//	border: 1px solid #5D5D5D;
	margin: 8px;
	width: 220px;
}

.shoppricepanel
{
	float: left;
	margin: 8px 0px 8px 0px;
	width: 204px;	
}

.shopqtypanel
{
	float: left;
	background-color: #E0E0E0;
	border: 1px solid #808080;
	margin: 4px 0px 0px 0px;
	padding: 8px;
	width: 180px;	
}

/* Item */

#orderQty {
	width: 50px;
}
.shopop {
	width: 120px;
}
.shoperror
{
	display: none;
	font-size: 12px;
	line-height: 14px;
	width: 170px;
	padding: 4px;
	color: white;
	border: 1px solid white;
}

/* Small screen width mods */

@media (max-width: 1299px) {
	.formLabel {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.shop-pagetitle {
    	font-size: 20px;
  	}
	.confLeft, .confRight {
		font-size: 12px;
	}
	.basket p {
		float: left;
		margin-top: 8px;
	}
	.basket img {
		float: left;
		margin-top: 8px;
		margin-right: 0px;
	}
}
