#step1, #step2, #step3
{
display: flex;
flex-wrap: wrap;
}

#step2, #step3
{
display: none;
flex-wrap: wrap;
}

.step_indicator {
    flex: 0 100%;
}

.step_indicator {
    flex: 0 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}

.step_indicator:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 114px;
    width: calc(100% - 214px);
    height: 1px;
    background: #d2d2d2;
}



.indicator {
    flex: 0 33%;
}

.indicator span{
    padding-top: 30px;
    display: block;
}


.indicator.page1
{
	text-align: left;
}

.indicator.page1:before, .indicator.page2:before, .indicator.page3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 78px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
    z-index: 2;
    display: block;
    border: 1px solid #C4C4C4;
}

 .indicator.page2:after
 {
 	content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 27px);
    width: 50px;
    height: 28px;
    background: #fff;
    z-index: 1;
    display: block;
 }

.indicator.page2:before{
left: calc(50% - 11px);
}

.indicator.page3:before{
 left: calc(100% - 85px);
}

.indicator.page2
{
	text-align: center;
}
.indicator.page3
{
	text-align: right;
}

.indicator.dot_white:before
{
    background: #fff;
}
.indicator.dot_yellow:before
{
    background: #FFD400;
    border:none;
}

.indicator.dot_green:before
{
    background: #7EC400;
    border:none;
}

.leftcol
{
flex: 0 50%;
background-color:#FFD400;
background-size: cover;
background-position: 50% 50%;
position: relative;
}

.leftcol .teaser_img_wapper {
    width: 100%;
    height: 380px;
    position: absolute;
    bottom: 40px;
    padding: 0 40px;
}

.leftcol .teaser_img {
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 100%;
}

.leftcol .teasertext
{
    font-size: 42px;
    padding-top: 40px;
    font-weight: 700;
    text-align: center;
}

#step2 .leftcol
{
	background-color: #fff;
}

#step3 .leftcol
{
	background-color: #fff;
}


.rightcol
{
flex: 0 50%;
background: #fff;
position: relative;
padding: 0 40px;
}

body[data-elementor-device-mode='mobile'] .leftcol,
body[data-elementor-device-mode='tablet'] .leftcol
{
	display: none;
	flex: 0%;
	width: 0;
	padding: 0;
}
body[data-elementor-device-mode='mobile'] .rightcol,
body[data-elementor-device-mode='tablet'] .rightcol
{
	flex: 0 100%;
	padding:0 20px
}

body[data-elementor-device-mode='mobile'] .indicator.page1:before,
body[data-elementor-device-mode='tablet'] .indicator.page1:before

{
	left: 56px;
}
body[data-elementor-device-mode='mobile'] .indicator.page3:before,
body[data-elementor-device-mode='tablet'] .indicator.page3:before
{
    left: calc(100% - 63px);
}

body[data-elementor-device-mode='mobile'] .step_indicator:before,
body[data-elementor-device-mode='tablet'] .step_indicator:before
 {
	left: 92px;
    width: calc(100% - 167px);
}


#step1 .usp_wrapper 
{
  text-align: center;
}

#step1 .usp_wrapper .headline
{
  font-size: 42px;
   padding-top: 40px;
   font-weight: 700;
       line-height: 50px;
    padding-bottom: 10px;

}

body[data-elementor-device-mode='mobile'] #step1 .usp_wrapper .headline,
body[data-elementor-device-mode='tablet'] #step1 .usp_wrapper .headline
{
      font-size: 30px;
      line-height: 37px;
      padding-bottom: 10px;
}


