@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*---------------------------------------------------------------------*/
/* RESET */
/*---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html * {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

td.desktop {
	display: table-cell;
}


/*---------------------------------------------------------------------*/
/* HEADER: General Tags &amp; Text */
/*---------------------------------------------------------------------*/

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ededeb;
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

a {
	color: #1b1b1b;
	text-decoration: underline;
}

a:hover {
	color: #1b1b1b;
}

h1 {
	margin: 0 0 17px;
	padding: 0 0 10px;
	clear: both;
	border-bottom: 1px solid #d9d9d8;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

.product h1 {
	margin: 0 0 10px;
	padding: 0;
	border-bottom: none;
	font-size: 1.125em;
	font-weight: 600;
	text-transform: none;
}

h2 {
	margin: 0 0 15px;
	clear: both;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

h3 {
	font-size: 0.8em;
	font-weight: 600;
}

p {
	margin: 0 0 15px;
	line-height: 1.5;
}

#main-content p, #main-content ul, #main-content ol {
	margin: 0 0 15px;
	font-size: 0.8em;
	line-height: 1.5;
}

#main-content ul, #main-content ol {
	margin: 0 0 15px 17px;
}

#main-content ul {
	list-style-type: disc;
}

#main-content ol {
	list-style-type: decimal;
}

	#main-content ul ul,
	#main-content ul ol,
	#main-content ol ul,
	#main-content ol ol {
		font-size: 1em;
	}

strong {
	font-weight: 700;
}

input, textarea, select {
	height: 17px;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	color: #1b1b1b;
	font-family: 'Open Sans', sans-serif;
}

input:focus, textarea:focus, select:focus {
	border-color: #91b970;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

input.error, textarea.error, select.error {
	margin: 0 0 10px;
	border-color: #de8589;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

textarea {
	height: auto;
	overflow: auto;
}

select {
	padding: 6px;
}

input.radio {
	width: auto;
	border: 0;
	box-shadow: none;
}

input.checkbox {
	position: relative;
	top: 2px;
	border: 0;
	box-shadow: none;
}

input[type='checkbox'],
input[type='radio'] {
	height: auto;
}

.button {
	min-width: 70px;
	height: 36px;
	padding: 0 10px;
	float: left;
	background: #3b7950 url(../images/button-bg.png) 0 0 repeat-x;
	border: 1px solid #3c6b4c;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #435f4d;
	cursor: pointer;
}

.cart-remove .button {
	min-width: 0;
}

input.button {
	height: auto;
	padding: 9px 20px;
	line-height: normal;
}

.button:hover {
	background: #2b583a url(../images/button-bg.png) 0 -50px repeat-x;
	border: 1px solid #18281d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-shadow: 0 1px 0 #163d24;
}

form .button {
	float: left;
}

.error-text {
	font-weight: 600;
	color: #c00;
	font-size: 12px;
}
/*---------------------------------------------------------------------*/
/*  MAIN STRUCTURE  */
/*---------------------------------------------------------------------*/

.center {
	width: 966px;
	margin: 0 auto;
}

.cl {
	clear: left;
}

.cb {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.fn {
	float: none;
}

.col551 {
	width: 551px;
}

.col468 {
	width: 468px;
}

.col462 {
	width: 462px;
}

.col385 {
	width: 385px;
}

.col332 {
	width: 332px;
}

.col302 {
	width: 302px;
}

.col296 {
	width: 296px;
}

.col219 {
	width: 219px;
}

.col136 {
	width: 136px;
}

.col50p {
	width: 50%;
}

.col {
	margin-right: 29px;
}

.col-end {
	margin-right: 0;
}

.box-wrap {
	margin: 0 0 20px;
	padding: 2px;
	border: 1px solid #c0c0c0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background-color: #eff3ee;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

	.box {
		padding: 23px 20px;
		font-size: 0.8em;
	}

	.box-negative, .box-positive {
		padding-left: 80px;
		background: #d45f5f url(../images/hazard-bg.png) 20px center no-repeat;
		color: #fff;
		font-size: 1.125em;
		font-weight: 600;
		text-align: center;
		line-height: 1.3;
	}

		.box-negative a, .box-postive a {
			color: #fff;
		}

	.box-negative {
		background: #d45f5f url(../images/hazard-bg.png) 20px center no-repeat;
	}

	.box-positive {
		background: #56926A url(../images/hazard-bg.png) 20px center no-repeat;
	}

.shadow {
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

#content-wrap, #content-wrap-full {
	width: 966px;
	margin-bottom: 49px;
	padding: 10px 28px 30px;
	/*padding: 30px 28px 90px;*/
	position: relative;
	z-index: 5;
	/*background: #fff url(../images/content-wrap-bg.png) right 0 repeat-y;*/
	border: 1px solid #cececd;
	border-top: none;
	background-color: #FFFFFF;
}

#content-wrap-full {
	background: #fff;
}

	#main-content {
		width: 717px;
		margin: 20px 30px 0 0;
		float: left;
	}

	#content-wrap-full #main-content {
		width: 966px;
		margin: 0;
	}

	#right-menu {
		width: 219px;
	}

/*---------------------------------------------------------------------*/
/* HEADER: Delivery Timer */
/*---------------------------------------------------------------------*/

.deliver-timer {
	height: 32px;
	background-color: #eaeaea;
	color: #1b1b1b;
	font-size: 13px;
	line-height: 31px;
}

	.deliver-timer .center {
		width: 930px;
		padding: 0 0 0 36px;
		background: url(../images/timer.gif) 0 5px no-repeat;
	}

	.deliver-timer .countdown-section {
		margin: 0 2px;
		padding: 2px 3px;
		position: relative;
		background-color: #232323;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		color: #fff;
	}

		.deliver-timer .countdown-section:after {
			content: '';
			width: 100%;
			height: 0;
			position: absolute;
			top: 11px;
			left: 0;
			border-top: 1px solid #555;
			border-top: 1px solid rgba(243,244,244,0.3);
		}

	.deliver-timer a {
		text-decoration: none;
	}

		.deliver-timer a i {
			font-size: 10px;
			font-style: normal;
		}

		.deliver-timer a:hover span {
			text-decoration: underline;
		}

#Stage_jbeeb_3 {
	top: 6px !important;
	font-size: 13px !important;
}

/*---------------------------------------------------------------------*/
/* HEADER: Page Header */
/*---------------------------------------------------------------------*/

.header-wrap {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 10;
	background: url(../images/body-bg-black.png) 0 0 repeat-x;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

	#header {
		height: 128px;
		/* background: url(../images/header-bg.png) 14px 0 no-repeat; */
		/* background: url(../images/header-bg-blackfriday2019.jpg) 14px 0 no-repeat; */
	}

		#header a {
			color: #fff;
		}

		.logo {
			width: 400px;
			height: 0;
			padding: 128px 0 0;
			overflow: hidden;
			/* background: url(../images/BC_logo2020_v4.png) 0 0 no-repeat; */
			background-repeat: no-repeat;
			background-image: url('../images/britcar-logo-white.png');
			background-size: auto 90%;
			background-position: left center;
			margin-left: -20px;
		}

		#header-right {
			width: 430px;
			margin: 27px 0 0;
			color: #fff;
			font-size: 0.75em;
		}

			#header-right a {
				color: #fff;
				text-decoration: none;
			}

			#header-right a:hover {
				text-decoration: underline;
			}

			.header-right-top, .header-right-bottom {
				width: 100%;
				float: left;
			}

			.header-right-top {
				margin: 0 0 18px;
				padding: 0 0 18px;
				position: relative;
				z-index: 60;
				border-bottom: 1px solid #9bbfa9;
			}

				#header-right li {
					margin: 0 12px 0 0;
					padding: 0 12px 0 0;
					float: left;
					position: relative;
					border-right: 1px solid #9bbfa9;
				}

				#header-right .header-right-top li {
					margin: 0 25px 0 0;
					padding: 0 25px 0 0;
				}

				#header-right li.telephone {
					font-size: 1.1666em;
				}

				#header-right li.last {
					margin: 0;
					padding: 0;
					border-right: none;
				}

				.header-right-bottom a {
					padding: 0 0 0 20px;
					background-image: url(../images/header-right-links-bg.png);
					background-repeat: no-repeat;
				}

				.header-right-bottom a.login {
					background-position: 0 0;
				}

				.header-right-bottom a.register {
					background-position: 0 -18px;
				}

				.header-right-bottom a.basket {
					background-position: 0 -39px;
				}

				.header-right-bottom a.checkout {
					background-position: 0 -57px;
				}

			.blog-telephone {
				margin: 0 0 20px;
				float: right;
				font-size: 1.5em;
			}

/*---------------------------------------------------------------------*/
/* HEADER: CURRENCY CHANGE */
/*---------------------------------------------------------------------*/

.currency-change {
	width: 165px;
	position: absolute;
	top: -7px;
	z-index: 10;
	background: #588d6a;
	border: 1px solid #8caf98;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

	.currency-change span {
		width: 145px;
		padding: 6px 10px;
		display: block;
		background: #588d6a url(../images/currency-arrow.png) right -1px no-repeat;
	}

	.open span {
		background: #588d6a url(../images/currency-arrow-up.png) right -2px no-repeat;
	}

	.currency-change span:hover, .open span:hover {
		background-color: #558364;
	}

	.currency-list {
		padding: 0 0 5px;
		display: none;
	}

		#header-right .currency-list li {
			width: 165px;
			margin: 0;
			float: none;
			border: none;
		}

			#header-right .currency-list li a {
				padding: 5px 10px;
				display: block;
				text-decoration: none;
			}

			#header-right .currency-list li a:hover {
				background-color: #558364;
			}

/*---------------------------------------------------------------------*/
/* HEADER: MAIN NAV */
/*---------------------------------------------------------------------*/

