.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}/* Tabs container */
.r-tabs {
	position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00669c;
    padding: 4px 9px;
    font-weight: normal;
	text-shadow: none;
	background-color: #ddd;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.r-tabs .r-tabs-nav .r-tabs-state-default .r-tabs-anchor {
	color: #fff;
    padding: 4px 9px;
    font-weight: normal;
	text-shadow: none;
	background-color: #9a9a9a;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: #DDDDDD;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 4px 9px;
	background-color: #9a9a9a;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
	font-size: 14px;
    text-align: center;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #DDDDDD;
	color: #00669c;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

/* Buttons */
button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;

	color: #fff;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
	font-weight: bold;
	
	border: 0;
	border-radius: 3px;
	background-color: #00c5ad;
	
	cursor: pointer;
}

/* Info bar */
.info {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	width: 300px;
	line-height: 100%;

	font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
	font-size: 14px;
	color: #00c5ad;
	border: 2px solid #00ab94;
	border-radius: 3px;
	background-color: #fff;

	cursor: pointer;
}



@media screen and (max-width: 768px) {
    .r-tabs .r-tabs-panel.r-tabs-state-active {
        text-align: center;
    }
}body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #FFF; /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}.row{

}


body.browser-ie .hidden-ie {
    display: none;
}

.row-eq-height {
  display: flex;
}
@media screen and (min-width: 480px) {
    .row-eq-height-xs {
      display: flex;
    }
}
@media screen and (min-width: 768px) {
    .row-eq-height-sm {
      display: flex;
    }
}
@media screen and (min-width: 992px) {
    .row-eq-height-md {
      display: flex;
    }
}
@media screen and (min-width: 1200px) {
    .row-eq-height-lg {
      display: flex;
    }
}



.form-btn-sub {
    background:#1687bf;
}

.form-btn.new-style, .button.new-style, .form-btn-sub.new-style, .form-btn, .button, .form-btn-sub {
	border-radius: 0;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	min-height: 36px;
    height: 36px;
	box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    background:none repeat scroll 0 0 #00669c;
    color:#FFF;
    cursor:pointer;
    text-shadow: 1px 1px #000;
    font-size:13px;
    border: none;
}
.form-btn.full, .button.full, .form-btn-sub.full{
    width: 100%;
}
a.button:hover, a.form-btn:hover{
    color: white;
}
.button:hover, .form-btn:hover, .form-btn-sub:hover{
    opacity: 0.7;
}



.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}
.border-between > [class*='col-']:first-child:before {
   display: none;
}



.row-increased-padding-50px{
    margin-left: -50px;
    margin-right: -50px;
}
.row-increased-padding-50px > [class*='col-']{
    padding-left: 50px;
    padding-right: 50px;
}
@media screen and (max-width: 768px) {
    .row-increased-padding-50px{
        margin-left: -8px;
        margin-right: -8px;
    }
    .row-increased-padding-50px > [class*='col-']{
        padding-left: 8px;
        padding-right: 8px;
    }
}





.row.row-decreased-padding-5px {
    margin-left: -5px;
    margin-right: -5px;
}

.row.row-decreased-padding-5px > [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .row.row-decreased-padding-5px {
        margin-left: -8px;
        margin-right: -8px;
    }

    .row.row-decreased-padding-5px > [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }
}





.border {
	border: 1px solid #ddd;
	height: 100%;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
}



.row.full-length-colour-grey {
	background: #d3d3d3;
	padding-top: 3em;
	padding-bottom: 3em;
	margin-top: 2em;
	margin-bottom: 2em;
}
.row.full-length-colour-blue {
    background: #00669C;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
}
.blue-background{
    background: #00669C;
}



.no-margin-bottom{
    margin-bottom: 0 !important;
}
.no-margin-top{
    margin-top: 0 !important;
}
.no-margin-left{
    margin-left: 0 !important;
}
.no-margin-right{
    margin-right: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}



.text-bold{
    font-weight: bold !important;
}



.vertical{
    display: flex;
	align-items: center;
}



.position-inherit{
    position: inherit;
}
.position-inherit-force {
    position: inherit !important;
}
.position-absolute{
    position: absolute;
}
.position-relative {
    position: relative;
}



.inline-block{
    display: inline-block;
}
.block{
    display: block;
}



.justify-content-left{
    justify-content: flex-start;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-right{
    justify-content: flex-end;
}



.spacing-bottom{
    margin-bottom: 15px;
}
.spacing-top{
    margin-top: 15px;
}



.text-primary-blue{
    color: #00669c;
}




.alert-thin {
    padding: 7px 0 !important;
}html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    -ms-overflow-style: scrollbar;
}

html,body {
font-family:tahoma, arial, sans-serif;
min-height:100%;
font-size:14px;
margin:0;
padding:0;
}

/* Prevent Bootstrap Modal from resetting scroll position */
html {
    overflow-y: scroll !important;
}
body.modal-open {
    overflow: visible;
}
/* / Prevent Bootstrap Modal from resetting scroll position */

img {
border:0;
margin:0;
padding:0;
}

input:focus,select:focus,textarea:focus {
outline:0;
}

.center-container {
margin: 0 auto;
max-width: 1400px;
position: relative;
width: 100%;
overflow: hidden;
}

#header {
    padding-top: 55px;
}

#header-right {

}

.header-cart-middle {
	background: none repeat scroll 0 0 #00669c;
	height: 28px;
	padding-top: 3px;
	text-shadow: 1px 1px #000;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0 0 4px 4px;
	display: inline-block;
}

#header-search-container {
height: 26px;
width: 93%;
}

#search-right {
min-width: 21px;
width: 7%;
}

.clearfix {
	overflow: auto;
}

.clearfix:after {
	content: "";
	clear: both;
	display: table;
}

#nav-section {
text-transform:uppercase;
}

#nav-section a, #nav-section.checkout span {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	padding: 7px 15px 9px;
    color: white;
}

#nav ul,#nav li,#footer ul,#footer li,#manufacturer ul,#manufacturer li,.tab-nav,.tab-nav li,.pagination ol,.pagination li,#order-details,#order-details li,#content-content-right ul,#content-content-right li,#tabs,#tabs li,#product_favorite_text_popout ul,#product_favorite_text_popout li {
list-style:none;
margin:0;
padding:0;
}

#nav ul.level0 ul {
display:none;
background:#FFF;
position:absolute;
border:1px solid #cdcdcd;
z-index:9999;
border-top: none;
}

#banner-view {
width:1200px;
height:300px;
overflow:hidden;
position:relative;
}

#banners {
width:99999px;
position:absolute;
}

#banners-button-left {
cursor:pointer;
height:45px;
left:.5em;
position:absolute;
top:42%;
width:22px;
z-index:1;
display:none;
background:url(//images.kempstoncontrols.com/library/images/sprite.png) -86px 0;
}

#banners-button-right {
position:absolute;
width:22px;
height:45px;
cursor:pointer;
z-index:1;
top:42%;
right:.5em;
display:none;
background:url(//images.kempstoncontrols.com/library/images/sprite.png) -63px 0;
}

#banners div.holder {
float:left;
width:1200px;
height:300px;
overflow:hidden;
position:relative;
}

#header-contact {
float: right;
font-size: 13px;
padding-top: 9px;
width: 212px;
}

#header-contact img {
padding-right:7px;
}

a {
color:#00669c;
text-decoration:none;
}

#moto {
margin-top:1.5em;
margin-bottom:1em;
}

#moto-logo {
float:left;
margin-right:29px;
margin-left:8px;
padding-top:3px;
}

#moto h3 {
font-weight:400;
display:inline;
letter-spacing:2px;
font-size:24px;
margin:0;
padding:0;
}

footer {
border-top:1px solid #cdcdcd;
margin-top:50px;
padding-top:21px;
}

#footer-nav li {
float:left;
font-size:11px;
padding-right:19px;
font-weight:700;
color:#2273a3;
}

#footer-copyright {
color:gray;
font-size:12px;
text-align:left;
}

.header-phone-icon.print,.header-email-icon.print {
background:0;
}

#manufacturer {

}
#manufacturer a{
    display: block;
}

#manufacturer h3 {
font-weight:400;
font-size:12px;
margin:0;
padding:0;
}

#manufacturer ul {
float: left;
padding-right: 2.3%;
width: 22.7%;
}

#manufacturer li {
padding-top:1px;
}

#manufacturer li span,#manufacturer span {
text-shadow:1px 1px #000;
font-weight:700;
}

.product-grid {
	color: #848484;
	font-size: 12px;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}

.product-grid-name {
    margin-bottom: 7px;
}

.product-grid-desc {
	margin-bottom: 8px;
}

.product-grid-name h2,#content .product-grid-name h2 {
font-size:13px;
font-weight:700;
letter-spacing:0;
margin:0;
padding:0;
}

.product-grid-image {
background:none repeat scroll 0 0 #FFF;
height:auto;
margin-bottom:.5em;
text-align:center;
}

.product-grid-image img {
height: auto;
max-width: 85px;
width: 100%;
}

.product-grid-view {
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
}

.product-grid-price {
	font-size: 12px;
	color: #848484;
	left: 0;
	right: 0;
    bottom: 17px;
}
.product-grid-price.abs.hideButton {
    bottom: 0;
}


.product-grid-loader {
display:none;
text-align:center;
}

.product-grid-row .product-grid-price {

}

.product-grid-price-incvat {
margin-bottom:9px;
}

.product-grid-price-exvat span {
color:#00669c;
font-size:1.5em;
}

.product-grid-price-exvat-weboffer span {
text-decoration:line-through;
}

#company-desc {
float:left;
padding-right:26px;
width:48.5%;
}

#home-news {
float:right;
width:48.5%;
}

.ui-autocomplete {
max-height:300px;
overflow-y:auto;
overflow-x:hidden;
padding-right:20px;
}

* html .ui-autocomplete {
height:300px;
}

.img-text {
float:right;
border:1px solid #ccc;
margin:0 0 10px 10px;
padding:3px;
}

.product-item {
	background: none repeat scroll 0 0 #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 2em;
	padding-top: 2em;
}

.product-details {
margin-left:11.2em;
}

#content .product-details h3,#content .product-details h4 {
letter-spacing:0;
}

.product-details-image {
width:150px;
float:left;
margin-right:.5em;
text-align:center;
}

.product-details-image img {
max-height:150px;
max-width:150px;
}

h1, h2, h3, h4, h5, h6, .h1 {
font-weight:400;
letter-spacing:2px;
margin:.5em 0;
}

h1,.h1 {
margin-bottom:.5em;
margin-top:0;
color:#00669c;
font-size:24px;
}

h2 {
font-size:20px;
}

h3 {
font-size:16px;
}

h5 {
font-size:14px;
font-style:italic;
}

h6 {
font-size:14px;
letter-spacing:0;
}

#company-desc h1 {
color:#000;
margin:0;
}

#content-content .faq-list h2 {
font-size:14px;
font-weight:700;
letter-spacing:0;
}

#content-content.right {
float:left;
width:79%;
}

#content-content-right {
float: left;
margin-left: 2%;
width: 19%;
}

#content-content-right li {
line-height:1.3em;
}

fieldset {
border:0;
margin:0;
padding:0;
}

.form-indented label {
display:block;
min-height:22px;
padding-bottom:.5em;
width:100%;
clear:both;
}

.form-indented span {
display:inline-block;
padding-right:.4em;
text-align:right;
width:176px;
float:left;
}

.form-indented .form-btn,.form-indented span.field-validation-error {
margin-left:182px;
width:auto;
}

.form-indented .form-btn {
float:left;
clear:both;
}

.basket-comment-field label,#SearchText {
margin-bottom:.8em;
display:block;
}

.desc-cell p {
margin: 0 0 .35em;
}

span.field-validation-error {
clear:both;
color:red;
display:block;
font-size:12px;
font-weight:700;
margin-bottom:.7em;
margin-top:5px;
text-align:left;
}

input,textarea,select {
border:1px solid #ccc;
margin:0;
}

input[type="submit"] {
-webkit-appearance:none;
}

a.button.active {
background:#FFF;
color:#000;
text-shadow:none;
}

.tab-nav {
height: auto;
}

.tab-nav li {
float: left;
margin-right: 6px;
margin-bottom: 1em;
}

.tab-nav+form,.tab-nav+a {
margin-top:1em;
display:block;
}

.tab-nav ul.submenu {
position:absolute;
background:#FFF;
border:1px solid #cdcdcd;
z-index:10;
cursor:pointer;
display:none;
padding:0;
}

.tab-nav ul.submenu li {
float:none;
white-space:nowrap;
margin:0;
padding:0;
}

.tab-nav ul.submenu li a,.tab-nav ul.submenu li a span {
background:0;
border-radius:0;
text-shadow:none;
color:#00669c;
text-transform:uppercase;
text-align: left;
justify-content: flex-start;
}

.tab-nav ul.submenu li a:hover {
background:#000;
color:#FFF;
}

#filter-form {
height:2.4em;
}

#filter-form label {
display:inline;
margin-right:3em;
}

table {
width:100%;
border:1px solid #ccc;
border-collapse:collapse;
}

th,th a {
background:#00669c;
color:#FFF;
text-shadow:1px 1px #000;
font-weight:400;
text-align:left;
padding:5px;
}

td {
border:1px solid #ccc;
vertical-align:top;
}

p#create-account-btn {
font-size:16px;
font-weight:700;
}

.pagination ol {
margin-top:.5em;
}

.pagination li {
float:left;
margin-right:3px;
}

.transaction-summary {
clear:right;
float:right;
width:292px;
text-align:right;
margin:1em 0;
}

#order-details {
float:right;
margin-bottom:1em;
margin-right:-4em;
padding-top:4em;
}

#order-details li {
margin:.3em 0;
}

#delivery-details {
margin-bottom:1em;
float:left;
width:490px;
}

#delivery-details div {
float:left;
width:230px;
margin-right:1em;
}

.btn-printer-friendly,.btn-print {
text-align:right;
width:114px;
float:right;
}

.btn-printer-friendly .icon,.btn-print .icon {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) no-repeat scroll -20px -127px transparent;
display:inline-block;
height:18px;
width:18px;
float:left;
}

#tab-window .window.active {
display:inline;
}

#sidecart {
position:relative;
margin-bottom:1em;
width:100%;
}

#footer_container_print #footer a {
color:gray;
}

.print th {
background:none repeat scroll 0 0 #00669c;
padding:5px;
}

.print #order-details {
margin-right:0;
}

#sidecart-position {
border:1px solid #ccc;
background:#FFF;
padding:5px;
}

#sidecart-position.hover {
top:0;
right:0;
background:#FFF;
position:absolute;
float:left;
}

#sidecart-position.hover,#sidecart-position.glow {
box-shadow:0 0 4px 2px grey;
}

#sidecart-items p {
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
margin:0;
}

#sidecart-checkout {
margin:1em 0;
}

.sidecart-desc {
color:#9a9a9a;
font-size:11px;
padding-left:0;
}

#sidecart-items p.sidecart-title.limit {
font-weight:700;
margin-top:1em;
}

.product {

}

#product-head {
margin-bottom:1em;
}

#product-top h1 {
    clear: none;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
}

#product-top h1 span {
    font-size: 24px;
}

#tabs li.active {
background:#ddd;
color:#00669c;
}

#tabs li {
background:none repeat scroll 0 0 #9a9a9a;
border-radius:3px 3px 0 0;
color:#fff;
cursor:pointer;
float:left;
margin-right:1px;
padding:4px 9px;
}

#tab-window {
background:#ddd;
padding:15px 15px 12px;
}

.product .product-grid-price,.product-item .product-grid-price {
background:#FFF;
border:1px solid #ccc;
float:right;
margin:0 2em .4em 6em;
padding:10px;
margin-right: 0;
width: 199px;
}

.product .product-grid-price{
    width: auto;
}

.product .product-grid-price form,.product-item .product-grid-price form {
border:0;
text-align:center;
margin:9px 0 0;
padding:0;
}

.product .product-grid-price input.form-btn,.product-item .product-grid-price input.form-btn {
width:134px;
display: block;
margin-top: .2em;
}

.product .product-grid-price input.form-btn.first,.product-item .product-grid-price input.form-btn.first {
margin-top: 1em;
}

.product .product-grid-price input.product-qtd-field,.product-item .product-grid-price input.product-qtd-field {
width:43px;
margin-left:3px;
}

