#scfw{
    margin: 75px 50px;
}
.cf_steps_wrap {
    float: left;
    width: 29%;
    padding: 100px 0 13px 0;
    position: sticky;
    top: 0;
    /*background: url("/source/dc107dd63b02bc697a031fc17cce05f4/smit.png") no-repeat 0 0 / 165px;*/
}
.cf_main_wrap {
    float: left;
    width: 70%;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.cf_step {
    padding: 25px 50px 0 50px;
    display: none;
}
.cf_step.selected {
    display: block;
}
.cf_step_menu_mobile{
    display: none;
}
.cf_step.cf_xloading {
    opacity: 0.1;
}
.cf_xloading {
    background-image: url("/source/00df4d11c8d8bd1203332fc201de33c7/loading.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.cf_step_menu.cf_xloading {
    background-size: 60px;
    background-position: center right;
}
.cf_main_wrap.cf_xloading .cf_step.selected {
    opacity: 0.3;
}
.cf_main_wrap.cf_xloading {
    background-position: 50% 0;
}
#step_loader .cf_step{
    margin-bottom: 45px;
}
.cf_step_title, .cf_step_result_title, .cf_step_result_title_machine {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px 0;
}
.cf_step_descr {
    margin: 0 0 35px 0;
}
.cf_step_descr a{
    text-decoration: underline;
}
.cf_step_descr a:hover{
    text-decoration: none;
}

.cf_nav {
    margin: 0 0 30px 0;
}
.cf_nav_bottom .cf_nav {
    margin: 0;
}
.cf_nav .btn {
    padding: 8px 40px;
    font-size: 16px;
    background: #000;
    color: #fff;
    margin: 0;
    border: none;
    cursor: pointer;
}
.cf_nav .btn:not(.btn_disabled):hover {
    background: #245089;
}
.cf_nav .btn_next{
    float: right;
}
.cf_nav .btn_prev {
    border-left: 0;
}
.cf_nav .btn_next {
    border-right: 0;
}
.cf_nav .btn_next.cf_xloading,.cf_nav .btn_next.cf_xloading:hover {
    background-image: url("/source/40011730ae1744fb887392b9d18ff490/loading_btn.gif");
    background-repeat: no-repeat;
    background-position: right;
}
.cf_nav .btn_disabled{
    background: transparent;
    color: #000;
    cursor: default;
}
.cf_nav .btn.btn_error {
    background: red;
}

.cf_step_menu{
    cursor: pointer;
}
.cf_step_menu .cf_step_lab {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.cf_step_menu .cf_step_tit {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    display: block;
    padding-right: 50px;
}
.cf_step_menu.form_error .cf_step_tit {
    color:red;
}
.cf_step_menu {
    position: relative;
    margin: 0 0 25px 0;
}
.cf_step_menu .cf_step_num {
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 4px;
    line-height: 50px;
    visibility: hidden;
}
.cf_step_menu.selected .cf_step_num, .cf_step_menu:hover .cf_step_num {
    visibility: visible;
}
.cf_step_menu:not(.selected):not(.unloaded):hover .cf_step_tit {
    color: #666;
}
.cf_step_menu.selected {
    border-bottom: 1px solid #000;
    padding: 0 0 15px 0;
    cursor: default;
}
.cf_step_menu.unloaded{
    opacity: 0.6;
    cursor: default;
}


.cf_fabric_box {
    margin: 0 0 45px 0;
}
.cf_fabric_family {
    float: left;
    width: 28%;
    margin: 0;
    border: 1px solid #000;
    border-right: 0;
    overflow: hidden;
    position: relative;
    min-height: 200px;
}
.cf_fabric_options {
    width: 71%;
    float: left;
    border: 1px solid #000;
}
.cf_fabric_family_bg {
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
}
.cf_fabric_name {
    text-transform: uppercase;
    padding: 7px;
    font-size: 14px;
    line-height: 18px;
}
.cf_fabric_name {
    text-transform: uppercase;
    padding: 7px;
    font-size: 17px;
    line-height: 21px;
    background: #000;
    color: #fff;
    /* margin: 0 0 2px 0; */
}
.cf_fabric_options .cf_fabric_options_fast_go{
    display: none;
}
.cf_fabric_options .selected .cf_fabric_options_fast_go {
    display: block;
    clear: both;
    text-align: right;
}
.cf_fabric_options_fast_go a {
    text-decoration: underline;
    display: block;
    color: #2f548d;
    font-size: 14px;
}

.wpb_column .cf_fabric_options ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}
.wpb_column .cf_fabric_options li {
    width: 49%;
    float: left;
    margin: 0 1% 20px 0;
    padding: 0;
    cursor: pointer;
}
.wpb_column .cf_fabric_options li:nth-child(2n+1) {
    clear: both;
}
.wpb_column .cf_fabric_options .listsimple li {
    float: none;
    width: 98%;
    clear: both;
    display: block;
    overflow: hidden;
}
.cf_fabric_options .listsimple .cf_fabric_options_desc {
    width: auto;
    margin-left: 0;
}
.chckbx {
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    margin: 0 10px 0 0;
    border-radius: 50%;
    border: 1px solid #333;
    text-align: center;
    cursor: pointer;
    float: left;
}
.chckbxin {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    top: 0;
}
.cf_fabric_options li:hover .chckbxin {
    background: #999;
}
.cf_fabric_options li.selected .chckbxin {
      background: #333;
}
.cf_fabric_options_name {
    font-size: 16px;
    display: block;
    float: left;
    margin: 0;
    font-weight: 500;
    line-height: 19px;
    width: 85%;
}
.cf_fabric_options_desc {
    font-size: 11px;
    line-height: 13px;
    display: block;
    float: none;
    margin: 2px 0 0 0;
    width: auto;
}


.cf_question {
    margin: 0 0 35px 0;
}
.cf_q_label {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
}
.cf_q_main {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 8px 0;
}
.scfw .select2_wrapper{
    max-width: 500px;
    position: relative;
}
.scfw .gf_full_width .select2_wrapper{
    max-width: 100%;
}
.scfw .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #FFF transparent transparent transparent;
}
.scfw .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #EEE transparent;
}
.select2_help_wrap {
    position: absolute;
    width: 50px;
    right: -60px;
    top: 0;
}
.select2_help_wrap a {
    display: block;
    width: 30px;
}
.select2_help_wrap a:hover {
    opacity: 0.6;
}
.select2_help_wrap a img {
    margin: 3px 0 0 0;
}
.select2_help_wrap .select2_help_txt {
    display: none;
    position: absolute;
    top: 43px;
    left: -240px;
    width: 250px;
    background: #fff;
    border: 1px solid #666;
    border-radius: 10px;
    padding: 15px 15px 8px 15px;
    font-size: 13px;
    line-height: 18px;
    z-index: 1;
}
.select2_help_wrap.user_focus .select2_help_txt, .select2_help_wrap.user_hover .select2_help_txt {
    display: block;
}
.select2_help_wrap .select2_help_txt:after, .select2_help_wrap .select2_help_txt:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.select2_help_wrap .select2_help_txt:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.select2_help_wrap .select2_help_txt:before {
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #666;
    border-width: 11px;
    margin-left: -11px;
}
.select2_help_close {
    text-align: right;
    margin: 10px 0 0 0;
    border-top: 1px solid #999;
    padding: 5px 0 0 0;
}
.select2_help_close a {
    width: auto;
    text-decoration: underline;
    font-size: 12px;
}
.select2_help_close a:hover {
    text-decoration: none;
}
.select2_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    width: 30px;
    background: #000;
}
.select2_wrapper .select2-container--default .select2-selection--single {
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    height: 37px;
}
.select2_wrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    border-radius: 0;
    line-height: 35px;
    font-size: 16px;
}


