﻿.eb-button--primary {
    background-color: #111DAD;
}

.eb-button--primary:hover {
    background-color: #0d178a;
}

.eb-button[disabled],
.eb-button--disabled,
.eb-button--disabled:hover {
    background: #DFDFDF;
}

.main-nav {
    background-color: #111DAD;
}

.intercom-lightweight-app { display: none !important; }


@media (max-width: 767px) {
    /*.public-header {*/
    /*    height: 80px !important;*/
    /*}*/

    .shopflix-footer {
        height: 835px !important;
    }
}

.promo_mobile {
    margin: 0 20px;
}

@media (max-width: 620px) {
    .poweredbyviva {
        display: none !important;
    }

    .charges-label {
        display: none;
    }
}

@media (min-width: 992px) {
    .main-nav__outer-menubar--with-seachbar {
        justify-content: center;
    }
    
    #search-input {
        height: 43px;
        border-radius: 50px;
        width: 390px;
    }
}

.searchOpener__open {
    filter: brightness(0) invert(1);
}

.main-nav__searchbar {
    margin-right: 36px;
}

.main-nav__inner {
    height: 67px;
}

.main-nav__logo img {
    width: 256px;
    height: unset !important;
}

.eventImageContainer {
    position: relative;
}

.store-locator-link {
    color: #fff;
    text-decoration: none;
}

.store-locator-link:hover {
    text-decoration: underline;
}

.searchOpener__open {
    width: 24px !important;
    height: 24px !important;
}

/*
.drawerOpener__open {
    width: 24px !important;
    height: 24px !important;
}
*/