#soldinpack {
font-size:12px;
font-style:italic;
margin:.4em 0 0;
}

#openpack,.leadtime {
font-size:12px;
font-style:italic;
margin-top:.4em;
}

#reporterror,#foundcheaper {
text-align:right;
font-size:11px;
padding-top:3px;
}

.table_cell {
width:75%;
}

.cell_bold {
font-weight:700;
margin-right:.5em;
width:22%;
}

#product-tabs {
clear:both;
padding-top:1em;
position: relative;
}

.pdf {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) no-repeat scroll -31px -84px transparent;
display:inline-block;
height:17px;
width:17px;
}

.basket-comment-btn {
cursor:pointer;
margin:0;
}

.buttons-basket {
	text-align: right;
	margin-top: 1em;
	float: right;
	margin-bottom: 1em;
	margin-top: 0;
}

#basketTable {
margin-top:1em;
margin-bottom:1em;
background:#FFF;
}

.continue-shopping {
float:left;
}

.form-btn-sub+.form-btn {
margin-left:1em;
}

.btn_remove{
	font-size: 20px;
	cursor: pointer;
}

.deleteButton {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) no-repeat 0 -127px;
display:block;
margin-left:auto;
margin-right:auto;
border:0;
cursor:pointer;
width:19px;
}

.clear {
clear:both;
}

#chooseaccounttype .alignleft, #chooseaccounttype .alignright{
    width: 48%;
}

#chooseaccounttype td {
border:0;
vertical-align:top;
}

.quote-warning, .stock-warning {
float: left;
max-width: 460px;
width: 50%;
}

.quote-warning .icon, .stock-warning .icon {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) no-repeat 0 0;
width:63px;
height:58px;
display:inline-block;
float:left;
margin-right:.5em;
}

.quote-warning .text, .stock-warning .text {
float: left;
width: 80%;
}

.quote-warning-small,.stock-warning-small {
min-height:20px;
}

.quote-warning-small .icon,.stock-warning-small .icon {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) no-repeat scroll -40px -127px transparent;
display:block;
float:left;
height:18px;
width:20px;
margin-right:5px;
}

.quote-warning-small .text,.stock-warning-small .text {
float:left;
margin-bottom:1em;
margin-left:10px;
width:228px;
}

#uk-excluded-shipping {
font-size:10px;
color:grey;
}

#ajax-popup {
background:none repeat scroll 0 0 red;
left:50%;
margin-left:-275px;
position:absolute;
text-align:center;
top:0;
width:550px;
display:none;
padding:6px;
}

#header-ajax {
float:left;
overflow:hidden;
text-align:center;
white-space:nowrap;
display:none;
height:100%;
}

.header-cart-section {
    position: absolute;
    top: 5px;
    z-index: 50;
    right: 0;
}
#header-right {
    float: right;
}
.header-cart-section.scrolled {
    top: 35px;
}

.header-cart-popout {
	clear: both;
	color: #000;
	background: #fff;
	border: 6px #00669c solid;
	border-radius: 0;
	max-width: 330px;
	display: none;
	padding: 1em;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 99999999;
}

.header-cart-popout .close {
	float: right;
	font-size: 16px;
	margin-right: -8px;
	margin-top: -10px;
}

.header-cart-popout .form-btn {
color:#FFF;
margin:1em 0 0;
}

.header-cart-popout .sidecart-desc,.header-cart-popout .sidecart-title {
margin:0;
padding:0;
}

#header-cart-quantity {
margin:.3em 0 0;
}

a.ajax {
background:url(//images.kempstoncontrols.com/library/images/ajax-loader_small.gif) no-repeat scroll 50% 50% transparent;
}

a.ajax span {
opacity:.5;
}

.quickbasket-quantity{
padding: 3px 6px;
width: 52px;
}

#quickbaskettext {
display:block;
font-size:11px;
margin-top:.2em;
text-align:right;
float:right;
}

.buttons-search-adv {
margin-top:1em;
text-align:right;
}

.quickbasket-remove {
margin-right:2px;
}

.quickbasket-update {
display:block;
margin-left:auto;
margin-right:auto;
}

.quickbasket-productId {
width:10px;
}

.qtd-cell {
width:6.5%;
text-align: center;
}

.qtd-product-n {
width:20%;
}

.qtd-desc {
width:68.5%;
}

.product-grid-price .breakprice {
font-size:9px;
margin:9px 0;
}

.product-grid-price .breakprice h6 {
text-align:center;
cursor:pointer;
}

.astrix {
font-size:11px;
color:#848484;
margin-bottom:0;
}

#ukdeliverytable .disabled {
color:#848484;
}

#ukdeliverytable td,#ukdeliverytable {
border:0;
padding-left:0;
padding-right:0;
}

#keywordsearch_results{
    list-style: none;
    padding: 0;
    margin: 0;
}

#keywordsearch_results span {
padding-left:.5em;
}

.line-price {
text-align:right;
}

.breakprice th,.breakprice td {
padding:2px 5px;
}

#sidecart-checkout .button {
margin-left:auto;
margin-right:auto;
width:61%;
display:block;
text-align:center;
}

#nav-section #nav-right a {
display:inline-block;
}

#nav ul.child {
border-top:0;
}

#moto-text2,.header-cart-popout a,.product-grid-price .breakprice h6:hover {
color:#00669c;
}

#nav li {
white-space:nowrap;
}

#nav > ul > li {
display: inline-block;
}

#manufacturer li:first-child {
padding-top:0;
}

.validation-summary-errors {
color:red;
font-weight:700;
}

.multipleMatchSelect {
display: block;
width: 444px;
padding: 3px 6px;
}

#prod-freeshipping {
position:relative;
margin-top:1em;
display:none;
}

#prod-freeshipping p.main {
bottom:17px;
color:green;
font-size:24px;
font-weight:700;
left:23px;
position:absolute;
margin:0;
}

#prod-freeshipping p.bottom {
bottom:9px;
font-size:11px;
position:absolute;
right:6px;
margin-top:0;
}

#payment-methods {
text-align:right;
padding-top:2px;
}

#fading-viewall {
font-size:11px;
text-align:right;
float:right;
}

#cookie-warning {
bottom:0;
position:fixed;
width:100%;
z-index:9999;
height:24px;
}

#cookie-warning-inner {
margin-left:auto;
margin-right:auto;
width:539px;
position:relative;
height:100%;
padding:5px 10px;
}

#cookie-background {
background:#000;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
opacity:.6;
border-radius:3px 3px 0 0;
}

#cookie-content {
position:absolute;
color:#FFF;
text-shadow:1px 1px #000;
font-size:10px;
}

#cookie-content a {
color:#FFF;
text-decoration:underline;
}

#cookie-close {
margin-left:18px;
}

.multi-product-message {
margin:0 0 .5em;
}

span.price-tiny {
color: #c8c8c8;
font-size: 9px !important;
font-weight: 400;
text-decoration: none;
}

.product-grid span.price-tiny {
color:#898989;
}

#sidecart-position.move.hover .sidecart-title .remove-text {
float:right;
display:inline;
}

#sidecart-position.move.hover .sidecart-title .quantity {
padding-left:5px;
}

#foundcheaper {
display:block;
padding-top:7px;
text-align:center;
width:100%;
margin:0 auto;
}

.product .product-grid-price {
padding:10px 10px 3px;
}

#free-shipping {
    display: inline-block;
    margin-bottom: -5px;
}

#free-shipping span {
color:#00669c;
float:left;
font-weight:700;
margin-left:8px;
padding-top:2px;
text-transform:uppercase;
}

#free-shipping span.limited {
color:#848484;
font-size:11px;
font-style:italic;
font-weight:400;
margin-left:4px;
margin-top:3px;
text-transform:none;
}

#support-page-image {
float: right;
height: auto;
padding-left: 2%;
width: 48%;
}

.search-code-blue {
color:#00669c;
font-weight:700;
}

#tab2 .pdf {
height:17px;
overflow:hidden;
position:absolute;
right:-7px;
top:-6px;
width:17px;
margin:0;
padding:0;
}

#header-spacing {
width:100%;
height:135px;
}

h2#alternative-part-number {
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
    margin-bottom: 1em;
    color: #00669c;
}

#tab2-window .manufacturer .alternative-part-number {
    display: inline;
    font-size: 14px;
    letter-spacing: 0;
    margin: 0;
}

#tab2-window h2.first {
color:#00669c;
margin-top:0;
}

#AlternateProducts .product-grid .discontinued-alternative-pdf .pdf{
float: left;
}

#AlternateProducts .product-grid .discontinued-alternative-pdf a{
line-height: 18px;
padding-left: 4px;
}

/* #AlternateProducts .product-grid .product-grid-desc { */
/* overflow:visible; */
/* max-height:999px; */
/* } */

#shipping-container {
float:left;
width:349px;
z-index:9999;
}

#shipping-country {
width:100%;
margin:1em auto auto;
}

#shipping-container h3 {
font-size:14px;
margin:0;
}

#shipping-bar {
background:none repeat scroll 0 0 #00669c;
color:#FFF;
display:block;
font-size:14px;
text-shadow:1px 1px #000;
margin:0;
padding:4px 7px 6px;
}

#shipping-container table,#shipping-container table * {
border:medium none;
border-collapse:collapse;
vertical-align:middle;
}

#shipping-container .radio {
width:13px;
padding:0;
}

#shipping-container .description span {
font-size:12px;
font-style:italic;
}

#shipping-container .price {
text-align:right;
cursor:pointer;
padding:0;
}

#shipping-container-border {
border:1px solid #ccc;
position:relative;
background:#FFF;
padding:7px;
}

#country-flag {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	width: 31px;
}

#country-text {
float:left;
margin-top:-2px;
margin-bottom:6px;
}

#change-country {
font-size:12px;
margin-top:2px;
cursor:pointer;
}

.basket-comment-box .basket-comment-field textarea {
width:100%;
height:100px;
resize:none;
padding:5px;
}

#shipping-loader {
text-align:center;
display:none;
}

#basket-totals {
float:right;
text-align:right;
background:#FFF;
}

#blackout {
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
background:#000;
opacity:.5;
z-index:9998;
display:none;
}

#checkout-shipping {
float:left;
margin-top:1em;
width:349px;
}

#checkout-shipping h2 {
background:none repeat scroll 0 0 #00669c;
color:#FFF;
display:block;
font-size:14px;
text-shadow:1px 1px #000;
margin:0;
padding:4px 7px 6px;
}

#checkout-shipping .shipping-options {
border:1px solid #ccc;
}

#footer-cards {
margin-top:14px;
float:right;
}

#footer-cards a,#payment-methods a {
display:block;
float:left;
height:17px;
margin-bottom:3px;
margin-left:4px;
width:26px;
background:url(//images.kempstoncontrols.com/library/images/sprite.png);
}

#footer-cards a.footer-visa,#payment-methods a.footer-visa {
background-position:-52px -161px;
}

#footer-cards a.footer-visa2,#payment-methods a.footer-visa2 {
background-position:-86px -127px;
}

#footer-cards a.footer-americanexpress,#payment-methods a.footer-americanexpress {
background-position:0 -147px;
}

#footer-cards a.footer-maestrocard,#payment-methods a.footer-maestrocard {
background-position:-86px -144px;
}

#footer-cards a.footer-mastercard,#payment-methods a.footer-mastercard {
background-position:-26px -147px;
}

#footer-cards a.footer-paypal,#payment-methods a.footer-paypal {
background-position:-60px -144px;
}

#manufacturers-widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

#manufacturers-widget-button,#manufacturers-facet-widget-button {
border-top:1px solid #ccc;
cursor:pointer;
font-size:12px;
letter-spacing:1px;
margin-top:4px;
padding-top:4px;
color:#00669c;
}

.transaction-summary .sub-total-column {
width:182px;
}

#Comment {
width:50%;
}

#header-cart-left {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) 0 -58px;
width:31px;
height:28px;
}

#header-cart-right {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) -96px -45px;
width:10px;
height:28px;
}

.header-phone-icon {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) 0 -86px;
width:13px;
height:9px;
display:inline-block;
margin-right:7px;
}

.header-email-icon {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) -13px -86px;
width:13px;
height:7px;
display:inline-block;
margin-right:7px;
}

#search-submit {
background: url("//images.kempstoncontrols.com/library/images/sprite.png") repeat scroll -31px -58px rgba(0, 0, 0, 0);
border: 0 none;
cursor: pointer;
float: left;
height: 26px;
margin: 0;
padding: 0;
width: 100%;
}

#search-left {
background: url("//images.kempstoncontrols.com/library/images/sprite.png") repeat scroll -109px 0 rgba(0, 0, 0, 0);
height: 26px;
width: 2%;
}

th a {
background:none repeat scroll 0 0 transparent;
padding:0;
}

.free-shipping-van {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) -82px -78px;
width:30px;
height:24px;
}

#foundcheaper a {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) repeat scroll 0 -103px transparent;
display:block;
height:24px;
width:118px;
margin:0 auto;
}

#tab_pdf a {
display:block;
width:100%;
height:100%;
}

#sr_lightbox_close {
background:url(//images.kempstoncontrols.com/library/images/sprite.png) -63px -45px;
width:33px;
height:33px;
}

#header-country-selection-container {

}

#header-country-selection-container img {
float:left;
height:auto;
width:24px;
}

#header-country-selection-container span {
float:left;
font-size:12px;
margin-left:4px;
margin-top:4px;
}

#header-country-selection-container .container {
	border: 1px solid #ccc;
	float: right;
	position: relative;
	padding: 0 6px;
	background: #fff;
	width: auto !important;
}

#header-country-selection-container:hover {
background:#ededed;
}

#ch_region {
float:left;
width:20%;
cursor:pointer;
}

#ch_region ul,#ch_region li,#ch_countries ul,#ch_countries li {
list-style:none;
margin:0;
padding:0;
}

#ch_region ul {
border-right:1px solid #ccc;
margin-right:1em;
padding-right:1em;
}

#ch_region li a {
display:block;
text-decoration:none;
}

#ch_region li.active {
background:#ccc;
}

#ch_countries {
float:left;
width:80%;
}

#ch_countries ul.first {
padding-left:0;
}

#ch_countries ul {
float:left;
padding-left:20px;
width:231px;
}

#ch_countries .master img {
float:left;
height:22px;
padding-right:5px;
width:22px;
}

#ch_countries .master a {
float:left;
height:18px;
overflow:hidden;
width:203px;
}

#ch_countries .master li {
width:100%;
height:22px;
}

.ups_express_saver_terms {
color:grey;
display:block;
font-size:12px;
font-style:italic;
margin-bottom:1em;
margin-top:1px;
}

#estimated_shipping_cost {
color:#00669c;
font-size:17px;
font-weight:700;
}

#tab4-window img {
float:left;
padding-left:0;
padding-right:4px;
padding-top:3px;
width:auto;
}

#world-map {
height:175px;
overflow:hidden;
position:relative;
margin:1em 0;
}

#world-map img {
height:629px;
width:920px;
opacity:.5;
}

#world-map-text {
background:none repeat scroll 0 0 #FFF;
font-size:23px;
left:36%;
position:absolute;
top:42%;
}

#estimate-shipping-header-unable {
margin-top:1em;
display:none;
}

.maphilighted {
background:orange;
}

#country_ultimate_message {
font-size:11px;
text-align:right;
width:460px;
display:none;
}

#reorder_button,#reorder_merge_button {
background:none repeat scroll 0 0 #f68500;
float:right;
text-shadow:none;
}

#reorder_merge_button {
margin-left:6px;
}

.selectbox_controls {
font-size:11px;
margin-bottom:.5em;
text-align:right;
}

.selectbox_controls span {
cursor:pointer;
color:#00669c;
}

#reorder_current_basket {
background:none repeat scroll 0 0 #FFF;
border:medium none #000;
left:50%;
margin-left:-220px;
margin-top:-72px;
position:fixed;
top:50%;
width:440px;
z-index:9999;
display:none;
padding:11px;
text-align: center;
}

#reorder_current_basket h1 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 1.1em;
	text-align: center;
	font-weight: bold;
}

h1 .partNumber {
    color: #00669c;
}

#reoder-cancel {
    display: block;
    text-align: center;
    font-size: 10px;
    margin-top: 0.5em;
}

