/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1em; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/* This file contains all default styles. */
/**
 * Contents:
 * 
 * HTML and Body
 * Fonts
 * General Elements
 * Home lookup Tables
 * 404 Message
 * Login page
 * Search Bar
 * Header
 * Content Wrapper
 * Cookies
 * About Us
 * Navigation Bar
 * Title Logo
 * Site Logo
 * Menu
 * Footer
 * Home and Page Slider
 * Meet the Team
 * Featured Links
 * Support Page
 * Downloads
 * Product Header
 * Product Filter
 * Filter Header
 * Product Filter Container
 * Filter Row
 * Catalogue
 * Product Container Small
 * Product Flex Container Small
 * Cat Img Holder
 * Product Info Container
 * Product Details
 * Contact Page
 * Article
 * News
 * Header Title
 * Product Info Holder
 * Fadeout
 * Product Container Large
 * Vehicle Information
 * Quality Assurance
 * Orders
 * Home Read More
 * Language
 * Accounts
 * News Item
 * Home News Recent
 * Vehicle List
 * Side Menu
 * Translate Icon
 * Vehicle Info COntainer
 * Lookup Table
 * Slick
 * Content Centre
 * Discount
 * Discount Strikeout
 * Filter Icon
 * Disclaimer
 * Accounts
 * Home
 * Cart
 * Content Center
 * Extra Pricing
 * Home Info
 * Home Extra
 * Lookup Container
 * Click Display
 * Info Buttons
 * Technical Diagrams
 * Show Hide
 * Relearn
 * Pagination
 * Make Image
 * Training Page
 * Close Menu
 * Shipping Price
 * Order Details
 * Checkout
 * Alternative
 * Other
 * Mobile Specific
 */
/* HTML and Body */
html {
  overflow-y: scroll;
  font-family: 'Open Sans', Calibri, Helvetica, Arial, Sans-Serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  min-height: 100%; }

body {
  min-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: padding 0.2s;
  /* Safari */
  -o-transition: padding 0.2s;
  transition: padding 0.2s; }

/* Fonts */
a {
  text-decoration: none;
  color: #ff0000; }

p, ul, li {
  color: #666766; }

p, a, li {
  font-size: 14px;
  line-height: 150%; }

table p {
  line-height: initial;
  line-height: inherit;
  line-height: auto; }

h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 15px; }

h4 {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.centred {
  text-align: center; }

.fullWidth {
  width: 100%; }

.noJsClick {
  cursor: default; }

strong {
  font-weight: bold; }

/* General Elements */
table {
  border-collapse: collapse;
  margin: 0 auto; }

#titleTagline {
  font-size: 2.8vh; }

/* Content Centre */
#content_centre {
  margin: 0 auto;
  width: 98%;
  max-width: 1300px;
  padding-top: 20px; }

#content_centre h1 {
  padding: 0px 5px;
  font-size: 2em;
  text-align: left;
  line-height: 100%;
  margin: 0 0 10px;
  letter-spacing: 0; }

#contentWrapper, #content_bar, #content_centre, #vehicle_info_page, .product_container_large {
  min-height: 1px; }

body #contentWrapper #content_bar {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

body #contentWrapper #content_centre {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* Home Lookup Tables */
#homeLookup {
  margin-top: 20px;
  background-size: auto 95%;
  background-color: #eee;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75); }

.homeLookupInner {
  margin: 0 auto;
  max-width: 95%; }

#content_centre .homeLookupInner h1, #content_centre .homeLookupInner h2 {
  color: #666766;
  font-size: 24px;
  margin: 15px 2px 15px;
  padding-top: 20px; }

.homeLookupInner p {
  color: #666766;
  margin: 2px; }

.homeLookupInner form {
  display: inline-block;
  margin: 20px 20px 40px;
  width: calc(33% - 40px);
  padding-top: 22.4%; }

.homeLookupInner form select {
  width: 100%;
  padding: 10px 20px;
  color: white;
  font-family: "Open Sans";
  vertical-align: top;
  text-align-last: center; }

.oerTpmsSensor #homeLookup {
  margin: 0;
  /*background: none;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background-color: #eee;
  background-image: url(../img/oe-rBackgroundSearchElement.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px; }

.oerTpmsSensor .homeLookupInner {
  width: initial;
  max-width: initial;
  margin: 0;
  margin-left: auto;
  text-align: right; }

.oerTpmsSensor .homeLookupInner > div {
  display: inline-block;
  position: relative;
  padding-top: 75px;
  width: 200px;
  max-width: 32%; }

.oerTpmsSensor #homeLookup .homeLookupInner > div form {
  background: none;
  padding: 5px;
  margin: 0 auto; }

.oerTpmsSensor .homeLookupInner div.makeFormHolder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(../img/makeIconLarge.png) center no-repeat;
  background-size: auto 100%; }

.oerTpmsSensor .homeLookupInner div.modelFormHolder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(../img/modelIconLarge.png) center no-repeat;
  background-size: auto 100%; }

.oerTpmsSensor .homeLookupInner div.yearFormHolder::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(../img/yearIconLarge.png) center no-repeat;
  background-size: auto 100%; }

.homeLookupInner form#typeForm {
  display: none; }

.oerTpmsSensor #homeLookup .homeLookupInner form {
  display: block;
  margin: 0px 15px 2px;
  width: calc(100% - 30px);
  text-align: center; }

/* 404 */
#fourOhFourMessage {
  background-color: #ffffff; }

#fourOhFourMessage form {
  width: 20vw;
  margin: 0 auto; }

#fourOhFourMessage input {
  margin-top: 1vh;
  width: 100%; }

#fourOhFourMessage button {
  margin-top: 0.5vh;
  color: #ffffff;
  border: 0;
  padding: 0.5vh;
  width: 100%; }

/* Login Page */
#login_page_inner {
  margin: 0 auto; }

#loginFeedback, #login_page_container #loginButton {
  text-align: center;
  padding: 0.5vh; }

#login_page_container #loginButton button {
  color: #ffffff;
  border: 0;
  padding: 0.5vh;
  width: 100%; }

#login_page_container input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

#login_button, #logout_button {
  background: none;
  font: inherit;
  cursor: pointer;
  border: none; }

#login_page_inner {
  width: 500px;
  max-width: 100%; }

#login_page_inner > p {
  text-align: center; }

.login .productHeader {
  text-align: center; }

.forgotPasswordLink {
  text-align: center; }

.login table {
  margin: 5px;
  width: 100%; }

.login table table {
  margin: 0;
  width: 100%; }

.login table td {
  border: 1px solid #eee;
  padding: 5px; }

.login table input {
  width: 100%;
  padding: 10px;
  border: 1px solid #eee; }

.login table button {
  width: 100%;
  padding: 10px; }

.g-recaptcha > div {
  margin: 0 auto; }

/* Search Buttons and Search Bar */
#searchBar {
  position: relative;
  border: 0;
  float: right;
  display: inline-block; }

#searchBar a {
  letter-spacing: 0.6px;
  display: block;
  line-height: 1.2em;
  color: #666766; }

#searchBar a:hover {
  background: #eee;
  color: black; }

#searchBar form {
  display: inline; }

#searchFormContainer {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #eee;
  width: 300px;
  z-index: 500;
  max-width: 100vw;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 1px 3px 5px #232323;
  box-shadow: 1px 3px 5px #232323; }

input#searchBox {
  background: white;
  border: none;
  width: calc(100% - 10px);
  text-align: right;
  outline: none;
  outline-width: 0;
  padding: 5px;
  font-size: 1.1em; }

/* Header */
#cartIcon .headerCartSummary {
  max-height: calc(98vh - 83px);
  overflow-y: auto; }

.headerCartTableHolder {
  max-height: calc(98vh - 260px);
  overflow: auto; }

#header_bar {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 1px 1px 7px #232323;
  box-shadow: 1px 1px 7px #232323;
  background: white;
  z-index: 30000; }

#header_inner {
  position: relative;
  background: white;
  max-width: 100%; }

/* Content Wrapper */
body #contentWrapper {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* Cookies */
.cookiePolicyBodyOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
  z-index: 99998;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none; }

.policyWindowOpen .cookiePolicyBodyOverlay {
  visibility: visible;
  pointer-events: all;
  opacity: 0.8; }

.cookiePolicyPopup {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 5px;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.75); }

.cookieLeft {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left; }

.cookieRight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }

.cookieLeft p {
  font-size: 0.9em;
  padding: 0;
  margin: 0; }

p.cookieLink {
  padding: 10px 0;
  display: inline-block; }

p.cookieLink a {
  font-size: 0.9em; }

.cookiePolicyPopup h1 {
  color: black; }

.cookiePolicyPopup h2, .cookiePolicyPopup h3, .cookiePolicyPopup p {
  color: black;
  font-weight: 400; }

.cookiePolicyPopup a {
  color: #616161;
  text-decoration: underline; }

.cookiePolicyPopup button.response {
  display: inline-block;
  /*margin: 20px;*/
  text-align: center;
  color: white;
  background: green;
  border-radius: 10px;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-size: 0.9em; }

.cookiePolicyPopup .cookieLeft button.response {
  display: none; }

.cookieLinkHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* About Us */
/* Navigation Bar */
#navigation_bar {
  text-align: right;
  height: inherit;
  height: auto;
  margin: 0;
  float: right; }

