.large_form {
  margin-bottom: 25px; }

.action_bottom {
  margin-bottom: 10px; }

.customer-page .list-order {
  font-size: 16px; }
  .customer-page .list-order .info-order-name {
    color: #6B7280; }

.customer-page .customer_page_title {
  margin-bottom: 32px; }

.customer-page .form_group {
  margin-bottom: 16px; }
  .customer-page .form_group input:not([disabled]), .customer-page .form_group textarea:not([disabled]) {
    background: #fff; }

.customer-page .customer-bg {
  background: #fff;
  border-radius: 8px;
  padding: 40px; }

@media (min-width: 768px) {
  .customer-page .wrapbox-content-account {
    overflow: unset; } }

.customer-page .address_content--heading {
  margin-bottom: 32px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .customer-page .address_content--heading h4 {
    margin-bottom: 0; }
  .customer-page .address_content--heading .address-btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #000102;
    text-decoration: underline; }

.customer-page .customers-account-viewed {
  margin: 0; }
  .customer-page .customers-account-viewed .swiper-wrapper.collection-row {
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .customer-page .customers-account-viewed .swiper-wrapper.collection-row .swiper-slide {
        -webkit-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%; } }

.customer-page .sidebar-account-left {
  width: 30%;
  padding: 0 10px; }
  @media (max-width: 991px) {
    .customer-page .sidebar-account-left {
      width: 45%; } }
  @media (max-width: 768px) {
    .customer-page .sidebar-account-left {
      width: 100%; } }

.customer-page .account-right-wrapper {
  width: 70%;
  padding: 0 10px; }
  @media (max-width: 991px) {
    .customer-page .account-right-wrapper {
      width: 55%; } }
  @media (max-width: 768px) {
    .customer-page .account-right-wrapper {
      width: 100%; } }
  .customer-page .account-right-wrapper .wrap_content_account {
    background: #fff;
    padding: 40px; }

.customer-page .account-sidebar {
  background: #fff; }
  @media (min-width: 768px) {
    .customer-page .account-sidebar {
      position: sticky;
      top: 20px; } }
  .customer-page .account-sidebar .account-content-header {
    background: linear-gradient(180deg, #FFE0E1 0%, #FFF 96.15%);
    padding: 16px; }
    .customer-page .account-sidebar .account-content-header .account-content-avatar {
      background: #fff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
  .customer-page .account-sidebar .account-content-body {
    padding: 12px 16px 20px; }
    .customer-page .account-sidebar .account-content-body .btn {
      margin-top: 12px;
      padding: 11px 24px; }
    .customer-page .account-sidebar .account-content-body ul .tab-item {
      margin-bottom: 8px; }
      .customer-page .account-sidebar .account-content-body ul .tab-item a {
        margin-top: 0;
        padding: 11px 20px;
        border: none;
        color: #737373;
        gap: 8px; }
        .customer-page .account-sidebar .account-content-body ul .tab-item a svg {
          width: 24px;
          height: 24px; }
        .customer-page .account-sidebar .account-content-body ul .tab-item a span {
          text-transform: initial;
          font-weight: 400;
          font-size: 18px; }
        .customer-page .account-sidebar .account-content-body ul .tab-item a:hover {
          color: #fff; }
      .customer-page .account-sidebar .account-content-body ul .tab-item.current a {
        background: #0A0A0A;
        color: #fff;
        border-color: #0A0A0A; }

#add-new-address, .edit_address {
  border-radius: 16px;
  width: 550px;
  max-width: 100%; }

.address--item.list .item {
  padding: 24px;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  display: flex;
  border-radius: 2px;
  border: 1px solid #F5F5F5;
  background: #FFF;
  margin-bottom: 12px; }
  .address--item.list .item .address_title p {
    margin-bottom: 0; }
  .address--item.list .item .address_title .customer-address-name {
    display: flex;
    align-items: center;
    margin-bottom: 8px; }
    .address--item.list .item .address_title .customer-address-name strong {
      font-size: 20px;
      font-weight: 500; }
  .address--item.list .item .address_title .default_address {
    display: inline-flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #C60F14;
    color: #fff;
    line-height: 1;
    margin-left: 8px; }
  .address--item.list .item .address_title .large_view {
    font-size: 16px;
    color: #737373; }
    .address--item.list .item .address_title .large_view .lb-right {
      margin-bottom: 8px; }
      .address--item.list .item .address_title .large_view .lb-right p {
        display: inline-block; }
    .address--item.list .item .address_title .large_view .lb-right:last-child {
      margin-bottom: 0; }
  .address--item.list .item .view_address_wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    .address--item.list .item .view_address_wrapper .address_actions {
      margin-bottom: 0; }
      .address--item.list .item .view_address_wrapper .address_actions .action_link {
        color: #0A0A0A;
        font-size: 16px;
        font-weight: 500;
        padding: 0 8px; }
        .address--item.list .item .view_address_wrapper .address_actions .action_link:first-child {
          border-right: 1px solid #F5F5F5; }

.layout-order-detail .customer-table-wrap {
  background: #d9edf7;
  padding: 8px 10px;
  margin: 30px 0; }

.layout-order-detail .customer-table-wrap .customer-table-bg {
  background: #fff;
  padding: 10px; }

.layout-order-detail .customer-table-wrap .title-detail {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 8px; }

.layout-order-detail .table-responsive-overflow {
  position: relative;
  overflow: hidden; }

.layout-order-detail .table-responsive-overflow .table-responsive {
  border: 0; }

.layout-order-detail .table-responsive-overflow .table-responsive table tr td, .layout-order-detail .table-responsive-overflow .table-responsive table thead th {
  white-space: nowrap; }

.layout-order-detail table.table-customers {
  width: 100%;
  background: #fff; }

.layout-order-detail table.table-customers thead th {
  font-weight: 600;
  font-size: 14px; }

.layout-order-detail table.table-customers thead th, .layout-order-detail table.table-customers tr td {
  vertical-align: middle;
  border-top: none;
  font-size: 14px;
  padding: 10px 8px; }

.layout-order-detail table.table-customers tr.line-order td.name a {
  font-size: 13.5px;
  white-space: normal;
  display: block;
  min-width: 18rem; }

.layout-order-detail table.table-customers tr.line-order td.name a:hover,
.layout-order-detail table.table-customers tr.line-order td.order-image {
  width: 70px; }

.layout-order-detail table.table-customers tr.line-order td.order-image a {
  display: block;
  width: 60px;
  border: 1px solid #f7f7f7; }

.layout-order-detail .wrap-table-ordership {
  border-top: 1px solid #ededed;
  padding-top: 10px; }

.layout-order-detail table.table-customers.table-customers-summary tr:hover {
  background: #fbfbfb; }

.layout-order-detail table.table-customers tr.line-order td.name span.variant_acc {
  font-size: 13px;
  opacity: 0.8; }

.layout-order-detail .grouptitle-order .order_name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.layout-order-detail .grouptitle-order .order_cancelled {
  margin-bottom: 15px; }

.layout-order-detail .grouptitle-order .order_cancelled h4 {
  margin: 0; }

.layout-order-detail .customer-status-order .order_section_title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 10px;
  padding: 10px 0px;
  position: relative;
  text-transform: uppercase; }

.layout-order-detail .customer-status-order .alert-info {
  border-radius: 0;
  margin-bottom: 0;
  color: #31708f;
  padding: 12px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1; }

.layout-order-detail .customer-status-order .alert-info .text_status {
  font-weight: 500; }

.layout-order-detail .customer-status-order .box-address {
  margin: 0px 0px 30px;
  padding: 10px;
  background-color: #fbfbfb; }

.layout-order-detail .customer-status-order .box-address p {
  margin-bottom: 5px; }

.layout-order-detail .customer-status-order .box-address p.adressName {
  font-weight: 600; }

.layout-order-detail .order_backhome {
  opacity: 0.7; }
