body {
	margin: 0;
	line-height: 150%;
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

h3 {
	margin-top: 35px;
}

hr {
	border-bottom: 1px solid #ccc;
	height: 1px;
	width: 80%;
	margin: 25px 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

a.tel,a.tel:visited, a.tel:hover,a.tel:focus {
	color: #fff;
	text-decoration:none;
}

.drilldown-container::-webkit-scrollbar {
    width: 1em;
	background: #ccc;
}
 
.drilldown-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
}
 
.drilldown-container::-webkit-scrollbar-thumb {
  background-color: #999;
  outline: 1px solid #ccc;
}

/* NAVIGATION */

.drilldown-root {
    margin-bottom: 0;
}

.drilldown {
    overflow: hidden;
}

.drilldown-container {
	max-height: 385px;
	overflow-y: scroll;
	border-bottom: 2px solid #999;
}

.drilldown-sub {
    display: none;
}

.drilldown li {
    border-bottom: 1px solid #eee;
    background: #e4e4e4;
}

.drilldown a {
    display: block;
    padding: 10px;
    padding-left: 30px;
    color: #777;
    font-size: 14px;
}

.drilldown .navback {
    background: #ddd;
}

.drilldown a.navback {
    padding-left: 10px;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
}

.drilldown .navback i {
    width: 20px;
}

#main-nav {
    margin-top: -6px;
    padding: 0;
}

#search {
	position: fixed;
	top: 52px;
	left: 0;
	padding: 15px;
	box-sizing: border-box;
	z-index: 999;
	background: #fff;
	border-bottom: 2px solid #ddd;
}

#search .btn {
	background: #5cb85c;
	color: #fff;
	padding: 6px 15px;
	border-radius: 4px;
	margin-left: 10px;
}

#search .searchterm {
	border-radius: 4px;
}

.header-search .searchform .searchterm {
	background: #fff;
	border: 1px solid #d2d2d2 !important;
}

.prodHome {
	margin-bottom: 30px;
	box-sizing: border-box;
	background: #fff;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	min-height: 315px;
}

.prodHome a:hover {
	text-decoration: none;
}

.prodHome:hover {
	opacity: .85;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

.prodHome p {
	text-align: center;
	font-weight: bold;
}

.prodHome img {
	margin: 20px auto;
}



.prodBox {
	margin-bottom: 40px;
	box-sizing: border-box;
	background: #fff;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	min-height: 300px;
}

.prodBox a:hover {
	text-decoration: none;
}

.prodBox:hover {
	opacity: .85;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

.prodBox p {
	text-align: center;
	font-weight: bold;
}

.prodTitle {
	background: #fff;
	color: #222;
	padding: 15px 5px;
	font-size: 110%;
	margin: 0;
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;

}

.prodBox img {
	margin: 20px auto;
}

.headerBox {
	background: #52a04b;
	color: #fff;
	padding: 5px 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
	border: 0;
	border-radius: 3px;
}

.headerBox .fa {
	float: right;
	font-size: 30px;
	position: relative;
	top: 5px;
}

.headerBox p {
	color: #fff;
	margin: 10px 0;
	font-weight: bold;
	font-size: 16px;
}

.sepHeader {
	color: #fff;
	background: #399bcb;
	margin: 0 0 30px;
	padding: 15px;
	font-weight: bold;
	font-size: 100%;
	border-radius: 3px;
}

.tempSliderBox h1 {
	margin: 80px;
}

.navbar {
	border: 0;
	min-height: 52px;
}

.navbar .level1 {
	box-sizing: border-box;
	border-right: 1px solid #eee;
	background: #fff;
	display: table;
}

.navbar .level1:last-child {
	border: 0;
}

.navbar .level1 > a {
	font-size: 11px;
}

.navbar-nav li.level1:hover {
	color: #444;
}

.navbar-default {
	background: none;

}

.navbar-default .navbar-nav > li > a {
	color: #399bcb;
	font-weight: bold;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}

.main-menu-bg .yamm {
	margin-top: 0;
}

.yamm .level1:hover {
	background: #399bcb;
}

.yamm .level1:hover > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background: #399bcb;
}

.yamm .nav-heading a {
	color: #333;
}

#main-nav2 > ul > li > ul {
	background: #fff;
}

#footer, footer {
	background: #111;
	color: #fff;
	position: static;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	border: 0 !important;
	margin-top: 20px;
}

.navbar-brand {
	padding: 13px 0 10px 10px;
}

.navbar-brand #logo {
	max-height: 21px;
}

.navbar-fixed-top {
	background: #399bcb;
	border-bottom: 1px solid #ccc;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #006d91;
}

