.styled-block{margin:4px 0 -25px !important;background:#eef2f4 !important;padding: 29px 0 53px !important;border:none !important;}
*[id^=comp] > .row{margin-left:0;margin-right:0;}

.delivery_error {
    color:red;
}

.radio_sel_delivery {
    display:flex;
    flex-direction:column;
    margin-bottom:10px;
}
.radio_sel_delivery label:hover {
    cursor:pointer;
}
label.radioel_delivery {
    color: black !important;
    font-size: 15px !important;
}
label.radioel_delivery span {
    color:gray;
}
.work_time_self{
    margin-left: 17px;
    margin-bottom: 15px;
    color: dimgrey;
}

.clear_promocode {
    position: absolute;
    top: 25%;
    left: 10px;
    font-weight: bold;
    color: gray;
    cursor:pointer;
}

.promocode_entered {
    padding-left: 25px !important;
}

.input_row_wrapper {
    display:flex;
    flex-direction:row;
}

.input_row_wrapper .input {
    width: 80%;
    margin-right: 10px;
}
.apply_coupon_btn {
    width: 30%;
    margin: 0px !important;
    line-height: 26px !important;
}

@media(max-width:769px) {
    .input_row_wrapper .input {
        width: 60%;
    }
    .apply_coupon_btn {
        width: 39%;
        font-size:13px !important;
    }
}
@media(max-width:321px) {
    .apply_coupon_btn {
        font-size:10px !important;
    }
}