@charset "UTF-8";
.account-update {
  min-height: 600px; }

#update-account--modal {
  display: none;
  position: fixed;
  max-width: 800px;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  background: #fff;
  padding: 40px;
  border-radius: 5px; }
  #update-account--modal #error {
    display: none;
    background: transparent;
    border: none;
    outline: none; }
  #update-account--modal .large_form {
    display: flex;
    gap: 15px;
    align-items: center; }
    #update-account--modal .large_form label {
      margin: 0;
      width: 25%; }
    #update-account--modal .large_form input {
      width: calc(75% - 15px); }
    #update-account--modal .large_form .gender {
      gap: 20px; }
      #update-account--modal .large_form .gender .item {
        display: inline-flex;
        gap: 5px; }
  #update-account--modal button {
    width: 100%; }
  #update-account--modal h2 {
    text-transform: uppercase;
    font-size: 25px; }
  @media (max-width: 767px) {
    #update-account--modal {
      width: 100%;
      max-width: unset;
      height: 100%;
      padding: 40px 20px;
      border-radius: 0; }
      #update-account--modal h2 {
        font-size: 15px; } }

.update-account--overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }

#page-account {
  background: #f5f6f6; }
  #page-account .cus-info__statistic--2 {
    padding-top: 200px;
    padding-bottom: 50px; }
  #page-account .row > div {
    background: #fff; }
    #page-account .row > div label[for*='radio'] {
      margin-bottom: 0;
      margin-left: 10px; }
    #page-account .row > div input[type="radio"] {
      margin-top: 0;
      vertical-align: top;
      width: 18px;
      height: 18px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative;
      margin: 0 1rem 0 0;
      cursor: pointer;
      outline: 0 !important; }
      #page-account .row > div input[type="radio"]:before {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
        -webkit-transform: rotate(-45deg) scale(0, 0);
        -moz-transform: rotate(-45deg) scale(0, 0);
        -ms-transform: rotate(-45deg) scale(0, 0);
        -o-transform: rotate(-45deg) scale(0, 0);
        transform: rotate(-45deg) scale(0, 0);
        content: "";
        position: absolute;
        left: -1px;
        right: 0;
        top: .38em;
        margin: auto;
        z-index: 1;
        width: 10px;
        height: 5px;
        border: 1px solid #222;
        border-top-style: none;
        border-right-style: none; }
      #page-account .row > div input[type="radio"]:checked:before {
        -webkit-transform: rotate(-45deg) scale(1, 1);
        -moz-transform: rotate(-45deg) scale(1, 1);
        -ms-transform: rotate(-45deg) scale(1, 1);
        -o-transform: rotate(-45deg) scale(1, 1);
        transform: rotate(-45deg) scale(1, 1); }
      #page-account .row > div input[type="radio"]:after {
        content: "";
        position: absolute;
        left: -1px;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 16px;
        height: 16px;
        background: #fff;
        border: 1px solid #676767;
        cursor: pointer;
        border-radius: 2px; }
      #page-account .row > div input[type="radio"]:checked:after {
        border-color: #676767; }
  #page-account .row .col-sm-12.col-lg-9,
  #page-account .row .col-sm-12.col-lg-3 {
    background-clip: content-box; }
  #page-account .page-content {
    padding-bottom: 30px;
    margin-bottom: 30px; }
    #page-account .page-content > .container {
      padding: 0; }
  #page-account .customer-name {
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
    font-size: 50px;
    font-weight: bold;
    line-height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: #e1e4e8;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase; }
    #page-account .customer-name::after {
      position: absolute;
      content: '';
      width: 130px;
      height: 130px;
      top: -10px;
      left: -10px;
      border-radius: 50%;
      z-index: -1; }
  #page-account h4 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-weight: 500; }
  #page-account .right-main {
    height: 100%;
    border: 1px solid #e6e6e6; }
    #page-account .right-main .tab-pane h2 {
      font-size: 18px; }
    #page-account .right-main.layout-account {
      border: none;
      margin: 30px 0; }
      #page-account .right-main.layout-account h1 {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 30px;
        line-height: 32px;
        position: relative;
        text-align: center; }
      #page-account .right-main.layout-account .userbox {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        padding: 20px 50px 30px; }
    #page-account .right-main__tabs {
      display: flex;
      border-bottom: 1px solid #f7f7f7;
      width: 100%; }
      #page-account .right-main__tabs li {
        flex: 1;
        padding: 0 20px;
        height: 100%; }
        #page-account .right-main__tabs li:nth-child(2) {
          border-left: 1px solid #f7f7f7;
          border-right: 1px solid #f7f7f7; }
        #page-account .right-main__tabs li a {
          padding: 10px 0;
          text-align: center;
          display: block;
          margin: 0;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          border-bottom: 2px solid transparent;
          color: #000; }
          #page-account .right-main__tabs li a.active, #page-account .right-main__tabs li a:hover {
            color: #000;
            border-bottom: 2px solid #000;
            text-decoration: none; }
          @media (max-width: 767px) {
            #page-account .right-main__tabs li a {
              font-size: 14px; } }
        @media (max-width: 767px) {
          #page-account .right-main__tabs li {
            padding: 0; } }
    #page-account .right-main__card {
      text-align: center;
      padding-top: 40px; }
      #page-account .right-main__card .cus-card-title {
        text-transform: uppercase;
        margin: 30px 40px; }
        @media (max-width: 767px) {
          #page-account .right-main__card .cus-card-title {
            margin-left: 0;
            margin-right: 0;
            font-size: 16px; } }
    @media (max-width: 991px) {
      #page-account .right-main {
        padding: 20px 0; } }
  #page-account .cus-info h1 {
    background: url("//cdn.hstatic.net/themes/1000184601/1001406013/14/bg-title.jpg?v=946") no-repeat;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #page-account .cus-info h1 {
        padding: 0;
        font-size: 18px; } }
  #page-account .cus-info__point {
    border-right: 1px solid #e6e6e6; }
    #page-account .cus-info__point svg {
      width: 176px; }
  #page-account .cus-info__rank-icon {
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100px;
    position: absolute; }
  #page-account .cus-info__current-rank li {
    margin-bottom: 15px; }
    #page-account .cus-info__current-rank li span {
      font-weight: bold; }
    @media (max-width: 767px) {
      #page-account .cus-info__current-rank li {
        margin-bottom: 0; } }
  @media (max-width: 767px) {
    #page-account .cus-info__current-rank h4 {
      font-size: 18px; } }
  #page-account .cus-info__current-rank .cus-card > .img {
    display: none; }
  #page-account .cus-info__promotion .box-content {
    display: none; }
  #page-account .cus-info__promotion ul {
    padding-left: 15px;
    padding-top: 20px;
    list-style: none; }
    #page-account .cus-info__promotion ul li {
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      #page-account .cus-info__promotion ul li:not(:last-child) {
        margin-bottom: 25px; }
      #page-account .cus-info__promotion ul li span.box-content__ic {
        width: 40px;
        display: inline-block;
        margin-right: 10px; }
      #page-account .cus-info__promotion ul li span.feature {
        color: red;
        font-weight: bold; }
      #page-account .cus-info__promotion ul li span:not(.box-content__ic):not(.feature) {
        display: inline-block;
        width: calc(100% - 55px);
        vertical-align: top; }
  #page-account .cus-info__promotion p {
    margin-bottom: 5px; }
    #page-account .cus-info__promotion p span {
      color: red;
      font-weight: bold; }
  #page-account .cus-info__statistic--1 {
    border: 1px solid #e6e6e6;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap; }
    #page-account .cus-info__statistic--1 > div {
      flex-basis: 50%;
      text-align: center; }
      @media (max-width: 767px) {
        #page-account .cus-info__statistic--1 > div {
          flex-basis: 100%;
          padding: 15px 0; } }
    @media (max-width: 767px) {
      #page-account .cus-info__statistic--1 {
        padding: 10px 0; } }
  #page-account .cus-info__statistic--2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    position: relative;
    background: url(https://file.hstatic.net/1000364782/file/big_bg_95929f9400864716a7c3c5ba23243f5f_0df0d17027d4482c968ad1de477e8da6.jpg) no-repeat;
    background-size: 105% 40%;
    background-position: top center; }
    #page-account .cus-info__statistic--2 > div:not(:first-child) {
      flex-basis: 50%;
      padding: 0px 20px; }
      @media (max-width: 992px) {
        #page-account .cus-info__statistic--2 > div:not(:first-child) {
          padding: 15px;
          flex-basis: 100%; }
          #page-account .cus-info__statistic--2 > div:not(:first-child):nth-child(2) {
            margin-top: 0px; } }
    #page-account .cus-info__statistic--2 > div.cus-info__rank-icon img {
      display: none;
      border-radius: 50%; }
    #page-account .cus-info__statistic--2.vip_1 {
      /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7bbaf0), to(#fff));
				background: -webkit-linear-gradient(bottom, #7bbaf0, #fff);*/
      background-size: 105% 37%; }
      #page-account .cus-info__statistic--2.vip_1 > div.cus-info__rank-icon img:nth-child(2) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_1 > div.cus-info__promotion .box-content:nth-child(2) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_1 > div.cus-info__current-rank .cus-card .img:nth-child(2) {
        display: block; }
    #page-account .cus-info__statistic--2.vip_2 {
      /*
				background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#fff));
				background: -webkit-linear-gradient(bottom, #e1e1e1, #fff);
				*/
      background-size: 105% 37%; }
      #page-account .cus-info__statistic--2.vip_2 > div.cus-info__rank-icon img:nth-child(3) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_2 > div.cus-info__promotion .box-content:nth-child(3) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_2 > div.cus-info__current-rank .cus-card .img:nth-child(3) {
        display: block; }
    #page-account .cus-info__statistic--2.vip_3 {
      /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6d76b), to(#fff));
				background: -webkit-linear-gradient(bottom, #f6d76b, #fff);*/
      background-size: 105% 37%; }
      #page-account .cus-info__statistic--2.vip_3 > div.cus-info__rank-icon img:nth-child(4) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_3 > div.cus-info__promotion .box-content:nth-child(4) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_3 > div.cus-info__current-rank .cus-card .img:nth-child(4) {
        display: block; }
    #page-account .cus-info__statistic--2.vip_4 {
      /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6d76b), to(#fff));
				background: -webkit-linear-gradient(bottom, #f6d76b, #fff);*/
      background-size: 105% 37%; }
      #page-account .cus-info__statistic--2.vip_4 > div.cus-info__rank-icon img:nth-child(4) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_4 > div.cus-info__promotion .box-content:nth-child(5) {
        display: block; }
      #page-account .cus-info__statistic--2.vip_4 > div.cus-info__current-rank .cus-card .img:nth-child(5) {
        display: block; }
    #page-account .cus-info__statistic--2.member {
      /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd1d1), to(#fff));
				background: -webkit-linear-gradient(bottom, #ffd1d1, #fff);*/
      background-size: 105% 45%; }
      #page-account .cus-info__statistic--2.member > div.cus-info__rank-icon img:nth-child(1) {
        display: block; }
      #page-account .cus-info__statistic--2.member > div.cus-info__promotion .box-content:nth-child(1) {
        display: block; }
      #page-account .cus-info__statistic--2.member > div.cus-info__current-rank .cus-card .img:nth-child(1) {
        display: block;
        border-radius: 10px; }
    #page-account .cus-info__statistic--2 h4 {
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 25px;
      position: relative;
      font-size: 25px;
      padding-top: 10px;
      color: #fff; }
    @media (max-width: 767px) {
      #page-account .cus-info__statistic--2 {
        margin: 80px 0 20px 0; }
        #page-account .cus-info__statistic--2 > div:not(:first-child):nth-child(2) {
          margin-top: 0px; } }
  @media (max-width: 767px) {
    #page-account.mb_header .cus-info__statistic--2 {
      margin: 0px 0 20px 0; } }
  #page-account .tab-content--2 .cus-history__title {
    padding: 25px 0;
    background: url("//cdn.hstatic.net/themes/1000184601/1001406013/14/bg-qc.png?v=946");
    display: flex;
    border-bottom: 1px solid #f5f5f5; }
    #page-account .tab-content--2 .cus-history__title a {
      flex: 1;
      text-align: center;
      cursor: pointer;
      font-weight: normal;
      font-size: 16px;
      text-transform: uppercase; }
      #page-account .tab-content--2 .cus-history__title a.active {
        font-weight: bold; }
      @media (max-width: 767px) {
        #page-account .tab-content--2 .cus-history__title a {
          font-size: 14px; } }
    @media (max-width: 767px) {
      #page-account .tab-content--2 .cus-history__title {
        width: 90%;
        margin: 0 auto; } }
  #page-account .tab-content--2 .cus-history__body {
    position: relative;
    padding: 25px 0; }
  #page-account .tab-content--2 .cus-history__year {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    background: url("//cdn.hstatic.net/themes/1000184601/1001406013/14/bgyear.png?v=946"); }
    #page-account .tab-content--2 .cus-history__year a {
      font-size: 20px;
      color: #fff; }
  #page-account .tab-content--2 .cus-history .alert_empty a {
    color: var(--maincolor);
    font-weight: bold; }
  #page-account .view-more-btn {
    background-color: #000000;
    color: white;
    padding: 18px;
    display: block;
    text-align: center;
    font-size: 18px; }
  #page-account .order-history__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 45px; }
    #page-account .order-history__item.offline-order {
      flex-direction: row-reverse; }
      #page-account .order-history__item.offline-order .order-history__detail {
        flex-direction: row-reverse; }
        #page-account .order-history__item.offline-order .order-history__detail .order-history__text {
          text-align: right; }
  #page-account .order-history__item.collapse:not(.show):not(.in) {
    display: none; }
  #page-account .order-history__detail {
    display: flex;
    align-items: center;
    width: calc(50% - 50px); }
    #page-account .order-history__detail span {
      display: block;
      margin-bottom: 5px; }
      #page-account .order-history__detail span:first-child {
        color: red; }
  #page-account .order-history__text {
    flex-basis: 75%;
    border: 1px solid #ccc;
    padding: 20px 20px; }
    #page-account .order-history__text .show-detail {
      color: #0cc3ce; }
  #page-account .order-history__date {
    text-align: center;
    border: 1px solid #ccc;
    background-color: white;
    padding: 5px 8px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 1px 2px 4px #ccc;
    position: relative;
    z-index: 100; }
  #page-account .cus-uprank__title h3 {
    background: url("//cdn.hstatic.net/themes/1000184601/1001406013/14/bg-title.jpg?v=946");
    padding: 30px;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #page-account .cus-uprank__title h3 {
        font-size: 18px;
        padding-top: 25px;
        padding-bottom: 0; } }
  #page-account .cus-uprank__desc p {
    text-align: center;
    font-weight: bold;
    padding: 35px 0;
    margin: 0; }
    @media (max-width: 767px) {
      #page-account .cus-uprank__desc p {
        padding-top: 15px; } }
  #page-account .cus-uprank__rules {
    list-style: square;
    position: relative;
    padding: 40px 70px;
    border-bottom: 1px solid #ccc;
    border-top: 1px dashed #ccc; }
    #page-account .cus-uprank__rules h4 {
      position: absolute;
      text-align: center;
      left: 50%;
      bottom: -20px;
      background: white;
      transform: translateX(-50%); }
    @media (max-width: 767px) {
      #page-account .cus-uprank__rules {
        padding: 40px 20px 70px 35px; } }
  #page-account .history-table {
    background: #fff;
    padding: 40px 0; }
    #page-account .history-table .order-data-field {
      display: flex;
      padding: 10px 10px 15px;
      width: 90%;
      margin: 0 auto; }
      @media (max-width: 767px) {
        #page-account .history-table .order-data-field {
          display: none; } }
      #page-account .history-table .order-data-field h4 {
        flex-basis: 25%;
        margin: 0;
        font-size: 14px;
        font-weight: bold; }
        #page-account .history-table .order-data-field h4:last-child {
          flex-basis: 14px; }
        @media (max-width: 767px) {
          #page-account .history-table .order-data-field h4 {
            font-size: 12px; } }
    #page-account .history-table__title {
      width: 90%;
      margin: 0 auto 15px;
      display: flex;
      background: #f5f6f6;
      padding: 10px;
      border-radius: 2px; }
      @media (max-width: 767px) {
        #page-account .history-table__title {
          flex-wrap: wrap;
          position: relative; } }
      #page-account .history-table__title h5 {
        margin: 0;
        flex-basis: 25%;
        font-size: 14px;
        text-align: center;
        color: #222; }
        #page-account .history-table__title h5 a {
          color: #629009;
          /*#65d1e6*/ }
        @media (max-width: 767px) {
          #page-account .history-table__title h5 {
            font-size: 14px;
            flex-basis: 100%;
            text-align: left;
            line-height: 20px; }
            #page-account .history-table__title h5:before {
              content: attr(data-text); } }
      #page-account .history-table__title > a {
        color: #222; }
        #page-account .history-table__title > a:after {
          content: ' \25BC'; }
        @media (max-width: 767px) {
          #page-account .history-table__title > a {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: right; } }
    #page-account .history-table__body {
      width: 90%;
      margin: 0 auto 15px;
      border: 1px solid #f5f6f6; }
    #page-account .history-table__body-title {
      display: flex;
      padding: 10px;
      border-bottom: 1px solid #f7f7f7; }
      #page-account .history-table__body-title h5 {
        margin: 0;
        text-align: center;
        flex-basis: 20%;
        font-size: 14px;
        font-weight: 600; }
        #page-account .history-table__body-title h5:first-child {
          flex-basis: 12%; }
        #page-account .history-table__body-title h5:nth-child(2) {
          flex-basis: 28%; }
      @media (max-width: 767px) {
        #page-account .history-table__body-title {
          margin-bottom: 0;
          display: none; }
          #page-account .history-table__body-title h5 {
            font-size: 12px; } }
    #page-account .history-table__list {
      display: flex;
      padding: 10px;
      font-size: 13px;
      margin-bottom: 0; }
      #page-account .history-table__list:not(:last-child) {
        border-bottom: 1px solid #f5f6f6; }
      #page-account .history-table__list li {
        text-align: center;
        flex-basis: 20%;
        display: flex;
        align-items: center;
        justify-content: center; }
        #page-account .history-table__list li:first-child {
          flex-basis: 7%;
          border: 1px solid #f5f6f6; }
        #page-account .history-table__list li:nth-child(2) {
          flex-basis: 33%;
          text-align: left;
          padding-left: 10px; }
        #page-account .history-table__list li:nth-child(4) {
          position: relative; }
          #page-account .history-table__list li:nth-child(4)::after {
            content: 'x';
            position: absolute;
            right: 0; }
      @media (max-width: 767px) {
        #page-account .history-table__list {
          padding: 0 10px 0 0;
          display: block;
          flex-wrap: wrap; }
          #page-account .history-table__list li:first-child {
            width: 15%;
            flex-basis: unset;
            order: 1;
            float: left; }
          #page-account .history-table__list li:nth-child(2) {
            width: 85%;
            text-align: left;
            order: 2;
            flex-basis: unset;
            justify-content: flex-start;
            float: left;
            margin-top: 10px; }
          #page-account .history-table__list li:nth-child(3) {
            width: calc(85% - 10px);
            /* margin-left: calc(15% + 10px); */
            justify-content: flex-start;
            order: 3;
            flex-basis: unset;
            float: left;
            margin-left: 10px;
            font-size: 12px; }
            #page-account .history-table__list li:nth-child(3):before {
              content: attr(data-text);
              font-size: 11px; }
          #page-account .history-table__list li:nth-child(4) {
            justify-content: flex-end;
            order: 5;
            text-align: right;
            width: calc(35% - 10px);
            flex-basis: unset;
            float: right; }
            #page-account .history-table__list li:nth-child(4):after {
              right: unset;
              left: 70%; }
          #page-account .history-table__list li:last-child {
            width: 50%;
            order: 4;
            margin-left: 10px;
            justify-content: flex-start;
            font-weight: 700;
            flex-basis: unset;
            float: left; }
            #page-account .history-table__list li:last-child:before {
              content: attr(data-text);
              margin-right: 5px;
              font-weight: normal; } }