.navbar-social, .navbar-myaccount, .navbar-logout, .navbar-greeting {
    color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}

.navbar-header button:hover {
	background: #337ab7;
}

.navbar-social i, .navbar-myaccount i, .navbar-logout i, .headerNumber .fa-phone {
	color: #fff;
	padding: 0 0 0 5px;
}

.fa-flash:before, .fa-bolt:before, .fa-calculator:before, .fa-user:before, .fa-star:before {
	margin-right: 5px;
}

ul.navbar-nav ul ul {
	display: none;
	visibility: hidden;
}

#product-code {
	height: 35px;
	font-size: 0.9em;
}

#quantitybreaktable th {
    padding: 5px;
}

#logo {
	max-height: 110px;
}

.footer-logo {
	display: inline-block;
	margin: 0 0 30px;
}

.navbar-header button {
	margin: 0 2px;
}

.navbar .navbar-toggle {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 0;
	border-radius: 0;
	padding: 15px 10px;
}

#collapse-nav {
	padding: 15px;
}

.navbar-header button i {
	color: #fff;
}

.navbar-header #collapse-nav {
	background: #fff;
}

.navbar-header #collapse-nav i {
	color: #000;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 600px;
}

.navbar-collapse {
	position: absolute;
	left: -2000px;
	transition-duration: .2s, .3s;
	width: 100%;
	z-index: 999;
	display: block;
}

.navbar-collapse.in {
	top: 57px;
	left: 0;
	transition-duration: .2s, .3s;
	display: block;
}

.navbar-collapse.collapse {
	transition-duration: .2s, .3s;
	display: block;
} 

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-left i.fa {
	margin: 0 6px 0 0;
}

img.cards-accepted {
	margin: 15px 0;
	text-align: center;
	display: inline-block;
}
.panel-default>.panel-heading {
	background: #399bcb;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
}

.panel-default>.panel-heading.red {
	background: #b72622;
}

footer h3 {
	margin-top: 0;
	margin-bottom: 20px;
}

.header-search .searchform .btn {
	background: #ddd;
}

.headerNumber {
	float: left;
	color: #fff;
	margin: 0;
	font-size: 150%;
}
.navbar-header .headerNumber a {
	color: #fff;
	text-decoration: none;
}
.headerNumber i.fa {
	padding: 15px 12px;
}

#main-filterpanel .panel-heading {
	background: #bbb;
}

.product-filter-container #accordion .panel-title {
	border: 0;
	padding: 0;
}

#product-box .brktable {
	display: none;
	visibility: hidden;
}

.list-view .brktable {
	display: block;
	visibility: visible;
}

.headerSlogan {
	display: none !important;
	visibility: hidden;
}

#product-box {
	background: #fff;
	border-radius: 4px;
	text-align: center;
	min-height: 400px;
}

.showMore {
	background: #399bcb;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	padding: 8px 12px;
	display: inline-block;
	margin: 20px 0;
}

.showMore:active, .showMore:focus, .showMore:visited {
	text-decoration: none;
	color: #fff;
}

.showMore:hover {
	text-decoration: none;
	background: #3da2d3;
	color: #fff;
}



    		.carousel-control.left
			{
				background: none;
			}
			.carousel-control.right
			{
				background: none;
			}

			.carousel-control
			{
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				width: 6%;
				color: #fff;
				text-align: center;
				opacity: 1;
				text-shadow: none;
			}
			.carousel-control:hover
			{
				color: #000;
			}
			.carousel-indicators
			{
				bottom: -50px;
			}
			.carousel-indicators li
			{
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px;
				text-indent: -999px;
				cursor: pointer;
				background-color: #000;
				background-color: rgba(0,0,0,0);
				border: 1px solid #16a085;
				border-radius: 50%;
			}
			.carousel-indicators .active
			{
				width: 12px;
				height: 12px;
				margin: 0;
				background-color: #16a085;
			}
			.carousel-caption
			{
				position: absolute;
				right: 0;
				top: auto;
				left: 0;
				z-index: 10;
				padding-top: 5px;
				padding-bottom: 5px;
				color: #fff;
				text-align: left;
				background: rgba(0,0,0,0.4);
			}

.carousel .carousel-inner img {
	width: 100%;
}

.centered-text {
	text-align: center;
}

.carousel-indicators {
	display: none;
	visibility: hidden;
}

#frmPageNav {
	overflow: auto;
}

#myCarousel {
	min-height: 140px;
	margin-top: 113px;
}

.floating-boxes {
	text-align: center;
}

.floating-boxes img {
	display: inline-block;
	margin-bottom: 15px;
}

