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

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

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

#page + center{
	display: none;
}

video{
	background: #000000;
}

#page{
	font-family: 'Open Sans', Arial, sans-serif;
}

@media (min-width: 1024px) {
	#page{
		background-image: url(images/bg.jpg);
		background-repeat: no-repeat;
		background-position: center top;
	}
}

.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: #3d3d3d;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px;
}

.subheading{
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0;
	color: #3d3d3d;
}

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

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

h2{
	font-size: 14px;
	color: #3d3d3d;
}

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

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

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

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

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

.buttons{
	margin: 50px 0 0;
}

.btn{
	float: left;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0 40px 10px 0;
	padding: 35px 0 0;

	background-repeat: no-repeat;
	background-position: center top;
	
	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:nth-of-type(1){
	background-image: url(images/icon-4.png);
}

.buttons .btn:nth-of-type(2){
	background-image: url(images/icon-5.png);
}

.buttons .btn:nth-of-type(3){
	background-image: url(images/icon-6.png);
}

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

/*** Button colours ***/

.btn-default{
	color: #3d3d3d;
}

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

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

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

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

#header{
	text-align: center;
}

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

#header .logo img{
	max-width: 100%;
}

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

#header .contact{
	float: right;
	padding: 9px 13px;
	margin: 37px 0 0;

	font-size: 16px;
	font-weight: 700;
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;

	cursor: pointer;

	background-color: #57a7b0;
	border-radius: 3px;
}

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

/*** Flex ***/

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

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

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

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

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

/*** End Flex ***/

#header-menu .row{
	margin: 0;
	padding: 0 10px;
	background-color: #026853;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

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

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

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

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

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

}

#header-menu ul.categories > li > a{
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 0;
	height: 42px;
	line-height: 40px;
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	margin: 0;
}

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

/*** All Cats ***/

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

/*** Second Level ***/

#header-menu ul.categories > li > ul{
	position: absolute;
	width: 260px;
	background-color: #fff;
	border: 1px solid #d8dacc;
	display: none;
	z-index: 10;
	padding: 15px 0;
}

#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: 13px;
	padding: 6px 10px 6px 30px;
	color: #494949;
	font-weight: 700;
}

#header-menu ul.categories > li > ul > li > a:hover,
#header-menu ul.categories > li > ul > li:hover{
}

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

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

#selling-points .row{
	text-align: center;
	margin: 0;
	padding: 15px 0;
	border-bottom: 2px solid #f1f1f1;
}

#selling-points .row > div{
	padding: 0 10px;
}

#selling-points .row > div > div{
	display: inline-block;
	line-height: 21px;

	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	color: #57a7b0;

	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

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

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

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

#selling-points .row > div > div span{
	color: #93cb28;
}

@media (max-width: 1023px){
	#selling-points .row{
		padding: 6px 0;
		border-top: 2px solid #f1f1f1;
	}
	#selling-points .row > div > div{
		background-position: center top;
		padding: 25px 0 0 !important;
		line-height: normal;
		font-size: 13px;
	}
}

@media (max-width: 767px){
	#selling-points{
		margin-bottom: 15px;
	}
}

@media (max-width: 575px){
	#selling-points .row > div{
		padding: 0 5px;
	}
	#selling-points .row > div > div{
		font-size: 10px;
		line-height: 12px;
	}
}

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

#breadcrumbs{
	padding: 15px 0;
	font-size: 13px;
	color: #3d3d3d;
}

#breadcrumbs .item{
	float: left;
}

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

#breadcrumbs .item a{
	color: #3d3d3d;
}

#breadcrumbs .item a:hover{
	color: #3d3d3d;
}

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

@media (min-width: 1024px) {
	#main > .container > .row{
		background-color: #fff;
		margin: 0 0 20px;
	}
}

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

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

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

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

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

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

/*** Images ***/

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

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

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

/*** Video ***/

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

/*** Arrows ***/

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

	background-color: #57a7b0;
	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: #57a7b0;
	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;
		line-height: 17px;
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 20px;
		height: 18px;
	}
	.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
/ ------------------------------ */

/*** Title ***/

h1.title{
	margin-bottom: 10px;
	font-size: 20px;
	color: #3d3d3d;
	line-height: 1.1;
}

.rating,
.no-rating{
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 25px;
	color: #3d3d3d;
	font-size: 11px;
	padding-left: 88px;
	line-height: 16px;
}

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

.rating{
	display: none;
}

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

