/* Based on rita-2023 */
:root {
    --zf: 1;
}

.skiss-item[data-module_no*="SB"]:before {
    display: none !important;
}

@font-face {
    font-family: BGQ-Light;
    src: '../fonts/BrandonGrotesqueCond-Light.woff';
}

a,
a:hover,
a:focus {
    color: inherit;
}

.grecaptcha-badge {
    opacity: 0;
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom: dashed 1px #000 !important;
}

h5 {
    font-weight: 400;
}

header {
    position: relative;
}

#masthead {
    border-bottom: .5px solid #868686;
    z-index: 999999999;
}

#masthead .entry-logo {
    height: 40px;
}

#masthead #uk_lang {
    top: 3px;
}

#masthead .logo-img {
    top: 10px;
}

footer,
#instagram {
    display: none;
}


.admin_sketch #masthead {
    background: var(--bs-fks-pastel-pink);
}

body {
    font-family: brandon-grotesque, sans-serif;

}


div {
    outline: 0;
}

#test_output {
    font-size: 18px;
    font-weight: bold;
}


/*
.with-page-break {
	page-break-before: always;
	page-break-after: always;
}
*/

#print_skiss {
    display: none;
    background: #efefef;
    margin-right: 10px;
}




#noe6_msg,
#max_screen_msg,
#no_mobile_msg {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    height: calc(100vh - 40px);
    font-size: 21px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 40px;
    left: 0;
    background: #f6f6f6;
    z-index: 99999999;
}

#max_screen_msg {
    display: none;
}

@media print {
    #offert_wrapper {
        display: block;
        opacity: 1;
        padding: 0;
        position: absolute;
    }

    #masthead {
        display: none;
    }

    body {
        -webkit-font-smoothing: never;
    }

    .with-page-break {
        page-break-before: always !important;
    }

    #print_wrap .footer {
        position: fixed;
        bottom: 0;
    }

    .footer * {
        display: table-cell;
    }

    .footer a {
        text-align: right;
        text-decoration: none;
        color: #000;
    }

    .pm-row h3,
    .pm-row {
        font-size: 12px !important;
    }
}

.with-page-break {
    page-break-before: always !important;
}

.page-break-after {
    page-break-after: always !important;
}

body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    letter-spacing: -0.3px;
    overflow: hidden;
}

body.page-id-8068 {
    overflow: auto;
}

#container {
    padding: 0;
    overflow: hidden;
}

#skiss_wrapper {
    min-width: 1280px;
    height: calc(100vh - 3rem - 20px);
    min-height: 530px;
    position: relative;
    padding-right: 400px;
    border: none !important;
    outline: none !important;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s linear, opacity 0.5s linear;
}

.temp-html #skiss_wrapper,
.temp-html #noe6_msg {
    display: none;
}

#main_content {
    min-width: calc(100vh - 400px);
    border: none !important;
    outline: none !important;
    height: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

#tainer {

    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.sketch--template-preloader {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}


.wall-wrap {
    margin: auto;
    position: relative;
    height: auto !important;
}

/* BOOTSTRAP */
button.btn,
a.btn,
.input-group,
.input-group-text {
    text-transform: uppercase;
    font-size: 12px;
}

.btn {
    border-width: .5px;
}

.btn:hover {
    color: inherit;
}

.btn.show {
    background: #efefef;
    color: inherit;
}

.btn:focus,
.btn-close:focus,
.form-select:focus {
    box-shadow: none;
}

.form-select:focus {
    border-color: var(--bs-border-color);
}

.btn:not(.btn-close):hover {
    background: #efefef;
}

.btn i {
    pointer-events: none;
}

.toast {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999999999;
}

.offcanvas.offcanvas-top {
    height: 100vh;
}

#container .was-validated .form-check-input:invalid,
#container .form-check-input.is-invalid {
    border-color: var(--bs-danger) !important;
    border-width: 1px;
    border-style: solid;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: inherit;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: inherit;
}

.invalid+.select2 .select2-selection,
input[type="text"].invalid {
    border: 1px solid red;
}



#container .form-check-input {
    border-radius: 0;
    background-color: #fff;
    border-color: var(--bs-primary);
    width: 15px;
    height: 15px;

}

.form-check-input:focus {
    box-shadow: none;
    border-color: inherit;
}

.form-check-input:checked {
    background-color: #fff;
    border-color: var(--bs-primary);
    box-shadow: none;
    background: url('/wp-content/plugins/fks-sketch-v5_0/img/icon-x.svg') center center no-repeat;
    background-size: 100% 100%;
}


.btn:focus-visible {
    box-shadow: none;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border-color: var(--bs-primary);
    border-width: .5px;
}

.dropdown-menu li {
    padding: 0;
    border-width: 0 0 .5px 0;
    border-style: solid;
    border-color: var(--bs-primary);
    font-size: 11px;

}

.dropdown-menu li:last-child {
    border: 0;
}

.dropdown-menu li a {
    padding: 7px 6px;
    border: 0;
    font-size: 11px;
}

/* HEADER */
#sketch__header_wrapper {
    width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: space-between;

}

#sketch__header_right {
    display: flex;
    justify-self: flex-end;
    align-items: center;
    line-height: 1;
}

#sketch__header_right #footer_language_list {
    top: 1px;
}

#sketch__top_bar {
    position: relative;
    left: 1rem;
    top: 0;
}

.is_admin #btn__fks_beta_welcome {
    display: none;
}

#sketch__top_bar a[data-bs-toggle="offcanvas"] {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

#sketch__header_login {
    position: relative;
    right: 1rem;
    top: -2px;
    font-size: 13px;
}

#footer_language_list {
    margin-left: .5rem;
    position: relative;
    top: auto;
}

/*  MENU CONTAINER */

.active #modal,
.modal #modal-bg {
    display: block;
}

#wall_selector {
    position: absolute;
    left: 10px;
    top: 10px;
}

#module_menu {
    display: -webkit-box;
    display: flex;
}

#skiss_menu {
    width: 400px;
    height: 100%;
    border: 1px solid #868686;
    border-top: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 111;
}

#skiss_menu .help-link {
    position: absolute;
    right: 30px;
    top: 4px;
    display: none;
}

.sm-tabs {
    display: -webkit-box;
    display: flex;
}

#sm_main {
    position: relative;
}

#sm_main h3 {
    margin: 20px 0;
    font-size: 15px;
    font-weight: 400;
}

.sm-tabs>div {
    width: 25%;
    height: 40px;
    font-size: 13px;
    border-right: 1px solid #868686;
    border-bottom: 1px solid #868686;
    border-top: 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.sm-tabs>div:first-child {
    border-left: 0;
}

.sm-tabs>div:last-child {
    border-right: 0;
}

.sm-panel {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.sm-panel:not([data-panel='moduler']) {
    padding-right: 18px;
}

.sm-panel:not([data-panel='vaggar']) {
    margin-bottom: 30px;
}

.sm-panel[data-panel='moduler'] {
    padding-top: 0;
}

.sm-panel.active {
    display: block;
    opacity: 1;
}

.panel-row {
    margin-bottom: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

div[data-panel='vaggar'] .panel-row {
    margin-bottom: 20px;
}

div[data-panel='vaggar'] .panel-row:nth-child(2) {
    padding-top: 0;
    border-top: 0;
}




div[data-panel='vaggar'] h5 {
    margin: 0;
}

.panel-row:first-child {
    margin: 0;
}

.panel-row div[data-module_no="450D"]~.doorknob-side,
.panel-row div[data-module_no="600D"]~.doorknob-side,
.panel-row div[data-module_no="BS600VASK"]~.doorknob-side {
    display: none;
}

.panel-row h5 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

input:-moz-read-only {
    background: #f3f3f3;
}

input:read-only {
    background: #f3f3f3;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-wrapper:first-child {
    margin: 10px 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.menu-tbr-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.menu-tbr-image.active {
    opacity: 1;
}

.panel-row.ncs-color .input-wrapper {
    display: -webkit-box;
    display: flex;
    margin-bottom: 15px;
}

.panel-row.ncs-color label {
    width: 45%;
}

.panel-row.ncs-color input {
    width: 45%;
}

.panel-row.ncs-color .swatch {
    width: 10%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.panel-row.ncs-color .swatch span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
}

.panel-row.ncs-color input {
    width: 100px;
}

.panel-row.ncs-color label {
    padding-right: 30px;
}

.panel-row.ncs-color label:before {
    content: '';
}

#sm_main .skiss-item {
    height: auto !important;
    width: 100%;
    display: block;
    position: relative;
}

.tab {
    transition: all .2s;
}

.tab.active {
    background: #efefef;
}

.tab:hover {
    cursor: pointer;
    background: #efefef;
}

[data-panel='vaggar'] .input-row-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.input-wrapper>* {
    display: inline-block;
}

.input-wrapper label {
    width: 120px;
}

.input-wrapper input {
    width: 35px;
    padding: 4px 3px;
    text-align: center;
    outline: none;
    border: 1px solid #000;
    border-radius: 0;
}

p.instructions {
    margin: 0 0 6px;
    line-height: 19px;
}

.mc-wrapper {
    display: inline-block;
}

.menu-tbr-label {
    display: inline-block;
}

.menu-tbr-label i {
    font-size: 18px;
}

.inner-panel-row {
    width: 100%;
    margin-bottom: 2px;
}

.inner-panel-row h5 {
    font-weight: 400;
}

.mod-title-header.inner-panel-row {
    display: -webkit-box;
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.inner-panel-row .mm {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.inner-panel-row .mm:first-child {
    margin-bottom: 9px;
}

.inner-panel-row.msnmt {
    float: right;
    width: auto;
}

.inner-panel-row.msnmt~.inner-panel-row {
    clear: both;
}

.mod-title {
    float: left;
}

.module-meta[data-id='9663'] .mod-title {
    font-size: 13px;
}

.mod-mt {
    text-transform: capitalize;
}

[data-panel='moduler'] .panel-row {
    outline: 0.5px solid #000;
}

.binary-separator {
    position: relative;
    text-align: center;
}

.binary-separator:before {
    content: '';
    background: #000;
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}

.binary-separator:after {
    content: '';
    background: #000;
    width: 60px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

.binary-separator p {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 33;
}

.skmu-wrapper {
    position: relative;
}

.skmu-wrapper.no-checkbox {
    width: 100%;
}

.mc-wrapper.cam {
    display: block;
    margin-bottom: 1px;
}

.mc-wrapper.cam span {
    position: absolute;
    top: 2px;
    left: 16px;
}

.mc-wrapper input {
    display: none;
}

.mc-wrapper.no-checkbox span {
    position: absolute;
    left: 5px;
}

.mc-wrapper>label {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    margin-left: 9px;
}

.mc-wrapper.cam>label {
    width: 12px;
    height: 12px;
    background: url('/wp-content/themes/funkiskok/img/checkbox.svg') no-repeat;
    background-size: 12px 12px;
}

#menu_synligsida label {
    background: url('/wp-content/themes/funkiskok/img/checkbox.svg') no-repeat;
}

#menu_synligsida input:checked+label {
    background: url('/wp-content/themes/funkiskok/img/checkbox_check.svg') no-repeat;
}

.mc-wrapper.cam>input:checked+label {
    background: url('/wp-content/themes/funkiskok/img/checkbox_check.svg') no-repeat;
}

.module-meta:not([data-combo_group="garderobstad"]) .mc-wrapper>input:disabled~label {
    background: url('/wp-content/themes/funkiskok/img/checkbox_disabled.svg') no-repeat;
    background-size: 12px 12px;
    opacity: 0.7;
}

.module-meta:not([data-combo_group="garderobstad"]) .mc-wrapper input:disabled~label span {
    text-decoration: line-through;
}

.mc-wrapper label[for^='skmu_bestick'] {
    width: auto;
    padding: 0 10px;
    line-height: 15px;
}

.mc-wrapper input:checked+label[for^='skmu_bestick'] {
    outline: inherit;
}

.mc-wrapper label:first-of-type {
    margin-left: 0;
}

.tbh-modal-wrapper {
    display: none;
}

.tbh-ms {
    width: 300px;
    padding: 5px;
}




/* FKS TEXT TIPS */

.fks--text-tip {
    position: absolute;
    padding: 10%;
    background: #fff;
}


/* WINDOWS & DOORS */

.sks-window {
    position: absolute;
    width: 40px;
    height: 40px;
    outline: 1px solid #000;
    background: #fff;
    z-index: 0;
}

.sks-window:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sks-window:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.sks-door {
    background: #fff;
    position: absolute;
    bottom: 0;
    top: auto !important;
    outline: 0.5px solid;
    z-index: 0;
}

.sks-door-inner {
    /*border: 1px solid #000; */
    height: calc(100% - 12px);
    width: calc(100% - 12px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
}

.sks-door-inner:after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    right: 3px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    display: inline-block;
}

#module_details {
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px -3px 5px 1px rgba(0, 0, 0, 0.3);
}


/* MODULES TAB */

.module-meta {
    padding: 5px;
    line-height: 18px;
    box-sizing: border-box;
    position: absolute;
    border: none !important;
    outline: none !important;
    right: 0;
    width: 200px;
    height: 185px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2) {

    .module-meta,
    #main_content,
    #skiss_menu,
    .bb-button,
    .wall-link a {
        border: 0.5px solid #000;
    }

    .sm-tabs>div {
        border-right: 0.5px solid #000;
        border-bottom: 0.5px solid #000;
    }
}

#sss3243 .mod-title,
#sss3243 .whd,
#sss3243 div:nth-child(2):not(.mc-wrapper) {
    display: none;
}

.active .module-meta[data-modm_view='specs'] {
    display: block;
}

div[data-combo_group='4'] .inner-panel-row div:last-child {
    display: none;
}

.menu-dw {
    width: 185px;
    height: 185px;
    position: relative;
}

.menu-dw svg {
    display: none;
}

[data-panel='moduler'] .panel-row {
    display: -webkit-box;
    display: flex;
    position: relative;
}

.whd {
    display: -webkit-box;
    display: flex;
    font-size: 12px;
}

.module-meta .whd {
    width: 100%;
}

.whd span {
    font-size: 12px;
    margin: 0 1px;
}

.m_counter {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.m_counter span {
    background: #cacaca;
    border: 1px solid #a7a7a7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.shallow-cabinets-marker {
    position: absolute;
    top: 3px;
    left: 4px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shallow-cabinets-marker sup {
    top: 0;
    font-size: 12px;
}


/* BOTTOM BAR */

#bottom_bar {
    padding: 0 20px;
    top: -52px;
    position: relative;
    z-index: 1039;
}

#bottom_bar>div {
    display: grid;
    grid-template-columns: auto auto;
}

.bottom-bar-left {
    display: flex;
    align-items: center;
    justify-self: flex-start;
}

.bottom-bar-right {
    display: flex;
    align-items: center;
    justify-self: flex-end;
}

.ajax-loader {
    display: none !important;
}

.bb-button {
    padding: 13px 35px;
    border-bottom: 0;
    position: relative;
    outline: none !important;
    border: none !important;
    display: inline;
}

.bb-button:hover {
    cursor: pointer;
}

#delete_submit {
    margin-right: 20px;
}

#resend_link,
#delete_submit {
    display: inline-block;
}

