/*
 Theme Name:   Blocksy Child
 Template:     blocksy
*/
/* Vorige code: Footer-copyright en Winkel-pagina */
#main-container footer.ct-footer .ct-container .ct-footer-copyright {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #bd8c82 !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
    color: #bd8c82 !important;
    background-color: transparent !important;
    border: 1px solid #bd8c82 !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    color: #ffffff !important;
    background-color: #bd8c82 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #bd8c82 !important;
}

/* Afrekenpagina: Product, Aantal, Subtotaal (tabel headers) */
.woocommerce-checkout .shop_table thead th {
    color: #bd8c82 !important;
}

/* Afrekenpagina: Productnamen in de tabel */
.woocommerce-checkout .shop_table .product-name {
    color: #bd8c82 !important;
}

/* Afrekenpagina: Update winkelwagen knop */
.woocommerce-checkout .button[name="update_cart"] {
    color: #bd8c82 !important;
    background-color: transparent !important;
    border: 1px solid #bd8c82 !important;
}
.woocommerce-checkout .button[name="update_cart"]:hover {
    color: #ffffff !important;
    background-color: #bd8c82 !important;
}

/* Afrekenpagina: Winkelwagen totalen (kopje) */
.woocommerce-checkout .cart_totals h2 {
    color: #bd8c82 !important;
}

/* Afrekenpagina: Doorgaan naar afrekenen knop */
.woocommerce-checkout .button.checkout-button {
    color: #bd8c82 !important;
    background-color: transparent !important;
    border: 1px solid #bd8c82 !important;
}
.woocommerce-checkout .button.checkout-button:hover {
    color: #ffffff !important;
    background-color: #bd8c82 !important;
}