body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #292929;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #292929;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #d2202e;
}
a:hover {
	color: #B4021F;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo .img-responsive {
	margin: auto;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	padding: 6px 48px 6px 10px;
	font-size: 18px;
	color: #292929;
	font-weight: 600;
	border: 1px solid rgba(0,0,0,0.35);
	border-radius: 20px;
	box-shadow: inset 1px 0 5px rgba(0,0,0,0.35);
}
#search .btn-lg {
	padding: 6px 3px;
	background-color: transparent;
	background-image: none;
	border: none;
	margin-left: -38px;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 18px;
	line-height: 18px;
	color: #292929;
	font-weight: 600;
	background-image: none;
	background-color: transparent;
	border-radius: 20px;
	padding: 5px 16px;
	box-shadow: inset 1px 0 5px rgba(0, 0, 0, 0.35);
    border-color: rgba(0, 0, 0, 0.35);
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px;
	margin-bottom: 0;
}
#menu .nav > li.dropdown {
	position: static;
}
#menu .nav > li:after {
	/*color: #d2202e;*/
	color: #212121;
    content: '\2022';
    font-size: 18px;
}
#menu .nav > li:last-of-type:after {
   content: none;
}
#menu .nav > li > a {
	/*color: #d2202e;*/
	color: #212121;
	padding: 10px 5px;
	min-height: 15px;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}
#menu .nav > li:first-of-type > a {
	padding-left: 0;
}
#menu .nav > li:last-of-type > a {
	padding-right: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
}
#menu .nav > li > a > b.caret {
	margin-left: 5px;
	border-top: 8px dashed;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
#menu .dropdown-menu {
	width: 100%;
	column-count: 3;
	-webkit-column-count: 3;
	margin: auto !important;
}
#menu .dropdown-inner {
	display: table;
	width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #212121;
	font-size: 15px;
	text-align: center;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	color: #FFF;
	padding: 2px 18px;
	float: none;
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	width: 100%;
	margin: 0;
	border: none;
	min-height: 30px;
	border-radius: 20px;
	outline: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu .dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu .dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		column-count: 1;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #1d1d1d;
		font-weight: bold;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
.SiteFooter {
	padding-top: 24px;
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
.SiteFooter > .container {
	padding-bottom: 24px;
}
.SiteFooter hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.SiteFooter a {
	color: #ffffff;
}
.SiteFooter a:hover {
	color: #fff;
}
.SiteFooter h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.SiteFooter ul.list-unstyled li {
	font-size: 15px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 8px 0;
	padding: 8px 0;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding-right: 8px;
	position: relative;
	white-space: nowrap;
	padding-left: 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '>';
	display: inline-block;
	color: #212121;
	font-size: 16px;
	padding-left: 12px;
}
.breadcrumb > li:last-of-type:after {
	content: none;
}
.breadcrumb > li > a {
	font-size: 14px;
	color: #212121;
	text-transform: uppercase;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	border-color: #e22e36;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #292929;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
}
.product-thumb h4 > a {
	color: #292929;
}
.product-thumb:hover .caption h4 > a,
.product-thumb:focus .caption h4 > a,
.product-thumb:active .caption h4 > a {
	color: #d2202e;
}
.product-thumb .caption {
	padding: 0 20px;
	/*min-height: 85px;*/
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	text-align: center;
}
.product-thumb .price-new {
	font-weight: bold;
	margin-left: 10px;
	font-size: 20px;
	/*color: #e22e36;*/
	color: #292929;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-weight: bold;
	font-size: 20px;
	/*color: #292929;*/
	color: #e22e36;
}
.product-thumb .price-normal {
	color: #999;
	font-weight: bold;
	font-size: 20px;
	color: #292929;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 13px;
}
.thumbnails .image-additional.thumbnail-additional {
	max-width: 142px;
	margin-left: 20px;
}

.thumbnails .image-additional.empty-box {
	min-width: 144px;
	min-height: 144px;
	margin-bottom: 20px;
	border: 1px solid #d0d0d0;
	transition: border .2s ease-in-out;
}

.thumbnails .image-additional.empty-box:hover {
	cursor: pointer;
	border-color: #e22e36;
}

ul.thumbnails > li.image-additional:nth-of-type(5),
ul.thumbnails > li.image-additional:nth-of-type(8),
ul.thumbnails > li.image-additional:nth-of-type(11),
ul.thumbnails > li.image-additional:nth-of-type(14),
ul.thumbnails > li.image-additional:nth-of-type(17),
ul.thumbnails > li.image-additional:nth-of-type(20) {
	margin-left: 20px;
}

ul.thumbnails > li.image-additional:nth-of-type(6),
ul.thumbnails > li.image-additional:nth-of-type(9),
ul.thumbnails > li.image-additional:nth-of-type(12),
ul.thumbnails > li.image-additional:nth-of-type(15),
ul.thumbnails > li.image-additional:nth-of-type(18),
ul.thumbnails > li.image-additional:nth-of-type(21) {
	margin-left: 11px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/*Custom CSS*/
/*General*/
.line {
	width: 100%;
	display: inline-block;
	border-top: 1px solid #000000;
}

#menu .nav > li > a:hover,
#menu .nav >li > a:focus,
#menu .nav >li > a:active,
#menu .nav .open > a,
#menu .nav .open > a:focus,
#menu .nav .open > a:hover {
	background: none;
	color: #d2202e;
}

.smp-tags {
	display: none;
}

/*Header*/
.SiteHeader {
	padding-top: 16px;
}

.header-social {
	margin-top: 20px;
}

.header-social-icon {
	display: inline-block;
}

.header-phone {
	font-size: 17px;
	font-weight: 700;
	color: #d2202e;
	text-transform: uppercase;
}

#search .input-lg::-webkit-input-placeholder { /* WebKit browsers */
    color: #292929;
}