#button_save_skiss,
#print_skiss,
#resend_link,
#delete_submit {
    background: #efefef;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}

.single-skiss #button_offert {
    margin-right: 20px;
}

#validation_msg div {
    display: none;
}

#button_offert~#button_save_skiss {
    left: -2px;
}

#form_save_skiss>p:nth-of-type(2) {
    display: none;
}

#sf_gdpr,
#fks_form_optin {
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #d1d1d1;
}

#sf_gdpr,
#fks_form_optin {
    margin-right: 1rem;
    top: 3px;
    position: relative;
}

#sf_gdpr_chk,
#fks_form_optin_chk {
    display: none;
}

#sf_gdpr label,
#fks_form_optin label {
    padding-left: 2rem;
}

#sf_gdpr label,
#fks_form_optin label:hover {
    cursor: pointer;
}

#sf_gdpr_chk+label:before,
#fks_form_optin_chk+label:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 2px;
    background: url(/rita_2020/wp-content/themes/funkiskok/img/checkbox.svg) no-repeat;
    background-size: 12px 12px;
}

#sf_gdpr_chk:checked+label:before,
#fks_form_optin_chk:checked+label:before {
    background: url(/rita_2020/wp-content/themes/funkiskok/img/checkbox_check.svg) no-repeat;
    background-size: 12px 12px;
}

#sf_optin {
    display: flex;
    margin-bottom: 1.5rem;
}

#sf_optin input[type='checkbox'] {
    margin-right: 1rem;
    top: 1px;
    position: relative;
}

#sf_optin input[type='checkbox'] {
    display: none;
}

#sf_optin .wpcf7-list-item-label {
    padding-left: 2rem;
}

#sf_optin input[type='checkbox']+.wpcf7-list-item-label:before {
    width: 12px;
    height: 12px;
    display: block;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 1px;
    background: url('/rita_2020/wp-content/themes/funkiskok/img/checkbox.svg') no-repeat;
    background-size: 12px 12px;
}

#sf_optin input:checked+.wpcf7-list-item-label:before {
    background: url('/rita_2020/wp-content/themes/funkiskok/img/checkbox_check.svg') no-repeat;
    background-size: 12px 12px;
}

#sf_optin span.wpcf7-list-item {
    margin: 0;
}

#sf_option span.wpcf7-list-item-label::before {
    display: none;
}

.consent-text {
    margin: 0;
}

.consent-text .fks--err-msg {
    position: relative;
}

.bb-button .status-icons {
    display: inline-block;
    background: #efefef;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 222;
    transition: opacity 0.2s;
}

.bb-button.ajax-working {
    pointer-events: none;
}

.bb-button.ajax-working .status-icons {
    opacity: 1;
}

.bb-button .success-checkbox,
.bb-button .spinner,
.bb-button .fks--error {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 19px;
    height: 19px;
    opacity: 0;
    transition: opacity 0.2s;
}

.bb-button.ajax-loading .spinner {
    opacity: 1;
}

.bb-button.ajax-success .success-checkbox {
    opacity: 1;
}

#wpcf7-f6166-o2.email-exists form {
    display: none;
}

.email-exists-msg {
    position: relative;
    padding-left: 25px;
    opacity: 0;
    transition: opacity 0.2s;
}

.email-exists-msg:before {
    content: '';
    background: url('/wp-content/themes/funkiskok/img/icon-warning.svg') no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.skm-email-link {
    line-height: 19px;
}

.skm-email-link .email-exists-msg {
    margin: 10px 0;
}

.ee-wrapper {
    margin-top: 10px;
    display: flex;
}

.ritprogram-video {
    display: none;
}

.video-link {
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}

.video-link:hover {
    color: #999;
}

.video-link~span {
    font-size: 16px;
}

#skiss-container {
    margin: auto;
    position: relative;
    background: #f8f8f8;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#main_content[data-module_series*='Original' i] #skiss-container,
#print_wrap[data-module_series*='Original' i] #skiss-container {
    background: #f1f1f1;
}

@-moz-document url-prefix() {
    #skiss-container {
        outline: none;
        border: none;
        box-shadow: 0px 0px 0px 1px #000000;
    }
}

.menu-container {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.config-options {
    padding: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 242424234;
}

.config-options:hover {
    cursor: pointer;
}

.config-table {
    border-collapse: collapse;
    z-index: 44545;
}

.config-table th,
.config-table td {
    color: currentColor;
    padding: 13px 17px;
    font-weight: 400;
    border-bottom: 1px solid #999;
}

.config-table td {
    text-align: right;
}

.config-table img {
    display: inline;
}

.skiss-menu {
    display: inline-block;
    position: relative;
    text-align: left;
}

#skiss-menu-wrapper {
    width: 100%;
    height: calc(100% - 50px);
    position: relative;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
}

.skiss-menu h5 {
    text-align: left;
}

.skiss-item {
    display: inline-block;
    padding: 0;
    outline: none;
    margin-right: 5px;
}

.skiss-item img {
    width: 100%;
    height: 100%;
}

.drag-reference {
    width: 1px;
    height: calc(var(--dz_height) * var(--zf));
    background: green;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
}

.menu-container {
    height: 100px;
}

.skiss-item.dropped {
    position: absolute;
    margin-right: 0;
    z-index: 3;
}

#main_content[data-module_series='original'] .skiss-item.dropped:not([data-module_no*='HS']) {
    background: #fff;
    z-index: 666;
}

.skiss-item.dropped[data-snappee='og_fifty'] {
    z-index: 0;
}

.skiss-item.dropped svg {
    width: 100%;
}

.skiss-item.dropped[data-module_type='bankskap'] {
    z-index: 4;
}

.skiss-item.active:before,
.sks-window.active:before,
.sks-door.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(175, 175, 175, 0.6);
}

.skiss-item p {
    position: absolute;
}

.skiss-item:first-child {
    padding-left: 0;
}

.measurement-axis-y {
    position: absolute;
}

.measurement-axis-x {
    width: 100%;
    height: 20px;
    position: relative;
    margin: auto;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2;
}

.measurement-axis-x_bottom {
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    clear: both;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    height: 20px;
    z-index: 1;
}

.measurement-axis-x_bottom span {
    position: relative;
    top: -2px;
    font-size: 12px;
    letter-spacing: -1.3px;
}

.measurement-axis-y {
    /*	border-left: 0.5px solid #000; */
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
}

.measurement-axis-y_right {
    top: 0;
    right: -16px;
    width: 15px;
    height: 100%;
    position: absolute;
}

.measurement-axis-x_bottom .measurement-block {
    top: 1px;
}

.measurement-block {
    position: absolute;
    top: 0;
    height: 20px;
}

.measurement-block {
    display: none;
}

.measurement-block.s-h {
    display: block;
}

.measurement-block:not(.s-h):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 20px;
    background: #000;
}

.measurement-block:not(.s-h):after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background: #000;
}

.measurement-block.collide {
    top: -20px;
}

.measurement-block.s-h {
    z-index: -1;
}

.measurement-block[data-mblock_type='tackvagg'] {
    display: none;
}

.measurement-axis-x .measurement-block.s-h {
    top: -2px;
}

.measurement-axis-x .measurement-block.s-h[data-mblock_type='sockel'] {
    bottom: 0;
    top: -2px;
}

.measurement-axis-y .measurement-block_y.s-h[data-mblock_type='sockel'] {
    left: 0;
}

.measurement-axis-y .measurement-block_y.s-h span {
    line-height: 12px;
    background: #fff;
    transform: rotate(-90deg);
}

.measurement-axis-y .measurement-block_y.s-h[data-mblock_type='sockel'].active {
    z-index: 1;
}

