/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, .75);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.carousel-cell {
    width: 100%;
}

.flickity-button {
    background-color: transparent;
    color: #f8631a;
}

.flickity-button:focus,
.flickity-button:hover {
    background-color: transparent;
}

.flickity-prev-next-button.previous {
    left: -5px;
}

.flickity-prev-next-button {
    top: 50%;
}

.flickity-prev-next-button.next {
    right: -20px;
}

.js-zz-carousel-all-giftcard-20 {
    height: 200px;
    width: 90%;
    padding-left: 10%;
}

@media only screen and (max-width: 7687px) {
    .js-zz-carousel-all-giftcard-20 {
        margin-left: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .js-zz-carousel-all-giftcard-20 {
        height: 200px;
        width: 90%;
        padding-left: 10%;
    }

    .flickity-prev-next-button.previous {
        left: -20px;
    }

    .flickity-prev-next-button.next {
        right: -30px;
    }

    .flickity-prev-next-button {
        top: 50%;
    }

    .js-zz-carousel-all-giftcard-20 {
        padding-left: 6%;
    }

    .gk-20-item-container {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 380px) {
    .flickity-prev-next-button {
        top: 50%;
    }

}


@font-face {
    font-family: 'icomoon';
    src: url('/font/icomoon.eot?v9rg11b');
    src: url('/font/icomoon.eot?v9rg11b#iefix') format('embedded-opentype'),
    url('/font/icomoon.ttf?v9rg11b') format('truetype'),
    url('/font/icomoon.woff?v9rg11b') format('woff'),
    url('/font/icomoon.svg?v9rg11b#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="grtz-20-"], [class*=" grtz-20-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-radiobutton_non_selected:before {
    content: "\e900";
    color: #fbfbfb;
}

.icon-radiobutton_selected:before {
    content: "\e901";
    color: #fff;
}


.rangeSlider,
.rangeSlider__fill {
    background: #ebf0f7;
    display: block;
    height: 8px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 4px;
}

.rangeSlider {
    position: relative;
    top: 12px;
}

.rangeSlider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeSlider__fill {
    background: #f8631a;
    position: absolute;
    top: 0;
}

.rangeSlider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 22px;
    height: 21px;
    position: absolute;
    top: -7px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.rangeSlider__handle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.rangeSlider__handle:active {
    outline: none;
}

input[type="range"]:focus + .rangeSlider .rangeSlider__handle {
    -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
    -moz-box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
    box-shadow: 0 0 8px rgba(142, 68, 173, 0.9);
}

.zz-forms__label--text {
    color: #333333;
}

.rangeSlider__buffer {
    position: absolute;
    top: 2px;
    height: 4px;
    background: #2c3e50;
    border-radius: 2px;
}

.zz-gk_20-clouds {
    height: 220px;
}

.zz-gk_20 {
    width: 31%;
}

@media only screen and (max-width: 480px) {
    .zz-gk_20 {
        border-radius: 4px;
        margin-left: 5%;
        width: 90%;
    }

    .zz-gk_20 .zz-tickets {
        border-radius: 4px;
    }
}

.zz-gk_20-money {
    width: 97%;
}

.zz-gk_20-m {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.zz-gk_20-m .money-title {
    background-color: #6f1d75;
    color: #fff;
}

.zz-gk_20-m .zz-tickets__header-title,
.zz-gk_20-m .zz-tickets__header-price {
    color: #fff;
}

.gk-20-money-button,
.gk-20-money-button:hover {
    margin-top: 8px;
}

.gk-20-money-button span {
    font-size: 14px;
}

.zz-gk_20-m .t {
    width: 50%;
}

.zz-gk_20-m .money-title {
    width: 25%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.zz-gk_20-m .money-group {
    display: flex;
    width: 75%;
    background-color: #fff;

}

.zz-gk_20-m .c {
    width: 50%;
}


.gk-20-card {
    background-color: #fff;
    padding: 0px;
    border-radius: 4px;
    top: -70px;
}

@media only screen and (max-width: 1040px) {
    .gk-20-card {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.gk-20-subtitle {
    text-align: center;
}

.owl-carousel-gk .owl-controls .owl-page span {

}

.card-bottom {
    border-top: 1px solid #cecece;
}

.gk-20-card .zz-grid__card {
    padding: 20px;
}

.gk-20-card .zz-grid__card {

}

.gk-20-current-card {
    padding-top: 32px;
    margin-left: 24px;
}

.gk-20-current-card img {
    border-radius: 4px;
    box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
    display: block;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    .gk-20-current-card-mobile {
        padding-top: 0px;
        margin-left: 0px;
    }
}

img.gk-20-not-active {
    position: relative;
    border: 3px solid #fff;
}

img.gk-20-active {
    border: 3px solid #F8631A;
    position: relative;
}

.gk-20-card-greetzz {
    position: relative;
}

.gk-20-not-check-active {
    display: none;
}

.gk-20-check-active {
    display: block;
    color: #F8631A;
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 10;
    font-size: 22px;
}

@media only screen and (max-width: 768px) {
    .gk-20-check-active {
        top: 32px;
        left: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .gk-20-check-active {
        top: 16px;
        left: 35px;
    }
}

@media only screen and (max-width: 420px) {
    .gk-20-check-active {
        top: 12px;
        left: 32px;
    }
}

@media only screen and (max-width: 380px) {
    .gk-20-check-active {
        top: 8px;
        left: 24px;
    }

    img.gk-20-not-active {
        position: relative;
        border: 2px solid #fff;
    }

    img.gk-20-active {
        border: 2px solid #F8631A;
        position: relative;
    }
}

.gk-20-product-name {
    color: #fff;
    display: block;
    padding-left: 48px;
    padding-top: 14px;
    font-weight: bold;
    font-size: 14px;
}

.gk-20-check-title {
    margin-bottom: 20px;
}


.gk-20-back-txt-content {
    margin: auto;
    width: 426px;
    height: 269px;
    background: url('/img/gk-20-card.png') no-repeat;
    background-size: cover;
    box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
    border-radius: 4px;
    padding: 0px;
    margin-top: 32px;
}


@media only screen and (max-width: 460px) {
    .gk-20-back-txt-content {
        max-width: 100%;
        width: 100%;
        height: 240px;
    }
}


.gk-20-back-txt-check {
    width: 426px;
    height: 269px;
    margin-top: 0px;
}

.gk-20-check-txt {
    display: block;
    margin-left: 20px;
    margin-top: 30px;
}


.gk-20-back-txt-content textarea#backside_txt {
    display: block;
    margin-top: 28px;
    margin-left: 16px;
    margin-right: 4px;
    width: 92%;
    border: 0px;
    padding: 4px;
    resize: none;
}

.gk-20-item-container {
    margin-top: 6%;
    width: 90%;
}

@media only screen and (max-width: 780px) {
    .gk-20-item-container {
        margin-top: 0;
    }

    .gk-20-item-container-self {
        margin-top: -260px;
        padding-left: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .gk-20-item-container-self {
        padding-left: 0px;
    }
}

.gk-20-item-list {
    padding-top: 12px;
    width: 80%;
}

.gk-20-item-carousel {
    width: 100%;
}

.gk-20-item-container .owl-carousel .owl-wrapper-outer {
    padding-left: 10%;
    width: 80%;
}

.gk-20-item-container .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 100px;
    color: #F8631A;
}

.gk-20-item-container .owl-controls .owl-buttons .owl-prev i:hover {
    color: #F8631A;
}


.gk-20-item-container .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 10px;
    top: 100px;
    color: #F8631A;
}

.gk-20-item-container .owl-controls .owl-buttons .owl-next i:hover {
    color: #F8631A;
}


@media only screen and (max-width: 780px) {
    .gk-20-item-container .owl-controls .owl-buttons .owl-prev,
    .gk-20-item-container .owl-controls .owl-buttons .owl-next {
        top: 120px;
    }
}


@media only screen and (max-width: 420px) {
    .gk-20-item-container .owl-controls .owl-buttons .owl-prev,
    .gk-20-item-container .owl-controls .owl-buttons .owl-next {
        top: 80px;
    }
}

@media only screen and (max-width: 376px) {
    .gk-20-item-container .owl-controls .owl-buttons .owl-prev,
    .gk-20-item-container .owl-controls .owl-buttons .owl-next {
        top: 70px;
    }
}

.gk-20-card-greetzz {
    float: left;
    margin-right: 2%;
    width: 30%;
}

.gk-20-card-greetzz img {
    border-radius: 8px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .flickity-viewport {
        margin-top: 32px;
    }

    .gk-20-card-greetzz img {
        width: 80%;
    }
}

@media only screen and (max-width: 480px) {
    .flickity-viewport {
        margin-top: 0px;
    }

    .gk-20-card-greetzz img {
        width: 100%;
    }

    .js-zz-carousel-all-giftcard-20 {
        height: 140px;
    }
}

@media only screen and (max-width: 380px) {
    .js-zz-carousel-all-giftcard-20 {
        height: 120px;
    }
}

.gk-20-card-check {
    border-radius: 4px;
    box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
    max-width: 420px;
}

.zz-forms-radio + .zz-forms__label-20--text::before {
    font-family: 'icomoon' !important;
    content: "\e900";
    color: #C5C5C5;
    font-size: 22px;
    padding-right: 4px;
}

.zz-forms-radio:checked + .zz-forms__label-20--text::before {
    font-family: 'icomoon' !important;
    content: "\e901";
    color: #F8631A;
    font-size: 22px;
    padding-right: 4px;
}


@media only screen and (max-width: 780px) {
    .zz-forms-radio + .zz-forms__label-20--text::before,
    .zz-forms-radio:checked + .zz-forms__label-20--text::before {
        padding-left: 12px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 400px) {
    .zz-forms-radio + .zz-forms__label-20--text,
    .zz-forms-radio:checked + .zz-forms__label-20--text {
        font-size: 14px;
    }
}


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

    .zz-forms-radio:checked + .zz-forms__label-20--text::before,
    .zz-forms-radio + .zz-forms__label-20--text::before {
        font-size: 16px;
    }

}

.zz-icon-show-back::before {
    font-family: 'icomoon' !important;
    content: "\e902";
    color: #F8631A;
    font-style: normal;
}

.zz-icon-show-edit::before {
    font-family: 'icomoon' !important;
    content: "\e903";
    color: #F8631A;
    font-style: normal;
}

.zz-icon-rotate-r::before {
    font-family: 'icomoon' !important;
    content: "\e905";
    color: #F8631A;
    font-style: normal;
}

.zz-icon-rotate-l::before {
    font-family: 'icomoon' !important;
    content: "\e904";
    color: #F8631A;
    font-style: normal;
}

.zz-icon-im-min::before {
    font-family: 'icomoon' !important;
    content: "\e907";
    color: #F8631A;
    font-style: normal;
}

.zz-icon-im-plus::before {
    font-family: 'icomoon' !important;
    content: "\e906";
    color: #F8631A;
    font-style: normal;
}

.zz-icon-camera::before {
    font-family: 'icomoon' !important;
    content: "\e908";
    color: #F8631A;
    font-style: normal;
}


.gk-20-card h2 {
    color: #6f1d75;
    text-align: center;
    font-size: 22px;
}

.card-20-actions {
    padding: 20px;
    display: flex;
}


.card-type {
    display: flex;
    flex-direction: row;
}

.card-type .card-t-l {
    width: 48%;
}

.card-type .card-t-l-back {
    width: 50%;
}


.card-type .card-t-r {
    width: 48%;
    align-content: center;
    display: flex;
    flex-direction: column;

    padding-left: 12px; /* n*/
}

@media only screen and (max-width: 780px) {
    .card-type .card-t-r {
        padding-left: 0px;
    }
}


.card-type .card-t-r-back {
    width: 30%;
}


.card-type .card-t-r p {
    margin-top: 20%;
    width: 60%;
}

@media only screen and (max-width: 780px) {
    .card-type .card-t-l {
        width: 48%;
    }

    .card-type .card-t-l-back {
        width: 48%;
    }

    .card-type .card-t-l img {
        display: block;
        width: 100%;
    }

    .card-type .card-t-r p {
        width: 90%;
    }
}

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

    .card-type {
        flex-direction: column;
    }

    .card-type .card-t-l {
        width: 100%;
    }

    .card-type .card-t-l-back {
        width: 100%;
    }

    .gk-20-back-txt-content {
        margin-left: 0px;
        width: 412px;
        margin: auto;
        margin-bottom: 0px;
        height: 260px;
    }

    .card-type .card-t-l img#current-selected-card {
        max-width: 96%;
    }

    .card-type .card-t-r-back {
        width: 100%;
    }

    .card-type .card-t-l img {
        display: block;
        width: 60%;
        margin: auto;
    }

    .card-type .card-t-r {
        width: 100%;
    }

    .card-type .card-t-r p {
        width: 100%;
    }

    .gk-20-card {
        margin-top: 220px;
    }

    .zz-gk_20-clouds {
        display: none;
    }

    .card-type .card-t-r p {
        margin-top: 0%;
    }

    .zz-gk-20-prev span,
    .gk-20-back-to-selector span {
        padding: 10px 14px;
    }
}

@media only screen and (max-width: 480px) {
    .card-type .card-t-l img {
        width: 96%;
    }

    .gk-20-card {
        margin-top: 210px;
    }

    .gk-20-check {
        width: 96%;
    }
}


.gk-20-edit-link {
    font-size: 12px;
    font-weight: bold;
}

.gk-20-m-r {
}

.gk-20-fl-left {
    float: left;
}

.gk-20-fl-right {
    float: right;
    padding-top: 6px;
}

.show-gk-20-front {
    padding-top: 6px;
}

.gk-20-complete {
    width: 100%;
}

.gk-20-total-price {
    padding-top: 14px;
    font-size: 14px;
}

.gk-20-total-price span {
    font-weight: bold;
    color: #09b200;
}

.gk-20-complete span {
    font-size: 14px;
}

.card-type .card-t-r-type-original {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.card-type .card-t-r a.nav {
    font-size: 32px;
    width: 10%;
}


.card-type .card-t-r-back .gk2-type-label,
.card-type .card-t-r .gk2-type-label {
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
}


.gk-20-next span {
    padding-left: 80px;
    padding-right: 80px;
}


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

    .card-type .card-t-r-back .gk2-type-label,
    .card-type .card-t-r .gk2-type-label {
        border: 1px solid #cecece;
        border-radius: 4px;
        padding-right: 4px;
        padding-left: 30px;
    }

    .card-type .card-t-r-back .gk2-type-label label,
    .card-type .card-t-r .gk2-type-label label {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
    }

    .gk-20-next span {
        padding-left: 80px;
        padding-right: 80px;
    }

    .card-type .card-t-r-f {
        padding-left: 0px;
    }

    .card-bottom {
        border-top: 0px;
    }

    .card-20-actions {
        padding-top: 12px;
    }

    .gk-20-card h2 {
        text-align: left;
    }

    .gk-20-subtitle {
        text-align: left;
    }

    .card-type .card-t-r-back .zz-forms__field--radiogroup {
        margin-top: 18px;
        padding-left: 4%;
    }

    .card-type .card-t-r-back .gk2-type-label,
    .card-t-r-type-original .gk2-type-label {
        display: block;
        float: left;
        width: 40%;
        margin-right: 4%;
    }

}


.card-bottom__right,
.card-bottom__left {
    width: 50%
}

@media only screen and (max-width: 480px) {
    .zz-gk-20-front_left {
        width: 30%;
    }

    .zz-gk-20-front_right {
        width: 70%;
    }

    .zz-gk-20-front_right .zz-button span {
        padding: 10px 14px;
    }

    .zz-gk-20-prev-image span {
        padding: 10px 14px;
    }

    .card-type .card-t-r-type-original {
        margin-top: 40px;
        width: 100%;
    }

    .card-type .card-t-r-back .gk2-type-label {
        margin-bottom: 10px;
    }

    #txt-completed span {
        padding: 10px 24px;
    }

    .gk-20-list-item {
        margin-top: 20px;
    }

    .gk-20-next span {
        padding-left: 50px;
        padding-right: 50px;
    }

    .card-20-actions {
        padding-top: 0px;
    }

    .card-type .card-t-r-back .zz-forms__field--radiogroup {
        margin-top: 18px;
        padding-left: 4%;
    }

    .card-type .card-t-r-back .gk2-type-label,
    .card-t-r-type-original .gk2-type-label {
        font-size: 14px;
        display: block;
        float: left;
        width: 90%;
        padding-left: 25px;
    }

}

@media only screen and (max-width: 420px) {
    .gk-20-next span {
        padding-left: 30px;
        padding-right: 30px;
    }

    .card-type .card-t-r-back .zz-forms__field--radiogroup {
        margin-top: 18px;
        padding-left: 0%;
    }
}

.gk-20-check {
    margin: auto;
    max-width: 420px;
}

.set-own-image {
    border: 2px solid #F8631A;
    padding: 8px 8px;
    border-radius: 4px;
    display: block;
    width: 200px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .set-own-image {
        border: 0px;
    }
}

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

    .set-own-image {
        border: 0px;
        margin-top: 96px;
    }

    .set-own-image-replace {
        margin-top: 0px;
        text-align: right;
    }
}

.card-bottom__right {
    text-align: right;
}

.zz-gk-20-prev-image,
.zz-gk-20-prev {
    color: #000;
    background-color: #EBF0F7;
    box-shadow: 0 2px #B2BFCC;
}

.zz-gk-20-prev-image span {
    font-size: 14px;
}

.zz-gk-20-prev-image:hover {
    background-color: #EBF0F7;
    box-shadow: 0 2px #B2BFCC;
}

.card-bottom__left button {
    color: #000;
    background-color: #EBF0F7;
    box-shadow: 0 2px #B2BFCC;
}

.card-bottom__left button:hover {
    background-color: #EBF0F7;
    box-shadow: 0 2px #B2BFCC;
}

.card-bottom__left button span,
.card-bottom__right button span {
    font-size: 14px;
}


.zz-gk_20 p.zz-tickets__more a.zz-link--more:before {
    content: '';
}

h2.gk-20-title {
    background-color: #6f1d75;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    line-height: 20px;
}

h2.gk-20-title span {
    font-family: Roboto;
    margin-top: 4px;
    font-weight: normal;
    display: block;
}

.gk-20-cadeau-order span {
    font-size: 14px;
}

.gk20-m-bottom {
    margin-bottom: 8px;
}

@media only screen and (max-width: 520px) {
    .gk20-m-bottom {
        margin-bottom: 12px;
    }
}

.gk-20-list li {
    position: relative;
    padding-left: 24px;
    font-weight: normal;
    margin-top: 12px;
}

.gk-20-list li:first-child {
    margin-top: 22px;
}

.gk-20-list li span {
    font-weight: bold;
}

.gk-20-list-item {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.gk-20-list-item ul li {
    font-family: Roboto, sans-serif, verdana;
    font-size: 16px;
}

.gk-20-list li:before {
    position: absolute;
    left: 0;
    top: 0px;
    font-family: zzIconFont;
    content: "\e902";
    color: #fff;
}

.gk-20-list-item ul li.gk-20-not {
    text-decoration: line-through;
    color: #8F9FB0;
}

.gk-20-list-item ul li.gk-20-not:before {
    opacity: 0.5;
}

.card-type .card-t-r .own-txt-info {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #b7c1cc;
    margin: auto;
    margin-top: 12px;
    max-width: 320px;
}

#selected-image {
    border-radius: 0px;
}

#slider-image-size {
    background-color: #ebf0f7;
    height: 20px;
}

#own-card {
    background: url('/img/own-card.png');
    background-size: cover;
    width: 426px;
    height: 269px;
    border-radius: 4px;
    box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
    overflow: hidden;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    #own-card {
        background: none;
    }
}


