z
/* 
Theme Name: Tacheles
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: tacheles
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Global Style */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* ======================================
Header
* ====================================== */

/* Mega Menu */
.tch-main-menu .premium-mega-content-container {
    top: -30px !important;
    z-index: 7;
}

.tch-main-menu .menu-item a {
    z-index: 9;
}

div[data-elementor-type="wp-page"] {
    margin-top: -96px;
}

/* header */
.tch-header.elementor-sticky--effects {
    background-color: var(--e-global-color-secondary);
}

.tch-header>.e-con-inner {
    transition: padding 0.3s ease-in;
}

.tch-header.elementor-sticky--effects>.e-con-inner {
    padding: 20px 0;
}

.tch-mega-menu-image .elementor-image-box-title {
    transition: all 0.3s;
}

.tch-mega-menu-image:hover .elementor-image-box-title {
    font-weight: bold !important;
}
/*div#notbutton {
    pointer-events: none !important;
}*/
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    padding: 5%;
}
button.woocommerce-button.button.e-apply-coupon {
    font-size: 16px !important;
    text-transform: capitalize !important;
    border-color: #dd9c84 !important;
}
button.woocommerce-button.button.e-apply-coupon:hover {
    background-color: #193056 !important;
    border-color: #193056 !important;
    color:#fff !important;
}
.woocommerce-orders-table th span, .woocommerce-order-details th, .woocommerce-order-details td {
    font-size: 16px !important;
}
@media(min-width: 1920px) {
    .tch-mega-menu-image .elementor-image-box-img {
        width: 80% !important;
    }
}

@media(max-width: 1366px) {
    .tch-mega-menu-image .elementor-image-box-img {
        width: 60% !important;
    }
}

/* Mobile Menu */
.tch-main-mobile-menu .elementor-menu-toggle {
    padding: 0;
}

/* ======================================= 
Hero
* ======================================= */
.tch-hero-heading strong {
    font-weight: 400;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

/* Elementor Button */
.elementor-widget-button:not(.tch-button-option-2) .elementor-button:hover,
.add_to_cart_button:hover {
    font-weight: 700;
}

/* ======================================= 
Homepage
* ======================================= */

/* Gold Icon */
.tch-gold-icon {
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* Angebot Section */

@media(min-width: 767px) {
    .tch-angebot-image-box__home .elementor-image-box-title {
        min-height: 77px;
    }
}

/* Global Hero
============================== */
.tch-global-hero::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(239, 222, 202);
    background: linear-gradient(180deg, rgba(239, 222, 202, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}


/* Arrow Nav */
.tch-arrow-nav .elementor-icon-list-item a:hover .elementor-icon-list-text {
    font-weight: bold;
}


/* Vertical Text */
.tch-vertical-text {
    opacity: 0.6;
}

/* FAQ Accordion */
.tch-faq-accordion .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0;
}

.tch-faq-accordion .elementor-accordion-item .elementor-tab-content {
    border-top: 0;
}

.tch-faq-accordion .elementor-accordion-item .elementor-tab-content>*:last-child {
    margin-bottom: 0;
}

/* Custom Swiper Navigation and Fraction */
.tch-pagination-navigation__wrapper {
    margin-bottom: 65px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(25, 48, 86, 0.5);
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.tch-pagination-border-top .tch-pagination-navigation__wrapper {
    margin-top: 55px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
    border-top: 1px solid rgba(25, 48, 86, 0.5);
    border-bottom: 0;
}

.tch-swiper-fraction {
    font-family: var(--e-global-typography-9907a47-font-family), sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-text);
}

.tch-swiper-navigation {
    display: flex;
    gap: 45px;
    align-items: center;
}

.tch-swiper-navigation-arrow {
    cursor: pointer;
}

.tch-swiper-navigation-arrow {
    transition: all 0.3s;
}

.tch-swiper-navigation-arrow.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tch-hide-swiper-pagination {
    display: none;
}

@media(max-width: 767px) {
    .tch-pagination-navigation__wrapper {
        margin-bottom: 40px;
        padding-bottom: 15px;
    }

    .tch-swiper-navigation {
        gap: 20px;
    }

    .tch-pagination-border-top .tch-pagination-navigation__wrapper {
        margin-top: 30px;
        margin-bottom: 0;
        padding-top: 15px;
        padding-bottom: 0;
    }
}


/* Woocommerce */
.woocommerce-message .button {
    background-color: var(--e-global-color-text) !important;
    color: #fff !important;
    transition: all 0.3s;
}

.woocommerce-message .button:hover {
    background-color: var(--e-global-color-895abce) !important;
}

/* Woocommerce cart */
.woocommerce-info {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.woocommerce .return-to-shop .button {
    background-color: var(--e-global-color-text);
    color: #fff;
    border-radius: 0;
    padding: 20px 40px;
    transition: all 0.3s;
}

.woocommerce .return-to-shop .button:hover {
    background-color: var(--e-global-color-895abce);
}

/* ======================================= 
Woocommerce My Account
* ======================================= */

body:not(.logged-in) .e-my-account-tab .woocommerce {
    max-width: 800px;
    margin: 0 auto;
}

body:not(.logged-in) .e-my-account-tab .woocommerce h2 {
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce-ResetPassword {
    width: 100% !important;
}
.postid-2652 a.single_add_to_cart_button.button.alt {
    background-color: #193056 !important;
    font-family: Nunito Sans !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    letter-spacing:1px !important;
}
.postid-2652 a.single_add_to_cart_button.button.alt:hover {
    background-color: #DD9C84 !important;
}
.postid-2652 .button:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}
/* ======================================= 
Instagram Section
* ======================================= */

.tch-instagram-right .premium-insta-grid>.premium-insta-feed:nth-child(-n+4) {
    display: none;
}