.measurement-block_y {
    position: absolute;
    font-size: 12px;
    width: 15px;
    -webkit-box-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.measurement-block_y:not(.s-h) {
    display: none !important;
}

.measurement-axis-y .measurement-block_y {
    left: -15px;
}

.measurement-axis-y_right .measurement-block_y {
    left: 0;
}

.measurement-axis-y_right .measurement-block_y[data-mblock_type='passbit'] {
    left: 15px;
}

.measurement-block_y.s-h {
    z-index: 0;
}

.measurement-block_y.s-h span {
    transform: rotate(-90deg);
}

.measurement-block_y:not(.s-h):before {
    content: '';
    height: 1px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}

.measurement-block_y:not(.s-h):after {
    content: '';
    height: 1px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
}

.measurement-axis-x_bottom.bankskap [data-module_type='bankskap'],
.measurement-axis-x.overskap [data-module_type='overskap'],
.measurement-axis-x.hogskap [data-module_type='hogskap'],
.measurement-axis-y.bankskap [data-module_type='bankskap'],
.measurement-axis-y.overskap [data-module_type='overskap'],
.measurement-axis-y.hogskap [data-module_type='hogskap'] {
    display: table;
}

.measurement-axis-x {
    text-align: center;
    width: 100%;
}

.measurement-axis-x span {
    position: relative;
    top: -1px;
    font-size: 12px;
}

.measurement-axis-y span {
    position: relative;
    left: 0px;
    font-size: 12px;
    line-height: 12px;
    background: #fff;
}

[data-post-title^='spacer-original'],
[data-post-title^='spacer-modern'],
[data-post-title^='module-spacer'],
[data-post-title^='spacer-modul'] {
    display: none;
}

.spacer-container label {
    width: 100px;
    display: block;
    position: absolute;
    left: -39px;
    line-height: 0;
    top: 77px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#spacer-top {
    top: 0;
    height: 0px;
    width: 100%;
    background: #efefef;
    position: relative;
}

#spacer-top.active {
    border-bottom: 0.5px #999 dashed;
}

label[for='input_width']:before {
    content: 'CM';
    position: absolute;
    right: 4px;
    top: 22px;
    font-size: 12px;
}

label[for='input_height']:before {
    content: 'CM';
    position: absolute;
    right: 3px;
    top: 23px;
    font-size: 12px;
}

label[for='posx']:before {
    content: 'CM';
    position: absolute;
    right: -16px;
    top: 23px;
    font-size: 12px;
}

#posx,
#posy {
    outline: none;
}

.active #posx,
.active #posy {
    outline: 1px solid #000;
}


/***** skiss controls *****/

#skiss-controls {
    position: absolute;
    left: 60px;
    top: 150px;
    width: 180px;
    z-index: 11;
    padding: 10px;
    height: 370px;
    display: none;
}

#skiss-controls .inner {
    width: 150px;
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
}

#skiss-controls input[type='radio'] {
    width: 20px;
    display: none;
}

.left-sidebar {
    display: flex;
    align-items: center;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

#btn_modal_redo_sketch {
    display: none;
}

#wall-selector {
    display: flex;
    background: #fff;
}


#wall-selection>*:first-child {
    border-left: 1px solid #868686;
}

.wall-link {
    outline: none !important;
}

.left-sidebar a {
    padding: 10px 12px;
    align-items: center;
    display: flex;
    border-width: 0px 1px 1px 0;
    border-style: solid;
    border-color: #868686;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    color: #333;
    text-align: center;
    cursor: pointer;
    outline: none !important;
    transition: all .2s;
}

.wall-link a.active {
    background: #efefef;
}

.left-sidebar a:hover {
    background: #efefef;
}

#skiss-controls p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.draggableInput.dropped {
    opacity: 1;
}

.draggableInput.dropped[data-real_height*='200'],
.draggableInput.dropped[data-module_type='bankskap'] {
    bottom: 0;
    top: auto !important;
}

.draggableInput.dropped.space-holder[data-module_type='bankskap'] {
    top: 0 !important;
}



.mod-text-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.mod-sort-order {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
}

div[data-module_type='bankskap'] .mod-sort-order {
    bottom: 2px;
    top: auto;
}

div[data-module_series="studio"] div[data-module_type='bankskap'] .mod-sort-order {
    bottom: calc(9px * var(--zf));
    top: auto;
}

#skiss_wrapper[data-uid] .mod-sort-order,
.is_admin .mod-sort-order {
    display: flex;
}

.temp-html .mod-sort-order,
#print_wrap .mod-sort-order {
    display: table !important;
}

.temp-html .mod-sort-order span,
#print_wrap .mod-sort-order span {
    display: table-cell;
    line-height: 10px;
    text-align: center;
}

body:not(.temp-html)[data-at='farg'] .mod-text-wrapper {
    display: none;
}

.mod-text {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    flex-flow: wrap;
    font-size: 10px;
    line-height: 18px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.skiss-item:not([data-module_type='hogskap']).mod-text .mdt-hyllplan {
    align-self: center;
}

.mod-text .mdt-hyllplan {
    align-self: center;
}

.mod-text .mdt-ovflakt {
    position: absolute;
    bottom: calc(12% - 7.5px);
    z-index: 22;
}

.mod-text .mdt-hkventilation {
    position: absolute;
    top: 12%;
    z-index: 22;
}

.mod-text .mdt-ulada,
.mod-text .mdt-utdragslada,
.mod-text .mdt-ut-lada {
    bottom: calc(8 * (100% / 40));
}

div[data-real_width*='60'] .mod-text .mdt-ulada,
div[data-real_width*='60'] .mod-text .mdt-utdragslada {
    bottom: calc(12 * (100% / 60));
}

#main_content[data-module_series='original'] .mod-text .mdt-krydda,
#main_content[data-module_series='original'] .mod-text .mdt-b-inredning,
#main_content[data-module_series='original'] .mod-text .bskt,
#print_wrap[data-module_series='original'] .mod-text .mdt-krydda,
#print_wrap[data-module_series='original'] .mod-text .mdt-b-inredning,
#print_wrap[data-module_series='original'] .mod-text .bskt {
    top: calc(15% - 7.5px);
    height: 10px;
    line-height: 10px;
}


#main_content[data-module_series='modul'] .mod-text .mdt-krydda,
#main_content[data-module_series='modul'] .mod-text .mdt-b-inredning,
#main_content[data-module_series='modul'] .mod-text .bskt,
#print_wrap[data-module_series='modul'] .mod-text .mdt-krydda,
#print_wrap[data-module_series='modul'] .mod-text .mdt-b-inredning,
#print_wrap[data-module_series='modul'] .mod-text .bskt {
    top: calc(15% - 7.5px);
    height: 10px;
    line-height: 10px;
}

#main_content[data-module_series='modern'] .mod-text .mdt-krydda,
#main_content[data-module_series='modern'] .mod-text .mdt-b-inredning,
#main_content[data-module_series='modern'] .mod-text .bskt,
#print_wrap[data-module_series='modern'] .mod-text .mdt-krydda,
#print_wrap[data-module_series='modern'] .mod-text .mdt-b-inredning,
#print_wrap[data-module_series='modern'] .mod-text .bskt {
    top: calc(10% - 7.5px);
    height: 10px;
    line-height: 10px;
}

.djup-msg {
    position: absolute;
    bottom: 2px;
    left: 5px;
    font-size: 12px;
    font-style: italic;
    line-height: 1;
}

div[data-sopsortering='Sopsortering'] .mod-text div {
    align-self: center;
}

div[data-sopsortering='Sopsortering'] .mod-text .mdt-hyllplan~div {
    bottom: 33%;
}



div[data-karusell='Karusell'] .mod-text div {
    align-self: center;
}

div.skiss-item.dropped[data-module_type='bankskap'][data-module_no='BF200'] .mod-text div,
div.skiss-item.dropped[data-module_type='bankskap'][data-module_no='BM200'] .mod-text div,
div.skiss-item.dropped[data-module_type='bankskap'][data-module_no='BMD200'] .mod-text div {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: 0;
    white-space: nowrap;
    right: 0;
    margin: auto;
}

.mod-text div {
    font-size: 9px;
    line-height: 1;
    width: 100%;
    position: absolute;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

div[data-module_series="studio"] .mod-text .mdt-b-inredning,
div[data-module_series="studio"] .mod-text .bskt {
    top: 6%;
}

@media screen and (max-width: 1439px) {
    .mod-text div {
        font-size: 8px;
    }
}

.mod-text .h_h.h200_t {
    top: 20%;
}

.mod-text .h_u.h200_t {
    top: calc(6 * (100% / 60));
}

.mod-text .h_h.h200_b {
    bottom: calc(19 * (100% / 60));
}

.mod-text .h_u.h200_b {
    bottom: calc(15 * (100% / 60));
}


/* PDF drawers */

.temp-html #draggableInput_ykxilg[data-hyllplan='1']:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: calc((100% / 0.69) - 100vh + 6rem);
    background: #000;
}

#input_delete {
    margin: 7px 0;
    width: 60px;
}

#skiss-controls button {
    background: #fff;
    border: 1px solid #000;
    padding: 0;
    line-height: 18px;
}

#summary #button_offert,
#offert_form_validate,
#email_link {
    padding: 8px 37px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
    background: #efefef;
}

#summary #button_offert p,
#offert_form_validate p,
#email_link p {
    display: none;
}

#ofv_wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.ofv-msg {
    margin-left: 1.6rem;
}

#email_link {
    margin-top: 10px;
}

#skiss_link {
    display: none !important;
}

.draggableInput:not(.dropped).ui-draggable-dragging {
    opacity: 0.5;
}

.skiss-item.over_dropzone {
    opacity: 1 !important;
}

.wpcf7-mail-sent-ok,
.wpcf7-not-valid-tip,
.wpcf7-response-output {
    display: none !important;
}

.skiss-title {
    font-size: 10px;
    line-height: 1.1;
    top: 2px;
    position: relative;
    -webkit-transform: rotateX(2px);
    transform: rotateX(2px);
    left: 0px;
    /* transform: rotate(-90deg); */
}

.spacer-container {
    position: absolute;
    right: -30px;
    width: 20px;
    display: none;
}

.spacer-container.top {
    top: 0;
}

.spacer-container.bottom {
    bottom: -40px;
}

.spacer-container input {
    width: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
    .spacer-container input {
        width: 26px;
        padding: 0;
    }

    .spacer-container label {
        left: 30px;
    }
}

#skiss-controls>div:not(.wall-link) {
    margin-bottom: 10px;
    position: absolute;
}

.view-x-options {
    display: none;
}

.view-x-options p {
    border-bottom: 1px solid #b5b5b5;
}

#skiss-controls .view-x-options label,
#skiss-controls .view-x-options input[type='checkbox'] {
    display: inline-block;
}

#skiss-controls input[type='checkbox'] {
    width: auto;
}

#skiss-container,
.skiss-menu {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
     supported by Chrome and Opera */
}

#drop_zone {
    height: 280px;
    outline: 0.5px solid #222;
    overflow: visible !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#dz_bankskap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 87px;
}

#dz_line {
    width: 100%;
    height: 0;
    border-top: 1px dashed #000;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
}

#print_wrap #dz_bankskap:after {
    height: calc((40px * var(--pdf_zf_1)) + var(--vforty) * var(--pdf_zf) * 1px);
    border: 0;
}

#print_wrap #dz_bankskap:before {
    height: calc((50px * var(--pdf_zf_1)) + var(--vfifty) * var(--pdf_zf) * 1px);
    border: 0;
}

#dz_bankskap:before {
    height: calc((50px * var(--zf)) + var(--vfifty) * var(--zf) * 1px);
    width: 0.5px;
    position: absolute;
    left: -16px;
    border-left: 0.5px dashed #000;
    top: 0;
    z-index: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.overskap_guide {
    height: calc((137 + var(--vfifty)) * var(--zf) * 1px);
    border-top: 0.5px dashed #333;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 0;
}

.overskap_guide>div {
    position: absolute;
    top: 0;
    width: 20px;
    height: 24px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}

#og_forty>div {
    right: -12px;
}

#og_fifty>div {
    left: -10px;
}

#og_fifty {
    top: calc(143px * var(--zf));
}

#og_forty {
    display: none;
    right: -15px !important;
    bottom: calc(127px * var(--zf));
}

.pdf-gap {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: top;
    transform-origin: top;
}


/*
.pdf-gap:before {
	content: '';
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
}

.pdf-gap:after {
	content: '';
	width: 15px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
}
*/

