body.open {
	transform: translate(200px, 0px);
	-moz-transform: translate(200px, 0px);
	-ms-transform: translate(200px, 0px);
	-webkit-transform: translate(200px, 0px);
	-o-transform: translate(200px, 0px);
	transform: translate(200px, 0px);
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}
li {
	font-size: 0.8em;
}
/* -----------------------------------------------
:: Grid
-------------------------------------------------- */
.row {
	margin: 0 auto 0 auto;
	width: 100%;
	min-width: 18.75em;
	max-width: 37.5em /* 600px; */
}
.row .row {
	margin-bottom: 0;
	margin-left: -0.5em;
	margin-right: -0.5em;
	width: auto;
	min-width: 0;
	max-width: none;
 *zoom: 1;
}
.row .row.collapse {
	width: auto;
	margin: 0;
	max-width: none;
}
.cls {
	position: relative;
	float: left;
	width: 100%;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.row.collapse .cls {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}

@media only screen {
.cls {
	position: relative;
	float: left;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.sm-1 {
	width: 8.33333%;
}
.sm-2 {
	width: 16.66667%;
}
.sm-3 {
	width: 25%;
}
.sm-4 {
	width: 33.33333%;
}
.sm-5 {
	width: 41.66667%;
}
.sm-6 {
	width: 50%;
}
.sm-7 {
	width: 58.33333%;
}
.sm-8 {
	width: 66.66667%;
}
.sm-9 {
	width: 75%;
}
.sm-10 {
	width: 83.33333%;
}
.sm-11 {
	width: 91.66667%;
}
.sm-12 {
	width: 100%;
}
}
/* -----------------------------------------------
:: Grid row & column - margin and pad
------------------------------------------------- */
/* margin rows and cls, (but not .row .row) */
.space-25 {
	margin: 1.5em auto 1.5em auto !important;
}
.spacet-25 {
	margin-top: 1.5em !important;
}
.spaceb-25 {
	margin-bottom: 1.5em !important;
}
.space-50 {
	margin: 3em auto 3em auto !important;
}
.spacet-50 {
	margin-top: 3em !important;
}
.spaceb-50 {
	margin-bottom: 3em !important;
}
.space-100 {
	margin: 6em auto 6em auto !important;
}
.spacet-100 {
	margin: 6em auto 0 auto !important;
}
.spaceb-100 {
	margin: 0 auto 6em auto !important;
}
/* pad rows only */
.pad-25 {
	padding: 1.5em 0;
}
.padt-25 {
	padding: 1.5em 0 0 0;
}
.padb-25 {
	padding: 0 0 1.5em 0;
}
.pad-50 {
	padding: 3em 0;
}
.padt-50 {
	padding: 3em 0 0 0;
}
.padb-50 {
	padding: 0 0 3em 0;
}
.pad-100 {
	padding: 6em 0;
}
.padt-100 {
	padding: 6em 0 0 0;
}
.padb-100 {
	padding: 0 0 6em 0;
}
/* pad cls only */
.padc-20 {
	padding-top: 1.25em;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 1.25em;
}
.padct-20 {
	padding-top: 1.25em;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.padcb-20 {
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 1.25em;
}
.padc-50 {
	padding-top: 3em;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 3em;
}
.padct-50 {
	padding-top: 3em;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.padcb-50 {
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 3em;
}
.padc-100 {
	padding-top: 6em;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 6em;
}
.padct-100 {
	padding-top: 6em;
	padding-right: 1.25em;
	padding-left: 1.25em;
}
.padcb-100 {
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 6em;
}
/* -----------------------------------------------
:: Float clearing
-------------------------------------------------- */
/* float clearing for IE6 */
* html .cf, * html .row, * html .collapse, * html • {
	overflow: visible;
}
/* float clearing for IE7 */

*+html .cf, *+html .row, *+html .collapse, *+html figure {
	min-height: 1%;
}
/* float clearing for everyone else */
.cf:after, .row:after, .collapse:after, figure:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
/* -----------------------------------------------
:: Links
-------------------------------------------------- */
a {
	color: #272727;
	text-decoration: none;
}
/* -----------------------------------------------
:: Global control
-------------------------------------------------- */
.black, .price {
	color: #272727;
}
.red {
	color: #aa1f24;
}
.green {
}
.alt {
	background-color: #f1f1f1;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.align-right {
	float: right;
	margin: 0 0 1.5625em 3.125em;
}
.txt-center {
	text-align: center;
}
.centered {
	margin: 0 auto;
	text-align: center;
}
.center {
	margin: 0 auto;
}
.txt-justify {
	text-align: justify;
}
.a-left {
	text-align: left !important;
}
.a-center {
	text-align: center !important;
}
.a-right {
	text-align: right !important;
}
.underline {
	text-decoration: underline !important;
}
.start {
	margin-left: 0 !important;
}
.end {
	margin-right: 0 !important;
}
.hide, .desktop, .no-display, .toggleDiv {
	display: none;
}
.show_hide {
	text-decoration: underline;
}
.cssimg {
	display: block;
	height: 0;
	overflow: hidden;
}
.price {
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}
.sku {
	font-size: 12px;
	font-size: 0.75rem;
	color: #272727;
}
.availability {
	display: block;
	padding: 5px 0 5px 5px;
	font-size: 12px;
	font-size: 0.75rem;
}
.in-stock {
	color: #007f4e;
}
.out-of-stock {
	color: #aa1f23;
}
.availability-only {
	display: inline-block;
	font-size: 12px;
	font-size: 0.875rem;
	font-family: 'OpenSansBold', Arial, sans-serif;
	color: #07428b;
	text-transform: uppercase;
}
.qty {
	color: #666;
}
.link-play {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.link-playicon {
	position: relative;
	top: 7px;
	left: 12px;
	display: inline-block;
	float: right;
	padding: 30px 0 0 0;
	width: 24px;
	height: 0;
	overflow: hidden;
}
.link-playicon:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 1.5rem;
	content: '\f144';
	color: #2e3a47;
}
.link-playicon:hover:before {
	color: #aa1f24;
}
.link-cart {
}
.link-wishlist, .link-compare {
	position: relative;
	margin-left: 15px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #666;
	text-decoration: underline;
	text-transform: lowercase;
}
.link-wishlist:before, .link-compare:before {
	font-family: FontAwesome;
	position: absolute;
	top: 1px;
	left: -15px;
}
.link-wishlist:before {
	content: '\f004';
}
.link-compare:before {
	content: '\f067';
}
.link-reorder {
	font-size: 12px;
	font-size: 0.75rem;
	text-decoration: underline;
	text-transform: lowercase;
}
.link-compare {
	font-size: 12px;
	font-size: 0.75rem;
	text-decoration: underline;
	text-transform: lowercase;
}
.shadow {
	-webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .45);
	-moz-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .45);
	box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, .45);
}
/* Pings */
.ping {
	display: none;
	position: absolute;
	width: 80px;
	height: 80px;
	padding: 1.25em 0;
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	z-index: 100;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.products-grid .ping {
	width: 50px;
	height: 50px;
	padding: 1em 0;
	font-size: 14px;
	font-size: 0.875rem;
}
.ping.isNew {
	background-color: #007f4e;
	top: -10px;
	left: 0;
}
.ping.isSpecial {
	background-color: #aa1f24;
	top: -10px;
	right: -10px;
}
.products-grid .ping.isNew {
	top: -8px;
	left: -8px;
}
.products-grid .ping.isSpecial {
	top: -8px;
	right: -8px;
}
/* Reviews */
#tab_reviews h2 {
	font-size: 24px;
	font-size: 1.5rem;
}
#tab_reviews .review {
	padding: 1.5em 0 1em 0;
	margin-top: 1em;
	border-top: 1px solid #e7e7e7;
}
#tab_reviews .review:first-child {
	border: none;
}
#tab_reviews header {
	margin-bottom: 1em;
}
#tab_reviews .summary {
	display: block;
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
}
#tab_reviews .ratings-table {
	margin: 20px 0 0 0;
}
#tab_reviews .ratings-table li span {
	display: inline-block;
	width: 95px;
}
#tab_reviews .ratings-table li .rating-box {
	display: inline-block;
}
.ratings, .no-rating {
	line-height: 1em;
	width: 225px;
	margin-bottom: 1em;
}
.ratings a, .no-rating a {
	position: relative;
	top: -2px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #666 !important;
	line-height: 1em;
	text-decoration: underline;
	text-transform: lowercase;
}
.rating-links, .rating-box .rating, .ratings .rating-box, .no-rating .rating-box, .ratings a, .no-rating a {
	display: inline-block;
}
.rating-box {
	width: 69px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background: url(../images/rating.png) 0 0 repeat-x;
	text-indent: -999em;
	overflow: hidden;
}
.rating-box .rating {
	height: 13px;
	background: url(../images/rating.png) 0 100% repeat-x;
}
.ratings .rating-box, .no-rating .rating-box {
	margin-right: 8px;
}
#tab_reviews .form-add {
	margin-top: 3em;
	padding: 1em;
	border: 1px solid #e7e7e7;
	background-color: #fafafa;
}
#tab_reviews .form-add .rating-list li {
	display: inline-block;
	margin: 0 20px 20px 0;
}
#tab_reviews .form-add .rating-list li strong {
	display: block;
}
#tab_reviews .form-add .rating-list .radio {
	display: inline-block;
	margin-right: 10px;
}
#tab_reviews .form-add .rating-list .rating-box {
	display: inline-block;
	position: relative;
	top: 5px;
}
#tab_reviews .form-list {
}
#tab_reviews .form-list li {
	display: block;
	margin-bottom: 1em;
}
#tab_reviews .form-list li label {
	display: block;
	margin-bottom: 0.25em;
}
#tab_reviews .form-list li em {
	display: inline-block;
	margin-right: 3px;
}
#tab_reviews .form-list li input[type="text"], #tab_reviews .form-list li .input-text, #tab_reviews .form-list li textarea {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#tab_reviews .form-list li input[type="text"] {
	width: 300px;
}
#tab_reviews .form-list li textarea {
	min-height: 200px;
	width: 98%;
}
/* Price Match */
#productcontactForm .form-list li, #productcontactForm .form-list li .field {
	margin-bottom: 1em;
}
#productcontactForm .form-list li label {
	display: block;
	margin-bottom: 0.25em;
}
#productcontactForm .form-list li em {
	display: inline-block;
	margin-right: 3px;
}
#productcontactForm .form-list li input[type="text"], #productcontactForm .form-list li .input-text, #productcontactForm .form-list li textarea {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
#productcontactForm .form-list li input[type="text"] {
	width: 300px;
}
#productcontactForm .form-list li textarea {
	min-height: 200px;
	width: 300px;
}
/* Forms */
input.qty, input#qty {
	width: 30px;
	padding: 2px 0;
	margin-left: 5px;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
}
.qty label {
	font-size: 12px;
	font-size: 0.75rem;
}
/* Form validation */
.validation-advice {
	margin: 0.5em 0 1em 0;
	color: #900;
}
.validation-failed {
	border: 1px solid #900 !important;
}
/* Global Messages  */
.success {
	color: #5EA618;
}
.error {
	color: #aa1f23;
}
.notice {
	color: #ac6b0f;
}
.messages, .messages ul {
	margin: 0;
}
.messages li {
	margin: 0 0 1em 0;
}
.messages li li {
	position: relative;
	margin: 0 0 0 0;
	padding: 1em 1em 1em 3em;
	font-size: 14px;
	font-size: 0.875rem;
}
.note-msg, .notice-msg {
	background-color: #faf9cd;
	color: #ac6b0f;
}
.error-msg {
	background-color: #fff0f0;
	color: #aa1f23;
}
.success-msg {
	background-color: #eff5ea;
	color: #5EA618;
}
.messages li li:before {
	position: absolute;
	top: 10px;
	left: 15px;
	font-family: FontAwesome;
	font-size: 20px;
	font-size: 1.25rem;
}
.messages li.success-msg li:before {
	content: '\f058';
}
.messages li.error-msg li:before {
	content: '\f06a';
}
.messages li.note-msg li:before {
	content: '\f0eb';
}
.messages li.notice-msg li:before {
	content: '\f0eb';
}
/*
widgets
*/
.widget {
	margin-bottom: 1em;
	padding: 10px;
}
#aside .widget {
	display: none;
	margin-bottom: 1em;
	padding: 0;
	border: none;
}
/*
tabs
*/
.tabs {
	margin: 0 0 -1px 0;
}
.tabs li {
	display: block;
	margin: 0;
	float: left;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	background-color: #f6f6f6;
}
.tabs li a {
	position: relative;
	display: block;
	padding: 1em;
}
.tabs li a:hover {
	background-color: #ddd;
}
.tabs li a.active {
	padding: 0.75em 1.5em 0.75em 1.5em;
	color: #fff;
	background-color: #272727;
}
.tab-content-wrapper, .tab-content {
	padding: 1.75em 1.25em;
	border: 1px solid #ddd;
}
.collateral-tabs .tab {
	float: none;
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
}
.collateral-tabs .tab a:after {
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: FontAwesome;
	content: '\f067';
}
.collateral-tabs .tab a.active:after {
	content: normal;
}
/*
rich snippet addresses
*/
.organisation .address, .organisation .contact {
	position: relative;
	margin-bottom: 1.25em;
	padding: 0 0 0 40px;
	font-size: 14px;
	font-size: 0.875rem;
}
.organisation .address:before, .organisation .tel:before, .organisation .fax:before, .organisation .email:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
}
.organisation .address:before {
	font-size: 32px;
	font-size: 2rem;
	content: '\f041';
	top: -5px;
	left: 0;
}
.organisation .tel, .organisation .fax, .organisation .email {
	position: relative;
	margin-bottom: 0.75em;
}
.organisation .tel:before, .organisation .fax:before, .organisation .email:before {
	top: -4px;
	left: -40px;
}
.organisation .tel:before {
	font-size: 24px;
	font-size: 1.5rem;
	content: '\f098';
}
.organisation .fax:before {
	font-size: 20px;
	font-size: 1.25rem;
	content: '\f1ac';
}
.organisation .email:before {
	font-size: 20px;
	font-size: 1.25rem;
	content: '\f0e0';
}
/*
accepted payment methods
*/
.payment-methods {
	padding: 2em 0 0 0;
	margin: 0;
	text-align: center;
}
.payment-methods li {
	display: inline-block;
	margin-left: 0.5em;
	padding-top: 50px;
	background: url(/skin/frontend/netmatter/atlantic/images/payments-sprite.png) no-repeat 0 0;
}
.payment-methods li:first-child {
	margin-left: 0;
}
.payment-methods .trustwave {
	background-position: -3px -1px;
	width: 90px;
}
.payment-methods .pdq {
	background-position: -2px -489px;
	width: 155px;
}
.payment-methods .verified {
	background-position: -2px -207px;
	width: 133px;
}
.payment-methods .mastercard {
	background-position: -2px -278px;
	width: 65px;
}
.payment-methods .visa {
	background-position: -2px -355px;
	width: 100px;
}
.payment-methods .maestro {
	background-position: -2px -432px;
	width: 62px;
}
/*
social links
*/
.social {
	margin-bottom: 0;
}
.social li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 1.5em;
	color: #ffffff;
}
.social li:first-child {
	margin: 0;
}
.social a {
	float: left;
	height: 0;
	padding: 1.5em 0 0 0;
	width: 20px;
	overflow: hidden;
}
.social a:before {
	position: absolute;
	top: -8px;
	left: -1px;
	font-family: FontAwesome;
	font-size: 30px;
	font-size: 1.875rem;
	color: #cdcccb;
}
.social .twitter a:before {
	content: '\f099';
}
.social .google-plus a:before {
	content: '\f0d5';
}
.social .facebook a:before {
	content: '\f082';
}
.social .linkedin a:before {
	content: '\f08c';
}
.social .youtube a:before {
	content: '\f166';
}
.social .instagram a:before {
	content: '\f16d';
}
.social .rss a:before {
	content: '\f143';
}
/* Media Object (image/icon floated next to text without text flowing around image) */
.media-object, .media-object .content {
	overflow: hidden;
}
.media-object {
	text-align: left;
}
.media-object .media {
	float: left;
	margin: 0 10px 0 0;
}
/* -----------------------------------------------
:: Price Box - standard
-------------------------------------------------- */
.price {
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}
.special-price .price-label {
	color: #ad1919;
}
.special-price .price {
	color: #ad1919;
}
.sku {
	font-size: 12px;
	font-size: 0.75rem;
	color: #2e3a47;
}
.availability {
	display: block;
	padding: 5px 0 !important;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	/* color: #aa1f24; */
}
.in-stock {
	color: #007f4e;
}
.out-of-stock {
	color: #aa1f23;
}
.qty {
	color: #666;
}
.alert-price, .alert-stock {
	margin-bottom: 0.25em;
}
.alert-price a, .alert-stock a {
	font-size: 12px;
	font-size: 0.75rem;
	color: #07428b;
	text-decoration: underline;
	text-transform: lowercase;
}
.price-box p {
	margin-bottom: 0;
}
.price-notice {
	color: #a0a0a0;
}
.price-box .price-label {
	color: #a0a0a0;
}
.price-box .minimal-price-link {
	display: block;
}
.price-box .minimal-price-link .label, .price-box .minimal-price-link .price {
	font-family: OpenSansItalic;
	font-size: 12px;
	font-size: 0.75rem;
	color: #333;
}
/* -----------------------------------------------
:: Price Box - special
-------------------------------------------------- */
.price-box .old-price, .price-box .special-price {
	display: inline-block;
}
.price-box .old-price .price-label, .price-box .special-price .price-label {
	display: none;
}
.price-box .old-price .price, .price-box .special-price .price {
	display: inline-block;
}
.price-box .old-price .price {
	color: #a0a0a0;
	text-decoration: line-through;
}
.price-box .special-price .price-label {
	color: #D84D3C;
}
/* -----------------------------------------------
:: Price Box - taxes
-------------------------------------------------- */
.price-box .price-excluding-tax, .price-box .price-including-tax {
	display: block;
}
span.weee {
	display: block;
}
/* -----------------------------------------------
:: Price Box - tiered prices
-------------------------------------------------- */
.price-box .price-from, .price-box .price-to {
	display: inline-block;
}
.product-pricing, .tier-prices, .tier-prices-grouped {
	display: inline-block;
	padding: 0.5em 1em;
	background: #ffffee;
	border: 1px solid #eee;
}
.product-pricing li, .tier-prices li, .tier-prices-grouped li, .product-pricing .benefit, .tier-prices .benefit, .tier-prices-grouped .benefit {
	margin-bottom: 0;
	font-family: OpenSansItalic;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-pricing .price, .tier-prices .price, .tier-prices-grouped .price {
	font-family: OpenSansItalic;
	font-size: 12px;
	font-size: 0.75rem;
}
/* -----------------------------------------------
:: Lists
-------------------------------------------------- */
.inline-list {
	margin: 0 auto;
}
.inline-list > li {
	display: inline-block;
}
.inline-list > li > * {
	display: inline-block;
}
.inline-list > li a {
	display: inline-block;
}
/* -----------------------------------------------
:: Flexsliders
-------------------------------------------------- */
.slider {
	position: relative;
	margin: 0 auto 1em auto;
	max-width: 64em;
}
.slider #arrows, .slider #arrows li {
	margin-bottom: 0;
	line-height: normal;
}
.slider #arrows a.flex-next, .slider #arrows a.flex-prev {
	position: absolute;
	top: 31%;
	text-decoration: none;
	font-size: 0;
}
.slider #arrows a.flex-prev {
	left: 1%;
}
.slider #arrows a.flex-next {
	right: 1%;
}
.slider #arrows a.flex-next:before, .slider #arrows a.flex-prev:before {
	display: block;
	width: 30px;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
}
.slider #arrows a.flex-prev:before {
	content: '\f104';
}
.slider #arrows a.flex-next:before {
	content: '\f105';
}
.slides {
	margin-bottom: 0;
}
.slides li {
	display: none;
	position: relative;
	margin-bottom: 0;
	line-height: normal;
}
/* -----------------------------------------------
:: Topbar
-------------------------------------------------- */
#topbar {
	background-color: #fff;
	border-bottom: 1px solid #e7e7e7;
}
#topbar a {
	display: block;
	padding: 0.5em 0;
	color: #000;
	text-decoration: none;
}
#topbar ul, #topbar li {
	margin-bottom: 0;
}
#topbar ul {
	text-align: right;
}
#topbar ul li:first-child, #topbar ul li:first-child img {
	float: left;
	margin: 7px 0 0 20px;
	width: 140px;
}
#topbar ul li:first-child a {
	padding: 0;
}
#topbar ul li {
	display: inline-block;
	margin: 0 0 0 0.25em;
	font-size: 20px;
	font-size: 1.25rem;
}
#topbar ul li span {
	display: none;
}
#topbar ul li .logout, #topbar ul li .logout span {
	text-decoration: underline;
}
#topbar ul li.hire {
	display: none;
}
#topbar form.search {
	display: none;
	position: relative;
	padding: 0.5em 0;
}
#topbar form.search.open {
	display: block;
}
#topbar form.search input[type="text"] {
	width: 100%;
	padding: 0.5em .75em 0.55em 0.75em;
}
#topbar form.search button[type="submit"] {
	position: absolute;
	top: 9px;
	right: 0;
	padding: 0.4em .75em 0.4em 0.75em;
	color: #666;
	background-color: transparent;
}
#topbar ul li.pricematch, #topbar ul li.delivery {
	display: none;
}
#topbar ul li.tel {
}
#topbar ul li.cart {
	position: relative;
}
#topbar ul li.cart .items {
	position: absolute;
	right: -5px;
	top: 5px;
	display: block;
	padding: 1px 5px 0 5px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #FFFFFF;
	text-align: center;
	background: #C71523;
}
/* -----------------------------------------------
:: Header
-------------------------------------------------- */
#header {
	margin-bottom: 0.1em;
	background-color: #fff;
}
#header ul, #header li {
	margin-bottom: 0;
}
#header a {
	text-decoration: none;
}
#header form.search {
	position: relative;
	margin-top: 5px;
}
#header form.search.open {
	display: block;
}
#header form.search input[type="text"] {
	width: 100%;
	padding: 0.75em 0.75em 0.6em 0.75em;
}
#header form.search button[type="submit"] {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 8px 4px 8px;
	font-size: 22px;
	font-size: 1.375rem;
	color: #fff;
	background-color: #2b2b2b;
}
html[data-useragent*='MSIE 9.0'] #header form.search input[type="text"], html[data-useragent*='MSIE 10.0'] #header form.search input[type="text"], html[data-useragent*='MSIE 11.0'] #header form.search input[type="text"] {
	padding: 0.75em .75em 0.75em 0.75em;
}
html[data-useragent*='MSIE 9.0'] #header form.search button[type="submit"], html[data-useragent*='MSIE 10.0'] #header form.search button[type="submit"], html[data-useragent*='MSIE 11.0'] #header form.search button[type="submit"] {
	top: 3px;
	right: 4px;
}
.search-autocomplete {
	position: absolute;
	left: 0;
	top: 47px;
	height: auto;
	padding: 0.5em;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border-left: 1px solid #2e3a47;
	border-right: 1px solid #2e3a47;
	border-bottom: 1px solid #2e3a47;
	z-index: 9999;
}
.auto_compl_block {
	display: block !important;
}
.auto_compl_none {
	display: none !important;
}
.search-autocomplete ul {
	display: block;
	height: auto;
}
.search-autocomplete ul li {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
}
.search-autocomplete ul li a {
	display: block;
	padding: 0.5em;
	color: #07428b;
}
.search-autocomplete ul li.odd a {
	background: #fff;
}
.search-autocomplete ul li.even a {
	background: #f8f8f8;
}
.search-autocomplete ul li a:hover {
	background: #ebeaea;
}
.search-autocomplete ul li a img {
	display: block;
	float: left;
	margin-right: 1em;
	border: 1px solid #d0d0d0;
}
.search-autocomplete ul li a:hover img {
	border-color: #a2a0a0;
}
.search-autocomplete ul li a p {
	float: left;
	cursor: pointer;
	margin-bottom: 0px;
	width: 275px;
}
.search-autocomplete ul li a .name {
	display: block;
	margin: 0 0 2px 0;
	line-height: 1.25em;
	color: #262626;
}
.search-autocomplete ul li a:hover .name {
	text-decoration: underline;
}
.search-autocomplete ul li a .price {
	display: block;
}
#header .basket #basket-summary {
	float: right;
	position: relative;
	padding-left: 55px;
}
#header .basket #basket-summary dt {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}
#header .basket #basket-summary dt .fa {
	display: inline-block;
	padding: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	text-align: center;
	background-color: #aa1f24;
}
#header .basket #basket-summary dd {
	padding-top: 10px;
	margin-left: -10px;
	font-size: 14px;
	font-size: 0.875rem;
}
#header .basket #basket-summary h4 {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
}
/* -----------------------------------------------
:: Header, primary nav
-------------------------------------------------- */
#nav {
	background-color: #272727;
