.woocommerce-account div#page,
.event-template-default div#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer#footer {
    margin-top: auto;
}

#header {
    transition: background .2s linear, top .2s linear;
}

body.sidebar_filter_active {
    overflow: hidden;
}

.woocommerce-breadcrumb {
    padding-inline: 4.6875rem;
}

.myaccount-page-header .woocommerce-breadcrumb {
    padding-inline: 0;
}

.hero-banner .bg-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-banner .bg-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

body.nav-active {
    padding-right: 0;
}

.hero-banner .banner-content {
    position: static !important;
    transform: none;
    padding: 11.5rem 3.5rem;
}

.wishlist-items {
    padding-bottom: 10px;
}

.selling-section .w-450 {
    margin-inline: auto;
}

.jcf-select .jcf-select-drop {
    z-index: 9;
}

.shop-page-container .woocommerce-pagination {
    padding-right: 0;
}

span.password-input {
    position: relative;
}

button.show-password-input {
    position: absolute;
    top: 50%;
    margin-top: 3px;
    left: 10px;
    padding: 0;
    background: none;
    border: 0;
    background: url('../images/pw-hide.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
}

button.show-password-input.display-password {
    background-image: url('../images/pw-view.png') !important;
}

.woocommerce-MyAccount-content .wc-social-login-profile {
    max-width: 100%;
    overflow-x: scroll;
}

.faq-item .faq-opener {
    padding-inline-end: 52px;
}

.about-content-section .contact-info-box .social-contact-info>a:hover {
    color: #e74c3c;
}

.event-categories {
    justify-content: center;
}

@media (min-width: 768px) {
    .admin-bar .fixed-position #header {
        top: 32px !important;
    }
}

@media (min-width: 992px) {
    .home .sticky-wrap-container-wide.sticky-wrap-d-flex.sticky-wrap-flex-wrap.sticky-wrap-align-items-center {
        height: auto !important;
    }
}

@media (max-width: 1199px) {
    .ticket-banner .bg-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .ticket-banner .bg-banner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

    .ticket-banner .banner-content {
        position: static !important;
        transform: none;
        margin-right: auto;
        padding-block: 2rem;
    }

    .ticket-banner .banner-content:before {
        top: 50%;
        transform: translateY(-50%);
        left: -60%;
    }

    .why-us-section .lady-image {
        margin-top: 4rem;
    }
}

@media (max-width: 991px) {
    #nav {
        top: 3.4rem;
    }

    .hero-banner .banner-content {
        padding: 6rem 0.5rem 0.5rem;
    }

    .ticket-banner .banner-content {
        padding: 6rem 0.5rem 0.5rem;
    }

    .why-us-section {
        padding-top: 12rem;
    }

    .why-us-section .why-bg svg.down-arrow {
        top: 50px;
    }

    .woocommerce-breadcrumb {
        padding-inline: .9375rem;
    }

    .myaccount-page-header h1 {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .why-us-section {
        padding-top: 6rem;
    }

    .why-us-section .why-bg svg.down-arrow {
        top: 0;
    }

    .why-us-section .lady-image {
        margin-top: 11.5rem;
    }

    .shop-sidebar-filter {
        border-top: 1px solid rgba(0, 0, 0, .1);
        position: fixed;
        bottom: 0;
        top: 0;
        right: 0;
        width: 17.1875rem;
        transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
        z-index: 99;
        transform: translate(100%);
        opacity: 0;
        visibility: hidden;
        box-shadow: 0 2px 50px 10px rgba(0, 0, 0, .17);
        z-index: 999998;
    }

    .sidebar_filter_active .shop-sidebar-filter {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
    }

    .shop-sidebar-filter .filter-header {
        border-bottom: 1px solid #c9c9c9;
    }

    .shop-sidebar-filter .filter-title {
        text-align: center;
    }

    .shop-sidebar-filter .filter-inner-body {
        height: 100%;
    }

    .shop-sidebar-filter .filter-option-list {
        height: calc(100% - 4.0625rem);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 .9375rem .9375rem;
    }

    .shop-sidebar-filter .filter-option-list>li {
        border-bottom: 1px solid #c9c9c9;
    }
}