@import url("//hello.myfonts.net/count/3c0846");

@font-face {
    font-family: 'Fibra-Bold';
    src: url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-Bold/font.woff2') format('woff2'), url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-Bold/font.woff') format('woff');
}
@font-face {
    font-family: 'Fibra-Regular';
    src: url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-Regular/font.woff2') format('woff2'), url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-Regular/font.woff') format('woff');
}
@font-face {
    font-family: 'Fibra-Light';
    src: url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-Light/font.woff2') format('woff2'), url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-Light/font.woff') format('woff');
}
@font-face {
    font-family: 'Fibra-RegularIt';
    src: url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-RegularIt/font.woff2') format('woff2'), url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-RegularIt/font.woff') format('woff');
}
@font-face {
    font-family: 'Fibra-BoldIt';
    src: url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-BoldIt/font.woff2') format('woff2'), url('../fonts/MyFontsWebfontsKit/webFonts/Fibra-BoldIt/font.woff') format('woff');
}
@font-face {
    font-family: 'Boxed';
    src: url('../Boxed/BoxedRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BoxedBold';
    src: url('../Boxed/BoxedRegular-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BoxedLight';
    src: url('../Boxed/BoxedLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BoxedItalic';
    src: url('../Boxed/BoxedRegular-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Boxed',  sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-family: 'Boxed',  sans-serif;
}

h2 {
    font-family: 'Boxed',  sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}
a:not(.btn):hover {
    text-decoration: underline!important;
}

a.btn:focus {
    box-shadow: none;
}

:root {
    --b: #D2AC67;
    --t: #54575e;
    --w: #ffffff;
}

.w-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20% !important;
          flex: 0 0 20% !important;
  max-width: 20%;
}

body {
    color: #54575e;
    font-family: 'Fibra-Regular', sans-serif;
    font-size: 14px;
    position: relative;
    padding-right: 0!important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}

body.maintenance {
    display: block !important;
    height: 100vh;
    background-color: var(--b);
    color: #fff;
}

.maintenance-title {
    font-size: 2.5rem !important;
    padding: 40px 0;
}

.maintenance-title2 {
    font-size: 2rem !important;
}

.maintenance-divider {
    padding-top: 30px;
    width: 40px;
    height: auto;
}

p {
    color: inherit;
}
h1, h2, h3, h4, h5 {
    color: var(--b);
}
h6 {
    color: var(--t);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'BoxedBold', sans-serif;
}
h1, h2, h3 span, h4 span, h5  {
    text-transform: uppercase;
}
h5 {
    font-family: 'Boxed', sans-serif;
}
p {
    margin-bottom: 0;
    font-family: 'Boxed', sans-serif;
    font-weight: 400;
}
h1, h2 {
    letter-spacing: .2rem;
}
h6, p {
    letter-spacing: .05rem;
}
h1 {
    margin-top: .5rem;
}

@media (max-width: 575px) {
    h2 {
        font-size: 28px;
        letter-spacing: .08;
    }
}


.bg-beige {
    background-color: var(--w);
}
.bg-theme {
    background-color: var(--b);
    color: #ffffff;
}
.bg-theme h1,
.bg-theme h2,
.bg-theme h3,
.bg-theme h4,
.bg-theme h5,
.bg-theme h6 {
    color: #ffffff;
}
.bg-theme a {
    color: #ffffff;
}

section {
    background-color: transparent;
}
.section-title {
    margin-bottom: 10px;
    margin-top: 60px;
}
.container > div {
    padding-left: 15px;
    padding-right: 15px;
}
section .title {
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    margin-bottom: 40px;
    position: relative;
}
section .title.programs {
    margin-bottom: 50px;
}
section h3.title {
    font-size: 24px;
    font-family: 'Fibra-Bold',sans-serif;
}
section h3.title:before, h3.title:after  {
    content: url("../svg/vonalka.svg");
    position: absolute;
    width: 20px;
    height:auto;
    left:50%;
    margin-left:-10px;
}
section h3.title:before {
    top: -29px;
}
section h3.title:after {
    bottom: -14px;
}
.border-none {
    border: none!important;
}
@media (max-width: 575px) {
    .page-section-ptb {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-section-pb {
        padding-bottom: 40px;
    }
}

.pb-40 {
    padding-bottom: 40px;
}


/*Buttons*/
.btn-primary {
    display: block;
    border-radius: 0;
    line-height: 40px;
    font-size: 26px;
    margin: 10px auto;
    padding: 10px 15px;
    width: 580px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Fibra-Light', sans-serif;
    font-weight: 400;
    background-color: var(--b);
    border: 1px solid var(--b);
    color: var(--w);
}
.btn-primary:not([disabled]):hover {
    background-color: var(--w);
    border: 1px solid var(--b);
    color: var(--b);
}
.btn-primary[disabled]:hover {
    cursor: not-allowed;
}
.btn-primary.btn-alt {
    background-color: var(--w);
    border: 1px solid var(--b);
    color: var(--b);
}
.btn-primary.btn-alt:hover {
    background-color: var(--b);
    border: 1px solid var(--b);
    color: var(--w);
}
.bg-theme .btn-primary {
    border-color: var(--w);
}

@media (max-width: 575px) {
    .btn-primary {
        font-size: 20px;
    }
}


.font-size10 {
    font-size: 10px!important;
}

/*Loader*/
#loader {
    position: fixed;
    z-index: 999999;
    top:-29px;
    left:0;
    width:100%;
    height: calc(100vh + 97px);
    background-color: var(--b);
    transition: height .6s ease-in-out, opacity .5s ease-in-out;
    -webkit-transition: height .6s ease-in-out, opacity .5s ease-in-out;
    -moz-transition: height .6s ease-in-out, opacity .5s ease-in-out;
    padding-left: 4px;
}

/*Header*/
.header {
    padding: 20px 30px 0;
}

.header:not(.non-sticky) {
    position:sticky;
    top:0;
    z-index: 9999;
}

.header .date{
    font-size: 17px;
}
.header .logo img {
    width: 100px;
    max-width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    margin-bottom: 20px;
}

.header .logo img[data-page="vasarhelyi"] {
    width: 250px;
}

.header .socials img{
    width: 40px;
    max-width: 100%;
}
@media (max-width: 575px) {
    .header .date{
        font-size: 13px;
    }
}


/*Footer*/
.footer {
    padding: 0 30px 20px;

}

@media (min-width: 1200px) {
    .footer .footer-supporters {
        display: flex;
        flex-wrap: wrap;
    }
}

.footer .footer-supporters img{
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.footer .footer-supporters img:not(:last-child){
    margin-right: 22px;
}

.footer .footer-links {
    display: flex;
}

@media (max-width: 1200px) {
    .footer .footer-links {
        display: block;
    }

    .footer .footer-links a:not(:last-child) {
        margin-right: 5px !important;
    }
}

.footer .footer-links a:not(:last-child) {
    margin-right: 30px;
}
.footer .footer-links a {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--t);
}
.footer.bg-theme .footer-links a {
    color: #ffffff;
}
.footer .simplepay {
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}
.footer .borbaratok {
    width: 135px;
    max-width: 100%;
    margin-top: 20px;
}

.footer .borbaratok.mep {
    width: 160px;
}
.align-self-flex-end {
    align-self: flex-end;
}
.footer h6 {
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .footer .borbaratok.mep {
        width: 140px;
    }

    .footer .footer-supporters img:not(:last-child){
        margin-right: 0;
    }
    .footer .footer-supporters img{
        max-width: calc(25% - 4px);
        padding-right: 15px;
        margin-bottom: 0;
    }

    .footer .simplepay {
        width: 100px;
    }
}

@media (max-width: 991px), only screen
and (device-width: 375px)
and (device-height: 812px)
and (-webkit-device-pixel-ratio: 3), only screen
and (device-width: 390px)
and (device-height: 844px)
and (-webkit-device-pixel-ratio: 3), only screen
and (device-width: 428px)
and (device-height: 926px)
and (-webkit-device-pixel-ratio: 3) {
    .footer * {
        text-align: center !important;
    }

    .footer >.row:nth-of-type(1) > div:nth-of-type(2) {
        display:none;
    }

    .footer .footer-supporters{
        justify-content: center;
    }
    .footer .footer-supporters img{
        max-width: calc(60% - 4px);
    }
    .footer .footer-links {
        flex-wrap: wrap;
    }
    /*.footer .footer-links a:not(:last-child) {*/
    /*    margin-right: 0;*/
    /*}*/
    .footer .footer-links a {
        margin-bottom: 10px;
        font-size: 8px;
    }

    .font-size10 {
        font-size: 8px !important;
    }

    .footer .borbaratok {
        margin-bottom: 20px;
        width: 75px;
    }

    #cookie_future .btn {
        max-width: 80%;
    }

    .winery {
        width: 50%;
    }

    .bordered-title p, .ticket-info h4, .winery h4 {
        font-size: 14px !important;
        line-height: 18px;
    }

    .winery h4.lh22 {
        line-height: 22px;
    }

    .ticket-info h3 {
        font-size: 19px !important;
    }

    .btn {
        padding: 2px 15px;
    }

    .winery h4 span {
        margin-top: -7px; /*I feel sorry about this*/
    }

    .winery {
        font-size: 10px !important;
    }

    .winery .winery-name {
        font-size: 11px !important;
        line-height: 11px;
    }

    .plus, .quantity-wrapper, .minus {
        display: inline-block !important;
    }

    .qty .count {
        width: 35px !important;
        text-align: center !important;
    }

    .cart-item-unit {
        display: none;
    }

    #checkoutForm .form-row input[type='text'],
    #checkoutForm .form-row input[type='email'] {
        padding-left: 140px;
    }

    #checkoutForm .form-row label {
        font-size: 12px;
    }

    .sppl {
        display: none;
    }
}