/* Title Logo */
#titleLogo {
  margin: 0 auto; }

#titleLogo img {
  max-width: 100%;
  height: auto;
  margin: 0; }

/* Site Logo */
/* Menu */
#menu {
  width: 95vw;
  min-width: 760px;
  height: 100%;
  margin: 0 auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  list-style: none;
  text-decoration: none; }

#menu a {
  color: #000;
  font-weight: bold;
  text-decoration: none; }

#menu li {
  float: left;
  position: relative;
  width: 19vw;
  min-width: 150px; }

#menu li:hover {
  position: relative;
  z-index: 9999; }

#menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 37%; }

#menu:not(.clickMenu) li:hover ul {
  display: inline; }

#menu li ul li {
  text-align: left;
  line-height: 6vh;
  padding-left: 2vh;
  float: none; }

/* Footer */
#footer_bar {
  clear: both;
  position: relative;
  bottom: 0; }

/* Home and Page Slider */
.homeSlide, .pageSlide {
  overflow: hidden; }

.homeSlideInfo p.slideDisclaimer {
  font-size: 0.8em;
  text-align: right; }

/* Meet the Team */
#meetTheTeam div {
  border-bottom: 0.25vh solid #000000;
  margin-top: 2vh;
  margin-bottom: 2vh; }

#meetTheTeam img.lefty {
  float: left; }

#meetTheTeam img.righty {
  float: right; }

#meetTheTeam img {
  width: 15vw;
  margin-right: 2vw; }

.quote {
  margin-top: 4vh;
  margin-bottom: 4vh;
  font-size: 2.5vh; }

.quoteAuthor {
  float: right; }

/* Featured Links */
#featuredLinks {
  width: 285px;
  margin: 0 0 0 20px;
  display: block;
  float: right; }

.featuredLink {
  position: relative; }

#featuredLinks #filter {
  margin-bottom: 1vh; }

#featuredLinks a {
  display: block; }

/* Support Page */
.supportContent {
  display: none; }

.supportHolder {
  margin: 10px 0; }

#content_centre .supportHolder h1 {
  margin: 22px 0; }

.supportItemHolder {
  margin-bottom: 5px; }

.supportHolder .supportItem {
  border: 1px solid #eee; }

.supportHolder .supportItem h2 {
  padding: 20px 10px;
  margin: 0;
  color: #696969;
  cursor: pointer;
  background: #eee; }

.supportContent {
  padding: 5px; }

.supportContent .spacer {
  height: 20px; }

.supportContent h3 {
  padding: 10px 5px;
  margin: 0; }

.supportContent strong {
  font-weight: bold; }

.supportContent ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 25px; }

.supportContent li {
  padding-left: 0; }

.supportImgHolder {
  text-align: center; }

.supportImg {
  border: 1px solid #eee;
  margin: 5px;
  text-align: center;
  max-width: calc(50% - 15px);
  display: inline-block; }

.supportImg img {
  padding: 5px;
  max-width: calc(100% - 10px); }

.supportImgHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.supportImg {
  -webkit-box-flex: 150px;
  -ms-flex: 150px 1 1;
  flex: 150px 1 1; }

.supportImgHolder .supportImg img {
  max-width: 100%; }

.supportImgHolder .supportImg {
  max-width: initial;
  max-width: auto; }

.supportContent .lookupLink {
  font-weight: bold;
  text-decoration: underline; }

.supportImg.halfSize {
  flex: 400px 0 1; }

.supportImg.largeSize {
  flex: 400px 1 0; }

/* Downloads Page */
.downloadsPage .pageInfoLink {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  margin-right: 5%;
  padding-top: 34px;
  width: 236px; }

.tpmsDiagnosticTools .pageInfoLink img {
  max-width: 60%; }

.downloadsPage .pageInfoLink img {
  max-width: 172%;
  height: 169px; }

.downloads {
  text-align: left; }

.downloads h2 {
  text-align: left;
  padding: 20px;
  font-size: 1.7em; }

.tpmsDiagnosticTools .pageInfoLink span, .downloadsPage .pageInfoLink span {
  display: block;
  color: #676767;
  font-weight: 600;
  font-size: 1.1em;
  text-shadow: 0px 0px 1px white;
  padding: 4px;
  line-height: 1.2em;
  padding-top: 12px; }

.tpmsDiagnosticTools .pageInfoLink a, .downloadsPage .pageInfoLink a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/* Product Header */
.productHeader {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em; }

.productHeader h2 {
  margin: 20px 0;
  font-size: 2em;
  line-height: 125%;
  padding: 0 5px;
  letter-spacing: 0; }

/* Product Filter */
#productFilter {
  display: block; }

#productFilter .showHide {
  display: none;
  cursor: pointer; }

.filterLoading {
  text-align: center;
  padding: 40px 20px; }

.filterLoading img {
  max-width: 100%; }

/* Filter Header */
#filterHeader {
  font-size: 1.4em;
  text-align: center;
  line-height: 110%;
  margin: 0vh; }

#filterHeader, #catalogueHeader {
  color: #ffffff; }

#content_centre h1#filterHeader {
  text-align: left;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 140%;
  margin: 0; }

/* Product Filter Container */
#productFilter.sticky #productFilterContainer {
  display: none; }

#productFilterContainer {
  border: none;
  text-align: center;
  padding: 10px; }

#productFilterContainer::after {
  content: '';
  display: block;
  clear: both; }

/* Filter Row */
.filterRow {
  padding-left: 5px;
  margin: 20px; }

.filterRow.checkActive {
  background: blue;
  color: white; }

.filterRow input[type="checkbox"] {
  display: none; }

#productFilter .filterRow {
  line-height: 110%;
  margin: 4px;
  border: 1px solid #eee;
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 10%;
  border-radius: 10%; }

#productFilter .filterRow label {
  display: block;
  padding: 5px 10px;
  cursor: pointer; }

/* Catalogue */
#catalogue {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }

#catalogueHeaderContainer {
  display: none; }

/* Product Container Small */
.product_container_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 48%;
  -webkit-flex-basis: 48%;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0.5% 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  -webkit-flex: 0 0 48%;
  -webkit-flex-basis: 48%;
  position: relative;
  border: 1px solid #eee; }

.product_container_small:only-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.tpmsVehicleInformation .sensorGroupHolder .product_container_small {
  background: white; }

.tpmsVehicleInformation .product_container_small {
  text-align: left;
  border: 1px solid #eee;
  margin: 0 0 10px; }

.product_container_small .product_image {
  margin-right: 5px;
  max-width: calc(100% - 5px);
  width: calc(100% - 5px); }

.product_container_small.starterkit {
  width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  margin-bottom: 20px; }

.product_container_small.starterkit .productTitle {
  text-align: left;
  font-size: 1.5vh;
  line-height: 2.5vh;
  font-weight: normal; }

.product_container_small.starterkit .product_image {
  float: left;
  width: auto; }

.product_container_small .product_cart p.itemPrice {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 2px; }

/* Product Flex Container Top */
.productFlexContainerTop {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 0;
  flex: 1 0 0; }

/* Cat Img Holder */
.tpmsVehicleInformation .catImgHolder {
  float: left;
  margin: 10px; }

.catImgHolder {
  padding-top: 27px;
  float: left;
  max-width: 45%; }

.catImgHolder, .imagesHolder {
  position: relative; }

.catImgHolder .valveBase {
  top: 5px;
  left: 5px;
  width: 30%; }

/* Product Info Container */
.product_info_container {
  overflow: hidden;
margin-top: 16px; }

.product_info_container p {
  padding: 10px 5px; }

.product_info_container h1, .product_info_container h2, .product_info_container h3, .product_info_container h4 {
  padding: 10px 5px;
margin: 0px
  line-height: 125%;
  letter-spacing: 0; }

.product_info_container > div h2 {
  padding: 10px 5px;
  font-size: 1.6em;
  margin: 0; }

.product_container_small .product_info_container {
  position: relative; }

.product_container_small .product_info_container > a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.product_info_container p.containedProductInfo {
  padding: 5px;
  font-size: 1em;
  font-style: italic; }

/* Product Details */
.product_container_small .productCode, .product_container_small .productTitle {
  text-align: left;
  margin: 10px 2px 0;
  font-weight: bold; }

/* Contact Page */
.contactDetails {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }

.contactDetails.contactForm {
  border: none; }

.contactDetails h2 {
  letter-spacing: 0;
  font-size: 1.5em;
  padding: 20px 5px;
  margin: 0; }

.contactDetails p {
  padding: 5px; }

.contactDetails p.address {
  text-indent: -64px;
  padding-left: 69px; }

.contactForm table {
  margin: 0; }

.contactUs #content_centre {
  padding: 20px 10px; }

/* Product Description */
.product_description {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

.product_description ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 10px; }

/* Article */
#articles {
  background: #eee;
  margin-bottom: 60px; }

.index #articles {
  background: none; }

#articles h1 {
  font-size: 1.4em;
  text-align: center;
  line-height: 2.5em;
  background-color: #0970B6;
  color: white; }

/* News */
#newsContainer {
  display: block;
  float: left;
  width: calc(100% - 308px);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.1em;
  vertical-align: top; }

