header .logo-wrap .img-wrap img {
    width: 178px;
}

header .img-wrap {
    cursor: pointer;
}

header .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333545;
    height: 80px;
}

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

.img-wrap {
    position: relative;
}

.search-box {
    display: none;
}

.search-box.active {
    display: block;
}

.search-layout {
    background-color: #202529a6;
    position: fixed;
    inset: 0;
    z-index: 1;
}

.search-input-wrap i {
    font-size: 20px;
    color: #cfd4db;
}

.search-input-wrap {
    width: 640px;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 32px;
    padding: 12px 20px;
    pointer-events: auto;
    z-index: 2;
}

.search-input-wrap input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 12px;
}

.search-input-wrap input:focus {
    box-shadow: unset;
}

.img-wrap .cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #da1c28;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 50%;
}

.lower {
    background-color: #1f2533;
    height: 48px;
}

.lower ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    height: 100%;
    padding: 0;
}

.lower ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px 0 0;
    display: block;
    text-decoration: none;
}

.banner-container {
    max-width: 1320px;
    margin: 0 auto;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.footer {
    background-color: #333338;
    color: #fff;
    font-size: 14px;
    padding: 60px 40px 40px;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer .icon-wrap {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #333338;
    border-radius: 50%;
    margin-right: 15px;
}

.event-social-icon .icon-wrap {
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #858e96;
}

.event-social-icon .icon-wrap.fb {
    color: #858e96 !important;
    background-color: unset;
}

.event-social-icon .icon-wrap.fb i {
    font-size: 34px;
}

.footer i, .event-social-icon i {
    font-size: 24px;
}

.footer .icon-wrap.fb {
    color: #fff !important;
    background-color: unset;
}

.footer .icon-wrap.fb i {
    font-size: 34px;
}

.footer ul {
    list-style-type: none;
}

.footer li {
    padding-bottom: 12px;
}

.event-title {
    font-size: 32px;
    font-weight: bold;
}

.event-line {
    height: 1px;
    background-color: #cfd4da;
    width: 100%;
}

.event-category-label {
    border-style: solid;
    border-width: 1px;
    border-color: #cfd4da;
    padding-block: 10px;
    padding-inline: 16px;
    border-radius: 9999999px;
    white-space: pre-wrap;
}

.benefit-info, .point-info, .policy-info,
.highlights-info, .notes-info, .synopsis-info, .price-details-info {
    max-height: 400px;
    position: relative;
    overflow: hidden;
}

.benefit-info.active, .point-info.active, .policy-info.active,
.highlights-info.active, .notes-info.active, .synopsis-info.active, .price-details-info.active {
    max-height: unset;
}

.benefit-info::after, .point-info::after, .policy-info::after,
.highlights-info::after, .notes-info::after, .synopsis-info::after, .price-details-info::after {
    content: "";
    display: block;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(248, 249, 250, 0), #f8f9fa);
}

.benefit-info.active::after, .point-info.active::after, .policy-info.active::after,
.highlights-info.active::after, .notes-info.active::after, .synopsis-info.active::after, .price-details-info.active::after {
    display: none;
}

.fan-benefits-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.fan-benefits-table th,
.fan-benefits-table td {
    border: 1px solid #dee2e6;
    padding: 8px 10px;
    text-align: center;
}
.fan-benefits-table th {
    background-color: #111;
    color: #fff;
}
.fan-benefits-table td:first-child {
    text-align: left;
    font-weight: 500;
}
.fan-benefits-table td.check {
    color: #198754;
    font-weight: bold;
    font-size: 16px;
}

.event-social-icon a.icon-wrap {
    text-decoration: none;
}

.ql-small {
    font-size: 10.5px;
    line-height: 22px;
}

.show-more {
    font-weight: bold;
    text-align: end;
    margin-top: 15px;
    cursor: pointer;
}

.purchase-wrap {
    gap: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #cfd4da;
    border-radius: 8px;
    padding-block: 20px;
    padding-inline: 24px;
    background-color: inherit;
    min-height: unset;
    justify-content: unset;
    position: sticky;
    top:20px;
}

.h-150px {
    height: 150px;
}

.order-summary {
    background-color: #f1f3f5;
}

.purchase-content {
    height: calc(100vh - 80px);
}

.flex-1 {
    flex: 1;
}


@media(min-width: 768px) {
    .banner-container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .banner-container {
        max-width: 960px;
    }

    
}

@media (max-width: 992px) {
    .purchase-wrap {
        position: fixed;
        bottom: 0;
        top: unset;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
    .footer.info {
        padding-bottom: 120px;
    }
}

@media (min-width: 1200px) {
    .banner-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .banner-container {
        max-width: 1320px;
    }
}