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

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: #333333
 * Light gray (border): #dedede
 * Lighter gray: #f0f0f0
 */

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

@media (min-width: 1380px) {
	.container {
		max-width: 1360px;
	}
}*/

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

#page + center{
	display: none;
}

video{
	background: #000000;
}

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

	border: 1px solid #e5e5e5;
}

@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{
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px;
}

.subheading{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 15px;
	color: #333333;
}

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

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

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

h3{
	font-size: 14px;
	color: #333333;
}

h4{
	font-size: 14px;
	color: #333333;
}

h5{
	font-size: 14px;
	color: #333333;
}

a{
  color: #0099ff;
}

a:focus, a:hover{
  color: #0099ff;
}

/*
/ 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: #333333;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

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

.buttons{
	margin: 0 0 20px;
}

.btn{
	float: left;
	display: inline-block;
	padding: 12px 20px 13px;
	font-size: 14px;
	font-weight: 700;
	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;
}

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

/*** Button colours ***/

.btn-default{
	background-color: #0099ff;
	color: #fff;
}

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

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

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

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

#header .row{
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

#header h2{
	float: left;
	margin: 49px 0 0 70px;

	font-size: 18px;
	color: #333333;
	font-weight: 300;
}

@media (max-width: 1023px){
	#header h2{
		margin: 49px 0 0 30px;
	}
}

@media (max-width: 767px){
	#header h2{
		margin: 52px 0 0 30px;
		font-size: 14px;
	}
}

@media (max-width: 575px){
	#header h2{
		margin: 0 0 10px;
		float: none;
	}
}

#header h2 span{
	font-weight: 500;
}

#header .logo{
	display: inline-block;
	float: left;
	margin: 30px 0;
}

@media (max-width: 575px){
	#header .logo{
		float: none;
		margin: 12px 0;
	}
	#header .logo img{
		width: 180px;
	}
}

/*** Nav ***/

#header nav{
	float: right;
	margin: 55px -10px 0 0;
}

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

#header nav a{
	float: left;
	padding: 0 10px;

	font-size: 12px;
	color: #333333;

	border-left: 1px solid #cecece;
}

#header nav a:first-child{
	border: none;
}

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

#main{
	margin-top: 28px;
	padding-bottom: 55px;
}

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

@media (max-width: 575px){
	#main{
		padding-bottom: 30px;
	}
}

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

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

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

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

.images .image{
	width: 25%;
	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%;
}

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

.image .thumbnails-control:checked + .thumbnail{
}

.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: 13px;
		height: 13px;
		border-radius: 100%;
		margin: 10px 5px 0;
		padding-bottom: 0;
		border: 1px solid #c1c1c1;
	}
	.image .thumbnails-control:checked + label{
		background-color: #333333;
		border: 1px solid #333333;
	}
	.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;
	border: 1px solid #e5e5e5;
	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: #c1c1c1;
	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: #c1c1c1;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

.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: 10px;
		right: 10px;
		width: 26px;
		height: 26px;
	}
	.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;
	}
}

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

@media(min-width: 1024px){
	.extra-right-pad{
		padding-right: 30px;
	}
}

/*** Title ***/

h1.title{
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 500;
	color: #333333;
	line-height: 1.2;
}

@media (max-width: 1023px){
	h1.title{
		margin-top: 0;
	}
}

/*** Price ***/

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

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

/*** Condition ***/

.condition{
	background-color: #f8f8f8;
	padding: 15px 18px;
}

.condition p{
	margin: 0;

	color: #333333;
	font-weight: 700;
	font-size: 15px;

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

.condition a{
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
	padding-left: 20px;
}

/*** Description ***/

.item-description{

}

.spec{
	list-style: none;
	margin: 0;
	padding: 0;
}

.spec li{
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5;
}

/*** 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{
	margin-top: 25px;
	margin-bottom: 25px;
}

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

.tabs > label{
	display: block;

	float: left;
	position: relative;
	z-index: 10;

	padding: 15px 30px;
	margin: 0 3px -1px 0;

	font-size: 14px;
	color: #333333;

	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tabs > label:hover{
	color: #333333;
	background-color: #fff;
	cursor: pointer;

	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #fff;
}

.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: #fff;
	color: #333333;

	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #fff;
}

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

		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: 0;
		border-top: 1px solid #cfcfcf;
	}
}

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

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

	font-size: 14px;
	line-height: 1.5;
	color: #333333;

	border-top: 1px solid #cfcfcf;
	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;
	}
}

/*
/ Icons
/ ------------------------------ */

@media (min-width: 1024px){
	#right-pane{
		padding-left: 0;
	}
}