#newsContainer .newsImageSmall {
  float: right;
  width: 30%;
  min-width: 165px;
  margin: 0 0 10px 10px; }

body.newsFeed #contentWrapper #content_centre {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

body.newsFeed .productHeader {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* Header Title */
/* Product Info Holder */
.productInfoHolder {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: info; }

.oerTpmsSensor .product_container_large .product_info_container > .productInfoHolder {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.productInfoHolder .product_description {
  margin-bottom: 10px;
  padding-bottom: 10px; }

/* Fadeout */
.fadeout {
  position: relative;
  bottom: 15px;
  height: 30px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%); }

.tpmsVehicleInformation .fadeout {
  display: none; }

/* Product Container Large */
.product_container_large {
  width: 100%; }

.oerTpmsSensor .product_container_large h1 {
  color: black; }

.product_container_large .product_image {
  cursor: pointer;
  max-width: 100%; }

.product_container_large .vehicleCompatibility .vehicleList {
  overflow: auto;
  max-height: 25vh; }

#content_centre .product_container_large h1.productTitle {
  text-align: left;
  margin-bottom: 20px; }

.vehiclePopup .product_container_large .vehicleCompatibility .vehicleList {
  max-height: initial;
  max-height: inherit; }

.oerTpmsSensor .product_container_large .product_info_container {
  width: inherit;
  width: auto;
  float: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border: 1px solid #eee;
  padding: 20px; }

.oerTpmsSensor .product_container_large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 20px;
  flex-wrap: wrap; }

#content_centre .product_container_large h1.productTitle {
  flex: 100%; }

.oerTpmsSensor .product_container_large .product_info_container > .imagesHolder {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2; }

.oerTpmsSensor .product_container_large .product_info_container > .vehicleCompatibility {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.product_container_large .product_info_container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'image info' 'image compatibility';
  -ms-grid-columns: 350px auto;
  grid-template-columns: 350px auto;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr; }

.oerTpmsSensor .product_container_large .product_info_container {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'info image' 'compatibility image';
  -ms-grid-columns: auto 300px;
  grid-template-columns: auto 300px; }

/* Vehicle Information */
#vehicleInfo table {
  margin-top: 1vh; }

#vehicleInfo table p {
  line-height: 0.5vh; }

.oerVehicleInfo {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px; }

#vehicle_info_container {
  margin-right: 10px;
  margin-bottom: 10px;
  background: #eee;
  border: 1px solid #d6d6d6; }

#vehicleInfo table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%; }

#vehicleInfo th, #vehicleInfo td {
  background: white;
  text-align: left;
  font-size: 1em;
  padding: 3px;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
  letter-spacing: 0px;
  font-size: 1.1em;
  vertical-align: middle; }

#vehicleInfo th {
  font-weight: bold; }

#content_centre h1.vehicleInfoHeader {
  text-align: center;
  color: black; }

/* Quality Assurance */
.qualityCert {
  text-align: center; }

.qualityCert > div > img {
  margin: 10px;
  max-width: calc(100% - 20px);
  border: 1px solid #eee;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.4); }

/* Orders */
#my_orders_table tr {
  cursor: pointer; }

#my_orders_table {
  margin: 10px auto;
  width: 100%;
  letter-spacing: 0;
  border-collapse: collapse; }

.my_orders_table table {
  width: 100%; }

.my_orders_table th {
  font-weight: bold;
  color: white;
  padding: 5px;
  background: #9d9d9d;
  border: 1px solid #d6d6d6; }

.my_orders_table td {
  vertical-align: middle;
  border: 1px solid #f9f9f9; }

.displayOrderRef {
  display: none; }

#my_orders_table td.unprocessed {
  background: #ff1919;
  color: white; }

#my_orders_table td.onhold {
    background: #B2CCCC;
    color: white;
}

#my_orders_table td.credited {
    background: #9e9e9e;
    color: white;
}

#my_orders_table td.sendwithnextorder {
    background: #99CCFF;
    color: white;
}

#my_orders_table td.authorised {
    background: #ff9900;
    color: white;
}


#my_orders_table td.dispatched {
  background: #4ddb4d;
  color: black; }

#my_orders_table.hamaton td.dispatched, #my_orders_table.hamaton_usa td.dispatched {
  background: #0274BA; }

#my_orders_table td.backorder {
  background: #1d693b;
  color: white; }

#my_orders_table td.partdispatched {
  background: #cbf1bc;
  color: black; }

#my_orders_table td.cancelled {
  background: #1b0207;
  color: white; }

/* Language */
.currentLanguage {
  position: relative;
  border: 0;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto; }

.currentLanguage ul {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: right; }

.currentLanguage:hover {
  background-color: #eee; }

.currentLanguage:hover ul {
  display: block; }

.currentLanguage ul li {
  background-size: 20px auto;
  background-position: 95% 50%;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-color: #eee; }

.currentLanguage ul li a:hover {
  color: white; }

/* Accounts */
#account_menu_container {
  width: 12vw;
  min-width: 100px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 5px; }

#account_menu_container h3:nth-of-type(2) {
  margin-top: 1vh; }

#account_menu_container select {
  max-width: 100%; }

#account_menu_container a {
  cursor: pointer;
  line-height: 4vh; }

#account_main_container {
  min-width: inherit;
  min-width: initial;
  min-width: auto;
  width: calc(100% - 280px);
  float: left;
  overflow: initial; }

.accountPages #account_main_container {
  width: calc(100% - 280px);
  float: left;
  padding: 5px; }

.accountPages #content_bar h2, .accountPages #content_bar h3, .accountPages #content_bar ul, .accountPages #content_bar p {
  padding: 5px;
  letter-spacing: 0; }

body.accountPages #contentWrapper #content_centre {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

body.accountPages.shoppingCart #contentWrapper #content_centre {
  align-content: flex-start; }

.accountPages #content_centre > h1, .checkoutPage.accountPages #content_centre > p, .checkoutPage.accountPages #content_centre > h2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

.accountPages .cart_left {
  float: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  padding: 10px; }

.accountPages #cart_right {
  float: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto; }

.accountPages table input {
  padding: 5px;
  width: auto;
  max-width: 100%; }

.accountPages table .orderQty input {
  max-width: 80px; }

.orderQty form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.accountPages #order_container_refer td {
  vertical-align: top; }

.accountPages #reference {
  margin: 0px;
  border: hidden; }

.accountPages table td, .accountPages table td:first-child, .accountPages table th {
  padding: 5px;
  border: 0px solid #eee;
  vertical-align: middle; }

.accountPages table th:first-child, .accountPages table th:last-child {
  /*border: none;*/ }

.accountPages table th {
  font-weight: bold;
  color: black;
  background: none;
  border: 1px solid #d6d6d6;
  padding: 5px; }

.accountPages table td, .accountPages table td:first-child, .accountPages table th {
  padding: 5px;
  border: 1px solid #d6d6d6;
  vertical-align: middle; }

table.confirmOrder {
  width: 100%; }

table.confirmOrder td {
  text-align: left; }

.accountPages table {
  margin: 10px auto; }

td.orderImg, td.orderRemove {
  text-align: center; }

.accountPages table th.orderImg, .accountPages table th.orderRemove {
  background: none; }

.accountPages .fullWidth td, .accountPages .fullWidth td:first-child {
  border: 0; }

.accountPages .fullWidth {
  width: 100%; }

.accountPages table input[type=submit], .accountPages table button {
  min-width: inherit;
  min-width: initial;
  min-width: auto;
  width: inherit;
  width: auto;
  float: none;
  padding: 10px;
  background: black;
  color: white;
  border: 0;
  margin: 1px; }

.accountPages .fullWidth td {
  text-align: right; }

.accountPages table#cart_left input[type="text"] {
  width: 80px; }

.accountPages h2, h1, h3 {
  font-weight: bold;
  margin: 10px auto; }

.accountPages table.liveSearchTable th:first-child, .accountPages table.liveSearchTable th:last-child {
  border: 1px solid #eee; }

.accountPages table.liveSearchTable {
  width: 100%;
  margin: 10px 0; }

.accountPages table.liveSearchTable tr {
  cursor: pointer; }

.accountPages table select {
  width: 100%;
  padding: 10px; }

.accountPages #quickAddDiv table {
  width: 100%; }

.accountPages #quickAddDiv table input {
  width: 100%; }

.accountPages #quickAddDiv table th {
  letter-spacing: 0;
  width: 60%;
  font-size: 0.9em; }

.accountPages h2, h1, h3 {
  font-weight: bold;
  margin: 10px auto; }

/* News Item */
.newsItem h1 {
  font-size: 1.4em;
  margin: 0 0 1em; }

#content_centre .newsItem h1 {
  line-height: 125%; }

.newsItem h2 {
  font-size: 1.2em;
  margin: 0 0 1em; }

.newsItem h3 {
  font-size: 1.1em;
  margin: 1em 0; }

.newsItem ul {
  list-style: inside; }

.newsItem li {
  padding: 5px; }

.newsItem > table td {
  border: 1px solid #d6d6d6;
  vertical-align: middle; }

.newsItem > table tr:first-child td {
  font-weight: bold; }

/* Home News Recent */
.homeNewsRecent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* Starter Kit */
.product_info_container p.starterKitProductTitle {
  font-size: 0.8em;
  color: gray; }