#order .modal-dialog {
  width: 100%;
  max-width: 1000px; }
  #order .modal-dialog .modal-header {
    display: flex; }
  #order .modal-dialog .modal-title {
    margin-right: auto;
    font-size: 16px;
    font-weight: bold; }

#order .order__info {
  display: flex;
  flex-wrap: wrap; }
  #order .order__info li {
    flex-basis: 50%; }
    #order .order__info li span:last-child {
      font-weight: bold; }
  #order .order__info .id {
    color: #337ab7; }
  #order .order__info .total-price {
    color: red; }
  #order .order__info .time {
    color: #3c763d; }
  #order .order__info .payment {
    color: #337ab7; }
  #order .order__info .status {
    color: #f0ad4e; }

#order .order__detail-header {
  display: flex;
  margin-bottom: 15px; }
  #order .order__detail-header > div:not(:first-child) {
    flex-basis: calc(40% / 3); }
  #order .order__detail-header > div:first-child {
    flex-basis: 60%; }
  #order .order__detail-header span {
    font-weight: bold; }

#order .order__detail-item {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5; }
  #order .order__detail-item .order__pro-img {
    width: 80px; }
  #order .order__detail-item:last-child {
    border-bottom: 1px solid #e5e5e5; }
  #order .order__detail-item .order__pro-name {
    flex-basis: calc(60% - 80px);
    padding: 0 15px; }
    #order .order__detail-item .order__pro-name .name {
      font-weight: bold; }
    #order .order__detail-item .order__pro-name p {
      margin: 0;
      font-size: 14px; }
  #order .order__detail-item > div:not(.order__pro-img):not(.order__pro-name) {
    flex-basis: calc(40% / 3); }