.conf_form_wrap.gform_wrapper .top_label li.gfield.gf_left_half, .conf_form_wrap.gform_wrapper .top_label li.gfield.gf_right_half {
    width: 48%;
}
.conf_form_wrap.gform_wrapper .top_label li.gfield.gf_right_half {
}
.conf_form_wrap.gform_wrapper .gf_full_width{
    width: 100%;
}
.conf_form_wrap .error_msg, .conf_form_wrap .error_validate{
    display: none;
}
.conf_form_wrap .xerrorfield .error_msg, .conf_form_wrap .xerrorvalidatefield .error_validate{
    display: block;
    color:red;
}
.conf_form_wrap .xerrorfield .js_xrequired, .conf_form_wrap .xerrorvalidatefield .js_xrequired,
.xerrorfield .select2_wrapper .select2-container--default .select2-selection--single{
    border:1px solid red !important;
}
.xerrorfield .gfield_checkbox{
    border: 1px solid red;
}
#conf_form ul {
    display: flex;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
}


.cf_step_result_title {
    margin-top: 30px;
}
.cf_step_result_title_machine {
    margin: -6px 0 0 0;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}
.cf_result{}
.cf_r_label, .cf_r_value {
    float: left;
    width: 50%;
    border-top: 2px solid #000;
}
.cf_r_label span, .cf_r_value span {
    padding: 10px 5px;
    display: block;
}
.cf_r_label span, .cf_r_value span {
    padding: 10px 5px;
    display: block;
    font-size: 15px;
    line-height: 19px;
}
.cf_r_label span {
    font-weight: bold;
}
.cf_r_value {
    border-top: 1px solid #999;
    width: calc(50% - 8px);
    margin: 0 0 0 8px;
}

