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

CSS COPYRIGHT www.volocommerce.com - 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
 */

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

video{
	background: #000000;
}

#page{
	font-family: robotoregular, Arial, sans-serif;
	color: #656565;
}

.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: 13px;
	font-weight: bold;
	padding: 10px 0;
}

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

h2{
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

h3{
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}

/*
/ 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
/ ------------------------------ */

.btn{
	display: inline-block;
	padding: 15px 18px;
	font-size: 13px;
	white-space: nowrap;
	vertical-align: middle;
	margin-top: 40px;
	margin-right: 5px;
	color: #fff;
	
	cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*** Button colours ***/

.btn-default{
	background-color: #e59758;
	color: #fff !important;
}

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

.btn-primary{

}

.btn-primary:hover{

}

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

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

/*** Nav ***/

#header-top nav{
	
}

#header-top nav a{
	float: right;
	margin-left: 20px;
	line-height: 30px;
	font-size: 11px;
	color: #ffffff;
	font-family: 'roboto_condensedregular', Arial;
	text-transform: uppercase;
}

#header-top nav a:hover{
	color: #ffffff;
}

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

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

#header{
	text-align: center;
	background-color: #457191;
}

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

.phone-number {
	float: right;
	margin-top: 15px;
	font-size: 24px;
	font-family: 'robotobold', Arial;
	color: #fff;
    padding-left: 20px;
    background-image: url(images/phone.png);
    background-repeat: no-repeat;
    background-position: left center;
}

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

/*
/ 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;
}

#header-menu{
	background-color: #1d3f58;
}

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

#header-menu .dropdown-control{
	display: none;
}

#header-menu ul.categories > li{
	list-style: none;
	flex-grow: 1;
	position: relative; /* Remove for Mega Menu */
}

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

#header-menu ul.categories > li > a{
	cursor: pointer;
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 0;
	height: 42px;
	line-height: 40px;
	color: #fff;
	font-family: 'roboto_condensedbold', Arial;
	text-transform: uppercase;
	margin: 0;
}

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

/*** All Cats ***/

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

/*** Second Level ***/

#header-menu ul.categories > li > ul{
	position: absolute;
	width: 250px;
	background-color: #457191;
	display: none;
	z-index: 10;
	padding: 10px 0;
}
/*
#header-menu ul.categories > li:nth-of-type(6) > ul,
#header-menu ul.categories > li:last-child > ul{ right: 0px; }*/
#header-menu ul.categories > li:hover > ul{ display: block; }

#header-menu ul.categories > li > ul > li{
	position: relative;
	list-style: none;
}

#header-menu ul.categories > li > ul > li > a{
	display: block;
	font-size: 12px;
	padding: 5px 15px;
	color: #fff;
}

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

/*** Third Level ***/

#header-menu ul.categories > li > ul > li > ul{
	position: absolute;
	display: none;
	background-color: #457191;
	width: 200px;
	left: 100%;
	top: 0px;
	padding: 0;
}
#header-menu ul.categories > li > ul > li:hover > ul{ display: block; }

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

#header-menu ul.categories > li > ul > li > ul > li > a{
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
}

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

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

/*** Toggle ***/

#header-menu .mobile-menu-toggle{
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 0;
	height: 42px;
	line-height: 40px;
	color: #fff;
	font-family: 'roboto_condensedbold', Arial;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}

/*** Toggle Icon ***/

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

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

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

/*** First Level ***/

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

#header-menu .mobile-menu > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 13px;
	padding: 8px 0 10px;
	color: #fff;
	font-family: 'roboto_condensedbold', Arial;
	text-transform: uppercase;
	margin: 0;
}

#header-menu .mobile-control:checked + a{
	background-color: #df4920;
	text-indent: 15px;
}

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

#header-menu .mobile-menu > li > a:after{
	position: relative;
	top: -3px;
	content: '\2304';
	margin-left: 5px;
}

/*** Second level ***/

#header-menu .mobile-menu > li > ul{
	display: none;
	padding: 0;
	margin: 0;
}

#header-menu .mobile-menu > li > ul > li:before{
	float: left;
	content: '\203A';
	padding: 3px 0;
	font-size: 13px;
	color: #fff;
}

#header-menu .mobile-menu > li > ul > li > a{
	display: block;
	font-size: 13px;
	padding: 4px 15px;
	color: #fff;
}

/*** View All ***/

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

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

/*** Control ***/

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

/*
/ Selling Points
/ ------------------------------ */

#selling-points{
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
}

#selling-points span{
	display: inline-block;
	line-height: 26px;
	padding-left: 25px;

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

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

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

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

#selling-points .row div:nth-of-type(4) span{
	background-image: url(images/icon-shield.png);
}

