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

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: Arial, sans-serif;

	background-color: #cdcdcd;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 575px){
	#page{
		padding: 0;
	}
}

.container{
	background-color: #fff;
}

.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{
	font-size: 14px;
	color: #333333;
}

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

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

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

.buttons{
	margin-bottom: 15px;
}

.btn{
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	font-family: 'pirulenregular', Arial, sans-serif;
	white-space: nowrap;
	vertical-align: middle;

	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: #000;
	border-radius: 8px;
	color: #fff;
}

.btn-default:hover{
	text-decoration: none;
	background-color: #000;
	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 .container{
	text-align: center;

	background-image: url(https://www.whybee.net/volotemplates/omp/header-bg.jpg);
	background-repeat: no-repeat;
}

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

#header .logo2{
	display: inline-block;
	float: right;
	margin: 20px 0 0;
}

@media (max-width: 1023px){
	#header .logo img{
		width: 200px;
	}
	#header .logo2{
		margin: 25px 0 0;
	}
	#header .logo2 img{
		width: 450px;
	}
}

@media (max-width: 767px){
	#header .logo img{
		width: 150px;
	}
	#header .logo2{
		margin: 20px 0 0;
	}
	#header .logo2 img{
		width: 350px;
	}
}

@media (max-width: 575px){
	#header .logo{
		float: none;
		margin: 10px 0;
	}
	#header .logo img{
		width: 80px;
	}
	#header .logo2{
		float: none;
		margin: 10px 0 0;
	}
	#header .logo2 img{
		width: 165px;
	}
}

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

#selling-points .container{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #003471;
	font-size: 12px;
	text-align: center;
}

#selling-points .container div{
	flex-grow: 1;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'pirulenregular', Arial, sans-serif;
}

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

#breadcrumbs .container{
	padding-top: 15px;
	font-size: 15px;
	color: #333333;
}

#breadcrumbs .item{
	float: left;
}

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

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

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

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

#main > .container{
	padding-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: 16.66%;
	}
}

.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{
	border-color: #333333;
}

.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: 16px;
		height: 16px;
		border-radius: 100%;
		margin: 10px 5px 0;
		border: 2px solid #000 !important;
	}
	.image .thumbnails-control:checked + label{
		background-color: #000;
	}
	.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 #333333;
}

/*** 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: #000;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: 5px;
	background-image: url('https://www.whybee.net/volotemplates/omp/prev.png');
}

.image .main .next{
	right: 5px;
	background-image: url('https://www.whybee.net/volotemplates/omp/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('https://www.whybee.net/volotemplates/omp/prev2.png');
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.image .main .next{
	right: -15px;
	background-image: url('https://www.whybee.net/volotemplates/omp/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.65);
		text-align: center;
	}
	.image .main-control:checked + .main .main-content{
		position: relative;
		border: 0;
		width: 600px;
		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('https://www.whybee.net/volotemplates/omp/zoom.png');
		background-repeat: no-repeat;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 19px;
		height: 17px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: auto;
		top: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('https://www.whybee.net/volotemplates/omp/close.png');
	}
}

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

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

#main .categories{
	padding: 0;
	list-style: none;
}

#main .categories > li{

}

#main .categories > li > a{
	display: block;
	padding: 5px 10px;
	border: 1px solid #dedede;
	margin-bottom: -1px;
	font-size: 14px;
	color: #333333;
}

#main .categories > li > a:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	color: #333333;
}

/*** Second Level ***/

#main .categories > li > ul{
	padding: 0;
}

#main .categories > li > ul > li{

}

#main .categories > li > ul > li > a{
	display: block;
	padding: 5px 10px 5px 25px;
	border: 1px solid #dedede;
	margin-bottom: -1px;
	font-size: 13px;
	color: #333333;
}

#main .categories > li > ul > li > a:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	color: #333333;
}

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

/*** Title ***/

h1.title{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 24px;
	color: #666;
	line-height: 1.1;
}

.stock{
	margin-bottom: 20px;
}

