/*
/ Colours used
/ ------------------------------ */

/*
 * Primary: #000000
 * Light gray (border): #dedede
 * Lighter gray: #f0f0f0
 */

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

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

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

#page + center{
	display: none;
}

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

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

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

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

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

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

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

h5{
	font-size: 14px;
	color: #000000;
}

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: #000000;
	padding: 5px 10px;
	border: 1px solid #dedede;
}

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

.mailing-list{
	margin-top: 15px;
}

.mailing-list a{
	display: block;
	padding: 16px 5px;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;

	background-color: #00aeef;
}

.mailing-list a span{
	display: inline-block;
	line-height: 23px;
	background-image: url(icon-mail.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

.buttons{
	margin: 20px -7px 0 -7px;
}

.buttons > div{
	padding: 0 7px;
}

.btn{
	display: block;
	padding: 14px 5px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	margin: 0;
	
	cursor: pointer;
	-ms-touch-action: manipulation;
 	touch-action: manipulation;
	-webkit-user-select: none;
 	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.buttons .btn:last-child{
	margin-right: 0;
}

/*** Button colours ***/

.btn-default{
	background-color: #002f87;
	color: #fff;
}

.btn-default:hover{
	text-decoration: none;
	background-color: #002f87;
	color: #fff;
}

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

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

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

#header{
	text-align: center;
}

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

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

/*** Nav ***/

#header nav{
	float: right;
	margin-top: 20px;
	margin-right: -10px;
}

#header nav a{
	float: left;
	padding: 0 10px;
	font-size: 14px;
	color: #000000;

	border-left: 1px solid #000000;
}

#header nav a:first-child{
	border: 0;
}

@media (max-width: 767px){
	#header nav{
		display: none;
	}	
}

/*
/ 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,
#header-menu-mobile{
}

#header-menu ul.categories{
	position: relative;
	padding: 0;
	margin: 0 0 0 -20px;
}

#header-menu ul.categories > li{
	flex-grow: ;
	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;
	font-weight: bold;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	color: #002f87;
	margin: 0;
}

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

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

/*** Toggle ***/

#header-menu-mobile .mobile-menu-toggle{
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	color: #000000;
	margin: 0;
	font-weight: bold;
}

/*** Toggle Icon ***/

#header-menu-mobile .mobile-menu-toggle .icon{
	float: left;
	width: 22px;
	margin-right: 8px;
	margin-top: 9px;
	padding: 3px 0;
}

#header-menu-mobile .mobile-menu-toggle .icon span{
	display: block;
	background-color: #002f87;
	width: 100%;
	height: 3px;
}

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

/*** First Level ***/

#header-menu-mobile .categories{
	display: none;
	padding: 0 15px 10px;
	margin: -8px 0 0;
}

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

#header-menu-mobile .categories > li > a{
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	color: #002f87;
	margin: 0;
}

#header-menu-mobile .mobile-control:checked + a{
	color: blue;
}

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

/*** View All ***/

#header-menu-mobile .categories > li > ul > li.view-all{
	display: block !important;
}

#header-menu-mobile .categories > li > ul > li.view-all a{
	color: red;
}

/*** Control ***/

#header-menu-mobile .mobile-control{ display: none; }
#header-menu-mobile .mobile-control:checked ~ ul { display: block !important; }

/*** Mobile Menu Adjust ***/

@media (max-width: 575px){
	#header-menu-mobile{
		background-color: transparent;
	}
	#header-menu-mobile .container{
		padding: 0;
	}
	#header-menu-mobile .mobile-menu-toggle{
		margin: -28px 0 15px 15px;
		text-indent: -9999em;
		overflow: hidden;
		width: 22px;
		height: 20px;
	}
	#header-menu-mobile .mobile-menu-toggle .icon{
		margin: 0;
		padding: 0;
	}
	#header-menu-mobile .mobile-menu-toggle .icon span{
		background-color: #002f87;
	}
	#header-menu-mobile .mobile-menu{
		padding: 0 15px;
		background-color: #002f87;
	}
}

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

