.continueShop{
    display:block;
    margin: 0 auto;
    min-width: 150px;
    /*border-radius: 0 10px !important;*/
}
.delivery-check-line {
	display: flex;
}
.delivery-check {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.delivery-check input {
    margin-right: 7px;
    height: auto;
}
.delivery-check input {
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    width: 1.5rem !important;
    height: 1.5rem !important;
    /*border-radius: 2px 7px !important;*/
}

.delivery-check input:checked {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
}
.delivery-check input:checked[type=radio] {
    background: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e) center no-repeat;
}