.icons{
	text-align: center;
	margin-bottom: 25px;
}

.icons > div{
	margin-bottom: 5px;
	padding: 35px 0;
	border: 1px solid #e5e5e5;
}

.icons h2{
	margin: 18px 0 0;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
}

.icons h2 strong{
	font-weight: 700;
}

@media(max-width: 1023px){
	.icons > div{
		float: left;
		width: 33.33%;
		margin: 0;
		padding: 35px 15px 0;
		min-height: 170px;
		border-collapse: collapse;
	}
	.icons > div:nth-of-type(1),
	.icons > div:nth-of-type(2),
	.icons > div:nth-of-type(4),
	.icons > div:nth-of-type(5){
		border-right: 0;
	}
	.icons > div:nth-of-type(1),
	.icons > div:nth-of-type(2),
	.icons > div:nth-of-type(3){
		border-bottom: 0;
	}
	.icons br{
		display: none;
	}
	.icons h2{
		font-size: 14px;
	}
}

@media(max-width: 575px){
	.icons > div{
		padding: 35px 10px 0;
		min-height: 170px;
	}
	.icons h2{
		font-size: 12px;
	}
}

/*
/ Banner Contact
/ ------------------------------ */

.banner-contact{
	margin: 15px 0 0;
	background-color: #0099ff;
}

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

.banner-contact > div:first-child{
	padding: 0;
}

.banner-contact h2{
	margin-top: 55px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
}

.banner-contact h2 span{
	font-weight: 900;
}

