
/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
.product-view .product-essential .extra-info .ratings:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-essential:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .product-name .h1,
.product-view .product-img-box .product-name h1 {
  color: #34ace5;
  margin-bottom: 10px;
  border: 0;
}

.product-view .product-name {
  margin-bottom: 15px;
}

.product-view .product-name ul {
  list-style-type: disc;
}

.product-view .product-name .h1 {
  float: left;
  margin-bottom: 5px;
}
.product-view .extra-info {
  float: left;
  padding-right: 15px;
  clear: left;
  width: 70%;
}
.product-view .price-info {
  float: right;
  padding-left: 15px;
  text-align: right;
}
.product-view .extra-info,
.product-view .price-info {
  max-width: 70%;
  margin-bottom: 10px;
}
.product-view .short-description {
  margin-bottom: 10px;
  clear: both;
}
.product-view .ratings {
  margin-bottom: 8px;
}
.product-view .availability {
  font-size: 16px;
}
.product-view .price-label,
.product-view .price {
    font-size: 1.4rem;
    font-weight: 900;
}

.product-view .price-box {
  margin-top: 0;
}
.product-view .price-box .old-price .price {
    position: relative;
    font-weight: normal;
}
.product-view .price-box .old-price .price::after {
    border-bottom: 0.16em solid #34ace5;
    content: "";
    left: 0;
    margin-top: calc(0.18em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}
.product-view .price-box .old-price .price-label strong {
    font-weight: normal;
}

.product-view .price-box .old-price,
.product-view .price-box .special-price,
.product-view .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
.product-view .price-box .regular-price .price,
.product-view .price-box .special-price .price,
.product-view .price-box .full-product-price .price {
  color: #34ace5;
  font-size: 24px;
}
.product-view .price-box .special-price .price-label {
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .price-box .special-price span.weee {
  color: #636363;
}
.product-view .price-box .special-price span.weee span.price {
  font-size: 16px;
}
.product-view .price-box .price-excluding-tax,
.product-view .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
.product-view .price-box .price-excluding-tax .label,
.product-view .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
.product-view .price-box .price-excluding-tax .price,
.product-view .price-box .price-including-tax .price {
  font-size: 20px;
}
.product-view .price-box.map-info a {
  display: inherit;
}
.product-view .old-price .price-label {
  /*display: none;*/
}
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

.product-image-gallery {
  position: relative;
}
.product-image-gallery .gallery-image {
  display: none;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}
.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.product-image-gallery.loading {
  position: relative;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.product-image-thumbs li {
  display: inline-block;
}
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
  border-color: #c7c7c7;
}

.product-view .add-to-cart-wrapper,
.product-view .block-related {
  padding-left: 15px;
}

.product-img-box {
  padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px;
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .add-to-cart {
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
  min-height: 40px;
}
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
  margin-bottom: 10px;
}
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  float: left;
}
.product-view .add-to-cart .qty-wrapper label {
  line-height: 40px;
}
.product-view .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 40px;
}
.product-view .add-to-cart-buttons {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}
.product-view .add-to-cart-buttons .paypal-logo {
  clear: left;
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
  margin: 0 auto;
  display: block;
  width: 170px;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button {
  display: block;
  width: 174px;
  margin: 0 auto;
}
.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
  text-align: center;
}
.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
  text-align: center;
}
.product-view .add-to-cart-buttons .button {
  min-height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0px 30px;
  float: left;
  min-width: 160px;
  width: 100%;
  white-space: normal;
}
.product-view .alert-price,
.product-view .alert-stock {
  clear: both;
}

.product-view .product-downloads,
.product-view .product-attributes {
    margin-top: 20px;
}

.product-view .product-downloads {
    margin-bottom: 20px;
}

.product-view .product-downloads hr,
.product-view .product-attributes hr {
    margin: 0 0 10px 0;
}

.product-view .product-downloads span.header,
.product-view .product-attributes span.header {
    font-size: 1rem;
    font-weight: bold;
}

.product-view .product-downloads p {
    margin: 0 0 0 10px;
}