#nav {
	height: 69px;
	margin-top: 2px;
}

	#nav ul {
		width: 707px;
		height: 69px;
		margin: 0;
		float: left;
		position: relative;
	}

		#nav ul li, #nav ul li a {
			float: left;
		}

		#nav ul li {
			margin: 0 17px 0 0;
		}

			#nav ul li a {
				height: 69px;
				padding: 0 18px;
				display: block;
				color: #fff;
				font-size: 0.8em;
				text-decoration: none;
				text-transform: uppercase;
				line-height: 69px;
			}

			#nav ul li a.menu-first {
				padding-left: 0;
			}

			#nav ul li a.menu-products {
				padding: 0 15px;
				position: relative;
				background-color: #3e3e3e;
				border-left: 1px solid #7e7e7e;
				border-right: 1px solid #7e7e7e;
			}

				#nav ul li a.menu-products:after {
					content: '.';
					width: 18px;
					height: 0;
					padding: 10px 0 0;
					position: absolute;
					bottom: -10px;
					left: 63px;
					z-index: 30;
					overflow: hidden;
					display: block;
					background: url(../images/menu-products-bg.png) 0 0 no-repeat;
				}

				#nav ul li a.menu-products:hover:after,
				#nav ul li:hover a.menu-products:after {
					background: url(../images/menu-products-bg.png) 0 -10px no-repeat;
				}

			#nav ul li a:hover,
			#nav ul li a.current {
				text-decoration: underline;
			}

			#nav ul li a.menu-products:hover {
				background-color: #343434;
				text-decoration: none;
			}

				/*  SUB NAV  */
				#nav ul ul {
					width: 1022px;
					height: auto;
					padding: 0;
					display: none;
					position: absolute;
					top: 69px;
					left: -28px;
					z-index: 9;
					background: #fff url(../images/mega-nav-bg.png) 0 0 repeat-x;
					border-top: 1px solid #151617;
					border-bottom: 3px solid #58946c;
					box-shadow: 0 0 10px rgba(0,0,0,0.6);
				}

				#nav ul li:hover ul {
					display: block;
				}

					#nav ul ul li {
						width: 203px;
						margin: 0;
						border-right: 1px solid #d9d9d8;
						float: left;
					}

					#nav ul ul li.last {
						width: 206px;
						border-right: none;
					}

						#nav ul ul li a {
							width: 173px;
							height: auto;
							min-height: 35px;
							padding: 20px 15px;
							border-bottom: 1px solid #d9d9d8;
							color: #1b1b1b;
							font-size: 0.75em;
							font-weight: 600;
							line-height: normal;
						}

						#nav ul ul li.last a {
							width: 176px;
						}

						#nav ul ul li a:hover,
						#nav ul ul li a.current {
							background-color: #eff3ee;
							color: #189241;
							text-decoration: none;
						}

			#nav ul li.small-sub-nav {
				position: relative;
			}

				#nav ul li.small-sub-nav ul {
					width: 203px;
					left: 0;
				}

					#nav ul li.small-sub-nav ul a {
						width: 173px;
						height: auto;
						min-height: 0;
						padding: 10px 15px;
						font-weight: normal;
					}

/*---------------------------------------------------------------------*/
/* HEADER: Main Search */
/*---------------------------------------------------------------------*/

#search {
	width: 219px;
	margin: 9px 0 0;
	float: right;
}

	#search form {
		width: 217px;
		height: 29px;
		background-color: #fff;
		border: 1px solid #2d2d2d;
	}

		#search input {
			float: left;
			background-color: transparent;
			border: none;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			box-shadow: none;
		}

		#search input.search-box {
			width: 165px;
			height: 15px;
			margin: 0;
			padding: 7px 10px;
			color: #565656;
			font-size: 0.75em;
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
		}

		#search input.search-box:focus {
			color: #333;
		}

		#search input.search-button {
			width: 32px;
			height: 29px;
			margin: 0;
			padding: 0;
			display: block;
			background: url(../images/header-search-button-bg.png) 0 0 no-repeat;
			cursor: pointer;
			text-indent: 200px;
		}

	#search a {
		height: 15px;
		margin: 5px 0 0;
		padding: 0 0 0 20px;
		display: block;
		background: url(../images/adv-search.png) 0 0 no-repeat;
		color: #fff;
		font-size: 12px;
		line-height: 15px;
	}

#search #search_suggest {
	width: 200px !important;
	position: absolute;
	z-index: 50;
	visibility: hidden;
	background: #fff url('../images/home-search-suggest-bg.png') 0 0 repeat-x;
	border: 1px solid #767676;
	border-top: none;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

	#search #search_suggest div {
		padding: 7px 10px;
		font-size: 0.8em;
		text-transform: none;
		cursor: pointer;
	}

	#search #search_suggest div:hover,
	#search #search_suggest div.suggest_link_over {
		background-color: #eff3ee;
		color: #189241;
	}

/*---------------------------------------------------------------------*/
/* HEADER: Advanced Search */
/*---------------------------------------------------------------------*/

.adv-search-filters {
	margin: 0 0 25px;
	padding: 20px;
	background: #eff3ee;
}

	.adv-search-filters #search-filters {
		margin: 0;
	}

		.adv-search-query {
			width: 100%;
			height: 39px;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

		.adv-search-filters #search-filters .col3 {
			width: 31.3%;
			margin: 15px 3% 15px 0;
		}

		.adv-search-filters #search-filters .last {
			margin-right: 0;
		}

			.adv-search-filters #search-filters .col3 label {
				margin: 0 0 3px;
				display: block;
				font-size: 12px;
				font-weight: bold;
			}

			.adv-search-filters #search-filters .col3 input,
			.adv-search-filters #search-filters .col3 select {
				width: 100%;
			}

		.adv-search-filters input.reset {
			margin: 7px 0 0;
			padding: 0 0 0 31px;
			clear: left;
			background: url(../images/reset.png) 0 0 no-repeat;
			border: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			font-size: 14px;
			cursor: pointer;
		}

		.adv-search-filters input.reset:hover {
			text-decoration: underline;
		}

		.adv-search-filters input.fr {
			float: right !important;
		}

.adv-sort {
	font-size: 14px;
}

.adv-search-side-filter {
	margin: 0 0 30px;
	background-color: #fff;
    border: 1px solid #c0c0c0;
    border-bottom: 3px solid #58946c;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
    font-size: 12px;
}

	.adv-search-side-filter li {
		position: relative;
	}

	.adv-search-side-filter li.adv-search-side-filter-title {
		background: #d9d9d8;
		border-bottom: 1px solid #c0c0c0;
		font-weight: bold;
		padding: 7px 10px;
		text-transform: uppercase;
	}

		.adv-search-side-filter li a {
			padding: 10px;
			display: block;
			text-decoration: none;
		}

		.adv-search-side-filter li a:hover {
			background-color: #eff3ee;
			color: #189241;
		}

		.adv-search-side-filter li a.removeBucket {
			padding: 0;
			position: absolute;
			width: 30px;
			top: 0;
			right: 0;
			bottom: 0;
			font-weight: bold;
			font-size: 14px;
			text-align: center;
			line-height: 32px;
		}

		.adv-search-side-filter li a.removeBucket:hover {
			background-color: #ffefef;
			color: #c00;
		}

.result > strong {
	margin: 0 5px 10px 0;
	float: left;
}

/*---------------------------------------------------------------------*/
/* HEADER: Quick Order Cart */
/*---------------------------------------------------------------------*/

.menu-box .quickorder-cart {
	padding: 15px 15px;
	display: block;
}

.quickorder-prod img {
	width: 40%;
	margin: 0 0 10px;
}

.quickorder-prod p {
	margin: 0;
}

.quickorder-prod hr {
	height: 0;
	margin: 15px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #d9d9d8;
}

.product-single input.product-qty {
	height: 24px;
	position: absolute;
	bottom: 12px;
	right: 210px;
}

.menu-box .quickorder-cart table {
	margin: 0 0 20px;
}

	.menu-box .quickorder-cart table th {
		text-align: left;
	}

.menu-box .quickorder-cart .button {
	margin: 0;
	float: left;
}

/*---------------------------------------------------------------------*/
/* HEADER: Right Boxes */
/*---------------------------------------------------------------------*/

#google_translate_element {
	margin: 0 0 20px;
}

.menu-box {
	margin: 0 0 30px;
	background-color: #fff;
	border: none;
	border-bottom: 3px solid #58946c;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

	.menu-box-title {
		padding: 12px;
		background-color: #f6f6f6;
		border: 1px solid #c0c0c0;
		border-bottom: 1px solid #d9d9d8;
		color: #1b1b1b;
		font-weight: 600;
		text-transform: uppercase;
	}

	.menu-box-title a {
		text-decoration: none;
	}

	.menu-box-title-clean {
		margin: 0 0 10px;
		padding: 0;
		background-color: transparent;
		border: none;
	}

	.menu-box-title-smaller {
		font-size: 0.95em;
	}

	.menu-box-content {
		padding: 10px 15px 15px;
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		text-align: left;
	}

	.menu-box-content-center {
		padding: 10px 15px 15px;
		text-align: center;
	}

		.menu-box-content p,
		.menu-box-content ul {
			display: block;
			font-size: 0.8em;
		}

			.menu-box-content ul li {
				width: 100%;
				margin: 0 0 10px;
			}

			.menu-box-content ul li:last-child {
				margin: 0;
			}

				.menu-box-content ul li a {
					display: block;
				}

		.menu-box-content .button {
			width: 100px;
			margin: 35px 0 0;
			padding: 0;
			float: right;
			text-align: center;
		}

		.menu-box-chat {
			min-height: 95px;
			background: #fff url(../images/chat-box-bg.png) 0 0 no-repeat;
		}

			.chat-online {
				color: #61ab0d;
			}

			.chat-offline {
				color: #dc1616;
			}

		.menu-box-enquiry {
			min-height: 95px;
			background: #fff url(../images/enquiry-box-bg.png) 0 0 no-repeat;
		}

		.menu-box-delivery {
			min-height: 95px;
			background: #fff url(../images/delivery-box.jpg) 0 bottom no-repeat;
		}

		.menu-box-newsletter {
			min-height: 95px;
			background: #fff url(../images/newsletter-box.jpg) 0 bottom no-repeat;
		}

		.menu-box-ebay {
			min-height: 102px;
			background: #fff url(../images/ebay-box.jpg) 0 0 no-repeat;
		}

		.menu-box-returns {
			background: #fff url(../images/returns-box.png) bottom left no-repeat;
			min-height: 102px;
		}

		.menu-box-glossary {
			min-height: 95px;
			background: #fff url(../images/glossary-box.jpg) 0 bottom no-repeat;
		}

		.menu-box-social {
			padding: 10px 15px 5px;
		}

			.right-social {
				margin: 5px 0 0;
			}

			.menu-box-content .right-social li, .menu-box-content .right-social li:last-child {
				margin: 0 0 10px;
				float: left;
				clear: left;
				line-height: 36px;
			}

				.right-social a {
					text-decoration: none;
				}

				.right-social a:hover {
					text-decoration: underline;
				}

					.right-social a span {
						width: 36px;
						height: 36px;
						margin: 0 10px 0 0;
						float: left;
						background-image: url(../images/social-bg.png);
						background-repeat: no-repeat;
					}

					.right-social a.facebook span {
						background-position: 0 0;
					}

					.right-social a.twitter span {
						background-position: 0 -72px;
					}

						.right-social a.facebook:hover span {
							background-position: 0 -36px;
						}

						.right-social a.twitter:hover span {
							background-position: 0 -108px;
						}

.product-menu-box-half {
	width: 187px;
}

	.product-menu-box-half .menu-box-chat {
		min-height: 70px;
	}

		.product-menu-box-half .menu-box-chat img {
			max-width: 100%;
			float: left;
		}

	.product-menu-box-half .menu-box-enquiry {
		min-height: 71px;
		background: #fff url(../images/enquiry-box-small-bg.png) 0 0 no-repeat;
	}

	.product-menu-box-half .menu-box-glossary {
		min-height: 72px;
		background: #fff url(../images/glossary-box.jpg) 0 24px no-repeat;
	}

	.product-menu-box-half .menu-box-content {
		padding: 10px 10px 15px;
	}

		#main-content .product-menu-box-half p {
			font-size: 0.75em;
		}

		.product-menu-box-half .menu-box-content .button {
			margin: 5px 0 0;
		}

