body {
	background: white;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6d6e71;
	padding: 0;
	margin: 0;
	min-width: 320px;
	overflow-x: hidden;
}

b, strong {
	font-weight: 700;
}

::selection {
  background: #E63023; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #E63023; /* Gecko Browsers */
  color: white;
}

a.button,
.button,
input[type="submit"],
input[type="button"],
button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-block;
	background: #1C60A6;
	color: white;
	text-align: center;
	min-width: 9em;
	font-weight: 700;
	border: none;
	line-height: 2.5em;
	height: 2.5em;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 0;
	outline: 0!important;
}

a.button:hover,
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: white;
	background: #3D76B0;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 0 1em;
	color: white!important;
	background: #1C60A6!important;
}

.woocommerce-message a.button,
.woocommerce-message .button {
	background: white;
	color: #1C60A6;
	opacity: 1;
}

.woocommerce-message a.button:hover,
.woocommerce-message .button:hover {
	background: white;
	color: #1C60A6;
	opacity: 0.9;
}

a:focus,
a:active {
	outline: 0;
}

.global-message {
	background: #E63023;
	color: white;
	position: fixed;
	top: 61px;
	left: 0;
	width: 100%;
	padding: 0.5em 1em;
	z-index: 3;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.admin-bar .global-message { margin-top: 46px; }

@media (min-width: 783px) {
	.admin-bar .global-message { margin-top: 32px; }
}

.global-message p {
	margin: 0;
}

.global-message strong {
	display: inline-block;
}

@media (min-width: 960px) {
	.global-message {
		position: fixed;
		top: 0;
		z-index: 11;
	}
}

.full-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100vh;
	padding-top: 61px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #1c60a6;
}

.has-global-message .full-wrapper {
	padding-top: 88px;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}

@media (min-width: 1360px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1540px) {
	.container {
		max-width: 1280px;
	}
}

a, a:visited {
	color: #1C60A6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */
header.main-header {
	background: white;
	border-bottom: 1px solid #CBCBCB;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	cursor: default;
}

#wpadminbar {
	position: fixed;
}

.admin-bar header.main-header {
	margin-top: 46px;
}

@media (min-width: 783px) {
	.admin-bar header.main-header {
		margin-top: 32px;
	}
}

#headersearchform {
	display: block;
	position: fixed;
	left: 0;
	width: 100%;
	background: #CBCBCB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
	-webkit-transition: margin 0.25s;
	-o-transition: margin 0.25s;
	transition: margin 0.25s;
	margin-top: -48px;
	z-index: 2;
}

#headersearchform { top: 61px; }
.admin-bar #headersearchform { top: 107px; }
.has-global-message #headersearchform { top: 88px; }
.admin-bar.has-global-message #headersearchform { top: 134px; }

@media (max-width: 959px) {
	.search-open #headersearchform { margin-top: 0; }
}

@media (min-width: 783px) {
	.admin-bar #headersearchform { top: 93px; }
	.admin-bar.has-global-message #headersearchform { top: 120px; }
}

@media (min-width: 960px) {
	#headersearchform { top: 54px; }
	.admin-bar #headersearchform { top: 54px; }
	.has-global-message #headersearchform { top: 80px; }
	.admin-bar.has-global-message #headersearchform { top: 80px; }
}

#headersearchform #s {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.5em 0 0.5em;
	line-height: 2em;
	height: 2em;
	background: white;
	border: none;
	font: inherit;
	color: inherit;
}

#headersearchform .loading {
	display: block;
	position: absolute;
	top: 0;
	right: 2.5em;
	width: 2.5em;
	height: 2.5em;
	background: transparent;
	z-index: 4;
	overflow: hidden;
	border-radius: 50%;
	-webkit-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

#headersearchform .loading::before {
	content: "";
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0.5em;
	border: 0.25em solid currentColor;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#headersearchform .loading::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1.25em;
	height: 1.25em;
	background: white;
}

#headersearchform div {
	position: relative;
}

#headersearchform #searchsubmit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	background: #E63023;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	font-family: "psd-icons";
	font-weight: normal;
	color: white;
	min-width: 0;
}

@media (min-width: 960px) {
	#headersearchform {
		z-index: 5;
		margin-top: 0;
		left: 50%;
		margin-left: -160px;
		width: 320px;
		padding: 0;
		border: 1px solid #CBCBCB;
		font-size: 14px;
		position: absolute;
	}

	.has-global-message #headersearchform {
		top: 80px;
	}

	#headersearchform #s {
		padding: 0.5em 3.5em 0.5em 1em;
		height: 2.5em;
	}

	#headersearchform #searchsubmit {
		height: 2.5em;
		width: 2.5em;
	}
}

@media (min-width: 1360px) {
	#headersearchform {
		margin-left: -200px;
		width: 400px;
	}
}

.fixed-header .ajax-search-results {
	display: none;
}

.ajax-search-results {
	background: white;
}

.ajax-search-results ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.ajax-search-results ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.ajax-search-results ul li a {
	display: block;
	padding: 0.5em;
	overflow: hidden;
	color: inherit;
	text-decoration: none;
	border-top: 1px solid #dfdfdf;
}

.ajax-search-results ul li a:hover {
	background: #f0f0f0;
}

