@import url("/css/menu/sprite.css");
@import url("/css/menu/main.css?v=124454");
@import url("/css/forms.css");
@import url("/css/flexslider.css");
@import url("/css/responsive-tabs.css");
@import url("/css/magnific-popup.css");
@import url("/css/font-awesome.css");
@import url("/css/dcg-icons.css");
@font-face {
  font-family: Currys Sans;
  src: url(../css/fonts/curryssans.woff);
 font-weight:normal;
}
@font-face {
  font-family: Currys Sans;
  src: url(../css/fonts/curryssans-light.woff);
 font-weight:100;
}
@font-face {
  font-family: Currys Sans;
  src: url(../css/fonts/curryssans-bold.woff);
 font-weight:bold;
} 
@font-face {
  font-family: Montserrat;
  src: url(../css/fonts/curryssans.woff);
 font-weight:normal;
}

/***************************************
*                                      *
*   COMMON AND DESKTOP SCREEN STYLES   *
*                                      *
***************************************/

@media screen {
	*, *::after, *::before {
	    box-sizing: border-box;
	}

html {
}
#content {margin-top: 170px;display: inline-block;width: 100%;margin-bottom: 20px;}
span.mobwrap {
    float: right;
    width: 30.06%;
    position: absolute;
    display: none;
    top: 0;
    z-index: 0;
    right: 0px;
}

	body {
		font-size: 15px;
		font-family:'Currys Sans', arial, sans-serif;
		width: 980px;
		margin: 0 auto;
		overflow-x: hidden;
		background: #f2f3f4;
	}
	#wait-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ddd;
		z-index: 10000;
		opacity: 0.6;
	}
	#wait-overlay > div {
		position: absolute;
		width: 96px;
		height: 96px;
		top: 50%;
		left: 50%;
		margin-top: -48px;
		margin-left: -48px;
		animation: rotation 0.8s infinite linear;
		border-left: 6px solid rgba(23, 47, 114, 0.25);
		border-right: 6px solid rgba(23, 47, 114, 0.25);
		border-bottom: 6px solid rgba(23, 47, 114, 0.25);
		border-top: 6px solid rgba(23, 47, 114, 1);
		border-radius: 100%;
	}
	@-webkit-keyframes rotation {
		from {-webkit-transform: rotate(0deg);}
		to {-webkit-transform: rotate(359deg);}
	}
	@-moz-keyframes rotation {
		from {-moz-transform: rotate(0deg);}
		to {-moz-transform: rotate(359deg);}
	}
	@-o-keyframes rotation {
		from {-o-transform: rotate(0deg);}
		to {-o-transform: rotate(359deg);}
	}
	@keyframes rotation {
		from {transform: rotate(0deg);}
		to {transform: rotate(359deg);}
	}

	.close-menu {
		margin-top: 125px !important;
	}
	a {
		color: #4C12A1;
	}
	a:not(.action):visited {
		color: #4C12A1;
	}
	a img {
		border: none;
		height: auto;
	}
	/*#header {
		position: relative;
	}*/
	/* black tag pop-down */
#black-tagpop{
  font-family: 'Currys Sans', sans-serif;
  background: #faf5ff;
  /* display: none !important; */
  /* display:block; to show promo sticky */
  left: -100%;
  position: fixed;
  z-index: 15;
  border-bottom: 1px solid #cdd8df;
  color: #4d12a1;
  width: 300%;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
}

#black-tagpop p{width: 75%;padding: 0% 0%;display: inline-block;font-size: 15px;line-height: 25px;color: #213038;font-family: 'Currys Sans', arial, sans-serif;font-weight: 400;position: relative;text-align: center;margin: 0px;margin-top: 4px;margin-left: 1%;margin-right: 1%;padding-left: 0%;}
#black-tagpop p i {font-size:75%;}
#black-tagpop p span {display:none;}
#black-tagpop p span i.mobile {display:none;}
#black-tagpop p span.tagline {font-size: 14px;text-transform:none;padding-left: 20px;top: -2%;font-weight: 800;}
#black-tagpop p span.tagline i {font-size:75%; margin-left:2px}
#black-tagpop button{float: right;background: #fff;border: 1px solid #56707a;color: #4d12a1;text-transform: uppercase;font-size: 16px;margin-top: 3px;margin-right: 20px;padding: 3px 6px;padding-top: 4px;height: auto;position: absolute;right: 0px;top: 0px;border-radius: 25px;}
#black-tagpop .business-only a{color: #4c12a1;/* font-weight: bold; */margin-left: 8px;font-size: 15px;}
#black-tagpop .business-only a:hover {text-decoration:none;}
#contentblacktag{width: 34%;max-width: 1240px;overflow: hidden;display: inline-block;margin: 0 auto;position: relative;height: 35px;}
#contentblacktag p {display: inline-block;}
#contentblacktag p:before {content:'i';background: #FAF5FF;width: 26px;height: 26px;display:inline-block;text-align: center;margin-right:10px;margin-top: 0px;border:1px solid #4c12a1;border-radius: 30px;}
@media(max-width: 767px){
	#black-tagpop p span i.mobile {display:inline-block;font-size:75%;margin-left: 4px;}
#black-tagpop p{width: 100%;font-size: 15px;width: 96% !important;margin-left: 5px !important;margin-right: 0%;text-align: left;}
#black-tagpop button{float: right;background: #fff;border: 1px solid #4d12a1;color: #4d12a1;text-transform: uppercase;font-size: 16px;margin-top: 3px;margin-right: 0px !important;padding: 4px 7px;height: auto;position: absolute;right: 0px;}
#black-tagpop p span.tagline {display:none;}
#black-tagpop button{
    margin-right: 0px;
}
#black-tagpop a{color: #4c12a1;}
#contentblacktag{padding: 20px 0px;padding-top: 0px;width: 100%;margin: auto;}
  }
/* end black tag pop-down */

	/* Cookie consent */
#cookie-bar{
  font-family: 'Currys Sans', arial, sans-serif;
  background: rgba(242, 242, 242, 1);
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid #4C12A1;
  z-index: 1000;
  width: 100%;
  color: #4C12A1;
  width: 100%;
}
#cookie-bar p{width: 85%;padding: 0% 2%;float: left;display: inline-block;font-size: 12px;line-height: 24px;color: #44C12A1;text-align: center;}
#cookie-bar button{float: right;background: white;border: 1px solid #4C12A1;color: #4C12A1;text-transform: uppercase;font-size: 16px;margin-top: 1.5%;border-radius: 4px;padding: 8px 20px;}
#cookie-bar button:hover {background: #4C12A1;color:#fff;}
#cookie-bar a{color: #4C12A1;}
#contentcookie{padding: 0% 10%;width: 100%;margin: auto;display: inline-block;}

@media(max-width: 767px){
#cookie-bar p{width: 100%;font-size: 12px;}
#cookie-bar button{width: 90%;margin: 0% 5%;}
#cookie-bar a{color: #4C12A1;}
#contentcookie{padding: 20px 0px;padding-top: 0px;width: 100%;margin: auto;}
  }
