.gift-contents a:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f107';
    padding-left: 2px;
}
section.order-now {
    background-image: linear-gradient(to right, #61b4dd , #8ed2f1);
}
.btn-primary {
    font-weight: 500;
}

.btn-primary em {
    position: absolute;
    right: 10px;
    top: 26%;
    font-size: 22px;
    color: #8a8231;
}

.gift-contents a.active:after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f106';
    padding-left: 2px;
}

body {
    overflow-x: hidden;
    overflow-y: scroll !important;
    height: 100%;
    width: 100%;
}

.gift-contents {
    cursor: pointer;
}

.max-1024 {
    max-width: 1200px;
    position: relative;
}

.content-center {
    margin: auto;
}

.usp-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.big-suprise img {
    margin-right: 0px;
    width: 48%;
}

.big-suprise .big-suprise__content {
    margin-left: 0px;
    width: 50%;
}


.order-now:not(.order-now-regular) .order-now-content {
    background: none;
}

.page-wrapper {
    border: 0px;
}

.skew-overlay {
    width: 200%;
}

.border-top-r {
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
}

.border-bottom-r {
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}

.skew-overlay-reversed {
    width: 200%;
    height: 40px;
}


@font-face {
    font-family: 'FabfeltScript';
    src: url('/webfonts/FabfeltScript-Bold.woff2') format('woff2'),
    url('/webfonts/FabfeltScript-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.invoice-address, .not-matching, .to-weak, .reset-complete, .login-error, .no-current-password,
#complete-plan-account {
    display: none;
}

.custom-radio-large {
    cursor: pointer;
}

#processing, .valid-code, #show-more-flights, #payment-needed {
    display: none;
}

.valid-field {
    position: absolute;
    right: 10px;
    top: 47px;
    color: #90ee90;
    display: none;
}

.valid-field-box {
    float: right;
    margin-top: -26px;
    margin-right: 10px;
    color: #90ee90;
    display: none;
}

#selected-customer,
#selected-product,
#selected-message,
#flight-selected {
    display: none;
    font-weight: normal;
}

#accordion .card-body button.is-selected {
    display: none;
}

#selected-customer .custom-radio-large,
#selected-product .custom-radio-large,
#selected-message .custom-radio-large {
    cursor: default;
}

#accordion #selected-product div.custom-radio-large,
#accordion #selected-message div.custom-radio-large,
#accordion #selected-customer div.custom-radio-large {
    font-family: 'Open Sans';
    font-weight: normal;
}

#accordion .card-body .selected-content {
    color: #aaa;
}

a.edit-link {
    display: none;
    font-size: 12px;
    float: right;
    margin-top: 12px;
}

#sticky-bar {
    display: none;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

#bijboeken, #code-value, #selected-code, #extra-product {
    display: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

#genderError, #termsError {
    color: #bd0404;;
    font-size: 80%;
    display: none;
    margin-left: 4px;
}

.invalid-code {
    color: #bd0404;;
    font-size: 80%;
}

.show_pw {
    position: absolute;
    top: 46px;
    left: 90%;
    cursor: pointer;
    z-index: 2;
}

.account-block {
    max-width: 90%;
    margin-top: 10px;
}

.account-left {
    float: left;
    width: 30%;
    border-right: 1px solid #eee;
    padding: 35px 25px;
}

.account-left h1 {
    font-family: hk_novamedium, sans-serif;
    font-size: 26px;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}

.account-left h2,
.account-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 4px;
}

.account-content h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}

.account-content form {
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 12px;
}

.account-left ul {
    margin-bottom: 12px;
    margin-left: 24px;
}

.account-left ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}

.account-left ul li a.active {
    font-weight: bold;
}

.account-content {
    float: left;
    width: 70%;
    padding: 35px 25px;
}

.account-content ul {
    padding-left: 20px;
}

.account-content ul li {
    list-style: disc;
}

.small-form-group {
    margin-bottom: 0px;
}

.bc-table {
    width: 100%;
}

.bc-table thead tr {
}

.bc-table thead tr th {
    background-color: #fff;
    color: #7e7f7f;
    padding: 3px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 12px 12px 12px 12px;
}

.bc-table thead tr th:first-child {
    border-left: 1px solid #eee;
}

