body.page-template-event-summary, main {
    background-color: #f9fafb;
}

.header-menu-wrapper .nav .header-menu.cloned > li > a {
    padding: 16px 10px;
}

.section ._sbox {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
    padding: 35px 55px;
}

.section.section-partners {
    padding: 0 0 60px;
}

.section.section-partners ._sbox {
    padding: 60px 55px;
}

@media (max-width: 900px) {
    .section ._sbox {
        padding: 25px 20px;
    }
    .section.section-partners ._sbox {
        padding: 25px 20px;
    }
}

@media (max-width: 900px) {
    .section ._sbox .headline-links {
        margin: 5px 0 0;
    }
}

.post-type-tab .grid .flex-container {
    gap: 40px 50px;
}

.post-type-tab .grid .flex-container .event-block.grid-item {
    border: none;
    padding: 0;
    flex: 0 0 calc((100% - 100px) / 3);
}

@media (max-width: 900px) {
    .post-type-tab .grid .flex-container {
        gap: 20px;
    }
    .post-type-tab .grid .flex-container .event-block.grid-item {
        flex: 0 0 calc(50% - 10px);
    }
}

.event-block.grid-item .image-side, .event-block.grid-item .new-logo-wrapper {
    align-items: center;
    background-color: #F9FAFB;
    border-radius: 8px;
    display: flex;
    height: 200px;
    justify-content: center;
}

.event-block.grid-item .image-side a, .event-block.grid-item .new-logo-wrapper a {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: 1;
    width: 100%;
}

.event-block.grid-item .event-block-btn .btn {
    border-radius: 8px;
    box-shadow: 0px 4px 5px #cbcad5;
    line-height: 100%;
    padding: 17px 15px;
}

/**/

.page-header._alt._new {
    min-height: 0;
}

.page-header._alt._new .header-menu-wrapper {
    min-height: 0;
}

body.page-template-landing-livestream .page-header._alt._new + main, body.single-event .page-header._alt._new + main, body.page-template-expedia .page-header._alt._new + main {
    padding: 30px 0 0;
}

@media (max-width: 768px) {
    body.page-template-landing-livestream .page-header._alt._new + main, body.single-event .page-header._alt._new + main, body.page-template-expedia .page-header._alt._new + main {
        padding: 0;
    }
    body.single-event .page-header._alt._new + main .section-hero {
        margin: 0;
        padding: 10px 0 0;
    }
    body.single-event .page-header._alt._new + main .section-hero + .section {
        padding-top: 20px;
    }
}

/**/

.snew-hero + .section {
    padding: 40px 0 100px;
}

@media (max-width: 1024px) {
    .snew-hero + .section {
        padding: 20px 0 50px;
    }
}

.snew-hero {
    background-color: #23346B;
    background-image: url(../../../images/header-logo.svg);
    background-position: calc(50% - 400px) 10%;
    background-repeat: no-repeat;
    background-size: 750px auto;
    overflow: hidden;
    padding: 65px 0;
    position: relative;
}

.snew-hero::before, .snew-hero::after {
    background-color: #CE2129;
    content: '';
    display: block;
    filter: blur(150px);
    height: 355px;
    position: absolute;
    width: 355px;
}

.snew-hero::before {
    left: 0;
    top: 0;
    transform: translate(-65%, -65%);
}

.snew-hero::after {
    bottom: 0;
    right: 0;
    transform: translate(85%, 85%);
}

.snew-hero .container {
    position: relative;
    z-index: 1;
}

.snew-hero ._heading {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 100%;
    margin: 0;
    text-transform: uppercase;
}

.snew-hero ._subheading {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 135%;
    margin: 20px 0 0;
    max-width: 1135px;
    width: 100%;
}

.snew-hero .headline {
    margin: 0;
}

