.fixed-cart {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s opacity linear;
  position: relative;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -25px;
  background: #00511d url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2019%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.988%2C5.450%20L18.265%2C10.719%20C18.128%2C11.720%2017.305%2C12.489%2016.292%2C12.563%20L8.269%2C13.153%20C7.188%2C13.232%206.216%2C12.499%206.002%2C11.442%20L4.157%2C2.367%20C4.135%2C2.238%204.045%2C2.165%203.942%2C2.165%20L2.009%2C2.165%20C1.379%2C2.165%200.874%2C1.625%200.939%2C0.985%20C0.995%2C0.428%201.509%2C0.026%202.072%2C0.026%20L3.942%2C0.026%20C5.091%2C0.026%206.068%2C0.843%206.270%2C1.964%20L6.485%2C3.022%20L16.856%2C3.022%20C18.160%2C3.022%2019.164%2C4.165%2018.988%2C5.450%20ZM7.389%2C14.576%20C8.340%2C14.576%209.110%2C15.342%209.110%2C16.287%20C9.110%2C17.232%208.340%2C17.999%207.389%2C17.999%20C6.438%2C17.999%205.667%2C17.232%205.667%2C16.287%20C5.667%2C15.342%206.438%2C14.576%207.389%2C14.576%20ZM15.135%2C14.576%20C16.085%2C14.576%2016.856%2C15.342%2016.856%2C16.287%20C16.856%2C17.232%2016.085%2C17.999%2015.135%2C17.999%20C14.184%2C17.999%2013.413%2C17.232%2013.413%2C16.287%20C13.413%2C15.342%2014.184%2C14.576%2015.135%2C14.576%20Z%22%2F%3E%3C%2Fsvg%3E") 50%/24px no-repeat;
  z-index: 3;
  box-sizing: border-box;
}
.fixed-cart * {
  box-sizing: border-box;
}
.fixed-cart span {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background-color: #464657;
  border-radius: 10px;
  padding: 0 5px;
}
