.topbar+.main-content{
    padding-top: 0;
    margin-top: 60px;
    background: #e4edf2;
}

.topbar{
    height: 60px;
}

.topbar-brand img{
    max-height: 30px;
}


#left-form{
    background: var(--active-color);
}

/* form wizard */
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 60px;
    height: 60px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.wizard-active{
    background: var(--active-color);
    color: #ffffff;
}

.stepwizard-step small{
    color: #000000;
}

#form-wizard{
    background: none;
    box-shadow: none;
    margin: 65px 50px 40px;
}

.category-service{
   display: none;
}

.business-services .card-block{
    padding: 10px 15px;
    min-height: 150px;
}
.business-services .card-text{
    font-size: 0.8rem;
}

.business-services .card-title{
    margin-bottom: 0.5rem;
}

.business-services .card-footer{
    padding: 0.55rem 1.25rem;
}

#wizard-data, #wizard-time, #wizard-cart, #wizard-checkout{
    background: none;
    box-shadow: none;
}

.service-price{
    font-family: "Dosis","Open Sans",sans-serif;
    font-weight: 100;
    font-size: 19px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.service-price .unit{
    font-size: 12px;
    vertical-align: text-top;
}

.tab-content > .active{
    display: flex;
}

.datepicker-inline{
    background: #ffffff;
    min-width: 250px;
    width: auto;
    box-shadow: 0 1px 25px rgba(0,0,0,0.05);
}

.datepicker table{
    margin: 0 auto;
}
.datepicker .prev, .datepicker .datepicker-switch, .datepicker .next{
    border-bottom: 1px solid #CCCCCC;
    padding: 12px 0;
    font-weight: 500;
    letter-spacing: 1px;
}

.datepicker .prev:hover, .datepicker .datepicker-switch:hover, .datepicker .next:hover{
    background: none;
}

.datepicker .table-condensed{
    width: 90%;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.highlighted.active:focus{
    /* border-radius: 50%; */
    background: var(--active-color);
}

.datepicker .datepicker-switch{
    text-transform: uppercase;
}

.datepicker table tr th.dow{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    padding-top: 12px;
}

/* .datepicker table tr td.today{
    border-radius: 50%;
} */

.datepicker table tr td.day{
    /* border-radius: 50%; */
    font-size: 13px;
}

.time-slots li{
    float: left;
    list-style: none;
    background: var(--active-color);
    margin: 5px;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px 2px rgba(167, 162, 162, 0.57);
}

.time-slots li input{
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
}

.time-slots .custom-control-description{
    color: #ffffff;
}

.table-cart, .cart-price{
    box-shadow: 0 1px 25px rgba(0,0,0,0.05);
}

.cart-price{
    background: #ffffff;
}

#wizard-time, #wizard-cart, #wizard-checkout{
    display: none;
}

.cart-badge{
    border-radius: 50%;
    background: #926dde;
    color: #ffffff;
    padding: 1px 6px;
    font-size: 9px;
    position: absolute;
    top: -4px;
    right: -11px;
}

#shopping-cart-top{
    font-size: 24px;
    position: relative;
    margin-right: 20px;
    bottom: -6px;
}

.topbar-right{
    margin-top: -11px;
}

.topbar-nav{
    line-height: 0;
}

.statusSection{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    margin: 0 auto;

}

@media (max-width: 414px) {
    .account-btn-mbl{
        display: inline-block !important;
    }
}

@media (max-width: 320px) {
    .topbar-brand img{
        max-height: 20px;
    }

    #form-wizard{
        margin: 65px 22px 40px;
    }
}

@media (min-width: 1025px) {
    .thesaas-sections-split .section{
        margin: 0 160px 100px;
        border: none;
    }

}
