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

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.

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

/*
/ Max width overide
/ ------------------------------ */

@media (min-width: 1300px) {
	.container {
		max-width: 1260px;
	}
}

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

#page + center,
#page + div{
	display: none;
}

[data-hide=""]{
	display: none !important;
}

video{
	background: #000000;
}

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

.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{
	color: #333333;
	font-size: 24px;
	padding: 0 0 10px;
}

.subheading{
	font-size: 16px;
	font-weight: 500;
	padding: 0 0 10px;
	color: #ffffff;
}

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

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

h2{
	font-size: 16px;
	color: #333333;
}

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

h4{
	font-size: 16px;
	color: #333333;
}

h5{
	font-size: 16px;
	color: #333333;
}

a{
  color: #0275d8;
}

a:focus, a:hover{
  color: #014c8c;
}

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

.img-responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-center,
.image img,
.image video{
	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: 40px 0 0;
}

.buttons h2{
	display: inline-block;
	margin: 5px 10px 5px 0;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.buttons h2:after{
	content: "Do you need help or advice?";
}

.buttons a{
	display: inline-block;
	padding: 10px 15px 12px;
	font-size: 14px;
	border: 1px solid;
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;

	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 a:after{
	content: "Ask a question";
}

/*** Button colours ***/

.buttons a{
	background-color: #f9f9f9;
	border-color: #c4c4c4;
	color: #333333;
}

.buttons a:hover{
	text-decoration: none;
}

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

#header-top{
	background: rgb(157,197,14);
	background: linear-gradient(90deg, rgba(157,197,14,1) 0%, rgba(34,156,45,1) 100%);

	padding: 10px 0 12px;

	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

@media (max-width: 575px){
	#header-top{
		padding: 8px 0 10px;
	}
}

#header-top span::after{
	content: "Free UK Delivery";
}

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

#header{
	text-align: center;
}

#header .container{
	position: relative;
}

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

#header .logo a{
	display: inline-block;
	text-decoration: none;
}

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

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

/*** Flex ***/

#header-menu .category-list > ul{
  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 .category-list > ul .row:before,
#header-menu .category-list > ul .clearfix:before {
	content: none;
}

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

/*** End Flex ***/

#header-menu{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#header-menu .category-list > ul{
	position: relative;
	padding: 0;
	margin: 0;
}

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

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

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

}

#header-menu .category-list > ul > li > a{
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 17px;
	padding: 0;
	height: 58px;
	line-height: 58px;
	color: #333333;
	margin: 0;
}

#header-menu .category-list > ul > li:hover > a,
#header-menu .category-list > ul > li > a:hover{
	text-decoration: none;
	color: #229c2d;
}

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

#header-menu-mobile{
	position: absolute;
	left: 15px;
	top: 25px;
}

@media (min-width: 576px) and (max-width: 1023px){
	#header-menu-mobile{
		top: 40px;
	}
}

#header-menu-mobile .mobile-menu-toggle{
	margin: 0;
}

#header-menu-mobile .mobile-menu-toggle .icon{
	display: block;
}

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

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

#header-menu-mobile .categories{
	transform: translateX(-100%);
	padding: 50px 25px 20px;
	margin: 0;

	position: fixed;
	top: 0;
	left: 0;
	width: 90%;
	height: 100%;
	background-color: #fff;
	z-index: 100;
	overflow-y: scroll;

	text-align: left;
}

#header-menu-mobile .categories label{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 16px;
	height: 16px;
	background-image: url(images/close-menu.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 100;
}

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

#header-menu-mobile .categories > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	color: #333333;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

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

#header-menu-mobile #mobile-control-open:checked ~ ul + .bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 99;
}

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

#header-menu-mobile #mobile-control-open:checked ~ ul { transform: translateX(0); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.05, 0.05); }

#header-menu-mobile #mobile-control-close:checked ~ ul{
	transform: translateX(-100%);
}

/*
/ Banner Slider
/ ------------------------------ */

@media (min-width: 1023px) {
	#banner{
		margin-top: 20px;
	}
}

#banner a{
	position: relative;
	height: 118px;
	display: block;
	overflow: hidden;
}
#banner a img{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	object-position: 50% 50%;
	object-fit: cover;
}

@media (max-width: 768px) {
	#banner a{
		height: 80px;
	}
}

@media (max-width: 575px) {
	#banner a{
		height: 65px;
	}
}

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

#main{
	margin-top: 25px;
	padding-bottom: 70px;
}

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

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

.images{
	position: relative;
	overflow: hidden;
	padding-top: 104%;
}