#search .input-lg:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #292929;
}

#search .input-lg::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #292929;
}

#search .input-lg:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #292929;
}

.navbar-collapse.collapse {
	padding: 0;
}

@media (max-width: 767px) {
	.navbar-collapse {
		padding: 0;
	}
}

/*Homepage*/
#slideshow0.owl-carousel .owl-wrapper-outer {
	border: none;
}

#slideshow0.owl-carousel .owl-controls .owl-pagination {
	position: absolute;
	left: 0;
	right: 0;
	top: 93%;
}

#slideshow0.owl-carousel .owl-controls .owl-prev {
	left: 20%;
	color: #dcdbdd;
}

#slideshow0.owl-carousel .owl-controls .owl-next {
	right: 20%;
	color: #dcdbdd;
}

#slideshow0.owl-carousel .owl-controls .owl-pagination .owl-page span {
	background: #212121;
	width: 16px;
	height: 16px;
}

#slideshow0.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
	background: #d72430;
}

#banner0.banner .department-header {
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	padding: 5px 10px;
}

#banner0.banner .item.department-item {
    position: relative;
    margin-bottom: 10px;
}
#banner0.banner .item.department-item .banner-label {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding: 0 15px;
	background: rgba(247, 65, 64, 0.85); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247, 65, 64, 0.85) 0%, rgba(242, 59, 63, 0.85) 14%, rgba(238, 58, 61, 0.85) 15%, rgba(238, 58, 61, 0.85) 18%, rgba(229, 48, 55, 0.85) 30%, rgba(224, 44, 55, 0.85) 37%, rgba(220, 40, 51, 0.85) 41%, rgba(221, 41, 53, 0.85) 42%, rgba(221, 33, 45, 0.85) 51%, rgba(211, 33, 47, 0.85) 52%, rgba(205, 27, 43, 0.85) 58%, rgba(201, 22, 43, 0.85) 65%, rgba(193, 14, 36, 0.85) 74%, rgba(194, 14, 39, 0.85) 75%, rgba(191, 11, 36, 0.85) 78%, rgba(183, 5, 31, 0.85) 90%, rgba(179, 0, 29, 0.85) 99%, rgba(179, 2, 30, 0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(247, 65, 64, 0.85) 0%, rgba(242, 59, 63, 0.85) 14%, rgba(238, 58, 61, 0.85) 15%, rgba(238, 58, 61, 0.85) 18%, rgba(229, 48, 55, 0.85) 30%, rgba(224, 44, 55, 0.85) 37%, rgba(220, 40, 51, 0.85) 41%, rgba(221, 41, 53, 0.85) 42%, rgba(221, 33, 45, 0.85) 51%, rgba(211, 33, 47, 0.85) 52%, rgba(205, 27, 43, 0.85) 58%, rgba(201, 22, 43, 0.85) 65%, rgba(193, 14, 36, 0.85) 74%, rgba(194, 14, 39, 0.85) 75%, rgba(191, 11, 36, 0.85) 78%, rgba(183, 5, 31, 0.85) 90%, rgba(179, 0, 29, 0.85) 99%, rgba(179, 2, 30, 0.85) 100%);
	background: linear-gradient(to bottom, rgba(247, 65, 64, 0.85) 0%, rgba(242, 59, 63, 0.85) 14%, rgba(238, 58, 61, 0.85) 15%, rgba(238, 58, 61, 0.85) 18%, rgba(229, 48, 55, 0.85) 30%, rgba(224, 44, 55, 0.85) 37%, rgba(220, 40, 51, 0.85) 41%, rgba(221, 41, 53, 0.85) 42%, rgba(221, 33, 45, 0.85) 51%, rgba(211, 33, 47, 0.85) 52%, rgba(205, 27, 43, 0.85) 58%, rgba(201, 22, 43, 0.85) 65%, rgba(193, 14, 36, 0.85) 74%, rgba(194, 14, 39, 0.85) 75%, rgba(191, 11, 36, 0.85) 78%, rgba(183, 5, 31, 0.85) 90%, rgba(179, 0, 29, 0.85) 99%, rgba(179, 2, 30, 0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	font-size: 22px;
	line-height: 40px;
	margin: auto;
}


#banner0.banner .banner-label p {
	margin: 0;
}

#banner1.banner .item.col-sm-3 {
	margin-bottom: 16px;
}

.brands-banner-header {
	margin-top: 16px;
}

.brands-banner-header .brands-heading,
.brands-banner-footer .brands-heading,
.brands-banner-footer .brands-heading a {
	text-align: center;
	color: #d72430;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.html-content > h2 {
	font-size: 22px;
	color: #282828;
	text-transform: uppercase;
}

.html-content > p {
	font-size: 16px;
	color: #292929;
	line-height: 24px;
}

