/* Header */
.header {
    position: relative;
    z-index: 1;
}

.url-miesiac:hover,
.url-miesiac.active {
    color: #000000;
}

.kalendarz-miesiace {
    margin-bottom: 50px;
}

table.calendar {
    width: 100%;
}

table.calendar tr td {
    border-bottom: 1px solid #e3e3e6;
    border-right: 1px solid #e3e3e6;
    width: 14.2857%;
}

table.calendar tr:first-child td {
    border-top: 1px solid #e3e3e6;
}

table.calendar tr td:first-child {
    border-left: 1px solid #e3e3e6;
}

table.calendar tr td a {
    /*color: #00adee;*/
    display: inline-block;
    font-weight: bolder;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}

table.calendar tr th {
    padding-bottom: 10px;
    text-align: center;
}

table.calendar tr td a:hover {
    color: #00adee;
}

table.calendar tr td a.selected:hover {
    color: #ffffff;
}

table.calendar tr td:nth-child(6),
table.calendar tr td:nth-child(7) {
    /*background-color: #f2f2f2;*/
}

@media (min-width: 768px) {
    .our-responsive-table > thead > tr > th:first-child {
        width: 50%;
    }

    /*.our-responsive-table > thead > tr > th:nth-child(2),*/
    .our-responsive-table > thead > tr > th:last-child {
        width: 15%;
    }
}

@media (min-width: 768px) {
    .our-responsive-table.koszyk-towary > thead > tr > th:first-child {
        width: 20%;
    }

    .our-responsive-table.koszyk-towary > thead > tr > th:nth-child(2),
    .our-responsive-table.koszyk-towary > thead > tr > th:last-child {
        width: 15%;
    }
}

