.cart-item img {
  max-width: 100px;
  height: auto;
}
.quantity-input {
  width: 50px;
}
.cart-summary {
  background-color: #f8f9fa;
  border-radius: 10px;
}
body {
  font-family: "DM Sans", sans-serif;
  background-color: #f2f2f2;
  position: relative;
  height: 100vh;
}
footer {
  background-color: #5b60ef;
  box-sizing: border-box;
  padding: 15px 0px;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
footer .pos-models {
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
}
.card {
  background-color: #fff;
  border: 0;
  border-radius: 0px;
}
.card.checkount-content {
  height: 65vh;
}
.card.payment-content {
  height: 65vh;
}
.card.payment-content ul {
  height: 373px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.card-external-title {
  font-size: 22px;
  color: #939397;
  margin-top: 65px;
  margin-bottom: 35px;
}
.card-internal-label {
  font-size: 15px;
  color: #939397;
}
.shop-text-value {
    font-weight: 700;
    font-size: 18px;
    color: #34333b;
}
.shop-big-text-value {
    font-weight: 700;
    font-size: 28px;
    color: #34333b;
}
.single-product-code:focus {
  border: 0;
  outline: none;
 }
.single-product-code {
  font-family: "DM Mono", monospace;
  font-size: 18px;
  color: #34333b;
  border: 0;
  text-align: right;
}
.start-scanning-icon-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.start-scanning-icon-message span {
  font-size: 25px;
  color: #c3c2c5;
}
.card-internal-header {
  border-bottom: solid 1px #e9e9e9;
}
.card-internal-footer {
  border-top: solid 1px #e9e9e9;
}
.card-padding {
  padding: 30px;
}
.total-amount-text {
  font-weight: 700;
  font-size: 28px;
  color: #34333b;
}
.button-refresh-demo {
  display: flex;
  background-color: #e9e9e9;
  display: block;
  width: 48%;
  border: 0px;
  padding: 10px;
  font-weight: 700;
  color: #34333b;
  margin-top: 20px;
  border-radius: 4px;
}
.button-confirm-shopping-bag {
  display: flex;
  background-color: #5b60ef;
  display: block;
  width: 48%;
  border: 0px;
  padding: 10px;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  border-radius: 4px;
}
.footer-text {
  color: #fff;
  text-align: right;
  display: block;
}
.payment-list-text {
    font-size: 12px;
    color: #34333b;
        
}
.payment-list-price {
    font-size: 12px;
    color: #34333b;
    font-weight: 700;
}
.payment-list-ud {
    font-size: 15px;
    color: #34333b;
    font-weight: 700;
}
.product-payment-list {
  padding-top: 30px;
}
.shopping-bag {
  display: flex;
  flex-direction: column;
}
#tagReadingInput{
  width:60%;
  color: #939397;
  font-size: 12px;
}