<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Add your custom styles here **/


/* Filter arrow fixes */
.display .filter:after { left: 50px; right: auto;
}

/** Make search arrow ranged right in header **/
.search select.select,
.search input[type="text"].select {
	background-color: #f2f2f2;
	padding: 0 0px;
padding-left: 20px;
}
/** end search header **/

/** style for arrow on PER PAGE **/
.display form .form-group .numeric {
	width: 60px;
	padding-right: 0px;
}
/** END style for arrow on PER PAGE **/

}
/** Add padding on mobile devices for lead time product icon **/
@media (max-width: 479px) {
	.lead-time-product-icon {
		padding-left: 20px;
	}
}
.text-right {
	text-align: right;
}
@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
}

/* Account Invoice &amp; Basket */

.order-details {
	display: inline;
}

.display-mobile {
	display: none;
}

.totals {
	text-align: right;	
}
.total-value-right {text-align: right;}

@media only screen and (max-width: 767px) {
.total-value-right {text-align: left;}
}


@media only screen and (max-width: 767px) {

	.totals {
		width: 70% !important;
	}

	.totals.total-price {
		width: 30% !important;
	}

	.order-details {
		display: inline-block;
		width: 90px;
		margin-right: -4px;
	}

	.order-details input[type="text"] {
		display: inline-block;
		width: 80px;
	}

	.display-mobile {
		display: inline-block;
		width: 30px;
		margin-right: -4px;
		text-align: left;
	}
}






.delivery-options input[type="text"], .delivery-options input[type="email"], .delivery-options textarea, .delivery-options select {
	display: block;	
	width: 300px;
}

@media only screen and (max-width: 767px)
{
	
/* Hide Classes */
	.hide-sm {
		display: none;
	}
table.recent-orders td:nth-of-type(1):before { content: "Order Ref"; }
table.recent-orders td:nth-of-type(2):before { content: "Order Date"; }
table.recent-orders td:nth-of-type(3):before { content: "Order Amount";	text-align: left; }

 table.saved-basket-lines td:nth-of-type(1):before { content: "Item"; }
	table.saved-basket-lines td:nth-of-type(2):before { content: "Description"; }
	table.saved-basket-lines td:nth-of-type(3):before { content: "SKU"; text-align: left; }
	table.saved-basket-lines td:nth-of-type(4):before { content: "Quantity"; text-align: left; }
	table.saved-basket-lines td:nth-of-type(5):before { content: "Price"; text-align: left; }
	table.saved-basket-lines td:nth-of-type(6):before { content: "Line Price";	text-align: left; }

table.order-history td:nth-of-type(6):before { content: ""; }

table.order-history td:nth-of-type(5):before { content: "Amount"; text-align: left;}

table.invoices td:nth-of-type(5):before { content: "Amount"; text-align: left; }

table.transactions td:nth-of-type(1):before { content: "Application Ref"; }
table.transactions td:nth-of-type(2):before { content: "Customer Ref"; }
table.transactions td:nth-of-type(3):before { content: "Transaction Date"; }
table.transactions td:nth-of-type(4):before { content: "Payment Date"; }
table.transactions td:nth-of-type(5):before { content: "Amount"; text-align: left; }
table.transactions td:nth-of-type(6):before { content: "Outstanding"; text-align: left; }
}



