@charset "UTF-8";
/* =========================
   Be Vietnam Pro
   ========================= */
/* Thin */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-thinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

/* ExtraLight */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extralight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extralightitalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

/* Light */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

/* Regular */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

/* Medium */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-mediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

/* SemiBold */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-semibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

/* ExtraBold */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-extrabolditalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

/* Black */
@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Be Vietnam Pro';
  src: url("https://cdn.hstatic.net/files/200000039280/file/bevietnampro-blackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

body {
  background: #fff;
  font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Nửa trái */
  /* Nửa phải */ }
  body.hidden-scroll {
    overflow: hidden; }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100vh;
    background: #fff;
    z-index: -1; }
    @media (max-width: 991px) {
      body::before {
        display: none; } }
  body::after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100vh;
    background: #FAFAFA;
    z-index: -1;
    border-left: 1px solid #E6E6E6; }
    @media (max-width: 991px) {
      body::after {
        display: none; } }

.container {
  max-width: 1100px; }
  @media (max-width: 991px) {
    .container {
      padding: 0; } }

#layout-checkout {
  padding: 0 0 220px 0;
  color: #000000;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.28px;
  font-weight: 300; }
  #layout-checkout .bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    z-index: 999; }
    #layout-checkout .bottom-bar .btn {
      height: 50px;
      min-width: 295px;
      border: none;
      border-radius: 2px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      padding: 0 40px;
      cursor: pointer;
      transition: 0.2s;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center; }
    #layout-checkout .bottom-bar .btn-white {
      background: #fff;
      color: #000; }
    #layout-checkout .bottom-bar .btn-black {
      background: #000;
      color: #fff; }
    @media (max-width: 991px) {
      #layout-checkout .bottom-bar {
        padding: 10px; }
        #layout-checkout .bottom-bar .btn {
          width: 100%;
          height: 45px;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          min-width: auto;
          padding: 0 5px; } }
  #layout-checkout input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #d3d3d3;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease; }
  #layout-checkout input[type="radio"]:checked {
    border-color: #000;
    background: #000; }
  #layout-checkout input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%; }
  #layout-checkout .payment-trusted-badge {
    margin: 0 0 15px 0; }
  #layout-checkout .header-checkout-mb {
    display: none; }
    @media (max-width: 991px) {
      #layout-checkout .header-checkout-mb {
        display: flex;
        padding: 18px 0;
        justify-content: center;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 9; } }
  #layout-checkout .header-checkout {
    margin: 56px 0 40px 0;
    background: #fff;
    border-radius: 8px; }
    @media (max-width: 991px) {
      #layout-checkout .header-checkout {
        display: none; } }
  #layout-checkout img {
    max-width: 100%; }
  #layout-checkout .effect-loading {
    -webkit-animation: .45s linear infinite alternate skeletonAnimation;
    animation: .45s linear infinite alternate skeletonAnimation;
    will-change: opacity; }

@-webkit-keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }

@keyframes skeletonAnimation {
  0% {
    opacity: .45; }
  100% {
    opacity: .9; } }
  #layout-checkout a {
    color: #000000; }
  #layout-checkout .error-empty {
    color: red;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.24px; }
  #layout-checkout select.input-field {
    appearance: none;
    background: url(https://cdn.hstatic.net/files/200000039280/file/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding-right: 40px; }
  #layout-checkout #addressResult.input-field {
    appearance: none;
    background: url(https://cdn.hstatic.net/files/200000039280/file/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center right 15px;
    padding-right: 40px; }
  #layout-checkout .input-field {
    box-shadow: none;
    border: 1px solid #D9D9D9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #202846;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    word-break: normal;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    min-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    #layout-checkout .input-field.error {
      border-color: red; }
  #layout-checkout .w-checkout {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 15px; }
    @media (max-width: 991px) {
      #layout-checkout .w-checkout {
        flex-direction: column;
        gap: 30px; } }
    #layout-checkout .w-checkout .column-left {
      width: 50%;
      display: flex;
      flex-direction: column;
      padding: 0 30px 0 0; }
      @media (max-width: 991px) {
        #layout-checkout .w-checkout .column-left {
          width: 100%;
          order: 2;
          padding: 0 15px; } }
      #layout-checkout .w-checkout .column-left .item-step {
        display: none; }
        #layout-checkout .w-checkout .column-left .item-step.active {
          display: block; }
      #layout-checkout .w-checkout .column-left .title-info-shipping {
        color: #202846;
        font-size: 18px;
        line-height: 25.2px;
        letter-spacing: -0.36px;
        font-weight: bold;
        margin: 0 0 15px 0;
        display: none; }
      #layout-checkout .w-checkout .column-left .group-account-customer {
        margin-bottom: 0; }
        #layout-checkout .w-checkout .column-left .group-account-customer .fw-b {
          font-weight: bold; }
        #layout-checkout .w-checkout .column-left .group-account-customer .customer-logged {
          display: flex;
          gap: 15px;
          margin: 0 0 15px 0; }
          #layout-checkout .w-checkout .column-left .group-account-customer .customer-logged .avatar-customer {
            background: #d8d8d8;
            width: 50px;
            height: 50px;
            border-radius: 4px;
            display: flex;
            align-items: center;
            justify-content: center; }
            #layout-checkout .w-checkout .column-left .group-account-customer .customer-logged .avatar-customer svg {
              width: 30px;
              height: 30px; }
        #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          background-color: #1C528E;
          border-radius: 6px;
          overflow: hidden;
          padding: 0;
          margin: 16px 0; }
          #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-text {
            flex: 1;
            padding: 15px 20px; }
            #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-text h2 {
              color: white;
              font-size: 14px;
              line-height: 19.6px;
              letter-spacing: -0.28px;
              font-weight: 400;
              margin: 0; }
              @media (max-width: 991px) {
                #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-text h2 {
                  font-size: 11px;
                  line-height: 15.4px;
                  letter-spacing: -0.22px; } }
          #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-image {
            flex: 0 0 40%;
            height: 100%; }
            #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-image img {
              width: 100%; }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-image {
            flex: 1;
            width: 100%;
            flex: 0 0 50%; }
          #layout-checkout .w-checkout .column-left .group-account-customer .promo-banner .promo-text {
            padding: 8px;
            width: 180px; } }
      #layout-checkout .w-checkout .column-left .input-form-select-address {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 0 0 15px 0; }
        #layout-checkout .w-checkout .column-left .input-form-select-address .f-input-form {
          display: flex;
          flex-direction: column;
          gap: 5px;
          width: 100%; }
          #layout-checkout .w-checkout .column-left .input-form-select-address .f-input-form label {
            width: 100%; }
      #layout-checkout .w-checkout .column-left .main-form-customer {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #layout-checkout .w-checkout .column-left .main-form-customer .f-input-form {
          display: flex;
          flex-direction: column;
          gap: 5px;
          width: 100%; }
          #layout-checkout .w-checkout .column-left .main-form-customer .f-input-form label {
            width: 100%; }
          #layout-checkout .w-checkout .column-left .main-form-customer .f-input-form.disabled input {
            cursor: none;
            pointer-events: none;
            background: #efefef;
            opacity: 0.7; }
        #layout-checkout .w-checkout .column-left .main-form-customer .w-form-info {
          display: flex;
          gap: 15px;
          justify-content: space-between; }
          @media (max-width: 991px) {
            #layout-checkout .w-checkout .column-left .main-form-customer .w-form-info {
              flex-direction: column; } }
      #layout-checkout .w-checkout .column-left .wrap-address-custom {
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        margin-top: 15px;
        margin-bottom: 40px; }
      #layout-checkout .w-checkout .column-left .select-delivery label {
        width: 100%;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer; }
      #layout-checkout .w-checkout .column-left .form-delivery {
        border-top: 1px solid #d9d9d9;
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #layout-checkout .w-checkout .column-left .form-delivery .f-input-form {
          display: flex;
          flex-direction: column;
          gap: 5px;
          width: 100%; }
        #layout-checkout .w-checkout .column-left .form-delivery .w-form-info {
          display: flex;
          justify-content: space-between;
          gap: 15px; }
          @media (max-width: 991px) {
            #layout-checkout .w-checkout .column-left .form-delivery .w-form-info {
              flex-direction: column; } }
      #layout-checkout .w-checkout .column-left .select-at-store label {
        border-top: 1px solid #d9d9d9;
        width: 100%;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        cursor: pointer; }
      #layout-checkout .w-checkout .column-left .address-filter-store {
        padding: 20px;
        border-top: 1px solid #d9d9d9; }
        #layout-checkout .w-checkout .column-left .address-filter-store .w-form-info {
          display: flex;
          justify-content: space-between;
          gap: 15px; }
          @media (max-width: 991px) {
            #layout-checkout .w-checkout .column-left .address-filter-store .w-form-info {
              flex-direction: column; } }
          #layout-checkout .w-checkout .column-left .address-filter-store .w-form-info .f-input-form {
            display: flex;
            flex-direction: column;
            gap: 5px;
            width: 100%; }
      #layout-checkout .w-checkout .column-left .wrap-at-store .heading-method {
        color: #1A1A1A;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500;
        margin: 40px 0 15px 0; }
        #layout-checkout .w-checkout .column-left .wrap-at-store .heading-method.no-m-top {
          margin-top: 0; }
      #layout-checkout .w-checkout .column-left .wrap-at-store .list-at-store {
        display: flex;
        flex-direction: column;
        border: 1px solid #d9d9d9;
        border-radius: 4px; }
        #layout-checkout .w-checkout .column-left .wrap-at-store .list-at-store .item-at-store {
          width: 100%;
          padding: 14px 20px;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
          #layout-checkout .w-checkout .column-left .wrap-at-store .list-at-store .item-at-store span p {
            margin: 0;
            font-size: 13px;
            line-height: 18.2px;
            letter-spacing: -0.26px; }
          #layout-checkout .w-checkout .column-left .wrap-at-store .list-at-store .item-at-store ~ .item-at-store {
            border-top: 1px solid #d9d9d9; }
      #layout-checkout .w-checkout .column-left .wrapper-shipping-method .heading-method {
        color: #1A1A1A;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500;
        margin: 40px 0 15px 0; }
        #layout-checkout .w-checkout .column-left .wrapper-shipping-method .heading-method.no-m-top {
          margin-top: 0; }
      #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method {
        display: flex;
        flex-direction: column;
        border: 1px solid #d9d9d9;
        border-radius: 4px; }
        #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .item-shipping-method {
          width: 100%;
          padding: 14px 20px;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer;
          border-radius: 4px; }
          #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .item-shipping-method ~ .item-shipping-method {
            border-top: 1px solid #d9d9d9; }
          #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .item-shipping-method .wrap-ship {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: calc(100% - 30px); }
            #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .item-shipping-method .wrap-ship span:nth-child(2) {
              font-weight: 500; }
        #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .textEmpty {
          padding: 20px 15px;
          border-radius: 4px;
          display: flex;
          flex-direction: column;
          gap: 20px;
          align-items: center;
          color: #8C8C8C; }
      #layout-checkout .w-checkout .column-left .wrapper-payment-method .heading-method {
        color: #1A1A1A;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500;
        margin: 40px 0 15px 0; }
      #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method {
        display: flex;
        flex-direction: column;
        border: 1px solid #d9d9d9;
        border-radius: 4px; }
        #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method {
          width: 100%;
          padding: 14px 20px;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
          #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method.item-payment-method-attachment {
            flex-direction: column;
            align-items: start;
            gap: 0; }
            #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method.item-payment-method-attachment p {
              margin: 0; }
              #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method.item-payment-method-attachment p strong {
                font-weight: bold; }
          #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method ~ .item-payment-method {
            border-top: 1px solid #d9d9d9; }
          #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method span {
            display: flex;
            gap: 4px;
            align-items: center; }
            #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method span img {
              width: 32px; }
          #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method .payment-title {
            width: calc(100% - 30px); }
            #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method .payment-title .payment-icons {
              margin-left: auto; }
        #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .wrap-payoo, #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .wrap-zalo {
          display: none;
          border-top: 1px solid #d9d9d9;
          background: #f4f4f4;
          padding: 16px; }
          #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .wrap-payoo .item-payment-method, #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .wrap-zalo .item-payment-method {
            border: 1px solid #d9d9d9;
            border-radius: 4px; }
            #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .wrap-payoo .item-payment-method ~ .item-payment-method, #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .wrap-zalo .item-payment-method ~ .item-payment-method {
              margin-top: 10px; }
      #layout-checkout .w-checkout .column-left .order-note .heading-method {
        color: #1A1A1A;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: -0.3px;
        font-weight: 500;
        margin: 40px 0 15px 0; }
      #layout-checkout .w-checkout .column-left .order-note textarea {
        width: 100%;
        height: 120px;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        outline: none;
        box-shadow: none;
        padding: 15px; }
      #layout-checkout .w-checkout .column-left .action-bottom {
        margin: 15px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        display: none; }
        #layout-checkout .w-checkout .column-left .action-bottom a {
          font-weight: 500; }
        #layout-checkout .w-checkout .column-left .action-bottom button {
          font-size: 16px;
          line-height: 22.4px;
          letter-spacing: -0.32px;
          border: 1px solid #000000;
          border-radius: 30px;
          padding: 12px 54px;
          background: #000000;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          text-transform: uppercase; }
      #layout-checkout .w-checkout .column-left .address-picker {
        position: relative;
        max-width: 520px; }
        #layout-checkout .w-checkout .column-left .address-picker .address-input {
          position: relative; }
        #layout-checkout .w-checkout .column-left .address-picker .overlay-address {
          position: fixed;
          inset: 0;
          background: rgba(0, 0, 0, 0.5);
          z-index: 999;
          display: none; }
        @media (min-width: 992px) {
          #layout-checkout .w-checkout .column-left .address-picker .address-dropdown {
            position: absolute;
            top: 56px;
            left: 0;
            width: 100%;
            background: #fff;
            border-radius: 4px;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
            display: none;
            padding: 16px;
            z-index: 10;
            min-height: 325px; } }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-left .address-picker .address-dropdown {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            z-index: 9999;
            height: 80vh;
            border-radius: 10px 10px 0 0;
            transform: translateY(101%);
            transition: transform .35s ease;
            display: flex !important;
            flex-direction: column;
            overflow: auto; } }
        #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .address-header {
          text-align: center;
          font-weight: 500;
          border-bottom: 1px solid #CCCCCC;
          padding: 14px 20px;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          display: flex;
          align-items: center;
          justify-content: center;
          position: sticky;
          top: 0;
          background: #fff;
          z-index: 9; }
          @media (min-width: 992px) {
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .address-header {
              display: none; } }
          #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .address-header button {
            position: absolute;
            right: 0;
            background: none;
            border: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px; }
        #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tabs {
          display: flex;
          margin-bottom: 12px; }
          @media (max-width: 991px) {
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tabs {
              padding: 5px; } }
          #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tabs .tab {
            flex: 1;
            text-align: center;
            padding: 10px;
            font-weight: 500;
            border-radius: 4px;
            cursor: pointer;
            color: #999; }
            @media (max-width: 991px) {
              #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tabs .tab {
                padding: 10px 6px; } }
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tabs .tab.active {
              background: #e8f0ff;
              color: #2563eb; }
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tabs .tab.disabled {
              pointer-events: none;
              opacity: .4; }
        #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content {
          max-height: 240px;
          overflow-y: auto;
          display: none; }
          @media (max-width: 991px) {
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content {
              max-height: none;
              min-height: 300px; } }
          #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content.active {
            display: block; }
          #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content .item {
            padding: 10px 12px;
            border-radius: 4px;
            cursor: pointer; }
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content .item.item-search {
              position: sticky;
              top: 0;
              background: #fff;
              z-index: 2;
              padding: 0 8px 8px 8px;
              border-radius: 0; }
              #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content .item.item-search input {
                min-height: 40px; }
              @media (max-width: 991px) {
                #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content .item.item-search {
                  border-bottom: 1px solid #eee; } }
            @media (min-width: 992px) {
              #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content .item:not(.item-search):hover {
                background: #f5f5f5; } }
            #layout-checkout .w-checkout .column-left .address-picker .address-dropdown .tab-content .item.selected {
              color: #2563eb;
              font-weight: 600; }
        @media (min-width: 992px) {
          #layout-checkout .w-checkout .column-left .address-picker.open .address-dropdown {
            display: block; } }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-left .address-picker.open .address-dropdown {
            transform: translateY(0); } }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-left .address-picker.open .overlay-address {
            display: block; } }
    #layout-checkout .w-checkout .column-right {
      width: 50%;
      padding: 56px 0 0 15px; }
      @media (max-width: 991px) {
        #layout-checkout .w-checkout .column-right {
          width: 100%;
          padding: 15px 0;
          background: #FAFAFA;
          border-top: 1px solid #E6E6E6; } }
      #layout-checkout .w-checkout .column-right .title-info-order {
        color: #202846;
        font-size: 14px;
        line-height: 19.6px;
        letter-spacing: -0.28px;
        font-weight: bold;
        display: none; }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-right .title-info-order {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px; } }
      #layout-checkout .w-checkout .column-right .product-list {
        display: flex;
        flex-direction: column; }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-right .product-list {
            padding: 25px 15px 0 15px; } }
        #layout-checkout .w-checkout .column-right .product-list .item-product {
          display: flex;
          flex-wrap: wrap;
          gap: 0;
          justify-content: space-between;
          align-items: start; }
          #layout-checkout .w-checkout .column-right .product-list .item-product ~ .item-product {
            border-top: 1px solid #E6E6E6;
            padding-top: 20px;
            margin-top: 20px; }
          #layout-checkout .w-checkout .column-right .product-list .item-product .item-left {
            width: calc(70% - 20px);
            display: flex;
            gap: 20px; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-img {
              width: 100px;
              height: 100px;
              position: relative;
              border: 1px solid #E6E6E6;
              border-radius: 5px;
              text-align: center; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-img img {
                max-height: 100%; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-img .item-quantity {
                width: 26px;
                height: 26px;
                background: #000000;
                color: #ffffff;
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: -15px;
                right: -15px;
                border-radius: 100%; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .wrap-properties {
              display: flex;
              flex-direction: column;
              align-items: start;
              gap: 8px;
              margin-top: 8px; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .wrap-gift-info {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .label-gift {
              background: #E9E9E9;
              border-radius: 2px;
              padding: 4px 10px;
              display: flex;
              align-items: center;
              gap: 6px;
              max-width: 100%; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .label-gift span {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 13px;
                line-height: 18.2px;
                letter-spacing: -0.26px;
                width: calc(100% - 20px); }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .label-gift svg {
                width: 14px;
                height: 14px; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-info {
              width: calc(100% - 90px); }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-info h4 {
                font-size: 13px;
                line-height: 18.2px;
                letter-spacing: -0.26px;
                margin: 0 0 8px 0;
                color: #252525;
                font-weight: 400; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-info p {
                font-size: 13px;
                line-height: 18.2px;
                letter-spacing: -0.26px;
                margin: 0;
                color: #252525; }
          #layout-checkout .w-checkout .column-right .product-list .item-product .item-right {
            display: flex;
            align-items: end;
            justify-content: space-between;
            flex-direction: column; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-right .item-quantity {
              width: 21px;
              height: 21px;
              background: #EBEBF0;
              text-align: center;
              font-size: 13px;
              line-height: 18.2px;
              letter-spacing: -0.26px;
              display: flex;
              align-items: center;
              justify-content: center; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-right .item-price {
              font-weight: 500;
              font-size: 16px;
              line-height: 22.4px;
              letter-spacing: -0.32px; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-right .item-compare_at_price {
              color: #CA1911;
              font-size: 11px;
              line-height: 15.4px;
              letter-spacing: -0.22px; }
          #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo {
            width: 77%;
            margin-left: auto;
            cursor: pointer; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo.open .line-vip svg {
              transform: rotate(180deg); }
            #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-vip {
              margin: 0;
              font-size: 12px;
              line-height: 16.8px;
              letter-spacing: -0.24px; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-vip .m-price {
                color: red; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-vip svg {
                transition: 0.3s all; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-promo-content {
              display: none; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-promo-content .line-promo-content-inner {
                display: flex;
                align-items: center;
                justify-content: space-between; }
                #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-promo-content .line-promo-content-inner p {
                  margin: 0; }
                  #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-promo-content .line-promo-content-inner p:nth-child(1) {
                    background: rgba(23, 23, 23, 0.08);
                    padding: 2px 6px;
                    border-radius: 4px;
                    font-size: 12px;
                    line-height: 16.8px;
                    letter-spacing: -0.24px;
                    display: flex;
                    align-items: center;
                    gap: 4px; }
                  #layout-checkout .w-checkout .column-right .product-list .item-product .line-promo .line-promo-content .line-promo-content-inner p:nth-child(2) {
                    font-size: 12px;
                    line-height: 16.8px;
                    letter-spacing: -0.24px;
                    color: red; }
      #layout-checkout .w-checkout .column-right .group-use-voucher {
        border-top: 1px solid #E6E6E6;
        margin: 20px 0;
        padding: 20px 0 0 0; }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-right .group-use-voucher {
            margin: 15px 0;
            padding: 15px; } }
        #layout-checkout .w-checkout .column-right .group-use-voucher .head-voucher-new {
          font-weight: bold;
          margin: 0 0 15px;
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px;
          display: none; }
        #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          margin-bottom: 0; }
          #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount.error-fields input {
            border-color: #CA1911; }
          #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount input {
            width: calc(100% - 150px); }
          #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount button {
            background: #000000;
            width: 140px;
            height: 50px;
            border: none;
            outline: none;
            box-shadow: none;
            color: #fff;
            border-radius: 4px;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            font-weight: 500;
            text-transform: uppercase;
            display: flex;
            align-items: center;
            justify-content: center; }
            #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount button .loader {
              animation: spin 0.6s linear infinite;
              display: inline-block;
              vertical-align: middle;
              position: absolute;
              font-size: 0; }
            #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount button.loading-add {
              pointer-events: none;
              opacity: 0.7;
              background: #000;
              color: #fff; }
              #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount button.loading-add .btn-name {
                display: none; }
            #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount button:not(.loading-add) .loader {
              display: none; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher .head-voucher {
          color: #000000;
          margin: 10px 0;
          display: flex;
          align-items: center;
          gap: 5px;
          cursor: pointer; }
          #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher .head-voucher svg path {
            fill: #000000; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher #list-short-voucher {
          display: flex;
          flex-wrap: wrap;
          gap: 10px; }
          #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher #list-short-voucher .item-voucher {
            overflow: hidden;
            padding: 6px 0;
            position: relative;
            color: #000000;
            cursor: pointer; }
            #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher #list-short-voucher .item-voucher:before {
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              border: 1px solid #000000;
              background: #fff;
              z-index: 1;
              left: -7px;
              top: 50%;
              position: absolute;
              border-radius: 50%;
              transform: translateY(-50%); }
            #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher #list-short-voucher .item-voucher:after {
              content: "";
              display: block;
              width: 12px;
              height: 12px;
              border: 1px solid #000000;
              background: #fff;
              z-index: 1;
              right: -7px;
              top: 50%;
              position: absolute;
              border-radius: 50%;
              transform: translateY(-50%); }
            #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher #list-short-voucher .item-voucher span {
              border: 1px solid #000000;
              padding: 8px 13px;
              border-radius: 3px;
              background: #000000;
              font-weight: 400;
              color: #ffffff;
              font-size: 14px;
              line-height: 19.6px;
              letter-spacing: -0.28px; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .error-coupon {
          color: red;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          margin: 5px 0 15px 0; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .success-coupon {
          color: green;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px;
          margin: 5px 0 15px 0; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .voucher-box {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 14px 12px;
          height: 50px;
          border: 1px solid #D9D9D9;
          border-radius: 4px;
          background: #fff;
          cursor: pointer;
          transition: border-color .2s ease, box-shadow .2s ease;
          margin-top: 10px; }
          #layout-checkout .w-checkout .column-right .group-use-voucher .voucher-box .voucher-left {
            display: flex;
            align-items: center;
            gap: 10px; }
          #layout-checkout .w-checkout .column-right .group-use-voucher .voucher-box .voucher-text strong {
            font-weight: 600; }
          #layout-checkout .w-checkout .column-right .group-use-voucher .voucher-box .voucher-arrow {
            font-size: 22px;
            color: #000;
            line-height: 1; }
      #layout-checkout .w-checkout .column-right .group-use-urbox {
        border-bottom: 1px solid #000000;
        margin: 0 0 15px 0;
        padding: 0; }
        #layout-checkout .w-checkout .column-right .group-use-urbox .head-urbox {
          color: #000000;
          font-weight: bold;
          margin: 0 0 10px;
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px; }
        #layout-checkout .w-checkout .column-right .group-use-urbox .wrap-g-voucher {
          margin: 0 0 10px 0;
          display: flex;
          align-items: center;
          gap: 10px; }
          #layout-checkout .w-checkout .column-right .group-use-urbox .wrap-g-voucher select {
            border: 1px solid gray;
            border-radius: 4px;
            padding: 5px 10px;
            cursor: pointer;
            outline: none;
            box-shadow: none; }
        #layout-checkout .w-checkout .column-right .group-use-urbox #form-discount-urbox {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 15px; }
          #layout-checkout .w-checkout .column-right .group-use-urbox #form-discount-urbox button {
            background: #000000;
            width: 120px;
            height: 50px;
            border: none;
            outline: none;
            box-shadow: none;
            color: #fff;
            border-radius: 8px; }
        #layout-checkout .w-checkout .column-right .group-use-urbox .error-coupon {
          color: red;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px; }
        #layout-checkout .w-checkout .column-right .group-use-urbox .success-coupon {
          color: green;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px; }
      #layout-checkout .w-checkout .column-right .group-use-redeem {
        border-bottom: 1px solid #000000;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0; }
        #layout-checkout .w-checkout .column-right .group-use-redeem label {
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px;
          font-weight: bold; }
          #layout-checkout .w-checkout .column-right .group-use-redeem label span {
            font-weight: 300;
            color: #868D95; }
        #layout-checkout .w-checkout .column-right .group-use-redeem #form-redeem {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 15px; }
          #layout-checkout .w-checkout .column-right .group-use-redeem #form-redeem button {
            background: #000000;
            width: 120px;
            height: 56px;
            border: none;
            outline: none;
            box-shadow: none;
            color: #fff; }
            #layout-checkout .w-checkout .column-right .group-use-redeem #form-redeem button.disabled {
              cursor: none;
              opacity: 0.7;
              pointer-events: none; }
        #layout-checkout .w-checkout .column-right .group-use-redeem .error-redeem {
          color: red;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px; }
        #layout-checkout .w-checkout .column-right .group-use-redeem .success-redeem {
          color: green;
          font-size: 14px;
          line-height: 19.6px;
          letter-spacing: -0.28px; }
      @media (max-width: 991px) {
        #layout-checkout .w-checkout .column-right .group-total {
          padding: 0 15px; } }
      @media (max-width: 991px) {
        #layout-checkout .w-checkout .column-right .group-total .wrap-total-checkout {
          min-height: 106px; }
          #layout-checkout .w-checkout .column-right .group-total .wrap-total-checkout.is-active .wrap-total-checkout-fix {
            position: fixed;
            top: 60px;
            background: #FAFAFA;
            width: 100%;
            padding: 15px;
            left: 0; }
            #layout-checkout .w-checkout .column-right .group-total .wrap-total-checkout.is-active .wrap-total-checkout-fix .row-total.line-total-price {
              border-top: none;
              margin: 0;
              padding: 0; } }
      #layout-checkout .w-checkout .column-right .group-total .row-total {
        display: flex;
        justify-content: space-between; }
        #layout-checkout .w-checkout .column-right .group-total .row-total ~ .row-total {
          margin: 16px 0 0 0; }
          #layout-checkout .w-checkout .column-right .group-total .row-total ~ .row-total.saving {
            margin: 4px 0 0 0; }
          @media (max-width: 991px) {
            #layout-checkout .w-checkout .column-right .group-total .row-total ~ .row-total.vat {
              margin: 10px 0 0 0; } }
        #layout-checkout .w-checkout .column-right .group-total .row-total .title-line {
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px;
          display: flex;
          flex-direction: column;
          align-items: start; }
          #layout-checkout .w-checkout .column-right .group-total .row-total .title-line b {
            font-weight: 500; }
        #layout-checkout .w-checkout .column-right .group-total .row-total .value-line {
          font-weight: 600;
          font-size: 15px;
          line-height: 21px;
          letter-spacing: -0.3px; }
          #layout-checkout .w-checkout .column-right .group-total .row-total .value-line.value-line-normal {
            font-weight: 400; }
        #layout-checkout .w-checkout .column-right .group-total .row-total.line-total-price {
          border-top: 1px solid #E6E6E6;
          margin: 15px 0 0 0;
          padding: 15px 0 0 0;
          font-size: 18px;
          line-height: 25.2px;
          letter-spacing: -0.36px; }
          #layout-checkout .w-checkout .column-right .group-total .row-total.line-total-price .title-line {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.4px;
            font-weight: 600; }
          #layout-checkout .w-checkout .column-right .group-total .row-total.line-total-price .value-line {
            font-size: 20px;
            line-height: 28px;
            letter-spacing: -0.4px;
            font-weight: 600; }
        #layout-checkout .w-checkout .column-right .group-total .row-total.line-promotion .title-line .group-code-promo {
          display: flex;
          align-items: center;
          gap: 5px;
          border: 1px dashed #000000;
          font-size: 13px;
          line-height: 18.2px;
          letter-spacing: -0.26px;
          padding: 4px 12px;
          background: #F2F2F2;
          color: #000000;
          border-radius: 4px;
          justify-content: space-between; }
          #layout-checkout .w-checkout .column-right .group-total .row-total.line-promotion .title-line .group-code-promo .code-clear, #layout-checkout .w-checkout .column-right .group-total .row-total.line-promotion .title-line .group-code-promo .redeem-clear {
            width: 17px;
            height: 17px;
            border: 1px solid #000;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
            padding: 4px;
            cursor: pointer;
            background: #fff; }
            #layout-checkout .w-checkout .column-right .group-total .row-total.line-promotion .title-line .group-code-promo .code-clear img, #layout-checkout .w-checkout .column-right .group-total .row-total.line-promotion .title-line .group-code-promo .redeem-clear img {
              width: 15px;
              height: 15px; }
          #layout-checkout .w-checkout .column-right .group-total .row-total.line-promotion .title-line .group-code-promo .code-clear {
            display: none; }
      #layout-checkout .w-checkout .column-right .group-total .row-new-total {
        margin: 16px 0 0 0; }
        #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro .label-head {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            cursor: pointer; }
            #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro .label-head .name-label {
              font-size: 15px;
              line-height: 21px;
              letter-spacing: -0.3px; }
            #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro .label-head .arrow-label img {
              transition: 0.2s all; }
          #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro .total-label {
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.3px;
            color: #CA1911; }
          #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro.opened .label-head .arrow-label img {
            transform: rotate(180deg); }
          #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-head-pro.opened ~ .wrap-item-promotion {
            opacity: 1;
            max-height: 300px; }
        #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-item-promotion {
          display: flex;
          flex-direction: column;
          gap: 10px;
          overflow: hidden;
          max-height: 0;
          transition: max-height .3s ease, opacity .3s ease;
          opacity: 0; }
          #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-item-promotion .row-total {
            padding-left: 15px;
            margin-top: 10px; }
            #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-item-promotion .row-total ~ .row-total {
              margin: 0; }
            #layout-checkout .w-checkout .column-right .group-total .row-new-total .wrap-item-promotion .row-total .title-line span {
              display: none; }
      #layout-checkout .w-checkout .column-right .action-bottom {
        margin: 30px 0 0 0;
        display: none;
        align-items: center;
        justify-content: space-between; }
        @media (max-width: 991px) {
          #layout-checkout .w-checkout .column-right .action-bottom {
            display: none; } }
        #layout-checkout .w-checkout .column-right .action-bottom a {
          display: none;
          font-weight: 500; }
        #layout-checkout .w-checkout .column-right .action-bottom button {
          font-size: 16px;
          line-height: 22.4px;
          letter-spacing: -0.32px;
          border: 1px solid #000000;
          border-radius: 30px;
          padding: 12px 24px;
          background: #000000;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          width: 100%;
          font-weight: bold; }
  #layout-checkout .cart-invoice .fieldset .field .field-input-wrapper .field-label {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: -0.2px;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0 0 5px 0;
    margin-top: 0;
    position: relative;
    color: #262424;
    text-transform: uppercase;
    opacity: 1;
    overflow: inherit; }
  #layout-checkout .cart-invoice .fieldset .field .field-input-wrapper .field-input {
    box-shadow: none;
    border: 1px solid #d9d9d9;
    transition: all 0.2s ease-out;
    background-color: white;
    color: #202846;
    border-radius: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.94em 2.8em 0.94em 0.8em;
    word-break: normal;
    outline: none;
    box-shadow: none; }
  #layout-checkout .cart-invoice .fieldset .field.field-show-floating-label .field-input-wrapper .field-input {
    padding: 0.94em 2.8em 0.94em 0.8em; }
  #layout-checkout #detail-invoice {
    margin: 20px 0; }
  #layout-checkout #detail-invoice h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin: 0;
    padding: 0px;
    color: #ff6a14;
    font-weight: bold;
    border: none; }
  #layout-checkout #detail-invoice p {
    color: #000;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px; }
  #layout-checkout #detail-invoice p ~ p {
    margin-top: 8px; }
  #layout-checkout .cart-invoice input[type="checkbox"],
  #layout-checkout .cart-invoice 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 5px 0 0;
    cursor: pointer;
    outline: 0 !important; }
  @media (max-width: 1199.98px) {
    #layout-checkout .cart-invoice input[type="checkbox"],
    #layout-checkout .cart-invoice input[type="radio"] {
      background: none;
      border: none; } }
  #layout-checkout .cart-invoice input[type="checkbox"]:after,
  #layout-checkout .cart-invoice input[type="radio"]:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #676767;
    cursor: pointer;
    border-radius: 2px; }
  #layout-checkout .cart-invoice input[type="checkbox"]:before,
  #layout-checkout .cart-invoice 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: 0px;
    right: 0;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 1px solid #fff;
    border-top-style: none;
    border-right-style: none; }
  #layout-checkout .cart-invoice input[type="checkbox"]:checked:after,
  #layout-checkout .cart-invoice input[type="radio"]:checked:after {
    background-color: #2e2e2e;
    border-color: transparent; }
  #layout-checkout .cart-invoice input[type="checkbox"]:checked:before,
  #layout-checkout .cart-invoice 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); }
  #layout-checkout .invoice {
    padding: 15px 20px;
    margin: 2em 0 0 0;
    text-transform: uppercase;
    background-color: #f7f8f9; }
  @media (max-width: 991.98px) {
    #layout-checkout .invoice {
      margin-top: 20px; } }
  #layout-checkout .invoice .invoice__show input {
    margin: 0 5px 0 0; }
  #layout-checkout .invoice__form {
    margin-top: 20px; }
  #layout-checkout .invoice__form .field-input.disabled {
    opacity: 0.5;
    cursor: none;
    pointer-events: none; }
  #layout-checkout .invoice span {
    vertical-align: middle; }
  #layout-checkout .invoice span.text-danger {
    display: block;
    width: 100%;
    text-align: right;
    margin: 5px 0 0 0;
    position: absolute;
    right: 0; }
  #layout-checkout .invoice__show {
    display: flex;
    align-items: center; }
  #layout-checkout .btn.btn-confirm-invoice {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    margin-top: 20px;
    border: 1px solid #000000;
    background: #000000;
    color: #FFFFFF; }
  #layout-checkout .success-invoice {
    color: red;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.26px;
    margin-top: 20px; }
  #layout-checkout .toggle-point {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0; }
    #layout-checkout .toggle-point .wrap-switch {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      line-height: 19.6px;
      letter-spacing: -0.28px;
      cursor: pointer; }
      #layout-checkout .toggle-point .wrap-switch .switch-style {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 17px; }
        #layout-checkout .toggle-point .wrap-switch .switch-style .switch-round {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #D0D0D0;
          -webkit-transition: .4s;
          transition: .4s;
          border-radius: 34px; }
          #layout-checkout .toggle-point .wrap-switch .switch-style .switch-round:before {
            position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 2px;
            bottom: 2px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%; }
        #layout-checkout .toggle-point .wrap-switch .switch-style input {
          display: none; }
          #layout-checkout .toggle-point .wrap-switch .switch-style input:checked + .switch-round {
            background-color: green; }
          #layout-checkout .toggle-point .wrap-switch .switch-style input:checked + .switch-round:before {
            -webkit-transform: translateX(13px);
            -ms-transform: translateX(13px);
            transform: translateX(13px); }
  #layout-checkout .alert-error-ms-loyalty-member {
    color: red;
    font-weight: bold;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; }

