/*
Theme Name: Foxtrail
Theme URI:
Description: Foxtrail theme for website (Child theme of Shoptimizer)
Author: Olivier Alther
Author URI:
Template: shoptimizer
Version: 1.1.24
*/

/**
 * Workaround for weird svg in the body
 */
body > svg {
    display: none !important;
}

/**
 * Custom Nav
 */
.custom-nav-tickets {
    background: #3bb54a;
    font-size: 16px;
    transition: all 0.2s;
}

@media (max-width: 992px) {
    .custom-nav-tickets {
        padding: 1em 1.5em !important;
        margin-top: 10px;
    }

    .custom-nav-tickets a {
        color: #fff !important;
        font-size: 16px !important;
    }

    div#icl_lang_sel_widget-3 {
        margin-top: 20px;
    }
}

.custom-nav-tickets-secondary {
    background: #e4e4e4;
    margin-right: 5px;
    transition: all 0.2s;
}

.custom-coupons-mobile a {
    background: #e4e4e4;
    font-size: 16px;
    transition: all 0.2s;
    width: 100%;
    display: block;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .custom-coupons-mobile a {
        color: #000 !important;
        padding: 1em 1.5em !important;
    }
}

.custom-nav-tickets-secondary {
    background: #e4e4e4;
    margin-right: 5px;
    transition: all 0.2s;
}

body .secondary-navigation .menu .custom-nav-tickets-secondary a {
    color: #000 !important;
}

.custom-nav-tickets:hover {
    background: #28ad38;
}

body .secondary-navigation .menu {
    margin-right: 5px;
}

body .secondary-navigation .menu a {
    color: #fff !important;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    padding: 1em 1.5em !important;
    text-transform: uppercase;
}

@media (min-width: 993px) {
    .main-navigation ul.menu > li.menu-item-has-children > a::after {
        background-color: #fff !important;
    }
}

.aws-wrapper input {
    border: 1px solid #eaeaea !important;
    background: #fff !important;
}

#secondary input[type=search], .site-search form input[type=search] {
    padding-left: 20px;
    box-shadow: none;
}

.aws-search-btn.aws-form-btn {
    border: 1px solid #eaeaea !important;
}

@media (min-width: 993px) {
    .custom-menu-item-right {
        float: right;
        margin-left: auto;
        margin-right: 1px;
    }

    #menu-primary-menu,
    #menu-primary-menu-english,
    #menu-primary-menu-french {
        width: 100%;
    }

    #site-navigation {
        width: 100%;
    }
}

.margin-top-nav {
    margin-top: 20px;
}

.menu-sub-divider{
    padding-top: 18px !important;
}

/**
 * Fix for Contact item in menu
 */
.mobile-extra .textwidget span {
    font-size: 16px;
    line-height: 1.5;
}
.mobile-extra .textwidget p {
    padding: 6px 0;
}

/**
 * Fix for language selector mobile menu
 */
.wpml-ls-legacy-dropdown-click {
    width: auto !important;
}

@media (max-width: 992px)
.mobile-extra a {
    font-size: 16px !important;
}

/**
 * Single Product Page
 */
.single .archive-header {
    display: none;
}

.partnership-box {
    display: flex;
    justify-content: space-around;
}

.partnership-box > a {
    max-width: 28%;
}

@media (max-width: 479px) {
    .partnership-box > a {
        max-width: 100%;
    }
}

a.flex-next:after, a.flex-prev:before {
    background: #3bb54a !important;
    opacity: 1 !important;
}

.woocommerce-product-gallery__wrapper img {
    pointer-events: none;
}

.accessibility-list {
    list-style: none;
    margin: 0;
}

/**
 * Shop Page
 */

.products .product-tag-badge a {
    color: #2c2d33;
    font-size: 12px;
    text-transform: uppercase;
}

.trail-meta {
    margin-bottom: 1.5rem;
    margin-top: -10px;
    color: #43454b;
    font-weight: 400;
    font-size: 14px;
}

.archive header.woocommerce-products-header img {
    width: 100%;
}

.tagcloud-city {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}

