/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'TheMix Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Italic'), url('/fonts/TheMixItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Plain';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Plain'), url('/fonts/TheMixPlain.woff') format('woff');
}


@font-face {
    font-family: 'TheMix ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix ExtraLight'), url('/fonts/TheMixExtraLight.woff') format('woff');
}


@font-face {
    font-family: 'TheMix ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix ExtraLight Italic'), url('/fonts/TheMixExtraLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Light';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Light'), url('/fonts/TheMixLight.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Light Italic'), url('/fonts/TheMixLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix SemiLight';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix SemiLight'), url('/fonts/TheMixSemiLight.woff') format('woff');
}


@font-face {
    font-family: 'TheMix SemiLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix SemiLight Italic'), url('/fonts/TheMixSemiLightItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix SemiBold'), url('/fonts/TheMixSemiBold.woff') format('woff');
}


@font-face {
    font-family: 'TheMix SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix SemiBold Italic'), url('/fonts/TheMixSemiBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Bold';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Bold'), url('/fonts/TheMixBold.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Bold Italic'), url('/fonts/TheMixBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix ExtraBold'), url('/fonts/TheMixExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'TheMix ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix ExtraBold Italic'), url('/fonts/TheMixExtraBoldItalic.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Black';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Black'), url('/fonts/TheMixBlack.woff') format('woff');
}


@font-face {
    font-family: 'TheMix Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('TheMix Black Italic'), url('/fonts/TheMixBlackItalic.woff') format('woff');
}