.product-menu-box {
	border-bottom: 1px solid #c0c0c0;
}

.live-chat-box img {
	max-width: 100%;
	display: block;
}

/*---------------------------------------------------------------------*/
/* HEADER: Right Section Menu */
/*---------------------------------------------------------------------*/

.menu-section-list {
	margin: 0 0 30px;
	background-color: #fff;
	border: none;
	border-top: 1px solid #c0c0c0;
	border-bottom: 3px solid #58946c;
}

	.menu-section-list li li {
		border-left: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
	}

		.menu-section-list li a {
			padding: 8px 25px 8px 14px;
			display: block;
			background: #e6e6e6 url(../images/right-section-menu-bg.png) 0 0 repeat-x;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #c0c0c0;
			font-size: 0.75em;
			font-weight: 600;
			text-decoration: none;
			text-transform: uppercase;
			line-height: 1.2;
		}

		.menu-section-list li a:hover {
			background: #d9d9d8 url(../images/right-section-menu-over-bg.png) 195px 9px no-repeat;
			border-top: 1px solid #d9d9d8;
		}

		.menu-section-list li a.current {
			background: #d9d9d8 url(../images/right-section-menu-down-bg.png) 195px 10px no-repeat;
			border-top: 1px solid #d9d9d8;
		}

			.menu-section-list li li {
				font-size: 1em;
			}

				.menu-section-list li li ul {
					background-color: #fff;
					border-bottom: 1px solid #c0c0c0;
				}

					.menu-section-list li li li {
						border-left: none;
						border-right: none;
					}

					.menu-section-list li li li a,
					.menu-section-list li li li a:hover {
						background: #fff;
						border: none;
						text-transform: none;
					}

					.menu-section-list li li li a:hover,
					.menu-section-list li li li a.current {
						background: #eff3ee;
						border: none;
						color: #189241;
					}

/*---------------------------------------------------------------------*/
/* HEADER: Main Content */
/*---------------------------------------------------------------------*/

#breadcrumb {
	margin: 0 0 35px;
	padding: 0 0 8px;
	border-bottom: 1px solid #d9d9d8;
	color: #189241;
	font-size: 0.8em;
	line-height: 1.3;
	text-transform: uppercase;
}

	#breadcrumb a {
		color: #189241;
		text-decoration: none;
	}

	#breadcrumb a:hover {
		text-decoration: underline;
	}

	#breadcrumb span {
		color: #1b1b1b;
	}

/*---------------------------------------------------------------------*/
/* HEADER: Page Footer */
/*---------------------------------------------------------------------*/

.footer {
	width: 100%;
	color: #fff;
}

	.footer a {
		color: #fff;
		text-decoration: none;
	}

	.footer a:hover {
		text-decoration: underline;
	}

	.footer-logos {
		background-color: #fff;
		border-top: 1px solid #cececd;
	}

	.footer-links {
		background-color: #4d4c4c;
		border-top: 1px solid #ededeb;
	}

		.footer-links .center {
			padding: 27px 0;
		}

			.footer-links ul {
				width: 100%;
			}

				.footer-links li {
					width: 223px;
					height: 19px;
					margin: 0 24px 0 0;
					padding: 10px 0 6px;
					float: left;
					border-bottom: 1px solid #626262;
					line-height: 1.4;
					font-weight: 300;
				}

				.footer-links li.last {
					margin: 0;
				}

				.footer-links li.first-row {
					padding: 15px 0 6px;
					border-top: 2px solid #7e7e7e;
				}

					.footer-links a {
						display: block;
						font-size: 0.75em;
					}

					.footer-links .footer-enquiry a {
						display: inline;
						font-size: 15px;
					}

	.footer-menu ul li {
		display: inline-block;
	}

	.footer-copyright {
		padding: 20px 0;
		background-color: #3b3b3b;
		font-size: 0.75em;
		height: 140px;
	}

		.footer-copyright .center {
			height: 25px;
			line-height: 25px;
		}

			.footer-social a {
				width: 25px;
				height: 0;
				margin: 0 0 0 6px;
				padding: 25px 0 0;
				float: right;
				overflow: hidden;
				display: block;
				background-image: url(../images/footer-social.png);
				background-repeat: no-repeat;
			}

			.footer-social a.facebook {
				background-position: 0 0;
			}

			.footer-social a.facebook:hover {
				background-position: 0 -25px;
			}

			.footer-social a.twitter {
				background-position: -25px 0;
			}

			.footer-social a.twitter:hover {
				background-position: -25px -25px;
			}

/*---------------------------------------------------------------------*/
/* HEADER: Search Results Page */
/*---------------------------------------------------------------------*/

.search-again {
	background: #eff3ee;
	padding: 15px 20px;
	margin: 0 0 35px;
}

	.search-again h2 {
		font-size: 1.125em;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #b7cfb2;
		font-weight: normal;
	}

	.search-again .highlight {
		color: #58946c;
	}

	.search-again h3 {
		font-size: 1.125em;
		margin-bottom: 15px;
	}

	#main-content .search-again p {
		line-height: 2;
		margin-bottom: 1.5em;
	}

	#search-again-form {
		width: 100%;
		position: relative;
	}

	#search-again-input {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 15px;
		font-size: 16px;
	}

	#search-again-button {
		background: url('../images/search-again-input.png');
		height: 55px;
		width: 55px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}

	#main-content h2.also-interested {
		font-weight: normal;
		padding-bottom: 10px;
		border-bottom: 1px solid #d9d9d8;
		margin-bottom: 15px;
	}

.product-menu-search-bestsellers .product-alt {
	width: 235px;
	clear: none;
	background-position: center bottom;
}

	.product-menu-search-bestsellers .product-alt .button {
		left: 75px;
	}

	.product-menu-search-bestsellers .product-alt.product-alt-4,
	.product-menu-search-bestsellers .product-alt.product-alt-5,
	.product-menu-search-bestsellers .product-alt.product-alt-6 {
		background: none;
		padding-bottom: 0;
	}


/*---------------------------------------------------------------------*/
/* HEADER: Home Page */
/*---------------------------------------------------------------------*/

/*.home-search {
	width: 711px;
	height: 216px;
	margin: 0 0 30px;
	padding: 2px;
	position: relative;
	z-index: 60;
	background: #fff url(../images/home-search-bg.png) 2px 2px no-repeat;
	border: 1px solid #c0c0c0;
}

	.home-search h2 {
		margin: 29px 0 0 26px;
		color: #fff;
		font-size: 1.3em;
		font-weight: normal;
		text-shadow: 0 0 5px rgba(0,0,0,1);
		text-transform: none;
	}

	.home-search form {
		width: 615px;
		height: 57px;
		position: absolute;
		top: 79px;
		left: 48px;
		background-color: #222;
		box-shadow: 0 0 7px rgba(0,0,0,0.5);
	}

		.home-search form input {
			position: relative;
			z-index: 60;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			box-shadow: none;
		}

		.home-search form input.search-box {
			width: 519px;
			height: 55px;
			margin: 0;
			padding: 0 20px;
			background-color: #fff;
			border: 1px solid #767676;
			border-right: none;
			color: #a2a2a2;
			font-size: 1em;
		}

		.home-search form input.search-box:focus {
			border-color: #0d3c1c;
		}

		.home-search form input.search-button {
			width: 55px;
			height: 0;
			padding: 55px 0 0;
			display: block;
			overflow: hidden;
			background: #508c64 url(../images/home-search-button-bg.png) 0 0 no-repeat;
			border: 1px solid #767676;
			border-left: none;
			cursor: pointer;
			text-indent: 200px;
		}

			.home-search form input.search-button-over {
				background: #316241 url(../images/home-search-button-bg.png) 0 -55px no-repeat;
				border-color: #0d3c1c;
			}

			.home-search form input.search-button:hover {
				background: #316241 url(../images/home-search-button-bg.png) 0 -55px no-repeat;
			}

.home-search #search_suggest {
	width: 613px !important;
	position: absolute;
	top: 56px !important;
	left: 0 !important;
	z-index: 50;
	visibility: hidden;
	background: #fff url('../images/home-search-suggest-bg.png') 0 0 repeat-x;
	border: 1px solid #767676;
	border-top: none;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

	.home-search #search_suggest div {
		padding: 7px 10px;
		font-size: 0.8em;
		text-transform: none;
		cursor: pointer;
	}

	.home-search #search_suggest div:hover,
	.home-search #search_suggest div.suggest_link_over {
		background-color: #eff3ee;
		color: #189241;
	}*/