#reoder-cancel:hover {
text-decoration:underline;
cursor:pointer;
}

#reorder-buttons {
display:block;
margin:0 17px;
}

.history_line_comment {
color:#00669c;
display:block;
font-size:12px;
margin-top:.5em;
}

.comment_max {
color:gray;
font-size:12px;
}

#basketTable .comment-container {
display:block;
overflow:hidden;
width:320px;
}

.comment-container {
display:block;
overflow:hidden;
width:400px;
}

.details_accounts_hold {
background:#d64b45;
color:#FFF;
display:block;
text-shadow:0 -1px 0 rgba(0,0,0,0.25);
border-radius:4px;
margin:1em 0;
padding:13px;
}

.details_status_hold {
color:red;
}

#tab5-window #AlternateProducts .product-grid, #tab6-window #AlternateProducts .product-grid {
background: none repeat scroll 0 0 #fff;
border: 1px solid #9a9a9a;
margin-left: 0;
margin-top: 0.5em;
padding: 3%;
}

#tab5-window #AlternateProducts .product-grid .product-grid-price, #tab6-window #AlternateProducts .product-grid .product-grid-price {
border:medium none;
float:right;
text-align:center;
width:auto;
min-width:100px;
margin:0;
padding:0;
}

.product .product-grid-price-container {

}

.product .product-grid-price-container .product-grid-price {
	float: none;
	margin: 0;
}

#product_favorite_text,#product_favorite_list {

}

#product_favorite_text_popout, #product_managed_stock_text_popout {
display:none;
left:50%;
margin-left:-168px;
margin-top:-151px;
position:fixed;
right:0;
top:50%;
width:335px;
z-index:9999;
}

#product_favorite_text_popout ul {
border:1px solid #ccc;
margin:5px 0;
padding:5px;
}

#product_favorite_text_popout li {
line-height:23px;
}

.title_bar {
background:none repeat scroll 0 0 #00669c;
border-radius:8px 8px 0 0;
color:#fff;
text-shadow:1px 1px #000;
padding:6px;
}

.product_favorite_content {
background:none repeat scroll 0 0 #fff;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
border-radius:0 0 8px 8px;
border-right:1px solid #ccc;
padding:10px 10px 11px;
}

.product_favorite_content .or {
font-weight:700;
margin:1em 0;
}

.product_favorite_content .add_new_list input {
border-radius:4px;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:1em;
width:80%;
padding:8px;
}

.product_favorite_content .existing_list select {
border-radius:4px;
display:block;
width:85%;
margin:1em auto;
padding:8px;
}

.product_favorite_content .form-btn {
height:28px;
}

.product_favorite_content .button,.product_favorite_content .form-btn {
float:right;
margin-left:.5em;
}

#product_favorite_text_popout_error {
color:red;
text-align:center;
font-weight:700;
margin-bottom:.9em;
display:none;
}

#favorites_details .btn_remove {
height:20px;
width:20px;
}

.revised_red {
color:red;
font-weight:700;
}

.cctabletitle {
background-color:#00669c;
color:#fff;
font-weight:700;
border:1px #000 solid;
}

.cctablestyle {
margin-top:20px;
border-collapse:collapse;
}

.cctd {
border:1px #000 solid;
}

.cctd2 {
border:1px #000 solid;
background-color:#d1d1d1;
}

.ccindenttext {
font-style:italic;
color:gray;
border:1px #000 solid;
}

.ccindenttext2 {
font-style:italic;
color:gray;
border:1px #000 solid;
background-color:#d1d1d1;
}

.ccunderitem {
margin-top:30px;
margin-bottom:0;
}

.ccpara {
margin:5px;
}

.ccsquare td {
height:100px;
width:16%;
border:1px #000 solid;
text-align:center;
vertical-align:middle;
}

.ccunderitemcentre {
margin-top:30px;
margin-bottom:0;
text-align:center;
}

.ccitemcentre {
text-align:center;
margin:0;
}

.cccentreul {
list-style-type:none;
padding:0;
}

.ccul {
padding-left:15px;
}

.cccentraltable {
margin: 0 auto 0 auto;
}

.cclisttitle {
font-weight:bold;
}



#cccmtsl2 {
float:right;
opacity:.7;
margin-top:30px;
}

.cccmtsep {
text-align:center;
margin-top:70px;
}

.sr_lightbox_desc {
color:#848484;
font-size:12px;
font-style:italic;
}

.sr_lightbox_img {
display:block;
margin:0 auto;
}

.social_bar b {
color:#fff;
font-weight:700;
}

.social_bar i {
	font-size: 22px;
	display: block;
}

.social_bar span {
	font-size: 11px;
}

.order_pending {
color:red;
font-size:16px;
}

.heart.black {
background:url(//images.kempstoncontrols.com/library/images/heart_black.png);
}

.heartlist.black {
background:url(//images.kempstoncontrols.com/library/images/heartlist_black.png);
}

.payment_details2 {
display:block;
font-weight:700;
margin-left:0;
margin-top:4px;
text-align:center;
}

#nav-right{
z-index: 100;
position: absolute;
right: 0;
}

#bluebar {
	height: 5px;
	background: #00669c;
	position: fixed;
	z-index: 50;
	top: 0;
	box-sizing: border-box;
	left: 0;
	right: 0;
}

#header_span_width {
background: url("//images.kempstoncontrols.com/library/images/background.png") repeat scroll 0 0 #000000;
height: 0;
position: absolute;
top: 0;
width: 100%;
left: 0;
right: 0;
float:  left;
z-index: -1;
}

#header_spanline_width {
background:none repeat scroll 0 0 #ccc;
height:1px;
position:absolute;
top:135px;
width:100%;
z-index:9;
display:none;
}

#footer {

}

#footer_container {
background: #0A1447;
padding-bottom: 10px;
padding-top: 20px;
margin-top: 1em;
}

hr {
width:75%;
margin-top:1.4em;
}

#hnav_solid1 {
background:url(//images.kempstoncontrols.com/library/images/menu_background_long.png) no-repeat scroll 0 0 #00002d;
height:25px;
left:0;
position:absolute;
top:110px;
width:100%;
}

#ui-id-1 {
z-index:9999;
}

#bpos1 {
left: 54px;
position: absolute;
top: 60px;
width: 373px;
}

#bpos_moved_uae h1{
color: black;
font-size: 29px;
font-weight: bold;
left: 50px;
position: absolute;
text-align: left;
top: 27px;
width: 789px;
}

#bpos_moved_uae div{
bottom: 79px;
color: black;
font-size: 19px;
right: 90px;
position: absolute;
}

#bpos1_uae h1{
color: #1a5e97;
font-size: 26px;
font-weight: normal;
position: absolute;
text-align: center;
top: 27px;
width: 789px;
left: 64px;
}

#bpos1_uae div{
bottom: 23px;
color: #848484;
font-size: 15px;
left: 329px;
position: absolute;
}

#bpos1 h1{
margin-bottom: .4em;
margin-top: 0;
}

#bpos2_1 {
color:#00669C;
font-size:30px;
font-weight:700;
left:71px;
position:absolute;
top:43px;
margin:0;
}

#bpos2_2 {
font-size:19px;
left:104px;
position:absolute;
top:195px;
width:736px;
}

#bpos3_1 {
left:64px;
position:absolute;
top:62px;
width:373px;
}

#bpos3_1_f{
left:64px;
position:absolute;
top:62px;
width:373px;
font-size: 21px;
}

#bpos3_2 {
color:#00669c;
font-size:29px;
margin:0;
}

#bpos3_3 {
margin-bottom:.4em;
display:block;
color:#00669c;
font-size:28px;
}

#bpos4 {
font-size:22px;
position:absolute;
right:56px;
text-align:right;
top:54px;
width:436px;
}

#bpos5_1 {
left:73px;
position:absolute;
top:64px;
width:549px;
font-size:21px;
}

#bpos5_2 {
bottom:56px;
font-size:11px;
position:absolute;
right:45px;
width:549px;
}

#bpos6_1 span {
font-weight:700;
color:#00669C;
}

#bpos6_1 {
font-size:19px;
left:57px;
position:absolute;
text-align:left;
top:56px;
width:351px;
}

#bpos6_2 {
font-size:19px;
left:57px;
position:absolute;
text-align:left;
top:172px;
width:358px;
}

#bpos7_1 {
font-size:21px;
left:66px;
position:absolute;
top:87px;
width:530px;
}

#bpos7_2 {
font-weight:400;
margin-top:0;
margin-bottom:.4em;
}

#bpos8_1 {
font-size:21px;
left:57px;
position:absolute;
text-align:left;
top:52px;
width:547px;
}

#bpos8_2 {
font-weight:700;
font-size:25px;
color:#00669c;
}

#xmax_banner_1{
font-size: 22px;
left: 53px;
position: absolute;
text-align: left;
top: 100px;
width: 540px;
}

#xmax_banner_2{
bottom: 66px;
font-size: 22px;
left: 115px;
position: absolute;
text-align: left;
width: 540px;
}

#moto-line,.header-price {
margin-right:4px;
}

.product-grid-price-exvat.product-grid-price-incvat,.repeat_line {
text-align:center;
}

.ui-widget,.wrong_country,.payment_details {
font-size:12px;
}

#content .product-details h3,#content h4 {
font-size:14px;
}

.add-to-cart-details label span,#filter-form span {
width:auto;
}

#content-content-right li span,.pdf span {
color:#000;
font-size:11px;
}

.form-indented span.field-validation-error,#shipping-selection {
width:100%;
}

input[type="checkbox"],#chooseaccounttype,input[type='radio'] {
border:0;
}

.tab-nav li a,#chooseaccounttype .form-btn,#header-cart-price,#chooseaccounttype h2,.product .product-grid-price input,.product-item .product-grid-price input,#alternative-part-number,#header-cart-price-total,#basket-form .transaction-summary,.ccitem {
margin:0;
}

.tab-nav>li:hover>ul.submenu,#header-country-selection-container:hover #header-county-list,#ch_countries .master.active {
display:block;
}

.tab-nav ul.submenu li a:hover span,.header-cart-middle, .header-cart-middle a,#nav li.level0 a,ul.child li:hover a,#nav-right a,#manufacturer a,#footer a {
color:#FFF;
}

#filter-btn, #favorites_details, table.white {
background:#FFF;
}

th, td, #ch_region li {
padding:5px;
}

.pagination, #CommentLines {
margin-top:1em;
margin-bottom: 1em;
}

#order-details span, .bold, .transaction_sku, .details_accounts_hold span {
font-weight:700;
}

#tab-window .window,.basket-comment-field,#footer-copyright .photo,.hidden,#contact-form .hidden,#products-image-ie6,#shipping-container .select-a-country,.select-country,#ch_countries .master,#estimate-shipping-header,#ukdeliverytable .disabled.hide {
display:none;
}

.basket-comment-box,.product-grid-price div:last-child,.details_accounts_hold.last {
margin-bottom:0;
}

#header-cart-price span,#header-cart-price-total span {
color:#848484;
font-size:10px;
}

.search-no-results,#prod-freeshipping p span,#bpos5_3 {
color:Red;
}

#header-logo,.alignleft,.form-indented input,.table_cell,.header-continue,#account_col1.alignleft,#tabs,#sidecart-position.move.hover .sidecart-title a,#sidecart-position.move.hover .sidecart-title .quantity,#free-shipping img,.free-shipping-countdown img,#tab5-window #AlternateProducts .product-grid .product-grid-image,#tab6-window #AlternateProducts .product-grid .product-grid-image,.cccmtsl {
float:left;
}

#nav-right,.alignright,.add-to-cart-details,#sub-total,.header-view-basket,#payment-methods,.cccmtsr {
float:right;
}

#nav-right a:hover,a:hover,#manufacturer a:hover,.selectbox_controls span:hover {
text-decoration:underline;
}

a.form-btn-sub:hover,a.button:hover,.form-btn:hover,#cookie-content a:hover {
text-decoration:none;
}

.product-grid.first,.addressbook_entry.first,.add-to-cart-details input.form-btn,#FrequentlyPurchasedProducts .product-grid.first,#AlternateProducts .product-grid.first,#RelatedProducts .product-grid.first {
margin-left:0;
}

.qtd-desc p,#chooseaccounttype p:first-child,.window p:first-child,.product-description,#sidecart-position h4,.addressbook_row.first,td p:first-child,#content .product-details h3,#content .product-details h4,#content #home-news h2,#AlternateProducts .product-grid:nth-child(-n+4),#RelatedProducts .product-grid:nth-child(-n+4),#tab5-window #AlternateProducts,#tab6-window #AlternateProducts,#tab5-window #AlternateProducts .product-grid.first, #tab6-window #AlternateProducts .product-grid.first {
margin-top:0;
}

#contact-us-side img,#prod-freeshipping img,#country-flag img {
width:100%;
height:auto;
}

#tab2,#product_favorite {
position:relative;
}

#info {

}

.product-description{

}

#shipping-container .description,#header-country-selection-container .box {
cursor:pointer;
}

#product_favorite_list:hover .heart,.heart.red {
background:url(//images.kempstoncontrols.com/library/images/heart_red.png);
}

.heart,.heartlist {
display:block;
float:left;
height:18px;
width:18px;
margin-left:12px;
}

.heart_text,.heartlist_text {
display:block;
float:left;
margin-left:6px;
margin-top:2px;
}

#product_favorite_text:hover .heartlist,.heartlist.red {
background:url(//images.kempstoncontrols.com/library/images/heartlist_red.png);
}

#bpos6_3,#bpos8_3 {
font-size:16px;
list-style:none;
line-height:21px;
margin:.5em 0 0;
padding:0;
}

#bpos6_4,#bpos8_4 {
color:#00669c;
font-size:18px;
margin-top:.5em;
}

#manufacturer h2{
margin: 0;
}

.product-grid h3, #content .product-grid h3{
font-size: 12px;
font-weight: bold;
letter-spacing: 0px;
margin: 0;
}

#inbound_br_spacer{
border-bottom: 1px solid #CCCCCC;
height: 1em;
margin-bottom: 1em;
}

#inbound_br_spacer.checkout{
margin-bottom: 1em;
}

.basket-delivery-box{

}

.desc-cell p.basket-delivery-btn{
margin-bottom: 0;
width: auto;
float: left;
margin-top: 0;
}

.basket-delivery-btn{
    cursor: pointer;
}

.basket-delivery-field{
    display: none;
}

.delivery_input{
display: block;
margin-bottom: 1em;
text-align: center;
padding: 5px;
}

.delivery_remove{
color: #00669c;
cursor: pointer;
display: inline;
font-size: 10px;
margin-left: 4px;
float: left;
margin-top: 6px;
}

.desc-cell p.delivery_date_error{
color: #FF0000;
font-weight: bold;
margin-top: 1em;
}

.delivery_date_checkout{
    font-size: 12px;
}

html, body {
	height: 100%;
}

#contact-form-mode{
    margin-top: 1em;
}

.responise_padding {
    margin: 0 auto;
}

.responise_padding{
    padding-left: 15px;
    padding-right: 15px;
}

.checkout .responise_padding{
    margin: 0 auto;
}

#CountryHandledAnotherSite{
    margin-bottom: 1em;
    color: red;
    display: none;
}

.quickbasket .container {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1em;
	width: inherit !important;
	padding-left: 0;
	padding-right: 0;
}

.quickbasket .lines .line input[name="sku[]"]{
float: left;
padding: 4px;
width: 121px;
}

.quickbasket .lines .line input[name="quantity[]"], .quickbasket .lines .line input[name="description[]"]{
margin-left: 5px;
padding: 4px;
text-align: center;
width: 28px;
}

.quickbasket .lines .line{
margin-bottom: 5px;
}

.quickbasket .title div:first-child{
float: left;
}

.quickbasket .title div{
font-size: 11px;
font-style: italic;
float: right;
}

.quickbasket .title{
margin-bottom: 26px;
}

.quickbasket .loading{
    display: none;
    text-align: center;
}

#change_country_prompt{
background: none repeat scroll 0 0 white;
border: 2px solid #00669c;
border-radius: 3px;
left: 50%;
margin-left: -131px;
margin-top: -98px;
padding: 10px;
position: fixed;
text-align: center;
top: 50%;
width: 263px;
z-index: 9999;
}

#change_country_prompt h2{
font-size: 16px;
margin-bottom: 1em;
margin-top: 1em;
}

