item-descriptionitem-descriptionitem-description@charset "utf-8";
/* CSS Document */
/****** !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

CSS COPYRIGHT www.studioworx.co.uk - The CSS is prohibited from viewing, using in whole or part. 
Usage of the CSS may result in legal action. A notification has been sent to us letting us know 
this page has been accessed directly including the IP, Time and domain it was accessed from. 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! *******/

/*
/ Colours used
/ ------------------------------ */

/*
 * Primary: #3e4340
 * Light gray (border): #dedede
 * Lighter gray: #f0f0f0
 */

/*
/ Max width overide
/ ------------------------------ */

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

/*
/ Global
/ ------------------------------ */

#page + center{
	display: none;
}

video{
	background: #000000;
}

#page{
	font-family: 'Raleway', Arial, sans-serif;

	border: 1px solid #ebe8e6;
}

@media (max-width: 575px){
	#page{
		border: none;
	}
}

.pull-left{
	float: left;
}

.pull-right{
	float: right;
}

.margin-top{
	margin-top: 20px;
}

.margin-bottom{
	margin-bottom: 20px;
}

.clearfix::after{
	content: "";
	display: table;
	clear: both;
}

.hidden{
	display: none;
}

.heading{
	color: #20af0e;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d2cc;
}

.subheading{
	color: #20af0e;
	font-size: 14px;
	font-weight: 700;
	padding: 15px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d8d2cc;
}

/*
/ Typography
/ ------------------------------ */

h1{
	font-size: 16px;
	color: #3e4340;
}

h2{
	font-size: 15px;
	color: #20af0e;
}

h3{
	font-size: 15px;
	color: #3e4340;
}

h4{
	font-size: 15px;
	color: #3e4340;
}

h5{
	font-size: 15px;
	color: #3e4340;
}

a{
  color: #0275d8;
}

a:focus, a:hover{
  color: #014c8c;
}

/*
/ Images
/ ------------------------------ */

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
 

@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 14px;
	color: #3e4340;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

/*
/ Buttons
/ ------------------------------ */

.buttons{
	margin: 40px 0 0;
}

.btn{
	float: left;
	display: inline-block;
	padding: 15px 25px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0 10px 10px 0;
	
	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.buttons .btn:last-child{
	margin-right: 0;
}

/*** Button colours ***/

.btn-default{
	background-color: #58d155;
	color: #fff;
}

.btn-default:hover{
	text-decoration: none;
	color: #fff;
}

.btn-primary{
	background-color: #3e4340;
	border-color: #3e4340;
	color: #ffffff;
}

.btn-primary:hover{
	text-decoration: none;
	background-color: #444444;
	color: #ffffff;
}

/*
/ Header Top
/ ------------------------------ */

#header-top{
	background-color: #ebe8e6;
}

#header-top h2{
	margin: 0;
	display: inline-block;
	line-height: 40px;
	font-size: 12px;
	color: #3e4340;
	font-weight: 500;
}

#header-top h2 span{
	color: #20af0e;
}

@media (max-width: 575px){
	#header-top{
		text-align: center;
		padding: 5px 0;
	}
	#header-top h2{
		line-height: normal;
	}
}

/*** Nav ***/

#header-top nav{
	float: right;
}

#header-top nav a{
	float: left;
	margin-left: 20px;
	line-height: 40px;
	font-size: 12px;
	color: #3e4340;
	font-weight: 500;
}

@media (max-width: 1023px){
	#header-top nav{
		display: none;
	}
}

/*
/ Header
/ ------------------------------ */

#header .container{
	position: relative;
	text-align: center;
}

#header .logo{
	display: inline-block;
	float: ;
	margin: 7px auto;
}

@media (max-width: 575px){
	#header .logo img{
		width: 180px;
	}
}

#header .contact-rating{
	position: absolute;
	right: 15px;
	top: 0;
}

#header .contact{
	float: right;
	margin: 55px 0 0;
	line-height: 25px;

	font-size: 14px;
	font-weight: 500;
	color: #3e4340;

	background-image: url(images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

#header .ebay-rating{
	float: right;
	margin: 45px 40px 0 0;
	text-align: center;

	background-color: #fcfbfb;
	padding: 5px 10px;
	border-radius: 3px;
}