.product_info_container p.starterKitProductQuantity {
  font-size: 0.9em;
  color: gray;
  padding: 0 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #eee;
  border-bottom: 0;
  border-left: 0;
  background: white; }

.starterkitProduct {
  width: 80px;
  display: inline-block;
  margin: 5px;
  border: 1px solid #eee;
  text-align: center;
  position: relative; }

.starterkitProduct > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.starterkitProduct > img {
  margin-bottom: 10px; }

.starterkitProduct a {
  text-decoration: none; }

.product_container_small.starterkit .productTitle span {
  margin-right: 2vw; }

/* Vehicle List */
.vehicleList::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  border: 1px solid #eee;
  border-radius: 4px; }

.vehicleList::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.vehicleList a {
  margin-right: 5px;
  display: block; }

.vehicleCompatibility .vehicleList p, .vehiclePopup h2 {
  padding: 1px 5px;
  letter-spacing: 0; }

.vehiclePopup h2 {
  margin: 0 0 5px;
  font-weight: bold; }

/* Translate Icon */
/* Vehicle Info Container */
/* Discount Strikeout */
.strikeout {
  position: relative;
  color: #898989; }

.strikeout::after {
  border-bottom: 2px solid #db002e;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 48%;
  -ms-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg); }

/* Filter Icon */
/* Extra Pricing */
.extraPricing table {
  letter-spacing: 0; }

.extraPricing table td {
  border: 1px solid #eee;
  padding: 2px; }

.extraPricing table td:first-of-type {
  font-weight: bold;
  text-align: left; }

/* Lookup Container */

#contentWrapper #lookupContainer form.lookup-4 {
  width: calc(25% - 40px); }

#contentWrapper #lookupContainer form.lookup-3 {
  width: calc(33% - 40px); }

@media screen and (max-width: 780px) {
  #contentWrapper #lookupContainer form.lookup-3, #contentWrapper #lookupContainer form.lookup-4 {
    width: calc(100% - 40px); } }

.hsnTsnPage #lookupContainer {
  display: block;
  border-bottom: 1px solid #eee;
  width: 1300px;
  max-width: 98%; }

.hsnTsnPage #lookupContainer #mmyLookupHolder {
  display: none; }

.hsnTsnPage #hsnTsnLookupHolder {
  display: block; }

#lookupContainer .hsnTsnFormHolder form {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 95%;
  width: 500px; }

#lookupContainer .hsnTsnFormHolder form input {
  margin: 5px; }

#lookupContainer .hsnTsnFormHolder form input[type=submit] {
  flex: calc(100% - 10px) 1 1; }

#lookupContainer .hsnTsnFormHolder form input[type=text] {
  text-align: center;
  flex: calc(50% - 10px) 1 1; }

#lookupContainer .lookupTypeOptions .lookupTypeRadioForm {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 10px;
  width: 80%;
  width: calc(100% - 40px);
  justify-content: center; }

/* Click Display */
.clickDisplay h3 {
  font-size: 1.1em;
  padding: 1em 0;
  margin: 0 auto;
  cursor: pointer; }

.clickDisplay h3:hover {
  background: #eee; }

/* Info Buttons */
.infoButtons {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center; }

.infoFeedback {
  text-align: center; }

/* Technical Diagrams */
.technical_diagram_keys table {
  margin: 2px; }

.technical_diagram_keys p {
  margin: 5px 0; }

.technical_diagram_keys p a {
  color: white; }

.technical_diagram_keys p a:hover {
  text-decoration: underline; }

.technical_diagram_keys table td, .technical_diagram_keys table th {
  padding: 1em;
  border: 1px solid #c1c1c1;
  text-align: center; }

.technical_diagram_keys table th {
  padding: 1em;
  background: black;
  color: white;
  font-weight: bolder; }
  
@media screen and (max-width: 1100px) {
	
	.technical_diagram_keys table tr {
		display: block;
		float: left;
	}
	
	.technical_diagram_keys table td, .technical_diagram_keys table th {
		display: block;
	}
}

/* Pagination */
.pagination {
  text-align: center;
  padding: 20px 0; }

.pagination > ul {
  display: inline-flex; }

.pagination > ul li {
  padding: 5px;
  margin: 10px; }

.pagination .activePage {
  background: #666766;
  border-radius: 16%; }

.pagination .activePage a {
  color: white; }

/* Relearn */
#relearnTable {
  margin-top: 2vh;
  margin-bottom: 2vh; }

#relearnTable p {
  line-height: 1vh; }

.relearnLogin {
  text-align: center; }

.relearnLogin form {
  display: inline-block; }

.relearnLogin form #login_button {
  border: 1px solid #666;
  border-radius: 5px;
  color: black;
  -webkit-box-shadow: 2px 2px 4px 0px #a6a6a6;
  -moz-box-shadow: 2px 2px 4px 0px #a6a6a6;
  box-shadow: 2px 2px 4px 0px #a6a6a6; }

.relearnLogin form #login_button:hover {
  -webkit-box-shadow: inset 2px 2px 4px 0px #a6a6a6;
  -moz-box-shadow: inset 2px 2px 4px 0px #a6a6a6;
  box-shadow: inset 2px 2px 4px 0px #a6a6a6;
  background: none; }

.salePage .relearnLogin #login_button:hover {
  background: none; }

.salePage .relearnLogin {
  padding: 10px; }

/* Make Image */
#makeImage img {
  max-width: 100%; }

#oerInfoContent #makeImage {
  margin-bottom: 20px; }

/* Training Page */
/* Cart */
.product_container_small .product_cart {
  border: none;
  border-top: 1px solid #eee;
  bottom: 0;
  width: 100%; }

.product_cart {
  clear: both;
  display: block;
  text-align: center;
  background: white;
  border: 1px solid #eee; }

.cart_quantity_icon {
  background: url(../img/headerCart.png) 92% 50% no-repeat #eee;
  background-size: auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 10px 30px 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.cart_quantity_icon p {
  color: white;
  font-size: 0.8em;
  padding: 0 30px 0 0;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px; }

.cart_quantity_icon a {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.orderConfirm {
  text-align: right; }

.orderConfirm p {
  font-size: 1.2em; }

.orderConfirm p span {
  font-weight: bold; }

.confirmOrderButton {
  border: 1px solid #000;
  padding: 10px; }

.product_cart p.itemPrice {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0; }

.addToCartForm > input, .addToCartButton, .cart_quantity_icon {
  margin: 2px; }

.cartInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px; }

.product_cart input[type="number"] {
  font-family: "open sans";
  padding: 9px;
  padding-right: 34px;
  border: 0;
  outline: none;
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.product_cart input[type="text"] {
  font-family: "open sans";
  padding: 9px;
  border: 0;
  outline: none; }

.product_cart button {
  font-family: 'Open Sans';
  border: 0;
  padding: 10px;
  cursor: pointer;
  outline: none; }

.product_cart p.itemPrice {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

#cartIcon button {
  min-width: inherit;
  min-width: initial;
  min-width: auto;
  width: inherit;
  width: auto;
  float: none;
  padding: 10px;
  color: white;
  border: 0; }

.cart_left {
  margin: 0 10px 10px 0;
  border: 1px solid #d6d6d6; }

.cart_left .product_cart {
  text-align: left; }

.cart_left table {
  color: #616161;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 5px 10px;
  text-align: left; }

.cart_left th {
  font-weight: bold; }

.cart_left td, .cart_left th {
  padding-bottom: 5px; }

/* Shipping Prices */
.accountPages .shippingPrices {
  margin: 0px; }

.shippingPrices a {
  color: white; }

/* Order Details */
#order_button_container {
  border: 1px solid #616161;
  padding: 5px;
  margin: 0 0 50px;
  text-align: center; }

#order_button_container table {
  text-align: left; }

#order_status_container {
  border: 1px solid #616161;
  padding: 5px;
  margin: 0 0 10px;
  text-align: center; }

#order_top_container > div, #order_bottom_container, #deliveries_container, .orderBoxContainer {
  border: 1px solid #616161;
  padding: 5px;
  margin: 0 0 10px; }

.orderBoxContainer table {
  min-width: 400px;
  max-width: 100%; }

.accountPages .orderBoxContainer table input {
  width: 100%; }

#order_top_container .clearFix {
  border: 0;
  padding: 0;
  margin: 0; }

#userResults #order_details_left table {
  margin: 0; }

#userResults #order_details_left td {
  border: 0;
  padding: 3px 3px 3px 0; }

#invoice_address {
  width: calc(50% - 15px);
  margin-right: 10px;
  display: inline-block; }

#delivery_address {
  width: calc(50% - 15px);
  display: inline-block; }

#order_status {
  margin-bottom: 20px;
  color: #eee; }

#order_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

#order_container_refer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.refFormHolder form, .accountPagesFormHolder form {
  display: flex;
  justify-content: center; }

.accountPagesFormHolder form select {
  flex: 1;
  padding: 5px; }

.accountPagesAddDetailsHolder {
  flex: 100%; }

@media screen and (max-width: 500px) {
  .accountPagesFormHolder form {
    flex-direction: column; }

  .accountPagesFormHolder form select {
    width: 100%; } }
/* Checkout */
.checkoutContentHolder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center; }

.checkoutContentHolder .addAddress td {
  letter-spacing: 0; }

