/*
* Theme Name: Company
* Theme URI: http://www.artviper.de
* Theme Description: Theme für Company
* Author: artViper Marketingagentur | Stephan Geissler
* Author URI: http://www.artviper.de
* Version: 1.3
* Tags: bootstrap, complete modified
* License: Not for resell or free
* License URI:
* Text Domain: Company
*/

/* Apply bootstrap styles */
/*@import url('bootstrap/css/bootstrap.min.css');*/
:root {
  --main-font: "Plus Jakarta Sans";
  --secondary-font:"Great Vibes";
  --red-color: #c6102e !important;
  --white-color: #fff !important;
  --black-color:#000 !important;
  --link--color:"#646464";
}
.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
	transform: translate(-50%, -50%);
	color: #FFF !important;
}
#newmobile aside .widget .menu-collection-menu-container #menu-collection-menu li .sub-menu li a {
	color: #FFF;
}
#newmobile aside .widget .menu-collection-menu-container #menu-collection-menu li .sub-menu li a:hover {
	cursor: pointer !important;
}
.d-grid.grid-col-3.g-48 {
	margin-bottom: 25px !important;
}
.wc-bacs-bank-details-account-name {
	font-size: 24px;
	margin-top: 35px;
}
.wc-bacs-bank-details-heading {
	text-align: center;
}
.woocommerce-order-details__title {
	text-align: center;
	margin-bottom: 15px;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
	min-width: 50% !important;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address {
	width: 100% !important;
	height: 100% !important;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	min-width: 50% !important;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
	width: 100% !important;
	height: 100% !important;
}
.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
	display: flex !important;
	flex-wrap: wrap;
	margin-bottom: 15%;
}
.wc-bacs-bank-details.order_details.bacs_details {
	margin-top: 15px;
}
/* h1,h2,h3,h4,h5,h6{
  font-family:var(--main-font) !important;
} */
/* div,p{
  font-family:'Montserrat' !important;
} */
/* basic styles for layout, can be removed. */
.footer-privacy-bar {
	color: #686868;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 25px;
}
.footer-privacy-bar a {
	color: #FFF;
}
.footer-privacy-bar a:hover, .footer-privacy-bar a:focus, .footer-privacy-bar a:active {
	color: #FFF;
}
.tz-stock-detail.mb-16.available-on-backorder {
	display: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .single_add_to_cart_button {
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover, .single_add_to_cart_button:hover {
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid transparent;
	padding: 6px 8px;
	margin: 2px;
	background: #FFF;
	color: #000;
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
}
.wp-pagenavi span.current {
	font-weight: bold;
	background: #000;
	color: #FFF;
}
.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi a:focus {
	transition: all ease 700ms;
	-moz-transition: all ease 700ms;
	-webkit-transition: all ease 700ms;
	-ms-transition: all ease 700ms;
	-o-transition: all ease 700ms;
	background: #000;
	color: #FFF;
	text-decoration: none;
}
.mailpoet_checkbox_label {
	font-size: 12px;
	line-height: 1.2;
	text-align: justify;
}
.txtbtm {
	display: flex;
  justify-content: center;
  align-items: center;
}
.simplecart {
	display: flex;
	flex-wrap: wrap;
}
.ppunit {
	width: 100%;
}
.shipp {
	width: 100%;
	justify-items: flex-end;
	text-align: right;
}
.shipp span{
	font-weight: 600;
}
.simple_variation_wrap {
	width: 100%;
	display: flex;
}
.legacy-itemprop-offers {
	display: none;
}
.tz-product-text-wrapper .price-per-unit {
	display: none;
}
.nf-response-msg {
	background: #65d05f;
	padding: 5px 0;
	text-align: center;
}
.nf-response-msg p {
	margin: 0;
}
.nf-response-msg p font {
	color: #FFF;
}

/* Header */
#tab-title-reviews {
	display: none;
}
.coupon {
	position: relative;
}
#coupon-error-notice {
	position: absolute;
	bottom: -30px;
}
/*.woocommerce a.added_to_cart {
	display: none;
}*/
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
	display: none !important;
}
#site-title {
  font-size: 35px;
}
.tz-logo-wrapper{
	background-color:var(--red-color);
	padding:8px;
}
.tz-header-text{
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--white-color);
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	text-align: center;
	margin-top:9px;
	margin-bottom:3px;
}
.tz-logo-link:hover{
	text-decoration:none;
}
.tz-logo-link img{
	width:60px;
	text-decoration:none;
}
.tz-border-bottom{
	border-bottom: 2px solid #e1e1e1;
}
.tz-logo-wrapper .tz-header-text{
	padding:0 32px;
}
/*Header Menu */
.wp-pagenavi {
	text-align: center;
}

