/*========== Variables CSS ==========*/
/*======== Reset CSS ========*/
html {
  line-height: 20px;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  font-family: Bogle, BogleWeb, myriad-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: black;
  position: relative; }

main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  text-decoration: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/*========== Body Layout ==========*/
.lo-app-page-root {
  width: 100%;
  height: 100%;
  background: white;
  transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .lo-app-page-root.int-slide-left {
    transform: translateX(-120px); }

.lo-app-page {
  width: 100%;
  height: calc( 100vh - 20px);
  background: white;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.09, 0.99);
  position: fixed;
  top: 20px;
  left: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

main.has-sticky-action {
  margin: 0 0 89px 0; }
main.has-price-sticky-action {
  margin: 0 0 113px 0; }

.lo-item-list-side-16.padding-top-16 {
  padding-top: 16px; }
.lo-item-list-side-16 li {
  border-bottom: 1px solid #e6e7e8;
  padding: 0 16px;
  transform: translateY(88px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 1s ease;
  transition-delay: 0.05s; }
  .lo-item-list-side-16 li.is-slide-up {
    transform: translateY(0);
    opacity: 1; }
.lo-item-list-side-16.no-border-bottom li {
  border-bottom: none; }

.lo-item-list-side-16-no-animation.padding-top-16 {
  padding-top: 16px; }
.lo-item-list-side-16-no-animation li {
  border-bottom: 1px solid #e6e7e8;
  padding: 0 16px; }
.lo-item-list-side-16-no-animation.no-border-bottom li {
  border-bottom: none; }

.lo-sticky-footer-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  border-top: 1px solid #e6e7e8;
  background: rgba(255, 255, 255, 0.8);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .lo-sticky-footer-wrapper .subtotal-price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin: 0 0 8px 0; }
    .lo-sticky-footer-wrapper .subtotal-price .label {
      color: #414042;
      margin: 0 4px 0 0; }
    .lo-sticky-footer-wrapper .subtotal-price .price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px; }
  .lo-sticky-footer-wrapper .sub-confirm-btn {
    width: calc(50% - 4px); }
  .lo-sticky-footer-wrapper.lo-sticky-footer-hide {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(120px);
    transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.09, 0.99);
    z-index: 10; }
    .lo-sticky-footer-wrapper.lo-sticky-footer-hide.int-btn-is-up {
      transform: translateY(0); }

.lo-sticky-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .lo-sticky-btn-wrapper .btn-primary-flex {
    margin: 8px 0 0 16px; }

.lo-full-width-btn-wrapper {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  margin: 16px 0; }

.lo-wall-paper {
  width: 100%;
  height: 100vh;
  background-image: url("../img/wall-paper.jpg");
  background-position: center;
  background-size: cover;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, Helvetica, sans-serif; }

.wall-paper-time {
  padding: 56px 0 32px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white; }
  .wall-paper-time .time {
    font-weight: 200;
    font-size: 8rem;
    line-height: 80px; }
  .wall-paper-time .date {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 300; }

.lo-push-notification {
  padding: 8px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  color: black;
  backdrop-filter: blur(4px) contrast(0.8); }
  .lo-push-notification .push-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 20px;
    margin: 0 0 8px 0; }
    .lo-push-notification .push-title .logo {
      margin: 0 8px 0 0;
      border-radius: 4px;
      overflow: hidden;
      width: 20px;
      height: 20px; }
      .lo-push-notification .push-title .logo svg {
        display: block;
        width: 100%;
        height: 100%; }
    .lo-push-notification .push-title .label {
      font-size: 1.2rem;
      color: #949499;
      flex-grow: 1; }
    .lo-push-notification .push-title .time {
      font-size: 1.2rem;
      color: #949499; }
  .lo-push-notification .title {
    font-weight: 600;
    color: black; }
  .lo-push-notification .content {
    font-size: 1.3rem;
    line-height: 18px;
    color: black; }

/* CSS Document */
.form-radio {
  display: flex; }
  .form-radio > input[type="radio"] {
    display: none; }
  .form-radio .input-highlight {
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid black;
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 8px 0 0;
    transition: border  0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center; }
    .form-radio .input-highlight:after {
      content: "";
      display: block;
      width: 14px;
      height: 14px;
      background: #fa6400;
      border-radius: 50%;
      transform: scale(0); }
  .form-radio .input-title {
    font-size: 1.6rem; }
    .form-radio .input-title .tile-list-view {
      padding: 0;
      border-bottom: none;
      margin: 0; }
  .form-radio > input[type="radio"]:checked ~ .input-highlight {
    border: 1px solid #fa6400;
    animation: bouncing 0.4s ease-in-out; }
    .form-radio > input[type="radio"]:checked ~ .input-highlight:after {
      animation-delay: 1s;
      animation: bouncing 0.4s ease-in-out;
      transform: scale(1); }

.form-radio-item {
  border-bottom: 1px solid #e6e7e8;
  padding: 0 16px 16px 16px; }

@keyframes bouncing {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.2); }
  50% {
    transform: scale(0.8); }
  75% {
    transform: scale(1); } }