.checkoutContentHolder .addAddress td:first-child {
  font-weight: bold;
  text-align: right; }

.checkoutContentHolder .addAddress td:last-child {
  text-align: left; }

.checkoutContentHolder .addAddress tr:last-of-type td {
  text-align: center; }

/* Alternative */
.alternative button {
  background: #888484;
  color: white;
  font-family: 'Open Sans';
  border: 0;
  padding: 10px;
  margin: 0 5px;
  cursor: pointer;
  text-align: center; }

.alternative {
  border-top: 1px solid #eee;
  margin-top: 20px; }

.alternative a {
  color: white; }

.alternative a:hover {
  color: white; }

/* Special News */
#specialNewsPagePopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  transform: translateY(-50.1%);
  /*  transform: translate(-50%, -50%) scale(2);
    zoom: 0.5;*/
  width: 800px;
  max-width: calc(100vw - 20px);
  background: white;
  z-index: 10000;
  max-height: calc(75vh - 30px);
  overflow-y: scroll;
  border-radius: 5px; }

.specialNewsContainer {
  position: relative;
  padding: 40px 20px; }

.newsPopupClose {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  padding: 10px;
  display: block; }

.specialNewsPopupHolder > h2 {
  padding: 0 20px 20px;
  text-align: center; }

.specialNewsRecent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.specialNewsImage {
  -ms-flex: 0 40%;
  -webkit-box-flex: 0;
  flex: 0 40%;
  position: relative;
  min-height: 200px;
  max-width: 400px;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.spacialNewsImage::after {
  content: '';
  display: block;
  clear: both; }

.specialNewsImageMobile {
  -ms-flex: 0 40%;
  -webkit-box-flex: 0;
  flex: 0 40%;
  position: relative;
  min-height: 200px;
  max-width: 400px;
  text-align: center; }

.specialNewsImageHolder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.specialNewsImage img {
  max-width: 100%; }

.specialNewsImage img.fullHeight {
  width: initial;
  width: inherit;
  width: auto;
  min-width: initial;
  min-width: inherit;
  min-width: auto;
  max-width: 100%; }

.specialNewsImageMobile img {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.specialNewsImageMobile img.fullHeight {
  width: initial;
  width: inherit;
  width: auto;
  min-width: initial;
  min-width: inherit;
  min-width: auto;
  height: 100%;
  max-width: 100%; }

.specialNewsContent {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0;
  margin-left: 10px; }

.specialNewsTitle h2 {
  font-size: 2em;
  line-height: 100%; }

.specialNewsTitle h3 {
  letter-spacing: 0; }

.specialNewsContent p {
  font-size: 1.4em;
  padding: 0 0 10px;
  line-height: 110%; }

.specialNewsContent a.readMore {
  font-size: 1.4em;
  line-height: 1.6em;
  display: block; }

/* Other */
.truncateText {
  min-width: 200px; }

.centredDiv {
  text-align: center; }

.disclaimer {
  text-align: center;
  font-size: 1vh;
  margin: 0.5vh; }

/* Mobile Specific */
@media screen and (max-width: 780px) {
  #newsContainer .newsImageSmall {
    display: block;
    margin: 5px auto 25px;
    float: none;
    width: inherit;
    width: initial;
    width: auto;
    max-width: 100%; } }
@media screen and (max-width: 700px) {
  .orderQty {
    min-width: inherit;
    min-width: initial;
    min-width: auto; } }
@media screen and (max-width: 820px) {
  .product_container_small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    -webkit-flex: 0 0 98%;
    -webkit-flex-basis: 98%;
    max-width: initial; } }
@media screen and (max-width: 920px) {
  .oerLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px; }

  #oerInfoTable td:first-of-type {
    display: none; }

  #oerInfoTable td, .oerHolder h2 {
    text-align: center; }

  .oerHolder .oerHeaderLeft h2 {
    text-align: left; }

  .oerDescriptionText p {
    font-size: 12px;
    line-height: 16px; } }
@media screen and (max-width: 780px) {
  .oerTpmsSensor #homeLookup {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: block; }

  .oerHeaderLeft {
    display: block; }

  .oerHolder .oerHeaderLeft h2 {
    text-align: center; }

  .oerHolder .oerHeaderLeft h4 {
    /*display: none;*/
    text-align: center; }

  .oerTpmsSensor .homeLookupInner {
    text-align: center; }

}
@media screen and (max-width: 700px) {
  .oerHolder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .oerLeft {
    /*    -webkit-box-ordinal-group: 2;
            -ms-flex-order: +1;
                order: +1;*/
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  .oerRight {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .oerVehicleInfo {
    padding-bottom: 10px; }

  #oerInfoContent #makeImage, .oerLeft .oerFeatures, .oerHolder h2 {
    display: none; }

  .oerMainContent {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .oerRight {
    margin: 0 0 5px; }

  .oerInfoHeader {
    display: block;
    text-align: center;
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  #oerInfoContent {
    padding: 0 10px; }

  .oerTpmsSensor .homeLookupInner > div {
    padding-top: 0; }

  .oerTpmsSensor .homeLookupInner div::before {
    display: none !important; } }
@media screen and (max-width: 500px) {
  .oerTpmsSensor .homeLookupInner > div {
    display: block;
    width: auto;
    max-width: 100%; }

  .oerHolder .oerHeaderLeft h2 {
    padding-bottom: 20px; } }
@media screen and (max-width: 375px) {
  .oerDescriptionLogo {
    display: none; }

  .oerDescriptionText p {
    text-align: center; } }
@media screen and (max-width: 780px) {
  .product_container_large .product_info_container {
    margin: 0; }

  .imagesHolder {
    margin: 0; } }
@media screen and (max-width: 1100px) {
  .product_cart input[type="number"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }

  .product_container_small .product_cart p.itemPrice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .cart_quantity_icon {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%; }

  .product_cart button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; } }
.buttonLarge {
  display: none; }

.buttonSmall {
  display: inline; }

@media screen and (max-width: 760px) {
  #content_centre .product_container_large .product_info_container {
    display: -ms-grid;
    display: grid;
    grid-template-areas: 'image' 'info' 'compatibility';
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; }

  .oerTpmsSensor .imagesHolder, .imagesHolder {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1; }

  .imagesHolder {
    background: none; }

  .productInfoHolder {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }

  .oerTpmsSensor .product_container_large .product_info_container > .productInfoHolder {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }

  .vehicleCompatibility {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }

  .oerTpmsSensor .product_container_large .product_info_container > .vehicleCompatibility {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }

  #content_centre .imagesHolder {
    margin: 10px 0 20px;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 1; }

  #mainProductImage {
    margin: 0;
    margin-bottom: 5px; }

  .imagesHolder h2.productTitle {
    display: block;
    text-align: center; }

  /*  h1.productTitle {
      display: none;
    }*/
  .imagesHolder #mainProductImage {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .product_container_large .product_cart {
    /*    -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;*/
    display: block; }

  .product_cart p.itemPrice {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

  .cartInfo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  #additional_images, .extraPricing {
    display: none; } }
@media screen and (max-width: 800px) {
  #imageLightbox {
    width: 100%; } }
@media screen and (max-width: 600px) {
  .specialNewsRecent {
    flex-direction: column-reverse;
    text-align: center;
    border-bottom: 0; }

  .specialNewsContent {
    margin: 0 0 10px; }

  .specialNewsImage {
    flex: 1;
    max-width: initial;
    max-width: auto;
    max-width: inherit;
    min-height: initial;
    min-height: auto;
    min-height: inherit; } }
@media screen and (max-width: 420px) {
  .supportImg.largeSize {
    flex: 400px 1 1; } }
@media screen and (max-width: 440px) {
  .cookieRight {
    display: none; }

  .cookiePolicyPopup .cookieLeft button.response {
    display: inline-block;
    float: right;
    margin: 5px 5px 2px; } }
.infoFeedback {
  font-weight: bold; }

.prevLink, .nextLink {
  width: 48%;
  display: inline-block;
  margin-top: 2vh; }

.prevLink {
  float: left; }

.nextLink {
  float: right;
  text-align: right; }

.refEntered .displayOrderRef {
  display: block; }

.refEntered .setUpdateOrderRef {
  display: none; }

.displayOrderRef h3, .displayOrderRef p {
  display: inline-block; }

a.refModify {
  color: red; }

.instructionsFormHolder form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.instructionsFormHolder input[type="submit"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }

/*#deliveryInstructions {
    height: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: scroll;   
}*/
.confirmAddressForm {
  display: flex; }

.confirmAddressForm input[type="submit"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70px;
  flex: 1 0 70px; }

.backNext td {
  width: 50%; }

.backNext td:last-of-type {
  text-align: right; }

.linkedTable {
  cursor: pointer; }

.valveBase img {
  max-width: 100%; }

.valveBase {
  position: absolute;
  text-align: center; }

.imagesHolder .valveBase {
  top: 10px;
  left: 10px;
  width: 20%; }

.imagesHolder h2.productTitle {
  display: none; }

.product_container_small p.superseded {
  text-align: center; }

p.superseded a {
  font-weight: bold; }

p.superseded {
  font-style: italic; }

.productHeader h2 {
  margin: 20px 0;
  font-size: 2em;
  line-height: 125%;
  padding: 0 5px;
  letter-spacing: 0; }