#order .order__detail-footer > div {
  display: flex; }
  #order .order__detail-footer > div > :first-child {
    flex-basis: 80%;
    text-align: right;
    padding: 5px 15px 5px 0;
    border-right: 1px solid #e5e5e5; }
  #order .order__detail-footer > div > :last-child {
    flex-basis: 20%;
    padding: 5px 0px 5px 15px; }

#order .order__detail-footer > div:not(:last-child) {
  border-bottom: 1px solid #e5e5e5; }

.page-address .address_title {
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 0 10px 10px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  position: relative; }
  .page-address .address_title h3 {
    color: #fff; }

.page-address .address_actions a {
  color: #fff; }

.page-address .address_table {
  margin-bottom: 10px;
  border-top: 0px solid #ddd;
  background: #fafafa;
  padding: 15px; }

.page-address .address_title h3 {
  margin: 0;
  font-size: 14px; }

.page-address .account-address .note {
  border: none;
  padding: 0; }

.page-address p.address_actions.text-right {
  margin: 7px 5px 0px 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0; }

.page-address .action_link a {
  text-transform: uppercase;
  font-size: 15px; }

.page-address span.action_link {
  padding: 5px; }

.page-address .view_address p > b {
  font-weight: 500;
  font-size: 14px; }

.page-address .view_address p {
  margin: 5px 0;
  line-height: 15px;
  font-size: 14px; }

.page-address .account-address .input-group-addon {
  display: none; }

.page-address .input-group {
  margin: 15px 0px; }

.page-address .input-group .input-group-addon {
  padding: 6px 10px;
  border-radius: 0;
  color: #DAD9D9;
  background-color: #ebebeb;
  border-color: #ebebeb; }

.page-address .input-group .form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ebebeb; }

.page-address a#view_address, .page-address a.add-new-address {
  display: block;
  border-radius: 0;
  padding: 0 30px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 400;
  background: #000;
  color: #fff;
  text-decoration: none; }

.page-address a#view_address, .page-address a.add-new-address {
  display: inline-block;
  margin-top: 20px;
  width: auto; }

