<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button.kfwoo-button {
    color: white;
    border-radius: 2px;
    margin-top: 25px;
}
.kfwoo-search-collection hr {
    border-color: black;
    border-width: 2px;
}
.kfwoo-search-collection h3 {
    font-weight: bold;
}
ul.kforw-collection li {
    list-style-type: none;
}
ul.kforw-collection {
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
}
ul.kforw-collection li {
    height: 35px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    color: #8a8a8a;
    padding-left: 45px;
    width: 25%;
    margin-top: 2px;
    margin-left: 0px !important;
}
ul.kforw-collection li:before {
    content: '';
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #000000;
    border-radius: 10%;
    text-align: center;
    line-height: 30px;
}
ul.kforw-collection li.active:before {
    content: "\2713";
    background: black;
}
.kforw-search input[type=text] {
    padding: 10px 10px 10px 45px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid black;
    width: 100%;
}
.kforw-search {
    position: relative;
    margin-bottom: 20px;
}
.kforw-search span {
    position: absolute;
    font-size: 45px;
    top: -15px;
    color: #7a7a7aed;
    left: 10px;
    transform: rotate(100deg);
}
.kforw-search input[type=text]::placeholder { 
    color: #ccc;
    opacity: 1;
}
.kforw-search p {
    font-size: 12px;
    padding-top: 15px;
}
.kforw-collection-dispaly ul {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    /*-webkit-overflow-scrolling: touch;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*max-height: 480px;*/
}
.kforw-collection-dispaly ul li {
    list-style-type: none;
    margin: 0 1% 8% !important;
    flex: none;
    width: 23%;
    padding: 15px 15px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: normal;
    font-size: 14px;
}
.kforw-collection-dispaly ul li p {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: black
}
.kforw-collection-dispaly ul li.active:after {
    content: '';
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 10%;
    text-align: center;
    line-height: 25px;
    content: "\2713";
    background: black;
}
.kforwoo-crousal {
    padding-top: 65px;
}
.kforwoo-thumbs.row {
    padding-top: 15px;
}
.kforwoo-thumbs.row img{
    cursor: pointer;
}
img#kforwoo-main-image {
    width: 100%;
}
@media only screen and (max-width: 950px) {
    .kfwoo-bottom-content.row {
        display: flex;
        flex-flow: column-reverse;
    }
    .button.kfwoo-button {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 400px) {
    .bootstrap-iso.konkrol_custom_shortcoe_product_main a.button.color_select_for_product, a.button.reset_select_for_product {
        width: 44%;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main ul.kforw-collection li {
        padding-left: 32px;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main ul.kforw-collection li:before {
        width: 25px;
        height: 25px;
    }
    .konkrol_custom_shortcoe_product_main .kforw-collection-dispaly ul li {
        margin: 0 1% 9% !important;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main .kforw-collection-dispaly ul li {
        padding: 3px 15px !important;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main .kforw-collection-dispaly ul li p {
        top: 56px !important;
    }
    .popup-kforw {
        width: 85% !important;
    }
    .konkrol_custom_shortcoe_product_main .kforw-collection-dispaly ul li p {
        font-size: 8px !important;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main .kfwoo-bottom-content.row {
        max-width: 110% !important;
    }
    ul.kforwoo-main-gallery {
        width: 15%;
    }
}
@media only screen and (max-width: 500px) {
    span.kforw_total {
        display: none !important;
    }
    .kforw-collection-dispaly ul li p {
        top: 65px;
    }
    .konkrol_custom_shortcoe_product_main ul.kforw-collection li {
        width: 48%;
        margin-top: 10px;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main .kfwoo-bottom-content.row {
        max-width: 110% !important;
    }
    .bootstrap-iso.konkrol_custom_shortcoe_product_main .kforw-collection-dispaly ul li {
        padding: 7px 15px;
    }
    a.button.color_select_for_product, a.button.reset_select_for_product {
        margin-right: 9px;
        font-size:11px !important
    }
    /*gallery small devices*/
    .kforwoo-crousal {
        width: 100%;
    }
    img#kforwoo-main-image {
        width: 82%;
        float: left;
    }
    ul#kforwoo-main-gallery {
        display: block !important;
    }
    ul.kforwoo-main-gallery li {
        list-style-type: none;
        margin: 0px 0px 14px 0px !important;
    }
    ul.kforwoo-main-gallery {
        width: 15%;
        float: left;
        margin-left: 5px;
    }
    .kforwoo-thumbs.row {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .kforwoo_calculation_wrap .calculation_right_kfrow,
    .kforwoo_calculation_wrap .calculation_left_kfrow {
        width: 100% !important;
        float: unset !important;
        text-align: unset !important;
    } 
    .kforw_addtocart button {
        width: 100% !important;
    }
}

ul.kforwoo-main-gallery {
    display: none;
}
/* product page css */
.kforw-selected-product-color {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}
.kforw-selected-product-color div#kforw-product-page-swatch {
    padding-top: 30%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.kforw-selected-product-color .kforw-product-page-swatch a.button {
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
    font-weight: normal 
}
.kforw-selected-color-wrap span:nth-child(2) {
    font-weight: bold;
    color: black;
}
.kforw-info span {
    font-style: italic;
    font-size: 12px;
    margin: 0;
    color: black;
    display: inline;
}
.kforw-info {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    padding: 3px 8px 10px 8px;
}
.kforw-variation {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.kforw-variation &gt; div {
    display: table-row;
}
.kforw-variation .kforw_header span {
    font-size: 13px !important;
    display: table-cell;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-bottom: 8px;
}
.kforw-variation .kforw_attribute span {
    font-size: 16px !important;
    display: table-cell;
    text-align: center;
    padding: 5px;
    color: black;
    font-weight: bold;
    /*vertical-align: middle;*/
}
.kforw-variation .kforw_attribute span.kforw_total {
    width: 100px;
}
.kforw-variation .kforw_attribute span.kforw_qty input {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-appearance: textfield;
    margin: 0 5px;
    font-size: 16px;
    padding: 0px;
}
.kforw-variation .kforw_attribute.kforwodd {
    background: #f6f6f6;
}
.kforw-variation .kforw_attribute.kforweven {
    background: #ffffff;
}
.kforw-variation .kforw_attribute span.kforw_qty input::-webkit-outer-spin-button,
.kforw-variation .kforw_attribute span.kforw_qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.kforw-variation .kforw_attribute span.kforw_price p {
    display: inline;
}
.kforw-variation .kforw_attribute p.kforw_regular_price.saleexist {
    text-decoration: line-through;
    font-size: 0.8em;
}
.kforw-variation .kforw_attribute p.kforw_sale_price {
    /*color: #c60f12;*/
}
span.kforw_qty .kforw_number span {
    cursor:pointer; 
}
span.kforw_qty .kforw_number span.minus,
span.kforw_qty .kforw_number span.plus{
    width: 22px;
    height: 22px;
    background: #6c6c6c;
    border-radius: 50px;
    padding: 2px 0px 0px 0px;
    color: white;
    border: 1px solid #ddd;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}
span.kforw_qty .kforw_number span.minus:hover,
span.kforw_qty .kforw_number span.plus:hover {
    background: #6c6c6c85;
}
span.kforw_qty .kforw_number span.minus i,
span.kforw_qty .kforw_number span.plus i {
    font-size: 17px;
}
.kforwoo_calculation_wrap .calculation_right_kfrow {
    width: 50%;
    float: right;
    text-align: right;
}
.kforwoo_calculation_wrap .calculation_left_kfrow {
    width: 50%;
    float: left;
}
.kforwoo_calculation_wrap {
    width: 100%;
    display: table;
    clear: both;
    margin-top: 18px;
}
.calculation_left_kfrow .kforw-liter-qty span,
.calculation_left_kfrow .kforw-area-cover span,
.calculation_right_kfrow .kforw-price span {
    font-weight: bold;
    color: black;
}
.calculation_right_kfrow .kforw-price span:nth-child(2) {
    font-size: 28px;
}
.kforw_addtocart {
    margin-top: 2px;
}

/*popup -------------------*/

.overlay-kforw {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay-kforw:target {
    visibility: visible;
    opacity: 1;
    z-index: 100;
}
.popup-kforw {
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 80%;
    position: relative;
    transition: all 1s ease-in-out;
}
.popup-kforw h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup-kforw .close-kforw {
    position: absolute;
    top: -10px;
    right: 2px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup-kforw .content {
    max-height: 30%;
    overflow: auto;
}
@media screen and (max-width: 700px){
    .popup-kforw{
        width: 70%;
    }
}
.popup-kforw h2 {
    text-align: center;
    font-size: 15px;
}
.kforw-selection-color-popup ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.kforw-selection-color-popup li.color {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0px;
    align-items: center;
    width: 25%;
}
.kforw-selection-color-popup ul li {
    list-style-type: none;
}
.kforw-selection-color-popup li.color span.swatch {
    display: block;
    padding-top: 90%;
    width: 100%;
    border: 1px solid #fff;
    transition: transform 0.1s;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.kforw-selection-color-popup {
    padding: 0 0 20px;
    width: 25%;
    margin-left: 6px;
}
.kforw-selection-color-popup h2 {
    text-align: left;
}
.kforw-selection-color-popup ul li:last-child {
    width: 25%;
    font-size: 13px;
    padding-top: 2px;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup {
    margin: 0 0%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    -webkit-overflow-scrolling: touch; */
    overflow-x: hidden; 
    overflow-y: auto; 
    max-height: 460px;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li {
    list-style-type: none;
    margin: 0 0.5% 0.5% !important;
    flex: none;
    width: 8%;
    padding: 12px 8px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: normal;
    font-size: 9px;
}
a.close-kforw span {
    font-size: 30px;
}
.kforwoo_main_swatches_popup {
    width: 100%;
}

.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li .kforwcolor-info-wrapper {
    position: relative;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li .kforwcolor-info {
    display: none;
    position: absolute;
    z-index: 2;
    top: -10px;
    left: -100px;
    width: 200px;
    background: #fff;
    padding: 5px;
    box-shadow: 0 1px 3px 3px rgb(0 0 0 / 20%);
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li .kforwcolor-info .kforwcolor-area {
    display: block;
    padding-top: 50%;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li .kforwcolor-info .name {
    font-weight: bold;
    display: block;
    padding: 2px 5px;
    color: black;
    text-align: center;
    font-size: 12px;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li .kforwcolor-info .buttons {
    text-align: center;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li .kforwcolor-info .buttons span {
    font-size: 12px;
    margin: 0px !important;
    padding: 0px 40px;
    border-radius: 10px;
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li:hover .kforwcolor-info {
    display: block;
}
.kforwcolor-info.last {
    left: -165px !important;
}
ul.kforw-collection-popup li {
    list-style-type: none;
}
ul.kforw-collection-popup {
    position: relative;
    overflow: hidden;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 0;
}
ul.kforw-collection-popup li {
    height: 25px;
    float: left;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    color: #8a8a8a;
    padding-left: 45px;
    width: 33%;
    margin-top: 2px;
    margin-left: 0px !important;
}
ul.kforw-collection-popup li:before {
    content: '';
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #000000;
    border-radius: 10%;
    text-align: center;
    line-height: 20px;
}
ul.kforw-collection-popup li.active:before {
    content: "\2713";
    background: black;
}
.kforw-search-popup input[type=text] {
    padding: 10px 10px 10px 45px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid black;
}
.kforw-search-popup {
    position: relative;
    margin-bottom: 20px;
}
.kforw-search-popup span {
    position: absolute;
    font-size: 45px;
    top: -19px;
    color: #7a7a7aed;
    left: 10px;
    transform: rotate(
100deg);
}
.kforwoo_main_swatches_popup ul.kforw_ul_color_popup li:hover {
    box-shadow: unset !important;
}
ul.kforw_ul_color.konkrol_color_product_page_ul {
    overflow-y: auto;
    max-height: 480px;
}
.konkrol_custom_shortcoe_product_main ul.kforw-collection {
    margin: 0px;
}
.konkrol_custom_shortcoe_product_main .kforw-search {
    margin-bottom: 10px;
}
.konkrol_custom_shortcoe_product_main .kforwoo-crousal {
    padding-top: 8px;
}
button.button.button-alt.color_select_for_product {
    margin-top: 10px;
    color: white;
}
.konkrol_custom_shortcoe_product_main .kforw-collection-dispaly ul li {
    margin: 0 1% 6% !important;
}
.bootstrap-iso.konkrol_custom_shortcoe_product_main .kfwoo-bottom-content.row {
    max-width: 100%;
}
a.button.color_select_for_product,
a.button.reset_select_for_product {
    border: none;
    color: #fff;
    background-color: var(--primary-color);
    border-color: rgba(0,0,0,.05);
    font-size: 14px;
}
a.button.color_select_for_product:hover,
a.button.reset_select_for_product:hover {
    text-decoration: none;
}

/*.kforw-product-page-swatch.kforwoo_nocolor
.kforw-product-page-swatch.kforwoo_nocolor {
    position: relative;
    background: gray;
    padding: 30px;
    overflow: hidden;
}
.kforw-product-page-swatch.kforwoo_nocolor:before,
.kforw-product-page-swatch.kforwoo_nocolor:after {
    position: absolute;
    content: '';
    background: red;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: rotate(-16deg);
    transform: rotate(-16deg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.kforw-product-page-swatch.kforwoo_nocolor:after {
    -webkit-transform: rotate(16deg);  
    transform: rotate(16deg);
}
.kforw-product-page-swatch.kforwoo_nocolor a.button {
    z-index: 1;
}*/
.kforw-product-page-swatch.kforwoo_nocolor {
    border: 1px solid #006ba1;
}
p.disclimer {
    font-size: 0.8em;
    font-style: italic;
    margin: 0;
}
a.close-kforw span.dashicons-dismiss:before {
    color: white;
    background: black;
    border-radius: 30px;
}
button.single_add_to_cart_button.kforw-add-tocart {
    margin: 0px;
}
p.disclimer {
    font-size: 10px !important;
    font-style: italic;
    margin: 0;
    padding-top: 10px;
}
.calculation_left_kfrow .kforw-liter-qty span.kforw-value,
.calculation_left_kfrow .kforw-area-cover span.kforw-value {
    font-size: 20px;
    font-weight: bolder;
}
a.button.reset_select_for_product {
    background: #A9A9A9;
}
.kforw_number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.kforw-discount {
    color: #00a400;
}
span#kforw-discount-total {
    text-decoration-line: line-through;
}
a.button.reset_select_for_product,
a.button.color_select_for_product {
    background: #A9A9A9;
}


.step1 .farver .farve {cursor:pointer;margin: 10px;line-height:40px;overflow:hidden;width: calc(25% - 20px);position:relative;float: left;}
.step1 .farver .farve .farve_bg {height: 110px;}
.step1 .farver .farve {border:1px solid #f2f2f2;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.step1 .farver .farve:hover {box-shadow:0 0 10px rgba(0, 0, 0, 0.2)}
.step1 .farver .farve.selected {box-shadow:0 0 10px rgba(0, 0, 0, 0.6)}
.step1 .farver .farve .farve_navn {font-size:14px;}
.step1 .farver .farve .farve_kort {font-size:12px;}
.step1 .farver .farve .farve_hover {padding:5px 0 5px 10px;border-top: 1px solid #f2f2f2;}
.step1 .farver .farve .farve_hover &gt; div {line-height:22px;}
.step1 .farver .farve .farve_bg:hover .farve_hover,
.step1 .farver .farve.selected .farve_hover {display:block}
.step1 .farver .farve[title="Hvid"] .farve_bg {border:1px solid #f2f2f2}
.step1 .farver .colorboxcontainer {height:500px;overflow-x: hidden;margin: 0 -10px;}
.step1 .farver .colorboxcontainer::-webkit-scrollbar {-webkit-appearance: none;width: 7px}
.step1 .farver .colorboxcontainer::-webkit-scrollbar-thumb {border-radius: 4px;background-color: rgba(0,0,0,.5);-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)}

@media(max-width:1600px) {
    .step1 .farver .farve {width:calc(25% - 20px)}
}
@media(max-width:1200px) {
    .step1 .farver .farve {width:calc(50% - 20px)}
}
@media(max-width:700px) {
    .step1 .farver .farve {width:calc(33% - 20px)}
}
@media(max-width:500px) {
    .step1 .farver .farve {width:calc(50% - 20px)}
}
.site-header {
    z-index: 1 !important;
}
.step1 .farver .farve.active {
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
}
p.kforw_regular_price.saleexist span {
    color: red !important;
}</pre></body></html>