.pdf-gap div {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    font-size: 12px;
}

#print_wrap #fifty_gap {
    display: -webkit-box;
    display: flex;
}



#fifty_gap {
    height: calc((50px * var(--pdf_zf_1)) + var(--vfifty) * var(--pdf_zf_1) * 1px);
    top: 0;
    left: -13px;
}

#fifty_gap div {
    left: 3px;
}

#forty_gap div {
    right: 3px;
}

#forty_gap:before,
#forty_gap:after {
    right: 0;
}

#fifty_gap:before,
#fifty_gap:after {
    left: 0;
}


/*
div[data-snappee="og_fifty"],
div[data-snappee="og_forty"] {
	outline: 2px solid green;
}
*/


/* Rangesliders */

#main_content .noUi-vertical .noUi-tooltip {
    right: auto;
    border: none;
}

#main_content .noUi-tooltip {
    display: none;
}

#main_content .noUi-handle.noUi-handle-lower {
    width: 20px;
    height: 35px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    border-radius: 0;
    background: none;
    top: 20px;
    left: 1px;
    background: #ffffff;
    box-shadow: none;
    z-index: 2222222222222;
}

#print_wrap #main_content .noUi-handle.noUi-handle-lower {
    border: 0.5px solid #999;
}

#main_content #og_forty_slider .noUi-handle.noUi-handle-lower {
    left: 0;
}

#main_content .noUi-vertical .noUi-handle:after,
#main_content .noUi-vertical .noUi-handle:before {
    background: none;
}

#main_content .noUi-touch-area {
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#og_containment {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: green;
    --h1: calc(var(--dz_height) - (var(--vfifty) + 137) * 1px);
    height: calc(var(--h1) * var(--zf));
}

#main_content .noUi-touch-area:before {
    content: '';
    background: url(/wp-content/themes/funkiskok/img/og_triangle.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin: auto;
    z-index: 33;
}

#main_content .noUi-touch-area:after {
    content: '';
    background: url(/wp-content/themes/funkiskok/img/og_triangle_down.svg) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    z-index: 33;
}

.noUi-vertical .noUi-origin {
    width: 100%;
}

#main_content .noUi-handle.noUi-handle-lower:focus {
    outline-color: #fff;
}

#main_content .noUi-connect,
#main_content .noUi-origin {
    left: 0;
}

#og_fifty_slider {
    position: absolute;
    left: -22px;
    bottom: calc(137px * var(--zf));
    height: 100px;
    min-height: 50px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

#og_fifty_slider:before {
    content: '';
    width: 0;
    /* background: #000; */
    position: absolute;
    left: 6px;
    bottom: -2px;
    height: calc(var(--vfifty) * var(--zf) * 1px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 0;
}

#og_forty_slider {
    display: none;
    position: absolute;
    right: -22px;
    bottom: calc(127px * var(--zf));
    height: 100px;
    background: #fff;
    border: 0;
    box-shadow: none;
}



#print_wrap #og_fifty_slider {
    bottom: calc(137px * var(--pdf_zf_1));
}

#og_forty_slider:before {
    content: '';
    width: 0;
    position: absolute;
    left: 10px;
    bottom: -2px;
    height: calc(var(--vforty) * var(--zf) * 1px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 0;
}

.single-skiss #print_wrap #og_forty_slider:before {
    left: -8px;
}

.single-skiss #print_wrap #og_fifty_slider:before {
    left: 6px;
}


#print_wrap #og_fifty_slider:before {
    height: calc(var(--vfifty) * var(--pdf_zf_1) * 1px);
}

.o_cont {
    position: absolute;
    background: #98e998;
}

.panel-row.passbit {
    padding: 10px;
    align-items: center;
}

.panel-row.passbit.bk {
    flex-direction: row;
}

.panel-row.passbit.bk>div {
    width: 50%;
    text-align: center;
    display: block !important;
}

.panel-row.passbit~.panel-row.panel-row.passbit {
    margin-top: 10px;
}

.panel-row.passbit>div {
    width: 165px;
    text-align: center;
}

.panel-row.passbit:not(.bk) div:last-child {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
}

.panel-row .space-holder {
    margin-right: 10px;
    position: relative;
    width: 10px;
    display: inline-block;
}

.panel-row .space-holder:hover {
    cursor: move;
}

.space-holder {
    background-image: url('https://funkiskok.se/wp-content/themes/funkiskok/img/resizable-pattern.png');
    background-repeat: repeat;
    background-color: #fff;

    background-position: top left;
}

.space-holder[data-spacertype='tackvagg'] {
    width: calc(2px * var(--zf)) !important;
}

.space-holder[data-spacertype='tackvagg'] .ui-resizable-e,
.space-holder[data-spacertype='tackvagg'] .ui-resizable-w {
    display: none !important;
}

#print_wrap .space-holder.tackvagg {
    width: calc(2px * var(--pdf_zf_1)) !important;
}

.space-holder[data-spacertype='tackvagg'] {
    background-image: none;
    background-color: #999;
}

#drop_zone .space-holder {
    position: absolute !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.sh-size-w,
.sh-size-h {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    background: #fff;
    letter-spacing: 1px;
    padding: 2px;
    display: none !important;
}

.sh-size-h {
    transform: rotate(90deg);
}

.space-holder.active {
    background-color: rgba(175, 175, 175, 0.6);
}


/*
.space-holder:not(.dropped):before {
	content: 'PASSBIT';
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 11px;
	color: #999;
}
*/

[data-post_id='1278']:before,
[data-post_id='1292']:before,
[data-post_id='1294']:before,
[data-post_id='1284']:before,
[data-post_id='1286']:before,
[data-post_id='1288']:before,
[data-post_id='1627']:before,
[data-post_id='1632']:before,
[data-post_id='1638']:before,
[data-post_id='1637']:before,
[data-post_id='1615']:before,
[data-post_id='1617']:before,
[data-post_id='1731']:before,
[data-post_id='1732']:before {
    top: -34px;
    left: -16px;
}

[data-post_id='1410']:before,
[data-post_id='1613']:before,
[data-post_id='1623']:before,
[data-post_id='1628']:before,
[data-post_id='1636']:before,
[data-post_id='1621']:before,
[data-post_id='1728']:before,
[data-post_id='1730']:before {
    left: -6px;
}

[data-post_id='1282']:before {
    top: 12px;
    left: -3px;
}

[data-post_id='1290']:before {
    left: -3px;
    bottom: 81px;
}

[data-post_id='1634']:before {
    left: -6px;
}

[data-post_id='1625']:before {
    top: -14px;
    left: -7px;
}

#module-info {
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.mi_table td {
    line-height: 18px;
    padding: 2px 0;
}

.mi_table td:first-child {
    width: 70px;
    vertical-align: top;
}

#wall-menu {
    text-align: center;
}

#wall-menu button {
    margin: 0 0 7px;
}

#wall-menu.open .wall-link {
    display: inline-block;
}

.wall-link .remove-wall {
    position: absolute;
    right: 0;
    top: -1px;
    width: 9px;
    height: 9px;
    z-index: 22;
    margin-top: 10px;
}

.wall-link .edit-direction {
    position: absolute;
    right: 15px;
    top: 6px;
    width: 9px;
    height: 9px;
    z-index: 22;
}

.wall-link select {
    position: absolute;
    left: 21px;
    top: -3px;
    display: none;
}

.text-link-arrow {
    position: absolute;
    width: 5px;
    height: 10px;
    left: 0px;
    top: 7px;
    background: url('/wp-content/themes/funkiskok/img/icon-arrow-right.svg') no-repeat;
    background-position: 0 0;
    background-size: 15px 10px;
}

.text-link-arrow:hover {
    cursor: pointer;
    background: #f2f2f2;
}

.text-link-arrow img {
    width: 5px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 3px;
}

.text-link {
    width: 112px;
    display: none;
    position: absolute;
    z-index: 1;
    left: 21px;
}

.wall-link .text-link:hover {
    cursor: pointer;
}

.wall-link[data-link_id='1'] .remove-wall {
    display: none;
}

#wall-number {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.skiss-item img.delete-button,
.sks-window img.delete-button,
.sks-door img.delete-button {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.space-holder img.delete-button {
    display: none;
    position: absolute;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.active.space-holder img.delete-button {
    display: block;
}

.space-holder[data-spacertype='tackvagg'] img.delete-button {
    width: 16px;
    height: 16px;
    max-width: none;
    transform: calc(translateX(-50%) - 2px);
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}

#cc {
    display: none;
}

.ri {
    width: 160px;
    position: absolute;
    background: #fff;
    border: 1px solid #efefef;
    padding: 5px 5px;
    z-index: 22;
    box-shadow: 1px 1px 1px 0px #00000054;
    top: 49px;
    display: none;
}

#skiss-controls #range_input_width {
    width: 100%;
}

.page-id-1117.mobile-menu-opened .entry-mobile-menu,
.page-id-1514.mobile-menu-opened .entry-mobile-menu {
    z-index: 2222;
    position: relative;
    background: #fff;
    border-bottom: 1px solid;
}

#module-info {
    width: 150px;
    height: 188px;
    border: 1px solid #000;
    padding: 10px;
    left: 168px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.mi_table {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#module-info h5 {
    margin: 0 0 10px;
}

#tablet_message {
    display: none;
}

@supports (-webkit-overflow-scrolling: touch) {
    #skiss-controls {
        top: 95px;
    }
}

.rp-back {
    color: inherit;
    position: relative;
    top: -20px;
}

.rp-back span {
    display: inline-block;
    padding-right: 3px;
    top: -2px;
    position: relative;
}

.fancybox-slide--video .fancybox-content {
    background: none !important;
}

.fancybox-close-small {
    display: none !important;
}

.fancybox-caption {
    text-align: right !important;
    font-weight: 300 !important;
}

.skiss-item img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.skiss-item[data-module_type='overskap'].dropped img:not(.delete-button),
.skiss-item[data-module_type='hogskap'].dropped img:not(.delete-button) {
    width: 100% !important;
    height: 100% !important;
}


/* SVG STYLES */

.bkbaseline {
    shape-rendering: optimizeSpeed;
}

.outerpanel {
    stroke: none !important;
    stroke-width: 0.3px !important;
}

.innerpanel {
    stroke: #4e4e4e !important;
    stroke-width: 0.3px !important;
    shape-rendering: optimizeSpeed;
    /* vector-effect: non-scaling-stroke; */
}

.hsinnerpanel {
    fill: #fff;
    stroke: #a6a6a6;
    stroke-width: 0.4;
}

@-moz-document url-prefix() {
    .innerpanel {
        shape-rendering: unset;
    }
}

#main_content[data-module_series='modern'] .bkbaseline {
    stroke: #656565 !important;
    stroke-width: 0.3px !important;
}

#main_content[data-module_series='modern'] .innerpanel {
    stroke: #656565 !important;
}

#main_content[data-module_series='modern'] .outerpanel {
    stroke: #eaeaea !important;
}

#main_content[data-module_series='modern'] .hornskappanel,
#main_content[data-module_series='modul'] .hornskappanel {
    stroke: #a6a6a6 !important;
    stroke-width: 0.4px !important;
}

.hornskappanel {
    fill: #fff;
}

.dropped[data-inbyggnadsugn='Inbyggnadsugn'] svg rect:nth-of-type(3) {
    fill: #a6a6a6;
}

.dropped[data-inbyggnadsugn='Inbyggnadsugn'] svg rect:nth-of-type(3) {
    fill: white;
}

.dropped[data-module_no*='HD'] svg .innerpanel {
    fill: white;
    stroke: none;
}

svg[title='BMD1200'] .cls-1 {
    fill: #fff !important;
}

.is_flipped.skiss-item img,
.is_flipped.skiss-item svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.flipped .skiss-item img:nth-child(2) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