.page-address a.add-new-address {
  margin-top: 0; }

.page-address a#view_address:hover, .page-address a.add-new-address:hover {
  color: #fefefe;
  background-color: #404040;
  border-color: #404040; }

.cus-card {
  width: 100%;
  position: relative;
  display: inline-block;
  box-shadow: 5px 2px 10px #4b4b4b;
  border-radius: 23px; }
  .cus-card > img {
    width: 100%; }
  .cus-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: left; }
    .cus-card__content h5 {
      text-transform: uppercase;
      font-size: 16px; }
    .cus-card__content p {
      margin-bottom: 0;
      margin-top: 10px; }
    .cus-card__content span {
      display: block; }
  .cus-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block; }

.member .cus-card__content, .vip_1 .cus-card__content {
  color: #000; }

.vip_2 .cus-card__content, .vip_3 .cus-card__content {
  color: #fff; }

.left-sidebar {
  border: 1px solid #e6e6e6;
  height: 100%; }
  .left-sidebar h4 {
    margin: 0;
    line-height: 1.5;
    padding: 10px 0; }
  .left-sidebar .avartar__rank {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px; }
    .left-sidebar .avartar__rank .balance span:first-child {
      font-size: 20px; }
    .left-sidebar .avartar__rank .point span:first-child {
      font-size: 20px; }
  .left-sidebar__avatar {
    position: relative;
    z-index: 0;
    padding: 20px 0 27px;
    border-bottom: 0;
    text-align: center; }
    .left-sidebar__avatar .customer-name {
      margin: 0 auto; }
    .left-sidebar__avatar.member .customer-name {
      background-image: url(https://file.hstatic.net/1000364782/file/avatar_member_8e0ee7f6bb2a4984a5c34a04aea70dee_3b9ca2fc96404f118017e7f9e41a06ff.png) !important;
      background-repeat: no-repeat !important;
      background-size: 100% 100% !important; }
      .left-sidebar__avatar.member .customer-name:after {
        background: url("https://file.hstatic.net/1000364782/file/border_member_988d5f273fa84576bf938e161654e667_c71cd5ac724b497a9454d46e9d1a0b7b.png") no-repeat;
        background-size: 100% 100%; }
    .left-sidebar__avatar.vip_1 .customer-name {
      background-image: url(https://file.hstatic.net/1000364782/file/avatar_vip_1_e3504b1cc74a4b04b6f63d1b37f0c07b_0023fa5f1c55443abc14a702f93aa654.png) !important;
      background-repeat: no-repeat !important;
      background-size: 100% 100% !important; }
      .left-sidebar__avatar.vip_1 .customer-name:after {
        background: url("https://file.hstatic.net/1000364782/file/border_vip_1_3a3cbbdd635f4a6497d78ea9ed7a465b_c5ca0923a5a94be4af307bee2a0a93b6.png") no-repeat;
        background-size: 100% 100%; }
    .left-sidebar__avatar.vip_2 .customer-name {
      width: 130px !important;
      height: 130px !important;
      border: none !important;
      background-image: url(https://file.hstatic.net/1000364782/file/avatar_vip_2_b1520ab9b5744e8389fcfc315d420433_616e98e0dd544fb7bcf28e61fac824cb.png) !important;
      background-repeat: no-repeat !important;
      background-size: 100% 100% !important;
      /*
				&:after{
					background: url('https://file.hstatic.net/1000364782/file/border_vip_2_fc2e5a42df40457c813829ce51c34a42_fd2296ecdb4c48e7a1ec7cc49020b932.png') no-repeat;
					background-size: 100% 100%;
				}
				*/ }
    .left-sidebar__avatar.vip_3 .customer-name {
      width: 130px !important;
      height: 130px !important;
      border: none !important;
      background-image: url(https://file.hstatic.net/1000364782/file/avatar_vip_3_13e46a8872544a0da474e738c4632892_b66dff3b8e204c5f8fb1ea2fb9ec6600.png) !important;
      background-repeat: no-repeat !important;
      background-size: 100% 100% !important;
      /*
				&:after{
    			background: url('https://file.hstatic.net/1000364782/file/border_vip_3_247ed14ac80148f380388f1fc04e0f85_90532b15725c45dba61e9d1eaee25958.png') no-repeat;
    			background-size: 100% 100%;
    		}
				*/ }
    .left-sidebar__avatar img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      display: block;
      margin: 0 auto;
      border: 6px solid var(--maincolor);
      padding: 5px; }
    .left-sidebar__avatar p {
      margin: 0;
      margin-top: 10px;
      text-transform: uppercase; }
    @media (max-width: 991px) {
      .left-sidebar__avatar {
        padding: 10px 0; } }
  .left-sidebar__list {
    list-style: none;
    padding-inline-start: 0;
    border-top: 0; }
    .left-sidebar__list #mask_mb {
      display: none; }
      @media (max-width: 767px) {
        .left-sidebar__list #mask_mb {
          display: -webkit-flex;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .left-sidebar__list #mask_mb span:last-child svg {
            margin-right: 0;
            margin-top: -5px;
            height: 16px;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .left-sidebar__list #mask_mb.active span:last-child svg {
            transform: rotate(90deg); } }
    .left-sidebar__list svg {
      margin-right: 10px;
      width: 20px;
      vertical-align: middle; }
    .left-sidebar__list a {
      display: block;
      border-bottom: 1px solid #dfdfdf;
      padding: 12px 10px;
      margin: 0 10px;
      color: #000;
      font-size: 1rem;
      font-weight: 400; }
      .left-sidebar__list a:hover {
        text-decoration: underline; }
      @media (max-width: 992px) {
        .left-sidebar__list a {
          padding: 10px; } }
    .left-sidebar__list > li.info ul {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .left-sidebar__list > li.info ul {
          display: none; }
          .left-sidebar__list > li.info ul li:first-child svg {
            display: none; }
          .left-sidebar__list > li.info ul li a {
            padding-left: 43px;
            display: block; } }
    .left-sidebar__list > li:last-child a {
      border-top: 1px solid #dfdfdf;
      border-bottom: none; }
    @media (max-width: 767px) {
      .left-sidebar__list li.d-none {
        display: block !important; } }
  .left-sidebar .d-sm-block:not(.container-fluid) {
    padding: 0; }
  @media (max-width: 767px) {
    .left-sidebar {
      border: none; }
      .left-sidebar .customer-name {
        background: none !important;
        text-indent: -200%;
        border: none !important;
        border-radius: 0px !important; }
        .left-sidebar .customer-name:after {
          display: none !important; }
      .left-sidebar__avatar {
        display: none; }
        .left-sidebar__avatar p {
          position: absolute;
          left: 55px;
          bottom: 55px;
          color: #fff;
          width: calc(100% - 55px);
          text-align: left; }
        .left-sidebar__avatar .avartar__rank {
          margin-bottom: 0; }
          .left-sidebar__avatar .avartar__rank .point {
            position: absolute;
            left: 55px;
            bottom: 35px;
            color: #fff;
            width: calc(100% - 55px);
            text-align: left; }
            .left-sidebar__avatar .avartar__rank .point br {
              display: none; }
            .left-sidebar__avatar .avartar__rank .point span:first-child {
              font-size: 14px; }
        .left-sidebar__avatar.member .customer-name {
          background: url("https://file.hstatic.net/1000364782/file/bg_member_5681691eb2894f4a8621306f0f8b27e2.png") no-repeat !important;
          background-size: 100% 100% !important;
          padding-bottom: calc(100% * 0.608974359);
          margin: 0 !important;
          width: 100% !important; }
        .left-sidebar__avatar.vip_1 .customer-name {
          background: url("https://file.hstatic.net/1000364782/file/bg_vip_1_d150eb94ad754360a531428888b155bb.png") no-repeat !important;
          background-size: 100% 100% !important;
          padding-bottom: calc(100% * 0.608974359);
          margin: 0 !important;
          width: 100% !important; }
        .left-sidebar__avatar.vip_2 .customer-name {
          background: url("https://file.hstatic.net/1000364782/file/bg_vip_2_f5cbc013584f4ebbb19046611add750e.png") no-repeat !important;
          background-size: 100% 100% !important;
          padding-bottom: calc(100% * 0.608974359);
          margin: 0 !important;
          width: 100% !important; }
        .left-sidebar__avatar.vip_3 .customer-name {
          background: url("https://file.hstatic.net/1000364782/file/bg_vip_3_39e815362eca4cd08f4e33ef1a905f31.png") no-repeat !important;
          background-size: 100% 100% !important;
          padding-bottom: calc(100% * 0.608974359);
          margin: 0 !important;
          width: 100% !important; } }

.item-history {
  background-color: white;
  border: 1px solid #ccc;
  width: 30%;
  box-shadow: 1px 2px 4px #ccc;
  padding: 5px 0 0;
  font-size: 0.8125rem;
  border-radius: 5px;
  display: inline-block;
  position: relative; }
  .item-history ul.list-order {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
  .item-history .group-date {
    position: absolute;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 4px #ccc;
    padding: 5px 12px;
    background: #fff;
    border-radius: 30px;
    top: 50%;
    left: calc(100% + 50%);
    z-index: 2;
    width: 98px;
    transform: translateY(-50%); }
  .item-history:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 60%;
    height: 1px;
    border-top: 1px dashed #ccc;
    z-index: 1; }
  .item-history .online {
    padding: 5px 15px 10px;
    position: relative;
    z-index: 2;
    background: #fff; }
    .item-history .online:not(:first-child) {
      border-top: 1px solid #ccc;
      padding-top: 8px; }

#accordion {
  padding: 0 10px;
  position: relative; }
  #accordion .card-header {
    background: transparent;
    text-align: center;
    position: relative;
    border-bottom: 0; }
    #accordion .card-header h5 {
      width: 70px;
      height: 70px;
      line-height: 60px;
      font-size: 20px;
      background: #e1e4e8;
      border: 5px solid #fff;
      border-radius: 50%;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      cursor: pointer; }
    #accordion .card-header:after {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      top: 7px;
      left: 50%;
      border-radius: 50%;
      background: rgba(225, 228, 232, 0.5);
      transform: translateX(-50%);
      z-index: 1; }
    #accordion .card-header.actives::after {
      background-image: linear-gradient(90deg, #ffd400 0%, #c73130 50%, #663695 100%); }
  #accordion .card {
    border: none; }
  #accordion:after {
    content: "";
    width: 1px;
    height: calc(100% - 70px);
    border-right: 1px dashed #d1d1d1;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%); }
  #accordion .collapse:not(.show) {
    display: none; }
  #accordion .collapse .card-body:nth-child(even) {
    display: flex;
    flex-direction: row-reverse; }
    #accordion .collapse .card-body:nth-child(even) .group-date {
      left: calc(-85%) !important; }
    #accordion .collapse .card-body:nth-child(even) .item-history:after {
      left: -50%; }

