
/***** page-customer-account ****/
.page-customer-account #wrapper > .container {
    max-width: 1690px;
}
.page-customer-account #wrapper #main {
    padding: 0 15px;
}
.page-customer-account #content, #order-return #content {
    max-width: 803px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    font-size: 16px;
    box-shadow: none;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #DFE0E1;
    margin-bottom: 1rem;
}
.page-customer-account footer.page-footer, 
#module-blockwishlist-lists .wishlist-footer-links,
#view .wishlist-footer-links,
#order-return footer.page-footer {
    max-width: 803px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-top: none;
    margin-top: 0;
    margin-bottom: 5rem !important;
    display: flex;
    justify-content: space-between;
}
.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 {
    margin: 0;
    transition: color 0.2s linear;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.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: 20px;
    position: relative;
    top: -1px;
}
.page-customer-account footer.page-footer .account-link span,
#view .wishlist-footer-links a,
#module-blockwishlist-lists .wishlist-footer-links .text-primary {
    font-size: 14px !important;
    line-height: 24px;
}
.page-customer-account footer.page-footer .account-link:hover,
#module-blockwishlist-lists .wishlist-footer-links .text-primary:hover,
#view .wishlist-footer-links a:hover,
#order-return footer.page-footer .account-link:hover {
    color: #8DB054;
}
.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;
}
.page-customer-account header.page-header, #order-return header.page-header {
    margin: 23px auto 26px !important;
    display: block;
    text-align: left;
    max-width: 803px;
}
.page-customer-account header.page-header h1, #order-return header.page-header h1 {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none;
    padding: 0;
    font-family: 'Lato', sans-serif !important;
    color: #000000;
    margin: 0;
}
.page-customer-account header.page-header h1, #order-return header.page-header h1 {
    text-align: left;
}
#identity button.btn.btn-primary.form-control-submit {
    display: table;
    margin: 0 0 0 auto;
}
/*** form ***/
.page-customer-account button.btn.btn-primary {
    padding: 4px 34px;
    border-radius: 4px;
    text-transform: none;
    font-size: 16px;
    height: 38px;
    line-height: 22px;
    font-weight: 700;
    outline: 0 !important;
    background: #8DB054;
    color: #fff;
    border: none !important;
    transition: all 0.3s ease;
    float: none !important;
    display: table;
    margin: 0 15px 0 auto;
    text-transform: uppercase;
    min-width: 220px;
}
.page-customer-account button.btn.btn-primary svg {
    position: relative;
    top: 1px;
}
.page-customer-account .btn.btn-primary:focus, .page-customer-account .btn.btn-primary:hover {
    background: #6f8c40;
    color: #fff;
}
.page-customer-account .btn.btn-primary:focus svg path,.page-customer-account .btn.btn-primary:hover svg path {
    fill: #fff;
    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: 50px;
}
.form-group.form-group-radio-buttons.form-group-flex .form-control-label {
    min-width: 68px;
    text-align: left;
}
.page-customer-account .custom-radio {
    border: none !important;
}
.page-customer-account .custom-radio span {
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    border: 1px solid #D9D9D9;
    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: #8DB054!important;
}
.page-customer-account .custom-radio input[type=radio]:checked+span em {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8DB054;
    display: block;
}
.page-customer-account .form-control-label {
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: 'Lato', sans-serif;
    margin: 0 0 4px!important;
    padding: 0 !important;
    color: #000;
}
.page-customer-account .form-group.form-group-flex .form-control-label {
    margin: 4px 0 0 !important;
}
.page-customer-account .form-control {
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 4px!important;
    height: 40px;
    outline: 0 !important;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}