.ajax-search-results ul li a .image {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.ajax-search-results ul li a .text {
	color: inherit;
	display: block;
	margin-left: calc(60px + 1em);
}

.ajax-search-results ul li a .text .title {
	display: block;
}

.ajax-search-results .see-all {
	display: block;
	padding: 1em;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

.ajax-search-results .no-results {
	display: block;
	text-align: center;
	padding: 1em;
	border-top: 1px solid #dfdfdf;
}

header.main-header .container {
	overflow: hidden;
	position: relative;
}

header.main-header a.logo {
	display: block;
	float: left;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em;
}

header.main-header a.logo img {
	display: block;
	height: 100%;
	width: auto;
}

a.nav-opener {
	display: block;
	position: absolute;
	top: 1em;
	right: 1em;
	width: 32px;
	height: 32px;
	color: inherit;
	text-decoration: none;
}

a.nav-opener i {
	display: block;
	position: absolute;
	top: 50%;
	left: 25%;
	width: 50%;
	height: 2px;
	background: currentColor;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a.nav-opener i:first-of-type { top: 35%; }
a.nav-opener i:last-of-type { top: 65%; }

.nav-open a.nav-opener i {
	opacity: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.nav-open a.nav-opener i:first-of-type {
	opacity: 1;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
}

.nav-open a.nav-opener i:last-of-type {
	opacity: 1;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
	top: 50%;
}

.top-nav {
	background: #1C60A6;
	color: white;
	line-height: 1.5em;
}

.top-nav ul {
	list-style: none;
	display: block;
	padding: 0.5em 0.75em;
	margin: 0;
}

.top-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 0 0.5em 0 0;
	margin: 0 0.5em 0 0;
	border-right: 1px solid currentColor;
}

.top-nav ul li:last-of-type {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.top-nav ul li a {
	color: inherit;
}

.top-nav .contact {
	font-weight: 700;
}

.top-nav .contact ul li {
	border-right: none;
	display: block;
}

.top-nav .contact ul li a {
	line-height: 1.5em;
}

.top-nav .contact a[href^=tel] {
	font-size: 1.4em;
}

.top-nav .contact a[href^=tel]::before {
	content: "\e905";
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-family: "psd-icons";
	font-weight: normal;
	font-size: 0.9em;
}

header.main-header ul.store-icons {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 1em;
	right: calc(1.5em + 32px);
}

header.main-header ul.store-icons li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

header.main-header ul.store-icons li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: inherit;
	position: relative;
}

header.main-header ul.store-icons li a span {
	display: none;
}

header.main-header ul.store-icons li a::before {
	content: "";
	display: block;
	font-family: "psd-icons";
	font-weight: normal;
	color: #E63023;
}

header.main-header ul.store-icons li.search a::before { content: "\e904"; }
header.main-header ul.store-icons li.account a::before { content: "\e900"; }
header.main-header ul.store-icons li.checkout a::before { content: "\e901"; }

header.main-header ul.store-icons li.checkout a[data-items]::after {
	content: attr(data-items);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1.75em;
	height: 1.75em;
	line-height: 1.5em;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 8px;
	background: #1C60A6;
	border-radius: 50%;
}

header.main-header ul.store-icons li.checkout a[data-items="0"]::after {
	display: none;
}

@media (max-width: 959px) {
	.nav-open {
		overflow: hidden;
	}

	.full-wrapper,
	nav.main,
	.global-message {
		-webkit-transition: margin 0.5s;
		-o-transition: margin 0.5s;
		transition: margin 0.5s;
	}

	.nav-open .full-wrapper,
	.nav-open nav.main {
		margin-left: -265px;
	}

	nav.main {
		position: fixed;
		top: 61px;
		left: 100%;
		width: 265px;
		bottom: 0;
		background: #1C60A6;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-left: 1px solid #CCCCCC;
		color: white;
		overflow: hidden;
		overflow-y: auto;
	}

	.has-global-message nav.main { top: 88px; }

	.main-nav {
		font-size: 14px;
	}

	.main-nav ul {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
	}

	.main-nav ul li {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0;
	}

	.main-nav ul li a {
		display: block;
		line-height: 3em;
		padding: 0 1em;
		text-transform: uppercase;
		font-weight: 700;
		color: white;
	}

	.main-nav ul li.category-1469 > a,
	.main-nav ul li.offers > a {
		background: #E63023;
	}

	.main-nav ul li.category-1469 .view-all { display: none!important; }

	.main-nav ul li.black-friday a {
		background: black;
	}

	.main-nav ul li ul {
		padding: 0.5em 0;
	}

	.main-nav ul li ul li a {
		padding-left: 2em;
		text-transform: none;
		border-bottom: none;
		line-height: 2em;
	}

	.main-nav ul li ul li ul li a {
		padding-left: 3em;
		font-weight: 400;
	}

	.main-nav ul li ul li ul {
		padding: 0.5em 0 2.5em;
		margin: 0 0 0.5em 0;
	}

	.zEWidget-launcher {
		-webkit-transition: margin 0.5s;
		-o-transition: margin 0.5s;
		transition: margin 0.5s;
	}

	.nav-open .zEWidget-launcher {
		margin-right: 300px!important;
	}
}

@media (max-width: 782px) {
	.admin-bar .main-nav {
		margin-top: 46px;
	}
}

@media (min-width: 783px) and (max-width: 959px) {
	.admin-bar .main-nav {
		margin-top: 32px;
	}
}

@media (min-width: 960px) {
	body.nav-hover::after {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #6d6e71;
		opacity: 0.5;
		z-index: 2;
	}

	.full-wrapper {
		padding-top: 212px;
	}

	.has-global-message .full-wrapper {
		padding-top: 238px;
	}

	a.nav-opener {
		display: none;
	}

	.top-nav {
		padding: 0 2em;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.has-global-message .top-nav {
		top: 26px;
	}

	.admin-bar .top-nav {
		margin-top: 32px;
	}

	.top-nav .container {
		position: relative;
	}

	.top-nav .contact {
		position: absolute;
		top: 0;
		right: 2em;
	}

	.top-nav ul {
		padding: 0.5em 2em;
	}

	.top-nav ul li {
		margin: 0 1em 0 0;
		padding: 0 1em 0 0;
	}

	.top-nav .contact ul {
		padding: 0.15em 0.5em;
	}

	.top-nav .contact ul li {
		display: inline-block;
		border-right: 1px solid #CBCBCB;
		vertical-align: middle;
	}

	.top-nav .contact ul li:last-of-type {
		border-right: none;
	}

	header.main-header {
		position: absolute;
		top: 30px;
		background: white;
		left: 0;
		width: 100%;
		border: none;
		z-index: 3;
	}

	.has-global-message header.main-header {
		top: 56px;
	}

	.admin-bar header.main-header {
		margin-top: 0;
	}

	header.main-header a.logo {
		height: 140px;
		padding: 2em;
	}

	.main-nav {
		position: absolute;
		top: 170px;
		left: 0;
		-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
		width: 100%;
		z-index: 3;
		background: #1C60A6;
	}

	.has-global-message .main-nav {
		top: 196px;
	}

	.admin-bar .main-nav {
		margin-top: 32px;
	}

	.fixed-header .main-nav {
		position: fixed;
		top: 0;
	}

	.fixed-header.has-global-message .main-nav {
		top: 26px;
	}

	.main-nav .container {
		position: relative;
	}

	.main-nav ul {
		list-style: none;
		display: block;
		padding: 0 1em;
		margin: 0;
		text-align: left;
	}

	.main-nav ul::after {
		content: "";
		display: block;
		clear: both;
	}

	.main-nav ul li {
		list-style: none;
		display: block;
		padding: 0;
		margin: 0 -1px 0 0	;
		float: left;
		position: relative;
		z-index: 2;
	}

	.main-nav ul li a {
		display: block;
		padding: 1.5em 0.5em;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 10px;
		position: relative;
		text-decoration: none;
		color: white;
	}

	.main-nav ul li.category-1469 > a,
	.main-nav ul li.offers > a {
		background: #E63023;
	}

	.main-nav ul li.category-1469 .view-all { display: none!important; }

	.main-nav ul li.black-friday a {
		background: black;
	}

	.main-nav.hover > .container > ul > li:hover > a {
		background: white;
		color: #1c60a6;
	}

	.main-nav.hover > .container > ul > li:hover > a::after {
		content: "";
		display: block;
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 10%;
		background: white;
		z-index: 2;
	}

	.main-nav ul li .submenu {
		display: none!important;
		position: absolute;
		top: 100%;
		left: 0;
		overflow: hidden;
		padding: 0.5em 1em;
		background: white;
		overflow: hidden;
		-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
		white-space: nowrap;
	}

	.main-nav ul li .submenu > ul {
		display: block;
		padding: 0;
		margin: 0;
		overflow: visible;
	}

	.main-nav.hover ul li:hover .submenu {
		display: block!important;
	}

	.main-nav ul li ul li {
		display: block;
		float: none;
		padding: 0;
		margin: 0;
		border: none;
	}

	.main-nav ul li.has-children ul li.view-all {
		display: none;
	}

	.main-nav ul li ul li a {
		color: inherit;
		border-bottom: 1px solid #CBCBCB;
		padding: 0.5em 10em 0.5em 0;
		font-size: 1em;
	}

	.main-nav ul li ul li a:hover {
		color: #454545;
	}

	.main-nav ul li ul li ul {
		border: none;
		position: static;
		padding: 0.5em 0;
		margin: 0 0 1em 0;
	}

	.main-nav ul li ul li ul li {
		display: block;
		float: none;
		margin: 0;
	}

	.main-nav ul li ul li ul li a {
		padding: 0.25em 0 0.25em 1.5em;
		position: relative;
		border: none;
		font-weight: 400;
		text-transform: none;
	}

	.main-nav ul li ul li ul li a:hover {
		text-decoration: underline;
	}

	.main-nav ul li ul li ul li a::before {
		content: "\e903";
		display: block;
		position: absolute;
		top: 0.5em;
		left: 0.5em;
		font-family: "psd-icons";
		font-weight: normal;
		color: #1C60A6;
		font-size: 0.75em;
	}

	/* Mega nav */
	.main-nav ul li.is_mega {
		position: static;
	}

	.main-nav ul li.is_mega:hover .submenu {
		width: 100%;
		min-height: 30em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main-nav ul li.is_mega .submenu > ul {
		display: block;!important;
		column-count: 4;
		column-gap: 3em;
		overflow: hidden;
	}

	.main-nav ul li.is_mega .submenu > ul > li {
		display: block;
		-webkit-column-break-inside: avoid;
		          page-break-inside: avoid;
		               break-inside: avoid;
	}

	.main-nav ul li.is_mega ul li a {
		padding-right: 0.25em;
	}

	header.main-header ul.store-icons .search {
		display: none;
	}

	header.main-header ul.store-icons {
		top: 2.5em;
	}

	header.main-header ul.store-icons li a {
		width: 100px;
		line-height: 1em;
		font-size: 10px;
		color: #1C60A6;
		height: auto;
	}

	header.main-header ul.store-icons li a::before {
		font-size: 30px;
		line-height: 1em;
		margin: 0 0 10px 0;
	}

	header.main-header ul.store-icons li a span {
		display: block;
		white-space: nowrap;
		line-height: 1.5em;
		color: #6d6e71;
	}

	header.main-header ul.store-icons li a span span {
		font-size: 1.2em;
		font-weight: 700;
		color: #1C60A6;
	}

	header.main-header ul.store-icons li.checkout a[data-items]::after {
		font-size: 12px;
		line-height: 1.75em;
		right: 2.25em;
		top: -1.25em;
	}

	.fixed-header header.main-header {
		z-index: 11;
		background: transparent;
	}

	.fixed-header header.main-header ul.store-icons li.checkout a[data-items]::after {
		top: -0.5em;
		right: 2em;
		font-size: 10px;
	}

	/* Full width main nav - ugh */
	.main-nav > .container > ul {
		display: table;
		width: calc(100% - 4em);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin: 0 2em;
	}

	.main-nav > .container > ul > li {
		display: table-cell;
		float: none;
	}

	.main-nav > .container > ul > li > a {
		text-align: center;
	}

	.main-nav ul li.is_mega:hover .submenu {
		left: 2em;
		width: calc(100% - 4em);

	}
}

@media (min-width: 1360px) {
	.full-wrapper {
		padding-top: 226px;
	}

	.has-global-message .full-wrapper {
		padding-top: 252px;
	}

	.main-nav .container > ul > li > a {
		font-size: 12px;
		padding: 1.75em 0;
	}

	.main-nav .container > ul > li > .submenu {
		padding: 2em;
	}

	/*
	.fixed-header header.main-header ul.store-icons {
		position: fixed;
		top: 10px;
		right: 50%;
		margin-right: -545px;
	}

	.admin-bar.fixed-header header.main-header ul.store-icons {
		top: 42px;
	}

	.fixed-header header.main-header ul.store-icons li span span {
		display: none;
	}

	.fixed-header header.main-header ul.store-icons li a {
		width: 80px;
		color: white;
	}

	.fixed-header header.main-header ul.store-icons li a span {
		color: white;
	}

	.fixed-header header.main-header ul.store-icons li a::before {
		font-size: 24px;
		margin: 0 0 4px;
		color: white;
	}

	.fixed-header header.main-header ul.store-icons li.checkout a::after {
		background: #E63023;
		color: white;
	}
	*/

	header.main-header ul.store-icons li a {
		width: 120px;
		font-size: 12px;
	}
}

@media (min-width: 1600px) {
	.fixed-header header.main-header ul.store-icons {
		margin-right: -615px;
	}
}

#reviews-widget {
	display: none;
}

@media (min-width: 960px) {
	#reviews-widget {
		display: block;
		position: absolute;
		top: 94px;
		left: 50%;
		width: 320px;
		margin-left: -160px;
		z-index: 4;
		overflow: visible;
	}

	.has-global-message #reviews-widget {
		top: 120px;
	}
}

@media (min-width: 1440px) {
	#reviews-widget {
		width: 400px;
		margin-left: -200px;
	}
}

/* Main Section */
section.main {
	background: white;
	padding: 2em;
	position: relative;
	z-index: 1;
}

section.main h1 {
	color: #353535;
	margin: 0 0 0.5em;
	font-size: 28px;
	font-weight: 700;
}

section.main h2 {
	color: #353535;
	margin: 2em 0 0.5em;
	font-size: 22px;
	font-weight: 700;
}

section.main h3 {
	color: #353535;
	margin: 2em 0 0.5em;
	font-size: 18px;
	font-weight: 700;
}

section.main h4 {
	color: #353535;
	margin: 2em 0 0.5em;
	font-size: 1em;
	font-weight: 700;
}

section.main h1:first-child,
section.main h2:first-child,
section.main h3:first-child,
section.main h4:first-child,
section.main p:first-child {
	margin-top: 0;
}

section.main p {
	line-height: 1.5em;
}

@media (min-width: 960px) {
	section.main {
		padding: 4em 2em;
	}
}

/* Footer */
footer {
	background: #1C60A6;
	color: white;
	padding: 1em;
	text-align: center;
	line-height: 1.5em;
	cursor: default;
}

footer ul.social {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em 0 2em;
	text-align: center;
	font-size: 20px;
}

footer ul.social li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 0.125em;
	vertical-align: middle;
}

footer ul.social li a {
	display: block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	background: white;
	color: #1c60a6;
	text-decoration: none;
}

footer ul.social li a::before {
	content: "";
	font-family: "psd-icons";
	font-weight: normal;
}

footer ul.social li.facebook a::before { content: "\e90c"; }
footer ul.social li.instagram a::before { content: "\e90a"; }
footer ul.social li.twitter a::before { content: "\e90b"; }