/* Hack for 1200 modules flip image doorknob */

.skiss-item[data-module_no="BF1200"] img,
.skiss-item[data-module_no="BM1200"] img,
.skiss-item[data-module_no="BMD1200"] img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.is_flipped.skiss-item[data-module_no="BF1200"] img,
.is_flipped.skiss-item[data-module_no="BM1200"] img,
.is_flipped.skiss-item[data-module_no="BMD1200"] img {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu-dw .skiss-item[data-module_no="BF1200"] img:nth-child(2),
.menu-dw .skiss-item[data-module_no="BM1200"] img:nth-child(2),
.menu-dw .skiss-item[data-module_no="BMD1200"] img:nth-child(2) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.menu-dw.flipped .skiss-item[data-module_no="BF1200"] img:nth-child(2),
.menu-dw.flipped .skiss-item[data-module_no="BM1200"] img:nth-child(2),
.menu-dw.flipped .skiss-item[data-module_no="BMD1200"] img:nth-child(2) {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Doorknob toggle */

.doorknob-side-msg,
.flippable-msg {
    width: 100%;
    padding: 0px 7px;
    height: 25px;
    box-sizing: border-box;
    background: #f3f3f3;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}

.doorknob-side.active~.doorknob-side-msg,
.flippable.active~.flippable-msg {
    opacity: 1;
    display: -webkit-box;
    display: flex;
}

.doorknob-side,
.flippable {
    width: 30px;
    height: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 6px;
    bottom: 6px;
    z-index: 1;
}

.doorknob-side:hover,
.flippable:hover {
    cursor: pointer;
}

.doorknob-side:before {
    content: 'V';
    margin-right: 4px;
    width: calc(50% - 2px);
    height: 100%;
    font-size: 10px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: 0;
}

.doorknob-side:after {
    content: 'H';
    width: calc(50% - 1px);
    height: 100%;
    font-size: 10px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border: 0.5px solid #000;
    position: absolute;
    right: 0;
}

div[data-module_series="Studio Moduler"] .doorknob-side:before,
div[data-module_series="Studio Moduler"] .doorknob-side:after {
    display: none;
}


div[data-module_series="Studio Moduler"] .doorknob-side {
    display: flex;
    gap: 1px;
}

div[data-module_series="Studio Moduler"] .doorknob-side div {
    font-size: 10px;
    line-height: 1;
    height: 100%;
    background: #fff;
    width: 14.5px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
}

div[data-module_series="Studio Moduler"] .stkn-left .doorknob-side div:first-child {
    border: 1px solid #000;
}

div[data-module_series="Studio Moduler"] .stkn-right .doorknob-side div:last-child {
    border: 1px solid #000;
}

div[data-module_series="Studio Moduler"] .stkn-right .skiss-item img:nth-child(2) {
    transform: scaleX(-1);
}



.flippable:before {
    content: 'V';
    margin-right: 4px;
    width: calc(50% - 2px);
    height: 100%;
    font-size: 10px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: 0;
    border: 0.5px solid #000;
}


.flippable:after {
    content: 'H';
    width: calc(50% - 1px);
    height: 100%;
    font-size: 10px;
    line-height: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    background: #fff;

    position: absolute;
    right: 0;
}

.door_left .doorknob-side:before {
    border: 0.5px solid #000;
}


.door_left .doorknob-side:after {
    border: none;
}


.flipped .flippable:before {
    border: none;
}

.flipped .flippable:after {

    border: 0.5px solid #000;
}

.door_left.skiss-item img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: 'FlipH';
}

.door_left .skiss-item img:nth-child(2) {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: 'FlipH';
}


/*
 * Container style
 */

.inner-scroll-wrapper {
    position: relative;
    overflow: hidden;
    height: 130px;
}

.inner-scroll-wrapper h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}


/*
    * Scrollbar rail styles
    */

.ps__rail-x {
    display: none;
    opacity: 1;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    background: #f4f4f4;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    width: 11px !important;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    display: block;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}


/*
    * Scrollbar thumb styles
    */

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: transparent;
    border-radius: 6px;
    transition: background-color 0.2s linear, width 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps.ps--active-y .ps__thumb-y {
    background-color: #aaa;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 6px !important;
}


/* MS supports */

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}


/* Modules table admin */

.page-id-3500 header {
    position: relative;
}

.shown~tr {
    background: #fff;
}

.shown~tr:hover {
    background: #fff !important;
}

table.module-meta-table {
    float: left;
    /* width: 28%; */
    table-layout: fixed;
    margin-right: 50px;
}

table.module-meta-table td,
table.module-meta-table tr {
    border: none !important;
}

table.module-meta-table td:first-child {
    font-weight: 700;
    padding-left: 80px;
}

tr.shown td.details-control {
    background: url(/rita_2020/wp-content/themes/funkiskok/img/details_close.png) no-repeat center center;
}

td.details-control {
    background: url(/rita_2020/wp-content/themes/funkiskok/img/details_open.png) no-repeat center center;
    cursor: pointer;
}

.table_input {
    display: inline-block;
}

.status-icons {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 30px;
    top: 6px;
    left: 3px;
}

.success-checkbox,
.spinner,
.fks--error {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


/* CREATE PDF */

.print-wall-wrapper {
    width: 100%;
    text-align: left;
    clear: both;
}

.print-wall-wrapper .wall-wrap {
    margin-bottom: 15px;
    height: auto !important;
}

#print_wrap #drop_zone {
    position: relative;
    outline: 0.5px solid #222;
}



#print_wrap #skiss-container {
    border: 0;
}

#print_wrap #og_forty_slider>div,
#print_wrap #og_fifty_slider>div {
    display: none;
}

#print_wrap {
    opacity: 1;
    height: 100%;
}

#print_wrap .coverletter,
#print_wrap .appendix {
    display: none;
}

.is_admin #print_wrap .appendix {
    display: block;
}

.pdf-price {
    display: none;
}

.admin-version:not(.hide-prices) .pdf-price {
    display: block;
}

.coverletter,
.appendix {
    position: relative;
}

.coverletter img {
    width: 200px;
    margin: 100px auto 0;
    padding-left: 2rem;
    display: inline-block;
}

.coverletter ul {
    margin-top: 100px;
    list-style: none;
    text-align: left;
}

.coverletter {
    text-transform: capitalize;
}

.appendix {
    padding-top: 40px;
    text-align: left;
}

.appendix-box {
    height: 116px;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: 0.5px solid #333;
    border-top: 0.5px solid #333;
    position: relative;
    line-height: 19px;
}

.appendix-box:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border-right: 0.5px solid #333;
    border-left: 0.5px solid #333;
    position: absolute;
    left: 0;
    top: 0;
}

.appendix-box.one-row {
    display: flex;
    height: auto;
}

.appendix-box.one-row h4 {
    margin: 0;
    line-height: 16px;
}

.appendix-box h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    display: inline;
}

.temp-html #print_wrap .coverletter {
    display: block;
    page-break-before: always !important;
}

#print_wrap.sending .appendix {
    display: block;
    page-break-before: always !important;
}

#print_wrap.sending .print-header {
    position: relative;
    opacity: 1 !important;
}

#print_wrap.sending .pni {
    display: none;
}

#print_wrap .spacer-container {
    display: none;
}

#print_wrap div[data-module_type='bankskap']:not[data-cg='45'] {
    top: 0 !important;
}

.print-inner-container {
    margin: auto;
}

.pm-grid-wrapper {
    width: 100%;
    display: table;
    width: 100%;
    page-break-inside: avoid !important;
}

.pm-info {
    width: 12.5%;
    height: 135px;
    padding-top: 4px;
    position: relative;
    display: table-cell;
    border-right: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    line-height: 11px;
    font-size: 11px !important;
}

.ov+.pm-grid-wrapper .pm-info {
    height: 100px;
}

.ptr-section.m_price {
    display: none;
}

.is_admin .m_price,
.admin-version .m_price {
    display: block;
}

.is_admin .temp-html .m_price {
    display: block;
}

.pm-info:nth-child(8n) {
    border-right: 0;
}

.pm-info>div {
    padding-left: 6px;
    line-height: 8px;
}

.pm-info ul {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.pm-info li {
    padding-left: 6px;
}

.p_mcounter {
    font-weight: 700;
    float: left;
    margin-right: 4px;
}

.pm-row {
    display: -webkit-box;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2px 3px;
    line-height: 12px;
    border-bottom: .5px solid #000;
}

#print_wrap .wall-wrap+.pm-row {
    border-top: .5px solid #000;
}

#print_wrap .gwpb {
    flex-direction: column;
    page-break-before: always !important;
}

#print_wrap .gwpb+.pm-row {
    border-top: .5px solid #000;
}

.pm-row.gwpb h3 {
    align-self: flex-start;
}

.pm-row>div {
    text-transform: uppercase;
}

.print-wall-wrapper>div:nth-child(2) {
    border-top: 0.5px solid #000;
}

.print-top {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    position: relative;
}

.print-top>div {
    display: table;
    width: 100%;
}

.print-top>div:first-child {
    border-top: 0.5px solid #000;
}

.print-top>div:last-child {
    border-top: 0.5px solid #000;
    border-bottom: .5px solid #000;
}



.pdf-page-number {
    position: absolute;
    top: 0;
    right: 0;
}

.print-top-right .skissid,
.print-top-right .pdf-page-number {
    display: none;
}

.sending .print-top-right .koksserie,
.sending .print-top-right .pdf-page-number {
    display: block;
}

body.single-skiss .print-top-right .skissid {
    display: block;
}

.print-top-user {
    position: absolute;
    right: 0;
    top: 18px;
    display: none;
}

.ptr-section {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 12px;
    padding-left: 5px;
    border-right: 0.5px solid #000;
    position: relative;
    display: inline-block;
}

.ptr-section div {
    margin-top: 3px;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
}

.print-top-right>div:first-child {
    padding-left: 0;
}

span.ptr-label {
    font-size: 9px;
    line-height: 9px;
    text-transform: uppercase;
}

.is_admin .print-top-user {
    display: block;
}

.pm-row:first-child {
    border-top: 0.5px solid #000;
}

.pm-row h3 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}

.pm-row .ncs-color span {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-left: 6px;
}

#print_wrap {
    width: 744px;
    margin: auto;
    position: relative;
}

#print_nav {
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
}

#print_nav>div {
    margin: 0 4px;
    display: none;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 19px;
}

#print_nav>div:hover {
    cursor: pointer;
}

#print_nav>div.active {
    background: #000;
    color: #fff;
}




#ma_summary {
    width: 100%;
    font-size: 12px;
    page-break-before: always;
}

#ma_summary thead {
    border-bottom: 0.5px solid #000;
}

#ma_summary th {
    background: #fff;
    padding: 5px 0;
}

#ma_summary tr:nth-child(even) {
    background: #f2f2f2;
}



#ma_passbitar_table tr {
    background: #fff;
}

.hide-prices #ma_passbitar_table {
    display: table;
}

#ma_passbitar_table td {
    padding: 2px 0;
}

#ma_passbitar_table .mptbsw {
    display: table;
}

#ma_passbitar_table .mptbsw div {
    display: table-cell;
}

#ma_passbitar_table .mptbs {
    width: 28px;
    border-bottom: .5px solid #222;
}

/* OFFERT FORM */

#offert_wrapper {
    padding: 100px 50px;
    box-sizing: border-box;
    align-content: center;
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: scroll;
}

#offert_wrapper.active {
    display: -webkit-box;
    display: flex !important;
    opacity: 1;
}

#offert_wrapper>div:first-child {
    width: 35%;
    margin-right: 5%;
}

#offert_wrapper>div:last-child {
    width: 700px;
    display: block;
    text-align: center;
}

.print-header {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}

