@keyframes kf_spinner {
  to {
      transform: rotate(360deg)
  }
}

#page-overlay {
  text-align: center;
  color: #982505;
  padding-top: 10px;
  font-size: .7em;
  display: block;
  background-color: #fefefe;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999999;
}

#page-overlay.loading {
  opacity: 0.75;
  visibility: hidden
}

#page-overlay.loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
  border-top: 3px solid #982505;
  border-right: 3px solid transparent;
  animation: kf_spinner .6s linear infinite
}

.csv-button {
  font-family: comfortaa;
  padding: 10px;
  font-size: 12px;
  width: auto;
  background-color: #ba4727;
  color: #ffffff;
  border: none;
  float: right;
  font-weight: bold;
  transition-duration: 0.2s;
}
.csv-button:hover {
  background-color: #982505;
}
.related.products {
  display: none;
}