.form-toggle-switch {
  display: block;
  width: 50px;
  height: 30px;
  border-radius: 50px;
  background: white;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .form-toggle-switch > input[type="checkbox"] {
    display: none; }
  .form-toggle-switch > input[type="checkbox"]:checked ~ .input-highlight {
    left: 21px; }
  .form-toggle-switch > .input-highlight {
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    background: white;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    transition: all 0.2s ease; }
  .form-toggle-switch > input[type="checkbox"]:checked ~ .input-bg {
    border: 15px solid #fa6400;
    background: #fa6400; }
  .form-toggle-switch > .input-bg {
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #e6e7e8;
    background: white;
    transition: all 0.25s ease; }

/*========== Button CSS ==========*/
.btn-icon {
  width: 24px;
  height: 24px; }
  .btn-icon a {
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .btn-icon svg {
    display: block;
    width: 16px;
    height: 16px; }

.btn-primary-flex {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0071dc;
  border: 1px solid #0071dc;
  border-radius: 32px;
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  padding: 0 16px;
  box-sizing: border-box; }

.btn-primary-flex-s {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0071dc;
  border-radius: 32px;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  padding: 0 16px;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease; }
  .btn-primary-flex-s.disable {
    background: #9d9fa2; }

.btn-primary-full {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0071dc;
  border-radius: 32px;
  font-size: 1.6rem;
  font-weight: 600;
  color: white; }

.btn-secondary {
  height: 40px;
  padding: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid black;
  border-radius: 32px;
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
  box-sizing: border-box; }

.btn-secondary-small {
  height: 30px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border: 1px solid black;
  border-radius: 32px;
  font-size: 1.4rem;
  font-weight: 600;
  color: black; }

.btn-text-link {
  display: block;
  line-height: 30px;
  height: 30px;
  color: black;
  text-decoration: underline; }

.btn-qty-picker {
  width: 56px;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 32px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

/*========== Global Header CSS ==========*/
.g-header-app-bar {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0); }
  .g-header-app-bar svg {
    display: block;
    margin: 0 4px; }
  .g-header-app-bar .left-icons {
    padding: 2px 0 0 8px;
    width: 20%;
    font-size: 1.2rem;
    line-height: 20px; }
  .g-header-app-bar .time {
    flex-grow: 1;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 20px;
    font-family: -apple-system,BlinkMacSystemFont, "Segoe UI", "Helvetica Neue";
    color: white; }
  .g-header-app-bar .right-icons {
    padding: 2px 4px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 20%; }

.g-header-page-back {
  width: 100%;
  height: 52px;
  margin: 0 0 16px 0;
  padding: 0 16px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }
  .g-header-page-back.no-margin-bottom {
    margin-bottom: 0;
    height: 52px;
    border-bottom: 1px solid #e6e7e8; }
  .g-header-page-back .btn-icon {
    position: absolute;
    top: 14px;
    left: 16px; }
  .g-header-page-back .label {
    font-size: 1.6rem;
    font-weight: 500; }

/*========== Product Tile CSS ==========*/
.item-tile-list-view {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e6e7e8; }
  .item-tile-list-view .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    transition-delay: 0.35s; }
    .item-tile-list-view .tile-product-image img {
      display: block;
      width: 100%; }
  .item-tile-list-view .tile-meta {
    flex-grow: 1; }
    .item-tile-list-view .tile-meta .tile-product-label {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 0 4px 0;
      line-height: 16px;
      transition: all 0.25s ease; }
    .item-tile-list-view .tile-meta .tile-product-name {
      font-size: 1.6rem;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view .tile-meta .tile-product-message {
      font-size: 1.2rem;
      line-height: 20px;
      margin: 4px 0 0 0; }
    .item-tile-list-view .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 16px 0 0 0;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view .tile-meta .product-qty {
      font-size: 1.6rem;
      flex-grow: 1;
      transition: all 0.25s ease; }
      .item-tile-list-view .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .item-tile-list-view .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      text-align: right;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.25s ease; }
      .item-tile-list-view .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
      .item-tile-list-view .tile-meta .product-price .strike, .item-tile-list-view .tile-meta .product-price .strike-ani {
        position: absolute;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background: #6d6e71;
        top: 12px;
        left: 0; }
      .item-tile-list-view .tile-meta .product-price .strike-ani {
        transform: scale(0);
        transition: transform 0.15s ease-in-out;
        transition-delay: 0.35s;
        opacity: 0; }
  .item-tile-list-view.no-charge .tile-product-image {
    opacity: .5; }
  .item-tile-list-view.no-charge .tile-meta .tile-product-label, .item-tile-list-view.no-charge .tile-meta .tile-product-name, .item-tile-list-view.no-charge .tile-meta .product-qty, .item-tile-list-view.no-charge .tile-meta .product-price {
    color: #6d6e71; }
  .item-tile-list-view.no-charge .tile-meta .strike-ani {
    transform: scale(1);
    opacity: 1; }

.item-tile-list-view-no-border {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 16px 0;
  padding: 0 0 16px 0; }
  .item-tile-list-view-no-border .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    transition-delay: 0.35s; }
    .item-tile-list-view-no-border .tile-product-image img {
      display: block;
      width: 100%; }
  .item-tile-list-view-no-border .tile-meta {
    flex-grow: 1; }
    .item-tile-list-view-no-border .tile-meta .tile-product-label {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 0 4px 0;
      line-height: 16px;
      transition: all 0.25s ease; }
    .item-tile-list-view-no-border .tile-meta .tile-product-name {
      font-size: 1.6rem;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-no-border .tile-meta .tile-product-message {
      font-size: 1.2rem;
      line-height: 20px;
      margin: 4px 0 0 0; }
    .item-tile-list-view-no-border .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 16px 0 0 0;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-no-border .tile-meta .product-qty {
      font-size: 1.6rem;
      flex-grow: 1;
      transition: all 0.25s ease; }
      .item-tile-list-view-no-border .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .item-tile-list-view-no-border .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      text-align: right;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.25s ease; }
      .item-tile-list-view-no-border .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
      .item-tile-list-view-no-border .tile-meta .product-price .strike, .item-tile-list-view-no-border .tile-meta .product-price .strike-ani {
        position: absolute;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background: #6d6e71;
        top: 12px;
        left: 0; }
      .item-tile-list-view-no-border .tile-meta .product-price .strike-ani {
        transform: scale(0);
        transition: transform 0.15s ease-in-out;
        transition-delay: 0.35s;
        opacity: 0; }
  .item-tile-list-view-no-border.no-charge .tile-product-image {
    opacity: .5; }
  .item-tile-list-view-no-border.no-charge .tile-meta .tile-product-label, .item-tile-list-view-no-border.no-charge .tile-meta .tile-product-name, .item-tile-list-view-no-border.no-charge .tile-meta .product-qty, .item-tile-list-view-no-border.no-charge .tile-meta .product-price {
    color: #6d6e71; }
  .item-tile-list-view-no-border.no-charge .tile-meta .strike-ani {
    transform: scale(1);
    opacity: 1; }

.item-tile-list-view-padding-12 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 12px; }
  .item-tile-list-view-padding-12 .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    transition-delay: 0.35s; }
    .item-tile-list-view-padding-12 .tile-product-image img {
      display: block;
      width: 100%; }
  .item-tile-list-view-padding-12 .tile-meta {
    flex-grow: 1; }
    .item-tile-list-view-padding-12 .tile-meta .tile-product-label {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 0 4px 0;
      line-height: 16px;
      transition: all 0.25s ease; }
    .item-tile-list-view-padding-12 .tile-meta .tile-product-name {
      font-size: 1.6rem;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-padding-12 .tile-meta .tile-product-message {
      font-size: 1.2rem;
      line-height: 20px;
      margin: 4px 0 0 0; }
    .item-tile-list-view-padding-12 .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 16px 0 0 0;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-padding-12 .tile-meta .product-qty {
      font-size: 1.6rem;
      flex-grow: 1;
      transition: all 0.25s ease; }
      .item-tile-list-view-padding-12 .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .item-tile-list-view-padding-12 .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      text-align: right;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.25s ease; }
      .item-tile-list-view-padding-12 .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
      .item-tile-list-view-padding-12 .tile-meta .product-price .strike, .item-tile-list-view-padding-12 .tile-meta .product-price .strike-ani {
        position: absolute;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background: #6d6e71;
        top: 12px;
        left: 0; }
      .item-tile-list-view-padding-12 .tile-meta .product-price .strike-ani {
        transform: scale(0);
        transition: transform 0.15s ease-in-out;
        transition-delay: 0.35s;
        opacity: 0; }
  .item-tile-list-view-padding-12.no-charge .tile-product-image {
    opacity: .5; }
  .item-tile-list-view-padding-12.no-charge .tile-meta .tile-product-label, .item-tile-list-view-padding-12.no-charge .tile-meta .tile-product-name, .item-tile-list-view-padding-12.no-charge .tile-meta .product-qty, .item-tile-list-view-padding-12.no-charge .tile-meta .product-price {
    color: #6d6e71; }
  .item-tile-list-view-padding-12.no-charge .tile-meta .strike-ani {
    transform: scale(1);
    opacity: 1; }

.item-tile-list-view-margin-16 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0 0 16px 0;
  padding: 0; }
  .item-tile-list-view-margin-16 .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    transition-delay: 0.35s; }
    .item-tile-list-view-margin-16 .tile-product-image img {
      display: block;
      width: 100%; }
  .item-tile-list-view-margin-16 .tile-meta {
    flex-grow: 1; }
    .item-tile-list-view-margin-16 .tile-meta .tile-product-label {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 0 4px 0;
      line-height: 16px;
      transition: all 0.25s ease; }
    .item-tile-list-view-margin-16 .tile-meta .tile-product-name {
      font-size: 1.6rem;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-margin-16 .tile-meta .tile-product-message {
      font-size: 1.2rem;
      line-height: 20px;
      margin: 4px 0 0 0; }
    .item-tile-list-view-margin-16 .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 16px 0 0 0;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-margin-16 .tile-meta .product-qty {
      font-size: 1.6rem;
      flex-grow: 1;
      transition: all 0.25s ease; }
      .item-tile-list-view-margin-16 .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .item-tile-list-view-margin-16 .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      text-align: right;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.25s ease; }
      .item-tile-list-view-margin-16 .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
      .item-tile-list-view-margin-16 .tile-meta .product-price .strike, .item-tile-list-view-margin-16 .tile-meta .product-price .strike-ani {
        position: absolute;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background: #6d6e71;
        top: 12px;
        left: 0; }
      .item-tile-list-view-margin-16 .tile-meta .product-price .strike-ani {
        transform: scale(0);
        transition: transform 0.15s ease-in-out;
        transition-delay: 0.35s;
        opacity: 0; }
  .item-tile-list-view-margin-16.no-charge .tile-product-image {
    opacity: .5; }
  .item-tile-list-view-margin-16.no-charge .tile-meta .tile-product-label, .item-tile-list-view-margin-16.no-charge .tile-meta .tile-product-name, .item-tile-list-view-margin-16.no-charge .tile-meta .product-qty, .item-tile-list-view-margin-16.no-charge .tile-meta .product-price {
    color: #6d6e71; }
  .item-tile-list-view-margin-16.no-charge .tile-meta .strike-ani {
    transform: scale(1);
    opacity: 1; }

.item-tile-list-view-no-padding {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 0; }
  .item-tile-list-view-no-padding .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    transition-delay: 0.35s; }
    .item-tile-list-view-no-padding .tile-product-image img {
      display: block;
      width: 100%; }
  .item-tile-list-view-no-padding .tile-meta {
    flex-grow: 1; }
    .item-tile-list-view-no-padding .tile-meta .tile-product-label {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 0 4px 0;
      line-height: 16px;
      transition: all 0.25s ease; }
    .item-tile-list-view-no-padding .tile-meta .tile-product-name {
      font-size: 1.6rem;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-no-padding .tile-meta .tile-product-message {
      font-size: 1.2rem;
      line-height: 20px;
      margin: 4px 0 0 0; }
    .item-tile-list-view-no-padding .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 16px 0 0 0;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-no-padding .tile-meta .product-qty {
      font-size: 1.6rem;
      flex-grow: 1;
      transition: all 0.25s ease; }
      .item-tile-list-view-no-padding .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .item-tile-list-view-no-padding .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      text-align: right;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.25s ease; }
      .item-tile-list-view-no-padding .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
      .item-tile-list-view-no-padding .tile-meta .product-price .strike, .item-tile-list-view-no-padding .tile-meta .product-price .strike-ani {
        position: absolute;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background: #6d6e71;
        top: 12px;
        left: 0; }
      .item-tile-list-view-no-padding .tile-meta .product-price .strike-ani {
        transform: scale(0);
        transition: transform 0.15s ease-in-out;
        transition-delay: 0.35s;
        opacity: 0; }
  .item-tile-list-view-no-padding.no-charge .tile-product-image {
    opacity: .5; }
  .item-tile-list-view-no-padding.no-charge .tile-meta .tile-product-label, .item-tile-list-view-no-padding.no-charge .tile-meta .tile-product-name, .item-tile-list-view-no-padding.no-charge .tile-meta .product-qty, .item-tile-list-view-no-padding.no-charge .tile-meta .product-price {
    color: #6d6e71; }
  .item-tile-list-view-no-padding.no-charge .tile-meta .strike-ani {
    transform: scale(1);
    opacity: 1; }

.item-tile-list-view-with-devider-in-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin: 0;
  padding: 12px 12px 24px 12px;
  border-bottom: 1px solid #e6e7e8; }
  .item-tile-list-view-with-devider-in-card .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    transition: all 0.2s ease;
    transition-delay: 0.35s; }
    .item-tile-list-view-with-devider-in-card .tile-product-image img {
      display: block;
      width: 100%; }
  .item-tile-list-view-with-devider-in-card .tile-meta {
    flex-grow: 1; }
    .item-tile-list-view-with-devider-in-card .tile-meta .tile-product-label {
      font-size: 1.2rem;
      font-weight: 500;
      margin: 0 0 4px 0;
      line-height: 16px;
      transition: all 0.25s ease; }
    .item-tile-list-view-with-devider-in-card .tile-meta .tile-product-name {
      font-size: 1.6rem;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-with-devider-in-card .tile-meta .tile-product-message {
      font-size: 1.2rem;
      line-height: 20px;
      margin: 4px 0 0 0; }
    .item-tile-list-view-with-devider-in-card .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 16px 0 0 0;
      transition: all 0.25s ease;
      transition-delay: 0.35s; }
    .item-tile-list-view-with-devider-in-card .tile-meta .product-qty {
      font-size: 1.6rem;
      flex-grow: 1;
      transition: all 0.25s ease; }
      .item-tile-list-view-with-devider-in-card .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .item-tile-list-view-with-devider-in-card .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      text-align: right;
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.25s ease; }
      .item-tile-list-view-with-devider-in-card .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
      .item-tile-list-view-with-devider-in-card .tile-meta .product-price .strike, .item-tile-list-view-with-devider-in-card .tile-meta .product-price .strike-ani {
        position: absolute;
        width: 100%;
        height: 2px;
        line-height: 2px;
        background: #6d6e71;
        top: 12px;
        left: 0; }
      .item-tile-list-view-with-devider-in-card .tile-meta .product-price .strike-ani {
        transform: scale(0);
        transition: transform 0.15s ease-in-out;
        transition-delay: 0.35s;
        opacity: 0; }
  .item-tile-list-view-with-devider-in-card.no-charge .tile-product-image {
    opacity: .5; }
  .item-tile-list-view-with-devider-in-card.no-charge .tile-meta .tile-product-label, .item-tile-list-view-with-devider-in-card.no-charge .tile-meta .tile-product-name, .item-tile-list-view-with-devider-in-card.no-charge .tile-meta .product-qty, .item-tile-list-view-with-devider-in-card.no-charge .tile-meta .product-price {
    color: #6d6e71; }
  .item-tile-list-view-with-devider-in-card.no-charge .tile-meta .strike-ani {
    transform: scale(1);
    opacity: 1; }
  .item-tile-list-view-with-devider-in-card:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #e6e7e8;
    background: white;
    border-bottom: 1px solid rgba(230, 231, 232, 0);
    border-right: 1px solid rgba(230, 231, 232, 0);
    box-sizing: border-box;
    position: absolute;
    bottom: -8px;
    left: 39px;
    transform: rotate(45deg); }

.tile-list-view {
  margin: 0;
  padding: 0 16px 16px 16px;
  border-bottom: 1px solid #e6e7e8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative; }
  .tile-list-view.no-padding-side {
    padding: 0 0 16px 0; }
  .tile-list-view.padding-side-12 {
    padding: 0 12px 16px 12px; }
  .tile-list-view.margin-side-12 {
    margin: 0 12px; }
  .tile-list-view .tile-selection {
    width: 20px;
    height: 20px; }
  .tile-list-view .tile-product-image {
    width: 70px;
    height: 70px;
    margin: 0 16px 0 0;
    flex-shrink: 0; }
    .tile-list-view .tile-product-image img {
      display: block;
      width: 100%; }
  .tile-list-view .tile-meta {
    flex-grow: 1; }
    .tile-list-view .tile-meta .tile-product-name {
      font-size: 1.6rem;
      margin: 0 0 16px 0; }
    .tile-list-view .tile-meta .tile-qty-price {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start; }
    .tile-list-view .tile-meta .product-qty {
      font-size: 1.6rem; }
      .tile-list-view .tile-meta .product-qty .label {
        color: #6d6e71;
        font-size: 1.2rem; }
    .tile-list-view .tile-meta .product-price {
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 24px;
      flex-grow: 1;
      text-align: right;
      display: flex;
      flex-direction: column; }
      .tile-list-view .tile-meta .product-price .unit-price {
        color: #6d6e71;
        font-size: 1.2rem;
        line-height: 16px;
        font-weight: 400; }
  .tile-list-view.with-devider {
    padding-bottom: 24px;
    margin: 0 0 16px 0; }
  .tile-list-view.with-devider-12 {
    margin: 0 0 12px 0; }
  .tile-list-view.with-devider:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #e6e7e8;
    background: white;
    border-bottom: none;
    border-right: none;
    box-sizing: border-box;
    position: absolute;
    bottom: -8px;
    left: 40px;
    transform: rotate(45deg); }

/*========== Modal ==========*/
.modal-page-desc {
  font-size: 1.6rem;
  padding: 0 16px;
  margin: 0 0 24px 0; }

/*========== Snack Bar ==========*/
.snack-bar-single {
  box-sizing: border-box;
  width: calc(100% - 32px);
  height: 48px;
  margin: 0 16px;
  padding: 0 16px;
  line-height: 20px;
  position: fixed;
  bottom: 16px;
  left: 0;
  z-index: 2;
  background: #414042;
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2); }

