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

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: 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: 21px;
	padding: 40px 0 10px;
}

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

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

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

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

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

h5{
	font-size: 14px;
	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: 25px 0 0;
}

.buttons a{
	float: left;
	display: inline-block;
	padding: 12px 35px;
	font-size: 15px;
	border: 1px solid;
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0 10px 10px 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:last-child{
	margin-right: 0;
}

/*** Button colours ***/

.buttons a{
	background-color: #ffffff;
	border-color: #73bc2c;
	color: #333333;
}

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

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

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

#header .container{
	position: relative;
	display: flex;
	align-items: center;
}
@media (max-width: 1023px){
	#header .container{
		justify-content: center;
	}
}

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

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

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

/*
/ 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{
	flex-grow: 1;
}

#header-menu .category-list > ul{
	position: relative;
	padding: 0 0 0 30px;
	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: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	margin: 0;
}

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

#header-menu .category-list > ul > li:last-child > a{
	background-color: #e92e2c;
}

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

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

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

#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: #ffffff;
	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: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0;
}

#header-menu-mobile .categories > li:last-child > a{
	margin-top: 10px;
	background-color: #e92e2c;
	display: inline-block;
	padding: 10px 15px;
	color: #ffffff;
}

#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%);
}

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

#selling-points{
	text-align: center;
	background-color: #f5f5f5;
}

#selling-points .row{
	margin: 0;
	padding: 12px 0;
}

#slider > figure{
	display: flex;
}

#slider > figure::after{
	content: "";
	display: table;
	clear: both;
}

#selling-points figure > div{
	flex-grow: 1;
}

#selling-points .icon{
	display: inline-block;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 30px;
}

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

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

#selling-points figure > div:nth-of-type(3) .icon{
	background-image: url(images/icon-3.png);
	background-position: right center;
	padding: 5px 185px 5px 0;
}

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

@media (min-width: 1024px) and (max-width: 1299px){
	#selling-points figure > div:nth-of-type(4){
		display: none;
	}
}

#selling-points h2{
	margin: 0;
	font-size: 15px;
	color: #333333;
	font-weight: 400;
}


#selling-points figure > div:nth-of-type(1) .icon h2::before,
#selling-points figure > div:nth-of-type(5) .icon h2::before{
	content: "Fast UK Delivery ";
	font-weight: 700;
}
#selling-points figure > div:nth-of-type(1) .icon h2::after,
#selling-points figure > div:nth-of-type(5) .icon h2::after{
	content: "on all orders";
}

#selling-points figure > div:nth-of-type(2) .icon h2::before{
	content: "Next day delivery ";
	font-weight: 700;
}
#selling-points figure > div:nth-of-type(2) .icon h2::after{
	content: "available*";
}

#selling-points figure > div:nth-of-type(3) .icon h2::before{
	content: "Rated excellent";
	font-weight: 700;
}
#selling-points figure > div:nth-of-type(3) .icon h2::after{
	content: "";
}

#selling-points figure > div:nth-of-type(4) .icon h2::before{
	content: "Unbeatable service ";
	font-weight: 700;
}
#selling-points figure > div:nth-of-type(4) .icon h2::after{
	content: "guaranteed";
}

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

@media (max-width: 1023px){

	#selling-points .row{
		padding: 6px 0;
	}

	#slider{
	 overflow: hidden;
	}

	#slider figure {
	 position: relative;
	 display: block;
	 width: 500%;
	 margin: 0;
	 left: 0;
	 text-align: left;
	 font-size: 0;
	 animation: 10s slidy infinite;
	}

	#slider figure > div{
	 display: block;
	 width: 20%;
	 float:left;
	 border:none;
	 text-align: center;
	}

	/** 2 (3) Slides

	@keyframes slidy {
	 0% { left: 0%; }
	 45% { left: 0%; }
	 50% { left: -100%; }
	 95% { left: -100%; }
	 100% { left: -200%; }
	}**/

	/** 3 (4) Slides

	@keyframes slidy {
	 0% { left: 0%; }
	 25% { left: 0%; }
	 30% { left: -100%; }
	 60% { left: -100%; }
	 65% { left: -200%; }
	 95% { left: -200%; }
	 100% { left: -300%; }
	}**/

	/** 4 (5) Slides **/

	@keyframes slidy {
	 0% { left: 0%; }
	 20% { left: 0%; }
	 25% { left: -100%; }
	 45% { left: -100%; }
	 50% { left: -200%; }
	 70% { left: -200%; }
	 75% { left: -300%; }
	 95% { left: -300%; }
	 100% { left: -400%; }
	}

}

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

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

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

@media (min-width: 1300px){
	.image-wrapper{
		max-width: 505px;
	}
	.image-wrapper + div{
		padding-left: 40px;
		width: calc(100% - 505px);
	}
}

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

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

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

		background-repeat: no-repeat;
		background-position: 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 > 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 #e5e5e5;
	/*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;
	border-width: 2px;
}

.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: 10px 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 #d8d8d8;
}

/*** 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: 46px;
		height: 46px;
		display: block;
		border: 1px solid #d8d8d8;
		border-radius: 100%;
	}
	.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{

}

/*** Title ***/

#main-details > h1{
	margin-bottom: 20px;
	font-size: 30px;
	color: #333333;
	line-height: 1.1;
}

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

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

/*** Price ***/

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

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

/*** Trusted ***/

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

	border-top: 1px solid #d4d5d8;
	padding-top: 15px;
}

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

	background-image: url(images/icon-uk.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 0 8px 35px;
}

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

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

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

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

/*** Description ***/

.item-description{

}

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

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

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

.tabs{
	margin-top: 30px;
	border-bottom: 1px solid #d4d5d8;
}

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

.tabs > label{
	display: block;

	float: left;
	width: 100%;
	position: relative;
	z-index: 10;

	padding: 20px 0;
	margin: 0;

	font-size: 18px;
	font-weight: 700;
	color: #333333;

	border-top: 1px solid #d4d5d8;
}

.tabs > label:hover{
	cursor: pointer;
}

.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 > label::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	transform: rotate(45deg);
	width: 15px;
	  height: 15px;
	  border: 2px solid #b2b2b2;
	  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);
	display: none;
}

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

	float: left;
	width: 100%;
	padding: 0 0 15px;

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

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

#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: 767px) {
	.tabs .desktop-label{

	}
}

@media (min-width: 768px) {
	.tabs .mobile-label{

	}
}

/*
/ Category Blocks
/ ------------------------------ */

.category-blocks{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
	text-align: center;
}

.category-block{
	width: 20%;
	padding: 0 7px;
	margin-top: 14px;
}
@media (max-width: 1023px) {
	.category-block{
		width: 33.33%;
	}
}
@media (max-width: 575px) {
	.category-block{
		width: 50%;
	}
}

.category-block a{
	display: block;
	border: 1px solid #e4e4e4;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
}

.category-block a h3{
	margin: 0;
	padding: 17px 5px;
	background-color: #73bc2c;
	color: #ffffff;
	font-size: 16px;
}

.category-blocks .category-block:last-child a h3{
	background-color: #e92e2c;
}


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

#footer{
	text-align: center;
	background-color: #262626;
	padding: 30px 0;
}

#footer p{
	margin: 30px 0 0;
	color: #ffffff;
	font-size: 12px;
}

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