/*
/ Breadcrumbs
/ ------------------------------ */

#breadcrumbs{
	padding: 10px 0 12px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #f3f3f3;
	border-top: 1px solid #e5e5e5;
}

#breadcrumbs .item{
	float: left;
}

#breadcrumbs .item + .item:before{
	content: '>';
	padding: 0 3px;
}

#breadcrumbs .item a{
	color: #656565;
}

#breadcrumbs .item a:hover{
	color: #656565;
}

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

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

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

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

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

.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: 16.67%;
	}
}

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

/*** Thumbnails ***/

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

.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;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 16px;
		height: 16px;
		border-radius: 100%;
		margin: 0 5px 10px;
		border: 2px solid #333333;
	}
	.image .thumbnails-control:checked + label{
		background-color: #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;
}

.image .main .main-content{
	position: relative;
}

/*** Video ***/

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

/*** Arrows ***/

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

.image .main .prev{
	left: -15px;
	background-image: url('images/prev.png'); /* Images are twice the size of div to suit ipad retina display */
}

.image .main .next{
	right: -15px;
	background-image: url('images/next.png'); /* Images are twice the size of div to suit ipad retina display */
}

.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.85);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 1px solid #000000;
		width: 600px;
		background-color: #ffffff;
		margin: 50px auto 0;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.85);
	}
	.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: "Click image to zoom";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		background-position: right center;
		padding-right: 25px;
		line-height: 19px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 10px;
		text-transform: uppercase;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		top: 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;
	}
}

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

@media (min-width: 1024px) {
	#main-details{
		padding-left: 40px;
	}
}

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

/*** Title ***/

h1.title{
	color: #515151;
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
}

.rating,
.no-rating{
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 15px;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 88px;
	line-height: 16px;
}

.rating{
	display: none;
}

.no-rating{
	background-image: url('https://images.esellerpro.com/listingtemplates-feedback/Stars-0.png');
}

/*** RRP ***/

.rrp{
	display: inline-block;
	margin-right: 10px;
}
.rrp[data-rrp=""],
.rrp[data-rrp="0.00"]{ display: none; }

.rrp .currency,
.rrp .value{
	font-size: 15px;
	text-decoration: line-through;
}

/*** Price ***/

.price{
	display: inline-block;
	margin-right: 10px;
}
.price[data-price=""],
.price[data-price="0.00"]{ display: none; }

.price .currency,
.price .value{
	font-size: 25px;
	color: #df4920;
	font-family: 'robotobold', Arial;
}

/*** Saving ***/

.price-saving-percentage{
	display: inline-block;
	color: #df4920;
	font-family: 'robotobold', Arial;
}
.price-saving-percentage[data-save=""]{ display: none; }

.price-saving-percentage .label{
	font-size: 16px;
}

.price-saving-percentage .value{
	font-size: 16px;
}

/*** Disptach ***/

.disptach {
	margin-top: 25px;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}

