/*Error inputs*/
.error-input{
    border: #ff3737 1px  solid !important;
    /*background: #ffd2d2 !important;*/
    /*border-style: solid !important;*/
    /*border-color: #ff3737 !important;
    border-style: solid !important;*/
}
.contact-form{
    position: relative;
}
.g-recaptcha{
    margin-top: 10px;
}

.custom-error{
    font-size: 0.50rem !important;
    border: 3px solid #ff3737 !important;
}

.custom-error-text{
    color: #ff3737 !important;
}

.custom-success{
    font-size: 0.50rem !important;
    border: 3px solid #13a913 !important;
}

.custom-success-text{
    color: #13a913 !important;
}

.custom-order-success{
    font-size: 1rem !important;
}
.button {
    position: relative;
}

.grecaptcha-badge{
    visibility: hidden;
}

/*Loader*/
.sk-double-bounce {
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d14a44;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
    animation: sk-double-bounce 2.0s infinite ease-in-out;
}
.sk-double-bounce .sk-double-bounce-2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-double-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
