
#new { width:1020px; margin-left:auto;
 margin-right:auto;
 border-left:solid 1px grey; border-right:solid 1px grey;}
#page{
	font-family: 'Poppins', sans-serif;
	/*background-image: url(images/xmas-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;*/

	 
	margin-left:auto;
	margin-right:auto;
}


.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: 12px;
	color: #333;
	font-weight: bold;
	padding: 7px 0 8px;
}

/*
/ Typography
/ ------------------------------ */

h2{
	font-size: 15px;
}

h3{
	font-size: 14px;
	color:  #0745aa;
}

a {
  color: #cb002b;
}

a:focus, a:hover {
  color: #cb002b;
}

/*
/ 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: 20px 0 0;
}

.btn{

	clear: both;
	width: 180px;
	text-align: center;
	display: inline-block;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 8px;

	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (max-width: 767px){
	.btn{
		width: 120px;
	}
}

/*** Button colours ***/

.btn-default{
	background-color: #f7f7f7;
	border-color: #cccccc;
	color: #333333;
}

.btn-default:hover{
	text-decoration: none;
	color: #000000;
}

.btn-primary{
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}

.btn-primary:hover{
	text-decoration: none;
	background-color: #444444;
	color: #ffffff;
}

/*
/ Header
/ ------------------------------ */

#header{
	text-align: center;
 
}

#header .logo{
	float:inherit;
	display: inline-block;
	margin: 20px 0;
}

@media (max-width: 1023px){
	#header .logo{
		float: none;
	}
}

@media (max-width: 575px){
	#header .logo{
		margin: 10px 0;
	}
	#header .logo img{
		width: 180px;
	}
}

/*
/ Header Menu
/ ------------------------------ */

#header-menu{

}

#header-menu .menu{
	position: relative;
	padding: 0;
	margin: 0;
	
}

#header-menu .dropdown-control{
	display: none;
}

#header-menu .menu > li{
	flex-grow: 1;
	margin: 0;
}

#header-menu .menu > span.home{
	margin-left: 10px;
	display: inline-block;
}

#header-menu .menu > li.hide{
	display: none;
}

#header-menu .menu > li:nth-of-type(7),
#header-menu .menu > li:nth-of-type(8),
#header-menu .menu > li:nth-of-type(9),
#header-menu .menu > li:nth-of-type(12){ /* hide unwanted top categories at menu */

}

#header-menu .menu > 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: 14px;
	padding: 0;
	height: 43px;
	line-height: 43px;
	    color: #fff;
    font-weight: bold;
    background: #676767;
	margin: 0;
	text-transform:uppercase;
	border-right:solid 1px grey;
}
#header-menu .menu > li > a:hover{
	 background-color: #01a1c5;
}

#header-menu .menu > li:nth-of-type(10) > a{
	color: #cb002b;
}

#header-menu .menu > span.home a{
	display: block;
	width: 25px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/home.png);
}
#header-menu .menu > span.home a:hover{
	background-color: #1e249e;
	background-position: center -43px;
}

#header-menu .menu > li:hover > a,
#header-menu .menu > li > a:hover{
	text-decoration: none;
	background-color:  #01a1c5;
	color: #fff;



}

/*** All Cats ***/

#header-menu .menu > li#dropdown-all-cats{
	display: block;
}

/*** Second level Mega Menu ***/

#header-menu .menu > li > ul {
	animation-name: fadeIn;
    animation-duration: 0.15s;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #cccccc;
	text-align: left;
	z-index: 10;
	display: none;
}

#header-menu .menu > li:hover ul{ display: block; }

.dropdown-banners{
	float: right;
}

.dropdown-banners a{
	float: left;
	clear: both;
}

.dropdown-banners a:nth-of-type(1){
	margin-bottom: 20px;
}

#header-menu .menu > li > ul > li {
	float: left;
	width: 16%;
	padding-top: 8px;
	margin: 0 5px 0 0;
}

#header-menu .menu > li > ul > li > a {
display: block;

padding-left: 15px;

color: #3d3c39;

font-size: 13px;

text-decoration: none;

font-weight: bold;

font-family: 'Open Sans', sans-serif;

text-transform: uppercase;

line-height: 30px;
}

#header-menu .menu > li > ul > li > a:hover {

}

/*** Third level Mega Menu ***/

#header-menu .menu > li > ul > li > ul {
	background-color: #ffffff;
	display: block;
	padding: 8px 0 15px;
}

#header-menu .menu > li > ul > li > ul > li {
	margin: 0;
}