#main-content ul.home-sections {
	margin: 0;
	padding: 20px 0 0;
	overflow: hidden;
	border-top: 1px solid #d9d9d8;
	font-size: 1em;
	list-style-type: none;
}

	#main-content ul.home-sections li {
		width: 169px;
		height: 98px;
		margin: 0 10px 14px 0;
		float: left;
		position: relative;
		background: url(../images/home-sections.png) 0 1px repeat-x;
		border: 1px solid #c0c0c0;
		--webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		--webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
		box-shadow: 0 0 3px rgba(0,0,0,0.15);

		font-size: 1em;
	}

		#main-content ul.home-sections li:hover {
			position: relative;
			top: -2px;
			border: 1px solid #abaaaa;
			--webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
			-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
			box-shadow: 0 0 5px rgba(0,0,0,0.35);
		}

	#main-content ul.home-sections li.end {
		margin: 0 0 14px 0;
	}

		.home-sections li a {
			width: 147px;
			height: 74px;
			padding: 12px 11px;
			float: left;
			background: url(../images/home-sections.png) 0 0 repeat-x;
			font-size: 1.125em;
			font-weight: 600;
			text-transform: uppercase;
			text-decoration: none;
			line-height: 0.8;
		}

			.home-sections li a:hover {
				color: #189241;
			}

			.home-sections li a span {
				font-size: 0.6em;
				font-weight: 400;
				font-style: italic;
				text-transform: none;
			}

				.home-sections li a:hover span {
					color: #1b1b1b;
				}

			.home-sections li a:hover:after {
				content: '';
				width: 25px;
				height: 25px;
				position: absolute;
				bottom: 12px;
				left: 10px;
				z-index: 30;
				background: url(../images/home-slider-arrows.png) -25px 0 no-repeat;
			}

		.home-sections li a.series {
			background: url(../images/vehicles/series.png) right 0 no-repeat;
		}

		.home-sections li a.defender {
			background: url(../images/vehicles/defender.png) right 0 no-repeat;
		}

		.home-sections li a.discovery {
			background: url(../images/vehicles/discovery.png) right 0 no-repeat;
		}

		.home-sections li a.range_rover {
			background: url(../images/vehicles/range-rover.png) right 0 no-repeat;
		}

		.home-sections li a.freelander {
			background: url(../images/vehicles/freelander.png) right 0 no-repeat;
		}

		.home-sections li a.military {
			background: url(../images/vehicles/military.png) right 0 no-repeat;
		}

		.home-sections li a.accessories {
			background: url(../images/vehicles/accessories.png) right 0 no-repeat;
		}

		.home-sections li a.mg_rover {
			background: url(../images/vehicles/mg-rover.png) right 0 no-repeat;
		}

		.home-sections li a.jaguar {
			background: url(../images/vehicles/jaguar.png) right 0 no-repeat;
		}

		.home-sections li a.sealey_tools {
			background: url(../images/vehicles/sealey.png) right 0 no-repeat;
		}

		.home-sections li a.toys_gifts {
			background: url(../images/vehicles/toys.png) right 0 no-repeat;
		}

		.home-sections li a.usa_car_parts {
			background: url(../images/vehicles/usa.png) right 0 no-repeat;
		}

.home-slider-wrap {
	width: 717px;
	height: 424px;
	margin: 0 0 20px;
	padding: 20px 0 0;
	position: relative;
	border-top: 1px solid #d9d9d8;
}

	.home-slider {
		width: 717px;
		height: 422px;
		background-color: #fff;
		border-bottom: 2px solid #58946c;
	}

		#main-content .home-slider ul {
			height: 422px;
			margin: 0;
			padding: 0;
			font-size: 1em;
			list-style-type: none;
		}

			.home-slider ul li {
				width: 717px;
				height: 422px;
				position: relative;
			}

				.home-slider ul li a {
					width: 717px;
					height: 422px;
					display: block;
				}

					.home-slider ul li img {
						position: absolute;
						top: 0;
						left: 0;
						z-index: 10;
					}

					.home-slider ul li .caption {
						width: 677px;
						padding: 18px 20px;
						position: absolute;
						bottom: 0;
						left: 0;
						z-index: 20;
						font-size: 1.3em;
						font-weight: 600;
						text-transform: uppercase;
					}

	.home-slider-wrap #prevBtn a, .home-slider-wrap #nextBtn a {
		width: 25px;
		height: 0;
		padding: 25px 0 0;
		overflow: hidden;
		position: absolute;
		bottom: 21px;
		right: 45px;
		z-index: 30;
		background-image: url(../images/home-slider-arrows.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	.home-slider-wrap #nextBtn a {
		right: 17px;
		background-position: -25px 0;
	}

		.home-slider-wrap #prevBtn a:hover {
			background-position: 0 -25px;
		}

		.home-slider-wrap #nextBtn a:hover {
			background-position: -25px -25px;
		}

.home-news, .home-twitter {
	margin: 35px 0 0;
	padding: 28px 0 0;
	border-top: 2px solid #d9d9d8;
}

	#main-content .home-news ul, #main-content .home-twitter ul {
		margin: 0;
		list-style-type: none;
	}

		.home-news li, .home-twitter li {
			width: 100%;
			margin: 0 0 18px;
			padding: 0 0 18px;
			float: left;
			border-bottom: 1px solid #d9d9d8;
		}

		.home-news li.last, .home-twitter li.last {
			border-bottom: 2px solid #d9d9d8;
		}

			.home-news li h3 {
				font-size: 1.0769em;
			}

		.read-more {
			color: #189241;
			font-size: 0.875em;
			text-decoration: none;
		}

		.read-more:hover {
			color: #189241;
			text-decoration: underline;
		}

.tab-content .product-alt {
	width: 238px;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	background: none;
	font-size: 1em;
}

	.tab-content .product-alt form {
		height: 310px;
	}

	.tab-content .product-alt-last form {
		border: none;
	}

		.tab-content .product-alt h3 {
			clear: both;
		}

		.tab-content .product-alt .button {
			left: 75px;
		}

/*---------------------------------------------------------------------*/
/* HEADER: Tabs */
/*---------------------------------------------------------------------*/

#tabs {
	position: relative;
	z-index: 40;
}

#tabs ul {
	width: 100%;
	height: 62px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
	font-size: 1em;
	list-style-type: none;
}

	#tabs ul li, #tabs ul li a {
		float: left;
	}

	#tabs ul li a {
		width: 142px;
		height: 50px;
		padding: 10px 0 0;
		position: absolute;
		top: 0;
		z-index: 10;
		background-color: #eff3ee;
		border: 1px solid #c0c0c0;
		font-size: 0.95em;
		font-weight: 600;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

	.col551 #tabs ul li a {
		width: 136px;
		font-size: 0.8em;
	}

	#tabs ul li a.tab-1 {
		left: 0;
	}

		.col551 #tabs ul li a.tab-1 {
			left: 0;
		}

	#tabs ul li a.tab-2 {
		left: 143px;
	}

		.col551 #tabs ul li a.tab-2 {
			left: 137px;
		}

	#tabs ul li a.tab-3 {
		left: 286px;
	}

		.col551 #tabs ul li a.tab-3 {
			left: 274px;
		}

	#tabs ul li a.tab-4 {
		left: 429px;
	}

		.col551 #tabs ul li a.tab-4 {
			width: 138px;
			left: 411px;
		}

	#tabs ul li a.tab-5 {
		width: 143px;
		left: 572px;
	}

	#tabs ul li a:hover {
		background-color: #cbe5c5;
	}

	#tabs ul li.active a {
		margin: -3px 0 0;
		padding: 13px 0 1px;
		position: relative;
		z-index: 30;
		background-color: #fff;
		border-left: 1px solid #c0c0c0;
		border-bottom: none;
		-webkit-border-radius: 2px 2px 0 0;
		-moz-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.03), 1px -1px 3px 0 rgba(0, 0, 0, 0.03), 0 -2px 2px 0 rgba(0, 0, 0, 0.03);
	}

.tab-content {
	margin: 0 0 20px;
	padding: 20px 0;
	clear: both;
	position: relative;
	z-index: 20;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.col551 #tabs .tab-content {
	padding: 20px;
}

	.tab-content h3 {
		margin: 0 0 15px;
	}

	.tab-content div {
		font-size: 0.8em;
		line-height: 1.5;
	}

/*---------------------------------------------------------------------*/
/* HEADER: Section Page Style */
/*---------------------------------------------------------------------*/

.sub-sections {
	margin: 0 0 30px 0;
}

.sub-section {
	width: 342px;
	height: 114px;
	margin: 0 20px 10px 0;
	padding: 2px;
	border: 1px solid #c0c0c0;
}

.sub-section-end {
	margin-right: 0;
}

	.sub-section-left {
		width: 137px;
		height: 90px;
		padding: 12px;
		position: relative;
		background-color: #eff3ee;
	}

		.sub-section-left h2 {
			font-weight: 600;
			font-size: 0.75em;
		}

		.sub-section-left h2 a {
			text-decoration: none;
		}

		.sub-section-left h2 a:hover {
			color: #189241;
		}

		.sub-section .button {
			height: 24px;
			padding: 0 30px;
			position: absolute;
			bottom: 12px;
			left: 12px;
			line-height: 24px;
		}

	.sub-section-thumbnail {
		width: 181px;
		height: 114px;
		text-align: center;
	}

		.sub-section-thumbnail img {
			max-height: 100%;
			max-width: 100%;
		}

/*---------------------------------------------------------------------*/
/* HEADER: Paging Styles */
/*---------------------------------------------------------------------*/

.refine-wrap, .refine {
	width: 711px;
	height: 62px;
}

.refine-wrap {
	margin: 0 0 20px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}

	.refine {
		background-color: #eff3ee;
	}

		.refine h2, .refine ul {
			float: left;
		}

		.refine h2 {
			width: 191px;
			margin: 22px 30px 0 20px;
		}

		#main-content .refine ul {
			width: 470px;
			margin: 16px 0 0 0;
            list-style-type: none;
		}

			.refine ul li {
				margin: 0 20px 0 0;
				float: left;
			}

				.refine ul li select {
					width: 160px;
				}

				.refine ul li input {
					float: left;
					font-size: 0.875em;
				}

				input#refine-search {
					width: 210px;
					border-right: none;
					-webkit-border-radius: 2px 0 0 2px;
					-moz-border-radius: 2px 0 0 2px;
					border-radius: 2px 0 0 2px;
				}

				input#refine-search:focus {
					border-color: #0d3c1c;
				}

				input#refine-search-button {
					width: 29px;
					height: 0;
					padding: 29px 0 0;
					display: block;
					overflow: hidden;
					border-left: none;
					-webkit-border-radius: 0 2px 2px 0;
					-moz-border-radius: 0 2px 2px 0;
					border-radius: 0 2px 2px 0;
					background: #508c64 url(../images/refine-search-button-bg.png) 0 0 no-repeat;
					cursor: pointer;
				}

				input#refine-search-button:hover {
					background: #316241 url(../images/refine-search-button-bg.png) 0 -29px no-repeat;
				}

				input.refine-button-over {
					background: #316241 url(../images/home-search-button-bg.png) 0 -55px no-repeat;
					border-color: #0d3c1c;
				}