#print_nav+.print-header {
    opacity: 1;
}

.print-header:nth-child(2) {
    opacity: 1;
}

.wpcf7-form {
    line-height: 17px;
}

.wpcf7-submit,
.wpcf7-file {
    display: none !important;
}

.resend_link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #333;
    text-decoration: underline;
}

.resend_link:hover {
    cursor: pointer;
    opacity: 0.5;
}

.resend_link img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.resend_link .status-icons {
    margin-left: 10px;
    top: auto;
    left: auto;
}

#offert_confirmation {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
    height: 100%;
    line-height: 1.7;
}

#offert_confirmation>div {
    position: relative;
    top: -80px;
}

#offert_confirmation div {
    font-size: 18px;
}

#offert_confirmation a {
    font-size: 18px;
    text-decoration: underline;
    color: inherit;
}

#offert_confirmation img {
    margin: 0 auto 20px;
    opacity: 1;
    z-index: 22;
    position: relative;
    width: 50px;
    height: 50px;
}

.fks--fw {
    margin-bottom: 15px;
    display: grid;
    column-gap: 4%;
}

.fks--double {
    grid-template-columns: 48% 48%;
}

.fks--aw {
    margin-bottom: 0;
    grid-template-columns: 48% 22% 22%;
}

.fks--address-group {
    margin-bottom: 15px;
}

.fks--address-group p {
    border-bottom: 1px solid #767676;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#form_save_skiss br {
    display: none;
}

.wpcf7-form>p {
    margin: 0;
}

.wpcf7-form label {
    display: block;
    position: relative;
}

.single-email-label {
    width: 100%;
    max-width: 265px;
}

.fks--err-msg {
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 0;
    color: #d35a36;
}

.fks--address-group .fks--err-msg {
    top: auto;
}

#email_recipient {
    display: none;
}

#save_skiss_form input[type='text'],
#save_skiss_form textarea,
#save_skiss_form input[type='email'] {
    width: 100%;
}

#pdfFilename,
#pdfFilename_admin {
    display: none;
}

#button_close {
    position: fixed;
    right: 50px;
    top: 50px;
}

#button_close img {
    width: 25px;
    height: 25px;
}

#dz_bankskap.active {
    background: #f9f9f9;
}

@media screen and (max-width: 1200px) {
    #offert_wrapper {
        padding: 50px 20px;
    }

    .pm-info {
        font-size: 10px;
    }

    .pm-row h3,
    .pm-row {
        font-size: 12px;
    }
}


/* DATATABLE */

#admin_modules tr:not(.sub-product) table.dataTable thead th,
table.dataTable tfoot th {
    text-align: left !important;
}

.parent-product img {
    display: none;
}

.parent-product td {
    background: #ced8de !important;
    border-top: 2px solid #fff !important;
}

td[aria-label='Inredning: activate to sort column ascending'],
th[aria-label='Inredning: activate to sort column ascending'] {
    width: 150px;
}

.parent-product td[data-sm-field='rpg_hyllplan'] input,
.parent-product td[data-sm-field='rpg_wholesale_price'] input,
.parent-product td[data-sm-field='rpg_kapacitet_utdragslader'] input,
.parent-product td[data-sm-field='rpg_height'] input,
.parent-product td[data-sm-field='rpg_sale_price'] input,
.parent-product td span {
    display: none;
}

.acc_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    margin: auto;
    width: 280px;
    height: 260px;
    z-index: 99999922;
    padding: 20px;
    display: none;
    background: #f7f7f7;
}

#modal {
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    width: 555px;
    z-index: 99999922;
    padding: 20px;
    display: none;
    background: #f7f7f7;
}

.modal-image-wrapper {
    display: -webkit-box;
    display: flex;
}

.modal-image-wrapper img {
    width: 50%;
}

.acc_modal>label {
    display: -webkit-box;
    display: flex;
    white-space: nowrap;
}

#modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
}

.active .acc_modal,
.active .save_acc {
    display: block;
}

.save_acc {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
    z-index: 234234;
}

.tlb_column:hover {
    cursor: pointer;
    background: #ededed;
}

.tlb_column:hover span {
    opacity: 0.7;
}

.tlb_column:not(.has_value) span {
    color: #999;
}

.tlb_column span,
.d-tbr {
    text-transform: capitalize;
}

.tlb_column span:before {
    content: ' | ';
}

.tlb_column span:first-of-type:before {
    content: '';
}

.utd_cap {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: none !important;
    z-index: 234234;
}

.utd_cap input {
    display: none;
    margin-left: 5px;
}

.sub-product td,
.sub-product .sorting_1 {
    background: #e2e9ed !important;
}

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

.user-meta {
    display: block;
}

.user-meta div:first-child {
    margin-bottom: 6px;
}

.admin-meta {
    display: none;
}

.paint-wrapper {
    display: none;
}

#print_wrap .paint-wrapper {
    display: block;
}

body[data-at='farg'] .paint-wrapper,
body[data-at="vaggar"] .paint-wrapper,
body[data-at="pris"] .paint-wrapper,
body[data-at='moduler'] .paint-wrapper {
    display: block;
}

.temp-html .paint-wrapper {
    display: block;
}

.temp-html #print_wrap .mod-text div {
    font-size: 8px !important;
}

.paint-wrapper input {
    display: none;
}

.paint-wrapper label {
    display: -webkit-box;
    display: flex;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.skiss-item.dropped[data-module_type='bankskap']:not([data-module_no *="SB"]) label[data-paint_side='top'],
.skiss-item.dropped[data-module_type='bankskap'] label[data-paint_side='bottom'] {
    display: none;
}

body[data-at="farg"] .paint-wrapper label:hover img {
    opacity: 0.4;
}

.paint-wrapper input:checked+label img {
    opacity: 1;
}

#skiss-menu-wrapper .panel-row .paint-wrapper {
    display: none;
}

label[data-paint_side='top'] {
    top: 0;
    left: 0;
    width: 100%;
    height: 11px;
}

label img {
    opacity: 0;
}

label[data-paint_side='top'] img,
label[data-paint_side='bottom'] img {
    width: 70% !important;
    height: auto !important;
    margin: auto;
    max-width: 19px;
}

label[data-paint_side='right'] {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 100%;
    z-index: 9;
}

label[data-paint_side='right'] img {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 19px;
}

label[data-paint_side='bottom'] {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11px;

}

label[data-paint_side='bottom'] img {
    bottom: 0;
    left: 0;
}

label[data-paint_side='left'] {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 100%;

}

.dropped[data-spacertype='tackvagg'] label[data-paint_side='left'] {
    right: 2px;
    left: auto;
}

.dropped[data-spacertype='tackvagg'] label[data-paint_side='right'] {
    left: 3px;
    right: auto;
}

.dropped[data-spacertype='tackvagg'][data-ss='left'] label[data-paint_side='left'] {
    display: none;
}

.dropped[data-spacertype='tackvagg'][data-ss='right'] label[data-paint_side='right'] {
    display: none;
}

label[data-paint_side='left'] img {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 19px;
}

.lang-en label[data-paint_side='left'] img,
.lang-en label[data-paint_side='right'] img {
    max-height: 27px;
}


.dropped.ui-draggable-dragging.dragging label {
    display: none !important;
}

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

    label[data-paint_side='left'],
    label[data-paint_side='right'] {
        width: 8px;
    }

    label[data-paint_side='top'] img,
    label[data-paint_side='bottom'] img {
        max-width: 16px;
    }

    label[data-paint_side='left'] img,
    label[data-paint_side='right'] img {
        max-height: 16px;
    }



}


/* HELP SECTION */



#help_dialog {
    display: none;
    position: absolute;
    left: calc(50% - 250px);
    top: 90px;
    max-width: 800px;
    max-height: 500px;
    background: #fff;
    border: 0.5px solid #888;
    overflow: hidden;
    z-index: 999999;
}

#help_dialog .ui-resizable-e {
    width: 10px;
}

#help_dialog .ui-resizable-s {
    height: 10px;
}

#help_dialog .ui-resizable-se {
    z-index: 9999;
}

#main_content[data-module_series='modern'] #help_dialog {
    background: #efefef;
}

#main_content[data-module_series='original'] #help_dialog {
    background: #c5dbe1;
}

#help_menu li.current-item {
    color: #fff;
}

#main_content[data-module_series='modul'] #help_menu li.current-item {
    color: #999;
}

#help_scroll_wrapper {
    width: 100%;
    height: 300px;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
}

#help_section {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 444;
}

#print_wrap.sending #help_section {
    display: none;
}



#feedback_btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border: 0.5px solid #333;
    text-decoration: none;
    transition: all 0.2s;
}

#feedback_btn:hover {
    border-color: #ccc;
}

#help_button span {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#help_section.active #help_button span {
    left: 10px;
}

#help_button:hover {
    border-color: var(--bs-primary);
    background: #efefef;
    cursor: pointer;
}

#feeback_btn {
    width: 120px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 3;
}

#help_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
}

#help_menu li {
    text-transform: uppercase;
}

.help-handle {
    background: transparent;
    padding: 6px 15px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.help-handle:hover {
    cursor: move;
}

.help-handle .close {
    padding: 12px 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.help-handle .close img {
    width: 10px;
    height: 10px;
}

.help-handle .close:hover {
    cursor: pointer;
}

#help_menu li:hover {
    cursor: pointer;
}

.help-kontakt {
    margin-right: 20px;
}


/*
.help-wrapper {
	width: 100%;
	height: 100%;

	position: relative;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
*/

.hssw {
    padding: 15px;
}

#help_section.active .help-wrapper {
    opacity: 1;
}

#help_dialog h3 {
    display: none;
    margin-bottom: 6px;
    margin-top: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

#help_dialog h4 {
    margin: 10px 0 4px;
    font-size: 15px;
    text-transform: uppercase;
}

#help_dialog p {
    margin: 0 0 10px;
    line-height: 1.6;
}

.help-link:hover {
    cursor: pointer;
    opacity: 0.6;
}

/* Help off-canvas */
#sketch__instructions_off_canvas {
    max-height: calc(100vh - 3rem - 34px);
    top: calc(3rem + 34px);
    bottom: auto;
    border: 0;
    line-height: 1.5;
}

#sketch__instructions_off_canvas h5 {
    font-size: 16px;
    font-weight: 700;
}

/* Help off-canvas */

.ui-dialog.sketch-help-dialog {
    padding: 7px;
    font-family: inherit;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15) !important;
    z-index: 9999;
}

#sketch__help_dialog {
    width: 100% !important;
    max-height: calc(100vh - 3rem - 134px);
    z-index: 9999;
}


.ui-dialog.sketch-help-dialog .ui-dialog-titlebar {
    border: 0;
    background: #fff;
    font-size: 15px;
}

.ui-dialog.sketch-help-dialog .ui-dialog-titlebar-close {
    width: 15px;
    height: 15px;
    border: 0;
    background: url(/wp-content/plugins/fks-sketch-v5_0/img/icon-x.svg) no-repeat;
    transition: opacity .2s;
}

.ui-dialog.sketch-help-dialog .ui-dialog-titlebar-close:hover {
    opacity: .6;
}

.ui-dialog.sketch-help-dialog h5 {
    font-size: 15px;
    font-weight: 700;
}



#print_wrap #input_remove_all {
    display: none;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

.parsley-errors-list {
    margin: 4px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

#dndrop_msg {
    padding: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 0.5px solid #efefef;
    background: #efefef;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 22;
}

#dndrop_msg img {
    position: absolute;
    right: 10px;
    top: 10px;
}


/** Locked Skiss **/

.is_locked .sm-tabs,
.is_locked #sm_main,
.is_locked .left-sidebar,
.is_locked #help_section,
.is_locked #bottom_bar {
    display: none;
}


/** Admin View **/

#kund_tab_table {
    width: 100%;
}