.prices{
	padding: 15px 0;
	margin-bottom: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

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

/*** RRP ***/

.rrp{
	display: inline-block;
	margin-right: 10px;
	color: #3d3d3d;
	text-transform: uppercase;
}
.rrp[data-rrp=""],
.rrp[data-rrp="0.00"]{ display: none; }

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

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

/*** Price ***/

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

.main-price .currency,
.main-price .value{
	font-size: 35px;
	font-weight: 700;
	color: #519a20;
	line-height: 35px;
}

/*** Saving ***/

.price-saving-percentage{
	display: inline-block;
	color: #ef3724;
	font-weight: 900;
	text-transform: uppercase;
}
.price-saving-percentage[data-save=""],
.price-saving-percentage[data-save="0"]{ display: none; }

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

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

/*** Bullets ***/

.bullets{
	margin: 0;
}

.bullets li{
	margin-bottom: 10px;
	color: #3d3d3d;
	font-size: 13px;
}

/*** Description ***/

.item-description{
	
}

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

.spec tr th{
	text-align: left;
	vertical-align: top;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #3d3d3d;
	font-size: 14px;
	width: 35%;
}

.spec tr td{
	text-align: left;
	vertical-align: top;
	padding: 6px 0;
	border-bottom: 1px solid #e5e5e5;
	color: #3d3d3d;
	font-size: 14px;
}

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

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

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

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

.feedbacks{
	display: none;
}

.feedback{
	display: none;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	margin-top: 10px;
	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;
	color: #3d3d3d;
	padding-right: 129px;
	padding-left: 26px;
}

.feedback .buyer{
	float: right;
	font-size: 12px;
	color: #3d3d3d;
}

.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: 8px 15px;
	margin: 12px 0 0;

	font-size: 13px;
	font-weight: bold;
	color: #fff;

	cursor: pointer;

	background-color: #57a7b0;
	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.info{
	margin-top: 10px;
	border-bottom: 1px solid #d9d9d9;
}

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

.tabs.info > label{
	float: left;
	padding: 12px 30px;
	border: 1px solid #d9d9d9;
	margin-bottom: -1px;
	margin-right: 3px;
	  
	font-size: 14px;
	color: #3d3d3d;

	background-color: #fbfbfb;
}

.tabs.info > label:hover{
	color: #3d3d3d;
	background-color: #fff;
	cursor: pointer;

	border-bottom: 1px solid #fff;
}

.tabs.info .tab-control:checked + label{
	background-color: #fff;
	color: #3d3d3d;

	border-bottom: 1px solid #fff;
}

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

		background-image: url(images/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.tabs.info .tab-control:checked + label{
		background-image: url(images/tab-arrow-mobile-open.png);
	}
}

.tabs.info .tab-contents,
.tabs.info .tab-contents-mobile{
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
}
.tabs.info .tab-contents-mobile{
	border-top: 0;
}

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

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

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

@media (max-width: 767px) {
	.tabs.info .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 #d9d9d9;
		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;
	}
}

@media (min-width: 768px) {
	.tabs.info .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;
}

.box-products h2{
	font-weight: 700;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	margin: 0;
	color: #3d3d3d;
}

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

.products{
	padding: 0;
}

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

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

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

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

/*** Enlarge End ***/

.products .product .title{
	height: 80px;
	line-height: 16px;
	overflow: hidden;
	display: block;
	font-size: 13px;
	color: #3d3d3d;
	margin-bottom: 5px;
}

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

@media (min-width: 1024px){
	.products .product .title{
		height: 48px;
	}
}

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

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

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

.products .product .view{
	display: inline-block;
	padding: 5px 15px;
	margin: 10px 0 0;

	font-size: 12px;
	font-weight: bold;
	color: #3d3d3d;

	cursor: pointer;

	background-color: #f0f0f0;
	border: 1px solid #e6e6e6;
	border-radius: 2px;

	display: none;
}

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

#footer{
	padding: 25px 0;
	background-color: #026853;
	text-align: center;
}

#footer img{
	max-width: 100%;
}

/*** Nav ***/

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

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

#footer ul li a{
	display: block;
	font-size: 13px;
	color: #b5e35d;

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

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

/*** Newsletter ***/

.newsletter{
	text-align: left;
}

@media (min-width: 1024px){
	.newsletter{
		padding: 0 0 0 60px;
	}
}

.newsletter h2{
	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 20px;

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

.newsletter p{
	color: #fff;
	font-size: 14px;
}

.newsletter a{
	display: inline-block;

	color: #fff;
	font-size: 16px;
	font-family: 'Montserrat', Arial, sans-serif;

	background-color: #92cb27;
	padding: 8px 12px;
	border-radius: 3px;
}

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

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

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




