body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
}

.block {
  position: relative;
  width: 22%;
  background-color: lightgrey;
  padding-top: 10px;
  margin-bottom: 165px
}

.image {
  width: 180px;
  height: 300px
}

.info {
  position: absolute;
  width: 94%;
  top: 280px;
  left: 3%;
  background-color: #fff
}

.cart {
  background-color: #26A69A;
  color: #fff;
  padding: 6px;
  /* width: 48%; */
  margin-right: 2%;
  border: 2px solid #26A69A;
  cursor: pointer
}

.cart:hover {
  background-color: #00796B
}

.order {
  color: #26A69A;
  padding: 6px 5px;
  width: 48%;
  margin-left: 2%;
  border: 2px solid #26A69A;
  cursor: pointer
}

.order:hover {
  color: #fff;
  background-color: #00796B
}

.sm-font {
  font-size: 12px
}

@media screen and (max-width: 992px) {
  .block {
    width: 45%
  }
}

@media screen and (max-width: 550px) {
  .block {
    width: 100%
  }
}


/* #up-arrow,#down-arrow{
  width: 100px;
  height: 100px;
  }
  #total-count{
  font-weight: 900;
  font-size: 70px; */
/* } */
/* .container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  } */


body {
  min-height: 100vh;
}

.active-class {
  display: block;
}

.inactive-class {
  display: none;
}

body {
  background-image: url('../images/bg.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.modal__content {
  position: fixed;
  left: 25%;
  top: 25%;
}

.modal__img {
  min-height: 400px;
  max-height: 400px;
}

.detail__list {
  background-color: #caccd1;
  color: #333;
  border: 0;
  width: 100%;
  padding-top: 13px;
  padding-left: 15px;
  padding-bottom: 13px;
  margin-bottom: 10px;
}

#item_count {
  background-color: #caccd1;
}