#BackBtn {
  position: fixed;
  bottom: 23px;
  left: 23px;
  width: 40px;
  height: 40px;
  background: radial-gradient(#0d8cdb 53%, white, #0d8cdb 63%), var(--bs-light);
  border-width: 5px;
  border-color: rgb(0,0,0);
  box-shadow: 0px 0px 5px rgb(0,0,0);
  padding: 0px;
}

#CartBtn {
  position: fixed;
  bottom: 23px;
  right: 23px;
  width: 40px;
  height: 40px;
  background: radial-gradient(#0d8cdb 53%, white, #0d8cdb 63%), var(--bs-light);
  border-width: 5px;
  border-color: rgb(0,0,0);
  box-shadow: 0px 0px 5px rgb(0,0,0);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#homeBtn:hover {
  color: #4b4747;
}

*:focus {
  outline: 0;
}

a:focus, button:focus {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.container {
  overflow: hidden;
}

.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
}

.btn-close {
  position: absolute;
  margin-right: 10px !important;
  margin-top: 25px !important;
}