@media (min-width: 1300px){
	.col-xlg-5 {
		width: 41.666667%;
	}
	.col-xlg-7 {
    width: 58.333333%;
  }
	.images{
		max-width: 473px;
		padding-top: 100%;
	}
}

/*** Labels ***/

.images > input{
	display: none;
}

.images > label.left,
.images > label.right {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    cursor: pointer;
    width: 26px;
    height: 89px;
		opacity: 1;

		border: 1px solid #c4c4c4;
		border-radius: 2px;

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

.images > label.left::after,
.images > label.right::after {
	display: block;
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(229,229,229) no-repeat center;
	background: linear-gradient(90deg, rgba(229,229,229,1) 0%, rgba(249,249,249,1) 100%) no-repeat center;
}

@media (min-width: 768px) and (max-width: 1023px){
	.images > label.left,
	.images > label.right {
		height: 53px;
	}
}

.images > label.left{
	background-image: url(images/arrow-left.png);
}

.images > label.right {
  right: 0;
	left: auto;
	background-image: url(images/arrow-right.png);
}

.images > input:checked + label{
	opacity: 0.1;
	cursor: auto;
}

.images > input:checked + label::after{
	display: none !important;
}

.images > label[for="push3"],
.images > label[for="push2"]{
	display: none;
}

.images > input#push2:checked + label[for="push2"] ~ label[for="push3"],
.images > input#push3:checked + label{
	display: block;
}

.images > input#push1:checked ~ label[for="push2"],
.images > input#push2:checked ~ label[for="push2"]{
	display: block;
}

.images label[data=""]{
	display: none !important;
}

@media (max-width: 575px){
	.images > label{
		display: none !important;
	}
}

/*** Scroll ***/

@media (min-width: 576px){
	.image-container{
		margin: 0 40px;
		overflow: hidden;
	}
	.image-scroll{
		width: 3000px;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-ms-transition: 1s;
		-o-transition: 1s;
		transition: 1s;
	}
}

.images > input#push2:checked ~ div > .image-scroll{
	margin-left: -408px;
}
.images > input#push3:checked ~ div > .image-scroll{
	margin-left: -816px;
}

@media (min-width: 768px) and (max-width: 1023px){
	.images > input#push2:checked ~ div > .image-scroll{
		margin-left: -264px;
	}
	.images > input#push3:checked ~ div > .image-scroll{
		margin-left: -528px;
	}
}

@media (max-width: 575px){
	.image-scroll{
		margin: 0 !important;
	}
}

/*** Thumb size ***/

.images .image{
	width: 102px;
	float: left;
	position: static;
	padding-right: 15px;
}

@media (min-width: 768px) and (max-width: 1023px){
	.images .image{
		width: 66px;
	}
}

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

/*** Thumbnails ***/

.image .thumbnail{
	float: left;
	width: 100%;
	position: relative;
	cursor: pointer;
	border: 1px solid #c4c4c4;
	/*margin-bottom: 15px;*/
	margin-bottom: 0;
	padding-bottom: 100%;
}

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

.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: 10px;
		height: 10px;
		border-radius: 100%;
		margin: 5px 5px 5px;
		padding-bottom: 0;
		border: 0;
		background-color: #e3e3e3;
	}
	.image .thumbnails-control:checked + label{
		background-color: #333333;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

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

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

.image .main .main-content{
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #c4c4c4;
}

/*** Video ***/

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

/*** Arrows ***/

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

	background-color: rgba(255,255,255,0.9);
	background-position: center;
	background-repeat: no-repeat;
}

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

.image .main .next{
	right: 0;
	background-image: url('images/next3.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: 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;
		background-position: center;
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 44px;
		height: 44px;
		border: 1px solid #d6d6d6;
		border-radius: 100%;
		display: block;
	}
	.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');
		display: block;
	}
}

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

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

#main-details{

}

/*** Condition ***/

.condition-label{
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	padding: 14px 12px 14px 38px;

	color: #ffffff;
	font-size: 15px;
	font-weight: 500;

	background: rgb(4,81,241);
	background: linear-gradient(90deg, rgba(4,81,241,1) 0%, rgba(33,143,250,1) 100%);
}

.condition-label::before{
	position: absolute;
	left: 12px;
	top: 14px;
	content: "";
	display: block;
	width: 17px;
	height: 20px;
	background-image: url(images/icon-condition.png);
}

.condition-label.used::after{
	content: "Used/Refurbished";
}

.condition-label.new::after{
	content: "Brand New";
}

.condition-label.opened::after{
	content: "Opened - Never Used";
}

.condition-label[data-condition="False"]{
	display: none;
}