#filterFeedback {
  text-align: center; }

a.backButton {
  display: inline-block;
  padding: 10px;
  border: 0;
  color: white;
  background: #666766;
  line-height: 100%;
  font-weight: normal; }

.orderConfirm h4 {
  padding-top: 15px; }

table.confirmOrder {
  width: 100%; }

.addAddress td {
  width: 50%; }

#ateq_update_lightbox input[type=text] {
  width: 60px;
  text-align: center; }

.oerTpmsSensor #footer_bar {
  margin: 0; }

.oerTpmsSensor #content_centre {
  width: 100%;
  padding: 0;
  max-width: 100%; }

.oerHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.oerLeft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.oerLeft > div {
  background: #eee; }

.oerInfoHeader {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 127px;
  flex: 0 0 127px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.oerInfoHeader img {
  width: 130px;
  max-width: 100%; }

#oerInfoContent {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px; }

#oerInfoTable {
  width: 100%;
  letter-spacing: 0px;
  font-size: 14px; }

#oerInfoTable td:first-of-type {
  font-weight: bold; }

.oerFeatures {
  margin-top: 5px;
  padding-bottom: 10px; }

.oerIconsHolder {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.oerIconsHolder p {
  text-align: center;
  font-weight: bold;
  font-size: 1em; }

.oerIconsHolder > div {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33%;
  flex: 1 0 33%; }

.oerRight {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-left: 5px; }

.oerHeaderLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.oerHolder h2, .oerHolder h4 {
  color: black;
  padding: 5px 10px; }

.oerHolder h2 {
  font-weight: bold; }

.oerTpmsSensor .oerLookupHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.oerTpmsSensor #content_centre::after {
  display: none; }

.oerTpmsSensor #oerSensor {
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.oerDescription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.oerDescriptionLogo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 10px 0 0;
  margin: 10px;
  border-right: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.oerDescriptionLogo img {
  width: 237px;
  max-width: 100%; }

.oerDescriptionText {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.oerDescriptionText p {
  padding: 0;
  margin: 10px; }

.oerCounterInfo {
  text-align: center; }

.oerCounterInfo h3 {
  color: black;
  letter-spacing: 0;
  padding: 5px; }

.oerTpmsSensor div.loader {
  padding: 20px;
  text-align: center;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.oerTpmsSensor .imagesHolder {
  float: none;
  max-width: inherit;
  max-width: auto;
  width: auto;
  margin-right: inherit;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  margin-left: 5px; }

#mainProductImage {
  border: 1px solid #eee;
  margin-bottom: 5px;
  position: relative;
  background: white; }

.sensorSuper {
  text-align: center; }

.imagesHolder {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
  margin-right: 20px;
  background: #eee;
  background: rgba(238, 238, 238, 0.4);
  padding: 10px; }

.oerTpmsSensor .imagesHolder {
  margin-left: 20px; }

.vehicleCompatibility {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: compatibility; }

#imageLightbox, .imgLbOverlay {
  display: none; }

#imageLightbox {
  position: fixed;
  top: 50%;
  top: calc(50% + 25px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1002;
  width: 100%;
  text-align: center;
  pointer-events: none; }

#imageLightbox > div {
  display: inline-block;
  max-height: 80vh;
  max-width: 90vw;
  margin: 0 auto;
  background: white;
  position: relative;
  pointer-events: all; }

#imageLightbox img {
  max-width: 100%;
  max-height: 80vh; }

.imgLbOverlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.8;
  z-index: 1001; }

.closePopup {
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  font-size: 2em;
  line-height: 1em;
  cursor: pointer; }

.orderAs {
  background: #d6e5f3; }

.showHide.indirect p {
  line-height: 25px;
  text-align: justify; }

.show {
  padding-top: 20px;
  padding-left: 15px; }

.obd2Diag {
  width: 600px;
  margin: 10px auto;
  padding: 0;
  max-width: 100%;
  position: relative; }

.obd2Diag .diagImage {
  max-width: 100%; }

.obd2Diag .iconImage {
  position: absolute;
  width: 8.33%;
  background: black;
  border-radius: 5px;
  padding: 2px; }

.obd2Diag .iconImage1 {
  top: 46%;
  left: 20%; }

.obd2Diag .iconImage2 {
  top: 46%;
  left: 5%; }

.obd2Diag .iconImage3 {
  top: 46%;
  left: 35%; }

.obd2Diag .iconImage4 {
  top: 10%;
  left: 35%; }

.obd2Diag .iconImage5 {
  top: 30%;
  left: 3%; }

.obd2Diag .iconImage6 {
  top: 15%;
  left: 46%; }

.obd2Diag .iconImage7 {
  top: 15%;
  left: 57%; }

.obd2Diag .iconImage8 {
  top: 80.5%;
  left: 51.5%; }

.obd2Diag .iconImage9 {
  top: 32%;
  left: 80%; }

.obd2DiagHolder {
  margin: 20px auto 0;
  border: 1px solid #000;
  padding: 10px 10px 0; }

.obd2DiagHolder p.disclaimer {
  text-align: left; }

.printButton {
  text-align: left;
  padding: 5px;
  margin: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.printButton h3 {
  display: inline-block;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
  letter-spacing: 0; }

.printButton h3 i {
  padding: 0 5px; }

.printButton h3:hover {
  color: #666766; }

.clickSuper {
  display: inline-block;
  -webkit-appearance: none; }

/*number box spinners*/
input[type=number] {
  /*for absolutely positioning spinners*/
  position: relative; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button !important;
  width: 25px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%; }

/*IE only number box "X" hide*/
::-ms-clear {
  display: none; }

.servicePartDiv {
  display: none; }

.thisOpen.servicePartDiv {
  display: block; }

.servicePartDiv .centredDiv > h4, p.serviceNotFound {
  flex: 1 0 100%;
  margin: 10px;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0; }

p.serviceNotFound {
  text-align: center; }

.headerHide {
  display: none; }

.servicePartTitle {
  cursor: pointer;
  padding: 20px 10px;
  position: relative;
  display: flex;
  letter-spacing: 0;
  border: 1px solid #eee; }

h3.servicePartTitle {
  align-items: center;
  margin: 10px 0 0; }

.servicePartDiv {
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px; }

.titleWords {
  flex: 1; }

.plusMinus {
  flex: 0 0 35px;
  position: relative; }

.plusMinus:after {
  font-family: "Font Awesome 6 Free";
  content: "\f067";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; }

.plusMinus:before {
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; }

.singleResult .plusMinus:after {
  display: none; }

.thisOpen .plusMinus:after {
  display: none; }

.servicePartFilter {
  text-align: center;
  margin: 0 auto 10px; }

.servicePartFilter span {
  border: 1px solid #eee;
  padding: 2px;
  margin: 2px;
  display: inline-block; }

.servicePartFilter input[type="checkbox"] {
  vertical-align: middle;
  cursor: pointer; }

.servicePartFilter label {
  margin: 3px;
  letter-spacing: 0;
  display: inline-block;
  cursor: pointer; }

.infoFeedbackHolder p.infoFeedback {
  font-weight: normal;
  margin: 0;
  padding: 5px; }

.productDownloads, .vehicleCompatibility > div {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

.productDownloads a {
  font-weight: bold; }

.productDownloads a:hover {
  text-decoration: underline; }

.infoMessageDiv {
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #eee;
  background: black; }

.infoMessageDiv p {
  color: white; }

.infoMessageDiv p a {
  color: white;
  text-decoration: underline; }

.infoPopUp {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -52%);
  /* 50.5% fixes blurry text in chrome*/
  z-index: 1003;
  max-height: 70vh;
  width: 600px;
  max-width: 90vw;
  overflow-y: auto;
  background: white;
  padding: 20px;
  letter-spacing: 0;
  font-size: 1.1em; }

.infoPopUp p {
  color: black; }

.infoPopupTable {
  border-collapse: collapse;
  width: 100%; }

.infoPopupTable td, .infoPopupTable th {
  font-size: 1.1em;
  padding: 5px;
  border: 1px solid #666 !important;
  font-weight: normal; }

.infoPopupTable th {
  font-weight: bold; }

.warningMessage {
  display: none; }

table.managementButtons input {
  width: 100%; }

table.userInfoTable th, table.userInfoTable td {
  font-size: 14px;
  letter-spacing: 0;
  border: 1px solid #eee !important; }

.oldPrice, .newPrice {
  display: block; }

.oldPrice {
  text-decoration: line-through;
  opacity: 0.8;
  font-weight: normal; }

#imageLightbox.videoLightbox > div {
  padding: 40px;
  border: 1px solid white;
  /*background: #3c3c3c;*/
  background: rgba(9, 116, 186, 0.8); }

.videoLightbox iframe {
  max-width: 100%; }

.videoLightbox .closePopup {
  color: white; }

.videosHolder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.videoHolder {
  padding: 10px;
  flex: 340px 0 0;
  display: flex;
  flex-direction: column-reverse; }

.videoTitle h3 {
  text-align: center;
  font-weight: normal;
  font-weight: 1.1em;
  color: #696969; }

.playlistHolder {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee; }

.playlistHolder > h2 {
  padding: 20px;
  font-size: 1.7em; }

#hsnTsnLookupHolder {
  display: none; }

.hsnTsnResponse {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.hsnTsnResponse i {
  font-size: .8em;
  vertical-align: top;
  margin: 0 5px; }

.hsnTsnVehicle {
  flex: 300px 0 1;
  margin: 0 10px; }

.multipleMatchInfoHolder, .hsnTsnResponse > *:not(div) {
  position: relative;
  flex: 100% 0 0; }

.toolTipPopUp {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border-radius: 5px;
  background: black;
  color: white;
  font-size: 0.9em;
  padding: 5px;
  width: 300px; }

.toolTip:hover .toolTipPopUp {
  display: block; }

.hsnTsnHolder h2 {
  margin: 1em; }

.hsnTsnHolder > div {
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em; }

.hsnTsnVehicleMatchHolder {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center; }

.hsnTsnVehicleMatchHolder > *:not(div) {
  flex: 100% 0 0; }

.hsnTsnVehicleMatch {
  flex: 45% 0 1;
  flex: calc(50% - 10px) 0 1;
  min-width: 300px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #666;
  text-align: center; }

.hsnTsnVehicleLinkHolder {
  text-align: center; }

.hsnTsnVehicleLink {
  padding: 5px 10px;
  border: 1px solid black;
  display: inline-block;
  margin: 5px auto; }

.hsnTsnResponse table {
  margin: 5px auto;
  letter-spacing: normal;
  width: 100%; }

.hsnTsnResponse table td, .hsnTsnResponse table th {
  padding: 5px;
  text-align: left;
  border: 1px solid #666;
  font-size: 1.2em;
  min-width: 110px; }

.hsnTsnResponse table th {
  font-weight: bold; }

.hsnTsnPage .productHeader {
  text-align: center; }

.lookupTypeRadioForm > div {
  flex: 250px 0 1;
  text-align: center;
  /*padding: 5px 10px;*/
  margin: 5px;
  border: 1px solid #eee;
  display: flex;
  align-items: center; }

.lookupTypeRadioForm label {
  letter-spacing: normal;
  font-size: 1.1em;
  flex: 1;
  cursor: pointer;
  padding: 5px; }

.lookupTypeRadioForm input[type=radio] {
  margin: 2px;
  cursor: pointer;
  padding: 5px; }

.hnTsnResultsHolder {
  text-align: center; }

.hsnVehicleHeader {
  font-size: 1.3em;
  font-weight: bold;
  color: black; }

.hsnTsnManualLookupHolder {
  text-align: center; }

.hsnTsnManualLookupHolder select {
  width: 300px;
  max-width: 95%;
  max-width: calc(100% - 10px);
  padding: 10px;
  margin: 5px; }

.relatedServiceParts > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.relatedServiceParts > div > div {
  flex: 160px 0 1;
  text-align: center;
  position: relative;
  border: 1px solid #eee;
  padding: 5px;
  margin: 5px; }

.relatedServiceParts > div > div a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.compatiblePartImage {
  min-width: 148px; }

.compatiblePartImage img {
  max-width: 100%; }

.compatibleProductCode h3 {
  font-size: 1em; }

.compatibleProductCode span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.noShow {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding: 0 20px 10px;
  letter-spacing: 0; }

#showNotifications {
  position: fixed;
  background: white;
  cursor: pointer;
  bottom: 0;
  right: 0;
  font-size: 2em;
  padding: 10px;
  color: red;
  border: 1px solid black;
  z-index: 1000; }

html.notifLbActive, html.notifLbActive body {
  overflow: hidden;
  position: relative;
  height: 100%; }

.idLocationImageHolder {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  transform: translateY(-50.1%);
  z-index: 10000;
  text-align: center;
  pointer-events: none; }

.idLocationImageHolder > div {
  pointer-events: all;
  display: inline-block;
  position: relative;
  max-width: 90%; }

.idLocationImageHolder img {
  max-width: 100%;
  max-height: 80vh; }

.idLocationDisclaimer {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px; }

.googlePlayBadge .disclaimer {
  margin: 0;
  text-align: left; }

.googlePlayBadge img {
  width: 300px;
  max-width: 100%; }

.googlePlayBadge {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

div.sensorGroupHolder {
  padding: 0 10px;
  border: 1px solid #d6d6d6;
  background: #eee;
  margin-bottom: 20px; }

h2.sensorHeader {
  margin: 20px;
  text-align: left; }

span.cartPreOrderMessage {
  display: block;
  margin-top: 10px; }

/*Vehicle Info Page changes*/
#vehicle_info_container {
  margin-right: 10px;
  margin-bottom: 10px;
  background: #eee;
  border: 1px solid #d6d6d6; }

#vehicleInfo table {
  margin: 0;
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%; }

#vehicleInfo th, #vehicleInfo td {
  background: white;
  text-align: left;
  font-size: 1em;
  padding: 3px;
  border: 1px solid #d6d6d6;
  vertical-align: middle;
  letter-spacing: 0px;
  font-size: 1.1em;
  vertical-align: middle; }

#vehicleInfo th {
  font-weight: bold; }

#content_centre h1.vehicleInfoHeader {
  text-align: center;
  color: black; }

.clickDisplay h3 {
  color: black; }

/*news updates*/
.newsItem > table td {
  border: 1px solid #d6d6d6;
  vertical-align: middle; }

.newsItem > table tr:first-child td {
  font-weight: bold; }

.googlePlayBadge p a {
  text-decoration: underline; }

/*New dispatch functions*/
#courierTextArea {
  display: none;
  resize: vertical;
  width: 100%;
  height: 100px; }

