﻿/*
#######################################################
VenueDoo Shop Css, 2016-09-19 11:05, HMR
Shop-Id = 124
#######################################################
Script wird extern eingebunden
#######################################################
*/

/*############################################################*/
/* Container */
/*############################################################*/
@font-face {
    font-family: 'Poppins';
    src: url('https://cdn.quinbook.com/Content/fonts/Poppins-Medium.woff') format('woff'), url('https://cdn.quinbook.com/Content/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

:root {
    /*--VD_TXT_COLOR: #000;
    --VD_STATE_RED: rgba(231, 103, 103, 1);
    --VD_STATE_RED_TXT: #fff;
    --VD_STATE_YELLOW: rgba(253, 204, 110, 1);
    --VD_STATE_YELLOW_TXT: #fff;
    --VD_STATE_GREEN: rgba(136, 211, 191, 1);
    --VD_STATE_GREEN_TXT: #fff;*/
    --VD_TXT_COLOR: #37583b;
    --VD_HIGHLIGHT: rgb(132,182,126);
    --VD_HIGHLIGHT_LIGHT: rgba(132,182,126,0.2);
    --VD_HIGHLIGHT_TXT: #000000;
    --VD_STATE_RED: #CC3E3E;
    --VD_STATE_RED_TXT: #000000;
    --VD_STATE_YELLOW: #fdf6dd;
    --VD_STATE_YELLOW_TXT: #000000;
    --VD_STATE_GREEN: rgb(132,182,126);
    --VD_STATE_GREEN_LIGHT: rgba(132,182,126,0.2);
    --VD_STATE_GREEN_TXT: #000000;
    --VD_DISCOUNT_BG: rgb();
    --VD_DISCOUNT_TXT: ;
    --MAIN-FONT: 'Poppins', sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: clip;
}

#content {
    overflow: unset; /* important for sticky toolbar */
}

#wrapper {
    overflow-x: hidden;
}

#venuedoo {
    font-family: var(--MAIN-FONT);
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    background-color: transparent;
    color: var(--VD_TXT_COLOR);
}

    #venuedoo p {
        color: var(--VD_TXT_COLOR) !important;
    }

    #venuedoo h3 {
        color: var(--VD_TXT_COLOR) !important;
    }

    #venuedoo h4 {
        color: var(--VD_TXT_COLOR) !important;
    }

    #venuedoo a {
        color: var(--VD_TXT_COLOR) !important;
    }

        #venuedoo a:focus, #venuedoo a:hover, #venuedoo a:active {
            text-decoration: underline;
            color: var(--VD_TXT_COLOR);
        }

    #venuedoo * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #venuedoo *:before,
        #venuedoo *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

    #venuedoo input {
        width: 100%;
    }

    #venuedoo select {
        width: 100%;
    }

.vd-reset {
    all: unset;
}

hr.vd-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
/*############################################################*/
/* Bootstrap adaption */
/*############################################################*/
.vd-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.vd-row {
    margin-right: -15px;
    margin-left: -15px;
}

.vd-col-xs-1, .vd-col-sm-1, .vd-col-md-1, .vd-col-lg-1, .vd-col-xs-2, .vd-col-sm-2, .vd-col-md-2, .vd-col-lg-2, .vd-col-md-2-4, .vd-col-xs-2-4, .vd-col-sm-2-4, .vd-col-lg-2-4, .vd-col-xs-3, .vd-col-sm-3, .vd-col-md-3, .vd-col-lg-3, .vd-col-xs-4, .vd-col-sm-4, .vd-col-md-4, .vd-col-lg-4, .vd-col-xs-5, .vd-col-sm-5, .vd-col-md-5, .vd-col-lg-5, .vd-col-xs-6, .vd-col-sm-6, .vd-col-md-6, .vd-col-lg-6, .vd-col-xs-7, .vd-col-sm-7, .vd-col-md-7, .vd-col-lg-7, .vd-col-xs-8, .vd-col-sm-8, .vd-col-md-8, .vd-col-lg-8, .vd-col-xs-9, .vd-col-sm-9, .vd-col-md-9, .vd-col-lg-9, .vd-col-xs-10, .vd-col-sm-10, .vd-col-md-10, .vd-col-lg-10, .vd-col-xs-11, .vd-col-sm-11, .vd-col-md-11, .vd-col-lg-11, .vd-col-xs-12, .vd-col-sm-12, .vd-col-md-12, .vd-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.vd-col-xs-1, .vd-col-xs-2, .vd-col-xs-2-4, .vd-col-xs-3, .vd-col-xs-4, .vd-col-xs-5, .vd-col-xs-6, .vd-col-xs-7, .vd-col-xs-8, .vd-col-xs-9, .vd-col-xs-10, .vd-col-xs-11, .vd-col-xs-12 {
    float: left;
}

.vd-col-xs-12 {
    width: 100%;
}

.vd-col-xs-11 {
    width: 91.66666667%;
}

.vd-col-xs-10 {
    width: 83.33333333%;
}

.vd-col-xs-9 {
    width: 75%;
}

.vd-col-xs-8 {
    width: 66.66666667%;
}

.vd-col-xs-7 {
    width: 58.33333333%;
}

.vd-col-xs-6 {
    width: 50%;
}

.vd-col-xs-5 {
    width: 41.66666667%;
}

.vd-col-xs-4 {
    width: 33.33333333%;
}

.vd-col-xs-3 {
    width: 25%;
}

.vd-col-xs-2 {
    width: 16.66666667%;
}

.vd-col-xs-1 {
    width: 8.33333333%;
}

.vd-col-xs-pull-12 {
    right: 100%;
}

.vd-col-xs-pull-11 {
    right: 91.66666667%;
}

.vd-col-xs-pull-10 {
    right: 83.33333333%;
}

.vd-col-xs-pull-9 {
    right: 75%;
}

.vd-col-xs-pull-8 {
    right: 66.66666667%;
}

.vd-col-xs-pull-7 {
    right: 58.33333333%;
}

.vd-col-xs-pull-6 {
    right: 50%;
}

.vd-col-xs-pull-5 {
    right: 41.66666667%;
}

.vd-col-xs-pull-4 {
    right: 33.33333333%;
}

.vd-col-xs-pull-3 {
    right: 25%;
}

.vd-col-xs-pull-2 {
    right: 16.66666667%;
}

.vd-col-xs-pull-1 {
    right: 8.33333333%;
}

.vd-col-xs-pull-0 {
    right: auto;
}

.vd-col-xs-push-12 {
    left: 100%;
}

.vd-col-xs-push-11 {
    left: 91.66666667%;
}

.vd-col-xs-push-10 {
    left: 83.33333333%;
}

.vd-col-xs-push-9 {
    left: 75%;
}

.vd-col-xs-push-8 {
    left: 66.66666667%;
}

.vd-col-xs-push-7 {
    left: 58.33333333%;
}

.vd-col-xs-push-6 {
    left: 50%;
}

.vd-col-xs-push-5 {
    left: 41.66666667%;
}

.vd-col-xs-push-4 {
    left: 33.33333333%;
}

.vd-col-xs-push-3 {
    left: 25%;
}

.vd-col-xs-push-2 {
    left: 16.66666667%;
}

.vd-col-xs-push-1 {
    left: 8.33333333%;
}

.vd-col-xs-push-0 {
    left: auto;
}

.vd-col-xs-offset-12 {
    margin-left: 100%;
}

.vd-col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.vd-col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.vd-col-xs-offset-9 {
    margin-left: 75%;
}

.vd-col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.vd-col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.vd-col-xs-offset-6 {
    margin-left: 50%;
}

.vd-col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.vd-col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.vd-col-xs-offset-3 {
    margin-left: 25%;
}

.vd-col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.vd-col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.vd-col-xs-offset-0 {
    margin-left: 0;
}

.vd-no-padding {
    padding: 0px;
}

vd-pad-2-right {
    padding-right: 2px;
}

vd-pad-2-left {
    padding-left: 2px;
}

vd-pad-2-center {
    padding-left: 2px;
    padding-right: 2px;
}

.vd-hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #eee !important;
}
/*########################################*/

/*############################################################*/
/* Bootstrap adaption */
/*############################################################*/

.vd-clearfix:after,
.vd-container:before,
.vd-container:after,
.vd-row:before,
.vd-row:after {
    display: table;
    content: " ";
}

.vd-clearfix:after,
.vd-container:after,
.vd-container-fluid:after,
.vd-row:after {
    clear: both;
}

.vd-hidden {
    display: none !important;
}

/*############################################################*/

input.vd-order-input {
    padding: 6px 12px !important;
}

.vd-btn {
}

.vd-btn-progress {
    background: rgb(255,197,120);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    border-radius: 8px;
    /*position: absolute;*/
    /*margin: -14px -82px;*/
    height: 48px;
    margin-bottom: -34px;
    position: relative;
    margin-top: -14px;
}

@keyframes vd-btn-progress-animation0 {
    from {
        width: 0%;
    }

    to {
        width: 0%;
    }
}

@keyframes vd-btn-progress-animation1 {
    from {
        width: 0%;
    }

    to {
        width: 1%;
    }
}

@keyframes vd-btn-progress-animation2 {
    from {
        width: 0%;
    }

    to {
        width: 2%;
    }
}

@keyframes vd-btn-progress-animation3 {
    from {
        width: 0%;
    }

    to {
        width: 3%;
    }
}

@keyframes vd-btn-progress-animation4 {
    from {
        width: 0%;
    }

    to {
        width: 4%;
    }
}

@keyframes vd-btn-progress-animation5 {
    from {
        width: 0%;
    }

    to {
        width: 5%;
    }
}

@keyframes vd-btn-progress-animation6 {
    from {
        width: 0%;
    }

    to {
        width: 6%;
    }
}

@keyframes vd-btn-progress-animation7 {
    from {
        width: 0%;
    }

    to {
        width: 7%;
    }
}

@keyframes vd-btn-progress-animation8 {
    from {
        width: 0%;
    }

    to {
        width: 8%;
    }
}

@keyframes vd-btn-progress-animation9 {
    from {
        width: 0%;
    }

    to {
        width: 9%;
    }
}

@keyframes vd-btn-progress-animation10 {
    from {
        width: 0%;
    }

    to {
        width: 10%;
    }
}

@keyframes vd-btn-progress-animation11 {
    from {
        width: 0%;
    }

    to {
        width: 11%;
    }
}

@keyframes vd-btn-progress-animation12 {
    from {
        width: 0%;
    }

    to {
        width: 12%;
    }
}

@keyframes vd-btn-progress-animation13 {
    from {
        width: 0%;
    }

    to {
        width: 13%;
    }
}

@keyframes vd-btn-progress-animation14 {
    from {
        width: 0%;
    }

    to {
        width: 14%;
    }
}

@keyframes vd-btn-progress-animation15 {
    from {
        width: 0%;
    }

    to {
        width: 15%;
    }
}

@keyframes vd-btn-progress-animation16 {
    from {
        width: 0%;
    }

    to {
        width: 16%;
    }
}

@keyframes vd-btn-progress-animation17 {
    from {
        width: 0%;
    }

    to {
        width: 17%;
    }
}

@keyframes vd-btn-progress-animation18 {
    from {
        width: 0%;
    }

    to {
        width: 18%;
    }
}

@keyframes vd-btn-progress-animation19 {
    from {
        width: 0%;
    }

    to {
        width: 19%;
    }
}

@keyframes vd-btn-progress-animation20 {
    from {
        width: 0%;
    }

    to {
        width: 20%;
    }
}

@keyframes vd-btn-progress-animation21 {
    from {
        width: 0%;
    }

    to {
        width: 21%;
    }
}

@keyframes vd-btn-progress-animation22 {
    from {
        width: 0%;
    }

    to {
        width: 22%;
    }
}

@keyframes vd-btn-progress-animation23 {
    from {
        width: 0%;
    }

    to {
        width: 23%;
    }
}

@keyframes vd-btn-progress-animation24 {
    from {
        width: 0%;
    }

    to {
        width: 24%;
    }
}

@keyframes vd-btn-progress-animation25 {
    from {
        width: 0%;
    }

    to {
        width: 25%;
    }
}

@keyframes vd-btn-progress-animation26 {
    from {
        width: 0%;
    }

    to {
        width: 26%;
    }
}

@keyframes vd-btn-progress-animation27 {
    from {
        width: 0%;
    }

    to {
        width: 27%;
    }
}

@keyframes vd-btn-progress-animation28 {
    from {
        width: 0%;
    }

    to {
        width: 28%;
    }
}

@keyframes vd-btn-progress-animation29 {
    from {
        width: 0%;
    }

    to {
        width: 29%;
    }
}

@keyframes vd-btn-progress-animation30 {
    from {
        width: 0%;
    }

    to {
        width: 30%;
    }
}

@keyframes vd-btn-progress-animation31 {
    from {
        width: 0%;
    }

    to {
        width: 31%;
    }
}

@keyframes vd-btn-progress-animation32 {
    from {
        width: 0%;
    }

    to {
        width: 32%;
    }
}

@keyframes vd-btn-progress-animation33 {
    from {
        width: 0%;
    }

    to {
        width: 33%;
    }
}

@keyframes vd-btn-progress-animation34 {
    from {
        width: 0%;
    }

    to {
        width: 34%;
    }
}

@keyframes vd-btn-progress-animation35 {
    from {
        width: 0%;
    }

    to {
        width: 35%;
    }
}

@keyframes vd-btn-progress-animation36 {
    from {
        width: 0%;
    }

    to {
        width: 36%;
    }
}

@keyframes vd-btn-progress-animation37 {
    from {
        width: 0%;
    }

    to {
        width: 37%;
    }
}

@keyframes vd-btn-progress-animation38 {
    from {
        width: 0%;
    }

    to {
        width: 38%;
    }
}

@keyframes vd-btn-progress-animation39 {
    from {
        width: 0%;
    }

    to {
        width: 39%;
    }
}

@keyframes vd-btn-progress-animation40 {
    from {
        width: 0%;
    }

    to {
        width: 40%;
    }
}

@keyframes vd-btn-progress-animation41 {
    from {
        width: 0%;
    }

    to {
        width: 41%;
    }
}

@keyframes vd-btn-progress-animation42 {
    from {
        width: 0%;
    }

    to {
        width: 42%;
    }
}

@keyframes vd-btn-progress-animation43 {
    from {
        width: 0%;
    }

    to {
        width: 43%;
    }
}

@keyframes vd-btn-progress-animation44 {
    from {
        width: 0%;
    }

    to {
        width: 44%;
    }
}

@keyframes vd-btn-progress-animation45 {
    from {
        width: 0%;
    }

    to {
        width: 45%;
    }
}

@keyframes vd-btn-progress-animation46 {
    from {
        width: 0%;
    }

    to {
        width: 46%;
    }
}

@keyframes vd-btn-progress-animation47 {
    from {
        width: 0%;
    }

    to {
        width: 47%;
    }
}

@keyframes vd-btn-progress-animation48 {
    from {
        width: 0%;
    }

    to {
        width: 48%;
    }
}

@keyframes vd-btn-progress-animation49 {
    from {
        width: 0%;
    }

    to {
        width: 49%;
    }
}

@keyframes vd-btn-progress-animation50 {
    from {
        width: 0%;
    }

    to {
        width: 50%;
    }
}

@keyframes vd-btn-progress-animation51 {
    from {
        width: 0%;
    }

    to {
        width: 51%;
    }
}

@keyframes vd-btn-progress-animation52 {
    from {
        width: 0%;
    }

    to {
        width: 52%;
    }
}

@keyframes vd-btn-progress-animation53 {
    from {
        width: 0%;
    }

    to {
        width: 53%;
    }
}

@keyframes vd-btn-progress-animation54 {
    from {
        width: 0%;
    }

    to {
        width: 54%;
    }
}

@keyframes vd-btn-progress-animation55 {
    from {
        width: 0%;
    }

    to {
        width: 55%;
    }
}

@keyframes vd-btn-progress-animation56 {
    from {
        width: 0%;
    }

    to {
        width: 56%;
    }
}

@keyframes vd-btn-progress-animation57 {
    from {
        width: 0%;
    }

    to {
        width: 57%;
    }
}

@keyframes vd-btn-progress-animation58 {
    from {
        width: 0%;
    }

    to {
        width: 58%;
    }
}

@keyframes vd-btn-progress-animation59 {
    from {
        width: 0%;
    }

    to {
        width: 59%;
    }
}

@keyframes vd-btn-progress-animation60 {
    from {
        width: 0%;
    }

    to {
        width: 60%;
    }
}

@keyframes vd-btn-progress-animation61 {
    from {
        width: 0%;
    }

    to {
        width: 61%;
    }
}

@keyframes vd-btn-progress-animation62 {
    from {
        width: 0%;
    }

    to {
        width: 62%;
    }
}

@keyframes vd-btn-progress-animation63 {
    from {
        width: 0%;
    }

    to {
        width: 63%;
    }
}

@keyframes vd-btn-progress-animation64 {
    from {
        width: 0%;
    }

    to {
        width: 64%;
    }
}

@keyframes vd-btn-progress-animation65 {
    from {
        width: 0%;
    }

    to {
        width: 65%;
    }
}

@keyframes vd-btn-progress-animation66 {
    from {
        width: 0%;
    }

    to {
        width: 66%;
    }
}

@keyframes vd-btn-progress-animation67 {
    from {
        width: 0%;
    }

    to {
        width: 67%;
    }
}

@keyframes vd-btn-progress-animation68 {
    from {
        width: 0%;
    }

    to {
        width: 68%;
    }
}

@keyframes vd-btn-progress-animation69 {
    from {
        width: 0%;
    }

    to {
        width: 69%;
    }
}

@keyframes vd-btn-progress-animation70 {
    from {
        width: 0%;
    }

    to {
        width: 70%;
    }
}

@keyframes vd-btn-progress-animation71 {
    from {
        width: 0%;
    }

    to {
        width: 71%;
    }
}

@keyframes vd-btn-progress-animation72 {
    from {
        width: 0%;
    }

    to {
        width: 72%;
    }
}

