.account-page .breadcrumb-full-width {
  margin-bottom: 0px;
}
.account-page .page-wrapper {
  padding: 0px;
  margin: 0px;
}
.account-page .page-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 1.5rem;
  flex-wrap: wrap;
  gap: 40px;
}
.account-page .page-title h1 {
  color: #2B2D3B;
  font-family: "Bebas Neue";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  margin-bottom: 0px;
}
.account-page .page-title .back-account-link::before {
  content: "|";
  color: #2B2D3B;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-weight: 500;
  margin-right: 40px;
}
.account-page .page-title .back-account-link a {
  color: #0080BA !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}



.account-page .page-header--my-account {
  margin: 40px 0;
}
.account-page .account-customer-info {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
}
.account-page .account-customer-info .account-customer-rounded {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #8B8984;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-page .account-customer-info .account-customer-rounded span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #f1f1f1;
  margin-top: 4px;
}
.account-page .account-customer-info .account-customer-name {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}
.account-page .account-customer-info .account-customer-name span {
  display: block;
  font-size: 14px;
  color: #848484;
}
.account-page .account-customer-title {
  text-align: center;
  flex: 1;
}
.account-page .account-customer-logout {
  text-align: right;
  flex: 1;
}
.account-page .account-customer-logout.logout-bottom {
  display: none;
}
.account-page .account-customer-logout .logout {
  color: #0080BA !important;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.account-page #content .account-links {
  margin-left: -8px;
  margin-right: -8px;
}
.account-page #content .account-links .account-link {
  height: auto;
  width: auto;
  font-size: 14px;
  padding: 0px 8px;
}
.account-page .account-links .account-link .link-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border-radius: 0px;
  padding: 40px;
  height: auto;
}
.account-page .account-links .account-link .link-item::before {
  content: "";
  height: 24px;
  width: 24px;
}
.account-page .account-links .account-link .link-item img {
  width: 24px;
  height: 24px;
}
.account-page .account-links .account-link .link-item i {
  font-size: 24px;
  color: #000;
}
.account-page .account-links .account-link .link-item .account-link-text {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}
.account-page #content .account-links .account-link#identity-link .link-item::before {
  content: url("/themes/classic-rocket/assets/img/icons/account/info.svg");
}
.account-page #content .account-links .account-link#addresses-link .link-item::before {
  content: url("/themes/classic-rocket/assets/img/icons/account/carnet.svg");
}
.account-page #content .account-links .account-link#history-link .link-item::before {
  content: url("/themes/classic-rocket/assets/img/icons/account/commandes.svg");
}
.account-page #content .account-links .account-link#devis-link .link-item::before {
  content: url("/themes/classic-rocket/assets/img/icons/account/devis.svg");
}
.account-page .account-intro {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 140px;
}

.account-page .box {
  border: 1px solid #E3E3E3;
  margin-bottom: 1rem;
}
.account-page .box .box-header {
  background: #F9F9F9;
  border-bottom: 1px solid #E3E3E3;
  padding: 0.5rem 1rem;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
.account-page .box .box-header strong {
  font-weight: 600;
}
.account-page .box .box-body {
  padding: 1rem;
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
.account-page .box .box-body .box-body-header {
  color: #000;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

#history,
#order-detail,
#identity,
#addresses,
#address,
[id^="module-opartdevis"] {
  background-color: #e9e9e9;
}
#history #content.page-content--history,
#order-detail #content.page-content--order-detail,
#identity #content.page-content--identity,
#addresses #content.page-content--addresses,
#address #content.page-content--address,
[id^="module-opartdevis"] .opart-content {
  background-color: transparent !important;
}
#history #content.page-content--history .oh-customer-history::before,
#history #content.page-content--history .oh-customer-history::after,
#history #content.page-content--history #notifications .container::before,
#history #content.page-content--history #notifications .container::after,
#order-detail #content.page-content--order-detail #order-infos .container::before,
#order-detail #content.page-content--order-detail #order-infos .container::after,
#identity #content.page-content--identity .identity-content::before,
#identity #content.page-content--identity .identity-content::after,
#addresses #content.page-content--addresses .addresses-content::before,
#addresses #content.page-content--addresses .addresses-content::after,
#address #content.page-content--address .address-content::before,
#address #content.page-content--address .address-content::after,
[id^="module-opartdevis"] .opart-content::before,
[id^="module-opartdevis"] .opart-content::after {
  display: none !important;
}
#history #content.page-content--history #notifications .container {
  padding: 0px;
}

#order-detail #content.page-content--order-detail #order-infos,
#history #content.page-content--history .oh-customer-history-table.delivery,
#identity #content.page-content--identity .identity-box,
#addresses #content.page-content--addresses .addresses-box,
#address #content.page-content--address .address-box,
[id^="module-opartdevis"] .opart-content .opart-box {
  margin-bottom: 80px !important;
}
#history #content.page-content--history .oh-customer-history-table,
#order-detail #content.page-content--order-detail #order-infos .order-box,
#identity #content.page-content--identity .identity-box,
#addresses #content.page-content--addresses .addresses-box,
#address #content.page-content--address .address-box,
[id^="module-opartdevis"] .opart-content .opart-box {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 1.5rem;
}
#address #content.page-content--address .address-box #address-form {
  padding: 0px;
  background-color: transparent;
  display: block;
}

#history #content.page-content--history .oh-customer-history-table .oh-customer-order-title,
#order-detail #content.page-content--order-detail #order-infos .order-box .head_order_list {
  margin-bottom: 1.5rem;
  padding: 0px !important;
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
}

