/* Deployment Date: 2015/03/23 */
/* [PROJECT] - css by Internet Architects                               */
/* Yahoo fonts.css integrated. (c) 2007, Yahoo! Inc. All rights reserved.     */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 00. less declarations                                                      */
/* variables **************************************************************** */
.popover {
  position: absolute;
  z-index: 100;
  background: #fff;
  /* padding: 12px; */
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.5);
}
.popover hr {
  margin: 12px 0;
}
/* unnecessary html element */
.button-left-image,
.button-right-image {
  display: none;
}
.button-bg {
  background: none !important;
  padding: 0 !important;
  float: none !important;
}
.borderShadow {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px rgba(128, 128, 128, 0.25);
}
/* banding .................................................................. */
/* variables **************************************************************** */
/* functions ................................................................ */
.hidden {
  position: absolute;
  top: auto;
  left: -999em;
  right: auto;
}
.hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* overflow with scroll ***************************************************** */
.clear {
  clear: both;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 00. base rules                                                             */
/* general reset ´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
* {
  margin: 0;
  padding: 0;
}

/* general elements - usable throughout the site´´´´´´´´´´´´´´´´´´´´´´´´´´´´ */
.button-red {
	background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
	background-color: rgb(228, 24, 25);
    padding: 9px 16px;
    position: relative;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin: 0px 8px;
}
.button-black {
	background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
	background-color: rgb(0, 0, 0);
    padding: 9px 16px;
    position: relative;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin: 0px 8px;
}
a.button-black:link,
a.button-black:hover,
a.button-black:visited,
a.button-black:active,
a.button-black:focus,

a.button-red:link,
a.button-red:hover,
a.button-red:active,
a.button-red:visited,
a.button-red:focus,

.button-black:link,
.button-black:hover,
.button-black:visited,
.button-black:active,
.button-black:focus,

.button-red:link,
.button-red:hover,
.button-red:active,
.button-red:visited,
.button-red:focus {
  color: white;
  text-decoration: none;
}

html,
body,
form,
img,
fieldset,
legend,
table,
tbody,
thead,
tfoot,
tr,
th,
td {
  border: none;
}
p,
a,
span {
  line-height: 1.4em;
}
li {
  list-style: none;
}
/* html5 basics ............................................................. */
section,
aside,
footer,
article {
  display: block;
}
/* inputs ................................................................... */
input[type="checkbox"],
input[type="radio"] {
  height: 1em;
  width: 1.2em;
}
/* clearfix class ........................................................... */
.clearfix {
  zoom: 1;
  display: inline-block;
  display: block;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
/* fonts ....................................................................
@font-face {
    font-family: 'GlyphaLTStd65Bold'; font-weight: normal; font-style: normal;
    src: url('fonts/glyphaltstd-bold-webfont.eot');
    src: url('fonts/glyphaltstd-bold-webfont.eot?iefix') format('eot'),
         url('fonts/glyphaltstd-bold-webfont.woff') format('woff'),
         url('fonts/glyphaltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/glyphaltstd-bold-webfont.svg#webfontDLgGgQdd') format('svg');
}*/
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 01. frame rules                                                            */
/* base ..................................................................... */
/* base frame ............................................................... */
body {
  font: 15px/1 arial, trebuchet MS, tahoma, helvetica, clean, sans-serif;
  background: #fff !important;
  color: #2b2b2b;
  position: relative;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
.bodyWrap {
  max-width: 980px;
  margin: 0 auto;
}
p,
a,
span,
li {
  font-weight: normal;	
}

h1,
h2,
h3 {
  line-height: 1.5em;
  font-weight: 600;
  font-size: 14px;
}
.h6 .small {
	color: #777;
}
/* grids .................................................................... */
#content-page {
  /* padding-left: 210px; */
  position: relative;
  margin-top: 20px;
}
#content-page.container_16 {
	padding-left:260px;
}
.left-menu:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 229px;
  background: #ddd;
  width: 1px;
  content: "";
  /* height: 500px; */
}

@media  (max-width: 999px) {
	.left-menu {
	 display:none;
	}
}


#content-page > .left-menu {
  width: 230px;
  margin-left: -260px;
  float: left;
  /* margin-right: 50px; */
  padding-top: 15px;
  /* border-right: 1px solid #ddd; */
}
#content-page > .article-wrapper {
  /* float: right; */
  padding-left: 10px;
  padding-right: 10px;
}
#content-page > .article-wrapper > * {
/*   margin-left: 245px; */
}
#content-page > #article-wrapper {
  /* float: right; */
  width: 100%;
}
#content-page > #article-wrapper > * {
  /* margin-left: 60px; */
}
#content-page > #article-wrapper .editorialItem {
  overflow: hidden;
  padding: 10px;
  padding-top: 0px;
}
/* tyre list page */
.container_16 > .container_16 {
  padding-left: 300px;
  position: relative;
  margin-top: 40px;
}
.container_16 > .grid_4 {
  width: 300px;
  margin-left: -300px;
  float: left;
  padding-left: 5px;
}
.container_16 > .grid_12 {
  float: right;
  width: 100%;
}
/* dealer back-end page */
.container_16 > #content-area.container_16 {
  padding-left: 0;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 02. heading rules                                                          */
/* heading ****************************************************************** */
.heading {
  font-size: 100%;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 03. links & buttons rules                                                  */
/* basic link *************************************************************** */
a {
  display: inline-block;
}
/* cta link ***************************************************************** */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 04. navigation rules                                                       */
/* main navigation ********************************************************** */
#navSub h1,
.navSub h1 {
  font-size: 22px;
  padding-right: 12px;
}
#navSub ul li a,
.navSub ul li a {
  color: #2b2b2b;
  text-decoration: none;
  padding: 12px 0;
  display: block;
  padding-right: 2px;
}
#navSub ul li.activeMenuItem a,
.navSub ul li.activeMenuItem a {
  color: #e41819;
  font-weight: 700;
  margin: -1px 0;
  border: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
  background: #fff;
  position: relative;
  z-index: 10;
}
#pos-view-buttons {
  background: #ededed;
  position: relative;
  text-align: right;
  padding: 18px 0;
  font-weight: 700;
}
#pos-view-buttons:before {
  content: "";
  background: #ededed;
  left: -99em;
  width: 999em;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}
