/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.264
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.verstelling-dropdown{
	background-color: #d6d0ba;
    border: #465531;
    border-radius: 1px;	
	color: #465531;
	font-family: "Newsreader", Sans-serif;
    font-size: 20px;
}
.verstelling-dropdown-wrapper label{
	color: #d6d0ba;
    font-family: "Newsreader", Sans-serif;
    font-size: 20px;
	font-weight: 700;
    text-align: center;
}
.verstelling-dropdown-wrapper label span {
	display:none;
}

h2 a:hover {
    text-decoration: underline;
}

/*Login page*/
.mask-svg2 {
    mask-image: url("/wp-content/uploads/svg/mask-2.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: bottom right;
    border-radius: 15px;
}


.home-mask-left-column {
    mask-image: url("/wp-content/uploads/svg/mask-1.svg");
    mask-size: cover;
    mask-repeat: no-repeat;
    mask-position: bottom right;
    border-radius: 15px;
}

@media screen and (min-width: 1025px) {
    .sticky-left-column {
        min-height: 90vh;
        max-height: 90vh;
        position: sticky;
        top: 5vh;
        bottom: 5vh;
    }
   
}

.site-footer {
    padding-block-start: 0rem;
    padding-block-end: 0rem;
    position: relative;
}  

@media only screen and (max-width: 767px) {
    .afreken-widget {
		width: 100%!important;
		display: flex;
		
		
	}
	
}







/* Winkelwagen edits */


 .product-subtotal .woocommerce-Price-amount  {
        display: none!important;
    }
   /* Hide the subtotal title */
   .woocommerce-cart-form__contents th.product-subtotal {
        display: none!important;
    }
	
 @media only screen and (max-width: 1024px) {
        /* Hide the price in the subtotal */
    .product-subtotal .woocommerce-Price-amount  {
        display: none!important;
    }
   /* Hide the subtotal title */
   .woocommerce-cart-form__contents th.product-subtotal {
        display: none!important;
    }

}
	
@media only screen and (max-width: 767px) {

    /* Hide the price in the subtotal */
    .product-subtotal .woocommerce-Price-amount  {
        display: none!important;
    }

   .woocommerce-cart-form__cart-item  td.product-subtotal {
        display: none!important;
    }
}



/* END Winkelwagen edits */
	
/*notice bar*/
.woocommerce-notices-wrapper {
    background-color: #465531 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
	max-width:1140px;
	margin:auto;
}