#header .ebay-rating p{
	margin: 2px 0 0;
	font-size: 11px;
	color: #3e4340;
}

/*
/ Header Menu
/ ------------------------------ */

/*** Flex ***/

#header-menu ul.categories{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#header-menu ul.categories .row:before,
#header-menu ul.categories .clearfix:before {
	content: none;
}

#header-menu ul.categories > * {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*** End Flex ***/

#header-menu,
#header-menu-mobile{
	background-color: #ebe8e6;
}

#header-menu ul.categories{
	position: relative;
	padding: 0;
	margin: 0;
}

#header-menu ul.categories > li{
	flex-grow: 1;
	list-style: none;
}

#header-menu ul.categories > li.hide,
#header-menu ul.categories > li#ID-1{
	display: none;
}

#header-menu ul.categories > li:nth-of-type(7),
#header-menu ul.categories > li:nth-of-type(8),
#header-menu ul.categories > li:nth-of-type(9),
#header-menu ul.categories > li:nth-of-type(10),
#header-menu ul.categories > li:nth-of-type(11),
#header-menu ul.categories > li:nth-of-type(12){ /* hide unwanted top categories at menu */

}

#header-menu ul.categories > li > a{
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	height: 50px;
	line-height: 50px;
	color: #3e4340;
	margin: 0;
}

@media (max-width: 1379px){
	#header-menu ul.categories > li > a{
		font-size: 13px;
	}
}

#header-menu ul.categories > li:hover > a,
#header-menu ul.categories > li > a:hover{
	text-decoration: none;
	background-color: #d9d4cf;
	color: #3e4340;
}

/*** All Cats ***/

#header-menu ul.categories > li#dropdown-all-cats{
	display: block;
}

/*** Second level Mega Menu ***/

#header-menu ul.categories > li > ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fbfbfb;
	padding: 40px 50px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	text-align: center;
	z-index: 10;
	display: none;
}

#header-menu ul.categories > li:hover ul{ display: block; }

#header-menu ul.categories > li > ul > li {
	list-style: none;
	
	display: inline-block;
	width: 19.5%;
	padding: 0 6px;
	margin-bottom: 18px;
}

@media (max-width: 1379px){
	#header-menu ul.categories > li > ul > li {
		width: 24.5%;
	}
}

#header-menu ul.categories > li > ul > li > a {
	display: block;
	padding: 160px 10px 15px;

	color: #76624e;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;

	border: 1px solid #d8d2cc;
	border-radius: 2px;

	background-color: #fff;
	background-position: center 25px;
	background-repeat: no-repeat;
}

#header-menu ul.categories > li > ul > li > a:hover {
	border-color: #20af0e;
}

/* MIRRORS */

#header-menu #Mirrors > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/completemirrors.jpg);
}
#header-menu #Mirrors > ul > li:nth-of-type(2) > a{
	background-image: url(images/menu/mirrorcovers.jpg);
}
#header-menu #Mirrors > ul > li:nth-of-type(3) > a{
	background-image: url(images/menu/mirrorglass.jpg);
}
#header-menu #Mirrors > ul > li:nth-of-type(4) > a{
	background-image: url(images/menu/mirrorindicators.jpg);
}

/* VEHICLE LIGHTING */

#header-menu #Vehicle-Lighting > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/frontfoglights.jpg);
}
#header-menu #Vehicle-Lighting > ul > li:nth-of-type(2) > a{
	background-image: url(images/menu/headlights.jpg);
}
#header-menu #Vehicle-Lighting > ul > li:nth-of-type(3) > a{
	background-image: url(images/menu/indicators.jpg);
}
#header-menu #Vehicle-Lighting > ul > li:nth-of-type(4) > a{
	background-image: url(images/menu/siderepeaters.jpg);
}
#header-menu #Vehicle-Lighting > ul > li:nth-of-type(5) > a{
	background-image: url(images/menu/standardlighting.jpg);
}
#header-menu #Vehicle-Lighting > ul > li:nth-of-type(6) > a{
	background-image: url(images/menu/taillights.jpg);
}

/* WHEEL-BEARING */