/*Index page*/
.main-cta {
    display: flex;
}
.main-cta p {
    font-size: 16px;
    line-height: 1.55;
}
.main-cta h1 {
    line-height: 1.25;
}



.winery-list {
    text-align: center;
}
.winery-list .row {
    justify-content: center;
    margin-bottom: 40px;
}

.winery-list .row.first {
    margin-bottom: 50px;
}

.winery {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
}
.winery h4 {
    color: inherit;
    font-family: 'Fibra-Light', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 18px;
}

.winery.program {
    margin-bottom: 20px;
}

.winery.program h4 {
    color: #54575e;
}

.winery.program h4.intro {
    font-weight: bold;
    text-transform: none !important;
}

.winery .winery-name {
    font-family: 'Fibra-Bold', sans-serif;
    font-size: 14px;
}

.winery.program .winery-name {
    margin-top: 10px;
    text-transform: none;
}

.ticket-info {
    text-align: center;
}
.bordered-title {
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
    margin: 0 auto 40px;
    width: 700px;
    max-width: 100%;
}

.bordered-title.maintenance {
    margin-bottom: 20px;
}

.bordered-title p {
    font-family: 'Fibra-Bold', sans-serif;
    font-size: 20px;

}
.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}
p.stars img {
    height: 14px;
    margin: 0 10px;
}
h3.stars img {
    height: 32px;
    margin: 20px;
}
.ticket-info h3 {
    text-transform: uppercase;
    letter-spacing: .25rem;
    font-size: 32px;
}
.ticket-info h4 {
    font-family: 'Fibra-Light', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .07rem;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .main-cta .row > div:first-child {
        padding-right: 30px;
        border-right: 1px solid #ffffff;
    }
    .main-cta .row > div:last-child {
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .main-cta h1 {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ffffff;
    }
    .winery h4 span {
        display: block;
    }
    h3.stars {
        flex-wrap: wrap;
        position: relative;
        padding: 60px 0;
        margin: 20px 0 30px;
    }
    h3.stars img{
        position:absolute;
        left:50%;
        margin: 0 -16px 0;
    }
    h3.stars img:first-child {
        top:0;
    }
    h3.stars img:last-child {
        bottom:0;
    }
    h3.stars span {
        display: block;
        width: 100%;
        margin-top:10px;
    }
    .ticket-info h4 {
        font-size: 20px;
        margin-bottom: 30px!important;
    }
    .ticket-info h4 span,
    .ticket-info p span {
        display: block;
    }
    .ticket-info .bordered-title p:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ffffff;
    }
    .page-bottom-star img {
        margin-top:60px;
        width: 32px;
    }
}