#pos-view-buttons #prev-outlet,
#pos-view-buttons #next-outlet {
  display: inline-block;
  margin-left: 16px;
}
#pos-view-buttons #prev-outlet a,
#pos-view-buttons #next-outlet a {
  color: #000;
  text-decoration: none;
}
#pos-view-buttons #prev-outlet a:before {
  content: "<";
  margin-right: 6px;
}
#pos-view-buttons #next-outlet a:after {
  content: ">";
  margin-left: 6px;
}
#pos-view-buttons > p > span {
  position: absolute;
  left: 0;
  top: 18px;
}
#pos-view-buttons #back-to-results {
  color: #000;
  text-decoration: none;
}
#pos-view-buttons #back-to-results:before {
  content: "<";
  margin-right: 6px;
}
/* paging ................................................................... */
#tyre-selector-pagination,
#pagination {
  text-align: center;
  margin-top: 30px;
}
#tyre-selector-pagination *,
#pagination * {
  display: inline-block;
}
#tyre-selector-pagination a,
#pagination a {
  text-decoration: none;
  color: #000;
  margin: 0 4px;
  font-weight: 700;
  font-size: 16px;
}
#tyre-selector-pagination a:hover,
#pagination a:hover {
  color: #e41819;
}
#tyre-selector-pagination a.pref,
#pagination a.pref,
#tyre-selector-pagination a.prev,
#pagination a.prev {
  margin-right: 8px;
}
#tyre-selector-pagination a.next,
#pagination a.next {
  margin-left: 8px;
}
#tyre-selector-pagination a.pref i:before,
#pagination a.pref i:before,
#tyre-selector-pagination a.next i:before,
#pagination a.next i:before,
#tyre-selector-pagination a.prev i:before,
#pagination a.prev i:before {
  font-size: 14px;
  color: #000;
}
#tyre-selector-pagination a:not([href]),
#pagination a:not([href]) {
  color: #e41819;
}
#tyre-selector-pagination a:not([href]).pref i:before,
#pagination a:not([href]).pref i:before,
#tyre-selector-pagination a:not([href]).next i:before,
#pagination a:not([href]).next i:before,
#tyre-selector-pagination a:not([href]).prev i:before,
#pagination a:not([href]).prev i:before {
  color: #aaa;
}
#pagination {
  margin-bottom: 30px;
}
#next-previous-wrapper {
  /* border-top: 1px solid #ddd; */
  /* border-right: 1px solid #ddd; */
  margin-top: 40px;
  margin-left: -80px;
  position: relative;
}
#next-previous-wrapper i {
  position: absolute;
  top: 50px;
  font-size: 30px;
  font-weight: 700;
}
#next-previous-wrapper:after {
  /* position: absolute; */
  /* left: 50%; */
  /* width: 1px; */
  /* top: 0; */
  /* bottom: 0; */
  /* background: #ddd; */
  /* content: ""; */
}
#next-previous-wrapper #previous-button,
#next-previous-wrapper #next-button {
  color: #bbb;
  text-transform: uppercase;
  font-size: 14px;
}
#next-previous-wrapper #previous-button a,
#next-previous-wrapper #next-button a {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
#next-previous-wrapper #previous-button {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 40px 110px;
  padding-right: 20px;
  position: relative;
}
#next-previous-wrapper #previous-button i {
  left: 80px;
}
#next-previous-wrapper #next-button {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding: 40px 20px;
  padding-left: 50px;
  text-align: right;
  position: relative;
}
#next-previous-wrapper #next-button i {
  right: -5px;
}
#next-previous-wrapper #previous-button a:hover,
#next-previous-wrapper #next-button a:hover {
  color: #e41819;
}
/* refine ................................................................... */
#refine-results {
  width: 245px;
}
#refine-results input[type="text"],
#refine-results input[type="search"] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 12px;
  font-style: italic;
  font-weight: 700;
  color: #b5b5b5;
  font-size: 15px;
}
#refine-results #refine-results-top {
  margin: 12px 0;
}
#refine-results #refine-results-middle .refine-facetGroup {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  color: #000;
  font-size: 13px;
}
#refine-results #refine-results-middle .refine-facetGroup h3 {
  font-weight: 400;
  padding-right: 130px;
  font-size: 13px;
}
#refine-results #refine-results-middle .refine-facetGroup .selected-facet-indicator {
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  border-radius: 3px;
  padding: 6px 9px;
  width: 100px;
}
#refine-results #refine-results-middle .refine-facetGroup .selected-facet-indicator span {
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#refine-results #refine-results-middle .refine-facetGroup .selected-facet-indicator i {
  position: absolute;
  right: 8px;
  top: 8px;
}
#refine-results #refine-results-middle .refine-facetGroup .selected-facet-indicator.selected-facet-indicator-selected {
  background: #ededed;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul {
  margin-top: 18px;
  background: #ededed;
  border-radius: 3px;
  overflow: hidden;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul li {
  margin: 6px 12px;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul li label {
  box-sizing: border-box;
  position: relative;
  display: block;
  cursor: pointer;
  padding-right: 20px;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul li.showMoreButton a {
  color: #e41819;
  font-weight: 700;
  display: inline;
  text-decoration: none;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul li.showMoreButton a:after {
  content: ">";
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel input.css-checkbox {
  position: absolute;
  top: auto;
  left: -999em;
  right: auto;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel input.css-checkbox:checked + label.css-label {
  font-weight: 400 !important;
  color: #e41819;
  background: none;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel input.css-checkbox:checked + label.css-label:after {
  content: "";
  background: url(img/check.png) left top no-repeat;
  width: 14px;
  height: 11px;
  position: absolute;
  font-weight: 700;
  right: -4px;
  top: 4px;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel input {
  margin-top: 12px;
}
#refine-results #refine-results-middle #refine-panel-price div > label input {
  display: inline-block;
}
#refine-results #refine-results-middle #refine-panel-price div > input {
  width: 40%;
  margin-right: 4px;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul li.facetInfo {
  margin: 0;
  margin-top: 8px;
  background: #fff;
  padding: 8px 0;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel ul li.facetInfo a {
  margin-left: 8px;
  text-decoration: none;
  color: #000;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel li.facetInfo .fa-info-circle {
  background: url(img/info-small.png) left top no-repeat;
  height: 19px;
  width: 19px;
  position: relative;
  top: 4px;
}
#refine-results #refine-results-middle .refine-facetGroup .refine-panel li.facetInfo .fa-info-circle:before {
  display: none;
}
#refine-results #refine-results-bottom {
  overflow: hidden;
  padding-top: 12px;
}
#refine-results #refine-results-bottom #reset-link {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  float: right;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 05. basic content rules                                                    */
/* paragraph **************************************************************** */
/* text block *************************************************************** */
.textblock h1 {
  font-size: 26px;
  margin-top: 10px;
}
.textblock p {
  margin: 1em 0;
}
.textblock img {
  max-width: 100%;
}
p.marginlarge {
  margin-bottom: 40px;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 06. component rules                                                        */
/* site label *************************************************************** */
/* search ******************************************************************* */
/* list ..................................................................... */
#search-results #search-controls label,
#pos-search-results #search-controls label {
  margin-right: 8px;
}
#search-results #pos-search-results-header,
#pos-search-results #pos-search-results-header {
  overflow: hidden;
  padding: 40px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
}
#search-results #pos-search-results-header-left,
#pos-search-results #pos-search-results-header-left {
  float: left;
  width: 75%;
}
#search-results #pos-search-results-header-left p,
#pos-search-results #pos-search-results-header-left p {
  line-height: 1.5;
}
#search-results #pos-search-results-header-right,
#pos-search-results #pos-search-results-header-right {
  float: right;
  /* width: 25%; */
}
#search-results .small-black-button,
#pos-search-results .small-black-button {
/* float: right; */
  text-decoration: none;
}
#search-results .small-black-button #show-button-text,
#pos-search-results .small-black-button #show-button-text {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#search-results .small-black-button #hide-button-text,
#pos-search-results .small-black-button #hide-button-text {
  background: #93000a;
  background: linear-gradient(to bottom, #93000a 0%, #93000a 50%, #7d0007 51%, #7d0007 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#search-results #mapCanvas,
#pos-search-results #mapCanvas {
  width: 100% !important;
  float: none !important;
}
#search-results #search-results-header > p,
#pos-search-results #search-results-header > p {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
#search-results #search-results-header #search-controls,
#pos-search-results #search-results-header #search-controls {
  margin-top: 8px;
}
#pos-search-results-list #results {
  position: absolute;
  top: auto;
  left: -999em;
  right: auto;
}
.MAP_dealerName a {
  font-size: 18px;
  color: #e41819;
  text-decoration: none;
}
/* map ...................................................................... */
#mapCanvas {
  float: none !important;
}
/* brand logos .............................................................. */
#brandlogoarea {
  border-top: 1px solid #efefef;
  margin: 32px 0;
}
#brandlogoarea h2 {
  margin: 36px 0;
  font-size: 20px;
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
}
#brandlogoarea ul {
  border: 1px solid #efefef;
  border-right-width: 0;
  border-bottom-width: 0;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(128, 128, 128, 0.15);
  overflow: hidden;
}
#brandlogoarea ul > * {
  width: 25%;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  min-height: 60px;
  line-height: 60px;
  float: left;
}
#brandlogoarea ul > * > * {
  display: inline-block;
}
#brandlogoarea ul > * img {
  max-width: 100%;
  vertical-align: middle;
}
/* hero ..................................................................... */
#hero {
  position: relative;
  height: 365px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 80px;
}
#hero:after {
  position: absolute;
  left: -100em;
  right: -100em;
  bottom: 0;
  top: 0;
  background: url(img/hero-bg.jpg) top center no-repeat;
  content: "";
  z-index: 5;
}
#hero:before {
  position: absolute;
  bottom: 0;
  right: -100px;
  background: url(img/hero-dude.png) left top no-repeat;
  content: "";
  z-index: 6;
  width: 307px;
  height: 374px;
}

.css-320 #hero:before,
.css-480 #hero:before,
.css-640 #hero:before,
.css-960 #hero:before{
	background:none;
}