#header-menu #Wheel-Bearings > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/wheelbearingkit.jpg);
}

/* BRAKE COMPONENTS */

#header-menu #Brake-Components > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/brakecapilers.jpg);
}

/* SUSPENSION */

#header-menu #Suspension > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/powerflex.jpg);
}
#header-menu #Suspension > ul > li:nth-of-type(2) > a{
	background-image: url(images/menu/droplinks.jpg);
}
#header-menu #Suspension > ul > li:nth-of-type(3) > a{
	background-image: url(images/menu/tierodends.jpg);
}
#header-menu #Suspension > ul > li:nth-of-type(4) > a{
	background-image: url(images/menu/suspensioncomponents.jpg);
}

/* ENGINE PARTS */

#header-menu #Engine-Parts > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/internalengineparts.jpg);
}

#header-menu #Engine-Parts > ul > li:nth-of-type(2) > a{
	background-image: url(images/menu/timingchainkit.jpg);
}

/* CAR BODY */

#header-menu #Car-Body-Components > ul > li:nth-of-type(1) > a{
	background-image: url(images/menu/wipermotors.jpg);
}

#header-menu #Car-Body-Components > ul > li:nth-of-type(2) > a{
	background-image: url(images/menu/parkingsensors.jpg);
}

#header-menu #Car-Body-Components > ul > li:nth-of-type(3) > a{
	background-image: url(images/menu/arch.jpg);
}

/*
/ Mobile Menu
/ ------------------------------ */

/*** Toggle ***/

#header-menu-mobile .mobile-menu-toggle{
	cursor: pointer;
	display: block;
	font-size: 15px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #3e4340;
	margin: 0;
	font-weight: 500;
	text-transform: uppercase;
}

/*** Toggle Icon ***/

#header-menu-mobile .mobile-menu-toggle .icon{
	float: left;
	width: 22px;
	margin-right: 8px;
	margin-top: 10px;
	padding: 3px 0;
}

#header-menu-mobile .mobile-menu-toggle .icon span{
	display: block;
	background-color: #3e4340;
	width: 100%;
	height: 2px;
}

#header-menu-mobile .mobile-menu-toggle .icon span + span{
	margin-top: 4px;
}

/*** First Level ***/

#header-menu-mobile .categories{
	display: none;
	padding: 0 0 10px;
	margin: 0;
}

#header-menu-mobile .categories > li{
	list-style: none;
}

#header-menu-mobile .categories > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 5px 0;
	color: #3e4340;
	margin: 0;
}

#header-menu-mobile .mobile-control:checked + a{
	color: blue;
}

#header-menu-mobile .categories > li > a label{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

/*** View All ***/

#header-menu-mobile .categories > li > ul > li.view-all{
	display: block !important;
}

#header-menu-mobile .categories > li > ul > li.view-all a{
	color: red;
}

/*** Control ***/

#header-menu-mobile .mobile-control{ display: none; }
#header-menu-mobile .mobile-control:checked ~ ul { display: block !important; }

/*
/ selling-points
/ ------------------------------ */

.selling-points{
	background-color: #3e4340;
	text-align: center;
}

.selling-points.foot{
	background-color: #303030;
	border-bottom: 1px solid #595959;
}

.selling-points .row div{
	padding-top: 11px;
	padding-bottom: 11px;
	border-left: 1px solid #fff;
}

.selling-points.foot .row div{
	border-left: 1px solid #595959;
}

.selling-points .row div:first-child{
	border-left: none;
}

.selling-points span{
	display: inline-block;
	line-height: 34px;

	color: #fff;
	font-size: 14px;
	font-weight: 500;

	background-position: left center;
	background-repeat: no-repeat;
}

.selling-points span strong{
	font-weight: 800;
	color: #20af0e;
}

.selling-points .row div:nth-of-type(1) span{
	background-image: url(images/icon-1.png);
	padding-left: 42px;
}

.selling-points .row div:nth-of-type(2) span{
	background-image: url(images/icon-2.png);
	padding-left: 26px;
}

.selling-points .row div:nth-of-type(3) span{
	background-image: url(images/icon-3.png);
	padding-left: 30px;
}

