body {
    font-family: 'Open Sans', sans-serif !important;
    background-color: #000000;
    overflow-x: hidden;
    outline-color: transparent !important;
    transition: none !important;
    word-break: normal !important;
    margin: 0 !important;
}

[style*="Calibri"] {
    font-family: 'Open Sans', sans-serif !important;
    font-size: var(--bs-body-font-size) !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

section {
    background-size: cover;
    background-position: center;
}

:focus-visible {
    outline: none !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .navbar, nav, .btn, #countdown, .preloader-inner, footer .nav, li:not(.select2-results__option) {
    font-family: 'Open Sans', sans-serif !important;
}

.description-container {
    column-count: 2;
    column-gap: 2rem;
}

span.outline{
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%) !important;
    opacity: 1 !important;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

.fa-li > i.rounded-pill {
    line-height: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    font-size: 1.2em;
    margin-top: 3px;
    margin-left: 9px;
}

/* NAVBAR */
.navbar .dropdown-menu {
    background-color: #212529;
    border-top: 0;
    left: auto !important;
}

/* SVG */
.svg-object {
    max-width: 100%;
}

.text-mobile-center {
    text-align: center !important;
}

.btn-black {
    background-color: black !important;
    color: white !important;
}

.remove-btn:hover {
    color: #dc2626;
}

.img-rounded {
    border-radius: 15px !important;
}

p a {
    color: #000000 !important;
}

.bg-white {
    background: #ffffff;
}

.bg-black {
    background: #000000;
}

.slider-wrapper {
  position: relative;
  width: 100vw; /* Slider moet tot de rand van het scherm kunnen */
  margin-left: calc(-1 * (100vw - 100%) / 2); /* Verplaats de wrapper naar links zodat hij met container begint */
  padding-left: var(--bs-gutter-x, 1.5rem); /* Zorg dat de inhoud links aligned is met container */
  padding-right: 0; /* Geen padding rechts */
  box-sizing: border-box;
  overflow: hidden; /* voorkomt overspill van slides */
}

section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    pointer-events: none; /* zorgt ervoor dat je nog op knoppen etc. kunt klikken */
    z-index: 1;
}

section > .container,
section > .container-fluid {
    position: relative;
    z-index: 2;
}

.h-60 {
    height: 60% !important;
}

.social-footer {
    width: 50px !important;
    height: 50px !important;
    border-radius: 25px;
}

.splide__slide {
  transition: all 0.2s ease-in-out;
}

/* Toggle slider */

.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Arial Black', sans-serif;
}

/* Slider switch styling */
.toggle-container{
    font-family: 'Open Sans';
}

.label {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.label.red {
  color: red;
}

.label.gray {
  color: #888888;
}

/* Custom switch styling */
.custom-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid red;
  border-radius: 34px;
  cursor: pointer;
  transition: 0.4s;
  box-sizing: border-box;
}

.slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: red;
  transition: 0.4s;
  border-radius: 50%;
}

.custom-switch input:checked + .slider:before {
  transform: translateX(24px);
}

.content-text {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.after-line:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 8%;
    left: 46%;
    top: 40%;
}

.testimonial:before {
    position: absolute;
    content: "";
    background-image: url(/frontend/themes/barebones/assets/img/quote-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 2px;
    width: 40%;
    height: 30%;
    right: 0%;
    bottom: 5%;
}

.testimonial:after {
    position: absolute;
    content: "";
    background-image: url(/frontend/themes/barebones/assets/img/quote-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 2px;
    width: 40%;
    height: 30%;
    left: 0%;
    top: 5%;
}

.vh-50 {
    height: 50vh !important;
}

.vh-30 {
    height: 30vh !important;
}

.vh-20 {
    height: 20vh !important;
}

form input,
form select,
form textarea {
    font-family: 'Open sans', sans-serif;
}

.negative-margin {
    margin-top: -200px;
}

.negative-margin-2 {
    margin-top: -100px;
}

.badge {
    right: auto;
    top: 15%;
}

.nav-tabs {
    border: none !important;
}

.tab {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    color: white;
    border: none !important;
}

.tab.active {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%);
    color: white;
}

.nav-pills .nav-link:not(.active) {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.nav-pills .nav-link.active {
    background-color: #000000 !important;
    border-color: #000000 !important;
    text-decoration: none !important;
}

.map {
    min-height: 450px;
}

.min-vh-50 {
    min-height: 50vh !important;
}
.h-small-100 {
    height: 115% !important;
}

.table-dark, .table th, .table-dark tr, .table-dark td {
    background: transparent !important;
}

.lock-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Doorzichtig wit */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.lock-overlay.dark {
    background-color: rgba(0, 0, 0, 0.7);
}

.lock-icon {
    font-size: 3rem;
    color: black;
    padding: 1rem;
    border-radius: 50%;
}

.svg-object{
    max-height: 600px;
}

.pac-container {
  z-index: 9999 !important;
}

#loginModal .nav-link{
    font-family: 'Open Sans';
    background-color: transparent;
    color: white !important;
}

#loginModal .nav-link.active{
    font-family: 'Open Sans';
    background-color: #fff;
    color: black !important;
}

#webshopLoginModal .nav-link{
    font-family: 'Open Sans';
    background-color: transparent;
    color: white !important;
}