#hero > #pos-search-mask-container {
  position: relative;
  z-index: 10;
}
#hero #pos-search-mask {
  padding: 0 24px;
  margin: 0 auto;
  text-align: center;
}
#hero #pos-search-mask-hl h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 34px;
  text-transform: uppercase;
}
#hero #pos-search-mask-text {
  max-width: 600px;
  padding: 0 24px;
  margin: 24px auto;
}
#hero #pos-search-mask-text h2 {
  font-size: 15px;
  font-weight: 400;
}
#findmylocation {
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  background: url(img/hero-location.png) left center no-repeat;
  display: inline-block;
  line-height: 30px;
}
#hero #pos-search-mask-input-img-wrapper {
  width: 300px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 12px;
}
#hero #pos-search-mask-input-img-wrapper input {
  background: #fff;
  display: block;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  width: 100%;
  padding: 15px 18px;
  padding-right: 40px;
}
#hero #pos-search-mask-input-img-wrapper img {
  position: absolute;
  right: 8px;
  top: 10px;
}
#hero #dealer-header #dealer-info-header {
  position: relative;
  z-index: 10;
  top: -50px;
}
#hero #dealer-header #dealer-info-header #dealer-your-shop a {
  color: #fff;
  text-decoration: underline;
}
#hero #order_articles_view {
  background: #555;
  position: absolute;
  z-index: 10;
  right: 0;
  width: 375px;
  top: -55px;
  padding: 12px 20px;
  box-sizing: border-box;
  max-height: 335px;
  overflow-y: scroll;
}
#hero #order_articles_view p {
  overflow: hidden;
  padding: 6px 0;
  border-bottom: 1px solid #676767;
}
#hero #order_articles_view .article-description {
  color: #d9d9d9;
  float: left;
  width: 220px;
}
#hero #order_articles_view .quantity {
  color: #aaa;
  float: left;
  width: 30px;
  text-align: right;
}
#hero #order_articles_view .article-price {
  margin-left: 230px;
  text-align: right;
  display: block;
}
#hero #order_articles_view p.dark-grey-hightlight {
  border-width: 0;
}
#hero #order_articles_view p.dark-grey-hightlight .article-description {
  color: #fff;
  font-weight: 700;
}
#hero .order_details_container {
  margin: 20px 0;
}
#hero .order_details_container p {
  overflow: hidden;
  font-size: 16px;
}
#hero .order_details_container p span {
  float: left;
  width: 200px;
  color: #d9d9d9;
}
#hero .order_details_container p span + span {
  float: none;
  display: block;
  margin-left: 220px;
  color: #fff;
}
/* service details .......................................................... */
#dealer-service-details,
#services-content {
  /* checked */
}
#dealer-service-details > h2,
#services-content > h2,
#dealer-service-details > h1,
#services-content > h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
#dealer-service-details .fs-service,
#services-content .fs-service {
  background: #ededed;
  margin: 22px 0;
  padding-right: 230px;
  position: relative;
}
#dealer-service-details .fs-service div.fs-service-checkbox,
#services-content .fs-service div.fs-service-checkbox {
  width: 105px;
  float: left;
  margin: 12px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 12px 0;
}
#dealer-service-details .fs-service div.fs-service-checkbox .pricelabel,
#services-content .fs-service div.fs-service-checkbox .pricelabel {
  font-size: 12px;
  padding-top: 8px;
}
#dealer-service-details .fs-service div.fs-service-checkbox .pricelabel span,
#services-content .fs-service div.fs-service-checkbox .pricelabel span {
  font-size: 30px;
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
}
#dealer-service-details .fs-service .fs-service-description,
#services-content .fs-service .fs-service-description {
  margin-left: 135px;
  padding: 12px 0;
}
#dealer-service-details .fs-service .fs-service-description h1,
#services-content .fs-service .fs-service-description h1 {
  font-size: 16px;
  margin-bottom: 8px;
}
#dealer-service-details .fs-service .fs-service-description p,
#services-content .fs-service .fs-service-description p {
  font-size: 16px;
}
#dealer-service-details .fs-service .fs-service-image,
#services-content .fs-service .fs-service-image {
  position: absolute;
  right: 12px;
  top: 12px;
}
#dealer-service-details .fs-service input,
#services-content .fs-service input {
  position: absolute;
  top: auto;
  left: -999em;
  right: auto;
}
#dealer-service-details .fs-service,
#services-content .fs-service {
  cursor: auto;
}
#dealer-service-details .fs-service label,
#services-content .fs-service label {
  height: 34px;
  width: 34px;
  background: url(img/checkbox-empty.png) left top no-repeat;
  display: block;
  margin: 0 auto;
}
#dealer-service-details .fs-service div.fs-service-checkbox.fs-service-checkbox-checked,
#services-content .fs-service div.fs-service-checkbox.fs-service-checkbox-checked {
  background: #000;
  color: #fff;
}
#dealer-service-details .fs-service div.fs-service-checkbox.fs-service-checkbox-checked label,
#services-content .fs-service div.fs-service-checkbox.fs-service-checkbox-checked label {
  background: url(img/checkbox-checked.png) left top no-repeat;
}
#dealer-service-details #fs-service-checkout,
#services-content #fs-service-checkout {
  text-align: center;
  background: #ededed;
  padding: 22px 12px;
}
#dealer-service-details #fs-service-checkout input,
#services-content #fs-service-checkout input {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#dealer-service-details #fs-service-checkout input[disabled='disabled'],
#services-content #fs-service-checkout input[disabled='disabled'] {
  background: #999999;
  background: linear-gradient(to bottom, #999999 0%, #999999 50%, #666666 51%, #666666 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#dealer-service-details .fa-phone-square:before,
#services-content .fa-phone-square:before {
  content: "";
  background: url(img/icon-phone-dealer.gif) left top no-repeat;
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto;
}
/* compare .................................................................. */
#product-compare-iframe-container {
  margin-top: -40px;
  margin-bottom: 40px;
}
#product-compare-iframe-container #open-products-compare-container {
  background: #960001;
  display: block;
  color: #fff;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}
#product-compare-iframe-container #compare-scroll-container {
  background: #ededed;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
