<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.descriptionContainer {
    display: flex;
    flex-wrap:wrap;
}
.extrawrapper&gt;div {
    width: 100%;
}
.description1.n-description1 {
    padding-right: 10px;
}

.Variants .variantButtonContainer,
.customAnslagColorContainer,
.customGavlColorContainer {
    margin: 0 -1%;
}
.Variants .variantButtonContainer &gt; .variantButtonElement {
    margin: 1% 1%;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    position: relative;
    padding:0px;
}
.customAnslagColorContainer,
.customGavlColorContainer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.customAnslagColorContainer &gt; .customColorItem.selected,
.customGavlColorContainer &gt; .customColorItem.selected {
    background-color: rgb(118, 211, 0);
    color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.customAnslagColorContainer &gt; .customColorItem,
.customGavlColorContainer &gt; .customColorItem {
    flex: 1 1 0;
    width: 0;
    margin: 1% 1%;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    background-color: white;
    padding: 10px;
}
.Variants .VariantGroup .variantButtonContainer &gt; .variantButtonElement.selected {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    color:#3b3b3b;
}
.Variants .variantButtonContainer &gt; .variantButtonElement &gt; .variantButtonElementPrice,.Variants .variantButtonContainer &gt; .variantButtonElement &gt; .variantButtonElementName {
    padding: 5px 0;
}
.Variants .variantButtonContainer &gt; .variantButtonElement.selected::before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 900;
    transform: translateX(-50%) translateY(-50%);
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    color: #54b85b;
}
.Variants .variantButtonContainer &gt; .variantButtonElement:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.Variants .variantButtonContainer &gt; .variantButtonElement.hidden {
    display: none;
}
.colorSelectorSub {
    display: flex;
    flex-wrap: wrap;
    margin: 0% -.5% -1%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.colorSelectorSub&gt;div {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    width: 10.1%;
    margin: 0 .5% 1%;
    background-color: white;
}

.colorSelectorSub&gt;div img {
    width: 100%;
    display: block;
}

.colorSelectorSubHeader {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.colorSelectorSubHeader.open {
    border-bottom: 1px solid #ddd;
    background-color: #0085b7;
    color: white;
    border-top: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

.colorSelector,.colorSelectorContainer .simple-variant-group-container {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.colorSelectorContainer {
    margin: 40px 0;
    font-size: 18px;
    font-weight: bold;
    /* padding: 10px; */
    /* cursor: pointer; */
    background-color: #f5f5f5;
    /* border: 1px solid #ddd; */
}
.colorSelectorContainer .simple-variant-item-container {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 1% 0;
    background-color: white;
    width: 15%;
    position: relative;
}
.colorSelectorContainer .simple-variant-group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.colorSelectorContainer .simple-variant-image {
    width: 100%;
}

/* .colorSelectorSubContainer:nth-of-type(1) .colorSelectorSubHeader {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.colorSelectorSubContainer:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid #ddd;
} */

.colorSelectorContainer .VariantHeaderText {
    font-size: 22px;
    /* margin: 10px 0; */
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #0085b7;
    color: white;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.colorItem {
    position: relative;

}
.colorItem.active i,.simple-variant-item-container.simple-variant-image-active i {
    display: block;
}
.colorItem i,.simple-variant-item-container i {
    top: 45%;
    left: 50%;
    color: rgb(118, 211, 0);
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
}
.colorItem i &gt; svg,.simple-variant-item-container i &gt; svg {
    width:25px;
    margin-bottom: -5px;
}


/*.colorItem.active:before,.simple-variant-image-active:before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 30;
    font-size: 25px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(118, 211, 0);
}*/

.doorElement {
    flex: auto;
    height: 500px;
}

.doorElement:not(:last-child) {
    border-right: 7px solid rgba(195, 195, 195, 1);
}

.doorContainer {
    display: none;
    width: 100%;
    min-width: 400px;
    border: 2px solid;
    border-left: 7px solid;
    border-right: 7px solid;
    border-top: 10px solid;
    border-bottom: 5px solid;
    border-color: rgba(195, 195, 195, 1);
}

#specs.active {
    display: none;
}

.buy {
    background-color: rgba(241, 251, 241, 1.00);
    border: solid 1px rgba(211, 231, 210, 1.00);
    padding: 15px;
}

.buy ul.details {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    border: 0px;
    background-color: rgba(255, 255, 255, 1.00);

    display: none;
    font-size: 0;
}

.buy&gt;ul.details&gt;li.delivery-time {
    background-image: url("/images/skins/Shopdeluxe/images/icon-delivery.png");
    background-repeat: no-repeat;
    background-size: 13px auto;
    background-position: 15px 53%;
    padding-left: 35px;
    border-right: 0;
}

.buy&gt;ul.details&gt;li.active.last {
    border-right: none;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 35px;
    padding-right: 15px;
    border: solid 1px rgba(223, 223, 223, 1);
    background-color: rgba(255, 255, 255, 1.00);
    color: #000;
    border-radius: 5px;
}

.buy ul.details:after {
    clear: both;
    content: "";
    display: block;
}

.buy ul.details.active {
    display: inline-block;
}

.buy {
    height: 100%;
}

.colorText,
.colorPrice {
    font-size: 11px;
}

.images {
    float: none;
}
.btnExcerpt {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
}
.buyDoorContainer {
    display: flex;
    flex-wrap: wrap;
}

.door .VariantGroupLabel {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #0085b7;
    color: white;
    border: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.door .variantButtonContainer {
    padding: 5px;
    margin:0;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    align-items: stretch;
}
.door .variantButtonElement:hover {
    background-color: #fff;
}
/* footer {
    background-color: #fff;
    color: #454545;
}
footer &gt; ul &gt; li a {
    text-decoration: none;
    color: #454545;
} */
.doorwrapper {
    max-width: 48%;
}

.extrawrapper {
    display: none;
    flex-direction: row;
    /* margin-left: 1%; */
    justify-content: space-between;
    flex: 1 0 auto;
    flex-wrap: wrap;
    width: 48%;
}

.totalheightmeasure {
    transform: translate(-4%, 515px) rotate(-90deg);
    transform-origin: 0 0;
    width: 515px;
    position: absolute;
    text-align: center;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.totalheightmeasure:not(:empty)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 1px solid black;
    width: 100%;
}

.totalheightmeasure&gt;span {
    background-color: white;
    padding: 0 20px;
    position: relative;
}

.doormeasures {
    display: flex;
    text-align: center;
    min-width: 400px;
}

.totalwidthmeasurewrapper {
    display: none;
    width: 100%;
    min-width: 400px;
    justify-content: space-around;
    margin: 10px 0 0 0;
    height: 20px;
    position: relative;
}

.totalwidthmeasure {
    text-align: center;
    position: absolute;
    width: 100%;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.totalwidthmeasure&gt;span {
    background-color: white;
    padding: 0 20px;
    position: relative;
}

.totalwidthmeasure:not(:empty)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 1px solid black;
    width: 100%;
}
.totaltrackwidthmeasurewrapper {
    display: none;
    width: 100%;
    min-width: 400px;
    justify-content: space-around;
    margin: 10px 0 0 0;
    height: 20px;
    position: relative;
}

.totaltrackwidthmeasure {
    line-height: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.totaltrackwidthmeasure&gt;span {
    background-color: white;
    padding: 0 20px;
    position: relative;
}

.totaltrackwidthmeasure:not(:empty)::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-top: 1px solid black;
    width: 100%;
}

/* .extrawrapper&gt;div {
    width: 32%;
} */
/*
.extrawrapper&gt;div&gt;.label {
    font-size: 16px;
    margin: 10px 0;
} */

.productFlexContainer {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex:1 0 auto;
}

.extrawrapper&gt;div.profilerContainer,
.extrawrapper &gt; div.invertarContainer {
    width: 100%;
    flex-basis: 100%;
}

#anslag,
#gavle,
#profiles,
#softclose {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#anslag:after,
#gavle:after,
#profiles:after,
#softclose:after,
#inventar:after {
    clear: both;
    content: "";
    display: block;
}

#anslag&gt;li,
#gavle&gt;li,
#profiles&gt;li,
#softclose&gt;li {
    margin: 0 0 6px;
    width: 100%;
    padding: 7px 5px;
    border-radius: 3px;
    background-color: white;
    border: solid 1px rgba(195, 195, 195, 1);
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

#anslag&gt;li:last-child,
#gavle&gt;li:last-child,
#profiles&gt;li:last-child,
#softclose&gt;li:last-child {
    margin-bottom: 0;
}

#anslag&gt;li br,
#gavle&gt;li br,
#profiles&gt;li br,
#softclose&gt;li br {
    display: none;
}

#anslag&gt;li span,
#gavle&gt;li span,
#profiles&gt;li span,
#softclose&gt;li span {
    display: inline-block;
    font-family: 'Arial';
    border-radius: 2px;
    margin: 0 0 0 4px;
    padding: 2px 4px;
    background-color: #e59523;
    font-size: 11px;
    color: rgba(255, 255, 255, 1.00);
}

#anslag&gt;li.active,
#gavle&gt;li.active,
#profiles&gt;li.active,
#softclose&gt;li.active {
    background-color: rgb(118, 211, 0);
    color: white;
    border-color: rgb(118, 211, 0);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* #anslag&gt;li.active:before,
#gavle&gt;li.active:before,
#profiles&gt;li.active:before,
#softclose&gt;li.active:before {
    content: "\f00c";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
} */
#anslag&gt;li.active i,
#gavle&gt;li.active i,
#profiles&gt;li.active i,
#softclose&gt;li.active i {
    display:block;
}
#anslag&gt;li i,
#gavle&gt;li i,
#profiles&gt;li i,
#softclose&gt;li i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
#anslag&gt;li i &gt; svg,
#gavle&gt;li i &gt; svg,
#profiles&gt;li i &gt; svg,
#softclose&gt;li i &gt; svg {
    width: 17px;
    margin-bottom: -5px;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
}
#inventar {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0 -1%;
    width: 100%;
}