/*========== Button CSS ==========*/
.align-self-start {
  align-self: flex-start; }

.align-self-center {
  align-self: center; }

.norm-text {
  font-weight: 400; }

.bold-text {
  font-weight: 600; }

.ui-devider {
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #e6e7e8;
  margin: 16px 0; }

.ui-devider-carrot {
  width: 100%;
  height: 1px;
  line-height: 1px;
  background: #e6e7e8;
  margin: 16px 0;
  position: relative; }
  .ui-devider-carrot:before {
    content: "";
    display: block;
    width: calc(100% + 24px);
    height: 1px;
    background: #e6e7e8;
    position: absolute;
    top: 0;
    left: -12px; }
  .ui-devider-carrot:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #e6e7e8;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
    background: white;
    box-sizing: border-box;
    position: absolute;
    top: -8px;
    left: 24px; }

.ui-card-no-padding {
  box-sizing: border-box;
  margin: 0 0 16px 0;
  padding: 0;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #d7d7d7;
  position: relative; }
  .ui-card-no-padding .sub-card-title-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 0 12px; }
    .ui-card-no-padding .sub-card-title-action .title {
      font-weight: 600; }
  .ui-card-no-padding .card-action {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 12px; }
    .ui-card-no-padding .card-action .btn-text-link {
      margin: 0 16px 0 0; }
  .ui-card-no-padding .sub-desc-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px; }

