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

CSS COPYRIGHT www.studioworx.co.uk - The CSS is prohibited from viewing, using in whole or part.
Usage of the CSS may result in legal action. A notification has been sent to us letting us know
this page has been accessed directly including the IP, Time and domain it was accessed from.

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

/*
/ Colours used
/ ------------------------------ */

/*
 * Primary: #303030
 * Light gray (border): #dedede
 * Lighter gray: #f0f0f0
 */

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

video{
	background: #000000;
}

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

	background-color: #efefef;
	padding-bottom: 40px;
}

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

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

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

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

h2{
	font-weight: normal;
	font-size: 18px;
	color: #303030;
}

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

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

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

.btn{
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid;
	white-space: nowrap;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-top: 2px;

	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: #ffffff;
	border-color: #dedede;
	color: #303030;
}

.btn-default:hover{
	text-decoration: none;
	background-color: #f0f0f0;
	color: #303030;
}

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

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

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

#header-top{
	padding: 8px 0;
	background-color: #2b2b2b;
}

#header-top .flags{
	float: right;
}

#header-top .flags a{
	float: left;
	margin-left: 5px;
}

#header-top .flags a img{
	float: left;
}

/*** Nav ***/

#header-top nav{
	float: right;
}

#header-top nav a{
	float: left;
	line-height: 16px;
	padding: 0 12px;
    border-left: 1px solid #4e4e4e;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
}

#header-top nav a:first-child{
	border-left: 0;
}

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

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

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

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

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

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

.delivery{
	float: right;
	margin: 25px 0 0;
	line-height: 20px;

	color: #89c21a;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'alte_din_1451_mittelschriftRg', Arial, sans-serif;

	background-image: url(images/delivery-van-white.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

@media (max-width: 767px) {
	.delivery{
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.delivery{
		display: none;
	}
}

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

#header-menu{
	background-color: #030303;
}

#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{
	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;
	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: 40px;
	line-height: 40px;
	border-right: 2px solid #ffffff;
	color: #303030;
	margin: 0;
	display: none;
}

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

/*** All Cats ***/

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

/*** Second Level ***/

#header-menu ul.categories > li > ul{
	position: relative;
	z-index: 10;
	padding: 0;
	list-style: none;

	display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

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

	background-image: url(images/menu-divider.png);
    background-repeat: no-repeat;
    background-position: left center;

		display: none;
}

#header-menu ul.categories > li > ul > li#ID-4886691012,
#header-menu ul.categories > li > ul > li#ID-4886692012,
#header-menu ul.categories > li > ul > li#ID-4886693012,
#header-menu ul.categories > li > ul > li#ID-4886694012,
#header-menu ul.categories > li > ul > li#ID-4886695012{
	display: inline-block;
}

#header-menu ul.categories > li > ul > li > a{
	display: block;
	font-size: 14px;
	padding: 0 37px 0 25px;
	height: 37px;
	line-height: 37px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;

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

#header-menu ul.categories > li > ul > li > a:hover,
#header-menu ul.categories > li > ul > li:hover > a{
	text-decoration: none;
	background-color: #89c21a;
	background-position: right -37px;
}

#header-menu ul.categories .home a{
	display: block;
	width: 14px;
	height: 37px;
	margin-right: 20px;

	background-image: url(images/home-icon.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#header-menu ul.categories .home a:hover{
	background-position: right -37px;
}

/*** Third Level ***/

#header-menu ul.categories > li > ul > li > ul{
	position: absolute;
	display: none;
	background-color: #303030;
	width: 220px;
	padding: 10px 0;
	list-style: none;
}
#header-menu ul.categories > li > ul > li:hover > ul{ display: block; }

#header-menu ul.categories > li > ul > li > ul > li{

}

#header-menu ul.categories > li > ul > li > ul > li > a{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 20px;
}

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

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

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

/*** Toggle ***/

#header-menu .mobile-menu-toggle{
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #303030;
	margin: 0;
	font-weight: bold;
}

/*** Toggle Icon ***/

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

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

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

/*** 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: 14px;
	padding: 5px 0;
	color: #303030;
	margin: 0;
}

#header-menu .mobile-control:checked + a{
	color: blue;
}

#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: #303030;
}

#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: red;
}

/*** Control ***/

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

/*** Mobile Menu Adjust ***/