#selling-points .row{
	text-align: center;
	margin: 0 0 30px;
	padding: 14px 0;
	background-color: #00aeef;

	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#selling-points .row div{
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#selling-points .row div:first-child{
	border: 0;
}

@media (max-width: 1023px) {
	#selling-points .row{
		font-size: 12px;
	}
}

@media (max-width: 575px) {
	#selling-points .row{
		margin-bottom: 15px;
		padding: 8px 0;
		font-size: 11px;
	}
	#selling-points .row div{
		border: 0;
	}
}

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

#main{
	border-top: 4px solid #002f87;
	padding-top: 15px;
	padding-bottom: 20px;
}

@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: 1px solid #cbcbcb;
	margin-bottom: 15px;
	padding-bottom: 100%;
}

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

.image .thumbnails-control:checked + .thumbnail{
}

.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: 13px;
		height: 13px;
		border-radius: 100%;
		margin: 10px 5px 0;
		padding-bottom: 0;
		border: 1px solid #000000;
	}
	.image .thumbnails-control:checked + label{
		background-color: #000000;
	}
	.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: 39px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;

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

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

.image .main .next{
	right: 5px;
	background-image: url('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: #002f87;
	background-position: center;
	background-repeat: no-repeat;
}

.image .main .prev{
	left: -15px;
	background-image: url('prev2.png');
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}

.image .main .next{
	right: -15px;
	background-image: url('next2.png');
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}


.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-control:checked + .main .main-content:after{
		bottom: auto;
		left: auto;
		top: 10px;
		right: 10px;
		width: 19px;
		height: 19px;
		padding: 0;
		content: "";
		background-image: url('close.png');
		background-position: center;
		border: 0;
	}
}

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

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

@media (min-width: 1024px){
	#main-details{
		padding-left: 40px;
	}
}

#main-details > div{
	padding: 25px 15px;
	border: 1px solid #cbcbcb;
	background-color: #ededed;
}


@media (min-width: 1200px){
	#main-details > div{
		min-height: 560px
	}
}

@media (min-width: 1024px){
	#main-details > div{
		min-height: 559px
	}
}

/*** Brand ***/

.brand{
	float: right;
	margin-bottom: 15px;
	padding: 20px 15px;
	background-color: #fff;
	display: none;
}

@media (min-width: 768px) and (max-width: 1023px){
	.brand{
		float: none;
		display: inline-block;
	}
}

@media (max-width: 575px){
	.brand{
		float: none;
		display: inline-block;
	}
}

.brand img{
	max-width: 165px;
}

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

/*** Title ***/

h1.title{
	margin-bottom: 15px;
	font-size: 18px;
	color: #000000;
	line-height: 1.1;
}

.code{
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 13px;
	color: #000000;
}

.condition{
	margin-bottom: 0;
	font-size: 13px;
	color: #000000;
}

/*** RRP ***/

.rrp{
	color: #828282;
}
.rrp[data-rrp=""],
.rrp[data-rrp="0.00"]{ display: none; }

.rrp .label{
	font-size: 15px;
}

.rrp .currency,
.rrp .value{
	font-size: 15px;
	text-decoration: line-through;
}

/*** Price ***/

.main-price{
	color: #000000;
}
.main-price[data-price=""],
.main-price[data-price="0.00"]{ display: none; }

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

/*** Delivery ***/

.delivery{
	margin-top: 30px;
	padding: 22px 15px;
	background-color: #fff;
}