@keyframes vd-btn-progress-animation73 {
    from {
        width: 0%;
    }

    to {
        width: 73%;
    }
}

@keyframes vd-btn-progress-animation74 {
    from {
        width: 0%;
    }

    to {
        width: 74%;
    }
}

@keyframes vd-btn-progress-animation75 {
    from {
        width: 0%;
    }

    to {
        width: 75%;
    }
}

@keyframes vd-btn-progress-animation76 {
    from {
        width: 0%;
    }

    to {
        width: 76%;
    }
}

@keyframes vd-btn-progress-animation77 {
    from {
        width: 0%;
    }

    to {
        width: 77%;
    }
}

@keyframes vd-btn-progress-animation78 {
    from {
        width: 0%;
    }

    to {
        width: 78%;
    }
}

@keyframes vd-btn-progress-animation79 {
    from {
        width: 0%;
    }

    to {
        width: 79%;
    }
}

@keyframes vd-btn-progress-animation80 {
    from {
        width: 0%;
    }

    to {
        width: 80%;
    }
}

@keyframes vd-btn-progress-animation81 {
    from {
        width: 0%;
    }

    to {
        width: 81%;
    }
}

@keyframes vd-btn-progress-animation82 {
    from {
        width: 0%;
    }

    to {
        width: 82%;
    }
}

@keyframes vd-btn-progress-animation83 {
    from {
        width: 0%;
    }

    to {
        width: 83%;
    }
}

@keyframes vd-btn-progress-animation84 {
    from {
        width: 0%;
    }

    to {
        width: 84%;
    }
}

@keyframes vd-btn-progress-animation85 {
    from {
        width: 0%;
    }

    to {
        width: 85%;
    }
}

@keyframes vd-btn-progress-animation86 {
    from {
        width: 0%;
    }

    to {
        width: 86%;
    }
}

@keyframes vd-btn-progress-animation87 {
    from {
        width: 0%;
    }

    to {
        width: 87%;
    }
}

@keyframes vd-btn-progress-animation88 {
    from {
        width: 0%;
    }

    to {
        width: 88%;
    }
}

@keyframes vd-btn-progress-animation89 {
    from {
        width: 0%;
    }

    to {
        width: 89%;
    }
}

@keyframes vd-btn-progress-animation90 {
    from {
        width: 0%;
    }

    to {
        width: 90%;
    }
}

@keyframes vd-btn-progress-animation91 {
    from {
        width: 0%;
    }

    to {
        width: 91%;
    }
}

@keyframes vd-btn-progress-animation92 {
    from {
        width: 0%;
    }

    to {
        width: 92%;
    }
}

@keyframes vd-btn-progress-animation93 {
    from {
        width: 0%;
    }

    to {
        width: 93%;
    }
}

@keyframes vd-btn-progress-animation94 {
    from {
        width: 0%;
    }

    to {
        width: 94%;
    }
}

@keyframes vd-btn-progress-animation95 {
    from {
        width: 0%;
    }

    to {
        width: 95%;
    }
}

@keyframes vd-btn-progress-animation96 {
    from {
        width: 0%;
    }

    to {
        width: 96%;
    }
}

@keyframes vd-btn-progress-animation97 {
    from {
        width: 0%;
    }

    to {
        width: 97%;
    }
}

@keyframes vd-btn-progress-animation98 {
    from {
        width: 0%;
    }

    to {
        width: 98%;
    }
}

@keyframes vd-btn-progress-animation99 {
    from {
        width: 0%;
    }

    to {
        width: 99%;
    }
}

@keyframes vd-btn-progress-animation100 {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.vd-btn:focus,
.vd-btn:active:focus,
.vd-btn.active:focus,
.vd-btn.focus,
.vd-btn:active.focus,
.vd-btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.vd-btn:hover,
.vd-btn:focus,
.vd-btn.focus {
    color: #333;
    text-decoration: none;
}

.vd-btn:active,
.vd-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.vd-btn.disabled,
.vd-btn[disabled],
fieldset[disabled] .vd-btn {
    cursor: default;
    /*background-color:rgba(0,0,0,0.2);*/
}

a.vd-btn.disabled,
fieldset[disabled] a.vd-btn {
    pointer-events: none;
}

.vd-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .vd-btn-default:focus,
    .vd-btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
    }

    .vd-btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .vd-btn-default:active,
    .vd-btn-default.active,
    .open > .dropdown-toggle.vd-btn-default {
        color: #333;
        background-color: #e6e6e6;
    }

        .vd-btn-default:active:hover,
        .vd-btn-default.active:hover,
        .open > .dropdown-toggle.vd-btn-default:hover,
        .vd-btn-default:active:focus,
        .vd-btn-default.active:focus,
        .open > .dropdown-toggle.vd-btn-default:focus,
        .vd-btn-default:active.focus,
        .vd-btn-default.active.focus,
        .open > .dropdown-toggle.vd-btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
        }

    .vd-btn-default:active,
    .vd-btn-default.active,
    .open > .dropdown-toggle.vd-btn-default {
        background-image: none;
    }

    .vd-btn-default.disabled:hover,
    .vd-btn-default[disabled]:hover,
    fieldset[disabled] .vd-btn-default:hover,
    .vd-btn-default.disabled:focus,
    .vd-btn-default[disabled]:focus,
    fieldset[disabled] .vd-btn-default:focus,
    .vd-btn-default.disabled.focus,
    .vd-btn-default[disabled].focus,
    fieldset[disabled] .vd-btn-default.focus {
        background-color: #fff;
    }

    .vd-btn-default .badge {
        color: #fff;
        background-color: #333;
    }
/*############################################################*/
.vd-btn-available {
    color: var(--VD_STATE_GREEN_TXT);
    background-color: var(--VD_STATE_GREEN) !important;
}

    .vd-btn-available:hover {
        cursor: pointer;
    }
/*############################################################*/
.vd-btn-disabled {
    color: var(--VD_STATE_RED_TXT) !important;
    background-color: var(--VD_STATE_RED) !important;
}
/*############################################################*/
.vd-btn-occupied {
    color: var(--VD_STATE_RED_TXT) !important;
    background-color: var(--VD_STATE_RED) !important;
}
/*############################################################*/
.vd-btn-occupied-progress {
    color: var(--VD_STATE_RED_TXT) !important;
    background-color: #E86767 !important;
}
/*############################################################*/
.vd-btn-onphone {
    color: var(--VD_STATE_YELLOW_TXT) !important;
    background-color: var(--VD_STATE_YELLOW) !important;
}
/*############################################################*/
.vd-btn-book {
    color: var(--VD_HIGHLIGHT_TXT);
    background-color: var(--VD_HIGHLIGHT);
    border-color: var(--VD_HIGHLIGHT);
    opacity: 1;
}

    .vd-btn-book:focus,
    .vd-btn-book.focus {
        color: var(--VD_HIGHLIGHT_TXT);
        opacity: 0.75;
    }

    .vd-btn-book:hover {
        color: var(--VD_HIGHLIGHT_TXT);
        opacity: 0.75;
    }

    .vd-btn-book:active,
    .vd-btn-book.active,
    .open > .dropdown-toggle.vd-btn-book {
        color: var(--VD_HIGHLIGHT_TXT);
        background-color: var(--VD_HIGHLIGHT);
        border-color: var(--VD_HIGHLIGHT);
    }

        .vd-btn-book:active:hover,
        .vd-btn-book.active:hover,
        .open > .dropdown-toggle.vd-btn-book:hover,
        .vd-btn-book:active:focus,
        .vd-btn-book.active:focus,
        .open > .dropdown-toggle.vd-btn-book:focus,
        .vd-btn-book:active.focus,
        .vd-btn-book.active.focus,
        .open > .dropdown-toggle.vd-btn-book.focus {
            color: var(--VD_HIGHLIGHT_TXT);
            opacity: 0.75;
        }

    .vd-btn-book:active,
    .vd-btn-book.active,
    .open > .dropdown-toggle.vd-btn-book {
        background-image: none;
    }

    .vd-btn-book.disabled:hover,
    .vd-btn-book[disabled]:hover,
    fieldset[disabled] .vd-btn-book:hover,
    .vd-btn-book.disabled:focus,
    .vd-btn-book[disabled]:focus,
    fieldset[disabled] .vd-btn-book:focus,
    .vd-btn-book.disabled.focus,
    .vd-btn-book[disabled].focus,
    fieldset[disabled] .vd-btn-book.focus {
        opacity: 0.75;
    }
/*############################################################*/
.vd-btn-link {
    font-weight: normal;
    color: var(--VD_HIGHLIGHT);
    border-radius: 0;
}

    .vd-btn-link,
    .vd-btn-link:active,
    .vd-btn-link.active,
    .vd-btn-link[disabled],
    fieldset[disabled] .vd-btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .vd-btn-link,
        .vd-btn-link:hover,
        .vd-btn-link:focus,
        .vd-btn-link:active {
            border-color: transparent;
        }

            .vd-btn-link:hover,
            .vd-btn-link:focus {
                color: var(--VD_HIGHLIGHT);
                text-decoration: underline;
                background-color: transparent;
            }

            .vd-btn-link[disabled]:hover,
            fieldset[disabled] .vd-btn-link:hover,
            .vd-btn-link[disabled]:focus,
            fieldset[disabled] .vd-btn-link:focus {
                color: var(--VD_HIGHLIGHT);
                text-decoration: none;
            }
/*############################################################*/
.vd-btn-lg,
.vd-btn-group-lg > .vd-btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.vd-btn-sm,
.vd-btn-group-sm > .vd-btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*############################################################*/

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    /*padding: 0px !important;*/
}

    button.nopadding {
        padding: 0px !important;
    }

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    input[type="search"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    input[type="radio"],
    input[type="checkbox"] {
        margin: 4px 0 0;
        margin-top: 1px \9;
        line-height: normal;
    }

    input[type="file"] {
        display: block;
    }

    input[type="range"] {
        display: block;
        width: 100%;
    }

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; /*var(--VD_TXT_COLOR)*/
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

.vd-has-error .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.vd-has-error .form-control:-ms-input-placeholder {
    color: #fff;
}

.vd-has-error .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/*############################################################*/

.vd-maincontent {
    min-height: 500px;
    /*padding: 20px;*/
    position: relative;
}

.vd-topmenu .vd-header {
    background-color: var(--VD_HIGHLIGHT);
    color: var(--VD_HIGHLIGHT_TXT);
    padding: 6px;
    text-align: left;
    font-weight: bold;
}

.vd-offers {
    /*padding: 20px;*/
}

.vd-order {
    padding: 20px;
}

#vd_slots_title {
    margin-bottom: 12px;
}

/*#vd_slots_legend > .vd-legend-box:not(:first-child) {
    padding-right: 20px;
}*/
#vd_slots_legend > .vd-legend-box {
    padding-left: 20px;
    margin-bottom: 5px;
}

.vd-legend-box {
    float: right;
}

.vd-slotbox-wrapper {
    gap: 24px;
    display: flex;
    align-items: flex-start;
}

.vd-slotbox {
    gap: 12px;
    width: 200px;
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

    .vd-slotbox .vd-slotbox-slots {
        gap: 12px;
        display: flex;
        align-self: stretch;
        align-items: flex-start;
        flex-direction: column;
        /*background-color: rgba(255, 255, 255, 1);*/
    }

        .vd-slotbox .vd-slotbox-slots .vd-slotbox-slot {
            height: 48px;
            display: flex;
            align-self: stretch;
            /*align-items: center;*/
            flex-shrink: 0;
            border-color: rgba(157, 156, 156, 0.10000000149011612);
            border-style: solid;
            border-width: 1px 0;
            border-radius: 8px;
            flex-direction: column;
            justify-content: center;
            background-color: rgba(187, 184, 184, 1);
            color: #fff;
        }

.vd-slotbox-slot span {
    z-index: 999;
    margin: 0 auto;
}

.vd-slotbox .vd-slotbox-header {
    display: flex;
    align-self: stretch;
    align-items: flex-start;
    border-radius: 0 0 4px 4px;
    flex-direction: column;
    background-color: #000;
}

    .vd-slotbox .vd-slotbox-header .vd-slotbox-header-text {
        gap: 10px;
        display: flex;
        padding: 8px 0;
        align-self: stretch;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        align-items: center;
        flex-shrink: 0;
        border-radius: 0 0 4px 4px;
        justify-content: center;
        background-color: #ccc;
    }

    .vd-slotbox .vd-slotbox-header .vd-slotbox-header-titel {
        color: #000;
        height: auto;
        flex-grow: 1;
        font-size: 14px;
        font-style: Bold;
        text-align: center;
        font-family: var(--MAIN-FONT);
        font-weight: 700;
        line-height: normal;
        font-stretch: normal;
        text-decoration: none;
    }

.vd-slotbox button {
    width: 100%;
    margin-top: 2px;
    /*border-radius: 0px;*/
}

.vd-slotrow {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(0,0,0,0.31);
}

.vd-itemrow {
    min-height: 20px;
    max-height: 100px;
    /*margin-top: -40px;*/
    margin-top: 0px;
    z-index: 9;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding-left: 4px;
    padding-right: 4px;
}

    .vd-itemrow.vd-top-label {
        min-height: 20px;
        max-height: 100px;
        margin-bottom: 0px;
    }

    .vd-itemrow .vd-col-md-12 {
        padding-left: 4px;
        padding-right: 4px;
    }

.HIGHLIGHT_TXT_COLOR {
    color: var(--VD_HIGHLIGHT_TXT);
}

    .HIGHLIGHT_TXT_COLOR a {
        color: var(--VD_HIGHLIGHT_TXT);
    }

.HIGHLIGHT_COLOR {
    color: var(--VD_HIGHLIGHT);
}

.vd-cascade-row {
    margin-left: 0px;
    margin-right: 0px;
}

.vd-seatcount {
    background-color: rgba(0,0,0,0.7);
    width: 36px;
    height: 36px;
    border: solid 1px #000;
    float: left;
    margin-right: 4px;
    line-height: 36px;
    text-align: center;
}

.vd-ticket {
    background-image: url(https://quinbook.com/Content/img/ticket.png);
    background-size: cover;
    width: 220px;
    height: 116px;
    text-align: center;
    color: #000;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 29px;
    font-size: 15px;
}

    .vd-ticket:hover {
        background-image: url(https://quinbook.com/Content/img/ticket_active.png);
        color: #fff;
        cursor: pointer;
    }

    .vd-ticket.active {
        background-image: url(https://quinbook.com/Content/img/ticket_active.png);
        color: #fff;
        cursor: pointer;
    }
/*##############################################################*/
.vd-loading-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3147483647;
    -webkit-animation: loadingStart 3s 300ms linear 1 both;
    -moz-animation: loadingStart 3s 300ms linear 1 both;
    -o-animation: loadingStart 3s 300ms linear 1 both;
    animation: loadingStart 3s 300ms linear 1 both;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
}

    .vd-loading-overlay.fullscreen {
        position: fixed;
    }

.vd-loading-text {
    font-size: 10px;
    line-height: 1.3125rem;
    text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
    position: relative;
    color: #000;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center !important;
}

    .vd-loading-text:after {
        content: "...";
    }

.vd-loading-spinner {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -3.9375rem auto 0;
    color: #1a1d1d;
    text-align: center;
}

.vd-loading-icon {
    display: block;
    vertical-align: middle;
    margin: 10% auto;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 6px solid #EEEEEE;
    border-top-color: #BFBFBF;
    border-bottom-color: #BFBFBF;
    -webkit-animation: vd-spinneranimation 2.5s infinite ease-in-out;
    animation: vd-spinneranimation 2.5s infinite ease-in-out;
}

.vd-loading-icon-25 {
    display: block;
    vertical-align: middle;
    margin: 10% auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 6px solid #EEEEEE;
    border-top-color: #BFBFBF;
    border-bottom-color: #BFBFBF;
    -webkit-animation: vd-spinneranimation 2.5s infinite ease-in-out;
    animation: vd-spinneranimation 2.5s infinite ease-in-out;
}

@-webkit-keyframes vd-spinneranimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
}

@keyframes vd-spinneranimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
}
/*##############################################################*/
.vd-has-error .help-block,
.vd-has-error .control-label,
.vd-has-error .radio,
.vd-has-error .checkbox,
.vd-has-error .radio-inline,
.vd-has-error .checkbox-inline,
.vd-has-error.radio label,
.vd-has-error.checkbox label,
.vd-has-error.radio-inline label,
.vd-has-error.checkbox-inline label {
    color: #a94442;
}

.vd-has-error .form-control {
    border-color: #a94442;
    color: #fff;
    background-color: #a94442;
    color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .vd-has-error .form-control:focus {
        color: #fff;
        border-color: #843534;
        background-color: #a94442;
        color: #fff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

.vd-has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.vd-has-error .form-control-feedback {
    color: #cc0000;
}

.vd-error-msg {
    color: #cc0000;
    font-weight: bold;
}
/*##############################################################*/
.vd-payment {
    width: 48px;
    height: 50px;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-size: contain;
    margin-left: 14px;
    margin-right: 14px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .vd-payment {
        margin-left: 2px;
        margin-right: 2px;
    }
}

.vd_secondary {
    display: none;
}

.vd_pay {
}

.vd_pay.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.vd-payment-box {
    padding: 0px;
    width: 100%;
    height: 50px;
    color: #000;
    text-align: center;
    margin: 0px auto;
}

@media (max-width: 768px) {
    .vd-payment-box {
        width: 248px;
    }
}

.vd-payment-box input[type='radio'] {
    /*opacity: 0;*/
}

.vd-payment-box div {
    float: left;
}

.vd-payment-box input {
    width: 1.6em;
    height: 1.6em;
    margin: 0 auto;
}

    .vd-payment-box input[type=radio] {
        width: 1.6em;
        height: 1.6em;
        margin: 0 auto;
    }

.vd-payment-box label {
    font-size: 0.8em;
    margin-top: 10px;
}

.vd-payment.bugcoins {
    background-image: url('https://quinbook.com/Content/img/payments/payment_bugcoins.jpg');
}

    .vd-payment.bugcoins:hover, .vd-payment.bugcoins.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_bugcoins.jpg');
    }

.vd-payment.paypal {
    background-image: url('https://quinbook.com/Content/img/payments/payment_paypal.jpg');
}

    .vd-payment.paypal:hover, .vd-payment.paypal.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_paypal.jpg');
    }

.vd-payment.bill {
    background-image: url('https://quinbook.com/Content/img/payments/payment_bill2.jpg');
}

    .vd-payment.bill:hover, .vd-payment.bill.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_bill2.jpg');
    }