.disptach span{
	display: inline-block;
	background-image: url(images/dispatch.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    text-transform: uppercase;
    font-family: 'robotobold', Arial;
    font-size: 17px;
    color: #457191;
    line-height: 20px;
}

/*** Description ***/

.item-description{
	font-size: 14px;
}

/*
/ Feedback
/ ------------------------------ */

.feedbacks{
	display: none;
}

.feedback{
	display: none;
	border-top: 1px solid #dedede;
	padding-top: 5px;
	margin-top: 5px;
	line-height: 16px;
}

h2 + .feedback,
h2 + .latest-feedbacks {
	border: 0;
	margin: 0;
	padding: 0;
}

.feedback .icon{
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

.feedback .description{
	font-size: 14px;
	padding-right: 129px;
}

.feedback .buyer{
	float: right;
}

.feedback .buyer:before{
	content: "Buyer:\0020";
}

.feedback .buyer .brackets:before{
	content: "(\0020";
}

.feedback .buyer .brackets:after{
	content: "\0020)";
}

.feedback .date-label{
	float: right;
	clear: right;
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
	margin-left: 10px;
}

.feedback .date-label:before{
	content: "Date:\0020";
}

.feedback .title{
	font-size: 11px;
	margin-top: 5px;
	color: #666;
	padding-left: 26px;
}

@media (max-width: 767px) {
	.feedback .buyer{
		display: none;
	}
	.feedback .description{
		float: left;
		width: 100%;
		margin-top: 5px;
		padding: 0;
	}
	.feedback .title{
		float: left;
		width: 100%;
		padding: 0;
	}
	.feedback .date-label{
		margin-top: 2px;
	}
}

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

.tabs{
	margin-top: 30px;
	padding-top: 5px;
	background-color: #1d3f58;
}

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

.tabs label{
  float: left;
  padding: 10px 30px;
  background-color: #457191;
  margin-bottom: 0;
  margin-left: 5px;
  
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'roboto_condensedbold', Arial;
}

@media (max-width: 767px) {
	.tabs label{
		float: none;
		display: block;
		margin: 0;
		border-bottom: 0;
		padding: 10px 15px;
	}
}

.tabs label:hover{
	color: #1d3f58;
  background-color: #fff;
  cursor: pointer;
}

.tabs .tab-control:checked + label{
	color: #1d3f58;
	background-color: #fff;
}

.tabs .tab-contents,
.tabs .tab-contents-mobile{
	background-color: #fff;
}
.tabs .tab-contents-mobile{
	border-top: 0;
}

.tabs .tab-contents .tab-content,
.tabs .tab-contents-mobile .tab-content-mobile{
	animation-name: fadeIn;
  animation-duration: 1.0s;
	display: none;
	padding: 15px 35px;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.tabs .tab-contents{ display: none; }
  #tab-control-1:checked ~ .tab-contents-mobile #tab-content-1-mobile,
	#tab-control-2:checked ~ .tab-contents-mobile #tab-content-2-mobile,
	#tab-control-3:checked ~ .tab-contents-mobile #tab-content-3-mobile,
	#tab-control-4:checked ~ .tab-contents-mobile #tab-content-4-mobile{
		display: block;
		border-top: 1px solid #dedede;
		padding: 15px;
	}
	#tab-2-control-1:checked ~ .tab-contents-mobile #tab-2-content-1-mobile,
	#tab-2-control-2:checked ~ .tab-contents-mobile #tab-2-content-2-mobile,
	#tab-2-control-3:checked ~ .tab-contents-mobile #tab-2-content-3-mobile,
	#tab-2-control-4:checked ~ .tab-contents-mobile #tab-2-content-4-mobile{
		display: block;
		border-top: 1px solid #dedede;
		padding: 15px;
	}
}

@media (min-width: 768px) {
	.tabs .tab-contents-mobile{ display: none; }
	#tab-control-1:checked ~ .tab-contents #tab-content-1,
	#tab-control-2:checked ~ .tab-contents #tab-content-2,
	#tab-control-3:checked ~ .tab-contents #tab-content-3,
	#tab-control-4:checked ~ .tab-contents #tab-content-4{
		display: block;
	}
	#tab-2-control-1:checked ~ .tab-contents #tab-2-content-1,
	#tab-2-control-2:checked ~ .tab-contents #tab-2-content-2,
	#tab-2-control-3:checked ~ .tab-contents #tab-2-content-3,
	#tab-2-control-4:checked ~ .tab-contents #tab-2-content-4{
		display: block;
	}
}

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

.box-products{
	display: none;
	margin-bottom: 20px;
}

.box-products h2{
	background-color: #457191;
	font-weight: normal;
	padding: 12px 35px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	text-transform: none;
	border: 0;
}

@media (max-width: 575px) {
	.box-products h2{
		padding-left: 15px;
		font-size: 15px;
	}
}

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

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

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

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	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%;
}

.products .product .title{
	height: 55px;
	overflow: hidden;
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #787878;;
	margin-bottom: 5px;
}

@media (min-width: 575px) and (max-width: 1023px){
	.products .product .title{
		height: 42px;
	}
}

.products .product .rrp{
	overflow: hidden;
	height: 19px;
	display: block;
	font-size: 11px;
	color: #787878;
	text-decoration: line-through;
}

.products .product .rrp:after{
	float: left;
	content: "RRP:";
	margin-right: 4px;
}

.products .product .price{
	display: block;
	font-size: 12px;
	color: #df4920;
	font-weight: bold;
}

.products .product .price:after{
	float: left;
	content: "Now:";
	margin-right: 4px;
	display: none;
}

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

#footer{
	height: 120px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #1d3f58;
}

@media (max-width: 1023px){
	#footer{
		background-image: url(images/footer2.png);
	}
}

@media (max-width: 575px){
	#footer{
		height: 170px;
		background-image: url(images/footer-3.png);
	}
}

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

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

/*** Copyright box ***/

.copyright{
	display: inline-block;
  text-align: center;
  padding: 10px 15px 0;
  border: 1px solid #dedede;
  min-height: 75px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.copyright:hover{
	text-decoration: none;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.copyright span{
  display: block;
  color: #606060;
  font-size: 10px;
  font-family: arial;
  line-height: 12px;
  width: auto;
  text-align: center;
}
.copyright.volo span{ color: #35b3b0; }

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