#change_country_prompt .message{
display: block;
margin-bottom: 1em;
margin-top: 0.7em;
}

#change_country_prompt .yes{
margin-bottom: 0.3em;
width: 110px;
}

#change_country_prompt .no{
width: 110px;
}

#change_country_prompt_drop{
background: none repeat scroll 0 0 black;
left: 0;
right: 0;
top: 0;
bottom: 0;
position: fixed;
z-index: 888;
opacity: .4;
}

#change_country_prompt .ipcountry{
margin-bottom: 1em;
width: 89%;
margin-top: .5em;
}

.adv-search-results .product_no{
width: 20%;
}

.adv-search-results .qtd-product-n .productId{
padding: 3px 6px;
}

.adv-search-results .exact_match_desc{
padding: 2px 0;
}

.adv-search-results input[disabled="disabled"]{
opacity: .5;
}

.adv-search-results .qtd-desc .comment{
display: block;
padding: 3px 6px;
width: 430px;
max-width: 430px;
}

#sidecart-items .item{
padding-top: 0.2em;
padding-bottom: 0.2em;
}

#sidecart-items .item:hover{
background: #F7F7F7;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

.ui-autocomplete{
    z-index: 9999;
}

#request_cheaper{
background: none repeat scroll 0 0 white;
border: 2px solid #00669c;
border-radius: 3px;
padding: 20px 16px;
position: absolute;
top: 300px;
width: 331px;
right: 194px;
display: none;
}

#request_cheaper .close{
    float: right;
    font-size: 11px;
    margin-right: -8px;
    margin-top: -10px;
}

#request_cheaper h2{
margin: 0;
}

#request_cheaper input[type="text"]{
font-size: 14px;
padding: 4px 7px;
float: left;
height: 18px;
margin-right: .5em;
}

#request_cheaper .check{
    
}

.spinner{
margin: 1em auto;
text-align: center;
margin-bottom: 0;
display: none;
}

.spinner img{
display: block;
margin: 0 auto;
}

#request_cheaper_modal .form-btn{
width: 100px;
}

#request_cheaper .result{
margin-top: 1em;
display: none;
}

#request_cheaper .result input[name="qty"]{
text-align: center;
width: 79px;
}

#request_cheaper .result span{
margin-top: 3px;
display: inline-block;
}

#request_cheaper .result .form-btn{
margin-left: 1.5em;
width: 126px;
}

#request_cheaper .result .green{
color: green;
}

#request_cheaper .result .red{
color: red;
}

#signin_left{
float: left;
}

#signin_right{
float: right;
width: 489px;
}

#signin_right img{
float: left;
height: auto;
margin-right: 1em;
width: 85px;
}

.adv-search-results .qtd-desc .update_notice{
color: green;
}

.quick_basket_filters a, .adv-search-results .filter a{
font-size: 9px;
}

.quick_basket_filters .show_all, .adv-search-results .filter{
display: none;
}

.adv-search-results tr.item .qtd-desc .multipleMatchSelect + .comment{
margin-top: 1em;
}

.adv-search-results .filter{
display: none;
}

.adv-search-results .no_data{
text-align: center;
display: none;
}

#nav-left.attach #nav{
height: 30px;
}

#nav-left.attach #nav a{
padding: 5px 6px;
}

.pagination-header{
float: left;
}

#search-filter-form{
float: right;
}

#search-filter-form input{
float: right;
margin-top: 3px;
margin-left: .5em;
}

#castell-iso-lok-cats{
border-left: 1px solid #ccc;
margin-bottom: 4em;
}

#castell-iso-lok-cats .cat{
border: 1px solid #ccc;
float: left;
height: 82px;
padding: 10px;
text-align: center;
width: 82px;
border-left: 0;
position: relative;
}

#castell-iso-lok-cats .cat span{
bottom: -32px;
left: 0;
position: absolute;
text-align: center;
width: 98px;
height: 2em;
}

#castell-iso-lok-cats .cat.width img{
height: auto;
width: 100%;
}

#castell-iso-lok-cats .cat.height img{
height: 100%;
width: auto;
}

#orderreturn_reason{
height: 99px;
margin-top: 1em;
width: 400px;
padding: 5px;
resize: none;
}

.quantity_to_return{
width: 79px;
text-align: center;
margin-top: 5px;
}

.return_quantity_container{
display:none;
}

.no-padding{
    padding: 0;
}

.return_line .desc{
border-right: 1px solid rgb(204, 204, 204);
float: left;
width: 418px;
padding: 5px 0 5px 5px;
height: 116px;
}

.return_line .reason{
float: left;
padding: 5px 0 5px 5px;
border-right: 1px solid rgb(204, 204, 204);
padding-right: 5px;
height: 116px;
}

.return_line .reason input{
margin-top: 3px;
width: 100px;
text-align: center;
}

.return_line .reason select{
width: 150px;
margin-top: 2px;
}

.return_line .comment{
float: left;
padding: 5px;
width: 35%;
}

.return_line .comment textarea{
height: 84px;
margin-top: 2px;
resize: none;
width: 97%;
padding: 5px;
}

.return_line{
display: none;
}

.return_line > td{
border-bottom: 4px solid #00669c;
}

#reorder_form tr.selected{
background: none repeat scroll 0 0 #e5f6ff;
border-top: 4px solid #00669c;
}

#reorder_form tr.return_line.selected{
background: none repeat scroll 0 0 #E5F6FF;
border-bottom: 4px solid #00669c;
border-top: none;
}

#request_return_termsconditions{
background: none repeat scroll 0 0 white;
border: 3px solid #00669c;
border-radius: 3px;
left: 50%;
margin-left: -200px;
padding: 10px;
position: absolute;
top: 50%;
width: 400px;
z-index: 9999;
}

#request_return_termsconditions .controls{
margin-top: 1em;
text-align: center;
}

.adv-search-results tr[data-type="partial"]{
    background: #FFE6BC;
}

.mobile_only{
    display: none;
}

#mobileNav{
float: left;
padding-top: 12px;
width: 35px;
display: none;
}

#mobileNav .burger{
    cursor: pointer;
}

#mobileNav .burger img {
    width: 100%;
    height: auto;
}

.product-grid-price .product-item .form-btn{
    margin-left: auto !important;
    margin-right: auto !important;
}

.product-grid-price .our-price{
    color: #b12704;
}

#header_scroll_search_mag{
    display: none;
    margin-right: -214px;
    position: fixed;
    right: 50%;
    top: 4px;
    width: 26px;
    z-index: 9999;
}

#header_scroll_search_mag img{
    width: 100%;
    height: auto;
}

#mobileNavDropdown{
background: none repeat scroll 0 0 white;
border: 1px solid black;
font-size: 14px;
line-height: 23px;
margin-top: 7px;
padding: 10px;
position: absolute;
width: 92%;
z-index: 999;
padding-top: 5px;
padding-bottom: 5px;
display: none;
}

#mobileNavDropdown ul, #mobileNavDropdown li{
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobileNavDropdown ul li a{
    font-size: 16px;
    line-height: 30px;
}

#mobile_home_text{
    margin-top: 1.5em;
    display: none;
    margin-bottom: 1em;
}

#mobile_home_text .suppliers{
    background: none repeat scroll 0 0 #00669c;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    padding: 11px 0;
    text-align: center;
    display: block;
    margin-top: 1em;
}

#mobile_home_text .line img{
    max-width: 140px;
    width: 100% !important;
    height: auto !important;
}

.free-shipping-countdown.mobile{
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
       border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 0;
    padding-top: .9em;
    display: none;
}

#tab5-window #AlternateProducts {
    margin-bottom: 1em;
}

#tab5-window #AlternateProducts .product-grid:last-child, #tab6-window #AlternateProducts .product-grid:last-child {
    margin-bottom: 0;
}

#header-contact-mobile{
    display: none;
}

.mobileonly{
    display: none;
}

#header-contact-mobile .number{
    float: left;
    width: 64%;
    padding-top: 0;
}

#header-contact-mobile .email{
    float: right;
    text-align: right;
    width: 28%;
    padding-top: 0;
}

.header-cart-section-mobile{
    display: none;
}

.header-cart-section-mobile{
    float: right;
    margin-top: 1.1em;
}

.header-cart-section-mobile .header-cart-popout{
    left: 0;
    margin: 0 2.4%;
    max-width: 9999px;
    padding: 3%;
    position: fixed;
    width: 87%;
    z-index: 9999;
}

.header-cart-section-mobile .close{
    margin-right: -2px;
    margin-top: -4px;
}

#responsive_toggle{
    color: white;
    float: left;
    text-align: center;
    margin-top: 14px;
    font-size: 11px;
    margin-left: 10px;
    display: none;
}

#nav-section li:hover, #nav-section .pull-right a:hover{
    background: #000031;
}

#nav li:hover > ul{
    display: block;
}

#nav-sectionul ul li > ul li {
    color: #000031;
}

#nav ul.level0 li.level0 > ul > li a{
    color: #00669c;
}

#nav ul.level0 li.level0 > ul > li:hover a{
    color: white;
}

#support_page_text{
    float: left;
    width: 50%;
}

#support_page_text p:first-child{
    margin-top: 0;
}

.weboffer-limited-availiabity{
    color: #848484;
    font-size: 9px;
    margin-bottom: 9px;
}

.no-bottom-margin{
    margin-bottom: 0;
}

#home-icon-header{
    left: 50%;
    margin-left: -458px;
    position: absolute;
    top: 6px;
    width: 22px;
    display: none;
}

#home-icon-header img{
    width: 100%;
    height: auto;
}

#contact-form label.error input, #contact-form label.error textarea{
    border-color: red;
}

#contact-form label .error{
clear: both;
color: red;
display: block !important;
margin-left: 172px;
padding-left: 8px;
}
#prod_desc{
    margin-bottom: 1em;
}
#basketTable-mobile-title{
    font-size: 14px !important;
    text-align: center;
}
#basketTable-mobile .item{
border: 1px solid #ccc;
margin-bottom: 1em;
padding: 7px;
position: relative;
text-align: center;
border-bottom: 4px solid #ccc;
}
#basketTable-mobile .item .col4{
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-bottom: 1em;
    padding-bottom: 1em;
    padding-top: 0.8em;
}
#basketTable-mobile .item .col6 input{
    position: absolute;
    right: -8px;
    top: -14px;
    width: 21px !important;
}
#basketTable-mobile .extendedprice{
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    margin-bottom: 1em;
    padding-bottom: 0.8em;
    padding-top: 0.6em;
}
#basketTable-mobile .qtd-input{
    font-size: 13px !important;
    padding: 6px 0;
    width: 99.2% !important;
}
#mobileNavDropdown .links, #mobileNavDropdown .my-account{
    font-weight: bold;
    margin-top: 1em;
}
#basketTable-mobile .extendedprice.mobile{
    color: #b12704;
    display: block;
    font-size: 18px;
}
#basketTable-mobile .extendedprice.mobile span{
    display: block;
}
#myorders-mobile{
    display: none;
}
#myorders-mobile h2{
    background: #00669c none repeat scroll 0 0;
    text-align: center;
    color: white;
    text-shadow: 1px 1px #000;
    font-size: 14px !important;
    padding: 4px 0;
    border-radius: 3px;
}
#myorders-mobile .item{
    border: 1px solid #ccc;
    margin-bottom: 1em;
    padding: 10px 6px;
}
#myorders-mobile .item p{
    margin-top: 0;
    margin-bottom: .3em;
    text-align: center;
}
#myorders-mobile .item p a{
    display: block;
    margin: 4px 0;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
    }
}
#loading_animation{
    background: #dbd9d5 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.4;
    padding-top: 15%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
}
#loading_animation .spinner{
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-color: #00669C rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    border-style: solid;
    border-width: 3px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    width: 50px;
    display: block;
}
#loading_animation .gif{
text-align: center;
display: none;
}
#basket-form-mobile{
    display: none;
}
#AlternateProducts .product-grid-image{
    margin-right: 1em;
}
.basket-table-mobile .delivery_date_checkout{
display: block;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
#favorites_details_mobile, #reorder_form_mobile{
display: none;
}
#favorites_details_mobile .item{
border: 1px solid #ccc;
margin-bottom: 1em;
padding: 4px;
position: relative;
text-align: center;
}
#favorites_details_mobile .item .view{
margin-top: 1em;
border-top: 1px dashed #ccc;
width: 104px;
display: block;
margin: auto;
margin-top: 1em;
padding-top: .8em;
}
#favorites_details_mobile .item .delete a{
height: 19px;
position: absolute;
top: -9px;
width: 21px;
right: -10px;
}
#favorites_details_mobile .item .history_line_comment{
    margin-top: 0;
}
#reorder_form_mobile .item{
    position: relative;
}
#reorder_form_mobile .item .repeat_checkbox{
position: absolute;
right: 10px;
top: 12px;
}
#reorder_form_mobile .item .remove a{
width: 20px;
height: 19px;
position: absolute;
right: -8px;
top: -6px;
}
#right_info_bar{
background: #C9E4F2;
border-radius: 5px 0 0 5px;
color: white;
padding: 10px 7px;
position: fixed;
right: 0;
top: 200px;
z-index: 999;
}
#right_info_bar > div:first-child{
    margin-top: 0;
}
#right_info_bar > div{
width: 38px;
margin-top: .5em;
}
#right_info_bar > div img{
height: auto;
width: 100%;
border-radius: 3px;
float: left;
}
#mobile_home_text .line img{
    float: left;
    width: 33% !important;
}
div.head{
    color: #1a5e97;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    width: auto;
}
#mobile_home_text p{
    text-align: center;
}
#prod_desc2{
    margin-bottom: 1em;
}
#header-currency-selection{
color: white;
float: left;
width: 106px;
}
#header-currency-selection .currency:first-child{
margin-left: 0;
}
#header-currency-selection .currency{

}
#header-currency-selection .currency:hover a, #header-currency-selection .currency.active a{
    background: #000031;
}
#header-currency-selection .currency a{
background: #00669c none repeat scroll 0 0;
border-radius: 0 0 4px 4px;
color: white;
cursor: pointer;
display: block;
float: left;
margin-left: 4px;
margin-top: 0;
padding: 4px 11px 6px;
}
.blue_text{
    color: #1a5e97;
}
.text-center{
    text-align: center;
}
#fulleon_banner_item1{
    left: 73px; top: 143px; color: rgb(0, 102, 156); font-size: 19px; position: absolute;
}
#fulleon_banner_item2{
    left: 55px; top: 178px; width: 335px; text-align: justify; font-size: 16px; position: absolute;
}
#fulleon_banner_item3{
    left: 411px; top: 145px; font-size: 9px; position: absolute;
}
#fulleon_banner_item4{
    left: 547px; top: 145px; font-size: 9px; position: absolute;
}
#fulleon_banner_item5{
    left: 635px; top: 146px; width: 100px; text-align: center; font-size: 9px; position: absolute;
}
#fulleon_banner_item6{
    left: 781px; top: 145px; font-size: 9px; position: absolute;
}
#fulleon_banner_item7{
    left: 484px; top: 227px; font-size: 9px; position: absolute;
}
#fulleon_banner_item8{
    left: 599px; top: 227px; font-size: 9px; position: absolute;
}
#fulleon_banner_item9{
    left: 715px; top: 227px; font-size: 9px; position: absolute;
}
#teknomega_banner_item1{
    position: absolute; left: 0px; font-size: 20px; top: 129px;
}
#teknomega_banner_item2{
    position: absolute; font-size: 20px; left: 296px; top: 155px;
}
.red_text{
    color: red;
}
#bpos3_3_3{
    bottom: 53px;
    font-size: 11px;
    left: 310px;
    position: absolute;
}
#footer_email_subscribe{
	border-radius: 6px;
    max-width: 560px;
}
#footer_email_subscribe p {
	text-align: left;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: auto;
	font-size: 12px;
}
.form_email_subscribe img{
margin-left: 6px;
position: absolute;
text-align: center;
top: 9px;
display: none;
}
.form_email_subscribe .error{
color: red;
margin-top: 11px;
text-align: center;
font-size: 13px;
font-style: italic;
display: none;
}
#footer_email_subscribe .error{
    text-align: left;
    margin-top: 3px;
}
.previous-mail-unsubscribe{
display: block;
font-size: 11px;
font-style: italic;
margin-top: 3px;
}
#basket-shipping-selection-radio{
clear: both;
display: block;
}
#basket-shipping-selection-radio input{
margin-right: 5px;
}
#basket-shipping-selection-radio input, #basket-shipping-selection-radio label{
cursor: pointer;
}
#basket-shipping-selection-radio fieldset{
margin-top: 9px;
}
#shippingSelectorForm .estimated, #basket-shipping-selection-radio .estimated{
color: #00669c;
font-size: 12px;
margin-left: 21px;
padding-top: 3px;
display: none;
}
#basket-shipping-selection-radio .estimated{
padding-left: 1px;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert .button {
	float: right;
	margin-top: -9px;
}
#freeshipping_qualify_message{
    display: none;
}
#inbound_charges{
    margin-bottom: 1em;
}
#tab6-window #AlternateProducts .product-grid:first-child{
    margin-top: 0 !important;
}
#tab6-window #AlternateProducts .product-grid{
    margin-top: 0.5em !important;
    padding-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}
