.header-page {
    padding: 12px 0 36px;
    text-align: center;
}
.header-page h1 {
    font-size: 38px;
    line-height: 50px;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    color: #000;
}
/***** page-customer-account ****/
.page-customer-account #content, #order-return #content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
}
#identity #content, #address #content {
    max-width: 950px;
    padding: 25px 30px;
}
.page-customer-account footer.page-footer, 
#module-blockwishlist-lists .wishlist-footer-links,
#view .wishlist-footer-links,
#order-return footer.page-footer {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 18px 0;
    border-top: 1px solid #DFE0E1;
    margin-top: 1.5rem;
    margin-bottom: 3rem !important;
    display: flex;
    justify-content: space-between;
}
#identity footer.page-footer, #address footer.page-footer {
    max-width: 890px;
}
.page-customer-account footer.page-footer .account-link,
#module-blockwishlist-lists .wishlist-footer-links .text-primary,
#view .wishlist-footer-links a,
#order-return footer.page-footer .account-link {
    color: #000000;
    margin: 0;
    transition: color 0.2s linear;
    font-size: 18px;
}
.page-customer-account footer.page-footer .account-link em {
    line-height: 16px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}
.page-customer-account footer.page-footer .account-link i, #view .wishlist-footer-links a i, #module-blockwishlist-lists .wishlist-footer-links .text-primary i {
    font-size: 18px;
    line-height: 18px;
    position: relative;
    top: 0;
}
.page-customer-account footer.page-footer .account-link span,
#view .wishlist-footer-links a,
#module-blockwishlist-lists .wishlist-footer-links .text-primary {
    font-size: 16px !important;
    line-height: 26px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    text-decoration: underline;
}
.page-customer-account footer.page-footer .account-link:hover,
.page-customer-account footer.page-footer .account-link:hover span,
#module-blockwishlist-lists .wishlist-footer-links .text-primary:hover,
#view .wishlist-footer-links a:hover,
#order-return footer.page-footer .account-link:hover {
    color: #000;
    text-decoration: none;
}
.page-customer-account footer.page-footer .account-link[data-role="home"] i,
#module-blockwishlist-lists .wishlist-footer-links .text-primary i,
#view .wishlist-footer-links a i,
#order-return footer.page-footer .account-link[data-role="home"] i {
    position: relative;
    top: -2px;
}
#identity button.btn.btn-primary.form-control-submit, #address button.btn.btn-primary.form-control-submit {
    display: table;
    width: auto;
    margin: 0 0 0 auto;
    height: 40px;
    font-size: 18px;
    padding: 6px 60px;
}
/*** form ***/
.page-customer-account button.btn.btn-primary {
    padding: 10px 16px;
    border-radius: 0;
    text-transform: none;
    /* min-width: 282px; */
    font-size: 19px;
    height: 45px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    outline: 0 !important;
    background: #000000;
    color: #fff;
    border: none !important;
    transition: all 0.3s ease;
    float: none !important;
    display: table;
    margin: 0;
    width: 100%;
}
.page-customer-account .btn.btn-primary:focus, .page-customer-account .btn.btn-primary:hover {
    background: #80155E;
    color: #fff;
}
.page-customer-account .btn.btn-primary span {
    margin-right: 11px;
}
/***/
.page-customer-account section.form-fields .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.page-customer-account section.form-fields .row > .form-group.row {
    margin: 0;
    width: 100%;
}
.page-customer-account .form-group.form-group-flex {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.form-group.form-group-radio-buttons.form-group-flex.id_gender_ {
    display: none;
}
.form-group.form-group-radio-buttons.form-group-flex .form-control-label {
    min-width: 60px;
    text-align: left;
    display: block;
    margin: 0 !important;
    position: relative;
    top: 5px;
}
.page-customer-account .custom-radio {
    border: none !important;
}
.page-customer-account .custom-radio span {
    position: absolute;
    width: 17px !important;
    height: 17px !important;
    background: transparent !important;
    border: 1px solid #C1C1C1;
    top: -1px !important;
    left: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.page-customer-account .custom-radio input[type=radio]:checked+span {
    border-color: #000000!important;
}
.page-customer-account .custom-radio input[type=radio]:checked+span em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000000;
    display: block;
}
.page-customer-account .form-control-label {
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 400 !important;
    font-family: 'League Spartan', sans-serif;
    margin: 0 0 4px!important;
    padding: 0 !important;
}
 .page-customer-account .alert-info {
    background: rgb(217 124 24 / 38%);
    color: #000;
    padding: .75rem .5rem;
    border-color: rgb(217 124 24 / 38%);
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}
.page-customer-account .form-control {
    padding: 4px 14px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 0 !important;
    height: 45px;
    outline: 0 !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    font-family: 'League Spartan', sans-serif;
}
.page-customer-account .input-group .form-control {
    padding-right: 46px;
}
.page-customer-account input::placeholder, 
.page-customer-account textarea::placeholder {
    color: #7C7C7C;
}
.page-customer-account .form-control-comment {
    padding-top: 2px;
    font-size: 12px;
    color: #818181;
    display: block;
    display: none!important;
}
.page-customer-account .form-group.form-group-checkbox {
    margin: 0 0 .5rem;
}
.page-customer-account .form-group.form-group-checkbox label.form-control-label {
    font-size: 0 !important;
    display: block;
}
.page-customer-account .form-group.form-group-checkbox .form-control-comment {
    display: none;
}
.page-customer-account .form-group.form-group-checkbox label {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    font-family: 'League Spartan', sans-serif;
    font-weight: 300;
}
.page-customer-account .form-group.form-group-checkbox:not(.checkbox-required) {
    display: none;
}
.page-customer-account .form-group.form-group-checkbox label em {
    font-style: normal;
}
.page-customer-account .form-group.form-group-checkbox .custom-checkbox span {
    top: -1px;
}
.page-customer-account .form-group.form-group-checkbox .custom-checkbox input[type=checkbox]+span {
    margin-top: -5px;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    border-radius: 0;
    border: 1px solid #C1C1C1;
}
.page-customer-account .form-control:focus, .page-customer-account .input-group.focus {
    outline: 0 !important;
}
.page-customer-account .input-group .input-group-btn button.btn:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 16px;
    background-image: url(/themes/manucureshop/assets/img/eye-slash.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.page-customer-account .input-group .input-group-btn button.btn.show:after {
    background-image: url(/themes/manucureshop/assets/img/eye.svg);
}
.page-customer-account button.btn[data-action="show-password"] {
    font-size: 0 !important;
    padding: 8px !important;
    background: transparent !important;
    position: absolute;
    right: 0;
    min-width: 40px;
    top: 0;
    border-radius: 0 !important;
    border: none !important;
    outline: 0 !important;
    z-index: 3 !important;
}
.page-customer-account .password-strength-feedback i {
    line-height: 11px;
}
.page-customer-account .password-strength-feedback * {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    padding: 0;
}
.page-customer-account .password-strength-feedback p {
    margin: 0 !important;
    line-height: 24px !important;
}
.page-customer-account .password-strength-feedback .progress {
    height: 8px;
    border-radius: 4px!important;
    overflow: hidden;
    margin: 0 0 6px!important;
}
.page-customer-account .progress-bar.bg-success {
    height: 8px;
}
.page-customer-account .password-strength-feedback i {
    line-height: 11px;
}
.page-customer-account #content footer.form-footer {
    margin-top: 30px;
}
.page-customer-account .form-group {
    margin-bottom: 16px;
}
/* #address  section.form-fields .row {
    width: 100%;
    margin: 0;
}
#address section.form-fields .row .col-md-6 {
    width: 50%;
} */
/*******/
#module-psgdpr-gdpr section#content {
    max-width: 930px;
    padding: 0;
    box-shadow: none;
    border: none;
}
.psgdprinfo17 {
    margin-top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
#module-psgdpr-gdpr .psgdprinfo17 {
    border: 1px solid #DFE0E1;
    border-radius: 0;
    padding: 28px 28px 18px;
    margin: 0 0 24px;
}
#module-psgdpr-gdpr  footer.page-footer {
    max-width: 900px;
}
.psgdprinfo17 h2 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 28px;
    margin: 0 0 10px;
    font-family: 'League Spartan', sans-serif;
}
.psgdprinfo17 p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    font-family: 'League Spartan', sans-serif;
}
.psgdprinfo17 p a {
    text-decoration: underline;
}
.psgdprinfo17 p a:hover {
    text-decoration: none;
}
#exportDataToPdf, #exportDataToCsv {
    text-transform: lowercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'League Spartan', sans-serif;
}
.psgdpr-btns .psgdprgetdatabtn17 {
    float: left;
    margin: 0 !important;
    width: auto;
    border-radius: 0;
    background: #80155E;
    color: #fff;
    border: none;
    padding: 10px 28px;
    height: 40px;
}
.psgdpr-btns .psgdprgetdatabtn17:hover, .psgdpr-btns .psgdprgetdatabtn17:focus {
    background: #000!important;
    color: #fff;
}
.psgdpr-btns #exportDataToCsv {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.psgdprgetdatabtn17:first-letter {
    text-transform: capitalize;
}