nav.footer {
	text-align: left;
}

nav.footer ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

nav.footer ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em 0;
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	nav.footer ul li:first-of-type {
		float: none;
		width: auto;
	}
}

nav.footer ul li a {
	display: block;
	line-height: 1.5em;
	font-weight: 700;
}

nav.footer > ul > li > a {
	font-size: 14px;
}

nav.footer ul li ul {
	margin: 0.5em 0 2em;
}

nav.footer ul li ul li {
	margin: 0;
	float: none;
	width: auto;
}

nav.footer ul li ul li a {
	font-weight: 400;
	font-size: 1em;
}

footer a,
footer a:visited {
	color: white;
}

footer .secure-shopping {
	margin: 1em 0;
	font-size: 16px;
}

footer .secure-shopping::before {
	content: "\e90f";
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-family: "psd-icons";
	font-weight: normal;
}

footer .payment-logos {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -0.25em;
	text-align: center;
}

footer .payment-logos li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0 0.25em;
	background: white;
	width: 60px;
}

footer .payment-logos li img {
	display: block;
	width: 100%;
	height: auto;
}

footer .newsletter-signup {
	margin: 0 0 1em;
}

footer .newsletter-signup p {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 0.5em;
}

footer .newsletter-signup .newsletter-sign-up-input {
	background: white;
	position: relative;
}

footer .newsletter-signup .newsletter-sign-up-input input[type="email"] {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5em 2em 0.5em 0.5em;
	font: inherit;
	color: #353535;
	border: none;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	line-height: 1.5em;
}

footer .newsletter-signup .newsletter-sign-up-input input[type="submit"] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border: none;
	background: white;
	color: #1c60a6;
	font-family: "psd-icons";
	font-weight: normal;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 0;
}

.mc4wp-response {
	margin: 1em 0 0;
}

footer .newsletter-signup .mc4wp-response p {
	font-weight: 400;
	font-size: 12px;
}

footer .company-details span {
	display: block;
}

@media (min-width: 768px) {
	footer {
		padding: 2em;
	}

	footer .container {
		overflow: hidden;
		position: relative;
	}

	footer .newsletter-signup {
		float: right;
		margin: 0;
		width: 240px;
		text-align: right;
	}

	footer ul.social {
		float: right;
		clear: right;
		margin: 0 0 1em 0;
	}

	footer .secure-shopping {
		float: right;
		clear: right;
		margin: 1em 0 0;
		line-height: 1.5em;
	}

	footer .payment-logos {
		float: right;
		clear: right;
		margin: 0;
	}

	footer .company-details {
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: left;
	}

	nav.footer {
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 260px);
		margin: 0;
	}

	nav.footer > ul > li {
		width: 30%;
		float: left;
		margin: 0;
	}

	nav.footer > ul > li:first-of-type {
		width: 40%;
	}
}

@media (min-width: 960px) {
	footer .container {
		padding: 0 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	nav.footer {
		width: 600px;
		left: 24px;
	}

	footer .company-details {
		left: 2em;
	}
}

@media (min-width: 1360px) {
	nav.footer {
		font-size: 14px;
		width: 720px;
	}

	nav.footer > ul > li > a {
		font-size: 16px;
	}

	footer .newsletter-signup p {
		font-size: 16px;
	}
}

/* WooCommerce */
.woocommerce-checkout .woocommerce-account-fields {
	padding: 0 1em;
	background: #DFDCDE;
	margin: 2em 0 1em;
	color: #1C60A6;
}

.woocommerce-checkout .woocommerce-account-fields p.create-account {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	padding: 1em 0;
}

.woocommerce-checkout .woocommerce-account-fields div.create-account {
	padding-bottom: 1em;
}

.woocommerce-checkout .woocommerce-account-fields label {
	cursor: pointer;
}

.woocommerce table.my_account_orders .button {
	margin: 0 1em 0 0;
}

.woocommerce-Addresses .woocommerce-Address {
	border: 1px solid #CBCBCB;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-Addresses .woocommerce-Address address {
	font-style: normal;
	line-height: 1.5em;
}

.woocommerce ul.order_details {
	padding: 0;
	margin: 1em 0;
}

div.woocommerce iframe {
	border: 1px solid #CBCBCB;
	background: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 1em;
	font-size: 14px;
}

.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 0.5em 1em 0.5em 0;
	color: inherit;
	border-bottom: 1px solid #DFDFDF;
	text-decoration: none;
	position: relative;
}

.woocommerce-MyAccount-navigation ul li a::after {
	content: "\e903";
	font-family: "psd-icons";
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0;
	color: #1c60a6;
}

.woocommerce-MyAccount-navigation ul li:last-of-type a {
	border-bottom: none;
}

.wc-sidebar ul.sidebar {
	list-style: none;
	display: block;
	margin: 0 0 1em;
	padding: 0;
}

.wc-sidebar ul.sidebar.additional {
	border: none;
	padding: 0;
}

.wc-sidebar ul.sidebar li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}

.wc-sidebar ul.sidebar li a.hw-filter-toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	color: #6D6E71;
	text-decoration: none;
	font-size: 24px;
}

.wc-sidebar.open ul.sidebar li a.hw-filter-toggle {
	color: #E63023;
}

.wc-sidebar ul.sidebar li a.hw-filter-toggle::before {
	content: "\e908";
	font-family: "psd-icons";
	font-weight: normal;
}

.wc-sidebar ul.sidebar li h1,
.wc-sidebar ul.sidebar li h2 {
	color: #353535;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
	padding-right: 2em;
	text-transform: none;
}

