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

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

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

.error-subscribe {
    font-size: 14px !important;
    color: #ff5549 !important;
    text-transform: none !important;
    position: absolute;
    top: calc(100% + 15px);
    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;
}

.d-none
{
    display: none;
}
