@charset "UTF-8";
/**/
#breadcrumbs {
  padding: 16px 7px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
  font-size: 11px;
  margin: 0;
  line-height: 1em;
  border-bottom: 1px solid #dedede; }

#breadcrumbs br {
  display: none; }

#breadcrumbs a {
  color: #666; }

#breadcrumbs i {
  margin: 0 10px; }

#breadcrumbs span {
  font-family: "Gotham-Medium",Arial,Helvetica,sans-serif; }

#category-section {
  margin: 60px 0;
  text-align: center;
  font-weight: normal;
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif; }

#category-section:after,
#category-section:before {
  clear: both;
  display: table;
  content: ''; }

#category-section ul > li {
  display: inline-block; }

#category-section a {
  color: #aaa;
  font-size: 13px;
  display: block;
  padding: 15px 17px 14px 70px;
  background-color: #fff;
  margin: 0 12px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease-in-out; }

#category-section a:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 2px;
  opacity: 0.3;
  height: 40px;
  width: 65px;
  transition: opacity 0.5s ease-in-out; }

#category-section a.MOTO_OFF_ROAD {
  padding-left: 60px; }
#category-section a.MOTO_OFF_ROAD:after {
  width: 50px;
  background: url("../gfx/MOTO_OFF_ROAD.png") no-repeat center; }
#category-section a.MOTO_ON_OFF_ROAD {
  padding-left: 60px; }
#category-section a.MOTO_ON_OFF_ROAD:after {
  width: 50px;
  background: url("../gfx/MOTO_ON_OFF_ROAD.png") no-repeat center; }
#category-section a.MOTO_ROAD {
  padding-left: 60px; }
#category-section a.MOTO_ROAD:after {
  width: 50px;
  background: url("../gfx/MOTO_ROAD.png") no-repeat center; }
#category-section a.MOTO_SCOOTER {
  padding-left: 60px; }
#category-section a.MOTO_SCOOTER:after {
  width: 50px;
  background: url("../gfx/MOTO_SCOOTER.png") no-repeat center; }
#category-section a.MOTO_TRACK {
  padding-left: 60px; }
#category-section a.MOTO_TRACK:after {
  width: 50px;
  background: url("../gfx/MOTO_TRACK.png") no-repeat center; }
#category-section a.MOTO_UNDERBONE, #category-section a.MOTO_UNDERBONE_URBAN, #category-section a.MOTO_UNDERBONE_SPORT_TOURING {
  padding-left: 60px; }
#category-section a.MOTO_UNDERBONE:after, #category-section a.MOTO_UNDERBONE_URBAN:after, #category-section a.MOTO_UNDERBONE_SPORT_TOURING:after {
  width: 50px;
  background: url("../gfx/MOTO_UNDERBONE.png") no-repeat center; }

#category-section a:hover,
#category-section a:focus,
#category-section a:active {
  color: #333;
  text-decoration: none; }

#category-section a.active {
  color: #FFF;
  background-color: #000; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #category-section a.active {
      color: #000000;
      background: #FFFFFF;
      border: 1px solid #000000; } }

#category-section a.active:after {
  opacity: 1;
  filter: invert(1); }

@media only screen and (max-width: 768px) {
  #category-section {
    padding: 10px 30px; }

  /*#category-section a.winter:after {background-position: -60px -150px;}
  #category-section a.summer:after {background-position: -60px -120px;}
  #category-section a.all_season:after {background-position: -60px -180px;}
  #category-section a.motorsport:after {background-position: -60px -210px;}
  #category-section a.car:after {background-position: -2px -121px;}
  #category-section a.suv:after {background-position: -2px -152px;}

  #category-section a.rally:after {background-position: -90px -120px;}
  #category-section a.circuit:after {background-position: -90px -180px;}
  #category-section a.track_days:after {background-position: -90px -150px;}
  #category-section a.classic:after {background-position: -2px -153px;}
*/
  #category-section ul > li {
    display: block;
    float: left;
    width: 50%;
    margin: 12px 0; } }
@media only screen and (max-width: 468px) {
  .filter-box {
    float: none;
    width: 100%; }

  .filter-box:first-child {
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px; }

  #tyre-results-CTR .item {
    width: 100%; }

  #category-section {
    padding: 0 15px; }

  #category-section ul > li {
    width: 100%;
    text-align: left;
    float: none;
    margin: 20px 0; } }