.woocommerce .wc-brand-list-layered-nav-product_brand {
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span,
.woocommerce .hw_category_filter a { text-decoration: none; color: inherit; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span { display: inline-block; margin-left: 0.5em; }

.woocommerce .hw_category_filter a span { display: inline-block; margin-left: 0.5em; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before,
.woocommerce .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term a::before {
	display: inline-block;
	font-family: "psd-icons";
	font-weight: normal;
	content: "";
	margin: 0 0.5em 0 0;
	border: 1px solid #C1C1C1;
	text-align: center;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	line-height: 1em;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a { font-weight: bold; }
.woocommerce .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term.chosen a { font-weight: bold; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term.chosen a::before {
	content: "\e913";
}

.woocommerce .wc-brand-list-layered-nav-product_brand .wc-layered-nav-term .count { display: none!important; }

.wc-sidebar ul.sidebar li .item-count {
	font-size: 20px;
}

.wc-sidebar ul.sidebar li .item-count::before {
	content: "(";
}

.wc-sidebar ul.sidebar li .item-count::after {
	content: ")";
}

.wc-sidebar ul.sidebar li h3 {
	color: #353535;
	font-weight: 700;
	font-size: 20px;
	margin: 1em 0 0;
	border-bottom: 1px solid #DFDFDF;
	padding: 0.25em 0;
}

.wc-sidebar ul.sidebar li ul.categories {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.wc-sidebar ul.sidebar li ul.categories li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.wc-sidebar ul.sidebar li ul.categories li a {
	display: block;
	padding: 0.5em 1em 0.5em 0;
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #DFDFDF;
	position: relative;
}

.wc-sidebar ul.sidebar li ul.categories li:last-of-type a {
	border-bottom: none;
}

.wc-sidebar ul.sidebar li ul.categories li a::after {
	content: "\e903";
	font-family: "psd-icons";
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0;
	color: #1c60a6;
}

.wc-sidebar ul.sidebar.filters li {
	padding: 0.5em 0 0;
}

.wc-sidebar ul.sidebar.filters li.widget:last-of-type {
	border-bottom: none;
	padding: 0.5em 0;
}

.wc-sidebar ul.sidebar.filters li h2 {
	padding: 0 0 0.25em 0;
	border-bottom: 1px solid #CBCBCB;
	position: relative;
	text-transform: none;
	cursor: pointer;
}

.wc-sidebar ul.sidebar.filters li.open {
	border-bottom: 1px solid #6d6e71;
	padding: 0.5em 0 1em;
}

.wc-sidebar ul.sidebar.filters li h2::after {
	content: "\e906";
	font-family: "psd-icons";
	font-weight: normal;
	font-size: 0.75em;
	display: block;
	position: absolute;
	top: 0;
	right: 0.25em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.35em;
	text-align: center;
	background: #6D6E71;
	color: white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wc-sidebar ul.sidebar.filters li.widget-sidebar-title h2 {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.wc-sidebar ul.sidebar.filters li.widget-sidebar-title h2::after {
	display: none;
}

.wc-sidebar ul.sidebar.filters li.open h2::after {
	content: "\e907";
}

.wc-sidebar ul.sidebar.filters li.widget_price_filter h2::after {
	display: none;
}

.wc-sidebar ul.sidebar.filters li.widget-sidebar-title .applied-filters {
	font-size: 20px;
	margin: 0 0 0.5em;
}

.wc-sidebar ul.sidebar.filters li.widget-sidebar-title .applied-filters::before {
	content: "(";
}

.wc-sidebar ul.sidebar.filters li.widget-sidebar-title .applied-filters::after {
	content: " Applied)";
}

.wc-sidebar ul.sidebar.filters li ul {
	font-size: 14px;
}

.wc-sidebar ul.sidebar.filters li ul li {
	position: relative;
	padding: 0;
	border-bottom: 1px solid #DFDFDF;
}

.wc-sidebar ul.sidebar.filters li ul li:last-child {
	border-bottom: none;
}

.wc-sidebar ul.sidebar.filters li ul li a {
	color: inherit;
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 0.5em 0;
}

.wc-sidebar ul.sidebar.filters li ul li span.count {
	display: inline-block;
	margin: 0 0 0 0.5em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #6D6E71;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #E63023;
}

.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1em;
}

.wc-sidebar .price_slider_wrapper {
	margin: 1em 0 0;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	color: #E63023;
}

.wc-sidebar ul.sidebar.additional {
	display: none;
}

.woocommerce div.product form.cart .reset_variations {
	display: none!important;
}

.woocommerce .cart-collaterals .cart-age-restriction {
	margin: 0 0 2em 0;
	line-height: 1.25em;
	color: #E63023;
	overflow: hidden;
	font-weight: 700;
}

.woocommerce .cart-collaterals .cart-age-restriction::before {
	content: "18";
	display: block;
	float: left;
	margin: 0 0.5em 0 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0.25em solid #E63023;
	border-radius: 50%;
	font-weight: 700;
	color: #6d6e71;
}

@media (min-width: 960px) {
	section.main .container {
		padding: 0 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	section.main .container::after {
		content: "";
		display: block;
		clear: both;
	}

	.wc-sidebar {
		float: left;
		width: 22.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.wc-main-content {
		float: right;
		width: 77.5%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 4em;
	}

	.wc-sidebar ul.sidebar {
		margin: 0 0 2em;
	}

	.wc-sidebar ul.sidebar li a.hw-filter-toggle {
		display: none;
	}

	.wc-sidebar ul.sidebar li h2.widgettitle {
		padding-right: 0;
	}

	.wc-sidebar ul.sidebar.filters li.woocommerce h2 {
		font-weight: 800;
	}

	.wc-sidebar ul.sidebar.additional {
		display: block;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 22.5%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		width: 77.5%;
		padding-left: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 14px;
	}
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	padding: 0 0 2em;
	margin: 0 0 2em;
	border: none;
	border-radius: 0;
}

.woocommerce form.login {
	border-bottom: 1px solid #CBCBCB;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #CBCBCB;
	padding: 0.5em;
	background: white;
	font: inherit;
	line-height: 1.5em;
	height: 3em;
}

.woocommerce form .form-row input.input-text:disabled,
.woocommerce form .form-row textarea:disabled {
	background: #EBE9EB;
}

.woocommerce form .form-row textarea {
	height: 10em;
}

.woocommerce form .form-row label.inline {
	display: inline-block;
	margin: 0 1em;
	vertical-align: middle;
}

.woocommerce form .form-row label.inline input {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.25em;
}

.woocommerce-error {
	border: 1px solid #E63023;
	border-top-width: 4px;
}

.woocommerce-info {
	border: 1px solid #1E85BE;
	border-top-width: 4px;
}

.woocommerce-message {
	border: 1px solid #8FAE1B;
	border-top-width: 4px;
}

.woocommerce-store-notice,
p.demo_store {
	background: #E63023;
	font-weight: 700;
}

@media (min-width: 769px) {
	.woocommerce form.login {
		border-bottom: none;
	}
}

.category-content { background: #F1F1F1; padding: 2em 1em; text-align: center; }
.category-content .container { max-width: 45em; line-height: 1.4em; }

.category-content h1 { color: #1C60A6; }
.category-content h2 { color: #1C60A6; }
.category-content h3 { color: #1C60A6; }
.category-content h4 { color: #1C60A6; }
.category-content h5 { color: #1C60A6; }

@media (min-width: 960px) {
	.category-content { padding: 4em 2em; }
	.category-content .container { font-size: 1.2em; }
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	background: white;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

section.related-products ul.products li.product {
	border: 1px solid #CBCBCB;
	padding: 1em;
}

.woocommerce ul.products li.product > a {
	display: block;
	margin: 0 0 1em 0;
}

.woocommerce ul.products li.product > a.added_to_cart {
	display: none;
}

.woocommerce ul.products li.product h2,
.woocommerce-page ul.products li.product h2 {
	text-transform: none;
	color: #353535;
}

.woocommerce div.product h1.product_title {
	clear: both;
}

.woocommerce div.product h1.product_title em {
	font-style: normal;
}

.woocommerce div.product .product-brand-logo {
	margin: 0 0 1em;
	text-align: center;
}

.woocommerce div.product .product-brand-logo img {
	max-width: 45%;
	height: auto;
}

.woocommerce div.product .save-flash {
	display: block;
	float: right;
	width: 2.5em;
	text-align: center;
	line-height: 1em;
	padding-top: 0.5em;
	position: relative;
	font-size: 30px;
	color: white;
	background: #E63023;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce div.product .save-flash::before {
	content: "Save";
	text-transform: uppercase;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 10px;
	line-height: 2em;
}

.woocommerce div.product .save-flash.over::before {
	content: "Save over";
}

.woocommerce div.product .save-flash.over::after {
	content: "";
	display: block;
	border: 1.25em solid transparent;
	border-top-color: #E63023;
	border-top-width: 0.5em;
	border-bottom-width: 0.5em;
	position: absolute;
	top: 100%;
	left: 0;
}

#wl-wrapper.wl-button-wrap {
	padding: 1em 0 0 0;
}

#wl-wrapper .wl-add-but {
	margin: 0;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #1C60A6;
	text-align: center;
}

#wl-wrapper .wl-add-but:hover {
	background: #3E74AC;
}

#wl-wrapper .wl-already-in {
	display: block;
	border: 1px solid #CBCBCB;
	padding: 1em;
}

ul.products #wl-wrapper .wl-already-in,
ul.products #wl-wrapper .wl-already-in a {
	border: none;
	padding: 0;
	color: #6D6E71;
}

#wl-wrapper .wl-already-in ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

ul.products #wl-wrapper .wl-already-in ul {
	display: none;
}

#wl-wrapper .wl-already-in ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

#wl-wrapper .wl-already-in + .wl-add-but {
	display: none;
}

.woocommerce ul.products li.product {
	overflow: hidden;
}

@media (max-width: 480px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
	}
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 2em 0 4em;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce ul.products li.product .button {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #E63023;
	text-align: center;
	margin: 0.5em 0 0 0;
}

.woocommerce ul.products li.product .button.add_to_cart_button { background: #5DB11F; }

.woocommerce ul.products li.product.flag-top-seller::after,
.woocommerce ul.products li.product.flag-price-drop::after,
.woocommerce ul.products li.product.flag-top-rated::after,
.woocommerce ul.products li.product.flag-black-friday::after,
.woocommerce ul.products li.product.flag-sale::after {
	content: "Top Seller";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #1C60A6;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 2em 0 0.5em 0;
	width: 10em;
	word-spacing: 10em;
	margin-right: -5em;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.woocommerce ul.products li.product.flag-price-drop::after {
	content: "Price Drop";
	background: #E63023;
}

.woocommerce ul.products li.product.flag-top-rated::after {
	content: "Top Rated";
}

.woocommerce ul.products li.product.flag-black-friday::after {
	content: "Black Friday";
	background: black;
	right: auto;
	left: 0;
	margin-right: auto;
	margin-left: -5em;
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.woocommerce ul.products li.product.flag-sale::after {
	content: "Sale";
	font-size: 1.2em;
	background: #E63023;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.ajax-search-results li span.price {
	color: #1C60A6;
	font-weight: 800;
	font-size: 16px;
	margin: 0 0 0.5em;
	display: block;
	line-height: 1.25em;
}

.woocommerce ul.products li.product .price .amount,
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount,
.ajax-search-results li span.price .amount {
	display: inline-block;
}

.woocommerce ul.products li.product .price small.exc-vat,
.woocommerce div.product p.price small.exc-vat,
.woocommerce div.product span.price small.exc-vat,
.ajax-search-results li span.price small.exc-vat {
	font-size: 0.75em;
	font-weight: 700;
	margin: 0.5em 0 0;
	color: #6D6E71;
	display: block;
	line-height: 1em;
	white-space: nowrap;
}

.woocommerce ul.products li.product .price small.exc-vat::before,
.woocommerce div.product p.price small.exc-vat::before,
.woocommerce div.product span.price small.exc-vat::before,
.ajax-search-results li span.price small.exc-vat::before {
	content: "(";
}

.woocommerce ul.products li.product .price small.exc-vat::after,
.woocommerce div.product p.price small.exc-vat::after,
.woocommerce div.product span.price small.exc-vat::after,
.ajax-search-results li span.price small.exc-vat::after {
	content: " excl. VAT)";
}

.woocommerce ul.products li.product .price small.exc-vat .amount::after,
.woocommerce div.product p.price small.exc-vat .amount::after,
.woocommerce div.product span.price small.exc-vat .amount::after,
.woocommerce ul.products li.product .price del .amount::after,
.woocommerce div.product p.price del .amount::after,
.woocommerce div.product span.price del .amount::after,
.ajax-search-results li span.price del .amount::after {
	display: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.ajax-search-results li span.price del {
	display: table;
	font-size: 12px;
	opacity: 1;
	color: #6d6e71;
	text-decoration: none;
	font-weight: 400;
	position: relative;
}

.woocommerce ul.products li.product .price del::before,
.woocommerce div.product p.price del::before,
.woocommerce div.product span.price del::before,
.ajax-search-results li span.price del::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 2px solid currentColor;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.ajax-search-results li span.price ins {
	text-decoration: none;
	display: inline-block;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.woocommerce ul.products li.product a .product-thumbnail {
	display: block;
	margin: 1em 0;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.woocommerce ul.products li.product a .product-thumbnail::before {
	content: "";
	display: block;
	padding: 75% 0 0 0;
}

.woocommerce ul.products li.product a .product-thumbnail img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.woocommerce ul.products li.product .short-description {
	display: none;
}

.woocommerce .load-more-products-wrapper {
	text-align: center;
}

.woocommerce .load-more-products-wrapper a.button {
	display: block;
	position: relative;
}

.woocommerce .load-more-products-wrapper a.button.hidden {
	display: none;
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: 1;
	position: relative;
}

.woocommerce a.button.loading::before,
.woocommerce button.button.loading::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
}

.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after {
	right: 50%;
	width: 20px;
	margin-right: -10px;
	top: 0;
}

.woocommerce div.product .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery__image {
	border: 1px solid transparent;
}

.woocommerce div.product .flex-viewport:hover,
.woocommerce div.product .woocommerce-product-gallery__image:hover {
	border: 1px solid #CBCBCB;
	box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
}

.woocommerce div.product .flex-viewport .woocommerce-product-gallery__image {
	border: none!important;
	box-shadow: none!important;
}

.woocommerce div.product .product-code {
	margin: 1em 0;
	font-weight: 700;
}

.woocommerce div.product .product-code::before {
	content: "Product code:\00a0\00a0\00a0";
}

.woocommerce div.product .short-description {
	color: #6d6e71;
	margin: 0 0 1em;
	line-height: 1.5em;
}

.woocommerce div.product .product-age-restriction {
	margin: 2em 0;
	line-height: 1.25em;
	color: #E63023;
	overflow: hidden;
	font-weight: 700;
}

.woocommerce div.product .product-age-restriction::before {
	content: "18";
	display: block;
	float: left;
	margin: 0 0.5em 0 0;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: 0.25em solid #E63023;
	border-radius: 50%;
	font-weight: 700;
	color: #6d6e71;
}

.woocommerce div.product form.cart { max-width: 30em; }

.woocommerce div.product form.cart div.quantity {
	width: 25%;
	margin: 0;
}

.woocommerce div.product form.cart div.quantity input {
	border: 1px solid #CBCBCB;
	background: white;
	width: calc(100% - 1em);
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	background: #5DB11F!important;
	display: block;
	margin-left: 25%;
	float: none;
	width: 75%;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled):hover {
	background: #7FDB3B!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	cursor: default;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #CBCBCB;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	text-transform: uppercase;
	background: #e6e7e8;
	margin: 0 0.25em -1px 0;
	padding: 0;
	border-color: transparent;
	border-radius: 0;
}

@media (max-width: 767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li#tab-title-delivery_returns {
		display: none;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #CBCBCB;
	border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.5em 1em;
	color: #939598;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #1C60A6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a::before {
	content: "Info";
}

.woocommerce div.product .woocommerce-tabs .panel {
	padding: 1em;
	line-height: 1.5em;
	color: #353535;
}

.woocommerce div.product #tab-description p {
	line-height: 1.5em;
	margin: 0 0 1em;
}

.woocommerce div.product .woocommerce-tabs h2 {
	display: none;
}

#commentform {
	margin: 1em 0;
}

#commentform p.stars {
	font-size: 2em;
}

.woocommerce p.stars a {
	display: inline-block;
	padding: 0 0.25em 0 0;
	color: #CBCBCB;
}

.woocommerce p.stars.selected a {
	color: #1c60a6;
}

.woocommerce p.stars.selected a.active ~ a {
	color: #CBCBCB;
}

#commentform textarea {
	font: inherit;
	padding: 0.5em;
	border: 1px solid #CBCBCB;
	background: white;
	color: inherit;
	text-shadow: none!important;
}

#reply-title {
	font-weight: 700;
	color: #1C60A6;
	font-size: 20px;
}

.woocommerce #reviews #comments ol.commentlist {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 1em;
	border-bottom: 1px solid #CBCBCB;
}

.woocommerce #reviews #comments ol.commentlist li .avatar {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 0;
}

.woocommerce .star-rating {
	position: relative;
	float: left;
	margin: 0 1em 0 0;
	color: #1c60a6;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
	color: #1c60a6;
}

.woocommerce .cart_item.age-restricted .product-name {
	overflow: hidden;
}

.woocommerce .cart_item.age-restricted .product-name::after {
	content: "18";
	display: block;
	float: left;
	clear: left;
	margin: 0.5em 0 0;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	border: 0.25em solid #E63023;
	border-radius: 50%;
	font-weight: 700;
	color: #6d6e71;
	font-size: 0.8em;
}

.woocommerce table.shop_attributes {
	border-collapse: collapse;
	border-top: 1px solid #DFDFDF;
	font-size: 10px;
}

.woocommerce table.shop_attributes th {
	text-align: left;
	text-transform: uppercase;
	padding: 0.5em;
	border-bottom: 1px solid #DFDFDF;
	background: transparent;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes td {
	padding: 0.5em;
	border-bottom: 1px solid #DFDFDF;
	font-style: normal;
	background: transparent;
	border-collapse: collapse;
}

.woocommerce table.shop_attributes td p {
	padding: 0;
}

.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: transparent;
}

.wc-points-rewards-product-message { display: block; margin: 0 0 1em; }

@media (min-width: 480px) {
	.woocommerce div.product form.cart div.quantity {
		width: 15%;
	}

	.woocommerce div.product form.cart .button.single_add_to_cart_button {
		margin-left: 15%;
		width: 85%;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab a::before {
		content: "Description";
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab a::after {
		content: "ifications";
		display: inline-block;
		margin: 0 0 0 -0.25em;
	}
}

@media (min-width: 769px) {
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		font-size: 14px;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce div.product p.price del,
	.woocommerce div.product span.price del {
		font-size: 20px;
	}

	.woocommerce div.product p.price,
	.woocommerce div.product span.price {
		font-size: 36px;
		display: block;
	}

	.woocommerce ul.products li.product .short-description {
		display: block;
		color: #6d6e71;
		margin: 0 0 1em;
		font-weight: 700;
		min-height: 3.75em;
		line-height: 1.25em;
	}

	.woocommerce .load-more-products-wrapper a.button {
		display: inline-block;
		padding-left: 3em;
		padding-right: 3em;
	}

	.woocommerce div.product p.price small.exc-vat,
	.woocommerce div.product span.price small.exc-vat {
		font-size: 0.5em;
	}

	.woocommerce div.product .save-flash {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 1em;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		font-size: 14px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 0.5em 0.75em;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 2em;
		font-size: 14px;
	}

	.woocommerce table.shop_attributes {
		font-size: 12px;
	}

	.woocommerce div.product .product-brand-logo {
		text-align: left;
		margin: 0 0 2em;
	}

	.woocommerce div.product .save-flash + .product-brand-logo {
		margin-right: 100px;
	}

	.woocommerce .cart_item.age-restricted .product-name::after {
		float: none;
	}
}

@media (min-width: 1360px) {
	/* .woocommerce ul.products li.product .button {
		float: right;
		width: calc(50% - 0.25em);
		margin: 0;
		font-size: 11px;
	} */

	.woocommerce ul.products li.product .price del {
		font-size: 14px;
	}

	.woocommerce ul.products #wl-wrapper.wl-button-wrap {
		width: 50%;
		float: left;
		padding: 0 0.25em 0 0;
		font-size: 11px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		clear: none;
	}

	.woocommerce ul.products #wl-wrapper.wl-button-wrap .button {
		float: none;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		font-size: 16px;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 0.75em 1em;
	}

	.woocommerce div.product .save-flash {
		font-size: 40px;
	}

	.woocommerce div.product .save-flash::before {
		font-size: 12px;
	}

	.woocommerce div.product .save-flash + .product-brand-logo {
		margin-right: 120px;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		margin: 2em 0;
	}
}

/* Banner */
section.banner {
	background: #f1f2f2;
	position: relative;
	padding: 2em 1em 0;
	z-index: 1;
}

section.banner a {
	display: block;
	position: relative;
	border: 1px solid #CBCBCB;
}

section.banner a::before {
	content: "";
	display: block;
	padding: 37.16% 0 0 0;
}

section.banner a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

section.banner .slides {
	position: relative;
	overflow: hidden;
}

section.banner .slides .slide {
	display: block;
	width: 100%;
	height: 100%;
}

section.banner .slides .pager {
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	z-index: 1000;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

section.banner .slides .pager span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
	margin: 4px 2px;
	border: 1px solid white;
	background: transparent;
	cursor: pointer;
}

section.banner .slides .pager span:first-of-type:last-of-type {
	display: none;
}

section.banner .slides .pager span.cycle-pager-active {
	background: white;
}

@media (min-width: 768px) {
	section.banner {
		padding: 4em 1em 0;
	}

	section.banner .slides .pager span {
		width: 14px;
		height: 14px;
		margin: 7px 3px;
	}
}

@media (min-width: 960px) {
	section.banner .slides {
		margin: 0 2em;
	}
}

/* Triplets */
section.triplets {
	background: #f1f2f2;
	padding: 2em 1em;
	border-bottom: 1px solid #CBCBCB;
}

section.triplets ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.triplets ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 1em 0;
}

section.triplets ul li a {
	color: inherit;
	text-decoration: none;
}

section.triplets ul li img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #CBCBCB;
}

@media (min-width: 768px) {
	section.triplets {
		padding: 4em 1em;
	}

	section.triplets ul {
		overflow: hidden;
		margin: 0 -0.5em;
	}

	section.triplets ul li {
		float: left;
		width: calc(33.33% - 1em);
		margin: 0 0.5em;
	}
}

@media (min-width: 960px) {
	section.triplets ul {
		margin: 0 1em;
	}

	section.triplets ul li {
		width: calc(33.33% - 2em);
		margin: 0 1em;
	}
}

/* Brands */
section.brands {
	background: white;
	position: relative;
	padding: 1em;
	border-bottom: 1px solid #CBCBCB;
}

section.brands .container {
	position: relative;
}

section.brands h2 {
	text-transform: uppercase;
	color: #1C60A6;
	margin: 0 0 1em;
	font-weight: 400;
	font-size: 20px;
}

section.brands h2 em {
	font-style: normal;
	font-weight: 700;
}

section.brands ul.carousel {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.brands ul.carousel li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 -1px 0 0;
}

section.brands ul.carousel li a {
	color: inherit;
	text-decoration: none;
	display: block;
}

section.brands ul.carousel li img {
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	width: 100%;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.brands ul.carousel li span {
	display: block;
	text-align: center;
	font-weight: 700;
	padding: 1em 0;
}

section.brands ul.carousel li a:hover span {
	color: #1C60A6;
	text-decoration: underline;
}

section.brands a.brands-carousel-next,
section.brands a.brands-carousel-prev {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	text-decoration: none;
	background: #1C60A6;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

section.brands a.brands-carousel-prev {
	right: 2em;
}

section.brands a.brands-carousel-next::after {
	content: "\e903";
	font-family: "psd-icons";
}

section.brands a.brands-carousel-prev::after {
	content: "\e902";
	font-family: "psd-icons";
}

section.brands .brands {
	text-align: center;
}

section.brands article.brand {
	display: inline-block;
	width: 45%;
	margin: 3em 0;
	vertical-align: bottom;
}

section.brands article.brand a {
	color: inherit;
	text-decoration: none;
	display: block;
}

section.brands article.brand a img {
	width: 75%;
	margin: 0 auto 1em;
	height: auto;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.brands article.brand span {
	font-weight: 700;
}

@media (min-width: 768px) {
	section.brands {
		padding: 4em 1em;
	}

	section.brands h2 {
		font-size: 30px;
	}

	section.brands a.brands-carousel-next,
	section.brands a.brands-carousel-prev {
		font-size: 24px;
	}

	section.brands article.brand {
		width: 22%;
	}
}

@media (min-width: 960px) {
	section.brands .container {
		padding: 0 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	section.brands h2 {
		font-size: 40px;
	}

	section.brands a.brands-carousel-next {
		right: 1.5rem;
	}

	section.brands a.brands-carousel-prev {
		right: 4.5rem;
	}

	section.brands article.brand {
		width: 19.5%;
	}

	section.brands article.brand a img {
		width: 60%;
	}
}

/* Featured Products */
section.featured-products {
	background: white;
	position: relative;
	padding: 1em;
	border-bottom: 1px solid #CBCBCB;
}

section.featured-products .container {
	position: relative;
}

section.featured-products h2.section-title {
	text-transform: uppercase;
	color: #1C60A6;
	margin: 0 0 1em;
	font-weight: 400;
	font-size: 20px;
}

section.featured-products h2.section-title em {
	font-style: normal;
	font-weight: 700;
}

section.featured-products a.featured-products-carousel-next,
section.featured-products a.featured-products-carousel-prev {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	text-decoration: none;
	background: #1C60A6;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
}

section.featured-products a.featured-products-carousel-prev {
	right: 2em;
}

section.featured-products a.featured-products-carousel-next::after {
	content: "\e903";
	font-family: "psd-icons";
}

section.featured-products a.featured-products-carousel-prev::after {
	content: "\e902";
	font-family: "psd-icons";
}

section.featured-products.woocommerce ul.products.columns-3 {
	margin: 0 -1em;
}

section.featured-products.woocommerce ul.products.columns-3 li.product {
	clear: none;
	margin: 0;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	white-space: normal;
}

@media (min-width: 768px) {
	section.featured-products {
		padding: 4em 1em;
	}

	section.featured-products h2.section-title {
		font-size: 30px;
	}

	section.featured-products a.featured-products-carousel-next,
	section.featured-products a.featured-products-carousel-prev {
		font-size: 24px;
	}
}

@media (min-width: 960px) {
	section.featured-products .container {
		padding: 0 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	section.featured-products h2.section-title {
		font-size: 40px;
	}

	section.featured-products a.featured-products-carousel-next {
		right: 1.5rem;
	}

	section.featured-products a.featured-products-carousel-prev {
		right: 4.5rem;
	}
}

@media (min-width: 960px) {
	section.featured-products.woocommerce ul.products.columns-3 li.product,
	section.featured-products.woocommerce-page ul.products.columns-3 li.product {
		clear: none;
		margin: 0;
		padding: 0 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* Offers */
section.offers {
	background: #f1f2f2;
	padding: 2em 1em;
	border-bottom: 1px solid #CBCBCB;
}

section.text + section.offers {
	border-top: 1px solid #CBCBCB;
}

section.offers .container {
	position: relative;
	overflow: hidden;
}

section.offers a {
	display: block;
	color: inherit;
	text-decoration: none;
}

section.offers a img {
	display: block;
	width: 100%;
	height: auto;
}

section.offers a:nth-child(1) {
	width: 100%;
	margin: 0 0 1em;
}

section.offers a:nth-child(2),
section.offers a:nth-child(4) {
	width: calc(50% - 0.5em);
	float: left;
	border: 1px solid #CBCBCB;
	margin: 0 0 1em 0;
}

section.offers a:nth-child(3),
section.offers a:nth-child(5) {
	width: calc(50% - 0.5em);
	float: right;
	border: 1px solid #CBCBCB;
	margin: 0 0 1em 0;
}

@media (min-width: 768px) {
	section.offers {
		padding: 4em 1em;
	}

	section.offers .offers::before {
		content: "";
		display: block;
		padding: 37.5% 0 0 0;
	}

	section.offers a {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0!important;
	}

	section.offers a::before {
		content: "";
		display: block;
		padding: 63.83% 0 0 0;
	}

	section.offers a img {
		position: absolute;
		top: 0;
		left: 0;
	}

	section.offers a:nth-child(1) {
		width: calc(43.57% - 1em);
	}

	section.offers a:nth-child(1)::before {
		padding: 89.56% 0 0 0;
	}

	section.offers a:nth-child(2) {
		width: calc(28% - 1em);
		left: 44.57%;
	}

	section.offers a:nth-child(3) {
		width: calc(28% - 1em);
		left: auto;
		right: 0;
	}

	section.offers a:nth-child(4) {
		width: calc(28% - 1em);
		left: 44.57%;
		bottom: 0;
		top: auto;
	}

	section.offers a:nth-child(5) {
		width: calc(28% - 1em);
		left: auto;
		right: 0;
		bottom: 0;
		top: auto;
	}
}

@media (min-width: 960px) {
	section.offers .offers::before {
		padding: 36.5% 0 0 0;
	}

	section.offers .offers {
		margin: 0 2em;
		position: relative;
		height: 100%;
	}

	section.offers a:nth-child(1) {
		width: calc(42.57% - 1em);
	}

	section.offers a:nth-child(2) {
		left: 43.57%;
	}

	section.offers a:nth-child(4) {
		left: 43.57%;
	}
}

section.related-products {
	background: #f1f2f2;
	padding: 2em 1em;
}

section.related-products h2 {
	text-transform: uppercase;
	color: #1C60A6;
	margin: 0 0 1em;
	font-weight: 400;
	font-size: 20px;
}

section.related-products h2 em {
	font-style: normal;
	font-weight: 700;
}

@media (min-width: 769px) {
	section.related-products {
		padding: 4em 2em;
	}

	section.related-products h2 {
		font-size: 30px;
	}
}

@media (min-width: 960px) {
	section.related-products .container {
		overflow: hidden;
	}

	section.related-products .related-products-inner {
		float: right;
		width: 77.5%;
		padding-left: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	section.related-products h2 {
		font-size: 40px;
	}
}

a.selectBox {
	display: block;
	margin: 0.5em 0;
	border: 1px solid #CBCBCB;
	padding: 0 3em 0 1em;
	line-height: 3em;
	background: white;
	position: relative;
	text-decoration: none;
	color: inherit;
	width: 100%!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

a.selectBox::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 3em;
	background: #1C60A6;
}

a.selectBox::after {
	content: "\e909";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 4.5em;
	width: 4.5em;
	text-align: center;
	font-size: 8px;
	color: white;
	font-family: "psd-icons";
	font-weight: normal;
	text-align: center;
}

a.selectBox.selected .selectBox-label {
	font-weight: 700;
}

a.selectBox.selected .selectBox-label::before {
	content: attr(data-prefix) ":";
	display: inline-block;
	margin: 0 0.5em 0 0;
	font-weight: 400;
}

ul.selectBox-dropdown-menu {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	background: white;
	border: 1px solid #CBCBCB;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 100;
	max-height: 30em;
	overflow-y: auto;
}

ul.selectBox-dropdown-menu li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

ul.selectBox-dropdown-menu li:first-of-type {
	display: none;
}

ul.selectBox-dropdown-menu li a {
	display: block;
	padding: 0.5em 1em;
	line-height: 2em;
	border-bottom: 1px solid #DFDFDF;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

ul.selectBox-dropdown-menu li.selectBox-selected a {
	font-weight: 700;
}

ul.selectBox-dropdown-menu li a:hover {
	background: #EFEFEF;
}

@media (min-width: 1360px) {
	a.selectBox::after {
		line-height: 3.75em;
		width: 3.5em;
		font-size: 10px;
	}
}

/* Shop by product code */
.quick-shop-form {
	max-width: 480px;
	margin: 2em 0;
}

.quick-shop-form p.qsf-product {
	margin: 0 0 1em;
	overflow: hidden;
}

.quick-shop-form p label.qsf-product-product,
.quick-shop-form p label.qsf-product-qty {
	width: 70%;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #1C60A6;
	font-weight: 700;
}

.quick-shop-form p label.qsf-product-qty {
	width: 30%;
	float: right;
}

.quick-shop-form p input.qsf-product-product,
.quick-shop-form p input.qsf-product-qty {
	width: calc(70% - 0.5em);
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CBCBCB;
	padding: 0.5em;
	font: inherit;
	color: inherit;
	background: white;
}

.quick-shop-form p input.qsf-product-qty {
	width: 30%;
	float: right;
}

.quick-shop-form input[type='number'],
.woocommerce div.product input[type='number'] {
    -moz-appearance:textfield;
}

.quick-shop-form input[type=number]::-webkit-inner-spin-button,
.quick-shop-form input[type=number]::-webkit-outer-spin-button,
.woocommerce div.product input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

fieldset {
	border: none;
	background: transparent;
	padding: 0;
	margin: 2em 0;
}

fieldset legend {
	margin: 0 0.125em;
	text-transform: uppercase;
	color: #1C60A6;
	font-size: 1.4em;
	font-weight: 700;
}

.ruk_rating_snippet { min-height: 3.7em; }

/* Basket */
.woocommerce table.shop_table {
	border-radius: 0;
	border: 1px solid #CBCBCB;
	border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 1px solid #CBCBCB;
	border-collapse: collapse;
}

.woocommerce table.shop_table tr.order-total td,
.woocommerce table.shop_table tr.order-total th {
	font-size: 18px;
	color: #E63023;
}

.woocommerce #order_review table.shop_table tr.cart-subtotal td,
.woocommerce #order_review table.shop_table tr.cart-subtotal th {
	background: #EBE9EB;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 0 0.5em;
	line-height: 2.5em;
	height: 2.5em;
	font: inherit;
}

.woocommerce #content table.cart td.actions .button[name="update_cart"],
.woocommerce table.cart td.actions .button[name="update_cart"],
.woocommerce-page #content table.cart td.actions .button[name="update_cart"],
.woocommerce-page table.cart td.actions .button[name="update_cart"] {
	background: #6d6e71!important;
}

.woocommerce #content table.cart td.actions .button[name="update_cart"]:not([disabled]):hover,
.woocommerce table.cart td.actions .button[name="update_cart"]:not([disabled]):hover,
.woocommerce-page #content table.cart td.actions .button[name="update_cart"]:not([disabled]):hover,
.woocommerce-page table.cart td.actions .button[name="update_cart"]:not([disabled]):hover {
	background: #8F8F8F!important;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #E63023;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background: #5DB11F;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background: #7FDB3B!important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background: #F05C51;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 1.5em;
	padding: 0 1em;
}

.woocommerce td.product-name dl.variation {
	overflow: hidden;
	margin: 0.5em 0;
	line-height: 1.5em;
}

.woocommerce td.product-name dl.variation dt {
	margin: 0;
	display: block;
	float: left;
	clear: both;
}

.woocommerce td.product-name dl.variation dd {
	font-weight: 700;
	display: block;
	float: left;
	margin: 0 0 0 0.5em;
}

.woocommerce td.product-name dl.variation p {
	margin: 0;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	width: 80px;
}

.woocommerce .quantity .qty {
	border: 1px solid #CBCBCB;
	padding: 0 0 0 0.5em;
	text-align: center;
	background: white;
	font: inherit;
	height: 2.5em;
	line-height: 2.5em;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
	border-color: #CBCBCB;
}

.cart-age-restriction-checkbox {
	display: block;
	margin: 1em 0 0;
	text-align: left;
	color: #E63023;
	font-weight: 700;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce ul#shipping_method li {
	text-indent: 0;
	position: relative;
	padding: 0.25em 0 0.25em 2em;
}

.woocommerce ul#shipping_method li input {
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce h3#order_review_heading {
	margin: 0 0 0.5em;
}

@media (min-width: 769px) {
	.woocommerce #content table.cart td.actions .input-text,
	.woocommerce table.cart td.actions .input-text,
	.woocommerce-page #content table.cart td.actions .input-text,
	.woocommerce-page table.cart td.actions .input-text {
		width: 160px;
	}

	.cart-age-restriction-checkbox {
		float: left;
		margin: 0 0 0 1em;
		line-height: 2.5em;
	}

	.woocommerce table.shop_table th.product-price,
	.woocommerce table.shop_table th.product-quantity,
	.woocommerce table.shop_table th.product-subtotal,
	.woocommerce table.shop_table td.product-price,
	.woocommerce table.shop_table td.product-quantity,
	.woocommerce table.shop_table td.product-subtotal {
		text-align: center;
	}

	.woocommerce table.shop_table td.product-price small,
	.woocommerce table.shop_table td.product-subtotal small {
		display: block;
	}
}

@media (min-width: 960px) {
	.cart-age-restriction-checkbox {
		margin: 0 0 0 2.5em;
	}

	form.woocommerce-checkout {
		overflow: hidden;
	}
	
	.woocommerce-checkout #customer_details {
		display: block;
		float: left;
		width: 77.5%;
		padding-right: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.woocommerce-checkout #order_review {
		display: block;
		float: right;
		width: 22.5%;
	}

	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
		font-size: 10px;
	}
}

@media (min-width: 1360px) {
	.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
		font-size: 12px;
	}
}

/* Select box */
.select2-container--default .select2-selection--single {
	border-radius: 0;
	border-color: #CBCBCB;
	line-height: 2.5em;
	height: 2.5em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.5em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.5em;
}

.select2-dropdown {
	border-color: #CBCBCB;
	border-radius: 0;
	margin-right: 1px;
	border-right-color: transparent;
}

.select2-search--dropdown {
	border-right: 1px solid #CBCBCB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-results {
	border-right: 1px solid #CBCBCB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #1C60A6;
}

/* Wishlists */
#wl-wrapper ul.wl-tabs {
	margin: 0;
	padding: 0;
}

#wl-wrapper .wl-tabs > li > a {
	border-radius: 0;
}

#wl-wrapper .wl-table .check-column,
#wl-wrapper .wl-table .product-remove,
#wl-wrapper .wl-table .product-name,
#wl-wrapper .wl-table .product-price,
#wl-wrapper .wl-table .product-quantity,
#wl-wrapper .wl-table .product-purchase {
	vertical-align: middle;
}

@media (max-width: 768px) {
	#wl-wrapper .wl-table .check-column {
		display: none;
	}

	#wl-wrapper .wl-table thead {
		display: none;
	}

	#wl-wrapper .wl-table tr {
		display: block;
	}

	#wl-wrapper .wl-table .product-name,
	#wl-wrapper .wl-table .product-price,
	#wl-wrapper .wl-table .product-quantity,
	#wl-wrapper .wl-table .product-purchase {
		display: block;
	}

	#wl-wrapper .wl-table .product-remove {
		display: block;
		border-top: none;
	}

	#wl-wrapper .wl-table .product-name::before {
		content: "Product: ";
		font-weight: 700;
		float: left;
		margin: 0 1em 0 0;
	}

	#wl-wrapper .wl-table .wl-date-added,
	#wl-wrapper .wl-table .product-quantity,
	#wl-wrapper .wl-table .product-price,,
	#wl-wrapper .wl-privacy-col {
		text-align: right!important;
	}

	#wl-wrapper .wl-table .product-price::before {
		content: "Price: ";
		font-weight: 700;
		float: left;
		margin: 0 1em 0 0;
	}

	#wl-wrapper .wl-table .product-quantity::before {
		content: "Quantity: ";
		font-weight: 700;
		float: left;
		margin: 0 1em 0 0;
		line-height: 2.5em;
	}

	#wl-wrapper .wl-privacy-col {
		text-align: right!important;
	}
}