#webshopLoginModal .nav-link.active{
    font-family: 'Open Sans';
    background-color: #fff;
    color: black !important;
}

label {
    font-family: 'Open Sans';
}

#overlay-menu {
    z-index: 5;
    transition: all 0.2s ease-in-out;
}

#overlay-menu .nav-link {
    font-size: 2rem;
}

#overlay-menu .nav-link:hover {
    color: #000000 !important;
}

.navbar .dropdown-menu .dropdown-item:active {
    background-color: #000000;
}

#subnavigation .navbar {
    min-height: fit-content;
}

#subnavigation .navbar a {
    color: #0ac2aa !important;
}

#subnavigation .navbar a:hover {
    color: #ffffff !important;
}

.nav-link.active {
    text-decoration: underline !important;
}

.live-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    animation: fade 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.masonry-row {
    width: 100%;
    overflow: hidden;
    min-width: 100%;
}

.masonry-row img {
    height: 100%;
    width: auto;
}

.masonry-item {
    height: 250px;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    background-size: cover;
    background-position: center;
}

.masonry-item:hover .masonry-overlay {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.masonry-overlay .download-icon {
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    padding: 15px;
    background-color: rgba(0,0,0,0.66);
    line-height: 1;
    border: 2px solid white;
    opacity: 0.66;
}

.masonry-overlay {
    opacity: 0;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.33);
}

.faded-top {
  position: relative;
  z-index: 0;
  background: none; /* the image will live in ::before */
}

.faded-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;

  /* Fade effect only on the background */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 10%);
  mask-image: linear-gradient(to bottom, transparent 0%, white 10%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.faded-bottom {
  position: relative;
  z-index: 0;
  background: none; /* the image will live in ::before */
}

.faded-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;

  /* Fade effect only on the background */
  -webkit-mask-image: linear-gradient(to top, transparent 0%, white 10%);
  mask-image: linear-gradient(to top, transparent 0%, white 10%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.play-button {
    background-color: rgba(255,255,255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #000;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    transform: scale(2);
    transition: all 0.2s ease-in-out;
}

.play-button:hover {
    transform: scale(2.5);
}

.play-button i {
    padding-left: 4px;
}

.shop-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.shop-img:hover {
    transform: scale(1.1);
    z-index: 999 !important;
}

.driver-img {
    aspect-ratio: 312 / 497;
}

.shop-img {
    aspect-ratio: 2 / 3;
}


.page-link, .page-link:hover, .page-link:active {
    color: #000000;
}

.before-rule-line {
    position: relative;
}

.before-rule-line::before {
    position: absolute;
    content: "";
    height: 2px;
    background-color: #fff;
    width: 8%;
    left: 46%;
    top: 0%;
}

.back-to-top {
    background-color: #000000 !important;
    color: white !important;
    position: fixed;
    bottom: 85px;
    right: 20px;
    display: none;
    z-index: 999;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    padding: 12px !important;
}

.blog-body img {
    width: 100%;
}

.splide__pagination {
    display: none !important;
}

.pagination .page-item .page-link,
.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
    background-color: #000000;
    color: white;
    outline: none;
}

.pagination .page-item .page-link:active,
.pagination .page-item .page-link:focus {
    outline: none !important;
    box-shadow: none !important;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.5;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    border-color: #000000;
    background-color: #000000;
}

.w-30 {
    width: 30%;
}

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    color: black !important;
    background-color: white;
}

.twg-disabled-input {
    background-color: lightgray;
}

.shop-lock-overlay {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(2px);
    z-index: 50;
}

.shop-lock-overlay .lock-box {
    background: #fff;
    border-radius: .75rem;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.09);
    text-align:center;
}

.checkout-locked {
    position: relative;
}

.checkout-locked *:where(input, select, textarea, button, a.btn) {
    pointer-events: none !important;
}

.checkout-locked .checkout-btn {
    opacity: .6;
}

body.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}


/**************
 * Responsive *
 **************/ 

@media only screen and (min-width: 1199px) {
    .min-vh-lg-100 {
        min-height: 100vh !important;
    }

    .min-vh-lg-30 {
        min-height: 30vh !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    #webshopLoginModal .modal-dialog {
        max-width: 40% !important;
    }
}

@media only screen and (min-width: 991px) {
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .fs-small {
        font-size: 1.5em !important;
    }

    .masonry-row {
        flex-wrap: wrap;
    }

    .masonry-item {
        max-width: 25%;
    }

    #webshopLoginModal .modal-dialog {
        max-width: 80% !important;
    }

    .dropdown-menu:not(.logo-dropdown) {
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .fs-small {
        font-size: 0.7em !important;
    }

    .masonry-item {
        max-width: 33.33%;
    }

    .svg-object {
        max-height: 400px;
    }

    .negative-margin,
    .negative-margin-2 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .masonry-item {
        max-width: 50%;
    }

    .svg-object {
        max-height: 200px;
    }

    .before-rule-line::before {
        top: 15%;
    }
}

@media only screen and (max-width: 576px) {
    #webshopLoginModal .modal-dialog {
        max-width: 100% !important;
    }
}

/**************
 * Animations *
 **************/ 

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}