#search-filters {
  margin: 15px 0 5px 15px;
}
  #search-filters label {
    clear: both;
    float: left;
    width: 100px;
    margin-bottom: 10px;
  }
  #search-filters input, #search-filters select {
    float: left;
  }

.sort {
	margin: 0 0 32px;
	padding: 11px 0;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

	.sort-left {
		width: 380px;
	}

		.sort-left span {
			font-size: 0.875em;
			font-weight: 600;
		}

		.sort-left select {
			margin: 0 5px 0 10px;
		}

	#main-content ul.pages-list {
		margin: 4px 0 0;
		float: right;
		font-size: 0.875em;
		text-align: right
	}

	#main-content .result ul.pages-list {
		margin: 0 0 5px;
		font-size: 14px;
	}

		.pages-list li {
			margin: 0 0 0 0;
			display: inline;
			color: #189241;
			list-style-type: none;
		}

			.pager-all {
				margin: 0 30px 0 0;
			}

			.pager-prev, .pager-next,
			.nav-previous a, .nav-next a {
				background-image: url(../images/pager-arrows.png);
				background-repeat: no-repeat;
			}

			.pager-prev,
			.nav-previous a {
				margin: 0 5px 0 0;
				padding: 0 0 0 20px;
				background-position: 0 3px;
			}

			.pager-next,
			.nav-next a {
				margin: 0 0 0 5px;
				padding: 0 20px 0 0;
				background-position: right -17px;
			}

      .pager-total{
				margin: 0 0 0 0;
				padding: 0 2px 0 5px;
				background-position: right -17px;
			}

			.pages-list span {
				color: #189241;
				font-weight: 600;
				text-decoration: underline;
			}

			.pages-list a,
			.nav-previous a, .nav-next a {
				color: #189241;
				text-decoration: none;
			}

			.pages-list a:hover {
				text-decoration: underline;
			}

/*---------------------------------------------------------------------*/
/* HEADER: Product Listing Styles */
/*---------------------------------------------------------------------*/

.product-single {
	width: 100%;
	padding: 2px 0;
	clear: both;
	border-top: 1px solid #d9d9d8;
}

.product-single-last {
	margin-bottom: 40px;
	border-bottom: 1px solid #d9d9d8;
}

	.product-thumbnail {
		width: 177px;
		height: 149px;
		border: none;
		text-align: center;
	}

		.product-thumbnail img {
			max-width: 100%;
			max-height: 100%
		}

	.product-single-right {
		width: 516px;
		padding: 12px 12px 50px;
		position: relative;
		background-color: #eff3ee;
	}

		.product-single-right h3 {
			width: 390px;
			margin: 0 0 10px;
			font-size: 0.95em;
			font-weight: 600;
		}

			.product-single-right h3 a {
				text-decoration: none;
			}

		.product-single-id {
			font-size: 0.95em;
			font-weight: 600;
		}

		.product-single-description {
			margin: 0 0 10px;
			font-size: 0.75em;
		}

		#main-content .product-single-supplier ul {
			margin: 0 0 10px;
			font-size: 0.75em;
			list-style-type: none;
			display: inline-block;
		}

		#main-content .product-single-supplier ul li {
			display: inline-block;
			border-right: 1px solid #1b1b1b;
			padding-right: 5px;
		    margin-right: 5px;
		}

		#main-content .product-single-supplier ul li:last-child {
			border-right: 0;
		}

		.product-single-stock {
			font-size: 0.75em;
		}

		.product-single-details {
			position: absolute;
			bottom: 15px;
			left: 12px;
		}

			.product-single-price {
				color: #189241;
				font-size: 1.125em;
				font-weight: 600;
			}

			.product-single-details div {
				display: inline;
				font-size: 0.8em;
			}

				.product-single-details div span {
					font-weight: 600;
				}

		.product-single .button {
			width: 68px;
			height: 24px;
			padding: 0;
			position: absolute;
			bottom: 12px;
			right: 135px;
			text-align: center;
			line-height: 24px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}

		.product-single .find-a-part {
			right: 12px;
		}
		.product-single .find-a-part.in-stock {
			right: 207px;
		}

		.product-single input.button {
			width: 119px;
			height: 24px;
			padding: 0;
			right: 12px;
		}

/*---------------------------------------------------------------------*/
/* HEADER: Other Product Styles */
/*---------------------------------------------------------------------*/

.product-share {
	margin: 0 0 20px;
	padding: 15px;
	background-color: #eff3ee;
	border: 1px solid #cfd9cd;
}

	.product-share h2 {
		margin: 0 0 10px;
		color: #1b1b1b;
		font-size: 18px;
		font-weight: normal;
		text-transform: none;
	}

.product-image {
	width: 545px;
	margin: 0 0 20px;
	padding: 2px;
	background-color: #fff;
	border: 1px solid #c0c0c0;
}

.product-details {
	margin: 0 0 15px;
	font-size: 0.8em;
}

	.product-stock {
		margin: 0 0 15px;
	}

	.product-pricing {
		width: 50%;
		margin: 4px 0 0;
		float: left;
	}

		.product-pricing .price {
			font-size: 1.3846em;
			font-weight: 600;
		}

	.obsolete, .obsolete .error-text {
		color: #999;
		text-decoration: line-through;
	}

	.product-order {
		width: 50%;
		float: right;
	}

		.product-qty {
			margin: 0 0 0 10px;
		}

		.product-order .button {
			float: right;
			font-size: 0.923em;
		}

		#main-content .product-obsolete ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

			#main-content .product-obsolete ul li {
				width: 190px;
				float: left;
			}

			#main-content .product-obsolete ul li.submit {
				width: 125px;
			}

				#main-content .product-obsolete ul li span {
					color: #c00;
					font-size: 1.1em;
					font-weight: 600;
					line-height: 2.1;
				}

				#main-content .product-obsolete .g-recaptcha{
					clear: both;
					padding-top: 20px;
				}

				.product-obsolete .button {
					float: right;
				}

	.product-superseded .button {
		float: right;
	}

	#main-content .product-superseded.in-stock {
		margin-top: 10px;
	}
	#main-content .product-superseded p {
		font-size: 1.2em;
	}

.product-options {
	line-height: 1.5;
}

	.product-extra-fields {
		width: 410px;
		float: right;
	}

		.product-extra-field {
			width: 50%;
			float: left;
		}

.product-obsolete input {
	width: 150px;
	margin: 0 10px 0 0;
}

.product-obsolete input.button {
	width: auto;
}

#add-to-forum {
	padding: 15px;
	clear: both;
	position: relative;
	top: 8px;
	display: none;
	background-color: #f6f6f6;
	border: 1px solid #c0c0c0;
	--webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

#add-to-forum:after {
	content: " ";
	width: 35px;
	height: 16px;
	display: block;
	position: absolute;
	top: -16px;
	left: 85px;
	background: url(../images/forum-box-arrow.png) 0 0 no-repeat;
}

	#add-to-forum textarea {
		width: 497px;
	}

/*---------------------------------------------------------------------*/
/* HEADER: Alternate / Customers Also Bought Products */
/*---------------------------------------------------------------------*/

.product-menu-box-alt .menu-box-content {
	padding: 20px 0 0;
}

    .product-menu-box-alt .menu-box-content .no-alternates {
        margin: 0 !important;
        text-align: center;
        padding-bottom: 20px;
    }

	.product-alt {
		width: 191px;
		margin: 0 0 20px;
		padding: 0 0 20px;
		float: left;
		clear: left;
		position: relative;
		background: #fff url(../images/product-alt-bg.png) 0 bottom no-repeat;
		text-align: center;
		line-height: 1.3;
	}

	.product-alt-end {
		clear: none;
	}

	.product-alt-last {
		margin: 0;
		background: none;
	}

		.product-alt form {
			height: 310px;
			padding: 0 12px;
			border-right: 1px solid #d5d4d4;
		}

		.product-alt-end form {
			border-right: none;
		}

		.product-alt img {
			width: 167px;
			height: auto;
			margin: 0 0 10px;
		}

		.product-alt h3 {
			font-size: 0.875em;
			font-weight: 600;
		}

			.product-alt h3 a {
				text-decoration: none;
			}

			.product-alt h3 a:hover {
				color: #189241;
				text-decoration: underline;
			}

		#main-content .product-alt p {
			margin: 0;
			font-size: 0.75em;
		}

			#main-content .product-alt p span {
				font-weight: 600;
			}

		.product-alt-price {
			color: #189241;
			font-size: 1em;
			font-weight: 600;
		}

		.product-alt .button {
			width: auto;
			padding: 0 30px;
			position: absolute;
			bottom: 20px;
			left: 53px;
			height: 24px;
			line-height: 24px;
		}

/*---------------------------------------------------------------------*/
/* HEADER: Cart Table Styles */
/*---------------------------------------------------------------------*/

.shipping-form .select-wrap {
	margin-bottom: 15px;
}