/* end cookie consent */

	#header {
		-webkit-transition: top .2s ease;
		-moz-transition: top .2s ease;
		-ms-transition: top .2s ease;
		-o-transition: top .2s ease;
		transition: top .2s ease;
		max-width: 1240px;
		width: 100%;
		margin: 0 auto;
		background: #ffffff;
		position: fixed;
		z-index: 50;
		right: 0;
		left: 0;
		top: 0;
	}
	.ie7 #header {
		z-index: 10;
	}
	#header:before {
    content: "";
    background: #ffffff;
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #e0e2e3;
    z-index: -1;
}
#header:after {
    content: "";
    background: #ffffff;
    position: absolute;
    border-bottom: none;
    right: -99%;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 50;
    box-shadow: none;
    border-bottom: 1px solid #e0e2e3;
}
body:after {content:'';position: fixed;top:0;right: 0px;width: 100%;background: #ffffff;height: 105px;}
	#header #topbar {margin: 0px;font-size: 12px;background: #f2f2f2;width: 100%;display: flex;height: 21px;justify-content: flex-end;align-items: center;position: relative;z-index: 200;}
	#header #topbar:before {content:'';position:absolute;left: -100%;top:0px;height:21px;background: #f2f2f2;z-index:5000;width: 100%;}
	#header #topbar:after {content:'';position:absolute;right: -100%;top:0px;height:21px;background: #f2f2f2;z-index:5000;width: 100%;}
	#header #topbar a {text-decoration:none; padding:0px 5px; color:#213038}
		#header #topbar a:before {content:'\2022'; margin-right:5px; text-decoration:none}
				#header #topbar a:first-of-type:before {content:''}
		#header #topbar a:hover {text-decoration:underline;color: #4c12a1;}
		#header #topbar a:hover:before {display:inline-block; text-decoration:none !important;}
	#header .nav-burguer {
		width: 46px;
		height: 46px;
		float: left;
		background: #4C12A1;
		color: #FFF;
		text-align: center;
		margin: 13px 13px 0 10px;
		padding: 3px;
		cursor: pointer;
		display: none;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: 0.2s;
		   -moz-transition: 0.2s;
		    -ms-transition: 0.2s;
		     -o-transition: 0.2s;
		        transition: 0.2s;
	}
	#header .nav-burguer i {
		font-size: 25px;
	}
	#header .nav-burguer:hover {
		opacity: 0.8;
	}
	#header h1 {
		transition: 0.5s;
		margin: 0px;
		font-size: 0px;
		padding: 0.6%;
		padding-top: 1%;
		padding-bottom: 0%;
		width: 20%;
		position: relative;
		z-index: 100;
		max-height: 172px;
		background: #fff;
		margin-bottom: -20px;
	}
h1.logo img.mobile {display:none;}
.bg-svg {
	width: 100%;
	background-image: url(/ui/currys-business.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 0;
	padding: 0; /* reset */
	padding-bottom: 110px;
	}
  h1.logo {
	}
h1.logo button {transition:0.5s;background: none !important;padding: 0px;border: 0px;font-size: 0px;float: none;margin: auto;max-height: none;height: 92px;outline: none;}
.headerscroll:before, .headerscroll, .headerscroll:after {
    /* box-shadow: rgb(205 216 223) 0px 0px 6px 0px; */
    transition: all 200ms ease-out 0s;
    }
.headerscroll h1.logo button {height:73px; transition:0.5s;}
h1.logo a {
    font-size: 0px;
    display: inline-block;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 100%;
}
	#header h1 img {
		padding: 0px;
		padding-top: 0px;
		transition: 0.5s;
		max-width: 68%;
		outline: none;
		backface-visibility: hidden;
	}
	#header h1 #logo-real {-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;}
            
 	@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
	/*#toolbar {
		background: #711d6c; /* Old browsers
		background: -moz-linear-gradient(top,  #711d6c 0%, #4e024a 100%); /* FF3.6+
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#711d6c), color-stop(100%,#4e024a)); /* Chrome,Safari4+
		background: -webkit-linear-gradient(top,  #711d6c 0%,#4e024a 100%); /* Chrome10+,Safari5.1+
		background: -o-linear-gradient(top,  #711d6c 0%,#4e024a 100%); /* Opera 11.10+
		background: -ms-linear-gradient(top,  #711d6c 0%,#4e024a 100%); /* IE10+
		background: linear-gradient(to bottom,  #711d6c 0%,#4e024a 100%); /* W3C
		margin:0;
		padding:0;
	} */
	ul.header-cta {
		transition:0.5s;
		background: transparent;
		/* border: 1px solid #ffffff; */
		padding: 0;
		position: absolute;
		margin: 0;
		top: 48px;
		right: 70px;
		z-index: 101;
		display: flex;
		flex-flow: row;
		width: 200px;
		/* -webkit-border-radius: 0 0 10px 10px; */
		/* border-radius: 0 0 10px 10px; */
	}
	.headerscroll .header-cta {top: 32px;transition:0.5s;}
	ul.header-cta i {font-size: 15px;margin-right: 4px;line-height: 26px;color: #444444;}
	ul.header-cta > li {
		list-style: none;
		padding: 0 5px;
		transition:0.3s;
		margin-right: 5px;
		display: flex;
		flex-basis: 33.333%;
		flex-grow: 1;
		align-self: start;
		justify-content: center;
	}
		ul.header-cta > li:hover {background: #ffffff;/* border: 2px solid #cdd8df; */transition:0.3s;border-radius: 5px;}
		ul.header-cta > li:hover a, ul.header-cta > li:hover i {color: #4C12A1 !important;}
    ul.header-cta > li:first-of-type {
        }
	ul.header-cta > li > a {
		color: #000 !important;
		text-decoration: none;
		display: flex;
		padding: 7px 0;
		font-family: 'Currys Sans';
		font-weight: 200;
		font-size: 13px;
		display: flex;
		flex-flow: column;
		align-items: center;
		text-align: center;
	}
	ul.header-cta > li#call-us a span.tooltiptext {transition:0.2s; width:100px; height:0px; position:absolute; display:none;}
		ul.header-cta > li#call-us > a:hover span.tooltiptext {display:block; background:#56707a; border-radius:5px; color:#fff; height:27px; padding:5px; width:95px; position:absolute; top:55px; transition:0.2s;}

ul.header-cta > li > a .usermenu-item {
     height: 30px;
     width: 30px;
     float:left;
}
	ul.header-cta > li > a:hover {
		color: #4a4a4a;
		background: none;
	}
	/* Account Menu */
	/* Account Menu */
ul.header-cta #account-top > div {
    position: absolute;
    z-index: 100;
    top: 55px;
    left: -15px;
    transition: max-height 0.2s ease;
    max-height: 0;
    overflow: hidden;
}
ul.header-cta #account-top > div > ul {
    width: 130px;
    background: #fff;
    border: 1px solid #fff;
    border-radius:0px 0px 10px 10px;
    border-top: none;
    padding: 10px 5px;
    /* -webkit-border-radius: 0 0 10px 10px; */
    /* border-radius: 0 0 10px 10px; */
    /* -webkit-box-shadow: 0 4px 5px 0 rgba(91,186,225,0.3); */
    /* box-shadow: 0 4px 5px 0 rgba(91,186,225,0.3); */
}
ul.header-cta #account-top:hover > div {
    max-height: 500px;
}
	ul.header-cta #account-top > div > ul > li {
		float: none;
		padding: 5px 5px;
		list-style: none;
	}
    	ul.header-cta #account-top > div > ul > li:hover {background:#ffffff;}
	ul.header-cta #account-top > div > ul > li > a {
		color: #4C12A1;
		text-decoration: none;
		display: block;
		font-family: Currys Sans;
		font-weight: 400;
		font-size: 13px;
		padding: 0;
	}
	ul.header-cta #account-top > div > ul > li > a:hover {
		color: #666;
	}
	#toolbar {
		margin: 0 0 0 0;
		padding:0;
		border-top: 0px solid #ffffff;
		/* border-bottom: 1px solid #000000; */
	}

	#toolbar a {
		text-decoration: none;
		color: #4C12A1;
	}
	#toolbar ul {
		list-style: none;
		margin: 0;
		padding-left: 0px;
	}
	#menu-button,
	#search-button,
	#shop-button,
	#account-button,
	#basket-button {
		display: none;
	}
	#basket-icon {
		display: inline;
		display: inline-block;
		font-weight: bold;
	}
	.search {
		display: flex;
		position: relative;
		padding: 4px;
		border: none;
		outline: none;
		z-index: 101;
		transition: 0.5s;
	}
		.search .parsley-errors-list.filled {
    position: absolute;
    top: -35px;
    background: #cdd8df;
    left: 19px;
    list-style: none;
    padding: 2px 10px;
    width: auto;
    color: #213038;
    font-size: 14px;
    border-radius: 10px 10px 0px 0px;
}
	.search fieldset {
		position: relative;
		display: inline-block;
		border: none;
		margin: 0;
		padding: 0;
	}
	.search input {
		margin: 0;
		padding: 0 50px 0 24px;
		font-size: 14px;
		color: #000;
		font-size: 1.1em;
		border: 1px solid rgba(0,0,0,0.3);
		-webkit-appearance: none;
		height: 48px;
		line-height: 33px;
		width: 220px; /* IE7-8 */
		display: inline;
		vertical-align: middle;
	}
	:root .search input {
		width: 360px; /* IE9+, Other Browsers */
	}
	.search label {
		position: absolute;
		color:#999;
		font-size: 1.5em;
		margin-top: -1000px;
		height: 33px;
		line-height: 33px;
	}
	.search label span {
		position: absolute;
		top: 1000px;
		left: 5px;
		line-height: 33px;
	}
	#search-wrap .search button {
		-webkit-border-radius: 5px;
		border: none;
		border-radius: 30px;
		min-height: 0;
		margin-left: 0;
		margin: 14px 0px;
		background: #4c12a1;
		color: #ffffff;
		font-weight: bold;
		vertical-align: middle;
		height: 40px;
		width: 40px;
		position: absolute;
		top: -10px;
		right: 5px;
		font-size: 18px;
		padding: 7px;
	}
	.ie7 .search button {
		overflow: visible;
		width: auto;
	}
	.search input[type=search] {
		background: #fff;
		border: 1px solid #cdd8df;
		vertical-align:middle;
		font-family: 'Currys Sans', arial, sans-serif;
		font-weight: 400;
		font-size: 14px;
		-webkit-border-radius: 5px;
		border-radius: 25px;
		outline: none;
		transition:0.2s;
	}
	.search input[type=search]::placeholder {color:#213038;}
	#header.header-scroll .search input[type=search]:hover {box-shadow: rgb(205 216 223) 0px 0px 6px 0px;transition: all 200ms ease-out 0s;}
	#header.header-scroll .search input[type=search]:focus {transform:scale(1.00);height:48px;border-radius:25px;transition:0.2s;border: 2px solid #4b12a1;}
	#header.header-scroll.compact .search input[type=search]:focus {height: 48px;transition:0.2s;margin-top:auto;}
		#header.header-scroll.compact .search button {top: -10px;}
	.product-grid a {text-decoration:none;}
.product-grid .price strong {
    color: #213038;
    font-weight: bold;
    font-size: 20px;
    display: block;
}
.product-grid span.price {width:100%;display: flex;justify-content: center;align-items: center;/* border-top: 1px dotted #c1c1c1; *//* border-bottom: 1px dotted #c1c1c1; */padding: 3% 0%;padding-top: 10px;}
.product-grid span.price span {float:right;text-align: left;padding-left: 2%;font-size: 12px;}
	#search-suggestions {
		position: absolute;
		left: 22%;
		transition: 0.5s;
		top: 170px;
		width: auto;
		/* min-width: 682px; */
		max-width: 57%;
		background-color: #ffffff;
		z-index: 1000;
		display: none;
		margin-top: -40px;
		border-radius: 20px 20px 20px 20px;
		padding: 0px;
		box-shadow: -1px 1px 5px 0px #557079;
	}
	.headerscroll #search-suggestions {top: 150px;}
	#search-suggestions .leftbox {width: auto;max-width: 50%;width: 50%;}
	#search-suggestions > div {
		display: block;
		position: relative;
		float: left;
		width: 50%;
		height: 100%;
	}