.category-intro {
	margin: 0 0 3em;
}

.category-intro .banner {
	display: none;
}

.category-intro .introduction {
	line-height: 1.5em;
	color: #353535;
}

@media (min-width: 960px) {
	.category-intro .banner {
		display: block;
		position: relative;
		min-height: 12em;
		background: #E63023;
	}

	.category-intro .banner .text {
		display: block;
		width: 23em;
		height: 100%;
		position: absolute;
		color: white;
		padding: 1em 0 1em 1em;
		overflow-x: visible;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		overflow: hidden;
	}

	.category-intro .banner .text::before,
	.category-intro .banner .text::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		background: white;
		z-index: 1;
		-webkit-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
		-o-transform: skewX(-30deg);
		transform: skewX(-30deg);
	}

	.category-intro .banner .text::after {
		margin-right: 8px;
		background: #1C60A6;
	}

	.category-intro .banner .text h1 {
		text-transform: uppercase;
		font-weight: 700;
		margin: 0;
		font-size: 24px;
		color: white;
		position: relative;
		z-index: 2;
	}

	.category-intro .banner .image,
	.category-intro .banner .description {
		display: block;
		margin-left: 23em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.category-intro .banner .description {
		padding: 0 1em;
		color: white;
		background: #E63023;
	}

	.category-intro .banner .description .t {
		display: table;
		width: 100%;
		height: 100%;
	}

	.category-intro .banner .description .t .tc {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
	}

	.category-intro .banner .description p {
		font-size: 14px;
		margin: 1em 0;
	}

	.category-intro .introduction {
		font-size: 16px;
	}
}

