#content .forgot-password {
    text-align: left;
}

.card.card_account {
    padding: 0;
}

/*** Login page ***/
.page-authentication #content hr {
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid var(--border-color);
}

/*** Addresses page ***/
.page-addresses .address .address-footer {
    padding: var(--spaces-sm) var(--spaces-md);
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*** Order details page ***/
.page-order-detail #order-infos ul {
    margin: 0;
}

.page-order-detail .addresses {
    margin: 0 -0.9375rem;
}

.page-order-detail .addresses h4 {
    font-size: 16px;
    font-weight: 700;
}

.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}

.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
    float: left;
    width: 30%;
    padding-right: 0.5rem;
    text-align: right;
}

.page-order-detail #order-products.return td.qty .select {
    float: left;
    width: 70%;
    padding-left: 0.25rem;
    margin: -0.625rem 0;
}

.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}

.page-order-detail .order-items {
    padding: 0 !important;
}

.page-order-detail .order-items .order-item .checkbox {
    float: left;
    width: 30px;
    padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
    float: left;
    width: calc(100% - 30px);
    padding: 0 0.9375rem;
}

.page-order-detail .messages .message {
    margin-top: 0.5rem;
    border-bottom: 1px solid var(--background);
}

.page-order-detail .messages .message:last-child {
    border-bottom: 0;
}

.page-order-detail .messages .message>div {
    margin-bottom: 0.5rem;
}

.page-order-detail .customization {
    margin-top: 0.75rem;
}

#order-detail .order_resume .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#order-detail .order_summary .line-subtotal .value {
    float: right;
    font-weight: 400;
}

#order-detail .order_actions .oactions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    text-align: center;
}

#order-detail .order_priceproduct .value {
    clear: both;
    width: 100%;
    display: block;
}

#order-detail .product_reorder {
    font-size: 0.9rem;
}

#order-detail .product_reorder i {
    font-size: 1rem;
}

#order-detail #order-products .form-control {
    padding-top: 0;
}

#order-detail .order_resume .item .title,
#order-detail .order_summary .title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

/*** Order return page ***/
#order-return-infos .thead-default th {
    color: var(--color_font);
}

#order-return-infos .customization {
    margin-top: 0.75rem;
}

/*** My account landing page ***/

/*** History page ***/
#history .orders {
    margin: 0 -1rem;
}

#history .orders .order {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--background);
}

#history .orders .order a h3 {
    color: #7a7a7a;
}

#history .orders .order .label {
    display: inline-block;
    padding: 0.25rem 0.375rem;
    margin: 0.25rem 0;
    color: #FFFFFF;
    border-radius: 3px;
}

#history .orders .order:last-child {
    border-bottom: 0;
}

#history .order_history {
    background-color: #FFF;
}

#history .order_history .history_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#history .order_history .history_info .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#history .order_history .history_info .title {
    font-weight: 400;
}

#history .order_history .history_info .value {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

#history .order_history .history_buttons {
    display: table;
    margin: 0 auto;
    padding: 0.5rem 0;
}

#history .order_history .history_buttons>a {
    text-align: center;
}

/*** FOOTER ***/
.page-footer .account-link {
    margin-right: 1rem;
}

.page-footer .account-link i {
    font-size: 16px;
}

.page-footer .account-link span {
    font-size: 14px;
    line-height: 23px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    #wrapper #left-column {
        padding-right: 0;
    }

    #content-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    #history .order_history .history_buttons {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        border-radius: 0;
        border: 0;
    }

    #history .order_history .history_buttons>a {
        width: 100% !important;
    }


    #order-detail .order_resume .col-xs-12:last-child {
        border: 0;
        margin-bottom: 0;
    }

}

@media (max-width: 767px) {
    .card.card_account {
        margin-left: 0;
        margin-right: 0;
    }
}

.forgotten-password {
    padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .forgotten-password .form-fields .center-email-fields {
        flex-direction: column;
    }

    .forgotten-password .form-fields .center-email-fields button {
        width: 100%;
    }
}

.forgotten-password .form-fields .center-email-fields button {
    margin-top: 15px;
    height: 38px;
}

.forgotten-password .form-fields .center-email-fields .form_forgot_pass,
.forgotten-password .form-fields .center-email-fields .form-control {
    width: 100%;
}

.forgotten-password .form-fields .email {
    width: 430px;
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .forgotten-password .form-fields .email {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.forgotten-password .form-fields .email input {
    height: 38px;
}

.forgotten-password .form-fields label.required {
    width: 100%;
    text-align: left;
}

.send-renew-password-link {
    padding: 0;
}

.renew-password {
    padding: 0;
}

.renew-password>div {
    padding: 0;
}

.renew-password .email {
    padding-bottom: 30px;
}


/*# sourceMappingURL=customer.css.map */