/*Categories*/
#content.category-content .row.category-top,
#content.manufacturer-content .row.category-top,
#content.search-content .row.category-top,
#content.special-content .row.category-top {
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	margin: auto;
	margin-bottom: 24px;
}

#content.category-content .row.category-top .sorting-column .form-group.input-group,
#content.manufacturer-content .row.category-top .sorting-column .form-group.input-group,
#content.search-content .row.category-top .sorting-column .form-group.input-group,
#content.special-content .row.category-top .sorting-column .form-group.input-group {
	max-width: 150px;
}

#content.category-content .row.category-top .form-group.input-group,
#content.manufacturer-content .row.category-top .form-group.input-group,
#content.search-content .row.category-top .form-group.input-group,
#content.special-content .row.category-top .form-group.input-group {
	margin: 0;
	float: right;
}

#content.category-content .row.category-top label.input-group-addon,
#content.manufacturer-content .row.category-top label.input-group-addon,
#content.search-content .row.category-top label.input-group-addon,
#content.special-content .row.category-top label.input-group-addon {
	color: #ffffff;
	background: none;
	border: none;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0;
	padding-right: 10px;
}

#content.category-content .row.category-top select.form-control,
#content.manufacturer-content .row.category-top select.form-control,
#content.search-content .row.category-top select.form-control,
#content.special-content .row.category-top select.form-control {
	color: #1d1d1d;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	padding: 1px 10px;
	margin-top: 3px;
	width: auto;
	border-radius: 4px;
}

#content.category-content .row.category-top ul.pagination,
#content.manufacturer-content .row.category-top ul.pagination,
#content.search-content .row.category-top ul.pagination,
#content.special-content .row.category-top ul.pagination {
	float: right;
}

#content.category-content .row.category-top ul.pagination:last-of-type,
#content.manufacturer-content .row.category-top ul.pagination:last-of-type,
#content.search-content .row.category-top ul.pagination:last-of-type,
#content.special-content .row.category-top ul.pagination:last-of-type {
	display: none;
}

#content.category-content .row.category-top ul.pagination li.active > span,
#content.manufacturer-content .row.category-top ul.pagination li.active > span,
#content.search-content .row.category-top ul.pagination li.active > span,
#content.special-content .row.category-top ul.pagination li.active > span,
#content.category-content .row.category-top ul.pagination li > a,
#content.manufacturer-content .row.category-top ul.pagination li > a,
#content.search-content .row.category-top ul.pagination li > a,
#content.special-content .row.category-top ul.pagination li > a {
	background: none;
	color: #ffffff;
	border: none;
	padding: 2px 6px 0 6px;
	font-size: 16px;
	font-weight: bold;
}

#content.category-content .row.category-top ul.pagination li:last-of-type > a,
#content.manufacturer-content .row.category-top ul.pagination li:last-of-type > a,
#content.search-content .row.category-top ul.pagination li:last-of-type > a,
#content.special-content .row.category-top ul.pagination li:last-of-type > a {
	padding-right: 0;
}

@media (min-width: 992px) {
	#content.category-content .sub-categories-grid > div:nth-of-type(3n+1),
	#content.manufacturer-content .sub-categories-grid > div:nth-of-type(3n+1) {
		clear: left;
	}
}

#content.category-content .category-info:not(.category-info-bottom),
#content.manufacturer-content .category-info:not(.category-info-bottom) {
	display: none;
}

#content.category-content .category-info,
#content.manufacturer-content .category-info {
	padding-top: 16px;
	border-top: 1px solid #d2202e;
	margin-top: 16px;
	margin-bottom: 16px;
}

#content.category-content .category-info p,
#content.manufacturer-content .category-info p,
#content.category-content .category-info ul > li,
#content.manufacturer-content .category-info ul > li {
	font-size: 16px;
	color: #292929;
	line-height: 24px;
}

.row.category-page-no-megafilter > aside#column-left > .box.mfilter-box.mfilter-column_left,
aside#column-left > .html-content {
	display: none;
}

.row.no-products-found-section p {
	font-size: 17px;
	font-weight: bold;
	color: #292929;
	line-height: 25px;
}

#content.category-content .product-layout > .product-thumb a.btn.btn-primary,
#content.manufacturer-content .product-layout > .product-thumb a.btn.btn-primary,
#content.search-content .product-layout > .product-thumb a.btn.btn-primary,
#content.special-content .product-layout > .product-thumb a.btn.btn-primary {
	width: 100%;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

#content.category-content .product-layout > .product-thumb .button-group,
#content.manufacturer-content .product-layout > .product-thumb .button-group,
#content.search-content .product-layout > .product-thumb .button-group,
#content.special-content .product-layout > .product-thumb .button-group {
	background-color: transparent;
	border: none;
}

#content.category-content .product-layout > .product-thumb .button-group > button,
#content.category-content .product-layout > .product-thumb .button-group > a.button-enquiry,
#content.manufacturer-content .product-layout > .product-thumb .button-group > button,
#content.manufacturer-content .product-layout > .product-thumb .button-group > a.button-enquiry,
#content.search-content .product-layout > .product-thumb .button-group > button,
#content.search-content .product-layout > .product-thumb .button-group > a.button-enquiry,
#content.special-content .product-layout > .product-thumb .button-group > button,
#content.special-content .product-layout > .product-thumb .button-group > a.button-enquiry {
	width: 100%;
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #292929;
    border-color: #292929;
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    line-height: 1.42857143;
}