/*** Title ***/

#main-details > h1{
	margin-bottom: 25px;
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	line-height: 1.1;
}

@media (min-width: 576px) and (max-width: 767px){
	#main-details{
		padding-top: 40px;
	}
}

@media (max-width: 575px){
	#main-details > h1{
		font-size: 24px;
	}
}

/*** Price ***/

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

.main-price .currency,
.main-price .value{
	display: inline-block;
	font-size: 26px;
	font-weight: 500;
}

/*** Trusted ***/

.trusted{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 18px 0;
}

.trusted h2{
	margin: 0 10px 0 0;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}

.trusted h2::after{
	content: "Trusted UK Seller";
}

.trusted div{
	margin: 0 10px 0 0;
}

.trusted a{
	display: inline-block;
	color: #0f69f5;
	font-size: 15px;
	text-decoration: underline;
}

.trusted a::after{
	content: "View Feedback";
}

/*** Description ***/

.item-description{

}

.item-description-icons{
	padding: 20px 0;
}

.item-description-icons table tr[data-spec="False"]{
	display: none;
}

.item-description-icons table th,
.item-description-icons table td{
	vertical-align: middle;
	text-align: left;
	padding: 5px 0;
}

.item-description-icons table td{
	padding-left: 15px;
}

.delivery div:after,
.warranty div:after,
.notes div:after{
	display: block;
	margin-bottom: 10px;
}

/*
/ Condition Pop Up
/ ------------------------------ */

.condition{
	margin-bottom: 20px;
}

#condition-button{
	display: inline-block;
}

#condition-button > label{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 15px 50px 15px 30px;

	border: 1px solid #c4c4c4;
	border-radius: 4px;
	background-color: #f9f9f9;

	font-size: 16px;
	font-weight: 600;
	color: #333333;

	cursor: pointer;
}

#condition-button > label::after{
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 19px;
	right: 25px;
	top: 18px;
	background-image: url(images/icon-notes.png);
}

#condition-button label:hover{

}

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

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

#condition-button .popup > div{
    margin: 200px auto 0;
}

@media (max-width: 1023px){
	#condition-button .popup > div{
	    width: 720px;
			margin: 100px auto 0;
	}
}

@media (max-width: 767px){
	#condition-button .popup > div{
	    width: 500px;
	}
}

@media (max-width: 575px){
	#condition-button .popup > div{
	    width: 320px;
	}
}

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

#condition-button .popup .popup-header label{
	float: right;
	height: 16px;
	width: 16px;
	cursor: pointer;

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

#condition-button .popup .popup-body{
	padding: 10px 20px 20px;
	height: auto;
	overflow: visible;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}

/*** 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: 25px;
	margin-top: 25px;
	line-height: 16px;
}

h2 + .feedback,
h2 + .latest-feedbacks {
	border: 0;
	margin: 0;
	/*padding: 0;*/
	padding-top: 10px;
}

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

.feedback .description{
	font-size: 16px;
	color: #333333;
	/*padding-right: 129px;*/
	padding-left: 26px;
}

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

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

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

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

.feedback .buyer .name,
.feedback .buyer .brackets,
.feedback .buyer .brackets .score{
	display: inline-block;
}

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

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

.feedback .date-label .date{
	display: inline-block;
}

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

	font-size: 14px;
	font-weight: 400;
	color: #333333;

	cursor: pointer;

	background-color: #f9f9f9;
	border: 1px solid #c4c4c4;
	border-radius: 4px;
}

@media (max-width: 767px) {
	.feedback-button label{
		display: none;
	}
}

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

@media (max-width: 767px){
	.tabs{
		margin-top: 30px;
	}
}

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

.tabs > label{
	display: block;

	float: left;
	position: relative;
	z-index: 10;

	padding: 15px 30px;
	margin: 0 3px -1px 0;

	font-size: 17px;
	color: #333333;

	background-color: #f9f9f9;
	border: 1px solid #dedede;
}

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

	border-bottom: 1px solid #fff;
}

.tabs > label[for="tab-control-5"]{
    display: none;
}

.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
	background-color: #fff;
	color: #333333;

	border-bottom: 1px solid #fff;
}