.tagcloud-city .tag-cloud-link {
    white-space: nowrap;
    margin: 0 5px 5px 0;
    padding: 6px 10px;
    border-radius: 3px;
    color: #fff;
    background-color: #282828;
    font-size: 12px !important;
    line-height: 1;
    transition: all .2s;
}

.tagcloud-city .tag-cloud-link:hover {
    background-color: #3bb54a;
}


.woocommerce-card__header .woocommerce-loop-product__title {
    display: none !important;
}

.woocommerce-card__header .woocommerce-loop-product__custom_title a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    text-transform: none;
    color: #000;
}

.woocommerce-card__header .woocommerce-loop-product__custom_title {
    padding-bottom: 10px;
    line-height: 1;
}

.bapf_hideckbox li label, .bapf_hideckbox li label a {
    color: #646464 !important;
    font-size: 15px !important;
    line-height: 30px !important;
}

.bapf_hideckbox li input:checked + label:hover, .bapf_hideckbox li input:checked + label:hover a, .bapf_hideckbox li label:hover, .bapf_hideckbox li label:hover a {
    color: #3bb54a !important;
}

.bapf_hideckbox li input:checked + label, .bapf_hideckbox li input:checked + label a {
    color: #3bb54a !important;
    font-weight: 800 !important;
}

.bapf_ckbox_sqchck input:checked + label, .bapf_ckbox_sqchck li input:checked + label a {
    color: #3bb54a !important;
    font-weight: 800 !important;
}

.bapf_ckbox_sqchck label, .bapf_ckbox_sqchck label a {
    color: #646464 !important;
    font-size: 15px !important;
    line-height: 30px !important;
}

.bapf_ckbox_sqchck input[type=checkbox] {
    width: 17px !important;
    height: 17px !important;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    width: 4px !important;
    height: 10px !important;
    color: #3bb54a !important;
}

header.woocommerce-products-header {
    margin-bottom: 0px !important;
}

.ckit-badge {
    opacity: 1;
}

.star-rating {
    font-size: 1.1em !important;
    margin-bottom: 0px !important;
    margin-left: -2px;
}

.archive .woocommerce-product-rating-and-badge {
    margin-bottom: 5px !important;
}

/**
 * Footer
 */

footer .tagcloud {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .tagcloud a {
    background: #272727;
    padding: 4px;
    font-size: 13px !important;
    margin: 2px;
    line-height: 1.5em;
    flex: auto;
    text-align: center;
}

div#sib-container {
    background: transparent !important;
    padding: 0px !important;
}

.sib-form-block {
    padding: 0px !important;
}

.sib-form {
    padding: 0px !important;
}

.sib-form svg.icon {
    height: 0px;
    width: 0px;
}

button.sib-form-block__button {
    width: 100% !important;
    text-align: center !important;
    background-color: #3bb54a !important;
}

.sib-form .input {
    color: #000 !important;
}

