/**
 * NOTICE OF LICENSE
 *
 * @author    WebImpacto www.webimpacto.agency <info@webimpacto.es>
 * @copyright 2022 WebImpacto Consulting S.L
 *
 *  Property of WEBIMPACTO
 */

.form-group input, #onepagecheckoutps .form-group select {
    border-radius: unset;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #B9B9B9;
    height: 1px;
}

.form-group input.form-control.error {
    background: url('../img/cruzN.svg') right 0.75rem center no-repeat;
}

.form-group input.form-control.valid {
    background: url('../img/check.svg') right 0.75rem center no-repeat;
}

.form-group .form-control {
    padding:0;
}

.form-group label {
    font-family: 'Montserrat-Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #5C5C5C;
}

.form-control.valid {
    border-color: #69AF6D;
}

.help-block.form-error {
    font-family: 'Montserrat-Regular', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #DA1212;
}
.eraseInput {
    position: absolute;
    right: 0.75rem;
    padding: 0;
    margin-top: -22px;
    cursor: pointer;
}
body#checkout .eraseInput.address1 {
    right: 1.5rem;
}
body#checkout span.eraseInput.password {
    margin-top: -23px;
}
span.input-group-btn.showText.moved {
    right: 25px;
    top: 22px;
}
.br-form-group.password.moved span.eraseInput.password {
    margin-top: -38px;
}
.br-form-group.password.moved .okIcon {
    top: 22px;
}
.br-form-group.holder input::-webkit-input-placeholder {
   color:transparent;
}

.br-form-group.holder input:-moz-placeholder { /* Firefox 18- */
   color:transparent; 
}

.br-form-group.holder input::-moz-placeholder {  /* Firefox 19+ */
   color:transparent; 
}

.br-form-group.holder input:-ms-input-placeholder {  
   color:transparent;
}
.block-promo .eraseInput {
    display: block !important;
    left: unset !important;
    margin-bottom: -16px !important;
}
.block-promo .invalid-feedback, .br_voucher_modal .invalid-feedback {
    margin-top: 0 !important;
}

#authentication .invalid-feedback, #password .invalid-feedback, .input-group-btn.invalid, #checkout-forgot-password-step .invalid-feedback,
.totblockcart-block .js-mailalert .input-group-btn.input-message{
    margin-top: 0 !important;
}
form.was-validated .form-control:invalid {
    background: transparent;
}
.was-validated .custom-select:valid {
    background: none;
}
.was-validated .custom-select:invalid {
    background: none;
}
.showText {
    position: absolute !important;
    top: 22px;
    right: 0;
    color: #000000 !important;
    margin-top: 0 !important;
}
.showText span {
    padding: 0 6px 3px 0;
    font-size: 14px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
    transition: background-color 5000s ease-in-out 0s!important;
}
.okIcon {
    right: 0;
    position: absolute;
    margin-right: 0.75rem;
    bottom: 2px;
}

@media (max-width: 767px)
{
    .form-group input.form-control.error {
        background: url('../img/cruzR.svg') right 0.75rem center no-repeat;
    }
    #totblockcart #promo-code.promo-code form .br-form-group {
        margin-bottom: 20px;
    }
    #totblockcart #promo-code.promo-code {
        height: 16rem;
    }
    body#checkout .phone_mobile span.input-group-btn.input-message.invalid{    
        margin-left: 32%!important;
    }
}

.br-form-group.phone_number .invalid-feedback {
    width: 75%;
}

.eraseInput.nederland {
    margin-top: -38px;
}