body{
    font-family: 'optima';
    color: #111111;
    font-weight: 400;
}

a{
    color: #111111;
}

a:hover{
    color: #CC0244;
}

a:hover, a:focus{
    color: #CC0244;
}

/* Modal */
.modal .title{
    text-align: center;
    color: #111111;
    font-size: 24px;
    text-transform: uppercase;
}

.modal-header{
    background: transparent;
    border-bottom: none;
}

.modal .close{
    color: #463B4A;
    margin-top: 0;
    font-size: 29px;
    line-height: 32px;
}

.form-group label{
    font-size: 14px;
    color: #626262;
}

.modal .form-control{
    border: 1px solid #CCCCCC;
}

.forgotten-password{
    font-size: 13px;
    color: #584B60;
}

.forgotten-password small{
    font-size: 100%;
}

.modal-footer .registration-btn-wrapper .title{
    color: #626262;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: none;
}

.modal-footer .registration-btn-wrapper .btn{
    background: #707070;
}

.modal-footer .registration-btn-wrapper .btn:hover{
    background: #444444;
}

.modal-footer{
    background: transparent;
    border-top: none;
    text-align: center;
    padding: 15px 30px 40px;
}


.modal-footer .btn{
    line-height: 37px;
    height: 37px;
    border: none;
}

.modal.modal-email .form-control{
    height: 40px;
}

.modal.modal-email .title{
    font-size: 32px;
    color: #111111;
    margin-bottom: 40px;
}

.modal.modal-email .description{
    font-size: 15px;
    color: #111111;
}

.modal.modal-email .input-btn-wrapper .btn{
    padding: 9px 25px;
    min-width: 125px;
}

.iradio_flat.checked{
    border: 1px solid #CC0244;
}

.icheckbox_flat, .iradio_flat{
    border: 1px solid #CC0244;
    background: #ffffff;
}

.icheckbox_flat.checked, .iradio_flat.checked{
    background: #ffffff;
}

.iradio_flat.checked:after{
    background: #CC0244;
    width: 8px;
    height: 8px;
}

.icheckbox_flat{
    border: 1px solid #626262;
    background: transparent;
}

.icheckbox_flat:hover{
    border: 1px solid #CC0244;
    background: transparent;
}

.icheckbox_flat.checked,
.icheckbox_flat.checked.disabled{
    border: 1px solid #CC0244;
    background: #CC0244 url(../../images/nbshop5_pandora/core/check_box.png) center no-repeat;
}

.iradio_flat:hover{
    border: 1px solid #111111;
}


    /* Buttons */
.btn{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 25px;
    background-color: #463B4A;
    text-transform: none;
}

.btn:hover,
.btn:focus,
.btn:active:focus{
    color: #fff;
    border-width: 0;
    outline: none;
    background-color: #584b60;
}

.btn-success{
    background-color: #463B4A;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus{
    background-color: #584b60;
}

.form-control{
    border-color: #D9D9D9;
}


.heading-wrapper.heading-wrapper-bordered:before{
    display: none;
}

.modal .form-group-checklabel .validation-errors-list{
    line-height: normal;
}