#product-compare-iframe-container #products-to-compare {
  white-space: nowrap;
  padding: 10px;
  /* spec ratings */
}
#product-compare-iframe-container #products-to-compare > * {
  white-space: normal;
  vertical-align: top;
}
#product-compare-iframe-container #products-to-compare li {
  width: 260px;
  display: inline-block;
  margin-right: 10px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.25);
}
#product-compare-iframe-container #products-to-compare li > div > div:first-child {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#product-compare-iframe-container #products-to-compare li > div > div:first-child img {
  width: 100%;
}
#product-compare-iframe-container #products-to-compare #productTitle a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}
#product-compare-iframe-container #products-to-compare #productTitle a:hover {
  color: #e41819;
}
#product-compare-iframe-container #products-to-compare #productTitle .tyre-result-details-size {
  font-size: 13px;
}
#product-compare-iframe-container #products-to-compare .productFeatures {
  clear: both;
  border-bottom: 1px solid #ddd;
}
#product-compare-iframe-container #products-to-compare .productFeatures table {
  margin-bottom: 10px;
}
#product-compare-iframe-container #products-to-compare .productFeatures .tyre-result-brand-image {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
#product-compare-iframe-container #products-to-compare .result-right {
  overflow: hidden;
  clear: both;
}
#product-compare-iframe-container #products-to-compare .result-right .price-details {
  border: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
  margin: 10px 0;
  overflow: hidden;
}
#product-compare-iframe-container #products-to-compare .result-right .price-details .tyre-result-details-price {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -999em;
  float: left;
  font-size: 0;
}
#product-compare-iframe-container #products-to-compare .result-right .price-details .tyre-result-details-price .priceRegular {
  letter-spacing: 0;
  display: block;
  font-size: 24px;
  margin: 10px 0;
}
#product-compare-iframe-container #products-to-compare .result-right .price-details .tyre-result-detalis-price-info {
  margin: 10px 0;
  margin-left: 110px;
  text-align: right;
  display: block;
  font-size: 12px;
  color: #555;
}
#product-compare-iframe-container #products-to-compare .result-right .price-details .tyre-result-detalis-price-info a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
#product-compare-iframe-container #products-to-compare .result-right .price-details .tyre-result-detalis-price-info a:after {
  content: ">";
}
#product-compare-iframe-container #products-to-compare .result-right table {
  float: left;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-size {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #ededed;
  text-align: center;
  position: relative;
  top: 2px;
  margin-right: 3px;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-size + .tyre-size {
  margin-right: 0;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-size img {
  width: 25px;
  position: relative;
  top: 2px;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs td > div.item-with-overlay {
  height: 35px;
  width: 70px;
  border-radius: 3px;
  background: #ededed;
  position: relative;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs td img {
  width: 30px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs td.tyre-noise-level div > span {
  position: relative;
  top: 4px;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs td.tyre-noise-level div > span span.font-grey {
  font-size: 12px;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-additional-specs td {
  border-radius: 3px;
  background: #ededed;
  height: 35px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 8px;
}
#product-compare-iframe-container #products-to-compare .result-right .popover {
  width: 200px;
  position: absolute;
  background: #fff;
  z-index: 100;
}
#product-compare-iframe-container #products-to-compare .result-right .popover h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre-fuel-efficiency div.item-with-overlay:after,
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre-wet-grip div.item-with-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  border-radius: 0 3px 3px 0;
  width: 30px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre-fuel-efficiency div.item-with-overlay:before,
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre-wet-grip div.item-with-overlay:before {
  content: "";
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 7px;
  top: 0;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_A div.item-with-overlay:after {
  background: #0c8748;
  content: "A";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_A div.item-with-overlay:before {
  border-color: transparent transparent #0c8748 transparent;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_B div.item-with-overlay:after {
  background: #2da826;
  content: "B";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_B div.item-with-overlay:before {
  border-color: transparent transparent #2da826 transparent;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_C div.item-with-overlay:after {
  background: #aec52b;
  content: "C";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_C div.item-with-overlay:before {
  border-color: transparent transparent #aec52b transparent;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_D div.item-with-overlay:after {
  background: #e8cf00;
  content: "D";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_D div.item-with-overlay:before {
  border-color: transparent transparent #e8cf00 transparent;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_E div.item-with-overlay:after {
  background: #ffae00;
  content: "E";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_E div.item-with-overlay:before {
  border-color: transparent transparent #ffae00 transparent;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_F div.item-with-overlay:after {
  background: #ff5e00;
  content: "F";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_F div.item-with-overlay:before {
  border-color: transparent transparent #ff5e00 transparent;
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_G div.item-with-overlay:after {
  background: #ff000b;
  content: "G";
}
#product-compare-iframe-container #products-to-compare .result-right .tyre-specs .tyre_spec_rating_G div.item-with-overlay:before {
  border-color: transparent transparent #ff000b transparent;
}
#product-compare-iframe-container #products-to-compare #compare-buttons {
  text-align: center;
}
#product-compare-iframe-container #products-to-compare a.button-link {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin: 20px 0;
  display: inline-block;
}
#product-compare-iframe-container #products-to-compare a.buy-button {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-right: 6px;
}
#product-compare-iframe-container #products-to-compare .prodDesc {
  display: none;
}
#product-compare-iframe-container .fa-angle-down::before {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
#product-compare-iframe-container .fa-angle-up::before {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
/* checkout summary ......................................................... */
#checkout-summary,
#orders {
  background: #ededed;
  position: relative;
  margin-top: 60px;
  padding: 20px 24px;
  padding-top: 8px;
  margin-bottom: 40px;
  line-height: 1.5;
}
#checkout-summary hr,
#orders hr {
  display: none;
}
#checkout-summary > h1,
#orders > h1 {
  position: absolute;
  top: -40px;
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  left: 0;
}
#checkout-summary > h2,
#orders > h2 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 10px;
  margin-bottom: 12px;
}
#checkout-summary > a,
#orders > a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  padding: 6px 12px;
  float: right;
  margin-top: -58px;
}
#orders .order-details {
  font-size: 15px;
}
#orders #printpage {
  margin-top: 18px;
}
#orders #printpage a {
  color: #f00;
  font-weight: 700;
}
#orders #printpage #print-page-button a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-top: 4px;
}
#orders #order-rule ~ h3 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 20px;
  margin-bottom: 12px;
}
#orders #cancel-current-appointment {
  margin-left: 0;
}
#orders #cancel-current-appointment a {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#orders #current-orders h2 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 20px;
  margin-bottom: 12px;
}
#orders #current-orders a {
  color: #000;
}
#orders p strong {
  font-weight: 400;
}
#orders > form {
  margin-top: 20px;
  margin-bottom: 60px;
}
/* datepicker ............................................................... */
.hasDatepicker .ui-datepicker-inline {
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
}
.hasDatepicker .ui-datepicker-inline .ui-datepicker-header {
  background: #555;
  border: none;
  border-radius: 0;
}
.hasDatepicker .ui-datepicker-inline .ui-datepicker-header a.ui-state-hover {
  background: none;
  border: none;
}
.hasDatepicker .ui-datepicker-inline table .ui-datepicker-week-col {
  display: none;
  text-align: center;
}
.hasDatepicker .ui-datepicker-inline table thead th {
  color: #93000a;
  font-weight: 400;
}
.hasDatepicker .ui-datepicker-inline table td > * {
  border: none;
  color: #555;
  background: none;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.hasDatepicker .ui-datepicker-inline table td.ui-state-disabled {
  opacity: 1;
}
.hasDatepicker .ui-datepicker-inline table td.ui-state-disabled span {
  color: #b5b5b5;
}
.hasDatepicker .ui-datepicker-inline table td a {
  font-weight: 700;
}
.hasDatepicker .ui-datepicker-inline table td.ui-datepicker-today > *:after {
  content: "";
  background: #e01a25;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.hasDatepicker .ui-datepicker-inline table td.ui-datepicker-current-day a {
  background: #558a17;
  color: #fff;
  font-weight: 700;
}
/* carousel ................................................................. */
#promo-carousel-country {
  position: relative;
  margin-bottom: 42px;
  overflow: hidden;
}
#promo-carousel-country .promo-carousel-button {
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
#promo-carousel-country #promo-carousel-button-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.55);
}
#promo-carousel-country #promo-carousel-button-left:before {
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  left: 0;
  cursor: pointer;
}
#promo-carousel-country #promo-carousel-button-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.55);
}
#promo-carousel-country #promo-carousel-button-right:before {
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  right: 0;
  cursor: pointer;
}
/* cart ..................................................................... */
#cart {
  margin: 40px 0;
}
#cart #cart-entries {
  background: #ededed;
  padding: 8px 24px;
  margin: 16px 0;
}
#cart #cart-entries > div {
  background: #fff;
  padding: 12px;
  margin: 10px 0;
  position: relative;
  min-height: 110px;
}
#cart #cart-entries > div .tyre-result-details-name {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
#cart #cart-entries > div .actions {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 140px;
}
#cart #cart-entries > div .actions a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-bottom: 9px;
  display: block;
  text-align: center;
}
#cart #cart-summary p {
  text-align: right;
  font-weight: 700;
  padding-right: 24px;
  font-size: 16px;
}
#cart #checkout_container {
  overflow: hidden;
}
#cart #checkout_container a {
  float: right;
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-top: 24px;
}
#checkout-container {
  overflow: hidden;
  margin: 0;
}
#checkout-newstore h3 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-top: 20px;
}
#checkout-newstore #pos-search-mask-search {
  background: #ededed;
  padding: 16px 24px;
  margin: 16px 0;
}
#checkout-newstore #pos-search-mask-search > a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-top: 12px;
}
/* cookie notification ...................................................... */
.cc-cookies {
  position: fixed;
  max-width: 980px;
  margin: auto;
  bottom: 0;
  color: #000;
  z-index: 1000;
  padding: 20px 0;
  text-align: center;
  line-height: 1.5;
}
.cc-cookies:before {
  content: "";
  background: rgba(255, 255, 255, 0.95);
  left: -99em;
  width: 999em;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.cc-cookies:before {
  border-top: 2px solid #000;
}
.cc-cookies .cc-cookie-accept {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-left: 16px;
}
.cc-cookies .cc-cookie-decline {
  color: #999;
  margin-left: 6px;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 07. content type rules                                                     */
/* tyre ..................................................................... */
#search-results-content .result,
.tyre-details-content .result {
  border: 1px solid #E4E4E4;
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.25);
  margin: 20px 0;
}

.tyre-result-tyre-image {
	text-align: center;
}

.result-content .tyre-result-tyre-image img {
    max-width: 160px;
    max-height: 100px;
}

#search-results-content .result .result-content-top,
.tyre-details-content .result .result-content-top {
  overflow: hidden;
}
#search-results-content .result .result-content-top .result-left,
.tyre-details-content .result .result-content-top .result-left {
  float: left;
}
#search-results-content .result .result-content-top .result-left .tyre-result-tyre-image,
.tyre-details-content .result .result-content-top .result-left .tyre-result-tyre-image {
  margin: 12px 0 0 12px;
  overflow: hidden;
}
#search-results-content .result .result-content-top .result-left .tyre-result-tyre-image img,
.tyre-details-content .result .result-content-top .result-left .tyre-result-tyre-image img {
}
#search-results-content .result .result-content-top,
.tyre-details-content .result .result-content-top {
  position: relative;
  min-height: 112px;
  padding: 10px;
}
#search-results-content .result .result-content-top a,
.tyre-details-content .result .result-content-top a {
  text-decoration: none;
  
color: #000;

  font-size: 16px;
font-weight: 700;
  
}
#search-results-content .result .result-content-top a:hover .tyre-result-details-name,
.tyre-details-content .result .result-content-top a:hover .tyre-result-details-name {
  color: #e41819;
  text-decoration: underline;
}
#search-results-content .result .result-content-top .result-right .tyre-result-details-name,
.tyre-details-content .result .result-content-top .tyre-result-details-name {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
#search-results-content .result .result-content-top .tyre-result-details-price,
.tyre-details-content .result .result-content-top .tyre-result-details-price {
  /* position: absolute; */
  /* right: 0; */
  /* top: 0; */
  /* width: 195px; */
  text-align: right;
  /* font-family: Impact, "HelveticaNeue-CondensedBold", "Arial"; */
}
span.priceRegular {
    font-size: 30px;
    line-height: 1em;
    font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
    clear: both;
}
#search-results-content .result .result-content-top .tyre-result-details-price del,
.tyre-details-content .result .result-content-top .tyre-result-details-price del {
  color: #555;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  float: right;
}
#search-results-content .result .result-content-top .result-right .tyre-result-details-price del:after,
.tyre-details-content .result .result-content-top .result-right .tyre-result-details-price del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #e41819;
}
#search-results-content .result .result-content-top .tyre-result-details-price .priceRegular,
.tyre-details-content .result .result-content-top .tyre-result-details-price .priceRegular {
  font-size: 30px;
  display: block;
  clear: both;
  line-height: 1em;
}
#search-results-content .result .result-content-top .result-right .tyre-result-details-price .priceDiscounted,
.tyre-details-content .result .result-content-top .result-right .tyre-result-details-price .priceDiscounted {
  font-size: 30px;
  display: block;
  clear: both;
  line-height: 1em;
}
#search-results-content .result .result-content-top .result-right .price-details-info,
.tyre-details-content .result .result-content-top .result-right .price-details-info {
  font-family: arial, trebuchet MS, tahoma, helvetica, clean, sans-serif;
  margin-top: 6px;
}
#search-results-content .result .result-content-top .result-right .price-details-info a,
.tyre-details-content .result .result-content-top .result-right .price-details-info a {
  font-weight: 700;
  color: #000;
  position: relative;
  padding-right: 13px;
}

#search-results-content .result .result-content-top .result-right .price-details-info a:hover,
.tyre-details-content .result .result-content-top .result-right .price-details-info a:hover {
  text-decoration: underline;
}
#search-results-content .result .result-content-bottom,
.tyre-details-content .result .result-content-bottom {
  margin: 12px 0;
}
#search-results-content .result .result-content-bottom .result-left,
.tyre-details-content .result .result-content-bottom .result-left {
  float: left;
  width: 190px;
}
#search-results-content .result .result-content-bottom .result-left .tyre-result-brand-image,
.tyre-details-content .result .result-content-bottom .result-left .tyre-result-brand-image {
  margin: 12px;
  text-align: center;
}
#search-results-content .result .result-content-bottom .result-right,
.tyre-details-content .result .result-content-bottom .result-right {
  /* margin-left: 190px; */
/*   overflow: hidden; */
}
#search-results-content .result .result-content-bottom .result-right .popover,
.tyre-details-content .result .result-content-bottom .result-right .popover {
  width: 200px;
  position: absolute;
  background: #fff;
  z-index: 100;
}
#search-results-content .result .result-content-bottom .result-right .popover h1,
.tyre-details-content .result .result-content-bottom .result-right .popover h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
}
#search-results-content .result .result-content-bottom .clear,
.tyre-details-content .result .result-content-bottom .clear {
  display: none;
}
#search-results-content .result > .clear,
.tyre-details-content .result > .clear {
  display: none;
}
#search-results-content .result .result-functions,
.tyre-details-content .result .result-functions {
  background: #EDEDED;
  overflow: hidden;
  text-align: right;
  padding: 8px 0;
}
#search-results-content .result .result-functions a,
.tyre-details-content .result .result-functions a {
  display: inline-block;
  margin-right: 10px;
}
#search-results-content .result .result-functions a.buy-button,
.tyre-details-content .result .result-functions a.buy-button {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#search-results-content .result .result-functions a.compare-button,
.tyre-details-content .result .result-functions a.compare-button {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#search-results-content .result .result-functions .popover,
.tyre-details-content .result .result-functions .popover {
  width: 140px;
}
#search-results-content .result .result-functions .popover:after,
.tyre-details-content .result .result-functions .popover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -6px;
  content: "";
}
#search-results-content .result .result-functions .popover .popover-content .addBasketButton,
.tyre-details-content .result .result-functions .popover .popover-content .addBasketButton {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
  cursor: pointer;
  cursor: hand;
  margin-top: 8px;
  width: 100%;
}
.spinnerWidget,
.change-quantity {
  background: #ededed;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.spinnerWidget input[type="button"],
.change-quantity input[type="button"] {
  border: none;
  background: none;
  width: 50%;
  box-sizing: border-box;
  padding: 8px 0;
  float: left;
  color: #e41819;
  font-weight: 700;
  font-size: 19px;
  cursor: pointer;
  text-align: center;
}
.spinnerWidget input[type="button"].qtyminus,
.change-quantity input[type="button"].qtyminus {
  padding-right: 23px;
}
.spinnerWidget input[type="button"].qtyplus,
.change-quantity input[type="button"].qtyplus {
  padding-left: 23px;
}
.spinnerWidget input[type="text"],
.change-quantity input[type="text"] {
  border: 1px solid #ddd;
  padding: 12px;
  width: 46px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -23px;
  z-index: 100;
  box-sizing: border-box;
  text-align: center;
}
.tyre-details {
  padding-left: 285px;
  margin: 44px 0;
  position: relative;
}
.tyre-details .tyre-details-left {
  position: absolute;
  left: 0;
  top: 0;
}
.tyre-details .tyre-details-left img {
  width: 250px;
}
.tyre-details .tyre-result-details-name p{
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 26px;
}
.tyre-details .price-details {
  margin-top: 28px;
}
.tyre-details .price-details span.tyre-result-details-price span {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
.tyre-details .price-details span {
  font-size: 14px;
}
.tyre-details .price-details span a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.tyre-details .productFeatures {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 20px;
}
.tyre-details .productFeatures > * {
  display: inline-block;
  vertical-align: middle;
}
.tyre-details .productFeatures > *:first-child {
  margin-right: 20px;
}
.tyre-details #product-detals-buy-content {
  background: #EDEDED;
  overflow: hidden;
  text-align: right;
  padding: 8px 0;
  margin-top: 20px;
}
.tyre-details #product-detals-buy-content a {
  display: inline-block;
  margin-right: 10px;
}
.tyre-details #product-detals-buy-content a.buy-button {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.tyre-details #product-detals-buy-content a.compare-button {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
.tyre-details #product-detals-buy-content .popover {
  min-width: 140px;
}
.tyre-details #product-detals-buy-content .popover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: -6px;
  content: "";
}
.tyre-details #product-detals-buy-content .popover .popover-content .addBasketButton {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
}
.tyre-details-car-search {
  background: #ededed;
  padding: 8px 40px;
  font-size: 16px;
}
.tyre-details-car-search * {
  display: inline-block;
  vertical-align: middle;
}
.tyre-details-car-search input {
  border: 1px solid #ddd;
  padding: 10px 16px;
  color: #b5b5b5;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  border-radius: 4px;
  margin: 0 8px;
  width: 400px;
  box-sizing: border-box;
}
.tyre-details-car-search a.button-link {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
}
.tyre-details-contentarea {
  padding: 45px 0;
  overflow: hidden;
}
.tyre-details-contentarea .tyre-details-sidebar {
  width: 250px;
  float: left;
}
.tyre-details-contentarea .tyre-details-content {
  margin-left: 285px;
}
.tyre-details-contentarea .tyre-details-content p {
  margin: 12px 0;
  font-size: 16px;
}
.tyre-details-contentarea .tyre-details-content > * > table {
  width: 100%;
}
.tyre-details-contentarea .tyre-details-content > * > table th img {
  width: 30px;
}
.tyre-details-contentarea .tyre-details-content .result {
  margin-top: 0;
}
.tyre-details-sidebar-links hr {
  border: none;
  background: #ddd;
  height: 1px;
  margin: 16px 0;
}
.tyre-details-sidebar-links li {
  position: relative;
}
.tyre-details-sidebar-links li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin: 8px 0;
}
.tyre-details-sidebar-links li i {
  position: absolute;
  right: 0;
  top: 4px;
}
.tyre-details-sidebar-links li a.selected,
.tyre-details-sidebar-links li a:hover {
  color: #e41819;
}
.tyres-table,
.tyre-details-content > * > table,
.textblock > table {
  border: none;
  border-collapse: collapse;
}
.tyres-table tr,
.tyre-details-content > * > table tr,
.textblock > table tr {
  background: #ededed;
}
.tyres-table tr:nth-child(2n),
.tyre-details-content > * > table tr:nth-child(2n),
.textblock > table tr:nth-child(2n) {
  background: #fff;
}
.tyres-table th,
.tyre-details-content > * > table th,
.textblock > table th {
  background: #959595;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.tyres-table th,
.tyre-details-content > * > table th,
.textblock > table th,
.tyres-table td,
.tyre-details-content > * > table td,
.textblock > table td {
  text-align: left;
  padding: 6px 8px;
}
.tyres-table td .season_type,
.tyre-details-content > * > table td .season_type,
.textblock > table td .season_type {
  width: 20px;
}
.tyres-table td a,
.tyre-details-content > * > table td a,
.textblock > table td a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.tyres-table td a:hover,
.tyre-details-content > * > table td a:hover,
.textblock > table td a:hover {
  text-decoration: underline;
}
.tyres-table td a:after,
.tyre-details-content > * > table td a:after,
.textblock > table td a:after {
  content: ">";
  padding-left: 4px;
  font-weight: 700;
}
.textblock > table td a:after {
  display: none;
}
.tyres-table td:last-child {
  text-align: right;
}
.result-right {
  /* spec ratings */
}
.result-right table {
  float: left;
}
.result-right .tyre-size {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #ededed;
  text-align: center;
  /* position: relative; */
  top: 2px;
  /* margin-right: 3px; */
}
.result-right .tyre-size + .tyre-size {
  margin-right: 0;
}
.result-right .tyre-size img {
  width: 25px;
  position: relative;
  top: 0px;
}
.result-right .tyre-additional-specs td {
  border-radius: 3px;
  background: #ededed;
  height: 35px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0 8px;
}
.result-right .tyre-additional-specs td.disabled a {
  color: #ccc;
}
.result-right .tyre-specs td > div.item-with-overlay {
  height: 35px;
  width: 70px;
  border-radius: 3px;
  background: #ededed;
  position: relative;
}
.result-right .tyre-specs td img {
  width: 30px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.result-right .tyre-specs td.tyre-noise-level div > span {
  position: relative;
  top: 4px;
}
.result-right .tyre-specs td.tyre-noise-level div > span span.font-grey {
  font-size: 12px;
}
.result-right .tyre-specs .tyre-fuel-efficiency div.item-with-overlay:after,
.result-right .tyre-specs .tyre-wet-grip div.item-with-overlay:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  border-radius: 0 3px 3px 0;
  width: 30px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
.result-right .tyre-specs .tyre-fuel-efficiency div.item-with-overlay:before,
.result-right .tyre-specs .tyre-wet-grip div.item-with-overlay:before {
  content: "";
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 7px;
  top: 0;
}
.result-right .tyre-specs .tyre_spec_rating_A div.item-with-overlay:after {
  background: #0c8748;
  content: "A";
}
.result-right .tyre-specs .tyre_spec_rating_A div.item-with-overlay:before {
  border-color: transparent transparent #0c8748 transparent;
}
.result-right .tyre-specs .tyre_spec_rating_B div.item-with-overlay:after {
  background: #2da826;
  content: "B";
}
.result-right .tyre-specs .tyre_spec_rating_B div.item-with-overlay:before {
  border-color: transparent transparent #2da826 transparent;
}
.result-right .tyre-specs .tyre_spec_rating_C div.item-with-overlay:after {
  background: #aec52b;
  content: "C";
}
.result-right .tyre-specs .tyre_spec_rating_C div.item-with-overlay:before {
  border-color: transparent transparent #aec52b transparent;
}
.result-right .tyre-specs .tyre_spec_rating_D div.item-with-overlay:after {
  background: #e8cf00;
  content: "D";
}
.result-right .tyre-specs .tyre_spec_rating_D div.item-with-overlay:before {
  border-color: transparent transparent #e8cf00 transparent;
}
.result-right .tyre-specs .tyre_spec_rating_E div.item-with-overlay:after {
  background: #ffae00;
  content: "E";
}
.result-right .tyre-specs .tyre_spec_rating_E div.item-with-overlay:before {
  border-color: transparent transparent #ffae00 transparent;
}
.result-right .tyre-specs .tyre_spec_rating_F div.item-with-overlay:after {
  background: #ff5e00;
  content: "F";
}
.result-right .tyre-specs .tyre_spec_rating_F div.item-with-overlay:before {
  border-color: transparent transparent #ff5e00 transparent;
}
.result-right .tyre-specs .tyre_spec_rating_G div.item-with-overlay:after {
  background: #ff000b;
  content: "G";
}
.result-right .tyre-specs .tyre_spec_rating_G div.item-with-overlay:before {
  border-color: transparent transparent #ff000b transparent;
}
/* dealer ................................................................... */
/* teaser ................................................................... */
#recordList > .record,
#resultListHero .record {
  font-size: 16px;
  color: #555;
  position: relative;
}
#recordList > .record > div > img,
#resultListHero .record > div > img {
  display: none;
}
.record .pos-result-checkout {
  margin: 24px 0;
}
.pos-result-checkout .pos-wrapper {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px rgba(128, 128, 128, 0.25);
  zoom: 1;
  display: inline-block;
  display: block;
  padding: 12px;
  position: relative;
}
.pos-wrapper:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
.pos-result-checkout:before {
  content: "";
  top: 60px;
  bottom: 12px;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
}
.pos-wrapper h3 a {
  color: #000;
  font-size: 18px;
   margin-bottom: 12px; 
  text-decoration: none;
  font-weight: 700;
  margin-top: 25px;
}