/*	height: 39px; */
}
#nav ul {
	position: fixed;
	top: 0;
	left: -200px;
	width: 200px;
	height: 44px;
	background: #272727;
	z-index: 100;
}
#nav ul, #nav ul li {
	margin: 0;
}
#nav ul li.level0 ul {
	display: none;
}
#nav ul li, #nav ul li a {
	display: inline-block;
	line-height: normal;
	text-align: center;
}
#nav ul li {
	position: relative;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
}
#nav ul li a {
	padding: 0.6em 0.75em;
	color: #ffffff;
	border-bottom: 1px solid #27333F;
	border-top: 1px solid #31404E;
}
#nav ul li a:hover {
	background-color: #ab1f25;
}
.level-top > span {
	font-family: 'OpenSansextrabold', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: uppercase;
}
#nav ul li.home a:before {
	position: absolute;
	top: 10px;
	left: 20px;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 1.5rem;
	content: '\f015';
	color: #fff;
}
#nav ul li.home a {
	float: left;
	height: 0;
	padding: 0.65em 0.75em 0 0.75em;
	width: 60px;
	overflow: hidden;
}
#nav .menutoggle {
	position: absolute;
	top: -50px;
	left: 10px;
	padding: 0;
	font-size: 32px;
	font-size: 2rem;
	color: #fff;
	background: none;
}
.search-open #nav .menutoggle {
	top: -115px;
}
body.open .mobile-menu {
	position: inherit;
}
body.open #nav .menutoggle {
	top: 6px;
	-webkit-transition: all .75s ease-in-out 0s;
	-moz-transition: all .75s ease-in-out 0s;
	transition: all .75s ease-in-out;
}
body.open #nav ul li {
	display: block;
	float: none;
	text-align: left;
}
body.open #nav ul li a {
	position: relative;
	display: block;
	padding: 0.75em 0.5em 0.75em 1em;
	text-align: left;
	background-color: #232323;
	border-bottom: 1px solid #282d3b;
	border-top: 1px solid #3c4559;
}
body.open #nav ul li a:after {
	position: absolute;
	top: 14px;
	right: 5px;/*	font-family:FontAwesome;
	content:'\f105'; */
}
body.open #nav ul li.home {
	display: none;
}
/* -----------------------------------------------
:: Breadcrumbs
-------------------------------------------------- */
.breadcrumbs {
	margin-bottom: 1em;
}
.breadcrumbs ul, .breadcrumbs ul li {
	margin: 0;
}
.breadcrumbs ul li:before {
	position: relative;
	left: -5px;
	content: '/';
}
.breadcrumbs ul li {
	display: inline-block;
	margin-left: 5px;
	font-size: 12px;
	color: #AB1F25;
    font-family: 'OpenSansextrabold',Arial,sans-serif;
    letter-spacing: -0.6px;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumbs ul li:first-child {
	margin-left: 0;
}
.breadcrumbs ul li:first-child:before {
	content: normal;
}
.breadcrumbs ul li a {
    color: #666;
    font-family: 'OpenSansextrabold',Arial,sans-serif;
    font-size: 12px;
    letter-spacing: -0.6px;
    text-decoration: none;
    text-transform: uppercase;
}
/* -----------------------------------------------
:: Structure
-------------------------------------------------- */
#content {
	padding: 0 0 1em 0;
}
#content .fa.fa-check {
	font-size: 16px;
	color: #72860f;
}
#main {
}
/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
	line-height: 1em;
	margin-top: 10px;
}
.price-box p {
	margin-bottom: 5px;
}
.price-notice {
	color: #a0a0a0;
}
.price-box .price {
}
.price-box .price, .price {
}
.price-box .price-label {
}
.price-box .minimal-price-link {
	padding-left: 1em;
	color: #3399cc;
	display: none;
}
.price-box .minimal-price-link .label {
	color: #a0a0a0;
}
/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price, .price-box .special-price {
	display: inline-block;
}
.price-box .old-price .price-label, .price-box .special-price .price-label {
	display: none;
}
.price-box .old-price .price, .price-box .special-price .price {
	display: inline-block;
}
.price-box .old-price .price {
	color: #999;
	text-decoration: line-through;
}
.price-box .special-price {
}
.price-box .special-price .price {
	color: #aa1f24;
}
.price-box .special-price .price-label {
	color: #D84D3C;
}
/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax, .price-box .price-including-tax {
	display: block;
}
/* -----------------------------------------------
:: Product list items
-------------------------------------------------- */
.item {
	margin-bottom: 0;
}
.item .inner {
	position: relative;
	padding: 0.5em 0 0.5em 100px;
	border-bottom: 1px solid #ddd;
}
.item .product-link {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 95px;
}
.item .product-name a:hover {
	color: #aa1f24;
}
.item img {
	margin: 0 10px 10px 0;
	width: 95px;
}
.item .product-name {
	font-family: 'OpenSansExtraBold', Arial, sans-serif;
	line-height: 1.3em;
}
.item .product-name, .item .description {
	font-size: 14px;
	font-size: 0.875rem;
}
.item .description p {
	font-size: 11px!important;
	font-size: 0.6875rem;
	font-weight: 500!important;
	font-family: 'OpenSansregular';
}
.item .description a {
	color: #07428b;
	text-decoration: underline;
}
.item .price-box {
}
.item .price {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 800;
	margin-top: 0px;
  margin-bottom: 0px;
}
.item .add-to-links, .item .add-to-links li {
	display: none;
	margin-bottom: 0;
	line-height: normal;
}
/* -----------------------------------------------
:: Product list items, categories
-------------------------------------------------- */
.category-products {
}
.category-products .pro {
}
/* -----------------------------------------------
:: Product lists, 
:: Mini (related, upsell, cross sell, viewed, compare)
-------------------------------------------------- */
.box-collateral {
}
.box-collateral h3 {
}
.products-list {
}
.mini-products-list {
	padding: 1em;
	text-align: left;
	border: 1px solid #ddd;
}
.mini-products-list .link-wishlist:before, .mini-products-list .link-compare:before {
	top: 1px;
}
.mini-products-list .inner {
	padding: 0;
	border: none;
}
.mini-products-list .item {
	position: relative;
	margin: 1em 0 0 0;
	padding-top: 5px;
	padding-left: 100px;
	min-height: 75px;
	border-top: 1px solid #ddd;
}
.mini-products-list .item:first-child {
	margin: 0 0 0 0;
	padding-top: 0;
	border-top: none;
}
.mini-products-list .product-details {
	width: 180px;
}
.mini-products-list .item .product-name, .mini-products-list .item .description {
	min-height: 0;
	margin-bottom: 0.5em;
}
.mini-products-list form {
	padding-top: 1em;
}
.mini-products-list .item .price {
	font-size: 16px;
	font-size: 1rem;
}
/* -----------------------------------------------
:: Brand Shop
-------------------------------------------------- */
.brand-shop {
}
.brand-shop h1 {
	padding-top: 0.75em;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	border-top: 1px solid #e7e7e7;
}
.brand-shop .subcat-box {
}
.brand-shop .subcat-list {
	margin: 0 0.75em;
}
.brand-shop .subcat-box p {
	margin: 0 0.75em 1em 0.75em;
	font-size: 12px;
	font-size: 0.75rem;
}
.brand-shop .subcat-list li {
	margin-bottom: 0;
}
.brand-shop .subcat-list li:before {
	font-family: FontAwesome;
	content: '\f105';
}
.brand-shop .subcat-list li a {
	display: inline-block;
	margin-left: 5px;
}
/* -----------------------------------------------
:: Home
-------------------------------------------------- */
.section h1, .section h2 {
	position: relative;
	font-size: 24px;
	font-size: 1.5rem;
}
.section.listings {
	margin-bottom: 2em;
}
.section.promos.top {
	margin-bottom: 2em;
}
.section.promos.top ul {
	margin-bottom: 0;
}
.section.promos.top li {
	display: inline-block;
	margin-bottom: 5px;
}
.section.welcome {
	padding: 2em 0;
	margin-top: 2em;
	font-size: 12px;
	font-size: 0.75rem;
	border-top: 1px solid #e7e7e7;
}
.section.welcome img {
	margin-bottom: 1em;
}
.section.welcome ul {
	margin-left: 2.5em;
	list-style-type: disc;
}
.section.welcome ul li {
	margin-bottom: 0.25em;
}
.section.welcome a {
	color: #07428b;
	text-decoration: underline;
}
.section.trust {
	padding: 1em 0 2em 0;
	border: 1px solid #e7e7e7;
}
.section.trust .trustpilot-widget {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/* -----------------------------------------------
:: Categories
-------------------------------------------------- */
.category-description h2 {
	font-size: 14px;
	font-size: 0.875rem;
}
.category-description p {
	font-size: 12px;
	font-size: 0.75rem;
}
.category-description a {
	color: #07428b;
	text-decoration: underline;
}
/* -----------------------------------------------
:: Toolbar
-------------------------------------------------- */
.toolbar {
	position: relative;
	padding: 0.25em 0 1em 0;
	margin-bottom: 0.5em;
	font-size: 12px;
	font-size: 0.75rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.toolbar-bottom .toolbar {
	clear: both;
	margin: 1em 0 1em 0;
}
.sorter {
	margin-bottom: 1em;
}
.sorter label {
	margin-right: 0.25em;
}
.sorter select {
	padding: 5px;
}
.sorter .sort-by-switcher--desc, .sorter .sort-by-switcher--asc {
	position: relative;
	display: inline-block;
	padding: 7px 10px 7px 25px;
	background-color: #e7e7e7;
}
.sorter .sort-by-switcher--desc:after, .sorter .sort-by-switcher--asc:after {
	position: absolute;
	top: 0;
	left: 9px;
	font-family: FontAwesome;
	font-size: 20px;
	font-size: 1.25rem;
	color: #666;
}
.sorter .sort-by-switcher--desc:after {
	content: '\f175';
}
.sorter .sort-by-switcher--asc:after {
	content: '\f176';
}
.sorter .sort-by-switcher--desc:hover, .sorter .sort-by-switcher--asc:hover, .sorter .sort-by-switcher--desc:hover:after, .sorter .sort-by-switcher--asc:hover:after {
	color: #fff;
	background-color: #aa1f24;
}
.sorter .view-mode {
	display: none;
}
.pager {
	padding: 0.75em 0 0 0;
}
.pager .amount {
	display: block;
	margin-bottom: 0.5em;
}
.pager .limiter {
	display: block;
}
.pager .limiter label {
	margin: 0 1em;
}
.pages {
	display: inline-block;
	margin-bottom: 1em;
}
.pages ul {
	margin-bottom: 0;
}
.pages li {
	display: inline-block;
	margin: 0 0 0 -3px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pages a, .pages .current {
	display: inline-block;
	padding: 7px 13px 5px 13px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.pages a:hover, .pages .current, .pages .current:hover {
	color: #fff;
	background-color: #aa1f24;
}
.pages .next, .pages .previous {
	position: relative;
	color: #aa1f24;
}
/* -----------------------------------------------
:: Product list items - list view
-------------------------------------------------- */
.products-list .item .inner {
	padding: 0.5em 0 0.5em 0;
}
.products-list .item .description {
	margin-bottom: 1em;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.25em;
}
.products-list .item .action {
	display: none;
}
.products-list .item .product-image, .products-list .item .product-shop {
	display: inline-block;
	float: left;
	width: 75px;
	margin-bottom: 0;
}
.products-list .item .product-shop {
	float: right;
	width: 70%;
}
.products-list .item .details, .products-list .item .shop {
	float: left;
	width: 60%
}
.products-list .item .details .rating-links {
	display: none;
}
.products-list .item .shop {
	float: right;
	width: 38%;
	text-align: right;
}
.category-products .products-list .item img {
	margin: 0;
}
/* -----------------------------------------------
:: Aside
-------------------------------------------------- */
#aside {
}
#aside a {
	text-decoration: none;
}
#aside h3 {
	margin: 0;
	padding: 0.75em 1em 0.65em 1em;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	background-color: #272727;
}
#aside .block {
	margin-bottom: 1em;
	padding: 1em 1em 1em 1em;
	border: 1px solid #ddd;
}
/* -----------------------------------------------
:: Aside, layered nav
-------------------------------------------------- */
/* List of filters */
#aside .block-title {
	position: relative;
	margin-bottom: 1em;
	background-color: #272727;
}
#aside .cat-title:after {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: FontAwesome;
	content: '\f0c9';
	cursor: pointer;
}
#aside .cat-title.active {
	margin-bottom: 0;
}
#aside .block-layered-nav {
	padding: 0;
	display: none;
}
#aside .block-layered-nav.active {
	display: block;
}
.block.block-layered-nav.refine {
	display: block !important;
}
#aside .block-layered-nav ul {
	margin-bottom: 0;
}
#aside .block-layered-nav li {
	display: block;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}