#tab6-window .product-grid{
    margin-bottom: 0;
}
#tab6-window .weboffer-limited-availiabity{
    margin-bottom: 5px;
    margin-top: 6px;
}
#tab6-window #AlternateProducts .product-grid .product-grid-price{
    padding-bottom: 7px;
}
#content-content-right #payment-methods a:first-child{
    margin-left: 0;
}
#content-content-right #payment-methods a{
    margin-left: 1.95%;
}
#content-content-right #payment-methods{
    float: none;
    margin-bottom: 0.7em;
}
#discountinued_message{
    font-size: 11px;
    color: #848484;
}
.adv-search-results .discontinued{
    color: red;
    font-size: 11px;
    margin-top: -1em;
}
#sick_banner_1{
color: rgb(0, 102, 156);
font-size: 17px;
left: 52px;
position: absolute;
top: 117px;
}
#sick_banner_2{
color: black;
font-size: 14px;
left: 53px;
position: absolute;
top: 148px;
width: 381px;
}
#shipping-container .delivery_request_a_quote_shipping{
clear: both;
display: block;
text-align: center;
margin-bottom: 5px;
}
#recaptcha_table{
    width: auto !important;
}
#recaptcha_table tbody > tr:first-child td:last-child{
    display: none !important;
}
#recaptcha_table tbody > tr:last-child td:last-child{
    display: none !important;
}
#recaptcha_table .recaptcha_input_area{
    padding-bottom: 29px !important;
}
#info_bar_feedback{
font-size: 19px;
font-weight: bold;
letter-spacing: 1px;
line-height: 198px;
margin-bottom: -70px;
text-transform: uppercase;
transform: rotate(-90deg);
}
#info_bar_feedback a{
color: #00679d;
}
.smcx-embed{
    height: 1754px !important;
    z-index: 0 !important;
}
.smcx-embed .smcx-iframe-container{
    height: 1717px !important;
}
.smcx-embed .smcx-iframe-container iframe{
    overflow: hidden !important;
    position: absolute;
}
#relatedProductsMessage{
background: white none repeat scroll 0 0;
border: 2px solid #00669c;
border-radius: 8px;
box-shadow: 0 0 16px -1px grey;
font-weight: bold;
left: 57px;
padding: 16px 50px;
position: absolute;
top: -62px;
visibility: hidden;
}
#relatedProductsMessage:after, #relatedProductsMessage:before {
border: medium solid transparent;
content: " ";
height: 0;
left: 50%;
pointer-events: none;
position: absolute;
top: 100%;
width: 0;
}
#relatedProductsMessage:after {
border-color: white rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
border-width: 17px;
margin-left: -17px;
}
#relatedProductsMessage:before {
border-color: #00669c rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
border-width: 20px;
margin-left: -20px;
}
.login_to_view_pricing{
font-size: 13px;
font-weight: bold;
margin-bottom: 0.8em;
text-align: center;
}
.login_to_view_pricing a{
    color: #34669C;
}
#relatedProductsMessage:after, #relatedProductsMessage:before {
border: medium solid transparent;
content: " ";
height: 0;
left: 50%;
pointer-events: none;
position: absolute;
top: 100%;
width: 0;
}
#relatedProductsMessage:after {
border-color: white rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
border-width: 17px;
margin-left: -17px;
}
#relatedProductsMessage:before {
border-color: #00669c rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
border-width: 20px;
margin-left: -20px;
}
.login_to_view_pricing{
font-size: 13px;
font-weight: bold;
margin-bottom: 0.8em;
text-align: center;
}
.login_to_view_pricing a{
    color: #34669C;
}

#alternativeCompare{
background: white none repeat scroll 0 0;
border: 4px solid black;
height: 500px;
padding: 5px;
position: absolute;
top: 70px;
width: 100%;
z-index: 9999;
display: none;
}
#alternativeCompare .alternativeCompare_main{
height: 100%;
width: 20%;
border-right: 1px solid black;
float: left;
}
#alternativeCompare .alternativeCompare_scroll{
float: right;
width: 79%;
}
#alternativeCompare .alternativeCompare_main .item{
    width: auto;
}
#alternativeCompare .item{
float: left;
font-size: 12px;
width: 33.33%;
}
#alternativeCompare .item .prop{
    margin-top: 0.3em;
}
#alternativeCompare .item .prop span{
    display: block;
    font-weight: bold;
}
#alternativeCompare .item .image{

}
#alternativeCompare .item .image img{
    width: 100%;
    height: auto;
}
#alternativeCompare .item .desc{
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
#alternativeCompare .item .name{
    font-weight: bold;
}
#alternativeCompare .item .price{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#alternativeCompare .alternativeCompare_scroll .image{
margin: auto;
width: 185px;
}
#alternativeCompare .item .pdf{
position: absolute;
top: 168px;
}
#alternativeCompare .item .pdf a{
display: block;
height: 20px;
width: 20px;
}





#switch_user {
background: #00669c none repeat scroll 0 0;
border-radius: 4px 4px 0 0;
bottom: 0;
color: white;
cursor: pointer;
font-size: 12px;
padding: 6px 12px 9px;
position: fixed;
right: 10px;
z-index: 9999;
}
#switch_user i {
float: left;
font-size: 25px;
padding-top: 6px;
}
#switch_user_content {
float: right;
text-align: center;
display: none;
margin-left: 12px;
}
#switch_user_content span {
display: block;
font-size: 10px;
font-weight: bold;
padding-top: 1px;
text-transform: uppercase;
}
#switch_user:hover #switch_user_content {
    display: block;
}
#switch_user:hover i {
    padding-top: 12px;
}
#switch_user_selection {
background: #c9e4f2 none repeat scroll 0 0;
border-radius: 4px 4px 0 0;
bottom: 100%;
color: #09679d;
display: none;
left: 10px;
list-style: outside none none;
margin: 0;
max-height: 250px;
overflow-y: scroll;
padding: 0;
position: absolute;
right: 10px;
}
#switch_user_selection li a {
border-bottom: 1px dashed #00567d;
color: #00679d;
display: block;
font-size: 10px;
margin-left: 10px;
margin-right: 10px;
padding: 7px 0;
text-align: center;
}
#switch_user_selection li:last-child a {
    border-bottom: 0;
}
#switch_user_selection li.more {
font-weight: bold;
text-transform: uppercase;
}
#switch_user_selection li.more span {
display: block;
font-weight: normal;
font-size: 9px;
text-transform: none;
}
#accountsTable tr {
    cursor: pointer;
}
#accountsTable tr:hover td {
    background: #D9EDF7;
    color: #31708F;
}
.product-grid-price.no-qty {
    bottom: 7px;
}






#latestProducts {

}
#latestProducts h3 {
    margin-bottom: 2px;
    font-size: 14px;
    margin-top: 0;
}
#latestProducts div {
    font-size: 12px;
}
#latestProducts .item {
	padding: 6px;
	overflow: hidden;
	padding-bottom: 8px;
    min-height: 49px;
}
#latestProducts .item:nth-child(odd) {
	background: #DDDDDD;
}
#latestProducts .left {
	float: left;
	width: calc(33% - 12px);
	border-right: 1px solid #848484;
	padding-right: 10px;
	margin-right: 10px;
}
#latestProducts .right {
	float: right;
	width: calc(35.7% - 12px);
}
.newProducts .head {
    float: left;
}
.newProducts .head.promo {
    float: right;
    width: calc(33% - 12px);
}
#latestProducts {
    margin-bottom: 1em;
}
input::-ms-clear {
    display: none;
}





@media print {
    th, th a {
        text-shadow: none;
        font-weight: 700;
    }
    #tab-window .window {
        display: block;
        margin-bottom: 1em;
    }
    #tab-window {
        padding: 0;
    }
    #content-content.right {
        width: 100%;
    }
    html, body, #center-container, #content {
        background: 0;
        margin: 0;
        padding: 0;
    }
    #header, #header_span_width, #header_spanline_width, #nav-section, #moto, #footer, .header-cart-section, #content-content-right, #tabs, #FrequentlyPurchasedProducts, #foundcheaper, #reporterror, .pdf, #reorder_button, .tab-nav, .selectbox_controls, .btn-printer-friendly, #header-country-selection-container {
        display: none;
    }
    .no-print {
        display: block;
    }
}





#reorder-merge {
    margin-bottom: 0.5em;
}








.product-grid-row-flex {
    display: flex;
}
.product-grid-row-flex .border {
    background: white;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.product-grid-row-flex .border > div {
        
}
.product-grid-row-flex .border .product-grid-price {

}
#header-logo {
    margin-top: -23px;
    max-width: 252px;
}



#backToTop {
    position: fixed;
    bottom: 4em;
    right: 7em;
    z-index: 500;
    cursor: pointer;
    display: none;
}
#backToTop i {
    font-size: 40px;
    color: #135A7F;
}



.lookUpAddressContainer {
    height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.lookUpAddressContainer .address {
    display: block;
    margin: 7px 0;
}



.carousel .left .glyphicon, .carousel .right .glyphicon {
    color: #00669c;
}

.embed-responsive, .embed-responsive-item {
    margin-bottom: 1em;
}



.yesMobile{
    display: none;
}

@media screen and (max-width: 1037px) {
    #right_info_bar{
        padding: 6px 4px;
        top: 154px;
    }
    #right_info_bar > div{
        width: 25px;
    }
}

@media screen and (max-width: 960px) {
    #banner-view .yesMobile, .yesMobile{
        display: block;
    }
    .addressbook_row .addressbook_entry{
        float: none;
        margin-bottom: 2em;
        margin-left: 0;
        text-align: center;
        margin: auto;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 948px) {
    #footer-copyright span.footer-pad{
        padding-top: 1em;
        display: block;
    }
    #footer-copyright{
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        color: #C2CAD1;
    }
    .social_item a{
        display: block;
    }
    .social_item{
        float: none;
        margin-left: 0;
        height: 28px;
        text-align: center;
    }
    .social_item.first{
        text-align: center;
        margin-left: 0;
        margin-bottom: 1em;
    }
    .social_item img{
        display: none;
    }
    #footer-cards{
        display: block;
        float: none;
        margin: auto;
        width: 180px;
        margin-top: 1em;
    }
    #footer-nav li{
        width: 33%;
        padding-right: 0;
        text-align: center;
    }
    #responsive_toggle{
        float: none;
        text-align: center;
        display: block;
    }
    #footer_email_subscribe{
        text-align: center;
    }
    .productsListPageBlock .product-grid{
        width: 21.5%;
    }
    .productsListPageBlock .product-grid.r5{
        margin-left: 0;
    }
    .productsListPageBlock .product-grid.r5 + .product-grid.first{
        margin-left: 2%;
    }
}

@media screen and (max-width: 838px) {
    #content-content.right{
        float: none;
        width: 100%;
    }
    #content-content-right{
        display: none;
    }
}

@media screen and (max-width: 804px) {
	.product-grid-row .product-grid-view.abs a{
		display: block;
	}
	.product-grid-row .product-grid-view.abs{
		line-height: 12px;
        margin-top: 1em;
	}
    .product-grid-row .product-grid-price.abs{
        bottom: 48px;
    }
}

@media screen and (max-width: 798px) {
    .newProducts h2{
	    float: none;
	    width: auto;
	    padding: 0;
    }
    #latestProducts .left, #latestProducts .right{
	    float: none;
	    width: auto;
	    padding: 0;
	    border: none;
	    margin: 0;
    }
    #latestProducts .left:first-child{
        margin-bottom: 1.5em;
    }
    .newProducts .head.promo{
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 776px) {
    #nav-section a{
        font-size: 13px;
    }
    #nav-right a{
        padding-right: 0;
    }
}

@media screen and (max-width: 748px) {

}

@media screen and (max-width: 735px) {
    #FrequentlyPurchasedProducts .product-grid.first, #FrequentlyPurchasedProducts .product-grid.r1, #FrequentlyPurchasedProducts .product-grid.r2,
    #FrequentlyPurchasedProducts .product-grid.r3, #FrequentlyPurchasedProducts .product-grid.r4, #featured-products .product-grid.first, 
    #featured-products .product-grid.r1, #featured-products .product-grid.r2, #featured-products .product-grid.r3, 
    #featured-products .product-grid.r4, #RelatedProducts .product-grid.first, #RelatedProducts .product-grid.r1, #RelatedProducts .product-grid.r2, 
    #RelatedProducts .product-grid.r3, #RelatedProducts .product-grid.r4{
        margin-left: 0;
        margin-top: 0;
        width: 47%;
        text-align: center;
    }
    #FrequentlyPurchasedProducts .product-grid.r2, #featured-products .product-grid.r2, #RelatedProducts .product-grid.r2{
        margin-left: 2%;
    }
    .quote-warning .text, .stock-warning .text{
        width: 81%;
        font-size: 12px;
    }
    .quote-warning .icon, .stock-warning .icon{
        height: 30px;
        width: 35px;
        background-size: 69px 95px;
    }
    #documentdeliveryoptions fieldset.top, #documentdeliveryoptions fieldset{
        width: 100%;
        float: none;
    }
    .productsListPageBlock .product-grid{
        width: 30%;
    }
    .productsListPageBlock .product-grid.r5{
        margin-left: 2%;
    }
    .productsListPageBlock .product-grid.r3 + .product-grid{
        margin-left: 0;
    }
}

@media screen and (max-width: 710px) {
    #shipping-container{
        float: none;
        margin-top: 1em;
        width: auto;
    }
    #shipping-bar{
        width: auto;
    }
    #basket-totals{
        float: none;
        width: auto;
    }
    #basket-totals table{
        width: 100%;
    }
}

@media screen and (max-width: 691px) {
    #prod_desc, #payment-methods, #free-shipping .free-shipping-van{
        display: none;
    }
    #free-shipping span{
        color: #00669c;
        display: block;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        float: none;
    }
    #tabs{
        width: 100%;
    }
    #tabs li{
        background: none repeat scroll 0 0 #9a9a9a;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        margin-bottom: 7px;
        padding: 4px 0;
        text-align: center;
        width: 100%;
    }
    #prod_desc2{
        margin-top: 0;
    }
    #tab2 .pdf{
        right: 4px;
        top: 3px;
    }
    .tableScroller {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
    }
    #basketTableScroller {
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #basketTable {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 662px) {
	#manufacturer ul{
		width: 47.7%;
	}
    #basketTable{
        font-size: 12px;
    }
    #basketTable th:last-child span{
        display: none;
    }
    #basketTable .product-grid-price-exvat span{
        font-size: 1.2em;
    }
    #basket_fav_btn, .buttons-basket:first-of-type .form-btn, .continue-shopping, .buttons-basket:last-of-type .form-btn-sub{
        display: none;
    }
    .buttons-basket:last-of-type{
        margin-top: 1em !important;
    }
}

