body {
  font-family: 'Josefin Sans', sans-serif;
  /* overflow-y: hidden; */
  background: #ff8100;
}

.scrollable-container {
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
}

@media only screen and (min-width: 992px) {
  .scrollable-container {
    justify-content: center;
  }
  
}

.scroll-item {
  flex: 0 0 auto;
  width: 150px;
  margin-right: 15px;
}

.input-mobile-qtytotal{
  font-size: 10vw;
  font-weight: bold;

}

#buttonpayer {
  text-align: center;
  display: none;
}

.resultpayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  color: white;
  font-size: 32px;
  /* display:flex; */
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.imgRecap{
  height: 10vh !important;
  max-width: 80% !important;
  border-radius: 5px !important;
}

@media (max-width: 576px) {
  .modal-dialog {
    position: fixed;
    margin: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 100%;
  }
  .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .modal-footer {
    display: block;
  }
}

.chevron-animate {
  transition: transform 0.3s ease;
}
.chevron-up {
  transform: rotate(180deg);
}