/* Site component styles extracted from the original AHM Genuine Check build */
*,
.font1 {
  font-family: Montserrat, sans-serif;
}
.font2 {
  font-family: Poppins, sans-serif;
}
.font3 {
  font-family: 'Acumin Pro', sans-serif;
}
body {
  margin: 0;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.running-text-container {
  background-color: #e8a527;
  color: #fff;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.running-text {
  animation: runningText 10s linear infinite;
  display: inline-block;
  font-size: 14px;
  padding-left: 100%;
  white-space: nowrap;
}
@keyframes runningText {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.product-page .product-card {
  border: 0;
  border-bottom: 8px solid #f6f7f9;
  border-radius: 0;
}
.product-page .product-card:last-child {
  border-bottom: none !important;
}
.product-page .product-title {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 700;
}
.product-page .product-status strong {
  font-size: 16px;
  font-weight: 600;
}
.product-page .product-status span {
  font-size: 12px;
}
.product-page .product-status span.count {
  font-weight: 700;
}
.product-page .product-description {
  font-size: 10px;
}
.product-page .product-description h2 {
  font-size: 14px;
  font-weight: 700;
}
.count {
  font-weight: 700;
}
.product-error img {
  height: auto;
  width: 150px;
}
.product-error h1 {
  color: #464646;
  font-size: 16px;
  font-weight: 600;
}
.product-error p {
  color: #979797;
  font-size: 12px;
}
#fileInput {
  display: none;
}