@media (max-width: 1200px) and (min-width: 768px) {

	.prod-break .add {
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		font-size: 0.9em;
	}

	.prod-break .add .fa{
		margin-right: 0;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.prod-img {
		width: 100% !important;
	}

	.prod-img .cycle-slideshow img {
		left: 50% !important;
		width: 460px;
		height: auto;
		margin-left: -230px;
	}

	.prod-img .pager {
		text-align: center;
	}

	.prod-info {
		min-width: 505px !important;
	}

	.prod-break {
		width: 205px !important;
	}
}


/* Basket message */
.basket-changed-wrap {
	position: fixed;
	top: 45px;
	width: 100%;
	z-index: 9999;
	display: none;
}
.basket-changed-wrap.active {
	display: block;
}
.basket-changed-wrap .changed {
	background: #ff6c00;
	color: white;
	margin-bottom: 0;
	padding: 10px;
	border-radius: 3px;
	text-align: center;
}
.basket-changed-wrap .changed p {
	margin-bottom: 0;
}
.multi-basket .multi-wrap .multi-content strong {
	color: #005eb8;
	font-size: 1.2em;
}

.multi-basket {
	opacity: 1.0;
	background-color: rgba(0,94,184,0.3);
	border-top: 1px solid #005eb8;
	border-bottom: 1px solid #005eb8;
	-webkit-transition: visibility .2s ease .0s, opacity .2s ease .2s;
	-moz-transition: visibility .2s ease .0s, opacity .2s ease .2s;
	-ms-transition: visibility .2s ease .0s, opacity .2s ease .2s;
	-o-transition: visibility .2s ease .0s, opacity .2s ease .2s;
	transition: visibility .2s ease .0s, opacity .2s ease .2s;			 
}

.multi-basket .multi-wrap .primary:hover, .multi-basket .multi-wrap .primary:active {
	background: #0c347b;
	border: 1px solid #003c6d;
}
.fa{display:inline-block; cursor: pointer}
.fa-times-circle:before{cursor: pointer}

.code {
	font-size: 0.75em; margin-top: 0px;
	text-transform: uppercase;
	line-height: 1.5em;
	display: block;
}

/** Home Slider Fix **/

.banner .cycle-slideshow .slide .img img {
	width: 100% !important;
}

@media (max-width: 767px) {

.banner {
	overflow: hidden !important;
}

.banner .cycle-slideshow {
	background-repeat: repeat !important;
	height: 650px !important;
}
	
.banner .cycle-slideshow .slide .img {
	float: none !important;
	width: 100% !important;
	margin-top: 0 !important;
	text-align: center !important;
}

.banner .cycle-slideshow .slide .img img {
	width: 80% !important;
}


.banner .cycle-slideshow .slide .txt {
	float: none !important;
	width: 100% !important;
	margin-top: 15px !important;
}

}

/** Main Nav **/

@media (max-width: 1199px) {
	nav .row ul {
		text-align: center;
	}

	nav .row ul li a, nav .row ul li:visited {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 0.85em;
	}
}


/** Mega Menu **/

nav .row ul li .main-sub.active {
	padding-top: 0px !important;		 
}	

nav .row ul li .main-sub ul {
	width: 100%;							 
	margin: 0;			
}


nav .row ul li .main-sub ul li.title {
	width: 100%;
	font-size: 1.1em;
	color: #005eb8;
}

nav .row ul li .main-sub ul li.title a {
	color: #005eb8; 
}

nav .row ul li .main-sub ul li.title a:hover {
	color: #ff6c00;
}

nav .row ul li .main-sub ul li.sub {
	float: left;
 	width: 23%;
	margin-left: 0;
	margin-right: 2%;
	padding: 5px 0;
	border: none;
}

nav .row ul li .main-sub ul ul {
	padding: 5px 0;
}

@media (max-width: 1199px) {
	nav .row ul li .main-sub ul
		text-align: left;
		padding-top: 10px;
	}

	nav .row ul li .main-sub ul ul {
		text-align: left;
	}

	nav .row ul li .main-sub ul li.sub {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: 0;
		margin-right: -4px;
		padding: 1px 0;
	}
}



/** END Mega Menu **/

.md-device-menu.active ul li a {
		width: 100%;
		display: block;
		color: #005eb8;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f4f4f4;
		font-size: 1.2em;
	}
.md-close {
		width: 30px;
		height: 30px;
		background: #005eb8;
		color: white;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		float: right;
		border-color: transparent;
		font-size: 1.5em;
		padding: 0;
		line-height: 1;
		text-shadow: 1px 1px #005eb8;
	}


h1, h2, h3, h4, h5, h6 {
		font-family: 'gotham_boldregular';
		 }

