* {
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 768px) {
    .min-h-40 {
        min-height: 40px;
    }
}

@media screen and (max-width: 1199px) {
    body.home .anim {
        opacity: 1 !important;
        transform: translate3d(0, 0, 0) !important;
    }
    body.home .animated {
        animation-duration: 0s !important;
        /* animation-fill-mode: both; */
        -webkit-animation-duration: 0s !important;
        /* -webkit-animation-fill-mode: both */
    }
    body.home .fadeInUp {
        opacity: 1 !important;
        animation-name: none !important;
    }
    #masthead {
        overflow: scroll;
    }
    body.event-template-default .subpage-top > .row > div {
        display: inline-flex;
        flex-wrap: wrap;
    }
    body.event-template-default .subpage-top > .row > .col-md-12 > a {
        margin-right: 20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    header#masthead > .row > .col-md-8 {
        max-width: 50vw;
        margin-left: 10%;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    body.home .mp-section-middle div span {
        margin-left: -50px;
    }
    header#masthead > .row > .col-md-8 {
        max-width: 45vw;
    }
}
@media screen and (max-width: 991px) {
    body.home .swiper-mp-top .swiper-mp-top__text span {
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce-active .site-header.site-header-mobile-open .header-menu {
        margin-top: 150px !important;
    }
    .woocommerce-active .site-header.site-header-mobile-open .header-right {
        margin-top: 15% !important;
    }
}

@media screen and (orientation: landscape) and (max-width: 768px) {
    .woocommerce-active .site-header.site-header-mobile-open .header-menu {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 575px) {
    .woocommerce-active .site-header.site-header-mobile-open .header-menu {
        margin-top: 100px !important;
    }
}
@media screen and (max-width: 575px) and (max-height: 680px) {
    .woocommerce-active .site-header.site-header-mobile-open .header-right {
        margin-top: 5% !important;
    }
}
@media screen and (max-width: 575px) and (max-height: 620px) {
    .woocommerce-active .site-header.site-header-mobile-open .header-menu {
        margin-top: 50px !important;
    }
}

body .mp-section-middle {
    background: url('./images/fabric2.webp') no-repeat center;
}

@media only screen and (min-width: 768px) {
    .header-right {
        margin-right: -20px !important;
        right: 0 !important;
        justify-content: end;
    
        ul {
            padding: 0;
    
            li {
                display: flex;
                align-items: center;
            }
        }
    }

    .woocommerce-active .site-header.header-white .header-right ul li.icon-search.no-switcher {
        margin-right: 0;
        padding-right: 0;

        &::after {
            background: transparent !important;
        }
    }

    .woocommerce-active .site-header .main-navigation li:after {
        bottom: -51px !important;
    }
}

@media only screen and (min-width: 1367px) {
    .header-right {
        margin-right: 30px !important;
    }
}

@media only screen and (max-width: 1366px) {
    .woocommerce-active .site-header .main-navigation a {
        font-size: 11px !important;
        letter-spacing: 0.1em !important;
    }

    .site-switcher__link {
        padding: 0 10px !important;
    }

    .header-right>ul li a:before {
        font-size: 11px;
    }
}

@media only screen and (max-width: 768px) {
    .site-switcher {
        margin-top: 40px;
        text-align: center;

        .site-switcher__link {
            color: #151515;
        }
    }
}

@media only screen and (max-width: 1700px) {
    .header-right>ul li {
        padding-right: 12px !important;
        margin-right: 12px !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

.site-switcher__link {
    align-items: center;
    background-color: transparent;
    border: 1px solid #151515;
    color: #151515;
    display: inline-flex;
    height: 40px;
    padding: 0 20px;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s, border-color 0.3s;

    svg {
        width: 100px;
        max-width: 100px;
        height: 15px;
    }
}

.site-switcher__link:hover {
    background: #fff;
    border-color: #fff;
    color: #151515;
}

.header-white {
    .site-switcher__link {
        border: 1px solid #fff;
        color: #fff;
    }
    
    .site-switcher__link:hover {
        background: #fff;
        border-color: #fff;
        color: #151515;
    }
}

@media only screen and (max-width: 768px) {
    .site-switcher__link {
        border-color: #151515 !important;
        color: #151515 !important;
    }
}

.mp-video {
    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
}

.lrm-form-message {
    margin-bottom: 20px;
}

.lrm-signin-section.is-selected {
    p.lrm-form-bottom-message {
        left: auto;
        right: 0;
        width: 50%;
    }
}

.lrm-reset-password-section.is-selected {
    p.lrm-form-bottom-message {
        left: auto;
        right: 0;
        width: 50%;
    }

    .fieldset--submit {
        margin-top: 50px;
    }
}