/*
Theme Name: Dorpsfeest Markelo
Theme URI: https://www.dorpsfeestmarkelo.nl/
Author: Remgro Web & ICT Oplossingen
Author URI: https://www.remgro.nl/
Version: 1.7.1
Text Domain: dorpsfeest
--
CSS toevoegen of bewerken in assets/scss/style.scss
*/

.woocommerce-checkout p#billing_country_field{
    display:none;
}
.woocommerce-billing-fields__field-wrapper{
    display:flex;
    flex-wrap:wrap;
}
.woocommerce-billing-fields__field-wrapper>p{
    display:flex;
    min-width: 50%;
    max-width: 50%;
    clear:both;
}
.woocommerce-billing-fields__field-wrapper>p>label{
    min-width: 100%;
    max-width: 100%;
}
#terms{
    width:30px;
    height:30px;
}
.woocommerce-checkout #payment{
    background-color:inherit;
}
.woocommerce a.remove{
    color: #fff!important;
    background: red;
}
.woocommerce ul.products li.product .price {
    color:inherit
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #ffd600;
}
#tab-title-description{
    color: #ffd600;
    background-color: inherit;
}
.woocommerce-account-fields{
    display:none;
}
.woocommerce-form-login-toggle{
    display:none;
}