@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');

h4{
  font-family: 'Roboto Slab',serif !important;
  font-weight: 700 !important;
}

body{
  font-family: 'Lato',sans-serif;
  font-size: 15px;
}

.product_monthly_regular_price, .product_regular_price {
    display: none !important;
}

.product_monthly_price{
    font-size: 1em !important;
}
.product_price_alt .font-weight-bold{
    font-family: 'Roboto Slab',serif !important;
    color: #006951;
    font-size: 1.5em;
}

    
    #simpliform .btn-block+.btn-block {
    margin-top: 0 !important;
}
.hide_label .control-label{
display: none !important;

}
.inactive{
display: none;

}

.btn{
    font-weight: bold;
}

#simpliform .btn-primary{
  background: #006951 !important; 
  background-color: #006951 !important; 

  border: none !important;
}

#simpliform .btn-primary:hover, #simpliform .btn-primary:active {
  background: #035e49 !important; 
  background-color: #035e49 !important; 

  border: none !important;
}
#simpliform .btn-secondary{
  border: none !important;
}
.bg-primary, .btn-primary{
  background-color: #006951 !important; 
  border: none;
}

#simpliform .moving .no-m-t{
  float: left;
}

#simpliform ._block,
.consumption-input{
margin-bottom: 40px !important; 
}
#simpliform .btn-link{
  color: #47525d;
}


#simpliform .field-rubrik h1{
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 800;
}

#simpliform .btn-secondary{
    background: #eee !important;
      border-color: #ddd !important;
      border-bottom: 4px solid #ddd !important;
      color: #47525d !important;

  }

  #simpliform .btn-secondary:active,
#simpliform .btn-secondary:hover,
#simpliform .btn-secondary:focus {
  background: #f8f9fa !important;

}
#simpliform .btn-success{
    background: #2ab27b !important;
    border-color: #2ab27b !important;
}

#simpliform h2, #simpliform h3{
    font-weight: 600;
    font-size: 20px;
}

#simpliform .elhandel_product .icon-content{
  background: #e8f1ef;
  width: 55px;
  height: 55px;
  text-align: center;
  color: #035e49 !important; 
}

#simpliform .form-group{
  margin-bottom: 0px !important;
}

#simpliform .form-control{
    border: 1px solid #ddd;
    box-shadow: none;
    height: 55px !important;
    font-size: 16px;
}

.control-label{
  text-transform: uppercase;
  font-size: 13px;
    margin-top: 20px;
        font-weight: 600 !important;
}
#simpliform.form-MtkhQQpn0UFx9cJ3JT0y .step-2 .control-label{
    display: none;
}

.alert-danger {
    background-color: #ff6f71 !important;
    color: #fff !important;
    border: none !important;
    margin: 0 0 15px 0 !important;

}


.search-block .search_address {
   max-width: 500px;
   margin: 10px 0 30px;
}
.search-block .search_address .form-control{
  box-shadow: 0px 8px 15px rgba(0,0,0, 0.1) !important;
  background: #fff url(img/search.png) no-repeat 15px center !important;
  color: #304e62 !important;
  padding: 15px 5px 15px 45px !important; 
    /*  box-shadow: inset 1px 2px 0px rgba(0,0,0,0.2) !important;*/
    height: auto !important;
    transition: all 0.4s ease;
    border-color: #fff !important; 

}
.search-block .search_address .has-error .form-control{
  border: 1px solid #ff6f71;

}
.search-block .search_address .form-control:focus{    
  box-shadow: 0px 9px 20px rgba(0,0,0, 0.3) !important;
    border-color: #ddd !important; 
}

.form-field.search_address label.control-label, .field-kampanjkod label.control-label{
  display: none !important;
}

.has_campaign_code{
  /*position: absolute !important;
  bottom: 63px;
  left: 63px;*/
  font-size: 12px;
}
.has_campaign_code .form-group{
  border-top: 1px solid #f9f8f5;
  margin-top: 20px;
  padding-top: 10px; 
}