.price-per-unit {
	font-size: 1rem !important;
}
.tz-product-parent-view {
	width: 100%;
}
.header-menu {
  list-style: none outside none;
  display: inline-block;
}
.header-menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid white;
}
.header-menu li:last-child {
  border-right: none;
}
.current-menu-item a{
	border-bottom:3px solid var(--red-color);
}
.tz-menu-col{
	display:flex;
	align-items:center;
	flex-grow:1;
}
.tz-side-menu-wrapper{
	padding:37px 34px;
}
.tz-menu-icon{
	width:25px;
}
.tz-whishlist-icon{
	width:21px;
}
.tz-cart-icon{
	width:23px;
}
.tz-menu-icon:hover{
	cursor:pointer;
}
.tz-border-right{
	border-right: 2px solid #e1e1e1;
}
.tz-border-left{
	border-left: 2px solid #e1e1e1;
}
.tz-login-link{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #1e1e20;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-decoration:none !important;
}
.tz-icons-wrapper{
	padding:0 52px 0 25px;
}
.tz-login-link:hover{
	color:var(--red-color);
	cursor:pointer;
}
.top-main-menu{
	flex:1 0 0;
}
.tz-wishlist-link{
	margin-left:35px;
	margin-right:27px;
}
.tz-wishlist-link:hover,
.tz-cart-link:hover{
	text-decoration:none;
}
.tz-wishlist-link,.tz-cart-link{
	position:relative;
}
.tz-header-count{
	color:var(--white-color);
	background:var(--red-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	position: absolute;
    top: 50%;
    left: 80%;
}
.tz-header-count.tz-wishlist-count{
	left:50%;
}
.tz-header-row{
	flex-wrap:nowrap !important;
}

/*Dropdown Css*/

.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-menu{
  background-color:transparent !important;
  border: none !important;
}
/*./Dropdown Css*/

#site-title {
  font-size: 35px;
}
.container {
  max-width: 1280px !important;
}
/* header */
.header-menu {
  list-style: none outside none;
  display: inline-block;
}
.header-menu li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid white;
}
header.main_header {
  background-color:var(--white-color);
}
.navbar-light .navbar-nav .nav-link, .tz-mobile-off-canvas .offcanvas-body .nav-link{
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1e1e20 !important;
  font-weight: 700;
  font-family: "Plus Jakarta Sans";
}
.tz-mobile-off-canvas .offcanvas-body .nav-link{
	text-align:left;
	color:#fff !important;
}
.tz-mobile-off-canvas .offcanvas-body .current-menu-item a{
	border-bottom:0;
	color:var(--red-color) !important;
}
.navbar-light .navbar-nav .nav-link:hover{
  color:var(--red-color) !important;
}
.main_header .text-right {
  padding-right:0;
}
ul#menu-menu {
  gap: 40px;
}
.dropdown-toggle::after{
  border:unset !important;
  margin:0 !important;
}
.current-page-parent .nav-link{
  text-decoration:underline;
}
a.dropdown-item {
  padding: 5px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration:unset !important;
}
a.dropdown-item:hover{
  background-color:transparent !important;
  color:#e05512 !important;
  text-decoration:underline !important;
}
#navbarSupportedContent .navbar-collapse{
  justify-content:center;
}
#menu-header-menu,#menu-header-menu-1{
  gap:20px;	
}
#menu-header-menu-1 .nav-link{
  padding: 28px 1rem;
}
.dropdown-menu.show {
  background: transparent;
  border: none;
}
.tz-login-wrapper{
	display:none;
	background:#fff;
	filter: drop-shadow(0 0 14.5px rgba(27,22,12,0.22));
    position: absolute;
    z-index: 9;
	top: 100%;
    left: -80%;
    padding: 24px;
    right: 0;
}
.tz-show-login-wrapper{
  position:relative;
  padding:20px 0;	
}
.tz-show-login-wrapper:hover .tz-login-wrapper{
	display:block !important;
}
.tz-login-wrapper .tz-login-header{
  color:#000;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;  
  font-weight: 500;
  font-family: "Plus Jakarta Sans";	
}
.tz-small-link{
  text-decoration:none !important;
  font-size: 16px;
  line-height: 24px;
  opacity:0.5;
  color:#000;
}
.tz-small-link:hover{
	color:var(--red-color);
	opacity:1;
}
.tz-header-login-form{
	margin-top:30px;
	text-align:left;
}
.tz-red-color{
  color:var(--red-color);	
}
.tz-header-login-form .u-column2.col-2,
.tz-header-login-form .u-column1.col-1 h2{
	display:none;
}
.tz-header-login-form .u-column1.col-1{
	max-width: 100%;
	width:100%;
    padding: 0;
    margin-top: 24px;
}
.tz-header-login-form label,.tz-header-login-form .woocommerce-Input--text{
  color:#000;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;  
  font-weight: 500;
  font-family: "Plus Jakarta Sans";	
}
.tz-header-login-form .form-row{
	flex-direction: column;
    text-align: left;
	margin-left:0px;
	margin-right:0px;
}
.tz-header-login-form .woocommerce-Input--text{
  padding: 12px;
  width: 100%;
  border:2px solid #f1f1f1;		
}
.tz-header-login-form .required{
	color:red;
}
.tz-header-login-form .woocommerce-form-login__submit,.tz-account-btn{
  padding: 12px;
  color:#fff;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;  
  font-weight: 500;
  background:#000;	
  font-family: "Plus Jakarta Sans";	
  text-transform:uppercase;	
  border:0;
  margin-top:10px;	
  display:block;
  text-align:center;	
  text-decoration:none !important;	
}
.tz-header-login-form .woocommerce-form-login__submit:hover,.tz-account-btn:hover{
  background:var(--red-color);
  color:#fff;	
}
.tz-account-btn{
  margin-top:30px;
}
.tz-header-login-form .tz-toggle-eye-btn{
	position:absolute;
	border:0;
	background:transparent;
	right: 0.7em;
    text-decoration: none;
    top: 50%;
    transform: translateY(-50%);
	border:0;
	outline:0;
}
.tz-header-login-form .tz-toggle-eye-btn:focus,
.tz-header-login-form .tz-toggle-eye-btn:hover{
	outline:0 !important;
}
.tz-header-login-form .tz-toggle-wrapper{
	position:relative;
	display: flex;
    align-items: center;
    justify-content: end;
}
.tz-header-login-form .tz-toggle-wrapper .tz-toggle-eye-btn:before{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');
    content: "";
    display: block;
    height: 22px;
    width: 22px;
}
.tz-header-login-form .tz-toggle-wrapper .tz-toggle-eye-btn.tz-eye-icon:before{
	 background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>');
}
.tz-header-login-form .lost_password a{
  font-family: "Plus Jakarta Sans";
  color:#959ba7;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;  
  font-weight: 500;
  text-decoration:underline;	
}
.tz-header-login-form .woocommerce-form-login__rememberme{
  font-family: "Plus Jakarta Sans";
  color:#000;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;  
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;	
}
.tz-header-login-form .lost_password{
	margin-bottom:0;
}
/* footer */
.footer{
	background:#161212;
}
.footer .tz-h3-head{
	color:#fff;
}
.tz-footer-logo{
	margin-bottom:23px;
}
.tz-footer-title{
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
}
.tz-footer-text{
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 300;
	font-family: "Plus Jakarta Sans";
}
.tz-footer-text a{
	color:#fff;
}
.tz-footer-text a:hover{
	color:var(--red-color);
}
.tz-footer-text-col{
	margin-bottom:32px;
}
.pt-18{
	padding-top:18px;
}
.pb-15{
	padding-bottom:15px;
}
.mb-32{
	margin-bottom:32px;
}
.mt-40{
	margin-top:40px !important;
}
.tz-footer-copy-text{
	font-size: 12px;
	line-height: 25px;
	color: #686868;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.container {
    max-width: 1340px !important;
}
.widget_nav_menu h4{
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	font-family: "Plus Jakarta Sans";
	margin-bottom:32px;
}
.tz-footer-wrapper .menu{
	padding-inline-start:15px;
	font-size: 16px;
	line-height: 25px;
	color: #c6102e;
	font-weight: 300;
	font-family: "Plus Jakarta Sans";
}
a{
	color: #c6102e;
}
.tz-footer-wrapper .menu a{
	color:#fff;
}
.tz-footer-wrapper .menu a:hover{
	color: #c6102e;
	text-decoration:none;
}
.tz-footer-paypal{
	opacity: 0.820;
}
.tz-footer-paypal img{ 
	width:115px !important;
}
.tz-footer-dhl img{ 
	width:144px !important;
}
.tz-h3-head{
	font-size: 44px;
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: 700 !important;
	font-family: "Plus Jakarta Sans" !important;
	color: #161212;
    font-style: normal;
	margin-bottom:13px;
}
.tz-common-text{
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.text-black{
	color:#000;
}
.mb-20{
	margin-bottom:20px
}

.pt-55{
  padding-top:55px;	
}
.tz-grow img{
  transition: transform 0.3s ease; 
}
.tz-grow:hover img {
    transform: scale(1.2);
}
.tz-section-xl-padding{
	padding-top:100px;
	padding-bottom:100px;
}
.tz-section-sm-padding{
	padding-top:55px !important;
	padding-bottom:55px !important;
}
/* Home Page */
.tz-icon-wrapper .wpb_wrapper,
.tz-btn-text .wpb_wrapper{
	display:flex;
	gap:20px;
	align-items:center;
}
.mb-0{
  margin-bottom:0 !important;	
}
.tz-icon-wrapper .wpb_wrapper p{
	font-size: 18px;
	line-height:1.2;
	letter-spacing: 0px;
	color: #14203a;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.tz-truck-icon img{
  width:41px;	
}
.tz-thumb-icon img,
.tz-paypal-icon img{ 
  width:33px;
}
.tz-badge-icon img{
  width:36px;
}
.tz-star-icon img{
  width:30px;
}
.tz-btn-text .vc_btn3-container button{
	padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px !important;
    padding-left: 0;
    background-color: transparent !important;
    border: 0;
    border-color: transparent !important;
    border-radius: 0;
	font-size: 16px;
	line-height:1.2;
	letter-spacing: 0px;
	color: #1f1f1f !important;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
}
.tz-btn-text .fa-angle-double-right{
	color:var(--red-color);
}
.tz-h3-head-secondary{
	font-size: 80px;
	letter-spacing: -2px;
	color: #161212;
	font-weight: 400;
	font-family: "Great Vibes";
	line-height:1;
}
.tz-box-title h4{
	font-size: 34px;
	line-height:1.2;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	font-family: "Plus Jakarta Sans";
	
}
.mb-35{
	margin-bottom:35px !important; 
}
.mb-85{
	margin-bottom:85px !important; 
}
.mt-112{
	margin-top:112px !important; 
}
.mb-112,.tz-red-btn.mb-112{
	margin-bottom:112px !important; 
}
.tz-box-title h4 strong{
	font-weight:700;
}
.tz-red-btn{
	margin-bottom:0 !important;
}
.mb-45{
	margin-bottom:45px !important;
}
.mb-30{
	margin-bottom:30px !important;
}
.mt-10{
	margin-top:10px !important;
}
.tz-red-btn button,.tz-red-btn a{
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: 500;
	font-family: "Plus Jakarta Sans";
	text-align: center;
	padding:10px 14px !important;
	line-height:1.2 !important;
	background-image:none !important;
	border: 0;
    background: var(--red-color);
    border-radius: 0;
    color: #fff !important;
}
.tz-red-btn button:hover,.tz-red-btn a:hover{
	background-color:#000 !important;
}
.tz-box-padding.tz-home-padding .vc_column-inner{
	padding:35px !important;
}
.tz-rosner-icon{
	width:133px;
}
.tz-box-padding .vc_column-inner {
    padding: 53px 41px 35px 41px !important;
	background-size: 100% 100% !important;
	transition: all 0.5s ease !important;
}
.tz-box-padding:hover .vc_column-inner {
    background-size: 110% 110% !important;
	transition: all 0.5s ease !important;
}
.tz-logo-carousel img{
	height:82px;
	object-fit:contain;
}
.tz-warum-padding{
	padding-top:125px !important;
	padding-bottom:80px !important;
}
.d-none{
	display:none !important;
}
.tz-firmen-text{
   max-width:550px;
   margin-right:auto;	
}
.mb-28{
	margin-bottom:28px;
}
.pb-50{
	padding-bottom:50px;
}
.tz-heart-icon,.tz-user-icon,.tz-message-icon,.tz-door-icon{
	height:48px;
}
.tz-heart-icon img{
	width:54px;
}
.tz-user-icon img{
	width:38px;
}
.tz-message-icon img{
	width:52px;
}
.tz-door-icon img{
	width:44px;
}
.tz-h5-heading{
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800 !important;
    font-family: "Plus Jakarta Sans" !important;
    text-align: center !important;
}
.tz-firm-padding{
  padding:30px 65px !important;	
}
.tz-firmen-title h5{
	font-size: 34px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #161212;
	font-weight: 300;
	font-family: "Plus Jakarta Sans" !important;
}
.tz-firmen-title h5 strong{
	font-weight: 700 !important;
}
.tz-hier-padding{
	padding-top:75px !important;
	padding-bottom:105px !important;
}
.tz-light-head{
	font-size: 34px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #1f1f1f;
	font-weight: 300 !important;
	font-family: "Plus Jakarta Sans" !important;
}
.tz-hier-text-wrapper{
	max-width:1230px;
	margin-left:auto;
	margin-right:auto;
}
.mb-60{
	margin-bottom:60px;
}
.tz-unser-section .tz-col-padding{
	padding:51px 77px 51px 77px;
}
.tz-home-box-title h4{
	font-size: 44px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	font-family: "Plus Jakarta Sans";
	filter: drop-shadow(0 0 10.5px rgba(27,22,12,0.94));
}
.tz-home-box-title h4 strong{
	font-weight: 700;
}
.tz-box-subtitle{
	font-size: 20px;
	color: #5d2e07;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.pl-30 {
	padding-left:30px;	
}
.pr-30{
	padding-right:30px;
}
.tz-secondary-title h4{
	max-width:260px;
	font-size: 44px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #5d2e07;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
}
.tz-box-height .vc_column-inner{
	height:602px;
}
.mw-380{
	max-width:380px;
}
.mw-310{
	max-width:310px;
}
.mw-260{
	max-width:260px;
}
.text-uppercase button{
	text-transform:uppercase !important;
}
/* .tz-carousel .slick-slide {
  margin: 0 10px;
}
.tz-carousel .slick-list {
  margin: 0 -10px;
} */
.tz-carousel .slick-dots{
	bottom:-35px;
}
.tz-bottom-carousel .slick-dots{
	bottom:25px;
}
.tz-carousel img{
	aspect-ratio:3/2;
	object-fit:contain;
	height:100px;
}
.tz-carousel .slick-dots li button,
.tz-bottom-carousel .slick-dots li button{
	background:#f8f5ef !important;
	border-radius:50%;
}
.tz-carousel .slick-dots li,
.tz-carousel .slick-dots li button,
.tz-bottom-carousel .slick-dots li,
.tz-bottom-carousel .slick-dots li button{
	width:17px;
	height:17px;
}
.tz-carousel .slick-dots li.slick-active button,
.tz-bottom-carousel .slick-dots li.slick-active button{
	background:var(--red-color) !important;
}
.tz-carousel .slick-dots li button:before,
.tz-bottom-carousel .slick-dots li button:before{
  font-size:0;
}
.tz-bottom-carousel .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.tz-cat-carousel .slick-slide{
	text-align: -webkit-center;
}
.tz-cat-carousel img{
	height:177px;
	object-fit:contain;
	transform: scale(0.95);
}
.tz-cat-title{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 22px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 800;
	font-family: "Plus Jakarta Sans";
	text-align: center;
}
.tz-cat-link{
	text-decoration:none !important;
}
.tz-cat-link:hover .tz-cat-title{
	color:var(--red-color);
}
.tz-cat-link {
    display: block;
    overflow: hidden;
    position: relative;
}
.tz-cat-link img {
    transition: transform 0.4s ease;
    display: block;
    width: 100%;
}
.tz-cat-carousel .tz-cat-link:hover img{
    transform: scale(1);
}
.tz-arrow-style .slick-next,
.tz-arrow-style .slick-prev,
.product_slider_home .slick-next,
.product_slider_home .slick-prev{
	width: 40px;
    height: 40px;
	z-index:1;
}
.tz-arrow-style .slick-prev:before,
.product_slider_home .slick-prev:before{
	width: 40px;
    height: 40px;
	content: '';
	display: inline-block;
    background-image: url("/wp-content/uploads/2025/04/slider-left-arrow.svg");
	background-size: contain;
    background-repeat: no-repeat;
}  
.tz-arrow-style .slick-next:before,
.product_slider_home .slick-next:before{
	width: 40px;
    height: 40px;
	content: '';
	display: inline-block;
    background-image: url("/wp-content/uploads/2025/04/slider-right-arrow.svg");
	background-size: contain;
    background-repeat: no-repeat;
}
/* Footer */
.tz-newsletter-form .forminator-consent__label p{
	font-size: 12px;
	line-height: 14px;
	color: #6e6e6e;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	margin-bottom:0;
}
.tz-newsletter-form .forminator-button-submit,
.tz-search-bar-wrapper .form-inline .btn{
	padding:18px 43px 20px 40px !important;
	background-color: #c6102e;
	border:0 !important;
	border-radius:0 !important;
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Plus Jakarta Sans";
	text-align: center;
	line-height:11px;
	text-transform:capitalize;
}
.tz-search-bar-wrapper .form-inline .btn{
	border:1px solid #c6102e !important;
}
.tz-newsletter-form .forminator-button-submit:hover,
.tz-search-bar-wrapper .form-inline .btn:hover{
	background-color: #fff;
	color:#c6102e;
}
.tz-newsletter-form .forminator-checkbox.forminator-consent input{
	width:19px;
	height:19px;	
}
.tz-newsletter-form .forminator-error-message{
	color:var(--red-color);
	font-size:14px;
	font-weight: 400;
    font-family: "Plus Jakarta Sans";
	margin-top:16px;
	display:block;
}
.tz-newsletter-form input[type="email"],
.tz-search-bar-wrapper #search{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #000000;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	padding:14px 22px 13px 22px;
	width:100%;
	border:0 !important;
}
.tz-search-bar-wrapper #search{
	border:1px solid #e5e5e5 !important;
	border-radius:0 !important;
	height:auto !important;
}
.tz-newsletter-form .forminator-checkbox__wrapper{
	display:flex;
	gap:12px;
}
.tz-newsletter-form .forminator-row:not(:last-child){
	margin-bottom:19px !important;
}
.tz-newsletter-form input[type="email"]::placeholder{
	color:#000;
	opacity:1;
}
.tz-newsletter-form .forminator-success{
	color: #00ff00 !important;
	font-size: 14px;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	display: block;
	margin-bottom: 16px;
}
.tz-newsletter-form .forminator-custom-form{
	display:inline-flex;
	flex-wrap:wrap;
}
.tz-newsletter-form .forminator-custom-form .forminator-row:nth-child(2){
	width:80%;
}
.tz-newsletter-form .forminator-custom-form .forminator-row:nth-child(3){
	order:1 !important;
}
.tz-back-icon{
	width:60px;
}
footer{
	position:relative;
}
.tz-back-to-top-btn{
	background:transparent;
	border:0;
	padding:0;
	position:fixed;
	bottom:5%;
	right:5%;
	z-index:9;
}
.tz-back-to-top-btn:focus{
	outline:0;
}
.tz-logo-carousel .vc_carousel-indicators{
	top:100%;
}
.tz-unser-slider .tp-bullet-title{
	display:none !important;
}
.tz-full-width-row .vc_column-inner{
	padding-left:0 !important;
	padding-right:0 !important;
}
.tz-product-link{
	text-decoration:none !important;
	position:relative;
	text-align:center;
	text-align:-webkit-center;
	display:contents;
}
.tz-product-title{
	font-size: 18px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	text-align: center;
	max-width:85%;
}
.tz-product-link:hover .tz-product-title{
	color:var(--red-color);
}
.tz-sale-price{
	color: #c6102e;
	font-weight: 500;
}
.tz-price{
	font-size: 18px;
	letter-spacing: 0px;
	color: #1f1f1f;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-align: center;
}
.mt-50{
  margin-top:50px !important;
}
.mb-44{
  margin-bottom:10px !important;
}
.mt-44 {
	margin-top: 0px !important;
	max-height: 95%;
}
.mb-23{
  margin-bottom:23px !important;
}
.mb-16{
  margin-bottom:16px !important;
}
.mb-8{
  margin-bottom:8px !important;
}
.tz-sale-badge{
	background:var(--red-color);
	padding:8px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Plus Jakarta Sans";
	display:inline-block;
	position:absolute;
}
.tz-product-actions-btn{
	position:absolute;
	right:5%;
	top:3%;
}
.tz-product-actions-btn{
	display:none;
}
.tz-product-item:hover .tz-product-actions-btn{
	display:block;
}
.tz-action-btn-wrapper{
  transform:scale(0.95);
  transition: transform 0.3s ease;
  display: inline-block;
}
.tz-action-btn-wrapper:hover{
	transform:scale(1);
}
.tz-action-btn-wrapper{
	
    padding: 10px;
    border-radius: 50%;
}
.tz-price-per-liter{
	font-size: 12px;
	letter-spacing: 0px;
	color: #8f8f8f;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-align: center;
}
.tz-stock-detail{
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	text-align: center;
}
.in-stock{ 
	color: #0d931a;
	display: none;
}
.out-of-stock{
	color: red;
}
.low-stock{
	color: orange;
}
.tz-quick-add-wrapper{
 z-index:99;	
}
.tz-quick-add-wrapper .add_to_cart_button, .product_type_simple{
	font-size: 14px !important;
	letter-spacing: 0px !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	font-family: "Plus Jakarta Sans" !important;
	text-align: center !important;
	background:var(--red-color) !important;
	padding:10px 14px !important;
	border:0 !important;
	display:inline-block !important;
	line-height: inherit !important;
    border-radius: 0 !important;
}
.tz-quick-add-wrapper .add_to_cart_button:hover, .product_type_simple:hover{
	background:#000 !important;
	color:#fff !important;
	text-decoration:none !important;
}
.tz-quick-add-wrapper .cart {
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: end;
	margin-bottom: 0 !important;
}
.tz-quick-add-wrapper .quantity{
	width:25%;
	margin-right:0 !important;
}
.tz-quick-add-wrapper .input-text{
	border: 3px solid #f1f1f1;
    padding: 8px;
    width: 100% !important;
    text-align: center !important;
	border-radius:6px;
	font-family:"Plus Jakarta Sans";
	font-size: 14px;
	font-weight: 500;
	text-decoration:none;
}
.tz-quick-add-wrapper .added_to_cart{
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Plus Jakarta Sans";
	text-align: center;
	background:#000;
	padding:10px 14px !important;
	border:0;
	display:inline-block;
	line-height:inherit;
}
.tz-quick-add-wrapper .added_to_cart:hover{
	text-decoration:none;
	background:var(--red-color);
}
.tz-product-img{
	margin:auto;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.tz-product-item{
	border-radius: 23px;
	padding:32px 12px;
	position:relative;
}
.tz-product-item:hover{
	background-color: #ffffff;
	filter: drop-shadow(0 0 12px rgba(27,22,12,0.15));	
}
.tz-product-slider .slick-slide {
  
}
.tz-product-slider .slick-list{
	padding:20px;
}
.tz-product-slider .slick-track {
  display: flex;
}
.tz-product-slider .slick-slide:last-child {
  margin-right: 0;
}
.tz-product-slider .slick-slide {
	margin: 0 !important;
}
.tz-desktop-hide{
  display:none;	
}
.offcanvas {
	position: fixed;
	top: 0;
	width: 450px;
	height: 100%;
	background: #000;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1050;
	transition: transform 0.3s ease;
	overflow-y: auto;
}
.offcanvas-right {
	right: 0;
	transform: translateX(100%);
}

.offcanvas-left {
	left: 0;
	transform: translateX(-100%);
}
.offcanvas.active.offcanvas-right {
	transform: translateX(0);
}

.offcanvas.active.offcanvas-left {
	transform: translateX(0);
}

#offcanvas-overlay.active {
	display: block;
}