#kund_tab_table td:first-child {
    width: 90px;
}

.is_admin #print_skiss {
    display: block;
}

.page-id-6416 #container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#skiss_test_container {
    width: 500px;
    height: 500px;
    background: #efefef;
}

.skiss-test-el {
    width: 40px;
    height: 40px;
    background: green;
}

.fa-panel-row {
    margin-bottom: 20px;
}

.fa-panel-row>div {
    display: flex;
    flex-direction: column;
}

.btn-fa-ui {
    margin: 10px 0 0;
    padding: 0 10px;
    background: #efefef;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-self: flex-end;
    position: relative;
}

.btn-fa-ui .status-icons {
    display: inline-block;
    background: #efefef;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 222;
    transition: opacity 0.2s;
}

.btn-fa-ui.ajax-working .status-icons {
    opacity: 1;
}

.btn-fa-ui.ajax-working {
    pointer-events: none;
}

.btn-fa-ui.ajax-loading .spinner {
    opacity: 1;
}

.btn-fa-ui .success-checkbox,
.btn-fa-ui .spinner,
.btn-fa-ui .fks--error {
    top: 5px;
    right: 0;
    margin: auto;
}

.btn-fa-ui.ajax-success .success-checkbox {
    opacity: 1;
}

textarea#fa_comment {
    width: 100%;
    line-height: 1.3;
}

.sui-fa-text-input td:last-child {
    display: flex;
    justify-content: space-between;
}

.sui-fa-text-input input {
    align-self: flex-end;
}


/* Help section */


/* OFFERT FORM */

#help_section_wrapper {
    position: fixed;
    z-index: 999999999;
    background: #fff;
    font-size: 15px;
    width: 100vw;
    min-width: 1024px;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /*	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.375) !important; */
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
}

.fancybox-container {
    z-index: 9999999999999 !important;
}

#help_section_wrapper .iScrollVerticalScrollbar {
    width: 12px !important;
}

#rit_hjalp_close {
    position: absolute;
    right: 39px;
    top: 23px;
    width: 35px;
    height: 35px;
    display: none;
    opacity: 0;
    mix-blend-mode: difference;
    transition: opacity 0.2s;
    z-index: 9999999;
}

#rit_hjalp_close:hover {
    cursor: pointer;
}

body.hjalp-active #rit_hjalp_close {
    display: block;
    opacity: 1;
}

body.hjalp-active #help_section_wrapper {
    display: block;
    opacity: 1;
}

#help_section_container {
    position: relative;
}

#rit_hjalp {
    position: relative;
}

#rit_hjalp h1 {
    font-weight: 400;
    font-size: 38px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
}

#rit_hjalp .payoff-wrapper {
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    /* top: 0; */
    -webkit-box-pack: center;
    justify-content: center;
    left: 0;
    width: 100%;
}

#rit_hjalp .payoff {
    position: relative;
    top: -20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.rit-content {
    column-count: 2;
    column-gap: 30px;
}

.rit-content p {
    break-inside: avoid;
}

#fks_hjalp h3 {
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
}

#fks_hjalp p:not(.fks-big),
#fks_hjalp a {
    font-size: 1rem;
}

.fks-big,
.fks-xl-big {
    font-weight: 300;
}

#drop_zone .test-psku {
    font-size: 12px !important;
    position: absolute;
    bottom: 4px;
    background: #f5d9d9;
    z-index: 333333;
    padding: 2px;
}


/* Send error show link */

.show-admin {
    display: none;
}

.is_admin .show-admin {
    display: block;
}

#esl_wrapper {
    position: absolute;
    height: calc(100% - 10rem);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    margin: auto;
}

#err_skiss_link {
    width: 541px;
    margin-top: 20px;
    padding: 10px;
    background: #f3dfbc;
}

#send_err_msg {
    align-items: center;
    display: block;
}

#err_skiss_link img {
    width: 32px;
    height: auto;
    margin-right: 15px;
    display: inline-block;
}

.portal--btn {
    padding: 0.2rem 0.6rem;
    background: #bcac9c;
    display: inline-block;
    background: #bcac9c;
    position: relative;
    align-self: center;
}

.portal--btn:hover {
    color: currentColor;
    cursor: pointer;
}

.working .portal--btn {
    pointer-events: none;
}

.portal--btn.pb--admin {
    background: #bcbc9c;
}

.portal--btn.pb--admin .status-icons {
    background: #bcbc9c;
}

.portal--pbtn-wrapper {
    display: none;
}

.portal-g-box input[type='text'] {
    padding: 3px 6px;
    font-family: brandon-grotesque, sans-serif;
    font-size: inherit;
}

.portal-g-box button {
    padding: 2px 6px;
}

.fade.in {
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

div[data-panel='pris'] td {
    padding: 5px;
}

div[data-panel='pris'] td:first-child {
    padding-left: 0;
}

#sm_main .editable-click,
#sm_main a.editable-click,
#sm_main a.editable-click:hover {
    border-bottom-color: #000;
}

body.lang-en:not(.temp-html) div[data-module_type='bankskap'][data-utdragslada='1']:before,
body.lang-en:not(.temp-html) div[data-module_type='bankskap'][data-utdragslada='2']:before,
body.lang-en:not(.temp-html) div[data-sopsortering='sopsortering_b'][data-module_no*='600']:before {
    content: '';
    width: 89%;
    height: 9%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(7 * (100% / 40));
    margin: auto;
    display: none;
}

body.lang-en:not(.temp-html) div[data-sopsortering='sopsortering_b'][data-module_no*='600']:before {
    bottom: calc(7 * (100% / 60));
}

body.lang-en:not(.temp-html) div[data-module_type='bankskap'][data-utdragslada='1'][data-real_width='60']:before,
body.lang-en:not(.temp-html) div[data-module_type='bankskap'][data-utdragslada='2'][data-real_width='60']:before,
body.lang-en:not(.temp-html) div[data-module_type='bankskap'][data-utdragslada='2'][data-real_width='60']:after {
    width: 93%;
}

body.lang-en:not(.temp-html) div[data-sopsortering='sopsortering_b'][data-module_no*='600']:before {
    width: 93%;
}

body.lang-en:not(.temp-html) div[data-module_type='bankskap'][data-utdragslada='2']:after {
    content: '';
    width: 89%;
    height: 9%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45.5%;
    margin: auto;
    display: none;
}

body.lang-en:not(.temp-html) div[data-sopsortering='sopsortering_b'][data-module_no*='800']:before {
    content: '';
    width: 44%;
    height: 9%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 3%;
    bottom: calc(7 * (100% / 40));
    display: none;
}

body.lang-en:not(.temp-html) div[data-sopsortering='sopsortering_b'][data-module_no*='800']:after {
    content: '';
    width: 44%;
    height: 9%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 53%;
    bottom: calc(7 * (100% / 40));
    display: none;
}

body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-utdragslada_top='3']:before {
    content: '';
    width: 93%;
    height: 5%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(8 * (100% / 60));
    display: none;
}

body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-utdragslada_top='3']:after {
    content: '';
    width: 93%;
    height: 5%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(19 * (100% / 60));
    display: none;
}

body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-utdragslada_top='3'] .mod-text-wrapper:before {
    content: '';
    width: 93%;
    height: 5%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 49%;
    display: none;
}

body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-utdragslada_bottom='1'] .mod-text-wrapper:after,
body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-utdragslada_bottom='2'] .mod-text-wrapper:after {
    content: '';
    width: 93%;
    height: 5%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(14 * (100% / 60));
    display: none;
}

body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-utdragslada_bottom='2'] .mod-text:before {
    content: '';
    width: 93%;
    height: 5%;
    border-width: 0 0.5px 0.5px;
    border-style: solid;
    border-color: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: calc(5 * (100% / 60));
    display: none;
}

body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-real_width*='40'][data-utdragslada_bottom='1'] .mod-text-wrapper:after,
body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-real_width*='40'][data-utdragslada_bottom='2'] .mod-text-wrapper:after,
body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-real_width*='40'][data-utdragslada_top='3']:before,
body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-real_width*='40'][data-utdragslada_top='3']:after,
body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-real_width*='40'][data-utdragslada_bottom='2'] .mod-text:before,
body.lang-en:not(.temp-html) #drop_zone div[data-module_no*='2000'][data-real_width*='40'][data-utdragslada_top='3'] .mod-text-wrapper:before {
    width: 89%;
}

#login_info {
    width: 180px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
}

/* Cabinet hover show model number */
.cabinet-hover-wrapper {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 9px;
    font-weight: 700;
    opacity: 0;
    transition: opacity .1s;
}

.cabinet-hover-wrapper div {
    line-height: 1;
    padding: 2px 2px;
    position: relative;
    top: -14px;
    background: #eeeeee;
    text-align: center;
    display: inline;
}

div[data-real_width="20"] .cabinet-hover-wrapper div {
    transform: rotate(-90deg);
    display: block;
}

div[data-module_no="REDA400"] .cabinet-hover-wrapper div,
div[data-module_no="REDA600"] .cabinet-hover-wrapper div {
    top: 0;
}

.cabinet-hover-wrapper.show {
    opacity: 1;
    display: flex;
}

/* Skiss utility bar */




#dealer_comments {
    display: none;
    padding: 20px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    background: #fff;
    z-index: 99;
    border: 1px solid #868686;
}

#dealer_comments.open {
    display: block;
}

#dealer_comments textarea {
    width: 100%;
    height: calc(100% - 50px);
    padding: 15px 17px;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 1rem;
    border: none;
    background: #fff;
    outline: none;
    resize: none;
}

#dealer_comments h6 {
    text-align: center;
    font-size: .95rem;
    font-weight: 400;
}



#dealer_comment_close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
}

.uc-button {
    all: unset;
}

.uc-button:disabled {
    opacity: .4;
}

/* Redahyllor og fifty position */
.skiss-item[data-module_no *="REDA"][data-snappee="og_fifty"] {
    top: calc((var(--zf) * var(--dz_height)) - (((136 + var(--vfifty)) * var(--zf)) * 1px)) !important;
}

#print_wrap div[data-p_wall='1'] .skiss-item[data-module_no *="REDA"][data-snappee="og_fifty"] {
    top: calc(var(--reda_top_1) * 1px) !important;
}

#print_wrap div[data-p_wall='2'] .skiss-item[data-module_no *="REDA"][data-snappee="og_fifty"] {
    top: calc(var(--reda_top_2) * 1px) !important;
}

#print_wrap div[data-p_wall='3'] .skiss-item[data-module_no *="REDA"][data-snappee="og_fifty"] {
    top: calc(var(--reda_top_3) * 1px) !important;
}

#print_wrap div[data-p_wall='4'] .skiss-item[data-module_no *="REDA"][data-snappee="og_fifty"] {
    top: calc(var(--reda_top_4) * 1px) !important;
}

/* Exceptions */
.sketch--exception {
    width: 100%;
    max-width: 500px;
    margin: auto;
    background: #efefef;
    padding: 1rem;
    border: 1px solid;
    position: absolute;
    left: 0;
    right: 0;
    top: calc((100vh / 2) - 21vh);
}


#sketch_form_user_info .form-floating>label {
    font-size: .95rem;
    top: -6px;
}


#sketch_form_user_info .form-floating>.form-control,
#booking__form .form-floating>.form-control-plaintext {
    height: calc(2.6rem + 2px);
    line-height: 1.25;
}

#sketch_form_user_info .form-floating>.form-control:valid {
    background-image: none;
    border-color: #ced4da;
}

#sketch_form_user_info .form-floating>textarea.form-control {
    height: auto;
}

#sketch_form_user_info .form-floating>.form-control:valid {
    padding-top: 19px;
    font-size: 1rem;
    background-image: none;
    border-color: #ced4da;
}