.page-customer-account .form-control:hover , .page-customer-account .form-control:focus {
    outline: #8DB054;
    outline-width: 1px;
    outline-style: solid;
    border: 1px solid #8DB054;
    box-shadow: none;
}
.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;
}
.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: 14px;
    line-height: 20px;
    color: #000;
}
.page-customer-account .form-group.form-group-checkbox label em {
    font-style: normal;
    display: none;
}
.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: 4px;
    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;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    background-image: url(/themes/espace-therapeute/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/espace-therapeute/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;
    height: 100%;
    top: 0;
    border-radius: 0 3px 3px 0 !important;
    border: none !important;
    outline: 0 !important;
    z-index: 3 !important;
}
.input-group span.input-group-btn {
    margin: 0;
    padding: 0;
    width: auto;
}
.input-group .form-control {
    padding-right: 40px;
}
.page-customer-account .password-strength-feedback i {
    line-height: 16px;
}
.page-customer-account .password-strength-feedback * {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.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: 18px;
}
#address  section.form-fields .row {
    width: 100%;
    margin: 0;
}
#address section.form-fields .row .col-md-6 {
    width: 50%;
}
.form-group.checkbox-group span.custom-checkbox label em {
    display: none;
}
/* large content */
.page-customer-account:not(#identity):not(#address):not(#module-psgdpr-gdpr) header.page-header, 
.page-customer-account:not(#identity):not(#address):not(#module-psgdpr-gdpr) #content, 
.page-customer-account:not(#identity):not(#address):not(#module-psgdpr-gdpr) footer.page-footer {
    max-width: 1140px;
} 
.page-customer-account:not(#identity):not(#address):not(#module-psgdpr-gdpr) #content {
    padding: 30px;
}
.page-customer-account .alert.alert-info {
    background: rgba(255, 190, 94, 0.58);
    border-color: rgba(255, 190, 94, 0.58);
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    padding: 12px;
}
/**** gdpr ***/
#module-psgdpr-gdpr section#content {
    max-width: 803px;
    padding: 0;
    box-shadow: none;
    border: none;
}
#module-psgdpr-gdpr section#content .container {
    padding: 0;
}
.psgdprinfo17 {
    margin-top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
}
#module-psgdpr-gdpr .psgdprinfo17 {
    border: 1px solid #DFE0E1;
    border-radius: 10px;
    padding: 28px 28px 18px;
    margin: 0 0 24px;
}
#module-psgdpr-gdpr .psgdprinfo17:last-child {
    margin: 0 0 .5rem;
}
#module-psgdpr-gdpr footer.page-footer {
    max-width: 803px;
    margin: 0 auto;
    padding: 0;
}
.psgdprinfo17 h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    line-height: 26px;
    margin: 0 0 12px
}
.psgdprinfo17 p {
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}
.psgdprinfo17 p a {
    color: #8DB054;
    text-decoration: underline;
}
.psgdprinfo17 p a:hover {
    text-decoration: none;
}
#exportDataToPdf, #exportDataToCsv {
    text-transform: lowercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    float: left !important;
}
.psgdpr-btns .psgdprgetdatabtn17, #exportDataToPdf, #exportDataToCsv {
    float: left;
    margin: 0 !important;
    width: auto;
    border-radius: 4px;
    background: #8DB054;
    color: #fff;
    border: none;
    padding: 8px 30px;
    height: 40px;
}
.psgdpr-btns .psgdprgetdatabtn17:hover, .psgdpr-btns .psgdprgetdatabtn17:focus , #exportDataToPdf:hover, #exportDataToCsv:hover {
    background: #6f8c40!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: 803px;
}
#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: 803px;
}
#history #content h6, .page-customer-account #content h6 {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    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: 600;
    font-family: 'Lato', 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: 'Lato', sans-serif;
    color: #000;
}
.page-customer-account .table td, .page-customer-account .table th {
    padding: .5rem 0.5rem;
}
.page-customer-account .order-actions a {
    font-size: 15px;
    font-weight: 400;
    background: #8DB054;
    line-height: 18px;
    color: #fff;
    margin: 0.25rem;
    padding: 0.25rem 0.5rem !important;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
    width: auto;
}
.page-customer-account .order-actions a:hover {
    background: #6f8c40;
    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 thead th {
    border-bottom: 0px solid #DFE0E1 !important;
    background: #F3F9ED;
    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: 800px;
    padding: 0 15px;
    border: none;
    margin: 0 auto .5rem;
}
#password  header.page-header h1 {
    text-align: center;
}
#password header.page-header {
    margin: 28px auto 24px !important;
    text-align: center;
}
#password #content .forgotten-password {
    max-width: 580px;
    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 section.form-fields {
    max-width: 430px;
    margin: 0 auto;
    padding: 28px 34px 24px;
    border: 1px solid #DFE0E1;
    border-radius: 10px;
}
#password .form-fields .center-email-fields button, #password .form-fields .email input {
    height: 40px;
    width: 100%;
}
#password .forgotten-password .form-fields .email {
    width: 100%;
}
#password .col-md-12.form-text, #password .renew-password .email {
    padding: 0;
    margin: 0 0 1rem;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
