.d-block.price
{
    height: 70px;
    width: 70px;
    background: #246501;
    text-align: center;
    padding-top: 25px;
    border-radius: 50%;
    color: #fff;
    margin: 8px auto;
}
.datepicker, .datepicker table{
    width: 100% !important;
}
.button-booking button{
    width: 100%;
}
.process-booking{
    font-size: 16px;
}
.process-booking .avatar{
    background: #787878;
    color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    padding: 5px;
}
.process-booking .avatar.active{
    background: #000;
}
.process-booking .checkout-step{
    margin-top: 5px;
    margin-left: 8px;
}
.btn-primary-theme{
    background: #000 !important;
    border-color: #000 !important;
    color: #ffffff !important;
}
.btn-primary-theme:hover{
    opacity: .8 !important;
}
.btn-primary-theme:focus, .btn-primary-theme:checked, .btn-primary-theme:active{
    box-shadow:0 0 0 .25rem rgba(0,0,0,.5)
}
