.modal.obsop-bookingmodal{
    max-width: 100%;
    height: 100%;
    width: 100%;
    padding: 0px;
    background: #f6f6f5;
}
.modal.obsop-bookingmodal .container{
    width: 100%;
    max-width: 1213px;
    position: relative;
}
.modal.obsop-bookingmodal .obsop-popup-header{
    background: #ffffff;
    padding-top: 40px;
    position: relative;
}
.modal.obsop-bookingmodal .obsop-popup-header .popup-title{
    font-family: 'PT Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 49px;
    letter-spacing: normal;
    color: #3a444d;
    padding-bottom: 14px;
}
.modal.obsop-bookingmodal .obsop-popup-content{
    background-color: #f6f6f5;
    padding-top: 76px;
    padding-bottom: 64px;
}
.modal.obsop-bookingmodal .form-steps{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;

    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    
    width: 100%;
    max-width: 795px;
    height: 51px;
    position: absolute;
    right: 0px;
    bottom: -12px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(49, 52, 56, 0.29);
    -webkit-box-shadow: 0 2px 4px 0 rgba(49, 52, 56, 0.29);
    -moz-box-shadow: 0 2px 4px 0 rgba(49, 52, 56, 0.29);
    
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    
    border: solid 1px #11161a;
    background-color: #333333;
    padding-left: 84px;
    padding-right: 84px;
}
.modal.obsop-bookingmodal .form-steps a.form-step{
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255,255,255,0.66);
    position: relative;
    display: block;
    text-decoration: none;
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    height: 100%;
}
.modal.obsop-bookingmodal .form-steps a.form-step span.checkmark,
.modal.obsop-bookingmodal .form-steps a.form-step span.digit{
    position: absolute;
    width: 26px;
    height: 26px;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #ffffff;
    background-color: #c01c23;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top:-15px;
}
.modal.obsop-bookingmodal .form-steps a.form-step.selected span.checkmark,
.modal.obsop-bookingmodal .form-steps a.form-step.selected span.digit,
.modal.obsop-bookingmodal .form-steps a.form-step.active span.checkmark,
.modal.obsop-bookingmodal .form-steps a.form-step.active span.digit{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 800;
    top: -17px;
}
.modal.obsop-bookingmodal .form-steps a.form-step span.checkmark{
    display: none;
}
.modal.obsop-bookingmodal .form-steps a.form-step.selected span.checkmark{
    display: block;
}
.modal.obsop-bookingmodal .form-steps a.form-step.selected span.digit{
    display: none;
}
.modal.obsop-bookingmodal .form-steps a.form-step.active{
    font-weight: 700;
    color: #ffffff;
}
.modal.obsop-bookingmodal .form-steps a.form-step.selected{
    color: #ffffff;
}
.close-bookingmodal{
    position: absolute;
    right: 56px;
    top: 40px;
    width: 84px;
    height: 84px;
    background-image: url(../images/icon-popup-close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    
    font-size: 0px;
    text-indent: -999px;
    
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.close-bookingmodal:hover{
    background-image: url(../images/icon-popup-close-h.svg);
}
.obsopform-step-block .form-step-header{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    margin-bottom: 41px;
}
.obsopform-step-block .form-step-header .icon{
    line-height: 0px;
    margin-right: 30px;
}
.obsopform-step-block .form-step-header .icon svg path{
    fill:#6e767d;
}
.obsopform-step-block .form-step-header .text{
    font-family: 'PT Sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #242c33;
}
.obsop-popup-content-wrapper{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.obsop-popup-content-wrapper .col2{
    width: 415px;
}
.obsop-popup-content-wrapper .col1{
    width: 798px;
}
.obsop-cart{
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #ffffff;
    padding: 16px 35px 16px 35px;
    margin-bottom: 37px;
}
.obsop-cart.hide{
    display: none;
}
.mackliniek-logo{
    padding-left: 18px;
}
.form-step-content .oreparaties-list{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.form-step-content .oreparaties-list a{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    text-decoration: none;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    position: relative;
    
    width: 348px;
    max-width: 100%;
    margin-right: 29px;
    margin-bottom: 10px;
    
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 1px #dddddc;
    background-color: #ffffff;
    padding: 18px 20px 18px 28px;
    
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.form-step-content .oreparaties-list a:nth-child(even){
    margin-right: 0px;
}
.form-step-content .oreparaties-list a:hover{
    background-color: #d3d3d3;
}

.form-step-content .oreparaties-list a.active{
    background-color: #c01c23;
}

.form-step-content .oreparaties-list a .rp-image {
    line-height: 0;
    margin-right: 10px;
}

.form-step-content .oreparaties-list a .rp-image img {
    max-height: 30px;
    min-width: 30px;
    width: auto;
    
}

.form-step-content .oreparaties-list a .rp-title{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #6e767d;
    flex: auto;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    padding-right: 10px;
}

.form-step-content .oreparaties-list a .rp-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #b4c0c8;
}

.form-step-content .oreparaties-list a .rp-price.no-price{
    font-size: 13px;
    font-weight: 500;
    width: 110px;
}

.form-step-content .oreparaties-list a.active .rp-title{
    color: #ffffff;
}

.form-step-content .oreparaties-list a:hover .rp-title,
.form-step-content .oreparaties-list a:hover .rp-price{
    color: #000;
}

.form-step-content .oreparaties-list a.active:hover .rp-title,
.form-step-content .oreparaties-list a.active:hover .rp-price{
    color: #ffffff;
}

.form-step-content .oreparaties-list a.active .rp-price{
    color: #ffffff;
}

.form-step-content .oreparaties-list a .add-icon{
    width: 19px;
    height: 19px;   
    
    position: relative;
    margin-left: 10px;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
}

.form-step-content .oreparaties-list a .add-icon svg{
    width: 19px;
    height: 19px;
    fill:#c01c23;
}
.form-step-content .oreparaties-list a.active:hover .add-icon svg,
.form-step-content .oreparaties-list a.active .add-icon svg{
    fill:#ffffff;
}
.form-step-content .oreparaties-list a:hover .add-icon svg{
    fill:#000;
}
.obsop-formfield-wrapper{
    margin-bottom: 29px;
}
.obsop-submit-wrapper,
.obsop-button-wrapper{
    text-align: right;
}
.obsop-formfield-wrapper label{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #3a444d;
    margin-bottom: 10px;
    display: block;
}
.obsop-formfield-wrapper input[type="text"],
.obsop-formfield-wrapper input[type="email"],
.obsop-formfield-wrapper input[type="tel"],
.obsop-formfield-wrapper textarea{
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #3a444d;
    outline: none;
    padding: 14px 5px 14px 23px;
}
.obsop-formfield-wrapper textarea{
    height: 142px;
    padding-top: 17px;
}
.obsop-formfield-wrapper input[type="text"]:focus,
.obsop-formfield-wrapper input[type="email"]:focus,
.obsop-formfield-wrapper input[type="tel"]:focus,
.obsop-formfield-wrapper textarea:focus{
    border: solid 1px #6e767d;
    color: #3a444d;
}
.obsop-formfield-wrapper.err input[type="text"],
.obsop-formfield-wrapper.err input[type="email"],
.obsop-formfield-wrapper.err input[type="tel"],
.obsop-formfield-wrapper.err textarea{
    border: solid 1px #dc3232;
}
.form-step-content{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.obsop-formfield-wrapper{
    width: 100%;
    max-width: 726px;
    position: relative;
}
.obsop-formfield-wrapper.err label{
    color: #dc3232;
}
.obsop_err_msg{
    color: #dc3232;
    position: absolute;
    top: 100%;
    left:0px;
    font-size: 12px;
}
.obsop-formfield-wrapper.col-fname{
    width: 221px;
    margin-right: 20px;
}
.obsop-formfield-wrapper.col-lname{
    width: 238px;
}
.obsop-formfield-wrapper.col-email{
    width: 310px;
    margin-right: 20px;
}
.obsop-formfield-wrapper.col-phone{
    width: 249px;
}
.obsop-formfield-wrapper .obsop-timeslotslist{
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    border: solid 1px #d5d5d5;
    z-index: 10;
    background: #ffffff;
}
.obsop-formfield-wrapper .obsop-timeslotslist.active{
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}
.obsop-formfield-wrapper .obsop-timeslotslist .timeslots{
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}
.obsop-formfield-wrapper .obsop-timeslotslist .timeslots li{
    padding:5px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ffffff;
}
.obsop-formfield-wrapper .obsop-timeslotslist .timeslots li.avail{
    background: #000000;
    color: #ffffff;
    cursor: pointer;
}
.obsop-formfield-wrapper .obsop-timeslotslist .timeslots li.avail.selected{
    opacity: 0.7;
}
.obsopform-step-block{
    display: none;
    position: relative;
}
.obsopform-step-block.active{
    display: block;
}
.obsopcart-model-info{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    margin-bottom: 20px;
}
.obsopcart-model-info .model-name{
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-model-info .model-image{
    line-height: 0px;
    width: 97px;
    height: 119px;
    border-radius: 4px;
    padding: 10px;
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
    
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;   
}
.obsopcart-model-info .model-image{
    max-height: 99px;
}
.obsopcart-reparatie-item,
.obsopcart-totalcost-item,
.obsopcart-totaldiscount-item,
.obsopcart-nettotal-item{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    
    margin-bottom: 5px;
}
.obsopcart-totalcost-item.hide,
.obsopcart-totaldiscount-item.hide,
.obsopcart-nettotal-item.hide{
    display: none;
}
.obsopcart-oreparaties-list{
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: solid 1px #d5d5d5;
}
.obsopcart-reparatie-item{
    margin-bottom: 12px;
}
.obsopcart-reparatie-item .item-name{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-reparatie-item .item-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-totalcost-item .item-label{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-totalcost-item .item-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-totaldiscount-item .item-label{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-totaldiscount-item .item-price{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-nettotal-item .item-label{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsopcart-nettotal-item .item-price{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #404040;
}
.obsop-filter-selectbutton{
    border-radius: 4px;
    background-color: #a90d14;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    padding: 13px 30px 13px 22px;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}
.obsop-filter-selectbutton.disable{
    cursor: default;
}
.obsop-filter-selectbutton span.arrow-down{
    position: absolute;
    right: 18px;
    top: 12px;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
}
.obsop-filter-selectbutton.active span.arrow-down{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
} 
.obsop-filter-selectbutton span.arrow-down svg path{
    fill: #ffffff;
}
.obsop-formfield-wrapper .obsop-filter-selectbutton{
    border: solid 1px #d5d5d5;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    color: #3a444d;
}
.obsop-filter-selectbutton:after{
    content: '';
    position: absolute;
    right: 18px;
    top: 19px;
    width: 13px;
    height: 8px;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    background-image:url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.obsop-filter-selectbutton.active:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.obsop-filterbox-content .obsop-filter-selectbutton:after{
    background-image:url(../images/down-arrow-white.svg);
}
.obsop-filter-field{
    position: relative;
}
.obsop-filter-options{
    border-radius: 4px;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s all ease-in;
    -webkit-transition: 0.2s all ease-in;
    -moz-transition: 0.2s all ease-in;
    -o-transition: 0.2s all ease-in;
    background: #ffffff;
    border: solid 1px #d5d5d5;
    z-index: 1000;
}
.obsop-filter-options a{
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 5px 5px 5px 22px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.obsop-filter-options a.obsop-filter-option:hover{
    background: #c01c23;
    color: #ffffff;
}
.obsop-filter-options a.obsop-filter-option.selected{
    background: #c01c23;
    color: #ffffff;
}
.obsop-filter-options.active{
    height: 250px;
    overflow-y: auto;
    opacity: 1;
}
.obsop-filter-options.obsop-vestiging-options.active{
    height: 60px;
}
.obsop-date-field{
    position: relative;
    z-index: 10000;
}
.obsop-loader-overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: rgba(0, 0, 0, .1);
}
.obsop-loader-overlay.show{
    display: block;
}
.obsop-loader {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.obsop-loader div {
    position: absolute;
    border: 4px solid #c01c23;
    opacity: 1;
    border-radius: 50%;
    animation: obsop-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.obsop-loader div:nth-child(2) {
    animation-delay: -0.5s;
}
.obsop-filter-box{
    width: 100%;
    max-width: 519px;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(127, 131, 138, 0.5);
    background-color: #ffffff;
    padding:49px 44px 26px 44px;
    position: relative;
}
.obsop-filterbox-header{
    padding-bottom: 25px;
    border-bottom: solid 1px #dddddc;
    margin-bottom: 25px;
}
.obsop-filterbox-title{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.obsop-filterbox-title .icon{
    margin-right: 20px;
    line-height: 0px;
}
.obsop-filterbox-title .icon svg path{
    fill:#ffffff;
}
.obsop-filterbox-title .text{
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 33px;
    letter-spacing: normal;
    color: #404040;
}
.obsop-filter-box .obsop-formfield-wrapper{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    margin-bottom: 10px;
}
.obsop-filter-box .obsop-formfield-wrapper.obsop-button-wrapper{
    padding-top: 10px;
}
.obsop-filter-box .obsop-formfield-wrapper label{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #404040;
}
.obsop-filter-box .obsop-formfield-wrapper label span {
    font-weight: 400;
    font-size: 10px;
    display: block;
}
.obsop-filter-box .obsop-filter-field{
    width: 250px;
}
.obsop-filter-box .obsop-formfield-wrapper.filter-total{
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #404040;
    display: none;
}
.obsop-filter-box .obsop-formfield-wrapper.filter-total.active{
    display: -webkit-box;
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
}
.obsop-filter-box .obsop-formfield-wrapper.filter-total span.total-prijs{
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #404040;
}
.obsop-filter-box .obsop-formfield-wrapper .obsop-filter-selectbutton{
    border: solid 1px #d5d5d5;
    background-color: #404040;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    border: none;
}
.obsop-filter-box .obsop-formfield-wrapper .obsop-filter-selectbutton span.arrow-down svg path{
    fill:#ffffff;
}
.obsop-filter-box .obsop-filter-options a{
    font-size: 15px;
}
.obsop-filter-box .obsop-filter-options a.oreparaties-item.active{
    background: #c01c23;
    color: #ffffff;
}
/*a.red-btn.filterbox-submit{
    font-size: 15px;
    line-height: 20px;
    width: 250px;
    padding:15px 0px;
    text-align: center;
}*/
.obsop-filter-box .obsop-formfield-wrapper label sup{
    display: none;
}
.ui-datepicker .ui-state-disabled { cursor: default !important; }
.ui-datepicker .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-datepicker { padding: .2em .2em 0; display: none; line-height:inherit;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; box-shadow:none;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:2px; top:2px; border:none !important; background:transparent !important; cursor:pointer;}
.ui-datepicker .ui-datepicker-next-hover { right:2px; top:2px; border:none !important; background:transparent !important; cursor:pointer;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { font-size:18px; text-transform:lowercase; margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; background:#ffffff; border-collapse: collapse; margin:0 0 .2em; border:0px;}
.ui-datepicker th { font-size:16px; text-transform:lowercase; padding: .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td {font-size:16px; border: 0; padding: 1px; line-height:normal; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: 5px !important; text-align: center; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/* Component containers
----------------------------------*/
.ui-widget .ui-datepicker .ui-widget { font-size: 1em; }
.ui-datepicker.ui-widget-content { border: 1px solid #f2f2f2/*{borderColorContent}*/; background: #f2f2f2/*{bgColorContent}*/; color: #545454/*{fcContent}*/; }
.ui-datepicker .ui-widget-header { border: 1px solid #f2f2f2/*{borderColorHeader}*/; background: #f2f2f2/*{bgColorHeader}*/; color: #545454/*{fcHeader}*/;}
.ui-datepicker .ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default{ border: 1px solid transparent/*{borderColorDefault}*/; background: #c01c23; font-weight: normal/*{fwDefault}*/; color: #ffffff/*{fcDefault}*/; box-shadow:none;}
.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover{ border: 1px solid transparent/*{borderColorHover}*/; background: #333333; font-weight: normal/*{fwDefault}*/; color: #ffffff/*{fcHover}*/; }
.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active{ border: 1px solid transparent/*{borderColorActive}*/; background: #ffffff; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-datepicker .ui-datepicker-unselectable .ui-state-default, .ui-datepicker .ui-datepicker-unselectable .ui-widget-content .ui-state-default{ background:#ffffff; color:#aaa;}
.ui-datepicker .ui-datepicker-today .ui-state-default, .ui-datepicker .ui-datepicker-today .ui-widget-content .ui-state-default{ background:#f2f2f2; color:#545454; font-weight:normal;}

/* states and images */
.ui-datepicker .ui-icon { width: 16px; height: 16px;}
.ui-datepicker .ui-widget-content .ui-icon {}
.ui-datepicker .ui-widget-header .ui-icon {}
.ui-icon-circle-triangle-e{background:url(../images/right-arrow.svg) center no-repeat;}
.ui-icon-circle-triangle-w{background:url(../images/left-arrow.svg) center no-repeat;}
.ui-datepicker .ui-state-default .ui-icon {}
.ui-datepicker .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {}
.ui-datepicker .ui-state-active .ui-icon {}
.ui-datepicker .ui-state-highlight .ui-icon {}

/* Corner radius */
.ui-datepicker.ui-corner-all{ -moz-border-radius-topleft: 0px/*{cornerRadius}*/; -webkit-border-top-left-radius: 0px/*{cornerRadius}*/; -khtml-border-top-left-radius: 0px/*{cornerRadius}*/; border-top-left-radius: 0px/*{cornerRadius}*/; }
.ui-datepicker.ui-corner-all{ -moz-border-radius-topright: 0px/*{cornerRadius}*/; -webkit-border-top-right-radius: 0px/*{cornerRadius}*/; -khtml-border-top-right-radius: 0px/*{cornerRadius}*/; border-top-right-radius: 0px/*{cornerRadius}*/; }
.ui-datepicker.ui-corner-all{ -moz-border-radius-bottomleft: 0px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 0px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 0px/*{cornerRadius}*/; border-bottom-left-radius: 0px/*{cornerRadius}*/; }
.ui-datepicker.ui-corner-all{ -moz-border-radius-bottomright: 0px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 0px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 0px/*{cornerRadius}*/; border-bottom-right-radius: 0px/*{cornerRadius}*/; }

@keyframes obsop-loader {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
@media only screen and (min-width: 1441px) and (max-width:1550px) {
    .modal.obsop-bookingmodal .form-steps{
        right: 50px;
    }
}
@media only screen and (min-width: 1300px) and (max-width:1440px) {
    .modal.obsop-bookingmodal .form-steps{
        right: 100px;
    }
}
@media only screen and (min-width: 1024px) and (max-width:1299px) {
    .modal.obsop-bookingmodal .form-steps{
        right: inherit;
        left: 40px;
    }
    .modal.obsop-bookingmodal .obsop-popup-header .popup-title{
        padding-bottom: 60px;
    }
    .close-bookingmodal{
        right: 40px;
        top: 85px;
    }
    .form-step-content .oreparaties-list a{
        max-width: 49%;
        margin-right: 2%;
    }
    .obsopform-step-block{
        padding-right: 30px;
    }
}
@media only screen and (max-width:1024px) {
    .obsop-loader div{
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width:1023px) {
   
    .modal.obsop-bookingmodal .form-steps{
        right: inherit;
        left: 30px;
        max-width: 75%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal.obsop-bookingmodal .obsop-popup-header .popup-title{
        padding-bottom: 60px;
    }
    .close-bookingmodal{
        right: 40px;
        top: 85px;
    }
    .form-step-content .oreparaties-list a{
        max-width: 400px;
        margin-right: 0px;
    }
    .obsopform-step-block{
        padding-right: 30px;
    }
    .obsop-formfield-wrapper.col-phone,
    .obsop-formfield-wrapper.col-email,
    .obsop-formfield-wrapper.col-lname,
    .obsop-formfield-wrapper.col-fname{
        width: 100%;
        margin-right: 0;
    }
    .obsop-formfield-wrapper{
        max-width: 100%;
    }
    .obsop-cart{
        padding: 20px;
    }
    .obsopcart-model-info{
        display: block;
    }
    .obsopcart-model-info .model-name{
        margin-bottom: 10px;
        text-align: center;
    }
    .obsopcart-model-info .model-image{
        margin: 0px auto;
    }
}
@media only screen and (max-width:767px) {
    
    .modal.obsop-bookingmodal .form-steps{
        position: relative;
        right: 0px;
        left: 0px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal.obsop-bookingmodal .obsop-popup-header .popup-title{
        padding-bottom: 20px;
    }
    .close-bookingmodal{
        right: 25px;
        top: 40px;
        width: 50px;
        height: 50px;
    }
    .close-bookingmodal svg{
        width: 50px;
        height: 50px;
    }
    .form-step-content .oreparaties-list a{
        max-width: 100%;
        margin-right: 0px;
    }
    .obsopform-step-block{
        padding-right: 30px;
    }
    .obsop-formfield-wrapper.col-phone,
    .obsop-formfield-wrapper.col-email,
    .obsop-formfield-wrapper.col-lname,
    .obsop-formfield-wrapper.col-fname{
        width: 100%;
        margin-right: 0;
    }
    .obsop-formfield-wrapper{
        max-width: 100%;
    }
    .obsop-cart{
        padding: 20px;
    }
    .obsopcart-model-info{
        display: block;
    }
    .obsopcart-model-info .model-name{
        margin-bottom: 10px;
        text-align: center;
    }
    .obsopcart-model-info .model-image{
        margin: 0px auto;
    }
    
}
@media only screen and (max-width:666px) {
    .obsop-popup-content-wrapper{
        display: block;
    }
    .obsop-popup-content-wrapper .col1{
        width: 100%;
    }
    .obsop-popup-content-wrapper .col2{
        width: 300px;
        margin: 0px auto;
    }
    .form-step-content .oreparaties-list a{
        max-width: 400px;
        margin-right: 0px;
    }
    .obsopform-step-block{
        padding-right: 0px;
    }
}
@media only screen and (max-width:570px) {
    .obsop-filter-box{
        padding: 20px;
    }
}
@media only screen and (max-width:500px) {
    .modal.obsop-bookingmodal .form-steps{
        padding-left: 10px;
        padding-right: 10px;
    }
    .modal.obsop-bookingmodal .form-steps a.form-step{
        font-size: 12px;
        line-height: 14px;
    }
    .modal.obsop-bookingmodal .obsop-popup-header .popup-title{
        font-size: 26px;
    }
    .modal.obsop-bookingmodal .form-steps a.form-step span.checkmark, 
    .modal.obsop-bookingmodal .form-steps a.form-step span.digit{
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .modal.obsop-bookingmodal .form-steps a.form-step.selected span.checkmark,
    .modal.obsop-bookingmodal .form-steps a.form-step.selected span.digit, 
    .modal.obsop-bookingmodal .form-steps a.form-step.active span.checkmark, 
    .modal.obsop-bookingmodal .form-steps a.form-step.active span.digit{
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .form-step-content .oreparaties-list a{
        max-width: 100%;
        margin-right: 0px;
    }
    .obsop-popup-content-wrapper .col2{
        width: 268px;
    }
    .obsopform-step-block .form-step-header .icon{
        margin-right: 20px;
    }
    .obsopform-step-block .form-step-header .text{
        font-size: 20px;
    }
    .obsop-filter-box{
        padding: 20px;
    }
    .obsop-filter-box .obsop-formfield-wrapper{
        display: block;
    }
    .obsop-filter-box .obsop-filter-field{
        width:100%;
    }
    a.red-btn.obsopfilterbox-submit{
        width:100%;
    }
}