[v-cloak] {
  display: none !important;
}
/* #header-store {
  border: none !important;
} */

.ui-widget.ui-keyboard {
  border: 1px solid #c5c5c5;
  position: fixed;
  bottom: 0;
  left: 0 !important;
  right: 0;
  width: 100%;
}

.product-in-cart {
  position: absolute;
  top: 10px;
  left: 10px;
  background: black;
}

.product-in-cart .icon {
  padding: 4px;
  color: white;
}

#product-detail-image .product-in-cart {
  left: unset;
  right: 10px;
  z-index: 9;
}

.product-detail-close-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  background: black;
  font-size: 30px;
  color: #e30613;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  z-index: 99999;
}

#loading {
  background: rgba(216, 216, 216, 0.42);
}

.loading-icon {
  width: 64px;
  height: 64px;
  background: black;
  color: white;
  animation: none;
  text-align: center;
}
.loading-icon.small {
  transform: scale(0.5);
}
.loading-icon .icon {
  font-size: 60px;
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
#product-detail-navigation-matrix {
  max-width: 55%;
  width: auto;
}
#product-detail-stock {
  font-weight: 700;
    font-size: 18px;
    float: left;
    max-width: calc(100% - 298px);
    padding-left: 50px;
    padding: 5px 0 5px 50px;
}
#product-detail-stock p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.scroll-btn {
  position: fixed;
  text-align: center;
  background: transparent;
}

#overlay-video .tap-container .tap-text span {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  animation: ease-in-out;
  animation-name: tap-animation-text;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