@font-face {
		font-family: 'gotham_boldregular';
		src: url('/assets/file/fonts/gotham-bold-webfont.eot');
		src: url('/assets/file/fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
				 url('/assets/file/fonts/gotham-bold-webfont.woff2') format('woff2'),
				 url('/assets/file/fonts/gotham-bold-webfont.woff') format('woff'),
				 url('/assets/file/fonts/gotham-bold-webfont.ttf') format('truetype'),
				 url('/assets/file/fonts/gotham-bold-webfont.svg#gotham_boldregular') format('svg');
		font-weight: normal;
		font-style: normal;

}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 38px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 31px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }

@font-face {
		font-family: 'gotham_mediumregular';
		src: url('/assets/file/fonts/gotham-medium-webfont.eot');
		src: url('/assets/file/fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
				 url('/assets/file/fonts/gotham-medium-webfont.woff2') format('woff2'),
				 url('/assets/file/fonts/gotham-medium-webfont.woff') format('woff'),
				 url('/assets/file/fonts/gotham-medium-webfont.ttf') format('truetype'),
				 url('/assets/file/fonts/gotham-medium-webfont.svg#gotham_mediumregular') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'gotham_lightregular';
		src: url('/assets/file/fonts/gotham-light-webfont.eot');
		src: url('/assets/file/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
				 url('/assets/file/fonts/gotham-light-webfont.woff2') format('woff2'),
				 url('/assets/file/fonts/gotham-light-webfont.woff') format('woff'),
				 url('/assets/file/fonts/gotham-light-webfont.ttf') format('truetype'),
				 url('/assets/file/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
		font-weight: normal;
		font-style: normal;
}
.product .info .title {
 
	font-size: 1.2em;
	min-height: 85px;
	height: 85px;
font-family: 'gotham_boldregular';
}

.prod-info h1 {
	font-size: 1.7em;
	line-height: 1.2em; font-family: 'gotham_boldregular';
}
.prod-break .block .price {
	font-size: 2.1em;
	float: left;
	line-height: 1.2em;
	color: #1047aa;
	font-weight: normal;
 font-family: gotham_boldregular;
}
.product .info .price {
	font-size: 1.4em;
	color: #1047aa;
	font-family: gotham_boldregular;
}

.topper .account-menu li a,
.topper .account-menu li:visited {
	color: #0053A6; font-weight:normal; font-family: 'gotham_boldregular';
}
.topper .account-menu li a:hover,
.topper .account-menu li:visited:hover,
.topper .account-menu li a:active,
.topper .account-menu li:visited:active {
	color: #0070DF;
}

		.xcontainer .col-16								 { width: 1180px; padding: 0; }

{# Removed by Glenn as it mucks up lots of styling, the selector needs to be more specific. ".row" is used all over the place #}
{#
.row	 { margin-bottom: 20px; padding: 0; }
#}


.relative {
	position: relative; padding: 0;
}

table {
	font-size: 0.9em;
	margin-bottom: 20px;
}
table thead {
	font-weight: normal;
font-family: 'gotham_mediumregular';
font-size: 1.1em; 
}


.search {
	width: 100%;
	display: inline-block;
	margin-bottom: 0; font-family: 'gotham_mediumregular';
}
.totals {
	font-size: 1.2em;
	font-weight: normal;
font-family: 'gotham_boldregular';
}
.totals .smaller {
	font-weight: normal;
	font-size: 0.8em;
 font-family: 'Open Sans', sans-serif;
}
.totals .total {
	color: #ff6c00;
	font-size: 1.2em; font-family: 'gotham_boldregular';
}
.totals p {
	margin-bottom: 5px; font-family: 'gotham_boldregular';
}

nav .row ul {
	list-style: none; padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em; 
}
nav .row ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}

 nav .row ul li:hover a,
nav .row ul li:active a { 
	background-color: #0086DF; 
	color: white;
}
nav .row ul li:visited:hover {
	background-color: #eeeeee; padding: 0;
	color: white;}

nav .row .col-16 .wrap {
	background: #0070DF; padding: 0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0072BB 0%, #0053A6 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0072BB), color-stop(100%, #0053A6));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0072BB 0%, #0053A6 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0072BB 0%, #0053A6 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0072BB 0%, #0053A6 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #0072BB 0%, #0053A6 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colour1', endColorstr='darken(@colour2, 10%)', GradientType=0);
	/* IE6-9 */
	height: 50px; padding: 0; position: relative; z-index: 99999;}		

.feature-categories {
	border: 3px solid #0072BB;
	height: 400px;
}
.feature-categories ul li {
	margin: 0;
	padding: 0;
	height: 12.5%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #96B6DF;
	line-height: 2.1em;
 background-color: #ffffff;
}

.feature-categories ul li.title {
	display: block;
	padding: 10px 15px;
	background-color: #96B6DF;
	color: white;
	font-size: 1.1em;
	line-height: 1.8em;
}
.feature-categories {
	border: 3px solid #96B6DF;
	height: 400px;
}
.feature-categories ul li .sub.active {
	width: 903px;
	padding: 20px;
	border-top: 3px solid #0072BB;
	border-right: 3px solid #0072BB;
	border-bottom: 3px solid #0072BB;
}
.feature-categories ul li:hover a,
.feature-categories ul li:active a {
	color: #e87722 !important;
}
.feature-categories ul li:hover .sub ul li a,
.feature-categories ul liactive .sub ul li a {
	color: #666666 !important;
}


.banner .cycle-slideshow .slide .img {
	width: 40%;
	text-align: left;
	float: left; margin-top: 30px;
}
.banner .cycle-slideshow .slide .txt {
	float: right;
	width: 55%; 
}
.banner-description {
color: #ffffff;	font-size: 19px;
 font-family: 'gotham_mediumregular';}


.primary {
	background: #005eb8; font-family: 'gotham_mediumregular';
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #005eb8;
	-webkit-transition: background-color 0.2s linear 0;
	-moz-transition: background-color 0.2s linear 0;
	-ms-transition: background-color 0.2s linear 0;
	-o-transition: background-color 0.2s linear 0;
	transition: background-color 0.2s linear 0;
	text-shadow: none;
	border-radius: 3px;
	padding: 7px 14px;
	display: inline-block;
	font-size: 12px;
}
.primary:hover,
.primary:active {
	background: #ff6c00;
	border: 1px solid #ff6c00;
	color: white;
	-webkit-transition: background-color 0.2s linear 0.2s;
	-moz-transition: background-color 0.2s linear 0.2s;
	-ms-transition: background-color 0.2s linear 0.2s;
	-o-transition: background-color 0.2s linear 0.2s;
	transition: background-color 0.2s linear 0.2s;
}
.secondary {
	background: #1047aa;
font-family: 'gotham_mediumregular';
font-size: 11px;
}
.default {
	background: #f2f2f2;
	color: #333333;
	font-weight: normal;
font-family: 'gotham_mediumregular';
}

.primary_orange
{
	background: #0072BB;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #0072BB;
	-webkit-transition: background-color 0.2s linear 0;
	-moz-transition: background-color 0.2s linear 0;
	-ms-transition: background-color 0.2s linear 0;
	-o-transition: background-color 0.2s linear 0;
	transition: background-color 0.2s linear 0;
	text-shadow: none;
	border-radius: 3px;
	padding: 7px 14px;
	display: inline-block;
	font-size: 12px;
}

.primary_orange:hover, .primary_orange:active
{
	background-color: #e87722;	color: white;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e66100;
	border-right-color: #e66100;
	border-bottom-color: #e66100;
	border-left-color: #e66100;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	color: white;
	transition-property: background-color;
	transition-duration: 0.2s;
	transition-timing-function: linear;
	transition-delay: 0.2s;
}

.newsletter {
	background-color: #0072BB;
	color: white;
	overflow: auto;
	font-size: 1.3em;
}

.search .search-button {
 font: normal normal normal 20px/1 FontAwesome; right: 15px;
	top: 4px;
	position: absolute;
 
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

.banner .cycle-slideshow {
	background: url(/assets/file/img/bgblue.jpg) no-repeat;
	height: 400px;
}

.banner .cycle-slideshow .slide .txt .title {
	color: white;
	text-transform: uppercase;	font-family: 'gotham_boldregular';
	display: block;
	margin-bottom: 20px;
	font-size: 1.9em;
	line-height: 1.2em;
	margin-top: 20px;
}
.banner .pager span:hover,
.banner .pager span:active,
.banner .pager span.cycle-pager-active {
	color: #005eb8;
}


p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;	}

.footer-logged-in {
	vertical-align:top;
}

.browse-catalogue {
	border: 3px solid #96B6DF;
}
.browse-catalogue ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
.browse-catalogue ul li {
	margin: 0;
	padding: 0;
	height: 12.5%;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #96B6DF;
	line-height: 2.1em;
}
.browse-catalogue ul li:last-child {
	border-bottom: 0;
}
.browse-catalogue ul li.title {
	display: block;
	padding: 10px 15px;
	background-color: #96B6DF;
	color: white;
	font-size: 1.1em;
	line-height: 1.8em;
}
.browse-catalogue ul li:hover a,
.browse-catalogue ul li:active a {
	color: #e87722 !important;
}
.browse-catalogue ul li a {
	height: 100%;
	display: block;
	padding: 10px 15px;
	line-height: 1.8em;
	color: #666666;
}
.browse-catalogue ul li a:hover,
.browse-catalogue ul li aactive {
	color: #009f8e;
}
.browse-catalogue ul li a .fa {
	float: right;
	margin-top: 4px;
}

.category:hover,
.category:active {
	border-color: #0072BB;
}
.category:hover .info,
.category:active .info {
	background: #0072BB;
	color: white;
}

.action ul li a.mail {
	background: #666666;
	border: 1px solid #4d4d4d;
}
.action ul li a.mail:hover,
.action ul li a.mailactive {
	background: #8d8d8d;
}
.action ul li a {
	display: block;
	padding: 11px;
	color: white;
	border-radius: 3px;
	font-size: 1.4em;
}

table tr td {
	padding: 10px;
	vertical-align: top;
}

.fa-times {
	color: #ff0000;}
.fa-times.a {
	color: #ff0000;}
.fa-times:before{color: #ff0000;}


.breadcrumbs ul li::after {
	content: "/\00a0";
	padding: 0 5px;
	color: #8c8c8c;
}
.breadcrumbs ul li.last::after {
	content: "";
	padding: 0 5px;
	color: #8c8c8c;
}
.breadcrumbs ul li a {
	color: #4d4d4d;
}
.breadcrumbs ul li a:hover {
	color: #e87722;
}

.checkout-procedure li {
	margin: 0;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 16.6%;
	color: white;
	float: left;
	height: 50px;
}

.main {
	margin-top: 50px;
}

.head {
	margin: 0px 0 0px;
}

.basket {
	cursor: pointer;
	z-index: 31999;
	float: right;
	height: 60px;
	background-color: white;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: -10px;
	position: relative;
}


.basket-push {
	position: relative;
	z-index: 999;
	background: white;
	padding-top: 0px;
	padding-bottom: 10px;
	height: inherit;
	margin-bottom: 10px;
}

.basket-content {
	position: absolute;
	top: 65px;
	right: 0;
	width: auto;
	margin-right: 10px;
	padding: 0;
	background: white;
	z-index: 999;
	height: 0;
	overflow: hidden;
}
.basket-content.active {
	padding: 20px;
	border-bottom: 3px solid #ff6c00;
	overflow: auto;
	height: auto;
}
.side-categories ul li.title, .side-filters ul li.title
{
	background-color: #96B6DF;
	border: 0px solid #96B6DF;
}
.side-filters {
	border: 3px solid #96B6DF;
}

nav .row ul li .main-sub.active
{
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #006DB8;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #006DB8;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #006DB8;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006DB8;
}

.pagination ul li span {
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px 0;
	color: white;
	background: #005eb8;
	border: 1px solid #004284;

}

.display ul li a.active {
	color: white;
 background: #005eb8;
	border: 1px solid #004284;
}
a:hover, a:focus { color: #e87722; }

.btn.btn-head {
		color: #005eb8;
		display: inline-block;
	}
.md-device-menu {color: #005eb8;}
.md-device-menu active {color: #005eb8;}

.md-close:hover, .md-close:active, .md-close:focus {
		background: #e87722;
		border-color: transparent;}

.md-close {
		width: 30px;
		height: 30px;
		background: #005eb8;
		color: white;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		float: right;
		border-color: transparent;
		font-size: 1.5em;
		padding: 0;
		line-height: 1;
		text-shadow: 1px 1px #005eb8;
	}

.md-close:hover, .md-close:active, .md-close:focus {
		background: #005eb8; 	color: #005eb8;
		border-color: transparent;
	}



/*@media only screen and (max-width:959px)*/
.active.md-device-menu ul li a {
		width: 100%; text-align: left;
		display: block;
		color: #005eb8;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f4f4f4;
		font-size: 1.2em;
}
.md-device-menu.active ul li a {
		width: 100%;
		display: block;
		color: #005eb8;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #f4f4f4;
		font-size: 1.2em;
	}


 ul.tab-nav {
		list-style: none;
		border-bottom: 1px solid #bbb;
		padding-left: 0;
		margin-top: 20px;
	}

	ul.tab-nav li {
			display: inline;
	}

	ul.tab-nav li a.button {
			border-bottom-left-radius: 0;
			border-bottom-right-radius: 0;
			margin-bottom: -1px;
			padding-top: 12px;
			padding-left: 20px;
			padding-bottom: 12px;
			padding-right: 20px;
			border-bottom: none;
			background: #f2f2f2;
			text-transform: uppercase;
			font-size: 1.0em;
	}

	ul.tab-nav li a.active.button {
			border-bottom: 1px solid #fff;
			background: transparent;
	}

	.tab-content .tab-pane {
			display: none;
	}

	.tab-content .tab-pane.active {
			display: block;
	}



.product.list .price-area .block .price {
	font-family: 'gotham_boldregular';
	font-size: 1.8em;
	float: left;
	line-height: 1.2em;
}

.product .info .price {
	font-size: 1.4em;
	color: #1047aa;
	font-weight: bold;	font-family: 'gotham_boldregular';
}
.product .info .title {
	font-weight: bold; font-family: 'gotham_boldregular';
	font-size: 1em;
	min-height: 85px;
	height: 85px;
}


.product.grid .price-area {
	font-family: 'gotham_boldregular';
	min-height: 145px;
	padding: 20px;
	background-color: #f8f8f8;
	border-left: 1px solid #e5e5e5;
}

.spinner	{
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background: url('/assets/file/img/loading.gif') 50% 50% no-repeat rgb(255,255,255);
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
		/* Hidden Elements */			
		.account-menu .basket-link {
				display: none !important;
		}
}

.product .info .title .stock.safe {
	color: black;
}

/* CSS for product icons */

.prod-info ul.icons li {
		display: inline-block;
		width: 12.5%;
		margin-right:1%;
		text-align: center;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.prod-info ul.icons li {
			display: inline-block;
			width: 15%;
			margin-right:1%;
			text-align: center;
	}
}

@media only screen and (max-width: 767px) and (min-width: 350px) {
	.prod-info ul.icons li {
			display: inline-block;
			width: 24%;
			margin-right:1%;
			text-align: center;
	}

}

@media only screen and (max-width: 641px) and (min-width: 451px) {
	.prod-info ul.icons li {
			display: inline-block;
			width: 19%;
			margin-right:1%;
			text-align: center;
	}

}

/* CSS for navigation bar drop down menus */
.drop {
	background-color: transparent;
	color: white;
	padding: 16px;
	margin-bottom:16px;
	font-size: 14px;
	border: none;
	cursor: pointer;
}


.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	background-color: white; !important
	border: 2px #337ab7 solid;
	white-space: nowrap;
	margin-top:17px;
	text-align: left;
	display: none;
	position: absolute;
	min-width: 200px;
	z-index: 1;
}

.dropdown-item {
	background-color:white;
	color:black;
	border:2px #000000 solid;
	border-top:0px;
}

.dropdown:hover .dropdown-content {
	display: block;
	background-color: white; !important
	border: 2px #337ab7 solid;
}

/* style to handle new plus and minus in quantity*/
/* products page*/

#button-sub, #button-add {
width : 30px;
height : 30px;
border-radius: 3px;
background: #fff; 
margin-top: 0px;
margin-left: 0px;
font-size: 1.5em;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
align-items: center;
justify-content: center;
padding-top: 0px;
}

#button-add:hover {
background-color: #ccc; 
}

#button-sub:hover {
background-color: #ccc; 
}

.quantity-group {
		display: flex;
		float:right
}


#button-sub {
border-radius: 3px 0px 0px 3px;
border-right: none;
}

#button-add {
border-radius: 0px 3px 3px 0px;
border-left: none;
}

.prod-break .block .quantity {
		float: none!important; 
		margin: 0 0!important;
	}

#prod-info {
width: 480px;
}

#prod-break {
width: 230px;
}

.stock.safe {
		width: 400px!important;
	}

table tr td input.quantity {
		text-align: center;
}

/*categories product listing*/

.product.list .price-area .block .quantity {
		float: none!important; 
		margin: 0 0!important;
}

@media only screen and (max-width: 480px) {
	.product.list .info .title {
		font-size: 1.2em;
		min-height: 100px;
	}
}
#price-area {
		min-height: 185px;
	}

#product-text {
	padding-top:10px;
	padding-left: 10px;
}
#product-text-list {
	padding-top: 10px;
}
@media (max-width: 479px) {
	#product-text-list {
		padding-top: 10px;
		padding-left: 20px;
	}
}