#aside .block-layered-nav li:first-child {
	border-top: none;
}
#aside .block-layered-nav li a {
	position: relative;
	display: block;
	padding: 0.75em 1em 0.75em 1em;
}
#aside .block-layered-nav li a:hover {
	background-color: #f8f8f8;
	color: #272727;
}
#aside .block-layered-nav li a:hover:after {
	position: absolute;
	top: 10px;
	right: 15px;
	font-family: FontAwesome;
	content: '\f105';
}
#aside #narrow-by-list {
	padding: 1em 1em 0 1em;
}
#aside .block-layered-nav dt {
	margin-bottom: 0.5em;
	font-family: 'OpenSansregular', Arial, Helvetica, sans-serif;
}
#aside .block-layered-nav dt {
	margin-bottom: 0.5em;
	font-family: 'OpenSansextrabold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: -0.8px;
}
#aside .block-layered-nav dd {
	padding: 0 0 10px 20px;
}
#aside .block-layered-nav dd li {
	margin-bottom: 1px;
	border-top: none;
}
#aside .block-layered-nav dd li:before {
	font-family: FontAwesome;
	content: '\f105';
}
#aside .block-layered-nav dd li a {
	display: inline-block;
	margin-left: 5px;
	padding: 0;
	text-decoration: none;
	font-size: 1em;
}
#aside .block-layered-nav dd li a:hover {
	background: none;
}
#aside .block-layered-nav dd li a:hover:after {
	content: normal;
}
#aside .block-layered-nav .price {
	font-family: 'OpenSanssemiRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	color: #272727;
}
/* Current filters */
#aside .block-title.refine {
	background-color: #272727;
}
#aside .block-layered-nav.refine li a:hover {
	background: none;
}
#aside .block-layered-nav.refine li a:hover:after {
	content: normal;
}
#aside .block-layered-nav .currently {
	margin: 0 0 10px 0;
}
#aside .block-layered-nav .currently .block-subtitle {
	display: block;
	padding: 1em 1em 0 1em;
	margin-bottom: 0.5em;
}
#aside .block-layered-nav .currently ol {
	margin-left: 1em;
}
#aside .block-layered-nav .currently ol li {
	position: relative;
	margin-bottom: 4px;
	font-size: 12px;
	font-size: 0.75rem;
	border: none;
}
#aside .block-layered-nav .currently ol li:before {
	font-family: FontAwesome;
	content: '\f105';
}
#aside .block-layered-nav .currently .label {
	margin: 0 4px 0 5px;
	color: #007f4e;
}
#aside .block-layered-nav .currently .remove {
	padding: 0;
	position: absolute;
	top: -3px;
	right: 14px;
}
#aside .block-layered-nav .currently .remove:before {
	font-family: fontawesome;
	content: '\f00d';
	font-size: 16px;
	font-size: 1rem;
	color: #666;
}
#aside .block-layered-nav .currently .remove span {
	display: none;
}
#aside .block-layered-nav .actions {
	padding: 0 1em 0.5em 1em;
	text-align: right;
}
#aside .block-layered-nav .actions a {
	text-decoration: underline;
	font-size: 12px;
	font-size: 0.75rem;
}
/* -----------------------------------------------
:: Recently viewed, compare 
-------------------------------------------------- */
#aside .block-viewed {
	padding: 0;
	border: none;
}
#aside .block-viewed .block-title {
	padding: 0;
	color: #272727;
	text-transform: none;
	background-color: #fff;
}
#aside .block-viewed ul {
	margin-bottom: 0;
}
#aside .block-viewed ul li:first-child {
	border-top: none;
}
/* -----------------------------------------------
:: Product - images
-------------------------------------------------- */
/* image loading */
.product-view .cloud-zoom-loading {
	color: white;
	background: #222;
	padding: 0.25em;
	border: 1px solid #000;
}
/* disable image zoom below desktop */
.product-view .cloud-zoom-big, .product-view .cloud-zoom-lens, .product-view #zoom-btn {
	display: none !important;
}
.product-view .cloud-zoom-lens {
	cursor: default !important;
}
/* images */
.product-view .product-img-box {
}
.product-view .img-box {
}
.product-view .product-image {
	position: relative;
	display: block;
	margin: 0 auto 1em auto;
	border: 1px solid #eee;
	text-align: center;
}
.product-view .product-image.product-image-zoom {
	z-index: 9;
}
.product-view .product-image img {
	border: 1px solid #ececec;
}
.product-view .product-image #wrap {
	z-index: 99 !important;
}
.product-view .product-image.zoom-inside #wrap {
	overflow: hidden;
}
.product-view .product-image #wrap .cloud-zoom-big {
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.product-view .product-image.zoom-inside #wrap .cloud-zoom-big {
	border: none;
}
.product-view .product-image #wrap .cloud-zoom {
}
.product-view .product-image #wrap .cloud-zoom-lens {
	margin: -1px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: move;
}
.product-view .product-image #wrap .mousetrap {
	z-index: 100 !important;
	width: 100% !important;
	height: 100% !important;
}
/* enlarge */
.product-view .product-image .zoom-btn-small {
	position: relative;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 10px;
	font-size: 14px;
	font-size: 0.875rem;
	color: #333;
	background-color: #ddd;
	z-index: 100;
}
.product-view .product-image .zoom-btn-small:hover {
	color: #333;
}
.product-view .product-image .zoom-btn-small:hover:before {
}
/* Use lightbox without cloud zoom */
.product-view .product-image .zoom-btn-large {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 0;
	z-index: 100;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
}
.product-view .product-image .zoom-btn-large:hover {
	background-color: rgba(255,255,255, 0.15);
}
/* Image pop-up */
.product-view .product-image-popup {
	margin: 0 auto;
}
.product-view .product-image-popup .nav {
	font-weight: bold;
	text-align: center;
}
.product-view .product-image-popup .image {
	display: block;
	margin: 10px 0;
}
.product-view .product-image-popup .image-label {
	margin: 0 0 10px;
}
/* Thumbnails */
.product-view .more-images {
	display: block;
	padding: 10px 0 0 0;
	margin-bottom: 1em;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.product-view .more-images .item {
	float: left;
	margin: 0 3px 3px 0;
}
.product-view .more-images .item img {
	width: auto;
	margin: 0 !important;
}
.product-view .more-images .thumbnails .item a {
	text-decoration: none;
	text-align: center;
}
/* Minimum size of thumbnail if lazy loading enabled */
.product-view .more-images .thumbnails .owl-item.loading {
	min-height: 50px;
}
.product-view .more-images .thumbnails .owl-item.loading a {
	min-height: 36px;
}
/* Thumbnails - without slider */
.product-view .more-images .thumbnails.show-all {
	width: 100%;
}
.product-view .more-images .thumbnails.show-all .item {
	float: none;
	display: inline-block;
}
/* Thumbnails */
.product-view .img-box-style1 .more-images .thumbnails .owl-wrapper-outer {
	padding: 1px 0;
}
.product-view .img-box-style1 .more-images .thumbnails .item a {
	margin: 0 2px 4px;
}
.product-view .img-box-style1 .more-images .thumbnails .item img {
	border: 1px solid #d5d5d5;
}
.product-view .img-box-style1 .more-images .thumbnails .item img:hover {
	border: 1px solid #999;
}
/* Thumbnails carousel */
.product-view .img-box .itemslider-thumbnails {
	margin-left: auto;
	margin-right: auto;
}
.product-view .itemslider-thumbnails {
	max-width: 237px;
} /* count-3 is default */
.product-view .itemslider-thumbnails.count-1 {
	max-width: 79px;
}
.product-view .itemslider-thumbnails.count-2 {
	max-width: 158px;
}
.product-view .no-more-images {
	display: none;
}
/* Lightbox */
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}
#cboxOverlay {
	background: url(../images/colorbox/overlay.png) repeat 0 0;
}
#cboxContent {
	background: #fff;
	overflow: hidden;
	border: none;
	padding: 10px;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 40px; /*10px above buttons*/
}
#cboxCurrent {
	position: absolute;
	bottom: 17px;
	left: 80px;
	color: #666;
	font-size: 12px;
	font-size: 0.75rem;
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious, #cboxNext {
	position: absolute;
	background: url(../images/colorbox/slider-arrows.png) no-repeat #ddd;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