.snew-hero .headline._alt {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.snew-hero .headline .headline-title {
    color: #fff;
    font-size: 45px;
}

.snew-hero .headline._alt .headline-filter {
    margin: 0;
}

.snew-hero .headline._alt .headline-filter .headline-filter-block {
    width: auto;
}

.snew-hero .headline-filter-block-input {
    width: 100%;
}

.snew-hero .headline-filter-block-input input[type="search"] {
    background-color: rgb(255 255 255 / 10%);
    border: none;
    border-radius: 8px;
    color: #fff;
    line-height: 100%;
    min-height: 50px;
    padding: 15px 20px;
    width: 370px;
}

.snew-hero .headline-filter-block-input .clear-search {
    color: #fff;
    right: 15px;
}

.snew-hero .headline-filter-block-input .icon {
    display: none;
}

.snew-hero .headline-filter-block._search button {
    display: none;
}

.snew-hero .headline-filter-block button.open-filter {
    background: rgb(255 255 255 / 10%);
    border-radius: 8px;
    height: 50px;
    width: 50px;
}

@media (max-width: 1024px) {
    body.woocommerce-account .snew-hero, body.post-type-archive .snew-hero, .event-sfilter .snew-hero {
        padding: 40px 0 25px;
    }
    .snew-hero::before {
        transform: translate(-90%, -65%);
    }
    .snew-hero::after {
        transform: translate(100%, 100%);
    }
    .snew-hero .headline .headline-title {
        font-size: 28px;
        text-align: center;
        width: 100%;
    }
    .snew-hero .headline._alt .headline-title {
        text-align: left;
        width: auto;
    }
    .snew-hero .headline .headline-filter {
        gap: 8px;
    }
    .snew-hero .headline._alt .headline-filter {
        width: auto;
    }
    .snew-hero .headline-filter-block-input input[type="search"] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .snew-hero {
        background-position: calc(55% - 50vw) -10px;
        background-size: auto 200%;
    }
    .snew-hero::before {
        transform: translate(-80%, -65%);
    }
    .snew-hero::after {
        display: none;
    }
    .snew-hero ._heading {
        font-size: 28px;
    }
    .snew-hero ._subheading {
        font-size: 16px;
        margin: 15px 0 0;
    }
    .snew-hero .headline .headline-title {
        text-align: center;
    }
}

/**/

.section .container._reverse #sidebar {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .section .container._reverse #sidebar.open {
        top: 0;
        z-index: 999;
    }
}

.section .container._reverse #sidebar .filter h3 {
    border-bottom: 1px solid #E2E5F0;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 100%;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.section .container._reverse #sidebar .filter-row {
    border-bottom: 1px solid #E2E5F0;
    margin: 0;
    padding: 20px;
}

.section .container._reverse #sidebar .filter-row:last-child {
    border: none;
}

.section .container._reverse #sidebar .filter label.filter-label {
    font-size: 18px;
    line-height: 100%;
}

.section .container._reverse #sidebar .filter-row input, .section .container._reverse #sidebar .filter-row .jcf-select {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
}

.section .container._reverse #sidebar .filter-row .event-block-btn {
    padding: 0;
}

.section .container._reverse #sidebar .filter-row .event-block-btn#reset_btn_wrapper {
    padding: 10px 0 0;
}

.section .container._reverse #content {
    margin: 0;
}

.event-block-btn .btn {
    border-radius: 8px;
    box-shadow: 0px 4px 5px #cbcad5;
    line-height: 100%;
    padding: 17px 15px;
}

.events.event-filter-wrapper .events-list-elem {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.section .container._reverse #sidebar {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .section .container._reverse #sidebar.open {
        top: 0;
        z-index: 999;
    }
}

.section .container._reverse #sidebar .filter h3 {
    border-bottom: 1px solid #E2E5F0;
    font-size: 24px;
    letter-spacing: -0.03em;
    line-height: 100%;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.section .container._reverse #sidebar .filter-row {
    border-bottom: 1px solid #E2E5F0;
    margin: 0;
    padding: 20px;
}

.section .container._reverse #sidebar .filter-row:last-child {
    border: none;
}

.section .container._reverse #sidebar .filter label.filter-label {
    font-size: 18px;
    line-height: 100%;
}

.section .container._reverse #sidebar .filter-row input, .section .container._reverse #sidebar .filter-row .jcf-select {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
}