.offcanvas-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem;
	border-bottom: 1px solid #ddd;
	color: #fff;
}

.offcanvas-body {
	padding: 1rem;
	color: #fff;
}

.offcanvas-close.close{
	font-size: 2em !important;
	color: #fff !important;
	cursor: pointer;
	background: none;
	border: none;
	opacity:1;
	outline:0 !important;
}
.tz-mobile-off-canvas .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
}
.top-main-menu .navbar{
	padding:0 !important;
	overflow:hidden;
}
.tz-side-menu-btn{
  background:transparent;
  border:0;	
	outline:0 !important;
}
.tz-side-menu-btn:focus-visible,
.offcanvas-close.close:focus-visible{
    outline:0 !important;
}
.tz-category-title{
	text-align: left;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
	margin-bottom:30px;
	margin-top:30px;
}
ul.tz-menu-cat-list{
	margin-bottom:0;
	padding-inline-start:0;
	list-style:none;
}
.tz-cat-img{
	width:70px !important;
	height:70px !important;
	object-fit:contain;
}
.tz-menu-cat-list,
.tz-menu-cat-list li{
	margin-bottom:15px;
}
.tz-menu-cat-list .tz-cat-title{
	color:#fff;	
}
.g-20{
	gap:20px;
}
.tz-h4-head{
	font-size: 38px;
	letter-spacing: -1px;
	color: #161212 !important;
	font-weight: 700 !important;
	font-family: "Plus Jakarta Sans" !important;
}
.mt-52{
	margin-top:52px;
}