#cboxPrevious:hover, #cboxNext:hover {
	background-color: #2e3a47;
}
#cboxPrevious {
	bottom: 10px;
	left: 10px;
	background-position: -10px -10px;
}
#cboxPrevious:hover {
	background-position: -10px -60px;
}
#cboxNext {
	bottom: 10px;
	left: 40px;
	background-position: -60px -10px;
}
#cboxNext:hover {
	background-position: -60px -60px;
}
#cboxLoadingOverlay {
	background: url(../images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
	background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url(../images/colorbox/close-button.png) -10px -10px no-repeat #ddd;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: -10px -60px;
	background-color: #2e3a47;
}
/* Captions */
#cboxTitle {
	position: absolute;
	bottom: 50px;
	left: 10px;
	right: 10px;
	padding: 10px;
	font-size: 12px;
	font-size: 0.75rem;
	text-align: left;
	color: #000;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
}
#cboxNext, #cboxPrevious, #cboxClose {
	transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
/* -----------------------------------------------
:: Product - main
-------------------------------------------------- */
/* headings */
.product-view h1 {
	margin-bottom: 0.5em;
}
.product-view h2 {
	margin-bottom: 1.5em;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .details {
	position: relative;
}
/* brand logo */
.product-view .brand-link {
	margin-bottom: 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: none;
}
.product-view .brand-link.haslogo {
	display: block;
	padding: 1em 1em 0.5em 1em;
	text-align: center;
	border: 1px solid #d5d5d5;
}
.product-view .brand-link img {
}
/* short description */
.product-view .short-decription {
	padding-top: 0.75em;
	font-size: 14px;
	font-size: 0.875rem;
	border-top: 1px solid #d5d5d5;
}
/* features */
.product-view .features {
	margin-bottom: 1em;
}
.product-view .specs p {
	margin-bottom: 0.25em;
}
.product-view .specs ul li {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 15px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #666;
	line-height: 1.25em;
}
.product-view .specs ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	font-size: 10px;
	font-size: 0.625rem;
	content: '\f105';
}
/* feature icons */
.product-view .feature-list {
	margin-bottom: 0;
}
.product-view .feature-list li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
/* brand text link */
.product-view .brand-text-link {
	font-size: 12px;
	font-size: 0.75rem;
	color: #07428b;
	text-decoration: underline;
}
/* buy box */
.product-view .buy-box {
	clear: both;
	margin-bottom: 1em;
}
.product-view .buy-box .inner {
	padding: 1em;
	margin-bottom: 1em;
	background-color: #f5f5f5;
}
.product-view .buy-box .pricing {
}
.product-view .buy-box .price-details {
}
.product-view .buy-box .price-details .add-to-links, .product-view .buy-box .price-details .add-to-links li {
	margin-bottom: 0;
}
.product-view .buy-box .price-details .price-box {
	margin-bottom: 0.5em;
}
.product-view .buy-box .price-details .price-box .price {
	margin-top: 0.5em;
	font-family: 'OpenSansExtraBold', Arial, sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1em;
}
.product-view .buy-box .price-details .sku {
	margin-bottom: 0;
}
.product-view .buy-box .price-details .availability {
}
.product-view .buy-box .price-details .add-to-cart {
}
.product-view .buy-box .price-details .add-to-cart .qty {
	display: inline-block;
	margin: 0 -7px 0.5em 0;
	padding: 6px 15px 7px 5px;
	background-color: #fff;
}
.product-view .buy-box .price-details .add-to-cart .btn-cart {
	display: inline-block;
	width: 150px;
	margin: 0 0 1em 0;
	padding: 0.75em 0.5em 0.75em 0.5em;
}
.product-view .buy-box .price-details .add-to-cart .paypal-logo span {
	display: block;
	padding: 0 0 1em 0;
}
.product-view .buy-box .price-options {
}
.product-view .buy-box .price-options .tier-prices {
}
.product-view .buy-box .product-options {
	clear: both;
	padding: 1em 1em 0.25em 1em;
	background-color: #fff;
}
.product-view .buy-box .product-options dl {
}
.product-view .buy-box .product-options dt {
	margin-bottom: 0.25em;
	font-family: OpenSansSemiBold;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .buy-box .product-options dd {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #e7e7e7;
}
.product-view .buy-box .product-options .input-box {
	display: inline-block;
	width: 75%;
}
.product-view .buy-box .product-options .qty-holder {
	display: inline-block;
	padding-left: 10px;
	width: 75px;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .buy-box .product-options .ampreorder_note {
	display: block;
	padding: 3px 0;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .buy-box .product-options select {
	width: 98%;
}
.product-view .buy-box .product-options p.note, .product-view .buy-box .product-options p.required {
	font-family: OpenSansItalic;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .buy-box .product-options-bottom {
	padding: 0 1em 0.25em 1em;
	background-color: #fff;
}
/* finance */
.finance-order {
	margin-bottom: 1em;
	padding: 1em 0 0.5em 0;
	border: 1px solid #8adffb;
	text-align: center;
	font-size: 32px;
	font-size: 2rem;
}
.p4l-finance {
	background-color: #f8fcff !important;
	border: 1px solid #8adffb !important;
}
.p4l-finance.inner {
	padding: 1em;
}
.p4l-finance #show_finance_price {
}
.p4l-finance #financeMainDiv {
}
.p4l-finance #financeImg {
	float: left;
	width: 20%;
	margin-right: 5%;
}
.p4l-finance #financeImg img {
}
.p4l-finance #financeRgDiv {
	float: left;
	width: 70%;
}
.p4l-finance #financeRgDiv p {
	margin-bottom: 5px;
}
.p4l-finance #financeRgDiv #monthText {
	margin-bottom: 6px;
	font-size: 14px;
	font-size: 0.875rem;
}
.p4l-finance #financeRgDiv #monthText #finance_inst {
}
.p4l-finance #financeRgDiv #showMore {
	display: inline-block;
	position: relative;
	padding: 5px 35px 5px 20px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #fff;
	background-color: #00aae1;
}
.p4l-finance #financeRgDiv #showMore:after {
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 10px;
	font-family: fontawesome;
	content: '\f078';
}
.p4l-finance #finance_calc {
	display: none;
	margin-top: 1em;
	padding: 0.5em;
	z-index: 999;
}
.netmatter-pay4later-onepage-redirect .p4l-finance #finance_calc {
	display: block;
}
.p4l-finance #finance_calc h4 {
	margin-bottom: 0.25em;
	font-size: 14px;
	font-size: 0.875rem;
}
.p4l-finance #finance_calc h4:first-child {
	margin-bottom: 1em;
	padding: 1em 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.p4l-finance .financetable {
	margin-bottom: 0;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff;
}
.p4l-finance .financetable td {
	font-size: 14px;
	font-size: 0.875rem;
	border-top: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.p4l-finance .financetable td:first-child {
	border-left: 1px solid #d5d5d5;
}
.p4l-finance .financeLabel {
	width: 240px;
	background-color: #fafafa;
}
.p4l-finance .financeDropdown {
	margin-bottom: 1em;
}
.p4l-finance .financePriceTag {
	font-family: OpenSansSemibold;
	color: #07428b;
	text-align: right;
}
.p4l-finance .financeNote {
}
.p4l-finance .showMoreBlock {
	width: 180px;
}
.p4l-finance .showMoreBlock #moreText {
	margin-top: 5px;
	padding: 0 8px;
	color: #fff;
}
/* usps */
.product-view .buy-box .usp {
	display: none;
	position: relative;
	padding: 1em 1em 1em 62px;
	margin: 0 auto 1em auto;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: normal;
	text-align: left;
}
.product-view .buy-box .usp p {
	margin-bottom: 0;
}
.product-view .buy-box .usp:before {
	position: absolute;
	left: 15px;
	font-family: FontAwesome;
	font-size: 30px;
	font-size: 1.875rem;
	content: '\f098';
}
.product-view .buy-box .click-collect .instore {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .buy-box .secure {
	margin-bottom: 2em;
}
.product-view .buy-box .click-collect:before {
	content: '\f1b9';
	font-size: 26px;
	font-size: 1.625rem;
	color: #1f1fae;
}
.product-view .buy-box .telephone:before {
	display: none;
}
.product-view .buy-box .number {
	margin-top: 2px;
	font-size: 16px;
	font-size: 1rem;
	color: #1f1fae;
}
.product-view .buy-box .number:before {
	position: absolute;
	left: 15px;
	top: 25px;
	font-family: FontAwesome;
	content: '\f098';
	font-size: 30px;
	font-size: 1.875rem;
	color: #1f1fae;
}
.product-view .buy-box .promise {
	display: block;
	background-color: #fff;
}
.product-view .buy-box .promise a {
	text-decoration: underline;
}
.product-view .buy-box .promise:before {
	font-size: 44px;
	font-size: 2.75rem;
	content: '\f154';
}
.product-view .buy-box .secure:before {
	font-size: 34px;
	font-size: 2.125rem;
	content: '\f023';
}
/* addthis sharing */
.product-view .addthis_sharing_toolbox {
}
.product-view .delivery .media {
	margin: 0 0.25em 0 0;
}
/* -----------------------------------------------
:: Product Tabs
-------------------------------------------------- */
.catalog-product-view #content .product-collateral {
	margin-bottom: 2em;
	text-align: left;
}
.catalog-product-view .block-title {
	margin-bottom: 0;
	padding: 0.85em 2em 0.85em 2em;
	font-family: 'OpenSansextrabold', Arial, sans-serif;
    letter-spacing: -0.6px;
    text-transform: uppercase;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	background-color: #272727;
}
.catalog-product-view .collateral-tabs .tabs .tab {
    float: left;
    font-family: 'OpenSansextrabold', Arial, sans-serif;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact {
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a {
	padding: 1em 2em;
	color: #007f4e;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a:before {
	position: absolute;
	top: 17px;
	left: 15px;
	font-family: FontAwesome;
	content: '\f154';
}
.fa {
	color: #000;
}
.catalog-product-view .collateral-tabs .tabs .tab a:after {
	position: relative;
	top: 0px;
	left: 20px;
	font-family: FontAwesome;
	content: '\f067';
}
.catalog-product-view .collateral-tabs .tabs .tab a.active:after {
	color: #fff;
	content: normal;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a.active {
	color: #fff;
	background-color: #007f4e;
}
.catalog-product-view .tab-content, .catalog-product-view .tab-content p, .catalog-product-view .tab-content li {
	font-size: 12px;
	font-size: 0.75rem;
}
.catalog-product-view .tab-content li {
	margin-bottom: 0.25em;
}
.catalog-product-view .tab-content a {
	color: #07428b;
	text-decoration: underline;
}
.catalog-product-view .tab-content .productcontact h4 {
	font-size: 20px;
	font-size: 1.25rem;
}
/* -----------------------------------------------
:: Related
-------------------------------------------------- */
#block-related {
	margin-bottom: 0;
	text-align: left;
}
.block-related {
	margin-bottom: 2em;
	text-align: left;
}
.block-related .block-title {
}
.block-related .block-subtitle {
}
.block-related .block-subtitle a {
	display: block;
	margin-left: 3em;
	position: relative;
	margin-right: 18px;
	float: right;
	text-decoration: underline;
}
.block-related .block-subtitle a:after {
	position: absolute;
	top: 2px;
	right: -18px;
	font-family: FontAwesome;
	content: '\f063';
}
/* -----------------------------------------------
:: Upsell
-------------------------------------------------- */
.box-up-sell {
	text-align: left;
}
.box-up-sell h3 {
}
.box-up-sell .products-grid {
	padding: 1em;
	border: 1px solid #ddd;
}
.box-up-sell .item {
	display: inline-block;
}
.box-up-sell .item .inner {
	padding: 1em 1em 0 1em;
	border: none;
}
.box-up-sell .item .product-name {
	display: block;
	margin-bottom: 0;
	min-height: 55px;
	line-height: 1.25em;
}
.box-up-sell .item .description {
	display: none;
}
/* -----------------------------------------------
:: Basket page
-------------------------------------------------- */
.basket-page {
}
.basket-page h1 {
	position: relative;
	margin: 0 0 1em 0;
	padding: 1em 0 1em 2em;
	text-transform: uppercase;
	text-align: left;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.basket-page h1:before {
	position: absolute;
	top: 24px;
	left: 0;
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 32px;
	font-size: 2rem;
}
.checkout .panel {
	margin: 0 0 1em 0;
	padding: 0.75em;
	background-color: #f8f8f8;
	border: 1px solid #e7e7e7;
}
.checkout .data-table {
	border: 1px solid #e7e7e7;
}
.checkout .data-table td {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}
.checkout .data-table td, .checkout .data-table td .price, .checkout .data-table td p, .checkout .discount {
	font-size: 12px;
	font-size: 0.75rem;
}
.checkout .data-table td .notice {
}
.checkout .discount {
	text-align: right;
}
.checkout .data-table th {
	background-color: #f3f3f3;
}
.checkout .data-table .img {
	width: 50px;
}
.checkout .data-table .product-image {
	display: inline-block;
}
.checkout .data-table .img img {
	max-width: 50px;
}
.checkout .data-table td .product-name {
	display: block;
	margin-bottom: 5px;
}
.checkout .data-table td .ampreorder_note {
  color: red;
  display: block;
  font-weight: 900;
}
.paypal-or {
  color: red;
  font-size: 16px;
  font-weight: 900;
  padding: 0.4em !important;
}
/* Totals */
.checkout .totals.data-table {
	border: none;
}
.checkout .totals tbody td, .checkout .totals tfoot td {
	padding: 0.75em 0.5em 0.75em 0.5em;
	text-align: right;
}
.checkout .data-table .subtotal,  .checkout .data-table .subtotal .price {
	font-size: 14px;
	font-size: 0.875rem;
}
.checkout .data-table .grandtotal,  .checkout .data-table .grandtotal .price {
	font-size: 16px;
	font-size: 1rem;
}
.checkout .data-table .title {
}
.checkout .data-table .value {
	width: 95px;
	padding: 0.75em 0em 0.75em 0.5em;
	border-top: 1px solid #e7e7e7;
}
.checkout .data-table .subtotal.title {
}
.checkout .data-table .subtotal.value {
	border-top: none;
}
.checkout .data-table .grandtotal.title {
	text-transform: uppercase;
}
.checkout .data-table .grandtotal.value {
}
/* Checkout Types */
.checkout-types.top {
	display: none;
}
.checkout-types .paypal-logo a {
	display: block;
	padding: 2em 0 1em 0;
	background-color: #f3f3f3;
	text-align: center;
}
.checkout-types .paypal-or {
	display: block;
	padding: 0;
	text-align: center;
	background-color: #fff;
}
/* Coupons */
.basket .discount label {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	font-size: 0.75rem;
}
.basket .discount input {
	display: inline-block;
	margin-right: 1em;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 12px;
	font-size: 0.75rem;
}
/* Widgets */
.basket .checkout-types .widget {
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
}
/* -----------------------------------------------
:: Checkout pages
-------------------------------------------------- */
.checkout-page .row {
	max-width: 90%;
}
.opc-block-progress {
	margin-bottom: 2em;
}
.opc-block-progress h1 {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0.5em 0 0.5em 0;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
/*.opc-block-progress h1:before {
	position: absolute;
	top:24px;
	left:0;
	font-family: fontawesome;
	font-size:32px;
	font-size:2rem;
	content: '\f023';
	color: #ffc618;
}
*/
.opc-block-progress dl {
	display: none;
}
.opc-block-progress dt {
	position: relative;
	padding: 0 0.5em;
	font-size: 12px;
	font-size: 0.75rem;
	color: #aaa;
	text-transform: uppercase;
	text-align: center;
}
.opc-block-progress dt:before {
	position: absolute;
	top: -3px;
	right: -4px;
	font-family: fontawesome;
	font-size: 32px;
	font-size: 2rem;
	content: '\f0da';
}
.opc-block-progress dl:last-child dt:before {
	content: normal;
}
.opc-block-progress dt.complete {
	color: #007f4e;
	padding-top: 10px;
}
.opc-block-progress .changelink a {
	display: none;
}
.opc-block-progress dd {
	display: none;
}
.container.checkout {
	padding: 0 0.25em 1.25em 0.25em;
}
/* checlout steps */
#checkoutSteps {
	position: relative;
	margin-left: 0;
}
#checkoutSteps p, #checkoutSteps li, #checkoutSteps a {
	font-size: 12px;
	font-size: 0.75rem;
}
#checkoutSteps input[type="text"], #checkoutSteps input[type="email"], #checkoutSteps input[type="url"], #checkoutSteps input[type="password"], #checkoutSteps select, #checkoutSteps textarea {
	padding: 0.25em 0.5em;
	font-size: 14px;
	font-size: 0.875rem;
}
#checkoutSteps select, #checkoutSteps option {
	width: 165px;
	font-size: 12px;
	font-size: 0.75rem;
	background-color: #fff;
}
#checkoutSteps input[type="submit"], #checkoutSteps input[type="button"], #checkoutSteps button, #checkoutSteps .button, #checkoutSteps button[type="submit"] {
	padding: 0.6em;
	margin: 1.25em;
	font-size: 14px;
	font-size: 0.875rem;
}
#checkoutSteps input[type="radio"] {
	position: relative;
	top: -2px;
	height: 15px;
	width: 20px;
}
/* sections */
#checkoutSteps .section {
	margin: 0 0 0.75em 0;
	padding: 0.5em;
	background-color: #ddd;
}
#checkoutSteps .section.allow {
}
#checkoutSteps .section.active {
	background-color: #007F4E;
	cursor: auto;
}
#checkoutSteps .section .step-title {
	text-align: right;
	cursor: default;
}
#checkoutSteps .section.allow .step-title {
}
#checkoutSteps .section.allow .step-title:hover {
	cursor: pointer;
}
#checkoutSteps .section.active .step-title {
	margin-bottom: 0.5em;
}
#checkoutSteps .section.active .step-title:hover {
	cursor: auto;
}
#checkoutSteps .section .step-title .number {
	float: left;
	padding: 5px 12px;
	margin: 0 8px 0 0;
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	background: #fff;
}
#checkoutSteps .section.active .step-title .number {
	color: #007f4e;
	background-color: #fff;
}
#checkoutSteps .section .step-title h2 {
	float: left;
	padding: 5px 0 0 0.5em;
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
}
#checkoutSteps .section .step-title h2:after {
	content: normal;
}
#checkoutSteps .section .step-title a {
	display: none;
	float: right;
	margin-top: 3px;
}
#checkoutSteps .section.active h2 {
	color: #fff;
}
#checkoutSteps .section.allow .step-title a {
	display: block;
	padding: 3px 10px 3px 10px;
	text-decoration: underline;
	color: #fff;
	background-color: #999;
}
#checkoutSteps .section.allow .step-title a:hover {
	background-color: #007f4e;
	color: #fff;
}
#checkoutSteps .section.active .step-title a {
	display: none;
}
/* steps */
#checkoutSteps .section .step {
	position: relative;
}
#checkoutSteps .section.active .step {
	padding: 1em;
	background-color: #fff;
}
#checkoutSteps .section .step dt label {
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 14px;
	font-size: 0.8751rem;
}
#checkoutSteps .section .step dd {
	margin: 2em 0;
}
#checkoutSteps .section .step .form-list {
}
#checkoutSteps .section .step .form-list ul {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #e7e7e7;
}
#checkoutSteps .section .step .form-list ul li {
}
#checkoutSteps .section .step .wide {
}
#checkoutSteps .section .step .fields {
}
#checkoutSteps .section .step .field {
	display: block;
	margin-bottom: 1em;
}
#checkoutSteps .section .step label {
	display: inline-block;
	margin-right: 1em;
	min-width: 115px;
}
#checkoutSteps .section .step .tip {
	display: inline-block;
	margin: 0.5em 0 1em 0;
	color: #999;
}
#checkoutSteps .section .step .input-box {
	display: inline-block;
}
#checkoutSteps .section .step .buttons-set {
}
#checkoutSteps .section .step .buttons-set a {
	text-transform: lowercase;
	text-decoration: underline;
}
#register-customer-password {
	border: 1px solid #e7e7e7;
}
#checkout-payment-method-load {
}
.checkout-onepage-index .opc .customer.existing {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #e7e7e7;
}
.checkout-onepage-index .opc .customer.existing label {
	width: 80px;
}
.checkout-onepage-index #copyright {
	text-align: center !important;
}
.checkout-onepage-index .payment-methods {
	padding: 0;
}
.checkout-onepage-index #footer .payment-methods {
	text-align: center !important;
}
.checkout-onepage-index #header .desktop {
	padding: 1.5em 0 !important;
}
#checkoutSteps .p4l-finance {
	margin: 1em;
}
#checkoutSteps .p4l-finance select, #checkoutSteps .p4l-finance option {
	width: 100%;
}
/* -----------------------------------------------
:: Accounts
-------------------------------------------------- */
.account-page {
}
.account-page h1 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.account-page #content h3, .account-page #content h4 {
	font-size: 16px;
	font-size: 1rem;
}
.account-page #content .content {
	padding: 1em;
}
.account-page #content main a {
	text-decoration: underline;
	color: #aa1f24;
}
.account-page #content .required {
	font-size: 12px;
	font-size: 0.75rem;
}
.account-page #content .form-list {
	margin-bottom: 0;
}
.account-page #content .form-list li {
	margin-bottom: 0;
}
.account-page #content .field {
	margin-bottom: 0.5em;
}
.account-page #content label {
	display: block;
	margin-right: 25px;
	padding-top: 8px;
	width: 150px;
	font-size: 12px;
	font-size: 0.75rem;
}
.account-page #content .input-box {
	float: left;
}
.account-page #content input[type="text"], .account-page #content input[type="password"] {
	padding: 0.25em;
	width: 250px;
	font-size: 14px;
	font-size: 0.875rem;
}
.account-page #content select {
	padding: 0.5em 0.5em 0.5em 0.5em;
}
.account-page #content .buttons-set small {
	margin-left: 1em;
}
.account-page #content .validation-advice {
	font-size: 12px;
	font-size: 0.75rem;
}
/* login */
.account-login .row {
	margin: 0 auto;
}
.account-page h2 {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #ddd;
	color: #aa1f24;
}
.account-login .registered-users .content {
	border: 1px solid #ddd;
	background-color: #fafafa;
}
.account-page #content .account-login .form-list {
	margin-bottom: 1.5em;
}
.account-page #content .account-login .form-list li {
	margin-bottom: 0.5em;
}
/* create, forgot */
.account-create .row, .forgot-password .row {
	margin: 0 auto;
	padding: 1em 0;
	max-width: 600px;
	border: 1px solid #ddd;
}
.account-create .fieldset, .forgot-password .fieldset {
	padding: 0 2em 2em 2em;
}
.account-create .buttons-set button {
	margin-right: 1em;
}
/* account */
.account-page #aside h3 {
	margin-bottom: 1em;
}
.account-page #aside ul {
	margin-bottom: 0;
}
.account-page #aside li {
	margin-bottom: 0;
}
.account-page #aside .current, .account-page #aside a {
	display: block;
	padding: 5px;
	text-decoration: none;
}
.account-page #aside .current, .account-page #aside a:hover {
	color: #aa1f24;
	background-color: #f3f3f3;
}
.account-page #content .box .box-title, .account-page #content .box-head {
	position: relative;
}
.account-page #content .box .box-title a {
	position: absolute;
	top: 0;
	right: 50px;
}
.account-page #content .box-head a {
	position: absolute;
	top: 0;
	left: 175px;
	text-transform: lowercase;
}
.account-page #content .my-account .fieldset {
	margin-bottom: 2em;
}
.account-page #content .my-account .form-list li {
	margin-bottom: 0.5em;
}
/* Order View */
.my-account .title-buttons {
	margin-bottom: 2em;
	text-align: center;
}
.order-info {
	background: #fafafa;
	border: 1px solid #d0cbc1;
	padding: 1em;
	margin: 0 0 1em 0;
}
.order-info dt {
	display: none;
}
.order-info-tabs {
}
.order-info dd, .order-info ul, .order-info li {
	display: inline;
}
.order-info .current {
	background: none;
	color: #2e3a47;
}
.order-info li {
	margin: 0 3px;
}
.order-date {
	margin: 1em 0;
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.order-info-box {
	border: 1px solid #e7e7e7;
	padding: 1em 1em 0 1em;
	margin: 0 0 1em;
}
.order-info-box .box {
	margin-bottom: 1em;
}
.order-info-box h2 {
	font-size: 16px;
	font-size: 1rem;
}
.order-info-box address, .order-info-box .box-content {
	font-size: 12px;
	font-size: 0.75rem;
}
.order-info-box .box-payment p {
	margin: 0 0 3px;
}
.order-info-box .box-payment th {
	font-family: 'OpenSansregular', Arial, sans-serif;
	padding-right: 7px;
}
.order-items h2, .order-items h3 {
	font-size: 16px;
	font-size: 1rem;
	margin: 2em 0 1em 0;
}
.order-items .product-name {
	margin: 0;
	font-family: 'OpenSansSemiRegular', Arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}
.order-items .link-print {
	color: #1e7ec8;
	font-weight: normal;
}
.order-items .order-links {
	text-align: right;
}
.sales-order-history .limiter {
	display: none;
}
.order-items .buttons-set, .sales-order-history .buttons-set {
	margin: 0 !important;
}
.my-account th {
	background-color: #f3f3f3;
}
.order-additional {
	margin: 15px 0;
}
/* Order Gift Message */
.gift-message dt strong {
	color: #666;
}
.gift-message dd {
	font-size: 13px;
	margin: 5px 0 0;
}
/* Order Comments */
.order-about dt {
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.order-about dd {
	font-size: 13px;
	margin: 0 0 7px;
}
.tracking-table {
	margin: 0 0 15px;
}
.tracking-table th {
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.tracking-table-popup {
	width: 100%;
}
.tracking-table-popup th {
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.tracking-table-popup th, .tracking-table-popup td {
	padding: 1px 8px;
}
/* Order Print Pages */
.page-print .print-head {
	margin: 0 0 15px;
}
.page-print .print-head .logo {
	float: left;
}
.page-print .print-head address {
	float: left;
	margin-left: 15px;
}
.page-print h1 {
	font-size: 16px;
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.page-print h2, .page-print h3 {
	font-size: 13px;
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.page-print h2.h2 {
	font-size: 16px;
	font-family: 'OpenSansregular', Arial, sans-serif;
}
.page-print .order-date {
	background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.page-print .col2-set {
	margin: 0 0 10px;
}
/* Price Rewrites */
.page-print .gift-message-link {
	display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
	display: inline;
}
/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table, #wishlist-table td {
	border: 1px solid #ccc;
}
#wishlist-table th {
	text-align: center;
}
#wishlist-table.clean-table {
}
#wishlist-table.clean-table th {
	border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
	padding: 15px;
	vertical-align: top;
}
#wishlist-table.clean-table thead th {
	text-transform: uppercase;
}
#wishlist-table .product-name {
	text-transform: uppercase;
}
#wishlist-table .product-name a {
}
#wishlist-table .wishlist-sku {
	margin: 5px 0;
}
#wishlist-table textarea {
	border: 1px solid silver;
	width: 100%;
	height: 45px;
}
#wishlist-table textarea::-webkit-input-placeholder {
text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
text-transform: uppercase;
}
#wishlist-table textarea:focus {
	border: 1px solid #3399cc;
}
#wishlist-table .item-manage {
	text-align: right;
	max-width: 450px;
	padding-top: 5px;
}
#wishlist-table .item-manage .button {
	color: #FFFFFF;
}
#wishlist-table .cart-cell {
	text-align: center;
}
#wishlist-table td.customer-wishlist-item-quantity {
	width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
	width: 120px;
	text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
	width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
	margin-bottom: 10px;
	padding: 3px 5px;
	width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
	margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart > p {
	margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
	text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
	vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
	width: 20px;
}
#wishlist-table .price-box {
}
#wishlist-table .price-box .price {
	color: #636363;
}
#wishlist-table .giftregisty-add {
	margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
	display: none;
}
#wishlist-table .giftregisty-add li {
	cursor: pointer;
	color: #3399cc;
	margin-bottom: 3px;
}
#wishlist-table .truncated .details {
	background: none;
	color: #3399cc;
}

