<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.validator {
    color: Red;
}

.smallvalidator {
    color: Red;
    font-size: 11px;
}


.spot-product-item .spot-product-item-buy-button.type-0 {
    background-color: #27282A;
}

.spot-product-item .spot-product-item-buy-button.type-1 {
    background-color: #27282A;
}

.spot-product-item .spot-product-item-buy-button.type-2 {
    background-color: #af1c22;
}

.spot-product-item .spot-product-item-buy-button.type-3 {
    background-color: #009900;
}

.spot-product-item .spot-product-item-badge.badge-type-0 {
}

.spot-product-item .spot-product-item-badge.badge-type-1 {
}

.spot-product-item .spot-product-item-badge.badge-type-2 {
    background-image: url(/images/shell/badge-type-sale-bg.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    color: #ffffff;
}

.spot-product-item .spot-product-item-badge.badge-type-3 {
    background-image: url(/images/shell/badge-type-campaign-bg.png);
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    color: #ffffff;
}

.pricetype-2 {
    color: #af1c22;
}

.pricetype-3 {
    color: #009900;
}

.pricetype-0 {
    color: #af1c22;
}

input[type=radio] {
    display: none;
    margin: 10px;
}

    input[type=radio] + label {
        display: inline-block;
        margin: 2px 3px 2px 0;
        text-align: center;
        color: #af1c22;
        background-color: #ffffff;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: 1px solid #af1c22;
        background-clip: padding-box;
        font-weight: 500;
        padding-left: 5px;
        padding-right: 5px;
    }

    input[type=radio]:checked + label {
        background-image: none;
        color: #ffffff;
        background-color: #af1c22;
    }

.radiopaymentmethod input[type="radio"], .addresses input[type="radio"] {
    display: inline-block;
    margin: 10px;
}

.radiopaymentmethod input[type=radio] + label, .addresses input[type=radio] + label {
    text-align: left;
    color: #000000;
    background: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
}

.pagerDB {
    color: #000000;
    clear: both;
}

    .pagerDB a, .pagerDB, .pagerDB-current {
        padding: 5px;
    }

.pagerDB-current {
    border: 1px solid #af1c22;
    padding: 0.5em;
    margin: 0 2px;
    color: #ffffff;
    font-size: 14px;
    background-color: #af1c22;
    text-decoration: none;
}

div.pagerDB {
    clear: both;
    padding: 0 20px;
    margin-top: 25px;
}

    div.pagerDB a {
        border: 1px solid #af1c22;
        padding: 0.5em;
        margin: 0 2px;
        color: #af1c22;
        font-size: 14px;
    }

        div.pagerDB a:hover {
            border: 1px solid #af1c22;
            padding: 0.5em;
            margin: 0 2px;
            color: #ffffff;
            font-size: 14px;
            background-color: #af1c22;
            text-decoration: none;
        }

    div.pagerDB strong {
        border: 1px solid #534d00;
        padding: 0.5em;
        font-size: 14px;
        margin: 0 2px;
        color: #FFFFFF;
        background-color: #534d00;
    }

table.sizetable {
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}

    table.sizetable td {
        padding: 5px;
        border-collapse: collapse;
        border: 1px solid #cccccc;
        width: 25%;
        text-align: center;
    }

.sizecomment {
    padding-top: 5px;
    font-style: italic;
    font-size: 10px;
    line-height: 14px;
}

.content a {
    color: #af1c22;
    text-decoration: underline;
}

.content h2 {
    margin-top: 25px;
}

table.orderinfo td {
    padding: 5px;
}

.black_overlay {
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    background-color: black;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.white_content {
    display: none;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    padding: 0px;
    border: 0px;
    background-color: white;
    z-index: 10002;
}

.BigImage {
    width:100%;
    max-width: 800px;
}

#popupbox, #popupboxnews {
    display: none;
    border: solid 1px black;
    background-color: white;
    width: 500px;
    height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10002;
    overflow: auto;
}

@media (max-width: 500px) {
    #popupbox, #popupboxnews {
        width: 90%;
        overflow: auto;
    }
}

#popupbox .popupcontent, #popupboxnews .popupcontent {
    padding: 20px;
}

