/* Customer */
#layout-page {
  padding-bottom: 30px; }
  #layout-page .header-page h1 {
    line-height: 20px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 30px 0 20px;
    text-align: center; }
  #layout-page #customer-login {
    max-width: 100%;
    width: 335px;
    padding: 15px;
    background-color: #fff;
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border-radius: 12px; }
    #layout-page #customer-login h1 {
      font-size: 30px;
      margin-top: 0;
      text-align: center;
      margin-bottom: 30px; }
      #layout-page #customer-login h1 p {
        font-size: 14px;
        font-weight: normal;
        color: #666;
        margin-top: 5px; }
        #layout-page #customer-login h1 p a {
          text-decoration: underline;
          color: #00a1ec; }
    #layout-page #customer-login .form-wrap {
      margin-bottom: 15px;
      position: relative; }
      #layout-page #customer-login .form-wrap .eye-img {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        border: 0;
        background: transparent;
        top: 5px; }
      #layout-page #customer-login .form-wrap .eye-img2 {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        border: 0;
        background: transparent;
        top: 5px; }
    #layout-page #customer-login input {
      width: 100%;
      border-radius: 5px;
      padding: 10px;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.3);
      box-shadow: none; }
    #layout-page #customer-login button.submit {
      border-radius: 30px;
      background: #2e9ed5;
      color: #fff;
      width: 100%;
      display: block;
      padding: 10px;
      border: 0;
      font-weight: 700; }
    #layout-page #customer-login .social-login {
      display: flex;
      flex-direction: row;
      padding: 0px;
      margin: 0px 0px 10px;
      list-style: none;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      #layout-page #customer-login .social-login li {
        margin: 0px 10px;
        display: inline-block; }
        #layout-page #customer-login .social-login li img {
          width: 48px; }
        #layout-page #customer-login .social-login li button {
          border: 0;
          background: transparent; }
    #layout-page #customer-login .login-other {
      text-align: center;
      border-top: 1px solid #f2f2f2;
      padding-top: 20px;
      margin-top: 20px; }
    #layout-page #customer-login .req_pass {
      margin-bottom: 10px;
      text-align: center; }
      #layout-page #customer-login .req_pass a {
        color: #12a2d8; }
        #layout-page #customer-login .req_pass a.register-link {
          font-weight: 700; }
    #layout-page #customer-login .register-btn {
      text-align: center; }
      #layout-page #customer-login .register-btn a {
        display: block;
        padding: 6px 10px;
        background: #ff6600;
        color: #fff;
        font-weight: 700;
        border-radius: 30px; }
    #layout-page #customer-login .optionCheck-wrap {
      margin-bottom: 10px; }
      #layout-page #customer-login .optionCheck-wrap .optionCheck {
        text-align: left; }
        #layout-page #customer-login .optionCheck-wrap .optionCheck input {
          display: inline-block;
          width: auto; }
    #layout-page #customer-login .emailCheckShow {
      display: none; }
    #layout-page #customer-login .otpcode {
      display: none; }
    @media (min-width: 768px) {
      #layout-page #customer-login {
        margin-right: 0; } }
  #layout-page .Account__Style {
    display: flex;
    width: 100%;
    margin: 0px auto 20px;
    flex-wrap: wrap; }
  #layout-page .AccountSidebar-avatar {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 7px;
    margin: 0px 0px 12px; }
    #layout-page .AccountSidebar-avatar img {
      width: 45px;
      margin: 0px 12px 0px 0px;
      border-radius: 50%; }
    #layout-page .AccountSidebar-avatar .info {
      flex: 1 1 0%;
      font-size: 13px;
      line-height: 15px;
      color: #333333;
      font-weight: 300; }
      #layout-page .AccountSidebar-avatar .info strong {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        display: block;
        margin: 4px 0px 0px; }
  #layout-page .AccountSidebar-list ul li a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 18px;
    color: #4a4a4a; }
    #layout-page .AccountSidebar-list ul li a svg,
    #layout-page .AccountSidebar-list ul li a img {
      width: 24px;
      height: 24px;
      margin: 0px 22px 0px 0px;
      font-size: 24px;
      color: #9b9b9b; }
  @media (min-width: 768px) {
    #layout-page .AccountSidebar-list ul li {
      width: 250px;
      margin-right: 17px; }
      #layout-page .AccountSidebar-list ul li.active {
        background-color: #ebebf0;
        color: black; } }
  @media (max-width: 767px) {
    #layout-page .AccountSidebar-list ul li {
      border: 1px solid #F5F5FA; } }
  @media (min-width: 768px) {
    #layout-page .AccountSidebar {
      width: 250px;
      margin-right: 17px; } }
  @media (max-width: 767px) {
    #layout-page .AccountSidebar {
      width: 100%; }
      #layout-page .AccountSidebar-avatar {
        margin: 0;
        padding: 12px 7px;
        border-bottom: 8px solid #F5F5FA; } }
  #layout-page .Account__StyleInfo {
    flex: 1 1 0%; }
    #layout-page .Account__StyleInfo h1 {
      font-size: 20px;
      line-height: 21px;
      font-weight: 700;
      margin: 15px 0px; }
    #layout-page .Account__StyleInfo .info {
      background: #fff;
      padding: 16px 24px 16px 16px; }
    #layout-page .Account__StyleInfo .info2 {
      background: #fff;
      padding: 0; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem {
      display: flex;
      flex-direction: column;
      padding: 12px;
      background-color: white;
      border-bottom: 8px solid #f5f5f5; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .status-text {
      color: #787878;
      font-size: 13px;
      line-height: 24px;
      padding-bottom: 8px;
      border-bottom: 1px solid #eeeeee;
      display: flex;
      justify-content: space-between; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info {
      display: flex;
      padding: 12px 0px; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info > img {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-right: 12px; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__detail {
      font-size: 13px;
      line-height: 20px;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: center;
      justify-content: center; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__description {
      color: #242424;
      font-weight: 500;
      margin-bottom: 4px;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__order-qty-total,
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .order-info__evoucher-info {
      color: #787878; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .btn-group {
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between; }
    #layout-page .Account__StyleInfo .info2-mb .StyledOrderItem .btn-group a {
      color: #0d5cb6;
      background-color: white;
      border-radius: 4px;
      border: 1px solid #0d5cb6;
      font-size: 13px;
      line-height: 36px;
      font-weight: 500;
      height: 36px;
      display: block;
      text-align: center;
      flex: 1 1 0%; }
    #layout-page .Account__StyleInfo form {
      max-width: 553px; }
      #layout-page .Account__StyleInfo form .large_form {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0px 0px 15px; }
        #layout-page .Account__StyleInfo form .large_form label {
          width: 110px;
          min-width: 110px;
          font-size: 14px;
          color: #333333; }
        #layout-page .Account__StyleInfo form .large_form input {
          transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
          height: 36px;
          width: 100%;
          border-radius: 4px;
          padding: 10px 12px;
          line-height: 20px;
          outline: none;
          flex: 1 1 0%;
          border: 1px solid #c4c4cf; }
        #layout-page .Account__StyleInfo form .large_form textarea {
          transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
          width: 100%;
          border-radius: 4px;
          padding: 10px 12px;
          line-height: 20px;
          outline: none;
          flex: 1 1 0%;
          border: 1px solid #c4c4cf; }
      #layout-page .Account__StyleInfo form #gender {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin: 0px 0px 34px; }
        #layout-page .Account__StyleInfo form #gender > label {
          width: 110px;
          min-width: 110px;
          font-size: 14px;
          color: #333333; }
        #layout-page .Account__StyleInfo form #gender ul {
          display: flex;
          -webkit-box-align: center;
          align-items: center;
          margin: 0; }
          #layout-page .Account__StyleInfo form #gender ul li {
            display: flex;
            margin-right: 15px;
            cursor: pointer;
            align-items: center; }
            #layout-page .Account__StyleInfo form #gender ul li label {
              margin-left: 5px;
              margin-bottom: 0; }
      #layout-page .Account__StyleInfo form .updateAccount {
        width: 176px;
        margin-top: 0;
        background: #2cbde5;
        color: #fff;
        font-weight: 700; }
      #layout-page .Account__StyleInfo form .setdefault-wrap {
        display: flex;
        align-items: center; }
        #layout-page .Account__StyleInfo form .setdefault-wrap input {
          width: 18px;
          height: 18px;
          margin: 0px 12px 0px 0px; }
    #layout-page .Account__StyleInfo .inner .item {
      background-color: white;
      padding: 17px;
      border-radius: 4px;
      margin: 0px 0px 10px;
      font-size: 13px;
      line-height: 19px; }
      #layout-page .Account__StyleInfo .inner .item .view_address {
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        font-size: 13px;
        width: 100%; }
      #layout-page .Account__StyleInfo .inner .item .name {
        text-transform: uppercase;
        margin: 0px 0px 10px; }
      #layout-page .Account__StyleInfo .inner .item .default-adresss {
        color: #00A2EC;
        font-size: 12px;
        margin: 0px 0px 0px 15px;
        display: inline-block;
        -webkit-box-align: center;
        align-items: center;
        text-transform: none; }
      #layout-page .Account__StyleInfo .inner .item .address {
        margin: 0px 0px 5px; }
      #layout-page .Account__StyleInfo .inner .item .edit {
        font-size: 14px;
        color: #00A2EC;
        display: inline-block;
        padding: 6px 12px; }
      #layout-page .Account__StyleInfo .inner .item .delete {
        font-size: 14px;
        color: #ff424e;
        border: 0px;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
        outline: 0px; }
      #layout-page .Account__StyleInfo .inner .item .action-address {
        text-align: right;
        width: 30%; }
      @media (max-width: 767px) {
        #layout-page .Account__StyleInfo .inner .item {
          padding-left: 0;
          padding-right: 0; }
          #layout-page .Account__StyleInfo .inner .item.address-item {
            border-radius: 0;
            border-bottom: 1px solid #eeeeee; } }
    #layout-page .Account__StyleInfo .inner .new .linknew {
      background-color: white;
      font-size: 15px;
      min-height: 50px;
      border: 1px dashed #d8d8d8;
      margin: 0px 0px 10px;
      padding: 5px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
    #layout-page .Account__StyleInfo .inner .new #add_address {
      background: #fff;
      padding: 10px; }
    @media (max-width: 767px) {
      #layout-page .Account__StyleInfo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        #layout-page .Account__StyleInfo.account {
          display: none; }
        #layout-page .Account__StyleInfo .list-order-heading {
          margin-left: 10px;
          margin-right: 10px; }
        #layout-page .Account__StyleInfo h1 {
          padding: 0 15px;
          font-weight: 700;
          margin-bottom: 30px; } }
    #layout-page .Account__StyleInfo .rewards-info {
      padding: 40px; }
      #layout-page .Account__StyleInfo .rewards-info .rewards-heading {
        margin-bottom: 40px;
        display: flex;
        align-items: center; }
        #layout-page .Account__StyleInfo .rewards-info .rewards-heading strong {
          font-size: 18px; }
        #layout-page .Account__StyleInfo .rewards-info .rewards-heading .rewards-points {
          background: #129fd8;
          border-radius: 30px;
          padding: 8px 30px;
          margin-left: 20px;
          color: #fff; }
      #layout-page .Account__StyleInfo .rewards-info .rewards-coupon {
        margin-bottom: 30px; }
        #layout-page .Account__StyleInfo .rewards-info .rewards-coupon .rewards-coupon-title {
          font-weight: 700;
          margin-bottom: 0;
          font-size: 18px; }
        #layout-page .Account__StyleInfo .rewards-info .rewards-coupon .rewards-coupon-subtitle {
          margin-bottom: 0; }
          #layout-page .Account__StyleInfo .rewards-info .rewards-coupon .rewards-coupon-subtitle span {
            color: red; }
      #layout-page .Account__StyleInfo .rewards-info .table-coupon {
        padding: 10px;
        border: 1px solid #d6d6d6;
        border-radius: 10px;
        margin-bottom: 30px; }
        #layout-page .Account__StyleInfo .rewards-info .table-coupon table {
          border-collapse: collapse;
          width: 100%; }
          #layout-page .Account__StyleInfo .rewards-info .table-coupon table thead th {
            padding: 10px;
            border-bottom: 1px solid #d6d6d6;
            font-weight: 700;
            font-size: 16px; }
          #layout-page .Account__StyleInfo .rewards-info .table-coupon table tbody tr {
            border-bottom: 1px solid #d6d6d6; }
            #layout-page .Account__StyleInfo .rewards-info .table-coupon table tbody tr:last-child {
              border-bottom-color: #fff; }
          #layout-page .Account__StyleInfo .rewards-info .table-coupon table tbody td {
            padding: 10px;
            font-weight: 400; }
            #layout-page .Account__StyleInfo .rewards-info .table-coupon table tbody td .btn-save-coupon {
              background: #129fd8;
              border-radius: 20px;
              padding: 8px 30px;
              color: #fff;
              box-shadow: none;
              border: 0; }
      @media (max-width: 767px) {
        #layout-page .Account__StyleInfo .rewards-info {
          padding: 0 15px; }
          #layout-page .Account__StyleInfo .rewards-info .rewards-heading {
            margin-bottom: 15px; }
          #layout-page .Account__StyleInfo .rewards-info .rewards-coupon {
            margin-bottom: 15px; }
          #layout-page .Account__StyleInfo .rewards-info .table-coupon {
            white-space: nowrap;
            overflow-x: auto; } }
  #layout-page .Account__heading {
    font-size: 19px;
    font-weight: 300;
    margin: 20px 0px 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
    #layout-page .Account__heading .status {
      font-weight: 700; }
  #layout-page .created-date {
    display: flex;
    flex-direction: column; }
  #layout-page .Account__infoCustomers {
    margin: 10px 0px 20px;
    display: flex; }
    #layout-page .Account__infoCustomers > .Account__infoCustomers-item {
      width: 33.3333%;
      margin: 0px 5px;
      display: flex;
      flex-direction: column;
      color: rgba(0, 0, 0, 0.65); }
      #layout-page .Account__infoCustomers > .Account__infoCustomers-item:first-child {
        margin-left: 0px; }
  #layout-page .Account__infoCustomers-item .Account__infoCustomers-title {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
    color: #242424; }
  #layout-page .Account__infoCustomers-item .Account__infoCustomers-content {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    height: 100%; }
    #layout-page .Account__infoCustomers-item .Account__infoCustomers-content p {
      margin: 5px 0px 0px; }
    #layout-page .Account__infoCustomers-item .Account__infoCustomers-content .name {
      color: #242424;
      font-weight: bold;
      text-transform: uppercase; }
    #layout-page .Account__infoCustomers-item .Account__infoCustomers-content p.cc-info.description.orange {
      color: #FEC519;
      font-style: italic;
      font-weight: 700;
      margin-top: 10px; }
  #layout-page table.Account__tableProduct {
    width: 100%;
    color: #424242;
    display: table;
    font-size: 13px;
    background: white;
    border-radius: 4px;
    border-collapse: collapse;
    border-spacing: 0px;
    line-height: 1.5;
    word-break: break-word; }
    #layout-page table.Account__tableProduct tr {
      padding: 10px; }
      #layout-page table.Account__tableProduct tr th {
        display: table-cell;
        padding: 20px 15px;
        border-top: none;
        min-width: 100px;
        position: relative;
        background: 0px 0px;
        color: #787878;
        font-size: 15px;
        font-weight: 400;
        border-bottom: 1px solid #f4f4f4;
        text-align: left; }
        #layout-page table.Account__tableProduct tr th:last-child {
          text-align: right;
          min-width: 160px; }
      #layout-page table.Account__tableProduct tr td:first-child {
        border-left: none; }
    #layout-page table.Account__tableProduct tbody tr {
      border-bottom: 1px solid #f4f4f4; }
      #layout-page table.Account__tableProduct tbody tr td {
        border: none;
        position: relative;
        display: table-cell;
        padding: 20px 15px;
        color: #242424;
        vertical-align: top;
        min-width: 100px; }
        #layout-page table.Account__tableProduct tbody tr td:first-child {
          border-top: none;
          border-left: none; }
        #layout-page table.Account__tableProduct tbody tr td:last-child {
          text-align: right;
          min-width: 160px; }
        #layout-page table.Account__tableProduct tbody tr td .product-item {
          display: flex; }
          #layout-page table.Account__tableProduct tbody tr td .product-item img {
            width: 60px;
            height: 60px;
            margin-right: 15px; }
          #layout-page table.Account__tableProduct tbody tr td .product-item .product-info .product-name {
            font-size: 14px;
            color: #242424;
            margin: 0px 0px 12px;
            display: block; }
          #layout-page table.Account__tableProduct tbody tr td .product-item .product-info p {
            margin: 12px 0px; }
          #layout-page table.Account__tableProduct tbody tr td .product-item .product-info .product-review a {
            display: inline-block;
            margin-right: 10px;
            background: white;
            border: 1px solid #2e9ed5;
            font-size: 12px;
            color: #2e9ed5;
            padding: 5px 15px;
            border-radius: 4px;
            cursor: pointer; }
    #layout-page table.Account__tableProduct tfoot tr {
      border-top: none; }
      #layout-page table.Account__tableProduct tfoot tr td {
        text-align: right;
        display: table-cell;
        padding: 5px 20px;
        max-width: 550px;
        min-width: 125px;
        color: #242424; }
      #layout-page table.Account__tableProduct tfoot tr:first-child td {
        padding-top: 30px; }
      #layout-page table.Account__tableProduct tfoot tr td:first-child {
        border-top: none; }
      #layout-page table.Account__tableProduct tfoot tr td span {
        color: #787878;
        font-size: 14px; }
      #layout-page table.Account__tableProduct tfoot tr td .sum {
        color: #ff3b27;
        font-size: 18px; }
  #layout-page .detail-order-mb .detail-order-mb__info {
    border-bottom: 8px solid #efefef;
    padding: 12px;
    width: 100%; }
    #layout-page .detail-order-mb .detail-order-mb__info p {
      font-size: 13px;
      color: #787878;
      font-weight: 500;
      margin: 0px; }
      #layout-page .detail-order-mb .detail-order-mb__info p.title {
        font-weight: 700;
        color: #242424;
        font-size: 15px; }
      #layout-page .detail-order-mb .detail-order-mb__info p.date {
        margin: 10px 0px; }
  #layout-page .detail-order-mb .detail-order-mb__address {
    border-bottom: 8px solid #efefef;
    padding: 12px;
    width: 100%; }
    #layout-page .detail-order-mb .detail-order-mb__address p {
      color: #242424;
      font-size: 14px;
      margin: 0px; }
      #layout-page .detail-order-mb .detail-order-mb__address p.title {
        font-weight: 700;
        color: #242424;
        font-size: 15px; }
      #layout-page .detail-order-mb .detail-order-mb__address p .phone,
      #layout-page .detail-order-mb .detail-order-mb__address p .address,
      #layout-page .detail-order-mb .detail-order-mb__address p .name {
        margin: 10px 0px; }
  #layout-page .detail-order-mb .detail-order-mb__products {
    border-bottom: 8px solid #efefef;
    padding: 12px;
    width: 100%; }
    #layout-page .detail-order-mb .detail-order-mb__products .title {
      font-weight: 700;
      color: #242424;
      font-size: 15px;
      margin: 0; }
    #layout-page .detail-order-mb .detail-order-mb__products .items {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      #layout-page .detail-order-mb .detail-order-mb__products .items .item {
        border-bottom: 1px solid #eeeeee;
        padding: 15px 0px;
        display: flex;
        flex-wrap: nowrap; }
        #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__img {
          width: 90px;
          display: inline-block; }
        #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__inner {
          margin: 0px 0px 0px 15px;
          width: 80%; }
          #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__inner .name {
            font-size: 13px;
            color: #242424;
            text-decoration: none;
            display: -webkit-box;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            line-height: 16px; }
          #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__inner .prices {
            font-size: 15px;
            font-weight: 500; }
          #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__inner .prices,
          #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__inner .qty {
            display: inline-block;
            margin-right: 5px;
            color: #242424; }
          #layout-page .detail-order-mb .detail-order-mb__products .items .item .item__inner .product-review a {
            display: inline-block;
            margin-right: 10px;
            background: white;
            border: 1px solid #2e9ed5;
            font-size: 12px;
            color: #2e9ed5;
            padding: 5px 15px;
            border-radius: 4px;
            cursor: pointer; }
  #layout-page .detail-order-mb .detail-order-mb__delivery,
  #layout-page .detail-order-mb .detail-order-mb__payment {
    border-bottom: 8px solid #efefef;
    padding: 12px;
    width: 100%; }
    #layout-page .detail-order-mb .detail-order-mb__delivery p,
    #layout-page .detail-order-mb .detail-order-mb__payment p {
      color: #787878;
      font-size: 13px;
      margin: 10px 0px; }
      #layout-page .detail-order-mb .detail-order-mb__delivery p.title,
      #layout-page .detail-order-mb .detail-order-mb__payment p.title {
        font-weight: 700;
        color: #242424;
        font-size: 15px;
        margin: 0; }
  #layout-page .detail-order-mb .detail-order-mb__priceSummary {
    border-bottom: 8px solid #efefef;
    padding: 12px;
    width: 100%; }
    #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary__inner {
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      margin: 0px; }
    #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary {
      margin: 0px 0px 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #eeeeee; }
      #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary .summary__text,
      #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary .summary__value {
        font-size: 14px;
        color: #242424;
        display: inline-block;
        margin: 0px;
        padding: 0px; }
      #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary .summary__text {
        color: #787878; }
      #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary .summary__value {
        width: 100px;
        text-align: right; }
    #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary__inner--total .summary__text {
      font-weight: 500;
      color: #242424; }
    #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary__inner--total .summary__value {
      font-size: 17px;
      font-weight: 500;
      text-align: right; }
    #layout-page .detail-order-mb .detail-order-mb__priceSummary .summary__inner--total .summary__value i {
      font-style: normal;
      font-size: 11px;
      display: block;
      margin: 5px 0px 0px;
      font-weight: normal; }
  @media (min-width: 768px) {
    #layout-page .container {
      background: #CAF0FF url("https://file.hstatic.net/1000030244/file/1200_a30388df8df54086a6a06f157bb30d05.jpg") center center no-repeat;
      height: 570px;
      min-height: calc(100vh - 610px);
      display: grid; } }
  #layout-page .table-orders .head {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px; }
  #layout-page .table-orders .table-empty {
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    box-shadow: none;
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #d6d6d6; }
    #layout-page .table-orders .table-empty p {
      margin: 0; }
  #layout-page .table-orders .orders-lists {
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden; }
    #layout-page .table-orders .orders-lists table {
      width: 100%; }
      #layout-page .table-orders .orders-lists table th {
        padding: 10px;
        font-size: 16px;
        font-weight: 700;
        text-align: center; }
      #layout-page .table-orders .orders-lists table td {
        padding: 10px;
        text-align: center; }
      #layout-page .table-orders .orders-lists table thead {
        background: #f8f8fa;
        border-bottom: 1px solid #d6d6d6; }
      #layout-page .table-orders .orders-lists table .order-number,
      #layout-page .table-orders .orders-lists table .total-price,
      #layout-page .table-orders .orders-lists table .delivery {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        text-align: center; }
      #layout-page .table-orders .orders-lists table tbody {
        max-height: 500px;
        overflow-y: auto; }
        #layout-page .table-orders .orders-lists table tbody .order-number img {
          width: 10px;
          margin-right: 10px;
          vertical-align: middle;
          transition: all 0.2s linear; }
        #layout-page .table-orders .orders-lists table tbody .order-number span {
          display: inline-block;
          vertical-align: middle; }
        #layout-page .table-orders .orders-lists table tbody .active-show-detail {
          border-bottom: 1px solid #d6d6d6; }
          #layout-page .table-orders .orders-lists table tbody .active-show-detail .order-number img {
            transition: all 0.2s linear;
            transform: rotate(90deg); }
        #layout-page .table-orders .orders-lists table tbody .tr-detail > td {
          padding: 0; }
      #layout-page .table-orders .orders-lists table .table-detail {
        border: 1px solid #d6d6d6;
        border-radius: 10px;
        margin-bottom: 30px;
        overflow: hidden;
        margin: 20px;
        display: none;
        transition: all 0.2s linear; }
        #layout-page .table-orders .orders-lists table .table-detail table tbody {
          max-height: 500px;
          overflow-y: auto; }
          #layout-page .table-orders .orders-lists table .table-detail table tbody tr {
            border-bottom: 1px solid #d6d6d6; }
            #layout-page .table-orders .orders-lists table .table-detail table tbody tr:last-child {
              border: 0; }
    @media (max-width: 767px) {
      #layout-page .table-orders .orders-lists {
        white-space: nowrap;
        overflow-x: auto; } }
  #layout-page .table-orders tr {
    border-bottom: 1px solid #f4f4f4; }
  #layout-page .table-orders th, #layout-page .table-orders td {
    min-width: 130px;
    padding: 20px 15px;
    color: #787878;
    font-size: 15px;
    font-weight: 400;
    text-align: left; }
    #layout-page .table-orders th:last-child, #layout-page .table-orders td:last-child {
      text-align: right; }
  #layout-page .table-orders td {
    font-size: 13px;
    line-height: 20px;
    color: #333333; }
    #layout-page .table-orders td a {
      color: #00A2EC; }

