.right-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  top: 0;
  position: sticky;
  height: 100vh;
  width: 19vw;
  margin-left: 3px;
  padding: 100px 32px 50px;
  border-left: thin solid #f2f2f2;
}

.bottom-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  bottom: 0;
  position: sticky;
  width: 100vw;
  margin-left: 3px;
  padding: 32px;
  position: fixed;
  border-top: 1px solid #e8e8e8;
}

.right-title {
  margin: 0;
}

.btnval {
  color: #000;
  background: white;
}

.btnval:hover {
  /* color: #5badda; */
  background-color: #f0f0f0;
}

.btnval:active {
  transform: scale(0.9);
}

.btn-increase,
.btn-decrease {
  /* margin: 1px; */
}

select option {
  background-color: #fff;
  border: 0;
  padding: 0.375rem 0.75rem;
  /* font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 100%; */
}