@media (min-width: 992px) {
    .our-responsive-table.koszyk-towary > thead > tr > th:first-child {
        width: 15%;
    }

    .our-responsive-table.koszyk-towary > thead > tr > th:nth-child(2) {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .our-responsive-table.koszyk-towary > thead > tr > th:nth-child(2) {
        width: 30%;
    }
}

.month-selector {
    border-bottom: 1px dotted #d5dde6;
    color: #000000;
    font-size: 20px !important;
    margin: 30px 0 10px 0;
    padding: 5px 0 20px 0;
    text-transform: uppercase;
}

.month-selector a {
    color: gray !important;
}

.month-selector a:hover {
    color: black !important;
}

.termin-row {
    border-bottom: 1px dotted #d5dde6;
    margin: 20px 0;
    padding-bottom: 20px;
}

.js-wybierz-godzine-header {
    display: none;
}

.termin-godzinowy {
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    padding: 10px 5px;
    /*display: block;*/
    /*border: 1px solid #e3e3e6;*/
    /*background-color: #f2f2f2;*/
    /*margin-top: 20px;*/
}

.termin-godzinowy + .termin-godzinowy {
    border-top: 1px solid #e0e0e0;
}

.termin-godzinowy:hover {
    /*color: #e30613;*/
    /*background-color:#dddddd;*/
    /*cursor: pointer;*/
}

.kalendarz-niedostepny-dzien {
    color: #000000 !important;
    cursor: not-allowed;
    font-weight: normal !important;
    opacity: 0.5;
}

.kalendarz-niedostepny-dzien:hover {
    color: #000000 !important;
    font-weight: normal !important;
    opacity: 0.5;
}

.kalendarz-dostepny-dzien {
    /*background-color: #34B5F0;*/
    /*background-color: #e3e3e6;*/
    background-color: #85d8fc;
    color: black;
    opacity: 0.8;
}

.kalendarz-dostepny-dzien:hover {
    color: black !important;
    opacity: 0.9;
}

.calendar-day-selector.selected {
    background-color: #00adee;
    border: 1px solid #c9c9c9;
    color: #ffffff;
}

.tooltip-inner {
    background-color: #f2f2f2;
    border: 1px solid #afafaf;
    color: black;
}

#loading {
    background-color: rgba(52, 58, 64, 0.9);
    bottom: 0;
    display: none;
    font-size: 1.2rem;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#loading .loading-text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Navbar */
.navbar__top {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    left: 15px;
    padding: 0 15px;
    position: absolute;
    right: 15px;
    top: 71px;
}

@media (min-width: 576px) {
    .navbar__top {
        left: 15px;
        right: auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .navbar__top {
        width: 35%;
    }
}

@media (min-width: 992px) {
    .navbar__top {
        box-shadow: none;
        position: static;
        width: auto;
    }
}

/* Jumbotron icon */
.jumbotron__icon {
    align-items: center;
    background-color: #00adee;
    border-radius: 50%;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-bottom: 1rem;
    width: 6rem;
}

@media (min-width: 576px) {
    .jumbotron__icon {
        height: 8rem;
        width: 8rem;
    }
}

.jumbotron h1 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .jumbotron h1 {
        font-size: 3.5rem;
    }
}

.jumbotron__icon > i {
    font-size: 2rem;
    transform: rotate(-45deg);
}

.jumbotron__icon_no-rotate > i {
    transform: rotate(0deg);
}

@media (min-width: 576px) {
    .jumbotron__icon > i {
        font-size: 3rem;
    }
}

.pozycja-cennika-opis {
    font-size: smaller;
}

.ilosc-biletow-nienumerowanych,
.ilosc-voucherow,
.js-koszyk-ilosc-sztuk-towaru,
.js-input-ilosc-karnety,
.js-ilosc-abonamentow {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    height: 40px;
    padding: 5px;
    text-align: center;
    width: 40px;
}

.ilosc-biletow-nienumerowanych + button,
.ilosc-voucherow + button {
    margin-left: 0 !important;
}

/* Animated scroll to top */
.animated-scroll-to-top-button {
    align-items: center;
    border-radius: 50%;
    bottom: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 1rem;
    transition-duration: 0.35s;
    transition-property: opacity, visibility, bottom;
    transition-timing-function: ease;
    visibility: hidden;
    width: 2.5rem;
}

.animated-scroll-to-top-button.active {
    bottom: 1rem;
    opacity: 1;
    visibility: visible;
}

.faktura-nowe-dane {
    color: black;
    display: block;
}

.faktura-nowe-dane.js-df:hover {
    color: black;
    text-decoration: none;
}

.js-df {
    border: 1px solid #dddddd;
    text-align: center;
}

.js-df:hover {
    cursor: pointer;
}

.podsumowanie-bilety tr td:first-child {
    width: 50%;
}

.podsumowanie-bilety tr td:nth-child(2),
.podsumowanie-bilety tr td:nth-child(3),
.podsumowanie-bilety tr td:nth-child(4) {
    width: 16.66%;
}

/* Walidacja (info) pól formularzy dla checkbox'ów */
.form-check .invalid-feedback {
    order: 1;
}

.card__icon {
    align-items: center;
    background-color: #00adee;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    opacity: 0;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    transform: scale(0.8);
    transition-duration: 0.35s;
    transition-property: opacity, visibility, transform;
    transition-timing-function: ease;
    visibility: hidden;
    width: 2.5rem;
}

.selected .card__icon {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

/* Alignment tip */
@keyframes animate-pointer {
    0% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0%);
    }
    75% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.alignment-tip {
    align-items: center;
    /*background-color: rgba(52, 58, 64, 0.9);*/
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: 0s;
    transition-property: opacity, visibility;
    visibility: hidden;
    z-index: 9999;
}

.alignment-tip.active {
    opacity: 1;
    visibility: visible;
}

.alignment-tip__mobile {
    align-items: center;
    background-color: var(--primary);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    height: 8rem;
    justify-content: center;
    opacity: 0;
    transition-duration: 0.35s;
    transition-property: opacity, visibility;
    transition-timing-function: ease;
    visibility: hidden;
    width: 8rem;
}

.alignment-tip.active .alignment-tip__mobile {
    animation-delay: 1s;
    animation-duration: 5s;
    animation-name: animate-pointer;
    animation-timing-function: ease;
    opacity: 1;
    visibility: visible;
}

.alignment-tip__mobile > .fa-hand-pointer {
    color: var(--white);
    font-size: 2rem;
}

.alignment-tip__desktop {
    display: none;
}

.alignment-tip__desktop > .fa-mouse-pointer {
}

/* Counter */
.counter .invalid-feedback {
    bottom: -22px;
    position: absolute;
    white-space: nowrap;
}

/* End Counter */
/* Towary */
.towar-lista-item {
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
}

.towar-box {
    cursor: pointer;
    height: calc(50vw - 30px - 2rem);
    text-align: center;
}

@media (min-width: 576px) {
    .towar-box {
        height: 60%;
    }
}

.towar-box.towarniedostepny:hover {
    cursor: initial;
}

.towar-box-zdjecie {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.towar-box-nazwa-towaru {
    cursor: pointer;
}

.nd.towar-box-nazwa-towaru {
    cursor: initial !important;
}

.towar-opis {
    margin-top: auto;
    text-align: center;
}

.towar-opis-cena > s {
    font-size: 0.9rem;
    font-weight: normal;
}

.towar-cms-ilosc {
    color: #5f5f5f;
    display: inline-block;
    margin-left: 15px;
}

.towar-kategoria-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    padding: 3px 5px;
}

.towar-kategoria-item:hover {
    color: var(--primary);
}

.towar-kategoria-row {
    color: inherit;
}

.towar-kategoria-row:hover {
    text-decoration: none;
}

.towar-kategoria-row.selected {
    font-weight: bolder;
}

.js-dodaj-do-koszyka.btnDisabled {
    background-color: #f2f2f2;
    border-color: #c4c4c4;
    color: #878787;
}

.js-dodaj-do-koszyka.btnDisabled:hover {
    cursor: initial;
}

.js-dodaj-do-koszyka.btnDisabled:focus {
    box-shadow: none;
    outline: none;
}

#towar-zdjecia-mini-wrapper {
    margin-top: 20px;
}

