@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");

body {
    font-family: "Jost", sans-serif;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.row .col img {
    margin-bottom: 0px;
}

.sheen:active:after {
    opacity: 0;
}

.big-notif{
    position: relative;
    max-width: 250px;
    min-width: 150px;
    width: 50vw;
    height: 50px;
    background-color: #fff;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    right: 0px;
    bottom: -60px;
    pointer-events: none;
    animation: slideUpDownless 5s infinite;
}
.big-notif:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    right: 17px;
    top: -5px;
    transform: rotate(-45deg);
}
.big-notif-pointer{
display:none;
}
.big-notif-holder-cart {
    position: absolute;
    max-width: 250px;
    min-width: 150px;
    right: 0;
    bottom: 5px;
    width: 50vw;
    height: 50px;
    /* background-color: #fff; */
    /* border: 1px solid var(--main-color); */
    /* border-radius: 4px; */
    /* bottom: -60px; */
    pointer-events: none;
}
.big-notif-holder-account {
    position: absolute;
    max-width: 250px;
    min-width: 150px;
    right: 0;
    bottom: 5px;
    width: 50vw;
    height: 50px;
    /* background-color: #fff; */
    /* border: 1px solid var(--main-color); */
    /* border-radius: 4px; */
    /* bottom: -60px; */
    pointer-events: none;
}
.big-notif-inner{
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.big-notif-icon{
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    background-color: rgba(249, 166, 57, 1.0);
    color: #171717;
    height: 100%;
    padding: 5px;
    /* align-self: center; */
    border-radius: 4px 0 0 4px;
    /* text-align: center; */
    /* padding-top: 50%; */
    /* position: relative; */
    /* top: 50%; */
    display: flex;
    padding-right: 12px;
    align-items: center;
    justify-content: center;
}
.big-notif-message{
color:#333333;
height:100%;
padding:5px;
flex-grow: 1;
display: flex;
padding-left: 9px;
align-items: center;
justify-content: center;
}
.big-notif-action{
display:none;
}
.big-notif-message b {
    padding-right: 5px;
}
.big-notif-close {
    position: absolute;
    top: 15px;
    right: -10px;
    cursor: pointer;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    pointer-events: auto;
}




.sale-banner {
    position: absolute;
    z-index: 99;
    left: -81px;
    top: 31px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
    opacity: .9;
    pointer-events: none;
    transition: opacity .2s, transform .2s;
}
.sale-banner p {
    margin: 0;
    color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    font-size: 12px;
    padding: 3px 0px;
    width: 280px;
    text-align: center;
    font-weight: 600;
}
.sale-banner i {
    font-size: 18px;
    line-height: 12px;
    top: 4px;
    position: relative;
    vertical-align: unset;
}


.almostsold.sale-banner p {
    background-color: #ffdd40;
    color: #000;
}



.onsale.sale-banner{
    display:block;
    background-color:#ff0000;
}
.almostsold.sale-banner{
    display:block;
    background-color: #ffdb61;
}
.newshow.sale-banner{
    display:block;
    background-color: #5579ff;
}
.limitedtime.sale-banner{
    display:block;
    background-color: #9e33ff;
}
.soldout.sale-banner{
    display:block;
    background-color: #c62828;
}
.soldout.sale-banner p {
    background-color: #c62828;
    color: #fff;
}
/* Specific positioning for sold out banner on instance cards */
.ts-date-option .soldout.sale-banner {
    left: auto;
    right: -50px;
    top: 10px;
    width: 200px;
}
.ts-date-option .soldout.sale-banner p {
    font-size: 10px;
    padding: 2px 0px;
    width: 200px;
}
/* Specific positioning for sold out banner on calendar events */
.fc-daygrid-event-harness .soldout.sale-banner,
.fc-list-event .soldout.sale-banner {
    left: -60px;
    top: 20px;
    width: 220px;
    z-index: 100;
}
.fc-daygrid-event-harness .soldout.sale-banner p,
.fc-list-event .soldout.sale-banner p {
    font-size: 11px;
    padding: 2px 0px;
    width: 220px;
}





@keyframes shine {
0% {
transform: translate(-100%, 0%) rotate(-45deg);
transition-property: transform;
transition-timing-function: ease;
}
30% {
transform: translate(-100%, 0%) rotate(-45deg);
transition-property: transform;
transition-timing-function: ease;
}
50% {
transform: translate(100%, 20%) rotate(0deg);
transition-property: transform;
transition-timing-function: ease;
}
70% {
transform: translate(-100%, 0%) rotate(-45deg);
transition-property: transform;
transition-timing-function: ease;
}
100% {
transform: translate(-100%, 0%) rotate(-45deg);
transition-property: transform;
transition-timing-function: ease;
}
}

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
    from {

        -webkit-transform: translateY(-10%);
    }
}
@-moz-keyframes moveFromTopFade {
    from {

        -moz-transform: translateY(-10%);
    }
}
@keyframes moveFromTopFade {
    from {

        transform: translateY(-10%);
    }
}