.field-kampanjkod input{
    background: rgba(0,0,0,.08) !important;
    border: none !important;
    /*color: #fff !important;*/
}
.field-kampanjkod input::placeholder { 
    /*color: #fff !important;*/
}
.btn-group-toggle{
  background:  #f8f9fa !important;
  border-radius: 200px;
  box-shadow: inset -1px 1px 2px rgba(0,0,0,.15)
}
.btn-group-toggle .btn{
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 200px !important;
    padding: 13px !important;
    border: none !important;
}
.btn-group-toggle .btn.active{
  background: linear-gradient(#ffbd43, #FF9800) !important;
  color: #fff !important;

}
.or{
  display: inline-block;
  margin: 0 5px 30px 5px;
    font-size: 12px;
    text-transform: uppercase;

}
.next-btn{
  background: #006951  !important;
  border-color: #006951  !important;
}
.next-btn:hover{
    background: #1d856e  !important;
    border-color:#1d856e  !important ;
}


/* Consumption */


.step-2 .help-block {
    margin: 0px auto 5px !important;
    text-align: center;
    width: 100%;

}

.electric_heating_content, .date_content, .consumption_content_box, .has_frame {



}


@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}


.step-2 .electric_heating_content h2, 
.step-2 .date_content h2, 
.step-2 .consumption_content_box h2, 
.step-2 .has_frame h2{
    position: relative;
    padding-top: 30px;
    margin: 0;
}
.step-2 .electric_heating_content h2:before, 
.step-2 .date_content h2:before, 
.step-2 .consumption_content_box h2:before, 
.step-2 .has_frame h2:before{

    content: '';
    position: absolute;
    /* width: 100%; */
    background: url(img/bolt.svg) no-repeat center;
    height: 25px;
    background-size:25px auto;
    right: 0px;
    left: 0px;
    top: 0;
    margin-top: -0px;

}

@media only screen and (min-width: 1024px)  {
    .electric_heating_content, .date_content, .consumption_content_box, .has_frame {
    }
}
.field-forbrukning .control-label{
    display: none !important;
}

.consumption_content_box .row{
    margin: 0 !important;
}
.consumption_content_box .row .box{
  padding: 15px 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: -1px;
    background: #fff;
    border-bottom: 4px solid #ddd;
    transition: all 200ms ease-in-out;
    font-weight: 600!important;
}
.box p.type {
    font-weight: 600 !important;
}
.consumption_content_box .row .box:nth-last-child{
  margin-right: 0;
}

.consumption_content_box .row .box:hover{
  background: #f4fbf1;
    border-color: #75b563;
    transform: translate(0px,-5px);
}


.consumption_content_box .row .box.selected{
  background: #f4fbf1;
    border-color: #75b563;
    /*color: #3c763d;*/
}
.consumption_content_box .row .consumption {
   padding: 0 5px !important;

}
.consumption_content_box .row .consumption .img{
   width: 64px;
   height: 64px;
   margin: 0 auto 10px;

}
.consumption_content_box .consumption:nth-child(1) .img{
   background: url(img/apartment.svg) no-repeat center top;
}

.consumption_content_box .consumption:nth-child(2) .img{
   background: url(img/terraced.svg) no-repeat center top;
}

.consumption_content_box .consumption:nth-child(3) .img{
   background: url(img/house.svg) no-repeat center top;
}

.consumption_content_box .accommodation{
  padding: 15px;
    border-radius: 4px;
    background: #f9f8f5;
    margin-bottom: 10px;
}

.consumption_content_box .row.first .accommodation:before{

    background: url(img/flat.png) no-repeat center top;
    background-size: 100% auto;
}
.consumption_content_box .row .accommodation:before{
    content: '';
    position: absolute;
    width: 70px;
    background: url(img/house.svg) no-repeat center top;
    height: 80px;
    background-size: 100% auto;
    bottom: 0px;
    right: 30px;
}


.consumption_content_box .row .accommodation .fa-icon{
  position: absolute;
  top: -10px;
  left: 0;
  display: none;
}
.consumption-enter label{
  display: none !important;
}
.consumption-enter{
    position: relative;
    width: 100px !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    font-weight: 600;}

    .consumption-enter input{
        text-align: center;
        letter-spacing: 1px;
        font-size: 20px !important;
    }

    .consumption-enter:after{
        content:'kWh';
        position: absolute;
        right: -110px;
        height: 55px;
        width: 100px;
        top: 0;
        z-index: 1;
        text-align: left;
        overflow: visible;
        line-height: 57px;
        display: block;
        font-weight: normal;
    }