.towar-galeria-full {
    display: flex;
    justify-content: center;
}

.towar-galeria-full img {
    max-height: 500px;
}

.towar-galeria-mini.slick-active img {
    padding-left: 5px;
}

.towar-galeria-mini.slick-active:first-child img {
    padding-left: 0 !important;
}

.towar-galeria-mini img:hover {
    cursor: pointer;
}

.strike {
    color: #6c757d !important;
    text-decoration: line-through;
}

.tow-qty-table {
    margin-bottom: 40px;
    margin-top: 40px;
}

.tow-qty-table tr td:first-child {
    width: 50%;
}

.tow-qty-table tr td:last-child {
    text-align: center;
}

.tow-qty-controls {
    width: 120px !important;
}

.tow-qty-controls .change-qty {
    cursor: pointer;
}

.ts-towar-cena {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    text-align: right;
}

.towar-galeria-full img:hover {
    cursor: pointer;
}

.image-full-background {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.full-image-wrapper {
    height: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    position: relative;
    top: 5%;
    width: 90%;
    z-index: 3000;
}

.full-image-wrapper img {
    border: 3px solid white;
    display: block;
    max-height: 100%;
    max-width: 100%;
    /*margin: 30px auto;*/
}

.image-full {
    z-index: 200;
}

.image-full img {
    cursor: initial;
}

.koszyk-towary tbody tr td:first-child {
    width: 150px;
}

.gallery-close-btn {
    text-align: right;
}

.image-full i.far,
.image-full i.fas {
    color: white;
    font-size: 30px;
}

.gallery-close-btn {
    height: 32px;
    position: relative;
}

.gallery-close-btn img {
    border: 0;
    height: 30px;
    position: absolute;
    right: -12px;
    top: 18px;
    width: 30px;
}

.gallery-close-btn img:hover {
    cursor: pointer;
}

.gallery-controller {
    position: relative;
    z-index: 150;
}

#towary-ilosc-strona-select {
    max-width: 68px;
}

#towary-sort-select {
    max-width: 200px;
}

/* Gallery */
.gallery {
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .gallery {
        margin-right: 2rem;
    }
}

.gallery__preview {
    cursor: pointer;
    height: 218px;
}

