/*
Theme Name:  chucks-child
Theme URI:  http://www.chuckswebdesign.nl
Author:  chucks
Author URI:  http://www.chuckswebdesign.nl
Description: WordPress thema van Chucks Webdesign
Template: chucks
Version:  1.0
*/

table tr:nth-child(2n) td {
    background: rgb(0 0 0 / 0%);
}

.header-stack #Top_bar .logo #logo, .header-stack #Top_bar .logo .custom-logo-link {
    display: inline-block;
    height: 125px;
}

.grecaptcha-badge {
	display: none !important;
}

.feature_list ul li .icon i {
    color: #ffffff !important;
}

.woocommerce ul.products li.product .desc {
    background: #fff;
    padding: 15px 20px;
    text-align: center !important;
}

.notice, div.error, div.updated {
    display: none !important;
}

#Footer .widget_mfn_menu ul li a {
    background: #AE9983;
    color: #fff;
}

#Footer .themebg, #Footer .widget_categories ul, #Footer .Recent_posts ul li .desc:after, #Footer .Recent_posts ul li .photo .c, #Footer .widget_recent_entries ul li:after, #Footer .widget_mfn_menu ul li a:hover, #Footer .widget_product_categories ul {
    background-color: #e9c378;
}

/* MOBIEL MOBIEL MOBIEL MOBIEL MOBIEL
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.header-magazine #Top_bar .banner_wrapper {
    width: 100%;
    height: auto;
    text-align: center;
    position: static;
    display: none;
    margin-bottom: 20px;
}
	.woocommerce .products_wrapper ul.products li.product {
    width: 45%;
    margin: 0 0 20px;
}
}

#cookie-law-info-bar {
    z-index: 999999999999999999 !important;
}