@media (min-width: 1360px) {
	.category-intro .banner .description p {
		font-size: 16px;
	}
}

dl.faq {
	padding: 0;
	margin: 0 0 2em 0;
}

dl.faq dt.faq-question {
	font-weight: 700;
	font-size: 16px;
	color: #1C60A6;
	display: block;
	padding: 0;
	margin: 0;
}

dl.faq dd.faq-answer {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

dl.faq p {
	margin: 0;
}

.woocommerce .woocommerce-breadcrumb {
	display: none;
	font-size: 1em;
}

@media (min-width: 769px) {
	.woocommerce .woocommerce-breadcrumb {
		display: block;
		margin: 0 0 2em;
	}
}

@media (min-width: 960px) {
	.woocommerce .woocommerce-breadcrumb {
		margin: -1em 0 2em;
	}
}

/* Blog */
section.blog {
	background: white;
	padding: 2em 0;
	position: relative;
	z-index: 1;
}

section.related-posts {
	background: #F1F2F2;
	padding: 2em 1em;
	z-index: 1;
}

section.blog .content {
	padding: 0 1em;
}

section.blog article.post,
section.related-posts article.post {
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 2em;
	padding: 0 0 2em 0;
	font-weight: 300;
	line-height: 1.5em;
}

section.blog article.post:last-of-type,
section.related-posts article.post:last-of-type {
	border-bottom: none;
	padding: 0;
}

section.blog article.post .image,
section.related-posts article.post .image {
	margin: 0 0 1em 0;
	display: block;
}

section.blog article.post .image img,
section.related-posts article.post .image img {
	display: block;
	width: 100%;
	height: auto;
}

section.blog h1.search-title {
	color: #1C60A6;
	margin: 0 0 1em;
	font-weight: 700;
	font-size: 2em;
}

section.related-posts h2 {
	text-transform: uppercase;
	color: #1C60A6;
	margin: 0 0 1em;
	font-weight: 400;
	font-size: 20px;
}

section.related-posts h2 em {
	font-style: normal;
	font-weight: 700;
}

section.blog article.post h2,
section.blog article.post h1,
section.related-posts article.post h2 {
	font-weight: 700;
	font-size: 1.8em;
	margin: 0 0 0.5em;
	color: #0E76BC;
	line-height: 1.25em;
}

section.related-posts article.post h2 {
	font-size: 1.2em;
}

section.blog article.post h1 {
	margin: 0 0 1em;
}

section.blog article.post h2 a,
section.related-posts article.post h2 a {
	color: inherit;
	text-decoration: none;
}

section.blog article.post p,
section.blog article.post ul,
section.blog article.post ol {
	line-height: 1.5em;
}

section.blog article.post blockquote {
	padding: 0 0 0 2em;
	margin: 2em 0;
	border-left: 0.25em solid #0E76BC;
	font-size: 1.2em;
}

section.blog article.post strong {
	font-weight: 700;
}

section.blog article.post h3 {
	font-size: 1.4em;
	font-weight: 700;
	margin: 1em 0;
	color: #0E76BC;
}

section.blog article.post p + h3,
section.blog article.post p + h4 {
	margin: 2.5em 0 1em;
}

section.blog article.post h4 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 1em 0;
}

