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

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.

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

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

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

#page + center{
	display: none;
}

video{
	background: #000000;
}

#page{
	font-family: 'Calibre-Regular', 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;
	text-align: center;
	font-size: 34px;
	padding: 0 10px;
}

@media (max-width: 575px){
	.heading{
		font-size: 28px;
	}
}

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

strong, b{
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5{
	font-size: 16px;
	color: #333333;
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	font-weight: 400;
}

a{
  color: #0275d8;
}

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

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

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

.img-center{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.sentinel{
	width: 100%;
}

/*
/ Transitions
/ ------------------------------ */

.transition{
	transition: all .15s linear;
	-o-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-webkit-transition: all .15s linear;
}

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }


@keyframes fadeInImage {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/*
/ Forms
/ ------------------------------ */

.form-control{
	font-size: 14px;
	color: #333333;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

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

.btn{
	float: left;
	display: inline-block;
	padding: 14px 15px 10px;
	font-size: 13px;
	line-height: 1;
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	text-transform: uppercase;
	border-radius: 4px;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0 0 0 10px;

	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: #e8e8e8;
	color: #333333;
}

.btn-default:hover{
	text-decoration: none;
	background-color: #efefef;
	color: #333333;
}

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

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

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

#header-top{
	background-color: #131313;
	padding: 14px 0 12px;

	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0.05em;
}

@media (max-width: 1023px){
	#header-top{
		padding: 10px 0 6px;
		font-size: 13px;
	}
}

#header-top strong::after{
	content: "Free UK delivery";
}

#header-top span::after{
	content: " - order before 12pm weekdays for same day dispatch";
}

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

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

#header .container{
	text-align: center;
	display: flex;
	align-items: center;
}

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

@media (max-width: 1023px){
	#header .container{
		display: block;
	}
	#header .logo{
		float: none;
		margin: 8px 0;
	}
	#header .logo{
		width: 80px;
	}
}

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

/*** Flex ***/

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

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

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

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

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

/*** End Flex ***/

#header-menu{
	flex-grow: 1;
}

#header-menu ul.categories{
	position: relative;
	padding: 0 0 0 93px;
	margin: 0;
	justify-content: center;
}

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

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

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

}

#header-menu ul.categories > li > a{
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 10px;
	height: 40px;
	line-height: 44px;
	color: #333333;
	letter-spacing: 0.05em;
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	margin: 0;
}

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

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

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

/*** Toggle ***/

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

/*** Toggle Icon ***/

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

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

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

/*** First Level ***/

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

	position: fixed;
	top: 0;
	left: 0;
	width: 70%;
	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: 10px 0;
	color: #333333;
	font-size: 15px;
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	text-transform: uppercase;
	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 .categories img{
	margin: 25px 0 0 -3px;
	width: 80px;
}

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

/*** Control ***/

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

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

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

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

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

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

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

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

.images .image{
	width: 16.66%;
	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: 2px solid #ffffff;
	border-radius: 6px;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

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

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

.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: 20px;
	}
	.images .image{
		width: auto;
		float: none;
		display: inline-block;
		padding: 0;
	}
	.image .thumbnail{
		width: 8px;
		height: 8px;
		border-radius: 100%;
		margin: 15px 3px 0;
		padding-bottom: 0;
		border: 0;
		background-color: #e3e3e3;
	}
	.image .thumbnails-control:checked + label{
		background-color: #4e4e4e;
	}
	.image .thumbnail img{
		display: none;
	}
}

/*** Images ***/

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

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

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

/*** Video ***/

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

/*** Arrows ***/

.image .main .prev,
.image .main .next{
	background-size: cover;
	position: absolute;
	width: 39px;
	height: 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: 39px;
	height: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

	background-color: #c1c1c1;
	border-radius: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

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

.image .main .next{
	right: 5px;
	background-image: url('images/next.png');
}
***/

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

	background-color: #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: "[Click to Zoom]";
		background-image: url('images/zoom.png');
		background-repeat: no-repeat;
		padding-left: 20px;
		line-height: 17px;
		position: absolute;
		bottom: 10px;
		right: 10px;
		color: #333333;
		font-size: 12px;
		display: none;
	}
	.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;
	}
}

/*** Image Counter ***/

.count-label{
	position: absolute;
	right: 5px;
	top: 5px;

	padding: 2px 5px;

	color: #333333;
	font-size: 12px;
	text-align: left;
	font-family: Arial, sans-serif;

	background-color: #ffffff;
	border-radius: 4px;
}

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

@media (min-width: 576px){
	.count-label{
		display: none;
	}
}

.count-label div{
	float: left;
	position: relative;
}

.count-label div:last-child{
	margin-left: 4px;
	width: 8px;
}