.consumption{
  text-align: center;
}
.type-of-heating h2{
text-align: left;
margin-top: 2em;
}
/*
.type-of-heating .radio label{
    padding: 0 !important;
    display: block !important;
    min-height: 130px !important;
    text-align: center;
    font-weight: 600 !important;
    line-height: 2;
    position: relative;
}            

.type-of-heating .radio{ 
    margin:  0 !important;
    display: inline-block !important;
    width: 49.3%;
    transition: all 200ms ease-in-out;

}

.type-of-heating .radio:hover{ 
    transform: translate(0px,-5px);
}

.type-of-heating .radio.first-of{ 
}

.type-of-heating label > input {
    visibility: hidden;
}

.type-of-heating label > input + span:before{  
    content: '';
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: -50px;
    height: 130px;
    padding: 25px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    border-bottom: 4px solid #ddd;
    transition: all 200ms ease-in-out;
}      

.type-of-heating  label > input:checked + span:before, .type-of-heating  label > input:hover + span:before{
    content: '';
    background: #f4fbf1;
    border-color: #75b563;
    color: #3c763d;
}   

.type-of-heating .radio label:before {
    content: '';
    position: absolute;
    width: 100%;
    background: url(img/heating.svg) no-repeat  center;
    height: 64px;
    background-size: auto 100%;
    right: 0px;
    left: 0px;
    top:15px;
}


.type-of-heating .radio.first-of label:before {
    background: url(img/heater.svg) no-repeat center;
    background-size: auto 100%;
}

.type-of-heating.lagenhet .radio.first-of label:before {
    background: url(img/yes.svg) no-repeat center;
    background-size: auto 100%;
}

.type-of-heating.lagenhet .radio label:before {
    background: url(img/no.svg) no-repeat center;
    background-size: auto 100%;
}
*/
.date_content .row{
  box-shadow: 0px 1px 1px #cacaca;
  margin: 0px 0 10px 0 !important;
  padding: 10px 0;
  border-radius: 3px;
  background: #fff;
}
.pick_date input{
    max-width: 250px;
    margin: 0 auto !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 600 !important;
}


.form-field.when .radio label{
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  text-align: center;
  width: 100%;
  font-size: 14px !important;
}            

.form-field.when .form-group .radio{ 
    width: 50%;
    margin:  0 !important;
    float: left;
    vertical-align: top;   

}

.form-field.when .form-group{
  display: inline-block;
  width: 100%;
} 


.form-field.when .form-group .radio.no-m-t{ 
    margin: 10px 0 0 0 !important;
}

.form-field.when .form-group label > input {
    visibility: hidden;
    position: absolute;
}

.form-field.when label > input + span:before{   
  content: '';
  display: block;
  padding: 0; 
  width: 100%;
  margin-bottom: -35px;
  border: 2px solid rgb(245, 166, 35);
  height: 50px;
  background: #fff;
}                 

.form-field.when .form-group .radio.no-m-t label > input + span:before{ 
  border-right: 0;
}

.form-field.when  label > input:checked + span:before{
  content: '';
    background: rgb(245, 166, 35);
}   

.moving.yesno .control-label{
    display: none !important;
}