.ui-card {
  box-sizing: border-box;
  margin: 0 16px 16px 16px;
  padding: 12px 12px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #d7d7d7;
  position: relative; }
  .ui-card.no-padding-side {
    padding: 12px 0; }
    .ui-card.no-padding-side header {
      margin: 0 12px 16px 12px; }
    .ui-card.no-padding-side.no-padding-bottom {
      padding-bottom: 0; }
  .ui-card header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px 0; }
    .ui-card header .label {
      font-weight: 600;
      font-size: 1.6rem; }
    .ui-card header.margin-8 {
      margin-bottom: 8px; }
  .ui-card .card-full-width-notes {
    padding: 12px 12px 12px 12px;
    font-size: 1.2rem;
    background: #f7f7f8;
    line-height: 16px; }
  .ui-card .card-action {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 12px; }
    .ui-card .card-action .btn-text-link {
      margin: 0 16px 0 0; }
  .ui-card .card-desc {
    margin: 0 0 16px 0; }

.ui-order-summary-table .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4px 0; }
.ui-order-summary-table .label {
  color: #414042; }
.ui-order-summary-table .amount {
  font-weight: 600; }
.ui-order-summary-table .order-total {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  margin: 8px 0 0 0; }

.ui-tooltip {
  position: absolute;
  top: -112px;
  right: 4px;
  display: none;
  opacity: 0;
  transition: all 0.25s ease; }
  .ui-tooltip.is-pop {
    top: -56px;
    opacity: 1; }
  .ui-tooltip .tooltip-position {
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff200;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
    .ui-tooltip .tooltip-position:after {
      content: "";
      display: block;
      border: 8px solid rgba(255, 242, 0, 0);
      border-top: 8px solid #fff200;
      background: none;
      position: absolute;
      bottom: -16px;
      right: 12px; }
  .ui-tooltip .content {
    margin: 0 8px 0 0; }

.ui-tab-group {
  margin: 0 0 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: white;
  border-bottom: 1px solid #e6e7e8;
  position: -webkit-sticky;
  position: sticky;
  top: 53px;
  z-index: 2; }
  .ui-tab-group .ui-tab-indicator {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: #fa6400;
    position: absolute;
    left: 0;
    bottom: -1px; }
    .ui-tab-group .ui-tab-indicator.is-move {
      transform-origin: 0 50%;
      animation-name: elasticMove;
      animation-duration: 0.5s;
      animation-delay: 0;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.65, 0.05, 0.09, 0.99); }
    .ui-tab-group .ui-tab-indicator.is-back {
      transform-origin: 100% 50%;
      animation-name: elasticBack;
      animation-duration: 0.5s;
      animation-delay: 0;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
      animation-timing-function: cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .ui-tab-group .ui-tab {
    flex-grow: 1;
    line-height: 20px;
    padding: 16px 0;
    text-align: center;
    position: relative;
    font-weight: 400;
    color: #414042;
    transition: all 0.3s ease;
    transition-delay: 0.55s; }
    .ui-tab-group .ui-tab.active {
      font-weight: 600;
      color: black; }

.ui-tab-content {
  width: 100%;
  height: calc( 100vh - 125px);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  flex-shrink: 0; }

.ui-tab-content-wrap {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start; }

.ui-tab-content-1 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .ui-tab-content-1.is-slide-out {
    opacity: 0;
    transform: translateX(-100%); }

.ui-tab-content-2 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .ui-tab-content-2.is-slide-in {
    opacity: 1;
    transform: translateX(-100%); }

@keyframes elasticMove {
  0% {
    transform: scaleX(1);
    left: 0; }
  25% {
    transform: scaleX(0.5); }
  50% {
    transform: scaleX(2);
    left: 0; }
  75% {
    transform: scaleX(2);
    left: 0; }
  100% {
    transform: scaleX(1);
    left: 50%; } }
@keyframes elasticBack {
  0% {
    transform: scaleX(1);
    left: 50%; }
  25% {
    transform: scaleX(0.5); }
  50% {
    transform: scaleX(2);
    left: 50%; }
  75% {
    transform: scaleX(2);
    left: 50%; }
  100% {
    transform: scaleX(1);
    left: 0; } }
.ui-page {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: white; }

.ui-toast {
  width: calc(100% - 32px);
  padding: 16px 16px;
  color: white;
  background: #414042;
  border-radius: 4px;
  position: fixed;
  bottom: 16px;
  left: 16px;
  box-sizing: border-box;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
  transform: translateY(68px);
  transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.09, 0.99);
  z-index: 11; }
  .ui-toast.is-show {
    transform: translateY(0); }

/*========== Page CSS ==========*/
.or-order-info {
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e7e8; }
  .or-order-info:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none; }
  .or-order-info .order-info-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 0 0; }
  .or-order-info .order-info-content {
    flex-grow: 1; }
    .or-order-info .order-info-content .label {
      font-weight: 600;
      line-height: 20px; }
    .or-order-info .order-info-content .desc {
      line-height: 20px;
      margin: 4px 0 0 0; }