.cf_step_result_machine_description{

}
.cf_step_result_notes {
    margin: 50px 0 10px 0;
    font-size: 11px;
    line-height: 14px;
    color: #555;
}
.cf_step_result_notes p, .select2_help_wrap .select2_help_txt p {
    margin-bottom: 7px;
}
.no_fabric_found_text{}
.no_fabric_found_text .gb-large-btn.btn {
    padding: 5px 15px;
    letter-spacing: 1px;
    font-size: 13px;
}

.cf_hl_images{
    margin: 0 0 35px 0;
}
.cf_hl_images .cf_hl_img {
    float: left;
    width: 32%;
    margin: 0 1.3% 20px 0;
    background: #fff;
}
.cf_hl_images .cf_hl_img img {
    display: block;
}
.cf_hl_images .cf_hl_img p {
    margin: 0;
    background: #fff;
    padding: 4px 6px;
    font-size: 15px;
    text-transform: uppercase;
    /* font-weight: bold; */
    line-height: 17px;
}

.page-template-page-template-configuratore .xformhidden .xform_wrapper{
    margin-top: 50px;
}
.page-template-page-template-configuratore .xformhidden{
    margin-bottom: 50px;
}

.single_smit_configuration {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 50px 50px 50px;
}
.single-smit_configurations #header-wrap, .single-smit_configurations #footer-wrapper{
    display: none;
}


/* responsive */
@media (max-width: 1200px) {
    .cf_fabric_options li {
        width: 99%;
        float: none;
        margin: 0 0 20px 0;
        clear: both;
    }
    .cf_fabric_family {
        width: 35%;
    }
    .cf_fabric_options {
        width: 64%;
    }
    .cf_step_menu .cf_step_tit {
        font-size: 18px;
    }
    .cf_step_menu .cf_step_lab {

    }
}