:root {
    --bs-font-the-mixblack: 'TheMix Black', sans-serif;
    --bs-font-the-mixbold: 'TheMix Bold', sans-serif;
    --bs-font-the-mixplain: 'TheMix Plain', sans-serif;
    --bs-font-new-hero: new-hero, sans-serif;
    --bs-body-font-family: var(--bs-font-the-mixplain);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html, body {
    min-height: 100%;
    margin: 0;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #ffecdc 0%, rgba(255, 243, 233, 0) 876px), linear-gradient(to top, #ffecdc 0%, rgba(255, 243, 233, 0) 379px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffecdc', endColorstr='#ffecdc');
}

main {
    flex: 1;
}

footer {
    flex-shrink: 0;
}


.footer ul {
    display: flex;
    list-style: none;
    padding-inline-start: 0;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.footer li {
    /*display: flex;*/
    /*gap: 30px;*/
    margin: 0 15px;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    /*flex: 1 1 auto;*/
}

.footer ul a {
    flex-grow: 0;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    text-decoration: none;
}

.footer .logo-frame {
    margin: 75px 0 0 0;
}

.footer ul a:hover {
    color: #ff6200;
}

.border-top {
    border-top: 1px solid rgba(34, 34, 34, 0.25) !important;
}


.large-top-margin {
    margin-top: 40px;
}

.header-bg-img {
    /*    position:absolute;
    background: url('../images/plectrum-landingspagina.svg') no-repeat;
    background-position: -100px 0px;
    background-size: 392px;*/
}



a:link,
a:visited,
a:hover,
a:active {
    color: #ff6200;
}

.navbar-light .navbar-nav .nav-link {
    color: #222222;
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #ff6200;
    }




.nav-link {
    color: #222222;
    white-space: nowrap;
}

.navbar-dark .navbar-nav .nav-link {
    color: unset;
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #ff6200;
    }

.nav-item a {
    font-family: var(--bs-font-the-mixplain);
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    transition: unset;
}

.nav-link-select,
.nav-link-select:hover {
    color: #ff6200 !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.navbar-expand-xl .navbar-nav .nav-link {
    display: flex;
}

@media (min-width: 1400px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 30px;
    }
}

@media (max-width: 1400px) {
    .search-icon,
    .account-icon {
        display: none;
    }
}

.nav-item-icon-search {
    display: inline-block;
}

    .nav-item-icon-search .search-icon {
        background: url('../images/icon-magnifier.svg') no-repeat;
        background-size: 22px 22px;
        width: 22px;
        height: 22px;
        margin-top:1px;
        margin-left: 6px;
    }

    .nav-item-icon-search:hover .search-icon,
    .nav-item-icon-search:focus .search-icon,
    .nav-link-select {
        filter: invert(48%) sepia(86%) saturate(3856%) hue-rotate(1deg) brightness(103%) contrast(106%);
    }

    .nav-item-icon-search img {
        width: 22px;
        height: 22.4px;
        margin: 0 0 0 10px;
    }

.nav-item-icon-login img {
    width: 22px;
    height: 22px;
    margin: 0 0 0 10px;
}

.nav-link:hover {
    color: #ff6200;
}

.navbar-dark .navbar-nav .nav-link-select,
.navbar-dark .navbar-nav .nav-link-select:hover {
    color: #ff6200;
}

.logo-frame {
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0 43px 0 0;
    padding: 0;
    text-decoration: none;
}

@media (max-width: 1093px) {
    .logo-frame {
        margin-right: 0;
    }
}

.logo-text {
    width: 138px;
    height: 34px;
    flex-grow: 0;
    font-family: var(--bs-font-new-hero);
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
    margin-top: 3px;
}

    .logo-text .logo-text-alt {
        font-weight: 500;
        color: #ff6200;
    }

.logo-vector {
    position: relative;
    width: 45px;
    height: 37.9px;
}

    .logo-vector img {
        position: none;
    }

.logo-footer {
    padding: 6px 0 110px 0;
    font-size: 12px;
}

.bi-info-circle {
    margin: 0 0 4px 4px;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 500px !important;
    background-color: #fbecde;
    color: #222222;
    padding: 15px 25px;
    border-radius: 20px;
    font-size: 18px;
}

.bs-tooltip-top .tooltip-arrow::before {
    top: -4px;
    left: 1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #fbecde;
}

.bs-tooltip-top {
    padding: 0.4rem 0 10px 0;
}

.tooltip.show {
    opacity: 1;
}

/*
.navigation-bar-holder {
}

.navigation-bar {
    display: flex;
    height: 50px;
    margin: 60px 63px 0 58px;
}

.menu-holder {
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 14px 0 11px 0;
    padding: 0;
    width: 100%;
}

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0 11.6px 0 0;
    display: flex;
    height: 25px;
    gap: 30px;
}



    .menu-items li a,
    .login-item li a {
        font-family: var(--bs-font-the-mixplain);
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        color: #fff;
        vertical-align: middle;
        text-decoration: none;
    }

.search-menu-item img {
    width: 22px;
    height: 22.4px;
    margin: 1px 0 1.6px 11.6px;
}



.login-item {
    list-style: none;
    margin: 0;
    padding: 0 11.6px 0 0;
    display: flex;
    height: 25px;
    gap: 30px;
    margin-left: auto;
}

    .login-item li img {
        width: 22px;
        height: 22px;
        margin: 1.5px 0 1.5px 10px;
    }*/
p {
    font-family: var(--bs-font-the-mixplain);
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
/*    text-align: left;*/
    color: #222222;
}

h1 {
    font-family: var(--bs-font-the-mixblack);
    font-size: 31px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    /*text-align: left;*/
    color: #222222;
}

h2 {
    font-family: var(--bs-font-the-mixblack);
    font-size: 23px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #222;
    padding-bottom: 20px;
}

h3 {
    font-family: var(--bs-font-the-mixblack);
    font-size: 21px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    padding-bottom: 20px;
}

h3 {
    color: #ff6200;
    padding-bottom: 10px;
}


.modal-backdrop.show {
    opacity: 0.8;
}


.header-button-right {
    margin-right: 20%;
    float: right;
}

.validation-message {
    display: block;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #f00;
    padding: 0 0 0 23px;
}

.validation-message-label {
    display: block;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ff6200;
}

.btn:hover {
    color: #fff;
}

.btn-ahref:hover {
    color: #ff6200;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}


.btn-primary-custom,
.btn-primary-custom:link,
.btn-primary-custom:visited,
.btn-primary-custom:active {
    height: 60px;
    padding: 4px 42px;
    border-radius: 10px;
    background-color: #ff6200;
    border: 2px solid #ff6200;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.8;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}


.btn-primary-arrow,
.btn-primary-arrow:link,
.btn-primary-arrow:visited,
.btn-primary-arrow:active {
    position: relative;
    background-color: #ff6200;
    display: inline-block;
    text-align: center;
    transition: none !important;
}

    .btn-primary-arrow .icon-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

        .btn-primary-arrow .icon-wrapper::before {
            content: "";
            display: block;
            width: 18px;
            height: 22px;
            background: url('../images/button-secondary-play.svg') no-repeat;
            filter: invert(97%) sepia(88%) saturate(125%) hue-rotate(239deg) brightness(120%) contrast(100%);
        }

    .btn-primary-arrow .button-text {
        display: inline-block;
        vertical-align: middle;
        color: white;
        font-weight: bold;
    }



.btn-secondary-custom,
.btn-secondary-custom:link,
.btn-secondary-custom:visited,
.btn-secondary-custom:active {
    height: 60px;
    padding-right: 42px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 10px;
    background-color: unset;
    border: 2px solid #ff6200;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.8;
    letter-spacing: normal;
    text-align: center;
    color: #222222;
}

    .btn-secondary-custom:hover {
        border: 2px solid #ff6200;
        color: #ff6200;
    }

.btn-secondary-noicon {
    padding-left: 42px;
}

    .btn-secondary-noicon:hover {
        transition: none;
    }

.btn-secondary-arrow {
    background: url('../images/button-secondary-play.svg') no-repeat 42px 50%;
    background-size: 16.9px 18.5px;
    padding-left: 70px;
    transition: none !important;
}

    .btn-secondary-arrow:hover,
    .btn-secondary-arrow:focus {
        filter: invert(48%) sepia(86%) saturate(3856%) hue-rotate(1deg) brightness(103%) contrast(106%);
    }

.btn-secondary-favourite {
    background: url('../images/button-secondary-favourite.svg') no-repeat 42px 50%;
    background-size: 22.2px 17.4px;
    padding-left: 70px;
    transition: none !important;
}

    .btn-secondary-favourite:hover,
    .btn-secondary-favourite:focus {
        filter: invert(48%) sepia(86%) saturate(3856%) hue-rotate(1deg) brightness(103%) contrast(106%);
    }

.btn-ahref {
    height: 60px;
    padding-inline: 24.345px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #555;
}


.btn-spacing-right {
    margin-right: 20px;
    margin-bottom: 20px;
}






.metadata {
    font-size: 18px;
    font-weight: normal;
}

    .metadata div:first-child {
        font-weight: 800 !important;
    }

@media (min-width: 768px) {
    .metadata div:first-child {
        text-align: right;
        padding-right: 30px;
    }
}

.col-form-label {
    flex-grow: 0;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #888;
    line-height: 2.8em;
}

form {
    font-size: 18px;
}



select {
    vertical-align: top;
    height: 64px;
}



.form-control-plaintext {
    padding: 12px 22.9px;
    border-radius: 10px;
    background-color: #fbecde;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px !important;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    border: 2px solid #fbecde;
}

    .form-select:focus,
    .form-control-plaintext:focus {
        border: 2px solid #ff6200;
        box-shadow: none !important;
    }



select:focus {
    outline: 0;
    box-shadow: 0;
}


.form-select {
    padding: 12px 22.9px;
    border-radius: 10px;
    background-color: #fbecde;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px !important;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    border: 2px solid #fbecde;
}

    .form-select option {
        padding: 0 24px;
        font-family: var(--bs-font-the-mixplain);
        font-size: 18px !important;
        font-weight: 500;
    }



input:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:hover {
    border: 2px solid #fbecde;
    -webkit-text-fill-color: #222222;
    -webkit-box-shadow: 0 0 0px 1000px #fbecde inset;
    transition: background-color 5000s ease-in-out 0s;
}

    input:-webkit-autofill:focus,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill:focus {
        border: 2px solid #ff6200;
    }


field-validation-valid {
    display: none;
}

.validation-error,
.field-validation-error {
    color: #888888;
}

.field-validation-error {
    padding: 25px 0 0 0;
    float: right;
    text-align: right;
}



.checkbox-custom {
    cursor: pointer;
    flex-shrink: 0;
    margin-right: 20px;
    width: 30px;
    height: 30px;
    padding: 8.3px 5.5px 8px;
    border-radius: 10px;
    border: solid 1px #ddd;
    background-color: #fff;
}

.checkbox-custom-tick {
    background: url('../images/tick.jpg') 5px 7px no-repeat;
    background-size: 20px 16px;
}

.checkbox-holder {
    display: flex;
}





.player-frame {
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
    background-color: #000;
    margin-bottom: 50px;
}


@media (min-width: 576px) {
    .item-divider {
        border-right: 1px solid #fbecde;
    }
}

/*@media (max-width: 576px) {
    .item-divider h2 {
        padding-top: 35px;
    }
}*/

.item-divider h2 {
    padding-bottom: 5px;
}



@media (min-width: 576px) {
    .header-top-spacing {
        margin-top: 40px;
    }
}

#year_selector_to,
#year_selector_from,
#age_selector_to,
#age_selector_from {
    font-size: 18px;
    font-weight: 500;
}





.detail-top-spacing {
    margin-top: 134px;
}

@media (max-width: 576px) {
    .detail-top-spacing {
        margin-top: 35px;
    }
}

.detail-cover {
    width: 221px;
    border-radius: 20px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

.warning-message {
    display: inline-block;
    background-color: #fbdede;
    gap: 10px;
    padding: 20px 42px;
    margin: 30px 0 60px 0;
    border-radius: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #f00;
}

    .warning-message hidden {
        display: none;
    }

a .btn-back:link, a.btn-back:visited, a.btn-back:active {
    color: #222222;
}

a.btn-back:hover {
    color: #ff6200;
}


.btn-back {
    background: url('../images/icon-left-arrow.svg') no-repeat;
    background-size: 22px 30px;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-decoration: none;
    padding-left: 39px;
}

    .btn-back:hover {
        filter: invert(48%) sepia(86%) saturate(3856%) hue-rotate(1deg) brightness(103%) contrast(106%);
    }

.no-padding-right {
    padding-right: 0 !important;
}

.rating-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 15px;
    row-gap: 10px;
    column-gap: 20px;
}

    .rating-bar div {
        line-height: normal;
        font-size: 18px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
    }



.kijkwijzer {
    width: 29px;
    margin-right: -6px;
    margin-bottom: 4px;
}



.rating-stars img {
    display: inline;
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
}

.rating-bar span {
    color: #ff6200;
}

.detail-button-holder {
    margin-top: 45px;
    margin-bottom: 50px;
}


.hidden {
    display: none;
}

.nav-item .dropdown-toggle {
    background-color: unset;
    border: 0;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    transition: unset;
}

    .nav-item .dropdown-toggle::after {
        display: none;
    }



.dropdown-menu {
    margin: 0;
    padding: 15px 30px 15px 40px;
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border: 0;
}



    .dropdown-menu a:link,
    .dropdown-menu a:visited,
    .dropdown-menu a:hover,
    .dropdown-menu a:active {
        display: inline-block;
        color: #222222;
        text-decoration: none;
        padding: 10px 0;
        white-space: nowrap;
    }

    .dropdown-menu a:hover {
        color: #888888;
    }

    .dropdown-menu .dropdown-menu-active a {
        color: #ff6200;
    }

.dropdown-custom {
    flex: 1;
}

    .dropdown-custom button {
        background: url('../images/input-arrow-down.jpg') no-repeat 18px 50%;
        background-size: 15px 9px;
        padding: 12px 22.9px 12px 50px;
        border-radius: 10px;
        background-color: #fbecde;
        font-family: var(--bs-font-the-mixplain);
        font-size: 18px !important;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: left;
        border: 2px solid #fbecde;
        width: 100%;
    }

.dropdown-toggle::after {
    display: none;
}

.dropdown-sort {
    background: url('../images/input-sort-arrow.jpg') no-repeat 50% 50%;
    background-size: 13px 20px;
    border-radius: 10px;
    background-color: #fbecde;
    width: 54px;
    height: 64px;
    margin-left: 10px;
    cursor: pointer;
}

.dropdown-custom ul {
    border-radius: 10px;
    background-color: #fbecde;
    list-style-type: none;
}

.dropdown-menu-custom li a,
.dropdown-menu-custom li a:link,
.dropdown-menu-custom li a:visited,
.dropdown-menu-custom li a:active {
    font-family: var(--bs-font-the-mixplain) !important;
    font-size: 18px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    text-decoration: none;
    margin: 0 12px;
    padding: 0;
}

    .dropdown-menu-custom li a:hover {
        color: #ff6200;
        cursor: pointer;
        margin: 0 12px;
        padding: 0;
    }

.top-spacing {
    margin-top: 30px;
}

.ms-n5 {
    margin-left: -40px;
}



#btn-account {
}

.account-icon {
    background-color: red;
    background: url('../images/icon-account.svg') no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    margin-top: 3px;
    margin-left: 10px;
}

#btn-account:hover .account-icon,
#btn-account:focus .account-icon {
    filter: invert(48%) sepia(86%) saturate(3856%) hue-rotate(1deg) brightness(103%) contrast(106%);
}