/*basket*/

.basket-wrap .quantity {
		width: 65px!important;
		margin-left: 0px!important;
		height : 30px!important;
		text-align: center!important;
}
#basket-quantity {
		float: left;
}

table tr td input.quantity {
		height: 30px;
}

#myproducts-quantity {
		float: none;
}

.break {
margin-top: 50px;
}

.myshopping-price {
font-size: 1.5em!important;
}

	#myshopping-quantity {
		float: right;
		padding-bottom: 15px;
}

/* Recommended products */

#recomended-price-area {
		 height: unset!important; 
		min-height: 75px;
		max-height: 200px;
}

#recomended-price-area .quantity-group {
float:left;
}

 @media (max-width: 479px) {
		.shopping-list-order .price-area .price-block {
				width: calc(80% - 10px)!important;
		}

#price-area {
	height: unset!important;
	max-height: 151px !important;
	min-height: 71px !important;
	}

#prod-info {
		width: 300px;
	 }
#recomended-price-area .quantity-group {
	float:right!important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
		.shopping-list-order .price-area .price-block {
				width: calc(80% - 10px)!important;
		}

#price-area {
	height: unset!important;
	max-height: 151px !important;
	min-height: 71px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
		.shopping-list-order .price-area .price-block {
				width: 100%!important;
		}

#price-area {
	height: unset!important;
	max-height: 151px !important;
	min-height: 71px !important;
	float: right;
	width: 238px;
	}
#shopping-product-description {
		width: 300px
	}
#shopping-product-title {
		width: 300px;
	}

#product-listting-block{
	 width: 572px;
	 }

}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
		.shopping-list-order .price-area .price-block {
				width: 100%;
		}

#price-area {
	height: unset!important;
	max-height: 195px !important;
	min-height: 125px !important;
	float: right;
	width: 208px;
	}

#shopping-product-description {
		width: 300px;

	}

#shopping-product-title {
		width: 300px;
	}

#prod-info {
		width: 330px;
	}

#product-listting-block{
	 width: 530px;
	 }

.stock.safe {
		width: 300px!important;
	}

}
@media only screen and (min-width: 1199px) {
	
#case {
	width: 125px;
} 

#case-price {
	padding-left: 15px;
	width: 155px;
}

		}

#data-protection { 
		width: 20px!important;
}</pre></body></html>