.bc-table thead tr th:last-child {
    border-right: 1px solid #eee;
}

.bc-table tbody tr td.padding-left {
    padding-left: 10px;
}

.bc-table thead tr th.right,
.bc-table tbody tr td.right {
    text-align: right;
}

.bc-table {
    border-collapse: separate;
    border-spacing: 0;
}

.bc-table td {
    border: solid 1px #eee;
    border-style: none none none none;
    padding: 12px 12px 12px 12px;
    font-size: 14px;
    font-weight: normal;
}

.bc-table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.bc-table tr:first-child th:first-child {
    border-left: 1px solid #eee;
}

.bc-table tr td:first-child {
    border-left: 1px solid #eee;
}

.bc-table tr td:last-child {
    border-right: 1px solid #eee;
}

.bc-table tr:last-child td {
    border-bottom: 1px solid #eee;
}

.bc-table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.bc-table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.bc-table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


.bc-flight tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.bc-flight tr:first-child th:first-child {
    border-left: 1px solid #cecece;
}

.bc-flight tr td:first-child {
    border-left: 1px solid #eee;
}

.bc-flight tr td:last-child {
    border-right: 1px solid #eee;
}

.bc-flight tr:last-child td {
    border-bottom: 1px solid #eee;
}

.bc-flight tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

.bc-flight tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.bc-flight tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


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

.small-input {
    width: 80%;
    margin-right: 0px;
}

.date-day {
    float: left;
    width: 20%;
}

.date-month {
    float: left;
    margin-left: 5px;
    width: 50%;
}

.date-year {
    float: left;
    margin-left: 5px;
    width: 27%;
}

.bd-error {
    display: none;
    font-size: 80%;
    color: #bd0404;
}

#error-message-info {
    font-size: 80%;
    color: #bd0404;
}

.gk-container {
    max-width: 330px;
    height: 240px;
    vertical-align: middle;
    border-style: none;
    margin: auto;
    display: block;
}

.funnel .list-usp {
    max-width: 390px;
    margin: auto;
    display: block;
}

.gk-card {
    width: 330px;
    height: 221px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    box-shadow: 0 1px 24px 0 rgba(13, 11, 72, .21), 2px 2px 0 0 #eceaea;
    margin-top: 30px;
    margin-bottom: 30px;
}

#article {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    max-width: 220px;
    padding-left: 22px;
    padding-top: 30px;
    line-height: 20px;
}

#article-txt {
    font-family: 'FabfeltScript';
    font-size: 10px;
    line-height: 11px;
    color: #ff0068;
    padding-top: 22px;
    padding-left: 24px;
    width: 200px;
    -webkit-transform: rotate(-11deg);
    transform: rotate(-11deg);
}

.item-selector {
    cursor: pointer;
}