.search-button {
    background: none;
    border: none;
    outline: none;
    margin-left: -60px;
    margin-top: 19px;
    margin-bottom: 3px;
    z-index: 2;
    cursor: text;
}

    .search-button img {
        width: 22px;
        height: 22.4px;
        opacity: 0.5;
    }

.button-selection-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .button-selection-list li {
        display: inline;
        margin-right: 6px;
    }

        .button-selection-list li a {
            display: inline-block;
            padding: 13px 26px 11px 26px;
            border-radius: 100px;
            background-color: #fbecde;
            text-decoration: none;
            color: #222;
            font-size: 18px;
            font-weight: 500;
            margin-top: 15px;
        }

            .button-selection-list li a:hover {
                color: #ff6200;
            }

            .button-selection-list li a.select {
                background-color: #ff6200;
                color: #fff;
            }




.cover-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

    .cover-layout > div {
        position: relative;
        width: 194px;
        font-family: var(--bs-font-the-mixplain);
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: left;
        color: #888;
    }

        .cover-layout > div > span {
            display: block;
            margin: 20px 0 0 20px;
        }

    .cover-layout .hightlight {
        color: #ff6200;
    }

    .cover-layout a {
        color: #222;
        text-decoration: none;
        font-weight: 600;
    }

    .cover-layout div img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
    }

    .cover-layout .remove-favourite {
        position: absolute;
        top: 15px;
        right: 20px;
        width: 45px;
        height: 53px;
        background: url('../images/icon-favourite.png') no-repeat;
        background-size: 100%;
        border: 0;
        z-index: 9;
    }

