.itplace-booking .select_wrap{
    width: 100%;
    margin: 15px auto;
    position: relative;
    user-select: none;
    color: #555555;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box!important;
    -webkit-box-sizing:border-box!important;
}
.itplace-booking .select_wrap p{
    margin-bottom: 5px;
}
  
.itplace-booking .select_wrap .default_option{
    background: #F2F3F4;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    padding: 0;
}
  
.itplace-booking .select_wrap .default_option li{
    padding: 10px 20px;
}
  
.itplace-booking .select_wrap .default_option:before{
    content: "";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #555555 #555555;
    transform: rotate(-45deg);
    box-sizing: content-box!important;
    -webkit-box-sizing:content-box!important;
}
  
.itplace-booking .select_wrap .select_ul{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #F2F3F4;
    border-radius: 5px;
    display: none;
    z-index: 1;
    max-height: 150px;
    overflow-y: auto;
    padding: 0;
}

  
.itplace-booking .select_wrap .select_ul li,.itplace-booking .acceptable_services_list li{
    padding: 10px 20px;
    cursor: pointer;
}
  
.itplace-booking .select_wrap .select_ul li:first-child:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
  
.itplace-booking .select_wrap .select_ul li:last-child:hover{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
  
.itplace-booking .select_wrap .select_ul li:hover,.itplace-booking .acceptable_services_list li:hover{
    background: #fff4dd;
}
  
.itplace-booking .select_wrap .option{
    display: flex;
    align-items: center;
}
  
.itplace-booking .select_wrap .option .icon{
    width: 32px;
    height: 32px;
    margin-right: 15px;
}
  
.itplace-booking .select_wrap.active .select_ul{
    display: block;
}
  
.itplace-booking .select_wrap.active .default_option:before{
    top: 25px;
    transform: rotate(-225deg);
}
.itplace-booking .option_raw{
    display: flex;
    justify-content: space-between;
}
.itplace-booking .service_duration{
    font-weight: 600;
    font-size: 0.8em;
    color: #000;
}

/* calendar css */

.itplace-booking .calendar {
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    height: 552px;
    background-color: rgb(66, 91, 118);
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
}
  
.itplace-booking .month {
    width: 100%;
    height: 120px;
    background-color: rgb(66, 91, 118);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    text-align: center;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
  
.itplace-booking .month i {
    font-size: 26px;
    cursor: pointer;
}
  
#sln-salon .calendar .month h1 {
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 8px;
    color: #fff;
}
  
.itplace-booking .month p {
    font-size: 24px;
    margin:0;
}
  
.itplace-booking .weekdays {
    width: 100%;
    height: 60px;
    padding: 0 6px;
    display: flex;
    align-items: center;
}
  
.itplace-booking .weekdays div {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
  
.itplace-booking .days {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
}
  
.itplace-booking .days div {
    font-size: 14px;
    margin: 5px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
    transition: background-color 0.2s;
    box-sizing: border-box!important;
}
  
.itplace-booking  .days div:hover:not(.disabled),
.itplace-booking  .days div.selected:not(.disabled){
    background-color: #1d3146;
    border: 3px solid #777;
    cursor: pointer;
}
  
.itplace-booking  .prev-date,
.itplace-booking  .next-date,
.itplace-booking .days .disabled{
    opacity: 0.5;
}
  
.itplace-booking  .today {
    background-color: #1d3146;
}
.itplace-booking .calendar .red_day{

    background-color: #ff1100;
}
.itplace-booking .calendar .orange_day{

    background-color: #f67000;
}
.itplace-booking .calendar .green_day{

    background-color: #689e2c;
}
.itplace-booking .calendar_legend ul{
    margin: 8px 0 0 0;
    padding: 0;
}
.itplace-booking .calendar_legend ul li{
    font-size: 14px;
}
.itplace-booking .calendar_legend ul li::before{
    content: '';
    font-weight: bold;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 8px;
}
.itplace-booking .calendar_legend ul li:nth-child(1)::before{

    background-color: #689e2c;
}
.itplace-booking .calendar_legend ul li:nth-child(2)::before{

    background-color: #f67000;
}
.itplace-booking .calendar_legend ul li:nth-child(3)::before{

    background-color: #ff1100;
}

.itplace-booking .select_date_msg,
.itplace-booking .no_slot_msg{
    font-size: 15px!important;
}

.itplace-booking .hidden_raw{

    visibility: hidden;
    position: absolute;
}
.itplace-booking .time_slot_list li{

    border: 1px solid #cbd6e2;
    padding: 12px 9px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    transition: all .15s ease-out;
}
.itplace-booking .time_slot_list li.time_list_topic{

    border: none;
    color: #f67000;
}
.itplace-booking .time_slot_list li:hover:not(.time_list_topic){

    border-color: #333;
    cursor: pointer;
    background-color: #f7f7f7;
}
.itplace-booking .panel-nav{

    display: flex;
    justify-content: space-between;
}
#sln-salon .panel-nav button{
    padding: 11px 24px;
}
.itplace-booking .available_services{
    color:#f67000;
}
.itplace-booking label.error{
    color: #FF0000;
    padding: 0;
    font-size: 14px;
}
.itplace-booking input.error{
    border-color: #FF0000!important;
}
#sln-salon.itplace-booking .btn-stripe{
    background-color: #6772e5;
}
#sln-salon.itplace-booking .btn-stripe:hover{
    background-color: #5c68e6;
}
#sln-salon.itplace-booking .btn-paypal{
    background-color: #ffc439;
}
#sln-salon.itplace-booking .btn-paypal:hover
{
    background-color:#f9bd30;
}
#sln-salon.itplace-booking .btn-stripe img,
#sln-salon.itplace-booking .btn-paypal img{
    width: auto;
    height: 32px;
}