ul#inventar&gt;li {
    margin: 0 1%;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    width: 48%;
}

#inventar .choose {
    margin: 0 0 6px;
    width: 100%;
    padding: 7px 5px;
    border-radius: 3px;
    background-color: white;
    border: solid 1px rgba(195, 195, 195, 1);
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

#inventar&gt;li.active&gt;.choose {
    background-color: rgb(118, 211, 0);
    color: white;
    border-color: rgb(118, 211, 0);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}

.invertarContainer {
    display: none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.invertarContainer&gt;.label {
    font-size: 16px;
    margin: 10px 0;
}
@media (max-width: 1024px){
    .doorwrapper,
    .description1.n-description1,
    .extrawrapper {
        width: 100%;
    }
    .doorwrapper {
        max-width: 25%;
    }
    .doorContainer,.doormeasures {
        min-width: 300px;
    }

    .totalwidthmeasurewrapper {
        min-width: 300px;
    }
    .totaltrackwidthmeasurewrapper {
        min-width: 300px;
    }
}
@media (max-width: 880px) {
    .colorSelectorSub&gt;div {
        width: 48%;
    }

    .doorwrapper,
    .description1.n-description1,
    .extrawrapper {
        width: 100%
    }
    .doorwrapper {
        max-width: 100%;
        padding: 25px;
    }
    .extrawrapper {
        margin: 30px 0px 0px 0px;
    }

    .extrawrapper&gt;div {
        width: 100%;
    }

    .doorContainer {
        min-width: 300px;
    }

    .totalwidthmeasurewrapper {
        min-width: 300px;
    }

    .doormeasures {
        min-width: 300px;
    }

    .buyDoorContainer {
        margin: 30px 0;
    }
    ul#inventar &gt; li {
        width: 100%;
        margin: 3% 0;
    }
    .showAsideButton {
        display: none;
    }
    .Variants .variantButtonContainer &gt; .variantButtonElement,.Variants .versionContainer &gt; .versionItem {
        max-width: 31%;
    }
}
</pre></body></html>