/**
 * Theme Name:        Cavalieri di Cultura
 * Theme URI:         https://cavalieridicultura.it/
 * Description:       Custom theme description...
 * Version:           1.0.0
 * Author:            Cavalieri di Cultura
 * Author URI:        https://cavalieridicultura.it/
 * Tags:              block-patterns, full-site-editing
 * Text Domain:       cavalieri-di-cultura
 * Template:          LOVETRAVEL-2
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */


body.role-um_ente .wc_dash_link,
body.role-um_ente .elementor-menu-cart__toggle {
    display: none;
}
body.role-subscriber .wc_dash_link,
body.role-customer .wc_dash_link {
    display: none;
}

.tribe_single_event_header {
    position: relative;
    overflow: hidden;
}
.tribe_single_event_header figure {
    margin: 0;
}
.single_event_img img {
    border-radius: 40px;
    aspect-ratio: 1 / 1;
    width: 400px;
    object-fit: cover;
}
.single_event_bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-filter: blur(16px);
    -moz-filter: blur(16px);
    -o-filter: blur(16px);
    -ms-filter: blur(16px);
    filter: blur(16px);
    object-fit: cover;
    object-position: center;
}
.single_event_bg:after {
    content: "";
    position: absolute !important;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, black 1%, transparent);
}
.event_header_container {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 100px;
    align-items: center;
    padding: 40px 80px;
}
.single_event_title .tribe-events-single-event-title, 
.single_organizer_title h1 {
    color: #fff !important;
    font-size: 36px;
}
.single_event_subtitle p {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
}
.single_event_datetime {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.discount_section_title {
    margin-bottom: 0;
}

.discount_single_event {
    display: flex;
    align-items: end;
    gap: 40px;
    padding: 25px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin: 20px;
	justify-content: space-between;
}

.discount_content h3 {
    margin-top: 0;
}

.discount_actions {
    flex: 1 0 auto;
	max-width: 160px;
}

.discount_actions .discount_price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.discount_button a {
    display: flex;
    width: auto;
    background-color: #09331d;
	justify-content: center;
}

.tribe-events-schedule:has( > .tribe-event-time-daily) {
    flex-direction: column;
}

.tribe-event-time-daily {
    display: block;
    color: #000;
}

.single-product .woocommerce-notices-wrapper {
    position: absolute;
    z-index: 10;
    width: calc(100% - 40px);
    margin: 10px 20px;
}

.single-product .woocommerce-notices-wrapper ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-notices-wrapper ul li a {
    width: auto;
}

.elementor-menu-cart__toggle .elementor-button {
    background-color: var(--toggle-button-background-color, transparent) !important;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    padding: 0;
	margin-bottom: 0;
}

ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.mini_cart_item {
    position: relative;
    color: #000;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}

ul.woocommerce-mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
    margin-bottom: 20px;
}

ul.woocommerce-mini-cart span.quantity {
    font-weight: 500;
}

ul.woocommerce-mini-cart a.remove.remove_from_cart_button {
    position: absolute;
    bottom: 0px;
    right: 0;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    /* padding: 5px; */
    border: 1px solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
    grid-template-columns: 1fr;
}
dl.variation dd.variation-Token p {
    margin-top: 0;
}

p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

p.woocommerce-mini-cart__buttons.buttons a {
    background-color: #09331d;
    text-align: center;
}

p.woocommerce-mini-cart__total.total {
    color: #000;
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.cart_user_points {
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000047;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.cart_user_points svg {
    width: 30px;
    height: 30px;
}
.cart_user_points .green {
    font-weight: 700;
    color: #405749;
}
.cart_user_points .red {
    font-weight: 700;
    color: #ce1421;
}

table.woocommerce-MyAccount-orders {
    width: 100%;
}
table.woocommerce-table--order-details tfoot tr th {
    text-align: left;
}
ul.wc-item-meta {
    list-style: none;
    padding: 0;
}
ul.wc-item-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.wc-item-meta li p {
    margin: 0;
}
.order-again .button {
    background-color: #405749 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px 15px 30px !important;
    width: auto;
}

.event_prices {
    display: flex;
    padding: 0 0px 60px;
}
.event_price {
    display: flex;
    flex-direction: column;
}
.event_price.regular {
    border-right: 2px solid #000;
    padding-right: 25px;
}
.event_price.discounted {
    padding-left: 25px;
}
.event_price h4 {
    margin: 0;
    font-size: 32px !important;
    font-weight: 300 !important;
}
.event_price p {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #000000;
    line-height: 1 !important;
}
.event_price .info_desc {
    font-size: 14px;
    font-style: italic;
}

#customer_login .u-column1.col-1 {
    position: sticky;
    top: 100px;
    height: auto;
}
#customer_login .u-column1.col-1 form.woocommerce-form.woocommerce-form-login.login {
    height: auto !important;
}

ul.woocommerce-mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: 120px;
    margin-bottom: 10px;
}