/**/
#filter-section {
  margin: 0 0 4em;
  position: relative;
  z-index: 20; }
  #filter-section .selectize-input {
    height: 42px;
    padding: 14px 60px 12px 14px;
    overflow: initial;
    width: 300px; }
  @media only screen and (max-width: 992px) {
    #filter-section .filters .selectize-input {
      width: 100%; } }

.filter-box {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
  padding: 10px 0;
  position: relative; }

.filter-box:first-child {
  border-right: 1px solid #d2d2d2; }

.filter-box:only-child {
  border-right: 0; }

.filterTypeLabel,
.filters {
  display: block; }

.filterTypeLabel {
  display: block;
  font-size: 14px;
  margin: 0 20px 10px 0; }

.filters ul > li {
  display: inline-block; }

.filters ul > li a {
  color: #333;
  display: block;
  padding: 13px 10px 12px 45px;
  position: relative;
  background-color: transparent;
  font-size: 11px; }
  .filters ul > li a.suv {
    text-transform: uppercase; }

.filters ul > li a:hover,
.filters ul > li a:focus,
.filters ul > li a:active {
  text-decoration: none;
  background-color: #f7f7f7; }

.filters ul > li a.active {
  background-color: #000;
  color: #FFF; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .filters ul > li a.active {
      color: #000000;
      background: #FFFFFF;
      border: 1px solid #000000; } }

.filters ul > li a:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 5px;
  height: 30px;
  width: 33px;
  background-size: 115%; }

.filters ul > li a.active:after {
  filter: invert(1); }

.filters select {
  padding: 17px 18px 15px;
  background: #000;
  color: #FFF;
  width: 100%;
  border-radius: 0; }

#size-select-selectized {
  color: #FFF;
  text-transform: uppercase; }
  #size-select-selectized::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #FFF; }
  #size-select-selectized:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #FFF; }
  #size-select-selectized::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #FFF; }
  #size-select-selectized:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #FFF; }

.filters ul > li a.all {
  padding: 12px 18px 12px 18px; }

.filters ul > li a.all:after {
  display: none; }

a.MOTO_CROSS_COUNTRY {
  padding-left: 60px; }

a.MOTO_CROSS_COUNTRY:after {
  width: 50px;
  background: url("../gfx/MOTO_CROSS_COUNTRY.png") no-repeat center; }

a.MOTO_CRUISER {
  padding-left: 60px; }

a.MOTO_CRUISER:after {
  width: 50px;
  background: url("../gfx/MOTO_CRUISER.png") no-repeat center; }

a.MOTO_CRUISER {
  padding-left: 60px; }

a.MOTO_CRUISER:after {
  width: 50px;
  background: url("../gfx/MOTO_CRUISER.png") no-repeat center; }

a.MOTO_ENDURO_FIM_COMPETITION {
  padding-left: 60px; }

a.MOTO_ENDURO_FIM_COMPETITION:after {
  width: 50px;
  background: url("../gfx/MOTO_ENDURO_FIM_COMPETITION.png") no-repeat center; }

a.MOTO_ENDURO_ON_OFF_ROAD {
  padding-left: 60px; }

a.MOTO_ENDURO_ON_OFF_ROAD:after {
  width: 50px;
  background: url("../gfx/MOTO_ENDURO_ON_OFF_ROAD.png") no-repeat center; }

a.MOTO_ENDURO_ON_ROAD {
  padding-left: 60px; }

a.MOTO_ENDURO_ON_ROAD:after {
  width: 50px;
  background: url("../gfx/MOTO_ENDURO_ON_ROAD.png") no-repeat center; }

a.MOTO_MOTOCROSS {
  padding-left: 60px; }

a.MOTO_MOTOCROSS:after {
  width: 50px;
  background: url("../gfx/MOTO_MOTOCROSS.png") no-repeat center; }

a.MOTO_OFFROAD {
  padding-left: 60px; }

a.MOTO_OFFROAD:after {
  width: 50px;
  background: url("../gfx/MOTO_OFFROAD.png") no-repeat center; }

a.MOTO_ONOFF {
  padding-left: 60px; }

a.MOTO_ONOFF:after {
  width: 50px;
  background: url("../gfx/MOTO_ONOFF.png") no-repeat center top; }

a.MOTO_RACE_TRACK {
  padding-left: 60px; }

a.MOTO_RACE_TRACK:after {
  width: 50px;
  background: url("../gfx/MOTO_RACE_TRACK.png") no-repeat center; }

a.MOTO_RALLY {
  padding-left: 60px; }

a.MOTO_RALLY:after {
  width: 50px;
  background: url("../gfx/MOTO_RALLY.png") no-repeat center; }

a.MOTO_ROAD_URBAN {
  padding-left: 60px; }

a.MOTO_ROAD_URBAN:after {
  width: 50px;
  background: url("../gfx/MOTO_ROAD_URBAN.png") no-repeat center; }

a.MOTO_SCOOTER_SPORT {
  padding-left: 60px; }

a.MOTO_SCOOTER_SPORT:after {
  width: 50px;
  background: url("../gfx/MOTO_SCOOTER_SPORT.png") no-repeat center; }

a.MOTO_SCOOTER_URBAN {
  padding-left: 60px; }

a.MOTO_SCOOTER_URBAN:after {
  width: 50px;
  background: url("../gfx/MOTO_SCOOTER_URBAN.png") no-repeat center; }

a.MOTO_SPORT {
  padding-left: 60px; }

a.MOTO_SPORT:after {
  width: 50px;
  background: url("../gfx/MOTO_SPORT.png") no-repeat center; }

a.MOTO_SPORT_TOURING {
  padding-left: 60px; }

a.MOTO_SPORT_TOURING:after {
  width: 50px;
  background: url("../gfx/MOTO_SPORT_TOURING.png") no-repeat center; }

a.MOTO_SUPERSPORT {
  padding-left: 60px; }

a.MOTO_SUPERSPORT:after {
  width: 50px;
  background: url("../gfx/MOTO_SUPERSPORT.png") no-repeat center; }

a.MOTO_TRIAL {
  padding-left: 60px; }

a.MOTO_TRIAL:after {
  width: 50px;
  background: url("../gfx/MOTO_TRIAL.png") no-repeat center; }

a.MOTO_URBAN {
  padding-left: 60px; }

a.MOTO_URBAN:after {
  width: 50px;
  background: url("../gfx/MOTO_ROAD_URBAN.png") no-repeat center; }

.filter-box {
  float: left;
  padding: 0 25px; }
  .filter-box.type {
    text-align: left;
    width: 65%; }
  .filter-box.size {
    text-align: left;
    width: 35%; }

@media only screen and (min-width: 1201px) {
  .filters {
    display: inline-block !important; } }
@media only screen and (max-width: 1200px) {
  h1.sectionTitle {
    margin: 0.9em 0 0.6em; }

  .filterTypeLabel {
    margin: 0 0 10px; }

  .filter-box {
    position: relative;
    padding: 10px 20px; }

  .type .filters {
    display: none;
    text-align: left;
    background-color: #efefef;
    position: absolute;
    z-index: 10;
    width: calc(100% - 40px); }

  #filter-section .selectize-input {
    height: 50px;
    padding: 18px 60px 12px 14px; }

  .filters ul > li {
    display: block; }

  .filterTrigger {
    padding: 17px 18px 15px;
    color: #FFF;
    display: block;
    text-align: left;
    background-color: #000;
    position: relative; }

  .filterTrigger:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    font-size: 18px;
    color: #333;
    position: absolute;
    right: 15px;
    top: 15px; }

  .filters ul > li > a:hover,
  .filters ul > li > a:active,
  .filters ul > li > a:focus {
    background-color: #666;
    color: #fff; }

  .filters ul > li > a.active {
    background-color: #000; }

  .filterTrigger:hover,
  .filterTrigger:active,
  .filterTrigger:active {
    color: #fff; } }
@media screen and (max-width: 992px) {
  .filter-box {
    border: none !important;
    width: 100% !important;
    display: block;
    float: none; } }
/**/
#promo-section {
  margin: 140px 0 90px;
  position: relative; }

#promo-section .uxTrigger {
  position: absolute;
  bottom: 0;
  width: 100%; }

#promo-section .container {
  position: relative; }

