/*
Theme Name:   soledad-child
Template:     soledad
Version:  0.1.0
*/
.woocommerce-billing-fields h3{
    display: none;
}
.delivery_time_main_container h3{
    display: block;
}
/* Стили для кастомного выбора */


        /* Радиокнопки */
        input[type="radio"] {
        }

        input[type="radio"] + span {
            display: block;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
        }

        input[type="radio"]:checked + span {
            font-weight: bold;
            color: #000;
        }

        /* Стиль для ASAP опции */
        label[for="time-asap"] {
            display: block;
            margin-bottom: 10px;
        }

        input[type="radio"] #time-asap + span {
            display: block;
            margin-right: 5px;
        }
.sale-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 10;
}
