﻿.form-horizontal label.control-label {
  padding-top: 12px;
}
fieldset.contourFieldSet .contourField {
  margin-bottom: 15px;
  display: block;
}
fieldset.contourFieldSet .contourField .disabled {
  color: #3d3d3d;
}
fieldset.contourFieldSet .contourField label {
  display: block;
}
fieldset.contourFieldSet .contourField textarea {
  min-height: 350px;
}
fieldset.contourFieldSet .contourField input,
fieldset.contourFieldSet .contourField select,
fieldset.contourFieldSet .contourField textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3d3d3d;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
fieldset.contourFieldSet .contourField input:focus,
fieldset.contourFieldSet .contourField select:focus,
fieldset.contourFieldSet .contourField textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}
fieldset.contourFieldSet .contourField input::-moz-placeholder,
fieldset.contourFieldSet .contourField select::-moz-placeholder,
fieldset.contourFieldSet .contourField textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
fieldset.contourFieldSet .contourField input:-ms-input-placeholder,
fieldset.contourFieldSet .contourField select:-ms-input-placeholder,
fieldset.contourFieldSet .contourField textarea:-ms-input-placeholder {
  color: #999999;
}
fieldset.contourFieldSet .contourField input::-webkit-input-placeholder,
fieldset.contourFieldSet .contourField select::-webkit-input-placeholder,
fieldset.contourFieldSet .contourField textarea::-webkit-input-placeholder {
  color: #999999;
}
fieldset.contourFieldSet .contourField input[disabled],
fieldset.contourFieldSet .contourField select[disabled],
fieldset.contourFieldSet .contourField textarea[disabled],
fieldset.contourFieldSet .contourField input[readonly],
fieldset.contourFieldSet .contourField select[readonly],
fieldset.contourFieldSet .contourField textarea[readonly],
fieldset[disabled] fieldset.contourFieldSet .contourField input,
fieldset[disabled] fieldset.contourFieldSet .contourField select,
fieldset[disabled] fieldset.contourFieldSet .contourField textarea {
  background-color: #c9c9c9;
  opacity: 1;
}
fieldset.contourFieldSet .contourField input[disabled],
fieldset.contourFieldSet .contourField select[disabled],
fieldset.contourFieldSet .contourField textarea[disabled],
fieldset[disabled] fieldset.contourFieldSet .contourField input,
fieldset[disabled] fieldset.contourFieldSet .contourField select,
fieldset[disabled] fieldset.contourFieldSet .contourField textarea {
  cursor: not-allowed;
}
textareafieldset.contourFieldSet .contourField input,
textareafieldset.contourFieldSet .contourField select,
textareafieldset.contourFieldSet .contourField textarea {
  height: auto;
}
fieldset.contourFieldSet .calendar {
  width: 100%;
  border-color: #dbdbdb;
  border-radius: 4px;
}
fieldset.contourFieldSet .calendar > tbody > tr:first-child > td {
  background-color: transparent !important;
}
fieldset.contourFieldSet .calendar th {
  text-align: center;
}
fieldset.contourFieldSet .calendar td {
  padding: 3px;
  border-radius: 4px;
}
fieldset.contourFieldSet .calendar td a {
  padding: 10px 0;
  display: block;
}
.contourNavigation input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #cb1509;
  color: #ffffff;
  background-color: #e3170a;
}
.contourNavigation input:focus,
.contourNavigation input:active:focus,
.contourNavigation input.active:focus,
.contourNavigation input.focus,
.contourNavigation input:active.focus,
.contourNavigation input.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.contourNavigation input:hover,
.contourNavigation input:focus,
.contourNavigation input.focus {
  color: #3d3d3d;
  text-decoration: none;
}
.contourNavigation input:active,
.contourNavigation input.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.contourNavigation input.disabled,
.contourNavigation input[disabled],
fieldset[disabled] .contourNavigation input {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contourNavigation input:hover,
.contourNavigation input:focus,
.contourNavigation input.focus,
.contourNavigation input:active,
.contourNavigation input.active,
.open > .dropdown-toggle.contourNavigation input {
  color: #ffffff;
  background-color: #b21208;
  border-color: #900f06;
}
.contourNavigation input:active,
.contourNavigation input.active,
.open > .dropdown-toggle.contourNavigation input {
  background-image: none;
}
.contourNavigation input.disabled,
.contourNavigation input[disabled],
fieldset[disabled] .contourNavigation input,
.contourNavigation input.disabled:hover,
.contourNavigation input[disabled]:hover,
fieldset[disabled] .contourNavigation input:hover,
.contourNavigation input.disabled:focus,
.contourNavigation input[disabled]:focus,
fieldset[disabled] .contourNavigation input:focus,
.contourNavigation input.disabled.focus,
.contourNavigation input[disabled].focus,
fieldset[disabled] .contourNavigation input.focus,
.contourNavigation input.disabled:active,
.contourNavigation input[disabled]:active,
fieldset[disabled] .contourNavigation input:active,
.contourNavigation input.disabled.active,
.contourNavigation input[disabled].active,
fieldset[disabled] .contourNavigation input.active {
  background-color: #e3170a;
  border-color: #cb1509;
}
.contourNavigation input .badge {
  color: #e3170a;
  background-color: #ffffff;
}
.contourNavigation input:hover,
.contourNavigation input:focus,
.contourNavigation input.focus,
.contourNavigation input:active,
.contourNavigation input.active,
.open > .dropdown-toggle.contourNavigation input {
  color: #ffffff;
  background-image: none;
  background-color: #cb1509;
}
.contourNavigation input:active,
.contourNavigation input.active,
.open > .dropdown-toggle.contourNavigation input {
  background-image: none;
}
.contourNavigation input .badge {
  color: #e3170a;
  background-color: #ffffff;
}
.contourError {
  background-color: #ec2d13;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
ul.car-sales-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.car-sales-details .fa,
ul.car-sales-details .material-icons,
ul.car-sales-details .motasoft {
  font-size: 42px;
  color: #e3170a;
}
ul.car-sales-details li {
  height: 60px;
  text-align: center;
}
ul.car-sales-details .car-sales-year {
  position: relative;
}
ul.car-sales-details .car-sales-year span {
  position: absolute;
  left: 50%;
  top: 15px;
  font-size: 12px;
  width: 40px;
  margin-left: -20px;
  color: #b80c09;
}
ul.car-sales-details .car-sales-doors {
  position: relative;
}
ul.car-sales-details .car-sales-doors span {
  position: absolute;
  left: 50%;
  top: 18px;
  font-size: 14px;
  width: 40px;
  margin-left: -20px;
  color: #b80c09;
}
ul.car-sales-details .car-sales-fuel-type {
  position: relative;
}
ul.car-sales-details .car-sales-fuel-type span {
  position: absolute;
  left: 50%;
  top: 16px;
  font-size: 14px;
  width: 40px;
  margin-left: -25px;
  color: white;
  font-weight: 700;
}
ul.car-sales-details .car-sales-transmission {
  position: relative;
}
ul.car-sales-details .car-sales-transmission .motasoft {
  font-size: 30px;
}
ul.car-sales-details .car-sales-transmission span {
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #e3170a;
  font-weight: 700;
}
ul.car-sales-details .car-sales-engine-size {
  position: relative;
}
ul.car-sales-details .car-sales-engine-size .material-icons {
  font-size: 30px;
}
ul.car-sales-details .car-sales-engine-size span {
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #e3170a;
  font-weight: 700;
}
.flexslider {
  margin-bottom: 30px;
}
rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
rzslider[disabled] {
  cursor: not-allowed;
}
rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3;
}
rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}
rzslider .rz-bar-wrapper.rz-draggable {
  cursor: move;
}
rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
rzslider .rz-bar.rz-selection {
  z-index: 2;
  background: #0db9f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
rzslider .rz-pointer:hover:after {
  background-color: #ffffff;
}
rzslider .rz-pointer.rz-active {
  z-index: 4;
}
rzslider .rz-pointer.rz-active:after {
  background-color: #451aff;
}
rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}
rzslider .rz-bubble.rz-selection {
  top: 16px;
}
rzslider .rz-bubble.rz-limit {
  color: #55637d;
}
rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0;
  padding: 0 11px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
rzslider .rz-ticks .rz-tick {
  width: 10px;
  height: 10px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%;
}
rzslider .rz-ticks .rz-tick.rz-selected {
  background: #0db9f0;
}
rzslider .rz-ticks .rz-tick .rz-tick-value {
  position: absolute;
  top: -30px;
  transform: translate(-50%, 0);
}
rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline;
}
rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px;
}
rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%;
}
rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important;
}
rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px;
}
rzslider.rz-vertical .rz-bubble.rz-selection {
  top: auto;
  left: 16px !important;
}
rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%;
  padding: 11px 0;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