.vd-payment.wirecard_master {
    background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
}

    .vd-payment.wirecard_master:hover, .vd-payment.wirecard_master.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
    }

.vd-payment.wirecard_amex {
    background-image: url('https://quinbook.com/Content/img/payments/payment_wirecard_amex.jpg');
}

    .vd-payment.wirecard_amex:hover, .vd-payment.wirecard_amex.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_wirecard_amex.jpg');
    }

.vd-payment.wirecard_sofort {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
}

    .vd-payment.wirecard_sofort:hover, .vd-payment.wirecard_sofort.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
    }

.vd-payment.onsite {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cashcard.png');
}

.vd-payment.onsite_cardonly {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cardonly.jpg');
}

.vd-payment.onsite_cashonly {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite.jpg');
}

.vd-payment.onsite_cardonly:hover, .vd-payment.onsite_cardonly.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cardonly.jpg');
}

.vd-payment.onsite_cashonly:hover, .vd-payment.onsite_cashonly.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite_cashonly.jpg');
}

.vd-payment.noinvoice {
    background-image: url('https://quinbook.com/Content/img/payments/payment_onsite.jpg');
}

    .vd-payment.noinvoice:hover, .vd-payment.noinvoice.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_onsite.jpg');
    }

.vd-payment.stripe_card {
    background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
}

    .vd-payment.stripe_card:hover, .vd-payment.stripe_card.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_creditcard.jpg');
    }

.vd-payment.stripe_giropay {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_giropay.jpg');
}

    .vd-payment.stripe_giropay:hover, .vd-payment.stripe_giropay.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_giropay.jpg');
    }

.vd-payment.stripe_ideal {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_ideal.jpg');
}

    .vd-payment.stripe_ideal:hover, .vd-payment.stripe_ideal.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_ideal.jpg');
    }

.vd-payment.stripe_p24 {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_p24.jpg');
}

    .vd-payment.stripe_p24:hover, .vd-payment.stripe_p24.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_p24.jpg');
    }

.vd-payment.stripe_sofort {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
}

    .vd-payment.stripe_sofort:hover, .vd-payment.stripe_sofort.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_sofort.jpg');
    }

.vd-payment.stripe_alipay {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_alipay.jpg');
}

    .vd-payment.stripe_alipay:hover, .vd-payment.stripe_alipay.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_alipay.jpg');
    }

.vd-payment.stripe_bancontact {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_bancontact.jpg');
}

    .vd-payment.stripe_bancontact:hover, .vd-payment.stripe_bancontact.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_bancontact.jpg');
    }

.vd-payment.stripe_eps {
    background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_eps.jpg');
}

    .vd-payment.stripe_eps:hover, .vd-payment.stripe_eps.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_stripe_eps.jpg');
    }

.vd-payment.stripe_ach {
    background-image: url('https://quinbook.com/Content/img/payments/payment_transfer.jpg');
}

    .vd-payment.stripe_ach:hover, .vd-payment.stripe_ach.active {
        background-image: url('https://quinbook.com/Content/img/payments/payment_transfer.jpg');
    }

.vd-payment.payrexx, .vd-payment.payrexx:hover, .vd-payment.payrexx.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx.jpg');
}

.vd-payment.payrexx_twint, .vd-payment.payrexx_twint:hover, .vd-payment.payrexx_twint.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_twint.jpg');
}

.vd-payment.payrexx_mastercard, .vd-payment.payrexx_mastercard:hover, .vd-payment.payrexx_mastercard.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_mastercard.jpg');
}

.vd-payment.payrexx_visa, .vd-payment.payrexx_visa:hover, .vd-payment.payrexx_visa.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_visa.jpg');
}

.vd-payment.payrexx_postfinance_card, .vd-payment.payrexx_postfinance_card:hover, .vd-payment.payrexx_postfinance_card.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_postfinance_card.jpg');
}

.vd-payment.payrexx_postfinance_efinance, .vd-payment.payrexx_postfinance_efinance:hover, .vd-payment.payrexx_postfinance_efinance.active {
    background-image: url('https://quinbook.com/Content/img/payments/payment_payrexx_postfinance_efinance.jpg');
}

/*##############################################################*/

.vd-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999999; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.vd-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 30px;
    border: 1px solid #888;
    width: 50%;
    color: #000 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow: hidden;
}

    .vd-modal-content a {
        color: #000 !important;
    }

    .vd-modal-content p {
        color: #000 !important;
    }

    .vd-modal-content.vd-error {
        background-color: #cc0000;
        color: #fff !important;
    }

    .vd-modal-content.vd-default a {
        text-decoration: underline;
    }
/* The Close Button */
.vd-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .vd-modal-close.vd-error {
        color: #fff;
    }

    .vd-modal-close:hover,
    .vd-modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

/*##############################################################*/

.vd-payment-infobar-icon1 {
    width: 28px;
    height: 28px;
    margin-bottom: -8px;
    display: inline-block;
    background-image: url(https://quinbook.com/Content/img/envelope_28.png);
}

.vd-payment-infobar-icon2 {
    width: 28px;
    height: 28px;
    margin-bottom: -8px;
    display: inline-block;
    background-image: url(https://quinbook.com/Content/img/check_28.png);
}

.vd-payment-infobar-icon3 {
    width: 28px;
    height: 28px;
    margin-bottom: -8px;
    display: inline-block;
    background-image: url(https://quinbook.com/Content/img/lock_28.png);
}

@media (max-width: 768px) {
    .vd-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    /*.vd-col-xs-1, .vd-col-sm-1, .vd-col-md-1, .vd-col-lg-1, .vd-col-xs-2, .vd-col-sm-2, .vd-col-md-2, .vd-col-lg-2, .vd-col-xs-3, .vd-col-sm-3, .vd-col-md-3, .vd-col-lg-3, .vd-col-xs-4, .vd-col-sm-4, .vd-col-md-4, .vd-col-lg-4, .vd-col-xs-5, .vd-col-sm-5, .vd-col-md-5, .vd-col-lg-5, .vd-col-xs-6, .vd-col-sm-6, .vd-col-md-6, .vd-col-lg-6, .vd-col-xs-7, .vd-col-sm-7, .vd-col-md-7, .vd-col-lg-7, .vd-col-xs-8, .vd-col-sm-8, .vd-col-md-8, .vd-col-lg-8, .vd-col-xs-9, .vd-col-sm-9, .vd-col-md-9, .vd-col-lg-9, .vd-col-xs-10, .vd-col-sm-10, .vd-col-md-10, .vd-col-lg-10, .vd-col-xs-11, .vd-col-sm-11, .vd-col-md-11, .vd-col-lg-11, .vd-col-xs-12, .vd-col-sm-12, .vd-col-md-12, .vd-col-lg-12 {
        padding-right: 0px;
        padding-left: 0px;
    }*/

    /*.vd-maincontent {
        padding: 5px;
    }*/
    .vd-offers {
        padding: 4px;
    }
}

.vd-tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: #161616;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-size: 12px Arial;
}

.available-icon {
    background-color: green;
    border-radius: 14px;
    width: 14px;
    height: 14px;
    float: left;
    margin-right: 4px;
    margin-top: 1px;
}

    .available-icon.free {
        background-color: green;
    }

    .available-icon.limited {
        background-color: orange;
    }

    .available-icon.occupied {
        background-color: red;
    }

.vd-h2 {
    color: var(--VD_TXT_COLOR) !important;
}

.vd-h3 {
    color: var(--VD_TXT_COLOR) !important;
}

.vd-h4 {
    color: var(--VD_TXT_COLOR) !important;
    margin-bottom: 12px;
}

.vd-h5 {
    color: var(--VD_TXT_COLOR) !important;
}

.vd-modal-content .vd-h2, .vd-modal-content .vd-h3, .vd-modal-content .vd-h4, .vd-modal-content .vd-h5 {
    color: #000 !important;
}

.vd-stockitem {
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.4);
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    width: 100%;
    background-color: white;
    /*height: 0;*/
    /*padding: 8px 12px;*/
    /*border-radius: 4px;*/
    /*border: 1px solid transparent;*/
    /*box-shadow: 0 1px 3px 0 #e6ebf1;*/
    /*-webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;*/
}
/*
#express-checkout-element.StripeElement {
    padding: 8px 12px;
    background-color: rgba(0,0,0,.3);
    border-radius: 0px;
    border: 1px solid transparent;
    box-shadow: none;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}*/

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.vd-top-margin-0 {
    margin-top: 0px;
}

.vd-item-title {
    font-size: 1.2em;
}

.vd-item-title-event-name {
    font-weight: bold;
}

.vd-event-desc {
    margin-top: 16px;
}

.vd-txt_color_2 {
    color: var(--VD_TXT_COLOR);
}

.txt_bold {
    font-weight: bold;
}

.txt_white {
    color: #fff;
}

.txt_right {
    text-align: right;
}

.txt_left {
    text-align: left;
}

#vd-calendar-bar-titel {
    color: var(--VD_TXT_COLOR);
    font-size: 24px;
    font-style: normal;
    font-weight: 700px;
    font-stretch: normal;
    padding-left: 0px;
}

#vd-calendar-bar {
    overflow-x: visible;
    overflow-y: hidden;
    /*touch-action: none;*/
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: flex;
}

    #vd-calendar-bar::-webkit-scrollbar {
        display: none;
    }

.vd-calendar-bar-btn {
    width: 42px;
    height: 84px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .vd-calendar-bar-btn .vd-dayname {
        text-align: center;
        width: 42px;
        height: 42px;
        padding-top: 10px;
        color: var(--VD_TXT_COLOR);
    }

    .vd-calendar-bar-btn .vd-number {
        border-color: rgba(212, 211, 223, 1);
        border-style: solid;
        border-width: 1px;
        background: #fff !important;
        color: #000 !important;
        width: 42px;
        height: 42px;
        text-align: center;
        padding-top: 10px;
    }

    .vd-calendar-bar-btn.active .vd-number {
        background-color: var(--VD_HIGHLIGHT) !important;
        color: var(--VD_HIGHLIGHT_TXT) !important;
    }

    .vd-calendar-bar-btn.nextmonth .vd-dayname {
        font-weight: normal;
    }

    .vd-calendar-bar-btn.nextmonth .vd-number {
        font-weight: normal;
    }

    .vd-calendar-bar-btn.currentmonth .vd-dayname {
        font-weight: bold;
    }

    .vd-calendar-bar-btn.currentmonth .vd-number {
        font-weight: bold;
    }

.vd-calendar-bar-nav {
    height: 30px;
    width: 90px;
    font-size: 1.2em;
    float: right;
}

    .vd-calendar-bar-nav .vd-calendar-bar-nav-left {
        float: right;
        width: 28px;
        text-align: center;
    }

    .vd-calendar-bar-nav .vd-calendar-bar-nav-center {
        float: right;
        width: 28px;
        text-align: center;
        text-transform: uppercase;
    }

    .vd-calendar-bar-nav .vd-calendar-bar-nav-right {
        float: right;
        width: 28px;
        text-align: center;
    }

    .vd-calendar-bar-nav a img {
        width: 28px;
    }

.vd-button-mobile-full {
    min-width: 140px;
    width: 140px;
}

@media (max-width: 768px) {
    .vd-button-mobile-full {
        width: 100%;
        margin-bottom: 1px;
    }
}

.padding_lr_4 {
    padding-left: 4px;
    padding-right: 4px;
}

.padding_none {
    padding: 0px;
}

.canvas-container {
    margin: 0 auto;
}

.vd-game-preloader {
    position: absolute;
    z-index: 99999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

    .vd-game-preloader .vd-progress-border {
        border: 1px solid #ccc;
        width: 80%;
        height: 30px;
        margin: 20px auto;
    }

    .vd-game-preloader .vd-progress-bar {
        color: #000;
        background-color: var(--VD_HIGHLIGHT);
        width: 0%;
        height: 28px;
    }

#venuedoo.vd-game-full {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999999999999999;
}

.vd-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    min-height: 100%;
}

.vd-flex-col {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .vd-flex-col.vd-flex-fill {
        width: 100%;
    }

.vd-flex-right {
    margin-left: auto;
}

.vd-flex-menu {
    width: 300px;
    background-color: #ccc;
    color: #000;
    padding: 15px;
    flex-grow: 1;
}

.vd-flex-content {
    background-color: white;
    height: 100%;
    flex-grow: 1;
}

.vd-game-canvas {
    margin: 0 auto;
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.vd-minifymenu {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all .1s linear 0s;
    margin-left: 264px;
}

.vd-maxifymenu {
    border-bottom: 1px solid #302F2F;
    background: #454545;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    margin-top: 5px;
    font-size: 19px;
    transition: all .1s linear 0s;
    margin-left: 0px;
}

.vd-close-game {
    bottom: 30px;
    width: 100%;
    height: 40px;
    background-color: #333;
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    cursor: pointer;
}

.vd-custom-icon-popup {
    position: absolute;
    z-index: 9999999;
    left: calc(50% - 80px);
    top: calc(50% - 60px);
    background: rgba(0,0,0,0.5);
    padding: 20px;
    border-radius: 20px;
    width: 176px;
    text-align: center;
}

.vd-slot-icon {
    position: absolute;
}

    .vd-slot-icon.vd-right {
        right: 18px;
        margin-top: -18px;
    }

    .vd-slot-icon.vd-left {
        left: 18px;
    }

    .vd-slot-icon img {
        width: 16px;
        height: 16px;
    }

#vd-disconnected img {
    animation: blink 2s ease-in infinite;
}

#vd-videobuffer img {
    animation: spinimg 2s infinite linear;
}

@keyframes blink {
    from, to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes spinimg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.vd-sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    animation: vd-sk-chase 2.5s infinite linear both;
}

.vd-sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: vd-sk-chase-dot 2.0s infinite ease-in-out both;
}

    .vd-sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #fff;
        border-radius: 100%;
        animation: vd-sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .vd-sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .vd-sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .vd-sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .vd-sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .vd-sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .vd-sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .vd-sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .vd-sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .vd-sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .vd-sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .vd-sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .vd-sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes vd-sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes vd-sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

#express-checkout-element {
    padding: 0px;
    background-color: transparent;
    border: none;
    margin: 0px;
}

/*############################################################*/

.vd-body-no-scroll {
    overflow: hidden; /* Deaktiviert Scrollbalken */
    height: 100vh; /* Setzt die Höhe auf 100% */
}

.vd-order-modal {
    /*display: none;*/ /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 2147483647; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.92); /* Black w/ opacity */
    line-height: initial;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.vd-order-modal-content {
    background-color: #31312f; /* #f7f8f9; */
    margin: 5% auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 1400px; /* Could be more or less, depending on screen size */
    min-height: 400px;
    border-radius: 10px; /* Rounded corners */
    z-index: 99999999; /* Sit on top */
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

.vd-order-modal-content-modal-dialog {
    max-width: 960px;
    max-height: 400px;
}

.order-modal-description-container {
    position: relative;
    overflow: hidden;
}
  
.order-modal-description-content {
    position: relative;
    transition: max-height 0.5s ease;
    overflow: hidden;
}

.order-modal-description-content.collapsed {
    max-height: 150px;
}

.order-modal-description-content.expanded {
    max-height: 1000px;
}

.order-modal-description-content.expanded::after {
    opacity: 0; /* hide the fade-out effect */
}

.order-modal-description-content.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(
      rgba(255, 255, 255, 0),
      #f5f5f5
    );
}

/* Responsive adjustments */
@media screen and (min-width: 768px) and (max-width: 1399px) {
    .vd-order-modal-content {
        width: 80%; /* Responsive width */
        margin: 5% auto; /* Centering */
        padding: 8px;
        border: 1px solid #888;
        border-radius: 10px;
    }
}

/* Fullscreen for mobile devices */
@media screen and (max-width: 768px) {
    .vd-order-modal-content {
        margin: 0px;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        border-radius: 0px; /* Full screen on mobile, no border radius */
    }

    .vd-order-modal-content-modal-dialog{
        font-size: 15px;
    }
}

/*############################################################*/

.vd-payment-area {
    display: flex;
    /* flex-wrap: wrap; */
    font-family: var(--MAIN-FONT);
}

.vd-payment-sidebar {
    width: 40%;
    min-width: 40%;
    color: var(--VD_HIGHLIGHT_TXT);
    display: flex;
    flex-direction: column;
    background-color: var(--VD_HIGHLIGHT);
}

.vd-payment-sidebar, .vd-payment-content {
    min-height: 880px;
    padding: 75px 40px;
}

.vd-payment-content {
    background-color: #f7f8f9;
    flex-grow: 1;
}

.vd-payment-heading {
    text-align: center;
    margin-bottom: 54px;
}

    .vd-payment-heading .vd-payment-heading-title, .vd-payment-heading .vd-payment-heading-price {
        font-family: var(--MAIN-FONT);
        margin: 0;
    }

    .vd-payment-heading .vd-payment-heading-title {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 32px;
    }

    .vd-payment-heading .vd-payment-heading-price {
        font-size: 42px;
        font-weight: 700;
    }

.vd-payment-products {
    grid-template-columns: 1fr;
    margin-bottom: auto;
    display: grid;
    gap: 24px;
}

.vd-payment-product {
    grid-template-columns: auto 1fr auto;
    align-items: flex-start;
    display: grid;
    gap: 16px;
}

.vd-payment-product-image {
    min-width: 75px;
    width: 75px;
}

    .vd-payment-product-image img {
        width: 100%;
        display: block;
    }

.vd-payment-product-detail {
    line-height: 21px;
    font-weight: 500;
    font-size: 14px;
}

.vd-payment-product-title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
}
.vd-payment-product-slotline {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
}