.extraMargin {
	margin-top: 40px;
	margin-bottom: 40px;
}

.fgpass {
	margin: 10px;
}

.portalindexheader {
	display: inline-block;
	margin: 10px 0 0;
	padding: 3px 0;
	border-bottom: 1px solid #fff;
}

.floating-boxes h4 {
	font-weight: bold;
	margin-top: 0;
}

.panel-body {
	border-radius: 4px;
}

#cookieContainer {
	bottom: 0;
	top: auto;
	opacity: 1;
	background: #333;
	border-top: 1px solid #fff;
}

#cookiePolicyInfo {
	width: 100%;
	display: block;
	clear:both;
	text-align: right;
}

#cookiePolicyInfo p {
	margin: 10px 0;
}
#cookiePolicyInfo button {
	margin: 3px;
}
#cookieAccept {
	margin: 0;
}

.cookiebutton {
	margin-top: 10px;
}

.cookietext {
	text-align: left;
}

.paddingTop {
	padding-top: 10px;
}

.navbar-toggle i {
	color: #fff;
}

.page-title {
	text-align: center;
	margin: 0 0 30px;
}

.carousel-caption {
	background: none;
}

.carousel-caption p {
	font-weight: bold;
	margin: 0 0 15px;
}

.carousel-container {
    max-width: 1580px;
	margin: 20px auto;
	padding: 0 15px;
}

.strip-bg {
	border-top: 2px solid #337ab7;
}

.strip-bg .row {
	margin: 0;
}

.floating-boxes a h4 {
	color: #0b5a81;
	font-family: 'Kalam', cursive;
}

.top-buffer {
	margin-top: 25px;
}


.carousel-caption h3 {
	border-radius: 4px;
	font-weight: bold;
	margin: 0 0 15px;
	font-size: 150%;
	text-shadow: 0 0 4px #000;
}

.carousel-caption p {
	border-radius: 4px;
	font-size: 100%;
	text-shadow: 0 0 4px #000;
}

.delopt td.price {
	padding: 0 10px;
	vertical-align: bottom;
	font-weight: bold;
}

#cat-caption {
	height: auto;
	background: #399bcb;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	margin-top: 20px;
}

#cat-caption h4 {
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 100%;
}

#category-box {
	padding: 10px 0 0;
	border-radius: 4px;
	border: 0;
	opacity: 1;
	min-height: 320px;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

#category-box:hover {
	opacity: .85;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
}

#category-box a:hover {
	text-decoration: none;
}

.buy-qty {
	max-width: 90px; 
}

.main-content ul {
	list-style-type: square;
	margin: 30px;
}

.main-content ul li {
	margin: 10px 0;
}

h4 {
	font-weight: bold;
}

.gradientback{
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 20px;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#ffffff',GradientType=0 );
}

.staticcontent iframe {
	width: 100%;
}

#product-image-container {
	height: auto;
}
#product-image {
    top: 0%;
    transform: translateY(-0%);
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
}

#product-caption {
	height: auto;
}

.footer-left, .footer-right {
	border-bottom: 1px solid #ccc;
	padding: 20px 10px 15px;
}

.footer-right:last-child {
	border-bottom: 0;
}

header {
	margin: 0;
	position: fixed;
	top: 45px;
}

.main-content img {
	max-width: 100%;
}

.main-content iframe {
	max-width: 100%;
}

.countdown-timer {
	background: #edb923;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	border-radius: 2em;
	padding: 1px 15px;
	font-size: 150%;
	border: 8px solid #fff;
}

.blue-bg {
	background: #3399cc;
}

.countdown-timer p {
	margin: 10px;
}

