.pcfw_popup_body #pcfw_left_wrap, .pcfw_popup_body #pcfw_right_wrap {
    display: inline-block;
}
@media(max-width:700px) {
    .pcfw_popup_body {
        display: block !important;
        overflow-y: scroll !important;
    }
    .pcfw_popup_body #pcfw_left_wrap{
        display: block !important;
    }
}
button#pcfw_popup_button {
    display: inherit;
    margin-top: 18px;
    width: 100%;
    text-align: center;
}
button#pcfw_popup_button span {
    padding: 2px 0px;
}
.pcfw_header {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 5px;
}
.pcfw_contact_information {
    position: absolute;
    right: 100px;
    top: 0px;
    line-height: 30px;
    height: 30px;
}
.pcfw_header h2 {
    margin-bottom: 0px;
    font-weight: 500;
}
.help.hidden img {
    transform: rotate(1deg);
    width: 26px;
    position: absolute;
    margin-left: -37px;
    top: 5px;
}
.help.hidden {
    display: block!important;
}
.pcfw_popup_body {
    position: relative;
    display: flex;
}
div#pcfw_left_wrap {
    float: left;
    width: 50%;
}
ul#popup_slider {
    width: 100%;
    margin: 0px;
}
div#pcfw_right_wrap{
    float: right;
    width: 48%;
    margin-left: 2%;
    position: relative;
}
.pcfw_right_wrap .pcfw_category {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}
.pcfw_category .pcfw_swatch {
    position: relative;
    overflow: hidden;
    width: 80px;
    padding: 5px 0;
    cursor: pointer;
}
.pcfw_category .pcfw_swatch .pcfw_swatch_bg {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    margin: 0px auto;
    text-align: center;
}
.pcfw_category .pcfw_swatch:hover {
    background: #eaeaea;
}
.mySlides img {
    border-radius: 0px;
}
.pcfw_category .pcfw_swatch .pcfw_swatch_name {
    font-size: 12px;
    text-align: center;
}
#pcfw_right_wrap .pcfw_category{
    display: flex;
    flex-wrap: nowrap;
}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    padding-top: 5px;
}
.mySlides {
/*     display: none; */
}
.pcfw_prev, .pcfw_next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.pcfw_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.pcfw_prev:hover, .pcfw_next:hover {
    background-color: rgba(0,0,0,0.8);
}
div#popup-product-content {
    background: #f6f6f6;
}
.pcfw_search {
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
}
input#pcfw_search_input {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px 20px;
}
input#pcfw_search_input:focus,
a.pcfw_select_color_button:focus,
a.button.calcualte_qty:focus  {
    outline: none;
}
.pcfw_swatches_col_wrap .pcfw_color_container {
    height: 400px;
    overflow-x: hidden;
    margin: 0 -10px;
}
.pcfw_swatches_col_wrap .pcfw_farve {
    border: 1px solid #6a6a6a52;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin: 5px;
    line-height: 40px;
    overflow: hidden;
    width: calc(25% - 10px);
    position: relative;
    float: left;
}
.pcfw_swatches_col_wrap .pcfw_farve .pcfw_farve_bg {
    height: 190px;
}
.pcfw_swatches_col_wrap .pcfw_farve .pcfw_farve_hover {
    padding: 5px 0 5px 10px;
    border-top: 1px solid #f2f2f2;
}
.pcfw_swatches_col_wrap .pcfw_farve .pcfw_farve_hover > div {
    line-height: 16px;
}
.pcfw_swatches_col_wrap .pcfw_farve .pcfw_farve_navn {
    font-size: 12px;
    font-weight: 800;
}
.pcfw_farve_kort {
    font-size: 12px;
    padding-top: 4px;
}
.pcfw_swatches_col_wrap .pcfw_farve:hover {
    box-shadow: 0 0 10px rgb(95 95 95 / 97%);
}
.pcfw_footer {
    border-top: 1px solid #f2f2f2;
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 14px 0px 24px 0;
    z-index: 99;
    background: #f6f6f6;
    text-align: center;
}
.pcfw_select_colour {
    position: absolute;
    left: 0;
    right: 0;
}
a.pcfw_select_color_button {
    background: #797979;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 6px 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 3px 6px 10px rgb(0 0 0 / 45%);
}
.pcfw_swatches_col_wrap .pcfw_farve.active {
    box-shadow: 0 0 10px rgb(95 95 95 / 97%);
}
.mySlides.fade {
    opacity: 1;
}
@media(max-width:1600px) {
    .pcfw_swatches_col_wrap .pcfw_farve {width:calc(25% - 10px)}
}
@media(max-width:1200px) {
    .pcfw_swatches_col_wrap .pcfw_farve {width:calc(50% - 20px)}
}
@media (max-width: 1100px) {
    #pcfw_right_wrap .pcfw_category {
        flex-wrap: wrap;
    }
}
@media(max-width:700px) {
    .pcfw_swatches_col_wrap .pcfw_farve {width:calc(33% - 20px)}
    .pcfw_popup_body #pcfw_left_wrap {
        display: none;
        width: 100%;
        float: none;
        position: relative;
        overflow: hidden;
    }
    .pcfw_popup_body #pcfw_right_wrap {
        width: 100%;
        float: none;
        position: relative;
        margin: 10px 0px 0px;
    }
    .pcfw_contact_information {
        right: 25px;
    }
    .pcfw_header h2 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .pcfw_contact_information {
        top: -6px;
    }
    .help.hidden {
        font-size: 13px;
    }
    .help.hidden img {
        width: 18px;
        margin-left: -20px;
        top: 8px;
    }
    .pcfw_product_image img {
        width: 60px;
    }
    .product_pcfw_calculate {
        flex-direction: column;
    }
    .pcfw_popup_body_step2 h3 {
        text-align: center;
    }
    .product_pcfw_calculate div {
        margin-bottom: 14px;
        margin-left: 0px !important;
        margin-top: 0px;
        margin-right: 0px !important;
    }
    .pcfw_result_estimate {
        width: 70%;
    }
    .product-image img {
        max-width: 70px;
    }
    .product-name {
        text-align: center !important;
        font-size: 15px;
    }
    .pcfwaon_number_paint_need span.pcfwaon_minus,
    .pcfwaon_number_paint_need span.pcfwaon_plus {
        padding: 0px 2px 2px 2px !important;
    }
    .pcfw_product .product-price {
        font-size: 16px !important;
    }
    .pcfw_popup_body_step3 {
        width:70% !important;
    }
}
@media(max-width:500px) {
    .pcfw_swatches_col_wrap .pcfw_farve {width:calc(50% - 20px)}
    .pcfw_popup_body_step3 {
        width:80% !important;
    }
}
.pcfw_popup_body {
    height: calc(100vh - 200px);
    overflow: hidden;
}
.pcfw_page {
    display: none;
}
#pcfw_step1 {
    display: block;
}
.pcfw_back span {
    background: #797979;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 6px 15px;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 3px 6px 10px rgb(0 0 0 / 45%);
}
.pcfw_popup_body_step2 {
    position: relative;
    width: 50%;
    margin: 0px auto;
}
.pcfw_color_selected_step2 {
    position: relative;
    overflow: hidden;
    border: 1px solid #cccccc;
    margin-top: 5px;
}
.pcfw_select_color_swatch {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 0px;
    margin: 5px;
}
.pcfw_selected_color_name {
    line-height: 50px;
    font-size: 16px;
    float: left;
    margin: 5px 0 5px 10px;
    color: #8a8a8a;
}
.pcfw_selected_color_change {
    float: right;
    line-height: 50px;
    margin: 5px 10px 0 0;
    cursor: pointer;
    transition: all .3s ease;
}
.pcfw_popup_body_step2 h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 18px;
}
.pcfw_selected_color_change span.dashicons {
    vertical-align: middle;
}
.pcfw_select_product_step2 {
    margin-top: 10px;
}
.product_pcfw_calculate {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_pcfw_calculate .pcfw_product_image {
    width: 50px;
    float: left;
    margin-right: 5px;
}
.pcfw_select_product_step2 .pcfw_product_title {
    margin-left: 10px;
    font-weight: 600;
}
.pcfw_product_quantity .kforw_number span {
    cursor:pointer; 
}
.pcfw_product_quantity .kforw_number span.minus,
.pcfw_product_quantity .kforw_number span.plus{
    width: 22px;
    height: 22px;
    background: #6c6c6c;
    border-radius: 50px;
    padding: 2px 0px 0px 0px;
    color: white;
    border: 1px solid #ddd;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}
.pcfw_product_quantity .kforw_number span.minus:hover,
.pcfw_product_quantity .kforw_number span.plus:hover {
    background: #6c6c6c85;
}
.pcfw_product_quantity .kforw_number span.minus i,
.pcfw_product_quantity .kforw_number span.plus i {
    font-size: 17px;
}
.kforw_number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.kforw_number input.kforw_line_quantity {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-appearance: textfield;
    margin: 0 5px;
    font-size: 16px;
    padding: 0px;
}
.pcfw_product_total_line {
    font-weight: bold;
    font-size: 22px;
}
.pcfw_liter_total .pcfw_liter_text,
.pcfw_pirce_total .pcfw_price_text {
    float: left;
    width: 55%;
}
.pcfw_liter_total,
.pcfw_pirce_total {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    font-weight: 800;
}
.pcfw_liter_total .pcfw_liter,
.pcfw_pirce_total .pcfw_price {
    float: right;
}
.disabled-link {
  pointer-events: none;
}
.active-link {
  background: #b0bf74 !important;
}
a.button.calcualte_qty span {
    vertical-align: middle;
}
a.button.calcualte_qty {
    background: #ccc;
    margin-top: 20px;
}
.calculate_pcfw_estiamted {
    text-align: center;
}
.pcfw_toogle_hidden{
   display:none;
}


.pcfw_number_paint_need span {
    cursor:pointer; 
}
.pcfw_number_paint_need span.pcfw_minus,
.pcfw_number_paint_need span.pcfw_plus{
    background: #404040;
    padding: 2px 10px 2px 10px;
    color: white;
    border: 1px solid #ddd;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    box-shadow: 6px 2px 10px rgb(95 95 95 / 97%);
}
.pcfw_number_paint_need span.pcfw_minus:hover,
.pcfw_number_paint_need span.pcfw_plus:hover {
    background: #6c6c6c85;
}
.pcfw_number_paint_need span.pcfw_minus i,
.pcfw_number_paint_need span.pcfw_plus i {
    font-size: 17px;
    vertical-align: middle;
}
.pcfw_number_paint_need {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pcfw_number_paint_need input.pcfw_line_quantity {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-appearance: textfield;
    margin: 0 5px;
    font-size: 16px;
    padding: 0px;
}

.calculation_estimated.pcfw_toogle_hidden {
    text-align: center;
    background: #ccc;
    padding: 20px 20px;
    margin-top: 12px;
}
.calculation_estimated.pcfw_toogle_hidden h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px;
}

.pcfwt_number_paint_need span {
    cursor:pointer; 
}
.pcfwt_number_paint_need span.pcfwt_minus,
.pcfwt_number_paint_need span.pcfwt_plus{
    background: #404040;
    padding: 2px 10px 2px 10px;
    color: white;
    border: 1px solid #ddd;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    box-shadow: 6px 2px 10px rgb(95 95 95 / 97%);
}
.pcfwt_number_paint_need span.pcfwt_minus:hover,
.pcfwt_number_paint_need span.pcfwt_plus:hover {
    background: #6c6c6c85;
}
.pcfwt_number_paint_need span.pcfwt_minus i,
.pcfwt_number_paint_need span.pcfwt_plus i {
    font-size: 17px;
    vertical-align: middle;
}
.pcfwt_number_paint_need {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pcfwt_number_paint_need input.pcfwt_line_quantity {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-appearance: textfield;
    margin: 0 5px;
    font-size: 16px;
    padding: 0px;
}


input.pcfw_line_quantity::-webkit-outer-spin-button,
input.pcfw_line_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.pcfwt_line_quantity::-webkit-outer-spin-button,
input.pcfwt_line_quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.pcfw_line_quantity:focus,
input.pcfwt_line_quantity:focus {
    outline: none;
}
.pcfw_result_estimate {
    background: #d7ece0;
    width: 40%;
    padding: 10px;
    margin: 20px auto;
}
.pcfw_result_estimate div {
    font-size: 35px;
    font-weight: bold;
    color: cadetblue;
}
.pcfw_popup_body_step3 {
    position: relative;
    width: 50%;
    margin: 0px auto;
}
.pcfw_popup_body_step3 h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 18px;
}
ul.pcfw_product_ul li {
    list-style-type: none;
}
.pcfw_product_accessories ul {
    margin: 0px;
}
ul.pcfw_product_ul li {
    list-style-type: none;
    margin: 5px;
    padding: 10px;
    text-align: center;
    border: 1px solid #b9b9b9;
}
.pcfw_product {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pcfw_product .product-image {
    width: 10%;
    float: left;
}
.pcfw_product .product-name {
    width: 60%;
    font-weight: bold;
    text-align: left;
    float: left;
    margin-left: 70px;
}
.product-name p {
    margin-bottom: 5px;
}
.pcfw_product .product-price {
    float: right;
    width: 30%;
    text-align: right;
    color: #111;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
}

.pcfwaon_number_paint_need span {
    cursor:pointer; 
}
.pcfwaon_number_paint_need span.pcfwaon_minus,
.pcfwaon_number_paint_need span.pcfwaon_plus{
    background: #404040;
    padding: 2px 10px 2px 10px;
    color: white;
    border: 1px solid #ddd;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    box-shadow: 6px 2px 10px rgb(95 95 95 / 97%);
}
.pcfwaon_number_paint_need span.pcfwaon_minus:hover,
.pcfwaon_number_paint_need span.pcfwaon_plus:hover {
    background: #6c6c6c85;
}
.pcfwaon_number_paint_need span.pcfwaon_minus i,
.pcfwaon_number_paint_need span.pcfwaon_plus i {
    font-size: 17px;
    vertical-align: middle;
}
.pcfwaon_number_paint_need {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.pcfwaon_number_paint_need input.pcfwaon_line_quantity {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    -moz-appearance: textfield;
    margin: 0 5px;
    font-size: 16px;
    padding: 0px;
}
.display_selected_color div#kforw-product-page-swatch {
    padding-top: 30%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
}
.display_selected_color {
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px;
}
.display_selected_color .kforw-product-page-swatch a.button {
    margin: 0;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
    font-weight: normal;
}
.display_selected_color {
    display: none;
}