#sln-salon .header-img-bar{
    box-sizing: border-box;
    background-position: center;
    height: 120px;
    background-repeat: no-repeat;
    background-image: url(https://www.entrepot-spa.be/wp-content/plugins/itplace-salon-booking/assets/images/payment_banner.jpg);
}
#sln-salon .header-img-bar h2{
    color: #235680;
    font-size: 20px;
}
#sln-salon .payment-option{
    padding:10px;
    margin:15px 0;
}
#sln-salon .payment-option:nth-child(1){
    background-color: #f3f3ff;
}
#sln-salon .payment-option:nth-child(2){
    background-color: #ebf5ff;
}
#sln-salon .payment-option:nth-child(3){
    background-color: #fdf5f1;
}
#sln-salon .payment-option-icon{
    flex: 0 0 70px;
    padding: 0px 15px;
}
#sln-salon .payment-option-icon img{
    width: 40px;
}
#sln-salon .payment-option-price{
    padding: 0px 15px;
    text-align: right;
    white-space: nowrap;
    color: #21496a;
    font-weight: bold;
}
#sln-salon .payment-option-title h5{
    color: #21496a;
    font-weight: bold;
    margin-bottom: 15px;
}
#sln-salon .payment-option-description p{
    margin:0;
    font-size: 16px;
    text-align: justify;
}
#sln-salon .customer-note{
    padding: 0 15px;
    text-align: justify;
    font-size: 14px;
    margin: 40px 0;
}

/* Modal css */
/* The Modal (background) */
.itplace-modal {
    display: none;/* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .itplace-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .itplace-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .itplace-modal .close:hover,
  .itplace-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  .itplace-modal-head h1{
      font-size: 24px;
  }
  #pay_later_code_modal .itplace-modal-body input.form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #pay_later_code_modal .btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  #pay_later_code_modal .btn.btn-secondary
  {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }

  /* complemts css */
/* The container */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
  
  /* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #0277BD;
}
  
  /* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}
  
  /* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #21496a;
}
  
  /* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
  /* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
  
  /* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sln-salon .complement-name{
    color: #585e61;
    font-size: 20px;
    font-weight: 400;
}
#sln-salon .complement-description p{

    padding: 0 42px;
    color: #404040;
    margin:16px 0;
    font-size: 16px;
}
#sln-salon .complement{
    margin-bottom: 16px;
}
#sln-salon .total-text{
    font-size: 20px;
}

ul.time_slot_list {
    padding-left: 0;
}

.booking_form_fiters{
    margin-top:16px;
}

.complement-header {
    display: flex;
    justify-content: space-between;
}


.textalign{
    display: flex;
    justify-content: end;
}

.sln-salon-title{

    padding-left: 15px;
    margin-bottom: 30px;

}

.next_shop_row{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0 15px 15px;
    
}

.m-1 {
    margin: .25rem !important;
}