#header-menu .menu > li > ul > li > ul > li > a {
	display: block;
	line-height: 2;
	color: #666;
	font-size: 11px;
}

/*
/ Mobile Menu
/ ------------------------------ */

/*** Toggle ***/

#header-menu .mobile-menu-toggle{
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	margin: 0;
	font-weight: bold;

	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f2f2f2;
}

/*** Toggle Icon ***/

#header-menu .mobile-menu-toggle .icon{
	float: left;
	width: 20px;
	margin-right: 8px;
	margin-top: 9px;
	padding: 3px 0;
}

#header-menu .mobile-menu-toggle .icon span{
	display: block;
	background-color: #333333;
	width: 100%;
	height: 3px;
}

#header-menu .mobile-menu-toggle .icon span + span{
	margin-top: 3px;
}

/*** First Level ***/

#header-menu .mobile-menu{
	display: none;
	padding: 5px 15px;
	margin: 0;

	border: 1px solid #cccccc;
	border-top: 0;
}

#header-menu .mobile-menu > li{
	margin: 0;
}

#header-menu .mobile-menu > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0;
	color: #333333;
	margin: 0;
}

#header-menu .mobile-control:checked + a{
	color: #1e249e;
}

#header-menu .mobile-menu > li > a label{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}

/*** Second level ***/

#header-menu .mobile-menu > li > ul{
	display: none;
	padding: 0;
	margin: 0;
}

#header-menu .mobile-menu > li > ul > li{
	margin: 0;
}

#header-menu .mobile-menu > li > ul > li:before{
	float: left;
	content: '\203A';
	padding: 3px 0;
	font-size: 13px;
	color: #333333;
}

#header-menu .mobile-menu > li > ul > li > a{
	display: block;
	font-size: 13px;
	padding: 4px 15px;
	color: #666666;
}

/*** 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: #cb0052;
}

/*** Control ***/

#header-menu .mobile-control{ display: none; }
#header-menu .mobile-control:checked ~ ul { display: block; }

@media (max-width: 575px){
	#header-menu .mobile-menu-toggle{
		width: 20px;
		padding: 0;
		margin: -50px 20 5px;
		text-indent: -9999em;
		overflow: hidden;

		border: 0;
		background-color: transparent;
	}
	#header-menu .mobile-menu{
		padding: 0;
		border: 0;
	}
}

/*
/ Selling Points
/ ------------------------------ */

#selling-points{
	margin-top: 8px;
	text-align: center;
	font-size: 14px;
	height: 60px;

line-height: 40px;
}

#selling-points .row{
	margin: 0;
	
}

#selling-points img{
	float: left;
	margin-right: 7px;
}

#selling-points a{
	display: inline-block;
	font-weight: bold;
	color: #676767;
}

#selling-points a span{
	font-weight: normal;
	color: #333;
	font-size: 13px;
}

#selling-points .row div{
	padding: 0 0 8px;
}

#selling-points .row div:last-child a span{
	padding-left: 62px;
	background-image: url(images/icon-rating.png);
	background-position: left center;
	background-repeat: no-repeat;
}

@media (min-width: 1024px){
	#selling-points .row div{
		padding: 0 0 8px;
		width: 32%;
		line-height: 30px;

height: 60px;
font-size:13px;
text-transform:uppercase;
	}
	#selling-points .row div:nth-of-type(2),
	#selling-points .row div:nth-of-type(3){
		width: 31%;
	}
}

/*
/ Breadcrumbs
/ ------------------------------ */

#breadcrumbs{
	padding: 15px 0;
	font-size: 11px;
	color: #666;
}

#breadcrumbs .row{
	padding: 8px 12px;
	margin: 0;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
}

#breadcrumbs .item{
	float: left;
}

#breadcrumbs .item + .item:before{
	content: '>';
	padding: 0 3px;
}

#breadcrumbs .item a{
	color: #666;
	text-decoration: underline;
}

#breadcrumbs .item a:hover{
	color: #666;
}

/*
/ Main
/ ------------------------------ */

#main{
	padding-bottom: 20px;
}

/*
/ 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: 33.33%;
	}
}

.images .image[data-image=""]{
	display: none;
}

/*** Thumbnails ***/

.image .thumbnail{
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #cccccc;
	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 #09347b;
	}
	.image .thumbnails-control:checked + label{
		background-color: #09347b;
	}
	.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;
	border: 1px solid #cccccc;
}