.vd-payment-product-price {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
}

.vd-payment-cart {
    margin-top: 20px;
}

    .vd-payment-cart label {
        gap: 16px;
        display: flex;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 16px;
        align-items: center;
    }

        .vd-payment-cart label input {
            width: 24px;
            height: 24px;
            border: none;
            appearance: none;
            border-radius: 4px;
            background-size: 16px;
            background-color: #fff;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .vd-payment-cart label input:checked {
                background-image: url('https://quinbook.com/shop/img/check-icon.svg');
            }

.vd-payment-coupon {
    gap: 12px;
    display: flex;
    margin-bottom: 16px;
    align-items: start;
}

    .vd-payment-coupon input, .vd-payment-coupon button {
        font-family: var(--MAIN-FONT);
        padding: 12px 24px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 16px;
        outline: none;
        height: 48px;
        border: none;
    }

    .vd-payment-coupon input {
        width: 100%;
        flex-grow: 1;
        background-color: #fff;
        color: #7B7B7B;
    }

    .vd-payment-coupon .vd-error-msg {
        color: #fff;
    }

    .vd-payment-coupon button {
        transition: all 0.25s linear;
        background-color: #F7F8F9;
        color: #1C1C1A;
        padding-right: 0;
        cursor: pointer;
        padding-left: 0;
        width: 35%;
    }

        .vd-payment-coupon button:hover {
            background-color: #1C1C1A;
            color: #fff;
        }

    .vd-payment-coupon.vd-mobile-show button {
        background-color: #CCC;
        color: #1C1C1A;
        width: 100%;
        margin-top: 4px;
    }

        .vd-payment-coupon.vd-mobile-show button:hover {
            background-color: #DDD;
            color: #fff;
        }

.vd-payment-cart table {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}

    .vd-payment-cart table th {
        font-weight: 700;
    }

    .vd-payment-cart table tfoot {
        font-size: 24px;
    }

    .vd-payment-cart table th, .vd-payment-cart table td {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .vd-payment-cart table tfoot th {
        padding-bottom: 0 !important;
    }

.vd-payment-tabs {
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px;
    display: flex;
    padding: 0;
}

    .vd-payment-tabs li {
        gap: 12px;
        display: flex;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        align-items: center;
    }

        .vd-payment-tabs li .count {
            background-color: var(--VD_HIGHLIGHT);
            border-radius: 35px;
            text-align: center;
            line-height: 36px;
            font-weight: 700;
            font-size: 20px;
            min-width: 36px;
            color: var(--VD_HIGHLIGHT_TXT);
            height: 36px;
            width: 36px;
        }

        .vd-payment-tabs li:not(:first-child):before {
            top: 0;
            bottom: 0;
            left: -28px;
            width: 18px;
            margin: auto;
            content: "";
            height: 14px;
            opacity: 0.3;
            position: absolute;
            background: transparent url('https://quinbook.com/shop/img/tab-arrow.png') no-repeat center center / contain;
        }

    .vd-payment-tabs li {
        opacity: 0.3;
    }

        .vd-payment-tabs li.active {
            opacity: 1;
        }

.vd-payment-tab-title {
    margin-top: 0;
    font-size: 32px;
    font-weight: 500;
    color: #1C1C1A;
    margin-bottom: 24px;
}

.vd-payment-tab-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #1C1C1A;
    margin-top: 15px;
}

.vd-payment-content {
    display: flex;
    flex-direction: column;
}

.vd-payment-tab-content {
    flex-grow: 1;
    display: none;
}

    .vd-payment-tab-content.vd-tab-active {
        display: block;
    }

.vd-cart-left-table tfoot th {
    text-align: left;
}

.vd-cart-table {
    width: 100%;
}

    .vd-cart-table thead th, .vd-cart-table tbody td {
        padding-left: 5px;
        padding-right: 5px;
    }

    .vd-cart-table tfoot th, .vd-cart-table tfoot td {
        text-align: left;
    }

    .vd-cart-table thead th {
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        padding-bottom: 15px;
        border-bottom: 2px solid #D6D6D6;
        text-align: left;
    }

    .vd-cart-table tbody td {
        font-size: 14px;
        font-weight: 500;
        padding-top: 12px;
        vertical-align: top;
        padding-bottom: 12px;
    }

        .vd-cart-table tbody td:last-child {
            text-align: right;
        }

        .vd-cart-table tbody td .vd-payment-product-title {
            margin-bottom: 4px;
            font-weight: 500;
            font-size: 18px;
            margin-top: 0;
            color: #000;
        }

.vd-qty {
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 25px;
    align-items: center;
    display: inline-flex;
    border: 2px solid #D5D4DF;
}

    .vd-qty > * {
        font-family: var(--MAIN-FONT);
        text-align: center;
        font-weight: 500;
        background: none;
        border: none;
        height: 30px;
        width: 27px;
    }

    .vd-qty button {
        font-size: 18px;
        cursor: pointer;
        background-color: transparent;
    }

    .vd-qty input {
        font-size: 14px;
        text-align: center;
    }