.remove-favourite {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 45px;
    height: 53px;
    background: url('../images/icon-favourite.png') no-repeat;
    background-size: 100%;
    border: 0;
    z-index: 9;
}

    .cover-layout .watch-movie {
        position: absolute;
        top: 235px;
        left: 20px;
        width: 47px;
        height: 40px;
        background: url('../images/icon-coveroverlay-watch.png') no-repeat;
        background-size: 47px 40px;
        border: 0;
        z-index: 9;
        display: unset;
        margin: 0;
        pointer-events: none;
    }

    .cover-layout .order-movie {
        position: absolute;
        top: 235px;
        left: 20px;
        width: 47px;
        height: 40px;
        background: url('../images/icon-coveroverlay-order.png') no-repeat;
        background-size: 47px 40px;
        border: 0;
        z-index: 9;
        display: unset;
        margin: 0;
    }



.pagination {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    gap: 10px;
    margin-top: 70px;
}

    .pagination li span {
        min-width: 57px;
        height: 60px;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 12px 24px;
        border-radius: 10px;
        background-color: #f2f2f1;
        color: #222222;
    }

    .pagination li a {
        min-width: 57px;
        height: 60px;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        padding: 12px 24px;
        border-radius: 10px;
        background-color: #f2f2f1;
        color: #222222;
        text-decoration: none;
        border: 0;
    }

    @media (max-width: 740px) {
        .pagination li span {
            font-size: 16px;
            min-width: 40px;
            height: auto;
            padding: 11.6px 17px;
        }
        .pagination li a {
            font-size: 16px;
            min-width: 40px;
            height: auto;
            padding: 11.6px 17px;
        }
    }