@media (max-width: 1023px){
	.selling-points span{
		line-height: normal;
		background-position: center top;
		padding: 28px 0 0 !important;
	}
}

@media (max-width: 767px){
	.selling-points .row div,
	.selling-points.foot .row div{
		border: none;
	}
}

@media (max-width: 575px){
	.selling-points span{
		font-size: 12px;
	}
}

/*
/ Check
/ ------------------------------ */

#check{
	margin-top: 30px;
}

#check .row{
	margin: 0 -5px;
}

#check .row > div{
	padding: 0 5px;
}

#check .box{
	background-image: url(images/bg-arrow.png);
	background-position: right top;
	border-left: 8px solid #dfedda;
	height: 176px;
	padding: 35px 70px 0 25px;
}

#check h2{
	margin: 0 0 5px;
	color: #20af0e;
	font-size: 18px;
	font-weight: 700;
}

#check p{
	margin: 0;
	color: #76624e;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
}

#check p a{
	color: #20af0e;
	text-decoration: underline;
}

/*
/ Main
/ ------------------------------ */

#main{
	margin-top: 30px;
	padding-bottom: 40px;
}

@media (max-width: 767px) {
	#main{
		margin-top: 15px;
	}
}

/*
/ Images
/ ------------------------------ */

.images{
	position: relative;
	margin-right: -15px;
}

@media (max-width: 575px){
	.images{
		margin-right: 0;
	}
}

.images .main-sentinel{
	width: 100%;
}

.images .image{
	width: 20%;
	float: left;
	position: static;
	padding-right: 15px;
}

@media (max-width: 1023px){
	.images .image{
		width: 25%;
	}
}

@media (max-width: 767px){
	.images .image{
		width: 33.33%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	padding-bottom: 100%;
	opacity: 0.5;
}

.image .thumbnails-control{
	display: none;
}

.image .thumbnails-control:checked + .thumbnail{
	opacity: 1;
}

.image #thumbnail-control-video:checked ~ #image-video,
.image #thumbnail-control-1:checked ~ #image-1,
.image #thumbnail-control-2:checked ~ #image-2,
.image #thumbnail-control-3:checked ~ #image-3,
.image #thumbnail-control-4:checked ~ #image-4,
.image #thumbnail-control-5:checked ~ #image-5,
.image #thumbnail-control-6:checked ~ #image-6,
.image #thumbnail-control-7:checked ~ #image-7,
.image #thumbnail-control-8:checked ~ #image-8,
.image #thumbnail-control-9:checked ~ #image-9,
.image #thumbnail-control-10:checked ~ #image-10,
.image #thumbnail-control-11:checked ~ #image-11,
.image #thumbnail-control-12:checked ~ #image-12,
.image #thumbnail-control-13:checked ~ #image-13,
.image #thumbnail-control-14:checked ~ #image-14,
.image #thumbnail-control-15:checked ~ #image-15,
.image #thumbnail-control-16:checked ~ #image-16{
	display: block;
}

@media (max-width: 575px) {
	.images{
		text-align: center;
		margin-bottom: 15px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 14px;
		height: 14px;
		border-radius: 100%;
		margin: 10px 5px 0;
		padding-bottom: 0;
		border: 1px solid #3e4340;
	}
	.image .thumbnails-control:checked + label{
		background-color: #3e4340;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

.image .main{
	animation-name: fadeIn;
    animation-duration: 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
	cursor: pointer;
	padding-right: 15px;
}

@media (max-width: 575px){
	.image .main{
		padding-right: 0;
	}
}

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
}

/*** Video ***/

.image .main video{
	width: 100%;
}

/*** Arrows 

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #3e4340;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: 5px;
	background-image: url('images/prev.png');
}

.image .main .next{
	right: 5px;
	background-image: url('images/next.png');
}***/

/******/
.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 30px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	cursor: pointer;

	background-color: #3e4340;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('images/prev2.png');
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}

.image .main .next{
	right: -15px;
	background-image: url('images/next2.png');
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}

.image .main .prev[data-prev=""],
.image .main .next[data-next=""]{
	display: none;
}

.image .main-control{
	display: none;
}

@media (min-width: 576px) {
	.image .main .prev,
	.image .main .next{
		display: none;
	}
}