#promo-section .sectionHeadline {
  text-align: left; }

#promo-section h2 {
  font-size: 55px;
  line-height: 1em;
  margin-top: 0.5em; }

#promo-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

#promo-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px; }

#promo-section .owl-prev,
#promo-section .owl-next {
  font-size: 30px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin: 0 12px;
  position: relative;
  top: -2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

#promo-carousel .item {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }

#promo-carousel .item .btn.btnFullYellow {
  position: absolute;
  bottom: 40px;
  right: 50px;
  border-radius: 0;
  padding: 6px 40px;
  text-transform: uppercase;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  font-size: 12px; }

#promo-carousel .item.on {
  opacity: 1; }

#index-wrapper {
  font-size: 36px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.current {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: inline-block; }

.promoTextWrapper {
  background-color: #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  padding: 12% 10% 4% 6%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  max-width: 45%;
  color: #fff; }

.promoTextWrapper p {
  color: #fff;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
  line-height: 1.7em;
  font-size: 14px;
  margin-bottom: 1em;
  max-width: 400px; }

.promoTextWrapper p strong {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.promoTextWrapper p em {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #ffdd00;
  font-style: normal; }

.promoTextWrapper .btnFull {
  font-size: 11px; }

.promoBadge {
  width: 140px;
  height: 140px;
  border: 5px solid #ffdd00;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px; }

.promoBadge:after,
.promoBadge:before {
  content: "";
  border-radius: 100%;
  background-color: #000;
  z-index: 10;
  display: block;
  height: 50px;
  width: 50px;
  position: absolute; }

.promoBadge:after {
  right: 0;
  top: 0; }

.promoBadge:before {
  left: 0;
  bottom: 0; }

.promoBadge div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-transform: uppercase;
  color: #fff;
  z-index: 200;
  letter-spacing: 3px;
  font-size: 10px; }

.promoBadge strong {
  color: #ffdd00;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif; }

@media only screen and (max-width: 1700px) {
  #promo-carousel .promoTextWrapper img {
    max-width: 60%; } }
@media only screen and (max-width: 1400px) {
  #promo-section {
    margin-top: 100px; } }
@media only screen and (max-width: 1200px) {
  #promo-section h2 {
    font-size: 64px; }

  #promo-controls {
    z-index: 100;
    bottom: -65px; } }