@media only screen and (max-width: 1199px) {
#header .basket .info .tel {
	font-size: 0.9rem!important;
} 
.section h1::after, .section h2::after {
	border: 0px solid #999 !important;
}
#header .desktop {
	padding: 0.2em 0 !important;
}
.level-top > span {
	font-size: 13px;
	font-weight: 400;
letter-spacing: 0;
}
.level0.nav-8.level-top.parent.blog {
	font-size: 13px !important;
	font-weight: 800 !important;
	letter-spacing: 0;
	font-family: "OpenSansextrabold", Arial, sans-serif !important;
	padding: 0.4em 0.8em;
}
#wishlist-table.clean-table td {
	padding-left: 10px;
	padding-right: 10px;
}
.form-search > span {
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0px !important;
	padding: 0.2em 1em 0 0.2em !important;
}
}

@media only screen and (max-width: 979px) {


#wishlist-table.clean-table td {
	padding-left: 5px;
	padding-right: 5px;
}
#wishlist-table.clean-table td textarea {
	height: 100px;
}
#wishlist-table.clean-table td.customer-wishlist-item-cart {
	width: 110px;
}
#wishlist-table .product-name {
	font-size: 13px;
}
}

@media only screen and (max-width: 770px) {
#wishlist-table:after {
	content: '';
	display: table;
	clear: both;
}
#wishlist-table .product-name {
	font-size: 16px;
}
#wishlist-table textarea {
	height: 68px;
	max-width: 100%;
}
#wishlist-table .item-manage {
	max-width: 100%;
}
#wishlist-table tr {
	position: relative;
}
#wishlist-table tr:after {
	content: '';
	display: table;
	clear: both;
}
#wishlist-table td.customer-wishlist-item-image {
	width: 70px;
}
#wishlist-table td.customer-wishlist-item-image img {
	width: 70px;
	height: 70px;
}
#wishlist-table td.customer-wishlist-item-cart p {
	margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
	margin-right: 0;
	padding-top: 4px;
}
#wishlist-table td.customer-wishlist-item-cart {
	padding-right: 15px;
}
}

