body, html {
  background-image: url('/media/icf/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: right bottom;
  color: black !important;
}

p {
  color: #000000 !important;
  font-family: 'Lato-Regular', Sans-serif, serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #255000 !important;
  font-weight: bolder !important;
  font-family: 'Lato-Regular', Sans-serif, serif;
}

.main-layout .footer-inner {
  background-color: rgb(255, 255, 255) !important;
  color: #7a7a7a !important;
}

.loadingator-ring div {
  border: 8px solid rgba(150, 150, 150, 0.72) !important;
}

.btn-primary,
.btn-secondary,
.cart-btn,
.popup-content .btn-light,
.btn-light,
.category-button-normal {
  background-color: #255000 !important;
  color: white !important;
  border: solid 1px #255000 !important;
  box-shadow: black;
  border-radius: 0.6em;
  text-transform: capitalize;
}

.btn-primary:hover,
.btn-secondary:hover,
.cart-btn:hover,
.popup-content .btn-light:hover,
.btn-light:hover,
.category-button-normal:hover {
  background-color: white !important;
  color: #255000 !important;
}