.sc_delivery_zones-button {
    width: 49%;
    padding: 15px;
    margin-right: 2%;
    float: left;
    padding: 15px;
    transition: all .4s;
    opacity: .5;
    outline: none;
}
.sc_delivery_zones-button:focus { outline: none; }
.sc_delivery_zones-button.active {
    opacity: 1;
}
.sc_delivery_zones-button:last-of-type {
    margin-right: 0;
}

.sc-delivery-options-heading {
    margin-top: 0;
}

.ui-datepicker-unselectable.ui-state-disabled span.ui-state-default {
    color:#828BA0 !important;
    opacity: 0.3;
}

.ui-datepicker td .ui-state-default {
    color: #2E56B3;
}

#is_delivery_field {
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

#shippingButtonsContainer {
    text-align: center;

}

#sc-delivery-zones-additional-fields {
    clear:both;
    display: block;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.sc-delivery-hidden {
    display:none;
}

#deliveryMessage {
    background: #fff;
    padding: 20px 30px;
    margin: 15px 0;
    border: 1px solid #FFF;
    border-radius: 5px;
}

#delivery_date_field .woocommerce-input-wrapper,
#pickup_date_field .woocommerce-input-wrapper {
    position: relative;
}

#delivery_date_field .woocommerce-input-wrapper::before,
#pickup_date_field .woocommerce-input-wrapper::before {
    position: absolute;
    font-size: 14px;
    content: 'Change date';
    line-height: 50px;
    width: 100px;
    right: 25px;
    pointer-events: none;
}

@media only screen and (max-width: 600px) {
    #delivery_date_field .woocommerce-input-wrapper::before,
    #pickup_date_field .woocommerce-input-wrapper::before {
        font-size: 13px;
        width: 60px;
        content: 'Change';
    }

    #delivery_date,
    #pickup_date {
        font-size: 16px;
    }
}

#delivery_date_field .woocommerce-input-wrapper::after,
#pickup_date_field .woocommerce-input-wrapper::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    font-size: 12px;
    line-height: 50px;
    width: 25px;
    right: 0;
    pointer-events: none;
}

.hvr-bounce-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.cart-collaterals .cart_totals .shipping {
    display: none;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .75;
}

.delivery-check-form {
    position: relative;
}

.delivery-check-form .sc-delivery-address-autocomplete {
    border-radius: 100px;
    border: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    color: #CDCDCD;
    width: 100%;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 41px;
}


.get-started-btn {
    position: absolute;
    top: 3px;
    right: 4px;
    color: #FFF;
    border-radius: 100px;
    padding: 12px 30px;
    margin-top: 2px;
    line-height: 27px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    border-color: #0CAB1D;
    background: #0CAB1D;
}


.get-started-btn:hover {
    color: #ffffff;
}

@media (max-width: 640px) {
    .delivery-check-form .sc-delivery-address-autocomplete {
        line-height: 2;
        min-height: 32px;
    }

    .get-started-btn {
        top: 1px;
        padding: 12px 16px;
        line-height: 20px;
        font-size: 14px;
    }
}

.change-popup-delivery-date-js {
    display: block;
    margin-top: 1rem;
    color: #0CAB1D;
}

.change-popup-delivery-date-js:hover {
    color: #0CAB1D;
}

.sc-delivery-checker-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.sc-delivery-checker-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 770px;
    overflow: auto;
    background-color: #FBFAF8;
}

.sc-delivery-checker-popup__content {
    background-color: #1C342D;
    text-align: center;
    padding: 60px 30px;
}

.sc-delivery-checker-popup .close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0 1rem;
    font-size: 28px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
}

.sc-delivery-checker-popup h4 {
    margin-top: 0;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 600;
}

.sc-delivery-checker-popup .location i {
    margin-right: 10px;
    color: #0CAB1D;
}

.sc-delivery-checker-popup .change-delivery-location-js {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #0CAB1D;
}

.sc-delivery-checker-popup .location {
    margin: 30px 0;
}

.sc-delivery-checker-popup__content p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}


.sc-delivery-checker-popup__content a.btn:not(.get-started-btn) {
    padding: 15px 24px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
    margin-top: 24px;
    color: #fff;
    background-color: #0CAB1D;
    border: 1px solid #0CAB1D;
    border-radius: 5px;
}

.sc-delivery-checker-popup-btn-js {
    color: #fff;
}

.sc-delivery-checker-popup-btn-js:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .sc-delivery-checker-popup__content {
        padding: 60px 100px;
    }

    .sc-delivery-checker-popup h4 {
        font-size: 28px;
        line-height: 1.22222222em;
    }
}

@media (min-width: 992px) {
    .sc-delivery-checker-popup__inner {
        width: 60%;
        max-width: 850px;
    }

    .sc-delivery-checker-popup h4 {
        font-size: 38px;
        line-height: 1.22222222em;
    }
}