@media (max-width: 1023px) {
	.tabs{
		border: 1px solid #dedede;
		border-top: 0;
	}
	.tabs > label{
		width: 100%;
		margin: 0;
		padding: 15px 15px;
		border: 0;
		border-top: 1px solid #dedede;

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

	/* Arrow Shape */

	.tabs > label::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 16px;
		transform: rotate(45deg);
		width: 10px;
	  height: 10px;
	  border: 2px solid #333333;
	  border-left: 0;
	  border-top: 0;
	}
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"]::after,
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"]::after,
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"]::after,
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"]::after,
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"]::after,
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]::after{
		/*transform: rotate(225deg);*/
	}


	/* Line Shape */
	/*
	.tabs > label::before {
		content: "";
		position: absolute;
		right: 29px;
		top: 50%;
		transform: translateY(-50%);
	  width: 2px;
	  height: 20px;
		background-color: #3d7928;
	}
	.tabs > label::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	  width: 20px;
	  height: 2px;
		background-color: #3d7928;
	}
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"],
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"],
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"],
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"],
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"],
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]{
	}
	.tabs #tab-control-1:checked ~ label[for="tab-control-1"]::before,
	.tabs #tab-control-2:checked ~ label[for="tab-control-2"]::before,
	.tabs #tab-control-3:checked ~ label[for="tab-control-3"]::before,
	.tabs #tab-control-4:checked ~ label[for="tab-control-4"]::before,
	.tabs #tab-control-5:checked ~ label[for="tab-control-5"]::before,
	.tabs #tab-control-6:checked ~ label[for="tab-control-6"]::before{
		display: none;
	}
	*/
}

.tabs .tab-content{
	display: none;
	/*animation-name: fadeIn;
  	animation-duration: 1.0s;*/

	float: left;
	width: 100%;
	padding: 25px 30px;

	font-size: 16px;
	line-height: 1.5;
	color: #333333;

	border: 1px solid #dedede;
	background-color: #fff;
}

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

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

@media (max-width: 1023px) {
	.tabs .tab-content{
		border: 0;
		padding: 15px;
	}
}

#tab-control-1:checked ~ #tab-content-1,
#tab-control-2:checked ~ #tab-content-2,
#tab-control-3:checked ~ #tab-content-3,
#tab-control-4:checked ~ #tab-content-4,
#tab-control-5:checked ~ #tab-content-5,
#tab-control-6:checked ~ #tab-content-6{
	display: block;
}

@media (max-width: 1023px) {
	.tabs .desktop-label{
		display: none;
	}
}

@media (min-width: 1024px) {
	.tabs .mobile-label{
		display: none;
	}
}

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

.box-products{
	display: none;
	border-bottom: 1px solid #e1e1e1;
	margin-top: 30px;
}

.box-products h2{
	font-weight: normal;
	padding: 10px 0;
	font-size: 24px;
	margin: 0;
	color: #333333;
}

.best-sellers h2::after{
	content: "You might also like";
}

.box-products .action{
	padding: 15px 0 35px;
}

.box-products .action a{
	position: relative;
	display: inline-block;
	padding: 11px 40px 13px 20px;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;

	border-radius: 4px;
	background: rgb(152,196,15);
	background: linear-gradient(90deg, rgba(152,196,15,1) 0%, rgba(34,156,45,1) 100%);
}

.box-products .action a::before{
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 11px;
	right: 15px;
	top: 16px;
	background-image: url(images/arrow-white.png);
}

.box-products .action a::after{
	content: "Related items";
}

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

.products{
	position: relative;
	padding: 0;
}

/*** Box Hover ***/

.products .product-hover{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;

	padding: 0 15px;
	left: 0;
	top: 0;

	opacity: 0.75;
	display: none;
}

.products .product-hover div{
	position: relative;
	height: 100%;
	background-color: #000000;
}

.products .product-hover + a{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.products .product-hover + a span{
	display: inline-block;
	position: relative;
	top: 45%;
	margin: 0;
	padding: 0 20px;

	line-height: 26px;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.025em;
	text-decoration: ;

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

@media (min-width: 576px){
	.products:hover .product-hover,
	.products:hover .product-hover + a{
		display: block;
	}
}

@media (max-width: 575px){
	.products .product-hover + a{
		display: block;
	}
	.products .product-hover + a span{
		display: none;
	}
}

/*** End Box Hover ***/

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

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

.products .product > a{
	display: block;
	color: #333333;
	text-decoration: none;

	/*
	border: 1px solid #cccccc;
	border-radius: 4px;
	padding: 20px;
	*/
}
/*
@media (max-width: 767px){
	.products .product > a{
		padding: 10px;
	}
}
*/

.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: none;
	}
	.products .product .image:hover .enlarge:hover{
		display: none;
	}
}

/*** Enlarge End ***/

.products .product .title{
	height: 85px;
	line-height: 17px;
	overflow: hidden;
	display: block;
	font-size: 15px;
	color: #333333;
	margin-bottom: 5px;
}

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

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

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

.products .product .rrp{
	display: none;
}

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

