/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message > span {
    display: none !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message:after {
  content: 'Jouw winkelwagen is leeg' !important;
}

/* .button-variable-items-wrapper {
    display: none !important;
} */

/* .button-variable-items-wrapper {
    display: none !important;
} */

.woo-variation-swatches .woo-variation-raw-select {
	/* display: block !important */
}

.single-product div.product.product-type-variable form.cart .variations td {
	display: block !important;
}
.woo-variation-swatches .variable-items-wrapper {
	display: flex !important;
	
}

.product .product-inner .product-summary .wvs-archive-variations-wrapper .variations .woo-variation-items-wrapper:nth-child(2){
	display: none !important;
}

.product .product-inner .product-summary .wvs-archive-variations-wrapper .variations .woo-variation-items-wrapper:nth-child(3){
	display: none !important;
}