#search-suggestions div.mumcross {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    z-index: 300;
    font-family: 'fontAwesome';
    background: transparent;
    font-size: 24px;
    padding: 0px;
    display: none;
}
	 #search-suggestions #rightbox {width: 0%;display: none;margin-left: -1px;padding-top: 0%;padding-left: 0%;margin-left: 0%;float: right;}
	
	#search-suggestions > div::first-child ul {
		border-right: 1px solid #4C12A1;
	}
	#search-suggestions-overlay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		display: none;
	}
	#search-suggestions ul {
		list-style: none;
		margin: 0;
		padding: 0px;
	}
	#search-suggestions ul#suggested-phrases:before {content:'Search suggestions';display:inline-block;width: auto;min-width: 297px;width: 100%;text-align: center;background: #f2f2f2;padding: 6px;margin-bottom: 10px;font-size: 16px;border-radius: 16px 0px 0px 0px;font-family: 'Currys Sans', arial;color: #213038;}
	#search-suggestions ul#search-preview ul {padding-top:0px;}
	#search-suggestions ul#search-preview ul:before {content:'Product results';display:inline-block;width: 100.6%;text-align:Center;background: #f2f2f2;border-radius: 0px 20px 0px 0px;/* border-left: 1px solid #fff; *//* border-right: 1px solid #fff; */padding: 6px;margin-bottom: 0px;font-family: 'Currys Sans', arial;color: #213038;font-size: 16px;}
	#suggested-phrases {/* background: #f2f3f4; */top: 0px;left: 0px;position: relative;width: 100%;display: block;}
	#suggested-phrases li {font-size:12px;padding: 5px;width: 200%;}
	#search-suggestions li {
		font-size: 12px;
	}
	#search-suggestions li a {
		width: 100%;
		height: auto;
		display: inline-block;
		padding: 8px;
		padding-top: 2px;
		padding-bottom: 4px;
		padding-right: 14px;
		text-decoration: none;
		font-size: 13px;
		color: #213038;
	}
	#search-suggestions li.more a {color:#4c12a1}
	#search-suggestions li.selected a,
	#search-suggestions li a:hover {
		text-decoration:underline;
	}
	#search-suggestions li a {position:relative;}
	#search-suggestions #search-preview li a:hover:after {content:'\f054';font-family:'fontAwesome', arial, sans-serif;display:block;position:absolute;right:5px;top: 26px;color:#e5006d;}
	#search-suggestions #search-preview li.more a:hover:after {content:'';}
	#search-suggestions .preview {display: none;height: 100%;/* background: #f2f3f4; */}
#search-suggestions #search-preview {/* border-left: 1px solid #cdd8df; *//* border-right: 1px solid #deeef8; */min-height: 200px;}

ul#search-preview {}
	#search-suggestions .preview ul {padding-top: 0px;padding-bottom: 0px;}
	#search-suggestions .preview .col-search-preview-product-thumbnail {width: 15%;float:left;overflow: hidden;}
	#search-suggestions .preview .col-search-preview-product-thumbnail img {float:left;padding-top: 5px;max-width: 85%;font-size: 7px;}
	#search-suggestions .preview .col-search-preview-product-description-spec {float:left;width: 85%;padding-left: 10px;padding-right: 10px;padding-top: 0%;}
	#search-suggestions .preview h2 {font-size: 14px;color: #213038;margin-bottom: 5px;margin-top: 16px;font-weight: 400;}
	#search-suggestions .preview strong {color: #213038;padding-right:10px;font-size: 15px;}
	#search-suggestions .preview span.price {font-size:10px;color: #666670;}
		#search-suggestions .preview span.price.staff {font-size: 15px;color: #e5066d;font-weight:800;}
				#search-suggestions .preview span.price.staff .staff {font-size:11px;color: #444444; font-weight:normal;}
	#search-suggestions #search-preview.preview li {padding: 0px;margin: 0px;background: #fff;}