.mobile-image-select {
    display: none;
}

.replace-image {
    margin-left: 40%;
    border: 0px;
    font-size: 14px;
}


@media only screen and (max-width: 520px) {
    /*
        #own-card {
            background-size: cover;
            width: 100%;
            background: #fff;
        }
      */
    .set-own-image {
        border: 0px;
    }

    .replace-image {
        margin: auto;
        border: 0px;
        display: none;
    }

    .mobile-image-select {
        display: none;
    }

    .card-type .card-t-r-type-original {
        margin-top: -200px;
    }

    .card-type .gk-own-edit {
        margin-top: 0px;
    }

    .init-own {
        text-align: center;
    }

    .card-type .card-t-r .own-txt-info {
        padding: 10px;
        margin-top: 0px;
    }

    #upload-arrow {
        display: none;
    }

    .card-type .card-t-l img#current-selected-card {
        max-width: 100%;
    }

    .card-type .card-t-r-back {
        margin-top: 20px;
    }

    .card-type .all-cards {
        margin-top: 20px;
    }

    .card-type .card-t-r p {
        margin-top: 10px;
    }

}


.image-size-slider {
    display: flex;
    flex-direction: row;
    margin-left: 48px;
}

@media only screen and (max-width: 480px) {
    .image-size-slider {
        margin-left: 0px;
    }
}