.products .product .view{
	display: none;
}

/*
/ Featured
/ ------------------------------ */

.featured{
	margin: 40px 0 0;
    position: relative;
}

.featured .heading::after{
	content: "More great deals on refurbished tech";
}

.featured .row > div{
	margin: 20px 0 0;
}

.featured .row > div a{
	display: block;
	position: relative;
	text-decoration: none;
}

.featured .row > div a img{
	width: 100%;
}

.featured .row > div a .content{
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	padding: 0 15px 0;
}

@media (min-width: 1024px) and (max-width: 1299px){
	.featured .row > div a .content{
		bottom: 20px;
	}
}

@media (max-width: 767px){
	.featured .row > div a .content{
		bottom: 20px;
	}
}

@media (max-width: 575px){
	.featured .row > div a .content{
		bottom: 15px;
	}
}

.featured .row > div a .content h3{
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}

@media (max-width: 575px){
	.featured .row > div a .content h3{
		font-size: 18px;
	}
}

.featured .row > div a .content span{
	position: relative;
	display: inline-block;
	padding: 10px 15px 12px;

	font-size: 15px;
	color: #ffffff;
	text-decoration: none;

	border-radius: 4px;
	background: rgb(152,196,15);
	background: linear-gradient(90deg, rgba(152,196,15,1) 0%, rgba(34,156,45,1) 100%);
}

@media (max-width: 575px){
	.featured .row > div a .content span{
		padding: 6px 12px 8px;
		font-size: 13px;
	}
}

.featured .row > div a .content span::after{
	content: "Shop now";
}

@media (max-width: 1023px){
    .featured .row{
        display: flex;
        overflow-x: scroll;
        padding-bottom: 15px;
    }
    .featured .row > div{
        flex-shrink: 0;
        width: auto;
    }
}

@media (max-width: 575px){
    .featured .row > div{
        width: 60%;
    }
}

@media (min-width: 1024px){
    .featured-container{
        overflow: hidden;
        margin: 0 34px;
    }
    .featured .row{
        width: 3000px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }

    .featured > input#featured-push2:checked ~ div > .row{
        margin-left: -611px;
    }
    .featured .row > div{
        width: 298px;
    }
}

@media (min-width: 1024px) and (max-width: 1299px){
    .featured-container{
        margin: 0 58px;
    }
    .featured > input#featured-push2:checked ~ div > .row{
        margin-left: -909px;
    }
}

/*** Labels ***/

.featured > input{
	display: none;
}

.featured > label.left,
.featured > label.right {
    position: absolute;
    left: -10px;
    top: 50%;
    margin: 0;
    cursor: pointer;
    width: 41px;
    height: 41px;
		opacity: 1;
		background-image: url(images/arrow-left.png);
		background-repeat: no-repeat;
		background-position: center;
        z-index: 5;
}

.featured > label.right {
  right: -10px;
	left: auto;
	background-image: url(images/arrow-right.png);
}

.featured > input:checked + label{
	opacity: 0.2;
	cursor: auto;
}

@media (max-width: 1023px){
    .featured > label.left,
    .featured > label.right {
        display: none !important;
    }
}


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

#footer{
	padding: 35px 0;
	background-color: #010101;
}

/*** Nav ***/

#footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul li{
	margin: 0 0 10px;
}

#footer ul li a{
	display: block;
	font-size: 15px;
	color: #ffffff;
}

#footer p{
	display: block;
	margin: 0 0 15px;
	font-size: 15px;
	color: #ffffff;
}

#footer p::after{
	content: "Shop with confidence";
}

#footer .btn-footer{
	float: right;
	position: relative;
	display: inline-block;
	padding: 11px 40px 13px 20px;

	font-size: 16px;
	color: #ffffff;
	text-decoration: none;

	border-radius: 4px;
	background: rgb(152,196,15);
	background: linear-gradient(90deg, rgba(152,196,15,1) 0%, rgba(34,156,45,1) 100%);
}

@media (max-width: 767px){
	#footer .btn-footer{
		float: none;
		margin: 20px 0 0;
	}
}

#footer .btn-footer::before{
	content: "";
	display: block;
	position: absolute;
	width: 17px;
	height: 11px;
	right: 15px;
	top: 16px;
	background-image: url(images/arrow-white.png);
}

#footer .btn-footer::after{
	content: "Visit our eBay Store";
}

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

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

/*** Copyright box ***/

.copyright{
	display: inline-block;
	text-align: center;
	padding: 10px 15px 0;
	margin: 0 5px;
}

.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.studioworx span{ margin-top: 8px; }

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