#search-suggestions #search-preview.preview li.more {
    background: white;
    border-radius: 0px 0px 20px 0px;
    text-align: right;
}
#search-suggestions #search-preview.preview li.more {border-bottom:0px;padding-top: 9px;padding-bottom: 7px;}
li {}
	#category-preview::before {content:'Product categories';display:inline-block;width:100%;/* text-align:Center; *//* background: #cdd8df; */padding: 8px 12px;margin-bottom: 0px;font-weight: bold;font-size: 15px;font-family: 'Currys Sans', arial;color: #213038;}
	#category-preview{}
	#search-suggestions #category-preview li,#search-suggestions #brand-preview li {padding-left:10px;padding: 4px;}
	#brand-preview::before {content:'Brands';border-radius: 0px 16px 0px 0px;display:inline-block;width:100%;text-align:Center;background: #4c11a1;padding: 6px;margin-bottom:10px;font-size: 16px;color: #ffffff;font-family: 'Currys Sans', arial;}
	#call-us-tablet {
		display: none;
	}
	#basket-icon {
		position: absolute;
		top: 51px;
		right: 0;
		width: 70px;
		height: 56px;
		transition:0.5s;
		border-left: 1px solid #f0f0f0;
		/* display: none; */ /* need to spruce up and show inline with other icons */
	}
	.header-scroll.headerscroll #basket-icon {top: 40px;transition:0.4s;height: 46px;border-left: 1px solid #f0f0f0;}
	#basket-icon > a {
		/* background: url("/ui/basket_icon-green.png") no-repeat top left; */
		background-size: contain;
		height: 30px;
		line-height: 33px;
		display: block;
		width: 30px;
		margin-right: 20px;
		margin-top: 16px;
		margin-bottom: 10px;
		position: absolute;
		right: 0;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-ms-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	#basket-icon a.action {
		color: #FFF;
		font-family: 'Currys Sans';
		font-weight: lighter;
	}
	#basket-icon strong {
		background: #e4016c;
		font-weight: normal;
		font-size: 11px;
		color: white;
		border: 0px solid #fff;
		width: 18px;
		height: 18px;
		display: block;
		text-align: center;
		line-height: 17px;
		letter-spacing: 0px;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		position: relative;
		left: 21px;
		top: -35px;
		padding-right: 0px;
		z-index: 1000;
	}
	#basket-icon strong.empty {
		/* display: none; */
	}
	#basket-icon span {
		display: none;
	}
	#mini-basket {
		   display: none; 
	}
	#basket-icon:hover #mini-basket {
		display:block;
		position: absolute;
		top: 48px;
		right: 0px;
		background: #f2f3f4; /* Old browsers */
		 /* FF3.6-15 */
		 /* Chrome10-25,Safari5.1-6 */
		 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1f0f9',GradientType=0 ); /* IE6-9 */
		border: no;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		z-index: 120;
		padding: 0px;
		padding-top: 0px;
		font-size: 8pt;
		color: #333333;
		-webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.59);
		box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.59);
		border-radius:10px;
	}
	#basket-icon #mini-basket a.action {padding: 4px;height: 30px;width: 40%;margin: 10px;background: #4c13a1;border-radius: 20px;border: 3px solid #4c13a1;}
		#basket-icon #mini-basket th {padding: 6px;}
	#basket-icon #mini-basket td {font-weight:400;font-size: 14px;}
	#basket-icon #mini-basket td.prodname {padding:10px;padding-left: 20px;}
	#basket-icon #mini-basket td.price {padding-top: 10px;color: #213038;font-weight: 800;}
	#basket-icon #mini-basket td.price:after {content:'ex VAT';display:inline-block;font-size: 9px;color:#a7a7a7;}

#basket-icon #mini-basket tfoot td.price {
    padding-top: 5px;
    padding-right: 5px;
}
#basket-icon #mini-basket tfoot td.price:after {display:none;}
	#basket-icon #mini-basket tr.product {border-bottom: 1px solid #ececec;}
	#basket-icon #mini-basket tr.product:last-of-type {border-bottom:0px;}
/* show on reload */
	#basket-icon #mini-basket {
		/* display:none */
		position: absolute;
		top: 48px;
		right: 0px;
		 /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e1f0f9+100 */
		background: #f2f3f4; /* Old browsers */
		border-radius: 10px;
		z-index: 120;
		padding: 0px;
		padding-top: 0px;
		font-size: 8pt;
		color: #333333;
		-webkit-box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.59);
		box-shadow: 0px 1px 10px 1px rgb(72, 72, 72);
		transition: 0.3s;
		overflow: hidden;
	}
#basket-icon #mini-basket:after {
    content: "";
    position: absolute;
    top: -12px;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
}
.compact #basket-icon #mini-basket {top:43px; transition:0.3s;}
	#mini-basket table {border-collapse: collapse;width: 305px;}
	#mini-basket table thead {display:none;}
		#mini-basket table thead, #mini-basket table tfoot, #mini-basket table tr {display: table;width:100%;table-layout:fixed;/* even columns width , fix width of table too*/}
	#mini-basket table tbody {display:block;overflow-y: scroll;min-height: 90px;max-height: 250px;margin-right: 0px;padding-right: 0px;background: #fff;}
	 #mini-basket table tbody::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 5px;
    }
    #mini-basket table tbody::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: rgba(58, 58, 58, 0.28);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
	#mini-basket table tfoot {font-size:13px;border-top: 1px solid #e1f0f9;margin-top: 0px;width: 100%;}
#mini-basket table thead {width: calc( 100% - 1em ); display:none;}
	#mini-basket thead th {
		background: #eee;
		padding: 0.5em;
		color: #4C12A1;
	}
	#mini-basket tfoot td {
		font-weight: bold;
	}
	#mini-basket tfoot .total {
		color: #212f38;
		text-align: right;
	}
	#mini-basket table .product-image {font-size:0px;}
	#mini-basket th, #mini-basket td.image {padding: 10px 0px 5px 5px;}
	#mini-basket th, #mini-basket td {
		text-align: left;
		padding: 0em 0em;
		/* white-space: nowrap; */
		vertical-align: top;
	}
	#mini-basket th.price, #mini-basket tfoot td.price {
		text-align: right;
		vertical-align: top;
		padding-top: 4px;
	}
	#mini-basket p {
		text-align: right;
		margin: 0 0 0 0;
	}

