#footer {
  border-top: 1px solid #eee;
  padding-top: 4px;
  padding-bottom: 16px;
  color: rgb(255, 255, 255);
  z-index: 99;
  position: relative;
  top: 97px;
  zoom: 80%;
}

#footer a {
  font-weight: 300;
  font-size: 16px;
  color: #dfdfdf;
}

.blue-font {
  margin-block-start: 0px;
  margin-block-end: 0px;
  color: #83ceed;
  font-size: 16px;
}

.footer-products-row {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 16px;
}

#footerlogo {
  max-width: 100%;
  height: 44px;
}

.dvj-banner {
  opacity: 0.75;
  color: #27333e;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.dvj-banner img {
  margin-left: 1em;
  margin-right: 1em;
}

#footer .dvj-banner a {
  color: #bbb;
}

.grid-8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.dark_bg {
  background: #27333e;
}

#bottom-footer {
  background-color: #f7fcfe;
  color: #919497;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

#bottom-footer p {
  font-size: 19px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

#bottom-footer a {
  color: #919497;
  font-size: 19px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.align-right {
  text-align: right;
}

#bottom-footer .containerNew div:nth-child(2) {
  justify-content: flex-start;
  margin-left: 54px;
  padding: 9px 0;
}

#bottom-footer .span-2 {
  padding: 9px 0;
}

#bottom-footer .containerNew div:nth-child(3) {
  margin-top: 7px;
}

#footer-products {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  color: #dfdfdf;
}

#footer-products span {
  line-height: 18px;
  font-weight: 500;
}

#footer-iso-and-rewards {
  display: flex;
  justify-content: flex-end;
}

#gazellen-logo {
  width: 175px;
  position: relative;
  right: 30px;
  opacity: 1;
  max-width: unset;
}

#moawards-logo {
  width: 129px;
  opacity: 1;
}

#iso-20252-logo {
  height: 85px;
  margin-right: 15px;
}

#iso-26362-logo {
  height: 85px;
}

.footer-icon {
  font-size: 29px;
  color: #414E5A;
}

.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgb(20, 20, 20), rgb(0, 0, 0));
  background: -webkit-radial-gradient(rgb(20, 20, 20), rgb(0, 0, 0));
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.meta ul {
  list-style-position: inside;
}

.info ul {
  list-style-position: inside !important;
}

.info-loading {
  color: white;
  top: 80px;
  width: 100px;
  left: -18px;
}

#cookie-notice {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  display: block;
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  line-height: 20px;
  left: 0;
  bottom: 0;
  zoom: 80%;
}

.cookie-notice-container {
  padding: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.cn-button {
  font-family: sans-serif;
  line-height: 18px;
  padding: 2px 12px;
  background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
  border-color: #BBB;
  color: #333;
  text-shadow: 0 1px 0 #FFF;
  -moz-box-sizing: border-box;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  white-space: nowrap;
  outline: none;
  margin-left: 10px;
}

#cookie-notice a:hover {
  color: #333;
}