.pos-wrapper h3 a:hover {
  color: #e41819;
  text-decoration: underline;
}

.pos-wrapper > div {
  /* padding-right: 25px; */
  box-sizing: border-box;
}
.pos-wrapper h2 {
  color: #555;
  font-size: 16px;
  margin-bottom: 8px;
}
div.outlet {
  width: 245px;
  /* font-size: 14px; */
}
div.outlet .manager {
  margin-top: 12px;
}
div.outlet p a {
  color: #000;
}
div.contact {
  /* padding-right: 48px; */
}
div.contact p.pnumber {
	font-weight: 700;
	padding-left: 28px;
	min-height: 20px;
	line-height: 20px;
	background: url(img/icon-phone-dealer.gif) left top no-repeat;
}
div.contact p.distance {
  position: absolute;
  top: -42px;
  right: 12px;
  background: url(img/icon-distance.gif) left top no-repeat;
  padding-left: 28px;
  min-height: 27px;
  line-height: 27px;
  cursor: pointer; 
  cursor: hand;
}
div.book-appointment .small-black-button {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
  margin-top: 12px;
  float: none;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer; 
  cursor: hand;
}

div.services ul {
  overflow: hidden;
}
div.services li {
  position: relative;
  padding-left: 22px;
  box-sizing: border-box;
}