@media (max-width: 575px) {
    .main-cta h1 {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}


/*Order page*/
#checkoutForm .section-title h2 {
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: .08rem;
}
.cart-header h5 {
    font-size: 15px;
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400;
}

.cart-header > .row .row > div:nth-child(2),
.cart-content .product-nbrs > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
}
.product-nbrs-tags h5  {
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}


.cart-content p {
    font-size: 17px;
    letter-spacing: initial;
}
.cart-content {
    font-size: 18px;
    letter-spacing: initial;
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400;
}
.qty .count {
    color: #54575e!important;
    font-size: 18px!important;
    letter-spacing: initial;
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400!important;
}
.cart-content {
    border-top: 1px solid var(--b);
    border-bottom: 1px solid var(--b);
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-content .row {
    align-items: center;
}
h4.valid-error {
    padding: 0 0 10px;
    font-size: 17px;
    letter-spacing: initial;
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400;

}

.qty > div.plus, .qty > div.minus, .qty > div.cancel   {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.qty div.plus {background-image: url("../fonts/extras/pluss-inactive.svg");}
.qty div.plus:hover {background-image: url("../fonts/extras/pluss.svg");}
.qty div.minus {background-image: url("../fonts/extras/minuss-inactive.svg");}
.qty div.minus:hover {background-image: url("../fonts/extras/minuss.svg");}
.qty div.cancel {background-image: url("../fonts/extras/delete-inactive.svg");}
.qty div.cancel:hover {background-image: url("../fonts/extras/delete.svg");}

.qty .count {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    padding: 0 2px;
    text-align: right;
    width: 40px;
    border: none;
    background-color: transparent;
}
.qty .count::-webkit-outer-spin-button,
.qty .count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty p {
    margin-left: 0;
    margin-right: 10px;
}
.form-row {
    margin-left: -30px;
    margin-right: -30px;
    font-size: 17px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
}
.form-row label, .form-row p {
    line-height: 45px;
}
.form-row input[type='text'], .form-row input[type='email'], .form-row select {
    height: 45px;
}
.form-row label:not(.not-abs){
    position: absolute;
    margin-bottom: 0;
    left: 30px;
    text-transform: uppercase;
}
.form-row label sub{
    text-transform: none;
    bottom: 0;
}
.form-row input[type='text'],
.form-row input[type='email'],
.form-row select {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 180px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    background-color: #f0ece0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.form-row select {
    padding-left: 10px;
}
.form-row input[type='text']:focus, .form-row input[type='text'].valid,
.form-row input[type='email']:focus, .form-row input[type='email'].valid,
.form-row select:focus, .form-row select.valid {
    background-color: #ffffff;
}
.form-row label.error {
    display: none!important;
}

.form-check {
    margin: 10px 0;
    min-height: 35px;
    display: flex;
    align-items: center;
    padding-left: 65px!important;
}
.form-check input[type=checkbox] {
    margin-right: 0!important;
    margin-left: -5px!important;
    width: 0!important;
}
/*.form-check input[type=checkbox]:before {
    content: '';
    position: absolute;
    top:50%;
    left:0;
    width:36px;
    height:36px;
    margin-top: -18px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-radius: 0;
}*/

.form-check input[type=checkbox].error:before {
    border: 1px solid var(--red);
}

.form-check input[type=checkbox]:checked:before {
    background: var(--b);
}
.form-check label {
    margin-bottom: 0;
}

.form-check-inline .form-check-input {
    /*display: none;*/
}

input[type=checkbox] + span.checkbox-before {
    width: 0;
    margin-right: 1rem !important;
    box-sizing: border-box;
    padding: 0;

    width: 37px;
    margin-right: 1rem !important;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    height: 37px;
    left: 0;
}

.form-check-inline .form-check-input + span.checkbox-before {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
}

input[type=checkbox] + span.checkbox-before:before{
    content: "";
    opacity: 1;
    position: absolute;
    width: 34px;
    height:34px;
    background: #dedede;
    border-radius: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: all;
}

input[type=radio] + span.checkbox-before {
    pointer-events: none;
}

input[type=radio] + span.checkbox-before:before{
    content: "";
    opacity: 1;
    position: absolute;
    width: 34px;
    height:34px;
    background: #dedede;
    border-radius: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: all;
}

input[type=checkbox]:checked + span.checkbox-before:before{
    background: var(--b);
}

input[type=radio]:checked + span.checkbox-before:before{
    background: var(--b);
}


.form-check label[for='billingDiff'],
.form-check label[for='bankTransfer'],
.form-check label[for='simplePay'] {
    font-size: 17px;
}
.form-check label[for='aszf'] {
    font-size: 10px;
}

label.error {
    color: var(--red);
}

.form-check label.error[for='aszf'] {
    font-size: 16px;
}

.form-check input[type=radio] {
    margin-right: 0!important;
    margin-left: -5px!important;
    width: 0!important;
}
/*.form-check input[type=radio]:before {
    content: '';
    position: absolute;
    top:50%;
    left:0;
    width:36px;
    height:36px;
    margin-top: -18px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
}*/
.form-check input[type=radio]:checked:before {
    background: var(--b);
}
label.disabled {
    color: #aaaaaa;
}

@media (max-width: 991px) {
    .cart-content > .row > div:first-child {
        padding-bottom: 15px;
        border-bottom: 1px solid var(--b);
    }
    .cart-content .product-nbrs-tags {
        padding-top: 15px;
        padding-bottom: 5px;
    }

}
@media (max-width: 575px) {
    .cart-content .product-nbrs-tags > .row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cart-content .product-nbrs > div {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-nbrs-tags h5 {
        font-size: 10px;
    }
    .cart-content {
        font-size: 16px;
    }
    .qty .plus, .qty .minus {
        margin-left: auto;
        margin-right: auto;
    }
    .section-title {
        margin-top: 30px;
    }
    #checkoutForm .section-title h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .header .date {
        padding-left: 0;
    }

    .header .socials {
        padding-right: 0;
    }

    .header .socials img {
        width: 35px;
    }
}



/*Static*/
.static-main-title {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--b);
}
.editorContent p {
    margin-bottom: 15px;
}
.static-page .bordered-title p{
    font-family: 'Fibra-Light',sans-serif;
    font-weight: 400;
}

.static-page hr {
    border-bottom: 1px solid #eceff8;
}

.swal2-popup {
    background: var(--b);
    border-radius: 0;
}

.swal2-title {
    font-family: 'Fibra-Bold' !important;
    text-transform: uppercase;
    color: var(--w);
}


/*Modal18*/
#modal18 {
    /*background-color: var(--b)!important;*/
    text-align: center;
}
#modal18 .modal-content {
    margin-top: 400px;
    padding: 30px 11px 15px;
    border: none;
}
.modal-backdrop {
    background-color: transparent;
}
/*Modal18 header*/
.modal-open .header {
    height: 100vh;
}
.modal-open .header .logo img{
    width: 240px;
    margin-bottom: 80px;
}
#modal18 .btn {
    margin: 0;
    width: 460px;
}
#modal18 .btn.modal18-no {
    margin-left: auto;
}
#modal18 .btn.modal18-yes {
    margin-right: auto;
}
@media (max-width: 991px) {
    #modal18 .btn.modal18-no, #modal18 .btn.modal18-yes {
        margin-left: auto;
        margin-right: auto;
    }
    #modal18 .btn.modal18-no {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    #modal18 .modal-content {
        margin-top: 320px;
    }
}
@media (max-width: 575px) {
    #modal18 .modal-content {
        margin-top: 160px;
    }
    #modal18 .btn.modal18-no, #modal18 .btn.modal18-yes {
        padding-left: 0;
        padding-right: 0;
        font-size: 19px;
    }
}


/*Cookie*/
#cookie_future .btn {
    font-size: 16px;
}
#cookie_future .btn-primary {
    color: #ffffff;
}
#cookie_future .btn-primary:hover {
    background-color: #ffffff;
    color: var(--b);
}
#cookie_future .btn-primary.btn-alt {
    background-color: #ffffff;
    color: var(--b);
}
#cookie_future .btn-primary.btn-alt:hover {
    background-color: var(--b);
    color: #ffffff;
}
#cookie_future .form-row label {
    left: 60px
}
#cookie_future .form-check input[type=checkbox]:before {
    left: -50px
}

.fs17, .fs17 * {
    font-size: 17px;
}

.supporter-3 {
    width: 197px;
}

@media screen and (max-width: 390px) {
    .ticket-info h3 {
        font-size: 18px !important;
    }

    .main-cta p {
        font-size: 13px;
    }
}
@media screen and (max-width: 360px) {
    .ticket-info h3 {
        font-size: 17px !important;
    }
}
@media screen and (max-width: 350px) {
    .ticket-info h3 {
        font-size: 16px !important;
    }
}

#couponWrapper > div[class*="col"] {
    border-top: 1px solid var(--b);
    padding-top: 20px;
}