/*** Click to zoom ***/

@media (min-width: 768px) {
	.image .main-control:checked + .main{
		animation-name: fadeInImage;
  		animation-duration: 0.5s;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 100;
		background-color: rgba(0,0,0,0.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		height: 600px;
		padding: 0;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
	}
	.image .main-control:checked + .main .main-content img{
		max-width: 100%;
	}
	.image .main-control:checked + .main .main-content .prev,
	.image .main-control:checked + .main .main-content .next{
		display: none;
	}
	.image .main .main-content:after{
		content: "";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 22px;
		height: 21px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('images/close.png');
	}
}

@media (min-width: 1024px) {
	.image .main-control:checked + .main .main-content{
		width: 800px;
		height: 800px;
	}
}

/*
/ Left Menu Categories
/ ------------------------------ */

@media (min-width: 1200px){
	#main aside{
		padding-right: 60px;
	}
}

#main ul.categories,
#main ul.shoplinks{
	padding: 0 0 15px;
	list-style: none;
}

#main ul.categories > li,
#main ul.shoplinks > li{
	list-style: none;
}

#main ul.categories > li > a{
	display: block;
	padding: 6px 10px;
	font-size: 16px;
	font-weight: 500;
	color: #76624e;

	background-image: url(images/cat-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#main ul.shoplinks > li > a{
	display: block;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 500;
	color: #76624e;
}

#main ul.categories > li > a:hover,
#main ul.shoplinks > li > a:hover{
	color: #20af0e;
	text-decoration: none;
}

#main .delivery{
	position: relative;
	padding-bottom: 190px;
	padding-top: 20px;
	margin: 25px 0 0 10px;
	width: 210px;
	background-color: #35ce9a;
	border-radius: 2px;
	text-align: center;
}

#main .delivery > img:last-child{
	position: absolute;
	left: -9px;
	bottom: 0;
	max-width: none;
}

#main .delivery h2{
	margin: 15px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
}

#main .delivery p{
	margin: 0;
	font-size: 13px;
	color: #fee9dd;
}

#main .mailing-list{
	margin: 50px 0 0 10px;
	padding: 40px 15px;
	width: 210px;
	text-align: center;
	border: 8px solid #cefddb;
}

#main .mailing-list h2{
	margin: 15px 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	color: #3b1e01;
}

#main .mailing-list p{
	margin: 0 0 15px;
	text-transform: uppercase;
	font-size: 18px;
	color: #3b1e01;
	font-weight: 300;
}

#main .mailing-list a{
	display: inline-block;
	background-color: #35ce9a;
	border-radius: 3px;
	padding: 10px 15px;

	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}

/*
/ Item Description
/ ------------------------------ */

/*** Title ***/

h1.title{
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 800;
	color: #3b1e01;
	line-height: 1.1;
}

@media (max-width: 575px){
	h1.title{
		margin-bottom: 10px;
	}
}

/*** Price ***/

.main-price{
	color: #35ce9a;
	margin-bottom: 30px;
}
.main-price[data-price=""],
.main-price[data-price="0.00"]{ display: none; }

.main-price .currency,
.main-price .value{
	font-size: 24px;
	font-weight: 700;
}

@media (max-width: 575px){
	.main-price{
		margin-bottom: 15px;
	}
}

/*** Stock ***/

.stock{

}