#mini-basket p.items {
    text-align: center;
    padding: 10px;
    margin-top: 0px;
    background: #ffffff;
    border: 5px solid #ffffff;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 10px 10px 0px 0px;
    color: #4C12A1;
    font-size: 17px;
    font-weight: lighter;
    font-family: Currys Sans, arial, sans-serif;
}
	#content h1 {
		font-size: 24px;
		color: #33434a !important;
		font-family: 'Currys Sans', arial, sans-serif;
		font-weight: normal;
		line-height: 30px;
	}
	#content h1.collapse {
		overflow: hidden;
		height: 2.5em;
	}
	#content h1 + a.expand {
		display: block;
		margin-bottom: 1em;
	}
	#content:after {
		/* content: " ";
		display: block;
		height: 0;
		clear: both;
		margin-bottom:1em; */
	}
	.breadcrumbs {
		background: none;
		/* border: 1px solid #d3d3d3; */
		/* border-radius: 0px 0px 10px 10px; */
		border-top: 0px;
		background: #f2f3f4;
		list-style: none;
		font-weight: 100;
		font-size: 13px;
		padding: 10px 0px;
		margin: 0 0 0.5em 0;
	}
	.breadcrumbs li {
		display: inline;
		font-weight: 400;
	}
	.breadcrumbs li:after {
		font-family: FontAwesome;
		content: " \f105";
		margin: 0 4px;
		font-weight: lighter;
		font-size: 12px;
		color: #999;
	}
	.breadcrumbs li:last-child:after {
		display: none;
	}
	.breadcrumbs a {
		color: #333333;
		text-decoration: none;
	}
	.breadcrumbs a:visited {color:#213038;}
	.breadcrumbs li:last-child a {
		color: #4C12A1;
	}
	.pagination {
		font-size: 8pt;
		/* border: 1px solid #e4e4e4; */
		/* border-radius: 5px; */
		/* -webkit-border-radius: 5px; */
		padding: 1em;
		/* -webkit-box-shadow: 3px 8px 5px 0px #d4d4d4; */
		/* box-shadow: 1px 3px 5px 0px #d4d4d4; */
		list-style: none;
		margin: 1em 0;
		text-align: center;
		width: 76%;
		float: right;
	}
	.ie7 .pagination,
	.ie8 .pagination {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
		zoom: 1;
	}
	.ie9 .pagination {
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	}
	.pagination li {
		border: 1px solid #cccccc;
		text-align: center;
		display: inline-block;
		margin: 2px;
		border-radius: 25px;
		overflow: hidden;
	}
	.ie7 .pagination li {
		display: inline;
		zoom: 1;
	}
	.pagination li.spacer {
		border: none;
		color: #555555;
		padding: 0.5em;
	}
	.pagination li a {
		border: none;
		text-decoration: none;
		background: #fff;
		display: block;
		min-width: 40px;
		max-width:45px;
		line-height: 35px;
		padding:5%;
		font-size: 14px;
		color: #212f38;
		transition: 0.3s;
	}
	.pagination li strong {
		color: #ffffff;
		display: block;
		background: #4c12a1;
		min-width: 40px;
		line-height: 35px;
		padding:5%;
		font-size: 14px;
	}
	.pagination li a:hover {
		color: #212e38;
		display: block;
		background: #ffffff;
		min-width: 40px;
		line-height: 35px;
		transform: scale(1.2);
		transition: 0.3s;
		}
	#top {
		/* background: #4C12A1; */
		padding-bottom: 2px;
		clear:both;
		margin: 0;
	}
	#top a {
		background: #e1f0f9;
		color: #4C12A1;
		display: none;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		padding: 8px;
		font-size: 13px;
	}
	#top a:before {
		font-size: 10pt;
		margin-right: 0.5em;
	}

	#footer {
		text-align: center;
		color: #999999;
		background: #f2f3f4;
		padding: 0.5em 1em;
		clear: both;
	}
	#footer:before {content:'';position:absolute;left:0px;background: transparent;height: 150px;margin-top: -6px;width:100%;z-index: -1;}
	#footer .logo-footer {
		float: left;
		width: 30%;
	}
	#footer .logo-footer img {
		max-width: 250px;
		width: 100%;
	}
	#footer ul {
		list-style: none;
		padding: 0;
		margin: 0.5em 0;
		font-size: 14px;
	}
	#footer li {
		display: inline;
		border-right: 1px solid #999999;
		padding-right: 0.5em;
		margin-left: 0.2em;
		line-height: 23px;
	}
	#footer li:last-child {
		padding-right: 0;
		border-right: none;
	}
	#footer a {
		color: #999999;
	}
	hr.footer-hr {
		float: left;
		border: none;
		margin: 0;
		width: 100%;
	}
