/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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.0
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
*/

/* Add your custom styles here */

/* ALGEMEEN */

.txt-stroke {
	color: #1b1b1b00;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: black;
    stroke: black;
}
.txt-stroke-white {
	color: #1b1b1b00;
    -webkit-text-stroke-width: 2px;
    stroke-width: 2px;
    -webkit-text-stroke-color: white;
    stroke: white;
}
.txt-stroke-white-light {
	color: #1b1b1b00;
    -webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: white;
    stroke: white;
}
.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}

.btn, .button, button {
	outline: none !important;
}
/* EIND */

/* WOOCOMMERCE */

input.wapf-input {
    border: 2px solid black;
    border-radius: 0;
	outline: none !important;
}
input.wapf-input:focus {
	border-color: #004a93;
	border-radius: 0px;
}
.wapf-field-label {
    margin-bottom: 12px;
}
label.wapf-input-label {
    margin-bottom: 20px;
}
.wapf-field-label.wapf--above {
    font-weight: bold;
    color: black;
}
.wapf-product-totals .wapf--inner {
    padding: 0px 0;
    margin-bottom: 30px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price, span.wapf-pricing-hint  {
    color: #004a93;
}
.wapf--inner div:first-child {
    display: none;
}

p.stock.in-stock {
    display: none;
}
span.tc-epo-element-label-text {
    font-weight: bold;
}
.tmcp-field-wrap-inner input,
.tmcp-field-wrap-inner select {
    border-radius: 0px;
    border: 2px solid black;
	outline: none !important;
}
.tmcp-field-wrap-inner input:focus,
.tmcp-field-wrap-inner select:focus {
	border-color: #004a93 !important;
}

/* EIND */