.count-label div:last-child[data-double*="https"]{
	width: 15px;
}

.count-label span{
	position: absolute;
	left: 0;
	top: 0;

	width: 8px;

	background-color: #ffffff;
}

.count-label span.count-double{
	width: 15px;
}

.count-label div span[data-count=""]{
	display: none;
}

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

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

#main ul.categories > li{

}

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

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

/*** Second Level ***/

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

#main ul.categories > li > ul > li{

}

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

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

/*** Third Level ***/

#main ul.categories > li > ul > li > ul{
	display: none;
}

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

/*** Title ***/

h1.title{
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 400;
	color: #333333;
	font-family: 'Calibre-Regular', Arial, sans-serif;
	line-height: 1;
	width: 70%;
}

@media (max-width: 1023px){
	h1.title{
		width: 100%;
		font-size: 26px;
	}
}

/*** Price ***/

.main-price{
	float: right;
	margin: -53px 0 0;
	color: #333333;
}
.main-price[data-price=""],
.main-price[data-price="0.00"]{ display: none; }

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

@media (max-width: 1023px){
	.main-price{
		float: none;
		margin: 0 0 20px;
	}
}

/*** Delivery ***/

.delivery-msg{
	margin-bottom: 30px;
	font-size: 18px;

	background-image: url(images/truck.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 32px;
}

.delivery-msg::after{
	content: "Free UK Delivery - 2-3 Working Days";
}

/*** Description ***/

.item-description{
	padding-top: 35px;
	border-top: 1px solid #e5e5e5;

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

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

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

.tabs > label{
	display: block;

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

	padding: 18px 40px 15px;
	margin: 0 3px -1px 0;

	font-size: 14px;
	color: #333333;
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.025em;

	background-color: #fcfcfc;
	border: 1px solid #e5e5e5;
}

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

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

	border-bottom: 1px solid #fff;
}

.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: 767px) {
	.tabs{
		border: 1px solid #e5e5e5;
		border-top: 0;
	}
	.tabs > label{
		width: 100%;
		margin: 0;
		padding: 18px 15px 15px;
		border: 0;
		border-top: 1px solid #e5e5e5;

		background-image: url(images/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	.tabs > label:hover,
	.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-image: url(images/tab-arrow-mobile-open.png);
		border-bottom: 0;
	}
}

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

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

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

	border: 1px solid #e5e5e5;
	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: 767px) {
	.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: 767px) {
	.tabs .desktop-label{
		display: none;
	}
}

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

/*
/ Video
/ ------------------------------ */

.video-block{
	margin: 50px 0 0;
}

@media (max-width: 575px){
	.video-block{
		margin: 30px 0 0;
	}
}

.video-block video{
	width: 100%;
}

/*
/ Custom Block
/ ------------------------------ */

.custom-block{
	margin: 50px 0 0;
	display: flex;
}

@media (max-width: 575px){
	.custom-block{
		margin: 25px 0 0;
	}
}

.custom-block.row-1{
	align-items: center;
}

.custom-block .image{
	flex: 0 0 535px;
}

.custom-block.row-1 .image{
	flex: 0 0 506px;
}

@media (min-width: 768px) and (max-width: 1023px){
	.custom-block .image,
	.custom-block.row-1 .image,
	.custom-block .content{
		flex: 0 0 50%;
	}
	.custom-block.row-1 .content{
		padding-right: 30px;
	}
	.custom-block.row-2 .content{
		padding-left: 30px;
	}
}

@media (max-width: 767px){
	.custom-block{
		flex-wrap: wrap;
	}
	.custom-block .image,
	.custom-block.row-1 .image,
	.custom-block .content{
		flex: 0 0 100%;
	}
	.custom-block .image{
		order: 1;
	}
	.custom-block .content{
		padding-top: 25px;
		order: 2;
	}
}

@media (min-width: 768px){
	.custom-block .image.right{
		text-align: right;
	}
}

.custom-block .content h2{
	margin: 0 0 18px;
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 29px;
	color: #333333;
}

.custom-block .content h3{
	margin: 0 0 5px;
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 21px;
	color: #333333;
}

.custom-block .content p{
	margin: 0 0 20px;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
}

@media (max-width: 1023px){
	.custom-block .content p br{
		display: none;
	}
}

.custom-block.row-1 .content h2::after{
	content: "Join the CBD Revolution with Cannaray";
}

.custom-block.row-1 .content p:nth-of-type(1)::after{
	content: "Founded by a team of scientists and wellness experts, Cannaray CBD creates a range of high quality and easy-to-use CBD products.";
}

.custom-block.row-1 .content p:nth-of-type(2) span:nth-of-type(1)::after{
	content: "Helping us lead the CBD Revolution is our ";
}

