/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/

.current_page_item:before {
        content: url('https://ritzy.indesteigers.nu/wp-content/uploads/2023/01/Strikje-small.png');
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        top: 30px;
        z-index: 999;
        right: 0;
        text-align: center;
}

.cz_language_switcher {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
.white-background {
    background-color: #fff !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}