/* CHW Flickity Thumbnail Fix - nur mobile */

.wpcf7-form .wpcf7-spinner {
    display: flex !important;
}

.hk24-socials {
    display: flex !important;
    align-content: center;
}

.hk24-socials a:hover {
    color: #ffffff !important;
    background-color: #e50101 !important;
}

.message-wrapper {
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    margin: 0 0 15px 0 !important;
    border-radius: 4px;
}


.product_meta>span {
    border-top: 1px dotted #ccc !important;
}

.ux-quantity__button{
     background-color: #333 !important;
    /* deine Wunschfarbe */
    color: #ffffff !important;
    /* Textfarbe */
    border-color: #999 !important;
    /* optional */
    transition: background-color 0.3s ease;
}
.ux-quantity__button:hover {
    background-color: #666 !important;
    /* dunklere Farbe beim Hover */
    border-color: #555 !important;
    color: #ffffff !important;
}

.footer-1, .footer-2 {
    border-top: 7px solid #990000 !important;
}

.woocommerce-checkout .shop_table {
    background-color: #fff !important;
}

/* .filters-container {
    padding: 10px !important;
} */

/* ------------------
product categories 
--------------------- */
/* .category-page-row {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #eeeeee;
    margin-top: 10px;
    margin-bottom: 10px
}

.shop-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
} */

.product-title {
    text-transform: uppercase;
}

.product-section-title {
    color: #990000;
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px;
}

.widget-title {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 16px;
}

@media (max-width: 768px) {


    .product-thumbnails .col {
        display: none !important;
    }

    .product-breadcrumb-container{
        margin-top: 10px;
    }

    .box-text,
    .box-text-products {
        padding: 5px 5px !important;
    }

    /* .product-section {
        border: 1px solid #ccc !important;      
        padding: 0 15px;
    }

    .shop-container {
        padding: 10px 20px;
    } */

    /* .footer-wrapper {
        padding: 0 15px !important;
    }

    .footer-widgets{
        padding: 5px 15px !important;
        margin: 0 -15px !important;
    } */

    .tab-panels{
        padding : 10px !important;
        text-wrap: wrap;
    }

    /* .col,
    .columns,
    .gallery-item {

        padding: 0px !important;

    }

    .col-inner {
        padding: 5px !important;   
    } */
}