.image-size-slider:first-of-type {
    margin-top: 24px;
}

.image-size-slider span {
    color: #000;
    padding-top: 4px;
    width: 140px;
    cursor: pointer;
    font-size: 14px;
}

.image-size-slider span.sign {
    color: #f8631a;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 8px;
    padding-top: 2px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}

.image-size-slider span#im-plus {
    padding-top: 4px;
}

#gk-20-image-back {
    max-width: 420px;
    margin: auto;
    display: block;
}

.gk-20-slogan {
    font-family: Roboto-Bold;
    font-size: 46px;
    line-height: 48px;
    font-weight: bold;
}

.gk-20-h2 {
    text-align: center;
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #fff;
}

.zz-grid__wrapper--clouds {
    margin-top: -40px;
}

.gk-20-in-home {
    font-size: 14px;
    text-align: center;
    color: #39B000;
    margin-top: 8px;
    padding: 0px;
    margin-bottom: 0px;
}

.card-type .card-t-r .gk-20-check-when {
    font-size: 14px;
    text-align: right;
    color: #39B000;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 12px;
    width: 100%;

}

.gk-20-forms-select {
    background-color: #fff;
}

.gk-20-forms-select > select {
    border-width: 2px;
}

.gk-20-ticket-actions {
    border-top: 0px;
}