/*** 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: #09347b;
	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: 4px;
	border-bottom-right-radius: 4px;
}

.image .main .next{
	right: -15px;
	background-image: url('images/next2.png');
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
***/

.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 to Zoom]";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		padding-left: 20px;
		line-height: 15px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #000000;
		font-size: 12px;
		display: none;
	}
	.image .main-control:checked + .main .main-content:after{
		display: block;
		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
/ ------------------------------ */

.condition{
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #fcf8e3;
}

.condition h2{
	margin: 0 0 10px;
	font-size: 12px;
}

.condition ul{
	padding: 0 0 0 14px;
	margin: 0;
}

.condition ul li,
.condition li{
	margin: 0 0 5px;
	padding: 0;
	font-size: 11px;
}

/*** Title ***/

h1.title{
	font-size: 21px;
	color: #09347b;
	line-height: 1.1;
}

@media (max-width: 767px){
	h1.title{
		margin-top: 15px;
	}
}

.rating,
.no-rating{
	background-repeat: no-repeat;
	background-position: left 20px;
	display: block;
	margin-bottom: 10px;
	color: #666;
	font-size: 11px;
	padding-left: 90px;
	line-height: 14px;

	/*border-top: 1px solid #ccc;*/
	padding-top: 20px;
}

.rating{
	display: none;
}

.no-rating{
	background-image: url('https://images.esellerpro.com/listingtemplates-feedback/Stars-0.png');
}

/*** RRP ***/

.rrp{
	margin: 0 0 5px;
	color: #666;
	text-decoration: line-through;
}
.rrp[data-rrp=""],
.rrp[data-rrp="0.00"]{ display: none; }

.rrp .label{
	font-size: 14px;
}

.rrp .currency,
.rrp .value{
	font-size: 14px;
}

/*** Price ***/

.main-price{
	margin: 20px 0 0;
}
.main-price[data-price=""],
.main-price[data-price="0.00"]{ display: none; }

.main-price .currency,
.main-price .value{
	font-size: 24px;
	font-weight: bold;
	color: #cb002b;
}

/*** Saving ***/

.price-saving-percentage{
	color: #09347b;
	font-weight: bold;
}
.price-saving-percentage[data-save=""]{ display: none; }

.price-saving-percentage .label{
	font-size: 15px;
}

.price-saving-percentage .value{
	font-size: 15px;
}

/*** Description ***/

.item-description{
	padding: 10px 0 20px;
}

.item-description strong > strong{
	font-weight: normal;
}

.guarantee{
	padding: 15px;
	margin-top: 20px;
	background-color: #6473b7;
	background-image: url(images/icon-badge.png);
	background-repeat: no-repeat;
	background-position: right 15px;
}

.guarantee h2{
	color: #fff;
}

.guarantee ul li{
	color: #fff;
}

.guarantee a{
	color: #fff !important;
	text-decoration: underline;
}

.specification{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 10px;
}

.specification ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.specification ul li{
	padding: 0;
	margin: 0 0 5px;
}

@media (min-width: 1023px){
	.item-description{
		float: left;
		width: 60%;
		padding-right: 40px;
	}
	.specification{
		float: left;
		width: 40%;
	}
}

.section-title{
	padding-top: 25px;
}

.product-offers{
	list-style: none;
	padding: 0;
	font-size: 12px;
	color: #333333;
}

/*
/ Feedback
/ ------------------------------ */

.feedbacks{

}

.feedback{
	display: none;
	border-top: 1px solid #dedede;
	padding-top: 12px;
	margin-top: 12px;
	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: 13px;
	color: #333333;
	padding-right: 129px;
}

.feedback .buyer{
	float: right;
	font-size: 12px;
	color: #333333;
}

.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: 10px;
}

.tabs .tab-control{
	display: none;
}

.tabs label{
  float: left;
  padding: 12px 30px;
  border: 1px solid #cccccc;
  margin-bottom: -1px;
  margin-left: 10px;

  font-size: 13px;
  color: #000;
  font-weight: bold;

  background-color: #f7f7f7;
}

@media (max-width: 767px) {
	.tabs label{
		float: none;
		display: block;
		margin: 0;
		border-bottom: 0 !important;
		padding: 10px 15px;
	}
}

.tabs label:hover{
  color: #000000;
  background-color: #fff;
  cursor: pointer;

  border-bottom: 1px solid #fff;
}

.tabs .tab-control:checked + label{
	background-color: #fff;
	color: #000000;
	border-bottom: 1px solid #fff;
}