#account {
  background: #F5F5FA; }
  @media (max-width: 767px) {
    #account {
      background: #fff; } }

#registerNotify .modal-header {
  background: #2e9ed5;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

#registerNotify .modal-dialog {
  width: 300px;
  border-radius: 10px;
  margin: 0 auto;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }
  @media (max-width: 767px) {
    #registerNotify .modal-dialog {
      min-height: calc(100vh - 20px); } }

#registerNotify .modal-header p {
  margin: 0; }

#registerNotify .modal-dialog .modal-content {
  border-radius: 10px; }

#registerNotify .modal-body {
  text-align: center; }

#registerNotify .modal-body .registerNotify-text .registerNotify-code {
  border-radius: 30px;
  border: 1px solid #2e9ed5;
  color: #2e9ed5;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px; }

#registerNotify .modal-body .registerNotify-text .btn-confirm {
  background: #2e9ed5;
  color: #fff;
  width: 100%;
  border-radius: 30px;
  padding: 5px 10px;
  border: 0;
  font-weight: 700; }

@media (min-width: 768px) {
  #register_page #layout-page,
  #login_page #layout-page {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #CAF0FF;
    height: 630px;
    min-height: calc(100vh - 610px);
    display: grid; } }

@media (max-width: 767px) {
  #register_page,
  #login_page {
    padding-bottom: 180px; } }

.errors ul li {
  font-weight: bold;
  color: red; }

#iframeDHS {
  width: 100%;
  height: 1000px; }
  @media (max-width: 767px) {
    #iframeDHS {
      height: 3000px; } }