.navbar-default .navbar-nav > li.special-offers a {
	color: #fff;
	font-size: 14px;
	background: #de001e;
	text-shadow: none;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.navbar-default .navbar-nav > li.special-offers a:hover {
	background: #bc001a;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;
}

.navbar-default .navbar-nav > li.special-offers a span {
	padding: 8px 5px;
	display: inline-block;
	font-size: 100%;
}

.cat-desc-short {
    max-height: 100px;
    overflow:hidden;
	transition: max-height 0.8s ease-out;
	-webkit-transition: max-height 0.8s ease-out;
    -moz-transition: max-height 0.8s ease-out;
	position: relative;
}
.cat-desc-full {
    max-height: 2000px;
	transition: max-height 0.8s ease-in;
	-webkit-transition: max-height 0.8s ease-in;
    -moz-transition: max-height 0.8s ease-in;
}

.main {
	margin-top: 40px;
}

.topHeader {
	width: 100%;
	z-index: 1000;
}

.panel-title {
	font-size: 14px;
}

span.priceOverlay {
	position: absolute;
	right: 20px;
	bottom: 0;
	font-weight: bold;
	color: red;
	background: #eee;
	border: 1px solid red;
	padding: 3px 9px;
	border-radius: 5px;
}

span.priceOverlayHome {
	position: absolute;
	right: 15px;
	top: 40%;
	font-weight: bold;
	color: red;
	background: #eee;
	border: 1px solid red;
	padding: 3px 9px;
	border-radius: 5px;
}

.subBox1, .subBox2 {
	display: block;
	width: 100%;
	height: 100px;
	padding: 5px;
	margin: 0 0 15px;
}

.subBox1:hover, .subBox2:hover {
	
}

.subBox1 {
	background: #f3f3f3 url('/uploads/boxes/services.png') 100% 50% no-repeat;
}

.subBox1-nobg {
	background: none !important;
}

.subBox2 {
	background: #f3f3f3 url('/uploads/boxes/quality.png') 100% 50% no-repeat;
}

.subBox1 h4, .subBox2 h4 {
	font-size: 22px;
	font-weight: bold;
	width: 50%;
}

.subBox1 p, .subBox2 p {
	font-size: 17px;
	width: 50%;
	color: #666;
}

.subBox1 a, .subBox2 a {
	text-decoration: none !important;
}




/* BANNERS */

.bannerItem {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 10%;
	right: 2%;
	bottom: 0;
	text-align: right;
}

.bannerItem img {
	width: auto !important;
	max-width: 100% !important;
	height: auto;
	min-height: 100px !important;

}

.fa {
	position: relative;
	top: 50%;
}

.extraMargin {
	margin: 30px auto 30px;
}


.bigButtonBoxOut {
	margin: 15px 0 0;
	display: table;
	width: 100%;
}

a.bigButtonBox {
	display: table-cell;
	width: 400px;
	background: #399bcb;
	padding: 30px 15px;
	text-align: center;
	margin: 15px;
	border-radius: 5px;
	height: 120px;
	vertical-align: middle;
}

a.bigButtonBox h4 {
	color: #399bcb;
	line-height: 140%;
	font-size: 110%;
	background: #fff;
}

a.bigButtonBox:hover {
	text-decoration: none !important;
}

a.bigButtonBox:hover h4 {
	text-decoration: none !important;
}

.pageBanner {
	display: none;
}

.hidden-mobile {
	display: none;
	visibility: hidden;
}

.hidden-desktop {
	display: block;
	visibility: visible;
}

#page {
	overflow-x: hidden;
}


.altBannerText h3 {
	color: #0380c3;
	text-shadow: none;
	background: rgba(255,255,255,.7);
	padding: 5px;
}
.altBannerText p {
	color: #000;
	text-shadow: none;
	background: rgba(255,255,255,.7);
	padding: 5px;
}

.offers-page-prods .prodBox .img-responsive {
	max-width: 100%;
	max-height: 200px;
}

.offers-page-prods span.priceOverlayHome {
	top: 53%;
	right: 35px;
}

.offers-page-prods .prodBox .prodTitle {
	background: #399bcb;
	color: #fff;
}

.signup-footer {
	background: #353535;
	padding-top: 20px;
	padding-bottom: 20px;
}

.signup-footer h3 {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 4px #000;
	margin-top: 18px;
}

.signup-footer input[type="submit"] {
	border: 1px solid #ccc !important;
}

.loading {
    font-size: 50px;
    color: #ccc;
    line-height: 350px;
}
.loading-hide {
    display: none;
}
.slides {
    display: none;
}

.yamm .nav-col {
	margin-bottom: 5px;
}

.footer-left, .footer-right {
	border-bottom: 1px solid #ccc;
}

