/* Checkout styles */
/*#shipping_method li:last-child {
    display: none;
}*/
ul#shipping_method {
    font-size: 14px;
    font-weight: 400;
}
#shipping_days_field span.woocommerce-input-wrapper {
    display: flex;
}
p#shipping_days_field {
    max-width: 100%;
}

.shipping-day {
    position: relative;
    /* display: flex; */
    text-align: center;
    border: 1px solid;
    width: 32.3%;
    min-height: 130px;
    margin-right: 1% !important;
    /* align-items: center; */
    /* justify-content: center; */
    cursor: pointer;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
    .shipping-day {        
        width:49%;
        margin-bottom: 1%;
    }
    #shipping_days_field span.woocommerce-input-wrapper {
        flex-wrap: wrap;
    }
}

.shipping-day label {
    cursor: pointer;
    display: flex !important;
    margin-right: 0px !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.today-wrap.shipping-day label.disabled {
    cursor: not-allowed;
    background: #c3c3c3;
}
.shipping-day label span:first-child {
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
    position: relative;
}
.shipping-day label i {
    font-size: 30px;    
}
input#shipping_days_calendar {
    position: absolute;
    visibility: visible;
    width: 100%;
    opacity: 0;
}
.shipping-day input {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden;
    left: 0;
    top: 0;
}
#shipping_days_field label.radio.selected {
    background: #C9E2FF;
}

.del-text p {
    margin-bottom: 0;
    line-height: 1.5;
}

.del-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

img.truck {
    height: 35px;
    width: 50px;
    object-fit: contain;
}

.delivery-select label.radio {
    display: flex !important;
    align-items: center;
    justify-content: start;
    margin-left: 15px;
}

.delivery-select {
    display: flex;
    padding: 15px;
    border: 1px solid;
    margin-bottom: 25px;
    margin-top: 25px;
}

.del-text p {
    margin-bottom: 0;
    line-height: 1.5;
}

.del-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

img.shop {
    height: 35px;
    width: 50px;
    object-fit: contain;
}

.pickup-select label.radio {
    display: flex !important;
    align-items: center;
    justify-content: start;
    margin-left: 15px;
}

.pickup-select {
    display: flex;
    padding: 15px;
    border: 1px solid;
}

div#payment {
    padding: 0 !important;
    border: none !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
    font-size: 22px !important;
    text-transform: none !important;
}

p#same_recepient_field {
    padding-top: 25px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2 {
    display: none;
}

label.hide-front {
    display: none !important;
}

p#billing_city_field {
    display: none !important;
}
/* END Checkout styles */

/* checkout datepicker
-------------------------------------*/
#ui-datepicker-div {
    /* width: 611px; */
    background-color: #fff;
    /* padding: 30px; */
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
}
#ui-datepicker-div .ui-datepicker-header a {
    cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-next {
    float: right;
}
#ui-datepicker-div .ui-datepicker-calendar {
    margin-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-disabled span {
    opacity: 0.8;
    color: #c5a79d;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar  tbody tr td a {
    color: #000;
}
#ui-datepicker-div {
    /* width: 84%; */
    padding: 15px;
}