@media (max-width: 900px) {
    #scfw {
        margin-left: 25px;
        margin-right: 25px;
    }
    .cf_steps_wrap {
        float: none;
        width: 100%;
        position: static;
    }
    .cf_main_wrap {
        float: none;
        width: 100%;
        border: none;
        margin: 15px 0 0 0;
    }
    .cf_step {
        padding: 0;
    }
    .cf_steps_wrap {
        padding: 0;
        float: none;
        width:100%;
        position: static;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }
    .cf_step_menu .cf_step_tit, .cf_step_menu .cf_step_num, .cf_main_wrap > .cf_nav{
        display: none;
    }
    .cf_step_menu {
        display: block;
        border: 1px solid #000;
        padding: 5px 15px;
        margin: 0 5px 0 0;
        width: 100%;
    }
    .cf_step_menu .cf_step_lab {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .cf_step_menu.unloaded {
        border: 1px solid #666;
    }
    .cf_step_menu.selected {
        border: 1px solid #000;
        background: #000;
        color: #fff;
        margin: 0 5px 0 0;
        padding: 5px 15px;
    }
    .cf_step_menu:last-child {
        margin: 0 !important;
    }
}

@media (max-width: 640px) {
    .conf_form_wrap.gform_wrapper .top_label li.gfield.gf_left_half, .conf_form_wrap.gform_wrapper .top_label li.gfield.gf_right_half {
        width: 99%;
    }
    .cf_hl_images .cf_hl_img p {
        font-size: 13px;
        line-height: 15px;
    }
}

@media (max-width: 500px) {
    #scfw {
        padding: 0;
        margin: 0;
    }
    .cf_steps_wrap {
        background: none;
        padding: 0;
    }
    .cf_step_menu_mobile {
        display: block;
        margin-bottom: 6px;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 16px;
    }
    .cf_step_menu .cf_step_num{
        display: block;
    }
    .cf_step_menu .cf_step_lab{
        display: none;
    }
    .cf_step_menu .cf_step_num {
        font-size: 20px;
        position: static;
        right: auto;
        top: auto;
        line-height: 30px;
        visibility: visible !important;
    }
    .cf_step_menu {
        text-align: center;
    }
    .cf_step {
        padding: 0;
    }

    .cf_fabric_family {
        width: 100%;
        float: none;
        border: 1px solid #000;
    }
    .cf_fabric_options {
        width: 100%;
        float: none;
        border-top: none;
    }

    .cf_fabric_options_name {
        font-size: 14px;
        line-height: 16px;
    }
    .cf_fabric_box {
        margin: 0 0 30px 0;
    }
    .wpb_column .cf_fabric_options ul {
        padding: 15px;
    }
    .wpb_column .cf_fabric_options li {
        width: 100%;
        margin: 0 0 12px 0;
    }
    .wpb_column .cf_fabric_options li:last-child{
        margin: 0;
    }
    .chckbx {
        width: 18px;
        height: 18px;
        margin: 0 8px 0 0;
    }

    .scfw .select2_wrapper {
        max-width: calc(100% - 20px);
    }

    .cf_r_label span, .cf_r_value span {
        padding: 7px 3px;
        font-size: 13px;
        line-height: 16px;
    }
    .cf_step_title, .cf_step_result_title, .cf_step_result_title_machine {
        font-size: 22px;
        line-height: 28px;
    }
    .cf_step_result_notes {
        margin: 40px 0 0 0;
        font-size: 10px;
        line-height: 13px;
    }

    .cf_hl_images .cf_hl_img {
        width: 48%;
    }
}

@media (max-width: 340px) {
    .cf_nav .btn {
        padding: 8px 32px;
        font-size: 15px;
    }
    .cf_r_label span, .cf_r_value span {
        padding: 6px 3px;
        font-size: 12px;
        line-height: 15px;
    }
    .cf_q_main {
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 6px 0;
    }
    .cf_fabric_family {
        min-height: 150px;
    }
    .cf_fabric_name {
        font-size: 15px;
        line-height: 19px;
    }
    .cf_hl_images .cf_hl_img {
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
}