#password .form-control-label {
    text-align: left;
}

#password .center-email-fields,
#password .renew-password {
    flex-direction: column;
    margin: 85px auto;
    width: 480px;
    max-width: 100%;
}

#password .center-email-fields .btn-primary {
    align-self: center;
    margin-top: 50px;
    width: 246px;
    height: auto;
}

.renew-password [type="submit"] {
    margin-left: 0;
}

.forgotten-password .form-fields .email {
    width: 100%;
}

.send-renew-password-link {
    text-align: center;
}

#password .renew-password .topbtn {
    text-align: center;
}

#my-account .latopline {
    display: none;
}

#my-account .topline {
    font-size: 50px;
    margin-bottom: 115px;
}

#my-account #content .links > a {
    text-align: center;
    margin-bottom: 60px;
}

#my-account .links > a .link-item,
#my-account .links > li > a .link-item {
    border: 1px solid #707070;
    border-radius: 19px;
    color: #000;
    text-transform: none;
    font-size: 25px;
    font-weight: 400;
    margin: 0 auto;
    width: 410px;
    max-width: 100%;
}

.page-my-account #content .links a span.link-item {
    padding: 26px 12px;
}

.page-my-account #content .links a i {
    font-size: 58px;
    padding-bottom: 0!important;
    margin-bottom: 20px;
    margin-top: 0;
}

#my-account .lelogout {
    text-align: center;
    margin-top: 100px;
}

#my-account .lelogout .btn {
    border-color: #8F1212;
    background: #8F1212;
    width: 271px;
}

#my-account .lelogout .btn:hover {
    background: #fff;
    color: #8F1212;
}

.accountlike .latopline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.accountlike .latopline .letitle {
    font-size: 50px;
}

.accountlike .latopline .leback svg {
    color: #000;
    width: 50px;
    height: 50px;
}

#identity .js-customer-form {
    border: 1px solid #707070;
    border-radius: 36px;
    padding: 4% 3%;
    margin: 50px auto;
    width: 702px;
    max-width: 100%;
}

#identity .js-customer-form .form-group:not(.type-checkbox) {
    display: flex;
    border-bottom: 1px solid #707070;
}

#identity .js-customer-form .form-group .form-control-label {
    font-size: 25px;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

#identity .js-customer-form .form-group.type-checkbox .form-control-label {
    display: none;
}

#identity .js-customer-form .form-group:not(.type-checkbox) .form-control-label:after {
    content: ' : ';
}

#identity .js-customer-form .form-group.type-radio-buttons {
    align-items: center;
    border-bottom: 0;
} 

#identity .js-customer-form .form-group .js-input-column {
    flex-grow: 1;
    padding-top: 0;
}

#identity .radio-inline {
    margin-bottom: 0;
}

#identity .js-customer-form .form-group .input-group,
#identity .js-customer-form .form-group .form-control {
    height: 100%;
}

#identity .js-customer-form .form-group .form-control {
    color: #000;
    font-family: 'Minion Pro';
    font-size: 25px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#identity .js-customer-form .form-control-comment {
    display: none;
}

#identity .form-footer {
    text-align: right;
}

#identity .form-footer .btn-primary {
    width: 227px;
}

#address .js-address-form {
    border: 1px solid #707070;
    border-radius: 36px;
    padding: 4% 3%;
    margin: 50px auto;
    width: 702px;
    max-width: 100%;
}

#address .js-address-form .form-control-label {
    display: none;
}

#address .js-address-form .form-control {
    color: #000;
    font-family: 'Minion Pro';
    font-size: 25px;
}

#address .js-address-form .form-control-select {
    outline: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #707070;
}

#address .js-address-form .form-control-comment {
    display: none;
}

#address .form-footer {
    text-align: right;
    margin-top: 35px;
}

#address .form-footer .btn-primary {
    width: 227px;
}

#addresses #content {
    margin-top: 75px;
}

#addresses .address {
    border: 1px solid #707070;
    border-radius: 36px;
    padding: 25px;
    margin-bottom: 0;
}

#addresses .address h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
}

#addresses .address address {
    font-size: 25px;
    font-family: 'Minion Pro';
    line-height: 1.5;
}

#addresses .page-footer {
    margin-top: 100px;
}

#addresses .address-footer {
    display: flex;
    justify-content: space-between;
    border-top: 0;
    padding: 20px;
}

#addresses .address-footer .delete {
    border-color: #8F1212;
    background: #8F1212;
}

#addresses .address-footer .delete:hover {
    background: #fff;
    color: #8F1212;
}

#addresses .lesadresses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px 88px;
    width: 1136px;
    max-width: 100%;
    margin: 0 auto;
}

.page-addresses .addresses-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    border-radius: 36px;
    padding: 25px;
    margin: 0;
    min-height: 400px;
}

.page-addresses .addresses-footer svg {
    color: #000;
    width: 100px;
    height: 100px;
}



@media (max-width: 1399px) {
    #addresses .address-footer {
        padding: 0;
    }

    #addresses .lesadresses {
        gap: 35px 25px;
    }
}

@media (max-width: 991px) {
    #addresses .address-footer .btn {
        font-size: 19px;
    }
}

@media (max-width: 767px) {

    .accountlike .latopline .letitle {
        font-size: 30px;
    }

    .accountlike .latopline .leback svg {
        width: 40px;
        height: 40px;
    }

    #identity .js-customer-form .form-group .form-control-label {
        font-size: 14px;
    }

    #identity .js-customer-form .form-group .form-control {
        font-size: 14px;
    }

    #identity .form-footer {
        text-align: center;
    }

    #address .js-address-form .form-control {
        font-size: 18px;
    }

    #address .form-footer {
        text-align: center;
    }

    #addresses .lesadresses {
        grid-template-columns: 1fr;
    }
}