ul.service-check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(img/icon-check.gif) left top no-repeat;
  width: 14px;
  height: 14px;
}
div.services h2.facilities {
  margin-top: 12px;
}
ul.facilities li {
  display: inline-block;
  margin-right: 4px;
  padding-left: 0;
  width: auto;
  float: none;
}
ul.facilities li:before,
{
  content: "";
  background: none;
}
div.hours {
  margin-top: 12px;
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
div.hours ul {
  overflow: hidden;
}
div.hours li {
  box-sizing: border-box;
}

.pos-wrapper > .selectandcontinue a {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: pointer; 
  cursor: hand;
}
.pos-wrapper.pos-result-selected {
  border-color: #e41819;
}
.pos-wrapper.pos-result-selected h3 a {
  color: #e41819;
}
.pos-result-checkout .pnumber img {
  display: none;
}
div.contact p.distance {
  top: auto;
  bottom: 10px;
}
/* detail page .............................................................. */
#dealer-header,
#dealer-info-wrapper {
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 2px rgba(128, 128, 128, 0.25);
  padding: 30px;
  padding-top: 0;
  margin: 38px 0;
  position: relative;/* in hero */
}
#dealer-header #dealer-info-header #dealer-your-shop,
#dealer-info-wrapper #dealer-info-content #dealer-your-shop {
  margin-left: -30px;
  margin-bottom: 12px;
  overflow: hidden;
}
#dealer-header #dealer-info-header #dealer-your-shop .rounded-pill,
#dealer-info-wrapper #dealer-info-content #dealer-your-shop .rounded-pill {
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  padding-left: 30px;
  float: left;
  position: relative;
  margin-right: 15px;
}

#dealer-header #dealer-info-header #dealer-your-shop .rounded-pill:before,
#dealer-info-wrapper #dealer-info-content #dealer-your-shop .rounded-pill:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 41px 15px 0 0;
  border-color: #000 transparent transparent  transparent;
  content: "";
  position: absolute;
  right: -15px;
  top: 0;
}
#dealer-header #dealer-info-header #dealer-your-shop a,
#dealer-info-wrapper #dealer-info-content #dealer-your-shop a
{
  padding: 10px;
  text-decoration: none;
  font-weight: 700;
  color: #000000;
}
#dealer-info-wrapper #dealer-info-content #dealer-your-shop a:after {
  content: ">";
  margin-left: 3px;
}
#dealer-header #dealer-info-header .opening_hours_container {
}
#dealer-header #dealer-info-header .opening_hours_container h2,
#dealer-info-wrapper #dealer-info-content .opening_hours_container h2 {
  font-size: 16px;
  
}
#dealer-header #dealer-info-header .opening_hours_container p,
#dealer-info-wrapper #dealer-info-content .opening_hours_container p{
  overflow: hidden;
}
#dealer-header #dealer-info-header .opening_hours_container p span:first-child,
#dealer-info-wrapper #dealer-info-content .opening_hours_container p span:first-child {
  float: left;
  width: 60px;
}
#dealer-header #dealer-info-header .opening_hours_container p span:last-child,
#dealer-info-wrapper #dealer-info-content .opening_hours_container p span:last-child {
  margin-left: 72px;
}
#dealer-header #dealer-info-header .book_appointment_container,
#dealer-info-wrapper #dealer-info-content .book_appointment_container {
  overflow: hidden;
}
#dealer-header #dealer-info-header .book_appointment_container #dealer-facility-icons,
#dealer-info-wrapper #dealer-info-content .book_appointment_container #dealer-facility-icons {
  padding: 2px;
  border-radius: 4px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  
}
#dealer-header #dealer-info-header .book_appointment_container .button-blue,
#dealer-info-wrapper #dealer-info-content .book_appointment_container .button-blue {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 11px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  text-align: center;
}
#dealer-header #dealer-info-header .book_appointment_container #button-tel-link,
#dealer-info-wrapper #dealer-info-content .book_appointment_container #button-tel-link {
	background: #ffffff url(img/icon-phone-dealer.gif) 10px center no-repeat;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 40px;
	float: left;
	text-decoration: none;
	color: #555;
	font-weight: 700;
	border-radius: 4px;
	margin-top: 6px;
	min-width: 160px;
	/* margin-left: 20px; */
}

#dealer-header #dealer-info-header .book_appointment_container #button-tel-link-detail,
#dealer-info-wrapper #dealer-info-content .book_appointment_container #button-tel-link-detail {
	background: #ffffff url(img/icon-phone-dealer.gif) 10px center no-repeat;
	padding-top: 9px;
	padding-right: 16px;
	padding-bottom: 9px;
	padding-left: 40px;
	float: left;
	text-decoration: none;
	color: #555;
	font-weight: 700;
	border-radius: 4px;
	margin-top: 5px;
	border: 2px solid #bdbdbd;
}