.closeimage {
    background-image: url(/images/shell/18_Close-128.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 5px 5px 0 0;
}

.brand {
    width: 80%;
    height: 140px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #eeeeee;
}


.banner {
    position: relative;
}

    .banner &gt; img {
        width: 100%;
        height: auto;
    }

    .banner &gt; .bannercontent {
        position: absolute;
        top: 10px;
        left: 20px;
        bottom: 0;
    }

        .banner &gt; .bannercontent.white {
            color: #ffffff;
        }

        .banner &gt; .bannercontent.right {
            float: right;
        }

        .banner &gt; .bannercontent h3 {
            font-weight: bold;
        }


.leftcolumn .banner .bannercontent {
    font-size: 85%;
}

    .leftcolumn .banner .bannercontent h3 {
        font-size: 85%;
    }


.tooltip2 .mytooltip {
    display: none;
}

.tooltip2:hover .mytooltip {
    display: block;
    position: fixed;
    overflow: hidden;
}

.mytooltip {
    background-color: #cccccc;
    padding: 10px;
}

@media (max-width: 350px) {
    .col-md-4 .banner .bannercontent {
        font-size: 80%;
    }

        .col-md-4 .banner .bannercontent h3 {
            font-size: 80%;
        }
}

.fraktfri {
    z-index: 2;
    position: absolute;
    padding: 0 5px 5px 0;
    width: 100px;
    right: 0;
    bottom: 0;
}

    .fraktfri img {
        width: 100%;
    }

.rwstamp {
    height: 50px;
}

    .rwstamp img {
        height: 85px;
        margin-top: -20px;
    }

@media (max-width: 400px) {
    .fraktfri {
        width: 80px;
    }
}

@media (max-width: 320px) {
    .fraktfri {
        width: 60px;
    }
}


.marginbottom {
    margin-bottom: 10px;
}

#PaymentMethodTypeId1 {
    display: block;
}

#PaymentMethodTypeId2 {
    display: none;
}

.form-control.pn {
    width: 60%;
    display: inline;
}

.btnpn {
    width: 30%;
    display: inline;
    clear: right;
    height: 34px;
    line-height: 34px;
}

#invoicexx a, #invoicexx a:hover, #invoicexx a:visited, #accountxx a, #accountxx a:hover, #accountxx a:visited {
    color: blue;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .xs-topborder {
        border-top: 1px solid #cccccc;
    }
}

a.bluelink {
    color: blue;
}


.product-size-form &gt; div &gt; div {
    position: relative !important;
}

.product-size-form &gt; div &gt; label {
    width: auto !important;
}

.product-size-form &gt; .form-group &gt; div {
    width: auto !important;
}

.product-size-form &gt; .form-group &gt; span {
    position: relative !important;
    top: 4px !important;
}

.product-size-form &gt; div &gt; div &gt; select {
    position: relative !important;
    top: 4px !important;
}

#product-content div &gt; a &gt; .product-item-buy-button {
    max-width: 440px !important;
}

#product-content &gt; div &gt; .row &gt; .border-left-gray {
    border: none !important;
}

.sg-product-description {
    clear: left !important;
}

    .sg-product-description &gt; h3:nth-of-type(1) {
        display: none !important;
    }

    .sg-product-description p {
        font-size: 14px !important;
    }

.sg-product-suitable-for {
    margin-bottom: 20px !important;
}

    .sg-product-suitable-for ul {
        padding-left: 17px !important;
    }

.sg-product-specs-container {
    padding: 0 30px !important;
}

.sg-product-specs &gt; div:nth-of-type(1) {
    width: auto !important;
    margin-right: 5px !important;
}

.sg-product-usp {
    margin-bottom: 10px !important;
    float: left !important;
    width: 100% !important;
}

    .sg-product-usp ul {
        padding: 0 !important;
        list-style-type: none !important;
    }

        .sg-product-usp ul li {
            display: inline-block !important;
            margin-right: 15px !important;
            font-weight: bold !important;
        }

            .sg-product-usp ul li:last-child {
                margin-right: 0 !important;
            }

            .sg-product-usp ul li i {
                margin-right: 3px !important;
                color: #00cc00;
            }


@media screen and (max-width:892px) {
    .sg-product-description {
        padding: 0 30px !important;
    }

    .sg-product-usp ul {
        width: 450px !important;
        margin: 0 auto !important;
    }

    #product-content div &gt; a &gt; .product-item-buy-button {
        max-width: none !important;
    }
}