#history #content.page-content--history .oh-customer-history-table .table-bordered thead th,
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered thead th {
  border-width: 1px;
  background-color: #F9F9F9;
  padding: 0.5rem 1rem;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 153.846% */
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td,
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered tbody td {
  padding: 0.5rem 1rem;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
}
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered tbody td {
  font-weight: 400;
  padding: 1rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered tbody td .bloc_history_name .product-name {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered tbody td .bloc_history_name h3 {
  font-size: 12px;
  margin-top: 0.75rem !important;
  font-weight: 500;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered tbody td .bloc_history_name h5 {
  font-size: 12px;
  margin-top: 0.5rem !important;
  font-weight: 500;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .table-bordered tbody td .bloc_history_name .mb-2 {
  margin-bottom: 0 !important;
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td.history-col-reference a {
  color: #0080BA;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td.history-col-reference.black a {
  color:#2B2D3B;
  text-decoration:none;
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td.history-col-state .oh-history-tracking {
  padding: 0.25rem 0;
  border-bottom: 1px solid #E3E3E3;
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td.history-col-state .oh-history-tracking:first-child {
  padding-top: 0px;
}

#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td.history-col-state .oh-history-tracking:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td.history-col-state .oh-history-tracking a {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #2942EF;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#history #content.page-content--history .oh-customer-history-table .table-bordered tbody td .oh-history-details-btn {
  color: #2B2D3B;
  text-decoration: underline !important;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .head_order_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .head_order_list .btn {
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  padding: 0.5rem 1rem;
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
}

#order-detail #content.page-content--order-detail #order-infos .order-box .order-state .order-badge {
  display: block;
  border-radius: 20px;
  padding: 0.25rem 1rem;
  color: #000;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 166.667% */
  text-align: center;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-state .order-carrier {
  margin-top: 1rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .box.order-state .order-carrier .box-body-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  justify-content: space-between;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .history_dtails .section_total .total-lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  border-bottom: 1px solid #E3E3E3;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .history_dtails .section_total .total-lines div {
  padding: 0.5rem 1rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .history_dtails .section_total .total-lines .line_chifr {
  flex: 0 0 15%;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .history_dtails .section_total .total-lines .line_label,
#order-detail #content.page-content--order-detail #order-infos .order-box .history_dtails .section_total .total-lines:last-child .line_chifr {
  font-weight: 600;
}


#history #content.page-content--history .oh-customer-history .order {
  margin-bottom: 1.5rem;
}
#history #content.page-content--history .oh-customer-history .order:last-child {
  margin-bottom: 0px;
}
#history #content.page-content--history .oh-customer-history .orders .order-line {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
}

#history #content.page-content--history .oh-customer-history .orders .order-line:last-child {
  border-bottom: 1px solid #E3E3E3;
}
#history #content.page-content--history .oh-customer-history .orders .order-line > div {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  padding: 0.5rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#history #content.page-content--history .oh-customer-history .orders .order-line .line-label {
  background-color: #F9F9F9;
  border-right: 1px solid #E3E3E3;
  font-weight: 600;
}
#history #content.page-content--history .oh-customer-history .orders .order-line .line-value b {
  font-weight: 600;
}
#history #content.page-content--history .oh-customer-history .orders .order-line .line-value .oh-history-details-btn {
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 16.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#history #content.page-content--history .oh-customer-history .orders .order-line .line-value .oh-history-tracking a {
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#order-detail #content.page-content--order-detail #order-infos .order-box .order-item {
  margin-bottom: 1.5rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row {
  display: grid;
  grid-template-columns: 35% 1fr;
  margin: 0px;
  border-top: 1px solid #E3E3E3;
  border-left: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row:last-child {
  border-bottom: 1px solid #E3E3E3;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row > div {
  padding: 0.5rem 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .order-item-row-label {
  background-color: #F9F9F9;
  border-right: 1px solid #E3E3E3;
  font-weight: 600;
}

#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product {
  flex-direction: column;
  align-items: flex-start;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product-name-image {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product-name-image .row-product-name span {
  font-weight: 600;
  display: block;
  margin-bottom: 0.25rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization {
  font-weight: 400;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization h3 {
  font-size: 12px;
  margin-top: 0.75rem !important;
  font-weight: 500;
  text-align: left;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization h5 {
  font-size: 12px;
  margin-top: 0.5rem !important;
  font-weight: 500;
  text-align: left;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization .row > div {
  width: auto;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization .row > div:first-child {
  padding-right: 0;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization .row > div:last-child {
  padding-left: 0.25rem;
}
#order-detail #content.page-content--order-detail #order-infos .order-box .order-item .order-item-row .row-product .row-product-customization .mb-2 {
  margin-bottom: 0 !important;
}

#identity #content.page-content--identity .oh-customer-identity-intro,
#addresses #content.page-content--addresses .oh-customer-addresses-intro {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E3E3E3;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
#addresses #content.page-content--addresses .oh-customer-addresses-intro {
  border: 0;
  padding-bottom: 0px;
}
#identity #content.page-content--identity #customer-form {
  padding: 0px;
  justify-content: flex-start !important;
}
#identity #content.page-content--identity #customer-form section,
#address #content.page-content--address #address-form section {
  display: flex;
  justify-content: flex-start !important;
  column-gap: 1rem;
  width: 100%;
}
#identity #content.page-content--identity #customer-form section .form-group,
#address #content.page-content--address #address-form section .form-group {
  margin: 0 0 1rem;
  max-width: calc(50% - 0.5rem);
  width: 100%;
  min-width: auto;
  padding: 0px !important;
}
#identity #content.page-content--identity #customer-form section .form-group:last-child,
#address #content.page-content--address #address-form section .form-group:first-of-type {
  max-width: 100%;
}
#identity #content.page-content--identity #customer-form section .form-group label,
#address #content.page-content--address #address-form section .form-group label {
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.5rem;
}
#identity #content.page-content--identity #customer-form section .form-group .form-control,
#address #content.page-content--address #address-form section .form-group .form-control,
#address #content.page-content--address #address-form section .form-group .custom-select {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1rem;
  box-shadow: none;
}
#identity #content.page-content--identity #customer-form section .form-group .input-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
}
#identity #content.page-content--identity #customer-form section .form-group .input-group button[data-action="show-password"] {
  border-radius: 4px;
  border: 1px solid #E3E3E3;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px;
  position: static;
}
#identity #content.page-content--identity #customer-form section .form-group .input-group button[data-action="show-password"]:hover {
  background-color: transparent;
}
#identity #content.page-content--identity #customer-form section .form-group .custom-checkbox {
  margin-left: 0px;
  padding-left: 50px;
  padding-top: 8px;
  margin-bottom: 0;
}
#identity #content.page-content--identity #customer-form section .form-group .custom-checkbox label {
  font-weight: 500;
  padding-left: 8px !important;
  padding-top: 8px !important;
}
#identity #content.page-content--identity #customer-form section .form-group .custom-checkbox label::before,
#identity #content.page-content--identity #customer-form section .form-group .custom-checkbox label::after {
  left: -50px;
}
#identity #content.page-content--identity #customer-form section .form-group input[type="checkbox"]:checked+.custom-control-label:after {
  left: -24px;
}
#identity #content.page-content--identity #customer-form .form-footer,
#address #content.page-content--address #address-form .form-footer {
  margin-top: 1.5rem;
}
#identity #content.page-content--identity #customer-form .form-footer .btn,
#address #content.page-content--address #address-form .form-footer .btn {
  border-radius: 12px !important;
  background: #0080BA;
  height: 56px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  align-items: center;
  width: auto;
  margin: 0;
}

