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

@media (min-width: 1200px) {
	.container {
		max-width: 1130px;
	}
}

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

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

video{
	background: #000000;
}

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

@media (min-width: 576px) {
	#page{
		background-color: #f1f1f1;
	}
}

.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: 19px;
	font-weight: 600;
	padding: 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: #B24C24;
}

a:focus, a:hover{
  color: #953D1B;
}

/*
/ 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 a{
	float: left;
	display: inline-block;
	padding: 10px 30px 12px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid;
	border-radius: 25px;
	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: #B24C24;
	color: #ffffff;
}

.buttons a:hover{
}

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

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

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

@media (max-width: 1023px){
	#header .container{
		justify-content: center;
	}
}

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

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

@media (max-width: 1023px){
	#header .logo{
		margin: 10px 0;
	}
}

@media (max-width: 575px){
	#header .logo img{
		width: 70px;
	}
}

#header .contact a{
	display: inline-block;
	padding: 8px 25px 10px;

	font-size: 14px;
	font-weight: 600;
	color: #ffffff;

	background-color: #B24C24;
	border-radius: 25px;
}

/*
/ 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{
	font-size: 14px;
	color: #CCC;
	line-height: 40px;
}

#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: #FFF;
	font-weight: 600;
	margin: 0;
}

#header-menu .category-list > ul > li:hover > a,
#header-menu .category-list > ul > li > a:hover{
}

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

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

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

#header-menu-mobile .mobile-menu-toggle{
	margin: 0;
	display: inline-block;
    padding: 8px 25px 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #B24C24;
    border-radius: 25px;
}

#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;
	color: #333333;
	font-size: 15px;
}

#header-menu-mobile .categories > li:nth-of-type(1){
	padding-bottom: 15px;
}

#header-menu-mobile .categories > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	padding: 15px 0;
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	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: 40px;
}

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

@media (min-width: 576px) {
	.row-outer{
		padding: 15px 0 30px;
		border-radius: 10px;
		background-color: #ffffff;
	}
}

@media (min-width: 1024px) {
	.row-outer{
		padding: 40px 30px;
	}
}

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

/*
/ 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;
	border-radius: 4px;
	/*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: #007db1;
	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%;
}

/*** 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[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: "Hover image to zoom";
		background-image: url('../images/zoom.png');
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
		font-size: 13px;
		color: #696969;
		padding-left: 25px;
		line-height: 19px;
	}
	.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;
		transform: none;
	}
}

@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: 21px;
	font-weight: 600;
	color: #333333;
	line-height: 1.1;
}

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

/*** Product USP ***/

.product-usp{
	font-size: 14px;
	color: #333333;
	font-weight: 500;
}

.product-usp div{
	border-top: 1px solid #e7e7e7;
	padding: 12px 0;

	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}

.product-usp div:first-child{
	border: 0;
	background-image: url(../images/tick.png);
}
.product-usp div:nth-of-type(2){
	background-image: url(../images/award.png);
}
.product-usp div:nth-of-type(3){
	background-image: url(../images/delivery.png);
}

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

/*** Description ***/

.item-description{

}

/*** 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: 50px;
	background-color: #111;
	border-bottom: 1px solid #e7e7e7;
}

@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 60px;
	margin: 0;

	font-size: 14px;
	font-weight: 600;
	color: #ffffff;

	border-right: 1px solid #333;
}

@media (max-width: 1199px) {
	.tabs > label{
		padding: 15px 40px;
	}
}
@media (max-width: 1023px) {
	.tabs > label{
		padding: 15px 35px;
	}
}

.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"]{
	background-color: #333;
	color: #ffffff;
}

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

		/*
		background-image: url(images/tab-arrow-mobile.png);
		background-repeat: no-repeat;
		background-position: right center;
		*/
	}
	.tabs > label::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #ffffff;
	}
	.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-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{
		right: 18px;
		border-top: 5px solid #ffffff;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
	}
}

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

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

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

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

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

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

.box-products-heading{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.box-products .action{
	float: right;
	text-align: center;
}

.box-products .action{
	display: inline-block;

	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	color: #007db1;
}

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

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

@media(min-width: 1024px){
	.products{
		padding: 0 50px;
	}
}

/*** 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: 576px){
	.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;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

@media(max-width: 575px){
	.products .product > a{
		padding: 0;
		box-shadow: none;
	}
}

.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: 65px;
	}
}

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

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

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

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

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

.featured{
	margin: 40px 0 0;
	text-align: center;
}

.heading{

}

.featured-blocks{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.featured-blocks .block{
	padding: 0 15px;
	margin-top: 30px;
}

@media (min-width: 1024px){
	.featured-blocks .block{
		flex-grow: 1;
	}
}

@media (max-width: 575px){
	.featured-blocks .block{
		width: 50%;
	}
}

.featured-blocks .block a{
	text-decoration: none;
}

.featured-blocks .block h2{
	margin: 12px 0 0;
	color: #007db1;
	font-size: 14px;
	font-weight: 600;
}

.featured .action a{
	display: inline-block;
	padding: 10px 35px 12px;
	margin: 30px 0 0;

	font-size: 14px;
	font-weight: 600;
	color: #ffffff;

	cursor: pointer;

	background-color: #B24C24;
	border-radius: 25px;
}


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

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

/*** Nav ***/

#footer ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

#footer ul li{
	padding: 0 20px;
}

#footer ul li:first-child{
	border-right: 1px solid #ffffff;
}

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