.wolfspur-error-message
{
    background-color: #ffe7e2;
    border-radius: 5px;
    border: 1px solid #ff3852;
    color: #000;
    padding: 20px;
}

.emailh4:after
{
    content: '*';
    color: #fb1d4c;
    font-style: italic;
}

.payment-table tr
{
    cursor: pointer;
}

input[type=checkbox]
{
    cursor: pointer;
}

.if_konto
{
    margin-bottom:30px;
}

.liefer_anschrift
{
    margin-top: 20px;
}

.no_konto i
{
    position: absolute;
    left: 14px;
    color: #fff; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    font-size: 18px;
    background-color: #00eb89;
    padding: 4px;
    border-radius: 50%;
}

.no_konto div.vorteil
{
    position: relative;
    padding-left: 55px;
    padding-top: 20px;
}


#weiterbutton
{
    margin-top: 40px;
}

#form_checkout h4
{
    margin-top: 40px;
}

#form_checkout input[disabled]
{
    background-color: #e0e0e0;
}

.wolfspur-checkout-adressbox-new
{
    border-radius: 9px;
    padding: 25px;
    text-align: center;
    border: 3px dashed #ffd562;
    cursor: pointer;
}

.wolfspur-checkout-adressbox-selected
{
    border: 3px solid #ffd562;
}

.wolfspur-checkout-adressbox {
    background-color: #fff7c6;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.logininfo
{
    background-color: #a4044a;
}
.logoutinfo
{
    background-color: #00eb89;
}
.logininfo,.logoutinfo
{

    padding: 10px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.logininfo a,.logoutinfo a
{
    display: block;
    margin-top: 10px;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


ul.vorteile {
    list-style: none; /* Remove default bullets */
}

ul.vorteile li
{
    position: relative;
    padding-left:20px;
    margin-bottom: 20px;
    font-size: 14px;
}

ul.vorteile li i {
    position: absolute;
    left: -17px;
    color: #00eb89; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
}

ul.vorteile.regvorteile li i {
    position: absolute;
    left: -17px;
    color: #fff; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    font-size: 18px;
    background-color: #00eb89;
    padding: 4px;
    border-radius: 50%;
}

#form_checkout h1
{
    margin-top: 40px;
}

#form_checkout select
{
    height: 29px !important;
    border: 1px solid #000 !important;
}

#form_checkout input
{
    height: 25px !important;
    border: 1px solid #000 !important;
}

.payment-table
{
    border: 1px solid #ccc;
    border-collapse: collapse;
}

.payment-table h5, .payment-table p
{
    margin:0px;
    padding:0px;
}

.payment-table h5, .payment-table p
{
    margin-bottom: 6px;
}
.payment-table td
{
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.payment-table tr td:nth-child(1)
{
    width: 20px;
    text-align: center;
}
.payment-table tr td:nth-child(2)
{
    width: 60px;
    text-align: center;
}


.payment-chooser
{
    border-radius: 50%;
    border: 1px solid #999;
    width: 14px;
    height: 14px;
    float: left;
    clear: left;
}

.payment-chooser div
{
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #a4044a;
    margin-top: 3px;
    margin-left:3px;
    display: none;
}