@media screen and (max-width:768px) {

    #top-nav-small &gt; li {
        display: none !important;
    }

        #top-nav-small &gt; li:nth-of-type(1) {
            display: inline-block !important;
        }

        #top-nav-small &gt; li a {
            color: #becccc !important;
        }

    #top-nav-small-wrapper .container &gt; div {
        text-align: left !important;
    }

    .sg-header-usp {
        list-style-type: none !important;
        display: inline-block !important;
        margin-top: 7px !important;
        margin-bottom: 0 !important;
        margin-left: 15px !important;
        width: 435px !important;
        padding-left: 0 !important;
    }

        .sg-header-usp li {
            display: inline-block !important;
            color: #becccc !important;
            font-weight: bold !important;
            margin-right: 5%;
        }

            .sg-header-usp li:last-child {
                margin-right: 0 !important;
            }

            .sg-header-usp li i {
                margin-right: 3px !important;
            }

    .sg-remove-header-usp {
        display: none !important;
    }

    #top #top-nav-small-wrapper #top-nav-small {
        margin-right: 7px !important;
        float: right !important;
    }
}

@media screen and (min-width:768px) and (max-width:768px) {
    #Search1_lbSearch {
        width: 63px !important;
    }

    .glyphicon-search {
        font-size: 24px !important;
        top: 11px !important;
    }


    /* Sticky header */

    .sg-sticky-header #top-main-menu-wrapper {
        position: fixed !important;
        display: block !important;
        width: 100% !important;
        top: 0 !important;
        z-index: 9999 !important;
    }

    .sg-sticky-header #top-logo-wrapper &gt; a &gt; img {
        height: 72px !important;
    }

    .sg-sticky-header #content {
        margin-top: 20px !important;
    }
}


@media screen and (max-width:767px) {
    #top #top-main-menu-wrapper {
        top: 34px !important;
    }
}

@media screen and (max-width:550px) {
    #top-nav-small-wrapper .container &gt; div {
        text-align: center !important;
    }

    #top #top-nav-small-wrapper #top-nav-small {
        display: none !important;
    }

    .sg-header-usp {
        width: 355px !important;
        padding-left: 0 !important;
        margin: 7px auto !important;
    }

        .sg-header-usp li {
            margin-right: 5px !important;
            font-size: 12px !important;
        }
}

@media screen and (max-width:320px) {

    .sg-header-usp {
        width: 305px !important;
    }

        .sg-header-usp li {
            margin-right: 2% !important;
            font-size: 10px !important;
        }
}


@media screen and (min-width:769px) {
    .sg-header-usp {
        display: none !important;
    }
}

#paymentmethods &gt; table tr &gt; td &gt; span &gt; label {
    border: none !important;
}

#paymentmethods &gt; table tr {
    height: 50px !important;
}

    #paymentmethods &gt; table tr:hover {
        background: rgba(255, 255, 255, 0.51) !important;
    }

    #paymentmethods &gt; table tr &gt; td {
        cursor: pointer !important;
        padding: 0 5px !important;
    }

.giftcardamount {
    width: 100px;
}

.cartsection {
    border-top: 1px solid #cccccc;
    padding-top: 10px;
}



#blockBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.overlay2 {
    display: none;
    position: fixed;
    z-index: 1000;
    max-width: 500px;
    width: 100%;
    min-height: 300px;
    top: 0%;
    margin-top: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #973434;
    overflow: auto;
}

#sizeguidedetail, #dropguidedetail, #careguidedetail, #weightguidedetail, #howweknowdetail {
    display: none;
    position: absolute;
    float: right;
    z-index: 10001;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #0b1546;
    background-color: #e7f6fc;
    opacity: 0.99;
    padding: 20px;
}

.removeicon {
    float: right;
    margin-right: -15px;
    margin-top: -15px;
}

#sizedetailsingle {
    display: none;
    position: absolute;
    z-index: 10001;
    border-radius: 3px;
    border: 1px solid #000000;
    background-color: #000000;
    color: white;
    padding: 20px;
    width: 250px;
}


table.sizetabledetail {
    border-collapse: collapse;
    border: 1px solid #cccccc;
    width: 100%;
}

    table.sizetabledetail td {
        padding: 5px;
        border-collapse: collapse;
        border: 1px solid #cccccc;
        width: 50%;
        text-align: center;
    }
</pre></body></html>