#sketch_form_user_info .form-floating>.form-control:focus~label,
#sketch_form_user_info .form-floating>.form-control:not(:placeholder-shown)~label,
#sketch_form_user_info .form-floating>.form-control-plaintext~label,
#sketch_form_user_info .form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.8) translateY(-0.5rem) translateX(0.15rem);
}

#sketch_form_user_info .form-floating>textarea.form-control {
    height: auto;
}

#sqf__email {
    height: calc(2.6rem + 2px);
    line-height: 1.25;
    border-radius: 5px;
    padding-top: 19px;
    font-size: 1rem;
}

#sut__b2b_invoiced_from.invalid {
    border: 1px solid red;
}

/* Additional sketches */
#additional__sketches {
    position: relative;
}

#additional__sketches_new_btn {
    cursor: pointer;
}


#additional__sketches_new_btn ul,
#additional__sketches_sketches ul {
    padding: 0;
}

#additional__sketches_sketches li {
    min-width: 200px;
    padding: 7px 6px;
    padding-right: 41px;
    display: flex;
    align-items: center;
    height: 33px;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
}

#additional__sketches_new_btn li {
    padding: 7px 6px;
    text-transform: uppercase;
    line-height: 1;
}

#additional__sketches_sketches a {
    padding: 0;
    text-decoration: none;
}

#additional__sketches_new_btn li,
#additional__sketches_sketches li a {
    cursor: pointer;
    transition: all .2s;
}

#additional__sketches_new_btn li:hover {
    background: #efefef;
}

#additional__sketches_sketches li.current {
    background: #efefef;
}

#additional__sketches_new_btn li *,
#additional__sketches_sketches li * {

    text-transform: uppercase;
}



#additional__sketches_sketches li a:hover {
    opacity: .6;
}


#additional__sketches_sketches .form-check {
    display: flex;
    align-items: center;
}

#additional__sketches_sketches .delete-sketch {
    height: calc(100% - 4px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#additional__sketches_sketches .delete-sketch:disabled {
    border: none;
    opacity: .4;
}

#additional__sketches_sketches .badge {
    font-size: 9px;
}

#additional__sketches_new_btn button img {
    position: absolute;
    left: 8px;
    top: 6px;
    width: 15px;
    height: auto;
}

#additional__sketches_select_series {
    border: 1px solid #868686;
    background: #fff;
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
    opacity: 0;
    transition: all .2s;
}

#additional__sketches_select_series.active {
    opacity: 1;
    display: block;
}

#additional__sketches_select_series>div {
    padding: 3px 18px 3px 5px;
    border-bottom: 1px solid #868686;
    cursor: pointer;
}

body:not(.is_admin) .form-check-sfor input[type="radio"] {
    display: none;
}

/* Sketch menu rename sketch */
#additional__sketches_sketches .editable-open~div {
    display: none !important;
}

#additional__sketches_sketches .editable-input,
#additional__sketches_sketches .editable-container.editable-inline {
    width: 100%;
}

#additional__sketches_sketches .editable-container.editable-inline {
    position: absolute;
    left: 0;
}

#additional__sketches_sketches .editable-buttons {
    width: 70px;
    display: flex;
}


#additional__sketches_sketches .editable-submit,
#additional__sketches_sketches .editable-cancel {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#additional__sketches_sketches .editable-buttons i {
    position: relative;
    top: 1px;
}

.edit-rename-sketch {
    cursor: pointer;
}

/* Synlig sida */
#menu_synligsida label {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

#menu_synligsida span {
    padding-left: 8px;
    position: relative;
    top: -6px;
}

.synligsida-wrapper input {
    display: none;
}

.synligsida-wrapper label {
    display: -webkit-box;
    display: flex;
    align-items: center;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: -1;
}

.ss-active .synligsida-wrapper label {
    pointer-events: initial;
    z-index: 50;

}



label[data-synligsida='left'] {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13px;
    height: 100%;
}

label[data-synligsida='right'] {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 100%;
}

.synligsida-wrapper img {
    width: 10px !important;
    height: 37px !important;
}

label[data-synligsida='right'] img {
    position: relative;
    right: -10px;
}

label[data-synligsida='left'] img {
    position: relative;
    right: 10px;
}

.synligsida-wrapper input:checked+label img {
    opacity: 1;
}


/* Handtag original */
#menu_orginal_handtag p {
    margin: 15px 0 10px;
}

#menu_orginal_handtag>div {
    width: 180px;
    display: flex;
    position: relative;
}

#menu_orginal_handtag>div label {
    width: 100%;
    background-position: center right;
    background-size: 12px 12px;
    text-align: left;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/funkiskok/img/checkbox.svg) no-repeat;
    background-size: 12px 12px;
}

#menu_orginal_handtag>div span {
    position: absolute;
    top: -6px;
    left: 20px;
}

#menu_orginal_handtag input:checked+label {
    background: url(/wp-content/themes/funkiskok/img/checkbox_check.svg) no-repeat;
}

/* Editable fields */
.portal--editable,
.portal--editable-select {
    margin: 0 0 .6rem;
    position: relative;
}

.portal--editable i {
    pointer-events: none;
}

.pef--popover {
    display: none;
    width: 252px;
    position: absolute;
    top: -6px;
    left: 120px;
    opacity: 1;
    z-index: 1;
    transition: all .2s;
}

.pef--popover-select {
    display: none;
}


.pef--link-wrapper {
    display: grid;
    grid-template-columns: 170px max-content;
}

.pef--link-wrapper label {
    width: 170px;
}

.pef--link,
.pef--link-select {
    cursor: pointer;
    position: relative;
}

.pef--link:after,
.pef--link-select:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed;
}

.pef--link>* {
    pointer-events: none;
}

.portal--editable.form-switch {
    padding-left: 0;
    display: grid;
    grid-template-columns: 170px max-content;
    align-items: center;
}

.portal--editable.form-switch input {
    margin: 0;
}

.portal--editable.form-switch .badge {
    position: absolute;
    right: 0;
}

.portal--editable-select .popover-body {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

#sketch_info {
    display: flex;
    margin-left: 2rem;
    text-transform: capitalize;
    font-weight: 500;
}

#sketch_pdf_btn {
    border: none;
}

#sketch_pdf_btn .input-group-text {
    padding-left: 6px;
    border: none;
    background: transparent;
}

#bps__no_price {
    margin-right: 4px;
}

.fks--editable-list>div {
    min-height: 28px;
    display: grid;
    grid-template-columns: 133px auto;
}

#container .fks--editable-list a {
    align-self: flex-start;
    border-color: var(--bs-primary);
    color: inherit;
    cursor: pointer;
}

.fks--editable-list input[type='text'] {
    min-height: 1px;
    padding: 0.15rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fks--editable-list button {
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
}

.fks--editable-list .editable-input,
.fks--editable-list .editable-container.editable-inline,
.tab-callout .editable-input,
.tab-callout .editable-container.editable-inline {
    width: 100%;
}

#summary .editable-empty,
#summary .editable-empty:hover,
#summary .editable-empty:focus {
    color: inherit;
}

.tab-callout .ui-datepicker-trigger,
.fks--editable-list .ui-datepicker-trigger {
    margin-left: 5px;
    display: inline;
}

#summary .editable-cancel {
    display: none;
}

.tab-callout {
    display: block;
    margin: 1rem 0;
    height: auto;
    background: #efefef;
    padding: 1rem;
    font-size: 14px;
}

.tab-callout a {
    cursor: pointer;
}

#portal_form_new_order select {
    margin-right: .5rem;
    text-transform: capitalize;
    align-self: flex-start;
    width: auto;
}

.fks--editable-list .hasDatepicker {
    min-height: 1px;
    padding: 0.15rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
    border: none;
}





/*Knife storage */
.knife-storage-menu {
    padding-left: 17px;
    display: none;
    position: relative;
    top: 3px;
    left: 20px;
    max-height: 0;
    opacity: 0;
    transition: all .2s;
}

.show.knife-storage-menu {
    display: flex;
    max-height: 500px;
    opacity: 1;
}


.knife-storage-menu i {
    transform: rotate(180deg);
    position: absolute;
    top: -3px;
    left: 0;
}

.knife-storage-menu input[type="number"] {
    width: 35px;
    margin-left: 4px;
    padding: 0 0 0 2px;
    font-size: 12px;
    -moz-appearance: auto;

}

.knife-storage-menu input[type="number"]:focus {
    outline: none;
}

.knife-storage-menu input[type='number']::-webkit-inner-spin-button,
.knife-storage-menu input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: auto;
    opacity: 1;
    margin: 0;
}

.btn-knife-storage-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-knife-storage-menu i {
    color: #999;
    cursor: pointer;
}

/* Drawer height checkbox */
.drawer_height_checkbox {
    position: absolute;
    right: 41px;
    top: 0;
}


/*
input[data-utdragslada_bottom="1"]~label span:after,
input[data-utdragslada_bottom="2"]~label span:after,
input[data-utdragslada_top="3"]~label span:after,
input[data-check_group="lada"]~label span:after {
    content: 'Låg';
}

input[data-utdragslada_bottom="1"]~label span:after,
input[data-utdragslada_bottom="2"]~label span:after,
input[data-utdragslada_top="3"]~label span:after {
    content: ' Låg';
}
*/
.dhc-label {
    position: relative;
    top: 1px;
    display: grid;
    grid-template-columns: auto auto auto;
    cursor: pointer;
    font-size: 13px;
    opacity: 1;
    transition: opacity .2s;
}



.dhc-label div {
    transition: all .2s;
    z-index: 1;
}

.mc-wrapper.cam .dhc-label span {
    margin: 0 1px;
    position: relative;
    left: auto;
    top: auto;
}

.dhc-checkbox {
    display: none;
}

.dhc-checkbox+.dhc-label div:first-child {
    text-decoration: underline;
}

.dhc-checkbox+.dhc-label div:last-child {
    text-decoration: none;
}

.dhc-checkbox:checked+.dhc-label div:last-child {
    text-decoration: underline;
}

.dhc-checkbox:checked+.dhc-label div:first-child {
    text-decoration: none;
}

.dhc-label.dhc-disabled {
    opacity: .6;
}

#migration_splash {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    z-index: 999999999999999;
}

#migration_splash>div {
    margin-top: -200px;
    text-align: center;
    font-size: 1.3rem;
}

/* Hide carousel cabinets */
.panel-row.BF1200 .inner-panel-row div:last-child,
.panel-row.BM1200 .inner-panel-row div:last-child,
.panel-row.BMD1200 .inner-panel-row div:last-child {
    display: none;
}

/* PDF Comments */


.pdf-comment {
    width: 200px;
    height: 80px;
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
    line-height: 1.2;
    font-size: 16px;
    z-index: 99999;
}

#print_wrap .pdf-comment {
    height: auto !important;
    padding: 5px;
    display: block;
    background: #fff;
    font-size: 11px;
    border: .5px solid #000;
}

#print_wrap .pdf-comment textarea {
    overflow: hidden;
    padding: 10px;
}

#print_wrap .pdf-comment>div {}

body.show-pdf-comments .pdf-comment {
    display: block;
}

#pdf_comment_menu {
    display: none;
    position: relative;
}

#add_pdf_comment {
    width: 100px;
    text-align: left;
}

#pdf_comment_menu input[type="checkbox"] {
    position: absolute;
    right: 9px;
    top: 4px;
}

.pdf-comment textarea {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    resize: none;
}

.pdf-comment .dlt-comment {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    z-index: 3;
}

.pdf-comment.active .dlt-comment {
    display: block;
}

.move-comment {
    position: absolute;
    background: #f1f1f1;
    top: -9px;
    left: -9px;
    border: .5px solid #000;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    cursor: move;
}

#fks__kp_link {
    position: absolute;
    right: 11px;
    top: 20px;
    padding: 2px 3px;
}