.cart-table {
	width: 100%;
	margin: 0 0 30px;
	clear: both;
}

	.cart-table th, .cart-table td {
		padding: 10px 0;
		vertical-align: top;
	}

	.cart-table tr.cart-row td {
		padding: 20px 0;
	}

	.cart-table tr:first-of-type th {
		border-bottom: 1px solid #d9d9d8;
	}

	.goods-total {
		border-top: 1px solid #d9d9d8;
	}

	.cart-table th {
		/*border-bottom: 1px solid #d9d9d8;*/
		font-size: 14px;
		font-weight: 600;
		text-align: left;
	}

	.cart-table th.goods-total {
		border-top: 1px solid #d9d9d8;
	}

	.cart-table th.right {
		text-align: right;
	}

	.cart-table th.total {
		text-align: right;
	}

	.cart-table th.left {
		text-align: left !important;
	}

		.cart-table th.total .error-text {
			float: left;
		}

	.cart-table td {
		font-size: 0.8em;
		font-weight: normal;
		text-align: left;
	}

	.cart-table td.right {
		text-align: right;
	}

		.cart-table img {
			width: 60px;
		}

		.cart-table img.paypal {
			width: auto;
		}

		#main-content .cart-table td p {
			font-size: 1em;
		}

		.cart-table th a {
			margin: 0 0 0 10px;
		}

		.cart-table select {
			width: 150px;
			margin: 0 10px 0 0;
		}

		.cart-table .button {
			margin: 0 0 0 10px;
			float: right;
			font-weight: normal;
		}

		/* Cart Continue Shopping Styles */

		.cslightboxoverlay {

			display: none;
			position:fixed;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			z-index:50;
			background:rgb(0, 0, 0);
			background:rgba(0, 0, 0, 0.6);
		}

		.cslightbox {

			display:none;
			background-color:#FFF;
			width:846px;
			height:528px;
			padding-bottom:75px;
			margin:auto;
			position:fixed;
			top:0px;
			right:0px;
			bottom:0px;
			left:0px;
			z-index:51;
		}

		.cslightbox h2 {

			padding:50px 0px 0px 50px;
			font-size:30px;
			font-weight:500;
			color:#1b1b1b;
			text-transform:lowercase;
		}

		/* span for first letter in the h2 */
		.cslh2fl { text-transform: uppercase; }

		.cslightboxfp {

			padding-left:50px;
			margin-bottom:60px;
		}

		.cslwrapper {

			display:table;
			width:100%;
			margin:auto;
		}

		.csthirdblock {

			float:left;
			width:261px;
			height:323px;
			border-right:1px solid #d9d9d8;
			text-align:center;
			position:relative;
			padding-right:20px;
		}

		.innercsblock:hover { background-color:#f2f5f3; }

		.innercsblock {

			position:absolute;
			width:241px;
			height:263px;
			padding-top:60px;
			left:0px;
			right:0px;
			margin:auto;
			-o-transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			transition: all 0.25s ease;
		}

		#cshomepage { border-right:none; }

		.csthirdblock p {

			margin-top:30px;
			margin-bottom:20px;
			font-size:20px;
			color:#1b1b1b;
		}

		.csthirdblock .button {
			width: 105px;
			margin:auto;
			display:block;
			float:none;
		}

		.cslclose {

			position:absolute;
			top:20px;
			right:20px;
			-o-transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-webkit-transition: all 0.25s ease;
			transition: all 0.25s ease;
		}

		.cslclose:hover { cursor:pointer; opacity:0.6; }

		.csnoproducts.csthirdblock { width:47.57%; }
		.csnoproducts.csthirdblock .innercsblock { width: 90%; }

		.conspbutton {

			background: #474747;
			border:1px solid #282828;
		}

		.conspbutton:hover { background: #18281d; }

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

			.cslightbox { width:95%; height:639px; overflow-y:scroll; padding-bottom:0px; }

			.cslightbox.csnoproducts { height:465px; }

			.cslightbox h2, .cslightboxfp { text-align:center; padding-left:0px; width:95%; margin-left:auto; margin-right:auto; }

			.cslightbox h2 { margin-top:10px; font-size:20px; }

			.cslightboxfp { margin-bottom:14px; font-size:14px;  }

			.csthirdblock {

				width:100% !important;
				padding-right:0px;
				border-right:none !important;
				border-bottom:1px solid #d9d9d8;
				height:160px;
				margin-top:14px;
			}

			#cssearch { margin-top:0px; }

			.innercsblock {

				width:90%;
				height:146.39px;
				padding-top:0px;
			}

			#cshomepage { border-bottom:none; }

			.cslclose {

				width:15px;
				height:15px;
			}

			#cssearch img { width:34px; height:auto; padding-top:10px; }
			#csproduct img { width:37px; height:auto; padding-top:11px; }
			#cshomepage img { width:38px; height:auto; padding-top:10.5px; }

			.csthirdblock p {

				margin-top:10px;
				margin-bottom:10px;
			}
		}

/*---------------------------------------------------------------------*/
/* HEADER: 1 Step Checkout */
/*---------------------------------------------------------------------*/

.checkout-hidden {
	display: none;
}

.checkout-box {
	height: 264px;
	margin: 0 21px 30px 0;
	position: relative;
}

	.checkout-box .box {
/*		height: 264px;*/
	}

		.checkout-box .form-table input {
			width: 100%;
			height: 37px;
			box-sizing: border-box;
		    padding: 10px 10px;
		}

		.checkout-box .form-table label {
		    font-size: 12px;
		    margin-bottom: 5px;
		    display: block;
		}

		.checkout-box h2 {
			font-size: 16px;
			text-transform: initial;
			margin-bottom: 20px;
		}

		.checkout-box input.button {
			width: auto;
		}

		.checkout-box .button {
			position: absolute;
			bottom: 20px;
			left: 23px;
		}

		.checkout-action {
			width: 100px;
			margin: 50px auto 0;
		}

		.checkout-box .forgotlink {
			position: absolute;
			bottom: 30px;
			right: 23px;
		}

.checkout-box-last {
	margin: 0;
}

.checkout-cart {
	margin: 0 0 30px;
	padding: 15px 0;
	border-top: 1px solid #d9d9d8;
	border-bottom: 1px solid #d9d9d8;
}

.checkout-col {
	width: 292px;
	height: 1170px;
	padding: 0 20px;
	float: left;
	border-right: 1px solid #d9d9d8;
}

.checkout-col-last, .checkout-col50.last {
	margin-right: 0;
	border-right: none;
}

.checkout-col-last {
	padding: 0 0 0 20px;
	position: relative;
	left: -1px;
	border-left: 1px solid #d9d9d8;
}

.checkout-col-first {
	width: 297px;
	padding: 0 20px 0 0;
	clear: both;
}

	.checkout-col h2 {
		color: #189241;
	}

	/*.checkout-new-customer {
		display: none;
	}*/

	.checkout-col .form-div {
		margin: 0 0 30px;
	}

	#enterNewAddress {
		margin: 20px 0 0;
	}

.checkout-code {
	margin: 0 0 10px;
}


/*---------------------------------------------------------------------*/
/* HEADER: Multi Step Checkout */
/*---------------------------------------------------------------------*/

.address {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #D9D9D8;
}

	#main-content .address p {
		margin: 0;
	}

	.address .button {

	}

/*---------------------------------------------------------------------*/
/* HEADER: Account Styles */
/*---------------------------------------------------------------------*/

#account-summary {
	width: 100%;
}

	#account-summary-left {
		width: 200px;
		float: left;
		text-align: left;
	}

	#account-summary-right {
		width: 200px;
		float: right;
		text-align: left;
	}

.clear-wishlist {
	margin: 5px 0 0 15px;
	float: left;
}

.send-to-friend {
	margin-top: 100px;
}

/*---------------------------------------------------------------------*/
/* HEADER: Form Entry Tables */
/*---------------------------------------------------------------------*/

.form-table {
	width: 100%;
	padding: 0;
	border: 0;
}

	.form-table caption {
		margin: 0 auto 20px;
	}

	.form-table th {
		padding: 0 0 5px;
		font-size: 0.8em;
		font-weight: 600;
		text-align: left;
		vertical-align: top;
	}

		.form-table td th {
			font-size: 1em;
		}

	.form-table td {
		padding: 0 0 15px;
		font-size: 0.8em;
		font-weight: 600;
		text-align: left;
	}

	.checkout-col-last .form-table td {
		padding: 0 0 25px;
	}

	.form-table td.submit-row {
		text-align: right;
	}

		.form-table input, .form-table textarea, .form-table select {
			width: 270px;
		}

		.form-table select {
			width: 292px;
		}

		.form-table input.radio, .form-table input.checkbox, .form-table input.button {
			width: auto;
		}

		.form-table input.radio, .form-table input.checkbox {
			margin: 0 10px 0 0;
			position: relative;
			top: -1px;
		}

/*---------------------------------------------------------------------*/
/* HEADER: General Table Styles */
/*---------------------------------------------------------------------*/

.general-table {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	border: 0;
}

.col332 .general-table {
	margin: 0 0 30px;
}

.general-table caption {
	margin: 0 auto;
	font-weight: bold;
	text-align: right;
}

.general-table th {
	padding: 0 0 10px;
	border-bottom: 2px solid #58946c;
	font-size: 0.8em;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}

.general-table td {
	padding: 10px 0;
	border-bottom: 1px solid #d9d9d8;
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
}

.general-table td.bold {
	font-weight: bold;
}

	.general-table select {
		width: 150px;
		margin: 0 10px 0 0;
		float: left;
	}

	.general-table .button {
		padding: 5px 12px;
		float: left;
		font-weight: normal;
	}

.no-border th, .no-border td {
	border: none;
}

.no-border td {
	padding: 0;
}

/*---------------------------------------------------------------------*/
/* HEADER: CONTACT FORM */
/*---------------------------------------------------------------------*/

.contact-form {
	padding: 30px;
	background-color: #f6f6f6;
	border: 1px solid #c0c0c0;
}

	.contact-form h2 {
		margin: 0 0 17px;
		padding: 0 0 10px;
		border-bottom: 1px solid #d9d9d8;
		font-size: 1.125em;
	}

	#main-content .contact-form ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.contact-form li {
		width: 100%;
		float: left;
	}

	.contact-form label {
		margin: 0 0 10px;
		display: block;
		font-weight: 600;
	}

	.contact-form input, .contact-form textarea {
		width: 633px;
		margin: 0 0 15px;
		padding: 12px 10px;
	}

  .contact-form input[type="checkbox"] {
		width: auto;
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.contact-form .checkbox-li {
		margin-bottom: 15px;
	}

	.contact-form label.checkbox-label {
		display: inline;
		margin-right: 6px;
		vertical-align: middle;
	}


	.contact-form input.button {
		width: auto;
		margin: 0;
		padding: 5px 20px;
	}

/*---------------------------------------------------------------------*/
/* HEADER: NEWSLETTER FORM */
/*---------------------------------------------------------------------*/

.newsletter-form {
	margin: 0 0 0;
}

	#main-content .newsletter-form ul,
	.newsletter-form ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		float: left;
		list-style-type: none;
	}

		.newsletter-form ul li {
			margin: 0 0 15px;
		}

			.newsletter-form ul label,
			.newsletter-form ul input {
				float: left;
			}

			.newsletter-form ul label {
				width: 170px;
				margin: 0 10px 0 0;
				font-weight: 600;
				font-size: 1.1em;
			}

			.newsletter-form ul input {
				width: 515px;
			}

			.newsletter-form ul input.button {
				width: auto;
				float: right;
			}

/*---------------------------------------------------------------------*/
/* HEADER: ARTICLE LISTING */
/*---------------------------------------------------------------------*/

.article-list {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #d9d9d8;
}

	.article-list .button {
		float: right;
	}

.testimonial-list {
	padding: 0 0 5px;
}

/*---------------------------------------------------------------------*/
/* HEADER: Cookie Table */
/*---------------------------------------------------------------------*/

