


.shop-submenu {
	background-color: #283572;
	padding: 0px 0px 0px 10px;
	text-align: left;
	border-radius: 10px 10px 0px 0px;
}	
	
.shop-submenu a {
	display: inline-block;
	margin-left: 1px;
	padding: 10px 20px;
	color: #fff;
	text-decoration: underline;
}
	
.shop-submenu a.active, .shop-submenu a:hover {
	background-color: #3d487f;
}

@media screen and (max-width: 830px) {.shop-submenu a {
	padding: 10px 10px;	
	font-size: .9em;
}}
	
@media screen and (max-width: 735px) {.shop-submenu a {
	font-size: .8em;
}}
	
@media screen and (max-width: 685px) {.shop-submenu a {
	display: block;
	font-size: 1em;
}}
	
@media screen and (max-width: 350px) {.shop-submenu a {
	margin: 0px;
}}

.temp-shop-links {
	margin: 30px 0px;
	text-align: center;
}







/* ==================================== CATALOGUE ============================================ */



.tabs {
	padding: 0px;
}

.traders .tabs {
	margin: 0px 20px;
}

.tabs span {
	display: inline-block;
	background-color: #283572;
	color: #fff;
	text-align: center;
	opacity: .5;
	filter: alpha(opacity=50);
	cursor: pointer;
}

.tabs span:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}

.public .tabs span {
	margin: 0px 1px 0px 0px;
	padding: 5px 15px 0px;
	font-size: 1.2em;
	border-radius: 10px 10px 0px 0px;
	border: 4px solid #283572;
}

.traders .tabs span {	
	margin: 3px 10px 3px 0px;
	padding: 3px 10px;
	border-radius: 15px;
}

.traders .tabs span:first-child {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tabs div:last-child {
	background-color: #283572;
	border-radius: 0px 10px 0px 0px;
	border: 10px solid #283572;
	border-width: 10px 0px 0px;
}

@media screen and (max-width: 650px) {.public .tabs {
	background-color: #283572;
	border-radius: 10px 10px 0px 0px;
}}

@media screen and (max-width: 650px) {.public .tabs span {
	display: block;
	width: 100%;
	box-shadow: 0px -1px 2px -1px #fff;
}}

@media screen and (max-width: 650px) {.public .tabs span:first-child {
	display: block;
	width: 100%;
	box-shadow: none;
}}

@media screen and (max-width: 650px) {.public .tabs span {
	display: block;
	width: 100%;
}}

.tabs span:first-child {
	color: #fff;
	background-color: #283572;
	opacity: 1;
	filter: alpha(opacity=100);
}

.content h3 {
	margin: 30px 40px;
	padding: 0px;
	font-size: 1.2em;
	border-bottom: 0px dotted #283572;
}

.content h3 a {
	padding: 5px 10px;
	background-color: #e9ebf1;
	border: 1px solid #bec2d4;
}

.content hr {
	margin: 0px 30px 0px;
	border-top: 3px dotted #283572;
}

@media screen and (max-width: 700px) {.content hr {
	margin: 0px 20px 0px;
}}
	

html, body {overflow: scroll;}
	
.content {
	padding-top: 1px;
	text-align: center;
}

.public .content {
	border-color: #283572;
	border-style: solid;
}

.public .catalogue {
	border-width: 10px;
	border-radius: 0px 15px 15px 15px;
}

.traders .catalogue {
	border-color: #283572;
	border-style: solid;
	border-width: 5px;
	border-radius: 0px 5px 5px 5px;
	border: 0px;
}

@media screen and (max-width: 650px) {.public .catalogue {
	padding-top: 1px;
	border-radius: 0px 0px 15px 15px;
	border-top: 0px;
}}

.public .cart, .public .checkout {
	border-width: 0px 10px 10px 10px;	
	border-radius: 0px 0px 15px 15px;
}

.products {
	margin: 20px auto;
}

.products hr {
	margin: 10px 30px 10px;
	border-top: 3px dotted #283572;
}

.products > div {
	display: inline-block;
	width: 30%;
	min-width: 170px;
	margin: 10px 0px;
	padding: 10px 5px 5px;
	background-color: #283572;
	color: #fff;
	vertical-align: bottom;
	text-align: center;
}

.products > div > p {
	line-height: 1.15em;
}

.products > div > p:first-child span {
	display: inline-block;
	vertical-align: bottom;
}

.products > div > p:first-child span:first-child {
	width: 60%;
	min-height: 2.3em;
	text-align: left;
}

.products > div > p:first-child span:last-child {
	width: 35%;
	padding-left: 4px;
	font-size: 1.15em;
	background-color: #283572;
}

.catalogue .image > img {
	display: block;
	width: 100%;
	border: 3px double #789;
}

.catalogue .products .empty {
	width: 100%;
	padding: 61% 0;
	border: 3px double #789;
}

.catalogue .image {
	position: relative;
}

.catalogue .bestseller {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 3;
	text-align: right;
}

.catalogue .bestseller img {
	width: 37%;
}

.catalogue .sellingfast {
	position: absolute;
	top: 3%;
	z-index: 2;
	text-align: center;
}

.catalogue .sellingfast img {
	width: calc(100% - 4px);
}

@media screen and (max-width: 1050px) {.products > div > p:first-child {
		font-size: .85em;
		line-height: 1.15em;
	}
}


.count {
	position: relative;
	height: 25px;
	margin: -27px 3px 5px;
	padding: 1px 0px;
	background-color: rgba(233,233,233,.9);
	color: #165;
	text-shadow: 1px 1px 1px #fff;
	font-weight: 500;
	font-size: .9em;
	z-index: -1;
	border-top: 1px solid #ccc;
}

.count p {
	height: 21px;
	margin: 0px;
}

@media screen and (max-width: 1050px) {.count p {
		height: 19px;
		margin-top: 1px;
		font-size: .85em;
	}
}

.buy {
	position: relative;
	/* height: 40px; */
	margin: -0px 0px 0px;
	padding: 5px;
	background-color: rgba(255,255,255,.9);
	text-align: center;
	color: #444;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0px 0px 10px 1px #999 inset;
}

.buy .edit * {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	line-height: 20px;
}

.buy .add * {
	display: inline-block;
}

.buy .btn {
	border-color: #bbb;
}

.buy .edit .btn {
	font-size: 1em;
}

.buy .qty {
	text-align: center;
}

.buy select {
	width: 25%;
}

.buy span {
	width: 25%;
	padding: 5px;
}

.buy .edit input[type=text] {
	width: 40%;
}

@media screen and (max-width: 1200px) {.catalogue .empty {
		font-size: .85em;
}}
	
@media screen and (max-width: 900px) {.catalogue .empty {
		font-size: .75em;
}}






/* ==================================== CART ============================================ */


#cart {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	margin: 20px auto;
	text-align: right;
}