@media screen and (max-width: 580px) {
    .prod_info {
        display: none;
    }

        .prod_info.mobile_only {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            clear: both;
            display: block;
            margin-top: 0.5em;
            padding-bottom: 1.1em;
            padding-top: 1em;
        }

    .product .product-grid-price-container {
        margin: 0;
    }

    .clear_mobile {
        clear: both;
    }

    .product-details-image {
        float: left;
        margin-right: 0.5em;
        max-width: 150px;
        text-align: center;
        width: 23%;
    }

        .product-details-image img {
            max-height: 150px;
            max-width: 150px;
            width: 100%;
        }

    .product-details {
        margin-left: 30%;
    }

    .product-item {
        margin-top: 1em;
        margin-bottom: 1em;
        padding-bottom: .5em;
        padding-top: .4em;
    }

    #manufacturer-link, #manufacturers-products .product-grid-price, #manuLogoTop, .product-details .product-img,
    #search_results .product-grid-price {
        display: none;
    }

    /* Product Listing */
    #manufacturers-products .product-grid-price,
    #search_results .product-grid-price {
        display:block;
    }
    #manufacturers-products .product-grid-price, #search_results .product-grid-price {
        float:right;
    }
    #manufacturers-products .product-details-image, #search_results .product-details-image {
        float:left;
    }

    #manufacturers-products .product-grid-price, #search_results .product-grid-price,
    #manufacturers-products .product-details-image, #search_results .product-details-image {
        width: 50%;
        margin: 0;
    }

    #manufacturers-products .product-details::before, #search_results .product-details::before {
        content: "";
        clear: both;
        display: table;
    }

    #manufacturers-products .product-details, #search_results .product-details {
        margin: 0;
        padding-top: 1rem;
    }
    /* / Product Listing */

    #content .product-details h3, #content h4 {
        font-size: 11px;
    }

    #content h2 {
        font-size: 16px;
    }

    .product-details p {
        font-size: 12px;
    }

    .pagination li a {
        margin-bottom: 7px;
        padding: 15px;
        width: 34px;
        text-align: center;
    }

    #hnav_solid1 {
        background: none repeat scroll 0 0 #00669c;
        height: 50px;
        left: 0;
        position: absolute;
        top: 77px;
        width: 100%;
        z-index: -10;
    }

    #mobileNav {
        display: block;
    }

    #manufacturer, .free-shipping-countdown {
        display: none;
    }

    #featured-products h2.head, h2.head {
        text-align: center;
        font-weight: bold;
    }

    #mobile_home_text, .free-shipping-countdown.mobile {
        display: block;
    }

    .product .product-grid-price, .product-item .product-grid-price {
        border: 1px solid white;
        padding: 0;
    }

    #free-shipping {

    }

    #tab5-window #AlternateProducts .product-grid {
        padding: 3%;
        width: 93.5%;
    }

    #tab5-window #AlternateProducts .product-grid-image {
        width: 100%;
        text-align: center;
    }

    #tab5-window #AlternateProducts .product-grid .product-grid-price {
        float: none;
        min-width: auto;
        width: 100%;
        text-align: center;
    }

    #tab5-window #AlternateProducts .product-grid-name {
        margin-top: 7px;
        text-align: center;
    }

    #tab5-window #AlternateProducts .product-grid .product-grid-desc {
        text-align: center;
    }

    #tab5-window .product-grid-row .product-grid-view.abs {
        display: none;
    }

    .header-cart-section-mobile {
        display: inline-block;
    }

    .free-shipping-countdown .free-shipping-van {
        display: none;
    }

    .free-shipping-countdown > span {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .free-shipping-countdown {
        padding-top: 8px;
        margin-top: 1em;
    }

    .product-top h1, h2#alternative-part-number {
        text-align: center;
    }

    .product-head {
        margin-bottom: 0;
    }

    .productPageManuLogo {
        display: block;
        float: none;
        margin-bottom: 1em;
        text-align: center;
    }

    .productPriceBlock {
        float: none !important;
        width: 156px;
        margin: auto !important;
        margin-top: 1em !important;
    }

    #contact-form label .field-validation-error, .form-indented label .field-validation-error {
        margin: 0;
        text-align: center;
        width: 100%;
    }

    #contact-form label span, .form-indented label span {
        float: none;
        padding-bottom: 6px;
        text-align: left;
        width: 100%;
        font-weight: bold;
        font-size: 12px;
        padding: 0;
        padding-bottom: 8px;
    }

    #contact-form label input, #contact-form label textarea, #contact-form label select,
    .form-indented label input, .form-indented label textarea, .form-indented label select {
        width: 95%;
        margin-bottom: 11px;
        padding: 9px 6px;
    }

    #contact-form label select, .form-indented label select {
        width: 100%;
    }

    #contact-form .form-btn, #contact-form-mode .form-btn {
        margin: 0;
        width: 100%;
    }

    #mobileNavDropdown a {
        color: #00669c;
    }

    .productPriceBlock {
        text-align: center;
    }

    #support_page_text {
        float: none;
        margin-bottom: 1em;
        width: 100%;
    }

    #support-page-image {
        float: none;
        padding: 0;
        width: 100%;
    }

    #info {
        margin-bottom: 1em;
        margin-top: 1em;
        text-align: center;
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em;
    }

    .product-top .product-grid-price-container {
        float: none;
        text-align: center;
    }

    .product_favorite {
        margin: auto;
        display: block;
        width: 155px;
    }

    .form-indented legend {
        display: block;
        font-size: 17px;
        font-weight: bold;
        margin-top: 0;
        padding-top: 2em;
        text-align: center;
        width: 100%;
    }

    .form-indented .form-btn {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #basket-totals .transaction-summary {
        width: 100%;
    }

    #signin_left {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }

    #signin_right h2 {
        text-align: center;
    }

    #signin_right {
        width: 100%;
        display: block;
        float: none;
        margin-top: 2em;
    }

    #chooseaccounttype > div {
        float: none;
        width: 100%;
    }

        #chooseaccounttype > div:first-child {
            margin-bottom: 2em;
        }

    #chooseaccounttype h2 {
        font-size: 14px;
    }

    .user_verification_label {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: bold;
    }

    .user_verification {
        float: none !important;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    #contact-form #recaptcha_area, #contact-form #recaptcha_table, #contact-form #recaptcha_area {
        width: 0 !important;
        margin-left: 0 !important;
    }

    .postal-address {
        text-align: center;
    }

    .shipping-options {
        text-align: left;
    }

    #account_col1, #account_col2 {
        float: none;
        width: 100%;
    }

    #account_col1 {
        margin-bottom: 1em;
    }

    #filter-form label {
        width: 100%;
        margin-right: 0;
        float: none;
        display: block;
        margin-bottom: 1em;
    }

    #filter-form {
        height: auto;
    }

    #myorders-desktop {
        display: none;
    }

    #myorders-mobile {
        display: block;
    }

    p.basket-delivery-btn {
        margin-bottom: 0px;
    }

    #basketTable-mobile .delivery_input {
        margin-left: auto;
        margin-right: auto;
    }

    #favorites_details_mobile, #reorder_form_mobile {
        display: block;
    }

    #favorites_details, #reorder_form {
        display: none;
    }

    #reorder_current_basket {
        left: 8px;
        margin-left: 0;
        margin-top: 0;
        max-width: auto;
        right: 8px;
        top: 8px;
        width: auto;
    }

    #reorder-merge, #reorder-nuke {
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
        padding-bottom: 8px;
    }

    #reorder-buttons {
        text-align: center;
    }

    #delivery-details {
        width: 100%;
    }

        #delivery-details > div {
            display: block;
            margin: 0 0 1em;
            text-align: center;
            width: 100%;
        }

    #order-details {
        float: none;
        margin: 0;
        text-align: center;
        width: 100%;
        margin-bottom: 2em;
    }

    .transaction-summary {
        float: none;
        width: 100%;
    }

    img[alt="Company HQ"] {
        display: block;
        float: none;
        width: 100%;
        max-width: 306px;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    img[alt="Ups"] {
        display: block;
        float: none;
        width: 100%;
        max-width: 414px;
        margin-left: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .estimate_shipping .postcode {
        width: 119px;
    }

    #CountryHandledAnotherSite {
        margin-left: 0;
        text-align: center;
    }

    .fmb_box {
        left: 4px !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        right: 4px !important;
        top: 15px !important;
        width: auto !important;
    }

    #delivery-addresses .delivery-address {
        float: none;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto;
    }

    #change_country_prompt {
        left: 4px !important;
        margin-left: 0 !important;
        right: 4px !important;
        width: auto !important;
        top: 4px;
        margin-top: 0 !important;
    }

    #right_info_bar {
        border-radius: 5px 5px 0 0;
        bottom: 0;
        height: 26px;
        left: 50%;
        margin-left: -58px;
        right: auto;
        top: auto;
        width: 115px;
    }

        #right_info_bar > div {
            float: left;
            margin-left: 5px;
            margin-top: 0;
        }

            #right_info_bar > div:first-child {
                margin-left: 0;
            }

    #lookUpPostcodeBtn {
        text-align: center;
        width: 95%;
    }

    #found_addresses {
        margin-left: 0;
    }

    #found_address_container {
        font-size: 12px;
    }

    #footer_container_sticky {
        margin-top: 2em;
    }

    .productsListPageBlock .product-grid {
        width: 47%;
    }

        .productsListPageBlock .product-grid.r3 {
            margin-left: 0;
        }

        .productsListPageBlock .product-grid.r5 {
            margin-left: 0;
        }

    .user_verification2 {
        padding-left: 0 !important;
    }

    #info_bar_feedback {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 23px;
        margin-bottom: 0;
        text-align: center;
        text-indent: 11px;
        transform: none;
        width: auto;
    }

    #basket-form-mobile .buttons-basket {
        display: block;
        float: none;
        text-align: center;
    }
}

@media screen and (max-width: 528px) {
    .quote-warning, .stock-warning{
        width: 100%;
    }
    .quote-warning .text, .stock-warning .text{
        width: 83%;
    }
    #basket_error_messages{
        margin-bottom: 1em;
    }
    #basket_fav_btn{
        float: none;
        width: 100%;
    }
    #basket-form-mobile .buttons-basket{
        margin-top: 0;
        margin-bottom: 2em;
    }
    #basket-form-mobile .buttons-basket:last-child{
        margin-bottom: 0;
    }
    #basket-form-mobile input[type="submit"]{
        margin-top: 0.5em;
        width: 100%;
        margin-left: 0;
    }
    #basket-form-mobile .continue-shopping{
        float: none;
        width: 100%;
        margin-top: 2em;
    }
    #basket-form-mobile .continue-shopping a{
        text-align: center;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #shipping-container{
        margin-top: 2em;
        width: 100%;
    }
    #shipping-bar{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #shipping-container h3{
        padding-left: 8px;
    }
    #change-country{
        padding-right: 8px;
    }
    #country-text{
        width: 85%;
    }
}

@media screen and (max-width: 411px) {
    #top_email_subscribe .email_input img{
        display: none;
    }
    #top_email_subscribe .email_input{
        margin-left: 0;
    }
    .productsListPageBlock .product-grid{
        padding: 6px;
        width: calc(100% - 11px);
    }
}

@media screen and (max-width: 393px) {
    #footer-nav li{
        width: 50%;
    }
}

@media screen and (max-width: 330px) {
    #manufacturer ul{
        display: block;
        float: none;
        width: 100%;
        padding-right: 0;
    }
}#footer-nav{
    line-height: 20px;
}

/* Small Devices, Tablets */
@media screen and (max-width: 768px) {
    #footer_email_subscribe{
        max-width: 100%;
    }
}.full-length-colour-grey .product-grid .border{
    background: white;
}.form-styled{
	margin-top: 1em;
    margin-bottom: 1em;
}
.form-styled label {
	margin-bottom: 0.5em;
	display: block;
}
.form-styled label span {
	display: block;
	margin-bottom: 6px;
}
.form-styled label input[type="text"], .form-styled label input[type="number"], .form-styled label input[type="email"], .form-styled label input[type="password"], 
.form-styled input[type="text"], .form-styled input[type="number"], .form-styled input[type="email"], .form-styled input[type="password"], 
.form-styled label select, .form-styled label textarea{
	width: 100%;
	height: 36px;
	padding: 0 8px;
	box-sizing: border-box;
}
.form-styled label textarea {
	min-height: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.form-styled .form-btn {
	width: 100%;
	height: 36px;
	margin-top: 1em;
    border-radius: 0;
}
.form-styled legend {
	font-weight: bold;
	padding: 0;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 11px;
}
.form-styled label + legend{
    margin-top: 2em;
}feefowidget-container-floating-service{
    z-index: 9;
}.carousel .carousel-control.left, .carousel .carousel-control.right {
    background: none !important;
    visibility: hidden;
}
.carousel:hover .carousel-control.left, .carousel:hover .carousel-control.right {
    visibility: visible;
}



.carousel .carousel-indicators{
    visibility: hidden;
}
.carousel:hover .carousel-indicators{
    visibility: visible;
}


.carousel-control {
    width: 5%;
    bottom: 30%;
    top: 30%;
}.btn {
    border-radius: 0;
    min-height: 36px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: inherit;
}

button {
    box-shadow: none !important;
}

.btn-primary {
    background: #00669c;
}.flag_sprite {
    width: 22px;
    height: 22px;
    display: block;
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/antarctica.png') no-repeat;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.flag_sprite.asia {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/asia.png') no-repeat;
}

.flag_sprite.asia2 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/asia2.png') no-repeat;
}

.flag_sprite.asia3 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/asia3.png') no-repeat;
}

.flag_sprite.oceania1 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/oceania1.png') no-repeat;
}

.flag_sprite.oceania2 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/oceania2.png') no-repeat;
}

.flag_sprite.oceania3 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/oceania3.png') no-repeat;
}

.flag_sprite.africa1 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/africa1.png') no-repeat;
}

.flag_sprite.africa2 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/africa2.png') no-repeat;
}

.flag_sprite.africa3 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/africa3.png') no-repeat;
}

.flag_sprite.europe1 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/europe1.png') no-repeat;
}

.flag_sprite.europe2 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/europe2.png') no-repeat;
}

.flag_sprite.europe3 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/europe3.png') no-repeat;
}

.flag_sprite.northamerica1 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/northamerica1.png') no-repeat;
}

.flag_sprite.northamerica2 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/northamerica2.png') no-repeat;
}

.flag_sprite.northamerica3 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/northamerica3.png') no-repeat;
}

.flag_sprite.southamerica1 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/southamerica1.png') no-repeat;
}

.flag_sprite.southamerica2 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/southamerica2.png') no-repeat;
}

.flag_sprite.southamerica3 {
    background: url('https://images.kempstoncontrols.com/library/images/flag_sprites/southamerica3.png') no-repeat;
}

.flag_sprite.serbia {
    background: url('https://www.kempstoncontrols.co.uk/library/images/flags/RS.png') no-repeat scroll 0 0 / contain;
}

.flag_sprite.montenegro {
    background: rgba(0, 0, 0, 0) url("https://www.kempstoncontrols.co.uk/library/images/flags/ME.png") no-repeat scroll 0 0 / contain;
}
.sidebar {

}

.sidebar .widget {
    margin-bottom: 1em;
}

.sidebar .widget .widget-title {
    padding: 10px;
    display: block;
    background: #00669C;
    color: white;
    margin-top: 0;
}

.sidebar .widget .widget-content {
    padding: 0;
    border: 1px solid #00669C;
    padding: 10px;
    margin-top: -11px;
}

.sidebar .widget .widget-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget .widget-content li a {
    display: block;
    padding: 3px 0;
}





#widget_manu_list {
    overflow: hidden;
    max-height: 339px;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

#widget_manu_show_more {
    color: #23527c;
    cursor: pointer;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

#widget_manu_show_more:hover {
    text-decoration: underline;
}:root {
  --primary: #00669c;
}

body.print {
  font-size: 12px;
  font-family: "Arimo", arial, serif;
}

body.print table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid black;
}

body.print td,
body.print th {
  border: 1px solid black;
  vertical-align: top;
}

body.print th {
  background-color: #ccc;
}

body.print p,
body.print h1,
body.print h2,
body.print h3,
body.print h4,
body.print h5,
body.print h6 {
  padding: 1pt;
  margin: 1pt;
}

@media print {
  body.print .no-print {
    display: none;
  }
}

body.print #footer {
  font-size: 8pt;
}

body.print tr.basket-total td {
  border-bottom: 0px;
  border-top: 0px;
  border-left: 0px;
  padding: 3px;
}

body.print table.summary tr td,
body.print table.summary {
  border: 0px;
}

body.print table.summary {
  margin-bottom: 10px;
}

body.print .bold {
  font-weight: bold;
}

body.print #header-country-selection-container {
  display: none;
}

body.print #print_website_url {
  float: right;
}

body.print #header-contact {
  float: left;
  font-size: 14px;
  margin-left: 90px;
  padding-top: 7px;
}