@media only screen and (max-width: 599px) {	

#wishlist-table td.customer-wishlist-item-quantity {
	padding-left: 0;
}
#wishlist-table td.customer-wishlist-item-image,  #wishlist-table th.customer-wishlist-item-image {
	display: none;
}
}

@media only screen and (max-width: 479px) {
	li.pairs .qty{
float:right !important;	
} 
#wishlist-table tr {
	position: relative;
}
#wishlist-table th.customer-wishlist-item-image {
	display: block;
}
#wishlist-table td.customer-wishlist-item-image,  #wishlist-table td.customer-wishlist-item-info,  #wishlist-table td.customer-wishlist-item-quantity,  #wishlist-table td.customer-wishlist-item-price,  #wishlist-table td.customer-wishlist-item-cart {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	empty-cells: hide;
}
#wishlist-table td.customer-wishlist-item-image {
	display: block;
	overflow: hidden;
}
#wishlist-table td.customer-wishlist-item-image a {
	float: left;
}
#wishlist-table td.customer-wishlist-item-image a img {
	width: 113px;
	height: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity,  #wishlist-table td.customer-wishlist-item-price {
	text-align: left;
}
#wishlist-table td.customer-wishlist-item-quantity:before,  #wishlist-table td.customer-wishlist-item-price:before {
	float: left;
	margin-right: 15px;
}
#wishlist-table td.customer-wishlist-item-quantity .cart-cell,  #wishlist-table td.customer-wishlist-item-price .cart-cell {
	text-align: left;
}
#wishlist-table td.customer-wishlist-item-quantity .price-box,  #wishlist-table td.customer-wishlist-item-price .price-box {
	margin-top: 0;
}
#wishlist-table td.customer-wishlist-item-cart .cart-cell {
	float: left;
	width: 48%;
}
#wishlist-table td.customer-wishlist-item-cart > p {
	float: right;
	width: 48%;
}
#wishlist-table td.customer-wishlist-item-remove {
	position: absolute;
	top: 15px;
	right: 0px;
	display: block;
	padding: 0px;
	height: 20px;
}
#wishlist-table.clean-table td.customer-wishlist-item-cart {
	width: 100%;
}
}
/* -----------------------------------------------
:: Pages
-------------------------------------------------- */
.cms-page-view #aside .block {
	padding: 0.5em 1em 0.5em 1em;
}
.cms-page-view #aside h3 {
	position: relative;
	margin-bottom: 0;
	padding: 0 1em 0 0em;
	color: #2e3a47;
	text-transform: none;
	background: none;
}
.cms-page-view #aside h3:after {
	top: 3px;
	right: 5px;
}
.cms-page-view #aside .block-layered-nav {
	margin-top: 1em;
	border: none;
}
.cms-page-view #aside .block-layered-nav li a {
	padding: 0.75em 0 0.75em 0;
}
.cms-page-view #aside ul {
	margin-bottom: 0;
}
.cms-page-view #aside ul li {
	margin-bottom: 0;
}
.cms-page-view #aside ul li .active, .cms-page-view #aside ul li a {
	text-decoration: none;
}
.cms-page-view #aside .block-layered-nav li .active, .cms-page-view #aside .block-layered-nav li a:hover {
	font-family: 'OpenSansregular', Arial, sans-serif;
	color: #000;
	background: none;
}
.cms-page-view #aside ul li a:hover {
	text-decoration: underline;
}
.cms-page-view #main {
}
.cms-page-view #aside .home-default {
	display: none;
}
/* -----------------------------------------------
:: Manufacturer Pages
-------------------------------------------------- */
.attributesplash-page-view {
}
.splash-page-manufacturer {
}
.splash-groups {
}
.splash-groups .inner {
	padding: 0.5em;
	text-align: center;
	border: 1px solid #e7e7e7;
}
.splash-groups .inner a {
	display: block;
}
.splash-groups .inner img {
	margin-bottom: 0.5em;
}
.splash-groups .inner h2 {
	margin: 0;
	font-size: 16px;
	font-size: 1rem;
}
.splash-page-manufacturer .splash-image {
	margin-bottom: 0.5em;
}
.splash-page-manufacturer .splash-logo {
	float: right;
	margin: 0 0 0.5em 0.5em;
}
.splash-description, .splash-description-full {
}
.splash-description {
}
.splash-description-full {
}
/* -----------------------------------------------
:: Blog
-------------------------------------------------- */
.post {
}
/* -----------------------------------------------
:: Footer
-------------------------------------------------- */
#newsletter {
}
#newsletter .follow {
	position: relative;
	vertical-align: middle;
	width: 78%;
}
#newsletter .follow h4, #newsletter .follow p {
	line-height: normal;
}
#newsletter .follow h4 {
	text-transform: uppercase;
}
#newsletter .follow p {
	margin-bottom: 1em;
	font-size: 14px;
	font-size: 0.875rem;
	color: #cdcccb;
}
#newsletter input[type="text"] {
	padding: 0.5em 0.75em 0.5em 0.75em;
	margin-bottom: 1em;
	width: 100%;
	border: none;
}
#newsletter input[type="submit"] {
	background-color: #075078;
}
#footer {
	padding: 2.25em 0 0 0;
	background-color: #272727;
}
#footer h4 {
	margin-bottom: 2em;
	color: #fff;
	text-transform: uppercase;
}
#footer ul li {
	margin-bottom: 0.4em;
	color: #cdcccb;
}
#footer ul li a {
	font-family: 'OpenSansLight', Arial, sans-serif;
	color: #cdcccb;
	text-decoration: none;
}
#footer ul li.secure, #footer ul li.service, #footer ul li.delivery {
	position: relative;
	margin-bottom: 2em;
	padding-left: 40px;
	font-family: 'OpenSansregular', Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
}
#footer ul li.secure:before, #footer ul li.service:before, #footer ul li.delivery:before {
	position: absolute;
	top: -4px;
	left: 0;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 1.5rem;
}
#footer ul li.secure:before {
	content: '\f023';
	left: 4px;
	font-size: 28px;
	font-size: 1.75rem;
}
#footer ul li.service:before {
	content: '\f0c0';
}
#footer ul li.delivery:before {
	content: '\f0d1';
}
#footer .payment-methods {
	text-align: left;
}
/* -----------------------------------------------
:: Copyright
-------------------------------------------------- */
#footer #copyright {
	margin-top: 1.5em;
	padding: 0.5em 0 0.25em 0;
	text-align: center;
	background-color: #141414;
}
#footer #copyright .copyright {
	display: block;
	padding: 0.75em 0;
	font-size: 12px;
	font-size: 0.75rem;
	color: #cdcccb;
}
#footer #copyright .copyright .credit {
	display: block;
	color: #666;
	text-decoration: none;
}
#footer #copyright .copyright .credit:hover {
	color: #999;
}
#footer #copyright .social li {
	margin: 0 0 0 0.25em;
}
#footer #copyright .social a {
	padding: 1.25em 0 0 0;
	width: 30px;
}
#footer #copyright .social a:before {
	font-size: 32px;
	font-size: 2rem;
	color: #666;
}
#footer #copyright .social a:hover:before {
	color: #272727;
}

/* -----------------------------------------------
:: Media 
-------------------------------------------------- */
@media only screen and (min-width:22.5em) {
/*
	min-width:360px;
	*/
}

@media only screen and (min-width:30em) {
/*
	min-width:480px;
	*/
#topbar ul li:first-child, #topbar ul li:first-child img {
	width: auto;
	margin: 7px 0 0 25px;
}
#topbar ul li {
	margin: 0 0 0 1em;
}
.header-minicart a.skip-cart {
	z-index: 1;
}
.mini-products-list .product-details {
	width: 340px;
}
.products-list .item .product-image {
	width: auto;
}
.products-list .item .product-shop {
	width: 75%;
}
.products-list .item .details .rating-links,  .products-list .item .description {
	clear: both;
	display: block;
}
#newsletter input[type="text"] {
	display: block;
}
#newsletter input[type="submit"] {
	display: block;
	padding: 0.7em 0.75em 0.65em 0.75em;
}
}

@media only screen and (min-width:31.75em) {
/*
	min-width:550px;
	*/
.ls-1 {
	width: 8.33333%;
}
.ls-2 {
	width: 16.66667%;
}
.ls-3 {
	width: 25%;
}
.ls-4 {
	width: 33.33333%;
}
.ls-5 {
	width: 41.66667%;
}
.ls-6 {
	width: 50%;
}
.ls-7 {
	width: 58.33333%;
}
.ls-8 {
	width: 66.66667%;
}
.ls-9 {
	width: 75%;
}
.ls-10 {
	width: 83.33333%;
}
.ls-11 {
	width: 91.66667%;
}
.ls-12 {
	width: 100%;
}
/* tabs */
.tabs li a {
	padding: 1em 1.75em 1em 1.75em;
}
/* product lists */
.item .inner {
	max-width: none;
}
.item .product-name {
	margin-bottom: 0.25em;
}
.item .description {
	display: block;
	margin-bottom: 0.25em;
}
/* flexslider */
.slider #arrows a.flex-next:before,  .slider #arrows a.flex-prev:before {
	padding: 10px 0 10px 0;
	background-color: rgba(0,0,0,0.65);
	background: rgba(0,0,0,0.65);
}
.slider #arrows a.flex-next:hover:before,  .slider #arrows a.flex-prev:hover:before {
	background-color: #4fa023;
	color: #fff;
}
#topbar ul li.home span {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 140px;
	font-size: 14px;
	font-size: 0.875rem;
}
#content {
	text-align: left;
}
/* Product */
.product-view .product-image img {
	max-width: 31.25em;
}
.product-view .img-box .product-image img {
	max-width: 100%;
}
.product-view .buy-box .price-details {
	float: right;
	/*width: 49%;*/
	text-align: right;
}

.product-view .buy-box .price-options {
	width: 49%;
}
.product-view .buy-box .promise {
	display: inline-block;
}
.catalog-product-view .block-title {
	display: inline-block;
}
.catalog-product-view .tab-content {
	padding: 1.75em 1.75em 1.75em 1.75em;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a {
	padding: 1em 2.75em;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a:before {
	left: 27px;
}
/* Basket */
.basket .data-table .img {
	width: 100px;
}
.basket .data-table .img img {
	max-width: 100%;
}
/* Footer */
#footer .customer-service ul {
	min-height: 150px;
}
#footer #copyright .copyright .credit {
	display: inline-block;
}
}

@media only screen and (min-width:37.5em) {
/*
	min-width:600px;
	*/

#topbar ul li {
	font-size: 24px;
	font-size: 1.5rem;
}
#topbar ul li:first-child, #topbar ul li:first-child img {
	margin: 8px 0 0 25px;
}
#nav .menutoggle {
	top: -60px;
}
.section.promos.top li {
	margin-right: 10px;
	width: 45%;
}
/* Product Lists */
.products-list .item .product-shop {
	width: 80%;
}
.mini-products-list .product-details {
	width: 425px;
}
/* pagination */
.sorter, .limiter {
	display: inline-block;
}
.pager .pages li a {
	display: inline-block;
}
/* tabs */
.tabs li {
	border-left: none;
}
/* Product */
.product-view .brand-link {
	position: absolute;
	right: 0.5em;
	top: 0;
	display: inline-block;
	max-width: 200px;
}
.product-view .brand-link.haslogo {
	padding: 0;
	border: none;
	text-align: right;
}
.product-view h1 {
	padding-right: 225px;
}
/* Price Match */
#productcontactForm .form-list li label {
	float: left;
	width: 180px;
	text-align: right;
	padding: 10px 10px 0 0;
}
#productcontactForm .form-list li.captcha label {
	float: none;
	width: auto;
	text-align: left;
	padding: 10px 0 0 0;
}
#productcontactForm .form-list li.captcha,  #productcontactForm .buttons-set {
	padding-left: 180px;
}
/* basket */
.discount {
	text-align: right;
}
/* checkout steps */
.opc-block-progress dl {
	display: block;
}
#checkoutSteps .section .step .tip {
	margin: 0 0 0 1em;
}
/* checkout method */
.checkout-onepage-index .opc .customer {
	float: left;
	width: 48%;
}
.checkout-onepage-index .opc .customer.existing {
	float: right;
	width: 48%;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
/* checkout review */
#checkout-review-submit {
	text-align: right;
}
.account-page #content label {
	float: left;
	text-align: right;
}
.account-create .buttons-set button {
	margin-left: 200px;
}
.forgot-password .buttons-set button {
	margin-left: 175px;
}
.account-page #content .my-account .buttons-set {
	margin-left: 175px;
}
}