.sib-text-p {
    font-size: 13px !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

/**
 * Order received Page
 */

.woocommerce-checkout ul.order_details {
    margin: 40px 0px;
}

.woocommerce-custom-orderdetails {
    border: 1px solid rgb(221, 221, 221) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    padding: 24px 24px 0px 24px !important
}

.woocommerce-order-received .woocommerce-order-details {
    border: 0 !important;
    padding: 35px 0px !important;
}

.woocommerce-custom-orderdetails a {
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
    color: #000;
}

.woocommerce-table__product-custom-image {
    margin-bottom: 20px;
    width: 15rem;
}

.woocommerce-table__product-custom-image img {
    border-radius: 3px;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.woocommerce-table__product-name.product-name {
    margin-bottom: 20px;
}

.custom-divider {
    border-bottom: 1px solid rgb(235, 235, 235) !important;
}

.woocommerce-order-received table.woocommerce-table--order-details tfoot td, .woocommerce-order-received table.woocommerce-table--order-details tfoot th,
.woocommerce-table__custom-additional-information {
    font-size: 16px !important;
    color: rgb(113, 113, 113) !important;
    margin: 20px 0px;
    font-weight: 400 !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin: 0px;
}

.woocommerce-custom-orderdetails,
.woocommerce-custom-startinformation {
    margin-bottom: 3em !important;
}

.woocommerce-custom-needhelp {
    border-radius: 12px !important;
    border: 1px solid rgb(221, 221, 221) !important;
    padding: 24px !important;
    margin-top: 38px !important;
}

.woocommerce-custom-orderdetails .wc-item-meta li p {
    background: #f3f3f3;
    color: #000;
    padding: 0px 00px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    margin: 0px 0px 0px 0px !important;
}

@media only screen and (min-width: 800px) {

    .woocommerce-custom-orderdetails {
        width: 100% !important;
        margin-bottom: 3em !important;
    }

    .woocommerce-custom-startinformation {
        width: 62% !important;
        margin-bottom: 3em !important;
    }

}

@media only screen and (min-width: 800px) {

    .custom-btn-primary {
        margin-top: 30px !important;
        margin-bottom: 10px !important;
    }

}

.woocommerce-table__product-item {
    display: flex;
    justify-content: flex-start;
    max-height: 10rem;
}

.woocommerce-order-details .order-again {
    display: none;
}

.woocommerce-order-received .woocommerce-order-details:before,
.woocommerce-order-received .woocommerce-order-details:after {
    display: none;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields {
    display: none;
}

.woocommerce-order-details__title--error {
    margin-top: 50px;
}

.woocommerce-order a.button.back-to-checkout {
    margin-bottom: 50px;
}

.woocommerce-customer-details {
    padding: 0px 35px 0;
    display: flex;
    flex-direction: column;
}

/**
 * Checkout
 */

.woocommerce-checkout .thcf-description {
    font-size: 14px !important;
}

.woocommerce-checkout .place-order label.checkbox {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.woocommerce-checkout .place-order input {
    margin-right: 9px !important;
}

.woocommerce-checkout .ui-widget-header {
    border: 1px solid #ffffff !important;
    background: #3bb54a !important;
}

.woocommerce-checkout .ui-widget-header .ui-corner-all {
    display: none;
}

.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    display: contents !important;
}

.woocommerce-form-coupon-toggle, .woocommerce-form-coupon-toggle .woocommerce-info {
    display: none;
}

table.cart td.actions button:hover, table.cart td.actions input[type=submit]:hover {
    background-color: #31983d;
    color: #fff;
}

table.cart td.actions .coupon button {
    background-color: #3bb54a;
    color: #FFF;
}

.woocommerce-checkout-review-order {
    margin-top: 0 !important;
}

/**
 * 404 Page
 */

.error404 img.custom-404-img {
    margin-top: 70px;
    margin-bottom: 70px;
}

/**
 * Frontpage
 */

.elementor-element .elementor-testimonial__cite {
    margin-top: 0px !important;
}

h2.woocommerce-loop-category__title {
    font-weight: 600 !important;
}

/**
 * Footer
 */

footer select.sib-GENDER-area {
    border: 1px solid #d2d6dc;
    border-radius: 0.3rem;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    font-size: 15px;
    padding: 0.7em;
    display: block;
    width: 100%;
}

footer input.sib-VORNAME-area,
input.sib-email-area {
    color: #fff;
    background: 0 0;
}

footer p.sib-CHECKBOX-area {
    font-size: 14px !important;
}

/**
 * Checkout Hacks - Hide Customer Type selection
 */

.woocommerce-billing-fields p#customer_type_field,
.woocommerce-billing-fields h4.customer_type_field_title {
    display: none;
}

/**
 * Checkout Hacks - Hide Customer Type selection
 */

.woocommerce-billing-fields p#customer_type_field,
.woocommerce-billing-fields h4.customer_type_field_title {
    display: none;
}

.woocommerce-billing-fields > h3 {
    display: none;
}

.woocommerce-custom-coupon-form {
    width: 55%;
}

.woo-variation-product-gallery {
    max-width: 100% !important;
    width: 100%;
}

.ft_trail_title {
    margin-bottom: 0px;
}

.ft_trail_description_title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-transform: none;
    color: #222;
}

.trail_variation_meta_field a {
    color: #28ad38;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    box-shadow: 0 0 0 2px #3bb54a;
}

svg {
    display: inline !important;
    vertical-align: initial !important;
}

.booking-summary {
    width: -webkit-fill-available;
    margin: 0;
    margin-bottom: 2em;
    margin-left: 2rem;
}

.booking-summary th {
    padding: 0 !important;
}

.booking-summary td {
    padding: 0 !important;
}

.booking-summary-participants {
    list-style: none;
    margin: 0;
}

.price_summary_head {
    font-weight: 600;
    margin-bottom: 0.2em;
}

/**
 * Category Pages
 */

.archive .region-text-box {
    background-color: #f5f5f5;
    align-items: center;
    overflow: hidden;
    margin-bottom: 2em;
}

.archive .region-text-box .term-description {
    padding: 2em;
}

.archive .region-text-box .footer-section {
    margin-bottom: 5em;
}

@media (min-width: 993px) {
    .archive .region-text-box .term-description {
        min-width: 50%;
    }

    .archive .region-text-box {
        display: flex;
    }
}

/**
 * Voucher Product detail page
 */

.remove-booking {
    float: right;
    background-color: #cb0000 !important;
    font-size: 14px;
    margin-bottom: 20px;
}

.remove-voucher {
    float: right;
    background-color: #cb0000 !important;
    font-size: 14px;
}

.custom_product_title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-transform: none;
    color: #222;
}

.custom_product_subtitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.45;
    text-transform: none;
    color: #222;
}