.send-renew-password-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin: 0 0 28px;
}
#password footer.page-footer {
    border: none;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    padding: 0;
    margin-bottom: 5rem!important;
    max-width: 430px;
}
#password #back-to-login {
    text-align: left;
    display: table;
    margin: 0 auto;
    color: #000;
    padding-right: 8px;
}
#password #back-to-login span {
    text-decoration: underline;
}
#password #back-to-login:hover span {
    text-decoration: none;
}
#password button.btn.btn-primary {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background: #8DB054;
    color: #fff;
    height: 38px;
    margin: 0 auto;
    padding: 4px 20px;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
}
#password .btn.btn-primary:hover {
    background: #6f8c40;
    color: #fff;
}
.ps-alert-success .item {
    background-color: #8DB054;
    border-color: #8DB054;
}
.ps-alert-success .item i svg {
    background-color: #8DB054;
}
.ps-alert-success .item i {
    border-color: #8DB054;
    border-width: 0 15px;
}
.ps-alert-success .item p {
    background: #F3F9ED;
    padding: 14px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
/** order-return **/
#order-return-infos span.status {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lato', 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: #8DB054;
    font-weight: 600;
    transition: all .2s ease;
}
.table-bordered tbody tr td a:hover {
    color: #6f8c40;
}
/****/
#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;
}
body:not(.admincustomers):not(#password) .password-strength-feedback.mt-1.show {
    width: 100%;
    display: table-row;
    position: absolute;
    left: 0;
    top: calc(40px - 1rem);
}
}
#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: #FF2205!important;
    margin-left: 2px;
}
.form-group label.radio-inline {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
/*****/
body:not(#checkout):not(#product) :not(#product) .tab-content>.tab-pane {
    padding: 1.5rem 0 0;
}
body:not(#checkout):not(#product)  .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):not(#product)  .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, 
body:not(#checkout):not(#product)  .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, 
body:not(#checkout):not(#product)  .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    color: #000;
}
body:not(#checkout):not(#product)  .nav-tabs .nav-item {
    margin-bottom: 0;
}
body:not(#checkout):not(#product)  ul.nav.nav-tabs.nav-justified {
    display: flex;
    justify-content: center;
}
body:not(#checkout):not(#product)  ul.nav.nav-tabs.nav-justified li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
body:not(#checkout):not(#product)  .nav-tabs .nav-link:hover, 
body:not(#checkout):not(#product)  .nav-tabs .nav-link:focus, 
body:not(#checkout):not(#product)  .nav-tabs .nav-item .nav-link.active {
    font-weight: 600 !important;
    color: #000!important;
}
body:not(#checkout):not(#product)  .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    background: #000;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    opacity: 0;
    width: 0;
    transition: opacity 0.2s ease, width 0.3s linear;
}
body:not(#checkout):not(#product)  .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 {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 40px;
    color: #000;
}
.wishlist-products-container .wishlist-products-container-header h1 .wishlist-products-count {
    color: #000;
    font-size: 22px;
    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: #8DB054 !important;
    padding: 10px 20px 8px;
    height: 36px;
    border-radius: 5px;
    outline: 0 !important;
    border: none;
    display: table;
    margin: 0 0 0 auto;
}
.wishlist-container-header a.wishlist-add-to-new.text-primary:hover {
    background: #6f8c40!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: #6f8c40!important;
}
.wishlist-products-container, .wishlist-container {
    max-width: 803px;
    width: 100%;
    margin: 0 auto;
}
.wishlist-list-item .wishlist-list-item-link {
    border-bottom: none;
    background: #F3EFE9;
    padding: 18px 24px;
    border-radius: 5px;
    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: #8DB054;
}
.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: #6f8c40;
}
.wishlist-list-item .wishlist-list-item-link .wishlist-list-item:hover .wishlist-list-item-title {
    color: #8DB054;
}
.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: 5px;
}
/*** end wishlist ***/
/*** Responsive ***/
@media screen and (max-width: 1200px) {
.page-customer-account .order-actions .flex-order-actions {
    flex-wrap: wrap;
}
}
@media screen and (max-width: 992px) {
.page-customer-account .table-labeled .label {
    max-width: 180px;
    display: inline-block;
    white-space: normal;
    text-align: center;
}
.page-customer-account header.page-header h1,
.wishlist-container-header h1,
#password header.page-header h1 {
    font-size: 20px;
    line-height: 30px;
}
}
@media screen and (max-width: 768px) {
    .page-customer-account #content, #order-return #content {
        padding: 25px 20px 20px;
    }
    #module-psgdpr-gdpr #content .container {
        padding: 0;
    }
    #module-psgdpr-gdpr #content {
        padding: 25px;
    }
    #module-psgdpr-gdpr .psgdprinfo17 {
        padding: 20px;
    }
    .page-customer-account:not(#identity):not(#address):not(#module-psgdpr-gdpr) #content {
        padding: 24px;
    }
    .psgdprinfo17 p {
        font-size: 16px;
        line-height: 28px;
    }
    .page-customer-account .form-group.form-group-flex {
        column-gap: 40px;
    }
    .page-customer-account .form-control-label {
    font-size: 15px !important;
    }
    #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 #D9D9D9!important;
        line-height: 24px;
        border-radius: 4px;
        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: 4px;
        background: #8DB054;
        color: #fff;
        border: none;
        outline: 0;
        font-size: 15px;
        line-height: 16px;
    }
    #history .orders .order a.view-order-details-link:hover {
        background: #8DB054;
        color: #fff;
    }
    #password .form-fields .email {
        padding-right: 0;
        padding-left: 0;
    }
    #password .form-fields .center-email-fields button {
        margin: 0;
    }
    /****/
    #order-slip .credit-slip {
        padding: 1rem;
        border: 1px solid #D9D9D9!important;
        line-height: 24px;
        border-radius: 4px;
        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: 'Lato', sans-serif;        
        min-width: 118px;
        text-align: left;
        margin-right: 12px;
    }
    #order-slip .credit-slip a {
        color: #8DB054;
        font-weight: 600;
    }
    #order-slip .credit-slip a:hover {
        color: #6f8c40;
    }
    #order-slip a.view-order-credit {
        display: table;
        margin: 0 0 0 auto;
        padding: 0.5rem;
        border-radius: 4px;
        background: #8DB054;
        color: #fff;
        border: none;
        outline: 0;
        font-size: 15px;
        line-height: 16px;
        position: absolute;
        bottom: 3px;
        right: 0;
    }
    #order-slip a.view-order-credit:hover {
        background: #6f8c40;
        color: #fff;
    }
    /****/
    .order-returns .order-return {
        padding: 1rem;
        border: 1px solid #D9D9D9!important;
        line-height: 24px;
        border-radius: 4px;
        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: 'Lato', sans-serif;
        min-width: 118px;
        text-align: left;
        margin-right: 12px;
    }
    .order-returns .order-return a {
        color: #689E30;
        font-weight: 600;
    }
    .order-returns .order-return a:hover {
        color: #6f8c40;
    }
    .order-returns .order-return ul li {
        line-height: 28px;
    }
    /****/
    .cart-rules .cart-rule {
        padding: 1rem;
        border: 1px solid #D9D9D9!important;
        line-height: 24px;
        border-radius: 4px;
        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: 'Lato', sans-serif;
        min-width: 118px;
        text-align: left;
    }
    .cart-rules .cart-rule a {
        color: #689E30;
        font-weight: 600;
    }
    .cart-rules .cart-rule a:hover {
        color: #6f8c40;
    }
    .cart-rules .cart-rule ul li {
        line-height: 28px;
    }
    .cart-rules .cart-rule ul li span {
        margin-left: 15px;
        text-align: right !important;
    }
    /****/
    #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) {
    body:not(#checkout):not(#product)  ul.nav.nav-tabs.nav-justified {
        flex-wrap: wrap;
    }
    body:not(#checkout):not(#product)  ul.nav.nav-tabs.nav-justified li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #d9d9d9;
    }
    body:not(#checkout):not(#product)  ul.nav.nav-tabs.nav-justified {
        border-bottom: none !important;
    }
    .page-customer-account header.page-header h1,
    #password header.page-header h1 {
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
    }
   .page-customer-account header.page-header,  .wishlist-container-header h1, #order-return header.page-header {
    margin: 10px auto 24px !important;
    }
    #password section.form-fields {
        padding: 24px 24px 24px;
    }
    #password .col-md-12.form-text, #password .renew-password .email {
    font-size: 16px;
    line-height: 24px;
    }
    #password header.page-header {
        margin: 15px auto 20px !important;
    }
    .page-customer-account:not(#identity):not(#address):not(#module-psgdpr-gdpr) #content {
        padding: 20px;
    }
}
@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;
        margin: 0 0 20px;
    }
    #password .form-group.center-email-fields {
        margin: 0;
    }
    .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;
    }
    #password header.page-header {
        margin: 10px auto 20px !important;
    }
    .page-customer-account button.btn.btn-primary {
        font-size: 15px !important;
        width: 100%;
    }
    #address section.form-fields .row .col-md-6 {
        width: 100%;
        padding: 0 5px;
    }
    #address #content footer.form-footer {
        margin-top: .5rem;
        padding: 0 5px;
    }
}
/**** end page-customer-account ****/
#pagenotfound #main .page-header {
    margin: 4rem 0;
    text-align: center;
}
#pagenotfound #main .page-header h1 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
    color: #000;
}
#pagenotfound .page-not-found, #products .page-not-found {
    max-width: 100%;
    padding: 2rem;
    margin: 0 auto;
    overflow: auto;
    font-size: 18px;
    color: #000;
    background: #fff;
    text-align: center;
    box-shadow: none;
    border-radius: 4px;
}
#pagenotfound .page-not-found h4, #products .page-not-found h4 {
    margin: .5rem 0 1rem;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}
#pagenotfound .page-not-found #search_widget,  .page-not-found #search_widget {
    min-width: 16.5rem;
    margin: 0 auto !important;
    float: none !important;
    max-width: 320px !important;
    width: 100%;
}
#pagenotfound .page-not-found #search_widget i.material-icons.search, 
.page-not-found #search_widget i.material-icons.search {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 8px;
    line-height: 45px;
    width: 45px;
    height: 45px;
}
#pagenotfound .page-not-found #search_widget form input ,  .page-not-found #search_widget form input {
    width: 100%;
    padding: 10px 20px 10px 45px;
    outline: 0 !important;
    background-color: #f5f5f5;
    border: none;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}
#module-ambjolisearch-jolisearch h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: none !important;
    margin: 50px 0 20px;
    padding: 0;
}
@media screen and (max-width: 767px) {
    #pagenotfound #main .page-header {
        margin: 4rem 0 2rem;
    }
    #pagenotfound #main .page-header h1 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 480px) {
    #pagenotfound #main .page-header {
        margin: 2.5rem 0 1.5rem;
    }
    #pagenotfound #main .page-header h1 {
        font-size: 18px;
        line-height: 24px;
    }
}