.businesses {display: block;width: 225px;margin: 0 auto;/* float: right; */text-align: center;border-top: 2px solid #4C12A1;background: #4C12A1;border-radius: 25px 25px 0px 0px;}
.businesses:before {content:'';position:absolute;left:0px;background: #4C12A1;height: 10px;margin-top: 43px;width: 102%;z-index: 0;}

.businesses p {text-align:Center;margin: 8px;margin-bottom: 5px;padding: 6px 17px;font-size: 17px;display: inline-block;color: #ffffff;border: 2px dotted #ffffff;border-radius: 30px;z-index: 2;position: relative;font-family: 'Currys Sans', arial, sans-serif;}
	.footer-quarters {
		width: 100%;
		clear: both;
		display: table;
		z-index: 2;
		background: #ffffff;
	}
	.footer-quarters:before {content:'';position:absolute;left:0px;background: #ffffff;border-top: 2px solid #4c0fa1;height: 208px;margin-top: -2px;width: 102%;z-index: -1;}
	.footer-quarter-cols {
		width: 25%;
		float: left;
	}
	.footer-quarter-cols > ul {
		margin: 0;
		padding: 1em;
	}

	}.footer-quarter-cols > ul > strong {
		margin-bottom: 1em;
		display: block;
		color: #4C12A1;
		font-size: 16px;
	}

	.footer-quarter-cols > ul > li {

		list-style-type: none;
		text-align: left;
	}
	.footer-quarter-cols > ul > li > a {
	font-size: 14px;
	text-decoration: none;
	color: #4c12a1;
	display: block;
	padding: .4em 0;
	}
	.footer-quarter-cols > ul > li > a:hover {
		background: #fff;
		border-radius: 5px;
		-moz-transition: All ease .7s;
		-webkit-transition: All ease .7s;
		-o-transition: All ease .7s;
		transition: All ease .7s;

	}
	.footer-quarter-cols > ul > li > a:before {
		font-family: 'fontAwesome';
		content: "\f105  ";
		padding-left: .7em;
	}
	.footer-quarter-cols ul.footer-cta {
		padding-top: 10px;
		display: table;
	}
	.footer-quarter-cols ul.footer-cta a {
		clear: both;
		color: #444;
		display: flex;
		align-items: center;
		float: left;
		font-size: 14px;
		margin: 0;
		padding: 5px 0;
		text-decoration: none;
	}
	.footer-quarter-cols ul.footer-cta a i {
		font-size: 16px;
		margin-right: 3px;
	}
	.footer-quarter-cols ul.footer-cta a:hover {
		/* color: #4C12A1; */
	}
	.footer-quarter-cols a.pcwb-account {
		font-family: 'Currys Sans', sans-serif;
		border: 2px solid #6D1A68;
		color: #6D1A68;
		display: inline-block;
		padding: 10px;
		font-size: 13px;
		text-decoration: none;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}
	.footer-quarter-cols a.pcwb-account:hover {
		background: #ddd;
	}
	.footer-quarter-cols a.contactus {
		background: #f0f0f0;
		padding: 3px 11px !important;
		margin-top: 10px !important;
		color: #4c12a1 !important;
		/* border: 1px solid #4c12a1; */
		text-align: center;
		text-decoration: none;
		margin: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-border-radius: 5px;
		border-radius: 25px;
	}
	.footer-quarter-cols a.contactus:hover {
		opacity: 0.8;
	}
	.footer-quarter-cols ul.social-footer {
		width: 100%;
		display: table;
		padding: 0 10px 15px 10px;
	}
	.footer-quarter-cols ul.social-footer a {
		float: left;
		margin: 0 0 0 5px;
		-webkit-transition: .3s;
		   -moz-transition: .3s;
		    -ms-transition: .3s;
		     -o-transition: .3s;
		        transition: .3s;
	}
	.footer-quarter-cols ul.social-footer p {
		margin: 5px 5px 5px 0;
		width: auto;
		float: left;
	}
	.footer-quarter-cols ul.social-footer i {
		font-size: 25px;
		color: #444444;
	}
	.footer-quarter-cols ul.social-footer a:hover i {
		color: #4C12A1;
	}
	.validatr-message {
		z-index: 10;
		color: #f0444d;
		background: #ffcbcb;
		border: 1px solid #e4a6af;
		padding: 2px 6px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		top: auto!important;
		left: auto!important;
		margin-top: -1em;
	}
#bus-type .validatr-message {
		z-index: 10;
		color: #f0444d;
		background: #ffcbcb;
		border: 1px solid #e4a6af;
		padding: 2px 6px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		top: auto!important;
		right: auto!important;
		margin-top: 1.4em;
		bottom: -13px;
	}
	.message {
		padding: 10px;
		margin: 0 0 1.5em 0;
	}
	.message.good {
		border: 1px solid #229322;
		background: #86d958;
	}
	.message.bad {
		border: 0px solid #f5dc63;
		border-radius:5px 5px 5px 5px;
		background: #f5dc63;
		margin-top: 20px;
		display: inline-block;
		width: 100%;
		padding: 4px 10px;
		border-left:5px solid #ff6700;
	}
	.message.bad .inner {padding:0px 0px}
	.message.xp {
		border: 1px solid #222293;
		background: #00bdf4;
	}
	.message .inner {
		padding: 1em 1.5em;
		color: #000;
		text-align: left;
		min-height: 30px;
		background: #f5dc63;
	}
	.message .inner ul {list-style:none; padding:0px;}
	.message.xp .inner {
		background: white url("/ui/icons/xp.png") no-repeat right center;
		padding-right: 132px;
		min-height: 82px;
	}
	.message.win7 .inner {
		background: white url("/ui/icons/win7.png") no-repeat right center;
		background-size: contain;
		border: 5px solid #53c3ef;
		padding-right: 132px;
		font-family: 'Currys Sans',arial, sans-serif;
	}
	.message.win7 .inner ul {list-style:none; margin:0px; padding:0 0 0 25px;}
	.message.win7 .inner h3, .message.win7 .inner ul li {font-family: 'Currys Sans',arial, sans-serif;}
	.message .inner h3 {
		font-weight: bold;
		margin: 5px 0;
		display: block;
		padding: 0 0 0 25px;
		border: none;
	}
	.message.xp .inner h3 {
		padding-left: 5px;
	}
	.message.good .inner h3 {
		background: transparent url("/ui/icons/tick.png") no-repeat left center;
	}
	.message.bad .inner h3 {
		background: transparent url("/ui/icons/error.png") no-repeat left center;
	}
	.message .inner p {
		margin: 1em 2em 1.5em 0;
	}
	.message .inner ul {
		margin-left: 20px;
	}
	.message.xp .inner ul {
		margin-left: 0;
	}
	.message .inner a.large {
		font-weight: bold;
	}
	.message .inner a {
		font-weight: bold;
	}
	.message.no-explanation .inner {
		font-weight: bold;
		min-height: 35px;
	}
	.password-strength {
		vertical-align: middle;
		height: 1.5em;
		width: 200px;
		border: 1px solid #bbbdbf;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		display: inline-block;
		margin-left: 10px;
		overflow: hidden;
	}
	input[type=password] + .validatr-message {
		top: auto!important;
		left: auto!important;
	}
	.password-strength > span {
		display: block;
		height: 1.5em;
		line-height: 1.5em;
		text-indent: 0.5em;
		font-family: agenda-bold, sans-serif;
		white-space: nowrap;
	}
	.password-strength.good > span, .password-strength.strong > span {
		background: #a1ff54 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTFmZjU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNmZGI0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* Old browsers and IE9 */
		background: -moz-linear-gradient(-45deg,  #a1ff54 0%, #3fdb47 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a1ff54), color-stop(100%,#3fdb47)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  #a1ff54 0%,#3fdb47 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  #a1ff54 0%,#3fdb47 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  #a1ff54 0%,#3fdb47 100%); /* IE10+ */
		background: linear-gradient(135deg,  #a1ff54 0%,#3fdb47 100%); /* W3C */
		color: #006e2e;
	}
	.ie7 .password-strength.good > span, .ie7 .password-strength.strong > span {
		background-image: none;
	}
	.password-strength.almost > span {
		background: #ffd65e url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZkNjVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlYmYwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* Old browsers and IE9 */
		background: -moz-linear-gradient(-45deg,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  #ffd65e 0%,#febf04 100%); /* IE10+ */
		background: linear-gradient(135deg,  #ffd65e 0%,#febf04 100%); /* W3C */
		color: #c47500;
	}
	.ie7 .password-strength.almost > span {
		background-image: none;
	}
	.password-strength.weak > span {
		background: #ff3019 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmYzMDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmMDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* Old browsers and IE9 */
		background: -moz-linear-gradient(-45deg,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  #ff3019 0%,#cf0404 100%); /* IE10+ */
		background: linear-gradient(135deg,  #ff3019 0%,#cf0404 100%); /* W3C */
		color: #6d0019;
	}
	.ie7 .password-strength.weak > span {
		background-image: none;
	}
	/*#images-section .market-as-new-item-page {
	background: none repeat scroll 0 0 #de1a21;
    border: 2px solid #d1d1d1;
    border-radius: 16px;
    color: #fff;
    cursor: default;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: auto;
    padding: 3px 17px;
    text-align: center;
    width: 8em;
	}*/
	#tooltip-container .tooltip,
	.help + .tooltip {
		display: none;
		color: #111;
		border: 1px solid #ccc;
		background: #fffaf2;
		padding: 5px;
		border-radius: 4px;
		font-size: 12px;
		font-weight: normal;
		white-space: normal;
		line-height: normal;
	}
	#tooltip-container .tooltip {
		position: absolute;
		max-width: 300px;
		-webkit-box-shadow: 5px 5px 8px #ccc;
		box-shadow: 5px 5px 8px #ccc;
		pointer-events: none;
	}
	.tooltip-grey {
		color: #b3bcb9;
	}
	#search-categories {
		display: none;
	}
	img.magnifier {
		position: absolute;
		right: 4em;
		top:2em;
		max-width: 32px;
	}
	.ie8 img.magnifier {
		position: absolute;
		right: -100px;
		top:25px;
		width: 32px;
		height: 32px;
	}
	.search-help-button {
		display: block;
		float: right;
		margin-top: 1em;
		text-decoration: none;
		width: 32%;
		padding: 0 0.3em;
		border-radius: 3px;
		border: 1px solid #570953;
		background: url('/ui/callcentre.png') no-repeat right center;
		height: 4.5em;
	-moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -0-transition: all ease .3s;
    transition: all ease .3s;
	}
	.leftfloat {float: left;}
	.search-help-button:hover {
		box-shadow:  0 0 0 3px #ccc;
		}
	.search-help-button:hover > span {
	text-decoration:underline;
}
	.search-help-button > p {
		 color: #570953;
	    font-size: 1.2em;
	    line-height: 18px;
	    margin: 5px 0;

	}
	.search-help-button > span {
		color: #0099FA;
		font-size: 1em;
		line-height: 0;
		padding: .2em .2em .5em .2em;
		display: block;
		/*font-weight: bold;*/
	}
	.ie7 .search-help-button,
	.ie8 .search-help-button  {
		width: 30%;
	}
	.ie7 .search-help-button > p {
		line-height: 1.4em;
	}

	/* INVOICES */
	table#invoices { width: 100%; text-align: center;}
	#invoices table { border-bottom: 1px solid #ddd;}
	#invoices tbody { padding-bottom: 10px; border-bottom: 1px solid #ddd;}
	#invoices td,
	#invoices th { width: 12%;}

	#invoices th { font-family: 'Currys Sans'; font-weight: normal; color: #711d6c;}
	#invoices td { color: #666;}
	#invoices td input[type="checkbox"] {
		margin: 15px 0;
	}

	/* SITEMAP */
	#products-map h2 a {
		font-size: 16px;
		color: #4C12A1;
	}
	#products-map {
		width: 100%;
		display: table;
		color: #666;
	}
	#products-map ol {
		width: 98%;
		padding: 0;
		-webkit-column-count: 3; /* Chrome, Safari, Opera */
	    	-moz-column-count: 3; /* Firefox */
	    		column-count: 3;
	   	-webkit-column-gap: 1em; /* Chrome, Safari, Opera */
	    	-moz-column-gap: 1em; /* Firefox */
	    		column-gap: 1em;
	}
	#products-map > ol > li {
		display: inline-block;
	    width: 100%;
	    padding: 10px;
	}
	#products-map > ol > li .mapbox {
		padding: 10px;
		border: 1px solid #ccc;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
	}
	#products-map > ol > li a.title {
		font-family: 'Currys Sans';
		font-size: 15px;
		color: #4C12A1;
		padding: 10px;
		text-decoration: none;
		display: block;
		background: #eee;
		margin-bottom: 10px;
	}
	#products-map > ol > li > .mapbox > ul > li a {
		font-size: 13px;
		line-height: 22px;
		color: #666;
		text-decoration: none;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}
	#products-map > ol > li > .mapbox > ul > li a:hover {
		color: #711d6c;
	}

	/* Menu info content */
	#advanced-solutions-map,
	#information-centre-map,
	#account-map {
		width: 33%;
		float: left;
		color: #666;
		padding: 10px;
		margin-right: 2px;
		border: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-border-radius: 5px;
		        border-radius: 5px;
	}
	#advanced-solutions-map h2,
	#information-centre-map h2,
	#account-map h2 {
		margin-top: 0;
	}
	#advanced-solutions-map h2 a,
	#information-centre-map h2 a,
	#account-map h2 a {
		font-family: 'Currys Sans';
		font-size: 15px;
		color: #4C12A1;
		padding: 10px;
		text-decoration: none;
		display: block;
		background: #eee;
		margin-bottom: 10px;
		font-weight: lighter;
	}
	#advanced-solutions-map ol li a,
	#information-centre-map ol li a,
	#account-map ol li a {
		font-size: 13px;
		line-height: 22px;
		color: #666;
		text-decoration: none;
		-webkit-transition: 0.3s;
		   -moz-transition: 0.3s;
		    -ms-transition: 0.3s;
		     -o-transition: 0.3s;
		        transition: 0.3s;
	}
	#advanced-solutions-map ol li a:hover,
	#information-centre-map ol li a:hover,
	#account-map ol li a:hover {
		color: #711d6c;
	}

	

	/* Scroll to TOP */
	.back-to-top {
	    position: fixed;
	    bottom: 2em;
	    right: 15px;
	    text-decoration: none;
	    color: #ffffff;
	    background-color: rgb(76, 17, 161, 0.8);
	    font-size: 14px;
	    border-radius: 5px;
	    padding: 18px;
	    display: none;
	    z-index: 999;
	}

	.back-to-top i {color: #FFF;}

	.back-to-top:hover {
	    background-color: rgb(229, 0, 109);
	    -webkit-transition: 0.5s;
	       -moz-transition: 0.5s;
	        -ms-transition: 0.5s;
	         -o-transition: 0.5s;
	            transition: 0.5s;
	    z-index: 999;
	}

/***************************************
*                                      *
*         SMALL DESKTOP STYLES         *
*                                      *
***************************************/

@media screen and (max-width:1239px) {
	.footer-quarters:before, .footer-quarters:after, #main-menu:before, #main-menu:after, #header:before, #header:after, .businesses:before, .businesses:after {display:none;}
	#page .footer-quarters {border: 1px solid #4c12a1; border-radius: 10px; margin-top: -3px;}
#page .footer-quarters ul {padding:0px; padding-top:10px; padding-left:5px}
}
/***************************************
*                                      *
*         LARGE DESKTOP STYLES         *
*                                      *
***************************************/

@media screen and (min-width: 1024px) {
	/* HEADER ON SCROLL - make elements smaller */
	.headerscroll .nav-burguer {
		height: 40px !important;
		width: 40px !important;
		font-size: 12px;
		padding: 1px !important;
		margin-top: 5px !important;
	}
	.headerscroll .search {
		transition:0.5s;
	}
	.headerscroll .search input[type="search"] {
		height: 40px !important;
	}
	.headerscroll .search button {
		height: 32px !important;
		width: 32px !important;
	}
	.headerscroll h1 {
		transition: 0.5s;
		width: 187px !important;
		padding: 5px !important;
		padding-top: 10px !important;
		padding-bottom: 0px !important;
		margin-bottom: -40px !important;
	}
	.headerscroll h1 img {
		max-width: 100%;
	}
	.headerscroll #basket-icon > a {
		margin-top: 12px !important;
		transition: 0.5s;
	}
	.headerscroll #main-menu > li > ul,
	.headerscroll #main-menu #shop > ul > li > .wrapper, .headerscroll 
	#main-menu #information > .wrapper {
	}
}
@media screen and (max-width: 900px) {
#bus-type .validatr-message {
		z-index: 10;
		color: #f0444d;
		background: #ffcbcb;
		border: 1px solid #e4a6af;
		padding: 2px 6px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		bottom: -15px;
	}
}
@media screen and (min-width: 1240px) {
	body {
		width: 1240px;
		overflow-x: hidden;
		background: #f2f3f4;
	}
	.search-help-button {
		width: 26% !important;
	}
	#black-tagpop p span {display:inline; font-weight:100;}
	.search {
	}
	.search input {width: 360px !important;}
}
@media only screen and (min-width:0px) and (max-width:920px) {
	/* search stuff */
	#search-suggestions #search-preview.preview li:nth-child(n+4) {display:none}
	#search-suggestions #search-preview.preview li:last-child {display:inline-block}
span.mobwrap { display:none;}
div#search-suggestions {width: 90%;}
ul#suggested-phrases {width: 100%;}
#search-suggestions ul#suggested-phrases::before { min-width: 100%;}
#search-suggestions .leftbox {width: 100%;}
div.mobwrap {display:none;}
#search-suggestions .preview {width: 100%;}
	#search-suggestions .leftbox {width: 50%;}
}