.cookie-table {
    margin: 0 0 20px 0;
}

.cookie-table, .cookie-table td {
    border: 1px solid #ddd;
}

.cookie-table td {
    padding: 10px;
}

/*---------------------------------------------------------------------*/
/* HEADER: Advanced Styles */
/*---------------------------------------------------------------------*/

html {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

}

/*---------------------------------------------------------------------*/
/* RETURNS */
/*---------------------------------------------------------------------*/

.content-returns th {
  font-size: 1em;
}
  .content-returns fieldset {
    border: solid 1px #000;
    display: inline-block;
    margin: 10px 0;
    padding: 10px;
  }
    .content-returns fieldset legend {
      padding: 0 10px;
    }

  .content-returns .remove-part {
    float: none;
  }

  .content-returns #field-additional-info {
    width: 400px;
    height: 100px;
  }
  .content-returns #return-additional {
    margin: 10px 0;
  }
  .content-returns .error-text {

  }

.content-returns-thankyou .returns-label {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  padding: 30px 30px;
  margin: 10px 30px;
}
.content-returns-thankyou table {
  border: 1px solid #000000;
}
  .content-returns-thankyou table th, .content-returns-thankyou table td {
    padding: 2px 4px;
  }
  .content-returns-thankyou table th {
    font-weight: 700;
    border-bottom: 2px solid #000000;
  }
  .content-returns-thankyou table td {
    border-bottom: 1px solid #000000;
  }

/*---------------------------------------------------------------------*/
/* HEADER: Order Sharing */
/*---------------------------------------------------------------------*/

.order-share {
	margin: 0 0 20px;
	padding: 20px;
	background-color: #eff3ee;
}

	.order-share .order-share-title {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #b7cfb2;
		color: #1b1b1b;
		font-size: 14px;
		line-height: 0.8;
	}

		.order-share .order-share-title span {
			font-weight: 600;
		}

	.order-share h2 {
		margin: 0 0 20px;
		font-size: 18px;
		font-weight: normal;
		text-transform: none;
	}

#main-content ul.share-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.share-tabs {
	height: 36px;
}

.share-tabs a {
	height: 34px;
	margin: 0 2px 0 0;
	padding: 0 20px 0 45px;
	float: left;
	position: relative;
	background-color: #f6f7f6;
	background-position: 15px 7px;
	background-repeat: no-repeat;
	border: 1px solid #b7cfb2;
	border-bottom: none;
	--webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
}

.share-tabs a:hover {
	background-color: #fff;
}

.share-tabs a.share-tab-facebook {
	background-image: url(../images/facebook.png);
	color: #2c5071;
}

.share-tabs a.share-tab-twitter {
	background-image: url(../images/twitter.png);
	color: #43a5c1;
}

.share-tabs a.share-tab-current {
	height: 35px;
	background-color: #fff;
	border-bottom: none;
	--webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.share-tabs a.share-tab-current:after {
	content: '';
	width: 100%;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -5px;
}

.share-tabs a.share-tab-left {
	border-right: none;
}

.share-tab-content {
	margin: -1px 0 0;
	padding: 20px;
	display: none;
	background: #fff;
	border: 1px solid #b7cfb2;
	--webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.share-tab-content-current {
	display: block;
}

	.share-order-left {
		width: 150px;
		margin: 0 20px 0 0;
		float: left;
	}

		.share-order-left img {
			width: 150px;
		}

	.share-order-right {
		width: 465px;
		float: left;
	}

		.share-order-right h3 {
			margin: 0 0 10px;
			padding: 0 0 10px;
			border-bottom: 1px solid #d9d9d8;
			color: #1b1b1b;
			font-size: 14px;
			font-weight: 600px;
		}

			.share-order-right h3 span {
				color: #58946c;
			}


/*---------------------------------------------------------------------*/
/* CHECKOUT NEW */
/*---------------------------------------------------------------------*/

.checkout-steps {
	clear: both;
	position: relative;
	margin: 50px auto 60px auto;
	max-width: 840px;
}

.checkout-steps:after {
	content: '';
	position: absolute;
	background-color: #dddddc;
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
    width: 80.5%;
	top: 10px;
	z-index: -1;
    left: 60px;
}

.checkout-step {
    width: 10.3%;
    float: left;
    margin-right: 2px;
    text-align: center;
    font-size: 10px;
    color: #1b1b1b;
    line-height: 1.5;
	position: relative;
}

.checkout-step-number {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #adadad;
	margin: 0 auto;
    line-height: 29px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    font-size: 14px;
    color: #a7a7a7;
}

.checkout-step-label {
	text-transform: uppercase;
	font-size: 10px;
	color: #1b1b1b;
	margin-top: 10px;
}

.checkout-step-done.checkout-step-current .checkout-step-number {
	background-color: #119e55;
	border: 1px solid #3b7843;
	color: #fff;
}

.checkout-step-before img {
	height: 24px;
}

.checkout-step-after img {
	height: 27px;
}

.checkout-step-img.checkout-step-before {
	margin-right: 40px;
}

.checkout-step-img.checkout-step-after {
	margin-left: 40px;
}

.checkout-step-done:after {
	content: '';
	position: absolute;
	height: 2px;
	background-color: #00a651;
	width: 100%;
    top: 14px;
	left: -50%;
}

.checkout-step-1.checkout-step-done:after {
	width: 75px;
    left: -25px;
}

.checkout-step-7.checkout-step-current.checkout-step-done:before {
	content: '';
	position: absolute;
	height: 2px;
	background-color: #00a651;
	width: 100%;
    top: 14px;
	left: 30%;
}


.next-step-box {
	margin: 0 0 20px 0;
	max-width: 302px;
	height: auto;
	width: 302px;
}

.next-step-box.next-step-box-bottom {
	position: absolute;
	bottom: 30px;
	right: 28px;
}

.next-step-box h2 {
	font-size: 16px;
	margin-bottom: 40px;
}

.next-step-box .box {

}

#main-content.checkout-content {
	width: 635px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 29px;
}

#right-menu.checkout-sidebar {
	width: 302px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.checkout-secondary-title {
	font-size: 20px;
	text-transform: initial;
	font-weight: 300;
	border-bottom: 1px solid #d9d9d8;
	margin-bottom: 30px;
    padding-bottom: 12px;
}

	.checkout-secondary-title a {
		font-size: 14px;
	}

.custom-radio input {
	width: auto;
}

.new-address {
	display: none;
}

.add-new-address {
	padding: 20px;
	background-color: #ededeb;
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#addnew {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 32px;
	color: #1b1b1b;
}

.address-wrap .address-box {
	border-right: 1px solid #d9d9d8;
	margin-right: 28px;
	border-bottom: none;
	padding-bottom: 0;
	min-height: 340px;
	position: relative;
}

.address-wrap .address-box .button {
	position: absolute;
	left: 0;
	bottom: 0;
}

.address-wrap .address-box:nth-child(1) {
	border-right: 1px solid #d9d9d8 !important;
}

.address-wrap .address-box:nth-child(3n) {
	margin-right: 0;
	border-right: none;
}

.custom-radio span {
	font-size: 12px;
}

.checkout-content h3 {
	font-size: 16px;
}

.checkout-shipping-options {
	max-width: 450px;
	margin-bottom: 25px;
}

.checkout-shipping-options input {
	width: auto;
	margin-right: 0;
	padding: 0;
}

.payment-options {
	margin-top: 15px;
}

.payment-options th,
.checkout-shipping-options th {
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 1.4;
}

.payment-options input.radio {
	margin: 0;
	padding: 0;
}

.payment-options input.button {
	margin-left: 10px;
}

.hide {
	display: none;
}

.button.fn {
	float: none;
}

.certificate-td {
	position: relative;
/*	left: -40px;*/
}

.code-input {
	margin-right: 3px;
}

.confirm-boxes .checkout-box {
	max-height: 115px;
	margin-bottom: 20px;
	background: #ededeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.general-table td {
	vertical-align: bottom;
}

.confirm-boxes-details h3 {
	font-size: 14px;
	color: #1b1b1b;
	font-weight: 600;
	margin-bottom: 5px;
}

.confirm-boxes-details {
	font-size: 14px;
	line-height: 20px;
}
/*
.confirm-page-cart .cart-table tr th {
	text-align: left;
}*/

.checkout-form {
	width: 50%;
}

.order-confirm-box {
	position: absolute;
    right: 30px;
    bottom: 30px;
    margin: 0;
}

.order-confirm-box h2 {
	margin-bottom: 10px;
}

.order-confirm-box .button {
	position: relative;
	right: 0;
	left: 0;
	bottom: 0;
	margin-top: 20px;
}

.order-confirm-box input.checkbox {
	top: 0;
}

.checkout-form textarea {
	width: 470px;
	max-width: 100%;
}

#xCreateAccount {
	width: auto;
}

.create-account-title {
	margin-bottom: 15px;
}

.creat-acc-form tr td input {
	margin-top: 5px;
}

.account-checkbox {
	margin-bottom: 5px;
	display: block;
}

.checkout-form input[type="radio"] {
	margin: 0;
}

.checkout-form input[type="radio"].radio.first {
	margin-bottom: 10px;
}

.cart-div p {
	margin: 0;
	font-size: 11px;
}

.cart-div p.cart-title {
	font-size: 13px;
	text-transform: initial;
}

.cart-div p.product-code {
	margin-top: 10px;
}

/* ==========================================================================
  SELECT STYLING
========================================================================== */
.select-wrap {
	height: 39px;
	font-size: 13px;
	padding: 12px 10px;
	border: 1px solid #c0c0c0;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	width: 277px;
	background: #fff url('../images/arrow-down.png') no-repeat;
	-webkit-background-size: 18px;
	background-size: 18px;
	background-position: 99% center;
	-webkit-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#search-filters .select-wrap {
	width: 100%;
}

.select-wrap:hover {
	opacity: 0.7;
}

.select-wrap .select {
  width: 120%;
  height: 100%;
  margin-bottom: 0 !important;
}

.select-wrap .select select {
	height: 100%;
	background: transparent;
	line-height: 15px;
	border: 0;
	padding: 0;
	border-radius: 0;
	width: 100%;
	max-width: 120% !important;
	position: relative;
	z-index: 10;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}



/* ==========================================================================
  FORMS
========================================================================== */
.checkout-content form label {
	font-size: 12px;
}