#simpliform .form-control {
    font-size: 1em;
    border: 1px solid #ddd;
    height: auto !important;
    line-height: 20px;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  }
  #simpliform .form-control[disabled] {
    color: #ccc;
  }
  #simpliform .form-field .radio {
    transition: all 200ms ease-in-out;
    margin: 0 0 6px 0 !important;
    display: inline-block !important;
    width: 100%;
    /*	
    @media screen and (min-width: 600px) {
        width: 50%;
  
        &:nth-child(odd){
            padding-right: 15px !important;
        }
        &:nth-child(even){
            padding-left: 15px !important;
        }
    }
    */
  }
  #simpliform .form-field .radio label {
    padding-left: 50px;
    display: flex !important;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    align-items: center;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1.5;
  }
  #simpliform .form-field .radio label span:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f111";
    color: #ccd0d2;
    display: block;
    transition: all 200ms ease-in-out;
    margin-left: -50px;
    text-indent: 20px;
  }
  #simpliform .form-field .radio label > input {
    visibility: hidden;
  }
  #simpliform .form-field .radio label > input:hover + span:before {
    content: "";
    /*background: #fbfbfb;
    border-color: #ccd0d2;*/
    color: #ccd0d2;
    font-weight: 900;
    content: "\f058";
  }
  #simpliform .form-field .radio label > input:checked + span:before {
    content: "";
    /*background: #f4fbf1;
    border-color: #47525D;*/
    color: #47525d;
    font-weight: 900;
    content: "\f058";
  }
  #simpliform .form-field:not(.no_box) .checkbox {
    transition: all 200ms ease-in-out;
    margin: 0 !important;
    display: inline-block !important;
    width: 100%;
  }
  #simpliform .form-field:not(.no_box) .checkbox label {
    padding-left: 50px;
    display: flex !important;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    min-height: 62px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    align-items: center;
    min-height: 62px;
    font-size: 16px;
    background: #fff;
  }
  #simpliform .form-field:not(.no_box) .checkbox label span:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0c8";
    color: #ddd;
    display: block;
    /*width: 100%; */
    border-radius: 0px;
    transition: all 200ms ease-in-out;
    border-radius: 4px;
    margin-left: -50px;
    text-indent: 20px;
  }
  #simpliform .form-field:not(.no_box) .checkbox label > input {
    visibility: hidden;
  }
  #simpliform .form-field:not(.no_box) .checkbox label > input:hover + span:before {
    content: "";
    color: #ddd;
    font-weight: 900;
    content: "\f14a";
  }
  #simpliform .form-field:not(.no_box) .checkbox label > input:checked + span:before {
    content: "";
    color: #47525D;
    font-weight: 900;
    content: "\f14a";
  }
  #simpliform .form-field.no_box .checkbox label {
    padding-left: 0;
  }
  #simpliform .form-field.no_box .checkbox label span:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0c8";
    color: #ccd0d2;
    /*line-height: 56px;*/
    display: inline-block;
    transition: all 200ms ease-in-out;
    min-height: 56px !important;
  }
  #simpliform .form-field.no_box .checkbox label > input {
    visibility: hidden;
  }
  #simpliform .form-field.no_box .checkbox label > input:hover + span:before {
    content: "";
    color: #ccd0d2;
    font-weight: 900;
    content: "\f14a";
  }
  #simpliform .form-field.no_box .checkbox label > input:checked + span:before {
    content: "";
    color: #47525D;
    font-weight: 900;
    content: "\f14a";
  }


/* Products */

.row.flex {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 align-items: center;
 justify-content: center;
}

.row.flex .geab-product {
  float:none;
  display: flex;
  flex-direction: column;
  padding: 10px !important;

}

.row.flex .geab-product .panel {
  flex:1;
  display: flex;
  flex-direction: column;
}


.field-produkter .alert-danger{
  display: none !important;
}




.geab-product header {
    position: relative;
    height: 140px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    margin: -10px -10px 30px -10px;
}


.geab-product .header_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#ffffff, #f4f4f4);
    transform: skewY(-6deg);
    transform-origin: top left;
}

.geab-product .price-label{
    font-size: 10px;
    display: block;
    width: 100%;
    font-weight: 600;
}
.geab-product .price-small{
    font-size: 10px;
    display: block;
    width: 100%;
}
.overlay-icon {
    height: 25px !important;
    width: 25px !important;
    margin-top: 10px !important;
}


.discounted_product .product_discount {
    position: absolute !important;
    top: 10px !important;
    background: yellow !important;
    font-size: 12px !important;
    padding: 4px 3px 4px 10px !important;
    left: 0 !important;
}

.active {
    display: block !important;
}

.suffix {
    font-size: 12px !important;
    display: inline-block !important;
    text-align: left !important;
    font-weight: 600 !important;
    margin-left: 4px !important;
}

