#address-popup .form_error {
	color: #A00;
	font-size: 12px;
}

#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label,
#simpleaddress .radio label {
    padding: 10px 15px;
    font-size: 15px;
    width: 100%;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.row-customer_norecall label:before,
#simplecheckout_shipping .radio label:before,
#simplecheckout_shipping_method .radio label:before,
#simplecheckout_payment .radio label:before,
#simpleaddress .radio label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    border-radius: 12px;
    border: 1px #484848 solid;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    transform: translateY(-50%);
}

.row-customer_norecall label:has(input:checked):before,
#simplecheckout_shipping .radio label.s-radio-label-active:before,
#simplecheckout_shipping_method .radio label.s-radio-label-active:before,
#simplecheckout_payment .radio label.s-radio-label-active:before,
#simpleaddress .radio label.s-radio-label-active:before {
  	border-color: #f14d01;
	background: radial-gradient(#f14d01 40%,#fff 50%);
}

.row-customer_norecall label input,
#simplecheckout_shipping .radio label input,
#simplecheckout_shipping_method .radio label input,
#simplecheckout_payment .radio label input,
#simpleaddress .radio label input {
    height: 0;
    width: 0;
    opacity: 0;
}

#simpleedit input[type=text],
#simpleedit input[type=password],
#simpleedit input[type=email],
#simpleedit input[type=tel],
#simpleedit input[type=phone],
#simpleedit input[type=date],
#simpleedit input[type=time],
#simpleedit select,
#simpleedit textarea,
#simpleaddress input.form-control {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px !important;
	border-radius: 20px;
}
.simplecheckout .error-message.map-error p, #address-popup .error-message.map-error p {
    margin: 0
}

#address-popup .simplecheckout-error-text {
    display: none !important;
}