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

CSS COPYRIGHT www.tymeonline.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: 1200px) {
	.container {
		max-width: 1180px;
	}
}

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

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

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

video{
	background: #000000;
}

#page{
	font-family: 'Poppins', 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{
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px;
}

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

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

.buttons a{
	float: left;
	display: inline-block;
	padding: 10px 15px;
	font-size: 12px;
	border: 1px solid;
	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: #dedede;
	color: #333333;
}

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

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

#header-top{
	background-color: #ee212f;
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}


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

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

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

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

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

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

@media (max-width: 1023px){
	#header .container{
		justify-content: center;
	}
	#header .logo{
		float: none;
		margin: 8px 0;
	}
	#header .logo img{
		width: 120px;
	}
}

/*
/ 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 20px;
	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: 13px;
	text-transform: uppercase;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	margin: 0;
}

@media (max-width: 1199px){
	#header-menu .category-list > ul > li > a{
		font-size: 11px;
	}
}

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

/*** Second Level ***/

#header-menu .category-list > ul > li > ul{
	display: none !important;
}

/*** Third Level ***/

#header-menu .category-list > ul > li > ul > li > ul{
	display: none !important;
}

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

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

#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: 10px 0;
	color: #333333;
	text-transform: uppercase;
	font-size: 16px;
	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%);
}

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

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

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

@media (min-width: 1200px) {
	.row-main{
		padding: 0 85px;
	}
}

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

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

/*** 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;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 39px;
		height: 39px;
		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;
	}
}

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

#main-details{

}

/*** Title ***/

#main-details > h1{
	margin-bottom: 25px;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', Arial, Helvetica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	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{
	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: 24px;
	font-weight: 300;
}

/*** 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: 25px;
	border-bottom: 1px solid #e5e5e5;
}

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

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

.tabs > label{
	display: block;

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

	padding: 15px 0;
	margin: 0;

	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: 1px;

	border-top: 1px solid #e5e5e5;
}

.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::before {
	content: "";
	position: absolute;
	right: 29px;
	top: 16px;
	  width: 1px;
	  height: 20px;
	background-color: #333333;
}
.tabs > label::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	  width: 20px;
	  height: 1px;
	background-color: #333333;
}
.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: 0 0 15px;

	font-size: 14px;
	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{

	}
}

/*
/ Made in Britain
/ ------------------------------ */

.made-in-britain{
	margin-top: 50px;
	border: 1px solid #e5e5e5;
	padding: 40px;
	font-size: 15px;
}

@media (max-width: 575px) {
	.made-in-britain{
		margin-top: 30px;
		padding: 25px;
	}
}

.made-in-britain img{
	margin-bottom: 20px;
}

.made-in-britain p{
	margin: 0;
}

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

.box-products{
	display: none;
	margin-top: 50px;
}

@media (max-width: 575px) {
	.box-products{
		margin-top: 30px;
	}
}

.box-products h2{
	font-weight: normal;
	padding: 0 0 15px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	color: #333333;
	text-align: center;
}

.best-sellers h2::after{
	/*content: "Similar items";*/
}

.box-products .action{
	padding: 15px 0 0;
	text-align: center;
}

.box-products .action a{
	display: inline-block;
	padding: 10px 30px 12px;

	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;

	border-radius: 6px;
	background-color: #1c1c1c;
}

.box-products .action a::after{
	/*content: "Shop all similar 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;
	text-align: center;

	/*
	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: 14px;
	font-weight: 600;
	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: #333333;
	font-weight: 300;
}

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

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

.banner{
	margin-top: 50px;
}

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

@media (min-width: 768px){
	.banner .row{
		display: flex;
		align-items: center;
	}
}

.banner .content{
	padding-left: 20px;
}

@media (max-width: 767px){
	.banner .content{
		padding: 20px 0 0;
	}
}

.banner h2{
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 600;
	font-family: 'Barlow Condensed', Arial, sans-serif;
	letter-spacing: 1px;
	color: #333333;

	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

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


.banner h2 span{
	display: inline-block;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	background-color: #ee212f;
	border-radius: 100%;
}

.banner p{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	color: #333333;
}

.banner a{
	display: inline-block;
	background-color: #ee212f;
	padding: 10px 20px 12px;
	border-radius: 4px;

	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

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

#footer{
	padding: 25px 0;
	background-color: #f7f7f7;
}

@media (max-width: 767px){
	#footer{
		text-align: center;
	}
}

#footer .footer-logo{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#footer p{
	float: right;
	margin: 10px 0 0;
	color: #796f6f;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}

@media (max-width: 767px){
	#footer p{
		float: none;
		margin-top: 20px;
	}
}

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

#footer-sub{
	padding: 50px 0;
	text-align: center;
	background-color: #fff;
}

.copyright{
	display: inline-block;
	text-align: center;
}

.copyright span{
	color: #999;
	font-size: 10px;
	font-family: Arial, sans-serif;
	line-height: 12px;
	width: auto;
}

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