.form-div .form-table div {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.form-div .form-table div label {
	margin-bottom: 2px;
	display: block;
}

.form-div .form-table div.select-wrap div.select,
.form-div .form-table div.news-letter,
.form-div .form-table div.field-title,
.form-div .form-table div.email-field,
.form-div .form-table div.field-deliveryCompany,
.form-div .form-table div.field-company {
	width: 100%;
}

.form-div .form-table div.field-deliveryCompany label,
.form-div .form-table div.news-letter label,
.form-div .form-table div.field-title label,
.form-div .form-table div.email-field label,
.form-div .form-table div.field-company label {
	width: 100%;
	display: block;
	clear: both;
}

.form-div .form-table div.news-letter {
	font-size: 12px;
	font-weight: bold;
}

	.form-div .form-table div.news-letter input {
		margin-top: 10px;
		position: relative;
		top: 3px;
	}

.form-div .form-table div.select-wrap {
	width: 292px;
	margin: 0;
	padding: 10px 10px 11px;
}

.small-table {
	max-width: 615px;
}

.small-table .button {
	margin-top: 20px;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

/* ==========================
	EBAY SECTION CSS
========================== */

/* Activated on breadcrumb div if extra field "Top Main Image" is used */
#breadcrumb.breadcrumb-nomargin {

	margin-bottom:11px;
}

.top-main-image {

	margin:0px 0px 25px 0px;
}

.ebay-title {

	color:#232323;
	font-size:21px;
	font-weight:600;
	margin-bottom:12px;
}

.section-button {

	float:none;
	display:block;
	width:132px;
	margin:15px 0px 50px 0px;
	padding:0px;
}

.ebay-desc {

	font-size:14px;
	line-height:20px;
	color:#232323;
}

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

	.top-main-image {

		margin:0px auto 14px auto;
	}

	.top-main-image img {

		max-width:100%;
		height:auto;
	}

	.section-button {

		width:84px;
		height:28px;
		line-height:29px;
		margin-bottom:30px;
	}

	.prod-description.ebay-desc {

		font-size:12px;
		line-height:18px;
		padding-bottom:0px;
	}
}

/* ==========================
	NEWSLETTER POPUP CSS
========================== */
.news-wrap {

    position: fixed;
    z-index: 9999999999;
    left: 30px;
    background-color: #fff;
    padding: 20px 20px 25px 20px;
    background-position: center;
    background-size: cover;
    width: 420px;
    transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px -3px rgba(0,0,0,1);
    -o-box-shadow: 0px 0px 20px -3px rgba(0,0,0,1);
    -ms-box-shadow: 0px 0px 20px -3px rgba(0,0,0,1);

}

.add-bottom {

	bottom: -300px;

}

.remove-bottom {

    bottom: 0px;

}

.news-wrap h3 {

	color: #3b784f;
	font-size: 21.71px;
	line-height: 21.71px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;

}

.news-wrap p {

	max-width: 142px;
    margin: 20px 0 30px 0;
    font-size: 13px;
    color: #fff;
    font-weight: bold;

}

.news-wrap form {

	text-align: center;

}

.news-wrap input {

	padding: 16px 10px;
    width: 100%;
    max-width: 230px;
   	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
   	-webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
   	-o-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
   	-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
   	-ms-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
   	border: 0px;
   	height: 0;

}

.news-wrap button {
	box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.2);
    padding: 10px 20px;
    background-color: #3b784f;
    border: 0px;
    color: #fff;
}

.news-wrap .news-inner {
	position: relative;
}

.news-wrap div.close {
	position: absolute;
	right: 10px;
	top: 10px;
	margin: 0px;
	cursor: pointer;
}

/* LEFT ALIGNED */
.news-wrap.left {
	text-align: left;
}
.news-wrap.left h3 {
	text-align: left;
}
.news-wrap.left form {
	text-align: left;
}

/* RIGHT ALIGNED */
.news-wrap.right {
	text-align: right;
}
.news-wrap.right h3 {
	text-align: right;
}
.news-wrap.right p {
	max-width: 142px;
    margin: 20px 0 30px auto;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: right;
}
.news-wrap.right form {
	text-align: right;
}

/* CENTER ALIGNED */
.news-wrap.center {
	text-align: center;
}
.news-wrap.center h3 {
	text-align: center;
}
.news-wrap.center form {
	text-align: center;
}
.news-wrap.center p {
	max-width: 200px;
    margin: 20px auto 68px auto;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 530px) {
	.news-wrap {
		right: 10px;
		width: auto;
		left: 10px;
	}

	.news-wrap h3 {
		font-size: 16px;
		margin-top: 10px;
	}

	.news-wrap p {
		max-width: 100%;
		margin: 10px 0;
	}

	.news-wrap button {
		margin-top: 10px;
	}
}

/* GDPR FORM */
.gdpr-form {
	display:inline-block !important;
}
.gdpr-form .checkbox-label {
	font-weight: 300 !important;
	max-width: 400px;
	display: inline-block !important;
	vertical-align: top !important;
	margin-left: 10px !important;
}
.gdpr-form .js-cm-submit-button {
	height: 36px !important;
}

@media only screen and (max-width: 500px) {
	.gdpr-form .checkbox-label {
		max-width: 300px !important;
	}
}

/* ==========================
	TRADE LANDING PAGE
========================== */

.top-main-image {

	position: relative;
}

.top-image-top-text {

	width:635px;
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	top:82px;
	padding:8px 14px;
	color:#FFF;
	background:#58946c;
	font-size:42px;
	line-height:48px;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
}

.top-image-top-text:before {

	position:absolute;
	top:-42px;
	left:0px;
	right:0px;
	margin:auto;
	content:'';
	display:block;
	background-image:url(../images/green-britcar.png);
	background-size:112px 46px;
	background-repeat: no-repeat;
	width:112px;
	height:46px;
}

.top-image-bottom-text {

	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	background:rgba(62, 62, 62, 0.9);
	padding:30px 75px;
	color:#FFF;
	font-size:32px;
	line-height:38px;
	text-align:center;
	font-weight:bold;
	text-transform: uppercase;
}

.trade-discount-boxes {

	margin-top:28px;
	font-size:0;
}

.trade-discount-box {

	display:inline-block;
	vertical-align: top;
	width:220px;
	position:relative;
	box-sizing: border-box;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-right:28px;
	text-align:center;
	height:220px;
}

.inner-trade-discount-box {

	padding:42px 15px 0px 15px;
}

.tbox-1 {

	background-image:url(../images/box-1-bg.png);
}

.tbox-2 {

	background-image:url(../images/box-2-bg.png);
}

.tbox-3 {

	background-image:url(../images/box-3-bg.png);
	margin-right:0px;
}

.trade-discount-box h3 {

	font-size:26px;
	font-weight:bold;
	color:#FFF;
	text-transform: uppercase;
	margin-bottom:6px;
}

.trade-discount-box p {

	color:#FFF;
	font-size:18px !important;
	text-transform: uppercase;
	line-height:21px !important;
	margin-bottom:20px !important;
}

.trade-discount-box img {

	max-height:60px;
}

.tbox-2 img {

	max-height:48px;
}
.tbox-3 img {

	max-height:56.03px;
}

.trade-login-holder {

	display:table;
	width:100%;
	padding:49px 0px;
}

.trade-heading {

	font-size:21px;
	text-transform: uppercase;
	color:#232323;
}

.trade-login-holder h3 {

	padding-bottom:13px;
	margin-bottom:20px;
	border-bottom:1px solid #d9d9d8;
}

.trade-login-holder .trade-login {

	margin-right:20px;
}

.trade-login-holder .trade-register {

	border-color:#4e4e4e;
	background: -webkit-linear-gradient(to bottom, rgb(145,145,145) 0%,rgb(96,96,96) 100%);
	background: linear-gradient(to bottom, rgb(145,145,145) 0%,rgb(96,96,96) 100%);
}

.trade-login-holder .trade-register:hover {

	background: -webkit-linear-gradient(to bottom, rgb(108, 108, 108) 0%,rgb(69, 69, 69) 81%);
	background: linear-gradient(to bottom, rgb(108, 108, 108) 0%,rgb(69, 69, 69) 81%);

}


.trade-lower-heading {

	padding-bottom:12px;
}

.caption {
	display: flex;
	flex-flow: row wrap;
	row-gap: 10px;
}

.caption-text {
	width: 100%;
}

.btn-green,
.slider-btn {
    display: inline-block;
    padding: 0 21px;
    color: #fff;
    font-size: 13px;
    line-height: 40px;
	height: 40px;
	border-radius: 2px;
	border: 1px solid #2b704b;
	opacity: 1;
	background: #2b583a url(../images/button-bg.png) 0 0 repeat-x;
	text-decoration: none;
	text-transform: none;
}

.home-sections {
	display: flex;
	flex-flow: row wrap;
	row-gap: 10px;
	column-gap: 10px;
}

.btn-green:hover,
.slider-btn:hover {
	color: #fff;
	background: #2b583a url(../images/button-bg.png) 0 -50px repeat-x;
	border: 1px solid #18281d;
}

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

	.top-main-image {

		text-align:center;
	}

	.top-image-top-text {

		font-size:17px;
		line-height:20px;
		padding:4px;
		width:82%;
		top:39px;
	}

	.top-image-top-text:before {

		background-size:54px 24px;
		width:54px;
		height:31px;
		top:-22px;
	}

	.top-image-bottom-text {

		font-size: 15px;
		line-height:17px;
		padding:20px 18px;
		bottom:4px;
	}

	.trade-discount-boxes {

		margin-top:0px;
	}

	.trade-discount-box {

		height:139px;
		margin-right:14px;
		width:48.5%;
	}

	.tbox-2 {

		margin-right:0px;
	}

	.tbox-3 {

		display:none;
	}

	.inner-trade-discount-box {

		padding:25px 12px 0px 12px;
	}

	.trade-discount-box h3 {

		font-size:16px;
		margin-bottom:3px;
	}

	.trade-discount-box p {

		font-size:11px !important;
		line-height:15px !important;
		margin-bottom:11px !important;
	}

	.tbox-1 img {

		max-height:38.5px;
	}

	.tbox-2 img {

		max-height:31px;
	}

	.trade-login-holder {

		padding:30px 0px;
	}

	.trade-heading {

		font-size:15px;
	}

	.trade-login-holder h3 {

		padding-bottom:10px;
		margin-bottom:15px;
	}

	.trade-home-sections {

		border-top:1px solid #d9d9d8 !important;
		padding:15px 0px 18px 0px !important;
	}
}

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

	.trade-discount-box {

		width:47.3%;
	}
}