.woocommerce-success{
    color: green;
    font-size: 13px;
}

.woocommerce-success span{
    font-weight: normal;
    display: inline-block;
    margin-left: 15px;
}

.woocommerce-error-note{
    color: red;
    font-size: 12px;
}

.checkout .woocommerce-shipping-methods li{
    display: none;
}

li:has(input[value^='local_pickup']) {
    display: block !important;
}

#delivery_hour_field label{
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.shake-10px {
    animation: shake 0.5s;
}

@keyframes shake {
    0% { transform: translate(0, 0); }
    20% { transform: translate(-10px, 0); }
    40% { transform: translate(10px, 0); }
    60% { transform: translate(-10px, 0); }
    80% { transform: translate(10px, 0); }
    100% { transform: translate(0, 0); }
}

#delivery_hour{
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #4c9e31;
}

.praji-delivery-needs-address{
    color: rgb(255, 149, 0);
    font-size: 12px;
    margin-top: 10px;
    font-style: italic;
}

[data-notification-type="error-note"]{
    color: red;
}

[data-notification-type="success"]{
    color: green !important;
}