.inner {
  max-width: 1240px;
}

body {
  color: white;
  background-color: #161616;
  font-size: 0.95em;
}

.brand {
  font-style: italic;
}

.footer a.brand {
  color: white;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  padding-bottom: 4px;
}

.typography h1 {
  font-size: 2em;
}

.section h2, .section h3 {
  font-family: "HelveticaNeueLTPro-Bd", "Helvetica Neue LT Pro Bold", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue LT Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  color: white;
  margin-top: 0.5em;
}

.typography h3 {
  font-size: 20px;
}

.typography a, .typography a.intro {
  color: orange;
}

.typography a:hover, .typography a.intro:hover {
  color: orange;
  border: none;
}

.typography img {
  border: none;
  background: transparent;
}

.typography p {
  font-size: 0.95em;
}

.header .inner {
  padding-top: 24px !important;
}

.social-links {
  display: flex;
  justify-content: center;
}

.socials {
  font-size: 3em;
  margin: 0.15em;
  margin-bottom: 2em;
}

.main {
  background-color: #161616;
}

.no-border-inner {
  padding: 0;
}

.banner-container {
  display: flex;
  justify-content: center;
}

.center-image {
  display: block;
  margin: 0 auto;
}

.white-text {
  color: white;
}

.carousel-control-prev, .carousel-control-next {
  background-color: none !important;
}

.carousel-indicators {
  position: relative;
  list-style: none; /* Remove default list styling */
  display: flex; /* Use flex display to align items */
  flex-wrap: wrap; /* Allow indicators to wrap to the next line */
  justify-content: center; /* Center the bullet points horizontally */
  align-items: center; /* Center the bullet points vertically */
  margin: 0;
  padding: 0;
}

.carousel-indicators li, .carousel-indicators[data-bs-target] li {
  width: 13px !important;
  height: 13px !important;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
}

form input.text, form textarea, form .textajaxuniquetext, form select {
  border-radius: 0.25em;
  max-width: none;
}

form .date .middleColumn input {
  /* background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px; */
  width: 100%;
}

.mobileShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 320px) and (max-width: 518px) {
  .mobileShow {
    display: inherit;
  }
}
.tabletShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 518px) and (max-width: 1320px) {
  .tabletShow {
    display: inherit;
  }
}
.desktopShow {
  display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-width: 1320px) {
  .desktopShow {
    display: inherit;
  }
}
.platform-icon {
  width: 150px;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

.social {
  width: 32px;
  filter: invert(1);
  margin-left: 1px;
  margin-right: 1px;
}

a.btn, button, input[type=submit], input[type=reset], .Actions .action {
  background-color: #ffc107;
  color: #161616;
  font-weight: 600;
  border: 2px solid #161616;
  margin-right: 0;
}

a.btn:hover, button, input[type=submit]:hover, .Actions .action:hover {
  background-color: #ffa807;
  color: #161616;
  font-weight: 600;
  border: 2px solid white;
}

a.btn:after {
  content: none !important;
}

.btn:hover {
  background-color: #ffa807;
  color: #161616;
}

.btn-light {
  border: 1px solid gray;
}

.btn-primary {
  background-color: #161616 !important;
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}

.btn-primary:hover {
  background-color: #ffc107 !important;
  color: #161616 !important;
  font-weight: 600 !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
  background-color: white !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.btn-accept:hover {
  background-color: green !important;
}

.btn-toolbar {
  justify-content: flex-end !important;
}

.modal-footer .btn-secondary {
  padding: 1px 6px !important;
  background-color: #444 !important;
}

.original-post:hover {
  font-size: none;
}

.flatUI {
  display: block;
  height: 1.6em;
  align-items: center;
  text-transform: uppercase;
  background-color: black;
}

.flatUI a {
  font-size: 16px;
  line-height: 0.8em;
  color: lightgray;
}

.header .primary ul {
  position: absolute;
  bottom: 0;
  right: 0;
  top: -0.4em;
}

.header .primary li a {
  margin-top: 24px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 400;
  color: lightgray;
}

.nav-link {
  text-transform: uppercase;
}

.menu-footer {
  margin-left: 1.5em;
  margin-left: 1.5em;
}

.offcanvas-bottom {
  height: 90vh;
}

@media (min-width: 1200px) {
  .offcanvas-bottom {
    height: 50vh;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
  }
}
form .good {
  color: black;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 640px !important;
    margin: 1.75rem auto;
  }
}
.modal-footer-full {
  display: block;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.page-item.active .page-link {
  /* border-color: $color-blue-BG;
   background-color: $color-blue-BG;*/
}

.page-item a {
  font-size: 0.5em !important;
}

.pagination {
  margin-bottom: 1em !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.accordion-button {
  padding-top: 0.72rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0.72rem !important;
  padding-left: 1.25rem !important;
}

.card-quotes {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: rgb(2, 0, 36);
  background: linear-gradient(172deg, rgb(2, 0, 36) 0%, rgb(9, 9, 121) 35%, rgb(0, 212, 255) 100%);
  color: white;
  background-clip: border-box;
  border: 3px solid #ffb500;
  border-radius: 0.84rem;
  margin-bottom: 1em;
}

.card-quotes .card-title {
  color: white;
}

.card-quotes .card-text {
  font-size: 1em;
}

#licenses {
  margin-top: 1em;
}

.license .s1 {
  color: red;
}

.license .s5 {
  color: green;
}

.contactform form {
  width: 100%;
}

.contactform form label.left {
  color: white;
}

.ProductCategory, .Product, .typography h1, .sidecart h3 {
  color: white !important;
}

.policy-text {
  margin-bottom: 2em;
}

.typography table th, .typography table tr:nth-child(even) {
  background-color: #161616;
}

.card {
  border: 1px solid #ffa807;
  background-color: #161616;
}

.Thumb {
  outline: 1px solid #ffa807;
}

#navLinks {
  margin-bottom: 0.5em;
}

.offcanvaSuggestions {
  background-color: #161616;
}

.typography table tr.even, .typography table th, .typography thead td {
  background-color: #4c4c4c;
}

.typography table tr:nth-child(even) {
  background-color: #202020;
}

.CookiePolicyPage input[type=checkbox], input.checkbox, .checkboxes input {
  margin: 0.67em 0em 2em 1em;
}

.CookiePolicyPage form label.right {
  color: #ffa807;
  font-weight: bolder;
  font-size: 16px;
  text-transform: uppercase;
}

.CookiePolicyPage .field_wrapper .content {
  margin-left: 3em;
}

#CookieConsent {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  background-color: #202020;
}

h2.CookieConsent__title {
  font-size: 1rem;
}

.CookieConsent__content {
  font-size: 0.8em;
  color: #a1a1a1;
}

.CookieConsent__button {
  padding: 0.75em !important;
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
  margin: 0.25rem !important;
  border-radius: 0.5em;
  font-size: 0.84em;
  text-transform: uppercase;
  margin-bottom: 0.32em !important;
  background-color: #4c4c4c !important;
  color: #e1e1e1 !important;
  text-align: center;
  display: block !important;
  line-height: 0.8 !important;
}

.CookieConsent__button:hover {
  color: #fff !important;
}

.CookieConsent__button--highlight {
  background-color: #287143 !important;
  color: white !important;
}

.CookieConsent__button--highlight:active, .CookieConsent__button--highlight:focus, .CookieConsent__button--highlight:hover {
  background-color: #23904b !important;
  color: #fff !important;
}

.field.cookieconsentcheckbox .field_wrapper label.right {
  flex: 0 0 10% !important;
}

#CookieConsentForm_Form {
  margin: inherit;
}

/* FOOTER */
.footer .CookieConsent__button {
  padding: 1.36em !important;
  font-size: 1.1em;
  margin: 0.5rem 0.5rem 0 0 !important;
}

/* VIDEOS */
.video-cookie-notice-wrapper {
  position: relative;
}

.video-cookie-notice {
  margin-bottom: 1em;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
}

.video-cookie-notice .notice-text {
  position: relative;
  top: 27vh;
  max-width: 19em;
  margin: auto;
  background-color: #202020;
  padding: 1em;
  border-radius: 0.8em;
  border: 2px solid dimgrey;
}