@media only screen and (max-width: 992px) {
  #promo-section {
    margin: 5em 0 9em; }

  #promo-section .uxTrigger {
    top: 50%; }

  #promo-section .sectionTitle {
    font-size: 54px;
    line-height: 1em; }

  #promo-section .sectionLabel {
    font-size: 14px; }

  #promo-carousel img {
    max-width: 100%; }

  .promoTextWrapper {
    background: #000;
    background-image: none;
    max-width: none;
    position: relative;
    bottom: 0;
    right: 0;
    top: auto;
    padding: 10% 10% 7% 6%;
    margin: 0 auto; }

  #promo-carousel .item {
    opacity: 1; }

  .promoBadge {
    width: 120px;
    height: 120px;
    border-width: 3px; }

  .promoBadge div {
    font-size: 14px; }

  .promoBadge strong {
    font-size: 16px;
    margin-top: 3px; }

  .promoBadge:after, .promoBadge:before {
    height: 30px;
    width: 30px; } }
@media only screen and (max-width: 768px) {
  #promo-section .sectionTitle {
    font-size: 34px; }

  #promo-section .sectionLabel {
    font-size: 11px;
    margin-bottom: 10px; } }
@media only screen and (max-width: 480px) {
  .promoTextWrapper {
    padding: 6%;
    text-align: center; }

  .promoBadge {
    position: relative;
    right: 0;
    top: 0; } }
.theAdminisinTown #product-details-view,
.theAdminisinTown #promo-carousel .item {
  opacity: 1; }
.theAdminisinTown .visible #product-details {
  opacity: 1;
  top: 0; }

/**/
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #000;
  cursor: text;
  display: inline-block; }

.selectize-input {
  padding: 16px 30px 16px 25px;
  display: inline-block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #000; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #000;
  color: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2); }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 10px 22px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #555;
  color: #fff; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: '\f107';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -7px;
  width: 0;
  height: 0;
  font-family: FontAwesome, sans-serif; }

.selectize-control.single .selectize-input.dropdown-active:after {
  content: '\f106'; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.selectize-input > input[placeholder] {
  width: 100% !important; }

#fitment-search {
  position: relative;
  top: -25px;
  margin: 0 auto;
  z-index: 30; }
  #fitment-search .container {
    position: relative;
    z-index: 20; }

#fitment-search-wrapper {
  background-color: #ffdd00;
  padding: 38px;
  width: 100%;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif; }

#fitment-search h2 {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: -1px;
  margin: 0;
  line-height: 1em; }