.discount-table-price{
    color: green;
    font-weight: bold;
}



.geab-product .panel{
  padding: 10px;
  cursor: pointer;
    box-shadow: none !important;
    /*    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) !important;*/

    background: linear-gradient(to left bottom,#fff,#fdfdfd);
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 10px !important;
    transition: all 200ms ease-in-out;
    border: 1px solid #ddd !important;
    border-bottom: 4px solid #ddd !important;


}

.geab-product .panel:hover {
    border-color: #d3cece !important;
}
.geab-product.selected .panel{
  background: #f4fbf1 !important;
    border-color: #75b563 !important;
    color: #20895e;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important; */
}
.geab-product.selected .panel .header_bg{
    background-image: radial-gradient(#f4fbf1, #a3c0b7);
}


.geab-product .product_electricity .panel-body{
  padding: 15px 15px !important;
}

.geab-product .product_electricity .product_read_more{
    /*position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold !important;
    padding: 1px 7px !important;*/
    background: #f9f9f9;
    margin-top: 7px !important;
    font-size: 12px !important;
    width: 100%;
}


.geab-product .product_electricity .panel-title{
  margin-bottom: 5px !important;
  font-size: 1em;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.geab-product .product_electricity .product_text{
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1.6;
}

.geab-product .product_electricity .product_prices{
    padding: 10px 0 20px;
    min-height: 75px;
}

.geab-product .product_electricity .product_prices h4{
  margin: 0 !important;
  font-weight: 900 !important;
  font-size: 36px;
    font-family: 'Encode Sans', sans-serif !important;

}


#simpliform .table > thead > tr > th, #simpliform .table > thead > tr > td, #simpliform .table > tbody > tr > th, #simpliform .table > tbody > tr > td, #simpliform .table > tfoot > tr > th, #simpliform .table > tfoot > tr > td{
  border: none !important;
}

.geab-product .product_electricity .product_monthly_regular_price, 
.geab-product .product_electricity .product_regular_price{
  display: none !important;
}

.geab-product .product_electricity .product_monthly_regular_price.discount_price,
.geab-product .product_electricity .product_regular_price.discount_price{
  font-size: 10px !important;
  text-decoration: line-through !important;
  display: block !important;
}


.geab-product .product_electricity h4.discount_price,
.geab-product .product_electricity h4.discount_price .suffix{
    color: #ff5722 !important;
}


.geab-product.selected .product_electricity h4.discount_price,
.geab-product.selected .product_electricity h4.discount_price .suffix{
    color: #20895e !important;
}


.geab-product .product_electricity .discount_text{
  display: none;
}

.geab-product .product_electricity.discount_product .discount_text{

    display: inline-block;
    font-size: 10px !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fdfdfd;
    padding: 2px 5px;
    color: #47525d;
    font-weight: 500;
    right: 0;
}
  /*  background: yellow;
    padding: 2px 5px;
    border-radius: 3px 3px 0 3px;
        bottom: 0;
        position: absolute;*/
    }
}

.geab-product .product_electricity.discount_product .discount_text:before {
   /* content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    border-width: 10px 0 0 10px;
    border-style: solid;
    border-color: #e0e018 transparent;*/
}



.geab-product .thumbnail{
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 4px 4px 0 0  !important;
    height: 165px;
    overflow: hidden;
    background: rgba(248, 249, 250, 0) url(img/bulb.svg) no-repeat center center;
    background-size: 20% auto; 
    position: relative;
    z-index: 0;
    transform: skewY(6deg);
}

.product_type_thumb{
    background: url(img/flexible.svg) center center / 20px no-repeat rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) !important;
    position: absolute; 
    right: 20px;
    top: 100px; 
    text-align: center;
    margin-bottom: 10px;
    z-index: 1;
    color: #222 !important;
}
.product_type_thumb.fixed_price{
   background: #fff!important;
}




.product-overlay {
   transition: all 1s ease-in-out !important;
   z-index: 100000 !important;
   position: fixed !important;
   left: 0px !important;
   top: 0px !important;
   bottom: 0px !important;
   right: 0px !important;
   background: rgba(255,255,255,.9);
   border: 1px solid #ddd;

}
.product-overlay .discount_price {
    text-decoration: line-through;
    opacity: .4;
}