#modal-promotion-warning {
  width: 100%;
  max-width: 620px;
  padding: 40px 20px;
  border-radius: 5px; }
  #modal-promotion-warning .head-promotion {
    text-align: center;
    font-size: 24px;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px; }
  #modal-promotion-warning .subhead-promotion {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    max-width: 70%;
    text-align: center;
    margin: 0 auto 30px auto; }

#modal-update-cccd {
  width: 100%;
  max-width: 620px;
  padding: 40px 20px;
  border-radius: 5px; }
  #modal-update-cccd .wrap-form {
    margin: 20px 0 0 0; }
  #modal-update-cccd .head-promotion {
    font-weight: bold;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.36px;
    margin: 0px 0 0px 0; }
  #modal-update-cccd .subhead-promotion {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; }
  #modal-update-cccd .success-line {
    color: red;
    margin: 15px 0 0 0; }
  #modal-update-cccd .error-line {
    color: red;
    margin: 15px 0 0 0; }
  #modal-update-cccd .input-form input {
    width: 100%;
    border: 1px solid black;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px; }
  #modal-update-cccd .input-form button {
    background: black;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0 0 0;
    padding: 8px 12px;
    text-transform: uppercase;
    width: auto;
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.28px;
    font-weight: bold; }

.loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-ovl.open {
    visibility: visible;
    opacity: 1; }
  .loading-ovl .load-3 .line:nth-last-child(1) {
    animation: loadingC .6s .1s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(2) {
    animation: loadingC .6s .2s linear infinite; }
  .loading-ovl .load-3 .line:nth-last-child(3) {
    animation: loadingC .6s .3s linear infinite; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }

@keyframes loadingC {
  0 {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

#noti-modal {
  width: 500px;
  padding: 30px;
  border-radius: 4px;
  text-align: center; }
  #noti-modal .head-modal {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.4px;
    font-weight: bold;
    margin: 0 0 10px 0; }

.coupon-modal {
  max-width: 500px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0; }
  .coupon-modal .coupon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #CCCCCC; }
    .coupon-modal .coupon-header h3 {
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      font-weight: 500;
      margin: 0;
      text-align: center;
      width: 100%; }
    .coupon-modal .coupon-header .coupon-close {
      font-size: 22px;
      background: none;
      border: none;
      cursor: pointer; }
  .coupon-modal .coupon-body {
    padding: 20px;
    gap: 20px; }
  .coupon-modal #render-coupon-list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .coupon-modal .coupon-item {
    border-radius: 8px;
    overflow: hidden; }
    .coupon-modal .coupon-item__top {
      background: #111;
      color: #fff;
      padding: 8px 12px;
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 500;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px; }
    .coupon-modal .coupon-item .coupon-perforation {
      height: 8px;
      background: radial-gradient(circle at 6px 9px, #ffffff 4px, transparent 4.5px) repeat-x;
      background-size: 14px 8px;
      margin-top: -8px; }
    .coupon-modal .coupon-item .wrap-coupon-content {
      border: 1px solid #CCCCCC;
      border-radius: 0 0 8px 8px;
      border-top: none; }
    .coupon-modal .coupon-item__body {
      padding: 15px;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      color: #666666;
      display: flex;
      flex-direction: column;
      gap: 4px; }
      .coupon-modal .coupon-item__body p {
        margin: 0; }
    .coupon-modal .coupon-item .toggle-detail {
      color: #000;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 13px;
      line-height: 18.2px;
      letter-spacing: -0.26px; }
      .coupon-modal .coupon-item .toggle-detail img {
        transition: 0.2s all; }
      .coupon-modal .coupon-item .toggle-detail.clicked img {
        transform: rotate(180deg); }
    .coupon-modal .coupon-item__footer {
      padding: 0 15px 15px 15px;
      display: flex;
      justify-content: space-between; }
      .coupon-modal .coupon-item__footer button {
        background: #000;
        color: #fff;
        border-radius: 4px;
        padding: 6px 20px;
        border: none;
        cursor: pointer;
        font-size: 13px;
        line-height: 18.2px;
        letter-spacing: -0.26px; }
    .coupon-modal .coupon-item .coupon-detail {
      display: none;
      font-size: 15px;
      line-height: 21px;
      letter-spacing: -0.3px;
      color: #666666; }