@media screen and (max-width: 899px) {#cart {
	width: 90%;
}}

	
#cart div {
	padding: 10px 20px;
	border-bottom: 1px dotted #283572;
}

@media screen and (max-width: 899px) {#cart div {
	padding: 10px 10%;
}}

@media screen and (max-width: 420px) {#cart div {
	padding: 10px 5%;
}}

#cart div:last-child {
	border-bottom: 0px;
}

#cart p {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 30px 0px 0px;
}

@media screen and (max-width: 899px) {#cart p {
	float: none;
	display: block;
	margin: 0px 0px 10px;
}}

#cart p > span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px;
}


/* item details */

#cart p:first-child {
	text-align: left;
}

@media screen and (min-width: 900px) {#cart p:first-child {
	float: left;
	text-align: left;
}}

#cart p:first-child > span {
	display: block;
	line-height: 1.1em;
}

#cart p:first-child > span:last-child {
	font-size: .75em;
	font-style: italic;
}



/* quantity and total */

@media screen and (max-width: 899px) {#cart p:last-child {
	margin-bottom: 0px;
	text-align: left;
}}

#cart .qty {
	display: inline-block;
	width: 110px;
	margin: 0px 0px 0px 0px;
}

#cart .qty > span {
	display: inline-block;
	width: 25px;
	background-color: #283572;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 13px;
}

#cart .qty input {
	width: 50px;
	margin: 0px 0px;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #aab inset;
	border: 0px;
}

#cart p:last-child > span:last-child {
	width: 70px;
	font-size: 1.15em;
	text-align: right;
}

@media screen and (max-width: 899px) {#cart p:last-child > span:first-child {
	text-align: left;
}}
	
@media screen and (max-width: 899px) {#cart p:last-child > span:last-child {
	width: calc(100% - 120px);
	text-align: right;
}}
	
@media screen and (max-width: 360px) {#cart p:last-child > span {
	display: block;
	width: auto;
	margin: 10px 0px 0px;
	text-align: left;
}}
	
@media screen and (max-width: 360px) {#cart p:last-child > span:last-child {
	width: 100%;
	text-align: right;
}}



/* empty cart */


div.empty {
	margin: 40px 0px;
}

div.empty p {
	display: block;
	margin: 10px 0px;
	text-align: center;
}



/* ==================================== TOTALS ============================================ */