/**
 * Voucher Category Page
 */

.term-1015 .archive-header {
    display: none;
}

/**
 * Blog
 */

.single-post .wp-block-image {
    margin: 1em 0 !important;
}

.wp-block-button .wp-block-button__link {
    background-color: #3bb54a !important;
    color: #fff !important;
}

.wp-block-button .wp-block-button__link:hover {
    background-color: #28ad38 !important;
    color: #fff !important;
}

.trail-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    margin: 30px 0px 40px 0;
}

.recommendation-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffcc00;
    color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: bold;
    z-index: 10;
}

.trail-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.trail-card-img-top {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.trail-card-body {
    padding: 20px !important;
}

.trail-card-title {
    margin: 5px 0px;
    font-size: 28px !important;
    color: #333;
}

.trail-card-meta {
    font-size: 13px !important;
    color: #777;
    margin-bottom: 20px
}

.trail-card-btn-primary {
    background-color: #3bb54a;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
}

.trail-card-btn-primary:hover {
    background-color: #2a8b37;
    color: white;
}

@media (max-width: 992px) {
    .trail-card {
        width: 100%;
    }

    .trail-card-body {
        padding: 15px;
    }

    .trail-card-title, .trail-card-route, .trail-card-text, .trail-card-meta {
        font-size: 0.95rem;
    }

    .trail-card-btn-primary {
        padding: 10px 24px;
        font-size: 16px;
    }
}


#order_review_heading {
    display: none;
}

.woocommerce-custom-coupon-form {
    margin-bottom: 1rem;
}

/**
 * Player Gallery
 */

.elementor-page-114198 footer.site-footer,
.elementor-page-114198 footer.copyright,
.elementor-page-114251 footer.site-footer,
.elementor-page-114251 footer.copyright,
.elementor-page-114253 footer.site-footer,
.elementor-page-114253 footer.copyright {
    display: none;
}

/**
 * Payment Gateway on Checkout
 */
.wc_payment_methods {
    display: none;
}

/**
 * Memory Game
 */

.memory-game {
    width: 680px;
    height: 680px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    perspective: 1000px;
}

.memory-card {
    width: calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 5px;
    position: relative;
    transform: scale(1);
    transform-style: preserve-3d;
    transition: transform .5s;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

.memory-card:active {
    transform: scale(0.97);
    transition: transform .2s;
}

.memory-card.flip {
    transform: rotateY(180deg);
}

.front-face,
.back-face {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: absolute;
    border-radius: 5px;
    backface-visibility: hidden;
}

.front-face {
    transform: rotateY(180deg);
}

div#game-over-message {
    font-size: 18px;
    text-align: center;
    animation: fadeIn 2s;
}

.variations > tbody > tr > .woo-variation-items-wrapper {
    display: none;
}
