/*Error inputs*/
.error-input {
    border: #ff5549 1px solid !important;
    /*border-style: solid !important;*/
    /*border-color: #ff3737 !important;
    border-style: solid !important;*/
}

.error {
    font-size: 12px !important;
    color: #ff5549 !important;
    text-transform: none !important;
    /*position: absolute;
    top: calc(100% + 5px);
    left: 0;*/
}

.error-no-absolute {
    font-size: 12px !important;
    color: #ff5549 !important;
    text-transform: none !important;
    top: calc(100% + 5px);
    left: 0;
}


.error-inline {
    font-size: 12px !important;
    color: #ff5549 !important;
    text-transform: none !important;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
}

.error-basket {
    font-size: 12px !important;
    color: #ff5549 !important;
    text-transform: none !important;
}

.g-recaptcha {
    margin-top: 10px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.custom-cursor-pointer{
    cursor: pointer;
}

.custom-cursor-default{
    cursor: default;
}
.review-response{
    font-weight: 700;
    font-size: 27px;
    text-align: center;
}
.review-response.success {
    color: #2dbb2d;
}

.review-response.success {
    color: #2dbb2d;
}

.review-response.error {
    color: #f12727;
}
