/* 
Theme Name:Veteranenshop
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Veteranenshop is a child theme of Hello Elementor, adjusted by Remote IT Business
Author: Remote IT Business
Author URI: https://ritb.nl
Template: hello-elementor
Version: 2.0.2
Text Domain: veteranenshop
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 */

@media only screen and (max-width: 600px) {
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    width: 90%;
}
}

@media only screen and (max-width: 600px) {
	.woocommerce-js a.button {
		font-size: 0.8rem;
		padding-left: 10px;
	}
}


.product_meta>span.tagged_as {
	display:none !important;
}

.yayextra-option-field-name {
	display:none;
}

.woocommerce-form-coupon-toggle {
    display: inherit;
}

.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
    color: rgb(244, 219, 107);
}
li.widget .wpfwoofilterswidget::marker {
    display:none !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #586f77 !important;
}

.woocommerce-message {
    border-top-color: #F07E13 !important;
}
.woocommerce-message::before {
    color: #F07E13 !important;
}