@media (min-width: 576px) {
    .gallery__preview {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .gallery__preview {
        height: 400px;
    }
}

.gallery__preview .slick-list {
    height: 100%;
}

.gallery__preview .slick-track {
    height: 100%;
}

.gallery__preview .slick-slide {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}

.gallery__preview-image {
    display: block;
    max-height: 100%;
    width: auto;
}

.gallery__preview .slick-arrow {
    display: none !important;
}

.gallery__fullscreen {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition-duration: 0.3s;
    transition-property: opacity, visibility;
    transition-timing-function: ease;
    visibility: hidden;
    z-index: 1;
}

.gallery__fullscreen.active {
    opacity: 1;
    visibility: visible;
}

.gallery__fullscreen .slick-list,
.gallery__fullscreen .slick-track {
    height: 100%;
}

.gallery__fullscreen .slick-slide {
    align-items: center;
    display: flex !important;
    justify-content: center;
}

.gallery__fullscreen > div {
    height: 70%;
    width: 70%;
}

@media (min-width: 576px) {
    .gallery__fullscreen > div {
        height: 90%;
        width: 90%;
    }
}

.gallery__fullscreen-slider {
    height: 100%;
}

.gallery__fullscreen-slider-image {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.gallery__fullscreen-close {
    align-items: center;
    background-color: var(--primary);
    border-radius: 50%;
    border-width: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    height: 2.5rem;
    justify-content: center;
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2.5rem;
    z-index: 1;
}

.gallery__fullscreen-slider .slick-prev,
.gallery__fullscreen-slider .slick-next {
    align-items: center;
    color: var(--white);
    cursor: pointer;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.gallery__fullscreen-slider .slick-prev {
    left: -40px;
}

.gallery__fullscreen-slider .slick-next {
    right: -40px;
}

.gallery__fullscreen-slider .slick-prev:hover,
.gallery__fullscreen-slider .slick-prev:focus,
.gallery__fullscreen-slider .slick-next:hover,
.gallery__fullscreen-slider .slick-next:focus {
    color: var(--white);
}

.gallery__fullscreen-slider .slick-prev > i,
.gallery__fullscreen-slider .slick-next > i {
    font-size: 2rem;
}

.gallery__fullscreen-slider .slick-prev::before,
.gallery__fullscreen-slider .slick-next::before {
    display: none;
}

.gallery__thumbnails {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 80%;
}

.gallery__thumbnails .slick-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.gallery__thumbnails-image {
    cursor: pointer;
    display: block;
    height: auto;
    max-width: 100%;
}

.gallery__thumbnails .slick-prev,
.gallery__thumbnails .slick-next {
    align-items: center;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.gallery__thumbnails .slick-prev {
    left: -30px;
}

.gallery__thumbnails .slick-next {
    right: -30px;
}

.gallery__thumbnails .slick-prev:hover,
.gallery__thumbnails .slick-prev:focus,
.gallery__thumbnails .slick-next:hover,
.gallery__thumbnails .slick-next:focus {
    color: var(--primary);
}

.gallery__thumbnails .slick-prev > i,
.gallery__thumbnails .slick-next > i {
    font-size: 1.2rem;
}

.gallery__thumbnails .slick-prev::before,
.gallery__thumbnails .slick-next::before {
    display: none;
}

.ts-towar-ilosc {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.new-responsive-table tr td:first-child {
    background-color: #f2f2f2;
}

.koszyk-towar-zdjecie {
    max-width: 100px;
}

@media (min-width: 1200px) {
    .koszyk-towar-zdjecie {
        max-width: 175px;
    }
}

.gotobasket-btn {
    bottom: -32px;
    margin-top: 30px;
    position: absolute;
    right: 20px;
}

.kpc .change-button {
    height: 40px;
}

.at_grupa_nazwa {
    display: block;
    font-size: larger;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 30px;
    text-align: center;
}

.at_grupa_termin {
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    color: initial;
    display: flex;
    position: relative;
}

.at_grupa_termin:hover {
    color: gray;
    cursor: pointer;
    text-decoration: none;
}

.abonamentSelectdIcon {
    background-color: #00adee;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-size: 26px;
    height: 40px;
    margin-left: auto;
    position: absolute;
    /*opacity: 0;*/
    right: 0;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 40px;
}

.selected .abonamentSelectdIcon {
    visibility: visible;
}

.abonament-terminy-table {
    font-size: smaller;
}

.abonament-terminy-table .th {
    background-color: #ededed;
    border: 1px;
    font-weight: 500;
    padding: 3px 5px;
}

.abonament-terminy-table .tr .td, .abonament-terminy-table .tr .th {
    padding: 3px 5px;
    text-align: center;
}

.abonament-terminy-table .tr {
    border: 1px solid #dee2e6;
}

.abonament-terminy-table .tr {
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

@media (min-width: 768px) {
    .w-md-100 {
        width: 100%;
    }
}

#kwm-lista-terminow {
    display: flex;
    margin-top: 1rem;
}

.kwm-termin {
    background-color: white;
    border: 1px solid #dee2e6;
    border-left: none;
    border-top-left-radius: 10px;
    /*border-bottom: none;*/
    border-top-right-radius: 10px;
    bottom: -1px;
    color: #6c757d !important;
    display: inline-block;
    font-size: smaller;
    max-width: 250px;
    padding: 5px 10px;
    position: relative;
    z-index: 2;
}

.kwm-termin:first-child {
    border-left: 1px solid #dee2e6;
}

.kwm-termin.selected {
    border-bottom: none;
    color: black !important;
}

.kwm-termin:hover {
    text-decoration: none;
}

.kwm-termin-item {
    text-align: center;
}

#wizualizacja_dla_terminu {
    border: 1px solid #dee2e6;
    min-height: 300px;
}

#grupamiejsc_dla_terminu {
    border: 1px solid #dee2e6;
}

.koszyk-abonament-wybierz-miejsca-btn {
    color: indianred
}

.koszyk-abonament-wybierz-miejsca-btn:hover {
    color: indianred
}

/* social-login */
.social-login {
    align-items: center;
    border-top: 1px solid #00000020;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .social-login {
        flex-direction: row;
        justify-content: space-around;
    }
}

@media (min-width: 992px) {
    .social-login {
        border-left: 1px solid #00000020;
        border-top-width: 0;
        flex-direction: column;
        justify-content: flex-start;
        margin-left: 2rem;
        margin-top: 0;
        padding-left: 2rem;
    }
}

.social-login__btn {
    color: #ffffff;
    display: flex;
    font-size: 1rem;
    margin-top: 1rem;
    width: 18rem;
}

.social-login__btn:hover {
    color: #ffffff;
}

.social-login__icon {
    display: inline-block;
    text-align: center;
    width: 2rem;
}

.social-login__label {
    flex: 1 0 auto;
}

.social-login__btn--facebook {
    background-color: #4267b2;
}

.social-login__btn--google {
    background-color: #db4437;
}

.social-login__btn--twitter {
    background-color: #1da1f2;
}

/* social-media-integration */
.social-media-integration {
    border-top: 1px solid #00000020;
    list-style: none outside none;
    margin-top: 2rem;
    padding: 1rem 0;
}

.social-media-integration__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    width: 100%;
}

@media (min-width: 576px) {
    .social-media-integration__item {
        flex-direction: row;
    }
}

.social-media-integration__status {
    align-items: center;
    display: flex;
}

@media (min-width: 576px) {
    .social-media-integration__status {
        border-right: 1px solid #00000020;
        margin-right: 1rem;
        padding-right: 1rem;
    }
}

.social-media-integration__icon {
    align-items: center;
    border-right: 1px solid #00000020;
    color: var(--secondary);
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    margin-right: 1rem;
    padding-right: 1rem;
}

.social-media-integration .social-login__btn {
    width: 14rem;
}

@media (min-width: 576px) {
    .social-media-integration .social-login__btn {
        margin-top: 0;
    }
}

.koszyk-karet-zmien-miejsce {
    background-color: #00adee;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.koszyk-karet-zmien-miejsce:hover {
    background-color: #0091c8;
    color: white;
    text-decoration: none;
}