#step1 .usp_wrapper .subheadline
{
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
#step1 .usp_wrapper .yellow_line
{
  height: 5px;
  width: 40%;
  background: #FFD400;
   margin: auto;
   margin-bottom: 30px;
}

#step1 .usp_wrapper .usp_bull
{
    min-height: 40px;
    text-align: left;
    background: url(/wp-content/uploads/check.png) no-repeat 60px 50%;
    padding: 10px 0 0 120px;
    margin-top: 10px;
    background-size: 40px;
}

#step1 .usp_wrapper .usp_bull.bull_1
{
    background-image: url(https://fitnessx.dk/wp-content/uploads/kettlebelt-e1627026599820.png);
}
#step1 .usp_wrapper .usp_bull.bull_2
{
    background-image: url(https://fitnessx.dk/wp-content/uploads/Traeningsven-1-e1627026541959.png);
}
#step1 .usp_wrapper .usp_bull.bull_3
{
    background-image: url(https://fitnessx.dk/wp-content/uploads/Kvalitet-1-e1627026567934.png);
}


body[data-elementor-device-mode='mobile'] #step1 .usp_wrapper .usp_bull,
body[data-elementor-device-mode='tablet'] #step1 .usp_wrapper .usp_bull
{
   background: url(/wp-content/uploads/check.png) no-repeat 25px 50%; 
   padding: 10px 0 0 80px;
   background-size: 40px;
}

#step1 .form_wrapper
{

}

#step1 .form_wrapper .headline
{
	font-size: 23px;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: 700;
}

#step1 .form_wrapper .input_field
{
	margin-bottom: 20px;
    padding: 0 60px;
}

#step1 .form_wrapper .input_field .error {
    border-bottom: 2px solid red;
    background: #FF7F7F;
}

body[data-elementor-device-mode='mobile'] #step1 .form_wrapper .input_field,
body[data-elementor-device-mode='tablet'] #step1 .form_wrapper .input_field
{
	padding:0;
}

#step1 .form_wrapper .input_field input
{
	 text-align: center;
    border: none;
    border-bottom: 1px solid #ccc;
}


.action_wrapper {
    text-align: center;
    padding-top: 20px;
}

.action_wrapper button{
    background: linear-gradient(to right, #FFD400 0% calc(100% - 40px), black calc(100% - 40px) 100%);
    padding: 14px 14px 14px 20px!important;
    color: #000;
    border: none;
    font-weight: 600;
    text-transform:uppercase;
}
.action_wrapper button span{
	display: inline-block;
	padding-left: 30px;
	color: #fff;
}

div.flow_back_link_step2
{

    margin-top: 10px;

}
div.flow_back_link_step2 a
{
    color: #000;
    display: inline-block;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

div.flow_back_link_step2 a:hover
{
   text-decoration: underline;
}

div.flow_back_link_step3
{

    margin-top: 10px;

}
div.flow_back_link_step3 a
{
    color: #000;
    display: inline-block;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

div.flow_back_link_step3 a:hover
{
   text-decoration: underline;
}





.disclaimer
{
	font-size: 10px;
    padding-top: 10px;
    width: 230px;
    margin: auto;
}

#kobsflow .disclaimer a {
    color: #000;
    text-decoration: underline;
}



#kobsflow .description a
{
    color: #186aa5;
    text-decoration: underline;
}
#kobsflow .description a:hover
{
    color: #186aa5;
    text-decoration: none;
}


/**STEP 2**/

#step2 .teaser_wrapper
{

}

#step2 .teaser_wrapper .headline
{
   font-size: 42px;
   padding-top: 20px;
   text-align: center;
   font-weight: 700;
   line-height: 50px;
   padding-bottom: 10px;
}

body[data-elementor-device-mode='mobile'] #step2 .teaser_wrapper .headline,
body[data-elementor-device-mode='tablet'] #step2 .teaser_wrapper .headline
{
    font-size: 30px;
    line-height: 37px;
    padding-bottom: 10px;
}

#step2 .product_image
{
	height: 200px;
	width: 80%;
	background-color:transparent;
	display: none;
	margin: 30px auto 0px auto;

}
body[data-elementor-device-mode='mobile'] #step2 .product_image,
body[data-elementor-device-mode='tablet'] #step2 .product_image
{
	display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#step2 .teaser_wrapper .description
{
	 text-align: center;
	 padding: 20px 60px 0 60px;
}

body[data-elementor-device-mode='mobile'] #step2 .teaser_wrapper .description,
body[data-elementor-device-mode='tablet'] #step2 .teaser_wrapper .description
{
	padding:0;
}

#step2 .swift_wrapper 
{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-left: 60px;
}


body[data-elementor-device-mode='mobile'] #step2 .swift_wrapper,
body[data-elementor-device-mode='tablet'] #step2 .swift_wrapper
{
	 width: 100%;
     padding-left: 0px;
}


#step2 .swift_wrapper .swift_col
{
 flex: 0 50%;
}

#step2 .swift_wrapper .swift_label span
{
	  font-size: 17px;
	  display: block;
      font-weight: 600;
}



#step2 .swift_wrapper .swift_botton
{
    padding-top: 7px;
    text-align: right;
    flex: 0 24%;
}

body[data-elementor-device-mode='mobile'] #step2 .swift_wrapper .swift_col
{
     flex: 0 70%;
}

body[data-elementor-device-mode='mobile'] #step2 .swift_wrapper .swift_botton
{
     flex: 0 30%;
}


/* The switch - the box around the slider */
#step2 .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
#step2 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
#step2 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#step2 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

#step2 input:checked + .slider {
  background-color: #7EC400;
}

#step2 input:focus + .slider {
  box-shadow: 0 0 1px #7EC400;
}

#step2 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
#step2 .slider.round {
  border-radius: 34px;
}

#step2 .slider.round:before {
  border-radius: 50%;
}


#step2 .swift_result_wrapper
{
	display: flex;
    flex-wrap: wrap;
}

#step2 .swift_result_wrapper
{
	display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: auto;
    padding-top: 40px;
}

body[data-elementor-device-mode='mobile'] #step2 .swift_result_wrapper,
body[data-elementor-device-mode='tablet'] #step2 .swift_result_wrapper
{
	 width: 100%;
}

#step2 .swift_result_wrapper .swift_result_col_label
{
	flex: 0 60%;
    font-weight: 600;
}
#step2 .swift_result_wrapper .swift_result_col_price
{
	flex: 0 40%;
	text-align: right;
     font-weight: 600;
}
#step2 .swift_result_wrapper .swift_result_col_100
{
	flex: 0 100%;
	font-size: 12px;
	font-style: italic;
}

#step2 .action_wrapper
{
padding-top: 40px;
}

/*STEP 3*/
#step3 .headline
{
   font-size: 32px;
   padding-top: 40px;
   text-align: center;
   font-weight: 700;
}

body[data-elementor-device-mode='mobile'] #step3 .headline,
body[data-elementor-device-mode='tablet'] #step3 .headline
{
    font-size: 21px;  
}

.invoice_result_wrapper
{
	display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}


body[data-elementor-device-mode='mobile'] #step3 .invoice_result_wrapper,
body[data-elementor-device-mode='tablet'] #step3 .invoice_result_wrapper
{
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 60px;
}

.w600
{
    font-weight: 600;
}

#step3 .invoice_result_col_left
{
flex: 0 70%;
padding: 5px 0;
}

#step3 .invoice_result_col_right
{
	flex: 0 30%;
	text-align: right;
	padding: 5px 0;
}
#step3 .invoice_result_col_100
{
	flex: 0 100%;
	font-size: 12px;
	font-style: italic;
	margin-top: -5px;
}

#step3 .blackline
{
	height: 1px;
	background: #d2d2d2;
	margin-top: 40px;
    margin-bottom: 20px;
}

#step3 .total
{
	font-size: 23px;
    font-weight: 700;
}


body[data-elementor-device-mode='mobile'] #step3 .total,
body[data-elementor-device-mode='tablet'] #step3 .total
{
    font-size: 20px;
    font-weight: 700;
    flex:  0 60%;
    text-align: left;
}

body[data-elementor-device-mode='mobile'] #step3 .total#total_display_price,
body[data-elementor-device-mode='tablet'] #step3 .total#total_display_price
{
    flex:  0 40%;
    text-align: right;
}



#step3 .is_campaign
{
	display: none;
}

#step3.swift_unchecked .swift_step2
{
	display: none;
}



#step3.swift_unchecked #main_memberships_product_name
{
    display: block;
}

#step3.swift_checked #main_memberships_product_name
{
    display: none;
}



#step3.swift_unchecked .swift_step2_without_addon
{
    display: block;
}

#step3 .swift_step2_without_addon
{
    display: none;
}

#step3.swift_unchecked .swift_step2_addon
{
    display: none;
}

#step3 .swift_step2_addon
{
    display: block;
}


#step3 .conditions
{
	padding-left: 30px;
    background: url(/wp-content/plugins/sj_kobsflow/gfx/checkmark.svg) no-repeat 0 3px;
        width: 80%;
    margin: auto;
    cursor: pointer;
}

#step3 .newsletter
{
	padding-left: 30px;
    background: url(/wp-content/plugins/sj_kobsflow/gfx/checkmark.svg) no-repeat 0 3px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
     cursor: pointer;
}


body[data-elementor-device-mode='mobile'] #step3 .conditions,
body[data-elementor-device-mode='tablet'] #step3 .conditions
{
    width: 100%;
}

body[data-elementor-device-mode='mobile'] #step3 .newsletter,
body[data-elementor-device-mode='tablet'] #step3 .newsletter
{
    width: 100%;
}


#step3 .newsletter a, #step3 .conditions a
{color: #000;
text-decoration: underline;}

#step3 .conditions.checked
{
    background: url(/wp-content/plugins/sj_kobsflow/gfx/checkmark_yes.svg) no-repeat 0 3px;
}

.conditions.error
{
    color: red;
}

#step3 .newsletter.checked
{
    background: url(/wp-content/plugins/sj_kobsflow/gfx/checkmark_yes.svg) no-repeat 0 3px;
}


.action_button div.btn-text
{
    display: inline-block;
}

.action_button button[disabled]
{
    /*background: #FFD400;
    transition: background 2s;
    position: relative;
    color: #FFD400;*/
}
/*.action_button button[disabled] span
{
    display: inline-block;
    padding-left: 0;
    color: #fff;
    position: absolute;
    left: calc(50% - 15px);
    top: 6%;
    font-size: 30px;
}*/

.action_button button[disabled] span:before
{
   
}

i.fa-spinner {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



/**POPUP**/

div#kobsflow_popup_bg {

  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
background: #000;
width: 200vw;
height: 100vh;
position: fixed;
top: 0px;
left: -100vw;
 z-index: 998;  
}

div#kobsflow_popup_wrapper {
    text-align: center;
    position: absolute;
    left: 10%;
    z-index: 999;
    right: 10%;
    width: 80%;
    display: none;
}


div#kobsflow_popup_inner_wrapper {
    margin: auto;
    background: #fff;
    padding: 20px;
    padding-top: 10px;
}

div#kobsflow_popup_inner_wrapper .kobsflow_popup_teaser_img_wapper {
    width: 100%;
    height: auto;
    bottom: 40px;
    padding: 40px;
}

div#kobsflow_popup_inner_wrapper .kobsflow_popup_teaser_img {
    background-size: auto 200px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: auto;
    height: 200px;
}

#kobsflow_popup_close
{
    width: 100%;
    height: 25px;
    background: #fff url('/wp-content/plugins/sj_kobsflow/gfx/close.svg') no-repeat 100% 0;
    cursor: pointer;
}