.section .container._reverse #sidebar .filter-row .event-block-btn {
    padding: 0;
}

.section .container._reverse #sidebar .filter-row .event-block-btn#reset_btn_wrapper {
    padding: 10px 0 0;
}

.section .container._reverse #content {
    margin: 0;
}

.event-block-btn .btn {
    border-radius: 8px;
    box-shadow: 0px 4px 5px #cbcad5;
    line-height: 100%;
    padding: 17px 15px;
}

.events.event-filter-wrapper .events-list-elem {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.events-item-wrapper .event-block {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

.accordion-wrapper {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

/**/

body.woocommerce-account .container._small {
    max-width: calc(1150px + var(--gutter) * 2);
}

/**/

.shop-app {
    background-color: #f9fafb;
    position: relative;
}

.shop-app::after {
    background-color: #23346B;
    bottom: 0;
    content: '';
    height: 155px;
    left: 0;
    position: absolute;
    width: 100%;
}

.shop-app ._box {
    background-color: #CE2129;
    border-radius: 8px;
    padding: 50px 40px;
    position: relative;
    z-index: 1;
}

.shop-app ._bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.shop-app ._bg img {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.shop-app ._bg img._mobile {
    border-radius: 0 0 8px 0;
    display: none;
    height: auto;
    position: static;
}

.shop-app ._content {
    position: relative;
    z-index: 2;
}

.shop-app ._heading {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 100%;
    margin: 0 0 30px;
    max-width: 450px;
    width: 100%;
}

.shop-app ._badges {
    display: flex;
    margin: 0 0 40px;
}

.shop-app ._badges li {
    padding: 0 16px 0 0;
}

.shop-app ._badges li a {
    display: block;
}

.shop-app ._badges li img {
    display: block;
}

.shop-app ._list {
    display: flex;
    margin: 0 -25px;
}

.shop-app ._list ul {
    margin: 0;
    padding: 0 25px;
}

.shop-app ._list ul li {
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
    position: relative;
}

.shop-app ._list ul li:last-child {
    margin: 0;
}

.shop-app ._list ul li::before {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    height: 14px;
    left: 3px;
    position: absolute;
    top: 2px;
    transform: rotate(45deg);
    width: 8px;
}

@media (max-width: 1024px) {
    .shop-app ._bg {
        opacity: 0.5;
    }
}

@media (max-width: 768px) {
    .shop-app ._box {
        padding: 25px 20px 0;
    }
    .shop-app ._bg {
        height: auto;
        margin: -40px -20px 0;
        opacity: 1;
        position: static;
        width: auto;
    }
    .shop-app ._bg img._desktop {
        display: none;
    }
    .shop-app ._bg img._mobile {
        display: block;
    }
    .shop-app ._heading {
        font-size: 25px;
    }
    .shop-app ._list {
        display: block;
    }
    .shop-app ._list ul {
        margin: 0 0 10px;
    }
    .shop-app ._list ul:last-child {
        margin: 0;
    }
}

/**/

.contact-us-holder {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
}

@media (max-width: 768px) {
    .contact-us-holder {
        background: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
}

/**/

.lodging-table {
    margin: 30px 0 0;
}

.lodging-table table {
    margin: 0;
}

.lodging-table table tbody tr.tr-heading:first-child td {
    padding-top: 0;
}

/**/

body.state section.product .image {
    border: none;
    border-radius: 0;
    height: auto;
}

body.state section.product h3 {
    line-height: 125%;
    margin: 0 0 20px;
    text-transform: uppercase;
}

body.state section.product .product .price {
    align-items: flex-end;
    display: flex;
    font-size: 20px;
    line-height: 125%;
}

body.state section.product ._btn {
    display: block;
    margin: auto 0 0;
    padding: 20px 0 0;
    width: 100%;
}

body.state section.product ._btn a {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    color: #23346B;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    opacity: 1;
    padding: 15px;
    text-align: center;
    width: 100%;
}

body.state section.product ._btn a:hover {
    background-color: #23346B;
    border: 1px solid #23346B;
    color: #fff;
}

/**/
@media (min-width: 1024px) {
    body.state.page-template-cart main .section:first-child, body.state.page-template-checkout main .section:first-child {
        padding-top: 0 !important;
    }
}

body.state.single-product main.main, body.state.page-template-cart main.main, body.state.page-template-checkout main.main {
    padding: 35px 0;
}

body.state.single-product main.main .breadcrumbs, body.state.page-template-cart main.main .breadcrumbs, body.state.page-template-checkout main.main .breadcrumbs {
    padding: 0 0 5px;
}

body.state .section-product {
    padding: 0 !important;
}

body.state .section-product .product, body.state.woocommerce .section-product .product {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 0 !important;
    padding: 15px 60px 60px 15px;
}

body.state .section-product .product .images {
    margin: 0;
}

body.state .section-product .product .images .fotorama__stage {
    border: none;
    border-radius: 0 !important;
}

body.state .fotorama__nav::before, body.state .fotorama__nav::after {
    display: none;
}

body.state .section-product .product .images .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    border-radius: 8px !important;
}

body.state .section-product .product .images .fotorama__thumb {
    border-radius: 8px;
}

body.state .section-product .product .images .fotorama__arr {
    background-color: #23346B;
}

body.state .section-product .product .images .fotorama__arr.fotorama__arr--prev {
    left: 0;
}

body.state .section-product .product .images .fotorama__arr.fotorama__arr--next {
    right: 0;
}

body.state .section-product .product .summary {
    margin: 0;
    padding: 35px 0 0;
}

body.state .section-product .product .summary .variations_form {
    margin: 0;
}

body.state .section-product .product .summary .variations_form::before, body.state .section-product .product .summary .variations_form::after {
    display: none;
}

@media (max-width: 1024px) {
    body.state .section-product .product, body.state.woocommerce .section-product .product {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    body.state.single-product main.main {
        padding: 15px 0;
    }
    body.state .section-product .product, body.state.woocommerce .section-product .product {
        padding: 20px;
    }
}

/* CART */

body.state.page-template-cart .section-cart .headline {
    display: none;
}

body.state.page-template-cart .section-cart .entry-content {
    padding: 0;
}

body.state.page-template-cart .woocommerce-cart-form {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 0;
    padding: 0;
    width: calc(100% - 360px);
}

body.state.page-template-cart .woocommerce-cart-form ._heading {
    border-bottom: 1px solid #E2E5F0;
    color: #333;
    font-size: 40px;
    line-height: 100%;
    margin: 0;
    padding: 30px 40px 25px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info {
    border-bottom: 1px solid #E2E5F0;
    gap: 32px;
    margin: 0;
    padding: 28px 40px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img {
    border: none;
    border-radius: 0;
    flex: 0 0 156px;
    height: auto;
    width: auto;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img a {
    display: block;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img a img {
    border-radius: 8px;
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .shop-info-content {
    flex: 1;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-name {
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-name a {
    color: #333;
    display: block;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-price {
    color: #333;
    font-size: 20px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 35px 0 0;
    width: 100%;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item {
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item > div {
    align-items: center;
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    padding: 15px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item input[type="number"] {
    border: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    min-height: 0;
    padding: 0;
    width: 60px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus, body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus {
    height: 16px;
    position: relative;
    width: 16px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus svg, body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus svg {
    display: none;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::before, body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus::before, body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::after, body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus::after {
    background-color: #333;
    content: '';
    display: block;
    height: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::after, body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .form-item .btn-minus::before {
    display: none;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .product-remove {
    margin: 0;
    width: auto;
}

body.state.page-template-cart .woocommerce-cart-form .shop-info .product-quantity .product-remove a {
    color: #23346B !important;
    line-height: 100%;
}

body.state.page-template-cart .woocommerce-cart-form button.button[type="submit"] {
    background-color: #23346B;
    border-radius: 8px;
    box-shadow: 0 4px 5px #cbcad5;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    margin: 25px 40px;
    max-width: 200px;
    padding: 1em;
    width: 100%;
}

@media (max-width: 1024px) {
    body.state.page-template-cart .woocommerce-cart-form {
        width: 100%;
    }
    body.state.page-template-cart .woocommerce-cart-form ._heading {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    body.state.page-template-cart .woocommerce-cart-form ._heading {
        font-size: 24px;
        padding: 25px 20px 20px;
    }
    body.state.page-template-cart .woocommerce-cart-form .shop-info .product-price {
        font-size: 18px;
    }
    body.state.page-template-cart .woocommerce-cart-form .shop-info .product-price._only-desktop {
        display: block !important;
    }
    body.state.page-template-cart .woocommerce-cart-form .shop-info .product-price._only-mobile {
        display: none !important;
    }
    body.state.page-template-cart .woocommerce-cart-form .shop-info {
        padding: 20px;
    }
    body.state.page-template-cart .woocommerce-cart-form button.button[type="submit"] {
        margin: 20px;
    }
}

@media (max-width: 600px) {
    body.state.page-template-cart .woocommerce-cart-form .shop-info {
        display: block;
    }
    body.state.page-template-cart .woocommerce-cart-form .shop-info .shop-info-img {
        display: block;
        margin: 0 auto 20px;
        max-width: 300px;
        width: 100%;
    }
}

body.state.woocommerce-page .cart-collaterals {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    max-width: 320px;
    padding: 30px 20px 20px;
}

body.state.woocommerce-page .cart-collaterals h2 {
    color: #333;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 100%;
    margin: 0 0 20px;
    text-align: left;
}

body.state.woocommerce-page .cart-collaterals .cart-info {
    display: none;
}

body.state.woocommerce-page #wrapper .cart-collaterals table th {
    color: #7C8799;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

body.state.woocommerce-page #wrapper .cart-collaterals table td {
    color: #333;
    font-size: 16px;
    font-weight: 800;
}

body.state.woocommerce-page #wrapper .cart-collaterals table td span {
    color: #333;
    font-weight: 800;
}

body.state.woocommerce-page #wrapper .cart-collaterals table .order-total td {
    font-size: 20px;
}

body.state.woocommerce-page .wc-proceed-to-checkout a.checkout-button.btn {
    background-color: #23346B;
    border-radius: 8px;
    box-shadow: 0 4px 5px #CBCAD5;
    line-height: 100%;
    margin: 0 0 15px;
}

body.state.woocommerce-page .cart-collaterals .wc-link a {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    color: #23346B;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    opacity: 1;
    padding: 15px;
    text-align: center;
    width: 100%;
}

body.state.woocommerce-page .cart-collaterals .wc-link a:hover {
    background-color: #23346B;
    border: 1px solid #23346B;
    color: #fff;
}

@media (max-width: 1024px) {
    body.state.woocommerce-page .cart-collaterals {
        margin: 20px 0 0;
        max-width: 100%;
    }
}

/**/

body.state.woocommerce-page .woocommerce_item .woocommerce-info, body.state.woocommerce-page .woocommerce_item .box {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
}

body.state.woocommerce-page #payment #place_order {
    background-color: #23346B;
    border-radius: 8px;
    line-height: 100%;
    padding: 1em;
}

@media (max-width: 767px) {
    body.state.woocommerce-page .woocommerce_item .woocommerce-info, body.state.woocommerce-page .woocommerce_item .box {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    body.state.woocommerce-page .section-cart {
        padding: 0 !important;
    }
}

/**/

body.state .product-tabs {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    margin: 20px 0 0;
    max-width: 100%;
}

body.state .product-tabs .product-items .product-item {
    padding: 45px 210px 60px;
}

body.state .product-tabs .product-items .product-item h3 {
    font-size: 24px;
}

body.state .product-tabs .product-items .product-item p {
    font-size: 16px;
}

body.state .product-tabs .product-items .product-item ul {
    font-size: 16px;
}

@media (max-width: 1024px) {
    body.state .product-tabs .product-items .product-item {
        padding: 45px 50px 60px;
    }
}

@media (max-width: 768px) {
    body.state .product-tabs {
        margin: 15px 0 0;
    }
    body.state .product-tabs .product-items .product-item {
        padding: 35px 20px 30px;
    }
}

/**/

.section .container._reverse #sidebar .filter .forminator-checkbox {
    border: none;
    padding: 5px 0;
}

body.post-type-archive .section .container._reverse #sidebar .filter .forminator-checkbox {
    border: none;
    padding: 5px 0;
}

body.post-type-archive #sidebar form#filter_search_frm {
    margin: 0;
}

.woocommerce .section .container._reverse #sidebar .filter-row.products-more {
    display: flex;
    justify-content: center;
}

.woocommerce .section .container._reverse #sidebar .filter-row.products-more a.button {
    background: none;
    border-radius: 0;
    color: var(--brand-color);
    font-size: 16px;
    line-height: 100%;
    max-width: none;
    padding: 0;
    text-decoration: underline;
    width: auto;
}

/* LOGGED IN */

body.logged-in .event-products .event-product-filter {
    padding: 4px 0;
}

body.logged-in .event-products .event-product-filter-holder {
    padding: 0;
}

body.logged-in .event-products .event-product-filter-holder .event-product-filter-elem {
    padding: 0 8px 0 0;
}

body.logged-in .event-products .event-product-filter-holder .event-product-filter-elem:last-child {
}

body.logged-in .event-products .event-product-filter-holder .event-product-filter-elem a {
    border-radius: 5px;
    font-size: 13px;
    line-height: 100%;
    padding: 11px 12px;
}

body.logged-in .event-products .event-product-list {
    padding: 20px 0 0;
}

body.logged-in .event-products .event-product-list .products {
    grid-gap: 16px;
    margin: 0;
    padding: 0;
}

body.logged-in .event-products .event-product-list .product {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
}

body.logged-in .event-products .event-product-list .product .image {
    border: none;
    margin: 0 0 12px;
}

body.logged-in .event-products .event-product-list .product .image a {
}

body.logged-in .event-products .event-product-list .product .image img {
    display: block;
}

body.logged-in .event-products .event-product-list .product .color_swatches {
    margin: 0 0 12px;
    padding: 0 12px;
    width: 100%;
}

body.logged-in .event-products .event-product-list .product .ep-product-link {
    padding: 0 12px 12px;
}

body.logged-in .event-products .event-product-list .products + .btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

body.logged-in .event-products .event-product-list .products + .btn-wrapper .btn {
    border-radius: 8px;
    box-shadow: 0px 4px 5px #cbcad5;
    padding: 16px 17px;
    width: auto;
}

/**/

.ls-main {
    padding: 30px 0 100px;
}

.ls-row {
    display: flex;
}

@media (max-width: 1024px) {
    .ls-row {
        flex-direction: column;
        gap: 30px;
    }
}

/**/

.ls-content {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0 4px 5px rgb(0 0 0 / 4%);
    flex: 0 0 calc(100% - 295px);
    padding: 35px 55px;
}

.ls-content__minfo {
    margin-bottom: 24px;
}

.ls-content__minfo h3 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

.ls-content__minfo p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .ls-content {
        padding: 25px 20px;
    }
}

/**/

.ls-content__ad {
}

.ls-content__ad a {
    display: block;
}

.ls-content__ad img {
    border-radius: 4px;
    display: block;
}

@media (max-width: 1024px) {
    .ls-content__ad {
        display: block;
        margin: 0 auto;
        max-width: 600px;
    }
}

/**/

.ls-content__vs {
    margin-top: 24px;
}

.ls-content__vs__top {
    border: 1px solid #E2E5F0;
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    padding: 24px 16px;
}

.ls-content__vs__mid {
}

.ls-content__vs__mid .video-js {
    padding-top: 56%;
    width: 100%;
}

.ls-content__vs__mid .video-js .vjs-big-play-button {
    background: url(../../../images/icon-play-video.svg) no-repeat 50% 50%;
    border: none;
    display: block;
    height: 75px;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 64px;
}

.ls-content__vs__mid .video-js .vjs-big-play-button > * {
    display: none;
}

.ls-content__vs__mid img {
    display: block;
}

.ls-content__vs__bot {
    background-color: #23346B;
    background-image: url(../../../images/bg-bot.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-radius: 0 0 8px 8px;
    display: flex;
    gap: 30px;
    padding: 30px 24px;
}

@media (max-width: 768px) {
    .ls-content__vs__bot {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
}

/**/

.ls-content__vs__teams {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.ls-content__vs__team {
    align-items: center;
    display: flex;
    gap: 24px;
}

.ls-content__vs__team--left {
    text-align: left;
    flex-direction: row-reverse;
}

.ls-content__vs__team--right {
    text-align: right;
}

.ls-content__vs__team h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.ls-content__vs__team span {
    align-items: center;
    background-color: #23346B;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex: 0 0 52px;
    font-size: 20px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    line-height: 1;
    padding: 5px;
    width: 52px;
}

.ls-content__vs__text {
    color: #7C8799;
    font-size: 20px;
    line-height: 1.25;
    padding: 0 16px;
}

.ls-content__vs__bot h4 {
    color: #fff;
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.ls-content__vs__bot ul {
    display: flex;
    gap: 6px;
    margin: 0;
}

.ls-content__vs__bot ul li {
}

.ls-content__vs__bot ul li a {
    display: block;
}

.ls-content__vs__bot ul li img {
    display: block;
}

@media (max-width: 768px) {
    .ls-content__vs__teams {
        align-items: flex-start;
    }
    .ls-content__vs__team {
        flex-direction: column;
        gap: 10px;
        position: relative;
    }
    .ls-content__vs__team--left {
        align-items: flex-start;
        flex: 0 0 calc(50% - 32px);
    }
    .ls-content__vs__team--right {
        align-items: flex-end;
        flex: 0 0 calc(50% - 32px);
    }
    .ls-content__vs__team::before {
        background-color: #DEE2E6;
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 20px;
        width: calc(100% - 52px);
    }
    .ls-content__vs__team--left::before {
        right: 0;
    }
    .ls-content__vs__team--right::before {
        left: 0;
    }
    .ls-content__vs__team h4 {
        font-size: 14px;
    }
    .ls-content__vs__team span {
        flex: 0 0 40px;
        font-size: 14px;
        height: 40px;
        width: 40px;
    }
    .ls-content__vs__text {
        align-items: center;
        background-color: #CC232F;
        border-radius: 50%;
        color: #fff;
        display: flex;
        flex: 0 0 40px;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        justify-content: center;
        line-height: 1;
        margin: 0 12px;
        padding: 0;
        width: 40px;
    }
}

@media (max-width: 480px) {
    .ls-content__vs__bot ul {
        flex-direction: column;
    }
}

/**/

.ls-content__vinfo {
    margin-top: 52px;
}

.ls-content__vinfo__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.ls-content__vinfo__vpanel {
    border: 1px solid #E2E5F0;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px;
}

.ls-content__vinfo__vpanel__location {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.ls-content__vinfo__vpanel__address {
    flex: 0 0 65%;
    padding-left: 20px;
}

.ls-content__vinfo__vpanel__address p {
    color: #7C8799;
    font-size: 14px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.ls-content__vinfo__vpanel__address p:last-child {
    margin-bottom: 0;
}

.ls-content__vinfo__vpanel__address p a {
    color: #23346B;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .ls-content__vinfo {
        margin-top: 36px;
    }
    .ls-content__vinfo__title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .ls-content__vinfo__vpanel {
        display: block;
    }
    .ls-content__vinfo__vpanel__location {
        margin-bottom: 10px;
    }
    .ls-content__vinfo__vpanel__address {
        padding: 0;
    }
}

/**/

.ls-sidebar {
    flex: 0 0 270px;
    margin: 0 0 0 25px;
}

@media (max-width: 1024px) {
    .ls-sidebar {
        display: block;
        margin: 0 auto;
        max-width: 400px;
    }
}

.ls-sidebar__ad {
    position: sticky;
    top: 50px;
}

.tweets {
    background:none;
}

.tweets .headline-title {
    color: var(--h1-h6-color);
}

.tweets .btn-light {
    background-color: var(--brand-color);
    border-color:var(--brand-color);
    color:var(--color-white);
}