@-webkit-keyframes moveToTopFade {
    to {


        -webkit-transform: translateY(-10%);
    }
}
@-moz-keyframes moveToTopFade {
    to {

        -moz-transform: translateY(-10%);
    }
}
@keyframes moveToTopFade {
    to {

        transform: translateY(-10%);
    }
}

@-webkit-keyframes moveToTopFadeMonth {
    to {

        -webkit-transform: translateY(-10%) scale(0.95);
    }
}
@-moz-keyframes moveToTopFadeMonth {
    to {

        -moz-transform: translateY(-10%);
    }
}
@keyframes moveToTopFadeMonth {
    to {

        -moz-transform: translateY(-10%);
    }
}

@-webkit-keyframes moveFromTopFadeMonth {
    from {

        -webkit-transform: translateY(10%) scale(0.95);
    }
}
@-moz-keyframes moveFromTopFadeMonth {
    from {

        -moz-transform: translateY(10%);
    }
}
@keyframes moveFromTopFadeMonth {
    from {

        -moz-transform: translateY(10%);
    }
}

@-webkit-keyframes moveToBottomFadeMonth {
    to {

        -webkit-transform: translateY(10%) scale(0.95);
    }
}
@-moz-keyframes moveToBottomFadeMonth {
    to {

        -webkit-transform: translateY(10%);
    }
}
@keyframes moveToBottomFadeMonth {
    to {

        -webkit-transform: translateY(10%);
    }
}

@-webkit-keyframes moveFromBottomFadeMonth {
    from {

        -webkit-transform: translateY(-10%) scale(0.95);
    }
}
@-moz-keyframes moveFromBottomFadeMonth {
    from {

        -webkit-transform: translateY(-10%);
    }
}
@keyframes moveFromBottomFadeMonth {
    from {

        -webkit-transform: translateY(-10%);
    }
}

@-webkit-keyframes fadeIn {
    from {

    }
}
@-moz-keyframes fadeIn {
    from {

    }
}
@keyframes fadeIn {
    from {

    }
}

@-webkit-keyframes fadeOut {
    to {

    }
}
@-moz-keyframes fadeOut {
    to {

    }
}
@keyframes fadeOut {
    to {

    }
}

@-webkit-keyframes fadeOutShink {
    to {

    }
}
@-moz-keyframes fadeOutShink {
    to {

    }
}
@keyframes fadeOutShink {
    to {

    }
}
@-webkit-keyframes slideLeftToRight {
    0% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}
@-webkit-keyframes slideUpDown {
    0% {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -12px, 0);
        transform: translate3d(0, -12px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
}

@-webkit-keyframes slideUpDownless {
    0% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
    }

    50% {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
    }
}

.dreamyshadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07),
    0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07),
    -4px -4px 16px rgba(0, 0, 0, 0.2), 0 16px 32px rgba(0, 0, 0, 0.07),
    0 32px 64px rgba(0, 0, 0, 0.07);
}
.sharpshadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.2),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.05);
}
.standardshadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12),
    0 4px 4px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.12),
    0 16px 16px rgba(0, 0, 0, 0.12);
}
.smallshadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15),
    0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}

.fal, .far, .fa, .fab, .fad, .fas {
    font-family: "Font Awesome 5 Pro" !important;
}


#snackbar{
    top:35% !important;
}

.bart-errorprompt {
    padding: 10px;
    background: red;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Jost';
    margin-bottom: 10px;
    border-radius: 2px;
    display: none;
}

.ts .event-button-time[data-subscriberaccess="yes"], .bslide-card-button[data-subscriberaccess="yes"] {
    opacity: .4;
    pointer-events: none;
}

.ts .event-button-time.subscriber[data-subscriberaccess="yes"], .bslide-card-button.subscriber[data-subscriberaccess="yes"] {
    opacity: 1;
    pointer-events: auto;
}

#floor{
    pointer-events: none !important;
}

.pac-container{
    z-index:999999999999999999999;
}

.smallloginbtns {
    margin-bottom: 20px;
}