#addresses #content.page-content--addresses .oh-customer-address-block {
  margin-bottom: 1.5rem;
  border-radius: 0px;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address {
  border: 1px solid #E3E3E3;
  height: 100%;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-header {
  background-color: #F9F9F9;
  border-bottom: 1px solid #E3E3E3;
  padding: 0.5rem 1.5rem;
  color: #000;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-body {
  padding: 1rem 1.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-body address {
  color: #2B2D3B;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 14.4px */
  text-align: left;
  min-height: auto;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-body .address-footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  padding: 0px !important;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-body .address-footer a {
  border-radius: 4px !important;
  padding: 0.5rem 1rem;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  text-transform: none;
  margin: 0px !important;
  width: auto !important;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-body .address-footer .oh-btn-black {
  border: 1px solid #E3E3E3;
  color: #2B2D3B;
  background-color: #fff;
}
#addresses #content.page-content--addresses .oh-customer-address-block .address .address-body .address-footer .oh-btn-white {
  background: #0080BA;
  color: #fff;
}
#addresses #content.page-content--addresses .addresses-footer {
  margin-top: 1.5rem;
  justify-content: flex-start;
}
#addresses #content.page-content--addresses .addresses-footer .btn {
  border-radius: 4px !important;
  padding: 0.5rem 1rem;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 166.667% */
  text-transform: none;
  margin: 0px !important;
  color: #fff !important;
}

@media (max-width: 767.98px) {
  #order-detail #content.page-content--order-detail #order-infos,
  #history #content.page-content--history .oh-customer-history-table.delivery,
  #identity #content.page-content--identity .identity-box,
  #addresses #content.page-content--addresses .addresses-box,
  #address #content.page-content--address .address-box,
  [id^="module-opartdevis"] .opart-content .opart-box {
    margin-bottom: 0px;
  }
  .account-page .page-title {
    justify-content: center;
    gap: 1rem;
    text-align: center;
  }
  .account-page .page-title .back-account-link {
    flex: 0 0 100%;
    text-align: center;
  }
  .account-page .page-title .back-account-link::before {
    display: none;
  }
  .account-page .page-header--my-account {
    margin: 40px 0 1.5rem;
    flex-direction: column-reverse;
    gap: 0;
  }
  .account-page .account-customer-info {
    gap: 1rem;
  }
  .account-page .account-customer-info .account-customer-rounded {
    width: 40px;
    height: 40px;
  }
  .account-page .account-customer-info .account-customer-rounded span {
    font-size: 20px;
    line-height: 20px;
  }
  .account-page .account-customer-info .account-customer-name {
    font-size: 14px;
    text-align: left;
  }
  .account-page .account-customer-title {
    margin-bottom: 1rem !important;
  }
  .account-page .account-customer-logout {
    display: none;
  }
  .account-page .account-customer-logout.logout-bottom {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 40px;
    text-align: center;
  }
  .account-page .account-intro {
    margin-bottom: 0px;
  }
  .account-page .box {
    margin-bottom: 1.5rem;
  }

  #history #content.page-content--history .oh-customer-history,
  #order-detail #content.page-content--order-detail #order-infos > .container,
  #identity #content.page-content--identity .identity-content,
  #addresses #content.page-content--addresses .addresses-content,
  #address #content.page-content--address .address-content,
  [id^="module-opartdevis"] .opart-content {
    padding: 0px;
  }
  #history #content.page-content--history .oh-customer-history-table,
  #order-detail #content.page-content--order-detail #order-infos .order-box,
  #identity #content.page-content--identity .identity-box,
  #addresses #content.page-content--addresses .addresses-box,
  #address #content.page-content--address .address-box,
  [id^="module-opartdevis"] .opart-content .opart-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .head_order_list {
    justify-content: center;
    flex-direction: column;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .box .address {
    margin-bottom: 1rem;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .box.order-state .order-carrier .box-body-header {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .box.order-state .order-carrier .box-body-header > div {
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .box.order-state .order-carrier .table td {
    width: auto !important;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .history_dtails .section_total .total-lines div {
    padding: 0.5rem 0rem;
  }
  #identity #content.page-content--identity #customer-form,
  #identity #content.page-content--identity #customer-form section {
    display: block;
    max-width: 100% !important;
    margin: 0;
  }
  #identity #content.page-content--identity #customer-form section .form-group,
  #address #content.page-content--address #address-form section .form-group {
    padding: 0px !important;
    max-width: 100%;
  }
  #identity #content.page-content--identity #customer-form section .form-group .custom-checkbox {
    padding-top: 0.5rem;
  }
  #identity #content.page-content--identity #customer-form section .form-group .custom-checkbox label::before,
  #identity #content.page-content--identity #customer-form section .form-group .custom-checkbox label::after {
    top: calc(50% - 8px);
  }
  #identity #content.page-content--identity #customer-form .form-footer {
    margin-top: 40px;
  }
  #order-detail #content.page-content--order-detail #order-infos .order-box .order-item {
    margin-bottom: 0.5rem;
  }
  #history #content.page-content--history .oh-customer-history .orders .order-line .oh-history-tracking {
    margin-top: 0.25rem;
    flex: 0 0 100%;
  }
}
