/* -- Home page */
.home__cart {
    max-width: 900px;
    margin: 30px auto;
    width: 100%;
}

.home__cart h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.cart__nav {
    margin: 20px 0;
}

.cart__nav a {
    font-weight: 500;
    font-size: 24px;
    text-decoration: none;
}

.cart__nav a:hover {
    text-decoration: underline;
}

.cart__nav a:first-child {
    margin-bottom: 20px;
}

/* -- Login page */
.login__wrap {
    padding: 20px 0;
}

.form__wrap {
    width: 70%;
}

.form__helpers a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.form__helpers a:not(:last-child) {
    text-decoration: none;
}

.form__helpers a:not(:last-child):hover {
    text-decoration: underline;
}

.form__helpers a:last-child:hover {
    text-decoration: none;
}

input.error#forgotten-email + label,
input.error#reg-email  + label,
input.error#login-email + label {
    display: none!important;
}