.product-view .product-downloads p a span {
    margin-left: 5px;
}

.product-view .product-downloads a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f1c1';
    color: red;
}

.product-view .product-downloads a:hover {
    text-decoration: none !important;
}

.product-view .sharing-links {
  float: left;
}
.product-view .sharing-links:after {
  content: '';
  display: table;
  clear: both;
}
.product-view .sharing-links li {
  float: left;
  padding: 0px 7px 7px;
}
.product-view .sharing-links a {
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
.product-view .sharing-links a:hover {
  opacity: 0.8;
}
.product-view .sharing-links a.link-wishlist {
  background-position: 0px -225px;
}
.product-view .sharing-links a.link-compare {
  background-position: 0px -250px;
}
.product-view .sharing-links a.link-email-friend {
  background-position: 0px -322px;
}
.product-view .sharing-links a.link-facebook {
  background-position: 0px -425px;
}
.product-view .sharing-links a.link-twitter {
  background-position: 0px -372px;
}

.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

.fwd-button-addtocart,
.fwd-button-addtocart:hover {
    color: #fff !important;
}

.product-view .fb-buttons {
    margin-bottom: .5rem;
}

/*  Tabs styling */
.product-view .tabs-content {
    margin-bottom: 1rem;
}

.product-view .tabs-content.tabs-first {
    border: solid 1px #eee;
}

.product-view ul.tabs li.active a {
    outline: none;
}

.product-view ul.tabs .tab-title>a {
  padding: .8rem 1.5rem;
}

.product-view ul.tabs li a {
    font-size: .9rem;
}

.product-view .tabs-content.tabs-first>.content {
  padding: 1rem 1rem 0 1rem;
  width: auto;
  text-align: justify;
}

.product-view .tabs-content>.content {
    width: auto;
}

.product-view .tabs-content>.content ol {
    list-style-type: none;
    margin: 0;
}

.product-view .tabs-content>.content ol li.item {
    border: solid 1px #eee;
    text-align: center;
}

.product-view .tabs-content>.content ol li.item {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

ul.hinweis_list li:empty {
    display: none;
}

.product-view .tabs-content>.content table.data-table-compatibile-car {
    margin-bottom: 0;
}

.product-view .tabs-content>.content table.data-table-compatibile-car tr th {
    font-size: .7rem !important;
    font-weight: bold;
}

.product-view .tabs-content>.content table.data-table-compatibile-car tr td {
    font-size: .7rem !important;
}

.product-view .product-box .product-img-box .image,
.product-view .product-box .product-img-box .image:focus,
.product-view .product-box .product-img-box .image a,
.product-view .product-box .product-img-box .image a:focus,
.product-view .product-box .product-img-box .image a img,
.product-view .product-box .product-img-box .image a img:focus {
    border: none;
    outline: none;
}

.product-view .product-box .product-button {
    float: right;
}

.product-view .product-box .product-button,
.product-view .product-box .product-box-print {
    margin-left: 15px;
    line-height: 1.5;
}

.product-view .product-box .product-box-addtocart {
    margin: 15px 0;
}

.product-view ul.tabs {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    background: #eee;
}

.product-view ul.tabs li a:hover {
    text-decoration: none !important;
}

.product-view ul.tabs li a:before {
    margin-top: 4px;
    font: normal normal normal 14px/1 FontAwesome;
}
.product-view ul.tabs li.desc a:before {
    content: '\f15c';
}
.product-view ul.tabs li.info a:before,
.product-view ul.tabs li.productsafety a:before {
    content: '\f05a';
}
.product-view ul.tabs li.notes a:before {
    content: '\f06a';
}
.product-view ul.tabs li.comp a:before {
    content: '\f085';
}
.product-view ul.tabs li.comp_car a:before {
    content: '\f1b9';
}
.product-view ul.tabs li.comp_recommended a:before {
    content: '\f0a4';
}
.product-view ul.tabs.intab li.comp_additional a:before {
    content: '\f0fe';
}
.product-view ul.tabs.intab li.comp_spare a:before {
    content: '\f013';
}

.product-view ul.tabs.intab {
    border-bottom: solid 1px #eee;
}

.product-view .tabs-content>.content table.data-table-compatibile-car {
  padding: 0 auto;
  border: 0;
}

.product-view .tabs-content ol li.item .f-fix .desc table td {
    white-space: normal;
}

.product-view .product-box .product-box-addtocart a i {
    margin-right: .5rem;
}

.product-collateral {
  clear: both;
}

.collateral-tabs dd h2 {
  display: none;
}

.box-collateral {
  clear: both;
}





@media only screen and (max-width: 420px) {
  .product-view .price-box .price-excluding-tax,
  .product-view .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  .product-view .price-box .price-excluding-tax span,
  .product-view .price-box .price-including-tax span {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .product-view .add-to-cart-buttons .paypal-or {
    line-height: 20px;
  }
  .product-view .add-to-cart-buttons .paypal-logo,
  .product-view .add-to-cart-buttons .paypal-or,
  .product-view .add-to-cart-buttons .paypal-button,
  .product-view .add-to-cart-buttons .button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}
@media only screen and (max-width: 599px) {
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}

@media only screen and (max-width: 640px) {
    .product-view ul.tabs li.tab-title a,
    .product-view ul.tabs.intab li.tab-title a {
        font-size:0;
    }
    .product-view .tabs-content>.content ol li.item h2.product-name {
        font-size: 1rem;
        font-weight: bold;
    }
    
    .product-view .tabs-content>.content .compatiblecars-pdf a:before {
        font: normal normal normal 32px/1 FontAwesome;
        content: '\f1c1';
        color: #ff0000;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 641px) {
    .product-view .product-box ul.tabs li a i,
    .product-view .product-box .add-to-links a i,
    .product-view .product-box .product-box-email a i,
    .product-view .product-box .product-box-print a i {
        margin-right: .5rem;
    }
    .product-view ul.tabs li a:before {
        margin-right: 5px;
    }
    .product-view .tabs-content>.content ol li.item h2.product-name {
        font-size: 1.1rem;
        font-weight: bold;
    }
}

@media only screen and (max-width: 850px) {
  .product-view .price-box .price-excluding-tax .label,
  .product-view .price-box .price-including-tax .label {
    font-size: 15px;
  }
  .product-view .price-box .price-excluding-tax .price,
  .product-view .price-box .price-including-tax .price {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
  .product-view .price-box .price-excluding-tax .label,
  .product-view .price-box .price-including-tax .label {
    font-size: 16px;
  }
  .product-view .price-box .price-excluding-tax .price,
  .product-view .price-box .price-including-tax .price {
    font-size: 20px;
  }
}


@media only screen and (min-width: 771px) {
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
    border: 1px solid #cccccc;
    background-color: #f4f4f4;
  }
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    bottom: -1px;
  }
  .product-collateral .toggle-tabs li.current {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  .product-collateral .toggle-tabs li.current > span {
    background-color: #FFFFFF;
    z-index: 5;
  }
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #34ace5;
  }
  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }
  .product-collateral .toggle-tabs:after {
    content: '';
    display: table;
    clear: both;
  }
  .product-collateral > dl {
    width: 100%;
  }
  .product-collateral > dl > dt {
    display: none;
  }
  .product-collateral > dl > dd {
    width: 100%;
    display: none;
    padding: 15px;
    border: 1px solid #cccccc;
    border-top: 0;
  }
  .product-collateral > dl > dd.current {
    display: block;
  }
}
@media only screen and (max-width: 770px) {
  .product-collateral .toggle-tabs {
    display: none;
  }
  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #34ace5;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }
  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }
  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }
  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }
  .product-collateral > dl > dt:hover {
    color: #34ace5;
  }
  .product-collateral > dl > dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #34ace5;
    border-right: none;
  }
  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }
  .product-collateral > dl > dd {
    display: none;
  }
  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }
  .product-collateral.accordion-open > dl > dt.current:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #34ace5;
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }
  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }
}