.retailer-tab-container > .left {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    left: 20px;
    width: 12px;
    height: 75px;
    cursor: pointer;
    color: #bbbbbb;
}

.retailer-tab-container > .right {
    font-size: 40px;
    font-size: 2.5rem;
    position: absolute;
    right: 20px;
    top: 0;
    width: 12px;
    height: 75px;
    text-align: right;
    cursor: pointer;
    color: #bbbbbb;
}

.retailer-check.fa-check {
    color: #84d44e;
}

.retailer-picture {
    display: inline-block;
    padding: 16px 8px;
    padding: 1rem .5rem;
}

.retailer-contact {
    padding: 8px;
    background: #d5dfe6;
    border-radius: 64px;
}

@media (min-width: 768px) {
    .retailer-tab-container > .right,
    .retailer-tab-container > .left {
        display: none;
    }

    .retailer-tabs {
        margin: 0;
    }
}
/*************************
 * PRODUCT RESULT
 ************************/
.product-result-list .product {
    background: #ffffff;
    border-top: 1px solid #D8DFE5;
    padding-bottom: 10px;
}

.product-result-list {
    border-bottom: 1px solid #D8DFE5;
}

.product-result-list .product .quantity_high,
.product-result-list .product .quantity_low {
    display: none;
}

.product-result-list .product.quantity_high .quantity_high {
    display: block;
    color: #84D44F;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 6px;
}

.product-result-list .product.quantity_low .quantity_low {
    display: block;
    color: #EFC225;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 6px;
}

.product-result-list .product.sold .quantity_sold {
    display: block;
    color: #B71C1C;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    padding-top: 6px;
}

.product-result-list .product .image {
    text-align: center;
    background: no-repeat center;
    background-size: contain;
    background-origin: content-box;
    height: 130px;
}

.product-result-list .product .price {
    color: #fe8b1e;
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
}

.product-result-list .product .description {
    margin: 16px auto;
    line-height: 1.5;
    padding-right: 0;
}

.product-result-list .product .button {
    text-align: center;
    font-weight: 700;
}

.product-result-list .product .select-product {
    color: #fe8b1e;
    font-size: 50px;
    font-size: 3.125rem;
    padding: 0 0 0 15px;
}

.product-result-list .product .description .type {
    margin-left: -25px;
    padding-left: 25px;
    min-height: 20px;
    background-repeat: no-repeat;
}

#filter-off-canvas .content {
    padding: 25px 25px 100px;
}

#filter-off-canvas .content .checkbox label {
    padding: 0;
}

#filter-off-canvas .content .filter-toggle {
    font-size: 60px;
    font-size: 3.75rem;
    margin-top: -25px;
    margin-bottom: -35px;
    color: #f08724;
    cursor: pointer;
    width: 100px;
}

.vehicle-reistration {
    width: 290px;
    background-image: url('/assets/images/fahrzeugschein.jpg');
    height: 181px;
    background-position-y: 19px;
    background-size: cover;
}

.vehicle-reistration.vehicle-reistration--old {
    background-position-y: 176px;
    height: 175px;
}

.vehicle-reistration div {
    background-color: #ffffff;
    text-align: right;
}

.row.product {
    display: flex;
    align-items: center;
}

.content-filter {
    min-height: 100%;
    margin-bottom: -54px;
}

.content-filter #search-input {
    margin-right: 10px;
}

.content-filter:after {
    content: "";
    display: block;
}

.set-filter, .content-filter:after {
    height: 54px;
}

.content-filter label {
    white-space: nowrap;
}

.matchcode {
    display: flex;
}

.matchcode #search-input {
    width: auto;
    min-width: 120px;
}

.product-result-list .product .icon {
    margin-top: -6px;
    margin-left: -2px;
}

/*************************
 * Small devices (tablets, 768px and up)
 ************************/