.custom-block.row-1 .content p:nth-of-type(2) strong::after{
	content: "ambassador, Claudia Winkleman";
}

.custom-block.row-1 .content p:nth-of-type(2) span:nth-of-type(2)::after{
	content: ", who is a self-proclaimed Cannaray CBD superfan. Claudia’s favourite products? The Cannaray CBD Capsules and CBD Oil.";
}

.custom-block.row-1 .content p:nth-of-type(3) strong::after{
	content: "Claudia’s in – now it’s your turn. Join the CBD Revolution.";
}

/*
.custom-block.row-2 .content h2::after{
	content: "Why You'll Love Them";
}

.custom-block.row-2 .content div:nth-of-type(1) h3::after{
	content: "Immune Support";
}

.custom-block.row-2 .content div:nth-of-type(1) p::after{
	content: "Each and every capsule turbo boosts your immune system with a revolutionary blend of vitamin D3, vitamin C, zinc and elderberry. Plus, Vitamin C contributes to a reduction of tiredness and fatigue. Combine that with CBD, and you’ve got the ultimate supplement.";
}

.custom-block.row-2 .content div:nth-of-type(2) h3::after{
	content: "THC-Free and Vegan-Friendly";
}

.custom-block.row-2 .content div:nth-of-type(2) p::after{
	content: "There’s no THC in any of our products and our CBD Capsules are 100% vegan.";
}

.custom-block.row-2 .content div:nth-of-type(3) h3::after{
	content: "Triple Lab Tested";
}

.custom-block.row-2 .content div:nth-of-type(3) p::after{
	content: "Every batch of Cannaray CBD Capsules are triple lab tested for purity and quality. Each jar of capsules has a batch code, corresponding to a lab report and certificate of analysis which can be found on the Cannaray website, so you can trace your product from farm to jar.";
}

.custom-block.row-2 .content div:nth-of-type(4) h3::after{
	content: "100% Recyclable";
}

.custom-block.row-2 .content  div:nth-of-type(4) p::after{
	content: "Once you’ve reached the bottom of the pot, it’s time to recycle your CBD Capsules packaging. Everything – from the lid to the glass jar – is 100% recyclable.";
}
*/
/*
/ Cats
/ ------------------------------ */

.cats{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

@media (min-width: 1024px){
	.cats .row{
		padding: 0 80px;
	}
}

.cats .row > div{
	margin-top: 50px;
}

.cats a{
	display: block;
	text-decoration: none;
}

.cats h2{
	margin: 0 0 5px;
	font-family: 'Calibre-Regular', Arial, sans-serif;
	font-size: 28px;
	color: #333333;
}

@media (max-width: 575px){
	.cats h2{
		font-size: 20px;
	}
}

.cats p{
	margin: 0 0 15px;
	font-size: 16px;
	color: #333333;
	line-height: 1.2;
}

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

.cats span{
	display: inline-block;
	background-color: #ffc300;
	border-radius: 4px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	letter-spacing: 0.025em;
	padding: 15px 15px 12px;
}

.cats .row.one > div:nth-of-type(1) p::after{
	content: "for Bright Days and Night Time";
}

.cats .row.one > div:nth-of-type(2) p::after{
	content: "boosted with immune supporting vitamins";
}

.cats .row.two > div:nth-of-type(1) p::after{
	content: "infused with soothing aloe and arnica";
}

.cats .row.two > div:nth-of-type(2) p::after{
	content: "bursting with natural orange flavour";
}

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

#footer .row{
	margin: 0;
	padding: 40px 30px 30px;
	background-color: #ffc300;
	font-size: 16px;
}

@media (max-width: 575px){
	#footer .row{
		text-align: center;
		padding: 40px 15px 30px;
	}
}

#footer .save-seller h2{
	margin: 0 0 5px;
	font-size: 26px;
	color: #333333;
	font-family: 'Calibre-Regular', Arial, sans-serif;
}

#footer .save-seller h2::after{
	content: "Join the CBD Revolution";
}

#footer .save-seller p{
	color: #333333;
}

#footer .save-seller p::after{
	content: "Save us to your favourite sellers list and hear about our latest products and special offers first.";
}

@media (min-width: 1023px){
	#footer .save-seller p{
		padding-right: 250px;
	}
}

@media (max-width: 767px){
	#footer .save-seller p br{
		display: none;
	}
}

#footer .save-seller a{
	display: inline-block;

	font-family: 'Calibre-SemiBold', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #333333;
	text-decoration: underline;
}

@media (min-width: 576px){
	#footer img{
		float: right;
	}
}

@media (max-width: 575px){
	#footer img{
		margin-top: 10px;
	}
}

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