rzslider.rz-vertical .rz-ticks .rz-tick {
  vertical-align: middle;
}
rzslider.rz-vertical .rz-ticks .rz-tick .rz-tick-value {
  top: auto;
  left: 22px;
  transform: translate(0, -28%);
}
.car-search-results-header {
  margin-bottom: 12px;
}
.car-search-results-header .input-sm {
  min-height: 30px;
}
.panel-car-search {
  pointer-events: all;
  background: #0a0a0a;
  padding: 12px;
}
.panel-car-search h6 {
  font-size: 16px;
  color: #a3a3a3;
}
.panel-car-search label {
  color: #c9c9c9;
}
.panel-car-search .btn {
  margin-top: 12px;
}
.panel-car .btn-sm {
  font-size: 12px;
  padding: 10px 12px 8px;
}
span.featured {
  background-color: #f1c40f;
  display: inline-block;
  color: white;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
span.new-vehicle {
  background-color: #e3170a;
  display: inline-block;
  color: white;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
span.used-vehicle {
  background-color: #b80c09;
  display: inline-block;
  color: white;
  padding: 6px 12px;
  border-radius: 2px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
.vehicle-search-wrapper {
  pointer-events: none;
  position: absolute;
  padding-top: 30px;
  width: 100%;
  z-index: 999;
}
.featured-cars-slider .swiper-wrapper,
.sale-cars-slider .swiper-wrapper,
.loan-cars-slider .swiper-wrapper {
  height: inherit;
}
.featured-cars-slider .vehicle-details,
.sale-cars-slider .vehicle-details,
.loan-cars-slider .vehicle-details {
  padding: 12px;
  background: #0a0a0a;
}
.featured-cars-slider .vehicle-details .btn-sm,
.sale-cars-slider .vehicle-details .btn-sm,
.loan-cars-slider .vehicle-details .btn-sm {
  font-size: 12px;
  padding: 10px 12px 8px;
}
.featured-cars-slider .car-image,
.sale-cars-slider .car-image,
.loan-cars-slider .car-image {
  height: 150px;
  background-size: cover;
}
.theme-4,
.theme-2 {
  display: none;
}
.panel-car h1,
.pager li a {
  cursor: pointer;
}
.panel-car h1.disabled,
.pager li a.disabled {
  cursor: default;
}
.search-slots {
  margin-left: -12px;
  margin-right: -12px;
  *zoom: 1;
}
.search-slots .select-location,
.search-slots .enter-vehicle-registration,
.search-slots .search-button {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.search-slots .select-location {
  float: left;
  width: 40%;
}
.search-slots .select-location a {
  display: block;
}
.search-slots .enter-vehicle-registration {
  float: left;
  width: 40%;
}
.search-slots .enter-vehicle-registration a {
  display: block;
}
.search-slots .enter-vehicle-registration input,
.search-slots .enter-vehicle-registration .form-control {
  background: #ffcb00;
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  padding-left: 52px;
  width: 100%;
  text-align: left;
  color: #1f1f1f;
}
.search-slots .enter-vehicle-registration div.form-control {
  padding-top: 9px;
}
.search-slots .enter-vehicle-registration .form-registation:before {
  content: "";
  width: 40px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #039;
  background-image: url(../../img/gb.png);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 2;
}
.search-slots .search-button {
  float: left;
  width: 20%;
}
.search-slots.disable-location .enter-vehicle-registration {
  width: 70%;
}
.search-slots.disable-location .search-button {
  width: 30%;
}
.search-slots.has-location.has-vehicle .select-location {
  width: 30%;
}
.search-slots.has-location.has-vehicle .enter-vehicle-registration {
  width: 50%;
}
.search-slots.has-location.has-vehicle .search-button {
  width: 20%;
}
.search-slots.has-location.has-vehicle.no-redirect .select-location {
  width: 30%;
}
.search-slots.has-location.has-vehicle.no-redirect .enter-vehicle-registration {
  width: 70%;
}
.search-slots.has-location.has-vehicle.disable-location .enter-vehicle-registration {
  width: 70%;
}
.search-slots.has-location.has-vehicle.disable-location .search-button {
  width: 30%;
}
.search-slots.has-location.has-vehicle.no-redirect.disable-location .enter-vehicle-registration {
  width: 100%;
}
.search-slots.has-location.no-redirect.disable-location .enter-vehicle-registration {
  width: 70%;
}
.search-slots.has-location.no-redirect.disable-location .search-button {
  width: 30%;
}
.search-slots:before,
.search-slots:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-slots:after {
  clear: both;
}
@media (max-width: 992px) {
  .search-slots .select-location,
  .search-slots .enter-vehicle-registration,
  .search-slots .search-button {
    width: 100%;
  }
  .search-slots .select-location,
  .search-slots .enter-vehicle-registration {
    padding-bottom: 18px;
  }
}
.account-menu ul {
  margin: 0px;
  padding: 0px;
}
.account-menu ul li {
  list-style: none;
}
.account-menu ul li:first-child {
  display: none;
}
.account-menu ul li:nth-child(3) {
  margin-top: 12px;
}
.account-menu ul li h5 {
  display: none;
}
.account-menu ul li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
@-webkit-keyframes animation-fade-up {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-moz-keyframes animation-fade-up {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-o-keyframes animation-fade-up {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes animation-fade-up {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@-webkit-keyframes animation-fade-in {
  0% {
    opacity: 0;
    margin-top: 36px;
  }
  100% {
    opacity: 1;
    margin-top: 6px;
  }
}
@-moz-keyframes animation-fade-in {
  0% {
    opacity: 0;
    margin-top: 36px;
  }
  100% {
    opacity: 1;
    margin-top: 6px;
  }
}
@-o-keyframes animation-fade-in {
  0% {
    opacity: 0;
    margin-top: 36px;
  }
  100% {
    opacity: 1;
    margin-top: 6px;
  }
}
@keyframes animation-fade-in {
  0% {
    opacity: 0;
    margin-top: 36px;
  }
  100% {
    opacity: 1;
    margin-top: 6px;
  }
}
.table-basket {
  margin-bottom: 30px !important;
  border-top-color: transparent !important;
}
.table-basket img {
  max-width: 50px;
  max-height: 50px;
}
.table-basket td {
  text-align: center;
  padding: 18px 6px;
}
.table-basket td:nth-child(2) {
  width: 100%;
  text-align: left;
}
.table-basket td:last-child {
  white-space: nowrap;
}
.table-basket .discounted {
  color: #ec2d13;
}
.table-basket .glyphicon {
  color: #ec2d13;
}
.table-basket h4 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 6px;
}
.table-basket h5 {
  font-size: 14px;
  margin-bottom: 0px;
}
.table-basket .glyphicon {
  margin-top: 3px;
}
.table-basket p {
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
}
.table-basket thead th {
  font-size: 12px;
  padding: 6px;
  text-align: center;
}
.table-basket thead th:nth-child(2) {
  width: 100%;
  text-align: left;
}
.table-basket tr.special-offer-item td {
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 0px;
}
.table-basket tr.special-offer-item.first-row td {
  padding-top: 8px;
  border-top: 1px solid #dddddd;
}
.table-basket tr.special-offer-item.last-row td {
  padding-bottom: 8px;
}
.table-basket .normal-price {
  color: #ec2d13;
  font-size: 18px;
}
.table-basket .sub-item {
  margin-left: 18px;
  position: relative;
  margin-bottom: 3px;
}
.table-basket .sub-item:before {
  content: "•";
  position: absolute;
  top: 2px;
  left: -18px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
  font-size: 12px;
  color: #62cb82;
}
.table-basket .sub-item .part-number {
  font-family: 'Bitter', sans-serif;
  display: block;
}
.basket-totals {
  font-size: 12px;
}
.basket-totals td {
  padding: 3px 0;
  white-space: nowrap;
}
.basket-totals td:first-child {
  text-align: left;
}
.basket-totals td:last-child {
  text-align: right;
}
.basket-totals .special-offer {
  color: #ec2d13;
  border-bottom: 1px solid #dddddd;
}
.basket-totals .special-offer,
.basket-totals .total {
  width: 165px;
  float: right;
  padding: 6px 0;
}
.basket-totals .special-offer div,
.basket-totals .total div {
  width: 47%;
  float: left;
}
.basket-totals .special-offer div:last-child,
.basket-totals .total div:last-child {
  float: right;
}
.basket-totals .total {
  margin-bottom: 12px;
}
.table-basket-price {
  border-top: 1px dashed #e3e3e3;
  margin-bottom: 12px !important;
}
.table-basket-price tr td:first-child,
.table-basket-price tr th:first-child {
  text-align: right;
}
.table-basket-price tr td:last-child {
  text-align: right;
}
.table-basket-price tr td:last-child,
.table-basket-price tr th:last-child {
  width: 85px;
}
.basket-confirm {
  text-align: right;
}
.basket-overview {
  padding: 18px;
  margin-bottom: 18px;
  background-color: #eaeaea;
  text-align: center;
  border-radius: 4px;
}
.confirm-booking {
  padding: 18px 0 0 0;
  text-align: right;
}
.confirm-booking span:first-child {
  font-size: 14px;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  margin-right: 6px;
}
.voucher-code {
  background-color: #e3e3e3;
  border-radius: 4px;
  padding: 18px;
  display: inline-block;
  margin-bottom: 12px;
}
.voucher-code .form-group {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .table-basket {
    border-top: 0px !important;
  }
  .table-basket tr td:first-child,
  .table-basket tr th:first-child {
    display: none;
  }
  .table-basket tr td,
  .table-basket tr th {
    padding: 5px !important;
  }
  .table-basket tr td:nth-child(2),
  .table-basket tr th:nth-child(2) {
    padding-left: 0px !important;
  }
  .table-basket tr td:last-child,
  .table-basket tr th:last-child {
    padding-right: 0px !important;
  }
  .table-basket h5.sub-heading {
    display: none;
  }
  .table-basket h4 {
    line-height: 24px;
    margin-bottom: 0px !important;
  }
  .table-basket h4 span {
    font-size: 14px;
  }
  .table-basket .sub-item span:nth-child(2) {
    display: none;
  }
  .table-basket .main-item h4 span {
    display: block;
    font-size: 12px;
  }
  .table-basket-price {
    border-top: 1px dashed #e3e3e3;
    margin-bottom: 12px !important;
  }
  .table-basket-price tr td:last-child {
    text-align: right;
  }
  .table-basket-price tr td,
  .table-basket-price tr th {
    padding: 5px !important;
  }
  .table-basket-price tr td:first-child,
  .table-basket-price tr th:first-child {
    padding-left: 0px !important;
  }
  .table-basket-price tr td:last-child,
  .table-basket-price tr th:last-child {
    padding-right: 0px !important;
  }
  .basket-confirm .btn {
    display: block;
  }
}
.fixed-checkout-button {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #242424;
  -webkit-transform: translate3d(0, 0, 0);
  color: white;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.booking-step-1::before {
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 30px;
  color: white;
  font-family: 'motasoft';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: block;
  border-radius: 50%;
  background: #ec2d13;
  content: "\e617";
}
.booking-step-2::before {
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 30px;
  color: white;
  font-family: 'motasoft';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: block;
  border-radius: 50%;
  background: #ec2d13;
  content: "\e616";
}
.booking-step-3::before {
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 30px;
  color: white;
  font-family: 'motasoft';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: block;
  border-radius: 50%;
  background: #ec2d13;
  content: "\e615";
}
.booking-step-4::before {
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 30px;
  color: white;
  font-family: 'motasoft';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: block;
  border-radius: 50%;
  background: #ec2d13;
  content: "\e614";
}
.booking-step-5::before {
  position: absolute;
  top: 10px;
  left: -15px;
  font-size: 30px;
  color: white;
  font-family: 'motasoft';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  display: block;
  border-radius: 50%;
  background: #ec2d13;
  content: "\e613";
}
.calendar .calendar-header {
  text-align: center;
  margin-bottom: 12px;
}
.calendar .calendar-header h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
}
.calendar table td,
.calendar table th {
  padding: 3px;
}
.calendar table td a,
.calendar table th a {
  text-align: center;
}
.calendar table th {
  font-size: 10px;
  font-family: 'Bitter', sans-serif;
  text-align: center;
}
.calendar table td a {
  border-radius: 4px;
  background: #e3e3e3;
}
.calendar table td {
  width: 14.28571429%;
  background: white;
}
.calendar table td:hover a {
  background: #b0b0b0;
}
.calendar table td a {
  color: #0a0a0a;
  text-decoration: none !important;
}
.calendar table td.active a {
  background: #e3170a;
  color: white;
}
.calendar table td.active a:hover {
  background: #b21208;
}
.calendar table td.disabled a {
  background: #ffffff;
  color: #a3a3a3;
}
.calendar table td table td .btn-cal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.calendar thead tr {
  border: none;
}
.calendar .calendar-box {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 18px 0;
}
#lpwSelectTime .panel h5 {
  margin-bottom: 0px;
}
.select-time {
  margin-left: -6px;
  margin-right: -6px;
}
.select-time .col-xs-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.select-time .col-xs-6 > div {
  list-style: none;
  color: #3d3d3d;
  line-height: 18px;
  background-color: #e3e3e3;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 12px;
  padding: 12px;
}
.select-time .col-xs-6 > div h4 {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 18px;
}
.select-time .col-xs-6 > div small {
  font-size: 12px;
  line-height: 12px;
}
.select-time .col-xs-6 > div a {
  color: #3d3d3d;
  text-decoration: none;
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  display: block;
}
.select-time .col-xs-6 > div a:hover {
  text-decoration: none;
}
.select-time .col-xs-6 > div .glyphicon {
  margin-top: 3px;
  color: white;
}
.select-time .col-xs-6 > div .selected {
  background-color: #e3170a;
  color: white;
}
.select-time .col-xs-6 > div .selected a {
  color: white;
  text-decoration: none;
}
.select-time .col-xs-6 > div:hover {
  background-color: #b0b0b0;
}
.select-time .col-xs-6 > div:hover a {
  text-decoration: none;
}
.select-time .col-xs-6.active > div {
  background-color: #e3170a;
  color: white;
}
.select-time .col-xs-6.active > div a,
.select-time .col-xs-6.active > div h4 {
  color: white;
  text-decoration: none;
}
@media (min-width: 768px) {
  .select-date-time .col-sm-7 {
    padding-right: 12px !important;
    border-right: 1px solid #e3e3e3 !important;
  }
  .select-date-time .col-sm-5 {
    padding-left: 12px !important;
  }
}
@media screen and (max-width: 768px) {
  .calendar {
    margin: 0 -3px;
  }
}
.checkout-steps {
  text-align: center;
  margin-bottom: 48px;
  margin-top: 12px;
}
.checkout-steps .checkout-step {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 12px 20px;
  position: relative;
  color: #c9c9c9;
  font-size: 12px;
}
.checkout-steps .checkout-step .step-connector {
  width: 50px;
  position: absolute;
  left: -47px;
  top: 20px;
  height: 6px;
  border-radius: 3px;
  background-color: #e3e3e3;
}
.checkout-steps .checkout-step .motasoft-glyphicon {
  font-size: 40px;
}
.checkout-steps .checkout-step.active {
  color: #62cb82;
}
.checkout-steps .checkout-step.active .step-connector {
  background-color: #62cb82;
}
.drop-shadow {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.extra {
  margin-bottom: 12px;
}
.extra h6 {
  font-size: 14px;
}
.extra p {
  font-size: 12px;
  margin: 0 0;
}
.extra hr {
  margin: 12px 0;
}
.extra .btn {
  float: right;
}
.extras-group .panel-heading {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.extras-group hr {
  margin: 12px 0;
}
.extra {
  background: white;
  position: relative;
  border-radius: 4px;
}
.extra .description {
  padding: 12px;
}
.extra .description hr {
  border-color: #c9c9c9;
}
.extra .description a {
  color: #3d3d3d;
}
.extra .description .btn {
  color: white;
}
.extra .description h6 {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
  line-height: 24px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0f0f0;
}
.extra .description h6 span span {
  font-family: 'Bitter', sans-serif;
}
.extra .description .col-xs-6 > .text-danger,
.extra .description .col-xs-6 > strong {
  display: inline-block;
  padding-top: 3px;
}
.extra .description .panel-collapse {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
}
.extra .description .panel-collapse .panel {
  background-color: #e3e3e3;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  border-right: 0px;
  border-left: 0px;
  border-radius: 0px;
}
@font-face {
  font-family: "motasoft";
  src: url("../../fonts/motasoft.eot");
  src: url("../../fonts/motasoft-1.eot") format("embedded-opentype"), url("../../fonts/motasoft.woff") format("woff"), url("../../fonts/motasoft.ttf") format("truetype"), url("../../fonts/motasoft.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "motasoft";
    src: url("../../fonts/motasoft.svg") format('svg');
  }
}
@font-face {
  font-family: "mandator";
  src: url("/css/fonts/mandator.eot");
  src: url("/css/fonts/mandator.eot?#iefix") format("embedded-opentype"), url("/css/fonts/mandator.woff") format("woff"), url("/css/fonts/mandator.ttf") format("truetype"), url("/css/fonts/mandator.svg#mandator") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "mandator";
    src: url("/css/fonts/mandator.svg#mandator") format('svg');
  }
}
strong {
  font-weight: normal;
  font-style: normal;
}
em {
  font-weight: normal;
  font-style: normal;
}
.loading-panel-wrapper {
  position: relative;
  border-radius: 4px;
}
.loading-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  height: auto;
  width: 100%;
  background-color: #e3e3e3;
  background-image: url('../../../media/1048/728-3.gif');
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.80;
  border-radius: 4px;
}
.cart-menu #lpwSummary {
  height: auto !important;
}
.location-thumbnail {
  margin-bottom: 30px;
  padding: 12px;
  background-color: #c9c9c9;
  box-shadow: 0 2px 0 #a3a3a3;
  min-height: 100px;
  border-radius: 4px;
  max-height: 100px;
}
.location-thumbnail .display-table-cell {
  vertical-align: middle;
}
.location-thumbnail h5 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 6px;
  max-height: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
.location-thumbnail h5 span {
  color: #0a0a0a;
  display: inline-block !important;
}
.location-thumbnail h5 small span {
  color: #e3170a;
}
.location-thumbnail input {
  margin-right: 12px;
}
.location-thumbnail .address {
  font-size: 12px;
  line-height: 18px !important;
  margin-bottom: 6px;
  max-height: 36px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}
.account-login {
  padding: 60px 0;
}
.account-create-new .col-sm-4 div {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 60px;
}
.account-create-new .col-sm-4 div:after {
  content: "OR";
  color: #242424;
  position: absolute;
  font-size: 12px;
  bottom: -19px;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  border-radius: 50%;
  background-color: #c9c9c9;
  padding: 6px;
  border: 1px solid #7d7d7d;
  -webkit-box-shadow: 0px 0px 0px 6px #ffffff;
  -moz-box-shadow: 0px 0px 0px 6px #ffffff;
  box-shadow: 0px 0px 0px 6px #ffffff;
}
#lpwMiniBasket {
  max-width: 100%;
  margin-bottom: 12px;
}
.header-nav {
  display: inline-block;
  min-width: 100%;
}
.header-nav .text-right {
  font-size: 10px;
  color: white;
  padding: 10px 0;
}
.navbar-header {
  margin-top: 26px;
}
.mini-basket {
  color: #3d3d3d;
  padding: 0 !important;
}
.mini-basket .dl-horizontal {
  margin-bottom: 0px;
}
.mini-basket .btn {
  -webkit-transition: .0s linear;
  -moz-transition: .0s linear;
  -o-transition: .0s linear;
  transition: .0s linear;
  -webkit-backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #ec2d13;
}
.mini-basket .btn:hover {
  color: #0a0a0a;
}
.mini-basket .information,
.mini-basket .basket {
  background-color: #0a0a0a;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
}
.mini-basket .information {
  border-right-width: 0px;
  padding-bottom: 7px;
}
.mini-basket .information .dl-horizontal {
  line-height: 12px;
  text-align: left;
  font-size: 12px;
}
.mini-basket .information .dl-horizontal dt {
  color: #a3a3a3;
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
  line-height: 18px;
  font-size: 12px;
}
.mini-basket .information .dl-horizontal dd {
  color: #c9c9c9;
  margin-left: 76px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
  font-size: 12px;
  max-width: 140px;
}
.mini-basket .basket .dl-horizontal {
  font-size: 12px;
  line-height: 12px;
}
.mini-basket .basket .dl-horizontal .glyphicon {
  font-size: 24px;
  margin-top: 6px;
  color: #a3a3a3;
}
.mini-basket .basket .dl-horizontal .glyphicon .number {
  padding: 3px 0 0 0px;
  background: #a3a3a3;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 12px;
  color: #0a0a0a;
  top: -7px;
  right: -13px;
  width: 24px;
  height: 24px;
  border: 3px solid #e3e3e3;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}
.mini-basket .basket .dl-horizontal dt,
.mini-basket .basket .dl-horizontal dd {
  line-height: 18px;
  text-align: left;
}
.mini-basket .basket .dl-horizontal dt {
  width: 62px;
  text-align: center;
}
.mini-basket .basket .dl-horizontal dd {
  margin-left: 62px;
}
.mini-basket .basket ul {
  margin-bottom: 0px;
  margin-right: 12px;
}
.mini-basket .basket ul li:first-child {
  border-bottom: 1px dotted #3d3d3d;
}
.mini-basket .basket h6 {
  color: #c9c9c9;
  margin-bottom: 0px;
  padding-top: 8px;
  margin-right: 12px;
  font-size: 18px;
}
.mini-basket .basket h6 small {
  color: #c9c9c9;
}
@media screen and (max-width: 992px) {
  .mini-basket .basket {
    min-width: 100%;
    display: block;
  }
  .mini-basket .basket .list-unstyled {
    display: none;
  }
  .mini-basket .information {
    display: none;
  }
}
.motasoft-glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'motasoft';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.motasoft-glyphicon-rows:before {
  content: "\e600";
}
.motasoft-glyphicon-grid:before {
  content: "\e601";
}
.motasoft-glyphicon-runflat:before {
  content: "\e602";
}
.motasoft-glyphicon-xl:before {
  content: "\e603";
}
.motasoft-glyphicon-snowflake:before {
  content: "\e604";
}
.motasoft-glyphicon-sun:before {
  content: "\e605";
}
.motasoft-glyphicon-confirm:before {
  content: "\e606";
}
.motasoft-glyphicon-basic-info:before {
  content: "\e607";
}
.motasoft-glyphicon-login:before {
  content: "\e608";
}
.motasoft-glyphicon-car:before {
  content: "\e609";
}
.motasoft-glyphicon-garage:before {
  content: "\e60a";
}
.motasoft-glyphicon-facebook:before {
  content: "\e60c";
}
.motasoft-glyphicon-twitter:before {
  content: "\e60d";
}
.motasoft-glyphicon-google:before {
  content: "\e60b";
}
.motasoft-glyphicon-1:before {
  content: "\e60e";
}
.motasoft-glyphicon-2:before {
  content: "\e60f";
}
.motasoft-glyphicon-3:before {
  content: "\e60g";
}
.motasoft-glyphicon-4:before {
  content: "\e60h";
}
.motasoft-glyphicon-5:before {
  content: "\e60i";
}
.motasoft-glyphicon-6:before {
  content: "\e60j";
}
.motasoft-glyphicon-7:before {
  content: "\e60k";
}
.motasoft-glyphicon-8:before {
  content: "\e60l";
}
.motasoft-glyphicon-9:before {
  content: "\e60m";
}
.motasoft-glyphicon-0:before {
  content: "\e60n";
}
@media (min-width: 992px) {
  .menu,
  .cart-menu,
  .mobile-navbar {
    display: none;
  }
}
@media (max-width: 992px) {
  .wrapper {
    padding-top: 72px;
  }
}
@media (max-width: 991px) {
  header {
    display: none;
  }
  .scroll {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .modal-open .scroll {
    -webkit-overflow-scrolling: auto !important;
  }
  body:not(.modal-open) .wrapper {
    -webkit-transform: translateZ(0);
  }
  body {
    overflow-x: hidden;
  }
  .wrapper {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .wrapper.animate {
    position: absolute;
    left: 254px;
  }
  .wrapper.animate-cart {
    position: absolute;
    left: -254px;
  }
  .mobile-navbar {
    background: #b80c09;
  }
  .mobile-navbar img {
    margin-top: 6px;
  }
  .mobile-navbar a {
    display: block;
  }
  .mobile-navbar .glyphicon {
    font-size: 24px;
    color: white;
    padding: 18px 0;
  }
  .mobile-navbar .mobile-logo {
    padding-top: 6px;
  }
  .mobile-navbar .mobile-logo img {
    height: 48px;
  }
  span.navbar-logo {
    display: block;
    height: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
  }
  .menu {
    width: 254px;
    left: -254px;
    opacity: 0.2;
    padding: 60px 24px 24px 24px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    overflow: scroll;
    background: #0a0a0a;
    -webkit-overflow-scrolling: touch;
  }
  .menu ul:first-child {
    padding: 0px;
    margin-bottom: 18px;
  }
  .menu ul:first-child li {
    margin-bottom: 18px;
    list-style: none;
  }
  .menu ul:first-child h5 {
    color: #a3a3a3;
    border-bottom: 1px solid #242424;
  }
  .menu .dropdown-menu {
    width: 100%;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    margin-bottom: 12px;
  }
  .cart-menu {
    width: 254px;
    right: -254px;
    padding-top: 60px;
    font-size: 14px;
    opacity: 0.2;
    position: absolute;
    top: 0px;
    bottom: 0px;
    overflow: scroll;
    color: #fff;
    background: #0a0a0a;
    background-image: url(bg.jpg);
    background-position: center top;
    -webkit-overflow-scrolling: touch;
    display: none;
  }
  .cart-menu > .panel:nth-child(2) {
    display: none;
  }
  .cart-menu .panel,
  .cart-menu .form-group {
    margin-bottom: 0px;
  }
  .cart-menu .panel h5:nth-child(5),
  .cart-menu .form-group h5:nth-child(5) {
    display: none;
  }
  .cart-menu .panel p:nth-child(6),
  .cart-menu .form-group p:nth-child(6) {
    display: none;
  }
  .cart-menu .panel hr,
  .cart-menu .form-group hr,
  .cart-menu .panel .btn-block,
  .cart-menu .form-group .btn-block {
    display: none;
  }
  .cart-menu .panel {
    color: #000;
    border-radius: 0;
  }
  .cart-menu .btn {
    border-radius: 0px;
  }
  .cart-menu ul {
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 18px;
  }
  .cart-menu ul li {
    margin-bottom: 18px;
    list-style: none;
  }
  .cart-menu ul h5 {
    border-bottom: 1px solid #242424;
    color: #c9c9c9;
  }
  .menu.animate {
    left: 0px;
    opacity: 1;
  }
  .cart-menu.animate-cart {
    right: 0px;
    opacity: 1;
  }
  .menu ul,
  .cart-menu ul {
    margin-top: 18px;
    position: relative;
  }
  .menu ul li a:focus,
  .menu ul li a:active,
  .menu ul li a:hover {
    color: #e3170a;
    text-decoration: underline;
  }
  .menu ul li a,
  .cart-menu ul li a {
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 9px;
    padding-bottom: 9px;
    display: block;
  }
  .menu .navbar-nav,
  .cart-menu .navbar-nav {
    margin: 18px 0 0 0;
  }
  .menu .navbar-nav li a,
  .cart-menu .navbar-nav li a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .menu .navbar-nav li,
  .cart-menu .navbar-nav li,
  .menu .navbar-nav li:hover,
  .cart-menu .navbar-nav li:hover {
    background-color: transparent;
    border: transparent;
  }
  .menu .navbar-nav .active,
  .cart-menu .navbar-nav .active {
    background-color: #0a0a0a !important;
    border-color: transparent !important;
  }
  .menu .navbar-nav > li > a:hover,
  .cart-menu .navbar-nav > li > a:hover {
    background-color: transparent;
    border: transparent;
  }
  .menu .navbar-nav .open > a,
  .cart-menu .navbar-nav .open > a {
    background-color: #242424;
  }
  .menu .navbar-nav .open > a,
  .cart-menu .navbar-nav .open > a,
  .menu .navbar-nav .open > a:hover,
  .cart-menu .navbar-nav .open > a:hover,
  .menu .navbar-nav .open > a:focus,
  .cart-menu .navbar-nav .open > a:focus {
    background-color: #242424;
  }
  .menu .navbar-nav .dropdown-menu > li > a,
  .cart-menu .navbar-nav .dropdown-menu > li > a {
    color: #a3a3a3;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  span.navbar-logo {
    background-size: 100%;
  }
}
@media (min-width: 991px) {
  html,
  body {
    overflow: visible;
    height: auto;
  }
}
.mobile-navbar {
  margin-bottom: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
}
.mobile-navbar a {
  display: block;
  text-decoration: none;
}
.mobile-navbar a:hover,
.mobile-navbar a :active,
.mobile-navbar a :visited,
.mobile-navbar a :link {
  text-decoration: none;
}
.mobile-navbar span {
  display: block;
}
html {
  overflow: visible;
  height: auto;
}
.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .responsive-placeholder {
    content: "screen-sm";
  }
  body {
    background-position: center -270px;
  }
  aside {
    display: none;
    visibility: hidden;
  }
  header {
    background-color: #b80c09;
    margin-top: 0px;
  }
  header .navbar-brand {
    margin-top: 14px;
    max-width: 225px;
  }
  header .navbar-brand img {
    max-width: 100%;
  }
  header .mini-basket-dropdown {
    visibility: hidden !important;
    display: none !important;
  }
  header .selected-vehicle,
  header .selected-location {
    visibility: hidden !important;
    display: none !important;
  }
  header .slider-wrapper {
    visibility: hidden !important;
    display: none !important;
  }
  header .mini-basket-wrapper {
    position: absolute;
    top: 12px;
    right: 62px;
  }
  header .col-sm-9 {
    position: inherit;
  }
  header .row:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  header nav {
    border-bottom: 12px solid #b80c09 !important;
  }
  .page .header-image {
    width: 100px;
    height: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 40px;
  }
  .page .page-header h1,
  .page .page-header h2,
  .page .page-header .social-share-icons {
    padding-left: 112px;
  }
  .page .page-header {
    padding-top: 40px;
  }
  .form-inline input {
    width: 95%;
  }
  .shopping-basket .table td:first-child,
  .shopping-basket .table td:nth-child(4),
  .shopping-basket .table td:nth-child(5) {
    display: none;
    visibility: hidden;
  }
  .voucher-code {
    padding: 6px;
    text-align: left;
    width: 100%;
  }
  .voucher-code .btn {
    top: inherit;
    bottom: 1px;
  }
  .tyre-search-form {
    padding-left: 0px;
  }
  .tyre-search .panel-body {
    height: inherit;
    background-image: none;
  }
  .tyre-search-form label {
    display: block !important;
  }
  .tyre-search-form .col-sm-12 {
    float: left;
    width: 100%;
  }
  .tyre-search-form .form-group:nth-child(1),
  .tyre-search-form .form-group:nth-child(3),
  .tyre-search-form .form-group:nth-child(5) {
    padding-right: 6px;
  }
  .tyre-search-form .form-group:nth-child(2),
  .tyre-search-form .form-group:nth-child(4) {
    padding-left: 6px;
  }
  .tyre-search-form select,
  .tyre-search-form input,
  .tyre-search-form .RadAjaxPanel {
    width: 100% !important;
  }
  .tyre-search-form .form-btn .btn {
    display: block;
  }
  .tyre-footer .form-inline .form-group .btn {
    position: relative;
    margin-bottom: 0px;
  }
  .tyre-footer .form-group:last-child {
    margin-bottom: 0px;
  }
  .panel-header .form-inline .btn {
    position: relative;
  }
  .panel-header .form-inline select {
    max-width: 100px;
  }
  .RadDataPager {
    text-align: center !important;
  }
  .rdpWrap {
    margin-bottom: 12px !important;
    text-align: center !important;
    float: none !important;
    display: inline-block !important;
  }
}
.service-thumbnail {
  margin-bottom: 30px;
}
.service-thumbnail .service-thumbnail-header {
  width: 100%;
  height: 150px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}
.service-thumbnail .service-thumbnail-header a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.service-thumbnail .service-thumbnail-body {
  background-color: #fcfcfc;
  padding: 18px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.service-thumbnail.inverted .service-thumbnail-body {
  background-color: #2b2b2b;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 22px;
  height: 22px;
  left: -11px;
  top: -2px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}
.noUi-connect {
  background: #b21208;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 4px;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #8a8a8a;
  left: 7px;
  top: 3px;
}
.noUi-handle:after {
  left: 12px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 8px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider {
  position: relative;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
	height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */
}
.swiper-slide-visible {
  /* Specific visible slide styling: */
}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e3170a;
  margin: 6px 3px 0px;
  cursor: pointer;
}
.swiper-active-switch {
  /* Specific active button style: */
  background: #fff;
}
.swiper-visible-switch {
  /* Specific visible button style: */
}
.content-slide h1,
.content-slide h2,
.content-slide h3,
.content-slide h4,
.content-slide h5,
.content-slide h6,
.content-slide p {
  color: white;
}
.swiper-nav {
  position: absolute;
  bottom: 75px;
  width: 100%;
  z-index: 1030;
}
.swiper-nav .row .col-xs-4 {
  text-align: center;
}
.swiper-nav .row .col-xs-4:first-child {
  text-align: right;
}
.swiper-nav .row .col-xs-4:first-child a {
  color: white;
}
.swiper-nav .row .col-xs-4:last-child {
  text-align: left;
}
.swiper-nav .row .col-xs-4:last-child a {
  color: white;
}
.swiper-overlay {
  position: absolute;
  top: 0px;
  z-index: 1030;
  width: 100%;
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../../app/fonts/flexslider-icon.eot');
  src: url('../../../app/fonts/flexslider-icon-1.eot') format('embedded-opentype'), url('../../../app/fonts/flexslider-icon.woff') format('woff'), url('../../../app/fonts/flexslider-icon.ttf') format('truetype'), url('/css/app/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flex-direction-nav a:before {
  line-height: 1;
}
.home-services {
  height: initial;
}
/**
 * Swiper 3.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 1, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.lt-ie9 #home-slider {
  display: none;
}
.lt-ie9 .promo-wrapper {
  margin-top: -40px;
}
#home-slider {
  margin-top: -40px;
}
#home-slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center top;
  padding: 50px 0 20px;
}
.btn {
  text-transform: uppercase;
}
.slot-type {
  border-radius: 4px;
  margin-bottom: 30px;
}
.slot-type .slot-description {
  padding: 18px;
  background-color: #e3e3e3;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 6px solid transparent;
  border-bottom-width: 0px;
}
.slot-type .slot-description .slot-type-icon {
  width: 45px;
  height: 45px;
  float: right;
  background-image: url(../../img/service-icons/mot-mini.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 12px 12px;
}
.slot-type .slot-description .h4 {
  min-height: 22px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  font-size: 18px;
  line-height: 18px;
}
.slot-type .slot-description .long-description {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  height: 44px;
  color: #3d3d3d;
}
.slot-type .slot-description .long-description:hover {
  color: #a3a3a3;
}
.slot-type .slot-price {
  padding: 18px;
  background-color: #c9c9c9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 6px solid transparent;
  border-top-width: 0px;
}
.slot-type .slot-price .h4 {
  margin-bottom: 0px;
  font-size: 27px;
  display: inline-block;
}
.slot-type .display-table-cell {
  vertical-align: bottom;
}
.slot-type.selected .slot-description,
.slot-type.selected .slot-price {
  border-color: #62cb82;
}
.slot-type.inverted .slot-description {
  background-color: #2b2b2b;
}
.slot-type.inverted .slot-price {
  background-color: #454545;
}
.slot-type-bg-image .slot-description {
  background-image: url(../../img/placeholder-1.jpg);
  background-color: transparent !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-width: 0px;
}
.slot-type-bg-image .slot-description .slot-type-icon {
  display: none;
}
.slot-type-bg-image .slot-description .h4,
.slot-type-bg-image .slot-description .long-description {
  color: white;
}
.slot-type-bg-image .slot-price {
  border-width: 0px;
}
.slot-type-bg-image.selected .slot-price {
  background-color: #62cb82;
  color: white;
}
.slot-type-bg-image.selected .slot-price .h4 {
  color: white;
}
/*!
 * Bootstrap-submenu v1.2.11 (http://vsn4ik.github.io/bootstrap-submenu)
 * Copyright 2015 Vasily A. (https://github.com/vsn4ik)
 * Licensed under MIT (https://github.com/vsn4ik/bootstrap-submenu/blob/master/LICENSE)
 */
.dropdown-submenu > a:after {
  content: "";
  float: right;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    border-top-left-radius: 0;
  }
  .dropup .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-submenu .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -6px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .dropdown-menu-right .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .dropup .dropdown-menu-right .dropdown-submenu .dropdown-menu,
  .navbar-fixed-bottom .dropdown-menu-right .dropdown-submenu .dropdown-menu {
    border-radius: 4px 4px 0;
  }
  .dropdown-submenu > a:after {
    margin-top: 6px;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .dropdown-menu-right .dropdown-submenu > a:after {
    float: left;
    border-left: none;
    margin-left: -10px;
    margin-right: 0;
    border-right: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
}
@media (max-width: 767px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-top: 0;
    border: 0;
    box-shadow: none;
  }
  .dropdown-submenu > a:after {
    margin-top: 8px;
    border-top: 4px dashed;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 30px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 40px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 50px;
  }
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .dropup > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a,
  .btn-group > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 60px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a {
    padding-left: 35px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 45px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 55px;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li.dropdown-header,
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 65px;
  }
}
.tyre-filters .panel-primary .panel-body {
  background: #e3170a;
  border-top: 1px solid #cb1509 !important;
  color: white;
}
.tyre-filters .panel-primary .panel-body label {
  color: white;
  line-height: 19.8px;
}
.tyre-filters .panel-primary .panel-body input {
  background: transparent;
  color: white;
  border: 0px;
  margin-top: 6px;
}
.tyre-filters ul {
  padding: 0px;
  margin: 0px;
}
.tyre-filters ul li {
  list-style: none;
}
.tyre-filters ul li input {
  margin: 0 6px 0 0;
}
/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
  width: 100%;
}
.filter-toggle {
  visibility: hidden;
  display: none;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .filter-toggle {
    visibility: visible;
    display: block;
    z-index: 9999;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -600px;
    /* 6 columns */
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #e3170a;
    z-index: 9999;
  }
  .row-offcanvas-right .sidebar-offcanvas .panel {
    box-shadow: none;
    background: none;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%;
    /* 6 columns */
  }
  .sidebar-offcanvas.active {
    right: 0px;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 60px;
    width: 300px;
    /* 6 columns */
  }
}
.tyre-labelling-large {
  width: 200px;
  height: 300px;
  position: relative;
}
.tyre-labelling-large .wet-roads {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -4px -8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 213px;
}
.tyre-labelling-large .wet-roads .road-label {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  position: relative;
  margin: 22px 0 0 85px;
  background-position: -721px 0px;
  height: 30px;
  width: 55px;
  padding: 6px 6px 6px 18px;
  font-size: 18px;
  line-height: 1;
  color: white;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: animation-fade-up cubic-bezier(0.895, 0.03, 0.685, 0.22) 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: animation-fade-up cubic-bezier(0.895, 0.03, 0.685, 0.22) 1;
  animation: animation-fade-up cubic-bezier(0.895, 0.03, 0.685, 0.22) 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.tyre-labelling-large .wet-roads .road-label small {
  font-size: 12px;
}
.tyre-labelling-large .wet-roads .road-label.wg-A {
  margin: 74px 0 0 24px;
}
.tyre-labelling-large .wet-roads .road-label.wg-B {
  margin: 91px 0 0 24px;
}
.tyre-labelling-large .wet-roads .road-label.wg-C {
  margin: 108px 0 0 24px;
}
.tyre-labelling-large .wet-roads .road-label.wg-D {
  margin: 125px 0 0 24px;
}
.tyre-labelling-large .wet-roads .road-label.wg-E {
  margin: 142px 0 0 24px;
}
.tyre-labelling-large .wet-roads .road-label.wg-F {
  margin: 159px 0 0 24px;
}
.tyre-labelling-large .wet-roads .road-label.wg-G {
  margin: 175px 0 0 24px;
}
.tyre-labelling-large .fuel-economy {
  position: absolute;
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -350px -8px;
  top: 0;
  right: 0;
  width: 110px;
  height: 213px;
}
.tyre-labelling-large .fuel-economy .fuel-label {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  position: relative;
  margin: 22px 0 0 85px;
  background-position: -721px 0px;
  height: 30px;
  width: 55px;
  padding: 6px 6px 6px 18px;
  font-size: 18px;
  line-height: 1;
  color: white;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: animation-fade-up cubic-bezier(0.895, 0.03, 0.685, 0.22) 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: animation-fade-up cubic-bezier(0.895, 0.03, 0.685, 0.22) 1;
  animation: animation-fade-up cubic-bezier(0.895, 0.03, 0.685, 0.22) 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.tyre-labelling-large .fuel-economy .fuel-label small {
  font-size: 12px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-A {
  margin: 74px 0 0 54px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-B {
  margin: 91px 0 0 54px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-C {
  margin: 108px 0 0 54px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-D {
  margin: 125px 0 0 54px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-E {
  margin: 142px 0 0 54px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-F {
  margin: 159px 0 0 54px;
}
.tyre-labelling-large .fuel-economy .fuel-label.rr-G {
  margin: 175px 0 0 54px;
}
.tyre-labelling-large .noise-level {
  position: absolute;
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-repeat: no-repeat;
  background-position: -3px -257px;
  bottom: 0px;
  right: 0px;
  width: 169px;
  height: 73px;
}
.tyre-labelling-large .noise-level.ne-1 {
  background-position: -3px -257px;
}
.tyre-labelling-large .noise-level.ne-2 {
  background-position: -304px -257px;
}
.tyre-labelling-large .noise-level.ne-3 {
  background-position: -631px -257px;
}
.tyre-labelling-large .noise-level .db-label {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  margin: 22px 0 0 85px;
  background-position: -721px 0px;
  height: 30px;
  width: 75px;
  padding: 6px 6px 6px 18px;
  font-size: 18px;
  line-height: 1;
  color: white;
}
.tyre-labelling-large .noise-level .db-label small {
  font-size: 12px;
}
.tyre-labelling-small {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  .tyre-labelling-small {
    text-align: center;
  }
}
.tyre-labelling-small > div {
  list-style: none;
  width: 105px;
  float: left;
  height: 45px;
}
.tyre-labelling-small > div.wet-roads {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -535px -8px;
}
.tyre-labelling-small > div.fuel-economy {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -535px -62px;
}
.tyre-labelling-small > div.noise-level {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  width: 135px;
}
.tyre-labelling-small > div.noise-level.ne-1 {
  background-position: -535px -109px;
}
.tyre-labelling-small > div.noise-level.ne-2 {
  background-position: -535px -155px;
}
.tyre-labelling-small > div.noise-level.ne-3 {
  background-position: -535px -202px;
}
.tyre-labelling-small > div .road-label,
.tyre-labelling-small > div .fuel-label,
.tyre-labelling-small > div .db-label {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -721px 0px;
  height: 30px;
  width: 45px;
  padding: 6px 6px 6px 18px;
  font-size: 18px;
  line-height: 1;
  color: white;
}
.tyre-labelling-small > div .road-label small,
.tyre-labelling-small > div .fuel-label small,
.tyre-labelling-small > div .db-label small {
  font-size: 12px;
}
.tyre-labelling-small > div .road-label {
  margin: 12px 50px;
}
.tyre-labelling-small > div .road-label.wg-A {
  background-position: -197px 0px;
}
.tyre-labelling-small > div .road-label.wg-B {
  background-position: -197px -35px;
}
.tyre-labelling-small > div .road-label.wg-C {
  background-position: -197px -69px;
}
.tyre-labelling-small > div .road-label.wg-D {
  background-position: -197px -104px;
  color: #0a0a0a;
}
.tyre-labelling-small > div .road-label.wg-E {
  background-position: -197px -139px;
}
.tyre-labelling-small > div .road-label.wg-F {
  background-position: -197px -174px;
}
.tyre-labelling-small > div .road-label.wg-G {
  background-position: -197px -209px;
}
.tyre-labelling-small > div .fuel-label {
  margin: 12px 45px;
}
.tyre-labelling-small > div .fuel-label.rr-A {
  background-position: -197px 0px;
}
.tyre-labelling-small > div .fuel-label.rr-B {
  background-position: -197px -35px;
}
.tyre-labelling-small > div .fuel-label.rr-C {
  background-position: -197px -69px;
}
.tyre-labelling-small > div .fuel-label.rr-D {
  background-position: -197px -104px;
  color: #0a0a0a;
}
.tyre-labelling-small > div .fuel-label.rr-E {
  background-position: -197px -139px;
}
.tyre-labelling-small > div .fuel-label.rr-F {
  background-position: -197px -174px;
}
.tyre-labelling-small > div .fuel-label.rr-G {
  background-position: -197px -209px;
}
.tyre-labelling-small > div .db-label {
  margin: 12px 65px;
  width: 60px;
}
.tyre-labelling-tiny {
  width: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}
@media (max-width: 768px) {
  .tyre-labelling-tiny {
    text-align: center;
  }
}
.tyre-labelling-tiny > div {
  list-style: none;
  width: 54px;
  display: inline-block;
  height: 34px;
}
.tyre-labelling-tiny > div.wet-roads {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -824px -20px;
  width: 54px;
}
.tyre-labelling-tiny > div.fuel-economy {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -824px -74px;
  width: 49px;
}
.tyre-labelling-tiny > div.noise-level {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  width: 82px;
}
.tyre-labelling-tiny > div.noise-level.ne-1 {
  background-position: -823px -120px;
}
.tyre-labelling-tiny > div.noise-level.ne-2 {
  background-position: -824px -167px;
}
.tyre-labelling-tiny > div.noise-level.ne-3 {
  background-position: -824px -214px;
}
.tyre-labelling-tiny > div .road-label,
.tyre-labelling-tiny > div .fuel-label,
.tyre-labelling-tiny > div .db-label {
  background: url(/css/img/tyre-search/EU-labeling-chart.png);
  background-position: -1672px 0px;
  height: 20px;
  width: 25px;
  padding: 4px 4px 4px 12px;
  font-size: 12px;
  line-height: 1;
  color: white;
}
.tyre-labelling-tiny > div .road-label small,
.tyre-labelling-tiny > div .fuel-label small,
.tyre-labelling-tiny > div .db-label small {
  font-size: 8px;
}
.tyre-labelling-tiny > div .road-label {
  margin: 12px 0px 12px 26px;
}
.tyre-labelling-tiny > div .road-label.wg-A {
  background-position: -973px 0px;
}
.tyre-labelling-tiny > div .road-label.wg-B {
  background-position: -973px -35px;
}
.tyre-labelling-tiny > div .road-label.wg-C {
  background-position: -973px -69px;
}
.tyre-labelling-tiny > div .road-label.wg-D {
  background-position: -973px -104px;
  color: #0a0a0a;
}
.tyre-labelling-tiny > div .road-label.wg-E {
  background-position: -973px -139px;
}
.tyre-labelling-tiny > div .road-label.wg-F {
  background-position: -973px -174px;
}
.tyre-labelling-tiny > div .road-label.wg-G {
  background-position: -973px -209px;
}
.tyre-labelling-tiny > div .fuel-label {
  margin: 12px 23px;
}
.tyre-labelling-tiny > div .fuel-label.rr-A {
  background-position: -973px 0px;
}
.tyre-labelling-tiny > div .fuel-label.rr-B {
  background-position: -973px -35px;
}
.tyre-labelling-tiny > div .fuel-label.rr-C {
  background-position: -973px -69px;
}
.tyre-labelling-tiny > div .fuel-label.rr-D {
  background-position: -973px -104px;
  color: #0a0a0a;
}
.tyre-labelling-tiny > div .fuel-label.rr-E {
  background-position: -973px -139px;
}
.tyre-labelling-tiny > div .fuel-label.rr-F {
  background-position: -973px -174px;
}
.tyre-labelling-tiny > div .fuel-label.rr-G {
  background-position: -973px -209px;
}
.tyre-labelling-tiny > div .db-label {
  margin: 12px 0px 0px 36px;
  width: 46px;
}
.panel-tyre-search {
  position: relative;
  background-position: center -100px;
  background-repeat: no-repeat;
}
.panel-tyre-search.width {
  background-position: center -600px;
}
.panel-tyre-search.width .lblWidth {
  color: #ec2d13;
}
.panel-tyre-search.profile {
  background-position: center -1100px;
}
.panel-tyre-search.profile .lblProfile {
  color: #ec2d13;
}
.panel-tyre-search.rim {
  background-position: center -1600px;
}
.panel-tyre-search.rim .lblRim {
  color: #ec2d13;
}
.panel-tyre-search.speed {
  background-position: center -2100px;
}
.panel-tyre-search.speed .lblSpeed {
  color: #ec2d13;
}
.panel-tyre-search [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}
.panel-tyre-search .row {
  margin-left: -6px;
  margin-right: -6px;
}
.panel-tyre-search .panel-primary.width .lblWidth {
  color: white;
}
.panel-tyre-search .panel-primary.profile .lblProfile {
  color: white;
}
.panel-tyre-search .panel-primary.rim .lblRim {
  color: white;
}
.panel-tyre-search .panel-primary.speed .lblSpeed {
  color: white;
}
.panel-tyre-search .panel-primary .btn {
  background-color: #cb1509;
}
@media (min-width: 768px) {
  .panel-tyre-search-small {
    margin-bottom: 12px;
    padding: 12px;
    min-height: inherit;
    background-image: none;
  }
  .panel-tyre-search-small .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    min-width: 75px;
  }
  .panel-tyre-search-small .form-group {
    margin-bottom: 0px;
  }
  .panel-tyre-search-small .col-xs-12,
  .panel-tyre-search-small .col-sm-12 {
    float: right;
  }
  .panel-tyre-search-small h6 {
    display: none;
  }
  .panel-tyre-search-small .btn {
    padding: 5px 10px 6px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    padding: 7px 10px 5px 10px;
  }
  .panel-tyre-search-small label,
  .panel-tyre-search-small .RadAjaxPanel {
    display: inline-block !important;
  }
  .panel-tyre-search-small [class*="col-"] {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 768px) {
  #lpwTyreSearch {
    margin-bottom: 24px;
  }
}
.vehicle-registration .select-location,
.vehicle-registration .enter-vehicle-registration {
  margin-bottom: 30px;
}
.vehicle-registration input.form-control {
  background: #ffcb00;
  border: 0px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  font-size: 24px;
  height: 42px;
  width: 100%;
  text-align: center;
  color: #0a0a0a;
}
.vehicle-registration input.form-control::-webkit-input-placeholder {
  color: #242424;
}
.vehicle-registration input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #242424;
}
.vehicle-registration input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #242424;
}
.vehicle-registration input.form-control:-ms-input-placeholder {
  color: #242424;
}
.form-registration {
  position: relative;
}
.form-registration:before {
  width: 40px;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #003399;
  background-image: url(../../img/gb.png);
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 2;
}
.tyre-vrm-list li {
  border-bottom: 1px dashed #a3a3a3;
  padding: 12px 0;
}
.tyre-vrm-list li:first-child {
  padding-top: 0px;
}
.tyre-vrm-list li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.modal-dialog .modal-content .modal-body h4.text-warning {
  color: #ffcb00;
}
.tyre-search-image {
  width: 100%;
  position: relative;
  background-image: url(../../img/tyre.png);
  background-repeat: no-repeat;
  height: 175px;
  background-position: center top;
  margin: 24px 0 -36px 0;
}
.tyre-search-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../../img/text.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.tyre-search-image.width:after {
  background-position: center -496px;
}
.tyre-search-image.profile:after {
  background-position: center -992px;
}
.tyre-search-image.rim:after {
  background-position: center -1488px;
}
.tyre-search-image.speed:after {
  background-position: center -1984px;
}
.tyre-ribbon {
  height: 85px;
  width: 85px;
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: 2;
  background-image: url(../../img/tyre-search/ribbons.png);
  background-repeat: no-repeat;
}
.tyre-ribbon.premium {
  background-position: 0 0;
}
.tyre-ribbon.mid-range {
  background-position: -96px 0;
}
.tyre-ribbon.budget {
  background-position: -194px 0;
}
.modal-tyre-details .tyre-image {
  width: 100%;
  height: 250px;
  border: 2px solid #c9c9c9;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-tyre-details .tyre-manufacturer-image {
  width: 100%;
  height: 48px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.modal-tyre-details .nav-tabs {
  margin: 24px 0 30px 0;
}
.modal-tyre-details .nav > li > a {
  padding: 12px 12px;
  text-transform: uppercase;
}
.tyre-wrapper {
  position: relative;
  text-align: left;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
.tyre-wrapper .tyre-header {
  padding: 18px 12px;
}
.tyre-wrapper .tyre-body {
  padding: 12px;
  background-color: white;
}
.tyre-wrapper .tyre-body .tyre-image {
  background: url(../../../imagestore/product/10243/20/42076/c45_10243_Autogrip-Grip-200.jpg);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 125px;
  margin-bottom: 6px;
  max-width: 100%;
}
.tyre-wrapper .tyre-body .tyre-manufacturer {
  text-align: center;
  width: 100%;
  height: 48px;
  background-image: url(http://www.bristoltyrescentre.co.uk/Images/Brand-Logos-Small/autogrip-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 6px;
  background-size: contain;
  max-width: 100%;
}
.tyre-wrapper .tyre-body .tyre-price {
  padding-bottom: 6px;
}
.tyre-wrapper .tyre-body .add-to-basket {
  padding: 12px;
  background-color: #b80c09;
  text-align: right;
}
.tyre-wrapper .tyre-body label {
  line-height: 1;
  margin-bottom: 12px;
  text-align: center;
  display: block;
}
.tyre-wrapper .tyre-body h3 {
  font-size: 14px;
  color: #b80c09;
  line-height: 18px;
  padding: 12px 12px 0 12px;
}
.tyre-wrapper .tyre-body h3 a {
  color: #0a0a0a;
}
.tyre-wrapper .tyre-body h6 a {
  color: #0a0a0a;
}
.tyre-wrapper .tyre-body h5 a {
  color: #0a0a0a;
}
.tyre-wrapper .tyre-body p {
  display: block;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
}
.tyre-wrapper .tyre-footer {
  padding: 12px;
  background-color: #e3e3e3;
}
.tyre-recommended {
  border-radius: 4px;
  margin-bottom: 24px;
}
.tyre-recommended .tyre-header {
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-family: 'Bitter', sans-serif;
  color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tyre-recommended.tyre-premium .tyre-header {
  background-color: #b80c09;
}
.tyre-recommended.tyre-midrange .tyre-header {
  background-color: #ffcb00;
}
.tyre-recommended.tyre-budget .tyre-header {
  background-color: #5fa8d3;
}
.tyre-recommended .tyre-body .tyre-image {
  width: 175px;
  height: 125px;
  margin: 0 auto 6px auto;
}
.tyre-recommended .tyre-body .tyre-manufacturer {
  width: 150px;
  height: 48px;
  margin: 0 auto 12px auto;
}
.tyre-recommended .tyre-body h5 {
  text-align: center;
  height: 48px;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 6px;
}
.tyre-recommended .tyre-body .tyre-price {
  text-align: center;
}
.tyre-recommended .tyre-footer {
  text-align: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tyre-recommended .tyre-footer .input-sm {
  border-color: white;
}
.tyre-row {
  background: white;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}
.tyre-row:last-child {
  margin-bottom: 30px;
}
.tyre-row .tyre-body {
  background: transparent;
  padding: 24px;
  min-height: 198px;
  position: relative;
}
.tyre-row .tyre-body .tyre-image {
  width: 132px;
  height: inherit;
  position: absolute;
  top: 24px;
  left: 24px;
  bottom: 24px;
  margin-bottom: 0px;
  background-size: 100%;
}
.tyre-row .tyre-body .tyre-manufacturer {
  width: 200px;
  margin-left: 150px;
  padding-right: 162px;
  margin-bottom: 12px;
  background-size: contain;
  background-position: left top;
}
.tyre-row .tyre-body .tyre-label-info {
  margin-left: 150px;
  padding: 0px;
  padding-right: 174px;
}
.tyre-row .tyre-body .add-to-basket {
  width: 162px;
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  padding: 0px;
  padding-left: 12px;
  background: transparent;
  border-left: 1px solid #f0f0f0;
}
.tyre-row .tyre-body .add-to-basket .add-to-basket-form {
  position: absolute;
  bottom: 0px;
  width: 100%;
  right: 0px;
  text-align: right;
}
.tyre-row .tyre-body .add-to-basket .add-to-basket-form .form-group {
  margin-bottom: 0px;
}
.tyre-row .tyre-body .add-to-basket .add-to-basket-form .form-group:first-child {
  margin-bottom: 6px;
}
.tyre-row .tyre-body .add-to-basket .row .col-xs-6:last-child .form-group {
  margin-bottom: 0px;
}
.tyre-row .tyre-body h3 {
  margin-left: 150px;
  padding: 0px;
  padding-right: 174px;
  margin-bottom: 12px;
  font-size: 24px;
  font-family: 'Bitter', sans-serif;
  line-height: 30px;
}
.tyre-row .tyre-body h3 a {
  color: #0a0a0a;
}
.tyre-row .tyre-body h6 {
  margin-bottom: 6px;
  line-height: 1;
}
.tyre-row .tyre-body h4 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .tyre-row .tyre-body .tyre-wrapper {
    width: 45%;
    display: inline-block;
  }
  .tyre-row .tyre-body .tyre-label-info {
    padding-right: 0px;
  }
  .tyre-row .tyre-body .tyre-image {
    height: 150px;
    bottom: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 0px;
    margin-bottom: 12px;
  }
  .tyre-row .tyre-body .tyre-manufacturer {
    bottom: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    position: relative;
    width: 70%;
    margin: 0 auto;
    padding: 0px;
    background-position: center center;
    margin-bottom: 12px;
  }
  .tyre-row .tyre-body .tyre-labelling-small {
    width: inherit;
    text-align: center;
  }
  .tyre-row .tyre-body .tyre-labelling-small > div {
    display: inline-block;
    float: inherit;
  }
  .tyre-row .tyre-body .tyre-label-info {
    margin-left: 0px;
  }
  .tyre-row .tyre-body .tyre-label-info h6 {
    text-align: center;
  }
  .tyre-row .tyre-body .add-to-basket {
    position: relative;
    width: 100%;
    text-align: left;
    right: inherit;
    bottom: inherit;
    top: inherit;
    border-left: none;
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    margin-top: 24px;
  }
  .tyre-row .tyre-body .add-to-basket .add-to-basket-form {
    position: relative;
  }
  .tyre-row .tyre-body h3 {
    padding-right: 0px;
    margin-left: 0px;
    text-align: center;
    margin-bottom: 18px;
  }
}
.tyre-tiled {
  border-radius: 4px;
  margin-bottom: 30px;
}
.tyre-tiled .tyre-body {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tyre-tiled .tyre-body .tyre-image {
  width: 175px;
  height: 125px;
  margin: 0 auto 6px auto;
}
.tyre-tiled .tyre-body .tyre-manufacturer {
  width: 150px;
  height: 48px;
  margin: 0 auto 12px auto;
}
.tyre-tiled .tyre-body h5 {
  text-align: center;
  height: 48px;
  overflow: hidden;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 6px;
}
.tyre-tiled .tyre-body .tyre-price {
  text-align: center;
}
.tyre-tiled .tyre-footer {
  text-align: right;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tyre-tiled .tyre-footer .input-sm {
  border-color: white;
}
.tyre-footer select {
  padding-left: 4px;
}
.RadDataPager_Default {
  border: 0px !important;
  padding: 24px 24px 6px 24px !important;
  color: white!important;
  background-color: transparent!important;
  display: inline-block !important;
  margin: 0 auto !important;
}
.RadDataPager_Default .rdpPageFirst,
.RadDataPager_Default .rdpPagePrev,
.RadDataPager_Default .rdpPageNext,
.RadDataPager_Default .rdpPageLast {
  background: #0a0a0a no-repeat url(../../img/ui/paging-arrows.png) !important;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #000000, inset 0px 2px 0px 0px #242424 !important;
  padding: 6px !important;
  min-height: 26px;
  min-width: 26px;
  margin: 0 2px !important;
}
.RadDataPager_Default .rdpPageFirst:hover,
.RadDataPager_Default .rdpPagePrev:hover,
.RadDataPager_Default .rdpPageNext:hover,
.RadDataPager_Default .rdpPageLast:hover {
  background: #050505 no-repeat url(../../img/ui/paging-arrows.png) !important;
  box-shadow: 0px 1px 0px 0px #030303, inset 0px 1px 0px 0px #0d0d0d !important;
  border-color: #e3170a !important;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.RadDataPager_Default .rdpPageFirst {
  background-position: -2px -3px !important;
}
.RadDataPager_Default .rdpPageFirst:hover {
  background-position: -2px -2px !important;
}
.RadDataPager_Default .rdpPagePrev {
  background-position: -64px -3px !important;
}
.RadDataPager_Default .rdpPagePrev:before {
  font-family: 'motasoft' !important;
  content: "\e601" !important;
}
.RadDataPager_Default .rdpPagePrev:hover {
  background-position: -64px -2px !important;
}
.RadDataPager_Default .rdpPageNext {
  background-position: -89px -3px !important;
}
.RadDataPager_Default .rdpPageNext:hover {
  background-position: -89px -2px !important;
}
.RadDataPager_Default .rdpPageLast {
  background-position: -33px -3px !important;
}
.RadDataPager_Default .rdpPageLast:hover {
  background-position: -33px -2px !important;
}
.RadDataPager_Default .rdpPagerButton {
  border: 0 !important;
  background: #e3170a !important;
  color: white !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit!important;
}
.RadDataPager_Default .rdpNumPart a {
  background: #0a0a0a !important;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px #000000, inset 0px 2px 0px 0px #242424 !important;
  color: white !important;
  padding: 6px !important;
  margin: 0 2px !important;
}
.RadDataPager_Default .rdpNumPart span {
  padding: 0 !important;
  line-height: 1 !important;
}
.RadDataPager_Default .rdpNumPart a:hover,
.RadDataPager_Default .rdpNumPart a.rdpCurrentPage {
  background: #e3170a !important;
  border-radius: 4px;
  color: white !important;
  box-shadow: 0px 2px 0px 0px #000000, inset 0px 2px 0px 0px #f52012 !important;
  padding: 6px !important;
  margin: 0 2px !important;
}
.RadDataPager_Default .rdpNumPart a:hover span,
.RadDataPager_Default .rdpNumPart a.rdpCurrentPage span {
  background: #e3170a !important;
  line-height: 1 !important;
  color: white !important;
  padding: 0px !important;
}
.RadDataPager_Default .rdpNumPart a:hover {
  background-position: 100% -1250px;
}
.RadDataPager_Default .rdpNumPart a:hover span {
  background-position: 0 -1150px;
}
.RadDataPager_Default .rdpNumPart a.rdpCurrentPage {
  background-position: 100% -1450px;
}
.RadDataPager_Default .rdpNumPart a.rdpCurrentPage:hover {
  background-position: 100% -1450px;
}
.RadDataPager_Default .rdpNumPart a.rdpCurrentPage span,
.RadDataPager_Default .rdpNumPart a.rdpCurrentPage:hover span {
  background-position: 0 -1350px;
  padding: 0px !important;
}
.tyre-icons-large {
  padding: 0;
  margin: 0;
}
.tyre-icons-large li {
  list-style: none;
  padding: 0 0 6px 0;
}
.tyre-icons-large li span {
  font-size: 14px;
}
.tyre-wrapper .tyre-body .tyre-image {
  background-image: none;
}
.tyre-image img {
  border: 5px white solid;
}
.tyre-image {
  border: 2px solid #efeeee;
  padding: 5px;
}
.tyre-image img {
  max-height: 100%;
  margin: 0 auto;
}
.panel-small-tyre-search .col-md-3 {
  width: 100%;
}
.tyre-results > .panel-sm.panel-inverted {
  line-height: 2;
}
.tyre-footer .col-xs-8 {
  padding-left: 7.5px;
}
.tyre-footer .col-xs-4 {
  padding-right: 7.5px;
}
.table-bookings {
  background-color: #e3e3e3;
  margin-top: 6px;
  margin-bottom: 0px;
}
.table-bookings td,
.table-bookings th {
  padding: 5px;
  vertical-align: middle;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-bookings > thead > tr > td,
.table-bookings > tbody > tr > td,
.table-bookings > thead > tr > th {
  padding: 8px 5px;
  vertical-align: middle;
}
.jobsheet-wrapper {
  padding: 12px;
  border: 2px solid #e3e3e3;
  border-top: 1px;
  margin-bottom: 6px;
}
.tiny-basket {
  font-size: 18px;
}
.tiny-basket .basket-count,
.tiny-basket .basket-total {
  display: inline-block;
}
.tiny-basket .glyphicon {
  font-size: 20px;
  margin-top: 6px;
  margin-right: 18px;
  color: #a3a3a3;
}
.tiny-basket .glyphicon .number {
  padding: 3px 0 0 0px;
  background: #a3a3a3;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 12px;
  color: #0a0a0a;
  top: -7px;
  right: -13px;
  width: 24px;
  height: 24px;
  border: 3px solid #e3e3e3;
  font-family: 'Bitter', sans-serif;
  font-weight: 700;
}
.tiny-basket .basket-total {
  font-size: 20px;
}
.tiny-basket .basket-total small {
  color: #c9c9c9;
}
.header-select-location,
.header-select-vehicle {
  display: inline-block;
}
.visible-has-vehicle {
  display: none;
}
.visible-has-location {
  display: none;
}
.has-vehicle .visible-has-vehicle {
  display: initial;
}
.has-vehicle .hidden-has-vehicle {
  display: none;
}
.has-location .visible-has-location {
  display: initial;
}
.has-location .hidden-has-location {
  display: none;
}
#body:not(.has-location) .option-2 {
  display: none;
  visibility: hidden;
}
#body:not(.has-location) .account-login {
  padding-top: 0;
}