.homecarousel { margin-top: 50px; background-color: #fff; }

.badgeOverlay {
	position: absolute;
	top: 0;
	right: 15px;
}

.menu-drop.collapsed .fa {
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.menu-drop .fa {
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.bigButtonBoxOut h4 {
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #399bcb;
}

.bigButtonBoxOut a {
	border: 1px solid #399bcb;
	opacity: .8;
}

.bigButtonBoxOut a[href="/uploads/catalogues/allfix-summer-catalogue-2015.pdf"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/catalogue.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/allfixaccounts"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/trade-account.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/delivery"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/delivery.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/contact"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/contact.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/support"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/support.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/quality-assurance"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/quality.jpg') top center no-repeat;
}

.bigButtonBoxOut a[href="/supply"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/supply.jpg') top center no-repeat;
}

.bigButtonBoxOut a[href="/kitting"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/kitting.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/enviromental"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/enviromental.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/rohs"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/rohs.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/reach"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/reach.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/ce-mark"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/ce.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/terms-and-conditions"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/terms-and-conditions.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/cookies"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/cookies.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/terms-of-website-use"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/website-use.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/privacy"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/privacy.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/website-privacy-policy"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/privacy.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/password-policy"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/password.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="https://www.allfix.co.uk/themes/allfix/files/Privacy-Notice-Newsletter-Signup.pdf"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/Allfix-Now.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="https://www.allfix.co.uk/themes/allfix/files/Privacy-Notice-Online-Purchase.pdf"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/Shop.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/data-protection-policy"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/data-protection.jpg') center center no-repeat;
}
.bigButtonBoxOut a[href="/cyber"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/cyber-security.jpg') center center no-repeat;
}

.bigButtonBoxOut a[href="/themes/allfix/files/Coronavirus-Statement-Issue1.pdf"] {
	background: url('https://www.allfix.co.uk/themes/allfix/images/boxes/virus-image.jpg') center center no-repeat;
}
   
.bigButtonBoxOut a:hover {
	opacity: 1;
}

.clear-row {
	clear: both;
}

.blogPost {
	clear: both;
	padding: 15px 18px 0;
	margin: 5px;
	background: #eee;
	overflow: auto;
	border-radius: 5px;
}

.blogPost h3 {
	margin: 0 0 15px;
}

.blogPost h3 a {
	color: #337ab7;
	font-weight: bold;
	font-size: 16px;
}

.blogPost p {
	font-size: 90%;
}

.blogPost p > a[rel="nofollow"] {
	font-weight: bold;
	background: #666;
	color: #fff;
	padding: 8px 12px;
	border-radius: 5px;
	margin: 10px 0;
	display: inline-block;
}

.blogPost p a img {
	float: none;
	margin: 0 !important;
}

.blogHeader {
	background: #399bcb;
	color: #fff;
	padding: 10px 20px;
	font-style: italic;
	font-weight: bold;
}

.blogPopout {
	position: fixed;
	bottom: -337px;
	width: 100%;
	height: 386px;
	right: 0;
	z-index: 500;
	transition: ease-out .5s;
}

.blogPopout.openBlog {
	bottom: 0;
	transition: ease-out .5s;
}

.blogTag {
	float: none;
	clear: both;
	width: 50px;
	cursor: pointer;
	display: none;
	visibility: hidden;
}

.blogTagMob {
	float: none;
	clear: both;
	width: 360px;
	height: 50px;
	cursor: pointer;
}

.blogMain {
	float: none;
	width: 100%;
	border: 2px solid #399bcb;
	border-width: 2px 0 0 2px;
}

.visitBlog {
	background: #399bcb;
	margin: 0;
	border-radius: 0 0 5px 5px;
}

.visitBlog a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 5px 12px 8px;

}

.blogFeed {
	overflow: auto;
	height: 300px;
	background: #399bcb;
	border-bottom: 2px solid #399bcb;
}

.back-to-top {
	bottom: 50px;
}

.smallTextLegalWhite {
	color: #fff;
}

.cookieTopBar {
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	background: #333;
	clear: both;
	position: fixed;
	z-index: 2100;
	bottom: -500px;
	overflow: auto;
	transition: 1s;
	border-top: 1px solid #fff;
	line-height: 140%;
}

.openCookieControls {
	bottom: 0;
	transition: 1s;
}


.cookieTopBar h5 {
	color: #fff;
	font-weight: bold;
}

.cookieTopBar p {
	color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9534f;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #449d44;
}

input:focus + .slider {
  box-shadow: 0 0 1px #449d44;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.more-offers-link {
	text-align: center;
}

.more-offers-link a {
	color: #399bcb;
	font-size: 200%;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.bsCheckbox {
	margin-bottom: 5px;
}

.bsCheckboxRewards {
	padding: 15px;
	box-sizing: border-box;
	margin: 10px 0;
	text-align: center;
}

.bsCheckboxRewards img {
	margin-bottom: 10px;
}

.page-xtra .main {
	background: #333;
}

.page-xtra .main-content {
	background: #333;
}

.page-xtra .main-content h1, 
.page-xtra .main-content h2, 
.page-xtra .main-content h3, 
.page-xtra .main-content h4, 
.page-xtra .main-content p, 
.page-xtra .main-content a, 
.page-xtra .main-content li {
	color: #fff;
}

body.page-xtra-signup .staticcontent {
	background: #333;
}

body.page-xtra-signup .staticcontent h2,
body.page-xtra-signup .staticcontent label,
body.page-xtra-signup .staticcontent p,
body.page-xtra-signup .staticcontent .indicates-required {
	color: #fff;
}

.catBoxHome {
	margin-bottom: 20px;
}

.rewards-logo-footer {
	border-radius: 5px;
	margin-bottom: 10px;
	max-width: 100%;
}

.special-offers-mob {
	background: #de001e;
	color: #fff !important;
	font-weight: bold;
}

.shortsDesc {
	position: relative;
	z-index: -1;
}

.shortsDesc:after {
	position: absolute;
	bottom: 0; 
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(to top, rgba(255,255,255, 1) 10%, rgba(255,255,255, 0) 80%);
	pointer-events: none; /* so the text is still selectable */
}

@media (min-width: 468px) {
	
.badgeOverlay {
	right: 0;
}
	
	.offers-page-prods span.priceOverlayHome {
		top: 40%;
	}

	
.hidden-mobile {
	display: block;
	visibility: visible;
}
	.hidden-desktop {
		display: none;
	visibility: hidden;
}
	
.subBox1, .subBox2 {
	height: 200px;
	padding: 35px 15px 15px;
}
	
	.bannerItem img {
	height: 100%;
}
	
	header {
	margin: 0;
	position: fixed;
}

	.navbar-brand {
		width: 127px;
		padding: 10px;
	}
	
.carousel-caption {
	top: auto;
	bottom: 0;
}

.carousel-caption h3 {
	font-size: 150%;
	margin-bottom: 5px;
	width: 80%;
	display: inline-block;
	clear: both;
	text-align: left;
}
	
.carousel-caption p {
	font-size: 70%;
	margin-bottom: 5px;
	width: 80%;
	display: inline-block;
	clear: both;
	text-align: left;
}
	

}

@media (min-width: 468px) {
	.prodHome {
		min-height: 350px;
	}
	.pdf-cover-row {
		margin-bottom: 20px;
	}
	.pdf-cover {
		margin-bottom: 20px;
	}
}

@media (min-width: 480px) and (max-width: 1200px) {
	
	
	.prodBox {
		min-height: 400px;
	}
}

@media (min-width: 768px) {
	
	a.bigButtonBox {
	height: 205px;
}
	
	/* BANNERS */

.bannerItem {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 3%;
	right: 2%;
	bottom: 0;
	text-align: right;
}

.bannerItem img {
	width: auto !important;
	max-width: 100% !important;
	height: 100%;
}
	
.carousel-caption h3 {
	font-size: 250%;
	margin-bottom: 15px;
	width: 100%;
	text-align:  left;
	display: block;
}
	
.carousel-caption p {
	font-size: 110%;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	display: block;
}		
	
.carousel-inner>.item {
	transition: none;
}
	
.nav>li>a {
	padding: 1px;
}	
	
.float-left {
	float: left;
	margin: 0 30px 30px 0;
}

.float-right {
	float: right;
	margin: 0 0 30px 30px;
}

.page-title {
	text-align: left;
}

a.navbar-myaccount {
	color: #fff;
	text-decoration: none;
	margin-right: 0;
}

a.navbar-myaccount:hover {
	background: #337ab7;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin: 0 !important;
}
.footer-left {
	text-align: left;
}
.footer-right {
	text-align: left;
}

.floating-boxes {
	text-align: left;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}

.footer-left, .footer-right {
	min-height: 265px;
}
	
.carousel-container {
	margin: 0 auto;
}

}

.homecarousel {margin-top: 130px;}

@media (max-width: 478px) {

	.bannerAlt {
		width: 70%;
		left: 2%;
	}
	
	.bannerAlt img {
		width: 50%;
	}
	
	.subBox1, .subBox2 {
		background-size: 150px;
	}
	.navbar-brand {
		width: 110px;
		padding: 12px 0 10px 10px;
	}
	
	.carousel-inner>.item>a>img {
		max-width: none;
		height: 350px;
	}
	
	.carousel-inner>.item {
		transition: none;
	}

	.carousel .carousel-inner img {
		max-width: 300%;
		min-height: 300px;
		overflow: hidden;
	}
	
	.carousel .carousel-inner img {
		width: auto;
	}

	.carousel-caption
	{
		position: absolute;
		right: 0;
		bottom: 15px;
		left: 0;
		z-index: 10;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #fff;
		text-align: left;
		background: none;
	}
	
	.col-xxs-6 .subBox1 h4, .col-xxs-6 .subBox2 h4 {
		font-size: 14px;
	}
	
	.col-xxs-6 .subBox1 p, .col-xxs-6 .subBox2 p {
		font-size: 12px;
		line-height: 125%;
	}
	/*.owl-carousel .owl-item img {
		height: 350px;
		max-width: none;
	}*/
	.homecarousel {
		overflow-x: hidden;
    		margin-left: -60px;
    		margin-right: -60px;
	}
	.loading { line-height: 130px; }
}

@media (max-width: 768px) {
	
	.hidden-sm {
		display: none;
		visibility: hidden;
	}
	
	.bigButtonBoxOut div {
		margin: 2% 0;
	}

	.col-xxs-6 .subBox1, .col-xxs-6 .subBox2 {
		background-size: 50%;
		background-color: #fff;
	}
	
	.col-xxs-6 {
		width: 50% !important;
		padding: 5px;
	}
	
	.subBox1 p, .subBox2 p {
		font-size: 18px;
	}
		
	.navbar-header {

	background: #399bcb;
	z-index: 9999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #fff;
	}	
	
	
	.homecarousel {
		margin-top: 130px;
	}
	.loading { line-height: 200px; }
}

@media (max-width: 991px) {
	.main-content {
		margin-top: 70px;
	}
	li.mybutton:nth-child(2){
   		display:none;
	}
	#breadcrumbs {
		display: none;
		visibility: hidden;
	}
	
	#leftsidebar {
	margin-top: 80px;
	}
}

@media (min-width: 992px) {

	.bsCheckboxRewards {
	float: right;
	width: 50%;
	margin: 0;
}
	
	.more-offers-link {
		text-align: right;
	}
	
	#mc_embed_signup input.email {
		width: 375px;
	}
	

	.blogPopout {
		width: 350px;
		margin-right: -300px;
		margin-bottom: 0;
		margin-top: 0;
		top: 225px;
	}

	.blogPopout.openBlog {
		margin-right: 0;
	}

	.blogTag {
		float: left;
		clear: none;
		display: block;
		visibility: visible;
	}
	
	.blogTagMob {
		display: none;
		visibility: hidden;
	}

	.blogMain {
		float: left;
		width: 300px;
	}

	.visitBlog {
		margin: 0 18px 0 50px;
	}

	.blogFeed {
		height: 500px;
	}
	
	
/* Coloured Menu */
	
	#breadcrumbs {
		display: block;
		visibility: visible;
	}
	
	.yamm .nav-heading a {
		color: #fff;
		text-shadow: 0 0 5px #444;
	}
	
	.yamm .level1:hover > a {
		text-shadow: 0 0 5px #444;
	}
	
	.navbar .level1.catLink0:hover, .navbar .level1.catLink0 > a:hover, .catLink0:hover ul {
		background: #399bcb !important;
	}
	.navbar .level1.catLink0 ul .nav-heading:hover a{
		color: #399bcb !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink1:hover, .navbar .level1.catLink1 > a:hover, .catLink1:hover ul {
		background: #a7bf7e !important;
	}
	.navbar .level1.catLink1 ul .nav-heading:hover a{
		color: #a7bf7e !important;
		text-shadow: none;
	}
		
	.navbar .level1.catLink2:hover, .navbar .level1.catLink2 > a:hover, .catLink2:hover ul {
		background: #9d966a !important;
	}
	.navbar .level1.catLink2 ul .nav-heading:hover a{
		color: #9d966a !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink3:hover, .navbar .level1.catLink3 > a:hover, .catLink3:hover ul {
		background: #6a9d71 !important;
	}
	.navbar .level1.catLink3 ul .nav-heading:hover a{
		color: #6a9d71 !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink4:hover, .navbar .level1.catLink4 > a:hover, .catLink4:hover ul {
		background: #a982ef !important;
	}
	.navbar .level1.catLink4 ul .nav-heading:hover a{
		color: #a982ef !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink5:hover, .navbar .level1.catLink5 > a:hover, .catLink5:hover ul {
		background: #ef8282 !important;
	}
	.navbar .level1.catLink5 ul .nav-heading:hover a{
		color: #ef8282 !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink6:hover, .navbar .level1.catLink6 > a:hover, .catLink6:hover ul {
		background: #9263b2 !important;
	}
	.navbar .level1.catLink6 ul .nav-heading:hover a{
		color: #9263b2 !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink7:hover, .navbar .level1.catLink7 > a:hover, .catLink7:hover ul {
		background: #e6626e !important;
	}
	.navbar .level1.catLink7 ul .nav-heading:hover a{
		color: #e6626e !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink8:hover, .navbar .level1.catLink8 > a:hover, .catLink8:hover ul {
		background: #af7f7f !important;
	}
	.navbar .level1.catLink8 ul .nav-heading:hover a{
		color: #af7f7f !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink9:hover, .navbar .level1.catLink9 > a:hover, .catLink9:hover ul {
		background: #cb7e4a !important;
	}
	.navbar .level1.catLink9 ul .nav-heading:hover a{
		color: #cb7e4a !important;
		text-shadow: none;
	}
	
	.navbar .level1.catLink10:hover, .navbar .level1.catLink10 > a:hover, .catLink10:hover ul {
		background: #5bbb70 !important;
	}
	.navbar .level1.catLink10 ul .nav-heading:hover a{
		color: #5bbb70 !important;
		text-shadow: none;
	}
	
	#main-nav2 > ul > li > ul {
		border-top: 0;
	}

	.subBox1, .subBox2 {
		height: 150px;
	}

	.subBox1 h4, .subBox2 h4 {
		font-size: 22px;
	}
		#search {
		height: 57px !important;
		position: relative;
		top: 62px;
		padding: 0 15px;
		box-sizing: border-box;
	}

		#myCarousel {
		min-height: 140px;
		margin-top: 233px;
	}
	
	.header-basket {
		clear: none;
		width: 50%;
	}
	
	.header-search {
		clear: none;
		width: 50%;
		margin-top: 5px;
	}
	
	.header-basket-text {
		width: 100%;
	}
	
	.logo {
		margin-top: 0;
	}
	
	.basketInfo {
		font-size: 80%;
	}
	
	.main {
		margin-top: 240px;
	}
	
	.navbar {
		min-height: 46px;

	}
	.logo {
		margin-top: 10px;
		width: 140px;
	}
	
	.carousel-container {
		margin: 20px auto;
	}

	.carousel-caption
	{
		bottom: 40px;
		top: auto;
	}

	.navbar-fixed-top {
		margin-bottom: 20px;
	}

	.carousel-container {
		max-width: 970px;
	}

	.carousel-container {
		text-align: left;
	}

	.navbar-collapse.collapse {
		display: block!important;
	}

	.navbar-toggle {
		display: none;
	}

	header {
		height: 149px;
		padding: 15px 0 0;
		background: #fff;
	}

	.main-menu-bg {
		background: #fff;
		border-top: 3px solid #399bcb;
		border-bottom: 3px solid #399bcb;
		margin-top: 15px;
		width: 100%;
	}

	.navbar-nav {
		display: table;
	}

	.navbar-social, .navbar-myaccount, .navbar-logout, .navbar-greeting {
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.headerSlogan {
		margin: 16px 10px 5px 15px;
		float: left;
		width: 270px;
	}

	#logo {
		max-height: 110px;
		margin: 19px 0;
	}

	.header-search .searchform .searchterm {
		height: 38px;
	}

	.dropdown-menu {
		display: block;
		max-height: 500px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	ul.navbar-nav li ul {
		position: absolute;
		z-index: -1;
		top: -999em;
		opacity: 0.2;
		transition-delay: .1s;
	}

	ul.navbar-nav li:hover ul {
		z-index: 100;
		top: 70px;
		height: auto;
		opacity: 1;
		transition-delay: .4s;
	}

	.nav-heading {
		padding: 5px 10px;
		border-radius: 4px;
	}

	.nav-heading:hover {
		background: #fff;
	}

	.nav-heading:hover a {
		color: #fff;
		text-decoration: none;
		border-color: #fff;
	}

	.navbar .level1 a {
		width: 100%;
		display: block;
	}

	.logout-form {
		margin: 0;
	}
	
	.footer-left, .footer-right {
	border-bottom: 0;
	}
	
	.homecarousel {margin-top: 225px;}

}

@media (min-width: 991px) and (max-width: 1200px) {
	.main-menu-bg .container-ext {
		padding-left: 3px !important;
		padding-right: 3px !important;
		margin: 0 !important;
		width: 100%;
	}
}


@media (min-width: 1200px) {
	.offers-page-prods span.priceOverlayHome {
		top: 52%;
	}


	.subBox1, .subBox2 {
		padding: 35px 15px 15px 60px;
	}
	
	.headerSlogan {
		display: block !important;
		visibility: visible;
	}

	.carousel-container {
	    max-width: 1120px;
	}
	
	.nav>li>a {
		padding: 3px;
	}
}

@media (max-width: 1200px) {
	.navbar .level1 a {
		font-size: 10px;
	}
}

@media (min-width: 1200px) {
	.bigButtonBoxOut a {
	padding: 30px;
	}
}

@media (min-width: 1600px) {
	.container {
		width: 1580px;
	}
	.carousel-container {
		max-width: 1580px;
	}
		span.priceOverlayHome {
		top: 54%;
	}
}

.basketvaluecol {
	text-align: left;
}

.restricted-product-alert {
	color: red;
	font-weight: bold;
}