ul.woocommerce-mini-cart  dl.variation {
    margin: 0;
}
.my_account_header .elementor-nav-menu > li > a, 
.my_account_header .elementor-nav-menu > li > a.highlighted, 
.my_account_header .elementor-nav-menu > li > a:hover {
    background-color: #013b31;
    padding: 10px 15px;
    border-radius: 7px;
}

.header_archive_events {
    background-color: #E55C13;
    margin-top: 80px;
    margin-bottom: 50px;
}
.header_archive_container {
    padding: 15px 80px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.menu-menu-archive-events-container {
    display: flex;
    flex: 1 0 auto;
}
ul.archive_terms {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex: 1 0 auto;
    gap: 20px;
    align-items: center;
}
ul.archive_terms li {
    padding: 10px 0;
}
ul.archive_terms li.menu-item-has-children {
    position: relative;
    padding-right: 25px !important;
}
.archive_terms > li.menu-item-has-children:after {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.archive_terms li.current-menu-item > a, 
ul.archive_terms li.current-menu-ancestor > a {
    border-bottom: 2px solid #fff;
}
ul.archive_terms li .sub-menu {
    position: absolute;
    list-style: none;
    padding: 20px 20px 40px;
    margin: 0;
    background: #e55c13;
    display: none;
    z-index: 99;
    top: 100%;
    width: 100%;
    min-width: 240px;
}
ul.archive_terms li:hover > .sub-menu {
    display: block;
}
ul.archive_terms li a {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.header_archive_search .events_search {
    display: flex;
    gap: 25px;
    justify-content: end;
    align-items: center;
}
.events_search a svg {
    height: 40px;
    width: auto;
    fill: #fff;
}
.events_search a {
    padding: 0;
    margin: 0;
    flex: 0 1 auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.events_search #s {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-bottom: 6px solid #fff;
    color: #fff !important;
    padding: 10px;
}
.events_search #s::placeholder {
    color: #fff;
}
.events_search #s:focus, .events_search #s:focus-within, .events_search #s:focus-visible {
    background-color: #e27f3a;
    outline: none;
}
.mobile_filter_toggle {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
a.mobile_filter_toggle svg {
    width: 22px;
}
form.woocommerce-ResetPassword.lost_reset_password {
    margin: auto;
}
@media(min-width: 1025px) {
    .mobile_filter {
        display: none;
    }
}
@media(min-width: 768px) and (max-width: 1024px) {
    .header_archive_container {
        padding: 15px 20px;
    }
    ul.archive_terms li a {
        font-size: 16px;
    }
    .header_archive_search .events_search {
        gap: 15px;
    }
    .mobile_filter {
        display: flex;
        justify-content: center;
    }
    .header_archive_events {
        padding: 20px 0;
    }
    .archive_header_cities,
    .header_archive_search .events_search {
        align-items: stretch !important;
    }
    .events_search #s {
        width: 100%;
    }
}
@media(max-width: 991px) {
    .header_archive_container {
        display: none;
        padding: 20px 20px 0;
    }
    .header_archive_events {
        padding: 20px 0;
    }
    ul.archive_terms li .sub-menu {
        position: relative;
        top: 0;
    }
    .mobile_filter {
        display: flex;
        justify-content: center;
    }
    ul.archive_terms {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
    ul.archive_terms li {
        border-bottom: 1px solid #fff;
    }
    ul.archive_terms li a {
        font-size: 16px;
    }
    .header_archive_search,
    .archive_header_cities {
        margin: 20px 0 0;
    }
    .archive_header_cities {
        justify-content: stretch !important;
        align-items: stretch !important;
    }
    .events_search #s {
        width: 100%;
        padding: 10px;
        background-color: #00000012;
    }
    .header_archive_search .events_search {
        gap: 20px;
    }
}
@media(min-width: 768px) and (max-width: 1024px) {
    .header_archive_container {
        display: none;
    }
    .archive_header_cities #city {
        width: 100%;
    }
    .archive_header_cities,
    .header_archive_search {
        margin-top: 30px;
    }
    .archive_events_first {
        padding: 30px !important;
    }
}
.archive_events_first {
    background-color: #f0f0f0;
    padding: 30px 30px 80px 0;
    position: relative;
    overflow: hidden;
}
.archive_events_box_cultura {
    max-width: 400px;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 3;
    height: calc(100% - 110px);
}
.aebc_top {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.archive_events_first .archive_events_box_cultura h3 {
    font-weight: 400;
    color: #e55c13;
    text-align: center;
    place-content: center;
}
.aebc_content {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}
.aebc_bottom {
    display: flex;
}
.aebc_bottom a {
    width: 100%;
    text-align: center;
    padding: 5px 15px;
    border: 2px solid #e55c13;
    color: #e55c13;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}
.aebc_content {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 50px;
}
@media(min-width: 1025px) {
    .first_events_list {
        padding-left: 410px;
        overflow: hidden;
    }
}
@media(max-width: 1024px) {
    .archive_events_first {
        overflow: hidden;
    }
    .first_events_list {
        overflow: visible;
    }
    .archive_events_box_cultura {
        position: relative;
        max-width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 40px;
    }
    .aebc_bottom {
        justify-content: center;
    }
    .aebc_bottom a {
        width: auto;
    }
    .events_search a svg {
        width: 30px;
    }
}
@media(max-width: 767px) {
    .aebc_top {
        grid-template-columns: 1fr;
    }
    .archive_events_first .archive_events_box_cultura h3 {
        margin-top: 0;
    }
    .aebc_content {
        margin-bottom: 20px;
    }
    .aebc_bottom a {
        font-size: 16px;
    }
}
.event_card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    max-width: 360px;
}
.slide:has(> .event_card) {
    max-width: 360px;
}
.event_card_top {
    position: relative;
}
.event_card_image {
    position: relative;
}
.event_card_image:after {
    background-color: #00000030;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.event_card_image img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.event_card_date,
.card_overlay_date {
    display: flex;
    flex-direction: column;
    background-color: #262626d1;
    position: absolute;
    top: 0;
    left: 30px;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    width: 40px;
    z-index: 3;
}
.from_date, .to_date {
    font-size: 10px;
}
.card_overlay_date.card_end_date {
    left: 100px;
}
.event_day {
    font-size: 28px;
}
.event_month {
    font-size: 20px;
}
.event_day ~ .event_month {
    font-size: 12px;
}
.event_card_bottom {
    background-color: #292a2c;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: space-between;
}
.event_card_title h4 {
    font-size: 18px !important;
    font-weight: 600;
    color: #fff !important;
    line-height: 20px !important;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-overflow: ellipsis;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event_card_subtitle {
    align-self: end;
    font-size: 14px;
    margin-bottom: auto;
}
.event_card_venue {
    align-self: end;
    font-size: 12px;
    margin-bottom: auto;
}
.event_card_location {
    align-self: end;
    font-weight: 400;
    font-size: 12px;
    margin-top: auto;
}
.event_card_price {
    align-self: end;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.event_card_button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.event_card_button a {
    width: 100%;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    background-color: #E55C13;
}
@media(min-width: 768px) and (max-width: 1024px) {
    
}
@media(max-width: 767px) {
    .event_card_image img {
        height: 200px;
    }
    .event_card_title h4 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}
.event_card_overlay {
    width: 100%;
    max-width: 520px;
}
.event_card_overlay_container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
picture.card_overlay_image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
picture.card_overlay_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_overlay_content {
    position: relative;
    z-index: 3;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background-color: #00000030;
}
.card_overlay_info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}
.card_infos {
    width: 100%;
    display: grid;
    color: #fff;
    gap: 5px;
    grid-template-areas:
        "title title"
        "subtitle button"
        "venue button"
        "location button"
        "price button";
    grid-template-columns: 1fr 1fr;
}
.card_infos h4 {
    margin: 0;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    grid-area: title;
}
.event_card_subtitle {
    font-size: 14px;
    font-weight: 600;
    grid-area: subtitle;
    margin-bottom: 15px;
}
.event_venue,
.event_location {
    font-size: 12px;
}
.event_venue {
    grid-area: venue;
}
.event_location {
    grid-area: location;
}
.overlay_card_price {
    font-size: 12px;
    font-weight: 600;
    grid-area: price;
}
.card_overlay_button {
    grid-area: button;
    display: flex;
    align-items: end;
    justify-content: end;
}
.card_overlay_button a {
    width: auto;
    text-align: center;
    padding: 7px 20px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    background-color: #e55c13;
}

@media(max-width: 767px) {
    .card_infos {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "subtitle" "venue" "location" "price" "button";
    }
    .card_infos h4 {
        font-size: 18px !important;
        line-height: 18px !important;
    }
    .card_overlay_button {
        justify-content: start;
    }
    .card_overlay_content {
        padding: 10px;
    }
    .archive_categories_filters_container, .archive_categories_events_posts, .archive_categories_events_pagination {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .event_card_date, .card_overlay_date {
        left: 10px !important;
    }
}

.archive_featured_events {
    padding: 80px 40px;
    overflow: hidden;
}
.featured_events_list {
    overflow: visible;
}
@media (max-width: 1024px) {
    .archive_featured_events {
        overflow: hidden;
    }
    .featured_events_list {
        overflow: visible;
    }
}
h2.featured_events_title,
h3.new_events_title {
    margin: 0 0 30px;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 26px !important;
}
.archive_new_events {
    position: relative;
    overflow: hidden;
}
.archive_new_events_container {
    position: relative;
    overflow: visible;
}
.new_events_text_box {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    background-color: #f4f3f3;
    padding: 30px 40px;
    color: #000;
    box-sizing: border-box;
}
.new_events_content p {
    color: #000;
    font-size: 16px;
    line-height: 36px !important;
    font-weight: 300;
}
@media(min-width: 1025px) {
    .archive_new_events {
        padding: 80px 40px 80px 0;
    }
    .new_events_text_box {
        max-width: 390px;
    }
    .new_events_list {
        padding-right: 400px;
    }
}
@media(max-width: 1024px) {
    .new_events_text_box {
        position: relative;
    }
    .new_events_list {
        padding: 40px;
    }
}
.archive_categories_events {
    position: relative;
}
.request_loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff75;
    z-index: 999999;
}
.request_loading img {
    width: 110px;
}
.archive_categories_events_container {
    margin: 60px 0px;
}
.archive_categories_filters_container {
    position: relative;
}
.archive_categories_filters_container,
.archive_categories_events_posts,
.archive_categories_events_pagination {
    padding-left: 40px;
    padding-right: 40px;
}
.archive_filter_months {
    
}
.archive_categories_filters_container .swiper-button-next:after, 
.archive_categories_filters_container .swiper-button-prev:after {
    color: #8b8b8b;
    font-size: 36px;
}
.archive_categories_filters .slide {
    width: 220px;
    height: 165px;
}
.filter_month {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 30px 40px;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 10px;
}
.filter_month.active {
    background-color: #e55c13 !important;
}
.filter_month .month {
    font-size: 28px;
    font-weight: 500;
    color: #666;
}
.filter_month .year {
    color: #666;
    font-weight: 500;
}
.filter_month.active .month,
.filter_month.active .year {
    color: #fff;
}
.archive_header_cities {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
}
.archive_header_cities select {
    min-width: 230px;
    min-height: 44px;
}
.archive_header_cities .select2-selection {
    min-height: 44px;
    display: flex !important;
    align-items: center;
}
.archive_header_cities .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.archive_categories_events_posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: 10px;
    margin-top: 40px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
@media(min-width: 992px) and (max-width: 1024px) {
    .archive_categories_events_posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 991px) {
    .archive_categories_events_posts {
        grid-template-columns: 1fr;
    }
}
.archive_categories_events_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.events_pagination_load_more {
    text-decoration: none;
    background-color: #405749;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 30px 15px 30px;
}
#tribe-events-pg-template {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
#tribe-events-pg-template #tribe-events-content {
    max-width: 100% !important;
    padding: 40px !important;
}
#tribe-events-pg-template .tribe-events-event-image img {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#tribe-events-pg-template .event_post {
    display: flex;
    flex-direction: row;
    gap: 60px;
    padding: 0 40px 60px;
}
#tribe-events-pg-template .event_post_content {
    flex: 0 1 70%;
}
#tribe-events-pg-template .event_post_content .tribe-events-content > p:first-child {
    margin-top: 0;
}
#tribe-events-pg-template .event_post_content .tribe-events-content iframe {
    max-width: 100%;
}
#tribe-events-pg-template .event_post_box {
    flex: 1 0 30%;
    max-width: 360px;
    align-self: flex-start;
    position: sticky !important;
    top: 150px;
}
.event_occurrences {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.single_event_occurrence {
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #010101;
}
.occurrence_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #010101;
}
.occurrence_month {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.occurrence_day {
    font-size: 38px;
    font-weight: 600;
    color: #000;
}
.occurrence_date,
.occurrence_content,
.occurrence_actions  {
    padding: 15px 30px;
}
.occurrence_content {
    flex: 1 0;
}
.occurrence_content h4 {
    margin: 0;
}
.occurrence_info {
    color: #484848;
    font-size: 14px;
}
.occurrence_actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.occurrence_discounted_price {
    color: #484848;
    margin-bottom: 8px;
}
.occerrence_box_action a {
    padding: 8px;
    border-radius: 8px;
}
.single_box_cultura {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
    border: none !important;
}
#tribe-events-pg-template .tribe-events-meta-group .tribe-events-single-section-title {
    font-weight: 700 !important;
    color: #000 !important;
}
#tribe-events-pg-template .tribe-events-meta-group abbr.tribe-events-abbr {
    text-decoration: none;
}
#tribe-events-pg-template .event_post_meta {
    display: flex;
    flex-direction: column;
}
#tribe-events-pg-template .event_post_meta .tribe-events-event-meta.secondary .tribe-events-venue-map {
    width: 100%;
}
#tribe-events-pg-template .event_post_meta .tribe-events-event-meta.secondary .tribe-events-venue-map iframe {
    max-height: 300px;
}
.tribe-events-single>.tribe_events {
    overflow: unset !important;
}
.event_post_meta a {
    color: #e1a852;
}
.single_box_top {
    padding: 0;
}
.single_box_top p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.btn_box_btn {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 15px;
}
.btn_with_loading {
    position: relative;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #e85c3f;
    border-radius: 15px;
    display: flex;
    cursor: pointer;
}
.btn_with_loading .btn_text {
    transition: all 0.2s;
    color: #ffffff;
}
a.btn_with_loading.disabled {
    pointer-events: none !important;
    opacity: 0.7;
}
.btn_is_loading .btn_text {
    visibility: hidden;
    opacity: 0;
}
.btn_is_loading::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
  
    to {
      transform: rotate(1turn);
    }
}
.open_event_message {
    border: 2px solid #0d3f24;
    border-radius: 15px;
    padding: 20px;
}
.open_event_title {
    margin: 0;
}
.open_event_message p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4 !important;
    color: #000;
}
.box_action {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single_box_notice {
    background-color: #c8e0ea;
    padding: 20px 30px;
    border-radius: 15px;
}
.box_notice_title {
    margin: 0;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.single_box_notice p {
    margin: 0;
    color: #000;
}
.woocommerce-form.woocommerce-form-login.login {
    height: auto !important;
}
.register_toggle_section {
    margin: 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.register_toggle_section p {
    font-family: 'Roboto';
    color: #000;
    font-size: 18px;
}
.register_toggle_btn {
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    color: #fff !important;
    background-color: #013b31;
    border-radius: 5px;
}
.register_toggle {
    margin-top: 60px;
}
.woocommerce-form.woocommerce-form-register.register {
    height: 100% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 40%;
}
.woocommerce-MyAccount-content-wrapper ul {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
}
.woocommerce-MyAccount-content-wrapper .wps_ways_to_gain_points_section .wps_wpr_heading {
    display: none !important;
}
.woocommerce-MyAccount-content-wrapper .wps_wpr_badge_way_points_main_wrap {
    margin-bottom: 30px;
}
.cart_item_data {
    display: flex;
    flex-direction: column;
}
.cart_item_data span {
    font-size: 12px !important;
    line-height: 16px;
    color: #6E6E6E !important;
	font-weight: 500;
}
.woocommerce-MyAccount-content-wrapper .woocommerce-info {
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content-wrapper a.button:hover {
    color: #fff !important;
}
.single_box_top .box_image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_image img {
    width: 60px;
}
.single_box_bottom,
.event_occurrence_message {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #0d3f24;
    border-radius: 15px;
}
.single_box_bottom p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin: 0;
}
.single_box_bottom img {
    width: 100%;
    max-width: 260px;
}
.occurrence_message_title, 
.occurrence_message_subtitle,
.event_occurrence_message p {
    margin: 0;
}
.occurrence_message_title {
    line-height: 1.2 !important;
    margin-bottom: 10px;
}
.occurrence_message_subtitle {
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #000;
    margin-bottom: 5px;
}
.event_occurrence_message p {
    color: #000;
    font-size: 16px;
    align-self: start;
}
.add_to_cart_single_event a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background-color: #e85c3f;
    padding: 15px 50px;
    border-radius: 15px;
}
.add_to_cart_single_event {
    display: flex;
}
.single_box_price {
    font-size: 30px;
    font-weight: 300;
    color: #000;
    margin-top: 0px;
    margin-bottom: 15px;
}

@media  (min-width: 992px) and (max-width: 1024px) {
    #tribe-events-pg-template .event_post {
        gap: 30px;
        padding: 0;
    }
    #tribe-events-pg-template .event_post_box {
        flex: 1 0 37%;
    }
    .single_box_top {
        padding: 20px;
    }
    .btn_box_btn {
        margin-bottom: 20px;
    }
    .btn_box_btn a {
        font-size: 14px;
        padding: 15px;
    }
    .single_box_bottom {
        padding: 20px;
    }
    .add_to_cart_single_event a {
        font-size: 16px;
    }
    #tribe-events-pg-template .tribe-events-event-image img {
        max-height: 400px;
    }
}
@media(min-width: 768px) and (max-width: 991px) {
    #tribe-events-pg-template .tribe-events-event-image img {
        max-height: 350px;
    }
    #tribe-events-pg-template .event_post {
        flex-direction: column;
    }
    #tribe-events-pg-template .event_post_content {
        order: 2;
        flex: 1 0 auto;
    }
    #tribe-events-pg-template .event_post_box {
        order: 1;
        flex: 1 0 auto;
        max-width: 100%;
    }
    .single_box_cultura {
        display: flex;
        flex-direction: column;
    }
    .single_box_top {
        border-bottom: none;
        width: 100%;
        padding: 30px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .single_box_top p {
        margin-top: 20px;
        margin-bottom: 0;
        order: 1;
    }
    .btn_box_btn a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .btn_box_btn {
        margin-bottom: 0px;
        order: 3;
        margin-top: auto;
    }
    .single_box_bottom {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .single_box_bottom p {
        order: 1;
    }
    .single_box_bottom > picture {
        order: 2;
    }
    .single_box_price {
        order: 3;
    }
    .add_to_cart_single_event {
        order: 4;
    }
    .add_to_cart_single_event a {
        font-size: 16px;
    }
    .event_price h4 {
        font-size: 24px !important;
    }
    .event_price p {
        font-size: 20px;
    }
    .single_box_bottom p {
        font-weight: 500;
    }

    #tribe-events-pg-template .event_post_box {
        position: fixed !important;
        top: 0;
        left: 0;
        transform: translateX(-120%);
        background-color: #fff;
        transition: transform .4s ease-in;
        max-width: 100vw;
        width: 400px;
        height: 100vh;
        box-sizing: border-box;
        padding: 20px 20px 60px;
        overflow: auto;
        border: none;
        border-radius: 0;
        z-index: 999999;
    }
    #tribe-events-pg-template .event_post_box.active {
        transform: translateX(0);
    }
    .event_post_box_mobile .close_box {
        display: none;
    }
    .event_post_box_mobile.active .close_box {
        display: block;
    }
    .event_post_box_mobile.active .open_box {
        display: none;
    }
    .event_post_box_mobile {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        background-color: #fff;
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        box-sizing: border-box;
        box-shadow: 0 -5px 20px #00000038;
    }
    .event_post_box_mobile a {
        width: auto;
        text-align: center;
        padding: 5px 15px;
        color: #fff;
        background-color: #e55c13;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
    }

    .occurrence_date, .occurrence_content, .occurrence_actions {
        padding: 15px;
    }
    .occurrence_content h4 {
        line-height: 1.2 !important;
    }
}