.gk-20-more-link {
    font-size: 16px;
}

.gk-20-more-link:before {
    content: '';
}

.gk-20-or {
    display: block;
    margin-top: 32px;
    margin-bottom: 10px;
    border-top: 1px solid #8F9EAF;
    min-height: 10px;
    width: 99%;
}

@media only screen and (max-width: 960px) {
    .gk-20-or {
        width: 96%;
        margin-left: 2%;
        margin-top: -12px;
    }
}

.gk-20-or h3 {
    color: #8F9FB0;
    font-weight: bold;
    font-size: 16px;
    background-color: #ebf0f7;
    position: relative;
    width: auto;
    display: inline-block;
    top: -12px;
    left: 37%;
    padding-left: 20px;
    padding-right: 20px;
}

.gk-20-image-header {
    width: 520px;
}

@media only screen and (max-width: 10240px) {
    .gk-20-image-header {
        margin-left: -40px;
    }
}

@media only screen and (max-width: 960px) {
    .zz-gk_20-money {

        width: 90%;
        margin-left: 5%;
        border-radius: 4px;
        margin-bottom: 32px;
        box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
        background-color: transparent;
    }

    .zz-gk_20-money_n {
        width: 100%;
        margin-left: 0;
        border-radius: 4px;
        margin-bottom: 32px;
        box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
        background-color: transparent;
    }

    .gk-20-or h3 {
        left: 15%;
    }

    .zz-gk_20-m .t {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        float: left;
        width: 30%;
    }

    .zz-gk_20-m .zz-tickets__header-title {
        font-size: 18px;
    }

    .zz-gk_20-m .money-title {
        height: 170px;
    }

    .zz-gk_20-m .money-title h2 {
        margin-top: 40px;
    }

    .zz-gk_20-m .zz-tickets__header-price {
        font-size: 18px;
    }

    .money-group {
        float: left;
        width: 65%;
    }

    .zz-gk_20-m {
        display: block;
    }

    .zz-gk_20-m .money-group .t,
    .zz-gk_20-m .money-group .c {
        width: 100%;
    }

    .zz-gk_20 {
        width: 97%;
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 32px;
        box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
    }

    .zz-gk_20-m .money-group {
        width: 70%;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .zz-winter-clouds h1.gk-20-slogan {
        font-size: 42px;
        line-height: 48px;
    }

    .gk-20-zz-clouds {
        height: 540px;
    }

    h2.gk-20-title {
        float: left;
        width: 30%;
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .gk-20-960-right {
        float: left;
        width: 70%;
        display: block;
    }

    .gk-20-ticket-actions {
        padding-bottom: 12px;
    }

    .gk-20-ticket-actions .gk-20-forms-select {
        width: 50%;
    }

    .gk-20-ticket-actions .gk-20-forms-select > select {
        padding-top: 5px;
        padding-bototm: 8px;
    }

    .gk-20-cadeau-order {
        width: 47%;
        margin-left: 2%;
    }

    .gk-20-in-home {
        text-align: right;
        margin-top: 0px;
        padding-top: 4px;
        font-size: 12px;
    }

    .gk-20-image-header {
    }

}

.gk-20-mobile-image {
    display: none;
}

.gk-20-cadeau-order {
    margin-top: 4px;
}

.gk-20-cadeau-order:hover {
    margin-top: 4px;
}


@media only screen and (max-width: 768px) {
    .zz-gk_20-m .money-group .c .zz-tickets__more {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .zz-gk_20-m .money-group .t .gk-20-in-home {
        text-align: right;
        font-size: 10px;
    }

    .maak-keuze {
        padding-top: 32px;
    }

    .zz-winter-clouds h1.gk-20-slogan {
        font-size: 42px;
        line-height: 48px;
    }

    .gk-20-mobile-image {
        display: block;
        position: absolute;
        top: 180px;
        right: 0px;
        z-index: 10;
        width: 40%;
    }

    .gk-20-mobile-image h2 {
        display: none;
    }

    .gk-20-mobile-image img {
        width: 100%;
    }

    .gk-20-zz-clouds {
        height: 550px;
        background-position: top;
        margin-bottom: 0px;
    }

    .hide-on-mobile {
        display: none;
    }

    .zz-gk_20 {
        width: 90%;
        margin-left: 5%;
        background-color: #fff;
        border-radius: 4px;
        margin-bottom: 32px;
        box-shadow: 1px 0 8px rgba(0, 0, 0, .25);
        float: left;
    }

    .gk-20-image-header {
        width: 98%;
    }

    h2.gk-20-title {
        float: left;
        width: 100%;
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .gk-20-960-right {
        float: left;
        width: 100%;
        display: block;
    }

    .gk-20-ticket-actions .gk-20-forms-select {
        width: 100%;
    }

    .gk-20-ticket-actions .gk-20-forms-select > select {
        padding-top: 5px;
        padding-bototm: 8px;
    }

    .gk-20-cadeau-order {
        margin-top: 4px;
        width: 100%;
        margin-left: 0%;
    }

    .gk-20-cadeau-order:hover {
        margin-top: 4px;
    }

    .gk-20-in-home {
        text-align: center;
        margin-top: 4px;
    }

    /** GK **/
    .zz-gk_20-money {
        margin-left: 5%;
        width: 90%;
    }
    .zz-gk_20-money-n {
        margin-left: 0;
        width: 100%;
    }


    .zz-gk_20-m {
        display: flex;
        flex-direction: column;
        background-color: transparent;
    }

    .zz-gk_20-m .money-title {
        height: auto;
    }

    .zz-gk_20-m .money-title h2 {
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 0px;
        margin: 0px;
    }

    .zz-gk_20-m .money-group {
        width: 100%;
        flex-direction: column;
    }

    .zz-gk_20-m .money-group .zz-tickets__actions {
        border-top: 0px;
    }

    .zz-gk_20-m .t {
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
    }

    .zz-gk_20-m .money-group .t,
    .zz-gk_20-m .money-group .c {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .gk-20-zz-clouds {
        height: 585px;
        margin-bottom: 240px;
    }

    .maak-keuze {
        display: none;
    }

    .zz-winter-clouds h1.gk-20-slogan {
        font-size: 42px;
        line-height: 48px;
    }

    .gk-20-mobile-image {
        display: block;
        position: absolute;
        top: 450px;
        z-index: 10;
        width: 100%;
    }

    .gk-20-mobile-image img {
        display: block;
        margin-left: 5%;
        width: 90%;
    }

    .gk-20-mobile-image h2 {
        margin: auto;
        width: 70%;
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 20px;
        color: #58065f;
    }

    .zz-gk_20-money {
        margin-left: 5%;
        width: 90%;
    }
    .zz-gk_20-money-n {
        margin-left: 0;
        width: 100%;
    }
    .zz-gk_20-m {
        display: flex;
        flex-direction: column;
        background-color: transparent;
    }

    .zz-gk_20-m .money-title {
        height: auto;
    }

    .zz-gk_20-m .money-title h2 {
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 0px;
        margin: 0px;
    }

    .zz-gk_20-m .money-group {
        width: 100%;
        flex-direction: column;
    }

    .zz-gk_20-m .money-group .zz-tickets__actions {
        border-top: 0px;
    }

    .zz-gk_20-m .t {
        border-radius: 0px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 100%;
    }

    .zz-gk_20-m .money-group .t,
    .zz-gk_20-m .money-group .c {
        width: 100%;
    }


}

@media only screen and (max-width: 380px) {
    .zz-winter-clouds h1.gk-20-slogan {
        font-size: 32px;
    }
}

#char-count {
    display: block;
    width: 98%;
    text-align: right;
    color: #cecece;
    padding-right: 30px;
    padding-top: 20px;
}

@media only screen and (max-width: 768px) {
    .card-type .gk-20-check-tr {
        width: 100%;
        padding: 0px;
        padding-top: 32px;
    }

    .gk-20-check-c {
        width: 100%;
    }

    #char-count {
        margin-top: -10px;
    }
}

.txt-2 {
    margin-left: 12px;
}

.gk-20-m-arrow {
    display: none;
}


@media only screen and (max-width: 768px) {
    .card-type .card-t-l .gk-20-m-arrow {
        display: block;
        position: relative;
        top: 140px;
        left: -80px;
        z-index: 100;
        width: 40px;
    }

    #upload-arrow {
        display: none;
    }
}

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

    .card-type .card-t-l .gk-20-m-arrow {
        display: block;
        position: relative;
        top: 90px;
        left: -100px;
        z-index: 100;
        width: 40px;
    }

    .card-type .gk-20-check-tr {
        padding: 0px;
    }

}


@media only screen and (max-width: 380px) {
    .card-type .card-t-l .gk-20-m-arrow {
        top: 70px;
    }

}

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

    .gk-20-card h2.gk-20-check-title {
        font-size: 20px;
    }

}