#content.category-content .product-layout > .product-thumb .button-group > button:hover,
#content.category-content .product-layout > .product-thumb .button-group > button:focus,
#content.category-content .product-layout > .product-thumb .button-group > button:active,
#content.category-content .product-layout > .product-thumb .button-group > a.button-enquiry:hover,
#content.category-content .product-layout > .product-thumb .button-group > a.button-enquiry:focus,
#content.category-content .product-layout > .product-thumb .button-group > a.button-enquiry:active,
#content.manufacturer-content .product-layout > .product-thumb .button-group > button:hover,
#content.manufacturer-content .product-layout > .product-thumb .button-group > button:focus,
#content.manufacturer-content .product-layout > .product-thumb .button-group > button:active,
#content.manufacturer-content .product-layout > .product-thumb .button-group > a.button-enquiry:hover,
#content.manufacturer-content .product-layout > .product-thumb .button-group > a.button-enquiry:focus,
#content.manufacturer-content .product-layout > .product-thumb .button-group > a.button-enquiry:active,
#content.search-content .product-layout > .product-thumb .button-group > button:hover,
#content.search-content .product-layout > .product-thumb .button-group > button:focus,
#content.search-content .product-layout > .product-thumb .button-group > button:active,
#content.search-content .product-layout > .product-thumb .button-group > a.button-enquiry:hover,
#content.search-content .product-layout > .product-thumb .button-group > a.button-enquiry:focus,
#content.search-content .product-layout > .product-thumb .button-group > a.button-enquiry:active,
#content.special-content .product-layout > .product-thumb .button-group > button:hover,
#content.special-content .product-layout > .product-thumb .button-group > button:focus,
#content.special-content .product-layout > .product-thumb .button-group > button:active,
#content.special-content .product-layout > .product-thumb .button-group > a.button-enquiry:hover,
#content.special-content .product-layout > .product-thumb .button-group > a.button-enquiry:focus,
#content.special-content .product-layout > .product-thumb .button-group > a.button-enquiry:active {
    background: #f74140;
    background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%);
    background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%);
    background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 );
    border-color: #e22e36;
}

/*Mega Filter Pro*/
.mfilter-free-container.mfilter-free-container-closed.mfilter-direction-ltr {
	display: none !important;
}

.box.mfilter-box > .mfilter-content {
	border: none;
}

.box.mfilter-box > h3,
.box.mfilter-box .mfilter-heading-content i.mfilter-head-icon,
.box.mfilter-box .mfilter-content-wrapper .mfilter-col-count {
	display: none;
}

.box.mfilter-box .mfilter-heading-content {
	color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
   	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
	padding: 5px 8px;
}

.box.mfilter-box > .mfilter-content .mfilter-opts-container {
	border: none;
}

.box.mfilter-box > .mfilter-content .mfilter-opts-container > .scroll-wrapper.mfilter-iscroll > .mfilter-content-wrapper.mfilter-iscroll.scroll-content {
	max-height: 600px !important;
}

.box.mfilter-box > .mfilter-content .mfilter-filter-item {
	margin-bottom: 16px;
}

.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-col-input {
	padding: 0;
	border: 2px solid #d2202e;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: 5px;
}

.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-input-active .mfilter-col-input {
	background: #d2202e;
}

.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-col-input > input[type="checkbox"] {
	width: 11px;
	height: 11px;
	margin: 0;
	display: block;
	border: 2px solid #d2202e;
	opacity: 0;
}

.box.mfilter-box > .mfilter-content .mfilter-filter-item label.mfilter-tb-as-td {
	font-size: 16px;
	color: #1d1d1d;
	font-weight: bold;
	border: none;
	padding-left: 12px;
}

.box.mfilter-box > .mfilter-content .mfilter-slider-slider .ui-slider-range,
.box.mfilter-box > .mfilter-content #mfilter-price-slider .ui-slider-range {
	background: #f74140 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ) !important; /* IE6-9 */
}

.box.mfilter-box > .mfilter-content .mfilter-price-inputs,
.box.mfilter-box > .mfilter-content .mfilter-price-inputs > input.form-control {
	font-size: 16px;
	color: #1d1d1d;
	font-weight: bold;
}

#mfilter-opts-price-min,
#mfilter-opts-price-max {
	width: 98px;
	min-width: 98px;
	max-width: 98px;
}

ul.manufacturer-sidebar {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

ul.manufacturer-sidebar > li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: none;
}

ul.manufacturer-sidebar > li > a {
	font-size: 16px;
    color: #1d1d1d;
    font-weight: bold;
    line-height: 24px;
}

ul.manufacturer-sidebar > li > a:hover,
ul.manufacturer-sidebar > li > a:focus,
ul.manufacturer-sidebar > li > a:active {
	color: #d2202e;
}

/*Products*/
.product-title-row h1 {
	color: #ffffff;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 5px 15px;
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
}

.product-layout.product-grid .product-thumb > .image > a {
	border: 1px solid;
}

.product-layout.product-grid .product-thumb > .image > a,
ul.thumbnails a.thumbnail {
	padding: 0;
	border-radius: 0;
	border-color: #d0d0d0;
}