#fitment-search h3 {
  margin: 0;
  line-height: 1em;
  font-size: 15px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.it_IT #fitment-search-wrapper h2,
.fr_FR #fitment-search-wrapper h2,
.ru_RU #fitment-search-wrapper h2 {
  font-size: 29px;
  margin-top: 6px; }

.it_IT #fitment-search-wrapper h3,
.fr_FR #fitment-search-wrapper h3,
.ru_RU #fitment-search-wrapper h3 {
  font-size: 16px; }

#fitment-form {
  float: left;
  width: 100%;
  height: 70px; }

#fitment-form {
  position: relative; }

.selectize-input {
  height: 70px;
  font-size: 14px;
  padding: 25px 40px 25px 25px; }
  .selectize-input input {
    height: 20px; }

.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
  padding: 10px 12px; }

.selectize-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px !important;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif; }

.selectize-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px !important;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif; }

.selectize-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px !important;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif; }

.selectize-input input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px !important;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif; }

.selectize-dropdown {
  padding: 0 5px 0 0;
  border-bottom: 4px solid #000;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif; }

.selectize-control.single .selectize-input:after {
  right: 25px;
  margin-top: -9px; }

#fitment-select-selectized {
  width: 100% !important;
  text-transform: uppercase;
  color: #FFF; }

#fitment-select-selectized:-moz-placeholder {
  color: #fff;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
  font-size: 17px; }

#fitment-select-selectized::-webkit-input-placeholder {
  color: #fff;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
  font-size: 17px; }

#goButton-fitment {
  height: 70px;
  padding: 25px 0;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -20px;
  transform: translateX(100%);
  cursor: pointer; }

@media only screen and (max-width: 1400px) {
  #fitment-search-wrapper {
    padding: 34px; }

  #fitment-search-wrapper h2 {
    margin-top: 5px; }

  .it_IT #fitment-search-wrapper h2,
  .ru_RU #fitment-search-wrapper h2 {
    font-size: 20px;
    margin: 4px 0 4px; }

  .it_IT #fitment-search-wrapper h3 {
    font-size: 15px; }

  .de_DE #fitment-search-wrapper h3,
  .ru_RU #fitment-search-wrapper h3 {
    font-size: 15px; }

  #fitment-form {
    width: 97%; }

  .selectize-control {
    height: 60px; }

  .selectize-input {
    height: 60px;
    padding: 20px 40px 20px 20px;
    font-size: 14px; }

  #goButton-fitment {
    height: 60px;
    padding: 20px 0; } }
@media only screen and (max-width: 1400px) {
  #fitment-search-wrapper {
    padding: 34px; }

  #fitment-search-wrapper h2 {
    margin-top: 5px; }

  .it_IT #fitment-search-wrapper h2,
  .ru_RU #fitment-search-wrapper h2 {
    font-size: 28px;
    margin: 4px 0 4px; }

  .it_IT #fitment-search-wrapper h3 {
    font-size: 15px; }

  .de_DE #fitment-search-wrapper h3,
  .ru_RU #fitment-search-wrapper h3 {
    font-size: 15px; }

  .selectize-control {
    height: 60px; }

  .selectize-input {
    height: 60px;
    padding: 20px 40px 20px 20px;
    font-size: 14px; }

  #goButton-fitment {
    height: 60px;
    padding: 20px 0; } }
@media only screen and (max-width: 1024px) {
  #fitment-search {
    top: -50px; }

  #fitment-search:after {
    display: none; } }
@media only screen and (max-width: 1200px) {
  #fitment-search-wrapper {
    height: 345px;
    padding: 30px; }

  #fitment-search-wrapper h2,
  #fitment-search-wrapper h3 {
    text-align: center; }

  #fitment-search-wrapper h3 {
    margin-bottom: 20px; }

  .it_IT #fitment-search-wrapper h2 {
    margin-top: 0; } }
@media only screen and (max-width: 1024px) {
  #fitment-search {
    top: -50px; }

  #fitment-search:after {
    display: none; } }
@media only screen and (max-width: 1200px) {
  #fitment-search-wrapper {
    padding: 30px; }

  #fitment-search-wrapper h2,
  #fitment-search-wrapper h3 {
    text-align: center; }

  #fitment-search-wrapper h3 {
    margin-bottom: 20px; }

  .it_IT #fitment-search-wrapper h2 {
    margin-top: 0; }

  #fitment-form {
    width: 100%; }
    #fitment-form .selectize-control {
      margin-bottom: 20px; }
    #fitment-form #goButton-fitment {
      position: static;
      transform: translate(0);
      width: 100%; } }
