#go-to-cart {
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  width: 200px;
  height: 50px;
  -webkit-touch-callout: none;
  background-color: #0a6ece;
  border: 2px solid #fff;
  display: flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.42) !important;
  gap: 10px;
}

.left {
  border-right: 2px solid #fff;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0px 10px;
}

.right{
    padding: 0px 15px;
}