.product-layout.product-grid .product-thumb:hover > .image > a,
.product-layout.product-grid .product-thumb:focus > .image > a,
.product-layout.product-grid .product-thumb:active > .image > a,
ul.thumbnails a.thumbnail:hover,
ul.thumbnails a.thumbnail:focus,
ul.thumbnails a.thumbnail:active {
	border-color: #e22e36;
}

ul.thumbnails a.thumbnail.product-download:hover,
ul.thumbnails a.thumbnail.product-download:focus,
ul.thumbnails a.thumbnail.product-download:active {
	cursor: pointer;
}

ul.thumbnails > li.download-box {
	min-width: 144px;
	min-height: 144px;
	margin-bottom: 20px;
	border: 1px solid #d0d0d0;
	transition: border .2s ease-in-out;
	transition: background .2s ease-in-out;
	background: #e22e36;
}

ul.thumbnails > li.download-box > a.product-download {
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
	background: none;
	max-width: 142px;
	padding-top: 46px;
	padding-bottom: 46px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-align: center;
	text-transform: uppercase;
}

ul.thumbnails > li.download-box:hover {
	border-color: #e22e36;
	background: #292929;
}

.container.thumbnails-carousel-container,
.attribute-wrapper.col-sm-12.attribute-wrapper-responsive {
	display: none !important;
}

.attribute-wrapper.col-sm-12 {
	padding: 0;
}

.attribute-wrapper .attribute-details {
	width: 50%;
	float: left;
	border-collapse: separate;
	border-spacing: 0 24px;
}

.attribute-wrapper .attribute-details td.label {
	color: #e22e36;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
}

.attribute-wrapper .attribute-details td.value,
.attribute-wrapper .attribute-details td.value a {
	color: #292929;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	word-break: break-word;
	line-height: 25px;
}

.attribute-wrapper .attribute-details td.value a:hover,
.attribute-wrapper .attribute-details td.value a:focus,
.attribute-wrapper .attribute-details td.value a:active {
	color: #e22e36;
}

#add-to-basket.col-sm-6 {
	padding-left: 0;
}

#button-cart.btn-primary,
a.btn-primary.button-enquiry {
	font-size: 32px;
	text-transform: uppercase;
	border-radius: 10px;
}

#product-pricing.col-sm-6 {
	padding-right: 0;
}

#product-pricing .price-box {
	background: #f5f5f5;
	padding: 18px;
	border: 1px solid;
	border-radius: 10px;
	text-align: center;
	box-shadow: inset 2px 0px 2px 2px rgba(0,0,0,0.25);
}

#product-pricing .price-box span.price-old {
	color: #e22e36;
	font-size: 32px;
	font-weight: bold;
	margin-right: 10px;
}

#product-pricing .price-box span.price {
	color: #292929;
	font-size: 32px;
	font-weight: bold;
}

#price-disclaimer.col-sm-12 h2 {
	color: #292929;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 15px 0;
}

#price-disclaimer.col-sm-12 hr {
	border-color: #e22e36;
}

#product-description > p,
#product-description li {
	color: #292929;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}

#product-description > p.description-heading {
	color: #e22e36;
}

h4.related-products-heading,
h4.viewed-products-heading {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	padding: 7px 15px;
	background: #f74140; /* Old browsers */
	background: -moz-linear-gradient(top, #f74140 0%, #f23b3f 14%, #ee3a3d 15%, #ee3a3d 18%, #e53037 30%, #e02c37 37%, #dc2833 41%, #dd2935 42%, #d3212d 51%, #d3212f 52%, #cd1b2b 58%, #c9162b 65%, #c10e24 74%, #c20e27 75%, #bf0b24 78%, #b7051f 90%, #b3001d 99%, #b3021e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f74140 0%,#f23b3f 14%,#ee3a3d 15%,#ee3a3d 18%,#e53037 30%,#e02c37 37%,#dc2833 41%,#dd2935 42%,#d3212d 51%,#d3212f 52%,#cd1b2b 58%,#c9162b 65%,#c10e24 74%,#c20e27 75%,#bf0b24 78%,#b7051f 90%,#b3001d 99%,#b3021e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74140', endColorstr='#b3021e',GradientType=0 ); /* IE6-9 */
}

.related-products .rp-caro.owl-carousel,
.viewed-products .rv-products-caro.owl-carousel {
	padding-left: 35px;
	padding-right: 35px;
}

.related-products .owl-carousel .owl-wrapper-outer,
.viewed-products .owl-carousel .owl-wrapper-outer {
	border: none;
	box-shadow: none;
}

.related-products .owl-carousel .owl-item .image > a > img.img-responsive,
.viewed-products .owl-carousel .owl-item .image > a > img.img-responsive {
	border: 1px solid #d0d0d0;
	transition: border .2s ease-in-out;
}

.related-products .owl-carousel .owl-item .image > a:hover > img.img-responsive,
.related-products .owl-carousel .owl-item .image > a:focus > img.img-responsive,
.related-products .owl-carousel .owl-item .image > a:active > img.img-responsive,
.viewed-products .owl-carousel .owl-item .image > a:hover > img.img-responsive,
.viewed-products .owl-carousel .owl-item .image > a:focus > img.img-responsive,
.viewed-products .owl-carousel .owl-item .image > a:active > img.img-responsive {
	border-color: #e22e36;
}

.related-products .owl-carousel .owl-buttons .owl-prev,
.related-products .owl-carousel .owl-buttons .owl-next,
.viewed-products .owl-carousel .owl-buttons .owl-prev,
.viewed-products .owl-carousel .owl-buttons .owl-next {
	opacity: 1;
}

/*Checkout*/
#collapse-payment-address.panel-collapse .checkbox > label {
	font-size: 15px;
}