body.print #print_website_url {
  float: right;
  font-size: 18px;
  margin-right: 55px;
  margin-top: 14px;
}

body.print #content {
  margin: 0;
  padding: 0;
}

body.print #quoteinvoice_notes {
  float: left;
  margin-top: 1em;
  color: #666666;
  font-family: "Tahoma", "sans-serif";
  font-size: 8.5pt;
}

body.print #quoteinvoice_payment_details table,
body.print #quoteinvoice_payment_details table td {
  border: none;
}

body.print #footer_container_print {
  line-height: 1.5em;
}

body.print .footer-pad.line {
  display: block;
}

body.print .desc-cell p {
  margin-top: 1em;
  margin-bottom: 0;
}

body.print #footer-copyright {
  text-align: center;
}

body.print #header-logo {
  position: inherit;
}

#stageDevelopmentBanner {
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  padding: 3px 0;
}

.headerCalltoAction {
  background: #d9edf7;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bce8f1;
}

.headerCalltoAction i {
  font-size: 34px;
  display: inline-block;
}

.headerCalltoAction small {
  font-size: 10px;
  display: block;
  font-style: italic;
}

.headerCalltoAction a:hover {
  text-decoration: none;
}

.headerCalltoAction a div {
  font-size: 12px;
  display: inline-block;
  margin-left: 12px;
}

#nav-section .navItem-ChangeCountry {
  background: #1685bc;
  float: right;
  color: white;
  padding: 7px 15px 9px 15px;
  cursor: pointer;
}

#nav-section .navItem-ChangeCountry > img {
  width: 22px;
  margin-top: -1px;
  float: right;
  margin-left: 1em;
}

#nav-section .navItem-ChangeCountry .changeCountryPopout img {
  width: 22px;
  margin-top: -1px;
  margin-right: 5px;
}

#nav-section .navItem-ChangeCountry:hover,
#nav-section .navItem-ChangeCountry.active {
  background: #000031;
}

#nav-section .navItem-ChangeCountry:hover .changeCountryPopout,
#nav-section .navItem-ChangeCountry.active .changeCountryPopout {
  display: block;
}

#mobileNavBurger {
  margin-top: -15px;
  cursor: pointer;
  text-align: right;
}

#mobileNavBurger i {
  font-size: 27px;
}

#mobileMenuSlideoutContent ul,
#mobileMenuSlideoutContent li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobileMenuSlideoutContent li {
  text-transform: uppercase;
}

#mobileMenuSlideoutContent li ul.child {
  margin-left: 1.5em;
}

#mobileMenuSlideoutContent li a {
  display: block;
  padding: 6px;
}

#mobileMenuSlideoutContent .navItem-ChangeCountry {
  position: relative;
  margin-top: 2em;
  width: 100%;
  padding-right: 15px;
}

#mobileMenuSlideoutContent .navItem-ChangeCountry {
  position: relative;
  margin-top: 2em;
  width: 100%;
  padding-right: 15px;
}

#mobileMenuSlideoutContent .navItem-ChangeCountry img {
  position: absolute;
  right: 12px;
}

.search-input-span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -5px;
  width: 42px;
  cursor: pointer;
  z-index: 99;
}

#nav #nav-products-categories ul {
  display: inherit;
}

#nav #nav-products-categories > .child {
  position: absolute;
  top: 0;
  background: #f00;
  z-index: 9999;
  left: 0;
  right: 0;
  height: auto;
}

#nav #nav-products-categories.active {
  background: #000031;
  position: relative;
  z-index: 999;
}

#categories-menu-background {
  position: absolute;
  left: -100vw;
  right: -100vw;
  top: -100vw;
  bottom: -100vw;
  background: black;
  opacity: 0.4;
}

#categories-menu {
  display: none;
  top: 161px;
  position: absolute;
  z-index: 99;
}

#categories-menu .center-container {
  background: #fff;
  border: 3px solid #00669c;
  border-top: none;
  overflow: inherit;
}

#categories-menu .container {
  padding-left: 0;
  padding-right: 0;
}

#categories-menu ul {
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  list-style: none;
}

#categories-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#categories-menu li a {
  padding: 7px;
  background: white;
  display: block;
  font-size: 12px;
}

#categories-menu li > ul {
  position: absolute;
  top: -5px;
  left: 100%;
  z-index: 99999;
  display: none;
  border: 3px solid #00669c;
  min-width: 260px;
  list-style: none;
}

#categories-menu li > ul a {
  white-space: nowrap;
}

#categories-menu ul > li:hover > a {
  background: #00669c;
  text-decoration: none;
  color: white;
  position: relative;
}

#categories-menu li a:visited,
#categories-menu li a:visited,
#categories-menu li a:active,
#categories-menu li a:active,
#categories-menu li a:link,
#categories-menu li a:link {
  text-decoration: none !important;
}

#categories-menu ul.group-picker > li > a:after,
#categories-menu ul.group-picker > li > a:after {
  font-family: "Font Awesome 5 Free";
  content: "\F061";
  margin-left: 12px;
  color: white;
  float: right;
  font-weight: bold;
}

#header-search {
  margin-top: -13px;
}

.search-form label::after {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: 5px;
  color: grey;
  font-size: 16px;
}

.ui-widget.ui-autocomplete {
  padding: 0 !important;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.ui-widget.ui-autocomplete .ui-menu-item {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.2em;
  line-height: 1.5;
  width: 100%;
}

.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  display: block;
  padding: 0 1em 0 0.4em;
}

.ui-widget.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #aaa;
  font-weight: normal;
  color: #212121;
  background: none;
  text-decoration: none;
}

.changeCountryPopout {
  position: absolute;
  z-index: 9999;
  padding-top: 9px;
  background: none;
  display: none;
  cursor: inherit;
}

.changeCountryPopout .center-container {
  background: white;
  border: 3px solid #00669C;
  border-top: none;
}

.changeCountryPopout ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.changeCountryPopout ul li a {
  padding: 0 !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  text-transform: initial;
  color: #00669c !important;
}

.changeCountryPopout ul.group-picker li,
.changeCountryPopout ul.group-picker li a {
  text-decoration: none !important;
}

.changeCountryPopout ul.group-picker li.active,
.changeCountryPopout ul.group-picker li.active a {
  background: #CCCCCC !important;
}

.changeCountryPopout ul li:hover,
.changeCountryPopout ul li a:hover,
.changeCountryPopout .group ul li.active a {
  background: white !important;
  text-decoration: underline !important;
}

.changeCountryPopout ul.group-picker li {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 6px;
}

@media screen and (max-width: 1200px) {
  .changeCountryPopout {
    left: 0;
    right: 0;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .changeCountryPopout {
    top: -4px !important;
    left: 12px !important;
    width: auto !important;
    right: 12px !important;
    z-index: 999999;
  }

  .changeCountryPopout .groups .group > div:nth-child(odd) {
    clear: left;
  }

  .changeCountryPopout .groups .group > div ul {
    margin: 0;
  }

  .changeCountryPopout .groups .group > div ul li {
    padding: 5px 0;
  }

  .changeCountryPopout .container {
    padding-bottom: 1em;
  }
}

.header-icon-area {
  font-size: 11px;
  flex-direction: column;
}

.header-icon-area i {
  color: #00669C;
  font-size: 34px;
}

.header-icon-area .header-icons-text {
  color: #00669C;
  padding-top: 4px;
  display: block;
}

.header-icon-area .badge {
  top: -15px;
  font-size: 10px;
  right: 15px;
  background-color: #468847;
}

.header-icon-area p {
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  .header-icon-area i {
    font-size: 18px;
  }

  .header-icon-area {
    font-size: 11px;
  }

  .header-icon-area .badge {
    top: -11px;
    right: 50%;
    margin-right: -10px;
  }
}

header {
  position: relative;
}

@media screen and (max-width: 990px) {
  header {
    padding-top: 58px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 34px;
  }
}

@media screen and (max-width: 990px) {
  #header-buttons {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  #header-logo .slidedown {
    max-width: 40px;
  }

  #header-logo img.last {
    margin-left: 49px;
    margin-top: 0px;
    width: 80px;
  }
}

#headerBackground {
  background: url("//images.kempstoncontrols.com/library/images/background.png") repeat scroll 0 0 white;
  left: -15px;
  right: -15px;
  top: 0;
  bottom: 0;
  position: absolute;
}

#footerLogos {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

#footerLogos.normal {
  margin: 0 auto;
  padding-bottom: 1.4em;
  padding-top: 2em;
  width: 100%;
  max-width: 920px;
}

#footerLogos ul,
#footerLogos li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footerLogos img {
  height: auto;
  width: 100%;
  max-width: 140px;
}

#footerLogos ul {
  display: inline-block;
  height: 66px;
  overflow: hidden;
}

#logos_container {
  background: none repeat scroll 0 0 #fff;
  border-top: 5px solid #00669c;
  margin-top: 2em;
  padding-top: 2em;
}

.breadcrumbs {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-style: italic;
}

.breadcrumbs ol li {
  display: inline;
}

body.modal-open {
  padding-right: 0 !important;
}

#liveChatModal {
  padding-right: 0 !important;
}

#liveChatModal .col-content:last-child {
  font-weight: bold;
  margin-bottom: 0 !important;
  font-size: 12px;
}

#liveChatModal .col-content + .col-content {
  position: relative;
}

#liveChatModal .col-content + .col-content:before {
  border-top: 1px solid gray;
  content: " ";
  display: block;
  max-width: 316px;
  width: 100%;
  background: none;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  position: relative;
  margin: 1em auto 2em;
}

#liveChatModal .col-content + .col-content.col2-content:after {
  content: "or";
  background: white;
  position: absolute;
  top: -7px;
  left: calc(50% - 22px);
  font-weight: bold;
  font-size: 24px;
  color: gray;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

#liveChatModal .modal-dialog {
  max-width: 490px;
}

#liveChatModal .modal-dialog h2 {
  color: gray;
  margin-bottom: 1.5em;
}

#liveChatModal .modal-dialog .modal-body h3 {
  font-weight: bold;
  font-size: 28px;
  color: gray;
  letter-spacing: 1px;
}

#liveChatModal .modal-dialog .modal-body p {
  color: gray;
  font-weight: bold;
  margin-bottom: 1em;
}

#liveChatModal .modal-dialog .modal-body .close {
  position: absolute;
  top: 0;
  right: 4px;
}

#liveChatModal .modal-dialog .modal-body .col-content {
  margin-bottom: 1em;
}

#liveChatModal .modal-dialog .modal-body .col-content i {
  font-size: 60px;
  color: #00669c;
}

#liveChatModal .modal-dialog .modal-body .col-content.smaller-content h3 {
  font-size: 20px;
}

#liveChatModal .modal-dialog .modal-body .col-content.smaller-content p {
  font-size: 12px;
}

#liveChatWidget .widget {
  position: fixed;
  z-index: 600;
  width: 200px;
  padding: 18px 0;
  text-align: center;
  background: #00669c;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 7px;
  bottom: 14px;
  right: 14px;
  cursor: pointer;
  display: none;
}

#liveChatWidget .widget:hover {
  opacity: 0.7;
}

#liveChatWidget .window {
  position: fixed;
  padding: 14px;
  right: 14px;
  bottom: 25px;
  min-width: 315px;
  color: #fff;
  border-radius: 14px;
  display: none;
  z-index: 600;
  background: none;
}

#liveChatWidget .window .active {
  display: none !important;
}

#liveChatWidget .window iframe {
  width: 100%;
  height: 368px;
  border-radius: 6px;
  border: 7px solid #00669c;
}

#liveChatWidget .window .close {
  position: absolute;
  top: -16px;
  right: -10px;
  opacity: 1;
  background: white;
  border-radius: 100%;
  padding: 9px;
}

#liveChatWidget .window .close i {
  color: black;
  opacity: 1;
  font-size: 36px;
  text-shadow: none;
}

#liveChatWidget .talkToUs {
  position: fixed;
  bottom: 81px;
  background: white;
  border: 4px solid #00669c;
  padding: 21px;
  font-size: 18px;
  border-radius: 15px;
  width: 275px;
  right: 15px;
  text-align: center;
  display: none;
  z-index: 99;
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  #liveChatWidget .widget {
    width: 52px;
  }

  #liveChatWidget .widget span {
    display: none;
  }

  #liveChatWidget .window {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 1300px) {
  #liveChatWidget .widget {
    width: 52px;
  }

  #liveChatWidget .widget span {
    display: none;
  }

  #liveChatWidget .window {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

.featuredProductGrid > .col-lg-12 > .row {
  display: flex;
  flex-wrap: wrap;
  /* Small Devices, Tablets */
}

@media screen and (max-width: 768px) {
  .featuredProductGrid > .col-lg-12 > .row {
    display: inherit;
  }
}

.featuredProductGrid > .col-lg-12 > .row .break {
  display: none;
  flex-basis: 100%;
  height: 0;
  /* Small Devices, Tablets */
}

@media screen and (max-width: 1200px) {
  .featuredProductGrid > .col-lg-12 > .row .break {
    display: inherit;
  }
}

.featuredProductGrid > .col-lg-12 > .row .product-grid .border .product-grid-name {
  height: 13px;
  overflow: hidden;
}

.featuredProductGrid > .col-lg-12 > .row .product-grid .border .product-grid-desc {
  height: 49px;
  overflow: hidden;
}

.featuredProductGrid > .col-lg-12 > .row .product-grid .border .product-grid-price {
  padding-top: 7px;
}

.featuredProductGrid > .col-lg-12 > .row .product-grid .border .product-grid-view a {
  display: block;
}

.stock {
  color: green;
  font-weight: 700;
  margin-bottom: 1em;
}

.stock a {
  text-decoration: underline;
  color: inherit;
}

.stock.none {
  color: #00669c;
}

.stock.backorderMaybe {
  color: orange;
}

.stock.backorder {
  color: orange;
}

.productStockContainer {
  text-align: center;
}

.productStockContainer .stockDispatchMsg {
  color: green;
  margin: -1em 0 1em;
}

.productStockContainer .stockAlternatives {
  color: darkgray;
}

.productStockContainer .stockAlternatives .message {
  font-size: 11px;
}

.productStockContainer .stockAlternatives .stock {
  color: #00669c;
}

.productStockContainer .stockDue {
  width: auto;
}

.productStockContainer .stockDue h4 {
  font-size: 12px;
}

.productStockContainer .stockDue ul {
  list-style: none;
  padding: 0;
}

body.page-product .productImageContainer .mainImageContainer {
  position: relative;
}

body.page-product .productImageContainer .mainImageContainer .mainImage {
  height: 270px;
  overflow: hidden;
}

body.page-product .productImageContainer .mainImageContainer .mainImage a {
  cursor: inherit;
}

body.page-product .productImageContainer .mainImageContainer .mainImage img {
  height: 100%;
  width: auto;
  margin: auto;
}

body.page-product .productImageContainer .mainImageContainer .productLightbox {
  position: absolute;
  bottom: 10px;
  right: 8px;
  border: 1px solid black;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  z-index: 99;
  /* Extra Small Devices, Phones */
}

@media only screen and (max-width: 480px) {
  body.page-product .productImageContainer .mainImageContainer .productLightbox {
    display: none;
  }
}

body.page-product .productImageContainer .mainImageContainer .productLightbox i {
  font-size: 28px;
}

body.page-product .productImageContainer .mainImageContainer .productLightbox:hover {
  background: #00669c;
  color: white;
}

body.page-product .productImageContainer .thumbnails {
  list-style: none;
  border-top: 1px solid;
  padding: 7px 0 0;
  margin: 0;
}

body.page-product .productImageContainer .thumbnails a {
  border: white solid 2px;
  cursor: pointer;
  display: block;
}

body.page-product .productImageContainer .thumbnails a:hover,
body.page-product .productImageContainer .thumbnails a.active {
  border-color: #00669c;
}

body.page-product .productImageContainer .thumbnails li {
  display: inline-block;
  max-width: 13%;
  overflow: hidden;
  text-align: center;
}

body.page-product .productImageContainer .thumbnails li .productLightboxOrbit,
body.page-product .productImageContainer .thumbnails li .productLightboxVideo {
  background: lightgrey;
  color: #00669c;
  text-align: center;
  line-height: 35px;
  font-weight: bold;
  position: relative;
}