@media (min-width: 768px) {

    .product-result-list .product.quantity_low {
        border-left: 4px solid #EFC225;
    }

    .product-result-list .product.quantity_high {
        border-left: 4px solid #84D44F;
    }

    .product-result-list .product.sold {
        border-left: 4px solid #CCCCCC;
    }

    .product-result-list .product {
        border: 0;
        margin-bottom: 4px;
        box-shadow: -1px 4px 18px 1px rgba(200, 200, 200, 0.25);
    }

    .product-result-list {
        border: 0;
    }

    .product-result-list .product .price {
        font-size: 20px;
        font-size: 1.25rem;
        padding-top: 10px;
    }
}
.price {
    font-size: 22px;
    font-size: 1.375rem;
    color: #f08724;
    margin: 10px 0;
}

.product-postalcode-container {
    padding: 25px 15px;
}

.retailer-list {
    text-align: center;
}

.retailer-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.retailer-list li:before {
    content: "\f111";
    font: normal normal normal 14px/1 icons;
    color: #f08724;
    font-size: 4px;
    font-size: .25rem;
    line-height: 16px;
    line-height: 1rem;
    padding-right: 8px;
    padding-right: .5rem;
    vertical-align: middle;
}

.retailer-box {
    display: inline-block;
    padding: 15px;
    padding-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #DFE6EB;
    color: #525f74;
    width: 90%;
    text-align: left;
}

.retailer-box .price {
    font-size: 1rem;
    margin: 0;
    text-align: left;
}

.retailer-box .img-box {
    max-width: 60px;
    float: right;
    text-align: right;
}

.testreports .testreport {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D8DFE5;
    display: none;
}

.testreports .testreport:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
    display: block;
}

.testreports .testreport .download {
    height: 22px;
    padding-bottom: 5px;
}

#show-all-test-reports[type=checkbox] {
    visibility: hidden;
    float: right;
    width: 1px;
    height: 1px;
}

label[for=show-all-test-reports] {
    color: #f08724;
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    right: 15px;
}

#show-all-test-reports[type=checkbox]:checked ~ .testreports .testreport {
    display: block;
}

#show-all-test-reports[type=checkbox]:checked + label {
    display: none;
}

.threeD-rim-button {
    background-image: url(/assets/images/3d_rim.png);
    width: 92px;
    height: 69px;
    cursor: pointer;
}

/* loading bar 3D view */
.reel-preloader {
    background: #eb8713 !important;
    height: 10px!important;
}

.gallery-3d {
    position: absolute;
    z-index: 21480;
    display: none;
}

.gallery-images .play-button {
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    color: #fca640;
    margin-top: -75px;
    margin-left: -38px;
    display: none;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border: 3px solid #fca640;
    border-radius: 200px;
    text-align: center;
    line-height: 80px;
    padding-left: 11px;
}

#threed-colors {
    display: none;
}

.gallery-images {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

.gallery-images .play-button:before {
    content: "\f04b";
    font-family: icons;
    font-size: 50px;
    font-size: 3.125rem;
    text-shadow: 1px 1px 12px #000000;
}

.postcode-input {
    max-width: 200px;
}

.item-image {
    text-align: center;
}

.item-image img {
    max-width: 100%;
    max-height: 180px;
    margin: 0 auto;
}


.special-retailer-box {
    min-width: 180px;
    padding: 16px;
}

.postcode-button {
    margin-left: 20px;
}

.info-box {
    border: 1px solid #dfdfe6;
    padding: 16px;
}

.similar-alloy-list .product {
    padding: 10px;
    min-height: 80px;
    border: 1px solid #DFE6EB;
}

.similar-alloy-list .product.alloy-combination {
    background-image: url("/assets/images/alloy_combination/alloy_combination_corner_right.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.similar-alloy-list .product .image {
    background: no-repeat top center;
    background-size: contain;
    height: 80px;
    width: 80px;
    float: left;
    margin-right: 10px;
}

.product-type .icon {
    vertical-align: text-bottom;
}
/*************************
 * Small devices (tablets, 768px and up)
 ************************/

@media (min-width: 768px) {
    .product-postalcode-container {
        padding: 40px 15px;
    }

    .price {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media (min-width: 992px) {
    .info-box {
        border: 0;
        padding: 0;
    }
}

.text-color-rvo-orange {
    color: #f08724;
}
