/*  Scroll button
-----------------------------------------*/

button.button-to-top {
  color: #fff;
  display: block;
  position: fixed;
  background: #e66430;
  bottom: 10px;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-transition: .25s ease right, .25s ease all;
  -o-transition: .25s ease right, .25s ease all;
  transition: .25s ease right, .25s ease all;
  text-decoration: none;
  z-index: 1000;
  line-height: 28px;
}

button.button-to-top svg {
  margin: 0 !important;
}

button.button-to-top:focus {
  text-decoration: none;
}

button.button-to-top.active {
  opacity: 1;
  right: 25px;
  text-decoration: none;
}

button.button-to-top.active:hover,
button.button-to-top.active:focus {
  opacity: 0.8;  
  text-decoration: none;
}

.product-available {
	display: flex;
  line-height: 20px;
}
.product-available:before {
  width: 20px;
  margin: 20px 5px 0px 0px;
}

.product_card-labels {
      display: flex;
      gap: 3px;
}
