html, body {
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

:root {
    color-scheme: light only;
}

.dark-purple {
    color: #5A0050;
}

.darker-purple {
    color: #280028;
}

.purple {
    color: #AA188B;
}

.light-purple {
    color: #DDA2D1;
}

.lighter-purple {
    color: #F8ECF6;
}

.white-color {
    color: #FFFFFF;
}

.black-color {
    color: #000000;
}

.dark-purple-bg {
    background-color: #5A0050;
}

.darker-purple-bg {
    background-color: #280028;
}

.purple-bg {
    background-color: #AA188B;
}

.light-purple-bg {
    background-color: #DDA2D1;
}

.lighter-purple-bg {
    background-color: #F8ECF6;
}

.red {
    color: #B40000;
}

.blue {
    color: #0082AA;
}

.green {
    color: #509F3B;
}

.white-bg {
    background-color: #FFFFFF;
}

.black-bg {
    background-color: #000000
}

section {
    padding: 80px 0;
}

section:first-of-type {
    margin-top: 124px;
}

.container {
    max-width: 1200px;
}

.max-container {
    max-width: 1200px;
}

h1 {
    font-size: 60px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 500;
}

h3 {
    font-size: 32px;
    font-weight: 500;
}

h4 {
    font-size: 26px;
    font-weight: 500;
}

h5 {
    font-size: 22px;
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

p {
    font-size: 18px;
    font-weight: 300;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.navbar {
    padding: 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: 0.3s;
}

.navbar-brand img {
    width: 175px;
}

.navbar .bar1, .navbar .bar2, .navbar .bar3 {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    transition: 0.3s;
    border: 0;
    border-radius: 30px;
    background-color: #FFFFFF;
}

.navbar .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-3px, 3px);
}

.navbar .change .bar2 {
    opacity: 0;
}

.navbar .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.navbar .close-button {
    position: absolute;
    z-index: 30;
    top: 40px;
    right: 0;
}

.navbar .nav-link {
    color: #FFFFFF;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s;
}

.navbar .nav-link:hover {
    text-decoration: underline;
}

.navbar .active {
    border-radius: 50px;
    padding: 10px 20px !important;
}

.navbar-nav {
    position: relative;
    top: 37px;
}

.language-switcher {
    position: absolute;
    right: 140px;
    top: 5px;
}

.language-switcher .form-select {
    text-transform: uppercase;
    padding: 5px 15px 5px 40px;
    border-radius: 50px;
    font-size: 12px;
    width: calc(100% + 20px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.language-switcher-icon {
    position: absolute;
    top: 7px;
    left: 14px;
    width: 15px;
}

.account-shop {
    position: absolute;
    top: 7px;
    right: 35px;
}

.account-shop img {
    height: 20px;
}

.account-shop .shop-number {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    font-size: 12px;
}

.loader {
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.scrolled {
    background-color: #FFFFFF !important;
    color: #000000;
}

.btn-primary {
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    transition: 0.3s;
}

.btn-primary:hover {
    text-decoration: none;
}

.page-header-styling-element {
    background-image: url("../images/stijlelement_lijn_Keep_on_Gaming_wit_RGB.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-img {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    width: 100%;
    height: 130%;
    object-fit: cover;
    position: absolute;
    top: -15%;
    left: 0;
}

.page-header-text-block {
    padding: 60px 40px 40px 40px;
}

.page-header-text-block-icon-right {
    width: 100%;
    max-width: 125px;
}

.page-header-text-block-icon-bottom {
    height: 70px;
    margin-right: 75px;
    margin-bottom: 15px;
    display: inline-block;
}

.container-right {
    margin-left: calc((100% - 1185px) / 2);
    display: flex;
    flex-wrap: wrap;
}

.container-right-padding-left {
    padding-left: 75px;
}

.box-right {
    flex: 1 0 100%;
    padding: 25px 50px;
}

.card-block .card-block-img-wrapper {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid;
}

.card-block .card-block-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    position: relative;
}

.card-block .card-block-img-icon {
    width: 50px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.card-block .card-block-content {
    padding: 15px 0;
    position: relative;
    height: calc(100% - 190px);
}

.card-block .card-block-content h5 {
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 5px;
}

.border-bottom-red {
    border-bottom-color: #B40000 !important;
}

.border-bottom-blue {
    border-bottom-color: #0082AA !important;
}

.border-bottom-green {
    border-bottom-color: #509F3B !important;
}

.border-bottom-purple {
    border-bottom-color: #AA188B !important;
}

.card-block .card-block-link {
    color: inherit;
    text-decoration: none;
}

.card-block .card-block-link:hover {
    text-decoration: none;
}

.card-block .card-block-link:hover .card-block-img-wrapper .card-block-img {
    transform: scale(1.05);
}

.owl-news .owl-stage {
    padding-bottom: 12px;
    display: flex;
}

.owl-news .item {
    height: 100%;
}

.owl-news .card-block-img-icon {
    width: 50px !important;
}

.owl-news .card-block .card-block-content h5 {
    text-transform: unset;
}

.owl-news .card-block .card-block-content {
    text-transform: unset;
    box-shadow: 1px 1px 4px 0#b3b3ba;
    padding: 0 20px 20px 20px;
}

.border-bottom-red {
    border-bottom-color: #B40000 !important;
}

#prev-slide-news {
    position: absolute;
    top: 160px;
    left: 20px;
    border: unset;
    background: transparent;
    z-index: 9;
}

.owl-news-nav-prev {
    width: 15px !important;
}

#next-slide-news {
    position: absolute;
    top: 160px;
    right: 20px;
    border: unset;
    background: transparent;
    z-index: 9;
}

.owl-news-nav-next {
    width: 15px !important;
}

.big-img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}

.plus-style-list {
    padding-left: 20px;
}

.plus-style-list li::marker {
    font-size: 28px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-slider figure {
    height: 75px;
}

.logo-slider figure img {
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
}

.cta-block {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.faq .accordion-item {
    border: 0;
}

.faq .accordion-button {
    background-color: #FFFFFF;
    color: inherit;
    box-shadow: unset;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.faq .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.filter-btn .form-select {
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    border-radius: 50px;
    font-size: 12px;
    width: calc(100% + 20px);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item:before {
    color: #b0b0b0;
    font-weight: lighter;
}

.cart-modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 400px;
    height: 100vh;
    transform: translate3d(0%, 0, 0);
}

.cart-modal .modal-content {
    height: 100%;
    overflow-y: auto;
    border: unset;
    border-radius: unset;
}

.cart-modal.right.fade .modal-dialog {
    right: -400px;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.cart-modal.right.fade.show .modal-dialog {
    right: 0;
}

.cart-modal .modal-header {
    background-color: #F2F2F2;
    border-bottom: unset;
}

.cart-modal .modal-body .filter-btn-cart .form-select, .cart-modal .modal-body .filter-btn-cart option {
    background-color: #FFFFFF !important;
}

.cart-modal .modal-body .remove-cart-item {
    text-transform: uppercase;
    color: #707070;
    font-size: 12px;
}

.cart-modal .modal-body .remove-cart-item:after {
    content: url("../images/icons/xmark-light.svg");
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    vertical-align: sub;
}

.cart-total-border {
    height: 2px !important;
    opacity: 1;
    width: calc(100% - 30px);
    margin: auto;
}



.progressbar .progressbar-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}

.progressbar .progressbar-line-one {
    width: calc(37.5% - 15px);
    height: 2px;
    background-color: #e0e0e0;
    position: absolute;
    left: calc(12.5% + 15px);
    top: 7px;
}

.progressbar .progressbar-line-two {
    width: calc(37.5% - 15px);
    height: 2px;
    background-color: #e0e0e0;
    position: absolute;
    right: calc(12.5% + 15px);
    top: 7px;
}

.progressbar .progressbar-bullet-text-left {
    position: absolute;
    left: calc(12.5% + 15px);
    top: -30px;
    transform: translateX(-50%);
}

.progressbar .progressbar-bullet-text-middle {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}

.progressbar .progressbar-bullet-text-right {
    position: absolute;
    left: calc(87.5% - 15px);
    top: -30px;
    transform: translateX(-50%);
}

footer .navbar-brand-footer img {
    width: 150px;
    margin-bottom: 1.5rem;
}

footer .footer-link-hover:hover {
    color: inherit;
}

footer .footer-link-no-icon {
    position: relative;
    left: 30px;
}

footer .footer-link-icon {
    width: 20px;
    margin-right: 10px;
}

footer .footer-social-icon {
    height: 20px;
    transition: 0.3s;
}

footer .footer-social-icon:hover {
    transform: scale(1.05);
}

.footerbar {
    margin-bottom: 44px;
}

.footerbar-link-hover {
    transition: unset;
}

.togglePassword {
    cursor: pointer;
    position: absolute; 
    top: 37px;
    right: 15px;
    z-index: 999;
}


@media screen and (max-width: 1199px) {
    .container-right {
        margin-left: calc((100% - 977px) / 2);
    }
}

@media screen and (max-width: 991px) {
    .container-right {
        margin-left: 0;
    }

    .navbar-nav {
        position: unset;
        padding: 25px 0;
    }

    .navbar .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0.75rem !important;
    }

    .navbar .active {
        border-radius: unset;
    }

    .navbar-brand {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .account-shop {
        top: 45px;
        right: 65px;
    }

    .language-switcher {
        position: relative;
        top: unset;
        right: unset;
        left: 15px;
        padding-bottom: 25px;
    }

    .language-switcher .form-select {
        padding: 5px 35px 5px 40px;
        width: fit-content;
    }

    .page-header-styling-element {
        background-image: unset;
        background-color: #FFFFFF !important;
    }

    .page-header-img {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 400px;
        position: unset;
    }

    .page-header-text-block {
        padding: 40px;
        background-image: url("../images/stijlelement_lijn_Keep_on_Gaming_wit_RGB.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        position: relative;
        margin-top: -100px;
        border-radius: 10px;
    }

    .page-header-text-block-icon-bottom {
        margin-right: 40px;
        height: 50px;
    }

    .container-right-padding-left {
        padding-left: 0;
    }

    .box-right {
        padding: 25px 15px;
    }

    .big-img {
        height: 450px;
    }
}


.order-go-back {
    text-transform: uppercase;
}

.order-go-back:before {
    content: url("../images/icons/chevron-left-blue.svg");
    display: inline-block;
    width: 6px;
    margin-right: 5px;
}

.cart-amount {
    background-color: #FFFFFF !important;
}

.holiday {
    width: 100%;
    border-bottom: 1px solid black;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: white;
}

@media screen and (min-width: 992px) {
    .navbar .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 45px 0;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;;
    }

    h6 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .page-header-text-block-icon-bottom {
        margin-right: 20px;
    }

    .big-img {
        height: 350px;
    }

    .cart-modal .modal-dialog {
        width: 100%;
        max-width: unset;
    }
}

@media screen and (max-width: 576px) {
    .cart-modal .modal-body .filter-btn-cart .form-select {
        width: fit-content;
        padding: 10px 35px 10px 15px !important;
    }
}