@media only screen and (min-width:0px) and (max-width:768px) {
	#header.compact {
		top: -70px;
	}
	.back-to-top {display:none !important;}
}
/***************************************
*                                      *
*         TABLET SCREEN STYLES         *
*                                      *
***************************************/

@media screen and (max-width: 1024px) {
	body {
		margin: 0;
		width: auto;
	}
    h1.logo img {display:none;}
        h1.logo img.mobile {display:block;}
	#page .footer-quarters {border:none;border-radius: 0px;margin-top: -3px;border-top: 3px solid #4c12a1; font-size:13px;}
#page .footer-quarters ul a {font-size:13px}
#header h1 {margin:0 auto;width: 160px;padding:0px;max-height: 118px;margin-top: 10px;}
#header h1.logo .bg-svg {
    padding-bottom: 40%;
    margin-bottom: 0px;
}
#header.headerscroll h1.logo .bg-svg {
    margin-bottom: 0px;
}
#header h1 img {width: 60%;max-width: 200px;margin: 0 auto;}
	#black-tagpop {width: 102%;left: -1%;right: -1%;}
	#contentblacktag {width:100%;}
	#black-tagpop p {width: 90%;margin-left: 3%;/* margin-right: 5%; */}
	#black-tagpop button {position:absolute;right: 10px;top: 0px;}