.delivery div{
	margin-bottom: 20px;

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

.delivery div:nth-of-type(1){
	background-image: url(icon-1.png);
}

.delivery div:nth-of-type(2){
	background-image: url(icon-2.png);
}

.delivery div:last-child{
	margin: 0;
	background-image: url(icon-3.png);
}

.delivery h2{
	margin: 0;
	font-size: 12px;
	color: #000000;
}

.delivery .dispatch h2{
	line-height: 26px;
}

.delivery p{
	margin: 0;
	font-size: 12px;
	color: #000000;
}

/*** Description ***/

.item-description{
	margin-bottom: 30px;
}

@media (min-width: 1024px){

	.item-description{
		float: left;
		width: 55%;
		padding-right: 40px;
	}

	.features{
		float: left;
		width: 45%;
	}

}

.sizeguide{
	float: left;
	margin-bottom: 20px;
}

.sizeguide.img3{
	clear: left;
}

.features table{
	width: 100%;
	border-collapse: collapse;
}

.features tr[data-feature=""]{
	display: none;
}

.features table th,
.features table td{
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	color: #000000;
	font-weight: normal;

	padding: 4px 0;
}

.features table th{
	width: 40%;
	border-right: 1px solid #cbcbcb;
}

.features table td{
	width: 60%;
	padding-left: 40px;
}

@media (max-width: 575px){
	.features table td{
		padding-left: 20px;
	}
}

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

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

.tabs > label{
	display: block;

	float: left;
	position: relative;
	z-index: 10;
	
	padding: 14px 20px;
	margin: 0 -1px -1px 0;
	  
	font-size: 14px;
	font-weight: bold;
	color: #000000;

	background-color: #ededed;
	border: 1px solid #cbcbcb;
}

.tabs > label:hover{
	color: #000000;
	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: #000000;

	border-bottom: 1px solid #fff;
}

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

		background-image: url(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(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: 35px 50px;

	font-size: 14px;
	line-height: 1.5;
	color: #000000;

	border: 1px solid #cbcbcb;
	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-bottom: 20px;
}

.box-products h2{
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #cbcbcb;
	font-size: 18px;
	margin: 0;
	color: #000000;
}

.box-products h2 a{
	color: #000000;
}

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

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

@media (max-width: 1023px){
	.products{
		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-link{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.products .product-link 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(arrow-white.png);
	background-repeat: no-repeat;
	background-position: right center;
}

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

@media (max-width: 576px){
	.products .product-link{
		display: block;
	}
	.products .product-link span{
		display: none;
	}
}

/*** End Box Hover ***/

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

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

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

.products .product .link{
	display: block;
	color: #000000;
	text-decoration: none;
}

.products .product .image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	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: 105%;
	top: -25%;
	width: 380px;
	height: 380px;
	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: 105%;
}

.products .product .image .enlarge:after{
	width: 23px;
	height: 22px;
	background-image: url(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: block;
	}
	.products .product .image:hover .enlarge:hover{
		display: none;
	}
}

@media (max-width: 1023px){
	.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;
	color: #000000;
	margin-bottom: 5px;
}

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

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

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

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

.products .product .rrp{
	overflow: hidden;
	margin: 0;
	height: 19px;
	display: block;
	font-size: 12px;
	color: #666;
	text-decoration: line-through;
	display: none;
}

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

/*
/ Banners
/ ------------------------------ */

.banners{
	margin: 40px -5px 20px;
}

.banners div{
	padding: 0 5px;
	margin-bottom: 10px;
}

/*
/ Shop
/ ------------------------------ */

#shop .row{
	margin: 0;
}

#shop .row a{
	display: block;
	padding: 25px 15px;

	background-color: #003286;

	color: #fff;
	font-family: 'Nunito', Arial, sans-serif;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}

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

#footer{
	padding: 30px 0;
}

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

#footer p{
	margin-bottom: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}

#footer p a{
	color: #00aeef;
	text-decoration: underline;
}

/*** Nav ***/

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

#footer ul li{
	margin-bottom: 10px;
}

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

#footer ul li a:hover{
	color: #000000;
}

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

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

#footer-sub{
	text-align: center;
}

#footer-sub .row{
	margin: 0;
	padding: 30px 0 10px;
	border-top: 1px solid #e5e5e5;
}

/*** Copyright box ***/

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

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

}