.banner-contact p{
	margin-bottom: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.banner-contact a{
	display: inline-block;

	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;

	background-color: #fff;
	padding: 13px 20px;
}

@media (max-width: 1023px){
		.banner-contact > div:last-child{
			padding: 0 30px;
		}
		.banner-contact h2{
			margin-top: 30px;
		}
		.banner-contact p br:nth-of-type(2){
			display: none;
		}
}

@media (max-width: 767px){
		.banner-contact img{
			width: 100%;
		}
		.banner-contact > div:last-child{
			padding: 0 30px 30px;
		}
}

@media (max-width: 575px){
		.banner-contact > div:last-child{
			padding: 0 25px 30px;
		}
		.banner-contact h2{
			font-size: 24px;
		}
}

/*
/ Product Box
/ ------------------------------ */

.box-products{
	display: none;
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}

@media(max-width: 575px){
	.box-products{
		margin-top: 25px;
	}
}

.box-products h2{
	font-weight: 400;
	padding: 0 0 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	margin: 0;
	color: #333333;
}

.box-products h2 a{
	color: #333333;
}

/*
/ Product
/ ------------------------------ */

.products{
	position: relative;
	padding: 0 15px 0;
}

@media (max-width: 1023px){
	.products{
		padding: 0;
	}
}

/*** Box Hover ***/

.products .product-hover{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	padding: 0 15px;
	left: 0;
	top: 0;

	opacity: 0.75;
	display: none;
}

.products .product-hover div{
	position: relative;
	height: 100%;
	background-color: #000000;
}

.products .product-link{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.products .product-link span{
	display: inline-block;
	position: relative;
	top: 45%;
	margin: 0;
	padding: 0 20px;

	line-height: 26px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.025em;
	text-decoration: ;

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

@media (min-width: 576px){
	.products:hover .product-hover,
	.products:hover .product-link{
		display: block;
	}
}

@media (max-width: 576px){
	.products .product-link{
		display: block;
	}
	.products .product-link span{
		display: none;
	}
}

/*** End Box Hover ***/

.products .product{
	display: none;
	margin: 40px 0 0;
}

@media (min-width: 1024px){
		.products .product{
			padding: 0 30px;
		}
}

.products .product.hidden{
	display: none !important;
}

.products .product .link{
	display: block;
	color: #333333;
	text-decoration: none;
}

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 100%;
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

.products .product > .image:hover{
	opacity: 0.85;
}

.products .product .image img{
	width: 100%;
}

/*** Enlarge ***/

.products .product .image .enlarge{
	display: none;
	z-index: 100;
	position: absolute;
	left: 108%;
	top: -25%;
	width: 320px;
	height: 320px;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 3px;
	background-color: #fff;
}

.products .product:nth-of-type(3) .image .enlarge,
.products .product:nth-of-type(4) .image .enlarge,
.products .product:nth-of-type(7) .image .enlarge,
.products .product:nth-of-type(8) .image .enlarge{
	left: auto;
	right: 108%;
}

.products .product .image .enlarge:after{
	width: 23px;
	height: 22px;
	background-image: url(images/popup.png);
	position: absolute;
	left: 0;
	top: 50%;
	margin: -11px 0 0 -23px;
	content: "";
}

.products .product:nth-of-type(3) .image .enlarge:after,
.products .product:nth-of-type(4) .image .enlarge:after,
.products .product:nth-of-type(7) .image .enlarge:after,
.products .product:nth-of-type(8) .image .enlarge:after{
	left: auto;
	right: 0;
	margin: -11px -23px 0 0;
	background-position: -23px top;
}

@media(min-width: 1024px){
	.products .product .image:hover .enlarge{
		display: none;
	}
	.products .product .image:hover .enlarge:hover{
		display: none;
	}
}

/*** Enlarge End ***/

.products .product .title{
	height: 88px;
	line-height: 18px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
}

.products .product .title:hover{
	/*text-decoration: underline;*/
}

@media (min-width: 576px) and (max-width: 767px){
	.products .product .title{
		height: 55px;
	}
}

.products .product .rrp{
	overflow: hidden;
	margin: 0;
	height: 19px;
	display: block;
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	display: none;
}

.products .product .price{
	display: block;
	margin: 0;
	font-size: 15px;
	color: #f03724;
	font-weight: 700;
}

.products .product .view{
	display: none;
}

/*
/ Promotions
/ ------------------------------ */

.promotions{
	margin: 50px -2px 0;
	text-align: center;
}

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

.promotions > div{
	margin-bottom: 4px;
	padding: 0 2px;
}

@media (max-width: 767px){
	.promotions{
		margin-left: 0;
		margin-right: 0;
	}
	.promotions > div{
		padding: 0;
	}
	.promotions > div:nth-of-type(1){
		background-color: #f8f8f8;
	}
	.promotions > div:nth-of-type(2){
		background-color: #ffd673;
	}
	.promotions > div:nth-of-type(3){
		background-color: #a8d9ff;
	}
}

/*
/ Newsletter
/ ------------------------------ */

.newsletter{
	margin-top: 50px;
	text-align: center;
}

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

.newsletter h2{
	display: inline-block;
	margin: 0;
	padding: 5px 0;
	font-size: 28px;
	color: #333333;
	font-weight: 300;

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

@media (max-width: 575px){
	.newsletter h2{
		display: block;
		padding: 50px 0 0;
		background-position: top center;
	}
}

.newsletter h2 span{
	font-weight: 900;
}

.newsletter p{
	display: inline-block;
	margin: 0 15px;
	font-size: 17px;
	color: #333333;
}

@media (max-width: 575px){
	.newsletter p{
		display: block;
		margin: 10px 0;
	}
}

.newsletter a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-weight: 700;

	background-color: #0099ff;
	padding: 12px 40px;
}

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

#footer{
	padding: 45px 0;
	background-color: #f8f8f8;
}

#footer img{
	margin-bottom: 25px;
}

/*** Nav ***/

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

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

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

#footer p{
	font-size: 12px;
	color: #333333;
}

#footer p span{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

#footer p a{
	color: #333333;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	padding: 12px 15px;
	display: inline-block;
}

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

#footer-sub{
	padding: 30px 0 20px;
	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;
}