@media (max-width: 400px) {
    .pagination li span {
        font-size: 10px;
        min-width: 0px;
        padding: 9.345px 13.5px;
    }

    .pagination li a {
        font-size: 10px;
        min-width: 0px;
        padding: 9.345px 13.5px;
    }
}

@media (max-width: 574px) {
    .pagination {
        flex-wrap: wrap;
    }

    .pagination li:first-child,
    .pagination li:last-child {
        order: 2; /* Keeps first and last children on the bottom row */
        flex-basis: 50%; /* Each takes up half the width */
        display: flex;
        justify-content: center; /* Center the content horizontally */
    }

    .pagination li:not(:first-child):not(:last-child) {
        order: 1; /* Keeps middle items on the top row */
        flex-basis: auto; /* Adjust based on content */
        display: flex;
        justify-content: center;
    }
}

.pagination .spacer {
    color: #222222;
}

    .pagination li a:hover,
    .pagination .select {
        background-color: #ff6200;
        color: #ffffff;
    }

.modal-content {
    background-color: #000;
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.button-modal-close {
    position: relative;
}

    .button-modal-close div {
        position: absolute;
        top: -33px;
        right: -30px;
        background: url(../images/icon-close.png) no-repeat;
        background-size: 100%;
        width: 75px;
        height: 69px;
        z-index: 99;
    }

.modal-content-custom {
    background-color: #ffecdc;
    border-radius: 20px;
}

    .modal-content-custom p {
        margin:25px;
    }

    .modal-content-custom h5 {
        
    }

    .modal-content-custom .modal-header {
        border-bottom: none;
        margin: 5px 5px 0 5px;
    }

    .modal-content-custom .modal-footer {
        border-top: none;
    }

    .player-error {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.table {
    color: #222;
    font-size: 18px;
    /*    border-color: #555;*/
    margin-bottom: 25px;
    border: 0;
}

    /*    .table > :not(:last-child) > :last-child > * {
        border-color: #555;
    }*/

    .table th {
        padding: 60px 0 30px 0;
        border: 0;
    }

    .table td:first-child {
        padding-left: 20px;
    }

    .table td:last-child {
        padding-right: 25px;
    }

    .table a.textlink {
        color: #ff6200;
        text-decoration: none;
    }

        .table a.textlink:hover {
            color: #222;
        }

    .table tbody tr:nth-child(odd) {
        background-color: rgba(251, 236, 222, 0.5);
    }

    .table td {
        padding: 30px 7px;
        border: 0;
    }

        /* Set min-width for the first column */
        .table th:nth-child(1),
        .table td:nth-child(1) {
            min-width: 180px;
        }

        /* Set min-width for the second column */
        .table th:nth-child(2),
        .table td:nth-child(2) {
            min-width: 200px;
        }

        /* Set min-width for the third column */
        .table th:nth-child(3),
        .table td:nth-child(3) {
            min-width: 100px;
        }
        /* Set min-width for the third column */
        .table th:nth-child(4),
        .table td:nth-child(4) {
            min-width: 130px;
        }
        /* Set min-width for the third column */
        .table th:nth-child(5),
        .table td:nth-child(5) {
            min-width: 130px;
        }


#basket tr:last-child td {
    background-color: unset;
    border-bottom-width: 0px;
    padding: 30px 0 0 0;
    line-height: 40px;
}

#basket tr:last-child span {
    color: #888888;
}

