/* COMMON */
.bg-dark-blue{ background-color: #00437E; }
.bg-light-blue{ background-color: #00AFFF; }
.bg-white{ background-color: #fff; }
.bg-red{ background-color: #F50303; }
.bg-yellow{ background-color: #f4ff34; }
.bg-light-green{ background-color: #85DA00; }
.bg-dark-green{ background-color: #65BA00; }
.bg-light-gray{ background-color: #E7E5DD; }
.bg-dark-gray{ background-color: #323334; }
.bg-transparent{ background-color: transparent; }

.font-dark-blue{ color: #00437E; }
.font-light-blue{ color: #00AFFF; }
.font-white{ color: #fff; }
.font-red{ color: #F50303; }
.font-yellow{ color: #f4ff34; }
.font-light-green{ color: #85DA00; }
.font-dark-green{ color: #65BA00; }
.font-light-gray{ color: #E7E5DD; }
.font-dark-gray{ color: #323334; }

a:hover{ text-decoration: none; }
.font-size18{ font-size: 1.125rem; }
.line-through{ text-decoration: line-through; }

.transition05{
    transition: all 0.2s ease-in;
}

.rotate90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mw-90vw{ max-width: 90vw !important; }
.w-33{ width: 33% }

/* INPOST */

.map-widget {
    z-index: 1;
}

/* CONTENT */

@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto-Condensed.ttf');
    font-weight: normal;
    font-style: normal;
}

/* LIVE CHAT */
#dc-tab-button .iw-img-label {
    font-family: 'Roboto Condensed', sans-serif !important;
}

#InteliwiseSaaSModule_win_wrapper #iw-output {
    min-height: 280px !important;
}

#dc-tab-button, #InteliwiseSaaSModule_win_wrapper #iw-module-title-tab, #iw-module-wrapper {
    background-color: #00AFFF !important;
    border-color: #00AFFF !important;
    border-radius: 5px 0 0 5px !important;
}

#dc-tab-button, #InteliwiseSaaSModule_win_wrapper #iw-module-wrapper {
    top: 30% !important;
}

@media (max-width: 992px) {
    #dc-tab-button, #InteliwiseSaaSModule_win_wrapper #iw-module-wrapper {
        top: 40% !important;
    }
}

.iw-img-label {
    opacity: 0;
}

#dc-tab-button::before, #dc-close-button::before {
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(-180deg);
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    content: "Skontaktuj się z nami";
    position: absolute;
    color: white;
    top: 60px;
    left: 4px;
    font-size: 20px;
}

@media (max-width: 992px) {
    #dc-close-button::before {
        display: none;
    }
}


body, #es-main-app {
    text-align: center;
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
}
.allow-scrollbar .admin-app{
    overflow: hidden;
}
body.allow-scrollbar, .allow-scrollbar #es-main-app.container-fluid{
    width: fit-content;
    max-width: unset;
    overflow-x: auto;
}

.admin-app{
    overflow-y: auto;
    min-height: 100vh;
}

body.modal-open{
    overflow-y: scroll !important;
    padding-right: 0 !important;
}

nav.container .navbar-nav a.nav-link{
    color: #fff;
    text-decoration: none;
    font-size: 1.35rem;
    font-weight: bold;
}

nav.container > a:first-child{
    align-self: baseline;
}

nav.container .navbar-brand {
    transition: all 0.15s ease-out;
    padding: 1rem;
    width: 5.5rem;
    height: 5.5rem;
}
.nav-compact nav.container .navbar-brand {
    align-self: baseline;
    padding: 0.3rem;
    width: 5.5rem;
    height: 5.5rem;
}


#event-video{
    position: absolute;
    z-index: 0;
    padding: 0;
    margin: 0;
    min-width: 100vw;
    left: 0;
    top: 0;
    height: auto;
}

.product__button--buy {
    background-color: #00AFFF;
    color: white;
}

.product__button--buy:hover {
    color: #00AFFF;
    background-color: white;
    border-color: white;
}

.product__button--buy:hover * {
    border-color: white;
}

@media (min-width: 1200px) {
    nav.container .navbar-brand {
        transition: all 0.15s ease-out;
        padding: 1rem;
        width: 13.5rem;;
        height: 13.5rem;
    }
}
@media (max-width: 991px) {
    #event-video{
        display: none;
    }
}

.event-summary thead:last-child {
    display: none;
}

.product-price-narrow-mobile {
    display: none;
}
.product-price-fullwidth {
    display: flex;
}
.product-list-button-wrapper {
    width: 60%;
}

@media (max-width: 575px) {
    .product-price-narrow-mobile {
        display: block;
    }
    .product-price-fullwidth {
        display: none;
    }
    .product-list-button-wrapper {
        width: 100%;
    }
}

.checkbox-small span {
    font-size: 0.81rem;
}

.order-details-left-col {
    min-height: 45em;
}