.tabs .tab-contents,
.tabs .tab-contents-mobile{
	border-top: 1px solid #dedede;
}
.tabs .tab-contents-mobile{
	border-top: 0;
}

.tabs .tab-contents .tab-content.scroll{
	height: auto;
	padding-right: 40px;

}

.tabs .tab-contents .tab-content,
.tabs .tab-contents-mobile .tab-content-mobile{
	animation-name: fadeIn;
  	animation-duration: 1.0s;
	display: none;
	padding: 15px 0;
	font-size: 13px;
	line-height: 1.4;
	color: #333333;
}

.tab-content::after{
	content: "";
	display: table;
	clear: both;
}


.tabs .tab-contents .tab-content img,
.tabs .tab-contents-mobile .tab-content-mobile img{
	max-width: 100%;
}

@media (max-width: 767px) {
	.tabs{ border-bottom: 1px solid #cccccc; }
	.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;
		padding: 15px;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	#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-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	
}

@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;
	}
}

.Delivery-Image{
	float: right;
	margin-left: 40px;
	margin-bottom: 10px;
}
.copy-footer { display:none;}
@media (max-width: 767px) {
	.Delivery-Image{
		display: none;
	}
}

/*
/ Product Box
/ ------------------------------ */

.box-products{
	display: none;
}

.box-products h2{
	font-weight: bold;
	padding: 0px 0;

	font-size: 21px;
	color: #09347b;
	text-transform: uppercase;
	text-align:center;
}

/*
/ Product
/ ------------------------------ */

.products{
	 
	 
}

.products .product{
	display: none;
	text-align: center;
	border: solid cadetblue 1px;
 

margin: 4px;
margin-bottom:10px;
}

.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;
	margin-top: 5px;

	background-color: #fff;
}

.products .product .image:hover{
	opacity: 0.85;
}

.products .product .image img{
	width: 70%;
}

.products .product .title{
	height: 70px;
	line-height: 19px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	color: cadetblue;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid cadetblue;
	text-align: center;
}

.products .product .title:hover{
	color:grey;
	text-decoration:none;
	
}

.products .product .rrp{
	overflow: hidden;
	height: 14px;
	display: block;
	font-size: 14px;
	color: cadetblue;
	text-decoration: line-through;
	display: inline-block;
}

.products .product .rrp:after{
	float: left;
	content: "was";
	margin-right: 4px;
}

.products .product .price{
	display: block;
	font-size: 14px;
	color: #930;
	font-weight: bold;
	padding: 0 0 10px;
	text-align: center;
}

/*
.products .product .price:after{
	float: left;
	content: "Now:";
	margin-right: 4px;
}
*/

/*
/ Boxes
/ ------------------------------ */

#boxes{
	margin-bottom: 10px;
}

#boxes .row div{
	margin-bottom: 15px;
}

#boxes .row div a{
	height: 125px;
	padding: 10px;
	display: block;
	background-color: #6473b7;
	text-decoration: none;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#boxes .row div:first-child a{
	background-image: url(images/box-icon-1.png);
}
#boxes .row div:nth-of-type(2) a{
	background-image: url(images/box-icon-2.png);
}
#boxes .row div:last-child a{
	background-image: url(images/box-icon-3.png);
}

#boxes .row div a h2{
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}

#boxes .row div a p{
	margin: 25px 0 0;
	padding: 0;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

/*
/ Footer
/ ------------------------------ */

#footer{
}

#footer .row{
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#footer img{
	margin-bottom: 20px;
}

/*** Nav ***/

#footer ul{
	list-style: none;
	padding: 0;
}

#footer ul li{
	margin-bottom: 7px;
}

#footer ul li a{
	display: block;
	margin-right: 20px;
	font-size: 12px;
	color: #333333;
}

#footer ul li a:hover{
	color: #333333;
}

/*
/ Footer Sub
/ ------------------------------ */

#footer-sub{
	padding: 30px 0 10px;
	text-align: center;
}

/*** Copyright box ***/

.copyright{
  display: inline-block;
  text-align: center;
  padding: 10px 15px 0;
  border: 1px solid #dedede;
  margin: 0 5px;
  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;
  line-height: 12px;
  width: auto;
  text-align: center;
}
.copyright.volo span{ color: #35b3b0; }
.copyright.studioworx span{ margin-top: 8px; }

.copyright img{
	margin-top: 4px;
}
.copyright.trojan img{ margin-top: 0px; }
.copyright.genie img{ margin-top: 0px; }
.copyright.tyme img{ margin-top: 2px; }