#dealer-header #dealer-info-header .content > h1,
#dealer-info-wrapper #dealer-info-content > h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}
#dealer-info-wrapper #dealer-map-location {
  width: 350px;
  position: absolute;
  right: 30px;
  top: 20px;
  height: 350px;
}
#hero #dealer-header {
  box-shadow: none;
  margin: 0;
  border: none;
}
#hero #dealer-header #dealer-info-header .book_appointment_container {
  padding-top: 30px;
}
#dealer-service-details {
  float: left;
  width: 580px;
}
#dealer-images {
  margin-left: 650px;
}
#dealer-images img {
  width: 100%;
  margin-bottom: 16px;
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 08. form rules                                                             */
/* formbox ****************************************************************** */
form .inputBox,
form .dropDown,
form .textArea {
  overflow: hidden;
  margin: 16px 0;
}
form .inputBox br,
form .dropDown br,
form .textArea br {
  display: none;
}
form .inputBox label,
form .dropDown label,
form .textArea label {
  width: 150px;
  float: left;
  padding-top: 10px;
  font-size: 14px;
}
form .inputBox input,
form .dropDown select,
form .textArea textarea {
  margin-left: 170px;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
form .dropDown select {
  width: 326px;
}
form .dropDown .fs-select {
    width: 100%;
    max-width: 300px;
}
@media (min-width: 529px) {
    form .button {
        margin-left: 152px;
    }
}
form .button button {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
form .errormessage {
  color: #d00;
  display: block;
}
form .errormessage font {
  font-size: 14px;
  line-height: 1.25em;
}
/* input element ************************************************************ */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* 09. page specific rules                                                    */
/* page: home ............................................................... */
#homepage-main-info {
  margin: 36px 0;
  text-align: center;
}
#homepage-main-info h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
#homepage-main-info p {
  font-size: 18px;
  margin: 24px;
}
#homepage-main-info a {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-right: 16px;
}
#homepage-main-info a + a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  margin-right: 0;
}
#homepage-main-image {
  margin: 40px 20px;
}
#homepage-main-image li {
  display: none;
}
#homepage-main-image li:first-child {
  display: block;
}
#homepage-main-image li img {
  width: 100%;
}
#homepage-main-image li p,
#homepage-main-image li div {
  display: none;
}
#promo-carousel-country {
  overflow: hidden;
  font-size: 16px;
}
#promo-carousel-country ul li {
  float: left;
  width: 235px;
  margin-right: 13px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  min-height: 450px;
}
#promo-carousel-country ul li a {
  display: block;
}
#promo-carousel-country ul li a img {
  width: 100% !important;
}
#promo-carousel-country ul li h4,
#promo-carousel-country p {
  margin: 16px 20px;
}
/* page: contact ............................................................ */
.contactUsContent,
#contactForm {
  max-width: 700px;
  margin: 40px auto;
  padding-left: 10px;
  padding-right: 10px;
}
.contactUsContent h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}
.contactUsContent p.successmessage {
  background: #D4EAED;
  padding: 12px 16px;
  margin: 24px 0;
}
.contactUsContent p.errormessage {
  background: #FDD4D4;
  padding: 12px 16px;
  margin: 24px 0;
}
#contactForm {
  background: #ededed;
  padding: 5px 20px;
  box-sizing: border-box;
}
/* page: checkout ........................................................... */
.goto-next-checkout-step {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  float: right;
  margin-top: 20px;
}
.goto-next-checkout-step.disabled {
  background: #999999;
  background: linear-gradient(to bottom, #999999 0%, #999999 50%, #666666 51%, #666666 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  cursor: default;
}
#checkout-container > h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
#personalInformationForm,
#registration-form {
  background: #ededed;
  padding: 8px 24px;
  margin-top: 60px;
  position: relative;
}
#personalInformationForm > h1,
#registration-form > h1 {
  position: absolute;
  top: -40px;
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  left: 0;
}
#personalInformationForm p,
#registration-form p {
  margin: 12px 0;
}
#personalInformationForm p > *,
#registration-form p > * {
  display: inline-block;
  vertical-align: middle;
}
#personalInformationForm p label,
#registration-form p label {
  width: 200px;
}
#personalInformationForm p input,
#personalInformationForm p select,
#registration-form p input {
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 700;
  margin-right: 8px;
}
#order-details,
.line,
.basket-item {
  background: #fff;
  overflow: hidden;
  margin-bottom: 2px;
}
#order-details .productname,
.line .productname,
.basket-item .productname,
#order-details .basket-item-title,
.line .basket-item-title,
.basket-item .basket-item-title {
  width: 35%;
  float: left;
  padding: 10px 12px;
  box-sizing: border-box;
}
#order-details td,
.line td,
.basket-item td,
#order-details .basket-regular,
.line .basket-regular,
.basket-item .basket-regular {
  width: 28%;
  float: left;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: right;
}
#order-details .quantity,
.line .quantity,
.basket-item .quantity,
#order-details .basket-quantity,
.line .basket-quantity,
.basket-item .basket-quantity {
  width: 12%;
  float: left;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: right;
}
#order-details .total,
.line .total,
.basket-item .total,
#order-details .basket-item-price,
.line .basket-item-price,
.basket-item .basket-item-price {
  width: 25%;
  float: left;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: right;
}
#order-details .basket-item-price:after,
.line .basket-item-price:after,
.basket-item .basket-item-price:after {
  clear: both;
}
.basket-total {
  background: #555;
  padding: 10px 12px;
  box-sizing: border-box;
  color: #fff;
  clear: both;
  text-align: right;
}
#order-details {
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#order-details tr td {
  background: #555;
  color: #fff;
}
#order-details td.productname {
  text-align: left;
}
#order-details .grandtotal,
#order-details .total {
  font-weight: 700;
  font-size: 16px;
}
#order-details .line {
  background: none;
}
#order-details tr.line td {
  background: #fff;
  color: #000;
}
#order-details td.quantity .total {
  padding: 0;
  font-weight: 400;
  width: 100%;
}
#order-details td {
  text-align: right;
  border: none;
  border-bottom: 2px solid #ededed;
  border-top: none !important;
  float: none !important;
}
#serviceList {
  margin-bottom: 10px;
}
#serviceList .fitting-service-container {
  padding: 6px 0;
  overflow: hidden;
  position: relative;
  padding-right: 80px;
}
#serviceList .fitting-service-container input {
  position: absolute;
  left: 0;
  /* top: 7px; */
}
#serviceList .fitting-service-container label {
  width: 400px;
  position: relative;
  display: block;
  padding-left: 25px;
  /* padding-top: 4px; */
}
#serviceList .fitting-service-container label > span {
  float: right;
  top: -3px;
  width: auto;
  text-align: right;
  margin-right: -80px;
}
.checkoutTopWrap > br,
.checkoutTopWrap .ia-formContainer > br {
  display: none;
}
.checkoutTopWrap > h1,
.checkoutTopWrap > .ia-formContainer > h1 {
  margin-bottom: 12px;
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}
.checkoutTopWrap > label,
.checkoutTopWrap > .ia-formContainer > label {
  float: left;
  width: 230px;
  clear: left;
  margin-bottom: 8px;
}
.checkoutTopWrap > input,
.checkoutTopWrap > .ia-formContainer > input {
  margin-left: 0px;
  display: block;
  width: 260px;
  padding: 4px 8px;
  margin: 8px 0;
}
.checkoutTopWrap > h2 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  left: 0;
  margin-top: 16px;
  margin-bottom: 8px;
}
.ia-formContainer #appointmentDatePicker {
  margin-top: 20px;
}
.ia-formContainer,
#payment-method-list,
#checkout-container fieldset {
  padding: 5px 24px;
  background: #ededed;
  overflow: hidden;
}
.ia-formContainer > p,
#payment-method-list > p,
#checkout-container fieldset > p {
  margin-bottom: 8px;
}
.ia-formContainer #appointmentDatePicker,
#payment-method-list #appointmentDatePicker,
#checkout-container fieldset #appointmentDatePicker {
  float: left;
}
.ia-formContainer .ia-timeSlot,
#payment-method-list .ia-timeSlot,
#checkout-container fieldset .ia-timeSlot {
  margin-left: 340px;
  margin-top: 20px;
}
.ia-formContainer .ia-timeSlot #appointmentTime input,
#payment-method-list .ia-timeSlot #appointmentTime input,
#checkout-container fieldset .ia-timeSlot #appointmentTime input {
  margin-right: 6px;
  margin-top: 6px;
}
#payment-method-list input {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#checkout-container fieldset input {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
#buttonWrap {
  background: none;
  padding: 10px 0 0;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 24px;
}
#buttonWrap #backButton {
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
#buttonWrap #cancelButton {
  float: right;
}
/* page: login .............................................................. */
/* login page ............................................................... */
#logincontainer {
  overflow: hidden;
  margin: 40px 0;
  background: #EDEDED;
}
#logincontainer #loginregister {
  /* width: 48% !important; */
  /* float: left; */
  background: #EDEDED;
  box-sizing: border-box;
  padding: 24px 20px;
  min-height: 300px;
}
#logincontainer #loginregister br {
  display: none;
}
#logincontainer #loginregister .errormessage br {
  display: block;
}
#logincontainer #loginregister h1 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
}
#logincontainer #loginregister ~ #loginregister {
  /* float: right; */
}
#logincontainer #loginregister .inputBox input {
  width: 240px;
}
#logincontainer #loginregister input[type="submit"] {
  display: none;
}
#logincontainer #loginregister input[type="submit"].button-link {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
}
#logincontainer #loginregister .forgot a {
  color: #e41819;
  position: relative;
  margin-left: 150px;
}
/* account page ............................................................. */
#my-account-change-pwd,
#my-account-left {
  background: #EDEDED;
  box-sizing: border-box;
  padding: 24px 20px;
  margin: 20px 0;
}
#my-account-change-pwd h3,
#my-account-left h3,
#my-account-change-pwd h2,
#my-account-left h2 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
#my-account-change-pwd input[type="submit"],
#my-account-left input[type="submit"] {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
}
#my-account-change-pwd br,
#my-account-left br {
  display: none;
}
#head > h1 {
  margin-top: 40px;
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  text-transform: uppercase;
  font-weight: 400;
  font-size: 26px;
}
#forgotpassword {
  background: #EDEDED;
  box-sizing: border-box;
  padding: 24px 20px;
  margin: 20px 0;
  width: 60%;
}
#forgotpassword h2 {
  font-family: Impact, "HelveticaNeue-CondensedBold", "Arial";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