/*@media (max-width: 575px){
	#header-menu{
		background-color: transparent;
	}
	#header-menu .container{
		padding: 0;
	}
	#header-menu .mobile-menu-toggle{
		margin: -42px 0 15px 15px;
		text-indent: -9999em;
		overflow: hidden;
		width: 22px;
		height: 20px;
	}
	#header-menu .mobile-menu-toggle .icon{
		margin: 0;
		padding: 0;
	}
	#header-menu .mobile-menu-toggle .icon span{
		background-color: #303030;
	}
	#header-menu .mobile-menu{
		padding: 0 15px;
		background-color: #303030;
	}
}*/

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

#breadcrumbs{
	padding: 20px 0;
	font-size: 12px;
}

#breadcrumbs .item{
	float: left;
}

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

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

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

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

#main{
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main > .container{
	padding-bottom: 20px;
	padding-top: 30px;
	background-color: #fff;
	box-shadow: 0 10px 20px #c3c3c3;
}

@media (max-width: 767px) {
	#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 #d2d2d2;
	margin-bottom: 15px;
}

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

.image .thumbnails-control:checked + .thumbnail{
	border-color: #252525;
}

.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 #303030;
	}
	.image .thumbnails-control:checked + label{
		background-color: #303030;
	}
	.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;
}

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

.image .main .prev{
	left: -8px;
	background-image: url('images/prev.png');
}

.image .main .next{
	right: -8px;
	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: #303030;
	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;
		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;
		background-position: right center;
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 16px;
		height: 16px;
	}
	.image .main-control:checked + .main .main-content:after{
		bottom: 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;
	}
}

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

/*** Title ***/

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

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

.rating{
	display: none;
}

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

.code{
	float: right;
	font-size: 12px;
	color: #666;
}

/*** Includes ***/

.includes{
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.includes li{
    margin: 0 0 4px;
    line-height: 20px;
    padding-left: 24px;

    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;

    background-image: url(images/tick.png);
    background-repeat: no-repeat;
}

.includes li.includes-heading {
    padding: 0;
    background: none;
}

.prices{
	border-top: 1px solid #eaeaea;
	padding-top: 20px;
	margin-bottom: 20px;
}

/*** RRP ***/

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

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

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

/*** Price ***/

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

.main-price .label{
	font-size: 24px;
}

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

/*** Saving ***/

.price-saving-percentage{
	display: inline-block;
	background-color: #d72323;
	padding: 2px 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
.price-saving-percentage[data-save=""],
.price-saving-percentage[data-save="0"]{ display: none; }

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

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

/*** Dispatch ***/

.delivery-dispatch{
	font-size: 13px;
	color: #303030;
	padding-left: 30px;
    background-image: url(images/delivery-van.png);
    background-repeat: no-repeat;
}

/*** Warnings ***/

.warnings{
	border-top: 1px solid #eaeaea;
    padding: 20px 0 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
}

.warnings li{
    margin: 0 0 10px;
    padding-left: 30px;
    line-height: 20px;

    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;

    background-image: url(images/warning.png);
    background-repeat: no-repeat;
}

.how-to{
	margin: 0 -15px 25px;
	color: #303030;
}

.how-to h2{
	margin-top: 20px;
}

.how-to p{
	font-size: 13px;
}

@media (max-width: 575px){
	.how-to > div{
		padding: 0;
	}
}

/*** Description ***/

@media (min-width: 768px){
	.item-description{
		float: left;
		width: 50%;
		padding-right: 15px;
	}
	.feedback-container{
		float: right;
		width: 50%;
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.item-description{
		padding-bottom: 25px;
	}
}

@media (min-width: 768px) {
	.size-guides{
		float: left;
		width: 100%;
		padding: 0;
	}
}

.size-guides{
	margin-top: 25px;
}

.Sizing-Guide{
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 15px;
    padding-top: 2px;
    width: 100%;
}

.Sizing-Guide td, .Sizing-Guide th{
    background-color: #eaeaea;
    border-radius: 3px;
    color: #202020;
    padding: 5px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    font-size: 13px;
}

.Sizing-Guide th{
    background-color: #303030;
    color: #ffffff;
    font-weight: normal;
    font-weight: 700;
}

@media ( max-width: 767px){
.size-guides{
	display: none;
}
}

/*** Description Overides ***/

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

.item-description ul li,
.item-description ol li{
	margin-bottom: 4px;
}

.item-description table{
	font-size: 13px;
}

.item-description font,
.item-description b font,
.item-description strong font,
.item-description p font,
.item-description ul li font,
.item-description ol li font,
.item-description th font,
.item-description td font,
.item-description h2 font,
.item-description h3 font,
.item-description h4 font,
.item-description h5 font,
.item-description b,
.item-description strong{
	font-size: inherit !important;
	font-family: inherit !important;
	line-height: inherit !important;
}

.item-description p,
.item-description ul li,
.item-description ol li,
.item-description th,
.item-description td,
.item-description h2,
.item-description h3,
.item-description h4,
.item-description h5,
.item-description span,
.item-description div{
	font-family: inherit !important;
	line-height: inherit !important;
}

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

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

.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;
	margin: 10px 0 0;

	font-size: 12px;
	font-weight: bold;
	color: #d72323;

	cursor: pointer;
}

#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{
}

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

.tabs > label{
	float: left;
	padding: 10px 35px;
	border: 1px solid #fff;
	border-bottom: 1px solid #dedede;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	margin-bottom: -1px;
	margin-left: 7px;

	font-size: 14px;
	font-weight: bold;
	color: #adadad;
	text-transform: uppercase;

	-ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
}

.tabs.DE > label{
	padding: 10px 20px;
}
.tabs.FR > label{
	padding: 10px 30px;
}
.tabs.IT > label{
	padding: 10px 30px;
}

.tabs > label span{
	-ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
    display: block;
}

@media (max-width: 1023px) {
	.tabs > label{
		font-size: 11px;
		padding: 10px 12px;
	}
	.tabs.DE > label{
		padding: 10px 10px;
	}
	.tabs.FR > label{
		padding: 10px 15px;
	}
	.tabs.IT > label{
		padding: 10px 15px;
	}
}

@media (max-width: 767px) {
	.tabs > label{
		float: none;
		display: block;
		margin: 0;
		border: 0 !important;
		border-top: 1px solid #dedede !important;
		padding: 10px 0 !important;
		font-size: 14px;

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

		-ms-transform: skewX(0deg); /* IE 9 */
	    -webkit-transform: skewX(0deg); /* Safari */
	    transform: skewX(0deg);
	}
	.tabs > label span{
		-ms-transform: skewX(0deg); /* IE 9 */
	    -webkit-transform: skewX(0deg); /* Safari */
	    transform: skewX(0deg);
	    display: block;
	}
	.tabs .tab-control:checked + label{
		background-image: url(images/tab-arrow-mobile-open.png);
	}
}

.tabs > label:hover{
	color: #000000;
	cursor: pointer;
	border: 1px solid #dedede;
	border-bottom: 1px solid #fff;
}

.tabs .tab-control:checked + label{
	color: #000000;
	border: 1px solid #dedede;
	border-bottom: 1px solid #fff;
}

.tabs .tab-contents,
.tabs .tab-contents-mobile{
	border-top: 1px solid #d5d5d5;
}
.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: #303030;
}

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

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