.stock h2{
	margin: 0 0 3px;
	font-size: 15px;
	font-weight: 700;
	color: #58d155;

	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.stock p{
	margin: 0;
	font-size: 12px;
	color: #3e4340;
}

/*** Payments ***/

.payments{
	margin-top: 40px;
}

@media (max-width: 575px){
	.payments{
		margin-top: 15px;
	}
}

.payments span{
	margin: 0 3px 0 0;
	font-size: 11px;
	color: #898989;
}

/*** Description ***/

.item-description{
	
}
.item-description table{width: 100%; border:1px;}
.item-description table tbody tb{border:1px solid #161616;}

.item-description p[data-spec=""]{
	display: none;
}

/*** Description Overides ***/

.item-description img{
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.item-description ul li,
.item-description ol li{
	margin-bottom: 4px;
}

.item-description table{
	font-size: 13px;
}

.item-description font,
.item-description b font,
.item-description strong font,
.item-description p font,
.item-description ul li font,
.item-description ol li font,
.item-description th font,
.item-description td font,
.item-description h2 font,
.item-description h3 font,
.item-description h4 font,
.item-description h5 font,
.item-description b,
.item-description strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.item-description p,
.item-description ul li,
.item-description ol li,
.item-description th,
.item-description td,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description span,
.item-description div{
	font-family: inherit !important;
	line-height: inherit !important;
}

/*
/ Tabs
/ ------------------------------ */

.tabs{
	background-color: #ebe8e6;
	margin-top: 20px;
}

.tabs .tab-control{
	display: none;
}

.tabs > label{
	display: block;

	float: left;
	position: relative;
	z-index: 10;
	
	padding: 18px 30px;
	margin: 0;
	  
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #3b1e01;
}

.tabs > label:hover{
	color: #3e4340;
	background-color: #d9d3ce;
	cursor: pointer;
}

.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
	background-color: #d9d3ce;
	color: #3e4340;
}

@media (max-width: 767px) {
	.tabs{
		border-top: 0;
	}
	.tabs > label{
		width: 100%;
		margin: 0;
		padding: 15px 15px;
		border: 0;
		border-top: 1px solid #fff;

		background-image: url(images/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.tabs > label:hover,
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
		background-image: url(images/tab-arrow-mobile-open.png);
		border-bottom: 0;
	}
}

.tabs .tab-content{
	display: none;
	/*animation-name: fadeIn;
  	animation-duration: 1.0s;*/

	float: left;
	width: 100%;
	padding: 20px 30px;

	font-size: 15px;
	line-height: 1.5;
	color: #3b1e01;

	background-color: #fff;
}

.tabs .tab-content img,
.tabs .tab-content img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

.tabs .tab-content ul li,
.tabs .tab-content ol li{
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.tabs .tab-content{
		border: 0;
		padding: 15px;
	}	
}

#tab-control-1:checked ~ #tab-content-1,
#tab-control-2:checked ~ #tab-content-2,
#tab-control-3:checked ~ #tab-content-3,
#tab-control-4:checked ~ #tab-content-4,
#tab-control-5:checked ~ #tab-content-5,
#tab-control-6:checked ~ #tab-content-6{
	display: block;
}

@media (max-width: 767px) {
	.tabs .desktop-label{
		display: none;
	}
}

@media (min-width: 768px) {
	.tabs .mobile-label{
		display: none;
	}
}

/*
/ Banners
/ ------------------------------ */

.banners{
	margin: 0 -10px;
	text-align: center;
}

.banners div{
	padding: 0 10px;
	margin-bottom: 20px;
}

/*
/ Footer
/ ------------------------------ */

#footer{
	padding: 50px 0;
	background-color: #303030;
}

/*** Nav ***/

#footer h2{
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

#footer ul{
	list-style: none;
	padding: 0;
}

#footer ul li{
	margin-bottom: 13px;
}

#footer ul li a{
	display: block;
	font-size: 14px;
	color: #d5d5d5;
}

#footer ul li a:hover{
	color: #d5d5d5;
}

#footer ul.categories > li > ul,
#footer ul.categories > li > ul > li > ul{
	display: none;
}

#footer p{
	display: block;
	font-size: 14px;
	color: #d5d5d5;
	margin-bottom: 20px;
}

#footer .row > div > a{
	display: inline-block;

	color: #303030;
	font-size: 13px;
	font-weight: 500;

	background-color: #fff;
	border-radius: 2px;
	padding: 12px 15px;
}

#footer .trustpilot{
	float: right;
}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	padding: 30px 0 10px;
	text-align: center;
}

/*** Copyright box ***/

.copyright{
	display: inline-block;
	text-align: center;
	padding: 10px 15px 0;
	margin: 0 5px;
	min-height: 75px;
}

.copyright:hover{
	text-decoration: none;
}

.copyright span{
	display: block;
	color: #606060;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
	text-align: center;
}

.copyright.studioworx span{ margin-top: 8px; }

.copyright img{
	margin-top: 4px;
}




