.btn-carrinho-flutuante {
  background: #d4f0ffd9;
  border-color: initial;
  border-radius: 100%;
  border-style: initial;
  bottom: 20px;
  box-shadow: 0 0 10px #000000;
  height: 50px;
  margin: auto;
  right: 10px;
  position: fixed;
  width: 50px;
  z-index: 2;
}

.btn-carrinho-flutuante:focus {
  outline: initial;
}

.btn-carrinho-flutuante:hover {
  background: #fffffff2;
}

.btn-carrinho-flutuante__sub-itens {
  align-items: center;
  background: red;
  border-radius: 100%;
  color: white;
  display: flex;
  float: right;
  font-size: 1rem;
  height: 25px;
  justify-content: center;
  margin-top: -30px;
  position: relative;
  width: 25px;
}

.btn_voltar_flutuante {
  align-items: center;
  background: #d4f0ffd9;
  border-color: initial;
  border-radius: 5px;
  border-style: initial;
  bottom: 20px;
  box-shadow: 0 0 10px #000000;
  font-weight: 600;
  display: none;
  justify-content: space-between;
  margin: auto;
  left: 10px;
  padding: 0.5rem;
  position: fixed;
  z-index: 2;
}

.btn_voltar_flutuante___visivel {
  display: flex;
}

.btn_voltar_flutuante:focus {
  outline: initial;
}

.btn_voltar_flutuante:hover {
  background: #fffffff2;
}

.btn_voltar_flutuante__sub-itens {
  font-size: 0.8rem;
}

.img-carrinho {
  height: 25px;
}

.img-seta-voltar {
  height: 32px;
  width: 32px;
}