.gk-20-standard-card {
    margin-left: 0px;
}

.zz-btn-not-active {
    background-color: #84d97f;
    box-shadow: 0 2px #83c67f;
}

@media only screen and (max-width: 600px) {
    .zz-footer__sitemap__logo {
        width: 90%;
    }
}

.turn-btn {
    border: 2px solid #F8631A;
    padding: 4px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    display: block;
    margin: auto;
    text-align: center;
    width: 100px;
}

@media only screen and (max-width: 600px) {
    .turn-btn {
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
        width: 90px;
    }
}

.r-button {
    float: left;
    width: 100%;
    margin-left: -12px;
    margin-right: 12px;
}

#r-links {
    float: left;
}

#r-rechts {
    float: right;
}

@media only screen and (max-width: 600px) {
    .zz-grid__wrapper--first {
        padding-top: 126px;
    }
}

.ui-accordion-content p a,
.ui-accordion-content ol li a {
    color: #f64f00;
}



.cardGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.card {
    padding: 10px;
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: auto 1fr auto;
}
.featherlight .featherlight-content {
    max-height: 100%;
}
#gk_code-error {
    color: #FB3333FF;
    font-weight: bold;
}

@media only screen and (max-width: 940px) {
    .zz-header__top {
        height: 64px;
    }
    .zz-header__logo {
        height: 48px;
        top: 8px;
    }
    .zz-header__mobile-menu {
        bottom: unset;
        top: 12px;
    }
    .zz-header__mobile {
        top: 65px;
    }
}
#menu-mobile-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.3);
}