label.set-not {
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.bc-table tr td label.set-not {
    font-size: 14px;
}

.account-button {
    background-color: #2339B9;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}

.account-button:hover {
    color: #fff;
    text-decoration: underline;
}

#map {
    height: 700px;
}

div.marker-bc {
    position: absolute;
}

div.marker-bc span.label {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    background: #7a2584;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 20px;
    padding-left: 30px;
    border-radius: 3px;
    font-family: "Roboto-Bold", sans-serif, verdana;
}

div.marker-bc span.marker-icon {
    display: block;
    width: 47px;
    height: 64px;
    background: url("/img/marker.png") no-repeat;
    position: absolute;
}

div.marker-bc span.marker-icon-small {
    display: block;
    width: 23px;
    height: 31px;
    background: url("/img/marker.png") no-repeat;
    background-size: cover;
    position: absolute;
}

.whats-in-the-box {
    padding: 60px 0px 0px 0px;
    background-image: linear-gradient(0deg,rgba(243,249,254,0) 0,rgba(243,249,254,.9) 33%,#f3f9fe);
}

.map-locations {
    padding: 60px 0px 20px 0px;
}

.info-faq {
    padding-bottom: 20px;
    margin: 60px auto;
}

.usp-list .list-usp li em {
    display: block;
    margin: 0 auto 15px;
    color: #ff0068;
    font-size: 35px;
}

header.navigation-bc {
    z-index: 2;
    position: relative;
    padding: 20px;
    width: 100%;
    background-color: #fff;
}

header.navigation-bc-sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 12px 0 #7c7c7c;
    -moz-box-shadow: 0 4px 12px 0 #7c7c7c;
    box-shadow: 0 4px 12px 0 #7c7c7c;
}

ul.navbar-nav-bc {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
    width: auto;
}

ul.navbar-nav-bc li.nav-item {
    display: inline-block;
    margin-right: 0px;
}

a.bestel-button {
    display: none;
}

ul.button-menu {
    float: right;
    display: inline-block;
}

ul.button-menu li {
    display: inline-block;
    font-size: 16px;

}

header.navigation-bc-sticky ul.button-menu {
    display: none;
}

header.navigation-bc-sticky a.bestel-button {
    display: inline-block;
    float: right;
}

ul.button-menu li a.btn-secondary {
    font-size: 16px;
    min-width: 0px;
}

ul.button-menu li a.btn-secondary {
    padding: 8px 24px 8px 24px;
}

.nav-item-button {
    padding: 0px;
    padding-top: 4px;
    width: 160px;
}

.nav-link-hamburger {
    float: right;
    display: none;
    padding-top: 12px;
    margin-left: 12px;
}

.hamburger-menu {
    position: absolute;
    right: 10px;
    z-index: 100;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 240px;
    max-width: 600px;
    min-height: 100px;
    -moz-box-shadow: 0 0 8px #ccc;
    -webkit-box-shadow: 0 0 8px #ccc;
    box-shadow: 0 0 8px #ccc;
    padding: 12px;
    text-align: center;
}

.nav-item:nth-of-type(4) {
    margin-left: 10px;
}

.hamburger-menu {
    display: none;
}

.navbar-brand .logo {
    max-width: 127px;
}

@media only screen and (max-width: 360px) {
    .navbar-brand .logo {
        max-width: 80px;
    }
}

.bestel-small-button {
    display: none;
}

@media only screen and (max-width: 1280px) {
    ul.button-menu li a.btn-secondary {
        padding-left: 12px;
        padding-right: 12px;
    }

    .hamburger-menu ul li {
        /*display: none; */
    }

    .hamburger-menu ul li.hamburger-button {
        display: block;
        margin-top: 16px;
    }

    .hamburger-menu ul li.hamburger-button .btn-secondary {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .whats-in-the-box {
        padding: 10px;
        background-image: linear-gradient(0deg,rgba(243,249,254,0) 0,rgba(243,249,254,.9) 33%,#f3f9fe);
    }

    ul.button-menu {
        display: none;
    }

    header.navigation-bc-sticky ul.navbar-nav-bc {
        display: none;
    }

    header.navigation-bc-sticky .nav-link-hamburger {
        /*display: none;*/
    }

    .nav-link-hamburger {
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {

    header.navigation-bc-sticky a.bestel-button {
        font-size: 14px;
    }

    header.navigation-bc-sticky a.btn.has-icon {
        padding-right: 10px;
        margin-top: 4px;
    }

    .skew-overlay-reversed {
        height: 40px;
    }

    .usp-list {
        margin-top: 100px;
    }

    ul.navbar-nav-bc {
        display: none;
    }

    header.navigation-bc-sticky .nav-link-hamburger {
        /*display: none; */
    }

    .hamburger-menu ul li {
        display: block;
    }

    .whats-in-the-box {
        background-image: linear-gradient(0deg,rgba(243,249,254,0) 0,rgba(243,249,254,.9) 33%,#f3f9fe);
    }

}


@media only screen and (max-width: 400px) {
    header.navigation-bc-sticky a.bestel-button {
        display: none;
    }

    header.navigation-bc-sticky .bestel-small-button {
        display: inline-block;
        float: right;
        font-size: 14px;
    }
    .whats-in-the-box {
        background-image: linear-gradient(0deg,rgba(243,249,254,0) 0,rgba(243,249,254,.9) 33%,#f3f9fe);
    }
}

.footer-section {
    margin: auto;
    display: inline-block;
    width: 45%;
    height: 60px;
}

.footer-section p {
    display: inline-block;
    margin-top: 23px;
}

.footer-section p img {
    width: auto;
    height: 40px;
}

.footer-section p span {
    display: inline-block;
}

.footer-links {
    margin-top: 40px;
}

.footer-links p {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    font-weight: normal;
}

.home-large {
    display: block;
}

.home-small {
    display: none;
}

.border-container {
    background-color: #fdfeff;
    border: 1px solid #eee;
    border-radius: 8px;
}

@media only screen and (max-width: 900px) {
    .footer-section {
        margin: auto;
        display: inline-block;
        width: 90%;
    }

    .footer-section p span {
        display: block;
        width: 100%;
    }

    .center-modal-view .contact-form {
        width: 100%;
    }

    .center-modal-view .contact-faq {
        width: 100%;
        padding-left: 0px;
    }

    .center-modal-view .contact-form {
        border-right: 0px;
        padding-right: 0px;
    }

    .service-block {
        border-radius: 0px;
    }

    .footer-links p {
        display: block;
    }

}

@media only screen and (max-width: 768px) {
    .page-footer .footer-links a {
        display: block;
    }
}

#heading-paymentdetails {
    /*border-top: 1px solid rgba(0, 0, 0, .125); */
}

.card {
    border: 0px;
}

.card-header {
    border: 0px;
}

.card-top-border {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#accordion div.show div.card-body {
    background-color: #f2f8fe !important;
}

.custom-control-label::after,
.custom-control-label::before {
    top: 20px;
    left: 12px;
}

input.gender-male,
input.gender-female {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 24px;
    height: 24px;
    z-index: 0;
}

.label-male::before, .label-female::before,
.label-male::after, .label-female::after {
    top: 6px;
    left: 0px;
}

.label-ideal::before, .label-ideal::after {
    top: 22px;
    left: 16px;
}

label.gender-label {
    display: block;
    width: 100%;
}

.gender {
    display: inline-block;
}

.form-check-label {
    padding-left: 4px;
}

.form-check-input {
    margin-top: 4px;
    height: 20px;
    width: 20px;
}

#funnel {
    /* margin: auto; */
}


.funnel {
    background-image: url("/img/bg-balls-large.png");
}

.funnel .no-nav h1 {
    background-position: center;
    background-image: url("/img/logo_ballonvaart_cadeau.png");
    width: 300px;
    height: 94px;
    background-size: cover;
}

.payment-populair {
    float: right;
    color: #36BD04;
}

.payment-icon {
    height: 24px;
}

#purchase em {
    padding-top: 4px;
}

.funnel-intro {
    margin: auto;
    width: 40%;
}

@media only screen and (max-width: 900px) {
    .d-flex {
        display: block !important;
    }

    .funnel-intro {
        margin: auto;
        width: 60%;
    }
}

@media only screen and (max-width: 800px) {
    .border-container {
        border-radius: 0px;
    }

    .big-suprise img {
        margin-right: 0px;
        width: 98%;
    }

    .big-suprise .big-suprise__content {
        margin-left: 0px;
        width: 100%;
    }

}


body.account-page {
    background-color: #f1f7fe;
}

body.account-page .navbar-nav-bc {
    display: none;
}

.account-section {
    display: block !important;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 1200px;
}

.account-service {
    display: block !important;
    margin: auto;
    height: auto;
    padding: 0px;
}

.account-login {
    padding: 35px 25px;
}

.account-login h1 {
    text-align: center;
}

.form-center {
    text-align: center;
}

.account-info {
    width: 100%;
    display: inline-block;
}

.account-menu {
    display: none;
}

.menu-a, .menu-b, .menu-c {
    display: block;
}

div.veiligheid h2 {
    font-size: 18px;
}

div.veiligheid h3 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.desktop {
    display: inline-block;
}

.mobile {
    display: none;
}

a span.desktop:hover {
    text-decoration: underline;
}


@media only screen and (max-width: 960px) {
    a span:hover {
        text-decoration: underline;
    }

    .service-block {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .account-menu {
        float: right;
        display: block;
        color: #2b44d2;

    }

    .menu-a, .menu-b, .menu-c {
        display: none;
    }

    .account-block {
        max-width: 100%;
        width: 100%;
    }

    .info-faq {
        width: 100%;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: inline-block;
    }
}


@media only screen and (max-width: 800px) {
    .service-block {
        border: 0px;
        border-radius: 0px;
    }

    div.account-left h1 {
        padding-left: 4px;
        padding-top: 12px;
    }

    div.account-content h2 {
        padding-left: 4px;
    }

    div.account-content h3 {
        padding-left: 4px;
    }

    div.account-left {
        width: 100%;
        margin: 0px;
        padding: 0px;
        padding-bottom: 0px;
        padding-right: 12px;
        border: 0px;
    }

    div.account-content {
        width: 100%;
        margin: 0px;
        padding: 0px;
        border: 0px;
    }

    .account-content form {
        border-radius: 0px;
    }

    .bc-table tr:first-child th:first-child,
    .bc-table tr:first-child th:last-child,
    .bc-table tr:last-child td:first-child,
    .bc-table tr:last-child td:last-child {
        border-radius: 0px;
    }

    .bc-table tr td:first-child {
        border-left: 0px;
    }

    .bc-table tr td:last-child {
        border-right: 0px;
    }

    div.account-content p {
        padding-left: 4px;
    }
}

img.thank-you {
    width: 100%;
}

@media only screen and (min-width: 786px) {
    .order-now:not(.order-now-regular) img {
        position: relative;
        top: 10px
    }

    .funnel section {
        /* margin: auto; */
    }
}

@media only screen and (max-width: 786px) {
    #funnel {
        margin: auto;
        max-width: 520px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 540px) {
    #funnel {
        margin: auto;
        max-width: 520px;
        margin-bottom: 40px;
        margin-left: 12px;
        margin-right: 12px;
    }

}

@media only screen and (min-width: 1200px) {
    .order-now:not(.order-now-regular) img {
        position: relative;
        top: -100px
    }
}

@media only screen and (min-width: 1400px) {
    .order-now:not(.order-now-regular) img {
        position: relative;
        top: -100px
    }
}

@media only screen and (max-width: 786px) {
    .payment-populair {
        font-size: 12px;
        margin-top: 4px;
    }

    .home-large {
        display: none;
    }

    .home-small {
        display: block;
    }

    img.thank-you {
        max-width: 90%;
    }

    .funnel-intro {
        width: 90%;
    }
}

@media only screen and (max-width: 414px) {
    .big-suprise .big-suprise__content {
        padding-top: 2px;
        padding-bottom: 0px;
    }

    div#accordion div.card-body {
        padding: 0px;
        font-size: 14px;
        background-color: #fff !important;
    }

    div#accordion div.show div.card-body {
        /*background-color: #fff !important;*/
        margin-bottom: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 8px;
        padding-right: 8px
    }

    .info-faq button.btn i {
        padding-top: 8px;
        font-size: 12px;
    }

    section.order-now .content-center {
        display: flex;
        flex-direction: column-reverse;
        background-color: transparent;
    }

    .whats-in-the-box {
        background-image: linear-gradient(0deg,rgba(243,249,254,0) 0,rgba(243,249,254,.9) 33%,#f3f9fe);
        margin-top: 12px;
    }

    .whats-in-the-box h2.large {
        font-size: 28px;
    }

    .whats-in-the-box p.large {
        text-align: left;
        font-size: 16px;
    }

    .gift-contents {
        width: 100%;
    }
    .gift-contents {
        padding-left: 60px;
    }
    .gift-contents .fa-wine-glass {
        padding-left: 4px;
    }
    .gift-contents a,
    .gift-contents p,
    .gift-contents h3 {
        font-size: 14px;
    }
    .gift-contents i {
        font-size: 24px;
        padding-top: 2px;
    }
    #wat-geef-je-precies {
        margin-top: 0px;
        background: linear-gradient(0deg, white,#f0f7fe 100%);
    }

    .mobile-larger-width {
        width: 50%
    }

    .mobile-smaller-width {
        width: 25%
    }

    span.mobile-small {
        font-size: 12px;
    }

    .btn-primary, .btn-secondary {
        font-size: 14px;
    }
    .btn-primary em {
        top: 26%;
        font-size: 16px;
    }

    .skew-overlay {
        display: none;
    }

    .usp-list {
        margin-top: 24px;
        margin-bottom: 0px;
        border-bottom: 0px;
        border-bottom: 1px solid #eaeaea;;
    }

    .usp-list .list-usp {
        display: flex;
        flex-direction: column;
    }

    .usp-list .list-usp li {
        text-align: left;
        padding-left: 22px;
        display: flex;
        flex-direction: row;
        margin-bottom: 22px;
    }

    .usp-list .list-usp li i {
        display: inline-block;
        margin: 0px;
        margin-right: 22px;
        padding-top: 4px;
    }

    .order-now .order-now-content {
        padding: 10px;
        padding-top: 22px;
        padding-bottom: 0px;
    }

    .order-now .order-now-content h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 4px;
    }
    .order-now-wrapper .order-now-wrapper {
        padding-bottom: 24px;
    }
    .order-now-regular {
        padding-bottom: 32px;
    }
    .order-now-regular .order-now-content h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .order-now-regular .order-now-content p {
        margin-bottom: 12px;
    }
    .order-now-regular .order-now-content .order-now-price {
        margin-bottom: 0px;
    }
    .order-now-regular .order-now-content .btn-large {
        font-size: 22px;
        font-weight: bold;
    }

    .order-now-regular .order-now-content .btn-large em {
        font-size: 22px;
        padding-top: 2px;
    }


}

@media only screen and (max-width: 320px) {
    #products .card-body {
        padding: 2px;
    }
}

.number-circle {
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
}


.winkelmand-circle {
    position: absolute;
    background-color: #FF0068;
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: block;
    z-index: 10;
    padding-left: 8px;
    padding-top: 0px;
    top: 26px;
    right: 80px;
}

.winkelmand {
    font-size: 24px;
    color: #2B44D2;
    position: absolute;
    z-index: 5;
    right: 100px;
    top: 36px;
}

.order-now:not(.order-now-regular) .order-now-content {
    padding-right: 0px;
}

.order-now:not(.order-now-regular) .order-now-content h2 {
    max-width: 100%;
    width: 100%;
    padding-right: 50px;
    text-align: right;
}

.order-now .order-now-price {
    font-weight: bold;
    text-align: right;
    margin-right: 50px;
}

.order-now .order-center {
    text-align: center;
    margin: 0px;
}

@media only screen and (max-width: 786px) {
    .order-now:not(.order-now-regular) .order-now-content h2 {
        text-align: center;
        padding-right: 0px;
    }

    .order-now .order-now-price {
        font-weight: bold;
        text-align: center;
        margin-right: 0px;
    }
}


#redeem {
    margin: auto;
}