body.page-product .productImageContainer .thumbnails li .productLightboxOrbit img,
body.page-product .productImageContainer .thumbnails li .productLightboxVideo img {
  visibility: hidden;
}

body.page-product .productImageContainer .thumbnails li .productLightboxOrbit span,
body.page-product .productImageContainer .thumbnails li .productLightboxVideo span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -19px;
}

body.page-product .productImageContainer .thumbnails li .productLightboxOrbit:hover,
body.page-product .productImageContainer .thumbnails li .productLightboxVideo:hover {
  text-decoration: none;
}

body.page-product .orbitvu-container .ovvdialog:not(.initial) .orbitvu-viewer-infobox {
  position: relative;
}

body.page-product .orbitvu-container .ovvdialog:not(.initial) .orbitvu-viewer-infobox p {
  display: none;
}

body.page-product .orbitvu-container .ovvdialog:not(.initial) .orbitvu-viewer-infobox:before {
  content: " ";
  width: 44px;
  height: 43px;
  top: 0;
  left: calc(50% - 21px);
  background: #009bb0;
  position: absolute;
  z-index: 999;
}

body.page-product .orbitvu-container .ovvdialog:not(.initial) .orbitvu-viewer-infobox:after {
  content: " ";
  width: 100%;
  height: 15px;
  top: 29px;
  left: 0;
  background: white;
  position: absolute;
  z-index: 999;
}

body.page-product .propertiesTable .table_row {
  border-bottom: 1px solid #00669c;
  padding-bottom: 5px;
  padding-top: 5px;
}

body.page-product .propertiesTable .table_row:hover {
  background: #efefef;
}

body.page-product .propertiesTable .table_row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

body.page-product .propertiesTable .table_cell {
  width: 73%;
}

body.page-product .propertiesTable .cell_bold {
  width: 25%;
}

body.page-product #tab-window {
  border: 1px solid #ddd;
  background: white;
}

body.page-product #tab2 .pdf {
  display: none;
}

body.page-product #tabs li {
  padding: 10px 35px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #efefef;
  border-radius: 0;
  color: #00669c;
  border: 1px solid #efefef;
  margin-bottom: -1px;
  margin-right: 2px;
}

body.page-product #tabs li.active {
  background: #fff;
  color: #00669c;
  border: 1px solid #ddd;
  border-top: 4px solid #00669c;
  padding-top: 7px;
}

body.page-product .product-description {
  text-align: left;
}

body.page-product .product .product-grid-price input.product-qtd-field {
  text-align: center;
  width: 50%;
  margin: 0;
}

body.page-product .product .product-grid-price .product-qty-label {
  display: block;
  margin-bottom: 6px;
}

body.page-product .alert.free-shipping-countdown {
  margin-bottom: 1em;
}

body.page-product .product .product-grid-price p {
  margin-bottom: 0.5em;
}

body.page-product .product .product-grid-price .spacing-bottom {
  margin-bottom: 0.5em;
}

body.page-product #productCompare {
  display: none;
}

body.page-product #productCompare .row.row-eq-height {
  justify-content: center;
}

body.page-product #productCompare .close {
  color: #fff;
  position: absolute;
  z-index: 9999;
  right: -32px;
  top: -15px;
  opacity: 0.5;
}

body.page-product #productCompare .close .fa {
  color: white;
  font-size: 42px;
}

body.page-product #productCompare .blackout {
  background: black;
  opacity: 0.5;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}

body.page-product #productCompare .container {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 3em;
}

body.page-product #productCompare .container .icon-container p {
  text-align: center;
}

body.page-product #productCompare .container .icon-container p:last-child {
  margin-bottom: 0;
}

body.page-product #productCompare .container .icon-container .fa {
  color: #cecece;
  font-size: 34px;
}

body.page-product #productCompare .container .icon-container div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

body.page-product #productCompare h2.h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: 0px 0px black;
}

body.page-product #productCompare .product-container {
  margin-bottom: 2.4em;
}

body.page-product .product-container .buttons-container {
  text-align: center;
  position: absolute;
  bottom: -17px;
  left: 15px;
  right: 15px;
}

body.page-product #productCompare .compared-products .stock {
  margin-top: -6px;
}

body.page-product .product-container {
  background: white;
}

body.page-product .product-container .img {
  max-width: 170px;
  margin: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

body.page-product .product-container .buttons-container {
  margin-bottom: 1em;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -36px;
}

body.page-product .product-container h3 {
  font-size: 15px;
  letter-spacing: 1px;
}

body.page-product .product-container .alternative-part-number {
  display: block;
}

body.page-product .product-container .price {
  color: #00669c;
  font-size: 1.2em;
}

body.page-product .compare-content {
  margin-top: 6px;
  margin-bottom: 2em;
}

body.page-product .compare-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-product .compare-content ul li + li {
  border-top: 1px solid #e3e3e3;
  padding-top: 5px;
  margin-top: 5px;
}

body.page-product #variationDropdown {
  border-radius: 0;
  height: 36px;
  width: 50%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  body.page-product .product-container h2 {
    padding-top: 1em;
  }

  body.page-product .product-container .buttons-container {
    padding-bottom: 1em;
  }

  body.page-product #productCompare .row-eq-height {
    display: block;
  }

  body.page-product #productCompare .close {
    right: 0;
  }

  body.page-product #productCompare .container {
    position: absolute;
  }
}

@media screen and (max-width: 500px) {
  body.page-product #productCompare .container {
    left: 10px;
    right: 10px;
  }
}

body.page-basket #basketPostcodeModal {
  z-index: 99;
  display: none;
}

body.page-basket #basketPostcodeModal .blackout {
  background: black none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

body.page-basket #basketPostcodeModal .popup {
  background: white none repeat scroll 0 0;
  left: 50%;
  margin-left: -179px;
  padding: 20px;
  position: fixed;
  text-align: center;
  top: 20px;
  width: 358px;
  z-index: 999;
}

body.page-basket #basketPostcodeModal .popup h2 {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: bold;
}

body.page-basket #basketPostcodeModal .popup h2 a {
  display: block;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
  margin-top: 3px;
}

body.page-basket #basketPostcodeModal .popup p.message {
  font-size: 11px;
  font-style: italic;
  margin-bottom: 0;
}

body.page-basket #basketPostcodeModal .popup .skip {
  text-align: center;
  position: absolute;
  right: 4px;
  font-size: 17px;
  top: -16px;
}

body.page-basket #basketPostcodeModal .popup .skip a {
  color: black;
}

body.page-basket #basket-shipping-selection-radio input {
  height: auto;
  width: auto;
}

body.page-basket #basket-shipping-selection-radio label {
  display: inline-block;
  margin-bottom: 0;
}

body.page-basket .basket-delivery-btn span.delivery-container {
  margin-left: 1em;
}

body.page-basket .delivery_remove {
  margin-top: 12px;
}

body.page-basket #shipping-container {
  opacity: 1;
}

body.page-basket #change-country {
  margin-top: 4px;
}

body.page-basket #btnChangeCountry,
body.page-basket #btnChangePostcode {
  color: white;
  font-size: 10px;
}

body.page-basket .basket .astrix {
  margin-top: 1em;
}

body.page-basket .basket h2.basket-upsells {
  background: #00669c;
  color: #fff;
  padding: 11px;
  font-size: 16px;
}

body.page-basket .basket .product-grid-image {
  margin-bottom: 0;
}

body.page-basket .basket .product-grid-name {
  margin-bottom: 0;
}

body.page-basket .basket .product-grid-price {
  font-size: 12px;
  color: #848484;
  margin-bottom: 4px;
  left: 0;
  right: 0;
  margin-top: 3px;
  bottom: 49px;
}

body.page-basket .basket .product-grid-image img {
  max-width: 85px;
}

body.page-basket .basket .no-view-button .product-grid-price {
  bottom: 20px;
}

body.page-basket .basket .no-view-button .product-grid-view {
  bottom: 4px;
}

@media screen and (max-width: 500px) {
  body.page-basket .basketPage .astrix {
    margin-top: 1em;
  }

  body.page-basket .basketPage .buttons-basket {
    text-align: center;
  }

  body.page-basket .basketPage .buttons-basket > div:nth-child(3) {
    clear: right;
  }

  body.page-basket .basketPage .buttons-basket > div:nth-child(4) {
    margin-left: 0 !important;
    margin-top: 1em;
  }

  body.page-basket .basketPage #Comment {
    width: 100%;
  }

  body.page-basket .basketPage #basketTable {
    border: none;
  }

  body.page-basket .basketPage #basketTable::before {
    content: "Basket";
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  body.page-basket .basketPage #basketTable tr:nth-child(1) {
    display: none;
  }

  body.page-basket .basketPage #basketTable tr {
    display: block;
    text-align: center;
    margin-bottom: 2em;
    border-top: 4px solid #00669C;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }

  body.page-basket .basketPage #basketTable td {
    display: block;
    border: none;
  }

  body.page-basket .basketPage .qtd-cell,
  body.page-basket #btnGeneralComment {
    width: 100%;
  }
}

body.page-signin .icon-area {
  text-align: center;
}

body.page-signin .icon-area i {
  color: #00669C;
  font-size: 40px;
}

body.page-signin .icon-area p {
  margin-top: 0.5em;
}

body.page-account #my-account-marketing-preferences-p {
  margin-top: -6px;
}

body.page-account #marketingPreferencesBlock.loading .spinner {
  display: block !important;
  margin: inherit;
  text-align: inherit;
}

body.page-account #marketingPreferencesBlock.loading .content {
  display: none;
}

body.page-checkout label {
  position: relative;
}

body.page-checkout label .tool-tip {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

body.page-checkout p {
  margin-top: 0;
  margin-bottom: 1em;
}

body.page-checkout a.button {
  margin-bottom: 0.5em;
}

body.page-checkout #content h2 {
  margin-top: 0;
}

body.page-checkout #basket-brief {
  float: right;
  margin: 0 0 10px 10px;
  width: 260px;
}

body.page-checkout #basket-brief h2 {
  margin: 0;
  font-size: 15px;
}

body.page-checkout #basket-brief p {
  text-align: right;
}

body.page-checkout #basket-brief .sub-total-price span {
  font-weight: bold;
}

body.page-checkout #basket-brief .price-item {
  float: right;
}

body.page-checkout #request-quote-message {
  margin-bottom: 1em;
}

body.page-checkout #request-quote-message,
body.page-checkout #request-order-message,
body.page-checkout #invalid-basket {
  width: 410px;
}

body.page-checkout #request-quote-message,
body.page-checkout #invalid-basket,
body.page-checkout #basket-brief,
body.page-checkout #request-order-message {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 5px;
}

body.page-checkout #continue-guest {
  float: left;
  width: 39%;
}

body.page-checkout #continue-or {
  float: left;
  font-size: 22px;
  padding: 9% 11% 9% 7%;
  width: 4%;
}

body.page-checkout #continue-signin {
  float: left;
  width: 39%;
}

body.page-checkout #checkout-login-form span {
  width: 126px;
}

body.page-checkout #checkout-login-form span.field-validation-error {
  margin-left: 137px;
  width: auto;
}

body.page-checkout #checkout-login-form .form-btn,
body.page-checkout .forgotpassword {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.page-checkout .forgotpassword {
  margin-top: 0.5em;
}

body.page-checkout .tool-tip {
  background: url("//images.kempstoncontrols.com/library/images/icon-tip.png") no-repeat scroll center center transparent;
  cursor: pointer;
  display: block;
  float: left;
  height: 25px;
  margin: -3px 0 0 10px;
  position: relative;
  text-align: left;
  width: 25px;
}

body.page-checkout .tool-tip p {
  left: 30px;
  position: absolute;
  width: 300px;
  display: none;
}

body.page-checkout .tool-tip:hover p {
  display: inline;
}

body.page-checkout .shipping-options,
body.page-checkout .shipping-options td,
body.page-checkout .basket-total td {
  border: none;
}

body.page-checkout .basket-table {
  margin-top: 1em;
}

body.page-checkout #place-order-form {
  float: right;
  padding-top: 10px;
  text-align: right;
}

body.page-checkout #billingaddress {
  float: left;
  width: 45%;
}

body.page-checkout #pleasecontact {
  margin-top: 1em;
}

body.page-checkout .delivery-address input {
  float: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

body.page-checkout .addrees-buttons {
  display: block;
  text-align: center;
}

body.page-checkout .addrees-buttons input {
  display: inline;
}

body.page-checkout #center-container {
  margin: 0 auto;
}

body.page-checkout #CountryHandledAnotherSite {
  margin-bottom: 1em;
  color: red;
  display: none;
}

body.page-checkout .basket-table-mobile {
  display: none;
}

body.page-checkout .basket-table-mobile .title {
  background: #00669c none repeat scroll 0 0;
  color: white;
  padding: 10px 0 10px 5px;
  text-shadow: 1px 1px #000;
}

body.page-checkout .basket-table-mobile .item {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 5px 4px;
}

body.page-checkout .basket-table-mobile .item div span {
  font-weight: bold;
}

body.page-checkout .checkoutConfirmation .modal .ChangeAddressModelAddresses {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

body.page-checkout #paymentFrame {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body.page-checkout #shippingSelectorForm label {
  margin-bottom: 0;
}

body.page-checkout #shippingSelectorForm .estimated {
  padding-top: 0;
}

@media screen and (max-width: 510px) {
  body.page-checkout #paymentFrame {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  body.page-checkout body.responsive #continue-guest {
    display: block;
    float: none;
    width: 100%;
  }

  body.page-checkout body.responsive #continue-or {
    display: block;
    float: none;
    padding: 21px 0;
    text-align: center;
    width: 100%;
  }

  body.page-checkout body.responsive #continue-signin {
    float: none;
    width: 100%;
  }

  body.page-checkout body.responsive #content h2 {
    font-size: 20px;
  }

  body.page-checkout body.responsive #continue_without_registering {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  body.page-checkout body.responsive #checkout-login-form label span {
    float: none;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 8px;
    text-align: left;
    width: 100%;
  }

  body.page-checkout body.responsive #checkout-login-form label input {
    border-radius: 3px;
    margin-bottom: 11px;
    padding: 9px 6px;
    width: 95.4%;
  }

  body.page-checkout body.responsive #checkout-login-form fieldset > input {
    width: 100%;
  }

  body.page-checkout body.responsive #checkout-login-form label[for=Persist] span {
    float: left;
    width: auto;
  }

  body.page-checkout body.responsive #checkout-login-form label[for=Persist] input {
    float: left;
    width: auto;
  }

  body.page-checkout body.responsive #checkout-billing-form label .tool-tip {
    display: none;
  }

  body.page-checkout body.responsive #basket-totals {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }

  body.page-checkout body.responsive #checkout-shipping {
    margin-top: 0;
    width: 100%;
  }

  body.page-checkout body.responsive #place-order-form {
    text-align: center;
    width: 100%;
  }

  body.page-checkout body.responsive #place-order-form .form-btn {
    float: none;
    width: 100%;
  }

  body.page-checkout body.responsive #country_ultimate_message {
    text-align: center;
    width: 100%;
  }

  body.page-checkout body.responsive #checkout-shipping h2 {
    font-size: 12px !important;
  }

  body.page-checkout body.responsive #place-order-form input,
  body.page-checkout body.responsive #place-order-form select {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
  }

  body.page-checkout body.responsive .basket-table-mobile {
    display: block;
  }

  body.page-checkout body.responsive .basket-table {
    display: none;
  }

  body.page-checkout body.responsive #billingaddress,
  body.page-checkout #deliveryaddress {
    display: block;
    float: none;
    width: auto;
  }

  body.page-checkout body.responsive #billingaddress {
    margin-bottom: 1em;
  }
}

body.page-homepage .homepage-categories-menu .sidebar .widget .widget-content {
  padding: 3px 9px;
  margin-bottom: 0;
}

body.page-homepage .homepage-categories-menu .sidebar .widget .widget-content li a {
  font-size: 13px;
  padding: 2px 0;
}

body.page-homepage .homepage-categories-menu .sidebar .widget .widget-title {
  margin-top: 15px;
}

body.page-homepage #homeFuse {
  padding: 17px;
}

body.page-homepage #homepageText {
  letter-spacing: 1px;
  text-align: justify;
}

body.page-homepage h1 {
  margin-top: 18px;
  font-size: 16px;
}

