/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-sourcemaps-0.12.4.sourcemaps.a4836f1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, scss/sass/partials/_base.scss */
body {
  background-color: #d9dadc;
  padding-top: 21px;
  margin: 0;
  padding-bottom: 43px;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
}
@media screen and (max-width: 961px) {
  /* line 1, scss/sass/partials/_base.scss */
  body {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 16, scss/sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 21, scss/sass/partials/_base.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 26, scss/sass/partials/_base.scss */
a:hover {
  text-decoration: underline;
}

/* line 30, scss/sass/partials/_base.scss */
select,
input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font: 14px/16px Arial;
  padding: 4px 4px 4px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 30px;
  border: 1px solid #D5D5D5;
  outline: none;
  box-shadow: inset 0 0 0 0 #333;
  background: white;
}

/* line 50, scss/sass/partials/_base.scss */
select.small {
  width: 30px;
}

/* line 55, scss/sass/partials/_base.scss */
input.number {
  width: 45px;
  text-align: center;
}

/* line 60, scss/sass/partials/_base.scss */
strong {
  font-weight: bold;
}

/* line 1, scss/sass/partials/_icons.scss */
.icon {
  background: url("images/tyre_type.png") 0 0 no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

/* line 9, scss/sass/partials/_icons.scss */
.icon-allseason {
  background-position: 0 0;
}

/* line 13, scss/sass/partials/_icons.scss */
.icon-summer {
  background-position: -40px 0;
}

/* line 17, scss/sass/partials/_icons.scss */
.icon-winter {
  background-position: -77px 0;
}

/* line 21, scss/sass/partials/_icons.scss */
.icon-sp1 {
  background-position: -110px 0;
}

/* line 25, scss/sass/partials/_icons.scss */
.icon-sp2 {
  background-position: -267px 0;
}

/* line 29, scss/sass/partials/_icons.scss */
.icon-quad {
  background-position: -224px 0;
}

/* line 33, scss/sass/partials/_icons.scss */
.icon-offroad {
  background-position: -182px 0;
}

/* line 37, scss/sass/partials/_icons.scss */
.icon-truck {
  background-position: -144px 0;
}

/* line 42, scss/sass/partials/_icons.scss */
.icon-bar {
  position: relative;
}

/* line 46, scss/sass/partials/_icons.scss */
.icon-tl {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}

/* line 54, scss/sass/partials/_icons.scss */
.icon-tl-go {
  background-color: #82b91e;
}

/* line 58, scss/sass/partials/_icons.scss */
.icon-tl-wait {
  background-color: #f7931e;
}

/* line 62, scss/sass/partials/_icons.scss */
.icon-tl-stop {
  background-color: #bb1900;
}

/* line 1, scss/sass/partials/_buttons.scss */
a.button,
.button {
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  line-height: 31px;
  height: 31px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  color: black;
  background-color: #f2f2f2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 22, scss/sass/partials/_buttons.scss */
a.button:hover,
.button:hover {
  background-color: #e5e5e5;
}

/* line 27, scss/sass/partials/_buttons.scss */
a.button-warning,
.button-warning {
  color: white;
  background-color: #f7931e;
  border: solid 1px #e27d1b;
}

/* line 34, scss/sass/partials/_buttons.scss */
a.button-warning:hover,
.button-warning:hover {
  background: #f9ab4f;
}

/* line 39, scss/sass/partials/_buttons.scss */
a.button-primary,
.button-primary {
  color: white;
  background-color: #3194bf;
  border: solid 1px #1d7dac;
}

/* line 46, scss/sass/partials/_buttons.scss */
a.button-primary:hover,
.button-primary:hover {
  background: #51abd2;
}

/* line 1, scss/sass/partials/_layout.scss */
.main-wrapper {
  max-width: 960px;
  background: white;
}

/* line 6, scss/sass/partials/_layout.scss */
.main-box {
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px #cccccc;
  -moz-box-shadow: 0 1px 5px #cccccc;
  box-shadow: 0 1px 5px #cccccc;
}
/* line 13, scss/sass/partials/_layout.scss */
.main-box div.art-header,
.main-box div.art-header-jpeg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 19, scss/sass/partials/_layout.scss */
.main-content-wrapper {
  padding: 10px 16px;
}
.firstcolumn {
  padding: 0 16px 0 0;
}

/* line 27, scss/sass/partials/_layout.scss */
.main-body-content {
  padding-top: 30px;
}
@media screen and (max-width: 961px) {
  /* line 27, scss/sass/partials/_layout.scss */
  .main-body-content {
    padding-top: 0;
  }
}

/* line 34, scss/sass/partials/_layout.scss */
.main-header-box {
  border-bottom: 1px solid #cccccc;
}

/* line 38, scss/sass/partials/_layout.scss */
.align-right {
  text-align: right;
}

/* line 42, scss/sass/partials/_layout.scss */
.block {
  display: block;
}

/* line 46, scss/sass/partials/_layout.scss */
a.block {
  text-decoration: none;
  color: black;
}

/* line 51, scss/sass/partials/_layout.scss */
.pull-right {
  float: right;
}

/* line 55, scss/sass/partials/_layout.scss */
.sanatize-left,
.col.sanatize-left {
  margin-left: 0;
  padding-left: 0;
}

/* line 61, scss/sass/partials/_layout.scss */
.sanatize-right,
.col.sanatize-right {
  margin-right: 0;
  padding-right: 0;
}

/* line 1, scss/sass/partials/_box.scss */
.box {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
}

/* line 6, scss/sass/partials/_box.scss */
.box-extended {
  padding: 10px 5px;
}

/* line 1, scss/sass/partials/_grid.scss */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 10, scss/sass/partials/_grid.scss */
.clearfix:after,
.row:after {
  clear: both;
}

/* line 15, scss/sass/partials/_grid.scss */
.col {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

/* line 23, scss/sass/partials/_grid.scss */
.col-1of4 {
  width: 25%;
}
.col-1of7 {
  width: 14.28%;
}
/* line 27, scss/sass/partials/_grid.scss */
.col-2of4 {
  width: 50%;
}

/* line 31, scss/sass/partials/_grid.scss */
.col-3of4 {
  width: 75%;
}

/* line 35, scss/sass/partials/_grid.scss */
.col-1of2 {
  width: 50%;
}

/* line 39, scss/sass/partials/_grid.scss */
.col-1of3 {
  width: 33.3333%;
}

/* line 43, scss/sass/partials/_grid.scss */
.col-2of3 {
  width: 66.6666%;
}

/* line 47, scss/sass/partials/_grid.scss */
.col-1of10 {
  width: 10%;
}

/* line 51, scss/sass/partials/_grid.scss */
.col-2of10 {
  width: 20%;
}

/* line 55, scss/sass/partials/_grid.scss */
.col-3of10 {
  width: 30%;
}

/* line 59, scss/sass/partials/_grid.scss */
.col-4of10 {
  width: 40%;
}

/* line 63, scss/sass/partials/_grid.scss */
.col-6of10 {
  width: 60%;
}

/* line 67, scss/sass/partials/_grid.scss */
.col-7of10 {
  width: 70%;
}

/* line 1, scss/sass/partials/_form.scss */
.form {
  font-size: 1.2em;
}
@media screen and (max-width: 961px) {
  /* line 4, scss/sass/partials/_form.scss */
  .form .row .col-1of4:first-child {
    width: 40%;
  }
}
@media screen and (max-width: 961px) {
  /* line 9, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(2) {
    width: 40%;
  }
}
@media screen and (max-width: 961px) {
  /* line 14, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(3) {
    width: 20%;
  }
}
@media screen and (max-width: 610px) {
  /* line 20, scss/sass/partials/_form.scss */
  .form .row .col-1of4:first-child {
    width: 34%;
    padding-left: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 26, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(2) {
    width: 66%;
    padding-right: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 33, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(3) {
    float: right;
    width: 66%;
    padding-left: 8px;
    padding-right: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 42, scss/sass/partials/_form.scss */
  .form .row .col-1of4:nth-child(3) .button {
    width: 100%;
  }
}
@media screen and (max-width: 423px) {
  /* line 49, scss/sass/partials/_form.scss */
  .form .row .col-1of4:first-child {
    font-size: 0.7em;
  }
}

/* line 57, scss/sass/partials/_form.scss */
.form-value,
.form-caption {
  line-height: 30px;
  margin-bottom: 3px;
}

/* line 64, scss/sass/partials/_form.scss */
.form-value select,
.form-value input {
  display: inline-block;
}
/* line 69, scss/sass/partials/_form.scss */
.form-value select {
  width: 100%;
}

/* line 1, scss/sass/partials/_content.scss */
.header {
  margin: 0 0 1em 0;
  padding: 0;
  font-weight: 400;
  position: relative;
}

/* line 8, scss/sass/partials/_content.scss */
.header1 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #333333;
}

/* line 15, scss/sass/partials/_content.scss */
.header3,
.header3 a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

/* line 23, scss/sass/partials/_content.scss */
.header3 a:hover {
  color: #4d4d4d;
}

/* line 27, scss/sass/partials/_content.scss */
.header5 {
  margin-bottom: 3px;
  font-weight: bold;
}

/* line 31, scss/sass/partials/_content.scss */
.header6 {
  margin: 0;
  margin-bottom: 2px;
}

/* line 37, scss/sass/partials/_content.scss */
.text-box {
  line-height: 1.5em;
}

/* line 41, scss/sass/partials/_content.scss */
.description,
.description a {
  color: #666666;
  font-size: 14px;
  margin-bottom: 1em;
  text-decoration: none;
}

/* line 49, scss/sass/partials/_content.scss */
.description a:hover {
  color: #1a1a1a;
}

/* line 53, scss/sass/partials/_content.scss */
.highlight {
  color: #f39200;
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 59, scss/sass/partials/_content.scss */
.price {
  color: #bb1900;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* line 67, scss/sass/partials/_content.scss */
.text-box ~ .header5 {
  margin-top: 1.5em;
}

/* line 1, scss/sass/partials/_itemlist.scss */
.item-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 7, scss/sass/partials/_itemlist.scss */
.item-list li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #e6e6e6;
}

/* line 13, scss/sass/partials/_itemlist.scss */
a.list-item {
  text-decoration: none;
  color: black;
  display: block;
}

/* line 19, scss/sass/partials/_itemlist.scss */
.item-list-box {
  margin-top: 10px;
}
@media screen and (max-width: 961px) {
  /* line 19, scss/sass/partials/_itemlist.scss */
  .item-list-box {
    margin-top: 0;
  }
}

/* line 26, scss/sass/partials/_itemlist.scss */
.item-list-box ~ .row {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
}
@media screen and (max-width: 610px) {
  /* line 26, scss/sass/partials/_itemlist.scss */
  .item-list-box ~ .row {
    padding-top: 5px;
  }
}

/* line 34, scss/sass/partials/_itemlist.scss */
.item-list-header {
  line-height: 28px;
  background-color: #acacac;
  padding: 5px;
}
/* line 39, scss/sass/partials/_itemlist.scss */
.item-list-header .col a,
.item-list-header .col:first-child {
  font-weight: bold;
  font-size: 16px;
}
/* line 45, scss/sass/partials/_itemlist.scss */
.item-list-header .col a {
  text-decoration: underline;
}
/* line 49, scss/sass/partials/_itemlist.scss */
.item-list-header .col a:hover {
  color: #4d4d4d;
}
@media screen and (max-width: 610px) {
  /* line 53, scss/sass/partials/_itemlist.scss */
  .item-list-header .col {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  /* line 59, scss/sass/partials/_itemlist.scss */
  .item-list-header .col.align-right {
    text-align: left;
    padding-left: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 65, scss/sass/partials/_itemlist.scss */
  .item-list-header select {
    width: 100%;
  }
}

/* line 73, scss/sass/partials/_itemlist.scss */
.list-item:hover {
  background-color: #f2f2f2;
}

/* line 77, scss/sass/partials/_itemlist.scss */
.list-item {
  padding: 20px;
}
/* line 80, scss/sass/partials/_itemlist.scss */
.list-item .header3 {
  padding: 15px 0 7px 0;
  margin: 0;
}
/* line 85, scss/sass/partials/_itemlist.scss */
.list-item .image-box {
  width: 80%;
  margin: 20px auto 10px auto;
}
@media screen and (max-width: 610px) {
  /* line 85, scss/sass/partials/_itemlist.scss */
  .list-item .image-box {
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center;
  }
}
/* line 95, scss/sass/partials/_itemlist.scss */
.list-item .price {
  font-size: 20px;
}
@media screen and (max-width: 610px) {
  /* line 99, scss/sass/partials/_itemlist.scss */
  .list-item .row .col {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  /* line 77, scss/sass/partials/_itemlist.scss */
  .list-item {
    padding: 10px 20px;
  }
}

/* line 111, scss/sass/partials/_itemlist.scss */
.list-item-icon-bar {
  position: absolute;
  top: -15px;
  left: -11px;
}
@media screen and (max-width: 610px) {
  /* line 111, scss/sass/partials/_itemlist.scss */
  .list-item-icon-bar {
    top: -22px;
    left: 0px;
  }
}

/* line 121, scss/sass/partials/_itemlist.scss */
.row .col:nth-child(2) .item-list-header {
  background-color: transparent;
  padding: 5px 0;
}
/* line 125, scss/sass/partials/_itemlist.scss */
.row .col:nth-child(2) .item-list-header .col a,
.row .col:nth-child(2) .item-list-header .col:first-child {
  font-weight: normal;
  font-size: 12px;
}

/* line 133, scss/sass/partials/_itemlist.scss */
.item-list-box ~ .item-list-box {
  margin-top: 7em;
}

@media screen and (max-width: 610px) {
  /* line 137, scss/sass/partials/_itemlist.scss */
  .page-count-box,
  .pagination-box {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 610px) {
  /* line 148, scss/sass/partials/_itemlist.scss */
  .pagination.pull-right {
    margin: 10px 0;
  }
}

/* line 1, scss/sass/partials/_item.scss */
.item-image-box {
  margin: 20px auto 10px auto;
}

/* line 5, scss/sass/partials/_item.scss */
.item-price {
  font-size: 2.5em;
}

/* line 9, scss/sass/partials/_item.scss */
.item-controls {
  line-height: 33px;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 610px) {
  /* line 9, scss/sass/partials/_item.scss */
  .item-controls {
    float: right;
  }
}

/* line 18, scss/sass/partials/_item.scss */
.item-quantity {
  font-size: 25px;
}
/* line 22, scss/sass/partials/_item.scss */
.item-quantity input {
  width: 48px;
  text-align: center;
  height: 35px;
  font-size: 25px;
  padding: 4px 4px 4px 4px;
}

@media screen and (max-width: 961px) {
  /* line 31, scss/sass/partials/_item.scss */
  .detail {
    padding: 30px 20px 1px 20px;
  }
}
@media screen and (max-width: 610px) {
  /* line 31, scss/sass/partials/_item.scss */
  .detail {
    padding: 13px 15px 1px 15px;
  }
}
@media screen and (max-width: 610px) {
  /* line 40, scss/sass/partials/_item.scss */
  .detail .header {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 610px) {
  /* line 46, scss/sass/partials/_item.scss */
  .detail .item-controls {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 610px) {
  /* line 54, scss/sass/partials/_item.scss */
  .detail .tab-content .col {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 610px) {
  /* line 72, scss/sass/partials/_item.scss */
  .detail > .row > .col:last-child {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 610px) {
  /* line 85, scss/sass/partials/_item.scss */
  .detail > .row > .col-3of4 .col-1of3,
  .detail > .row > .col-3of4 .col-2of3 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 610px) {
  /* line 96, scss/sass/partials/_item.scss */
  .detail > .row > .col-3of4 .col-1of3 .image-box {
    text-align: center;
  }
}

@media screen and (max-width: 610px) {
  /* line 104, scss/sass/partials/_item.scss */
  .detail > .row > .col-3of4,
  .detail > .row > .col-1of4 {
    float: none;
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 2, scss/sass/partials/_tabs.scss */
.tab-header {
  width: 150px;
  text-align: center;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  margin-right: 1px;
  font-size: 14px;
  background-color: #f2f2f2;
  color: gray;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  float: left;
}
@media screen and (max-width: 610px) {
  /* line 2, scss/sass/partials/_tabs.scss */
  .tab-header {
    float: none;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
  }
}

/* line 23, scss/sass/partials/_tabs.scss */
.tab-headers {
  overflow: hidden;
  clear: both;
}

/* line 28, scss/sass/partials/_tabs.scss */
.tab-header.is-active,
.tab-header:hover {
  background-color: #d8d8d8;
  color: black;
}

/* line 34, scss/sass/partials/_tabs.scss */
.tabs {
  position: relative;
  margin-bottom: 50px;
}

/* line 39, scss/sass/partials/_tabs.scss */
.tab-content {
  display: none;
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 15px;
}

/* line 47, scss/sass/partials/_tabs.scss */
.tab.is-active .tab-content {
  display: block;
}

@media screen and (max-width: 961px) {
  /* line 1, scss/sass/partials/_offcanvas.scss */
  .offcanvas {
    padding-right: 0;
    padding-top: 5px;
  }
}
@media screen and (max-width: 855px) {
  /* line 1, scss/sass/partials/_offcanvas.scss */
  .offcanvas {
    display: none;
    position: absolute;
    z-index: 1;
  }
}

/* line 16, scss/sass/partials/_offcanvas.scss */
.offcanvas-active .offcanvas {
  display: block;
  width: 250px;
}

/* line 22, scss/sass/partials/_offcanvas.scss */
.oncanvas {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 855px) {
  /* line 22, scss/sass/partials/_offcanvas.scss */
  .oncanvas {
    width: 100%;
  }
}

/* line 30, scss/sass/partials/_offcanvas.scss */
.toggle-offcanvas {
  display: none !important;
}
@media screen and (max-width: 855px) {
  /* line 30, scss/sass/partials/_offcanvas.scss */
  .toggle-offcanvas {
    display: inline-block !important;
  }
}

/* line 38, scss/sass/partials/_offcanvas.scss */
.main-header-content .toggle-offcanvas {
  position: relative;
  top: 2px;
}

/* line 1, scss/sass/partials/_table.scss */
.table {
  width: 100%;
}

/* line 5, scss/sass/partials/_table.scss */
.attribute-table {
  width: auto;
}
/* line 7, scss/sass/partials/_table.scss */
.attribute-table td {
  padding: 3px 5px;
}
/* line 12, scss/sass/partials/_table.scss */
.attribute-table tr td:first-child {
  font-weight: bold;
  padding-left: 0;
}

/* line 2, scss/sass/partials/_accordion.scss */
.accordion-item .accordion-item-content {
  display: none;
}

/*.accordion-item.opened{
    .accordion-item-content{
        display: block;
        overflow: auto;
    }
}*/

/* line 5, scss/sass/partials/_filter.scss */
.filter-list li:first-child .filter-header {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 11, scss/sass/partials/_filter.scss */
.filter-list li:last-child .filter-header {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 18, scss/sass/partials/_filter.scss */
.filter-list li.opened:last-child .filter-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* line 22, scss/sass/partials/_filter.scss */
.filter-list li.opened:last-child .filter-values {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 28, scss/sass/partials/_filter.scss */
.filter.opened .filter-values {
  border-bottom: 1px solid white;
}
/* line 31, scss/sass/partials/_filter.scss */
.filter.opened .filter-header {
  border-bottom: 1px solid #f2f2f2;
}

/* line 36, scss/sass/partials/_filter.scss */
.filter-header {
  margin-bottom: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  background: url("images/arrow_grey_down.png") no-repeat 96% center #cccccc;
  border-bottom: 1px solid white;
  line-height: 18px;
  cursor: pointer;
}

/* line 47, scss/sass/partials/_filter.scss */
.filter-values {
  background-color: #f2f2f2;
  padding: 15px 10px;
}

/* line 52, scss/sass/partials/_filter.scss */
.filter-value {
  clear: both;
  overflow: hidden;
  cursor: pointer;
  color: #003d73;
  position: relative;
  line-height: 25px;
}
/* line 60, scss/sass/partials/_filter.scss */
.filter-value .count {
  float: right;
  color: #666666;
  position: absolute;
  right: 4%;
}
@media screen and (max-width: 855px) {
  /* line 52, scss/sass/partials/_filter.scss */
  .filter-value {
    line-height: 35px;
  }
}

/* line 72, scss/sass/partials/_filter.scss */
.filter-value.is-active:hover,
.filter-value:hover,
.filter-values-more:hover,
.filter-values-less:hover {
  background-color: #e5e5e5;
}

/* line 79, scss/sass/partials/_filter.scss */
.filter-value.is-active {
  color: #666666;
  background: url("images/checkbox_orange_close.png") no-repeat 96% center;
}
/* line 82, scss/sass/partials/_filter.scss */
.filter-value.is-active .count {
  display: none;
}

/* line 87, scss/sass/partials/_filter.scss */
.filter-values-more,
.filter-values-less {
  border-top: 1px solid white;
  color: #003d73;
  cursor: pointer;
  line-height: 25px;
  padding-left: 3px;
}
@media screen and (max-width: 855px) {
  /* line 87, scss/sass/partials/_filter.scss */
  .filter-values-more,
  .filter-values-less {
    line-height: 35px;
  }
}

/* line 100, scss/sass/partials/_filter.scss */
.filter li.additional {
  display: none;
}
/* line 103, scss/sass/partials/_filter.scss */
.filter .filter-values-more {
  display: block;
}
/* line 106, scss/sass/partials/_filter.scss */
.filter .filter-values-less {
  display: none;
}

/* line 112, scss/sass/partials/_filter.scss */
.filter.is-expanded li.additional {
  display: block;
}
/* line 115, scss/sass/partials/_filter.scss */
.filter.is-expanded .filter-values-more {
  display: none;
}
/* line 118, scss/sass/partials/_filter.scss */
.filter.is-expanded .filter-values-less {
  display: block;
}

/* line 1, scss/sass/partials/_pagination.scss */
.pagination-entry {
  display: inline-block;
  color: #7c8086;
  height: 20px;
  width: 20px;
  min-height: 20px;
  min-width: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 610px) {
  /* line 1, scss/sass/partials/_pagination.scss */
  .pagination-entry {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

/* line 21, scss/sass/partials/_pagination.scss */
.pagination-previous {
  background: url("images/prev_page.png") no-repeat center center;
  width: 25px;
}

/* line 26, scss/sass/partials/_pagination.scss */
.pagination-next {
  background: url("images/next_page.png") no-repeat center center;
  width: 25px;
}

/* line 31, scss/sass/partials/_pagination.scss */
.pagination-entry:hover {
  background-color: #f4f4f4;
}

/* line 35, scss/sass/partials/_pagination.scss */
.pagination-entry.is-active {
  background-color: #7c8086;
  color: white;
}

/* line 40, scss/sass/partials/_pagination.scss */
.pagination-entry.is-active:hover {
  background-color: #7c8086;
}

.fieldselectioncalculation {
  width: 100%;
  text-align: center;
}

.fieldinputcalculation {
  width: 100%;
  text-align: center;
}

.calculationcolumnheader {
  text-align: center;
  padding-bottom: 5px;
}

.calculationlineheader {
  margin-top: 7px;
}

.fieldinputcalculationpin {
  text-align: center;
}

.col-1of1 {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

.paddingcalculationtext {
  padding: 0 10px;
}

.calculationheader {
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}

.calculationsubheader {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 5px;
}

.padding10bottom {
  padding-bottom: 10px;
}

.padding5bottom {
  padding-bottom: 5px;
}

.calculator .col-1of10 {
    width: 7%;
    white-space: nowrap;
}
.calculator {
    padding-top: 15px;
}
.calculator .align-right {
    padding-top: 8px;
}

.col-1of5 {
  width: 20%;
}

.col-2of5 {
  width: 40%;
}

.col-3of5 {
  width: 60%;
}

.center {
  text-align: center;
}

.companyinfo {
  font-family: Arial,Helvetica,sans-serif;
  font-size: xx-small;
  font-weight: bold;
  padding-left: 10px;
}

.padding10top {
  padding-top: 10px;
}

.padding5top {
  padding-top: 5px;
}

.margin5top {
  margin-top: 5px;
}

.col-8of10 {
  width: 80%;
}

.col-9of10 {
  width: 90%;
}

.sendoffer .col-2of10 {
  width: 20%;
  padding-top: 7px;
}

.padding7top {
  padding-top: 7px;
}   

.width75 {
  width: 75%
}

.pull-left {
  float: left;
}

.overflowhidden {
  overflow: hidden;
}
.brandbox {
  width: 23%;
  background-color: #f6f6f6;
  float: left;
  height: 140px;
  margin: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.brandname {
  padding-top: 48px;
  text-align: center;
  position: relative;
}

.brand {
  height: 75px;
}

.padding5left {
  padding-left: 5px;
}

.padding5right {
  padding-right: 5px;
}

.image3D {
  position: relative;
  left: 35%;
  top: 10%;
}
.othermanufacturers .brandbox {
  width: 15%;
  background-color: #f6f6f6;
  float: left;
  height: 130px;
  margin: 5px;
  background-position: center center;
  background-repeat: no-repeat;
}

.othermanufacturers .image3D {
  position: relative;
  left: 30%;
  top: 10%;
}

.othermanufacturers img {
  height: 30%;
  max-width: 100%;
}

.othermanufacturers .brandname {
  padding-top: 40px;
  text-align: center;
}

.brandbox:hover {
  background-color: #808080;
}

.innerbrandbox {
  width: 100%;
  background-color: #f6f6f6;
  height: 140px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.othermanufacturers .innerbrandbox {
  width: 100%;
  background-color: #f6f6f6;
  height: 130px;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;  
}

.brandbox:hover .innerbrandbox {
  display: none;
}


.modelbox {
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    margin: 5px;
    position: relative;
    width: 23%;
}

.model {
  height: 55px;
}

.modeldesc {
  line-height: 15px;
  margin-top: -20px;
  text-align: center; 
}

.modelbox:hover {
  background-color: #808080;
}

.typebox {
  background-color: #f6f6f6;
  background-position: left 21px;
  background-repeat: no-repeat;
  float: left;
  height: 192px;
  margin: 5px 5px 12px;
  position: relative;
  width: 23%;
}

.type {

}

.typeheader {
  padding-left: 3px;
  padding-top: 6px;
  width: 100%;
}

.typefooter {
  padding-top: 128px;
  padding-left: 3px;
}

.typebox:hover {
  background-color: #808080;
}

.carComment {
  height: 30px;
  text-align: left;
}

.manufactureYear {

}

.image3Dtype {
  left: 75%;
  position: absolute;
  top: 0;
}

.image3Dzoom {
  margin-left: 3px;
  margin-top: 24px;
  position: absolute;
}

.typebox:hover .typeheader, .typebox:hover .typefooter {
  color: white;
}

.brandbox:hover .brandname {
  color: white;
}

.modelbox:hover .modeldesc {
  color: white;
}

.slider3D {
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
}

#slider a {
  cursor: e-resize;
  margin-left: -11px;
  margin-top: -4px;
  padding: 4px;
}
.horizontal .ui-slider-label-ticks span {
  display: inline-block;
  margin-left: -1.4em;
  position: relative;
  top: 1.1em;
}
.padding8left {
  padding-left: 8px;
}

.tabwidth3d {
  width: 19.2%;
}

.marginbottom0 {
  margin-bottom: 0px;
}

.imagerow3d {
  float: left;
}

.image3d {
  border: 1px solid white;
  display: block;
  float: left;
  height: 84px;
  margin-bottom: 3px;
  margin-left: 4px;
  overflow: hidden !important;
  cursor: url(../../../../Media/HighSlide/zoomin.cur), pointer;
}
.image3d img {
    margin-top: -8px;
}

.abenr {
  overflow: auto;
  padding-left: 15px;
  max-height: 146px;
}

.winter {
    display: block;
    float: left;
    height: 20px;
    left: 22px;
    top: 0;
    width: 13px;
    margin-top: 2px;
    background-position: -75px -114px;
    background-image: url("../../default/images/3dSprite.png"); 
}

.height3dtabs {

}

.heighttechnicalreports {
  height: 175px;
  overflow: auto;
  width: 100%;
}

.price-header {
  background-color: #d8d8d8;
  border-radius: 5px 5px 0 0;
  float: left;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  margin-right: 1px;
  text-align: center;
  display: none;
}

.widthtabcontents {
  width: 77.3%;
}

.price-content {
  background-color: #d6d6d6;
  display: block;
  float: right;
  left: 77.4%;
  padding: 6px 0;
  position: absolute;
  top: 34px;
  width: 21.8%;
}

.heightpriceinfo {
  width: 100%;
}

.tabbackground3d {
  background-color: #d6d6d6;
  height: 175px;
  padding: 6px 15px;
}

.margin8left {
  margin-left: 8px;
}

.padding15left {
  padding-left: 15px;
}

.quantitywidth3d {
  width: 30px;
  text-align: center;
}

.quantityrow3d {
  float: left;
  width: 80px;
}

.pricehint3d {
  font-size: 10px;
  text-align: left;
}

.textalignleft {
  text-align: left;
}

.zoom3dimage {
  background-attachment: scroll;
  background-image: url("../../default/images/3dSprite.png");
  background-repeat: no-repeat;
  background-position: 0px -32px;
  cursor: pointer;
  display: block;
  height: 32px;
  position: absolute;
  width: 35px;
  z-index: 2000;
}

.selectmatchingrims {
  clear: both;
  cursor: pointer;
  margin-top: -4px;
  margin-left: 4px;
}

.padding9top {
  padding-top: 9px;
}

.pdfdownload {
  position: relative;
  top: 2px;
}

.width22 {
  width: 22%;
}

.width18 {
  width: 18%;
}

.col-10of10 {
  width: 100%;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}