.zz-sale__item {
    width: 48%;
}

div.on-location ul .zz-sale__item {
    width: 31.22%;
}


.featherlight .featherlight-close-icon {
    color: #f64f00;
}
.featherlight .featherlight-content .featherlight-inner .js-zz-accordion h2:first-child::after {
    content: "";
}
.featherlight .featherlight-content {
    background: #ebf0f8;
    box-shadow: none;
}


@media only screen and (max-width: 768px) {
    .zz-sale {
        display: inline-block;
        width: 100%;
    }
    .zz-sale__item {
        margin-left: 3%;
        width: 94%;
        margin-bottom: 12px;
    }

    .featherlight .featherlight-content h1 {
        color: #58065f;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 12px;
    }


    .featherlight .featherlight-content {
        background: #ebf0f8;
        box-shadow: none;
        position: absolute;
        left: 0px;
        right: 0px;
        height: 100%;
        top: 128px;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .featherlight .featherlight-close-icon {
        top: 12px;

    }
    .featherlight .featherlight-content .featherlight-inner {
        padding-left: 12px;
        padding-right: 12px;
    }

    .featherlight .featherlight-content h2:first-child {
        display: none;
    }


}


.f-title {
    font-weight: bold;
    display: block;
}
.zz-home__title--secondary {
    margin-top:38px;
}



.zz_location_header {
    margin-bottom: 24px;
}
.zz-list-included--gray {
    color : #474747;
}
.zz-clouds__slogan p {
    font-size: 1.3em;
    color: #fff;
    padding-top: 12px;
    padding-right: 32px;
}
.zz_location {
    display: flex;
    width: 100%;
}
.zz_location .zz-home__entree-slogan {
    width: auto;
    float: left;
}
.zz_location form {
    float: right;
}

.top-5-regio {
    color: #fff;
    position: absolute;
    top: 40px;
    width: 100%;text-align: center;
}
.top-regio {
    padding-top: 14px;
    padding-bottom: 38px;
}
.top-regio {
    font-size: 18px;
}
p.top-5-regio {
    font-size: 0.8em;
}

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


    .zz-home__entree {

    }
    .zz-home__entree-slogan  {
        display: block;

    }
    .zz-home__entree-slogan .zz-clouds__slogan {
        display: block;
        position: absolute;
        top: -110px;
        text-align: center;
        padding-left: 32px;
        padding-right: 32px;
    }
    .zz-home__entree-slogan .zz-clouds__home_sl {
        top: -81px;
        padding-right: 0px;
    }
    .zz-home__entree-slogan .zz-clouds__slogan span {
        display: inline-block;
    }
    .zz-home__entree-slogan .zz-clouds__slogan span.home {
        font-size: 1.8em;
    }

    .zz-clouds__slogan h1 {
        font-size: 2em;
    }
    .zz-clouds__slogan p {
        font-size: 1.2em;
        padding-right: 0px;
    }
    .zz_location form {
        margin-top: 102px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 24px;
    }
    div.on-location ul .zz-sale__item {
        width: 94%;
        margin-bottom: 32px;
    }
    .top-regio {
        font-size: 15px;
    }
    p.top-5-regio {
        font-size: 0.7em;
    }

}
@media only screen and (max-width: 620px) {
    .zz-home__entree-slogan .zz-clouds__slogan {
        padding-left: 0px;
        display: block;
        position: absolute;
        top: -60px;
        text-align: center;
        padding-right: 0px;

    }
    .top-regio {
        font-size: 16px;
    }
    p.top-5-regio {
        font-size: 0.7em;
    }
    .zz-home__entree-slogan .zz-clouds__home_sl {
        padding-right: 0px;
    }
    .zz-home__entree-slogan .zz-clouds__slogan span {
        display: inline-block;
    }
    .zz-home__entree-slogan .zz-clouds__slogan span.home {
        font-size: 1.2em;
    }
    .zz-clouds__slogan h1 {
        font-size: 1.3em;
    }
    .zz-clouds__slogan p {
        font-size: 0.9em;
    }
    .zz_location form {
        margin-top: 136px;
    }
    .home_zz_location h1 {
        margin-top: 22px;
    }
    .home_zz_location form {
        margin-top: 106px;
    }
}
@media only screen and (max-width: 400px) {
    .zz-outbound__place {
        font-size: 22px;
    }
}

/* New overlay */
.featherlight-content {

}
.featherlight {
    height: 94%;
}
.featherlight .featherlight-content {
    border-radius: 12px;
    background: #f7faff;

}
.featherlight-content .zz-lightbox-more-info__header {
    display: none;
}

.featherlight .featherlight-content .ui-accordion-header {
    color: #58065f;
}
.featherlight .featherlight-content .featherlight-inner {
    padding-top: 32px;
    padding-bottom: 16px;
}
.featherlight .featherlight-close-icon {
    top: 4px;
    right: 10px;
    font-size: 32px;

}
@media only screen and (max-width: 768px) {
    .featherlight .featherlight-content {
        height: 90%;
    }
    .featherlight .featherlight-content h2:first-child {
        display: block;
    }
}
div.click-layer {
    background-color: rgba(64,64, 64, 0.3); /* zwart met 50% transparantie */
}

body.no-scroll {
    overflow: hidden;
}

.ui-accordion-header::after {
    content: "\e90e";
}
.ui-accordion-header-active::after {
    content: "\e90d";
}


#city-content h1 {
    font-size: 22px;
}
#city-content h2 {
    font-size: 20px;
}

.ui-helper-reset {
    padding-right: 4px;
}