@media only screen and (max-width: 768px) {
  #fitment-search-wrapper h2 {
    font-size: 38px; }

  .it_IT #fitment-search-wrapper h2,
  .ru_RU #fitment-search-wrapper h2 {
    font-size: 32px; }

  #fitment-search-wrapper h3 {
    font-size: 16px;
    margin-top: 6px; }

  .it_IT #fitment-search-wrapper h3,
  .ru_RU #fitment-search-wrapper h3 {
    font-size: 14px;
    margin-top: 6px; }

  #fitment-search {
    top: -90px;
    margin: 0 auto; }

  #fitment-form {
    width: 100%;
    margin-left: 0; }

  #goButton-fitment {
    top: initial;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    bottom: -70px;
    margin: 5px auto 0;
    font-size: 14px;
    height: 60px;
    padding: 21px 0;
    right: auto; } }
@media only screen and (max-width: 550px) {
  #fitment-search-wrapper h2,
  .it_IT #fitment-search-wrapper h2,
  .fr_FR #fitment-search-wrapper h2,
  .ru_RU #fitment-search-wrapper h2 {
    font-size: 19px;
    margin: 0; }

  #fitment-search-wrapper h3 {
    font-size: 12px; }

  #fitment-search-wrapper {
    height: 410px !important;
    padding: 30px 19px; }

  #fitment-search {
    top: -30px;
    margin: 0 auto; } }
#page {
  margin-top: 118px; }
  @media only screen and (max-width: 992px) {
    #page {
      margin-top: 0; } }
  @media only screen and (max-width: 768px) {
    #page {
      overflow: hidden; } }

#tyre-results-CTR {
  position: relative;
  z-index: 10;
  padding-bottom: 80px; }

#tyre-results-CTR:after,
#tyre-results-CTR:before {
  display: table;
  content: "";
  clear: both; }

#tyre-results-CTR .item {
  display: block;
  z-index: 50;
  float: left;
  position: relative;
  width: 25%;
  transition: all 0.3s ease-in-out; }
  @media only screen and (max-width: 992px) {
    #tyre-results-CTR .item {
      width: 50%; } }
  @media only screen and (max-width: 668px) {
    #tyre-results-CTR .item {
      width: 100%; } }

#tyre-results-CTR .item a {
  display: block;
  position: absolute;
  border: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#tyre-results-CTR .item img {
  margin: 0 auto; }

#tyre-results-CTR .hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 100; }
  #tyre-results-CTR .hero img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: none;
    z-index: 60; }
  #tyre-results-CTR .hero img.ghost {
    transform: translate(0);
    height: auto;
    display: block;
    max-width: 100%;
    position: relative;
    left: 0;
    z-index: 20; }

#tyre-results-CTR .heroHover {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 120%;
  border: 0;
  padding: 0;
  z-index: 120;
  overflow: hidden;
  box-shadow: 0 0 63px rgba(0, 0, 0, 0.2); }
  #tyre-results-CTR .heroHover img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 85%;
    width: auto;
    max-width: none;
    z-index: 60; }
  #tyre-results-CTR .heroHover img.ghost {
    transform: translate(0);
    height: auto;
    display: block;
    max-width: 100%;
    position: relative;
    left: 0;
    z-index: 20; }

#tyre-results-CTR .item:hover,
#tyre-results-CTR .item.hover {
  z-index: 100; }

#tyre-results-CTR .item:hover .heroHover,
#tyre-results-CTR .item.hover .heroHover {
  opacity: 1; }

#tyre-results-CTR .heroHover p {
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  text-align: center;
  position: absolute;
  top: 11%;
  left: 0;
  font-size: 11px;
  line-height: 1.3em;
  width: 100%;
  padding: 12px 20px;
  z-index: 150;
  text-transform: uppercase; }

.reviewList {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 150; }

.reviewList > li {
  float: left;
  width: 33.33333%;
  text-align: center; }

#tyre-results-CTR .item .reviewList > li > img {
  display: block;
  margin: 0 auto 6px;
  position: static;
  transform: translate(0, 0);
  width: 100%;
  height: auto;
  max-width: 50px; }

.reviewList > li > span {
  font-size: 10px;
  line-height: 1.3em;
  font-family: "Gotham 8r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block; }