#basket tr:last-child td:first-child {
    padding: 30px 30px 0 0;
}

#basket td:last-child {
    padding-right: 40px;
}

.table .cover {
    width: 185px;
}

    .table .cover img {
        width: 128px;
        border-radius: 10px;
        box-shadow: 0 0 50px 0 #000;
    }

.table span {
    line-height: 35px;
}

.gray-highlight {
    color: #888;
}

.checkout-button-holder {
    display: flex;
    justify-content: space-between;
}

.page-jumbo {
    gap: 10px;
    padding: 60px 100px 30px 100px;
    border-radius: 40px;
    background-color: #fbecde;
}

@media (max-width: 1000px) {
    .page-jumbo {
        padding: 40px 50px 10px 50px;
    }
}


/* Loading spinner */
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 0.45s infinite ease-in-out;
    animation: load7 0.9s infinite ease-in-out;
}

.loader {
    color: #D7D7D7;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.10s;
    animation-delay: -0.10s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.22s;
        animation-delay: -0.22s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/*
.movie-cover {
    max-width: 200px;
}

@media (max-width: 768px) {
    .movie-cover {
        max-width: 150px;
    }
}*/

/*.movie-card {
    padding: 10px;
}

    .movie-card img {
        width: 100%;
        height: auto;
    }*/

@media (min-width: 1200px) {
    .row-cols-lg-8 > * {
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

/* Adjust movie cover aspect ratio */
.movie-cover-wrapper {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 150%; /* Adjust aspect ratio as needed */
}

.movie-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
}

h1, a {
    overflow-wrap: break-word;
}



.equal-height-columns {
    margin-bottom: 30px;
}

.column {
    background-color: #f8f9fa;
    padding: 20px;
    border: 1px solid rgba(34, 34, 34, 0.25);
}

.column-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.column-heightmatch {
    height: 100%;
}


.breadcrumb-container {
    margin-bottom: 15px;
}

.header-container {
    margin-top:90px;
    margin-bottom: 60px;
}

    .header-container h1 {
        font-weight: bold;
        text-align: center;
    }

.column h5 a:link, a:visited, a:hover, a:active {
    color: unset;
    text-decoration: none;
}

.column h5 {
    margin: 15px 0px;
    font-size:1.1em;
    font-weight:bold;
}

.column p {
    line-height: unset;
}


.modal-content {
    background-color: #fff;
    border-radius: 8px;
}

.modal .btn-close {
    background-size:0.8em;
}

.btn-close:focus {
    box-shadow: unset;
}

.modal-header, .modal-body {
    text-align: center;
}

.modal-title {
    margin: 0 auto;
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #222222;
}

.modal-title {
    margin-top:30px;
}

.modal-body {
    font-family: var(--bs-font-the-mixplain);
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #222222;
    padding:20px 40px 20px 60px;
}

.modal-header {
    border: none;
}

    .modal-header .btn-close {
    padding: 1.1rem 0.8rem 2.8rem 1.8rem;
    margin: -1.2rem -0.5rem -0.6rem auto;
    }


.modal-footer {
    padding-right:50px;
}

    .modal-footer .btn-primary-custom {
        height: 44px;
        padding: 0px 24px;
        border-radius: 8px;
        font-size: 16px;
    }

.focused-cover .cover {
    outline: 4px solid #007bff !important;
    outline-offset: -4px;
    border-radius: 12px;
}