/* Lebkuchen Page */

.mb-14{
	margin-bottom:14px;
}
.tz-page-title-padding{
  padding:78px 0px !important;	
}
.tz-breadcrumb-section{
  padding:12px 0 59px 0 !important;	
}
.breadcrumb-list{
	padding-inline-start:0;
	list-style:none;
}
.breadcrumb-item+.breadcrumb-item::before{
	content:"»" !important;
	padding-right:5px !important;
}
.breadcrumb-item+.breadcrumb-item{
	padding-left:5px !important;
}
.breadcrumb-list,.breadcrumb-item a,.breadcrumb-item+.breadcrumb-item::before{
	font-size: 14px !important;
	letter-spacing: 0px;
	color: #000000 !important;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-decoration:none !important;
}
.breadcrumb-item a:hover{
	color:var(--red-color) !important;
	text-decoration:none !important;
}
.tz-side-bar-title{
	font-size: 26px;
	letter-spacing: -1px;
	color: #161212;
	font-weight: 400;
	padding-left:10px;
	text-align: left;
	font-family:"Great Vibes";
	font-style:normal;
}
.mb-9{
	margin-bottom:9px !important;
}
.mb-25{
	margin-bottom:25px !important;
}
.tz-side-bar-menu,.tz-common-page-sidebar .widget_nav_menu{
	padding-left:18px; 
}
.tz-side-bar-menu .menu,.tz-common-page-sidebar .menu{
	padding-inline-start:0;
	list-style:none;
}
.tz-side-bar-menu .menu a,.tz-common-page-sidebar .menu a{
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	text-decoration:none;
}
.tz-side-bar-menu .menu a:hover,.tz-common-page-sidebar .menu a:hover{
	color:var(--red-color);
	text-decoration:none;
}
.tz-side-bar-menu .widgettitle,.tz-common-page-sidebar .widget-title{
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 24px;
	text-transform: uppercase;
	color: #c6102e;
	font-weight: 600;
	font-family: "Plus Jakarta Sans";
	margin-bottom:5px;
}
.tz-content-padding{
	padding-left:54px !important;
	padding-right:20px !important;
}
.tz-extra-content-padding{
	padding-left:104px !important;
	padding-right:75px !important;
}
.mb-53{
	margin-bottom:53px !important;
}
.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before{
	border-color:var(--red-color) !important;
}
.vc_toggle_title h4{
	font-size: 18px;
	letter-spacing: 0px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1e1e20;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
}
.vc_toggle_title:hover h4,.vc_toggle_active .vc_toggle_title h4{
	color:var(--red-color);
}
.vc_toggle_content{
	font-size: 16px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
}
.vc_toggle_title{
  display:flex !important;
  align-items:center;
  justify-content:space-between;	
}
.tz-divider{
	border-color:#e2e2e2 !important;
	margin:0;
}
.tz-slidebar-col{
  width:100%;
  padding:34px 25px 20px 25px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  transition: all 0.5s ease !important;
}
.tz-slidebar-col:hover{
    background-size: 110% 110% !important;
    transition: 0.5s !important;
}
.tz-img-col-1{
    background-image: url(/wp-content/uploads/2025/04/kostliche-banner.webp) !important;
}
.tz-img-col-2{
	background-image: url(/wp-content/uploads/2025/04/chocolate-banner.webp) !important;
}
.tz-img-col-3{
	background-image: url(/wp-content/uploads/2025/04/spices-banner.webp) !important;
}
.tz-row-stack{
	gap:10px;
}
.mt-60{
	margin-top:60px !important;
}
.mb-162{
	margin-bottom:162px !important;
}
.tz-sidebar-box-title h4 strong {
    font-weight: 700;
}
.tz-sidebar-box-title h4{
	font-size: 25px;
	letter-spacing: 0px;
	line-height: 27px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 300;
	font-family: "Plus Jakarta Sans";
}
.tz-black-btn{
	font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    text-align: center;
    background: var(--black-color);
    padding: 10px 14px;
    border: 0;
    display: inline-block;
	border:0;
	text-decoration:none;
}
.tz-black-btn:hover{
	background: var(--red-color);
	color:#fff;
	text-decoration:none;
}
.tz-select-wrapper{
	text-align:center;
}
/* Account Page */
.mb-106{
	margin-bottom:106px !important;
}
.tz-account-section .woocommerce .col2-set .col-1,.tz-account-section .woocommerce-page .col2-set .col-1,
.tz-account-section .woocommerce .col2-set .col-2,.tz-account-section .woocommerce-page .col2-set .col-2{
	max-width:48%;
}
.tz-account-section .vc_column-inner,
.tz-account-section .u-column1.col-1,
.tz-account-section .u-column2.col-2{
	padding-left:0 !important;
	padding-right:0 !important;
}
.tz-account-section .u-columns h2{
	font-size: 34px;
    letter-spacing: -1px;
    color: #161212;
    font-weight: 700 !important;
    font-family: "Plus Jakarta Sans" !important;
    margin-bottom: 13px;
}
.tz-account-section .woocommerce form.checkout_coupon,
.tz-account-section .woocommerce form.login,
.tz-account-section .woocommerce form.register{
	border:0;
	border-radius:0;
	padding-left:0;
	padding-right:0;
}
.tz-account-section label,
.tz-account-section .woocommerce-Input--text {
    color: #000 !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    font-family: "Plus Jakarta Sans" !important;
}
.tz-account-section .woocommerce-Input--text {
    padding: 12px !important;    
    border: 2px solid #f1f1f1 !important;
	border-radius:0 !important;
}
.tz-account-section .form-row {
    flex-direction: column;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
}
.tz-account-section .woocommerce form .form-row{
	margin:0 0 20px;
	width:100% !important;
}
.tz-account-section p{
	font-size: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
}
.tz-account-section .button.woocommerce-form-login__submit,
.tz-account-section .button[value="Reset password"],
.tz-account-section .button[name="save_address"],
.tz-account-section .button[name="save_account_details"],
.tz-custom-login-btn{
	padding: 12px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: 500;
    background: var(--red-color);
    font-family: "Plus Jakarta Sans";
    text-transform: uppercase;
    border: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
    text-decoration: none !important;
	width:100%;
}
.tz-account-section .button.woocommerce-form-login__submit:hover,
.tz-account-section .button[value="Reset password"]:hover,
.tz-account-section .button[name="save_address"]:hover,
.tz-account-section .button[name="save_account_details"]:hover,
.tz-custom-login-btn:hover{
	background:#000;
	color:#fff;
}
.tz-account-section .button.woocommerce-form-register__submit{
	padding: 12px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: 500;
    background: #000;
    font-family: "Plus Jakarta Sans";
    text-transform: uppercase;
    border: 0;
    display: block;
    text-align: center;
    text-decoration: none !important;
}
.tz-account-section .button.woocommerce-form-register__submit:hover{
	background:var(--red-color);
	color:#fff;
}
.tz-account-section .lost_password a,.tz-account-section .wgm-privacy{
    font-family: "Plus Jakarta Sans";
    color: #959ba7;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: underline;
}
.tz-account-section .wgm-privacy{
	color:#000;
}
.tz-account-section .wgm-privacy:hover{
	color:var(--red-color);
}
.tz-account-section [name="rememberme"],
.tz-header-login-form [name="rememberme"],
.tz-account-section [name="german_market_privacy_declaration"]{
	margin-right:10px;
}
.tz-account-section .woocommerce-MyAccount-navigation a{
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.tz-account-section .woocommerce-MyAccount-content a{
	color:var(--red-color);
	text-decoration: none;
    background-color: transparent;
}
.tz-account-section .woocommerce-MyAccount-navigation ul{
	padding-inline-start:20px;
}
.tz-account-section .woocommerce-MyAccount-navigation a:hover{
	color:var(--red-color);
}
.tz-account-section .woocommerce-MyAccount-content a:hover{
	color:#000;
}
.tz-account-section address{
	margin-top:1rem;
}
.woocommerce-info,.woocommerce-error{
	font-family: "Plus Jakarta Sans" !important;
	color:#000;
}
.woocommerce-info::before{
	color:var(--red-color);
}
.woocommerce-info{
	border-top-color:var(--red-color);
}
.woocommerce-info .button{
	padding:0 !important;
	font-weight:500 !important;
}
.woocommerce-info .button:hover{
	background:transparent !important;
}
.tz-account-section .woocommerce form .form-row .input-text,
.tz-account-section .woocommerce form .form-row .select2-selection__rendered{
	padding: 12px !important;
    border: 2px solid #f1f1f1 !important;
    border-radius: 0 !important;
}
.tz-account-section .woocommerce form .form-row .select2-container .select2-dropdown{
	border-color:#f1f1f1 !important;
}
.tz-account-section .woocommerce form .form-row .select2-container .select2-selection{
	border:0 !important;
}
.tz-account-section .woocommerce-MyAccount-navigation li a[aria-current="page"]{
	color:var(--red-color) !important;
}
.tz-link-color a{
	color:var(--red-color);
}
.tz-link-color a:hover{
	color:#000;
}
.tz-product-variant-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2em;
    z-index: 1000;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    max-width: 500px;
    width: 90%;
}
.tz-product-variant-popup.d-none {
    display: none;
}
.tz-popup-inner {
    position: relative;
}
.tz-close-popup {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #000;
    color: #fff;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 50%;
}

