:root {
--secondary-color: ;
--success-color: #81d742;
--alert-color: #dd3333;
--add-to-cart: #ef7c00;
--text-color: #2f2f2f;
--secondary-text-color: ;
--heading-color: #2f2f2f;
--link-color: ;
--link-hover-color: ;
--input-border-color: ;
--divider-color: #d9d9d9;
--border-radius: 10px;
--heading-font: '';
--text-font: '';
--button_transform: none;
--icons-font: "Font Awesome 5 Pro", "FontAwesome";
}
h1 { font-size: 34px; } 
html, body {
line-height: 1.5;
}
#header .account-item>a::after {
content: "";
background-image: url('https://fwu-shop.de/wp-content/uploads/2022/10/account-w.svg');
width: 24px;
height: 24px;
display: block;
background-size: cover;
}
#header .account-item i {
display: none;
}
#masthead .cart-item .header-cart-link i::before {
content: "";
background-image: url('https://fwu-shop.de/wp-content/uploads/2022/10/cart-w.svg');
width: 24px;
height: 24px;
display: block;
background-size: cover;
}
body .icon-search:before {
content: "";
background-image: url('https://fwu-shop.de/wp-content/uploads/2022/10/search-w.svg');
width: 24px;
height: 24px;
display: block;
background-size: cover;
}
.accordion.tzn-accordion .toggle {
right: 0;
left: initial;
}


.accordion.tzn-accordion .accordion-title {
padding-left: 5px;
}
/* Cart */
/* Checkout */
.single button[type="submit"].single_add_to_cart_button {
width: 100%;
margin: 0;
}
@media screen and (max-width: 849px) {
}