/*Information*/
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
	border-color: #e22e36;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226,46,52,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226,46,52,.6);
}

#content.information-content h1,
.information-contact h1,
.information-contact h3,
.news-ncategory h1,
.news-article h1 {
	color: #292929;
	font-weight: bold;
}

#content.information-content,
#content.information-content p,
#content.information-content a,
.news-article #content p {
	font-size: 16px;
	color: #292929;
	line-height: 24px;
}

.information-contact #content .panel-body address,
.information-contact #content .panel-body .col-sm-12 {
	font-size: 14px;
	color: #292929;
	line-height: 20px;
}

.information-contact #content label.control-label {
	font-size: 14px;
	line-height: 22px;
	color: #292929;
}

.information-contact #content input.form-control {
	font-size: 14px;
	line-height: 22px;
	color: #292929;
	height: 36px;
}

.information-contact #content textarea.form-control {
	font-size: 14px;
	line-height: 22px;
	color: #292929;
}

.information-contact #content {
	margin-bottom: 16px;
}

.information-contact legend {
	color: #292929;
	font-weight: bold;
}

.news-ncategory .bnews-list .artblock .article-meta,
.news-ncategory .bnews-list .artblock .description,
.news-article .article-content .article-meta,
.news-article #content b {
	font-weight: bold;
	color: #292929;
}

/*Account*/
.account-register #content {
	margin-bottom: 16px;
}

.account-register fieldset#account > .form-group.required:first-of-type {
	display: none !important;
}

.account-register #content p,
.account-register #content label.control-label,
.account-register #content label.radio-inline,
.account-login #content p,
.account-login #content label.control-label {
	font-size: 16px;
	line-height: 24px;
	color: #292929;
}

.account-register #content input.form-control,
.account-register #content select.form-control,
.account-login #content input.form-control {
	font-size: 16px;
	line-height: 24px;
	color: #292929;
	height: 38px;
}

.account-register #content legend {
	color: #292929;
	font-weight: bold;
}

/*Footer*/
.SiteFooter ul.categories-list {
	column-count: 2;
	list-style-position: inside;
	padding-left: 0;
	border-right: 1px solid #ffffff;
	margin-right: 25px;
}

.SiteFooter ul.information-list {
	padding-left: 20px;
	border-right: 1px solid #ffffff;
	margin-right: 25px;
}

.SiteFooter ul.categories-list > li,
.SiteFooter ul.information-list > li {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.42857143;
}

.SiteFooter ul.categories-list > li:last-of-type,
.SiteFooter ul.information-list > li:last-of-type {
	margin-bottom: 10px;
}

.SiteFooter ul.categories-list > li:nth-of-type(12) {
	margin-bottom: 0;
}

.SiteFooter .footer-social {
	margin: 24px 0;
}

.SiteFooter li.footer-social-icon {
	display: inline-block;
	padding-right: 15px;
}

.footer-sub {
	background: #292929;
}
.footer-sub p {
	margin: 10px 0;
	line-height: 1.42857143;
	font-size: 14px;
}

