@font-face {
  font-family: Eliot Lord;
  src: url(Fonts/Eliothand2-Regular.otf);
}

body {
  background-image: url(img/background/Shop%20page%20background.png);
  background-color: #000;
  font-family: Eliot Lord;
}

label {
  background-color: white;
}

h1 {
  background-color: white;
}

.navbar {
  font-size: 3dvw;
  background: linear-gradient(to bottom right, #0000, #292929, #2d2d2d);
  font-family: "Tahoma";
  height: auto;
  overflow: hidden;
}

.navbar-master {
  background-color: #6c6c6c;
}

.navbar a {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 2.6dvw;
  font-weight: 900;
  color: white;
  padding: 10px;
  text-decoration: none;
  cursor: url("img/background/cursors/Pointer1.svg");
  text-align: center;
}
.contrarynavigationbar a:hover {
  font-size: 2.6dvw;
  font-weight: 900;
  color: #afafaf;
}
.contrarynavigationbar a {
  text-align: left;
}

.contrarynavigationbar img {
  text-align: right;
}

input[type="text"],
[type="email"],
[type="number"] {
  font-size: 24px;
  font-family: Eliot Lord;
  background-image: url(img/background/form.png);
}

.activelinknav {
  background-image: url(img/background/Underline%20White.png);
  background-repeat: no-repeat;
  background-size: 100% 20%;
  background-position: 0px 85%;
}

a:hover,
img[onClick],
div[onclick] {
  cursor: url("img/background/cursors/Pointer1.svg"),
    url("img/background/cursors/Mouse%20cursor.png"),
    url("img/background/cursors/Finger%20cursor.png"), pointer;
}

body::-webkit-scrollbar {
  width: 1em round;
  overflow: scroll;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgb(255, 255, 255);
}

body::-webkit-scrollbar-thumb {
  background-color: #2f2f2f;
  outline: 1px solid #000;
}

form:hover {
  cursor: url("img/background/cursors/text%20cursor");
}

#loader {
  background-image: url("img/background/Loading.gif");
}

.socials {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fa {
  padding: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  bottom: 100px;
  float: right;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #2e73b7;
  color: white;
  height: 40px;
  width: 40px;
  right: 0;
  bottom: 0;
  text-decoration: none;
}

.fa-twitter {
  background: #429bd6;
  color: white;
  height: 40px;
  width: 40px;
}

.fa-instagram {
  background: #ffffff;
  height: 40px;
  width: 40px;
}

footer a {
  color: white;
  float: left;
}

footer {
  margin-top: 60px;
  text-align: left;
  width: 100%;
  position: relative;
  bottom: 0px;
  user-select: none;
  -webkit-user-drag: none;
  font-weight: 100;
  float: left;
  overflow: hidden;
}

footer .title_text3 {
  left: 0px;
}

body {
  accent-color: #971b2f;
}

#consentBox {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
}

#consentBox.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

::selection {
  color: #fff;
  background: #4a7729;
}

#consentContent p {
  color: #1eb8d0;
  margin: 10px 0 20px 0;
}

#consentContent .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.consentButton,
.rejectButton {
  padding: 12px 30px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.consentButton {
  background: #2a910b;
  margin-right: 10px;
}

.rejectButton {
  color: #111211;
  background: transparent;
  border: 2px solid #099c2c;
  text-decoration: none;
}

#consentBox img {
  max-width: 90px;
}

#consentHeader {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}

#radio-button-id:after {
  appearance: url("img/background/cursors/pointer1.png");
}

a:hover {
  text-decoration: none;
}
