:root
{
    --backhead: #151515;
    --linkcolor:#ff5400;
}
/*Header*/
header {
    background: var(--backhead);
}

header .sa-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem 0;
}

header .sa-info-salon {
    display: flex;
    text-align: center;
}

header .sa-info-salon p:first-child {
    margin-right: 6rem;
}

header .sa-info-salon p span {
    font-weight: 400;
    color: var(--xaWhite);
}

header .sa-info-salon p i {
    color: var(--xaWhite);
    margin-right: 0.3rem;
}

@media only screen and (max-width: 1230px) {
    header .sa-box {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 991px) {
    header .sa-box {
        padding: 1rem 1.5rem;
    }
}

@media only screen and (max-width: 768px) {
    header .sa-box {
        padding: 1rem;
    }

    header .sa-info-salon p:first-child {
        margin-right: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    header .sa-box {
        padding: 0.5rem 1rem;
    }

    header .sa-info-salon {
        flex-direction: column;
        align-items: flex-end;
    }

    header .sa-info-salon p:first-child {
        margin-bottom: 0.3em;
        margin-right: 0;
    }
}

@media only screen and (max-width: 360px) {
    header .sa-info-salon {
        text-align: left;
    }

    header .sa-box {
        align-items: flex-start;
        justify-content: flex-start;
    }

    header .sa-info-salon {
        align-items: flex-start;
    }
}
