/*
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
*/

#Top_bar .menu > li > a span:not(.description) {
    padding: 0 12px;
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
    background: #01648c;
    color: #fff !important;
}

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

table td {
    border-color: rgb(255 255 255 / 16%);
}

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

.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: #01648c;
    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: #ff8373;
}

/* 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;
}
}

@media only screen and (min-width: 767px) {
#Top_bar a#search_button {
    position: relative;
    top: 8px;
    display: none !important;
    float: left;
    font-size: 23px;
    line-height: 22px;
    margin-right: 5px;
    margin-left: -10px;
}
}