section.blog article.post ul {
	line-height: 1.3em;
}

section.blog article.post a {
	color: #0E76BC;
	text-decoration: none;
}

section.blog .pagination {
	text-align: center;
	font-weight: 700;
	cursor: default;
	margin: 1em 0 2em;
}

section.blog .pagination .page-numbers,
section.blog .pagination a {
	display: inline-block;
	padding: 0.25em 0.75em;
	line-height: 1.5em;
	text-decoration: none;
	color: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 1.5em;
	text-align: center;
	cursor: pointer;
}

section.blog .pagination .page-numbers.current {
	background: #F1F1F1;
}

section.blog aside {
	padding: 1em;
	font-weight: 300;
	line-height: 1.5em;
}

section.blog aside a {
	color: #0E76BC;
}

section.blog aside ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.blog aside ul li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 3em 0;
}

section.blog aside h2 {
	font-weight: 300;
	font-size: 1.4em;
	margin: 0 0 0.5em;
}

section.blog aside ul li ul li {
	margin: 0;
}

section.blog aside .widget_archive label {
	display: none;
}

section.blog aside .widget_archive select,
section.blog aside .widget_archive .selectBox,
section.blog aside .widget_archive .selectBox a {
	display: block;
	width: 100%!important;
	color: inherit!important;
}

section.blog aside #searchform div {
	border: 1px solid #CBCBCB;
	font-size: 14px;
	position: relative;
}

section.blog aside #searchform div input[type="text"],
section.blog aside #searchform div input[type="search"] {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	padding: 0.5em 3.5em 0.5em 0.5em;
	margin: 0;
	font: inherit;
	line-height: 1em;
}

