@import url('https://fonts.googleapis.com/css?family=Barlow:400,400i,700,700i|Open+Sans:400,700,800|Poppins:400,500,600,700&subset=latin-ext&font-display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, .6);
    font-size: 1rem;
    font-family: 'Inter', BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.gift-idea {
    font-weight: 600;
    font-size: 21px;
    color: #2b2b2b;
    font-family: 'Poppins', sans-serif;
}

.underline-magic {
    position: relative;
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
}

.underline-magic:after {
    content: '';
    position: absolute;
    bottom: -0.125rem;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.75rem;
    z-index: -1;
    background-image: url('/assets_v2/img/underline.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.underline-magic:hover {
    color: #000000;
}

.container-fluid-70 {
    width: 70%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid-85 {
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid-90 {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-normal {
    background: 0 0;
    border: none;
    color: #17a2b8;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
}

.btn:focus, .btn:active, input[type="text"], textarea {
    outline: none !important;
    box-shadow: none !important;
}

.form-control,
.form-control-lg{
    border-radius: .6rem !important;
}

.form-control:focus {
    border-color: #ced4da;
}

a, a:hover {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

a.back-button {
    vertical-align: baseline;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.town-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.btn-increment {
    background-color: #97d20d;
    border-color: #97d20d;
    color: #fff;
}


.list-group-item {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}

h1{
    font-size: 2rem !important;
}

h1.hall-heading {
    font-size: 1.4rem !important;
}

.tooltip {
    pointer-events: none;
}

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

.table thead th {
    border-bottom: 0;
}

.btn-next-step {
    background-color: #97d20d;
    border-color: #97d20d;
    color: #fff;
}

.color-green {
    color: #97d20d !important;
}

.color-primary {
    color: #17a2b8 !important;
}

.btn-lg-2x {
    padding: 17px 50px;
    font-size: 21px;
}

.btn-next-step:hover {
    color: #fff;
    background-color: #83b117;
}

.custom-control-input {
    cursor: pointer;
    font-weight: bold;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #56c5d0;
    background-color: #56c5d0;
}

.section-header h1,
.section-header h2 {
    font-size: 18px;
}

.section-header h1.category {
    font-size: 24px;
}

.section-header h2.category {
    font-size: 18px;
}

.section-header h2 span {
    color: #a7c918;
}

.section-header .arrow-link i {
    font-size: 16px;
}

/* top navbar */

.navbar {
    min-height: 80px;
    color: #000;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    transition: all .15s linear;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #56c5d0;
}

.nav-category {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.navbar ul.nav li a.notifications,
.navbar ul.nav li a.messages {
    position: relative;
    margin-right: 10px;
}

.navbar ul.nav li a.notifications:hover {
    color: #000;
}

.navbar .badge {
    background: #97d20d;
    font-size: 11px;
    border-radius: 20px;
    position: absolute;
    min-width: 10px;
    padding: 4px 6px 0;
    min-height: 18px;
    top: 5px;
    color: #fff;
}

.navbar-toggler[aria-expanded=false] span:nth-child(2) {
    opacity: 1
}

.navbar-toggler[aria-expanded=true] span:nth-child(2) {
    opacity: 0
}

.navbar-toggler[aria-expanded=true] span:nth-child(1) {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px
}

.navbar-toggler[aria-expanded=true] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative
}

/* search box top */

.search-box {
    position: relative;
    min-width: 300px;
}

.search-box input {
    box-shadow: none;
    padding-right: 35px;
    border-radius: .6rem !important;
}

.search-box .input-group-addon {
    min-width: 35px;
    border: none;
    background: transparent;
    position: absolute;
    right: 0;
    z-index: 9;
    padding: 7px;
    height: 100%;
}

.search-box i {
    color: #56c5d0;
    font-size: 24px;
    padding-top: 7px;
}

/* information box list */

.list-group-item {
    border: 1px solid rgba(0, 0, 0, .125);
}

.panel-title a {
    color: #000000;
}

/*table a*/
.table-a th,
.table td {
    padding: 20px;
}

.table-a {
    background-color: #fff;
}

/*user account */
.user-account,
.user-account-search {
    font-family: 'Poppins', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 0.9em;
}

.dropdown-menu {
    font-family: 'Inter', sans-serif;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    margin: 0;
}

.dropdown-header {
    text-transform: uppercase;
    color: #f2f2f2;
}

.dropdown-header h6 {
    font-size: 14px;
}

#language-switcher .dropdown-menu {
    min-width: 30px;
}

.dropdown-item {
    font-weight: 700;
    font-size: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #56c5d0;
}

.dropdown-price-list:hover > .dropdown-menu-list {
    display: block;
}

/* language switcher */

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon, .svg-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon:before, .svg-icon:before {
    content: "\00a0";
}

.flag-icon-pl {
    background-image: url(/assets_v2/icons/pl.svg)
}

.flag-icon-en {
    background-image: url(/assets_v2/icons/en.svg)
}

.flag-icon-de {
    background-image: url(/assets_v2/icons/de.svg)
}

/* main content */
#main {
    margin-top: 140px;
}

/* breadcrumb */
.breadcrumb {
    font-size: 12px;
    font-family: 'Poppins', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    background: none;
    color: #000;
    padding-left: 0 !important;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb-item.active {
    color: #000;
}

/* bx slider */
.bx-wrapper {
    box-shadow: none !important;
    border: 0 !important;
    background: none !important;
}

.bx-wrapper .slide {
    display: block;
    overflow: hidden;
}

.bx-wrapper .slide img {
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform
}

.bx-wrapper .slide img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.slider-poster {
    display: block;
    overflow: hidden;
}

.card {
    position: relative;
    border: 0;
    border-radius: .6rem !important;
}

.card-img,
.card-img-rounded{
    position: relative;
}

.rounded{
    border-radius: .6rem !important;
}

.alert,
.btn,
.btn-sm,
.btn-lg{
    border-radius: .6rem !important;
}

.card-img-rounded,
.card-img-rounded img{
    border-top-left-radius: .6rem !important;
    border-top-right-radius: .6rem !important;
}

.event-info {
    z-index: 100;
    position: absolute;
    bottom: 0%;
    display: block;
    width: 100%;
    left: 0%;
    padding: 15px 10px;
    color: #fff;
    background-color: #dc3545;
    font-size: 1.2em;
}

.card-point {
    min-height: 300px;
}

.card .card-title {
    font-family: 'Poppins', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.card .card-title {
    min-height: 60px;
}

.card .card-title-listview {
    min-height: initial;
}

.card .card-img,
.card .card-img-rounded {
    display: block;
    overflow: hidden;
}

.card .card-img a > img,
.card .card-img-rounded a > img{
    width: 100%;
    -webkit-transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform;
}

.card .card-img a:hover > img,
.card .card-img-rounded a:hover > img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.card-date, .card-location {
    padding: 0;
    margin: 0;
}

.card-date i, .card-location i {
    font-size: 18px;
}

.card .card-body h5 a {
    color: #56c5d0;
}

.card .badge {
    font-size: 16px;
    padding: 10px;
}

.card .card-text {
    opacity: 0.8;
}

.card .card-footer {
    border: 0;
}

.card .card-price {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    color: #fff;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    width: 65px;
    text-align: center;
    border-radius: 50px;
    background: #a7c918;
    font-weight: 700;
    font-size: 20px;
}

.card .card-change {
    position: absolute;
    top: 35%;
    left: 20px;
    z-index: 2;
    font-size: 14px;
    font-family: 'Poppins', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.ticket-icon {
    background-image: url(/assets_v2/icons/ticket.svg);
    color: #fff;
}

/* content */
.content {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000;
}

/* event */

#dedicated-ticket {
    padding: 10px;
    color: #fff;
    background-color: #a7c918;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.price-list {
    border-top: 1px solid #ccc;
}

.sector-list span,
.price-list span {
    display: block;
    font-weight: normal;
    padding: 10px 0px;
}

.event-ticket p.event-ticket-info,
.event-ticket p.event-ticket-collector {
    position: relative;
    padding-left: 40px;
    font-weight: bold;
}

.event-ticket p.event-ticket-collector {
    cursor: pointer;
}

.event-desc {
    background-color: #fff;
    border-radius: 10px;
}

.event-desc a {
    font-weight: bold;
    color: #17a2b8;
}

.event-desc ul {
    list-style-type: disc;
    margin-left: 30px;
}

.popover {
    max-width: 600px;
}

.event-ticket .event-ticket-info span,
.event-ticket .event-ticket-collector span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.7;
}

.event-ticket i {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-right: 15px;
    color: #56c5d0;
}

.event-ticket i.pass_operation_icon {
    margin: 0;
    color: white;
    position: relative;
}

.event-ticket .event-ticket-collector i {
    color: #97d20d;
}

.event-ticket-buy a {
    font-size: 18px;
}

/* event changes */
.event-change-item {
    border-bottom: 1px solid #ccc;
}

.event-change-item-past {
    opacity: 0.3;
}

/* cart */
.cart-items {
    color: #000;
}

.cart-items .material-icons {
    color: #000;
}

.cart-items span {
    display: block;
    font-weight: bold;
}

.cart-time {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.table {
    color: #000;
}

.step {
    list-style: none;
    margin: .2rem 0;
    width: 100%;
}

.step .step-item {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    min-height: 1rem;
    position: relative;
    text-align: center;
}

.step .step-item:not(:first-child)::before {
    background: #97d20d;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
}

.step .step-item a {
    color: #acb3c2;
    display: inline-block;
    padding: 20px 10px 0;
    text-decoration: none;
}

.step .step-item a::before {
    background: #97d20d;
    border-radius: 50%;
    content: "";
    display: block;
    height: .9rem;
    left: 50%;
    position: absolute;
    top: .2rem;
    transform: translateX(-50%);
    width: .9rem;
    z-index: 1;
}

.step .step-item.active a::before {
    background: #fff;
    border: .1rem solid #97d20d;
}

.step .step-item.active ~ .step-item::before {
    background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
    background: #e7e9ed;
}

/* order */
.card-info {
    min-height: 180px;
}

.card-info p {
    padding: 0;
    margin: 0;
}


.btn-save {
    background-color: #97d20d;
    border-color: #97d20d;
    color: #fff;
}

.btn-save:hover {
    background-color: #97d20d;
    border-color: #97d20d;
}

.form-signin {
    width: 100%;
    max-width: 600px;
    padding: 40px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: .6rem !important;
}

.form-signin h1 {
    font-size: 1rem !important;
}

label {
    cursor: pointer;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-signin .form-label-group > input {
    padding: 25px 15px;
}

.form-signin .form-label-group > label {
    padding: 5px 15px;
}

.form-signin .btn-primary {
    border-radius: 5px;
}

.loginSignUpSeparator {
    border-top: 1px solid #cbd2d6;
    position: relative;
    margin: 25px 0 10px;
    text-align: center
}

.loginSignUpSeparator .textInSeparator {
    background-color: #fff;
    padding: 0 .5em;
    position: relative;
    color: #6c7378;
    top: -.7em
}

#langChange {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

#langChange li {
    display: inline;
    padding: 0 3px;
    font-weight: bold;
}

.form-check span {
    font-size: 11px;
    color: #a6a6a6;
    cursor: pointer;
}

.form-check .form-check-input {
    padding: 20px;
}

.g-recaptcha {
    display: inline-block;
}

/* footer */

#copyright{
    font-size: 0.8rem !important;
}

#footer {
    font-size: 1rem;
    background-color: #fff;
    padding: 30px 0;
}

#footer h4 {
    font-size: 18px;
    font-family: 'Poppins', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.footer-heading {
    font-weight: bold;
}

.list-links ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #eceef2;
    font-size: 1rem;
}

.list-links ul li + li {
    margin-top: 10px
}

.list-links ul li > a {
    display: block;
    -webkit-transition: .2s color;
    transition: .2s color;
}

/* contact */

.card-contact h6 {
    color: #56c5d0 !important;
}

.card-contact i {
    color: #000 !important;
    font-size: 32px !important;
}

/*delivery method */
.delivery-label {
    display: block;
    width: 100%;
    font-weight: bold;
    color: #000;
}

.delivery-label > input {
    visibility: hidden;
    position: absolute;
    border: 2px solid transparent;
}

.delivery-label > input + div { /* DIV STYLES */
    cursor: pointer;
    background-color: #fff;
    padding: 20px;
    border-radius: .6rem !important;
    min-height: 140px;
}

.delivery-label > input:checked + div {
    border: 2px solid #97d20d;
}

.delivery-label span {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.none {
    display: none;
}

/* map area */
.map-area {
    overflow: auto;
    vertical-align: middle;
    border-radius: 10px;
}

.map-area-container .client_api_map {
    transition: 2s;
}

.map-area-container .client_api_map:hover {
    transition: 0.5s;
    opacity: 0.1 !important;
}

.text-info-map-client {
    display: none;
    position: absolute;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    transition: 2s;
}

/* price legend */

.circle {
    border-color: white;
    display: inline-block;
    border-radius: 50%;
    border-width: 5px;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

/* seats area */

.stage {
    font-size: 21px;
}

.seats-area {
    display: block;
    overflow: auto;
    font-size: 14px;
    padding: 20px 0px;
    vertical-align: middle;
    border-radius: 10px;
}

.seats-buy {
    margin: 0 auto;
}

.seats-buy th {
    padding: 10px;
}

.seats-buy td {
    padding: 1px;
    border: 2px solid #fff;
    border-radius: 6px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.seats-buy td.seat {
    background-color: #aaa9a9;
    width: 35px;
    height: 35px;
    text-align: center;
}

.seats-buy td.free {
    background-color: #008000;
    color: #fff;
}

.seats-buy td.selected {
    background-color: #a7c918 !important;
    color: #fff !important;
}

.seats-buy td.divide {
    background-color: #fff;
    color: #fff;
}

.map-area img {
    margin: 0 auto !important;
}

.dragscroll {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}

.dragscroll:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.miejsce_pierwokup {
    height: 7px;
    width: 7px;
    background-color: #FFF200;
    border-radius: 50%;
    display: block;
    z-index: 9999;
    margin-left: 3px;
    cursor: pointer;
}

/*.pass_operation_pin_seat {*/
/*    height: 7px;*/
/*    width: 7px;*/
/*    background-color: red;*/
/*    border-radius: 50%;*/
/*    display: block;*/
/*    z-index: 9999;*/
/*    margin-left: 3px;*/
/*    cursor: pointer;*/
/*}*/

.pass_operation_pin_seat {
    height: 7px;
    width: 7px;
    color: white; /* Ustawia kolor ikony na czerwony */
    font-size: 12px; /* Dostosuj rozmiar ikony według potrzeb */
    display: block; /* Dostosuj wyświetlanie według potrzeb */
    cursor: pointer;
    z-index: 9999;
    margin-left: 1px;
}

.price-circle {
    height: 20px;
    width: 20px;
    background-color: red;
    border-radius: 50%;
    display: block;
    z-index: 9999;
    margin-left: 3px;
    cursor: pointer;
}


.price-table {
    display: table;
}

.price-table > div {
    display: table-row;
}

.price-table > div > div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

/* back to top */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #a7c918;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background: #94a81d;
}

#back-to-top.show {
    opacity: 1;
}

/* widget */
.dlist-align {
    color: #000;
}

.dlist-align dt {
    color: #000;
    width: 90px;
    float: left;
    word-wrap: break-word;
}

/* checkboxes */

.check-show {
    font-size: 1.1em;
    cursor: pointer;
}

.radio-show {
    font-size: 1.1em;
    cursor: pointer;
}


.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #97d20d;
}

.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 16%;
    color: #97d20d;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

@media (max-width: 1550px) {
    .navbar-collapse {
        flex-grow: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .3rem;
        padding-left: .3rem;
    }
}

@media (min-width: 1200px) {
    .form-inline .input-group {
        width: 500px;
        margin-left: 30px;
    }

    .content {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .nav-category {
        font-size: 16px;
    }

    .navbar-nav .nav-item [data-toggle='dropdown']::after {
        transition: all .15s ease;
    }

    .navbar-nav .nav-item.show [data-toggle='dropdown']::after {
        transform: rotate(180deg);
    }

    .navbar-nav.navbar-nav-hover .dropdown-menu {
        display: block;
        transition: visibility .25s, opacity .25s, transform .25s;
        transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
        pointer-events: none;
        opacity: 0;
    }

    .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        visibility: visible;
        transform: translate(0, 0);
        animation: none;
        pointer-events: auto;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .form-inline {
        display: block;
        margin-bottom: 10px;
    }

    .input-group {
        width: 100%;
    }

    .navbar-toggler span {
        display: block;
        width: 25px;
        height: 3px;
        background: #a7c918;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }
}

@media (max-width: 576px) {
    .container-fluid-70 {
        width: 100%;
    }

    #main {
        margin-top: 120px;
    }

    #main h1 {
        font-size: 24px;
    }

    .card {
        margin-bottom: 30px;
    }

    .event-ticket-buy {
        text-align: center !important;
    }

    .event-ticket-buy a {
        font-size: 21px;
    }

    .delivery-label > input + div {
        min-height: initial;
    }

    .delivery-method-item {
        margin-bottom: 0 !important;
    }

    .price-list div {
        margin-bottom: 10px;
    }

    .btn-lg-2x {
        padding: 10px 20px;
        font-size: 18px;
    }

    ul.town-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }

    .search-box .input-group-addon {
        padding-top: 9px;
    }

    .modal-dialog-centered {
        height: calc(100% - (1.75rem * 2))
    }
}

@media (max-width: 1300px) {
    .user span {
        display: none;
    }
}

@media (max-width: 1000px) {
    .seats-buy td {
        padding: 1px 10px;
    }
}

@media (max-width: 600px) {
    .user-account-search {
        display: none;
    }

    .search-box {
        padding-bottom: 10px;
    }

    .navbar-header .navbar-brand img {
        height: 50px !important;
    }

    .mobile-icons i {
        color: #000;
    }

}

@media (min-width: 600px) {
    #pick-town-mobile {
        display: none;
    }
}

/* Loader*/

#loader {
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
    top: 0;
    z-index: 100000;
    display: none;
}

#loader_spinner {
    margin-top: 25%;
}

#loader .spinner-border {
    width: 5rem;
    height: 5rem;
}

.delivery-item {
    cursor: pointer;
    border: 1px solid #fff;
}

.delivery-item.active {
    border: 2px solid #97d20d;
}

.final_price_voucher {
    color: #000 !important;
    text-decoration: line-through;
    font-weight: normal !important;
    display: inline-block;
}

.modal-dialog-centered {
    height: calc(100% - (.5rem * 2))
}

.modal-content{
    border-radius: 0.6rem !important;
    border:0 !important;
}

.custom-file-label::after {
    content: "Przeglądaj...";
}

.event-terms-data p {
    display: inline-block;
}


#pass-transfer i {
    font-size: 24px;
    color: #97d20d;
}

.checkbox-lg{
    scale: 1.4;
}
