#layout-checkout {
  padding: 0 0 70px 0;
  color: #202846;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300; }
  #layout-checkout .payment-trusted-badge {
    margin: 0 0 15px 0; }
  #layout-checkout .header-checkout {
    margin: 30px 0; }
    #layout-checkout .header-checkout img {
      height: 80px; }
  #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: #1b4ea0; }
  #layout-checkout .error-empty {
    color: red;
    font-size: 12px; }
  #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: 12px;
    word-break: normal;
    outline: none;
    box-shadow: none;
    border-radius: 8px; }
    #layout-checkout .input-field.error {
      border-color: red; }
  #layout-checkout .w-checkout {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 991px) {
      #layout-checkout .w-checkout {
        flex-direction: column; } }
    #layout-checkout .w-checkout .column-left {
      width: 60%; }
      @media (max-width: 991px) {
        #layout-checkout .w-checkout .column-left {
          width: 100%;
          order: 2; } }
      #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: 20px;
        line-height: 22px;
        font-weight: normal;
        margin: 0 0 30px 0; }
      #layout-checkout .w-checkout .column-left .group-account-customer {
        margin-bottom: 0.75em; }
        #layout-checkout .w-checkout .column-left .group-account-customer .customer-logged {
          display: flex;
          gap: 15px;
          margin: 0 0 30px 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 .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 .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 .select-delivery {
        margin: 30px 0 15px 0; }
        #layout-checkout .w-checkout .column-left .select-delivery label {
          border: 1px solid #d9d9d9;
          width: 100%;
          padding: 1.3em;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
      #layout-checkout .w-checkout .column-left .form-delivery {
        background: #fafafa;
        border: 1px solid #d9d9d9;
        padding: 1.3em;
        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 {
        margin: 15px 0; }
        #layout-checkout .w-checkout .column-left .select-at-store label {
          border: 1px solid #d9d9d9;
          width: 100%;
          padding: 1.3em;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
      #layout-checkout .w-checkout .column-left .list-at-store {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #layout-checkout .w-checkout .column-left .list-at-store .item-at-store {
          border: 1px solid #d9d9d9;
          width: 100%;
          padding: 1.3em;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
      #layout-checkout .w-checkout .column-left .wrapper-shipping-method .heading-method {
        color: #202846;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        margin: 40px 0 25px 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;
        gap: 15px; }
        #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .item-shipping-method {
          border: 1px solid #d9d9d9;
          width: 100%;
          padding: 1.3em;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
          #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: 100%; }
            #layout-checkout .w-checkout .column-left .wrapper-shipping-method .list-shipping-method .item-shipping-method .wrap-ship span:nth-child(2) {
              font-weight: bold; }
      #layout-checkout .w-checkout .column-left .wrapper-payment-method .heading-method {
        color: #202846;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        margin: 40px 0 25px 0; }
      #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #layout-checkout .w-checkout .column-left .wrapper-payment-method .list-payment-method .item-payment-method {
          border: 1px solid #d9d9d9;
          width: 100%;
          padding: 1.3em;
          display: flex;
          align-items: center;
          gap: 10px;
          cursor: pointer; }
      #layout-checkout .w-checkout .column-left .action-bottom {
        margin: 30px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #layout-checkout .w-checkout .column-left .action-bottom a {
          font-weight: 500; }
        #layout-checkout .w-checkout .column-left .action-bottom button {
          font-size: 16px;
          border: 1px solid #1b4ea0;
          border-radius: 30px;
          padding: 15px 54px;
          background: #1b4ea0;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          text-transform: uppercase; }
    #layout-checkout .w-checkout .column-right {
      width: 40%; }
      @media (max-width: 991px) {
        #layout-checkout .w-checkout .column-right {
          width: 100%; } }
      #layout-checkout .w-checkout .column-right .title-info-order {
        color: #202846;
        font-size: 20px;
        line-height: 22px;
        font-weight: normal;
        margin: 0 0 30px 0;
        border-bottom: 1px solid #1b4ea0;
        padding: 0 0 10px 0; }
      #layout-checkout .w-checkout .column-right .product-list {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        #layout-checkout .w-checkout .column-right .product-list .item-product {
          display: flex;
          gap: 15px; }
          #layout-checkout .w-checkout .column-right .product-list .item-product .item-left {
            width: 70%;
            display: flex;
            gap: 15px; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-img {
              width: 75px; }
            #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: 14px;
                margin: 0; }
              #layout-checkout .w-checkout .column-right .product-list .item-product .item-left .box-info p {
                font-size: 13px;
                margin: 0; }
          #layout-checkout .w-checkout .column-right .product-list .item-product .item-right {
            width: 30%;
            display: flex;
            align-items: center;
            gap: 15px;
            justify-content: space-between; }
            #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;
              display: flex;
              align-items: center;
              justify-content: center; }
            #layout-checkout .w-checkout .column-right .product-list .item-product .item-right .item-price {
              font-weight: bold;
              font-size: 14px; }
      #layout-checkout .w-checkout .column-right .group-use-voucher {
        border-bottom: 1px solid #1b4ea0;
        border-top: 1px solid #1b4ea0;
        margin: 15px 0;
        padding: 15px 0; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .head-voucher-new {
          color: #1b4ea0;
          font-weight: bold;
          margin: 0 0 10px;
          font-size: 18px; }
        #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 15px; }
          #layout-checkout .w-checkout .column-right .group-use-voucher #form-discount button {
            background: #1b4ea0;
            width: 120px;
            height: 50px;
            border: none;
            outline: none;
            box-shadow: none;
            color: #fff;
            border-radius: 8px; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .wrap-voucher .head-voucher {
          color: #1b4ea0;
          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: #1b4ea0; }
        #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: #1b4ea0;
            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 #1b4ea0;
              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 #1b4ea0;
              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 #1b4ea0;
              padding: 8px 13px;
              border-radius: 3px;
              background: #1b4ea0;
              font-weight: 400;
              color: #ffffff;
              font-size: 14px; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .error-coupon {
          color: red;
          font-size: 14px;
          margin: 0 0 15px 0; }
        #layout-checkout .w-checkout .column-right .group-use-voucher .success-coupon {
          color: green;
          font-size: 14px;
          margin: 0 0 15px 0; }
      #layout-checkout .w-checkout .column-right .group-use-urbox {
        border-bottom: 1px solid #1b4ea0;
        margin: 0 0 15px 0;
        padding: 0; }
        #layout-checkout .w-checkout .column-right .group-use-urbox .head-urbox {
          color: #1b4ea0;
          font-weight: bold;
          margin: 0 0 10px;
          font-size: 18px; }
        #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: #1b4ea0;
            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; }
        #layout-checkout .w-checkout .column-right .group-use-urbox .success-coupon {
          color: green;
          font-size: 14px; }
      #layout-checkout .w-checkout .column-right .group-use-redeem {
        border-bottom: 1px solid #1b4ea0;
        margin: 0 0 15px 0;
        padding: 0 0 15px 0; }
        #layout-checkout .w-checkout .column-right .group-use-redeem label {
          font-size: 13px;
          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: #1b4ea0;
            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; }
        #layout-checkout .w-checkout .column-right .group-use-redeem .success-redeem {
          color: green;
          font-size: 14px; }
      #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: 10px 0 0 0; }
        #layout-checkout .w-checkout .column-right .group-total .row-total .title-line {
          font-size: 18px;
          display: flex;
          flex-direction: column;
          align-items: start; }
        #layout-checkout .w-checkout .column-right .group-total .row-total .value-line {
          font-weight: bold; }
        #layout-checkout .w-checkout .column-right .group-total .row-total.line-total-price {
          border-top: 1px solid #1b4ea0;
          margin: 15px 0;
          padding: 15px 0;
          font-size: 18px; }
          #layout-checkout .w-checkout .column-right .group-total .row-total.line-total-price .value-line {
            font-size: 22px; }
        #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 #202846;
          font-size: 11px;
          padding: 2px 10px;
          background: rgba(23, 23, 23, 0.08);
          color: #000000;
          font-weight: bold;
          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 .action-bottom {
        margin: 30px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        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;
          border: 1px solid #1b4ea0;
          border-radius: 30px;
          padding: 15px 54px;
          background: #1b4ea0;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          width: 100%; }
  #layout-checkout .cart-invoice .fieldset .field .field-input-wrapper .field-label {
    font-size: 10px;
    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;
    margin: 0;
    padding: 0px;
    color: #ff6a14;
    font-weight: bold;
    line-height: 60px;
    border: none; }
  #layout-checkout #detail-invoice p {
    color: #000;
    font-size: 13px; }
  #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;
    margin-top: 20px;
    border: 1px solid #1b4ea0;
    background: #1b4ea0;
    color: #FFFFFF; }
  #layout-checkout .success-invoice {
    color: red;
    font-size: 13px;
    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;
      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; }

#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;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px; }
  #modal-promotion-warning .subhead-promotion {
    font-size: 14px;
    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;
    margin: 0px 0 0px 0; }
  #modal-update-cccd .subhead-promotion {
    font-size: 14px; }
  #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; }
  #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;
    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;
    font-weight: bold;
    margin: 0 0 10px 0; }
