/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
#header, #header .ct-sticky-container > div{border-bottom: 4px solid #00994d !important;}
footer#footer {border-top: 4px solid #00994d!important;background-color: #fcfcfc;}
footer#footer h3.widget-title, footer#footer h3.wp-block-heading {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
footer#footer .menu-rechtliches-container ul li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
}
.ct-products-container li.product {
    box-shadow: rgba(0, 0, 0, 0.05) 5px 5px 25px 0px;
    background-color: rgb(255, 255, 255);
    transition: 0.2s ease-in;
    padding-bottom:20px;
    border-radius:12px;
    text-align: center !important;
}
.ct-products-container li.product  .ct-woo-card-actions { display: block !important;}
.ct-products-container li.product a.button {margin: 0 auto;}