body:before {
    content:none;
}
	body:after {
    content:none;
}
	html.menu-active,
	body.menu-active {
		position: fixed;
		overflow: hidden;
		-webkit-user-select: none;
		-webkit-user-drag: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
	.pagination {width:100%;}
	body.menu-active {
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}
	#page {
		position: relative;
		/* top: 135px; */
	}
	#search-suggestions {
    position: absolute;
    left: 5.5%;
    top: 182.5%;
    width: auto;
    max-width: 92%;
    }
	body.menu-active #page {
		left: 320px;
	}
	body.menu-active #header {
		width: 100%;
		z-index: 1001;
	}
	#search-suggestions {
    position: absolute;
    max-width:96%;
    width: auto;
    left:2%;
    top: 150px;
    }
	/*#header {
		-webkit-transition: top .2s ease;
		-moz-transition: top .2s ease;
		-ms-transition: top .2s ease;
		-o-transition: top .2s ease;
		transition: top .2s ease;
		background: white;
		position: fixed;
		z-index: 50;
		right: 0;
		left: 0;
		top: 0;
	}*/
	#header.compact {
		top: -120px;
	}
	#header .nav-burguer {
		display: none;
	}
	#toolbar {
		min-height: 50px;
		background: #ffffff;
	}
	ul.header-cta {
		display: none;
	}
	#menu-button,
	#search-button,
	#shop-button,
	#account-button {
		display: block;
		font-size: 16px;
		line-height: 50px;
		text-transform: capitalize;
		text-decoration: none;
		float: left;
		color: #4b12a1 !important;
		width: 25%;
		text-align: center;
		/* border-right: 1px solid #f2f3f4; */
	}
	.search {
		display: none;
		background: #FFF;
		top: auto;
		left: 0;
		margin: 50px 10px 0 10px;
		right: 0;
		height: 55px;
		z-index: 100;
	}
	.search.active {
		display: block;
	}
	.search fieldset {
		display: block;
	}
	.search label {
		top: 4px;
		z-index: 1;
	}
	:root .search input {
		width: 100%;
	}
	.search button {
		position: absolute;
		right: 0;
		left: auto;
	}
	#call-us-tablet {
		display: none;
		color: #4C12A1;
		position: absolute;
		top: 12px;
		right: 1em;
		/* height: 60px; */
		/* line-height: 70px; */
		font-weight: bold;
	}
	#basket-icon {
		float: right;
		height: auto;
		position: relative;
		right: 10%;
		width: 40px;
		top: 11px !important;
		border-left: none !important;
	}
	#basket-icon > a {
	/* background: url("/ui/basket_icon-green-mobile.png") no-repeat scroll left top rgba(0, 0, 0, 0); */
	color: white;
	font-size: 18px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	}
	#basket-icon strong {
		background: #e4016c;
		color: #fff;
		font-size: 10px;
	}
	#basket-icon .icon-shopping-cart {
		display: inline;
		color: white;
	}
	#basket-icon:hover #mini-basket {
		display: none;
	}
	#content {
		margin-top: 195px !important;
	}
	#content, #footer {
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		padding: 1%;
	}
	.pagination li {
		margin: 0 0.25em;
		margin-top:7px
	}
	.pagination li a {
		border: none;
		text-decoration: none;
		background: transparent;
		display: block;
		min-width: 40px;
		max-width:45px;
	}
	.search-help-button {
		width: 48%;
	}
	#tooltip-container .tooltip {
		display: none!important;
	}
	.help + .tooltip {
		margin-right: 10px;
	}
}

/***************************************
*                                      *
*    SMALL TABLET SCREEN STYLES        *
*                                      *
***************************************/
@media only screen and (min-width:600px) and (max-width:1024px) {
.footer-quarter-cols > ul > li > a {
		font-size: 1em;
		padding: .75em 0;
	}
}
@media only screen and (min-width:0px) and (max-width:768px) {
	#header.compact {
		top: -120px;
	}
}
@media only screen and (min-width:471px) and (max-width:750px) {
	#products-map ol {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    	-moz-column-count: 2; /* Firefox */
	    		 column-count: 2;
	}
}

@media only screen and (min-width:0px) and (max-width:750px) {
	#advanced-solutions-map,
	#information-centre-map,
	#account-map {
		width: 100%;
		margin-top: 10px;
	}	
}

/***************************************
*                                      *
*         MOBILE SCREEN STYLES         *
*                                      *
***************************************/

@media screen and (max-width: 599px) {
#page {
    position: relative;
    /* top: 110px; */
}
	body.menu-active #page {
		left: 290px;
	}
#search-suggestions > div {display:none;}
#black-tagpop p, #black-tagpop .business-only a {
    font-size: 12px;}
    #black-tagpop p:before {display:none;}
    #black-tagpop button {padding:3px 5px}
	body.menu-active #header {
		left: 290px;
	}
	#menu-button span,
	#search-button span,
	#account-button span {
		display: none;
	}
	#menu-button,
	#search-button,
	#account-button {
		font-size: 22px;
	}
	#basket-icon > a {
		margin: 0;
	}
	/*#menu-button,
	#search-button {
		position: absolute;
		top: -989px;
		overflow: visible;
		float: none;
	}
	#menu-button span,
	#search-button span {
		position: relative;
		top: 1060px;
		margin-right: 0;
		font-family: fontAwesome;
	}
	#search-button {
		left: 38px;
	}
	#shop-button,
	#account-button {
		position: absolute;
		float: none;
	}
	#shop-button span,
	#account-button span {
		display: none;
	}
	#shop-button {
		margin-left: 86px;
	}
	#account-button {
		left: 90px;
		margin-left: 0;
	}
	#menu-button, #search-button, #shop-button, #account-button {
		border: none;
		width: auto;
	}*/
	#call-us-tablet {
		display: none;
	}
	.footer-quarter-cols {
		width: auto;
		float: none;
		min-height: 0;
	}
	.footer-quarter-cols:last-of-type {margin-bottom:20px; margin-left:5px;}
	.search-help-button {
		width: 96%;
		float: none;
	}
	.search-help-button > p {
		font-size: 1.2em;
	}
	#footer {
		text-align: center;
	}
	#footer .logo-footer {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 470px) {
	table#invoices thead { display: none;}
	#invoices td { float: left; width: 100%;}
	#invoices td input[type="checkbox"] {
	    margin: 15px 0;
	    text-align: center;
	    width: 100%;
	}
	#invoices td.add {
		display: table;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	#products-map ol {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    	-moz-column-count: 1; /* Firefox */
	    		 column-count: 1;
	}
	#menu-button,
	#search-button,
	#shop-button,
	#account-button {
		width: 24%;
	}

}

/***************************************
*                                      *
*             PRINT STYLES             *
*                                      *
***************************************/

@media print {
	#header .logo {
		margin: 0;
	}
	#header .logo img {
		height: 60px;
	}
	#toolbar,
	.breadcrumbs,
	#top,
	#footer ul {
		display: none;
	}
	body {
		font-family: Currys Sans,arial,sans-serif;
		font-size: 10pt;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.15em;
	}
	h4,h5,h6 {
		font-size: 1em;
	}
}



/***************************************
*                                      *
*    REMOVE FILTER STYLES FROM IE9+    *
*     DO NOT REMOVE UNLESS YOU ARE     *
*   SURE YOU UNDERSTAND WHAT IT DOES   *
*                                      *
***************************************/

@media screen and (min-width: 0) {
	* {
		filter: none!important;
    }

/* shoplive overrides */
circle.cls-1 {
    fill: #4c12a1 !important;
}
#gis-awareness-msg-container div {color:#4c12a1 !important;}