/****/
#history #content, #history footer.page-footer{
    max-width: 1140px;
}
#discount #content, #discount footer.page-footer,
#order-follow #content, #order-follow footer.page-footer, 
#order-return #content, #order-return footer.page-footer,
#order-slip #content, #order-slip footer.page-footer  {
    max-width: 1140px;
}
#history #content h6, .page-customer-account #content h6 {
    margin-bottom: .85rem;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'League Spartan', sans-serif;
    color: #000;
}
.page-customer-account .table-bordered thead td, .page-customer-account .table-bordered thead th,
#order-return .table-bordered thead td, #order-return .table-bordered thead th,
.table-bordered thead th, .table-bordered thead td  {
    border-bottom-width: 2px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
    line-height: 20px;
    color: #000;
}
.page-customer-account .table-bordered tbody tr th, .page-customer-account .table-bordered tbody tr td,
#order-return .table-bordered tbody tr th, #order-return .table-bordered tbody tr td, 
.table-bordered tbody tr th, .table-bordered tbody tr td {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'League Spartan', sans-serif;
    color: #000;
}
.page-customer-account .table td, .page-customer-account .table th {
    padding: .65rem 0.5rem;
}
.page-customer-account .order-actions a {
    font-size: 15px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    background: #80155E;
    line-height: 16px;
    color: #fff;
    margin: 0.25rem;
    padding: 5px 7px 4px !important;
    border-radius: 0;
    white-space: nowrap;
    display: inline-block;
    width: auto;
}
.page-customer-account .order-actions a:hover {
    background: #000000;
    color: #fff;
}
.page-customer-account .order-actions .flex-order-actions {
    display: flex;
    align-items: center;
}
#order-slip .table-bordered tbody tr td a[data-link-action="view-order-details"] {
    /* color: #000; */
}
.table-labeled .label {
    font-size: 13px;
}
/****/
.table thead th {
    border-bottom: 0px solid #DFE0E1 !important;
    background: #fbeff7;
    border-top: none !important;
    border-bottom: none !important;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #DFE0E1;
}
.thead-default th {
    color: #000;
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
/****/ 
#password #content {
    max-width: 450px;
    padding: 0;
    margin: 0 auto;
    border: none;
}
#password .header-page {
    max-width: 450px;
    margin: 0 auto;
}
#password .page-header .header-page p {
    text-align: center;
    font-family: 'League Spartan', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}