/*Responsive*/
@media (min-width: 992px) and (max-width: 1199px) {
	.header-social-icon img,
	#cart > .btn > img {
		width: 32px;
	}

	h3.header-phone {
		font-size: 14px;
	}

	#cart > .btn,
	#search .input-lg {
		font-size: 15px;
	}

	#menu .nav > li > a {
		font-size: 12px;
	}

	#menu .nav > li > a > b.caret {
		border-top: 6px dashed;
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
	}

	#slideshow0.owl-carousel {
		margin-bottom: 0;
	}

	#banner0.banner .item.department-item {
		padding-left: 5px !important;
		padding-right: 5px !important;
		clear: none;
	}

	#banner0.banner .item.department-item .banner-label {
		width: auto;
		margin: 0 5px !important;
	}

	.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-content-wrapper.mfilter-iscroll {
		overflow: scroll !important;
		max-height: 350px !important;
	}

	#mfilter-opts-price-min,
	#mfilter-opts-price-max {
		width: 74px;
		min-width: 74px;
		max-width: 74px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}

	.attribute-wrapper .attribute-details td.label,
	.attribute-wrapper .attribute-details td.value,
	.attribute-wrapper .attribute-details td.value a {
		font-size: 14px;
	}

	.thumbnails .image-additional,
	.thumbnails .image-additional.thumbnail-additional {
		max-width: 114px;
	}

	#product-pricing .price-box {
		padding: 14px 18px;
	}

	#button-cart.btn-primary,
	a.btn-primary.button-enquiry,
	#product-pricing .price-box span.price-old,
	#product-pricing .price-box span.price {
		font-size: 24px;
	}

	#product-description > p > iframe {
		max-width: 100%;
		height: auto;
	}

	.related-products .owl-carousel .owl-item .product-thumb img.img-responsive {
		max-width: 200px;
	}

	.SiteFooter ul.information-list {
		margin-right: 20px;
		padding-right: 5px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.SiteHeader .col-md-6.col-xs-12 {
		padding: 0;
	}

	.header-social {
		margin-top: 0;
	}

	.header-social-icon img {
		width: 32px;
	}

	#cart > .btn > img {
		width: 26px;
	}

	h3.header-phone {
		margin-top: 16px;
	}

	h3.header-phone,
	#cart > .btn,
	#search .input-lg {
		font-size: 13px;
	}

	#cart {
		margin-bottom: 4px;
	}

	#search {
		min-width: 220px;
		margin-bottom: 0;
	}

	#search .input-lg {
		height: 34px;
		width: 100%;
	}

	#search .btn.btn-lg {
		padding: 4px 3px;
		margin-left: -32px;
	}

	#search .btn > img {
		height: 26px;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	#menu > .navbar-header {
		float: none;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	#menu .btn-navbar {
		display: inline-block;
	}

	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.navbar-collapse.collapsing > ul.navbar-nav,
	.navbar-collapse.collapse.in > ul.navbar-nav {
		margin: 7.5px -15px;
		float: none;
	}

	.navbar-collapse.collapsing > ul.navbar-nav > li,
	.navbar-collapse.collapse.in > ul.navbar-nav > li {
		float: none;
		text-align: center;
	}

	.navbar-collapse.collapsing > ul.navbar-nav > li,
	.navbar-collapse.collapse.in > ul.navbar-nav > li,
	.navbar-collapse.collapsing > ul.navbar-nav > li > a,
	.navbar-collapse.collapse.in > ul.navbar-nav > li > a {
		padding: 10px 6px;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	#menu .navbar-collapse.collapsing > ul.navbar-nav > li > .dropdown-menu,
	#menu .navbar-collapse.collapse.in > ul.navbar-nav > li > .dropdown-menu {
		position: static;
		float: none;
		width: 100%;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		column-count: 1;
		padding-bottom: 10px;
		margin-left: 0 !important;
		display: none;
	}                        

	#menu .navbar-collapse.collapsing > ul.navbar-nav > li.open > .dropdown-menu,
	#menu .navbar-collapse.collapse.in > ul.navbar-nav > li.open > .dropdown-menu {
		display: block;
	}

	#menu .nav > li:after {
		display: none;
	}

	#slideshow0.owl-carousel {
		margin-bottom: 0;
	}

	#slideshow0.owl-carousel .owl-controls .owl-pagination {
		top: 90%;
	}

	#banner0.banner .department-header {
		margin-left: 15px;
		margin-right: 15px;
	}

	#banner0.banner .item.department-item {
		padding: 0 15px !important;
		clear: none;
	}

	#banner0.banner .item.department-item:nth-last-of-type(2),
	#banner0.banner .item.department-item:nth-last-of-type(3) {
		margin-bottom: 10px;
	}

	#banner0.banner .item.department-item .banner-label {
		margin: 0 15px !important;
		width: auto;
	}

	.brands-banner-header.row,
	.brands-banner-footer.row {
		margin-left: 0;
		margin-right: 0;
	}

	#banner1.banner .item.col-sm-3 {
		clear: none;
	}

	.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-content-wrapper.mfilter-iscroll {
		overflow: scroll !important;
		max-height: 350px !important;
	}

	.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-col-input {
		margin-top: 7px;
	}

	.box.mfilter-box > .mfilter-content .mfilter-filter-item label.mfilter-tb-as-td,
	.box.mfilter-box > .mfilter-content .mfilter-price-inputs,
	.box.mfilter-box > .mfilter-content .mfilter-price-inputs > input.form-control {
		font-size: 14px;
	}

	#mfilter-opts-price-min,
	#mfilter-opts-price-max {
		width: 50px;
		min-width: 50px;
		max-width: 50px;
	}

	#content.category-content .row.category-top .sorting-column {
		clear: none;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}

	.thumbnails .image-additional,
	.thumbnails .image-additional.thumbnail-additional {
		max-width: 133.5px;
	}

	.attribute-wrapper.col-sm-12:not(.attribute-wrapper-responsive) {
		display: none;
	}

	.attribute-wrapper.col-sm-12.attribute-wrapper-responsive {
		display: block !important;
	}

	.attribute-wrapper .attribute-details {
		width: 100%;
	}

	#product-description > p > iframe {
		max-width: 100%;
		height: auto !important;
	}


	.SiteFooter ul.categories-list,
	.SiteFooter ul.information-list {
		margin-right: 0;
	}

	.SiteFooter ul.information-list {
		border-right: none;
	}

	.SiteFooter > .container > .row > .col-sm-12:last-of-type {
		margin-top: 16px;
	}
}