.faq_title {
    white-space: normal;
}

.info-bx {
    display: none;
    background-color: #fff;
    border-radius: 3px;
    padding: 4px;
    white-space: pre;
    margin-left: 22px;
    border: 1px solid #b137be;
    font-size: 14px;
}

.home-order {
    top: -4px;
    margin-left: 12px;
}

.cookie-message {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    box-shadow: 0 -5px 5px -5px #cecece;
    width: 100%;
}

.lb-back {
    background-color: #f3f9fe;
    padding-top: 40px;
}

.cookie-message-hide {
    visibility: hidden;
}

.cookie-message-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.8s, opacity 0.8s linear;
}

.cookie-message p {
    margin: auto;
    max-width: 1024px;
    font-size: 12px;
    padding: 10px;
}

.center-content {
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

ol li {
    list-style: decimal;
}

ol li ul li {
    list-style: lower-alpha;
}

.border-radius-bottom {
    border-bottom-right-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
}

.pay-normal {
    display: none;
}

.pay-upgrade {
    display: none;
}

.basket-link {
    float: right;
    display: inline-block;
    position: relative;
    top: -25px;
}

body.service-page {
    background-color: #f3f9fe;
}

.order-now h1 {
    font-family: hk_novamedium, sans-serif;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
}

.form-group {
    position: relative;
}


div.slope {
    position: relative;
    width: 100%;
    height: 24px;
    top: -23px;
    overflow: hidden;
    clip-path: polygon(1px 24px, 100% 24px, 100% 0px, 100% 0px);
    -webkit-clip-path: polygon(1px 24px, 100% 24px, 100% 0px, 100% 0px);
    background: #fff;
}
.p-fixed {
    margin-top: 60px;
}
@media only screen and (max-width: 768px) {
    .p-fixed {
        margin-top: 90px;
    }
}
.btn-100 {
    width: 100%;
}
@media only screen and (max-width: 420px) {
    #accordion .card-body .giftcode-wrapper {
        padding: 12px;
    }
}
