.ft__logo {
  font-family: voltage,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 72px;
}

.bi {
  line-height: 2 !important;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.add__space {
  margin-top: 40px;
  margin-bottom: 40px;
}

.logo {
  font-size: 25px;
}

.first__img {
  min-height: 340px;
  max-height: 340px;
}

.cart {
  cursor: pointer;
}

.addtocart-btn {
  cursor: pointer;
  color: white;
}

#pre-loader {
  width: 100%; height: 100%;
  background-color: #eaeaea;
  z-index: 999999999;
  position: fixed;

}