#forgotpassword h2 ~ h2 {
  margin-top: 20px;
}
#forgotpassword input#email {
  float: left;
  width: 300px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 10px;
}
#forgotpassword #retrieve-password.button {
  margin-top: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  #forgotpassword #retrieve-password.button {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#forgotpassword input[type="submit"] {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  position: relative;
  top: 1px;
}
#forgotpassword #email-error {
  color: #e41819;
  font-weight: normal;
  display: block;
}
#logout-button {
  position: relative;
}
#logout-button a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  position: absolute;
  right: 0;
  top: 40px;
}
/* page: services ........................................................... */
#allservices {
  margin: 40px 0;
}
#allservices a {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
}
/* page: dealer backend ..................................................... */
#my-account-body a[disabled="disabled"] {
  pointer-events: none;
  color: gray;
}
#my-account-body a {
  color: #e41819;
}
#my-account-body #details {
  background: none !important;
  border-width: 0;
  padding: 0;
  zoom: 1;
  display: inline-block;
  display: block;
  position: relative;
}
#my-account-body #details:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: "";
}
#my-account-body #details #results {
  margin-bottom: 12px;
}
#my-account-body #details #back {
  position: absolute;
  right: 0;
  top: 56px;
}
#my-account-body #details #back a {
  background: #333333;
  background: linear-gradient(to bottom, #333333 0%, #333333 50%, #000000 51%, #000000 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
  width: 200px;
  box-sizing: border:box;
  text-align: center;
}
#my-account-body #details #confirmDeliveryForm {
  position: absolute;
  right: 0;
  top: 96px;
}
#my-account-body #details #confirmDeliveryForm > div {
  float: none !important;
  margin: 10px 0 !important;
}
#my-account-body #details #confirmDeliveryForm > div a {
  background: #e41819;
  background: linear-gradient(to bottom, #e41819 0%, #e41819 50%, #d81516 51%, #d81516 100%);
  padding: 9px 16px;
  position: relative;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  display: block;
  box-sizing: border:box;
  text-align: center;
  width: 200px;
}
#my-account-body #cancelDelivery .popover {
  /* left: 0 !important; */
  box-sizing: border-box;
}
#my-account-body #details #leftLayoutColumn {
  margin-right: 280px;
}
#my-account-body #details #leftLayoutColumn h2 {
  clear: both;
  padding-top: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
}
#my-account-body #details #leftLayoutColumn h2 font {
  font-size: 18px;
}
#my-account-body #details #leftLayoutColumn h3 {
  clear: both;
  padding-top: 24px;
  color: #000;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin-bottom: 8px;
  font-size: 20px;
}
#my-account-body #details #leftLayoutColumn .label {
  clear: both;
  float: left;
  width: 200px;
  margin: 2px 0;
  padding: 12px 12px;
  background: #f9f9f9;
  box-sizing: border-box;
  color: #333;
}
#my-account-body #details #leftLayoutColumn .label + * {
  margin-left: 210px;
  padding: 14px;
}
#my-account-body .successmessage {
  background: #D4EAED;
  padding: 12px 16px;
  margin: 24px 0;
}
#my-account-body .errormessage {
  background: #FDD4D4;
  padding: 12px 16px;
  margin: 24px 0;
}
#my-account-body #POSAppointments {
  background: #eee;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#my-account-body #POSAppointments td,
#my-account-body #POSAppointments th {
  vertical-align: top;
  padding: 8px 6px;
  border: 1px solid #ddd;
}
#my-account-body #POSAppointments th {
  font-size: 12px;
}
#my-account-body #POSAppointments td {
  text-align: right;
}
#my-account-body #POSAppointments tr:nth-child(2n) {
  background: #fff;
}
#my-account-body #POSAppointments .blackButton a:hover {
  color: #000;
}
#my-account-body .record {
  font-size: 12px;
}
#my-account-body .record td:last-child {
  width: 140px;
}
#my-account-body .tabs-container .grid_16 {
  padding: 0 12px;
}
#my-account-body .tabs-container .grid_16 .grid_8 > h2,
#my-account-body .tabs-container .grid_16 .grid_8 > h3 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  padding-top: 20px;
  margin-bottom: 12px;
}
#my-account-body .tabs-container .grid_16 #leftLayoutColumn .grid_3 {
  float: left;
  width: 200px;
  margin-bottom: 15px;
  clear: both;
}
#my-account-body .tabs-container .grid_16 #leftLayoutColumn .grid_5 {
  margin-left: 210px;
  margin-bottom: 15px;
}
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_5,
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_1 {
  background: #fff;
  padding: 10px 12px;
  float: left;
  box-sizing: border-box;
  margin-top: 1px;
}
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_5 {
  width: 586px;
  clear: left;
  font-weight: 400;
  color: #000;
}
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_1 {
  width: 117px;
  text-align: right;
}
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_1.omega {
  font-weight: 700;
}
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_7 {
  background: #555;
  color: #fff;
  width: 796px;
  float: left;
  clear: both;
  padding: 10px 12px;
  margin-top: 2px;
  text-align: right;
}
#my-account-body .tabs-container .grid_16 #rightLayoutColumn > .grid_7 + .grid_1 {
  background: #555;
  color: #fff;
  margin-top: 2px;
}
#head {
  margin-left: 0 !important;
  width: auto !important;
}
/* temporary ................................................................ */
#basket-overlay,
#language-overlay {
  display: none;
}
/* land page component ..................................................... */
#landing_subheader {
	background-repeat: no-repeat;
	background-color: black;
}

.css-640 #landing_subheader,
.css-480 #landing_subheader,
.css-320 #landing_subheader  {
	background-image: none;
}
.css-480 #landing_readmore,
.css-320 #landing_readmore {
	width: 100%;
}
.css-480 #landing_showall,
.css-320 #landing_showall {
	padding-top: 10px;
}

.css-480 #landing_subheader_title,
.css-320 #landing_subheader_title{
	line-height: 1.5em;
}

#pin_container {
	float: right;
}

#landing_subheader h1{
	color: #FFF;
	font-family: Impact;
	font-size: 44px;
	line-height: 2.5em;
	text-transform: uppercase;
}
#landing_subheader_text{
	float: left;
	padding: 20px;
	color: #B2B0B3;
}
#landing_subheader_text p{
	padding: 10px 0px;
}
#landing_content {
	padding: 10px;
}
#landing_subheader_links{
	padding-top: 20px;
}
#landing_subheader_links a{
	margin: 0px 18px 0px 0px;
}		

#landing_subheader_links a{
	color: #fff;
    font-size: 16px;
}
#promotion_pin  {
	font-family: Impact;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	font-size: 50px;
	color: #fff;
	line-height: 130px;
	text-align: center;
	background: #2B2B2B;
	float:right;
	margin-top: 40px;
	margin-right: 40px;
}

.top-header-links .account-button {
	float:left !important;
}

@media (max-width: 360px) {
	html #header #header-top-links>ul {
		text-align: center !important;
	}
	.top-header-links .account-button {
		margin-bottom:15px;
	}
	html #header #header-top-links>ul>li {
	    float: none !important;
	    display:block !important;
	}
}

.poslocator_dayname {
	float: left;
}

.poslocator_nowrap {
	white-space: nowrap;
}

.poslocator_openinghours {
	margin-left: 70px;
}

#orderComment {
	width: 261px;
	padding: 5px;
}

#tyreQuantitySelection {
	margin-bottom: 20px;
}

.labelOnTopOfInput {
	margin: 0 0 5px 0;
}

.tyreSpecificationSelectionWrapper {
	margin: 8px 0;
}

.editorialItem img {
	margin: 5px;
}