.hide {
    display: none !important;
}
ul.woocommerce-error li strong {
    color: #fff !important;
}
.elementor-widget-woocommerce-checkout-page ul.woocommerce-order-overview {
    background-color: #013B31 !important;
}
.elementor-element .order_details .woocommerce-button {
    color: #fff !important;
    background-color: #e55c13 !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
    border-color: #405749 !important;
}
.woocommerce-info {
    border-top-color: #e55c13 !important;
}
.woocommerce-info::before {
    color: #e55c13 !important;
}

#tribe-events-pg-template .woocommerce-message {
    display: flex;
    align-items: center;
    border-top-color: #013b31;
    background-color: #013b31;
    color: #fff;
    border-radius: 7px;
}
#tribe-events-pg-template .woocommerce-message:before {
    top: 1.3em;
}
#tribe-events-pg-template .woocommerce-message a {
    display: none;
}

@media(min-width: 992px) {
    .event_post_box_mobile {
        display: none;
    }
}

@media(max-width: 767px) {
    li.woocommerce-MyAccount-navigation-link {
        margin: 0 !important;
    }
    .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper,
    .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data {
        margin: 0 20px;
        max-width: 100%;
    }
    .wps_wpr_points_wrapper_with_exp {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .wps_wpr_view_log a {
        text-decoration: underline;
    }
    .e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type {
        padding-left: 10px !important;
    }
    h1.tribe-events-single-event-title {
        font-size: 28px !important;
    }
    .tribe-events-schedule h2 {
        font-size: 22px !important;
    }
    #tribe-events-pg-template .tribe-events-event-image img {
        max-height: 300px;
        object-fit: cover;
        object-position: center;
        width: auto;
    }
    #tribe-events-pg-template {
        padding: 0px !important;
    }
    .event_header_container {
        flex-direction: column;
        padding: 40px 20px;
        box-sizing: border-box;
        gap: 30px;
    }
    .single_event_img img {
        width: 100%;
    }
    .event_price {
        flex: 1 0 40%;
    }
    .event_price h4 {
        font-size: 22px !important;
        line-height: 1.2 !important;
        min-height: 52px;
    }
    .event_price p {
        font-size: 20px;
    }
    .event_price.regular {
        padding-right: 15px;
    }
    .event_prices {
        padding: 0 0px 40px;
        flex-wrap: wrap;
    }
    #tribe-events-pg-template .event_post {
        padding: 0 0 40px;
        flex-direction: column;
        gap: 40px;
    }
    .single_box_top {
        padding: 30px 0 0;
    }
    .single_box_top .btn_box_btn {
        padding: 0px;
    }
    .single_box_top p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .btn_box_btn {
        padding-bottom: 20px;
    }
    .btn_box_btn a {
        font-size: 16px;
        padding: 10px;
    }
    .single_box_bottom p {
        margin-top: 0;
        font-size: 16px;
        font-weight: 400;
    }
    .single_box_cultura {
        gap: 30px;
    }
    #tribe-events-pg-template .event_post_box {
        position: fixed !important;
        top: 0;
        left: 0;
        transform: translateX(-120%);
        background-color: #fff;
        transition: transform .4s ease-in;
        max-width: 100vh;
        width: 100vw;
        height: 100vh;
        box-sizing: border-box;
        padding: 20px 20px 60px;
        overflow: auto;
        border: none;
        border-radius: 0;
        z-index: 999999;
    }
    #tribe-events-pg-template .event_post_box.active {
        transform: translateX(0);
    }
    .event_post_box_mobile .close_box {
        display: none;
    }
    .event_post_box_mobile.active .close_box {
        display: block;
    }
    .event_post_box_mobile.active .open_box {
        display: none;
    }
    .event_post_box_mobile {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999999;
        background-color: #fff;
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
        box-sizing: border-box;
        box-shadow: 0 -5px 20px #00000038;
    }
    .event_post_box_mobile a {
        width: auto;
        text-align: center;
        padding: 5px 15px;
        color: #fff;
        background-color: #e55c13;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
    }

    .event_occurrences {
        gap: 20px;
    }
    .single_event_occurrence {
        display: grid;
        grid-template-areas:
        "date content content"
        "date actions actions";
    }
    .occurrence_date, .occurrence_content, .occurrence_actions {
        padding: 10px;
        grid-area: content;
    }
    .occurrence_date {
        grid-area: date;
        height: 100%;
        box-sizing: border-box;
    }
    .occurrence_content h4 {
        line-height: 1.2 !important;
        font-size: 18px !important;
    }
    .occurrence_info {
        font-size: 12px;
    }
    .occurrence_actions {
        grid-area: actions;
        align-items: start;
    }
    .occerrence_box_action {
        width: 100%;
    }
    .occurrence_discounted_price {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: right;
        width: 100%;
    }
    .occerrence_box_action a {
        box-sizing: border-box;
    }
    .occerrence_box_action .btn_with_loading .btn_text {
        text-align: center;
        width: 100%;
    }
}