.deliveryOther #courierTextArea {
  display: block; }

.deliveryOther #tracking {
  display: none; }

.deliveryDigital .orderAddress {
  display: none; }

.deliveryDigital .firstTd {
  width: 25%; }

.orderContainer .orderCourier table td {
  vertical-align: top; }

.accountPages .orderContainer select {
  padding: 5px 0;
  margin-bottom: 5px; }

.orderContainer {
  border: 1px solid #d6d6d6; }

.orderContainer > div {
  border-top: 1px solid #d6d6d6;
  padding: 10px; }

.orderContainer .orderHeader {
  border-top: none; }

.accountPages .orderContainer table {
  margin: 0 auto;
  width: 100%; }

.orderContainer table input[type="text"] {
  width: 100%; }

div.orderDetails {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.orderDetails > h3 {
  flex: 100%; }

.orderDetails > div {
  flex: 1 1 50%;
  min-width: 300px;
  padding: 10px; }

.orderFooter {
  text-align: right; }

.accountPages div.orderContainer table input, .accountPages div.orderContainer table select {
  border: 1px solid #666; }

.orderContainer button, .orderContainer .orderDetailsProductTable.orderDetails button {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #666;
  background: #efefef;
  color: black; }

.save .fa, .save .fas {
  padding: 0 5px 0 0;
  font-size: 1.2em; }

.orderContainer .orderDetails table td, .orderContainer .orderDetails table th {
  line-height: 150%;
  vertical-align: text-top; }

.orderContainer .orderDetails.orderDetailsProductTable table td, .orderContainer .orderDetails.orderDetailsProductTable table th {
  vertical-align: middle; }

.orderProductCode {
  white-space: nowrap; }

.orderInfo table td {
  width: 50%; }

.orderStatus {
  padding: 10px;
  border: 1px solid #eee;
  color: white;
  border: 1px solid #666;
  text-align: center; }

.orderUnprocessed {
  background: #FF1919; }

.orderProcessed, .orderDispatched {
  background: #0274BA; }

.orderAuthorised {
  background: #FF9900; }

.orderBackOrder, .orderPartDispatched, .orderSendWithNextOrder {
  background: #99CCFF; }

.orderOnHold, .orderPassToParent, .orderCancelled {
  background: #B2CCCC; }

.orderCredited {
  background: #9e9e9e;
  font-style: italic;
  color: #eee; }

.adminButtons {
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.accountPages .orderContainer .adminButtons select {
  margin: 0 5px 0 0; }

.adminButtons form {
  display: inline-flex; }

.accountPages #content_bar .orderContainer .orderDetails h3 {
  background: #efefef;
  padding: 10px 5px;
  margin: 0; }

span.addressRow {
  display: block;
  line-height: 21px; }

.deliveryNoteOrderDetails {
  text-align: right; }

.orderContainer .deliveryNoteOrderDetails table {
  width: auto;
  margin-right: 0; }

.orderContainer .orderDetails .deliveryNoteOrderDetails table td, .orderContainer .orderDetails .deliveryNoteOrderDetails table th {
  border: 0;
  font-size: 14px;
  padding: 0 0 0 5px;
  line-height: 21px; }

#print .orderContainer p {
  color: black; }

td.productCodeCell {
  white-space: nowrap; }

#print #address.orderDetails {
  padding: 20px 0; }

.accountPages table .orderDeliveryActions button {
  color: black;
  background: none;
  font-size: 20px; }

.accountPages table .orderDeliveryActions button.disabled {
  opacity: 0.2; }

.orderDeliveryActions a, .orderDeliveryActions a:hover {
  color: transparent; }

.orderDeliveryActions button:focus {
  border: none;
  outline: none; }

.accountPages table .orderDeliveryActions button:hover {
  color: #0274BA; }

.orderDeliveryActions form {
  display: inline; }

.orderDeliveryActions > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between; }

.orderDeliveryActions div > form, .orderDeliveryActions div > button {
  flex: 0 0 40px; }

.orderHeader span {
  display: block; }

#sendEmailButton {
  position: relative; }

.checkOverlay {
  display: none; }

.emailSent .checkOverlay {
  position: absolute;
  display: block;
  bottom: 5px;
  right: 0;
  padding: 5px;
  font-size: 15px;
  color: #75e98f;
  pointer-events: none;
  text-shadow: 1px 1px 2px #646464; }

.orderDetails div.modifyOrderHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.orderDetails div.modifyOrderHeader button {
  white-space: nowrap; }

.orderDetails div.modifyOrderHeader > a {
  padding: 5px; }

.orderDetails div.modifyOrderHeader h2 {
  margin: 0 0 10px; }

.orderProductTableImage {
  width: 61px; }

.modifyOrderFormButton {
  font-size: 20px; }

.editOrderForm {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.editOrderForm > * {
  display: inline-block;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid transparent; }

.orderContainer .orderDetailsProductTable.orderDetails .editOrderForm input {
  width: 82px; }

.orderContainer .orderDetailsProductTable.orderDetails .editOrderForm button {
  margin: 0 0 0 5px; }

.orderDetailsProductTable td {
  width: 0; }

@media screen and (max-width: 540px) {
  .orderDetailsProductTable td.productDescriptionCell, .orderDetailsProductTable th.productDescriptionCell {
    display: none; } }
.adminAddProductForm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.adminToolTipText {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: #ffe2e2;
  border: 1px solid #000;
  padding: 3px;
  z-index: 1;
  width: auto;
  white-space: nowrap; }

.adminToolTip {
  position: relative;
  display: inline; }

.adminToolTip:hover .adminToolTipText {
  display: block; }

.adminAddProductForm > div {
  padding: 5px;
  flex: 1 0 200px;
  text-align: center; }

.adminAddProductForm > div input, .orderContainer .adminAddProductForm > div select {
  margin: 0;
  padding: 5px;
  width: 100%; }

.adminAddProductForm > div.submitButtonContainer {
  align-self: flex-end; }

.banner-icon {
  font-size: 32px; }

.fullFlex {
  flex: 100%; }

#contentWrapper #content_bar table.checkoutFooter {
  width: 100%;
  align-self: flex-end; }

#contentWrapper #content_bar table.checkoutFooter .checkoutFooterBack {
  text-align: left; }

#contentWrapper #content_bar table.checkoutFooter .checkoutFooterNext {
  text-align: right; }

.linkDisabled button {
  color: #eee !important;
  border-color: #eee !important;
  outline: none; }

table.checkoutFooter a:hover button, .confirmOrderButton:hover {
  box-shadow: inset 0 0 3px #6f6f6f; }

#cart_container.cartContainer table {
  margin: 0;
  width: 100%; }

.cartContainer {
  grid-area: cart; }

.cartContainer.noProductsSet {
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center; }

.orderConfirmContainer {
  grid-area: confirm;
  border: 1px solid #d6d6d6;
  padding: 10px;
  text-align: center;
  background: #eee; }

.quickAddContainer {
  grid-area: quickAdd;
  border: 1px solid #d6d6d6;
  text-align: center;
  background: #eee;
  margin-top: 20px; }

.estimateWeightsContainer {
  grid-area: estimateWeights;
  border: 1px solid #d6d6d6;
  text-align: center;
  background: #eee;
  margin-top: 20px; }

.offerCodeContainer {
    grid-area: offerCode;
    border: 1px solid #d6d6d6;
    text-align: center;
    background: #eee;
    margin-top: 20px;
}

#moreEstimateWeights {
  background: white;
  color: black;
  border: 1px solid #000;
  padding: 10px; }

.shoppingCartContainer {
  flex: 100%;
  display: grid;
  grid-template-columns: auto 250px;
  gap: 0 20px;
  grid-template-areas: "cart confirm" "cart quickAdd" "cart estimateWeights" "cart offerCode" "cart blank"; }

@media screen and (max-width: 780px) {
  .shoppingCartContainer {
    grid-template-areas: "confirm" "cart" "quickAdd";
    grid-template-columns: auto; }

  .quickAddContainer {
    margin-top: 0; } }
#quickAddDiv {
  position: relative; }

.quickAddInfo {
  display: none; }

i.moreInfoClick {
  position: absolute;
  padding: 5px;
  top: 0;
  right: 0;
  cursor: pointer; }

.product_cart_QuickAdd {
  clear: both;
  background: #eee; }

.addToCartForm {
  background: none;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#quickAddDiv .addToCartForm {
  float: none; }

#quickAddDiv .addToCartButton {
  margin: 2px;
  font-size: 18px;
  padding: 5px;
  border: 1px solid #000; }

.quickAddContainer .addToCartForm input {
  margin: 2px;
  flex: 1; }

.quickAddContainer .addToCartForm input[type=number] {
  flex: 0 1 40px; }

.orderConfirm h2 {
  font-size: 1.5em;
  line-height: 1.5em; }

.orderConfirmationProducts {
  grid-area: confirmProducts; }

.orderConfirmationProducts table {
  margin: 0;
  width: 100%; }

.orderConfirmationConfirm {
  grid-area: confirmOrder;
  border: 1px solid #d6d6d6;
  background: #eee;
  padding: 10px;
  text-align: center; }

.orderConfirmationConfirm button {
  padding: 10px;
  border: 1px solid #000;
  font-size: 1.2em;
  background: yellow; }

.orderConfirmationDeliveryInstructions {
  grid-area: deliveryInstructions; }

.orderConfirmationDeliveryInstructions textarea {
  border: 1px solid #d6d6d6;
  height: 100px;
  width: 100%;
  margin-top: 5px;
  text-align: right; }

.orderConfirmationDeliveryInstructions textarea:focus, .orderConfirmationDeliveryInstructions textarea:focus-visible {
  outline: 1px solid #000; }

.orderConfirmationDetails {
  grid-area: orderDetails; }

.orderConfirmationRight, .orderConfirmationLeft {
  border: 1px solid #d6d6d6;
  padding: 5px;
  margin-top: 20px; }

.orderConfirmationLeft {
  text-align: left; }

.orderConfirmationRight {
  text-align: right; }

.accountPages #content_bar .orderConfirmationRight h3, .accountPages #content_bar .orderConfirmationBox h3 {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #d6d6d6; }

.accountPages #content_bar .orderConfirmationRight h3:first-of-type, .accountPages #content_bar .orderConfirmationBox h3:first-of-type {
  border: none;
  padding-top: 5px; }

.orderConfirmationHolder {
  flex: 100%;
  display: grid;
  grid-template-columns: auto 250px;
  gap: 0 20px;
  grid-template-areas: "confirmProducts confirmOrder" "confirmProducts orderDetails" "confirmProducts deliveryInstructions" "confirmProducts spacer"; }

@media screen and (max-width: 720px) {
  .orderConfirmationHolder {
    grid-template-columns: auto 50%;
    gap: 20px;
    grid-template-areas: "confirmOrder confirmOrder" "orderDetails deliveryInstructions" "confirmProducts confirmProducts"; }

  .orderConfirmationRight.orderConfirmationDetails {
    text-align: left; }

  .orderConfirmationRight {
    margin-top: 0; } }
@media screen and (max-width: 380px) {
  .orderConfirmationHolder {
    grid-template-columns: auto;
    gap: 20px;
    grid-template-areas: "confirmOrder" "orderDetails" "deliveryInstructions" "confirmProducts"; }

  .orderConfirmationRight.orderConfirmationDetails, .orderConfirmationRight, .orderConfirmationDeliveryInstructions textarea {
    text-align: left; } }
.cartEmpty {
  padding: 10px;
  text-align: center; }

.cartEmpty h2 {
  font-size: 2em; }

button.orderButton {
  border: 1px solid #000;
  background: none;
  padding: 10px;
  color: black; }

.errorMessage {
  color: red; }

.confirmOrderButton {
  background: white;
  color: black; }

.orderAddressDetails {
  grid-area: addressDetails; }

.orderConfirmationAteq {
  grid-area: ateqDetails; }

.orderConfirmationScreen .orderConfirmationHolder {
  grid-template-columns: 50% auto;
  grid-template-areas: "orderDetails addressDetails" "deliveryInstructions deliveryInstructions" "confirmProducts confirmProducts" "ateqDetails ateqDetails"; }

.orderConfirmationScreen .orderConfirmationProducts, .orderConfirmationScreen .orderConfirmationBox {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #d6d6d6; }

@media screen and (max-width: 720px) {
  .orderConfirmationScreen .orderConfirmationBox {
    margin: 0; } }
.accountPages.orderConfirmationScreen table td, .accountPages.orderConfirmationScreen table th {
  border: 0; }

.accountPages.orderConfirmationScreen table td {
  border-top: 1px solid #d6d6d6; }

.accountPages.orderConfirmationScreen table {
  margin: 10px auto;
  width: 90%;
  width: calc(100% - 20px); }

@media screen and (max-width: 380px) {
  .orderConfirmationScreen .orderConfirmationHolder {
    grid-template-columns: auto;
    grid-template-areas: "orderDetails" "addressDetails" "deliveryInstructions" "confirmProducts" "ateqDetails"; } }


