@charset "utf-8";

p.form-row.byconsolewooodt_delivery_time.validate-required {
    width: 47%;
    display: inline-block;
}

p.form-row.byconsolewooodt_delivery_date.validate-required {
    width: 47%;
    display: inline-block;
    margin-right: 3%;
}

p.form-row.byconsolewooodt_delivery_type.validate-required label:first-child {
    background-color: #ffffff;
    border-style: none;
    border: none;
    box-shadow: 0px 0px;
    width: 100%;
}
p.form-row.byconsolewooodt_delivery_type.validate-required span {
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
}

p.form-row.byconsolewooodt_delivery_type.validate-required span label {
    flex: 1 33%;
}
@media all and (min-width: 768px){

    p.form-row.byconsolewooodt_delivery_type.validate-required span label {
        flex: 0 33%;
    }
    p.form-row.byconsolewooodt_delivery_type.validate-required label:first-child {
        width: initial;
    }
    p.form-row.byconsolewooodt_delivery_type.validate-required span {
        overflow: hidden;
        display: block;
        width: initial;
        text-align: left;
        flex-wrap: nowrap;
    }

}
abbr.required {display: none;}

/* CSS Document */
.byconsolewooodt_widget_date_field,.byconsolewooodt_widget_time_field{ width:50% !important; float:left;}

p.buttons{ text-align:center;}

input[type="submit"]{ width:300px;}

p.min-shipping-time{ text-align:center;}

p.min-shipping-time img{ height:30px; float:left;}

#byconsolewooodt_checkout_field input[type="radio"]{float: left;  margin-top: 10px;}

form select{ padding:7px; width:100%; margin-top: 5px; margin-bottom: 10px;}

.byconsolewooodt_delivery_type_of_delivery_time_radio_box{float: left;margin-right: 8px;font-size: 12px;margin-top: 5px;font-weight: bold !important;}

#byconsolewooodt_delivery_type_of_delivery_time_hidden_field{display:none;}

p.byconsolewooodt_delivery_type > label{
    width: 100% !important;;
}

p.byconsolewooodt_delivery_type > .woocommerce-input-wrapper{
    width: 100% !important;
}

.byconsolewooodt_delivery_type {font-family: "Lucida Grande", Tahoma, Verdana, sans-serif; overflow: hidden;}

.switch-title {margin-bottom: 6px;}

p.byc_service_time_closed{ color:#f00;}

.byc_closed_now{ display:none;}

.byconsolewooodt_delivery_type input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_take_away"],
.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_levering"],
.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_solo_establecimiento"] {
    float: left;
}

.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_take_away"],
.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_levering"],
.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_solo_establecimiento"] {
    /*display: inline-block;*/
    /*background-color: #ecefea;*/
    /*color: rgba(0, 0, 0, 0.6);*/
    /*font-size: 14px;*/
    /*font-weight: normal;*/
    /*text-align: center;*/
    /*text-shadow: none;*/
    /*padding: 6px 14px;*/
    border: 2px solid rgba(0, 0, 0, 0.2);
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    /*-webkit-transition: all 0.1s ease-in-out;*/
    /*-moz-transition:    all 0.1s ease-in-out;*/
    /*-ms-transition:     all 0.1s ease-in-out;*/
    /*-o-transition:      all 0.1s ease-in-out;*/
    /*transition:         all 0.1s ease-in-out;*/


    background: transparent;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin: 2px;
    padding: 1% 3%;
    box-shadow: 0px 0px;
}

.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_take_away"]:hover,.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_levering"]:hover,.byconsolewooodt_delivery_type label[for="byconsolewooodt_delivery_type_solo_establecimiento"]:hover {cursor: pointer;}

.byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_take_away"],
.byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_levering"],
.byconsolewooodt_delivery_type input:checked + label[for="byconsolewooodt_delivery_type_solo_establecimiento"]{
    background-color: #f8f8f8;
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    /*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
    border-width: 2px;
}

.byconsolewooodt_delivery_type label:first-of-type {border-radius: 4px 0 0 4px;}

.byconsolewooodt_delivery_type label:last-of-type {border-radius: 0 4px 4px 0;}


/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.hidden2 {
    display: none !important;
}