section.blog aside #searchform #searchsubmit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    background: #E63023;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    font-family: "psd-icons";
    font-weight: normal;
    color: white;
    min-width: 0;
}

.rotatingtweets .rotatingtweet {
	display: block!important;
	margin: 1em 0 2em;
}

section.blog .addtoany_content {
	margin: 4em 0 1em;
}

@media (min-width: 768px) {
	section.blog {
		padding: 0;
		position: relative;
	}

	section.blog .container {
		position: relative;
		z-index: 2;
	}

	section.blog .container::after {
		content: "";
		display: block;
		clear: both;
	}

	section.blog .content {
		float: left;
		width: calc(100% - 280px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 4em 1em;
		z-index: 2;
		position: relative;
	
}
	section.blog .pagination {
		text-align: left;
	}

	section.blog aside {
		float: right;
		width: 280px;
		padding: 4em 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 2;
		position: relative;
	}

	section.blog.archive article.post {
		overflow: hidden;
	}

	section.blog.archive article.post .image {
		float: left;
		width: 200px;
		margin: 0;
	}

	section.blog.archive article.post .text {
		margin-left: 220px;
	}

	section.related-posts h2 {
		font-size: 30px;
	}

	section.related-posts .container {
		overflow: hidden;
	}

	section.related-posts article.post {
		float: left;
		width: calc(50% - 1em);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: none;
	}

	section.related-posts article.post:nth-of-type(2n) {
		float: right;
	}
}

@media (min-width: 960px) {
	section.blog {
		padding: 0 2em;
	}

	section.blog .content {
		padding: 4em 3em 3em 24px;
		width: calc(100% - 320px);
	}

	section.blog article.post h1 {
		font-size: 2em;
	}

	section.blog aside {
		padding: 4em 4em 4em 3em;
		width: 320px;
	}

	section.blog article.post .image {
		margin: 0 0 2em 0;
	}

	section.blog .content,
	section.related-posts article.post {
		font-size: 14px;
	}

	section.related-posts .container {
		padding: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	section.related-posts h2 {
		font-size: 40px;
	}

	section.related-posts article.post {
		overflow: hidden;
	}

	section.related-posts article.post .image {
		float: left;
		width: 120px;
		margin: 0;
	}

	section.related-posts article.post .text {
		margin-left: 140px;
	}
}

@media (min-width: 1360px) {
	section.blog .content {
		width: calc(100% - 420px);
	}

	section.blog aside {
		width: 420px;
	}

	section.related-posts article.post .image {
		width: 200px;
	}

	section.related-posts article.post .text {
		margin-left: 220px;
	}
}

/* Contact */
section.contact {
	background: white;
	padding: 2em 1em;
}

section.contact h1,
section.contact h2 {
	color: #353535;
	margin: 0 0 0.5em;
	font-size: 28px;
	font-weight: 700;
}

section.contact ul.contact {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

section.contact ul.contact li {
	list-style: none;
	display: block;
	padding: 0.5em;
	margin: 0;
}

section.contact ul.contact li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 1.5em;
	color: #353535;
}

section.contact ul.contact li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: "psd-icons";
	font-weight: normal;
	color: #1C60A6;
}

section.contact ul.contact li.telephone a::before { content: "\e90d"; }
section.contact ul.contact li.email a::before { content: "\e905"; }
section.contact ul.contact li.address a::before { content: "\e910"; }

.wpcf7-form p {
	margin: 1em 0 2em;
}

.wpcf7-form p input[type="text"],
.wpcf7-form p input[type="email"],
.wpcf7-form p input[type="number"],
.wpcf7-form p input[type="tel"],
.wpcf7-form p textarea {
	display: block;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	border: 1px solid #CBCBCB;
	font: inherit;
	color: #353535;
	margin: 0.5em 0;
	width: 100%;
}

.wpcf7-form p input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}

span.wpcf7-not-valid-tip {
	padding-left: 1.5em;
	position: relative;
	color: #E63023;
}

span.wpcf7-not-valid-tip::before {
	content: "\e90e";
	display: block;
	position: absolute;
	top: -0.25em;
	left: 0.25em;
	font-family: "psd-icons";
	font-weight: normal;
}

section.contact img {
	display: block;
	width: 100%;
	height: auto;
	margin: 1em 0;
}

@media (min-width:768px) {
	section.contact h1,
	section.contact h2 {
		margin: 0 0 1em;
	}

	section.contact .contact-details {
		float: right;
		width: 35%;
	}

	section.contact .contact-form {
		width: 65%;
		padding-right: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (min-width: 960px) {
	section.contact {
		padding: 4em 2em;
	}

	section.contact h1,
	section.contact h2 {
		padding: 0 24px;
	}

	section.contact .contact-details {
		font-size: 14px;
		padding-right: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	section.contact .contact-form {
		padding-right: 8em;
		padding-left: 2em;
	}
}

/* Full width Banner */
section.full-width-banner {
	display: block;
}

section.full-width-banner img {
	display: block;
	width: 100%;
	height: auto;
}

/* Text */
section.text {
	background: white;
	padding: 2em 1em;
}

section.text h1,
section.text h2,
section.text h3 {
	font-weight: 700;
	margin: 2em 0 1em;
}

section.text h1:first-child,
section.text h2:first-child,
section.text h3:first-child,
section.text p:first-child {
	margin-top: 0;
}

section.text img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	section.text .cols {
		overflow: hidden;
	}

	section.text .cols.two-columns .column-one {
		float: left;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 1em;
	}

	section.text .cols.two-columns .column-two {
		float: right;
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 1em;
	}
}

@media (min-width: 960px) {
	section.text {
		padding: 4em 2em;
	}

	section.text .cols {
		padding: 0 2em;
	}
}

/* Info, Message, Error */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	background: #1C60A6;
	color: white;
	border: none;
	border-left: 0.5em solid #164475;
	font-weight: 700;
}

.woocommerce-error {
	background: #A61C1C;
	border-left: 0.5em solid #751616;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-error::before {
	color: inherit;
}

.woocommerce-info a,
.woocommerce-message a,
.woocommerce-error a {
	color: inherit;
	text-decoration: underline;
	display: inline-block;
	margin: 0 0 0 1em;
	font-weight: 400;
}

@media (min-width: 960px) {
	.woocommerce-info,
	.woocommerce-message,
	.woocommerce-error {
		font-size: 16px;
	}
}

#catapult-cookie-bar button#catapultCookie {
	line-height: 1em;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.grecaptcha-badge,
#ruk_float_tab {
	display: none!important;
}

.sub-menu-bar {
	display: none;
}

nav.main .sub-nav-bar {
	display: none;
}

@media (min-height: 600px) and (max-width: 959px) {
	nav.main .sub-nav-bar {
		display: block;
		padding: 0.5em;
	}

	nav.main .sub-nav-bar .product-of-the-month,
	nav.main .sub-nav-bar .brand-of-the-month,
	nav.main .sub-nav-bar .manufacturers,
	nav.main .sub-nav-bar .free-delivery {
		color: inherit;
		display: block;
		position: relative;
		padding-left: 3em;
		padding-right: 2em;
		min-height: 2.5em;
		margin: 0 0 1em;
	}

	nav.main .sub-nav-bar .free-delivery {
		margin: 0;
	}

	nav.main .sub-nav-bar .product-of-the-month::before,
	nav.main .sub-nav-bar .brand-of-the-month::before,
	nav.main .sub-nav-bar .manufacturers::before,
	nav.main .sub-nav-bar .free-delivery::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2em;
		height: 2em;
		text-align: center;
		line-height: 2em;
		background: white;
		border-radius: 50%;
		color: #1C60A6;
		font-size: 1.25em;
		font-family: "psd-icons";
		font-weight: normal;
	}

	nav.main .sub-nav-bar .product-of-the-month::before { content: "\e901"; }
	nav.main .sub-nav-bar .brand-of-the-month::before { content: "\e901"; }
	nav.main .sub-nav-bar .manufacturers::before { content: "\e912"; }
	nav.main .sub-nav-bar .free-delivery::before { content: "\e911"; }

	nav.main .sub-nav-bar .product-of-the-month strong,
	nav.main .sub-nav-bar .brand-of-the-month strong,
	nav.main .sub-nav-bar .manufacturers strong,
	nav.main .sub-nav-bar .free-delivery strong {
		display: block;
		text-transform: uppercase;
	}
}

@media (min-width: 960px) {
	.sub-menu-bar {
		display: block;
		background: #f1f1f2;
		border-bottom: 1px solid #CBCBCB;
		padding: 1em 2em;
	}

	.sub-menu-bar .container {
		display: table;
		width: 100%;
		margin: 0 auto;
		padding: 0 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sub-menu-bar .product-of-the-month,
	.sub-menu-bar .brand-of-the-month {
		display: table-cell;
		vertical-align: middle;
		/*width: 42%;*/
		width: 33%;
		color: inherit;
		text-decoration: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		padding-left: 3em;
		padding-right: 2em;
		height: 2.5em;
	}

	.sub-menu-bar .manufacturers {
		color: inherit;
		text-decoration: none;
		display: table-cell;
		vertical-align: middle;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		padding-left: 3em;
		height: 2.5em;
	}

	.sub-menu-bar .free-delivery {
		display: table-cell;
		vertical-align: middle;
		width: 35%;
		width: 33%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		padding-left: 3em;
		height: 2.5em;
	}

	.sub-menu-bar .product-of-the-month::before,
	.sub-menu-bar .brand-of-the-month::before,
	.sub-menu-bar .manufacturers::before,
	.sub-menu-bar .free-delivery::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 2em;
		height: 2em;
		text-align: center;
		line-height: 2em;
		background: #464646;
		border-radius: 50%;
		color: white;
		font-size: 1.25em;
		font-family: "psd-icons";
		font-weight: normal;
	}

	.sub-menu-bar .product-of-the-month::before { content: "\e901"; }
	.sub-menu-bar .brand-of-the-month::before { content: "\e901"; }
	.sub-menu-bar .manufacturers::before { content: "\e912"; }
	.sub-menu-bar .free-delivery::before { content: "\e911"; }

	.sub-menu-bar .product-of-the-month strong,
	.sub-menu-bar .brand-of-the-month strong,
	.sub-menu-bar .manufacturers strong,
	.sub-menu-bar .free-delivery strong {
		display: block;
		text-transform: uppercase;
	}
}