.vd-qty-area {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .vd-qty-area .vd-qty {
        margin-bottom: 4px;
    }

    .vd-qty-area a {
        text-decoration: underline;
        font-weight: 500;
        color: #7B7B7B;
        font-size: 12px;
    }

        .vd-qty-area a:hover {
            color: #000;
        }

.vd-cart-table tfoot tr:first-child td {
    border-top: 1px solid #D6D6D6;
    padding-top: 12px;
}

.vd-cart-table tfoot tr td, .vd-cart-table tfoot tr th {
    font-size: 18px;
    padding-top: 5px;
    color: #1C1C1A;
    padding-bottom: 5px;
}

.vd-cart-table tfoot tr td {
    font-weight: 500;
}

.vd-cart-table tfoot tr th {
    font-weight: 700;
}

.vd-payment-tab-btns {
    padding: 20px 0;
    display: flex;
    gap: 24px;
}

.vd-flat-btns {
    position: -webkit-sticky;
    position: sticky;
    flex-wrap: wrap;
    display: flex;
    bottom: 15px;
    width: 100%;
    z-index: 6;
    gap: 16px;
}

.vd-flat-col + .vd-flat-col {
    margin-left: auto;
}

.vd-close-btn {
    position: fixed;
    top: 20px;
    right: 17px;
    width: 30px;
    height: 30px;
    background: none;
    border-radius: 40px;
    border: none;
    font-size: 0px;
    font-weight: bold;
    background-color: #E86767;
    cursor: pointer;
    z-index: 1000;
}

.vd-pay-btn {
    font-family: var(--MAIN-FONT);
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    width: 50%;
    flex-grow: 1;
    height: 62px;
}

    .vd-pay-btn > img {
        vertical-align: -6px;
        margin-right: 8px;
    }

.vd-pay-btn:disabled {
    cursor: not-allowed;
}

.vd-pay-btn-price {
    display: inline-block;
}

.vd-pay-btn-outline {
    border: 2px solid #5BAF98;
    background-color: #fff;
    color: #000;
}

    .vd-pay-btn-outline.disabled {
        color: #7B7B7B;
        cursor: not-allowed;
    }

.vd-pay-btn-fill {
    background-color: #5BAF98;
    border: 2px solid #5BAF98;
    color: #fff;
}

    .vd-pay-btn-fill:disabled, .vd-pay-btn-fill.disabled {
        background-color: #7B7B7B;
        border-color: #7B7B7B;
        cursor: not-allowed;
    }

.vd-pay-btn-danger {
    /*border: 2px solid #E86767;*/
    border: none;
    background-color: #E86767;
    color: #fff;
}

.checkbox {
    gap: 16px;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    align-items: center;
}

    .checkbox a {
        color: inherit;
        text-decoration: underline;
    }

    .checkbox input {
        width: 24px;
        height: 24px;
        min-width: 24px;
        appearance: none;
        border-radius: 4px;
        background-size: 16px;
        background-color: #fff;
        border: 1px solid #7B7B7B;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .checkbox input:checked {
            background-image: url('https://quinbook.com/shop/img/check-icon.svg');
        }

.vd-payment-accordions {
    margin-bottom: 24px;
    border-radius: 16px;
    background-color: #fff;
}

.vd-payment-accordion-heading, .vd-payment-accordion-body {
    padding: 20px;
}

    .vd-payment-accordion-body .vd-payment-accordion {
        margin: -10px -20px 10px;
        border-radius: 0 !important;
    }

        .vd-payment-accordion-body .vd-payment-accordion:first-child {
            margin-top: -20px !important;
        }

        .vd-payment-accordion-body .vd-payment-accordion:last-child {
            margin-bottom: 0 !important;
        }

        .vd-payment-accordion-body .vd-payment-accordion .vd-payment-accordion-heading, .vd-payment-accordion-body .vd-payment-accordion .vd-payment-accordion-body {
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 0 !important;
        }

.vd-payment-accordion:not(:last-child) {
    border-bottom: 1px solid #F7F8F9;
}

.vd-payment-accordion-heading .vd-payment-accordion-title {
    margin: 0;
    flex-grow: 1;
    color: #1C1C1A;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .vd-payment-accordion-heading .vd-payment-accordion-title:before {
        content: "";
        margin-right: 12px;
        display: inline-block;
    }

    .vd-payment-accordion-heading .vd-payment-accordion-title:not(.arrow):before {
        width: 12px;
        height: 12px;
        border-radius: 15px;
        border: 2px solid #7B7B7B;
    }

    .vd-payment-accordion-heading .vd-payment-accordion-title.arrow:before {
        border-right: 2px solid #7B7B7B;
        border-bottom: 2px solid #7B7B7B;
        transform: rotate(45deg);
        margin-top: -2px;
        height: 10px;
        width: 10px;
    }

.vd-payment-accordion-heading {
    display: flex;
    cursor: pointer;
    align-items: center;
}

    .vd-payment-accordion-heading img {
        width: 40px;
        margin-left: 10px;
    }

.vd-payment-accordion-body {
    background-color: #F7F8F9;
}

.vd-payment-accordion.active > .vd-payment-accordion-heading {
    background-color: #F7F8F9;
    border-bottom: 1px solid #7B7B7B;
}

    .vd-payment-accordion.active > .vd-payment-accordion-heading .vd-payment-accordion-title.arrow:before {
        transform: rotate(-135deg);
        margin-top: 7px;
    }

.vd-payment-accordion.active {
    border: 1px solid #7B7B7B;
}

.vd-payment-accordion:last-child, .vd-payment-accordion:last-child .vd-payment-accordion-body {
    border-radius: 0 0 16px 16px;
}

.vd-payment-accordion:first-child, .vd-payment-accordion:first-child > .vd-payment-accordion-heading {
    border-radius: 16px 16px 0 0;
}

.vd-payment-accordion-body .vd-payment-accordion-heading {
    /* padding: 8px 0 !important; */
}

.vd-form-row {
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}

.vd-form-col {
    width: 100%;
}

.vd-form-col.no-gap {
    margin-bottom: -10px;
}

.vd-form-col-half {
    width: calc(50% - 10px);
}

.vd-form-row input:not([type="checkbox"]), .vd-form-row textarea, .vd-form-row select {
    width: calc(100% - 32px);
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #fff;
    font-family: var(--MAIN-FONT);
}

.vd-payment-accordion-body .vd-form-row input {
    font-size: 12px;
}

.vd-payment-accordion-heading.active .vd-payment-accordion-title:not(.arrow):before {
    border-color: #1C1C1A;
    box-shadow: 0 0 0 2px #1C1C1A inset;
}

.vd-payment-accordion-body {
    display: none;
}

.vd-payment-accordion.active > .vd-payment-accordion-body {
    display: block;
}

.vd-error-msg {
    display: none;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 500;
    color: #E86767;
    padding-left: 18px;
    background: transparent url('https://quinbook.com/shop/img/error.png') no-repeat top 2px left / auto;
}

.vd-has-error .vd-error-msg {
    display: block;
}

.vd-has-error input {
    color: #000;
    border: 1px solid #E86767 !important;
    background-color: rgba(232, 103, 103, 0.3) !important;
}

.vd-payment-tab-thanks {
    margin: auto;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

    .vd-payment-tab-thanks > img {
        max-width: 70px;
    }

.vd-payment-thanks-title {
    font-size: 32px;
    font-weight: 500;
    margin: 15px 0 10px;
}

.vd-payment-thanks-subtitle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 65px;
}

.vd-payment-tab-thanks ul {
    padding: 0;
    width: 100%;
    display: grid;
    margin: 0 auto;
    max-width: 700px;
    list-style-type: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

    .vd-payment-tab-thanks ul a {
        font-size: 16px;
        color: #7B7B7B;
        text-decoration: underline;
    }

        .vd-payment-tab-thanks ul a:hover {
            color: #1C1C1A;
        }

    .vd-payment-tab-thanks ul img {
        display: block;
        max-height: 56px;
        margin: 0 auto 16px;
    }

    .vd-payment-tab-thanks ul a span {
        text-align: center;
        max-width: 120px;
        display: block;
        margin: auto;
        width: 100%;
    }

.vd-payment-tab-inner {
    height: 100%;
    display: flex;
}

/* Die */
.vd-body-text {
    font-size: 20px;
    color: #7B7B7B;
}

.vd-die-area {
    font-weight: 500;
    padding: 46px 36px;
    background-color: #F5F5F5;
    font-family: var(--MAIN-FONT);
}

.vd-die-banner {
    z-index: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 36px;
    background-color: #D2A85D;
    border-radius: 8px 8px 0px 0px;
}

    .vd-die-banner:before {
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        content: "";
        height: 100%;
        position: absolute;
        background: rgb(23,22,22);
        background: -moz-linear-gradient(180deg, rgba(23,22,22,0) 0%, rgba(23,22,22,0.94) 90.74%, rgba(23,22,22,1) 100%, rgba(58,58,58,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(23,22,22,0) 0%, rgba(23,22,22,0.94) 90.74%, rgba(23,22,22,1) 100%, rgba(58,58,58,1) 100%);
        background: linear-gradient(180deg, rgba(23,22,22,0) 0%, rgba(23,22,22,0.94) 90.74%, rgba(23,22,22,1) 100%, rgba(58,58,58,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#171616",endColorstr="#3a3a3a",GradientType=1);
    }

    .vd-die-banner > img {
        margin: auto;
        display: block;
        max-width: 100%;
        /* max-height: 150px; */
        /*ADDED TO STRETCH THE IMAGE*/
        object-fit: cover;
        width: 100%;
    }

.vd-die-title {
    text-align: center;
    font-weight: 500;
    font-size: 28px;
}

.vd-die-meta {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    padding-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(123, 123, 123, 0.5);
    border-bottom: 1px solid rgba(123, 123, 123, 0.5);
}

    .vd-die-meta div {
        gap: 12px;
        display: flex;
        align-items: center;
    }

.vd-die-meta .exclude {
    display: unset;
}

.vd-die-banner-content {
    position: absolute;
    padding: 48px;
    color: #fff;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
}

    .vd-die-banner-content .vd-body-text {
        color: #fff;
    }

    .vd-die-banner-content .vd-die-title {
        text-align: left;
        margin-bottom: 16px;
    }

    .vd-die-banner-content .vd-die-meta {
        border: none;
        padding: 0;
        margin: 0;
    }

        .vd-die-banner-content .vd-die-meta img {
            filter: brightness(3);
        }

.vd-die-description {
    margin-bottom: 24px;
}

.vd-section {
    margin-bottom: 24px;
}

    .vd-section.open .vd-section-subtitle .vd-toggle-box-arrow svg {
        transform: rotate(180deg);
    }

    .vd-section.open .vd-cards {
        height: auto;
    }

    .vd-section.closed .vd-cards {
        height: 0px;
        overflow: hidden;
        padding: 0px !important;
    }

    .vd-section.bordered {
        border: solid 1px #ccc;
        border-radius: 8px;
        padding: 0px;
        overflow: hidden;
    }

.vd-section-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 18px;
}

.vd-map {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid rgba(123, 123, 123, 0.5);
}

.vd-map-address {
    padding: 40px 32px;
}

    .vd-map-address p {
        margin: 0;
    }

        .vd-map-address p + p {
            margin-top: 32px;
        }

.vd-map-frame {
    flex-grow: 1;
}

    .vd-map-frame iframe {
        min-height: 240px;
        height: 100%;
        width: 100%;
    }

.vd-cards {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 24px;
}

    .vd-cards .vd-section-info {
        width: 100%;
    }

    .vd-cards label {
        margin: 0;
        padding: 0;
    }

        .vd-cards label input {
            display: none;
        }

.vd-section.bordered .vd-cards {
    padding: 10px;
}

.vd-card {
    display: flex;
    border-radius: 8px;
    /*border: 2px solid transparent;*/
}

.vd-card-th, .vd-card-td {
    height: 56px;
    display: flex;
    line-height: 1;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.vd-card-th {
    font-size: 16px;
    min-width: 48px;
    color: #1C1C1A;
    font-weight: 700;
    border-radius: 6px 0 0 6px;
    background-color: rgba(137, 211, 191, 0.3);
}

.vd-card-td {
    font-size: 17px;
    color: #1C1C1A;
    font-weight: 500;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    border-radius: 0 6px 6px 0;
    min-width: 120px;
}

.vd-card-td small {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
}

.vd-card-v2-td {
    display: flex;
    line-height: 1;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    gap: 9px;
    min-width: 111px;
    height: 44px;
    border-radius: 1000px;
    border: none;
    background-color: var(--VD_HIGHLIGHT_LIGHT);
    font-weight: 500;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

@media screen and (min-width: 575px) {
    .vd-card-v2-td.order-tickets {
        min-width: 180px;
    }
}

.vd-card-v2-td.small {
    font-size: 13px;
    height: 32px;
}

.vd-card-v2-td.small svg {
    transition: 0.5s ease-in-out;
    transform: rotate(180deg);
}

.vd-card-v2-td.small.open svg {
    transform: rotate(0deg);
}

.vd-card-v2-td.selected {
    background-color: var(--VD_HIGHLIGHT);
    color: var(--VD_HIGHLIGHT_TXT);
}



.vd-cards input:checked + .vd-card, .vd-cards input:checked + .vd-card .vd-card-td:after {
    border-color: var(--VD_HIGHLIGHT) !important;
}

.vd-cards input:checked + .vd-card .vd-card-td {
    font-weight: 700;
    background-color: var(--VD_HIGHLIGHT_LIGHT);
}

.vd-cards input:checked + .vd-card .vd-card-v2-td {
    background-color: var(--VD_HIGHLIGHT);
    color: var(--VD_HIGHLIGHT_TXT);
}

.vd-cards input:not(:checked) + .vd-card .vd-card-v2-td:hover {
    filter: brightness(80%);
}

.vd-cards input:not(:checked) + .vd-card .vd-card-th {
    background-color: var(--VD_HIGHLIGHT_LIGHT);
}

.vd-cards input:checked + .vd-card .vd-card-th {
    background-color: var(--VD_HIGHLIGHT);
}

.vd-section-subtitle {
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 0px;
    background-color: var(--VD_HIGHLIGHT_LIGHT);
}

    .vd-section-subtitle .vd-toggle-box-arrow {
        float: right;
        cursor: pointer;
    }

        .vd-section-subtitle .vd-toggle-box-arrow svg {
            transition: transform .5s ease-in-out;
        }

    .vd-section-subtitle strong {
        display: inline;
        font-size: 20px;
        line-height: 1;
        color: #1C1C1A;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .vd-section-subtitle .vd-section-info {
        margin-top: 6px;
    }

.vd-section.bordered .vd-section-subtitle {
    padding: 10px 10px 16px 10px;
}

.vd-card-coupon .vd-card-td {
    position: relative;
    padding-left: 12px;
    padding-right: 28px;
}

    .vd-card-coupon .vd-card-td:after {
        top: 0;
        bottom: 0;
        z-index: 1;
        content: "";
        right: -2px;
        width: 14px;
        margin: auto;
        height: 24px;
        position: absolute;
        background-color: #F5F5F5;
        border-radius: 14px 0 0 14px;
        border: 2px solid transparent;
        border-right: none;
    }

.vd-flat-btns .vd-pay-btn-danger {
    max-width: 180px;
}

.vd-pay-btn span {
    transform: translateY(-50%);
    align-items: center;
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    right: 45px;
    gap: 8px;
    top: 50%;
}

.vd-cards-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    line-height: 1;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    padding: 10px;
    border-bottom-left-radius: 8px; /* Rundet die untere linke Ecke ab */
    border-bottom-right-radius: 8px; /* Rundet die untere rechte Ecke ab */
}

.vd-cards-overlay-title {
    text-shadow: 0 4px 4px rgba(0,0,0,0.15);
    color: #fff;
    font-weight: 700;
    margin: 0 0 4px;
}

.vd-cards-overlay-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: #1C1C1A;
}

.vd-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vd-section-collapse .vd-section-title {
    margin-bottom: 0px !important;
}

.vd-section-collapse .vd-map {
    display: none;
}

.vd-section-collapse.show .vd-map {
    display: flex;
}

.vd-section-collapse.show .vd-section-title {
    padding-bottom: 0;
    border-bottom: none;
}

    .vd-section-collapse.show .vd-section-title svg {
        transform: scale(-1);
    }

.vd-section-collapse .vd-section-title {
    /*padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid rgba(123, 123, 123, 0.5);
    border-bottom: 1px solid rgba(123, 123, 123, 0.5);*/
}

.vd-mobile-show {
    display: none;
}

@media screen and (max-width: 1600px) {
    .vd-payment-sidebar, .vd-payment-content {
        padding: 40px 20px;
        min-height: 780px;
    }

    .vd-payment-heading .vd-payment-heading-title {
        font-size: 26px;
        margin-bottom: 6px;
    }

    .vd-payment-heading .vd-payment-heading-price {
        font-size: 36px;
    }

    .vd-payment-product-detail {
        font-size: 13px;
        line-height: 20px;
    }

    .vd-payment-sidebar {
        width: 35%;
        min-width: 35%;
    }

    .vd-payment-tabs li {
        font-size: 14px;
    }

        .vd-payment-tabs li .count {
            width: 32px;
            height: 32px;
            font-size: 16px;
            min-width: 32px;
            line-height: 32px;
        }

    .vd-payment-tabs {
        margin-bottom: 24px;
    }

    .cart-table tbody td .vd-payment-product-title, .vd-payment-product-title, .vd-payment-product-slotline, .cart-table tfoot tr td, .cart-table tfoot tr th, .vd-payment-cart table, .vd-payment-cart label {
        font-size: 16px;
    }

    .vd-cart-table tbody td .vd-payment-product-title, .vd-payment-product-title, .vd-payment-product-slotline, .vd-cart-table tfoot tr td, .vd-cart-table tfoot tr th, .vd-payment-cart table, .vd-payment-cart label {
        font-size: 16px;
    }

        .vd-payment-cart table tfoot {
            font-size: 18px;
            text-align: left;
        }

    .vd-payment-tab-btns .vd-pay-btn {
        font-size: 18px;
        height: 50px;
    }

    .vd-payment-tab-title {
        font-size: 26px;
        margin-bottom: 14px;
    }

    .vd-payment-accordion-heading .vd-payment-accordion-title {
        font-size: 18px;
    }

    .vd-payment-thanks-title {
        font-size: 28px;
    }

    .vd-payment-thanks-subtitle {
        font-size: 16px;
    }

    .vd-payment-tab-thanks ul {
        width: 640px;
    }

        .vd-payment-tab-thanks ul a {
            font-size: 14px;
        }

    .vd-payment-thanks-subtitle {
        margin-bottom: 50px;
    }

    .vd-payment-tabs li:not(:first-child):before {
        left: -58px;
    }

    /* die */
    .vd-body-text, .vd-card-td, .vd-card-v2-td {
        font-size: 16px;
    }

    .vd-die-title {
        font-size: 24px;
    }

    .vd-die-meta {
        gap: 24px;
        margin-top: 18px;
        padding-top: 18px;
        margin-bottom: 18px;
        padding-bottom: 18px;
    }

        .vd-die-meta div {
            gap: 8px;
        }

    .vd-die-description {
        margin-bottom: 18px;
        /*padding-bottom: 18px;*/
    }

    .vd-section-title {
        margin-bottom: 14px;
    }

    .vd-section {
        margin-bottom: 20px;
    }

    .vd-cards {
        gap: 12px;
    }

    .vd-die-banner-content {
        padding: 24px;
    }

    .vd-section-collapse .vd-section-title {
        /*padding-top: 18px;
        padding-bottom: 18px;*/
    }
}

@media screen and (max-width: 1199px) {
    .vd-payment-sidebar, .vd-payment-content {
        min-height: 680px;
    }

    .vd-payment-sidebar, .vd-payment-content {
        padding: 25px 10px;
    }

    .vd-payment-tabs li:not(:first-child):before {
        left: -22px;
    }

    .vd-payment-heading .vd-payment-heading-title {
        font-size: 20px;
    }

    .vd-payment-heading .vd-payment-heading-price {
        font-size: 28px;
    }

    .vd-payment-heading {
        margin-bottom: 30px;
    }

    .vd-payment-product-image {
        width: 50px;
        min-width: 50px;
    }

    .vd-payment-product {
        gap: 8px;
    }

    .vd-payment-product-detail {
        font-size: 10px;
    }

    .cart-table tbody td .vd-payment-product-title, .vd-payment-product-title, .cart-table tfoot tr td, .cart-table tfoot tr th, .vd-payment-cart table, .vd-payment-cart label, .vd-payment-coupon input, .vd-payment-coupon button, .cart-table thead th, .vd-payment-product-price {
        font-size: 14px;
    }

    .vd-cart-table tbody td .vd-payment-product-title, .vd-payment-product-title, .vd-cart-table tfoot tr td, .vd-cart-table tfoot tr th, .vd-payment-cart table, .vd-payment-cart label, .vd-payment-coupon input, .vd-payment-coupon button, .vd-cart-table thead th, .vd-payment-product-price {
        font-size: 14px;
    }

    .vd-payment-cart label, .vd-payment-coupon {
        gap: 8px;
    }

        .vd-payment-coupon input {
            padding-left: 8px;
            padding-right: 8px;
        }

    .vd-payment-coupon {
        margin-bottom: 12px;
    }

    .vd-payment-tabs li {
        font-size: 12px;
    }

        .vd-payment-tabs li .count {
            width: 24px;
            height: 24px;
            font-size: 14px;
            min-width: 24px;
            line-height: 24px;
        }

    .vd-payment-tabs li {
        gap: 4px;
    }

        .vd-payment-tabs li:not(:first-child):before {
            left: -48px;
        }

    .vd-payment-tab-btns .vd-pay-btn {
        font-size: 16px;
    }

    .cart-table thead th {
        padding-bottom: 10px;
    }

    .vd-cart-table thead th {
        padding-bottom: 10px;
    }

    .vd-payment-accordion-heading .vd-payment-accordion-title {
        font-size: 16px;
    }

    .vd-payment-tab-thanks ul {
        width: 100%;
    }

    .vd-pay-btn {
        font-size: 16px;
    }

    .vd-section-subtitle strong {
        font-size: 16px;
    }

    .vd-section-subtitle {
        font-size: 14px;
    }

    .vd-die-meta div img {
        max-height: 20px;
    }
}

@media screen and (max-width: 992px) {
    .vd-payment-tabs li:not(:first-child):before {
        left: -16px;
    }

    .vd-map-address {
        padding: 20px 12px;
    }

    .vd-map-frame iframe {
        min-height: 180px;
    }

    .vd-die-area {
        padding: 24px;
    }

    .vd-die-meta {
        gap: 16px;
    }

    .vd-pay-btn span {
        left: 0;
        right: 0;
        gap: 4px;
        top: auto;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        position: relative;
        justify-content: center;
        transform: translate(0);
    }

        .vd-pay-btn span img {
            max-height: 14px;
        }
}

@media screen and (max-width: 768px) {
    .vd-payment-area {
        padding: 24px;
        flex-direction: column;
    }

    .vd-payment-sidebar, .vd-payment-content {
        min-height: auto;
    }

    .vd-payment-sidebar {
        width: 100%;
        min-width: 100%;
        padding: 16px;
        border-radius: 8px;
    }

        .vd-payment-sidebar:not(.show) .vd-payment-heading-price, .vd-payment-sidebar:not(.show) .vd-payment-products, .vd-payment-sidebar:not(.show) .vd-payment-cart {
            display: none;
        }

        .vd-payment-sidebar:not(.show) .vd-payment-heading, .vd-payment-sidebar:not(.show) .vd-payment-heading .vd-payment-heading-title {
            margin-bottom: 0;
        }

    .vd-payment-heading .vd-payment-heading-title:after {
        content: '';
        width: 24px;
        height: 24px;
        background: transparent url('https://quinbook.com/shop/img/arrow-down.png') no-repeat center center / auto;
        transition: all 0.35s linear;
        transform: rotate(0deg);
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 6px;
    }

    .show .vd-payment-heading .vd-payment-heading-title:after {
        transform: rotate(-180deg);
    }

    .vd-payment-cart label, .vd-payment-coupon {
        display: none;
    }

    .vd-mobile-show {
        display: block;
    }

    .vd-payment-cart {
        padding-top: 15px;
        border-top: 1px solid rgba(137, 211, 191, 0.8);
    }

    .vd-payment-product {
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .vd-payment-product-detail {
        /*width: calc(100% - 75px);*/
    }

    .vd-payment-product-price {
        width: 100%;
        margin-top: -10px;
        text-align: right;
    }

    .vd-payment-product-detail {
        font-size: 12px;
    }

    .vd-payment-products {
        gap: 16px;
    }

    .vd-payment-tabs li:not(:first-child):before {
        left: -25px;
    }

    .vd-payment-accordion-heading, .vd-payment-accordion-body {
        padding: 12px;
    }

        .vd-payment-accordion-body .vd-payment-accordion .vd-payment-accordion-heading, .vd-payment-accordion-body .vd-payment-accordion .vd-payment-accordion-body {
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .vd-payment-accordion-body .vd-payment-accordion {
            margin: -8px -12px 8px;
        }

            .vd-payment-accordion-body .vd-payment-accordion:first-child {
                margin-top: -8px !important;
            }

    .checkbox {
        gap: 10px;
    }

    .vd-payment-tab-inner {
        padding: 30px 0;
    }

    .vd-payment-tab-thanks ul {
        width: 100%;
    }

    /* die */
    .vd-body-text, .vd-card-td, .vd-card-v2-td {
        font-size: 14px;
    }

    .vd-die-title {
        font-size: 20px;
    }

    .vd-die-area {
        padding: 24px 24px 20px;
    }

    .vd-die-meta {
        margin-top: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .vd-die-description {
        margin-bottom: 16px;
        /*padding-bottom: 16px;*/
    }

    /*.vd-pay-btn-price {
        display: none;
    }
*/
    .vd-die-banner-content {
        padding: 12px;
    }

        .vd-die-banner-content .vd-die-title {
            margin-bottom: 12px;
        }

    .vd-die-banner {
        margin-bottom: 24px;
    }

    .vd-payment-sidebar, .vd-payment-content {
        height: auto;
    }

    .vd-payment-sidebar {
        padding: 12px;
    }

    .vd-payment-content {
        padding: 12px 0;
    }

    .vd-payment-area {
        overflow: auto;
    }

    .vd-payment-products {
        max-height: 40vh;
    }

    .vd-payment-products {
        gap: 8px;
    }

    .vd-payment-products {
        margin-right: -12px;
        padding-right: 12px;
    }

    .vd-payment-tab-content {
        margin-right: 0;
        padding-right: 0;
    }

    .vd-btn {
        font-size: 16px;
    }

    .vd-payment-tab-btns {
        flex-direction: row;
    }

    .vd-payment-tab-thanks {
        padding: 25px 0;
    }

    .vd-order-modal-content {
        background-color: #f7f8f9;
    }

    .vd-form-row input:not([type="checkbox"]), .vd-form-row textarea, .vd-form-row select {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .vd-payment-tabs li span {
        display: none;
    }

    .vd-payment-tabs {
        justify-content: center;
    }

        .vd-payment-tabs li + li {
            margin-left: 30px;
        }

    .vd-payment-tab-title {
        text-align: center;
        margin-bottom: 24px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D6D6D6;
    }

    .vd-cart-table thead,
    .cart-table thead {
        display: none;
    }

    .cart-table tbody tr, .cart-table tfoot tr,
    .vd-cart-table tbody tr, .vd-cart-table tfoot tr {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        .cart-table tbody tr td:nth-child(1),
        .vd-cart-table tbody tr td:nth-child(1) {
            flex-grow: 1;
            width: 100%;
        }

        .cart-table tbody tr td:nth-child(2),
        .vd-cart-table tbody tr td:nth-child(2) {
            display: none;
        }

        .cart-table tbody tr td:nth-child(3), .cart-table tbody tr td:nth-child(4),
        .vd-cart-table tbody tr td:nth-child(3), .vd-cart-table tbody tr td:nth-child(4) {
            flex-grow: 1;
        }

    .cart-table,
    .vd-cart-table {
        display: block;
    }

        .cart-table tbody, .cart-table tfoot,
        .vd-cart-table tbody, .vd-cart-table tfoot {
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .cart-table tbody tr td:nth-child(4) h4,
            .vd-cart-table tbody tr td:nth-child(4) h4 {
                font-size: 18px;
                font-weight: 700;
                text-align: right;
            }

    .vd-payment-content {
        padding-left: 0;
        padding-right: 0;
    }

    .qty-area,
    .vd-qty-area {
        gap: 16px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .cart-table tfoot td, .cart-table tfoot th,
    .vd-cart-table tfoot td, .vd-cart-table tfoot th {
        flex-grow: 1;
    }

    .cart-table tbody td .vd-payment-product-title, .vd-payment-product-title, .cart-table tfoot tr td, .cart-table tfoot tr th, .vd-payment-cart table, .vd-payment-cart label, .vd-payment-coupon input, .vd-payment-coupon button, .cart-table thead th, .vd-payment-product-price,
    .vd-cart-table tbody td .vd-payment-product-title, .vd-payment-product-title, .vd-cart-table tfoot tr td, .vd-cart-table tfoot tr th, .vd-payment-cart table, .vd-payment-cart label, .vd-payment-coupon input, .vd-payment-coupon button, .vd-cart-table thead th, .vd-payment-product-price {
        font-size: 16px;
    }

    .vd-payment-tab-content {
        margin-bottom: 50px;
    }

    .vd-payment-tab-btns {
        flex-direction: column-reverse;
        gap: 8px;
    }

        .vd-payment-tab-btns .vd-pay-btn {
            width: 100%;
        }

    .vd-pay-btn-outline {
        border: none;
        height: 32px !important;
        background: none !important;
    }

    .vd-payment-accordion-heading .vd-payment-accordion-title {
        font-size: 14px;
    }

    .vd-form-col-half {
        width: 100%;
    }

    .vd-form-row {
        gap: 12px;
    }

    .vd-payment-tab-thanks ul {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    /* die */
    .vd-die-meta {
        gap: 8px;
        /* flex-direction: column; */
    }

        .vd-die-meta div {
            margin-right: 8px;
        }

    .vd-map-address {
        padding: 15px;
    }

    .vd-map-frame iframe {
        min-height: 240px;
    }

    .vd-cards label {
        flex-grow: 1;
    }

    .vd-card {
        width: 100%;
    }

    .vd-card-td, .vd-card-v2-td {
        flex-grow: 1;
    }

    .vd-flat-btns {
        flex-direction: column-reverse;
        background-color: #F5F5F5;
        align-items: center;
        padding: 10px 0;
        bottom: 0;
        gap: 12px;
    }

        .vd-flat-btns .vd-pay-btn-fill {
            width: 100%;
        }

        .vd-flat-btns .vd-pay-btn-danger {
            padding: 0;
            border: none;
            height: auto;
            color: #1C1C1A;
            background: none;
        }

    .vd-pay-btn span img {
        display: none;
    }

    .vd-pay-btn > img {
        margin-right: 4px;
    }

    .vd-pay-btn {
        font-size: 14px;
    }
}

/*############################################################*/

.vd-cart-btn {
    font-family: var(--MAIN-FONT);
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 30px;
    position: fixed;
    bottom: 20px;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    width: 50%;
    height: 62px;
    background-color: #5BAF98;
    border: 2px solid #5BAF98;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

/*############################################################*/


.vd-booking-calendar {
    margin-bottom: 24px;
}

.vd-booking-month {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    gap: 20px;
}

.vd-month-arrows {
    display: flex;
    gap: 15px;
}

    .vd-month-arrows button {
        background-color: transparent;
        border: none;
        padding: 0;
    }

        .vd-month-arrows button svg {
            display: block;
            position: relative;
        }

.vd-table-responsive {
    width: 100%;
    overflow: auto;
    margin-bottom: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .vd-table-responsive::-webkit-scrollbar {
        display: none;
    }

.vd-booking-table {
    width: 100%;
    text-align: center;
}

    .vd-booking-table th, .vd-booking-table td {
        padding: 12px;
        min-width: 48px;
        font-size: 14px;
        color: #000000;
    }

    .vd-booking-table th {
        font-weight: 600;
    }

    .vd-booking-table td {
        font-weight: 400;
        border: 1px solid #D5D4DF;
    }

        .vd-booking-table td + td {
            border-left: none;
        }

        .vd-booking-table td.today {
            background-color: #A7D3C7;
        }

        .vd-booking-table td.prev, .vd-booking-table td.next {
            background-color: #F2F3F7 !important;
            color: #A8A8A8 !important;
        }

        .vd-booking-table td:not(.today):hover {
            background-color: rgba(167, 211, 199, 0.2);
        }

.vd-booking-appointment {
    margin-bottom: 64px;
}

.vd-booking-appointment-area {
    justify-content: left;
    flex-wrap: wrap;
    display: flex;
    gap: 24px;
}

.vd-booking-appointment-list {
    width: calc(16.6% - 19.3px);
}

.vd-booking-appointment-card {
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    background-color: transparent;
    border-radius: 0 0 4px 4px;
    flex-direction: column;
    margin-bottom: 12px;
    min-height: 107px;
    display: flex;
}

.vd-booking-appointment-card-name {
    padding: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    margin: auto;
    color: #000;
    min-height: 62px;
}

.vd-booking-appointment-card img {
    width: 100%;
    height: 70px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.vd-booking-appointment-buttons {
    flex-direction: column;
    display: flex;
    gap: 12px;
    width: 100%;
}

    .vd-booking-appointment-buttons button {
        z-index: 1;
        width: 100%;
        height: 48px;
        border: none;
        color: var(--VD_STATE_GREEN_TXT);
        font-size: 16px;
        cursor: pointer;
        line-height: 1.1;
        overflow: hidden;
        font-weight: 500;
        border-radius: 8px;
        position: relative;
        background-color: var(--VD_STATE_GREEN);
        transition: all 0.35s linear;
        text-align: center;
    }
        .vd-booking-appointment-buttons .vd-adjusted {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 20px;
            height: 170%;
            background: var(--VD_DISCOUNT_BG);
            transform: rotate(38deg);
            transform-origin: bottom left;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .vd-booking-appointment-buttons .vd-adjusted span  {
            white-space: nowrap;
            transform: rotate(-90deg);
            color: var(--VD_DISCOUNT_TXT);
            font-style: normal;
            font-family: 'Poppins';
            font-weight: 700;
            font-size: 16px;
            line-height: 24px; 
        }
        .vd-booking-appointment-buttons .vd-adjusted span.vd-amount  {
            font-size: 14px;
        }
        .vd-booking-appointment-buttons button.vd-onphone {
            background-color: var(--VD_STATE_YELLOW);
            color: var(--VD_STATE_YELLOW_TXT);
        }

        .vd-booking-appointment-buttons button.vd-occupied {
            background-color: var(--VD_STATE_RED);
            color: var(--VD_STATE_RED_TXT);
            cursor: not-allowed;
        }

        .vd-booking-appointment-buttons button:hover {
            box-shadow: 0 3px 4px rgba(0,0,0,0.15);
        }

        .vd-booking-appointment-buttons button img {
            display: inline-block;
            vertical-align: -1px;
            margin-left: 3px;
            width: 18px;
            height: 18px;
        }

        .vd-booking-appointment-buttons button[data-discount="true"] {
            border-bottom: 6px solid #FECD6E;
        }

        .vd-booking-appointment-buttons button strong {
            font-family: var(--MAIN-FONT);
            margin-bottom: -4px;
            font-weight: 700;
            font-size: 12px;
            display: block;
        }

        .vd-booking-appointment-buttons button:before {
            top: 0;
            left: 0;
            content: "";
            z-index: -1;
            height: 100%;
            position: absolute;
            width: var(--progress);
            background-color: #E86767;
        }

        .vd-booking-appointment-buttons button.vd-onphone:before {
            background-color: #FECD6E;
        }

        .vd-booking-appointment-buttons button.vd-occupied:before {
            background-color: #BBB9B9;
            cursor: default;
        }

.vd-booking-appointment-buttons-separator {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border: 0 !important;
    border-top: 1px solid #abaaaa !important;
}

@media screen and (min-width: 768px) {
    .vd-booking-appointment-col-6 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(6, 1fr);
    }

    .vd-booking-appointment-col-5 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(5, 1fr);
    }

    .vd-booking-appointment-col-4 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(4, 1fr);
    }

    .vd-booking-appointment-col-3 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
    }

    .vd-booking-appointment-col-2 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
    }

    .vd-booking-appointment-col-1 {
        display: grid;
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
    }

    .vd-booking-appointment-area > div {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .vd-booking-appointment-area {
        gap: 12px;
    }

    .vd-booking-appointment-list {
        width: calc(16.6% - 10px);
    }
}

@media screen and (max-width: 991px) {
    .vd-booking-appointment-list {
        width: 31.8%;
    }

    .vd-booking-appointment {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 768px) {
    .vd-booking-appointment-card img {
        height: 60px;
    }

    .vd-booking-appointment-buttons {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 575px) {
    .vd-booking-appointment-col-1 .vd-booking-appointment-list {
        width: 100%;
    }

    .vd-booking-appointment-col-2 .vd-booking-appointment-list {
        width: 47%;
    }
}

/*############################################################*/

.vd-payment-checkbox {
    gap: 16px;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    align-items: center;
}

    .vd-payment-checkbox a {
        color: inherit;
        text-decoration: underline;
    }

    .vd-payment-checkbox input:checked {
        background-image: url('https://quinbook.com/shop/img/check-icon.svg');
    }

    .vd-payment-checkbox p {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 0px;
    }

    .vd-payment-checkbox input {
        width: 24px;
        height: 24px;
        min-width: 24px;
        appearance: none;
        border-radius: 4px;
        background-size: 16px;
        background-color: #fff;
        border: 1px solid #7B7B7B;
        background-repeat: no-repeat;
        background-position: center center;
    }


.vd-voucher-cards {
    justify-content: left;
    flex-wrap: wrap;
    display: flex;
    gap: 45px;
}

.vd-voucher-card {
    color: #000;
    display: block;
    overflow: hidden;
    line-height: 1.1;
    border-radius: 8px;
    text-decoration: none;
    width: calc(25% - 34px);
    transition: all 0.35s linear;
    background-color: rgba(157, 156, 156, 0.2);
}

    .vd-voucher-card:hover {
        box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    }

.vd-voucher-card-content {
    padding: 16px 15px 24px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
}

    .vd-voucher-card-content strong {
        margin-bottom: 4px;
        font-weight: 700;
        font-size: 1.3em;
        display: block;
    }

.vd-voucher-card-img {
    /*padding-bottom: 150%;*/
    padding-bottom: 100%;
    position: relative;
}

    .vd-voucher-card-img img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        object-position: center;
    }

.vd-btn-danger {
    /*border: 2px solid var(--VD_STATE_RED);
    background-color: var(--VD_STATE_RED);
    color: var(--VD_STATE_RED_TXT);*/
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
}

.vd-flat-btns .vd-btn-danger {
    max-width: 180px;
}

.vd-btn-fill {
    background-color: var(--VD_HIGHLIGHT);
    border: 2px solid var(--VD_HIGHLIGHT);
    color: var(--VD_HIGHLIGHT_TXT);
}

    .vd-btn-fill:disabled, .vd-btn-fill.disabled {
        background-color: #7B7B7B;
        border-color: #7B7B7B;
        cursor: not-allowed;
    }

.vd-pay-btn span {
    transform: translateY(-50%);
    align-items: center;
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    right: 45px;
    gap: 8px;
    top: 50%;
}


.vd-mb-20 {
    margin-bottom: 20px;
}

.vd-mt-20 {
    margin-top: 20px;
}

.vd-mb-40 {
    margin-bottom: 40px;
}

.vd-mt-40 {
    margin-top: 40px;
}

.vd-amount-group {
    max-width: 350px;
    display: flex;
    width: 100%;
}

#vd-voucher-modal hr {
    margin-bottom: 24px;
}

.vd-amount-group button {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    border: none;
    width: 48px;
}

.vd-amount-group button, .vd-amount-group input {
    height: 48px;
}

    .vd-amount-group button:first-child {
        border-radius: 8px 0 0 8px;
        background-color: #7B7B7B;
    }

    .vd-amount-group button:last-child {
        border-radius: 0 8px 8px 0;
        background-color: var(--VD_HIGHLIGHT);
        color: var(--VD_HIGHLIGHT_TXT);
    }
    
    .vd-amount-group button:hover {
        filter: brightness(1.2);
    }

.vd-amount-group input {
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #7B7B7B;
    text-align: center;
    border: none !important;
    background-color: #fff;
    font-family: var(--MAIN-FONT);
    flex-grow: 1;
}

.vd-mt-10 {
    margin-top: 10px;
}

.vd-mb-10 {
    margin-bottom: 10px;
}

.vd-mt-20 {
    margin-top: 20px;
}

.vd-mb-20 {
    margin-bottom: 20px;
}

.vd-mt-0 {
    margin-top: 0px;
}

.vd-mb-0 {
    margin-bottom: 0px;
}

.vd-hr-mt-0 hr {
    margin-top: 0px;
}

.vd-hr-mb-0 hr {
    margin-bottom: 0px;
}

.vd-p-20 {
    padding: 20px;
}

/* upselling popup */

.vd-recommended-header {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 36px;
}

.vd-recommended-list {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 15px;
    display: flex;
    gap: 36px;
}

.vd-recommended-item {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
}

.vd-recommended-main-flex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    justify-content: space-between;
    width: 100%;
}

.vd-recommended-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    gap: 16px;
}

.vd-recommended-image {
    height: 35%;
    align-self: flex-start;
}

.vd-recommended-item .vd-recommended-image img {
    max-width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}


.vd-recommended-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px;
    gap: 4px;
    margin-right: 40px;
    margin-left: 10px;
    margin-top: 5px;
}

.vd-recommended-details-name {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
}

.vd-recommended-details-description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #7B7B7B;
    /*expand/collapse styles*/
    position: relative;
    transition: max-height 0.5s ease;
    overflow: hidden;

}

.vd-recommended-details-description.collapsed {
    max-height: 100px;
}

.vd-recommended-details-description.expanded {
    max-height: 1000px;
}

.vd-recommended-details-description.expanded::after {
    opacity: 0; /* hide the fade-out effect */
}

.vd-recommended-details-description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(
      rgba(255, 255, 255, 0),
      #f5f5f5
    );
}

.vd-recommended-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 8px;
}

.vd-recommended-price {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #7B7B7B;
}

.vd-recommended-qty {
    border-radius: 8px;
    max-width: 350px;
    border: none;
    /*width: 100%;*/
}
.vd-recommended-qty input {
    flex-grow: 1;
    width: 111px;
    height: 44px;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
}

.vd-recommended-qty.vd-qty {
    padding-left: 0px;
    padding-right: 0px;
}

.vd-recommended-qty button {
    height: 44px;
    color: #fff;
    outline: none;
    width: 44px;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins';
}

.vd-recommended-qty button:first-child {
    border-radius: 100px 0px 0px 100px;
    background-color: var(--VD_HIGHLIGHT);
}

.vd-recommended-qty button:first-child:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background-color: #7B7B7B;
}

.vd-recommended-qty button:last-child {
    background-color: var(--VD_HIGHLIGHT);
    border-radius: 0px 100px 100px 0px;
}

.vd-recommended-qty button:last-child:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    background-color: #7B7B7B;
}

.vd-recommended-qty button:hover {
    background-color: var(--VD_HIGHLIGHT_LIGHT);
}

.vd-recommended-qty button:disabled:hover {
    background-color: #7B7B7B;
}

@media screen and (max-width: 1480px) {
    .vd-recommended-main-flex {
        margin-bottom: 25px;
    }

    .vd-recommended-content {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
    }

}
        
@media screen and (max-width: 767px) {
    .vd-recommended-header {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .vd-recommended-list {
        align-items: center;
    }


    .vd-recommended-main-flex {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0px;
    }

    .vd-recommended-item .vd-recommended-image img {
        max-width: 100px !important;
        height: 130px !important;
        object-fit: cover;
    }

    .vd-recommended-content {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
        width: 100%;
    }

    .vd-recommended-details-name {
        font-size: 15px;
        line-height: 22px;
        font-weight: 700;
    }

    .vd-recommended-details-description {
        font-size: 14px;
    }

    .vd-recommended-details-description.collapsed {
        max-height: 40px;
    }

    .vd-recommended-details {
        margin-right: 0px;
        gap: 0px;
    }

    .vd-recommended-control {
        width: 100%;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        padding-right: 15px;
        margin-left: 10px;
    }

    .vd-recommended-price {
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
    }

     /*
     .vd-recommended-qty {
        width: 100%;
        margin-right: 40px;
        margin-left: 10px;

    } 
   */

    .vd-recommended-qty input {
        width: 46px;
        height: 28px;
        font-size: 14px;
        flex-grow: 0;
    }

    .vd-recommended-qty button {
        font-size: 15px;
        line-height: 24px;
        font-weight: 500;
        height: 28px;
        width: 26px
    }
}

/* product popup */
.vd-product-row {
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
    gap: 36px;
}

.vd-product-image {
    width: 37.81%;
    min-width: 37.81%;
}

    .vd-product-image img {
        width: 100%;
        display: block;
        border-radius: 4px;
    }

.vd-product-detail {
    flex-grow: 1;
}

.vd-product-detail-title {
    font-family: 'Poppins';
    margin: 0 0 16px;
    color: #1C1C1A;
    font-weight: 500;
    font-size: 28px;
}

.vd-product-detail-price {
    border-bottom: 1px solid rgba(123, 123, 123, 0.5);
    border-top: 1px solid rgba(123, 123, 123, 0.5);
    font-family: 'Poppins';
    padding-bottom: 16px;
    padding-top: 16px;
    margin: 0 0 16px;
    font-weight: 500;
    font-size: 28px;
}

.vd-product-detail-discription, .vd-body-text {
    font-family: 'Poppins';
}

.vd-product-detail-discription {
    margin-bottom: 16px;
}

.vd-product-detail-quanity {
    padding-top: 16px;
    border-top: 1px solid rgba(123, 123, 123, 0.5);
}

    .vd-product-detail-quanity p {
        margin: 0 0 16px;
    }

.vd-product-detail-qty {
    border-radius: 8px;
    max-width: 350px;
    border: none;
    width: 100%;
}

    .vd-product-detail-qty input {
        flex-grow: 1;
        height: 48px;
        outline: none;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Poppins';
        background-color: #fff;
    }

    .vd-product-detail-qty.vd-qty {
        padding-left: 0px;
        padding-right: 0px;
    }

    .vd-product-detail-qty button {
        height: 48px;
        outline: none;
        min-width: 48px;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Poppins';
    }

        .vd-product-detail-qty button:first-child {
            border-radius: 8px 0 0 8px;
            background-color: #7B7B7B;
            color: white;
        }

        .vd-product-detail-qty button:last-child {
            border-radius: 0 8px 8px 0;
            background-color: var(--VD_HIGHLIGHT);
            color: var(--VD_HIGHLIGHT_TXT);
        }

        .vd-product-detail-qty button:hover {
            filter: brightness(1.2);
        }

.vd-order-modal-content > div {
    /* border-radius: inherit; */
}

.vd-product-list-title {
    margin-bottom: 1.1em !important;
}

.vd-product-detail-item {
    gap: 32px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
}

.vd-product-detail-item-image {
    min-width: 150px;
    width: 150px;
}

    .vd-product-detail-item-image img {
        border-radius: 4px;
        display: block;
        width: 100%;
    }

.vd-product-detail-item-info {
    flex-grow: 1;
}

    .vd-product-detail-item-info h4 {
        margin: 0;
        font-size: 28px;
        font-weight: 500;
        font-family: 'Poppins';
    }

    .vd-product-detail-item-info h6 {
        margin: 0;
        color: #7B7B7B;
        font-size: 24px;
        font-weight: 500;
        font-family: 'Poppins';
    }

.vd-product-detail-item-qty {
    text-align: center;
    min-width: 320px;
    width: 320px;
}

    .vd-product-detail-item-qty p {
        margin: 8px 0 0;
    }

@media screen and (max-width: 1600px) {
    .vd-product-row {
        gap: 16px;
    }

    .vd-die-area {
        padding: 26px 20px;
    }

    .vd-product-detail-price {
        padding-top: 12px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .vd-product-detail-title {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .vd-product-detail-price {
        font-size: 24px;
    }

    .vd-product-detail-item {
        gap: 20px;
    }

    .vd-product-detail-item-image {
        width: 100px;
        min-width: 100px;
    }

    .vd-product-detail-item-info h4 {
        font-size: 22px;
    }

    .vd-product-detail-item-info h6 {
        font-size: 18px;
    }

    .vd-product-detail-item-qty {
        min-width: 260px;
        width: 260px;
    }

    .vd-product-detail-item {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 991px) {
    .vd-pay-btn span {
        left: 0;
        right: 0;
        gap: 4px;
        top: auto;
        bottom: 0;
        width: 100%;
        font-size: 12px;
        position: relative;
        justify-content: center;
        transform: translate(0);
    }
}

@media screen and (max-width: 768px) {
    .vd-die-area {
        height: 100%;
        overflow: auto;
    }

    .vd-product-image {
        width: 80%;
        min-width: 80%;
    }

    .vd-flat-btns {
        bottom: 0;
    }

    .vd-product-row {
        flex-direction: column;
    }

    .vd-order-modal-content > div {
        border-radius: 0;
    }

    .vd-product-row > div {
        width: 100%;
    }

    .vd-product-row {
        margin-bottom: 25px;
    }

    .vd-product-detail-item {
        gap: 15px;
    }

    .vd-product-detail-item-image {
        width: 75px;
        min-width: 75px;
    }

    .vd-product-detail-item-info h4 {
        font-size: 20px;
    }

    .vd-product-detail-item-info h6 {
        font-size: 16px;
    }

    .vd-product-detail-item-qty {
        min-width: 220px;
        width: 220px;
    }
}

@media screen and (max-width: 575px) {
    .vd-die-area {
        padding-bottom: 0;
    }

    .vd-product-image {
        width: 100%;
        min-width: 100%;
    }

    .vd-product-detail-item {
        flex-wrap: wrap;
    }

    .vd-product-detail-item-qty {
        width: 100%;
    }
}

/*############################################################*/
/* NEW CUSTOM 06.02.2024 */
/*############################################################*/

.vd-order-modal {
    display: flex;
    padding: 10px 0;
}

.vd-order-modal-content {
    width: 90%;
    border: none;
    display: flex;
    overflow: hidden;
    margin: auto;
    max-width: 1000px;
    border-radius: 8px;
    padding: 0 !important;
    flex-direction: column;
    height: 100%;
    /* height: calc(100% - 40px); */
}

.vd-order-modal-content-center .vd-die-area {
    display: flex;
    flex-direction: column;
}

.vd-order-modal-content-center .vd-product-row {
    margin: auto;
    width: 100%;
}

.vd-order-modal-header {
    display: flex;
    padding: 20px 36px;
    align-items: center;
    background-color: #F5F5F5;
    justify-content: space-between;
}

.vd-modal-close {
    padding: 0;
    border: none;
    color: #1C1C1A;
    background-color: transparent;
}

    .vd-modal-close svg {
        display: block;
    }

.vd-product-detail-title {
    font-weight: 700;
    margin-bottom: 0 !important;
}

.vd-die-area {
    flex-grow: 1;
    padding: 36px;
    overflow: auto;
    position: relative;
}

.vd-order-modal-header + .vd-die-area {
    padding-top: 0;
}

.vd-product-detail-item:last-child {
    margin-bottom: 0 !important;
}

.vd-product-detail-item-image img {
    max-height: 115px;
    object-fit: cover;
}

.vd-flat-btns {
    bottom: 0;
    padding: 16px 24px;
    border-radius: 0 !important;
    background-color: rgba(28, 28, 26, 0.9);
}

.vd-flat-modal {
    padding: 16px 36px;
}

.vd-flat-flex {
    justify-content: space-between;
}

.vd-flat-flex-row {
    flex-direction: row !important;
}

/*.vd-flat-flex-row button {
        min-width: auto !important;
    }*/

.vd-flat-flex .vd-pay-btn {
    width: auto;
    height: 50px;
    font-size: 16px;
    padding: 0 25px !important;
}

.vd-flat-col {
    gap: 20px;
    display: flex;
    align-items: center;
}

.vd-flat-price, .vd-flat-time {
    font-family: 'Poppins';
    white-space: nowrap;
    align-items: center;
    font-weight: 500;
    display: flex;
    color: #fff;
    gap: 8px;
}

.vd-flat-time {
    font-size: 14px;
}

.vd-flat-price {
    font-size: 16px;
}

.vd-product-detail-price {
    border-top: 0;
}

.vd-product-image {
    width: 45%;
    min-width: 45%;
}

.vd-body-text {
    font-size: 16px;
}

h3.vd-product-detail-price {
    font-size: 22px;
}

.vd-product-detail-price {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.vd-die-banner:before {
    display: none;
}

.vd-die-banner-row {
    gap: 24px;
    display: grid;
    margin-bottom: 12px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.vd-die-banner {
    margin-bottom: 0;
}

    .vd-die-banner img {
        border-radius: 4px;
    }

.vd-die-meta {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 16px;
    gap: 12px 24px;
    border: none;
    padding: 0;
}

    .vd-die-meta img {
        max-width: 28px !important;
        max-height: 28px !important;
    }

.vd-die-description {
    margin-bottom: 24px;
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid rgba(123, 123, 123, 0.5);*/
}

.vd-die-description-noborder {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.vd-section-collapse .vd-section-title {
    /*padding-top: 15px;
    padding-bottom: 15px;*/
}

.vd-card-td {
    font-size: 16px;
}

.vd-card-th, .vd-card-td {
    height: 50px;
}

.vd-die-banner-sticky {
    z-index: 1;
    padding: 20px 36px;
    position: relative;
    border-radius: 0 !important;
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .vd-die-banner-sticky > img {
        object-position: center;
        position: absolute;
        object-fit: cover;
        border-radius: 0;
        opacity: 0.5;
        height: 100%;
        z-index: -1;
        width: 100%;
        left: 0;
        top: 0;
    }

.vd-die-banner-sticky-content {
    font-family: var(--MAIN-FONT);
    align-items: center;
    font-weight: 500;
    display: flex;
    color: #fff;
    gap: 20px;
}

    .vd-die-banner-sticky-content .vd-product-detail-title {
        margin: 0;
        color: #fff;
        font-size: 24px;
        line-height: 1.2;
    }

.vd-die-banner-sticky-info {
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap;
    display: flex;
    gap: 6px 14px;
}

.vd-booking-appointment-area {
    overflow: auto;
    /* flex-wrap: nowrap; */
}

    .vd-booking-appointment-area > div {
        min-width: 100px;
        /* width: 100%; */
        flex-grow: 1;
    }

.vd-booking-appointment-card {
    padding-bottom: 37.6%;
    border-radius: 8px;
    position: relative;
    min-height: auto;
    overflow: hidden;
    display: block;
    /* height: 95px; */
    width: 100%;
}

    .vd-booking-appointment-card img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.vd-booking-appointment-card-overlay:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(28,28,26,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(28,28,26,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(28,28,26,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1c1c1a",GradientType=1);
}

.vd-booking-appointment-card-overlay .vd-booking-appointment-card-name {
    left: 0;
    margin: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 5.39%;
    min-height: auto;
    text-align: left;
    position: absolute;
}

.vd-booking-appointment-col-4 .vd-booking-appointment-card-name {
    font-size: 18px;
}

.vd-booking-appointment-col-3 .vd-booking-appointment-card-name {
    font-size: 20px;
}

.vd-booking-appointment-col-2 .vd-booking-appointment-card-name {
    font-size: 22px;
    padding: 48px;
}

.vd-booking-appointment-col-1 .vd-booking-appointment-card-name {
    font-size: 24px;
    padding: 48px;
}

.vd-booking-appointment-col-2 .vd-booking-appointment-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.vd-booking-appointment-col-1 .vd-booking-appointment-buttons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.vd-booking-appointment-header {
    background-color: #F2F3F7;
    margin-bottom: 24px;
    padding: 12px 24px;
    border-radius: 8px;
}

    .vd-booking-appointment-header h4 {
        font-weight: 700;
        font-size: 24px;
        color: #000 !important;
    }

        .vd-booking-appointment-header h4 small {
            font-weight: 500;
            font-size: 0.8em;
            display: block;
        }

.vd-booking-appointment-area {
    margin-bottom: 35px;
}

.vd-payment-outer {
    display: flex;
    flex-direction: column;
}

.vd-payment-modal .vd-order-modal-content {
    max-width: 1400px;
}

.vd-payment-area {
    flex-grow: 1;
    height: calc(100% - 82px);
}

.vd-payment-products {
    gap: 15px;
    flex-grow: 1;
    display: flex;
    overflow: auto;
    min-height: 90px;
    margin-right: -40px;
    padding-right: 40px;
    flex-direction: column;
    align-items: flex-start;
}

.vd-payment-product {
    width: 100%;
}

.checkbox {
    padding-left: 40px;
}

    .checkbox input[type="checkbox"] {
        margin-left: -40px;
        margin-top: -1px;
    }

.vd-payment-tab-inner {
    flex-direction: column;
}

.vd-payment-tab-thanks {
    padding: 3% 0;
}

.vd-payment-tab-content {
    overflow: auto;
    padding-bottom: 20px;
    margin-right: -40px;
    padding-right: 40px;
}

.vd-payment-sidebar, .vd-payment-content {
    padding: 30px 40px 0;
    min-height: auto;
    height: 100%;
}

.vd-payment-sidebar {
    padding-bottom: 12px;
}

.vd-payment-tabs {
    margin-bottom: 25px;
}

.vd-payment-heading {
    margin-bottom: 20px;
}

.vd-payment-product-detail {
    line-height: 19px;
    font-size: 12px;
}

.vd-payment-heading .vd-payment-heading-title {
    margin-bottom: 6px;
    font-size: 26px;
}

.vd-payment-tab-title {
    font-size: 26px;
}

.vd-text-center {
    text-align: center;
}

.vd-page-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 0.95em;
}

@media screen and (max-width: 1600px) {
    .vd-die-area {
        padding: 26px 20px;
    }

    .vd-order-modal-header {
        padding: 26px 20px;
    }

    .vd-flat-modal {
        padding: 16px 20px;
    }

    .vd-payment-sidebar, .vd-payment-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .vd-payment-products, .vd-payment-tab-content {
        margin-right: -20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .vd-die-area {
        padding: 16px 20px;
    }

    .vd-order-modal-header {
        padding: 16px 20px;
    }

    .vd-flat-time {
        font-size: 12px;
    }

    .vd-flat-price {
        font-size: 14px;
    }

    .vd-flat-flex .vd-pay-btn {
        font-size: 14px;
        padding: 0 18px;
        height: 42px;
    }

    .vd-flat-price, .vd-flat-time {
        gap: 6px;
    }

    .vd-flat-col {
        gap: 10px;
    }

    .vd-modal-close svg {
        width: 20px;
        height: 20px;
    }

    .vd-die-meta img {
        max-width: 24px !important;
        max-height: 24px !important;
    }

    .vd-die-banner-sticky {
        padding: 16px 20px;
    }

    .vd-die-banner-sticky-content .vd-product-detail-title {
        font-size: 22px;
    }

    .vd-booking-appointment-col-4 .vd-booking-appointment-card-name {
        font-size: 16px;
    }

    .vd-booking-appointment-col-3 .vd-booking-appointment-card-name {
        font-size: 18px;
    }

    .vd-booking-appointment-col-2 .vd-booking-appointment-card-name {
        font-size: 18px;
        padding: 24px;
    }

    .vd-booking-appointment-col-1 .vd-booking-appointment-card-name {
        font-size: 20px;
        padding: 24px;
    }

    .vd-booking-appointment-col-1 .vd-booking-appointment-buttons {
        grid-template-columns: repeat(3, 1fr);
    }

    .vd-voucher-cards {
        gap: 24px;
        /*overflow: auto;*/
        /*flex-wrap: nowrap;*/
    }

    .vd-voucher-card {
        width: auto;
        /*flex-grow: 1;*/
        min-width: 200px;
    }

    .vd-voucher-cards > .vd-voucher-card {
        flex: 0 0 calc((100% - 135px) / 4);
    }
    

    .vd-booking-appointment-header {
        margin-bottom: 15px;
        padding: 10px 15px;
    }

    .vd-booking-appointment-header h4 {
        font-size: 18px;
    }

    
}

@media screen and (max-width: 767px) {
    .vd-order-modal {
        padding: 0;
    }

    .vd-pay-btn.vd-min-200 {
        min-width: 200px;
    }

    .vd-order-modal-content {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }

    .vd-die-description {
        margin-bottom: 18px;
        /*padding-bottom: 18px;*/
        border-bottom: 1px solid rgba(123, 123, 123, 0.5);
    }

    .vd-die-banner-sticky-content {
        gap: 12px;
    }

    .vd-booking-appointment-col-4 .vd-booking-appointment-card-name {
        font-size: 16px;
    }

    .vd-booking-appointment-col-3 .vd-booking-appointment-card-name {
        font-size: 16px;
    }

    .vd-booking-appointment-col-2 .vd-booking-appointment-card-name {
        font-size: 11px;
        line-height: 1.3;
        padding: 20px 20px 4px 20px;
    }

    .vd-booking-appointment-col-1 .vd-booking-appointment-card-name {
        font-size: 16px;
        padding: 20px;
    }

    .vd-booking-appointment-col-5 > div, .vd-booking-appointment-col-4 > div {
        min-width: calc(33% - 6px);
    }

    .vd-voucher-cards {
        gap: 12px;
    }

    .vd-voucher-card {
        width: 100%;
    }

    .vd-payment-sidebar, .vd-payment-content {
        height: auto;
    }

    .vd-payment-sidebar {
        padding: 12px;
    }

    .vd-payment-content {
        padding: 12px 0;
    }

    .vd-payment-area {
        overflow: auto;
    }

    .vd-payment-products {
        max-height: 40vh;
    }

    .vd-payment-products {
        gap: 8px;
    }

    .vd-payment-products {
        margin-right: -12px;
        padding-right: 12px;
    }

    .vd-payment-tab-content {
        margin-right: 0;
        padding-right: 0;
    }

    .vd-btn {
        font-size: 16px;
    }

    .vd-payment-tab-btns {
        flex-direction: row;
    }

    .vd-payment-tab-thanks {
        padding: 25px 0;
    }

    .vd-page-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 575px) {
    .vd-die-area {
        padding-bottom: 20px;        
        overflow: visible;
        height: unset;
    }

    .vd-order-modal-content {
        overflow: auto;
    }

    .vd-flat-modal {
        flex-direction: column;
    }

        .vd-flat-modal .vd-flat-col span {
            order: -1;
        }

    .vd-flat-modal {
        padding: 10px 12px;
    }

    .vd-flat-btns {
        gap: 5px;
    }

    .vd-flat-flex .vd-pay-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .vd-flat-flex-row button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .vd-flat-flex .vd-pay-btn {
        font-size: 12px;
        padding: 0 10px;
    }

    .vd-flat-btns button {
        /*min-width: 150px;*/
    }

    .vd-body-text {
        font-size: 14px;
    }

    .vd-die-banner-row {
        grid-template-columns: 1fr;
        margin-bottom: 12px;
        gap: 12px;
    }

    .vd-die-meta {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(123, 123, 123, 0.5);
    }

    .form-row {
        gap: 10px;
    }

    .form-col-half {
        width: 100%;
    }

    .vd-die-banner-sticky {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .vd-die-banner-sticky-content {
        flex-direction: column;
        gap: 8px;
    }

    .vd-booking-appointment-area .vd-booking-appointment-buttons {
        grid-template-columns: 1fr;
        display: grid;
    }

    .vd-booking-appointment-area.vd-booking-appointment-col-1 .vd-booking-appointment-buttons {
        grid-template-columns: repeat(2, 1fr);
    }

    /* .vd-booking-appointment-area > div {
        min-width: 100%;
    } */

    .vd-booking-appointment-header {
        padding: 12px 15px;
    }

        .vd-booking-appointment-header h4 {
            font-size: 18px;
        }

    .vd-payment-tab-content {
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .vd-voucher-cards > .vd-voucher-card {
        flex: 0 0 calc((100% - 12px) / 2);
    }
    .vd-voucher-cards > .vd-voucher-card {
        min-width: 142px;
    }
    .vd-voucher-card-content {
        font-size: 12px;
    }
}

#vd-cart-btn {
    z-index: 9999998;
}

#vd_paypal_btn_holder {
    min-width: 220px;
    max-width: 260px;
    height: 50px;
    z-index: 2147483847;
}

.vd_paypal_btn_holder_wix_mobile {
    transform: scale(0.8);
    transform-origin: top left;
}

/* Paypal Redirect Button */
.vd_paypal_redirect_btn {
    width: 100%;
    height: 100%;
    background-color: #ffc439;
    color: #111;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    font-family: var(--MAIN-FONT);
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vd_paypal_redirect_btn:hover {
    background-color: #f0c02b;
}

.vd_paypal_redirect_btn_logo {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    object-fit: contain;
}

.vd_paypal_redirect_btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
@media screen and (max-width: 575px) {
    .vd_paypal_redirect_btn span {
        font-size: 12px;
        order: 1 !important;
    }
    
    .vd_paypal_redirect_btn {
        padding: 0 16px;
        height: 42px;
    }

    .vd_paypal_redirect_btn_logo {
        width: 24px;
        height: 24px;
    }
}
/* End of Paypal Redirect Button */

#vd_btn_execute_order_box {
    min-width: 220px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#vd_btn_execute_order_box_parent {
    min-width: 220px;
    max-width: 260px;
    height: 50px;
    position: absolute;
}

@media screen and (max-width: 767px) {    
    .vd_btn_execute_order_box_parent, #vd_btn_execute_order_box {
        min-width: 100px;
        max-width: 205px;
    }

    #vd_paypal_btn_holder {
        min-width: 70px;
        max-width: 100px;
    }
}


.vd-show-more-button {
    background-color: transparent;
    border: none;
    color: var(--VD_HIGHLIGHT);
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    font-family: inherit;
}

.vd-pool-radio.hidden {
    display: none;
}

.vd-pool-radio .vd-card .vd-gender-td {
    padding: 3px 12px;
}

.vd-cards .vd-pool-radio input:checked + .vd-card .vd-gender-td {
    background-color: var(--VD_HIGHLIGHT) !important;
    color: #fff;
}

.vd-cards .vd-pool-radio.vd-has-error .vd-card {
    border: 1px solid #E86767 !important;
    background-color: rgba(232, 103, 103, 0.3) !important;
}

.vd_voucher_preview {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background-color: #f0f0f0;
    box-sizing: border-box;
}

.vd_voucher_preview_wrapper {
    width: 100%;
    padding-top: 141.42%;
    position: relative;
}

.vd_voucher_preview_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #FFFFFF;
}

.vd_voucher_preview_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    color: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10vw;
    font-weight: bold;
    text-align: center;
    transform: rotate(-45deg);
    pointer-events: none;
}

.vd_voucher_preview_box {
    overflow: auto; /* Ermöglicht das Scrollen */
    scrollbar-width: none; /* Blendet den Scrollbalken in Firefox aus */
}

    .vd_voucher_preview_box::-webkit-scrollbar {
        display: none; /* Blendet den Scrollbalken in Webkit-Browsern aus */
    }

.vd_voucher_preview_wrapper {
    overflow: hidden;
}

#vd_btn_execute_order_box_overlay {
    width: 100%;
    height: 58px;
    margin-top: -58px;
    z-index: 99;
    position: relative;
}

.vd-flat-price-sum {
    color: #fff;
}

.vd-POWEREDBYNAME {
    display: flex;
    margin-left: auto;
    font-size: 14px;
    flex-flow: row-reverse;
    margin-top: 10px;
    color: var(--VD_TXT_COLOR);
}

    .vd-POWEREDBYNAME.vd-bar {
        display: flex;
        margin-left: auto;
        font-size: 14px;
        flex-flow: row-reverse;
        margin-top: 0px;
        color: #fff;
    }

        .vd-POWEREDBYNAME.vd-bar a {
            color: #fff;
        }

    .vd-POWEREDBYNAME img {
        height: 32px !important;
    }

    .vd-POWEREDBYNAME div {
        float: right;
        padding-top: 6px;
    }

/*.vd-8c6b9628704e6dcc84a3a499e2ca2704 {
    display: flex;
    margin-left: auto;
    font-size: 14px;
    flex-flow: row-reverse;
    margin-top: 10px;
    color: var(--VD_TXT_COLOR);
}
.vd-8c6b9628704e6dcc84a3a499e2ca2704.vd-bar {
    display: flex;
    margin-left: auto;
    font-size: 14px;
    flex-flow: row-reverse;
    margin-top: 0px;
    color:#fff;
}
.vd-8c6b9628704e6dcc84a3a499e2ca2704.vd-bar a{
    color:#fff;
}

    .vd-8c6b9628704e6dcc84a3a499e2ca2704 img {
        height: 32px !important;
    }
    .vd-8c6b9628704e6dcc84a3a499e2ca2704 div {
        float: right;
        padding-top: 6px;
    }
*/
.vd-calendar-today {
    font-size: 16px;
    padding-top: 6px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .vd-flat-price-sum {
        color: black;
    }
}

@media (max-width: 768px) {
    /*.vd-flat-col {
        width: 100%;
    }
    .vd-flat-flex .vd-pay-btn {
        width: 100%;
        max-width: 100%;
    }*/
    .vd-flat-flex .vd-pay-btn {
        padding: 0 10px !important;
    }
}

#vd-console-resize-handle {
    position: fixed;
    bottom: 200px; /* Anfangshöhe des vd-console Divs */
    left: 0px;
    right: 0px;
    height: 10px; /* Höhe des Griffbereichs */
    background: #333;
    cursor: ns-resize;
    z-index: 1000000000000000000000000; /* Stellen Sie sicher, dass es über dem vd-console Div liegt */
}

#vd-console {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 200px; /* Anfangshöhe */
    overflow: auto;
    z-index: 999999999999999999999999;
    background: red;
    color: #fff;
}


/* new calender */
.vd-container-lg {
    max-width: 1450px;
    width: 100% !important;
}

.vd-booking-month-list {
    gap: 12px;
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

    .vd-booking-month-list li {
        font-size: 18px;
        font-weight: 500;
        list-style: none !important;
        list-style-type: none !important;
    }

.vd-select-date a {
    font-size: inherit;
    color: inherit;
}

.vd-calendar-cards {
    gap: 10px;
    display: flex;
    overflow: hidden;
    align-items: start;
    padding-bottom: 8px;
    margin-bottom: 16px;
    padding-left: 10px;
}

.vd-calendar-card {
    --bg: #fff;
    --borderColor: rgba(123, 123, 123, 0.3);
    --color: rgba(28, 28, 26, 1);
    width: 56px;
    display: flex;
    cursor: pointer;
    min-width: 56px;
    border-radius: 4px;
    position: relative;
    color: var(--color);
    align-items: center;
    padding: 12px 12px 16px;
    flex-direction: column;
    justify-content: center;
    background-color: var(--bg);
    border: 1px solid var(--borderColor);
}

    .vd-calendar-card:hover {
        --borderColor: rgba(91, 175, 152, 1);
    }

button.vd-calendar-card {
    padding: 9px 8px;
}

    button.vd-calendar-card svg {
        margin-bottom: 2px;
    }

.vd-calendar-card-day, .vd-calendar-card-month {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

.vd-calendar-card-date {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.vd-calendar-card-badge {
    background-color: #000;
    transform: translateX(-50%);
    position: absolute;
    border-radius: 2px;
    line-height: 12px;
    padding: 2px 4px;
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    bottom: -8px;
    left: 50%;
}

.vd-calendar-card-text {
    font-size: 8px;
    font-weight: 400;
    line-height: 12px;
}

.vd-calendar-card-gray {
    --bg: rgba(123, 123, 123, 0.2);
    --borderColor: rgba(123, 123, 123, 0.4);
    --color: rgba(123, 123, 123, 1);
}

.vd-calendar-card-red {
    --bg: var(--VD_STATE_RED);
    --borderColor: var(--VD_STATE_RED);
    --color: var(--VD_STATE_RED_TXT);
}

.vd-calendar-card-green {
    --bg: var(--VD_HIGHLIGHT);
    --borderColor: var(--VD_HIGHLIGHT_LIGHT);
    --color: var(--VD_HIGHLIGHT_TXT);
}

.vd-calendar-popup {
    background-color: rgba(28, 28, 26, 0.2);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.vd-calendar-view {
    transform: translate(-50%, -50%);
    background-color: #fff;
    position: absolute;
    max-width: 500px;
    padding: 36px;
    width: 90%;
    left: 50%;
    top: 50%;
}

.vd-calendar-view-area {
    padding: 4px 36px;
    margin-bottom: 20px;
}

.vd-calendar-view-header {
    display: flex;
    padding: 16px 0;
    align-items: center;
    justify-content: space-between;
}

    .vd-calendar-view-header button {
        color: rgba(0, 0, 0, 1);
        background: none;
        border: none;
        padding: 0;
    }

.vd-calendar-view-header-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(28, 28, 26, 1);
}

.vd-calendar-view-body {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(189, 189, 189, 1);
}

.vd-calendar-view-table {
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
}

.vd-calendar-view-day {
    width: 42px;
    height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.vd-calendar-view-date {
    width: 42px;
    height: 42px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    cursor: pointer;
}
.vd-calendar-view-date.vd-today {
    font-weight: bold;
}

.vd-calendar-view-date-gray {
    color: rgba(123, 123, 123, 0.5);
}

.vd-calendar-view-footer .vd-btn-fill {
    width: 100%;
    border: none;
    font-size: 18px;
    padding: 12px 0;
    font-weight: 700;
    border-radius: 25px;
}

.vd-calendar-popup-close {
    position: absolute;
    background: none;
    border: none;
    right: 28px;
    z-index: 8;
    top: 28px;
}

/* Container for sticky toolbar */
.vd-calendar-toolbar {
    /*position: sticky;*/
    z-index: 1300;
    top: 0;
    /*background-color: white;*/
    height: 180px;
}

.vd-calendar-cards-outer {
    position: relative;
}

.vd-calendar-arrow {
    background: var(--VD_HIGHLIGHT);
    border-radius: 32px;
    position: absolute;
    border: none;
    height: 32px;
    padding: 6px;
    right: -12px;
    width: 32px;
    z-index: 1;
    top: 22px;
}

#vd-calendar-arrow-left {
    transform: rotate(180deg);
    left: -12px;
    right: auto;
}

.vd-calendar-arrow-disabled {
    pointer-events: none;
    color: rgba(123, 123, 123, 1);
    background-color: rgba(229, 229, 229, 1);
    border: 1px solid rgba(187, 187, 187, 1);
}

.vd-calendar-arrow svg {
    margin: auto;
}

.vd-calendar-card:last-child {
    margin-right: 25px;
}

.vd-month-arrows-up {
    align-items: center;
    margin-left: auto;
}

img.vd-cart-icon {
    width:18px !important;
    margin-bottom: inherit !important;
}

@media screen and (max-width: 1490px) {
    .vd-calendar-arrow {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .vd-booking-month-list {
        gap: 8px;
    }

        .vd-booking-month-list li {
            font-size: 15px;
        }
}

@media screen and (max-width: 767px) {
    .vd-booking-month-list {
        display: none !important;
    }

    .vd-calendar-view {
        padding: 32px 16px 24px;
    }

    .vd-calendar-view-area {
        padding: 4px 12px;
    }

    .vd-calendar-view-header {
        padding: 8px 0;
    }

    .vd-calendar-view-header-title {
        font-size: 16px;
    }

    .vd-calendar-view-day {
        font-size: 12px;
        height: 22px;
        width: 32px;
    }

    .vd-calendar-popup-close {
        top: 16px;
        right: 16px;
    }

    .vd-calendar-view-date {
        font-size: 14px;
        height: 32px;
        width: 32px;
    }

    .vd-calendar-view-footer .vd-btn-fill {
        padding: 8px 0;
        font-size: 16px;
    }
}

.vd-wix-mobile-adaptation-wrapper {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%;
}

.vd-modal-wix-mobile-adaptation {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%;
    min-width: 125%;
    height: 125%;
}

/*############################################################*/
/* SINGLE EVENTS */
/*############################################################*/

.vd-single-event-wrapper {
    font-family: var(--MAIN-FONT);
    background-color: transparent;
    /*padding: 26px 20px;*/
    /*padding: 46px 40px;*/
    width: 100%;
    border: 1px solid rgba(123, 123, 123, 0.3);
    border-radius: 8px;
}

.vd-single-event-wrapper .vd-die-banner-row {
    /*align-items: flex-start;*/
    display: flex;
    flex-direction: row;
    height: 100%;
    margin-bottom: 0px;
}

.vd-single-event-banner {
    align-self: flex-start;
}

.vd-single-event-banner img {
    /*width: 100% !important;*/
    max-height: 200px !important;
    height: auto !important;
    max-width: 600px !important;
    object-fit: cover;
    border-radius: 8px;
}

.vd-single-event-detail-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    display: flex;
    align-items: center;
    color: #000000;
}

.vd-single-event-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.vd-single-event-details .vd-die-meta .vd-flex-col .vd-body-text {
    font-size: 20px;
}

.vd-single-event-buy-wrapper {
    align-self: flex-start;
    padding: 35px 20px 20px 20px;
}
.vd-single-event-buy-wrapper .vd-pay-btn {
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px !important;
}

.vd-single-event-description-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vd-single-event-description-header .vd-show-more-button {
    display: flex !important;
    flex-direction: row;
    gap: 9px;
    text-decoration: none;
}

.vd-single-event-description-header .vd-show-more-button svg {
    transition: 0.5s ease-in-out;
    transform: rotate(180deg);
}

.vd-single-event-description-header .vd-show-more-button.open svg {
    transform: rotate(0deg);
}

.vd-single-event-description {
    position: relative;
    transition: max-height 0.5s ease;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
    color: #7B7B7B;
    
}

.vd-single-event-description.collapsed {
    max-height: 150px;
}

.vd-single-event-description.expanded {
    max-height: 5000px;
}

.vd-single-event-description.expanded::after {
    opacity: 0; /* hide the fade-out effect */
}

.vd-single-event-description.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(
      rgba(255, 255, 255, 0),
      #ffffff
    );
}

.vd-single-event-adress {
    border-top: 1px solid rgba(123, 123, 123, 0.5);
    border-bottom: 1px solid rgba(123, 123, 123, 0.5);
    padding: 20px 0px;
    margin-top: 20px;
}

.vd-single-event-body {
    padding: 46px 40px;
    display: flex;
    flex-direction: column;
}

.vd-single-event-body-titles {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #1C1C1A;
    margin-bottom: 25px;
}

.vd-single-event-tickets-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    overflow: hidden;
}

/*.vd-single-event-ticket-toggler {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor:pointer;
    padding: 20px 0px;
}

.vd-single-event-ticket-toggler.vd-body-text svg {
    transition: 0.8s ease-in-out;
}

.vd-single-event-ticket-toggler.vd-body-text.open svg {
    transform: rotate(-180deg);
}*/

.vd-single-event-ticket-content-price {
    font-size: 24px;
    font-weight: 500;
}

.vd-single-event-tickets-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 25px;
    transition: max-height 0.8s ease-in-out;
}

.vd-single-event-tickets-container.collapsed {
    max-height: 0;
    overflow: hidden;
}

.vd-single-event-tickets-container.expanded {
    max-height: 30000px;
    margin-top: 60px;
}

.vd-single-event-ticket-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(123, 123, 123, 0.3);
    transition: max-height 0.5s ease;
}

.vd-single-event-ticket-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 20px;
    border-bottom: 1px solid rgba(123, 123, 123, 0.3);
}

.vd-single-event-ticket-title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    width: 100%;
    max-width: 800px;
}

.vd-single-event-ticket-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #1C1C1A;
}

.vd-single-event-ticket-date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    gap: 10px;
    height: 28px;
    background: #C6EBFF;
    border-radius: 7px;
    width: auto;
    white-space: nowrap;
}

.vd-single-event-ticket-control-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.vd-single-event-ticket-control-wrapper .vd-pay-btn {
    height: 48px;
    border: none;
    padding: 0 25px !important;
    width: auto;
    font-size: 14px;
}

.vd-single-event-ticket-control {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

.vd-single-event-ticket-control input {
    font-size: 17px;
    border: none; 
    background: transparent; 
    color: inherit;
    pointer-events: none; 
    width: 25px !important;
}

.vd-single-event-ticket-control button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: none;
    font-size: 32px;
}

.vd-single-event-ticket-control .negative-button {
    background: #F5F5F5;
    color: #7B7B7B;
}

.vd-single-event-ticket-control .negative-button:disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

.vd-single-event-ticket-control button:last-child {
    background-color: var(--VD_HIGHLIGHT);
    color: var(--VD_HIGHLIGHT_TXT);
}

.vd-single-event-ticket-control button:last-child:disabled {
    cursor: not-allowed;
    background: #F5F5F5;
    color: #7B7B7B;
}


.vd-single-event-ticket-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px 24px 24px;
    gap: 12px;
    font-size: 20px;
}

.vd-single-event-ticket-content-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.vd-single-event-ticket-content-sold {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    height: 42px;
    border-radius: 10px;
    font-size: 14px;
    color: #7B7B7B;
    box-sizing: border-box;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
}

.vd-single-event-ticket-content .vd-body-text{
    font-size: 20px;
}

@media screen and (max-width: 1560px) {
    .vd-single-event-ticket-title-container {
        max-width: 640px
    }

}

@media screen and (max-width: 1240px) {
    .vd-single-event-wrapper .vd-die-banner-row {
        margin-top: 20px;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
        align-items: center;
    }

    .vd-single-event-banner {
        align-self: unset;
    }

    .vd-single-event-banner img {
        max-height: 250px !important;
        width: 100% !important;
        max-width: 700px !important;
    }

    .vd-single-event-details{
        max-width: 660px;
        align-items: center;
    }

    .vd-single-event-detail-title {
        text-align: center;
    }

    .vd-single-event-buy-wrapper {
        padding: 0px 15px;
        align-self: unset;
        width: 100%;
        max-width: 700px;
    }
    
    .vd-single-event-buy-wrapper .vd-pay-btn {
        width: 100%;
    }
}

@media screen and (max-width: 1060px) {
    .vd-single-event-ticket-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
}

@media screen and (max-width: 767px) {    
    .vd-single-event-body {
        padding: 36px 10px;
    }

    .vd-single-event-wrapper .vd-die-banner-row {
        margin-top: 0px;
    }

    .vd-single-event-detail-title {
        font-size: 24px;
        line-height: 32px;
        text-align: unset;
    }

    .vd-single-event-body-titles {
        font-size: 18px;
    }

    .vd-single-event-description {
        font-size: 14px;
        padding: 0px 10px;
    }

    .vd-single-event-ticket-title {
        font-size: 18px;
        line-height: 24px;
    }

    .vd-single-event-ticket-content-price {
        font-size: 18px;
        line-height: 24px;
    }

    .vd-single-event-ticket-control-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        width: 100%;
    }

    .vd-single-event-ticket-control input {
        max-width: 50px;
        width: unset !important;
    }

    .vd-single-event-ticket-title-container {
        width: 100%;
        justify-content: space-between;
    }

    .vd-single-event-details {
        padding: 0px 10px;
        align-items: unset;
    }

    .vd-single-event-details .vd-die-meta {
        margin-bottom: 0px;
        border-bottom: none;
    }

    .vd-single-event-ticket-content .vd-body-text {
        font-size: 14px;
    }

    .vd-single-event-ticket-control-wrapper .vd-pay-btn {
        width: 100%;
    }
    
}

/*############################################################*/
/*############################################################*/

.vd-order-mobile-bottom-bar {
    position: sticky;
    bottom: 0;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 6;
    padding: 16px 32px 24px;
    gap: 16px;
    color: black;
    background: linear-gradient(360deg, #F5F5F5 54.5%, rgba(245, 245, 245, 0.1) 100%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.vd-order-mobile-bottom-bar.full-transparent {
    padding: 18px 28px;
    background: rgba(28, 28, 26, 0.95);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.vd-order-mobile-bottom-bar .vd-flex-row {
    width: auto;
    min-height: unset;
}

.vd-order-mobile-bottom-bar .vd-pay-btn {
    width: 100%;
    height: 50px;
}

.vd-order-mobile-bottom-bar .vd-flat-price {
    color: black;
}