/* Cart Page*/
.tz-cart-sub-heading{
	font-size: 30px;
	letter-spacing: -1px;
	color: #161212;
	font-weight: 700 !important;
	font-family: "Plus Jakarta Sans" !important;
}
.mb-59{
	margin-bottom:59px !important;
}
.tz-cart-icon-padding{
	padding:25px !important;
}
.woocommerce-cart-form{
	font-family: "Plus Jakarta Sans" !important;
}
.tz-cart-content-section .woocommerce table.shop_table th,.tz-cart-content-section .cart_totals h2{
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700;
	font-family: "Plus Jakarta Sans" !important;
}
.tz-cart-content-section .woocommerce .cart_totals table.shop_table th{
	text-transform: capitalize !important;
}
.tz-cart-content-section .cart_totals h2{
	margin-bottom:15px;
}
.tz-cart-content-section .product-name a{
	font-size: 18px !important;
}
.tz-cart-content-section .product-name a,
.tz-cart-content-section .actions a{
	font-size: 16px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	text-decoration:none !important;
}
.tz-cart-content-section .product-name a:hover,
.tz-cart-content-section .actions a:hover{
	color:var(--red-color);
	text-decoration:none !important;
}
.tz-cart-content-section .checkout-button,
.tz-cart-content-section [name="update_cart"]{
	padding: 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    background: var(--red-color) !important;
	border: 2px solid var(--red-color) !important;
    font-family: "Plus Jakarta Sans";
    text-align: center;
	border-radius: 0 !important;
    text-decoration: none !important;
}
.tz-cart-content-section .checkout-button{
	font-size: 22px !important;
	line-height: 32px !important;
}
.tz-cart-content-section .checkout-button:hover,
.tz-cart-content-section [name="update_cart"]:hover{
	background:var(--black-color) !important;
	border: 2px solid var(--black-color) !important;
}
.tz-cart-content-section [name="apply_coupon"]{
	padding: 12px !important;
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    background: var(--black-color) !important;
    font-family: "Plus Jakarta Sans";
    border: 2px solid var(--black-color) !important;
	border-radius: 0 !important;
    text-align: center;
    text-decoration: none !important;
}
.tz-cart-content-section [name="apply_coupon"]:hover{
	background: var(--red-color) !important;
	border: 2px solid var(--red-color) !important;
}
.tz-cart-content-section [name="coupon_code"]{
	padding: 12px !important;
    border: 2px solid #f1f1f1 !important;
    border-radius: 0 !important;
	color: #000 !important;
    font-size: 16px !important;
    letter-spacing: 0px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
    font-family: "Plus Jakarta Sans" !important;
	width:50% !important;
}
.tz-cart-content-section .cart_totals .shop_table h2{
	text-transform:capitalize !important;
}
.tz-cart-content-section .woocommerce table.shop_table th,
.tz-cart-content-section .woocommerce table.shop_table td{
	padding:15px;
}
body{
	font-family: "Plus Jakarta Sans" !important;
}
.tz-cart-content-section .woocommerce-cart-form__contents.shop_table{
	border:0 !important;
}
.tz-cart-content-section .input-text.qty{
	border: 3px solid #f1f1f1;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.tz-cart-content-section .woocommerce table.shop_table.woocommerce-cart-form__contents td{
	border-color:#e1e1e1 !important;
	border-width:2px !important;
}
.tz-remove-icon a.remove{
	color:#000 !important;
	display:contents;
}
.tz-remove-icon a.remove:hover {
    color: var(--red-color) !important;
	background:transparent !important;
}
.g-20{
	gap:20px;
}
.tz-cart-content-section .actions[colspan="6"]{
 	padding:45px 0px !important; 
}
.tz-cart-content-section .actions[colspan="6"] .coupon{
	display:flex;
}
.tz-cart-content-section .woocommerce-cart-form__cart-item.cart_item td{
	padding:30px 15px !important;
}
.tz-cart-content-section .variation dt{
	font-weight:400;
	width:20%;
}
.tz-cart-content-section .tz-sku-wrapper{
	margin-top:12px;
}
.mt-15{
	margin-top:15px;
}
.tz-manufacturer-list{
	margin-bottom:0 !important;
}
.tz-cart-content-section .tz-sku-wrapper .product-sku{
	font-size: 13px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.tz-cart-content-section .variation{
	font-size: 16px !important;
	letter-spacing: 0px !important;
	color: #000000 !important;
	font-weight: 400 !important; 
	font-family: "Plus Jakarta Sans" !important;
}
.tz-cart-content-section .product-subtotal .wgm-tax{
	font-size: 14px !important;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 400 !important;
	font-family: "Plus Jakarta Sans";
}
.tz-cart-content-section .product-subtotal .amount{
	font-weight:400;
}
.tz-cart-content-section .product-price .amount{
	font-weight:700;
}
/* .tz-cart-content-section dt.variation-Gre {
    width: 20%;
} */
.tz-cart-content-section span.woocommerce-Price-amount.amount{
	font-size:18px;
}
.tz-cart-content-section .wgm-tax span.woocommerce-Price-amount.amount{
	font-size:14px;
}

/* Single Product Page */
.mb-75{
	margin-bottom:75px !important;
}
.tz-warum-product-padding{
	padding-top:87px;
	padding-bottom:79px
}
/*.d-grid{
	display:grid;
}*/
.grid-col-4{
	grid-template-columns:repeat(4,1fr);
}
.tz-related-wrapper{
	padding:53px 0;
}
.tz-theme-color{
	background:#f8f5ef !important;	
}
.related.products{
	display:none;
}
.tz-related-wrapper .tz-product-item{
	background:transparent;
	position:relative;
}
.tz-related-wrapper .tz-product-item:hover{
	background:#fff;
}
.tz-text-center{
	text-align:center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after,
.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before{
	display:none !important;
}
.woocommerce div.product .woocommerce-tabs .panel{
	margin:0 !important;
}
.woocommerce div.product div.images{
	margin-bottom:90px !important;
}
.woocommerce-tabs.wc-tabs-wrapper{  
	margin-bottom:74px !important;  
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin:0 0 40px;
	padding:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom:2px solid var(--red-color) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color:#c6102e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background:transparent;
	background-color:transparent;
	border:0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	font-size: 16px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	box-shadow:unset !important;
	border:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom:2px solid #e2e2e2;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding-top:29px;
	padding-bottom:29px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	padding-left:30px;
	padding-right:30px;
	margin-right:30px;
	margin-left:0;
}
.woocommerce-Tabs-panel--description h2:first-child{
	display:none;
}
.woocommerce-Tabs-panel--description h2{
	font-size: 27px;
	letter-spacing: -1px;
	color: #000000;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	max-width:500px;
	margin-bottom:31px;
}
.woocommerce-Tabs-panel--description{
	max-width:855px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	object-fit:contain;
}
.woocommerce-product-gallery__image img{
	height: 100px !important;
	object-fit: contain;
}
.woocommerce-product-gallery__image{
	padding-top: 30px;
}
.woocommerce-product-gallery__image:first-child img{
	height: 300px !important;
}
.woocommerce .flex-control-thumbs{
	margin-top:30px !important;
	display:flex !important;
	gap:8px;
}
.woocommerce .flex-control-thumbs li img{
	width:94px !important;
	height:94px !important;
	object-fit:contain !important;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	width:94px !important;
	border:1px solid #e1e1e1;
}
.tz-manufacturer-detail span:nth-child(2) {
	width: 340px !important;
}
.tz-product-wrapper .product_title.entry-title{
	font-size: 27px;
	letter-spacing: -1px;
	color: #000000;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	margin-bottom:20px;
	max-width:100%;
}
.tz-product-wrapper .woocommerce-product-details__short-description{
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #000000;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
	margin-bottom:39px;
}
.onsale,.woocommerce-de_price_taxrate,.woocommerce_de_versandkosten,.delivery-time-not-specified,.german-market-summary-gpsr{
	display:none !important;
}
.woocommerce div.product p.price{
	font-size: 18px;
    letter-spacing: 0px;
    color: #1f1f1f !important;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
	text-decoration:none;
}
.woocommerce div.product p.price del{
	opacity:1 !important;
	color:#000;
}
.woocommerce div.product p.price ins{
	color: var(--red-color) !important;
	text-decoration:none;
	opacity:1 !important;
	font-weight: 400;
}
.legacy-itemprop-offers price.p{
	display:flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.tz-postion-absolute{
	position:absolute !important;
}
.align-items-center{
	align-items:center;
}
.g-32{
	gap:32px;
}
.g-44{
	gap:44px;
}
.mb-47{
	margin-bottom:47px;
}
.tz-product-text-wrapper div{
	font-size: 13px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.tz-product-price-wrapper .tz-sale-badge{
	align-self:start;
	font-size: 17px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Plus Jakarta Sans";
	position:relative !important;
}
.tz-product-price-wrapper .tz-price{
	font-size: 28px;
	letter-spacing: -1px;	
}
.product_meta{
	display:none;
}
.tz-stock-details-wrapper .tz-stock-detail{
	font-size: 16px;
	letter-spacing: 0px;
	font-weight: 700;
	font-family: "Plus Jakarta Sans";
	text-align:right;
}
.tz-flex-title{
	flex: 0 0 100px;
}
.tz-product-wrapper .cart[method="post"]{
	padding:29px 25px 20px 25px;
	border-radius: 23px;
	filter: drop-shadow(0 0 12px rgba(27,22,12,0.15));
	background-color: #ffffff;
	display:flex;
	margin-bottom:34px !important;
}
.type-product .tz-product-wrapper .quantity .input-text{
	border: 3px solid #f1f1f1;
    padding: 8px;
    text-align: center !important;
    border-radius: 6px;
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
	max-width:100% !important;
	width:auto;
} 
.type-product .tz-product-wrapper .quantity{
	width:12%;
	margin:0 10px 0 0 !important;
}
.type-product .tz-product-wrapper .cart .single_add_to_cart_button{
	font-size: 14px !important;
    letter-spacing: 0px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-family: "Plus Jakarta Sans" !important;
    text-align: center !important;
    background: var(--red-color) !important;
    padding: 10px 14px !important;
    border: 0 !important;
    display: inline-block !important;
    line-height: inherit !important;
    border-radius: 0 !important;
	width: 100% !important;
}
.type-product .tz-product-wrapper .cart .single_add_to_cart_button:hover{
	background:#000 !important;
}
.grid-col-3{
	grid-template-columns:repeat(3,1fr);
}
.g-23{
	gap:23px;
}
.g-48{
	gap:48px;
}
.tz-icon-text{
	font-size: 14px;
	letter-spacing: 0px;
	color: #14203a;
	font-weight: 400;
	font-family: "Plus Jakarta Sans";
}
.variations_form.cart{
	flex-direction:column;
}
.woocommerce-variation-add-to-cart.variations_button{
	display:flex;
}
.justify-content-end{
	justify-content:end !important;	
}
.tz-hier-padding.pb-10{
	padding-bottom:10px !important;
}
.mt-12{
	margin-top:12px !important; 
}
.mb-61{
	margin-bottom:61px !important;
}
.mt-74{
	margin-top:74px !important;
}
.term-description{
	display:none;
}
.woocommerce ul.products li.product a img{
	height:280px;
	object-fit:contain;
}
/* Category Page  */

.tz-mb-0{
	margin-bottom:0 !important;
}
.woocommerce-ordering .orderby{
	background:transparent !important;
	border:0 !important;
}
.woocommerce-ordering{
	line-height: 1.2;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count{
	margin-bottom:30px !important; 
}
.tz-shop-category-wrapper{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}
.tz-shop-category-wrapper .tz-category-sidebar{
	flex: 0 0 22%;
    max-width: 22%;
}
.tz-shop-category-wrapper .woocommerce{
	flex: 1 0 0;
}
#menu-collection-menu-1 {
	list-style: none;
}
#menu-collection-menu-1,
#menu-collection-menu-1 .sub-menu{
	padding-inline-start: 0;
	list-style: none;
}
#menu-collection-menu-1 .menu-item-has-children > a{
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    color: #c6102e;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 5px;
	text-decoration: none;
}
#menu-collection-menu-1 .menu-item-has-children > a:hover{
	color:#000;
}
#menu-collection-menu-1 .sub-menu a{
	text-transform: uppercase;
}
#menu-collection-menu-1 .sub-menu a,
.tz-product-brands-menu a{
	font-size: 15px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
    text-decoration: none !important;
}
#menu-collection-menu-1 .sub-menu a:hover,
.tz-product-brands-menu a:hover{
	color: #c6102e;
	text-decoration: none !important;
}
.tz-category-sidebar .widget_nav_menu{
	padding-left:18px !important;
}
#menu-collection-menu-1 .menu-item-has-children{
    margin-top: 30px !important;
}
#menu-collection-menu-1 .current-menu-item a,
.tz-product-brands-menu .current-menu-item a{
	border:0 !important;
	text-decoration:none !important;
	font-weight:700 !important;
}