.charges {
	max-width: 250px;
	vertical-align: middle;
	padding: 0px 8px;
	text-align: center;
	font-size: 1.2em;
	color: #555;
}

.subtotals {
	margin: 30px auto;
}

.totals {
	margin: 0px auto 30px;
	padding-top: 45px;
	font-size: 1.4em;
}

.charges p {
	margin: 0px 0px 0px 0px;
}

.charges .total {
	clear: both;
}

.charges .total:first-child {
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.charges .total:last-child {
	padding-bottom: 0px;
	border-bottom: 0px dotted #ccc;
}

.charges .total p {
	padding-top: 15px;
	word-spacing: 9px;
}

.charges .total:first-child p {
	padding-top: 0px;
}

.charges .adjustments {
	margin: 0px auto;
	padding: 5px 0px;
	border-bottom: 1px dotted #ccc;
}

.charges .adjustments:last-child {
	border-bottom: 0px;
}

.charges .adjustments > p {
	word-spacing: 9px;
}

.charges .adjustments * {
	font-size: .9em;
}

.charges .info p {
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px;
	background-color: #aaa;
	color: #fff;
	font-size: .75em;
	line-height: .75em;
	border-radius: 5px;
}

.charges .adjustments small {
	display: block;
	font-size: .65em;
	font-style: italic;
}

.checkout-link {
	display: block;
	max-width: 200px;
	margin: 0px auto 40px;
	padding: 5px 20px;
	background-color: #283572;
	color: #fff;
	font-size: 1.2em;
	border-radius: 10px;
	border: 1px solid #fff;
}

.checkout-link:hover,
.checkout-link:active,
.checkout-link:focus {
	color: #fff;
	box-shadow: 0px 2px 10px #89e;
}

.checkout .subtotals {
	margin: 30px auto 0px;
}

.checkout .totals {
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}


/* ==================================== CHECKOUT ============================================ */


.checkout {
	text-align: center;
}

.checkout form {
	display: block;
	margin:  0px auto 30px;
}

.checkout form.delivery {
	display: inline-block;
	width: 350px;
	max-width: 86%;
	padding: 50px 0px;
	text-align: left;
}

@media screen and (min-width: 850px) 
{.checkout form.delivery {
	width: 600px;
}}


form label {
	font-weight: normal;
}

@media screen and (min-width: 850px) 
{form label {
	width: 170px;
	text-align: right;
}}

@media screen and (min-width: 850px) 
{.form-control {
	display: inline-block;
	vertical-align: baseline;
	width: calc(100% - 180px);
	margin-left: 5px;
}}

@media screen and (min-width: 850px) 
{.form-group {
	margin: 0px 50px 15px 0px;
}}

@media screen and (min-width: 1000px) 
{.form-group {
	margin: 0px 100px 15px 0px;
}}

form.delivery p span.required {
	width: 8px;
}


form.delivery p.required {
	font-style: italic;
	font-size: .85em;
	text-align: right;
}

@media screen and (min-width: 850px) {form.delivery p.required {
	margin-right: 50px;
}}

@media screen and (min-width: 1000px) {form.delivery p.required {
	margin-right: 100px;
}}

form.delivery .discount {
	margin: 30px 0px 40px 0px;
	text-align: center;
	line-height: 1.1em;
}

form.delivery .discount label {
	width: 100%;
	text-align: center;
}

form.delivery .discount input {
	display: block;
	width: 80%;
	max-width: 150px;
	margin: 15px auto;
}

form.delivery input[type=submit] {
	display: block;
	margin: 30px auto;
}

/* @media screen and (max-width: 1000px) {form.delivery input[type=submit] { */
	/* margin: 20px 19%; */
/* }} */
	
/* @media screen and (max-width: 850px) {form.delivery input[type=submit] { */
	/* margin: 20px 0px; */
/* }} */
	

div.delivery {
	display: inline-block;
	padding: 30px 0px 0px;
}

div.delivery div {
	display: inline-block;
	text-align: left;
}

@media screen and (min-width: 800px) {div.delivery div {
	padding-left: 20px;
}}


div.delivery p {
	margin: 0px;
	font-style: italic;
}

div.delivery .confirmation {
	margin: 20px 0px 0px;
}
	
div.delivery .confirmation hr {
	margin: 5px 50px 5px 10px;
	border-top: 2px dotted #ccc;
}

div.delivery .confirmation form {
	margin: 0px 0px 30px;
}

.delivery .back input {
	display: block;
	margin: 10px auto 0px;
	font-size: .85em;
}

.international {
		display: inline-block;
		max-width: 500px;
		margin: 30px 30px;
		color: #933;
		font-size: 1.05em;	
}

.paypal {
	padding: 40px 0px 40px;
}