.pg-review-order.int-is-slide-in {
  transform: translateX(0); }

.pg-sub-preference.int-is-slide-in {
  transform: translateX(0); }

.sub-ineligible-item header {
  padding: 16px;
  border-top: 1px solid #e6e7e8; }
  .sub-ineligible-item header .title {
    font-weight: 600;
    margin: 0 0 16px 0; }

.sub-preference-toggle {
  margin: 0 0 0 0;
  padding: 16px;
  border-bottom: 1px solid #e6e7e8;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .sub-preference-toggle .label {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 20px; }

.sub-preference-message {
  font-size: 1.6rem;
  padding: 16px; }

/*Progress Bar*/
.pg-progress-bar .label {
  font-weight: 600;
  font-size: 1.6rem; }
.pg-progress-bar .bar {
  width: 100%;
  height: 6px;
  border-radius: 16px;
  background: #e6e7e8;
  margin: 12px 0;
  position: relative; }
  .pg-progress-bar .bar .highlight {
    width: 33%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa6400;
    border-radius: 16px; }
  .pg-progress-bar .bar .indicator {
    width: 6px;
    height: 6px;
    background: white;
    border: 3px solid #fa6400;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    left: calc(33% - 6px); }
.pg-progress-bar .status {
  font-size: 1.2rem; }

/*Toggle in tile*/
.review-ar-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .review-ar-toggle .label {
    font-weight: 600;
    font-size: 1.4rem; }

/*Sub Prototype Devider*/
.sub-devider {
  width: 100%;
  height: 17px;
  margin: 16px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .sub-devider:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px dashed #e6e7e8; }
  .sub-devider .label {
    background: white;
    padding: 0 4px 0 0;
    font-size: 1.2rem;
    line-height: 17px;
    font-weight: 500;
    z-index: 1; }
  .sub-devider .icon {
    width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    background: white;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform-origin: center; }
    .sub-devider .icon.int-slide-down {
      top: 0; }
  .sub-devider.int-rotate-icon .icon {
    transform: rotate(360deg); }

/*Sub Prototype C*/
.pg-prototype-c {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .pg-prototype-c.int-is-slide-in {
    webkit-transform: translateX(0);
    transform: translateX(0); }

/*Sub Prototype B*/
.pg-prototype-b {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .pg-prototype-b.int-is-slide-in {
    webkit-transform: translateX(0);
    transform: translateX(0); }

.prototype-b-conform-msg {
  display: flex;
  justify-content: center;
  align-items: center; }
  .prototype-b-conform-msg .icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .prototype-b-conform-msg.msg-accept {
    color: #5fb446;
    font-size: 1.2rem;
    font-weight: 500; }
  .prototype-b-conform-msg.msg-reject {
    color: #de1c24;
    font-size: 1.2rem;
    font-weight: 500; }

.propotype-ar-radio {
  display: flex;
  justify-content: center;
  align-items: center; }
  .propotype-ar-radio .form-radio {
    padding: 0 8px 0 8px; }
  .propotype-ar-radio.prototype-a {
    margin: 0 0 4px 0; }

/*Sub Prototype A*/
.pg-prototype-a {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .pg-prototype-a.int-is-slide-in {
    webkit-transform: translateX(0);
    transform: translateX(0); }
  .pg-prototype-a.int-slide-left {
    transform: translateX(-120px); }

.pg-prototype-a-edit {
  transform: translateY(100%);
  transition: transform 0.25s cubic-bezier(0.65, 0.05, 0.09, 0.99); }
  .pg-prototype-a-edit.int-is-slide-in {
    webkit-transform: translateY(0);
    transform: translateX(0); }

.prototype-a-page-msg {
  margin: 0 16px 16px 16px; }

.prototype-a-item-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 16px 0; }

.prototype-a-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 8px 0; }