@media (max-width: 767px) {
	.SiteHeader {
		padding-top: 0;
	}

	.header-social,
	.header-phone {
		text-align: center;
	}

	#logo,
	.header-social,
	.header-phone {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.header-social {
		margin-top: 0;
	}

	#search.input-group {
		width: 100%;
	}

	#menu .nav > li {
		text-align: center;
	}

	#menu .nav > li > a,
	#menu .nav > li:first-of-type > a {
		padding: 10px 15px;
	}

	#menu .nav > li:after {
		display: none;
	}

	#slideshow0.owl-carousel {
		margin: 0;
	}

	#slideshow0.owl-carousel > .owl-controls {
		display: none !important;
	}

	#banner0.banner .department-header {
		margin-left: 15px;
		margin-right: 15px;
	}

	#banner0.banner .item.department-item {
		padding: 0 15px !important;
		margin-bottom: 10px !important;
	}

	#banner0.banner .item.department-item:last-of-type {
		margin-bottom: 0 !important;
	}

	#banner0.banner .item.department-item img.img-responsive {
		width: 100%;
	}

	#banner0.banner .item.department-item .banner-label {
		width: auto;
		left: 15px;
		right: 15px;

	}

	.brands-banner-header,
	.brands-banner-footer {
		margin-left: 0;
		margin-right: 0;
	}

	.mfilter-free-button {
		border-color: #d2202e;
		background-color: #d2202e;
	}

	.box.mfilter-box > .mfilter-content .mfilter-filter-item:first-of-type {
		margin-top: 8px;
	}

	.box.mfilter-box > .mfilter-content .mfilter-filter-item .mfilter-content-wrapper.mfilter-iscroll {
		overflow: scroll !important;
		max-height: 200px !important;
	}

	#mfilter-opts-price-min,
	#mfilter-opts-price-max {
		width: 75px;
		min-width: 75px;
		max-width: 75px;
	}

	#content.category-content .row.category-top .sorting-column .form-group.input-group,
	#content.manufacturer-content .row.category-top .sorting-column .form-group.input-group,
	#content.search-content .row.category-top .sorting-column .form-group.input-group,
	#content.special-content .row.category-top .sorting-column .form-group.input-group {
		width: 100%;
		max-width: none;
	}

	#content.category-content .row.category-top select.form-control,
	#content.manufacturer-content .row.category-top select.form-control,
	#content.search-content .row.category-top select.form-control,
	#content.special-content .row.category-top select.form-control {
		width: 100%;
	}

	#content.category-content .row.category-top ul.pagination:first-of-type,
	#content.manufacturer-content .row.category-top ul.pagination:first-of-type,
	#content.search-content .row.category-top ul.pagination:first-of-type,
	#content.special-content .row.category-top ul.pagination:first-of-type {
		display: none;
	}

	#content.category-content .row.category-top ul.pagination:last-of-type,
	#content.manufacturer-content .row.category-top ul.pagination:last-of-type,
	#content.search-content .row.category-top ul.pagination:last-of-type,
	#content.special-content .row.category-top ul.pagination:last-of-type {
		display: block;
	}

	.breadcrumb > li > a {
		font-size: 12px;
	}

	ul.thumbnails > li.image-additional {
		display: none;
	}

	.container.thumbnails-carousel-container {
		display: block !important;
	}

	ul.thumbnails-owl-carousel {
		padding-left: 35px;
		padding-right: 35px;
	}

	ul.thumbnails-owl-carousel.thumbnails > .owl-wrapper-outer {
		border: none;
		outline: none;
		box-shadow: none;
	}

	ul.thumbnails-owl-carousel.thumbnails .image-additional {
		max-width: 60%;
		margin: auto;
		float: none;
	}

	ul.thumbnails-owl-carousel.thumbnails.owl-carousel .owl-buttons .owl-prev,
	ul.thumbnails-owl-carousel.thumbnails.owl-carousel .owl-buttons .owl-next {
		opacity: 1;
	}

	.attribute-wrapper.col-sm-12:not(.attribute-wrapper-responsive) {
		display: none;
	}

	.attribute-wrapper.col-sm-12.attribute-wrapper-responsive {
		display: block !important;
	}

	.attribute-wrapper .attribute-details {
		width: 100%;
	}

	.attribute-wrapper .attribute-details td.label,
	.attribute-wrapper-responsive .attribute-details td.value,
	.attribute-wrapper-responsive .attribute-details td.value a {
		font-size: 15px;
	}

	#add-to-basket.col-sm-6,
	#product-pricing.col-sm-6 {
		padding-left: 15px;
		padding-right: 15px;
	}

	#button-cart.btn-primary,
	a.btn-primary.button-enquiry {
		font-size: 26px;
	}

	#product-description > p > iframe {
		max-width: 100%;
		height: auto !important;
	}

	.product-search input#input-search.form-control {
		margin-bottom: 6px;
	}

	.information-contact > .container > .row {
		margin-bottom: 16px;
	}

	.SiteFooter ul.categories-list {
		column-count: 1;
	}

	.SiteFooter ul.categories-list,
	.SiteFooter ul.information-list {
		margin-right: 0;
		border-right: none;
		min-height: 0 !important;
		margin-bottom: 40px;

	}

	.footer-sub .col-sm-6.copyright,
	.footer-sub .col-sm-6.powered {
		padding: 0 15px;
		text-align: center;
	}
}

/*Firefox Only*/
@-moz-document url-prefix() { 
	#menu .nav > li > a {
		font-weight: normal;
	}
}

@-moz-document url-prefix() { 
	#menu .dropdown-menu li {
		width: 33.33333%;
		float: left;
	}
}

@-moz-document url-prefix() { 
	#menu .dropdown-menu {
		column-count: 1;
	}
}

body.checkout-checkout #paypal_card_container {
	display: none !important;
}