#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu {
	list-style: none;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu,
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .sub-menu{
	padding-inline-start: 0;
	list-style: none;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .menu-item-has-children > a{
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    color: #c6102e;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    margin-bottom: 5px;
	text-decoration: none;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .menu-item-has-children > a:hover{
	color:#000;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .sub-menu a{
	text-transform: uppercase;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .sub-menu a,
.tz-product-brands-menu a{
	font-size: 15px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
    text-decoration: none !important;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .sub-menu a:hover,
.tz-product-brands-menu a:hover{
	color: #c6102e;
	text-decoration: none !important;
}
.tz-category-sidebar .widget_nav_menu{
	padding-left:18px !important;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .menu-item-has-children{
    margin-top: 30px !important;
}
#newmobile .widget_nav_menu .menu-collection-menu-container #menu-collection-menu .current-menu-item a,
.tz-product-brands-menu .current-menu-item a{
	border:0 !important;
	text-decoration:none !important;
	font-weight:700 !important;
}
.tz-product-brands-menu{
	list-style:none;
	padding-inline-start:0;
	padding-left:18px !important;
}

.price-filter {
    margin: 20px 0;
}
.price-filter label {
    margin-right: 5px;
}
.price-filter input[type="number"] {
    width: 100px;
    margin-right: 10px;
}
.price-filter button {
    padding: 5px 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
.price-filter button:hover {
    background-color: #005177;
}
.woocommerce ul.products li.product .button{
	margin-top:0 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	margin:0 10px 10px 0 !important;	
}

/* Product Light Box */
.hidden-gallery {
  display: none !important;
}
.tz-action-btn-wrapper {
  cursor: pointer;
}

/* Search Page */
.tz-search-bar-wrapper .widget_search .form-inline .form-group:first-child{
	flex:1 0 0 !important;
}
.tz-search-bar-wrapper .widget_search .form-inline .form-control{
	width:100% !important;
}
.tz-search-bar-wrapper{
	margin-top:60px;
}
.search .breadcrumb{
	display:none !important;
}


/* Grid and List View */
.bghalf {
	background-image: url("https://lacknergenusswelt.de/wp-content/uploads/2025/09/exklusiver-service-shutterstock_2223303841.jpg") !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	background-size: contain !important;
}

/* View toggle buttons */
.view-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.view-toggle button.active {
    color: #c6102e;
    background-color: transparent;
    border: none;
    font-size: 20px;
}
.view-toggle button{
	background-color: transparent;
    border: none;
    font-size: 20px;
}
/* Grid View */
/* Toggle Buttons */
.view_grid_list{
	width: 75%;
}
.view-toggle {
    display: flex;
    gap: 10px;
	margin-bottom: 0px !important;
}

.product-sorting .woocommerce-ordering{
	margin-bottom: 0px !important;
}

/* Default WooCommerce grid */
.products-view-mode.grid-view ul.products li.product {
    width: 32%;
    float: left;
    margin: 0 0px 10px 0 !important;
}
.tz-quick-add-wrapper {
	right: 0;
  position: relative;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.tz-product-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.tz-product-details {
	position: relative;
	left: 0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
}
.d-grid {
	display: flex;
	gap: 10px;
}
.d-grid .tz-product-item .tz-product-link .text-center {
	text-align: center !important;
	position: relative;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	height: 50%;
}
.d-grid .tz-product-item {
	min-width: 25%;
}
.d-grid .tz-product-item .tz-product-details {
	height: 30%;
}
.tz-product-slider .slick-slide {
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
}
.slick-slide .tz-product-link {
	text-decoration: none !important;
	position: relative;
	text-align: center;
	text-align: -webkit-center;
	display: flex;
	flex-wrap: wrap;
}
.slick-slide .tz-product-link .text-center {
	text-align: center !important;
	position: relative;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	height: 260px;
}
.slick-slide .tz-product-link .tz-product-details .in-stock {
	display: none;
}
.slick-slide .tz-product-link .tz-product-details .tz-product-title {
	overflow: hidden;
}
.slick-slide .tz-product-link .tz-product-details .tz-price {
	padding-bottom: 15px;
}
.tz-stock-detail.mb-16.in-stock {
	display: none;
}

.product-wrap .tz-product-parent-view .grid-content .tz-product-item .tz-product-link .text-center, .tz-product-item {
	margin-right: auto;
	margin-left: auto;
	left: 0;
	right: 0;
	position: relative;
}
.suche_r .form-inline {
	float: right;
}
.grid-content {
	display: flex;
}
.products.columns-4 {
	/* display: flex;
	flex-wrap: wrap; */
}
.tz-product-parent-view {
	display: flex;
}
.products-view-mode.grid-view ul.products li.product {
	display: flex;
}

.woocommerce.columns-4 .products.columns-4 {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce.columns-4 .products.columns-4 .product-wrap {
	display: flex;
	margin: 0 !important;
	width: 25%;
}

.tz-quick-add-wrapper {
	display: flex;
	justify-content: end !important;
	margin-top: 10px;
}



/* List view styling */
.products-view-mode.list-view ul.products li.product {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.products-view-mode.list-view ul.products li.product .woocommerce-loop-product__thumbnail {
    width: 30%;
    margin-right: 20px;
}
.products-view-mode.list-view ul.products li.product .woocommerce-loop-product__title,
.products-view-mode.list-view ul.products li.product .price {
    width: 100%;
}
.product-wrap.col-12{
	width: 100% !important;
}
.product-wrap.col-12 .product-thumbnail.me-3{
	width: 30%;
}
.product-wrap.col-12 .tz_product_all{
	width: 70%;
}
.product-wrap.col-12 .tz-product-details, .product-wrap.col-12 .tz-select-wrapper, .product-wrap.col-12 .tz-product-title{
	text-align: left;
}
.product-wrap.col-12 .tz_price_all_list, .product-wrap.col-12 .tz-product-item{
	gap: 30px;
}
.product-wrap.col-12 .tz-quick-add-wrapper form{
	justify-content: left;
}
.product-wrap.col-12 .product-description{
	color: #000;
}
.product-wrap.col-12 .tz-sale-badge{
	position: absolute;
	left: 2%;
}
.view-toggle-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
}
.woocommerce-ordering:focus-visible{
	outline: 0px;
}
/*Price Range*/
.ui-slider .ui-slider-range, .ui-slider-handle{
	display: none !important;
}
.price_ranger button{
	color: #000;
    font-weight: 600;
    background: transparent;
    border: none;
}
#tz-price-slider .noUi-connect{
	background: #c6102e !important;
}
#tz-price-slider{
	height: 6px;
	border: none;
}
#tz-price-slider .noUi-handle{
	width: 14px;
    height: 14px;
    border-radius: 15px;
    right: -10px;
    top: -5px;
}
.noUi-handle:after, .noUi-handle:before{
	display: none !important;
}
button:focus{
	outline: 0px !important
}
.woocommerce-info.no-products-msg {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}
/* .woocommerce-tabs{
	display: none;
} */
.woocommerce-breadcrumb a, .woocommerce-breadcrumb{
	color: #000 !important;
}
/*Slick Slider Product*/
/* Make Slick items display inline */
.product_slider_home .slick-slider .slick-track {
    display: flex;
}

.product_slider_home .slick-slider .slick-slide {
    float: none;   /* override WooCommerce float */
    height: auto;  /* let slides size naturally */
}
.product_slider_home .category-slider .product {
    float: none !important;
    width: auto !important;
    margin: 0 10px; /* space between slides */
}
.product_slider_home .woocommerce ul.products li.product a img{
	height: 177px;
	transform: scale(0.95);
    transition: transform 0.4s ease;
}
.product_slider_home .woocommerce-loop-category__title{
	font-size: 18px !important;
    letter-spacing: 0px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Plus Jakarta Sans";
    text-align: center;
}
.product_slider_home .woocommerce-loop-category__title .count{display: none;}
.product_slider_home .product-category:hover .woocommerce-loop-category__title{
	color: var(--red-color);
}
.product_slider_home .product-category:hover img{
	transform: scale(1) !important;
}
/* Make the MailPoet form row-based */
form.mailpoet_form.mailpoet_form_shortcode {
  display: flex;
  flex-wrap: wrap;
}

/* 70% email, 30% button, then full-width consent row */
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph:nth-of-type(1) { width: 70% !important; }
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph:nth-of-type(2) { width: 30% !important; }
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph.last            { width: 100% !important; }

form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph:nth-of-type(2) .mailpoet_submit{background: #c50e2d; color: #ffffff; font-weight: 500; padding: 10px !important;}
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph:nth-of-type(1) #form_email_2{padding: 10px !important; color: #161212;}
/* Inputs fill their boxes */
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_text,
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_submit {
  width: 100% !important;
  box-sizing: border-box;
}
form .mailpoet_paragraph.last .mailpoet_checkbox_label{color: #acacac;}

/* Filter on top */

.product-filters{
	display: flex;    
	gap: 10px;
}
.filter-item .tz-side-bar-title{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.wishlist_table .product-remove,
.wishlist_table .product-thumbnail,
.wishlist_table .product-name,
.wishlist_table .product-price,
.wishlist_table .product-stock-status,
.wishlist_table .product-add-to-cart{
	background: #ffffff;
	border-top: 0px !important;
	border-bottom: 1px solid #e1e1e1;
}
.wishlist_table .product-name a{
	font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 700;
    font-family: "Plus Jakarta Sans";
    text-decoration: none !important;
}
.wishlist_table .product-price .woocommerce-Price-amount{
	font-size: 18px;
}
.wishlist_table .add_to_cart_button{
	background: #c50e2d;
    color: #ffffff;
    font-weight: 500;
    padding: 10px !important;
	font-family: "Plus Jakarta Sans";
	border-radius: 2px; 
	text-decoration: none;
}
.wishlist_table .product-name span,
.wishlist_table .product-price span,
.wishlist_table .product-stock-status span,
.wishlist_table .product-add-to-cart span{
	font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-family: "Plus Jakarta Sans" !important;
}
.woocommerce table.shop_table.wishlist_table tr td{
	border-color: #e1e1e1;
}
.wishlist_table{
	border: none !important;
}

/*Remove this css*/
/* .product_slider_home .woocommerce.columns-0{
	display: none;  
} */
/*Dropdown list*/
.tz-product-brands-menu{
	border: none;
    background: #fff;
}
.tz-product-brands-menu:focus-visible,
.product-sorting:focus-visible,
.orderby:focus-visible{
	border: none;
	;outline: 0;
}
.forminator-label{
	font-family: 'Plus Jakarta Sans' !important;
	font-size: 19px !important;
	text-transform: uppercase;
}
.order_item img{
	width: 50%;
}
.woocommerce-column--billing-address address{
	width: fit-content !important;
}

.pad-cust-2{padding-top: 12px; padding-bottom: 59px;}

.products.list-view .tz-product-parent-view .list-content{flex: 1 1 100%;}
.products.list-view .tz-product-parent-view .list-content .tz-product-search{position:absolute;top:0;left:0;}
.products.list-view .tz-product-parent-view .list-content .tz-product-item{ align-items: flex-start;border-radius: 20px;  }
.product-wrap.col-12 .product-thumbnail.me-3 {
    width: auto!important;
    flex: 0 0 250px;
}
.products.list-view .tz-product-parent-view .list-content .tz_product_all{ flex: 1;  }
.products.list-view .tz-product-parent-view .list-content .tz_product_all .tz-quick-add-wrapper {
    
    justify-content: flex-start!important;
   
}
.woocommerce ul.products li.product .button{white-space: nowrap;}


.product-wrap.col-12 .list-content{flex: 1 1 100%;}
.product-wrap.col-12 .list-content .tz-product-search{position:absolute;top:0;left:0;}
.product-wrap.col-12 .list-content .tz-product-item{ align-items: flex-start;border-radius: 20px;  }
.product-wrap.col-12 .list-content .tz_product_all{ flex: 1;  }
.product-wrap.col-12 .list-content .tz_product_all .tz-quick-add-wrapper {
    
    justify-content: flex-start!important;
   
}


.tz-stock-detail{color:initial!important;}
.tz-product-title {height: 60px !important;}
.woocommerce .quantity .qty{
	width: 4.5em !important;
}

.single_variation_wrap .delivery-time-ca-2-4-werktage{
	display:  none;
}
.single_variation_wrap .ppu-variation-wrap{
	display: none;
}
/* Media Query */
@media (max-width:1750px){
	/*#menu-header-menu-1 li:last-child{
		display:none;
	}*/
}
@media (max-width:1722px){
	#menu-header-menu-1 li a{
		padding: 28px 2px !important;
	}
}
@media (max-width:1568px){
	#menu-header-menu-1{
		gap: 5px;
	}
}
@media (max-width:1478px){
	#menu-header-menu-1{
		gap: 0px;
	}
}
@media (max-width:1478px){
	#menu-header-menu-1{
		gap: 0px;
	}
}
@media (max-width:1500px){
	.tz-home-box-title h4,.tz-secondary-title h4{
		word-break:break-word;
	}
	.tz-box-subtitle{
		font-size:18px;	
	}
}
@media (max-width:1448px){
	.tz-side-menu-wrapper{
		padding: 37px 25px;
	}
}
@media (max-width:1411px){
	.navbar-light .navbar-nav .nav-link{
		font-size: 13px;
	}
}
@media (max-width:1334px){
	.tz-side-menu-wrapper{
		padding: 37px 10px;
	}
}
@media (max-width:1300px){
	.vc_section.tz-table-padding,
	.tz-breadcrumb-section,
	.tz-account-section,
	.vc_section.tz-mb-padding,
	.vc_section.tz-cart-content-section{
		padding-left:15px !important;
		padding-right:15px !important;
	}
}
@media (max-width:1314px){
	.tz-icons-wrapper{
		padding: 0px 35px 0 10px;
	}
}
@media (max-width:1242px){
	.tz-wishlist-link{
		margin-left: 8px;
    	margin-right: 15px;
	}
}
@media (max-width:1203px){
	.navbar-light .navbar-nav .nav-link {
		font-size: 13px;
	}
}
@media (max-width:1200px){
	.tz-home-box-title h4,.tz-secondary-title h4{
		font-size:34px;
	}
	.tz-icon-wrapper .wpb_wrapper{
		flex-direction:column;
		text-align:center;
	}
	/*#menu-header-menu-1 li:nth-last-child(-n+5){
		display:none;
	}*/
	.product-filters{
		display: flex;
/* 		flex-wrap: wrap; */
	}
	.archive .view-toggle-wrapper{
		display: flex;
		flex-wrap: nowrap;
	}
}
@media (max-width:1133px){
	.tz-desktop-hide {
        display: block;
    }
    .tz-mobile-hide{
    	display: none;
    }
    .tz-search-menu-wrapper,.tz-side-menu-wrapper{
		display:none !important;
	}
	.top-main-menu .navbar{
		justify-content:end;
	}
    .top-main-menu [role="navigation"] {
		display: none;
	}
	.tz-wishlist-link{
		margin-left:0;
		margin-right:0;
	}
    .top-main-menu {
    	flex: none;
    }
    .tz-icons-wrapper {
	    padding: 0;
	    order: -1;
	    display: flex;
	    gap: 20px;
	    flex: 1 0 0;
	    justify-content: end;
    }
    #toggle-right{
    	padding: 30px;
    }
}
@media (max-width:1024px){
	.tz-h3-head{
		font-size:34px;
	}
	.tz-h3-head-secondary{
		font-size:60px;
	}
	.tz-box-padding .vc_column-inner{
		background-size:cover !important;	
	}
	.tz-warum-padding,.tz-warum-product-padding{
	    overflow:hidden;	
	}
	.mt-112{
		margin-top:56px !important;
	}
	.mb-112, .tz-red-btn.mb-112 {
        margin-bottom: 56px !important;
	}
	.tz-btn-text .wpb_wrapper{
		flex-direction:column;
	}
	.tz-content-padding,.tz-extra-content-padding{
		padding-left:20px !important; 
		padding-right:20px !important;
	}
	.tz-h4-head{
		font-size:34px;
	}
	.mb-162{
	   margin-bottom:81px !important;	
	}
	.mb-106{
		margin-bottom:53px !important;	
	}
	.grid-col-4{
		grid-template-columns: repeat(2, 1fr);
	}
	.g-32{
		gap:16px;
	}
	.tz-product-price-wrapper{
		flex-direction:column;
	}
	.g-44{
		gap:22px;	
	}
	.mb-47{
		margin-bottom:24px;
	}
}
@media (max-width:991px){
	.tz-box-title h4{
		word-break:break-all;
		font-size:28px;
	}
	.tz-search-menu-wrapper,.tz-side-menu-wrapper{
		display:none;
	}
	.top-main-menu .navbar{
		justify-content:end;
	}
	.pl-30 {
	padding-left:0;	
	}
	.pr-30{
		padding-right:0;
	}
	.tz-box-height .vc_column-inner{
		height:450px;
	}
	.tz-icon-wrapper .wpb_wrapper,
	.tz-btn-text .wpb_wrapper{
		flex-direction:column;
		margin-bottom:20px;
	}
	.tz-icon-wrapper .wpb_wrapper p{
		text-align:center;
	}
	.pb-50{
		padding-bottom:25px;
	}
	.tz-section-xl-padding{
		padding-top:50px;
		padding-bottom:50px;
	}
	.tz-warum-padding {
        padding-top: 60px !important;
		padding-bottom:60px !important;
	}
	.tz-social-wrapper{
		margin-bottom:32px;	
	}
	.tz-firm-padding {
    	padding: 30px 15px !important;
	}		
	.tz-common-text{
		margin-bottom:16px;
	}
	.tz-newsletter-form .forminator-custom-form .forminator-row:nth-child(2){
		width:100%;
	}
	.tz-unser-section .tz-col-padding{
		padding:50px 15px;
	}
	.tz-footer-paypal,.tz-footer-dhl{
		text-align:left;
	}
	.tz-arrow-style .slick-prev,
	.product_slider_home .slick-prev{
		left:0;
	}
	.tz-arrow-style .slick-next,
	.product_slider_home .slick-next{
		right:0;
	}
	.tz-carousel  .slick-slide{
		margin-right:10px;
	}
	.tz-logo-wrapper .tz-header-text{
		padding: 0 6px;
		font-size:10px;
	}
	.tz-desktop-hide{
	  	display:block;	
	}
	.top-main-menu [role="navigation"]{
		display:none;
	}
	.tz-icons-wrapper{
		padding:0;
		order:-1;
		display:flex;
		gap:20px;
		flex:1 0 0;
		justify-content:end;
	}
	.tz-wishlist-link{
		margin-left:0;
		margin-right:0;
	}
	.tz-menu-col{
		gap:20px;
	}
	.top-main-menu{
		flex:none;
	}
	.tz-box-padding .vc_column-inner{
	   background-size:cover !important;	
	}
	.tz-mobile-hide{
	  	display:none;	
	}
	.offcanvas {
		width: 300px;
	}
	.tz-rosner-icon{
		display:none;
	}
	.tz-home-box-title.mt-112{
		margin-top:0 !important;
	}
	.tz-box-subtitle{
	  display:none;	
	}
	.tz-account-section .woocommerce .col2-set .col-1, .tz-account-section .woocommerce-page .col2-set .col-1, .tz-account-section .woocommerce .col2-set .col-2, .tz-account-section .woocommerce-page .col2-set .col-2{
		max-width:100%;
	}
	.tz-cart-sub-heading{
		font-size:24px;
	}
	.tz-cart-content-section [name="coupon_code"]{
		width:48% !important;
	}
	.tz-product-wrapper{
		justify-content:end;
	}
	.grid-col-4{
		grid-template-columns: repeat(1, 1fr);
	}
	/*.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
		height:350px !important;
	}*/
	.breadcrumb-list .breadcrumb-item:last-child{
		width:65%;
	}
	.grid-col-3{
		grid-template-columns:repeat(1,1fr);
	}
	.tz-icon-item{
		justify-content:center;
	}
	.tz-product-price-wrapper{
		flex-direction:column;
	}
	.g-48{
		gap:24px;	
	}
	.tz-icon-text{
		flex: 0 0 150px;
	}
	.tz-page-title-padding{
		padding:39px 0 !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width:100% !important;
	}
	.mb-61{
	  margin-bottom:30px !important;	
	}
	.tz-product-item{
	 filter:drop-shadow(0 0 12px rgba(27,22,12,0.15));
	 background:#fff !important;	
	}
	.tz-related-wrapper .grid-col-4{ 
		gap:30px;
	}
	.tz-product-actions-btn{
		display:block;
	}
	.tz-shop-category-wrapper .tz-category-sidebar,
    .tz-shop-category-wrapper .woocommerce {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* Responsive: stack on small screens */
@media (max-width: 600px) {
  form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph { width: 100% !important; }
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph:nth-of-type(1) { width: 100% !important; }
form.mailpoet_form.mailpoet_form_shortcode .mailpoet_paragraph:nth-of-type(2) { width: 100% !important; }
}
@media (max-width:576px){
	.tz-home-box-title.mt-112{
		margin-top:35px !important;
	}
	.tz-box-subtitle{
	  display:block;	
	}
	.page-id-222 .tz-breadcrumb-section{
	  padding-left:15px !important;
	  padding-right:15px !important;	
	}
	.tz-breadcrumb-section{
		padding-bottom:25px !important;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.mt-60{
		margin-top:30px !important;
	}
	.tz-slidebar-col{
		padding:35px 25px !important; 
	}
	.tz-account-section.mb-106{
		margin-bottom:0 !important;
	}
	.tz-cart-content-section .variation dt {
    	width: auto;
	}
	.woocommerce div.product div.images .flex-control-thumbs li{
		width:25% !important;
	}
	.woocommerce .flex-control-thumbs{
		display:block !important;
	}
}
@media (max-width:460px){
	.archive  .content-with-sidebar{
		display: flex;
		flex-wrap: wrap;
	}
}
@media (max-width:767px){
	.vc_custom_1758025583705 {padding-top: 250px !important;}
	.tz-product-slider .slick-slide {
    margin: 10px !important;
}
	.vc_custom_1744956261823{display: flex!important;
    flex-direction: column;}
	.vc_custom_1744956261823 .vc_col-sm-9{order:1;}
	.vc_custom_1744956261823 .vc_col-sm-3{order:2;}
	.tz-firm-padding.bghalf{padding-top: 250px !important;}
/* 	.content-with-sidebar .sidebar{order:2!important;} */
	.content-with-sidebar .main-content{order:1!important;width:100%;}
	.products-view-mode.grid-view ul.products li.product {margin: 0 0px 15px 0 !important;}
	.pagnavi{margin-bottom: 25px;}
	.pad-cust-2{padding-top: 12px; padding-bottom: 20px;}
	.wp-pagenavi a, .wp-pagenavi span{padding: 2px 2px!important;line-height: 30px;}
	.tz-page-title-padding{margin:0!important;}
	.product-filters .filter-item:first-child{width:98%;}
	.product-filters .filter-item:nth-child(2){width:50%;}
	.tz-product-item .tz-product-link .text-center{width: 100%;
    display: block;}
	.tz-product-title {height: auto !important;}
	.tz-product-item.slick-slide .tz-product-img{height: 100%;
    object-fit: contain;}
	.single-product .wpbakery-product-page-content .products.columns-4{gap:15px;}
	.single-product .summary .d-grid.grid-col-3.g-48{justify-content: center;}
	.single-product .summary .d-grid.grid-col-3.g-48 .tz-icon-item {flex-direction: column;}
	.single-product .summary .d-grid.grid-col-3.g-48 .tz-icon-item .tz-icon-text{text-align:center;flex:auto!important;}
	
}

/* Hide sidebar normally on mobile */
@media (max-width: 768px) {
    .tz-category-sidebar {
        position: relative;
    }

    .tz_hamburger {
        display: block;
        font-size: 18px;
        border: none;
        background: none;
        cursor: pointer;
        margin-bottom: 10px;
    }

    /* Drawer menu hidden by default */
    .tz_mobile-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background: #fff;
        box-shadow: -2px 0 8px rgba(0,0,0,0.3);
        padding: 20px;
        overflow-y: auto;
        z-index: 9999;
    }

    /* Overlay */
    .tz_mobile-menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
    }
	.content-with-sidebar{
		flex-wrap: wrap;
		gap: 0px !important;
	}
	.content-with-sidebar .sidebar{
		flex: 100% !important;
	}
	
	.tz-product-brands-menu{
		width: 100%;
		padding-left: 0px !important;
	}
	.view-toggle{
		position: absolute;
		top: 0px;
		right: 15px;
	}
	.content-with-sidebar{
		position: relative;
	}
	
	.woocommerce-ordering .orderby{
		width: 100%;
	}
	.product-filters .filter-item:first-child{
		width: 50%;
	}
	.product-filters .filter-item:first-child select{
		width: 100%;
	}
	.product-filters .filter-item:nth-child(2){
		width: 50%;
	}
	.product-filters .filter-item:nth-child(2) select{
		width: 100%;
	}
	.product-sorting{
		width: 50%;
	}
	.product-filters{
		width: 50%;
		justify-content: space-between;
		gap: 3px;
	}
	.mobile-filters{
		justify-content: space-between;
	}
	.view-toggle-wrapper{
		gap: 2px;
	}
	.summary .tz-variable-details .tz_product_manu{gap:20px;}
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 5px;
   
}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
		font-size: 14px;
}
	.tz-page-title-padding .tz-common-text{margin-bottom:10px!important;}
}

/* On desktop, keep it as normal sidebar */
@media (min-width: 769px) {
    .tz_hamburger {
        display: none;
    }
    .tz_mobile-menu {
        display: block !important;
        position: static;
        box-shadow: none;
        height: auto;
        width: auto;
        background: transparent;
    }
}

/**/

@media (max-width: 425px) {
	.product-sorting {
		width: 48%;
	}
	.product-filters{
		width: 50%;
	}
	.woocommerce-ordering .orderby, .tz-product-brands-menu{
		font-size: 14px;
	}
}