@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,
	#tab-control-6:checked ~ .tab-contents-mobile #tab-content-6-mobile{
		display: block;
		padding: 10px 0;
	}
	#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,
	#tab-2-control-6:checked ~ .tab-contents-mobile #tab-2-content-6-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,
	#tab-control-6:checked ~ .tab-contents #tab-content-6{
		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{
	margin-bottom: 10px;
	background-color: #181818;
	font-weight: normal;
	text-align: center;
	padding: 7px 0;
	font-size: 19px;
	font-family: 'alte_din_1451_mittelschriftRg', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
}

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

.products{
	padding: 0 10px 0;
}

.products .product{
	display: none;
	margin-bottom: 10px;
	padding: 0 5px;
}

.products .product > div{
	border: 1px solid #e8e8e8;
	padding: 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;
}

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

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

.products .product .title{
	height: 55px;
	line-height: 14px;
	overflow: hidden;
	display: block;
	font-size: 11px;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}

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

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

.products .product .price{
	display: block;
	margin: 0;
	font-size: 13px;
	color: #303030;
	font-weight: bold;
	text-align: center;
}

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

#footer{
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
}

#footer h3{
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 15px;
	font-family: 'alte_din_1451_mittelschriftRg', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;
}

.box{
	background-color: #f5f5f5;
	border: 1px solid #d9d9d9;
	padding: 10px 15px;
	text-align: left;
}

.box h2{
	margin-bottom: 5px;
	font-size: 19px;
	font-family: 'alte_din_1451_mittelschriftRg', Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #000000;

	background-image: url(images/contact-heading.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}

.box.newsletter h2{
	background-image: url(images/symbol-heading.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}

.box p{
	margin-bottom: 5px;
	font-size: 12px;
	font-family: 'alte_din_1451_mittelschriftRg', Arial, sans-serif;
	text-transform: uppercase;
	color: #666;
}

.box a{
	float: right;
	font-size: 16px;
	font-family: 'alte_din_1451_mittelschriftRg', Arial, sans-serif;
	text-transform: uppercase;
	color: #e01f1f;

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