#password .header-page h1 {
    margin: 0 0 10px;
}
#password #content .forgotten-password {
    max-width: 450px;
    padding: 0;
    margin: 0 auto;
}
#password .form-group.center-email-fields {
    flex-wrap: wrap;
}
#password .form-fields label.required, #password .form-fields label {
    width: 100%;
    text-align: left;
    margin: 0 0 4px !important;
}
#password .form-fields .email {
    margin: 0 0 20px;
}
#password .form-fields .center-email-fields button, #password .form-fields .email input {
    height: 45px;
    width: 100%;
}
#password .forgotten-password .form-fields .email {
    width: 100%;
}
.send-renew-password-link {
    padding-right: 0;
    padding-left: 0;
    color: #000;
    margin: 0;
}
#password footer.page-footer {
    border: none;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding: 0;
    margin-bottom: 5rem !important;
    max-width: 450px;
    margin: 0 auto;
}
#password #back-to-login {
    text-align: left;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
    font-family: 'League Spartan', sans-serif;
}
#password #back-to-login span {
    text-decoration: underline;
    font-weight: 300;
}
#password #back-to-login:hover span {
    text-decoration: none;
}
#password button.btn.btn-primary {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: 45px;
}
#password .btn.btn-primary:hover {
    background: #80155E;
    color: #fff;
}
/** order-return **/
#order-return-infos span.status {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'League Spartan', sans-serif;
}
#order-return-infos {
    margin: 0;
}
#order-return-infos .h2 {
    font-size: 18px;
    color: #000000;
    text-transform: none;
    font-weight: 500;
}
#order-return-infos .card-block {
    padding: 0.5rem;
}
#content .table-bordered svg.pdf {
    width: 28px;
    height: 30px;
}
.table-bordered tbody tr td a {
    color: #000000;
    font-weight: 600;
    transition: all .2s ease;
}
.table-bordered tbody tr td a:hover {
    color: #80155E;
}
/****/
#identity #customer-form .col-md-6.col-email {
    width: 100%;
}
#identity #customer-form .col-md-6.col-email .form-group.form-group-email {
    width: calc(50% - 15px);
}
@media (min-width: 768px) {
#identity #customer-form .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
}
#identity #customer-form .field-password-policy .col-md-6.col-password, #identity #customer-form .field-password-policy .col-md-6.col-new_password {
    width: 100%;
}
#identity #customer-form .field-password-policy {
    float: left;
    width: 50%;
}
#identity .col-birthday .js-input-column span.form-control-comment {
    float: right;
}
.form-group:not(.form-group-checkbox) label.form-control-label.required:after {
    content: "*" !important;
    color: #000!important;
}
.form-group label.radio-inline {
    font-size: 18px;
    font-family: 'League Spartan', sans-serif;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
}
/*****/
body:not(#checkout) .tab-content>.tab-pane {
    padding: 1.5rem 0 0;
}
body:not(#checkout) .nav-tabs .nav-link {
    padding: .5em .75em;
    font-size: 18px;
    line-height: 28px !important;
    font-weight: 400 !important;
    color: #000 !important;
    border: none !important;
    position: relative;
}
body:not(#checkout) .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, 
body:not(#checkout) .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, 
body:not(#checkout) .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #000;
}
body:not(#checkout) .nav-tabs .nav-item {
    margin-bottom: 0;
}
body:not(#checkout) ul.nav.nav-tabs.nav-justified {
    display: flex;
    justify-content: center;
}
body:not(#checkout) ul.nav.nav-tabs.nav-justified li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body:not(#checkout) .nav-tabs .nav-link:hover, 
body:not(#checkout) .nav-tabs .nav-link:focus, 
body:not(#checkout) .nav-tabs .nav-item .nav-link.active {
    font-weight: 600 !important;
    color: #000!important;
}
body:not(#checkout) .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #000;
    width: 100%;
    height: 3px;
    border-radius: 0;
    opacity: 0;
    width: 0;
    transition: opacity 0.2s ease, width 0.3s linear;
}
body:not(#checkout) .nav-tabs .nav-link.active:after {
    opacity: 1;
    width: 100%;
}
/** wishlist **/
.wishlist-container-header, .wishlist-products-container-header {
    flex-wrap: wrap;
}
.wishlist-products-container .wishlist-products-container-header h1, .wishlist-container-header h1 {
    font-size: 40px;
    line-height: 52px;
    margin: 0;
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    color: #000;
}
.wishlist-products-container .wishlist-products-container-header h1 .wishlist-products-count {
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: inherit;
}
.wishlist-container-header a.wishlist-add-to-new.text-primary i {
    margin-right: 4px;
    margin-top: 0;
    font-size: 18px;
    position: relative;
    top: -1px;
}
.wishlist-container-header a.wishlist-add-to-new.text-primary {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    background: #000000 !important;
    padding: 10px 20px 8px;
    height: 36px;
    border-radius: 0;
    outline: 0 !important;
    border: none;
    display: table;
    margin: 0 0 0 auto;
}
.wishlist-container-header a.wishlist-add-to-new.text-primary:hover {
    background: #80155E!important;
    opacity: 1;
}
#module-blockwishlist-lists .wishlist-footer-links .text-primary,
#view .wishlist-footer-links a {
    color: #000!important;
}
#module-blockwishlist-lists .wishlist-footer-links .text-primary:hover,
#view .wishlist-footer-links a:hover {
    color: #80155E!important;
}
.wishlist-products-container, .wishlist-container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.wishlist-list-item .wishlist-list-item-link {
    border-bottom: none;
    background: #F3EFE9;
    padding: 18px 24px;
    border-radius: 0;
    color: #000000;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 0;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item-title span {
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: normal;
    margin-left: 4px;
}
.wishlist-list-item:hover .wishlist-list-item-link .wishlist-list-item-title {
    color: #000000;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item-right>button i {
    color: #000;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item-right>button:hover {
    opacity: 1;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item-right>button:hover i {
    color: #80155E;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item:hover .wishlist-list-item-title {
    color: #80155E;
}
.wishlist-list-item.wishlist-list-item-default {
    border-bottom: none !important;
}
.wishlist-products-container .sort-by-row {
    min-width: auto!important;
    width: auto;
    justify-content: flex-end;
    margin: 0 0 0 auto;
}
.wishlist-products-container .sort-by-row .sort-by {
    padding: 0;
    width: 100px;
}
#view .wishlist-list-empty {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    padding: 1rem;
    font-weight: 400;
    color: #000;
    background: #F3EFE9;
    border-radius: 0;
}
/*** end wishlist ***/

@media screen and (min-width: 1200px) {
    #address .header-page {
    padding: 20px 0 40px;
    text-align: center;
}
}
@media screen and (max-width: 1200px) {
    .header-page h1 , .wishlist-container-header h1 {
    font-size: 36px;
    line-height: 44px;
    }
.page-customer-account .order-actions .flex-order-actions {
    flex-wrap: wrap;
}

.page-customer-account .table td, .page-customer-account .table th {
    padding: .5rem 0.5rem;
}
}
@media screen and (max-width: 992px) {
    .header-page {
    padding: 10px 0 32px;
}
.header-page h1, .wishlist-container-header h1 {
        font-size: 32px;
        line-height: 40px;
}
.page-customer-account .table-labeled .label {
    /* max-width: 180px; */
    line-height: 16px;
    display: inline-block;
    white-space: normal;
    text-align: center;
}
}
@media screen and (max-width: 768px) {
    .page-header {
        background: #FBEFF7;
        margin: 0 0 40px;
    }
    .header-page {
    padding: 6px 0 24px;
}
    .header-page h1, .wishlist-container-header h1 {
        font-size: 28px;
        line-height: 38px;
    margin: 0;
    }
    #identity #content, #address #content {
        padding: 20px 10px;
    }
    .page-customer-account #content, #order-return #content {
        padding: 0;
    }
    #module-psgdpr-gdpr #content .container {
        padding: 0;
    }
    #module-psgdpr-gdpr #content {
        padding: 25px;
    }
    .psgdprinfo17 p {
        font-size: 16px;
        line-height: 28px;
    }
    #exportDataToPdf, #exportDataToCsv {
        font-size: 17px;
        padding: 10px 20px;
    }
    #module-psgdpr-gdpr .psgdprinfo17 {
    padding: 24px 24px 18px;
    }
    #address section.form-fields .row .col-md-6 {
        width: 100%;
    }
    #exportDataToPdf {
        margin: 10px 10px 0;
    }
    .psgdprinfo17 h2 {
        font-size: 18px;
        font-weight: 600;
    }
    #history .orders .order .label, .page-order-detail #order-history .history-lines .history-line .label {
        padding: .15rem .375rem;
        margin: .35rem 0 0.25rem;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }
    #history .orders {
        margin: 0;
    }
    #history .orders .order {
        padding: 1rem;
        border: 1px solid #EDEDED!important;
        line-height: 24px;
        border-radius: 0;
        margin-bottom: 1rem;
        font-size: 16px;
        color: #000;
    }
    #history .orders .order:last-child {
        margin-bottom: 0;
    }
    #history .orders .order .order-ref .label {
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 16px;
        border-radius: 0;
    }
    #history .orders .order .order-ref a {
        color: #000;
        font-weight: 600;
    }
    #history .orders .order .order-ref a:hover {
        color: #000000;
    }
    #history .orders .order .row-flex {
        display: flex;
        justify-content: space-between;
    }
    #history .orders .order .col-left {
        width: calc(100% - 80px);
    }
    #history .orders .order .col-right {
        width: 80px;
        text-align: right;
    }
    #history .orders .order a.view-order-details-link {
        padding: 6px 8px;
        border-radius: 0;
        background: #000000;
        color: #fff;
        border: none;
        outline: 0;
        font-size: 15px;
        line-height: 16px;
    }
    #history .orders .order a.view-order-details-link:hover {
        background: #80155E;
        color: #fff;
    }
    #password .form-fields .email {
        padding-right: 0;
        padding-left: 0;
    }
    #password .form-fields .center-email-fields button {
        margin: 0;
    }
    .page-customer-account button.btn.btn-primary {
        font-size: 17px!important;
    }
    #password button.btn.btn-primary {
        font-size: 17px!important;
    }
    /****/
    #order-slip .credit-slip {
        padding: 1rem;
        border: 1px solid #EDEDED!important;
        line-height: 24px;
        border-radius: 0;
        margin-bottom: 1rem;
    }
    .credit-slips .credit-slip:last-child {
        margin-bottom: 0!important;
    }
    #order-slip .credit-slip ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #order-slip .credit-slip label {
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 16px;
        border-radius: 0;
        line-height: 28px;
        font-weight: 400;
        font-family: 'League Spartan', sans-serif;        
        min-width: 118px;
        text-align: left;
        margin-right: 12px;
    }
    #order-slip .credit-slip a {
        color: #000000;
        font-weight: 600;
    }
    #order-slip .credit-slip a:hover {
        color: #80155E;
    }
    #order-slip a.view-order-credit {
        display: table;
        margin: 0 0 0 auto;
        padding: 0.5rem;
        border-radius: 0;
        background: #000000;
        color: #fff;
        border: none;
        outline: 0;
        font-size: 15px;
        line-height: 16px;
        position: absolute;
        bottom: 3px;
        right: 0;
        font-weight: 500;
    }
    #order-slip a.view-order-credit:hover {
        background: #80155E;
        color: #fff;
    }
    /****/
    .order-returns .order-return {
        padding: 1rem;
        border: 1px solid #EDEDED!important;
        line-height: 24px;
        border-radius: 0;
        margin-bottom: 1rem;
    }
    .order-returns .order-return:last-child {
        margin-bottom: 0;
    }
    .order-returns .order-return ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .order-returns .order-return label {
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 16px;
        border-radius: 0;
        line-height: 28px;
        font-weight: 400;
        font-family: 'League Spartan', sans-serif;
        min-width: 118px;
        text-align: left;
        margin-right: 12px;
    }
    .order-returns .order-return a {
        color: #000000;
        font-weight: 600;
    }
    .order-returns .order-return a:hover {
        color: #80155E;
    }
    .order-returns .order-return ul li {
        line-height: 28px;
    }
    /****/
    .cart-rules .cart-rule {
        padding: 1rem;
        border: 1px solid #EDEDED!important;
        line-height: 24px;
        border-radius: 0;
        margin-bottom: 1rem;
    }
    .cart-rules .cart-rule:last-child {
        margin-bottom: 0;
    }
    .cart-rules .cart-rule ul {
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .cart-rules .cart-rule label {
        padding: 0;
        margin: 0;
        color: #000;
        font-size: 16px;
        border-radius: 0;
        line-height: 28px;
        font-weight: 500;
        font-family: 'League Spartan', sans-serif;
        min-width: 118px;
        text-align: left;
    }
    .cart-rules .cart-rule a {
        color: #000000;
        font-weight: 600;
    }
    .cart-rules .cart-rule a:hover {
        color: #80155E;
    }
    .cart-rules .cart-rule ul li {
        line-height: 28px;
    }
    .cart-rules .cart-rule ul li span {
        margin-left: 15px;
        text-align: right !important;
    }
    .page-customer-account footer.page-footer .account-link i {
        font-size: 18px;
        line-height: 20px;
    }
    .page-customer-account footer.page-footer .account-link span {
        font-size: 16px !important;
        line-height: 24px;
    }
    /****/
    #identity #customer-form .col-md-6.col-email .form-group.form-group-email {
        width: 100%;
    }
    #identity #customer-form .field-password-policy {
        width: 100%;
    }
    .wishlist-container .page-content.card {
        box-shadow: none!important;
    }
}
@media screen and (max-width: 576px) {
    .header-page {
        padding: 10px 0 24px;
    }
    .page-header {
        margin: 0 0 24px;
    }
    .header-page h1, .wishlist-container-header h1 {
        font-size: 26px;
        line-height: 36px;
    }
    
    #identity #content, #address #content {
        padding: 15px 10px 10px;
    }
    .page-customer-account #content, #order-return #content {
        padding: 0;
    }
    body:not(#checkout) ul.nav.nav-tabs.nav-justified {
        flex-wrap: wrap;
    }
    body:not(#checkout) ul.nav.nav-tabs.nav-justified li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #EDEDED;
    }
    body:not(#checkout) ul.nav.nav-tabs.nav-justified {
        border-bottom: none !important;
    }
}
@media screen and (max-width: 480px) {
    .page-customer-account .form-group.form-group-flex {
        column-gap: 20px;
    }
    #history #content h6, .page-customer-account #content h6 {
        font-size: 16px;
        line-height: 24px;
    }
    .send-renew-password-link {
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 24px;
    }
    .page-customer-account .form-control-label {
        font-size: 16px !important;
        line-height: 28px;
    }
    .page-customer-account button.btn.btn-primary {
        padding: 8px 24px;
    }
    .page-customer-account .btn.btn-primary span {
        margin-right: 9px;
    }
    #address section.form-fields .row .col-md-6 {
        width: 100%;
    }
    .psgdprgetdatabtn17 {
        width: 100%!important;
    }
    #history .orders .order .order-ref .label {
        display: none;
    }
    #order-slip a.view-order-credit {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin-top: 0.5rem;
    }
    section.section-reassurance {
    position: relative;
}
    section.section-reassurance:before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0px;
    border-top: 1px solid #E8E8E8;
}
}
@media screen and (max-width: 425px) {
    /* .header-page h1, .wishlist-container-header h1  {
        font-size: 24px;
        line-height: 32px;
    } */
}