.stock h2{
	margin: 0 0 3px;

	text-transform: uppercase;
	font-size: 12px;
	color: #7ab41e;
	font-weight: normal;

	background-image: url(https://www.whybee.net/volotemplates/omp/tick.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}

.stock p{
	margin: 0;

	font-size: 10px;
	color: #666;
}

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

.rating,
.no-rating{
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 20px;
	color: #666;
	font-size: 12px;
	padding-left: 88px;
	line-height: 16px;
}

@media (max-width: 575px){
	.rating,
	.no-rating{
		margin-bottom: 10px;
	}
}

.rating{
	display: none;
}

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

/*** RRP ***/

.rrp{
	display: inline-block;
	color: #666;
	display: none;
}
.rrp[data-rrp=""],
.rrp[data-rrp="0.00"]{ display: none; }

.rrp .label{
	font-size: 13px;
}

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

/*** Saving ***/

.price-saving-percentage{
	display: inline-block;
	margin-right: 10px;
	color: #c80b0b;
	display: none;
}
.price-saving-percentage[data-save=""],
.price-saving-percentage[data-save="0"]{ display: none; }

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

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

/*** Price ***/

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

.main-price .currency,
.main-price .value{
	font-size: 26px;
	font-weight: bold;
}

/*** Delivery ***/

.delivery{
	margin-bottom: 20px;
	color: #333333;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'pirulenregular', Arial, sans-serif;
}

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

/*** Visit ***/

.visit{
	margin-bottom: 20px;
}

.visit a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

.visit a img{
	position: relative;
	margin-top: -5px;
	margin-left: 5px;
}

/*** Feedback ***/

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

.feedback-link a{
	font-size: 14px;
	color: #666;
	text-align: center;
	text-decoration: none;
}

.feedback-link a strong{
	text-transform: uppercase;
}

/*** Size Guide ***/

@media (min-width: 1024px){
	.size-link{
		float: right;
	}
}

.size-link a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'pirulenregular', Arial, sans-serif;

	padding: 10px 15px;

	background-color: #003471;
	border-radius: 8px;
}

/*** Favourites ***/

.favourites-link a{
	display: inline-block;
	line-height: 31px;
	margin-top: 4px;

	color: #898989;
	font-size: 15px;
	font-family: 'pirulenregular', Arial, sans-serif;
	text-decoration: none;

	background-image: url(https://www.whybee.net/volotemplates/omp/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

/*** Description ***/

.item-description{

}

.spec{
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin-bottom: 15px;
}

.spec th{
	vertical-align: top;
	text-align: left;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
	width: 35%;
}

@media (max-width: 575px){
	.spec th{
		width: 50%;
	}
}

.spec td{
	vertical-align: top;
	text-align: left;
	padding: 7px 0;
	border-bottom: 1px solid #ccc;
}

/*** Description Overides ***/

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

.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,
.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-size: inherit !important;
	font-family: inherit !important;
}

/*
/ 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: 13px;
	color: #333333;
	padding-right: 129px;
	padding-left: 26px;
}

.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;
	}
}

/*
/ Feedback Pop Up
/ ------------------------------ */

.feedback-button{
}

.feedback-button label{
	display: inline-block;
	padding: 5px 15px;
	margin: 15px 0 0;

	font-size: 11px;
	font-family: 'pirulenregular', Arial, sans-serif;
	color: #fff;

	cursor: pointer;

	background-color: #003471;
	border-radius: 3px;
}

#popup-closed,
#popup-opened,
#popup-closed-2,
#popup-opened-2{
	display: none;
}

#popup-closed:checked ~ .popup { display: none; }
#popup-opened:checked ~ .popup { display: block; }

#popup-closed-2:checked ~ .popup { display: none; }
#popup-opened-2:checked ~ .popup { display: block; }

.popup{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;

    background-color: rgba(0,0,0,0.65);
    animation-name: fadeInImage;
    animation-duration: 0.5s;
}

.popup > div{
    position: relative;
    margin: 700px auto 0;
    width: 850px;
    padding: 10px 10px;

    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
}

@media (max-width: 1023px){
	.popup > div{
	    width: 720px;
	}
}

.popup .popup-header{
	padding-bottom: 10px;
}

.popup .popup-header label{
	float: right;
	margin: 0;
}

.popup .popup-body{
	padding: 0 20px 0 0;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}

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

.tabs{
	margin-top: 10px;
	border-bottom: 1px solid #333333;
}

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

.tabs > label{
	float: left;
	padding: 13px 30px;
	margin-bottom: 0;
	margin-right: 5px;

	font-size: 13px;
	color: #fff;
	font-family: 'pirulenregular', Arial, sans-serif;

	background-color: #959595;
}

@media (max-width: 1023px) {
	.tabs > label{
		padding: 13px 15px;
	}
}

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

		background-image: url(https://www.whybee.net/volotemplates/omp/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.tabs .tab-control:checked + label{
		background-image: url(https://www.whybee.net/volotemplates/omp/tab-arrow-mobile-open.png);
	}
}

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

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

.tabs .tab-contents,
.tabs .tab-contents-mobile{
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
}
.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 30px;
	font-size: 13px;
	line-height: 1.4;
	color: #333333;
}

.tabs .tab-contents .tab-content img,
.tabs .tab-contents-mobile .tab-content-mobile img{
	max-width: 100%;
}

@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,
	#tab-control-5:checked ~ .tab-contents-mobile #tab-content-5-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,
	#tab-2-control-5:checked ~ .tab-contents-mobile #tab-2-content-5-mobile{
		display: block;
		border-top: 1px solid #dedede;
	}
}

@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,
	#tab-control-5:checked ~ .tab-contents #tab-content-5{
		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,
	#tab-2-control-5:checked ~ .tab-contents #tab-2-content-5{
		display: block;
	}
}

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

.box-products{
	display: none;
	border: 1px solid #333;
	margin-bottom: 20px;
}

.box-products h2{
	background-color: #003471;
	font-weight: normal;
	padding: 10px 30px;
	font-size: 19px;
	font-family: 'pirulenregular', Arial, sans-serif;
	color: #fff;
}

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

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

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

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

.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: 45px;
	line-height: 15px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	color: #333333;
	margin-bottom: 5px;
}

@media (max-width: 575px){
	.products .product .title{
		height: 75px;
	}
}

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

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

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

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

.banners img{
	max-width: 100%;
	margin-bottom: 20px;
}

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

#footer-sub{
	display: none;
	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 img{
	margin-top: 4px;
}