.customers-reset-password #customer-login {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%; }

.coupon:not(.clone) {
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 25px;
  border: 1px solid #ffcd36;
  background: #000;
  width: calc((100% - 60px)/2);
  padding: 15px;
  position: relative;
  margin: 0 15px 15px;
  color: #fff; }
  .coupon:not(.clone) .coupon_img {
    width: 105px;
    padding-right: 10px;
    position: relative; }
    .coupon:not(.clone) .coupon_img:after {
      content: "";
      border-right: 1px dashed #ffcd36;
      position: absolute;
      right: -3px;
      top: 0;
      height: 100%; }
  .coupon:not(.clone) .coupon_info {
    width: calc(100% - 125px);
    margin-left: 15px; }
    .coupon:not(.clone) .coupon_info div:not(.time) h4 {
      font-weight: bold !important;
      margin-bottom: 5px;
      color: #ffcd36;
      font-family: sans-serif; }
    .coupon:not(.clone) .coupon_info div:not(.time) p {
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .coupon:not(.clone) .coupon_info div:not(.time) p {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; } }
    .coupon:not(.clone) .coupon_info div:not(.time) label {
      font-weight: bold;
      font-family: sans-serif;
      color: #ffcd36;
      cursor: pointer; }
    .coupon:not(.clone) .coupon_info div:not(.time) .get_coupon {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 0 0 10px; }
      .coupon:not(.clone) .coupon_info div:not(.time) .get_coupon svg {
        width: 20px;
        height: 20px;
        fill: #fff; }
  .coupon:not(.clone):before {
    content: "";
    background: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
    left: 110px;
    border-top: 1px solid #fff;
    border-right: 1px solid #ffcd36;
    border-bottom: 1px solid #ffcd36;
    border-left: 1px solid #fff;
    border-radius: 50%;
    transform: rotate(45deg); }
  .coupon:not(.clone):after {
    content: "";
    background: #fff;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -13px;
    left: 110px;
    border-top: 1px solid #fff;
    border-right: 1px solid #ffcd36;
    border-bottom: 1px solid #ffcd36;
    border-left: 1px solid #fff;
    border-radius: 50%;
    transform: rotate(-135deg); }
  @media (max-width: 991px) {
    .coupon:not(.clone) {
      max-width: unset;
      width: calc(100% - 30px);
      margin: 0 15px 15px; } }
  .coupon:not(.clone).is_used, .coupon:not(.clone) .expired {
    border-color: #000; }
    .coupon:not(.clone).is_used:before, .coupon:not(.clone) .expired:before {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000; }
    .coupon:not(.clone).is_used:after, .coupon:not(.clone) .expired:after {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000; }
    .coupon:not(.clone).is_used .coupon_img img, .coupon:not(.clone) .expired .coupon_img img {
      filter: grayscale(1); }
    .coupon:not(.clone).is_used .coupon_info div, .coupon:not(.clone) .expired .coupon_info div {
      color: #a09f9f; }
      .coupon:not(.clone).is_used .coupon_info div *, .coupon:not(.clone) .expired .coupon_info div * {
        color: #a09f9f !important; }
      .coupon:not(.clone).is_used .coupon_info div label, .coupon:not(.clone) .expired .coupon_info div label {
        cursor: not-allowed; }
    .coupon:not(.clone).is_used .coupon_info:after, .coupon:not(.clone) .expired .coupon_info:after {
      content: "Đã dùng";
      position: absolute;
      bottom: 0;
      right: 0;
      background: #737171;
      color: #fff;
      border-radius: 25px 0 25px 0;
      padding: 5px 25px; }
  .coupon:not(.clone).expired .coupon_info:after {
    content: "Hết hạn" !important; }

.coupon.clone {
  display: none; }

.mb_header .container {
  padding: 0; }

.mb_header .navbar-header {
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  line-height: 45px;
  background: #000; }
  .mb_header .navbar-header .iconBackMB {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    /*	padding-top: 5px;*/
    z-index: 2;
    text-align: center; }
  .mb_header .navbar-header .title_xs {
    color: #fff;
    font-size: 18px;
    padding: 0 49px;
    text-align: center;
    width: 100%; }

ul.advance_tab {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  list-style: none; }
  ul.advance_tab li {
    width: 50%;
    text-align: center; }
    ul.advance_tab li a {
      display: inline-block;
      line-height: 40px;
      position: relative;
      color: #000; }
      ul.advance_tab li a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 0;
        background: #000;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      ul.advance_tab li a:hover {
        color: #000;
        text-decoration: none; }
    ul.advance_tab li.active a:after {
      width: 100%; }

.tab-advance {
  display: none; }
  .tab-advance.active {
    display: block;
    padding: 30px 0 0; }
    .tab-advance.active .coupon:before {
      background: #f5f6f6;
      border-top: 1px solid #f5f6f6;
      border-right: 1px solid #ffcd36;
      border-bottom: 1px solid #ffcd36;
      border-left: 1px solid #f5f6f6; }
    .tab-advance.active .coupon:after {
      background: #f5f6f6;
      border-top: 1px solid #f5f6f6;
      border-right: 1px solid #ffcd36;
      border-bottom: 1px solid #ffcd36;
      border-left: 1px solid #f5f6f6; }
  .tab-advance#tab-reward .coupon {
    align-items: center;
    cursor: pointer; }
    .tab-advance#tab-reward .coupon_info h4 {
      text-align: left; }
    .tab-advance#tab-reward .coupon_info p span.point {
      color: #ffcd36;
      font-weight: 700;
      font-size: 15px; }
  .tab-advance .more_coupon {
    width: 300px;
    margin: 15px calc((100% - 300px)/2) 20px;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #000;
    height: 40px;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer; }
    .tab-advance .more_coupon:hover {
      background: #000;
      color: #ffcd36; }

.popup-alert {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 100000;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: translateX(100%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .popup-alert.active {
    transform: translateX(0%); }
  .popup-alert .alert-box {
    color: #000;
    border-radius: 0px;
    font-size: 14px;
    padding: 13px 45px 13px 15px;
    position: relative;
    overflow: hidden;
    background: #fff; }
    .popup-alert .alert-box:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 40px;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 25px;
      background-position: center;
      background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='512pt' viewBox='0 0 512 512' width='512pt' style='&%2310; stroke: %2308518b;&%2310; fill: %23000000;&%2310;'><path d='m369.164062 174.769531c7.8125 7.8125 7.8125 20.476563 0 28.285157l-134.171874 134.175781c-7.8125 7.808593-20.472657 7.808593-28.285157 0l-63.871093-63.875c-7.8125-7.808594-7.8125-20.472657 0-28.28125 7.808593-7.8125 20.472656-7.8125 28.28125 0l49.730468 49.730469 120.03125-120.035157c7.8125-7.808593 20.476563-7.808593 28.285156 0zm142.835938 81.230469c0 141.503906-114.515625 256-256 256-141.503906 0-256-114.515625-256-256 0-141.503906 114.515625-256 256-256 141.503906 0 256 114.515625 256 256zm-40 0c0-119.394531-96.621094-216-216-216-119.394531 0-216 96.621094-216 216 0 119.394531 96.621094 216 216 216 119.394531 0 216-96.621094 216-216zm0 0'/></svg>"); }

#modalReward .modal-header {
  border-bottom: none; }

#modalReward .reward_img img {
  width: 80px;
  border-radius: 4px;
  margin-bottom: 15px; }

#modalReward .reward_info {
  display: -webkit-flex;
  display: flex;
  justify-content: center; }
  #modalReward .reward_info > div {
    flex: 0 0 40%;
    text-align: center; }
    #modalReward .reward_info > div:first-child {
      padding-right: 10px;
      border-right: 1px solid #000; }
    #modalReward .reward_info > div:last-child {
      padding-left: 10px; }
  #modalReward .reward_info .reward_point span {
    color: #f00; }

#modalReward p.reward_dscription {
  padding: 0 30px;
  margin: 30px 0; }

#modalReward button#reward_change {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  width: 80%;
  height: 40px;
  margin: 0 10% 30px; }

.wrapbox-content-page .empty {
  padding: 50px 0;
  text-align: center; }

.update_accout .large_form {
  margin-bottom: 40px; }
  .update_accout .large_form input, .update_accout .large_form select {
    height: 40px;
    border: 1px solid #e0e5eb;
    background: #f2f5f8;
    outline: 0;
    line-height: 28px;
    width: 100%;
    font-size: 100%;
    margin: 0;
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: none; }

.update_accout input.gender {
  display: inline-block;
  width: auto; }

.update_accout div.gender {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around; }
  .update_accout div.gender .item {
    width: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .update_accout div.gender .item label {
      margin-bottom: 0;
      margin-left: 10px; }

.update_accout .action_bottom .button {
  border-radius: 20px; }

.update_accout .button-update {
  width: 40%;
  padding: 10px;
  border: none;
  background: #000;
  border-radius: 5px;
  color: #fff;
  font-family: "sf-bold", sans-serif; }
  @media (max-width: 767px) {
    .update_accout .button-update {
      width: 60%; } }

.account_right, .address_right, .wishlist_right {
  padding-top: 30px; }

/*#onAppWishList_page {
	.wish-list {
		display: flex;
		flex-wrap: wrap;
		.wish-empty {
			width: 100%;
			padding: 15px;
		}
		.wish-item {
			position: relative;
			margin-bottom: 15px;
			.wish-img {
				img {width: 100%;}
			}
			.wish-info {
				margin-top: 15px;
				h3 {
					font-size: 14px;
					color: #000;
				}
				.price-infor {
					font-size: 12px;
					color: #000;
				}
			}
			.onAppWishList_remove {
				position: absolute;
				top: 5px;
				right: 25px;
				color: #000;
				font-size: 130%;
			}
		}
	}
}*/
#onAppWishList_removeAll {
  position: absolute;
  right: 30px;
  top: 30px; }

#nextPageWishList {
  background-color: #000;
  border-color: #000; }

@media (max-width: 1024px) {
  #page-account .cus-info__statistic--2 h4 {
    font-size: 20px; } }

@media (max-width: 991px) {
  #page-account .cus-info__statistic--2 {
    background-size: auto 25%;
    padding-top: 150px; }
    #page-account .cus-info__statistic--2 h4 {
      color: #000 !important;
      font-size: 20px;
      text-align: center !important; } }

@media (max-width: 767px) {
  a.add-new-address {
    margin-left: 15px; }
  .account_right, .address_right, .wishlist_right {
    padding: 0; }
  .update_accout {
    padding: 15px; }
  .right-main {
    padding: 0 !important; }
  .right-main__tabs {
    display: none !important; }
  .d-flex-xs {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .d-flex-xs > div[class*="col-"] {
      padding: 0; }
    .d-flex-xs .view-more-btn {
      display: none !important; }
  #page-account .cus-info__statistic--2 {
    padding-bottom: 0 !important;
    background-size: auto 250px;
    margin: 0 !important; }
  #page-account .right-main {
    border: none !important; }
  .cus-info__promotion ul {
    padding: 0 !important; } }

#successModal .modal-header {
  background: #000;
  justify-content: center;
  position: relative; }
  #successModal .modal-header h5 {
    color: #fff; }
  #successModal .modal-header button {
    color: #fff;
    opacity: 1; }

#successModal .modal-footer .btn-confirm {
  background: #efc229;
  border: none;
  color: #fff;
  font-weight: bold; }
