.datepicker {
    position: relative;
}
.date_pickup{
    height: 35px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 2px solid #767676;
    outline: none;
    width: 100%;
    text-align:center;
}
#hour_pickup{
    display: block;
    -webkit-appearance: none;
    border: 2px solid #767676;
    margin: 5px auto;
    height: 35px;
    outline: none;
    text-align:center;
    text-align-last: center;
}
#hour_pickup option{
    padding: 0 15px !important;
}
#hour_pickup:hover,#hour_pickup:focus,.date_pickup:focus,.date_pickup:hover{
    outline: none;
}
.calender {
    box-sizing: border-box;
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid #eee;
    visibility: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    font-family: Helvetica, sans-serif;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border-radius: 6px;
    padding: 8px;
    background: #fff;
    z-index: 1;
}
.calender > .sp-cal-title {
    padding-bottom: 10px;
    font-weight: bolder;
    font-size: 20px;
    height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.calender > .sp-cal-title > a {
    cursor: pointer;
    user-select: none;
}
.calender > .sp-cal-days {
    flex: 1;
    display: grid;
    grid-template-columns: repeat( 7, 1fr);
    justify-content: center;
    align-items: center;
    color: #777;
}
.calender > .sp-cal-days > a.disabled {
	cursor: default !important;
}
.calender > .sp-cal-days > a.actived-date{
    background-color: #1D79B5 !important;
}
.calender > .sp-cal-days > a {
    width: 25px;
    height: 25px;
    padding: 3px 3px 3px 3px;
    font-size: 15px;
    /* line-height: 25px; */
    border-radius: 6px;
    justify-self: center;
    align-self: center;
    text-align: center;
    cursor: pointer;
    background-color: transparent !important;
    color: #777;
    font-weight: 600; 
}
.calender > .sp-cal-days > a.actifdate{
    background-color: #1D79B5 !important; 
}
.calender > .sp-cal-days > a:hover {
    background-color: #1D79B5 !important;
    color: #fff !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.calender > .sp-cal-days > a.disabled-date{
    color: #b9b7bd !important;
    font-weight: 100;
}
.calender > .sp-cal-days > a.disabled-date:hover{
    background-color: transparent !important;
    box-shadow: none !important;
    color:#b9b7bd !important;
}
.calender > .sp-cal-label-days {
    height: 16px;
    font-size: 12px;
    font-weight: bolder;
    display: grid;
    grid-template-columns: repeat( 7, 1fr);
    justify-content: center;
    align-items: center;
    color:#000;
}

.calender > .sp-cal-label-days > span {
    justify-self: center;
    align-self: center;
}

.calender > .sp-cal-label-days > span:nth-child(7) {
    color: rgb(252, 67, 67);
}
.sp-cal-today {
    color: #333;
}
select#hour_pickup {
    width: 100%;
}

@media(max-width:767px){
    .calender {
        left:0 !important;
        right:0;
        margin:0 auto;
    }
    .date_pickup::placeholder{
        display: none; 
        font-size: 0;
    }
}

#checkout .nice-select {
    width: 100%;
    border-radius: 0;
    border: 2px solid #767676;
    height: 35px;
    text-align: center !important;
    margin: 5px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#checkout .nice-select .list {
    right: 0;
    max-height: 300px;
    overflow: auto;
}
#checkout .nice-select .list li {
    text-align: center;
}
#checkout .nice-select .list li:hover {
    background-color: #1D79B5;
    color: #fff;
}
#checkout .nice-select .list li.selected {
    display: none;
}
#checkout .nice-select .list::-webkit-scrollbar {
    display: none;
}
#checkout .jc-bs3-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
