@font-face {
    font-family: "Gotham";
    font-display: swap;
    src: url("/fonts/Gotham-Medium.otf");
}

@font-face {
    font-family: "Gotham Light";
    font-display: swap;
    src: url("/fonts/Gotham-Light.otf");
}

/*

UPORABLJENI Z-INDEXI:

1100 => info alert
1000 => spodnji popup
999 => gumb "sedeži" za spodnji popup
900 => settings sidebar
899 => gumb za settings sidebar
300 => sector
100 => seat picker map
30 => header
10 => image preview v settings sidebaru

*/

html {
    overflow-y: auto !important;
}

body {
    font-size: 1rem;
    font-family: Gotham, sans-serif;
}

h1,
h2,
h3,
h4 {
    color: #000;
}

a {
    color: var(--ticklio-main) !important;
}

.t-text-grey, .text-gray {
    color: var(--ticklio-text-grey);
}

.light-font {
    font-family: "Gotham Light", sans-serif !important;
}

.page-wrapper {
    position: relative;
    padding-top: 80px;
    padding-bottom: 30px;
    color: var(--ticklio-text-grey);
    flex-grow: 1;
}

select {
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.select-no-style {
    background: none;
    border: none;
    width: 100%;
    outline: none !important;
    color: inherit;
}

.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center-start {
    display: flex;
    align-items: center;
}

.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-end-center {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.align-center {
    display: flex;
    align-items: center;
}

.absolute-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
}

.full-width-center {
    width: 100%;
    text-align: center;
}

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

.text-green {
    color: var(--ticklio-main);
}

.text-error {
    color: var(--ticklio-error);
}

.button-reset {
    outline: none !important;
    background: transparent;
    border: none;
}

.button-simple {
    outline: none !important;
    background: transparent;
    border: none;
    color: var(--ticklio);
    text-decoration: underline;
}

.button-simple.main-color {
    color: var(--ticklio-main);
}

.button-simple:disabled {
    opacity: 0.3;
}

.arrow-btn svg {
    max-width: 40px;
}

.arrow-btn-wrapper {
    min-width: 66px;
    padding-right: 2em;
}

.arrow-btn-wrapper:last-child {
    padding-left: 2em;
    padding-right: 0;
}

.hiddenArrow {
    visibility: hidden;
}

.btn-hover:hover {
    transform: scale(1.2);
}

.exit-button {
    height: 20px;
    width: 20px;
    position: relative;
    padding: 0;
    background-image: url("/icons/zapri.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.plus-btn {
    position: relative;
    background: var(--ticklio-bckg-grey);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1em;
}

.plus-btn::after,
.plus-btn::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-right: -50%;
}

.plus-btn::after {
    height: 13px;
    width: 2px;
}

.plus-btn::before {
    width: 13px;
    height: 2px;
}

.minus-btn::after {
    display: none;
}

.exit-button:hover,
.plus-btn:hover {
    transform: scale(1.1);
}

.ticklio-cart-topbar {
    height: 50px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.ticklio-cart-topbar * {
    color: #fff;
}

.absolute-message {
    position: absolute;
    left: 2px;
    bottom: -7px;
}

.absolute-message label {
    margin: 0;
}

.cart-button {
    position: relative;
    user-select: none;
}

.cart-button-active {
    cursor: pointer;
}

.cart-button img {
    height: 26px;
    width: auto;
    filter: invert(1);
}

.cart-items-bubble {
    position: absolute;
    color: #fff;
    display: flex;
    font-size: 12px;
    background: var(--ticklio-picked-seat);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    bottom: -8px;
    right: -8px;
    align-items: center;
    justify-content: center;
}

.ticklio-row {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.ticklio-col,
.col-medium-6 {
    position: relative;
    margin: 0;
    padding: 0 15px 30px;
    width: 100%;
}

.custom-banner-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.line-divider {
    width: 100%;
    height: 1px;
    background: var(--ticklio-line);
}

.margin-top {
    margin-top: 3.1em;
}

.margin-top-sm {
    margin-top: 1.6em;
}

.margin-bottom {
    margin-bottom: 50px;
}

.no-wrap {
    white-space: nowrap;
}

.ticklio-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.6em;
    text-rendering: optimizeSpeed;
    color: #000;
}

.ticklio-title-sm {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3em;
    color: #000;
}

.ticklio-subtitle {
    text-rendering: optimizeSpeed;
    color: #000;
    font-size: 1.4em;
}

.ticklio-button {
    outline: none !important;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 0;
    min-height: 2.5rem;
    line-height: 2.4rem;
    letter-spacing: .03em;
    max-width: 100%;
    background: var(--ticklio-main);
    border: solid 1px var(--ticklio-main);
    color: var(--ticklio-white);
    white-space: nowrap;
    user-select: none;
}

.ticklio-button.t-white-btn {
    background: var(--ticklio-white);
    border: solid 1px var(--ticklio-main);
    color: var(--ticklio-main);
}

.ticklio-button.fixed-width {
    width: 207px;
    min-width: fit-content;
    margin-bottom: 1.5em;
}

.ticklio-button.admin-btn {
    background: var(--ticklio);
    border: none;
}

.ticklio-buttons-wrapper .ticklio-button.fixed-width:first-child,
.et-buttons .ticklio-button.fixed-width:first-child {
    margin-right: 1.5em;
}

.ticklio-button:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.ticklio-button.no-hover:hover {
    box-shadow: none;
}


.ticklio-button.button-link {
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.9em 2em;
    border: 1px solid var(--ticklio);
}

.ticklio-button:disabled,
.ticklio-button[disabled] {
    box-shadow: none !important;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: var(--ticklio-line);
}

.ticklio-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.ticklio-time-stadium,
.ticklio-content-wrapper {
    color: #000;
}

.ticklio-info-content {
    width: 60%;
}

.ticklio-info-prices {
}

.ticklio-future-events {
    width: 100%;
}

.ticklio-prices {
    width: 100%;
}

.ticklio-prices-item {
    border-top: solid 1px var(--ticklio-line);
    border-right: solid 1px var(--ticklio-line);
    border-left: solid 2px var(--ticklio-line);
    padding: 0.7em 1.7em;
    white-space: nowrap;
}

.ticklio-prices-item .first-letter {
    /*text-transform: capitalize;*/
}

.ticklio-prices-item:last-child {
    border-bottom: solid 1px var(--ticklio-line);
}

.ticklio-events-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.et-buttons {
    margin-top: 1.8em;
}

.no-results-message {
    padding-top: 1rem;
    color: var(--ticklio-text-grey);
    font-size: 1.3rem;
}


/* Event Tickets Info */

.et-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.et-header * {
    color: #fff;
}

.et-header {
    background: var(--ticklio-main);
    color: var(--ticklio-white);
    width: 100%;
    padding: 5%;
}

.et-match {
    display: flex;
    margin-bottom: 2rem;
    width: 100%;
}

.et-club {
    width: 40%;
}

.et-club-name {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

.et-club-logo {
    display: flex;
    justify-content: center;
}

.et-club-logo img {
    width: 40%;
    object-fit: contain;
}

.et-vs {
    font-size: 2.4em;
    font-weight: bold;
    width: 20%;
}

.et-datetime {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 0.75em;
}

.et-details {
    font-size: 1em;
}

.et-prices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.4em;
}

.et-prices-single {
    width: 47%;
    padding: 1em 0;
}

.et-prices-description {
    font-weight: bold;
    margin-bottom: 1.3em;
    font-size: 0.9em;
}

.et-disabled {
    margin-top: -1em;
    font-size: 0.9em;
}
.bg-ticklio {
    background-color: var(--ticklio);
}
.border-ticklio {
    border-color: var(--ticklio);
}

/* Popup */

.big-bottom-margin {
    height: 200px;
}

.ticklio-popup {
    z-index: 1000;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0 0 101px 0 rgba(0, 0, 0, 0.5);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 1em;
    max-width: 100%;
    width: 1000px;
    overflow: hidden;
}

.tp-wrapper {
    padding: 1em;
    padding-top: 0;
}

.tp-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tp-margin {
    margin-top: 1em;
}

.v-html-margin p {
    margin-bottom: 2px;
}

.tp-row {
    display: flex;
    align-items: center;
    margin: 0 -3em;
    padding: 0.35em 3em;
}

.tp-single-item {
    padding: 0 1em;
    width: 33%;
}


/* Settings sidebar */


/* Checkout ticket */

.checkout-ticket-wrapper {
    border-bottom: solid 1px var(--ticklio-line);
}

.checkout-ticket-wrapper:last-child {
    border-bottom: none;
}

.ct-top-line {
    font-size: 0.8em;
}

.ct-title {
    font-size: 1.2em;
    font-weight: 800;
    color: #000;
}

.ct-subtitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.ct-ticket-info {
    margin-top: 1.2em;
}

.ct-info-box {
    border-left: solid 1px var(--ticklio-line);
    padding-left: 0.3em;
    font-size: 0.9em;
}

.ct-info-box_data {
    font-weight: bold;
}

.ct-section {
    margin-top: 2em;
}


/* Transitions */

.popup-slide-enter-active,
.popup-slide-leave-active {
    transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.popup-slide-enter-to,
.popup-slide-leave {
    max-height: 365px;
    height: fit-content;
    overflow: hidden;
}

.popup-slide-enter,
.popup-slide-leave-to {
    overflow: hidden;
    max-height: 0;
}


/* Simple table */

.simple-table {
    border: solid 1px var(--ticklio-bckg-grey);
    width: 370px;
    max-width: 100%;
    margin-right: 3em;
}

.simple-table:last-child {
    margin-right: 0;
}

.simple-table-row {
    width: 100%;
    display: flex;
    padding: 0.3em 1em;
}

.simple-table-label {
    width: 80%;
}

.simple-table-value {
    width: 20%;
}


/* EdiTable */

.ticklio-table-wrapper {
    position: relative;
    padding: 1em 0;
}

.ticklio-table-header {
    font-weight: 600;
}

.ticklio-table-col, .ticklio-table-select {
    padding: 0.3em 1em;
}

.ticklio-table-content .ticklio-table-col {
    border: solid 1px var(--ticklio-bckg-grey);
}

.ticklio-table-wrapper .row {
    margin: 0;
}

.ticklio-table-btns {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
}

.ticklio-table-btn {
    flex-grow: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    border-right: solid 1px var(--ticklio-bckg-grey);
    opacity: 0.4;
}

.ticklio-table-btn:last-child {
    border-right: none;
}

.ticklio-table-btn.activeBtn {
    background: var(--ticklio);
    color: #fff;
    opacity: 1;
}

.ticklio-table-btn.hideBtn {
    display: none;
}

.odd-row-grey:nth-child(odd) {
    background: var(--ticklio-bckg-grey) !important;
}


/* Loader */
.loader-ticklio {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--ticklio);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid var(--ticklio-main);
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.loader.smaller {
    width: 20px;
    height: 20px;
    border-width: 3px;
}

.loader-ticklio.smaller {
    width: 20px;
    height: 20px;
    border-width: 3px;
}


.btnLoader {
    margin-bottom: 1.5em;
}

.loaderWrapperAbs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.65);
    min-height: 80px;
}

.loaderWrapperAbs.noMinHeight {
    min-height: unset;
}

.loaderWrapperAbs.lwNoBackground {
    background: none;
}

.loaderOpacity {
    opacity: 0.2;
}

.seatLoader {
    border: 14px solid rgba(255, 255, 255, 0.9);
    opacity: 0.8;
    top: 0;
    left: 0;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: spin 1s linear infinite;
}
.sub-heading {
    color: var(--ticklio-text-grey) !important;
    font-size: 0.9em;
}

/* TICKLIO ORDERS TABLE */
.t-header {
    color: black;
    font-size: 2rem !important;
    font-weight: bold;
}
.t-button {
    width: 200px;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    color: white;
    background-color: var(--ticklio);
}

.t-button:disabled {
    opacity: 0.6;
}

.t-button.t-button-white {
    border: 2px solid var(--ticklio);
    color: var(--ticklio);
    background-color: #fff;
}

.t-button:hover {
    filter: brightness(85%);
}
.t-button-small {
    width: 100px;
}
.t-button-disabled {
    width: 200px;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    color: white;
    background-color: var(--ticklio-line);
    cursor: not-allowed !important;
}
.t-button-disabled2 {
    border: 1px solid var(--ticklio-line);
    text-transform: uppercase;
    color: white;
    background-color: var(--ticklio-line);
    cursor: not-allowed !important;
}

.divider-line {
    border-top: 1px solid var(--ticklio-line-light);
    margin: 1rem 0;
}

.t-input {
    width: 100%;
    border: 1px solid var(--ticklio-line-light);
    border-radius: 5px;
    background: none;
    padding: 0.5rem;
    color: var(--ticklio-text-grey);
}
.t-select {
    width: 100%;
    height: 42px;
    border: 1px solid var(--ticklio-line-light);
    border-radius: 5px;
    background: none;
    padding: 0.5rem;
    color: var(--ticklio-text-grey);
}
.t-input::placeholder {
    color: var(--ticklio-text-light-grey);
}

.t-tab {
    padding-bottom: 0.5rem;
    cursor: pointer;
}
.t-selected-tab {
    border-bottom: 2px solid var(--ticklio);
}
.t-selected-tab span:nth-child(2) {
    color: var(--ticklio);;
}

.t-text {
    color: var(--ticklio);
}
.t-border-bottom {
    border-bottom: 1px solid var(--ticklio-line-light);
}
.t-counter {
    background-color: var(--ticklio-line-light);
    padding: 0.3rem;
}
.frame-icon {
    background-image: url("/images/Frame.svg");
    background-repeat: no-repeat;

    width: 15px;
    height: 15px;
    padding-right: 1.5rem;
}

.t-table-header {
    height: 48px;
    background-color: var(--ticklio-line-light);

    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.t-table-row {
    height: 78px;
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid var(--ticklio-line-light); */
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.t-row-border {
    border-bottom: 1px solid var(--ticklio-line-light);

    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.i-ellipsis {
    cursor: pointer;
    font-size: 1.1rem;
}
.i-ellipsis:hover {
    transform: scale(1.2);
}
.t-table-subtitle {
    /* position: absolute; */
    transform: translateY(-2px);
    line-height: 11px;

    color: var(--ticklio-text-light-grey);
    font-size: 0.7rem;
}

/* ERROR PAGE */

.ticklioErrorPage {
    background-image: url("/images/dragon_background.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

.ticklioErrorContent {
    text-align: center;
    padding: 5em;
}

.pos-modal-header {
    margin-bottom: 1em;
}

.pos-modal-item {
    padding: 0.3rem 0;
    display: flex;
    align-items: center;
}

.text-black {
    color: #000;
}

.pos-modal-item-label {
    padding-right: 0.25rem;
}

.i-edit {
    cursor: pointer;
}

.i-edit:hover {
    transform: scale(1.1);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 894px) {
    body {
        font-size: 0.8rem;
    }

    .ticklio-row {
        max-width: 97vw;
    }

    .et-vs {
        font-size: 1.4em;
    }

    .ticklio-info-content {
        width: 60%;
    }

    .ticklio-info-prices {
        width:auto;
    }

    .et-prices-single {
        width: 100%;
        padding: 1em 0;
    }
}

@media (max-width: 549px) {
    .ticklio-title {
        font-size: 1.2em;
    }

    .et-club-name {
        font-size: 1.1em;
    }

    .margin-bottom {
        margin-bottom: 25px;
    }

    .ticklio-info-content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 2em;
    }

    .ticklio-info-prices {
        width: 100%;
    }

    /* .ticklio-buttons-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    } */

    .ticklio-button.fixed-width {
        width: calc(50% - 1em);
    }
}

@media (min-width: 550px) {
    .col-medium-6 {
        max-width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }

    .hide-on-desktop {
        display: none !important;
    }
}

@media (min-width: 895px) {
    .et-wrapper.et-row {
        flex-direction: row;
        justify-content: space-between;
    }

    .et-row .et-header,
    .et-row .et-content {
        width: 48%;
    }
}


/* INPUTS */

.wss-item.error > div {
    color: crimson;
}

.wss-item.error > input {
    border-color: crimson;
}


.error-message {
    color: #eb5757;
    font-size: 0.7rem;
    font-weight: lighter;
}


/* Unified Ticklio header (client, admin, POS, security) */
.ticklio-header--bar {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    color: #000;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.ticklio-header--bar .ticklio-header-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 76px;
    padding: 14px 20px;
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ticklio-header--bar .ticklio-header-logo {
    justify-self: start;
}

.ticklio-header--bar .ticklio-header-logo-link {
    text-decoration: none !important;
}

.ticklio-header--bar .ticklio-header-logo #logo {
    display: block;
    max-height: 56px;
    max-width: 120px;
    width: auto;
    height: auto;
}

.ticklio-header--bar .ticklio-header-center {
    justify-self: center;
    text-align: center;
}

.ticklio-header--bar .ticklio-header-powered-img {
    display: block;
    max-height: 34px;
    width: auto;
    max-width: min(282px, 70vw);
}

.ticklio-header--bar .ticklio-header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ticklio-header--bar .ticklio-header-icon-ring {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border: 2px solid var(--ticklio-main);
    border-radius: 50%;
    color: var(--ticklio-main) !important;
    text-decoration: none !important;
    background: #fff;
    box-sizing: border-box;
}

.ticklio-header--bar .ticklio-header-icon-ring:hover {
    opacity: 0.9;
    color: var(--ticklio-main) !important;
}

.ticklio-header--bar .ticklio-header-icon-svg {
    width: 22px;
    height: 22px;
}

.ticklio-header--bar .ticklio-header-icon-ring--cart {
    padding: 0;
    position: relative;
}

.ticklio-header--bar .ticklio-header-icon-ring--cart .cart-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.ticklio-header--bar .ticklio-header-icon-ring--cart .cart-button img#cart_image {
    filter: none !important;
    height: 22px !important;
    width: auto !important;
}

.ticklio-header--bar .ticklio-header-logout-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 2px solid var(--ticklio-main);
    border-radius: 999px;
    color: var(--ticklio-main);
    font-weight: 600;
    font-size: 0.9rem;
}

.ticklio-header--bar .ticklio-header-logout-wrap .logout-click {
    color: var(--ticklio-main) !important;
}

.ticklio-header--bar .ticklio-header-pos-dropdown .dropdown-toggle {
    color: var(--ticklio-main) !important;
    border: 2px solid var(--ticklio-main);
    border-radius: 999px;
    padding: 0.4em 1em;
    background: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    white-space: nowrap;
    max-width: min(220px, 28vw);
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticklio-header--bar .ticklio-header-pos-dropdown .dropdown-menu {
    z-index: 1100;
}

.ticklio-header-menu-row {
    border-top: 1px solid #e8e8e8;
    padding: 8px 20px 12px;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: auto;
    box-sizing: border-box;
}

.ticklio-header--bar .ticklio-header-menu-row .ticklio-nav ul * {
    color: var(--ticklio-text-grey) !important;
}

.ticklio-header--bar .ticklio-header-menu-row .ticklio-nav a,
.ticklio-header--bar .ticklio-header-menu-row .ticklio-nav a.router-link-active {
    color: var(--ticklio-main) !important;
}

.page-wrapper.page-wrapper--ticklio-bar {
    padding-top: 88px;
}

.page-wrapper.page-wrapper--ticklio-bar.page-wrapper--ticklio-bar--stacked {
    padding-top: 132px;
}

@media (max-width: 790px) {
    .ticklio-header--bar .ticklio-header-content {
        min-height: 68px;
        padding: 11px 12px;
    }

    .ticklio-header--bar .ticklio-header-logo #logo {
        max-height: 44px;
        max-width: 88px;
    }

    .ticklio-header--bar .ticklio-header-powered-img {
        max-height: 26px;
    }

    .ticklio-header--bar .ticklio-header-icon-ring {
        width: 40px;
        height: 40px;
    }

    .ticklio-header--bar .ticklio-header-icon-svg {
        width: 20px;
        height: 20px;
    }

    .ticklio-header--bar .ticklio-header-icon-ring--cart .cart-button img#cart_image {
        height: 20px !important;
    }

    .ticklio-header-menu-row {
        padding: 6px 12px 10px;
    }

    .page-wrapper.page-wrapper--ticklio-bar {
        padding-top: 78px;
    }

    .page-wrapper.page-wrapper--ticklio-bar.page-wrapper--ticklio-bar--stacked {
        padding-top: 118px;
    }
}

/* BOOTSTRAP EXTENSIONS */
.cursor-pointer {
    cursor: pointer !important;
}
