/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 767px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .update-list-wrapper .button {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;

    }
    
    #yith-ywraq-form .update-list-wrapper {
        display: grid;
    }
}

.dark .accordion-title.active {
    color: #000000 !important;
}

.accordion-title {
    color: #000000 !important;
}

.stuck .header-main .nav > li > a {
    line-height: 9px !important;
}

.nav-spacing-medium>li {
    margin-bottom: -6px !important;
}

/* Den grauen Footer entfernen */
.footer-1
{
    display: none;
}

.button
{
    color: #ffffff !important;
    background-color: #F9C25C !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 2px 20px 1px 20px !important;
}

.button:hover
{
    background-color: #3E3E3E !important;
}

/* Quick View: Add-to-cart Button/Qty ausblenden (Fallback) */
.mfp-content .single_add_to_cart_button,
.mfp-content .quantity {
    display: none !important;
}



.dc-quote-link{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-size: 1.1em !important;
    font-weight: 500;
}

.dc-quote-text{
    white-space: nowrap;
}

.dc-quote-icon{
    font-size: 16px;
    line-height: 1;
}

.dc-quote-badge{
    margin-left: 4px;
    font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 12px;
    background: #000;
    color: #fff;
}

.dc-quote-empty{
    font-size: 1.1em;
    color: #777;
    white-space: nowrap;
}

.header-bottom,
.is-divider {
    background-color: #ffffff !important;
}

.home .entry-title {
    display: none;
}




