.text-default
{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fw-600
{
    font-weight: 600;
}

.fw-700
{
    font-weight: 700;
}

.text-center
{
    text-align: center;
}

.alert-success
{
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}

#chevron
{
    transition: transform 0.3s;
    display: inline-block;
    text-align: center;
    transform: scale(0.6);
}

.navbar-toggler:not(.collapsed) #chevron
{
    transform: rotate(180deg) scale(0.7);
}

@media (min-width: 621px)
{
    #flowers-left
    {
        display: block !important;
    }
}

.nav-link
{
    position: relative;

    &::after
    {
        position: absolute;
        content: '';
        height: 2px;
        width: 0;
        top: calc(100% - 5px);
        left: calc(50% - 10px);
        background-color: #718166;
        display: block;
        transition: .2s all;
    }

    &.active::after
    {
        width: 20px;
        display: block;
        transition: .2s all;
    }

    /*&:hover::after*/
    /*{*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*}*/
}

.thin-container
{
    max-width: 500px;
    margin: 0 auto;
}

.cursor-pointer
{
    cursor: pointer;
}

form ul
{
    list-style-type: none;
    padding: 0;

    li
    {
        text-align: right;
        color: var(--danger);
    }
}

.meal-choices
{
    .form-check
    {
        flex: 1 1 auto !important;

        label
        {
            &.form-check-label
            {
                margin-left: 1rem;
            }
        }
    }

    @media screen and (max-width: 376px)
    {
        label {
            flex-direction: column;
            margin-bottom: 1rem;
        }
    }
}



.badge-arriva
{
    background-color: #1FBECD;
    color: #fff;
    font-family: Helvetica, sans-serif;
}

.badge-nu-venture
{
    background-color: #225519;
    color: #fff;
    font-family: Helvetica, sans-serif;
}
