<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}
</pre></body></html>