#RegistroUnico .shop-checkout .form-customers {
    margin: 75px auto;
    max-width: 570px;
    text-align: center;
}
#RegistroUnico .shop-checkout .form-customers h3.check-out-title {
    border-bottom: 2px solid #ffffff;
    color: #25262c;
    font-size: 20px;
    margin: auto;
    max-width: 570px;
    padding-bottom: 20px;
    font-weight: 600;
}

#RegistroUnico .shop-checkout .form-customers .woocommerce-checkout-info {
    border-bottom: 1px solid #eee;
    display: inline-block;
    padding: 6px 0;
    width: 100%;
    margin-top: -1px;
}
#RegistroUnico .shop-checkout .form-customers .woocommerce-checkout-info > div {
    display: inline-block;
    cursor: pointer;
}
#RegistroUnico .shop-checkout .form-customers form {
    margin-top: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
#RegistroUnico .shop-checkout .form-customers form {
    margin-top: 25px;
}
#RegistroUnico .shop-checkout .form-customers form label {
    width: 100%;
    font-weight: 400;
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 13px;
}
#RegistroUnico .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#RegistroUnico .btn-compra {
    background-color: #A20202;
    border: medium none;
    color: #fff;
    padding: 6px 20px;
    font-size: 13px;
    float: right;
}
#RegistroUnico .shop-checkout .col-1 {
    padding-right: 30px;
}
#RegistroUnico .shop-checkout #customer_details h3,
#RegistroUnico .shop-checkout #order_review_heading {
    border-left: 2px solid #A20202;
    padding-left: 15px;
    text-transform: uppercase;
    color: #A20202;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left;
}
#RegistroUnico .shop-checkout .woocommerce-billing-fields input,
#RegistroUnico .shop-checkout .woocommerce-billing-fields select {
    background-color: #f5f5f5;
    border: medium none;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}

#RegistroUnico .shop-checkout #customer_details label abbr[data-original-title],
#RegistroUnico .shop-checkout #customer_details label abbr[title] {
    border-bottom: 1px dotted #eaad14;
    cursor: help;
}
#RegistroUnico .shop-checkout #customer_details label abbr {
    color: #eaad14;
}
@media (max-width: 767px) {
    #RegistroUnico .form-control {
        margin-left: 0;
    }
    #FinalizarCompra{
        padding: 20px;
    }
}
.required{
    color:red !important;
}
.btn-compra:hover{
    color:white !important;
}
.btn-compra:focus{
    color:white !important;
}