.product-overlay-content {
  background: #fff;
  max-width: 450px;
  margin: 40px auto;
  padding: 0 15px 15px;
  position: relative;
    border: 1px solid #ddd;}


    .product-overlay-content hr {
        margin: 0 !important; 
    }

    .product-overlay-content .discount_text{
        color: #ff5722;
        margin-bottom: 5px;
    }


    .product-overlay-close {
        cursor: pointer !important;
             float: right;


    }

    .product-overlay-desc {
        font-size: 12px !important;
    }

    .panel-confirmation{
        padding: 10px;
        margin: 20px 0 5px 0;
    }
    .panel-confirmation .thumbnail-cell{
        width: 50px;
        height: 50px;
    }

    .panel-confirmation .thumbnail-confirmation{
        background: rgba(248, 249, 250, 0.1) url(img/bulb.svg) no-repeat center center;
        background-size: 32px auto; 
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .panel-confirmation .text-right {
        vertical-align: middle;
    }
    .accept_section .control-label{
        font-size: 20px;
        font-weight: bold;
        text-transform: none;
    }
    .bottom_block{
        position: absolute; 
        bottom: -40px;
        left: 0;
        right: 0;
    }  
    .step-4.active{
        padding-bottom: 300px;
    }
    .info_block_content{
        border-top: 1px solid #eeede8;
    }

    .customerinfo .form-field{
       margin-bottom: 15px;
   }
   .powered-by{
       display: none;
   }

   @media only screen and (max-width : 768px)  {

    .bottom_block{
        position: absolute; 
        bottom: -190px;
    }  
       .info_block_content{
        min-height: auto;
    }
    .step-4.active{
        padding-bottom: 440px;
    }

    .energilogo{
        display: none;
    }

    .field-forbrukning .row .box{
       padding: 5px;
   }
   .geab-product .thumbnail{
       height: 90px;
   }

   /* Vart vill du ha elen */
   .form-field.moving .radio {
 /*   width: 100% !important;*/
}
/*.form-field.moving .radio label{
    min-height: 100px !important;
    text-align: center;

}            
.form-field.moving .radio label:before, .form-field.moving > div > div:nth-of-type(4) label:before {
    background-position: 15px center !important;
    opacity: .3;
}

.form-field.moving label > input + span:before{
    padding: 45px 5px;
}
*/
/*
.form-field.moving .form-group .radio{ 
    margin-left: 0% !important;
}
*/
.pick_date input{
    max-width: 100%;
}

/* Hur vÃ¤rmer du upp din bostad */
/*
.type-of-heating .radio{
    width: 100%;
}
*/

/*
.type-of-heating .radio label{
    min-height: 90px !important;
}
.type-of-heating label > input + span:before{
    height: 85px;
    padding: 25px 10px;
    margin-bottom: -55px;
}
.type-of-heating .radio label:before{
    background-position: 15px !important;
    opacity: .3;
    display: none;
}
*/
.step-1 form{
  margin: 0 !important;
  padding: 0px;
}

/* Produkt */
.row.flex{
    display: block !important;
}
.geab-product{
    width: 50% !important;
    display: block !important;
    flex-direction: unset;
}
.product_type_thumb{
    display: none;
}
.geab-product .panel{
  padding: 20px 10px 10px 10px; 
}

.geab-product .product_electricity .product_prices{
   padding: 20px 0 20px;
}

.geab-product .product_electricity .product_prices h4{
    font-size: 30px;
}

.geab-product .price-label{
font-size: inherit;

}
.geab-product .price-small{
    font-size: inherit;
margin-bottom: 10px;

}

.geab-product .thumbnail {
    margin: -5px -5px 20px -5px !important;
}
    .geab-product header {
        margin: -5px -6px 30px -5px;
        display: none !important;
    }
    .step-1, .electric_heating_content, .date_content, .consumption_content_box, .has_frame{
      padding: 0 !important;
      border: none;
  }
  /*.consumption_content .field-forbrukning .row .consumption .img{
    width: 32px;
    height: 32px;
    background-size: 100% !important; }*/
}