@media only screen and (min-width: 48em) {
/*
	min-width:768px;
	*/
.row {
	max-width: 50em;
}
.m-1 {
	width: 8.33333%;
}
.m-2 {
	width: 16.66667%;
}
.m-3 {
	width: 25%;
}
.m-4 {
	width: 33.33333%;
}
.m-5 {
	width: 41.66667%;
}
.m-6 {
	width: 50%;
}
.m-7 {
	width: 58.33333%;
}
.m-8 {
	width: 66.66667%;
}
.m-9 {
	width: 75%;
}
.m-10 {
	width: 83.33333%;
}
.m-11 {
	width: 91.66667%;
}
.m-12 {
	width: 100%;
}
.mpush-1 {
	left: 8.33333%;
	right: auto;
}
.mpull-1 {
	right: 8.33333%;
	left: auto;
}
.mpush-2 {
	left: 16.66667%;
	right: auto;
}
.mpull-2 {
	right: 16.66667%;
	left: auto;
}
.mpush-3 {
	left: 25%;
	right: auto;
}
.mpull-3 {
	right: 25%;
	left: auto;
}
.mpush-4 {
	left: 33.33333%;
	right: auto;
}
.mpull-4 {
	right: 33.33333%;
	left: auto;
}
.mpush-5 {
	left: 41.66667%;
	right: auto;
}
.mpull-5 {
	right: 41.66667%;
	left: auto;
}
.mpush-6 {
	left: 50%;
	right: auto;
}
.mpull-6 {
	right: 50%;
	left: auto;
}
.mpush-7 {
	left: 58.33333%;
	right: auto;
}
.mpull-7 {
	right: 58.33333%;
	left: auto;
}
.mpush-8 {
	left: 66.66667%;
	right: auto;
}
.mpull-8 {
	right: 66.66667%;
	left: auto;
}
.mpush-9 {
	left: 75%;
	right: auto;
}
.mpull-9 {
	right: 75%;
	left: auto;
}
.mpush-10 {
	left: 83.33333%;
	right: auto;
}
.mpull-10 {
	right: 83.33333%;
	left: auto;
}
.mpush-11 {
	left: 91.66667%;
	right: auto;
}
.mpull-11 {
	right: 91.66667%;
	left: auto;
}
[class*="cls"] + [class*="cls"]:last-child {
	float: right;
}
.products-grid [class*="cls"] + [class*="cls"]:last-child {
	float: left;
}
.cls.small-centered {
	margin-left: auto;
	margin-right: auto;
	float: none !important;
}
.inline-list {
	margin-left: -1.25em;
}
.inline-list > li {
	float: left;
	margin-left: 1.25em;
}
/* eof */

.ping {
	display: none;
}
/* product lists */
.item {
	margin-bottom: 0.5em;
}
.item .inner {
	text-align: center;
	border: 1px solid #f5f5f5;
	padding: 0.6em;
}
.item img {
	width: auto;
}
.item .product-link {
	position: inherit;
	width: auto;
}
.item .product-name { /*min-height:65px;*/
}
.products-list .item .inner {
	text-align: left;
	border: none;
	border-bottom: 1px solid #ddd;
}
.products-list .item .details .rating-links {
	clear: none;
	display: inline-block;
}
.products-list .item .description {
	clear: none;
	display: block;
}
.products-list .item .product-shop {
}
.products-list .item .details,  .products-list .item .shop {
	width: 65%
}
.products-list .item .details {
	padding-right: 1em;
	border-right: 1px solid #ddd;
}
.products-list .item .product-name {
	min-height: inherit;
	font-size: 16px;
	font-size: 1rem;
}
.products-list .item .shop {
	width: 30%;
}
.products-list .item .action {
	display: block;
}
.products-list .item .shop,  .products-list .item .price-box,  .products-list .item .availability {
	text-align: left;
}
.products-list .item .price-box {
	margin-bottom: 1em;
}
.products-list .item .price {
	font-size: 16px;
	font-size: 1rem;
}
.mini-products-list .item .product-link {
	position: absolute;
	left: 0;
	top: 5px;
	width: 90px;
}
.mini-products-list .product-details {
	width: 600px;
}
/* flexslider */
.slider #arrows a.flex-next, .slider #arrows a.flex-prev {
	top: 36%;
}
/* home */
.section.promos.top li {
	width: 47%;
}
/* Product Page */
.product-view .product-img-box {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.product-view .img-box .product-image {
	width: auto;
}
.product-view .cloud-zoom-big,  .product-view .cloud-zoom-lens,  .product-view #zoom-btn {
	display: block !important;
}
.product-view .cloud-zoom-lens {
	cursor: move !important;
}
.product-view .img-box .more-images {
	margin-top: 1.5em;
	border: none;
}
.product-view .features, .product-view .details {
	float: left;
	width: 65%;
}
.product-view h1 {
	font-size: 20px;
	font-size: 1.25rem;
}
.product-view h2 {
	font-size: 14px;
	font-size: 0.875rem;
}
.product-view .product-image-thumbs li {
	max-width: none;
}
.product-view .buy-box .delivery {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	font-size: 0.75rem;
}
.product-view .buy-box .delivery:before {
	font-family: FontAwesome;
	content: '\f0d1';
	position: relative;
	left: -5px;
	display: inline-block;
}
.product-view .buy-box .btn-cart {
	width: auto;
}
/* Basket */
.basket .data-table {
	margin-bottom: 1em;
}
/* checkout steps */
.opc-block-progress dt {
	font-size: 14px;
	font-size: 0.875rem;
	padding-top: 10px;
}
/* account pages */
.account-page #content .row {
	padding: 2em 0;
}
.account-page #content .content {
	padding: 1em;
}
/* footer */
#footer #copyright {
	text-align: left;
}
#footer #copyright .social {
	text-align: right;
}
#footer #copyright .inline-list li {
	margin-bottom: 0;
}
#footer #copyright .social {
	position: absolute;
	top: 20px;
	right: 10px;
}
}

@media only screen and (min-width: 50em) {
/*
	min-width:800px;
	*/

	/* footer */
#footer #copyright .social {
	top: 10px;
}
}

@media only screen and (min-width:64em) {
/* min-width:1024px; */
.row {
	max-width: 95em; /* 1280px; */
}
.lg-1 {
	width: 8.33333%;
}
.lg-2 {
	width: 16.66667%;
}
.lg-3 {
	width: 25%;
}
.lg-4 {
	width: 33.33333%;
}
.lg-5 {
	width: 41.66667%;
}
.lg-6 {
	width: 50%;
}
.lg-7 {
	width: 58.33333%;
}
.lg-8 {
	width: 66.66667%;
}
.lg-9 {
	width: 75%;
}
.lg-10 {
	width: 83.33333%;
}
.lg-11 {
	width: 91.66667%;
}
.lg-12 {
	width: 100%;
}
.push-1 {
	left: 8.33333%;
	right: auto;
}
.pull-1 {
	right: 8.33333%;
	left: auto;
}
.push-2 {
	left: 16.66667%;
	right: auto;
}
.pull-2 {
	right: 16.66667%;
	left: auto;
}
.push-3 {
	left: 25%;
	right: auto;
}
.pull-3 {
	right: 25%;
	left: auto;
}
.push-4 {
	left: 33.33333%;
	right: auto;
}
.pull-4 {
	right: 33.33333%;
	left: auto;
}
.push-5 {
	left: 41.66667%;
	right: auto;
}
.pull-5 {
	right: 41.66667%;
	left: auto;
}
.push-6 {
	left: 50%;
	right: auto;
}
.pull-6 {
	right: 50%;
	left: auto;
}
.push-7 {
	left: 58.33333%;
	right: auto;
}
.pull-7 {
	right: 58.33333%;
	left: auto;
}
.push-8 {
	left: 66.66667%;
	right: auto;
}
.pull-8 {
	right: 66.66667%;
	left: auto;
}
.push-9 {
	left: 75%;
	right: auto;
}
.pull-9 {
	right: 75%;
	left: auto;
}
.push-10 {
	left: 83.33333%;
	right: auto;
}
.pull-10 {
	right: 83.33333%;
	left: auto;
}
.push-11 {
	left: 91.66667%;
	right: auto;
}
.pull-11 {
	right: 91.66667%;
	left: auto;
}
/* eof */
	
.desktop {
	display: block;
}
.section h1:after,  .section h2:after {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 65%;
	height: 1px;
	content: '';
	border: 1px solid #999;
}
/* product lists */
.section.listings .tab-content {
	padding: 1.75em 1.25em 0.5em 1.25em;
}
.section.listings h2:after {
	display: none;
}
.sorter .view-mode {
	position: relative;
	top: 10px;
	display: inline-block;
	margin-left: 2em;
}
.sorter .view-mode li {
	position: relative;
	display: inline-block;
}
.sorter .grid,  .sorter .list {
	float: left;
	height: 0;
	margin-left: 1em;
	padding: 19px 0 0 0;
	width: 30px;
	overflow: hidden;
}
.sorter .grid:before,  .sorter .list:before {
	position: absolute;
	top: -8px;
	left: -1px;
	font-family: FontAwesome;
	font-size: 32px;
	font-size: 2rem;
	color: #777;
}
.sorter .grid:before {
	content: '\f00a';
}
.sorter .list:before {
	content: '\f00b';
}
.sorter a.grid:before,  .sorter a.list:before {
	color: #ccc;
}
.sorter a.grid:hover:before,  .sorter a.list:hover:before {
	color: #777;
}
.item .inner {
	text-align: left;
}
.category-products .item {
	margin-bottom: 1em;
}
.category-products .item .inner {
	padding: 0 0.5em 0.5em 0.5em;
	border: #1px solid #f5f5f5;
	text-align: center;
}
.category-products .item .product-link {
	padding: 0.5em 0 0 0;
}
.category-products .item .product-name,  .category-products .item .description,  .category-products .item .price-box,  .category-products .item .availability {
	display: block;
	text-align: left;
}
.category-products .products-list .item .inner {
	padding: 0 0.5em 0.5em 0;
	text-align: left;
	border: none;
	border-bottom: 1px solid #ddd;
}
.category-products .products-list .item img {
	margin: 0;
}
/* product */
.tabs li a {
	padding: 0.75em 2.5em 0.75em 0.75em;
}
.catalog-product-view .collateral-tabs .tabs .tab {
	float: left;
}
.catalog-product-view .collateral-tabs .tabs .tab a:after {
	top: 0px;
	left: 8px;
	content: '\f13a';
	font-size: 16px;
	font-size: 0.6rem;
	color: #999;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a:after {
	color: #fff;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a {
	padding: 0.75em 1.5em 0.75em 1.25em;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a:before {
	top: 13px;
	left: 7px;
}
.catalog-product-view .collateral-tabs .tabs .tab_productcontact a:after {
	color: #007f4e;
}
/* Header */
#topbar ul li {
	margin: 0 0 0 1.25em;
	font-size: 14px;
	font-size: 0.875rem;
}
#topbar ul li span {
	display: inline-block;
	margin: 0 0 0 0.25em;
}
#topbar ul li.home span {
	position: relative;
	top: 5px;
	left: -20px;
}
#topbar ul li:first-child {
	padding: 0.5em 0;
}
#topbar ul li:first-child a, #topbar ul li.search, #topbar ul li.cart {
	display: none;
}
#topbar ul li.pricematch, #topbar ul li.delivery {
	display: inline-block;
}
#topbar ul li.delivery {
	position: absolute;
	top: 0;
	left: 10px;
	margin: 0;
}
#topbar ul li.hire {
	display: block;
	position: absolute;
	top: 0;
	left: 340px;
}
#topbar ul li.pricematch {
	position: absolute;
	top: 0;
	left: 500px;
}
#topbar ul li.logout {
	position: absolute;
	top: 0;
	right: 125px;
}
#topbar ul li.user {
	position: absolute;
	top: 0;
	right: 10px;
}
#topbar ul li.tel {
	display: none;
}
#header .desktop {
	padding: 0.6em 0;
}
#header .logo {
	text-align: left;
}
#header .logo a {
	display: block;
	padding-top: 5px;
}
#header .logo span {
	display: inline-block;
	padding: 0.5em 2em 0 0.75em;
/*	width: 300px; */
	color: #333;
	line-height: 1.25em;
	font-family: 'OpenSansextrabold', Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: -0.2px;
	text-transform: uppercase;

}
#header .basket #basket-summary span {
	display: inline-block;
}
/* Header search */
#header .trust {
	margin-top: 1em;
	text-align: center;
	color: #e7e7e7;
}
#header .trust .fa {
	padding: 4px 5px 3px 5px;
	margin: 0.9em 0.25em 0 0;
	font-size: 24px;
	background-color: #00804e;
	color: #fff;
}
#header .trust .fa:last-child {
	margin-right: 1em;
}
/* Header phone */
#header .basket .info {
	display: inline-block;
	float: right;
	margin-bottom: 1em;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #e7e7e7;
}
#header .basket .info .tel {
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 900;
    font-family: 'OpenSansExtraBold', Arial, sans-serif;
}
#header .basket .info {
    display: inline-block;
    float: right;
    margin-bottom: 0.2em;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000;
    font-weight: 900;
    font-family: 'OpenSansExtraBold', Arial, sans-serif;
}
#header .basket .info .tel:before {
	position: absolute;
	top: 2px;
	left: 0;
	font-family: FontAwesome;
	content: '\f095';
}
/* Header mini cart */
#header .basket #basket-summary {
	clear: both;
	background-color: #aa1f24;
	width: 200px;
	height: 40px;
}
#header .basket #basket-summary dd:before {
	position: absolute;
	top: 4px;
	right: 10px;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 1.5rem;
	content: '\f0d7';
	cursor: pointer;
	color: #fff;
}
#header .basket #basket-summary h4,  #header .basket #basket-summary .items,  #header .basket #basket-summary .total,  #header .basket #basket-summary .total .price {
	color: #fff;
	cursor: pointer;
}
#header .basket #header-cart {
	display: none;
	position: absolute;
	top: 40px;
	right: 0px;
	width: 320px;
	padding: 0.5em;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	z-index: 1000;
}
#header .basket #header-cart .minicart-wrapper {
	padding: 0.5em;
	background-color: #fff;
}
#header .basket #header-cart .mini-products-list {
	padding: 1em 1em 0 1em;
}
#header .basket #header-cart .mini-products-list .item {
	padding-bottom: 0.5em;
	padding-left: 0;
	margin-bottom: 0.5em;
}
#header .basket #header-cart .mini-products-list .item,  #header .basket #header-cart .mini-products-list .item .price {
	font-size: 12px;
	font-size: 0.75rem;
	color: #333;
}
#header .basket #header-cart .mini-products-list .item table {
	margin-bottom: 0;
}
#header .basket #header-cart .mini-products-list .item td {
	padding: 0.5em 0.25em 0.25em 0.25em;
}
#header .basket #header-cart .subtotal {
	margin-bottom: 1em;
	text-align: right;
}
#header .basket #header-cart .minicart-actions {
	text-align: right;
}
#header .basket #header-cart .button {
	width: 55%;
	padding: 0.5em 2.25em 0.5em 2em !important;
	font-size: 14px;
	font-size: 0.875rem;
	background-color: #007f4e;
}
#header .basket #header-cart .btn-checkout {
	display: none;
	background-color: #aa1f24;
}
#header .basket #header-cart .btn-checkout:before {
	top: 5px;
	left: 9px;
}
#header .basket #header-cart .btn-checkout:after {
	top: 10px;
	right: 9px;
}
/* Nav */
#topbar a {
	padding: 0.2em 0;
	color: #666;
}
#topbar ul {
	height: 25px;
	text-align: right;
}
body.open .mobile-menu {
	position: relative;
}
#nav .menutoggle {
	display: none;
}
#nav ul {
	display: block;
	position: static;
	width: auto;
	height: auto;
	background: transparent;
}
#nav ul li,  #nav ul li a {
	display: inline-block;
}
#nav ul li {
	float: left;
	border-left: 1px solid #ffffff;
	font-size: 16px;
	font-size: 1rem;
}
#nav ul li:first-child {
	border-left: none;
}
#nav ul li a {
	color: #fff;
	border-bottom: none;
	border-top: none;
}
#nav ul {
	display: block;
	position: static;
	width: auto;
	height: auto;
	background: transparent;
}
#nav ul li,  #nav ul li a {
	display: inline-block;
}
#nav ul li {
	float: left;
	border-left: 1px solid #ffffff;
}
#nav ul li:first-child {
	border-left: none;
}
#nav ul li a {
	color: #fff;
	border-bottom: none;
	border-top: none;
	font-weight: 800;
}
#nav ul li {
	position: relative;
}
/*#nav ul li.first {}
	#nav ul li.last {}
	#nav ul li.parent {}*/
#nav ul li.parent:after {
	display: none;
	position: absolute;
	top: 8px;
	right: 10px;
	font-family: fontawesome;
	content: "\f105";
}
/*#nav ul li.first.parent {}
	#nav ul li.last.parent {}
	#nav ul li a {}*/
#nav ul ul li {
	font-family: 'OpenSansExtraBold', Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}
#nav ul li ul {
	border: 1px solid #272727;
}
#nav ul li ul li,  #nav ul li ul li a {
	display: block;
	float: none;
	border: none;
}
#nav ul li ul li a {
	padding: 0.5em 1em;
	text-align: left;
	color: #272727;
}
#nav ul li ul li a:hover {
	color: #aa1f24;
	background-color: #f8f8f8;
	text-decoration: underline;
}
/*#nav ul li.level0 {}
	#nav ul li.level0.first {}
	#nav ul li.level0.last {}
	#nav ul li.level0.parent {}
	#nav ul li.level0.first.parent {}
	#nav ul li.level0.last.parent {}
	#nav ul li.level0 a {}*/
#nav ul li ul {
	position: absolute;
	top: 36px;
	left: -9999px;
	width: 200px;
	background-color: #fff;
}
#nav ul li ul li {
	border-bottom: 1px solid #ccc;
}
#nav ul li ul li:first-child {
	border-top: 1px solid #ccc;
}
/*#nav ul li ul.level0 li.first {}
	#nav ul li ul.level0 li.last {}
	#nav ul li ul.level0 li.parent {}
	#nav ul li ul.level0 li.first.parent {}
	#nav ul li ul.level0 li.last.parent {}
	#nav ul li ul.level0 li a {}
	#nav ul li.level0 ul.level0 {}
	#nav ul li.level0 ul.level0 li.first {}
	#nav ul li.level0 ul.level0 li.last {}
	#nav ul li.level0 ul.level0 li.parent {}
	#nav ul li.level0 ul.level0 li.first.parent {}
	#nav ul li.level0 ul.level0 li.last.parent {}
	#nav ul li.level0 ul.level0 li a {}*/
#nav li.level0:hover ul.level0,  #nav li.level1:hover ul.level1,  #nav li.level2:hover ul.level2,  #nav li.level3:hover ul.level3 {
	display: block;
	left: 0;
	z-index: 1000;
}
#nav li.level1:hover ul.level1,  #nav li.level2:hover ul.level2,  #nav li.level3:hover ul.level3,  #nav li.level4:hover ul.level4 {
	top: 0;
	left: 185px;
}
/*#nav ul li ul.level0 li.level1 {}
	#nav ul li ul.level0 li.level1 ul {}
	#nav ul li ul.level0 li.level1 ul.level1 { }
	#nav ul li ul.level0 li.level1 ul.level1 li {}
	#nav ul li ul.level0 li.level1 ul.level1 li.first {}
	#nav ul li ul.level0 li.level1 ul.level1 li.last {}
	#nav ul li ul.level0 li.level1 ul.level1 li.parent {}
	#nav ul li ul.level0 li.level1 ul.level1 li.first.parent {}
	#nav ul li ul.level0 li.level1 ul.level1 li.last.parent {}
	#nav ul li ul.level0 li.level1 ul.level1 li a {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2 {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2.first {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2.last {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2.parent {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2.first.parent {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2.last.parent {}
	#nav ul li ul.level0 li.level1 ul.level1 li.level2 a {}*/
	
	/* Breadcrumbs */
.breadcrumbs {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
#content {
	padding: 0.2em 0 0.5em 0;
}
/* Aside */	
#aside .block-title {
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
}
#aside .block-title:after {
	content: normal;
	cursor: default;
}
#aside .block-title.active:after {
	content: normal;
}
#aside .block-layered-nav {
	display: block;
}
#aside .section {
	display: block;
}
#aside .section .list .listing {
	border-top: 1px solid #e5e5e5;
	border-left: none;
}
#aside .widget {
	display: block;
}
/* Product Lists */
.products-list .item .details {
	width: 70%;
}
.mini-products-list .item {
	padding-left: 70px;
}
.mini-products-list .item .product-link {
	width: 60px;
}
.mini-products-list .product-details {
	width: 110px;
}
.mini-products-list form {
	float: none;
	margin-left: 0;
}
.mini-products-list .item .product-name, .mini-products-list .item .description {
	font-size: 14px;
	font-size: 0.875rem;
}
/* Product Page */
.product-view .img-box .product-image {
	margin: 0 0 1em 0;
	text-align: left;
}
.product-view .img-box .more-images {
	text-align: left;
}
.collateral-tabs .tab {
	float: left;
}
.collateral-tabs .tab a:after {
	content: normal;
}
.product-view h1 {
	font-size: 24px;
	font-size: 1.5rem;
}
.product-view h2 {
	font-size: 16px;
	font-size: 1rem;
}
.product-view .product-media {
	text-align: left;
}
.product-view .product-image img {
	border: none;
}
.product-view .product-image-thumbs li {
	margin: 0 0.5em 0 0;
}
.product-view .features {
	float: left;
	width: 65%;
}
.product-view .buy-box {
	clear: none;
	float: left;
	width: 65%;
}
.product-view .buy-box .price-options {
}
.product-view .buy-box .btn-cart .fa {
	font-size: 24px;
	font-size: 1.5rem;
}
/*.product-view .buy-box .usp:before { position:absolute; left:0; top:5px; }
	.product-view .buy-box .usp { padding:0 0 2em 35px; margin:0; max-width:none; background:none; }
	.product-view .buy-box .telephone { padding:0 0 1em 0; }
	.product-view .buy-box .promise { padding:0 0 1em 35px; }
	.product-view .buy-box .number { padding:5px 0 0 35px; left:0; font-size: 24px; font-size: 1.5rem; }
	.product-view .buy-box .number:before { left:0; top:48px; font-size: 28px; font-size: 1.75rem; }
	.product-view .buy-box .secure { padding:0 0 0 35px; }*/

.box-up-sell .item .description {
	display: block;
	min-height: 65px;
}
/* Basket */
.basket .data-table .img img {
	max-width: 100%;
}
.cart-items .inner {
	margin-right: 5%;
}
.cart .checkout-types {
	float: right;
}
.checkout .data-table td .product-name {
	font-size: 16px;
	font-size: 1rem;
}
/* Checkout Types */
.checkout-types.top {
	display: block;
	margin: 0;
}
.checkout-types.top .paypal-logo {
	display: none;
}
/*.checkout .inner { float:right; width:300px; }
	.checkout-types { clear:both; float:right; text-align:right; }*/
	
	/* Footer */
#footer .contact {
	width: auto;
	float: none;
}
#footer .service {
	margin-bottom: 2em;
}
#footer .service li {
	padding-left: 0.75em;
}
#footer .service li:before {
	position: absolute;
	top: 0.15em;
	left: 0;
	content: "\2022";
	color: #f1f1f1;
}
.payment {
	text-align: left;
}
#footer #copyright .social:before {
	position: relative;
	top: 3px;
	left: -12px;
	font-size: 12px;
	font-size: 0.75rem;
	content: 'follow us';
}
}

@media only screen and (min-width: 64.0625em) {
/* 
	min-width 1025px
	*/
	/* flexslider */
.slider {
	max-width: 80em;
}
.slides li img {
	max-width: 100%;
	top: 0;
}
.slider #arrows a.flex-next,  .slider #arrows a.flex-prev {
	top: 43%;
}
}

@media only screen and (min-width: 68.75em) {
/* 
	min-width 1100px
	*/
.mini-products-list .item {
	padding-left: 100px;
}
.mini-products-list .item .product-link {
	width: auto;
}
}

@media only screen and (min-width: 75em) {
/* 
	min-width 1200px
	*/
.mlg-1 {
	width: 8.33333%;
}
.mlg-2 {
	width: 16.66667%;
}
.mlg-3 {
	width: 25%;
}
.mlg-4 {
	width: 33.33333%;
}
.mlg-5 {
	width: 41.66667%;
}
.mlg-6 {
	width: 50%;
}
.mlg-7 {
	width: 58.33333%;
}
.mlg-8 {
	width: 66.66667%;
}
.mlg-9 {
	width: 75%;
}
.mlg-10 {
	width: 83.33333%;
}
.mlg-11 {
	width: 91.66667%;
}
.mlg-12 {
	width: 100%;
}
.mlgpush-1 {
	left: 8.33333%;
	right: auto;
}
.mlgpull-1 {
	right: 8.33333%;
	left: auto;
}
.mlgpush-2 {
	left: 16.66667%;
	right: auto;
}
.mlgpull-2 {
	right: 16.66667%;
	left: auto;
}
.mlgpush-3 {
	left: 25%;
	right: auto;
}
.mlgpull-3 {
	right: 25%;
	left: auto;
}
.mlgpush-4 {
	left: 33.33333%;
	right: auto;
}
.mlgpull-4 {
	right: 33.33333%;
	left: auto;
}
.mlgpush-5 {
	left: 41.66667%;
	right: auto;
}
.mlgpull-5 {
	right: 41.66667%;
	left: auto;
}
.mlgpush-6 {
	left: 50%;
	right: auto;
}
.mlgpull-6 {
	right: 50%;
	left: auto;
}
.mlgpush-7 {
	left: 58.33333%;
	right: auto;
}
.mlgpull-7 {
	right: 58.33333%;
	left: auto;
}
.mlgpush-8 {
	left: 66.66667%;
	right: auto;
}
.mlgpull-8 {
	right: 66.66667%;
	left: auto;
}
.mlgpush-9 {
	left: 75%;
	right: auto;
}
.mlgpull-9 {
	right: 75%;
	left: auto;
}
.mlgpush-10 {
	left: 83.33333%;
	right: auto;
}
.mlgpull-10 {
	right: 83.33333%;
	left: auto;
}
.mlgpush-11 {
	left: 91.66667%;
	right: auto;
}
.mlgpull-11 {
	right: 91.66667%;
	left: auto;
}
/* eof */

#header .desktop {
	padding: 0.2em 0;
}
/* Product Lists */
.toolbar {
	padding: 0.25em 0 0 0;
	margin-bottom: 1em;
	min-height: 55px;
}
.pager {
	display: inline-block;
}
.sorter {
	position: absolute;
	top: 5px;
	right: 90px;
}
.limiter {
	position: absolute;
	top: 15px;
	right: 0;
}
.mini-products-list .product-details {
	width: 155px;
}
/* Product */
.product-view .features {
	width: 20%;
}
.product-view .buy-box {
	float: right;
	width: 43%;
}
.product-view .buy-box .price-details .price-box .price {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 900;
}
/* Basket */
.checkout .data-table .grandtotal,  .checkout .data-table .grandtotal .price {
	font-size: 20px;
	font-size: 1.25rem;
}
}

@media only screen and (min-width: 80em) {
/* 
	min-width 1280px
	*/
.section.promos.top li {
	width: 48%;
}
}
.tp-widget-rating .text { color: #000!important;}

.leattimes {
  color: #ed1b24;
  font-size: 12px;
  min-height: 30px !important;
}
.tab a {
  font-size: 13px;
}
.form-search > span {
  color: #333;
  display: inline-block;
  font-family: 'OpenSansextrabold',Arial,sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.2px;
  line-height: 1.25em;
  padding: 0.5em 2em 0 0.75em;
  text-transform: uppercase;
}
@media only screen and (min-width: 68.75em) {
	#header-search-mobile {
		display: none;
	}
}
span.ampreorder_note {
	font-weight: 500;
	color: #aa1f24;
	font-size: 14px;
}
.checkout-agreements {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 400px;
    overflow: scroll;
}
ul.pairs {
	float:right;
}
li.pairs{
	height: 80px;
    width: 250px;
	padding-right: 10px;
	float:left;

}
li.pairs .qty{
margin: 5px;
float:left;	
} 
li.pairs:last-child{
    border: none;
}
li.pairs:nth-child(even){
	 border: none;
}       
span.pairs{
		font-size: 20px;
	    font-family: 'OpenSansExtraBold', Arial, sans-serif;
}
span.pairs-price{
		font-size: 32px;
	    font-family: 'OpenSansExtraBold', Arial, sans-serif
}
.product-alert{
	clear:both;
	float: right;
}
.netmatter-pay4later-onepage-redirect .p4l-finance.inner {
	display: none;
}
ul#recently-viewed-items .availability {
    display: none;
}
#___ratingbadge_0 {
	display: none !important;
}

/*------ Black Friday/xmas Code ------- --
.inner.cf {
	background-color: #fff;
}

body {
	font: 100%/1.5 'OpenSansregular', Arial, sans-serif;
	color: #272727;
	overflow-x: hidden;
	background: url(/xmas-img.jpg);
}
#header {
	margin-bottom: 0em;
	background-color: rgba(255, 255, 255, 0.5);
}
#main {
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5em;
}
#nav {
	background-color: #ab1f25;
	 height: 39px; 
}
#nav ul li a:hover {
    background-color: #ED1B24;
}
#footer {
	padding: 2.25em 0 0 0;
	background-color: rgba(39, 39, 39, 0.8);!important;
}
#aside .block-layered-nav {
	display: block;
	background: #fff;
}
#topbar {
    background-color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#topbar ul li span {    
	color: #fff;
}
.breadcrumbs {
	    background-color: rgba(255, 255, 255, 0.5);
}
.sm-12.cls.mobile-menu {
    background-color: rgba(255, 255, 255, 0.5);
}
#aside {
background-color:	rgba(255, 255, 255, 0.5);
}
.mini-products-list {
	background: #fff;
}
#cboxOverlay {
    opacity: 0.9!important;
}
#content {
	padding: 0em 0 0.5em 0;
}
.productslider-container {
    margin: 0 0 25px;
    background: #fff;
    padding: 0.5em;
}
.form-search > span {
    color: #fff;
padding: 0.1em; 
    text-transform: uppercase;
}
.catalog-product-view .tab-content {
    background: #fff;
}
*/
.level0.nav-8.level-top.parent.blog {
	font-weight: 800 !important;
	font-family: "OpenSansextrabold", Arial, sans-serif !important;
}

#nav li:hover {
	background-color: #ab1f25;
}
@media (max-width: 930px) {
    .amlabel-table {
        display: none;
    }
.amlabel-div {
    position: static !important;
}
.amlabel-txt2 {
    width: 50%;
    height: 50%;
    background-size: contain !important;
    position: absolute;
    z-index: 999;
}
}
.subscribers-chicklet.aae7b662c59641bfa43e91a5d7a53ef8.subscribers-position-right {
	display: none;
}