
/*************************************************************************/
/* Woo Rewrite Basics   */


/*************************************************************************/
/*  RES Shop Header */


/* SHOP Top-Space  */
.woocommerce-shop .container.res-shop--page{
}
/*  Produkt-Seite Top-Space */
.single-product .container.res-shop--page{
	padding-top: 30px;
}

@media only screen and (max-width: 970px) {
	.container.res-shop--page { padding-top: 90px;}
}
.container.res-shop--page .content-area{
	padding-top: 15px;
}

/* SHOP Page Top Elements */

.res-woo-shoppage-title {
	padding: 8px 0 16px 0;
}

#res-top-header_shop-untermenu .dropdown-menu.show,
#res-top-header_shop-untermenu .dropdown-menu .dropdown-menu.show,
#res-top-header_shop-untermenu .dropdown-menu .dropdown-menu .dropdown-menu.show,
#res-top-header_shop-untermenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu.show {
	position: relative;
	margin-left: 15px;
}

/*************************************************************************/
/*  Shop Page Nav */

.res-woo-shoppage-nav {
	padding: 20px 0 40px 0px;
}
.res-woo-shoppage-nav li a.nav-link {
	font-size: 85%;
	border: 1px solid #ccc;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 0.2rem 2rem;
}
/* dropdown level 2*/
.res-woo-shoppage-nav li .dropdown-item {
    padding: 0.3rem 2rem;
    font-weight: 300;
    font-size: 100%;
}
/* dropdown level 3*/
.res-woo-shoppage-nav .dropdown-submenu .dropdown-menu .dropdown-item {
    padding: 0 0  0 2rem;
    font-weight: 300;
    font-size: 85%;
}

 .res-woo-shoppage-nav .menu-item-has-children.dropdown .dropdown-menu {
	border: 1px solid #eee;
}
 .res-woo-shoppage-nav .menu-item-has-children.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
	border: 0;
	padding: 0 0 0 1rem !important;
}



/*************************************************************************/
/* Produkt Box  */

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 8px 16px;
	border: 2px solid #fff;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    border: 2px solid #fff;
    box-shadow: none;
    transition: all .2s;
/*    transform: scale(0.98);*/
    outline: none;
}

/* Product Box Image */
.woocommerce .product-image {
}
.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto 0 0;
    box-shadow: none;
    max-height: 300px;
/*    border: 1px solid #dedede;	*/
    border: 0;
	transition: all .6s;
}

/*  Product Image HOVER */
.woocommerce ul.products li.product a img:hover {
    transition: all .3s;
    transform: scale(1.03);
    outline: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{transition: all .2s;}
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover{	transition: all .2s;opacity: .5;}
.woocommerce ul.products li.product a {	overflow: hidden;}


/*  Product Title > Shop Overview */

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 110%;
    font-weight: 300;
    padding-bottom: 5px;
}

/*  Product Title > Detail */
.woocommerce div.product h1.product_title {
	font-weight: 300;
	font-size: 200%;
}


/*  Product Subtitle */
.product-subtitle{
    font-size: 90%;    
}

/* Price  */
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 90%;
	color: #222;
	text-decoration: none !important;
}
/* CHF  */
/*
.woocommerce-Price-currencySymbol {
	vertical-align: super;
	font-size: 10px;
    padding-right: 6px;
	text-decoration: none !important;
}
*/
.price ins .woocommerce-Price-amount.amount{
    display: inline-block;
}





/*************************************************************************/
/* Warenkorb Woocommerce Btn */


.woocommerce .single_add_to_cart_button, 
.product .ajax_add_to_cart.btn, 
.product .product_type_simple.btn {
    background-color: #444;
    color: #fff;
    font-weight: 300;
    padding: 11px 20px 11px 20px;
	font-size: 75%;
	border-radius: 0;
	line-height: 100%;
}
/* Product Add to Warenkorb  */
.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-primary {
	background-color: #222!important;
}
.woocommerce div.product form.cart div.quantity {
    margin-bottom: auto;
}

/* Produkt ansehen default */
.product .product_type_simple.btn:before {
    content: "\f02e";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    margin-right: 15px;
}

/* Basket Icon Warenkorb \f07a  oder Bag f290 */
.woocommerce .ajax_add_to_cart.btn:before {
    content: "\f290";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    margin-right: 15px;
}
.woocommerce .single_add_to_cart_button.btn:before{
    content: "\f290";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    margin-right: 15px;
}



/*Warenkorb Btn Hover */
.woocommerce .single_add_to_cart_button:hover, 
.product .ajax_add_to_cart.btn:hover, 
.product .product_type_simple.btn:hover {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}


/* Produkt-Detail Singel Btn  */
.woocommerce .single_add_to_cart_button {
	 padding-top: 17px;
	 padding-bottom: 17px;
}


/* ADD to Card Hinweis */
.woocommerce a.added_to_cart {
    padding: 1px 16px;
    display: inline-block;
    font-size: 80%;
    border-left: 4px solid #dedede;
	background-color: #f4f4f4;
}


@media only screen and (max-width: 970px) {
	
	/* BURGER Warenkorb im Mobile-Menu  */
	
	.mobile-nav-burgermenu .res-m-warenkrob-register.shop-nav-mobile-collapse {
		max-width: 90%;
	}
    /*	mini card product */
	.mobile-nav-burgermenu .woocommerce-mini-cart-item.mini_cart_item a {
		display: block;
	}
    /*	product remove x */
	.mobile-nav-burgermenu .woocommerce-mini-cart-item.mini_cart_item a.remove {
		display: block;
		text-align: right;
		font-size: 20px;
	}
    /*	product img */
	.mobile-nav-burgermenu .res-m-warenkrob-register img {
		max-width: 60px;
		height: auto;
		float: right;
    	margin-left: 4px;
	}
    /*	anzahl price byline */
	.mobile-nav-burgermenu .res-m-warenkrob-register .quantity {
		display: block;
		letter-spacing: 0.05rem;
	}
	.mobile-nav-burgermenu .res-m-warenkrob-register .woocommerce-mini-cart__total.total{
		display: block;
		letter-spacing: 0.05rem;
	}
	.mobile-nav-burgermenu .res-m-warenkrob-register ul.product_list_widget{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.mobile-nav-burgermenu .shop-nav-mobile-dropdown-iconbar i,
	.mobile-nav-burgermenu .res-warenkorb-mini-counter,
	.res-m-warenkrob-register ul.product_list_widget a{
		color: #fff;
	}
	.mobile-nav-burgermenu .shop-cartmenu-title,
	.mobile-nav-burgermenu .res-m-suche-register .shop-cartmenu-title,
	.mobile-nav-burgermenu .h4-cart-title {
		padding: 0;
		margin: 0;
		font-size: 140%;
	}
	.mobile-nav-burgermenu .shop-nav-mobile-collapse {
		border: 0;
		padding: 0;
		margin: 0;
	}
	.mobile-nav-burgermenu .res-login-mobile-profile {
		display: none;
	}
	
	.mobile-nav-burgermenu .user-eingeloggt {
		font-size: 120%;
	}

	
	.woocommerce .single_add_to_cart_button, .product .ajax_add_to_cart.btn, .product .product_type_simple.btn {
		padding: 13px 20px 13px 20px;
		font-size: 110%;
	}

}




/*************************************************************************/
/*  PRODUCT Details   */	


.related.products > h2{
	width: 100%;
	display: flex;
}
.related.products .product-subtitle {
	font-size: 90%;
	line-height: 140%;
}

/*  Related Products Img  */
.woocommerce .related.products ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0 0;
    box-shadow: none;
    max-height: 220px;
    width: auto;
}

.woocommerce div.product div.images img {
	border: 1px solid #eee;
	margin-bottom: 10px;
/*	box-shadow: 3px 8px 20px rgba(50, 50, 50, 0.2);	*/
}






.woocommerce ul.products li.product a {
    text-decoration: none;
}

/* Anzahl Artikel  */
.woocommerce .woocommerce-result-count {
    font-size: 60%;
	color: #ccc;
	margin: -3px 0 1em;
}
@media only screen and (max-width: 970px) {
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {float: left;}
}


/* Sale Sticker kompakt  onsale   */
span.onsale, .woocommerce span.onsale {
    min-height: auto;
    min-width: auto;
    padding: 3px 11px;

    position: absolute;
    text-align: center;
    line-height: 140%;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #f4f4f4;
    color: #000;
    font-size: 11px;
    font-weight: 400;
}


/* Sale Sticker als Kreis   */
span.onsale,
.woocommerce span.onsale {
    min-height: 70px;
    min-width: 77px;
    padding: .402em;
    font-weight: 300;
    position: absolute;
    text-align: center;
    line-height: 4.5;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #222;
    color: #fff;
    font-size: 14px;
	opacity: 0.2;
}

/*  begrenze Product Kurzbeschreib */
.term-description {
	font-size: 70%;
	line-height: 140%;
	font-weight: 300;
	max-height: 150px;
	overflow: auto;
	width: 100%;
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.term-description h1{
	font-size: 120%;
}
.term-description strong {
    font-weight: 300;
    color: #000;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 400;
}

/* Breadrumb   */
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 60%;
    color: #767676;
}

nav.woocommerce-breadcrumb {
    z-index: 1;
}

@media only screen and (max-width: 970px) {
	.woocommerce .woocommerce-breadcrumb{
		padding-top: 60px;	
		font-size: 80%; 
		line-height: 130%;
	}
}

.product-backlink{
    font-size: 60%;
}
.shop-woo-page .product-backlink {
    display: none;
}




/*************************************************************************/
/* SHOP HEADER >  DROPDOWNS  Login   */


/* Card-Dropdowns in White */
.woocommerce .dropdown.res-login .dropdown-menu,
.woocommerce .dropdown.res-warenkorb .dropdown-menu {
	top: 10px !important;
	background: rgba(255,255,255, 1.0);
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 80%);
}

/* Title Card-Dropdowns */
.res-header .woocommerce .shop-cartmenu-title {
	font-size: 120%;
}

.res-warenkorb .dropdown-menu {
    max-width: 370px;
    min-width: 300px;
    font-size: 1.1rem;
    z-index: 9999999;
}
.res-warenkorb .dropdown-toggle, .res-login .dropdown-toggle {
    padding-left: 5px;
    color: #222;
    font-size: 100%;
}


/*Basket Counter mini */
.res-warenkorb-mini-counter {
	position: relative;
}
.res-warenkorb-mini i {
	font-size: 130%;
	margin-top: -10px;
}
.res-warenkorb-mini-counter .cart-detail-amount {
	position: absolute;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-color: #4a90e2;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 400;
    left: 14px;
    bottom: 5px;
    line-height: 1;
}

.res-warenkorb .dropdown-toggle::after,
.res-login .dropdown-toggle::after {
    border: 0;
}

.woocommerce-mini-cart__empty-message {
	font-size: 85%;
	line-height: 120%;
	opacity: .7;
}

.res-headershop-icon::after,
.res-headershop-icon .dropdown-toggle::after{
	border: 0 solid transparent !important;
}

.res-warenkorb-btn {
	display: inline-block;
}





/*************************************************************************/
/* SHOP HEADER >  DROPDOWNS  Login   */


/*  Login */
.res-login .dropdown-menu {
    font-size: 1.1rem;
    min-width: 300px;
    z-index: 80;
}
/*  Login Desktop  */
.shop-login-maske-desktop input.form-control{ 
	height: calc( 3.5em);
	font-size: 70%;
	color: #000; 
	background-color: #fff;
    border: 1px solid #dedede;
}
.shop-login-maske-desktop .form-check-label{
	margin-left: -15px;
}
.shop-login-maske-desktop .form-check-label span{
    font-size: 70%;
}
.shop-login-maske-desktop a{
    font-size: 80%;
	padding: 0;
	margin: 0;
}
/* btn space */
.shop-login-maske-desktop form :nth-child(4) p {
    margin: 0 0 -20px 0;
	padding: 0;
}

/*  Login Mobile  */
.shop-login-maske-mobile input.form-control { 
	height: calc( 3.6em);
	font-size: 100%;
	color: #000; 
	background-color: #fff;
    border: 1px solid #dedede;
}

.shop-login-maske-mobile .form-group {
	margin-bottom: 0.4rem;
}
.shop-login-maske-mobile .login-form,
.shop-login-maske-mobile .login-pw-reset{
	font-size: 75%;
}





/*************************************************************************/
/*  Warenkorb FULL SHOW Header   */

.res-warenkorb-show{
	font-size: 16px;
	height: 60px;
	margin-left: 30px;
}

.res-warenkorb-show .cart-detail-full{
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

/*  small Tablet only Shop-Icon  */
@media only screen and (max-width: 1280px) {
	.res-warenkorb-show { min-width: 36px; width: 36px; height: 36px; margin: 0; }
	.res-warenkorb-show i { font-size: 140%; padding-right: 10px;}
	.res-warenkorb-show span, .res-warenkorb-show .cart-detail-full {display: none;}
	.res-warenkorb-show .cart-detail-full{ width: 36px; height: 36px; }
}



/*************************************************************************/
/*  Mobile Nav Shop Elemente    */

.shop-mobile-nav{
}
/*Shop Mobile Items */
.shop-nav-mobile-dropdown-iconbar a {
    font-size: 16px;
    -webkit-appearance: none;
    color: #222;
}
.shop-nav-mobile-dropdown-iconbar a:hover {
	opacity: .4 !important;
}
.shop-nav-mobile-dropdown-iconbar i {
    font-size: 16px;
	padding-right: 5px;
}

.shop-nav-mobile-collapse{
	border-bottom: 1px solid #eeee;
}
	
@media only screen and (max-width: 970px) {
	.shop-nav-mobile-dropdown-iconbar .res-warenkorb-mini-counter i {
		font-size: 130%;
		margin-top: -10px;
	}
}
.res-nav-section li.shop-nav-mobile-dropdown-iconbar a:hover {
    color: red;
}



/* Woo Product Search & shop-search-header */

.woocommerce-product-search {
    display: flex;
}
.woocommerce-product-search input {
    padding: 0.2rem 1.2rem;
    font-size: 80%;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: 1px solid #dedede;
}
.woocommerce-product-search button {
    padding: 0.2rem 1.2rem;
    font-size: 80%;
	color: #212529;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-left: 5px;
}	
.shop-search-header .woocommerce-product-search input,
.shop-search-header .woocommerce-product-search button {
    padding: 0.8rem 2rem;
    font-size: 130%;
    background-color: #fff;
    border: 1px solid #dedede;
}
@media only screen and (min-width: 1390px) {
.shop-search-header .woocommerce-product-search input { min-width: 480px;}
}

/* Woo Product Search yith ajaxsearchform  */

.yith-ajaxsearchform-container form div{
	display: flex;
	margin: 6px 0;
}

.yith-ajaxsearchform-container input {
    padding: 0.6rem 1.7rem;
    font-size: 115%;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    border: 1px solid #dedede;
	margin-right: 6px;
	
}
.yith-ajaxsearchform-container .autocomplete-suggestion {
    line-height: 220%;
    font-size: 120%;
}

@media only screen and (min-width: 1280px) {
	.yith-ajaxsearchform-container .yith-s{	min-width: 440px;}
	.res-search-row .yith-ajaxsearchform-container .yith-s {  min-width: 800px;}
	.res-search-row .yith-ajaxsearchform-container input {font-size: 90%;} 
	.res-search-row .yith-ajaxsearchform-container .autocomplete-suggestion {font-size: 70%;}
}

@media only screen and (max-width: 970px) {
	.yith-ajaxsearchform-container input { padding: 0.2rem 1rem; font-size: 80%; font-weight:300;}
}




/*************************************************************************/
/*  Produkte Spalten Mobile Box    */	

@media only screen and (max-width: 970px) {
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
		float: left; 
		clear: none; 
		margin: 0 0 2.992em;
	}
	
	.res-mobile-columns-1 li.product {
		width: 100% !important;
	}
	.res-mobile-columns-2 li.product {
		width: 48% !important;
	}
	.res-mobile-columns-3 li.product {
		width: 24% !important;
	}
	.related.products .res-mobile-columns-1 li.product {
		width: 100% !important;
	}
	
	/*	Releates BTN smaller */
	.woocommerce .res-mobile-columns-1 .single_add_to_cart_button, 
	.product .res-mobile-columns-1 .ajax_add_to_cart.btn, 
	.product .res-mobile-columns-1 .product_type_simple.btn,
		.woocommerce .res-mobile-columns-2 .single_add_to_cart_button, 
		.product .res-mobile-columns-2 .ajax_add_to_cart.btn, 
		.product .res-mobile-columns-2 .product_type_simple.btn{
			padding: 10px 7px !important;
			font-size: 77% !important;
		}
}


/*************************************************************************/
/*  Produkt Detail Spalten    */

@media only screen and (min-width: 970px) {
	
	/*  30-70   */
	 .woocommerce .res-product-detail-30-70 .images {
		width: 30% !important;
	}	
	.woocommerce .res-product-detail-30-70 .summary.entry-summary  {
		width: 70% !important;
		padding-left: 40px;
	}
	
	/*  40-60   */
	 .woocommerce .res-product-detail-40-60 .images {
		width: 40% !important;
	}	
	.woocommerce .res-product-detail-40-60 .summary.entry-summary  {
		width: 60% !important;
		padding-left: 40px;
	}
	
	/*  30-70   */
	 .woocommerce .res-product-detail-30-70 .images {
		width: 30% !important;
	}	
	.woocommerce .res-product-detail-30-70 .summary.entry-summary  {
		width: 70% !important;
		padding-left: 40px;
	}
	
	
	
}

/*************************************************************************/
/*  woo pagination  Seiten    */	

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 80%;
    font-weight: 300;
    padding: .7em 1.1em;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    border-right: 1px solid #eee;
}
/*  active  */
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    font-weight: 400;
    color: #000;
    opacity: 1.0;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent;
    color: #000;
    font-weight: 400;
    opacity: 0.4;
}

/*************************************************************************/
/*  Login mein-Konto    */
	

/*Login mask*/
.woocommerce-form.woocommerce-form-login.login{
	max-width: 550px;
	font-size: 90%;
	border: 0;
	padding-left: 0;
}

.page-mein-konto .res-page-content h1{
/*	font-size: 120%;*/
	padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul{
	-webkit-padding-start: 25px;
	padding-left: 5px;
	list-style: none;
	font-size: 90%;
}
.woocommerce-MyAccount-navigation-link {
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 3px;
	transition: all .3s ease-in-out;
}
.woocommerce-MyAccount-navigation-link:hover {
	opacity: .5;
	transform: translateX(3px);
}	
.woocommerce .woocommerce-MyAccount-content {
	font-size: 90%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title.title{
	font-size: 85%;
}
.woocommerce .woocommerce-MyAccount-content form .form-row label,
.woocommerce .woocommerce-MyAccount-content form .form-row label,
.woocommerce .woocommerce-MyAccount-content legend {
    font-size: 80%;
}

.woocommerce .woocommerce-MyAccount-content form .form-row input.input-text, 
.woocommerce .woocommerce-MyAccount-content form .form-row textarea {
    background-color: #f4f4f4;
}

/* Login Mein Konto - Adresse Spalte */
@media only screen and (min-width: 970px) {
	.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, 
	.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-1 {
		width: 48% !important;
		max-width: none;
	}
	.woocommerce .woocommerce-MyAccount-content .col2-set .col-2, 
	.woocommerce-page .woocommerce-MyAccount-content .col2-set .col-2 {
		width: 48% !important;
		max-width: none;
	}
}
/*Mein Konto Rgister, Login 	*/
.woocommerce .u-column1.col-1, .woocommerce .u-column2.col-2 {
	flex: none;
	max-width: none;
}




/*************************************************************************/
/*  Message Rewrite  */

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0;
    position: relative;
    background-color: transparent;
	font-size: 80%;
	line-height: 130%;
    color: #515151;
    border: 0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
/*	box-shadow: 3px 3px 8px rgba(100, 100, 100, 0.2);*/
	border: 1px solid #ccc;
	border-color: #ccc !important;
}
.woocommerce-message a.button {
    font-size: 90%;
    margin: 0 0 5px 0;
    padding: 10px 20px;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
     margin-top: 2rem; 
     margin-bottom: 2rem; 
}


/*  Icons */

.woocommerce-info::before,
.woocommerce-message::before {
	filter: grayscale(100%);
	font-size: 90%;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.woocommerce div.product form.cart .licence-text {
    margin-right: 10px;
    font-weight: bold;
    margin-top: 15px;
}
.woocommerce div.product form.cart div.quantity {
    font-weight: normal;
    margin: 0;
    float: none;
    margin-top: 0px;
}
.woocommerce div.product form.cart div.quantity input {
    -moz-appearance: textfield;
    appearance: textfield;
    text-align: center;
    height: 48px;
    border-radius: 0;
    border-width: 1px;
	border: 1px solid #eee;
	font-size: 15px;
}

.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


.woocommerce div.product .woocommerce-notices-wrapper {
    width: 100%;
    padding-top: 30px;
}
.woocommerce div.product .woocommerce-notices-wrapper .woocommerce-message {
    border-top-color: #6db65a;
}
.woocommerce div.product .woocommerce-notices-wrapper .woocommerce-message::before {
    color: #6db65a;
}


.woocommerce .woocommerce-cart-form table.shop_table {
    border: none;
}
.woocommerce .woocommerce-cart-form table.shop_table th {
    display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
    border: none;
}





.woocommerce .woocommerce-cart-form table.shop_table {
    margin-top: 60px;
}
.woocommerce .woocommerce-cart-form table.shop_table td {
    font-size: 21px;
    padding: 20px 0;
    border-bottom: 1px solid #f4f4f4;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-remove {width: 30px;}
.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {padding: 15px 20px 15px 10px; text-align: center;}
.woocommerce .woocommerce-cart-form table.shop_table td.product-logo {width: 120px; text-align: center; }
.woocommerce .woocommerce-cart-form table.shop_table td.product-name {
    width: auto;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-name br {
    display: none;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-price {
    text-align: right;
    padding-right: 30px;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
    text-align: right;
}

.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity {
    /*background-color: #f4f4f4;*/
    /*padding: 10px 15px;*/
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity input {
    border: none;
/*    margin: 0 5px 0 0;*/
    /*padding: 5px;*/
/*    padding: 10px;*/
    -moz-appearance: textfield;
    /*background: transparent;*/
    background-color: #f4f4f4;
    appearance: textfield;
/*    width: 3.5rem;*/
	font-size: 15px;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin: 5px 0;

}
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    display: inline-block;
    width: 45%;
    line-height: 1.67;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
	height: calc( 19px + 0.8rem + 2px);
    padding: 0.4rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: #1d1d1d;
    background-color: #f4f4f4;
    border: 1px solid transparent;
}
	

/* Gutschein Button */
.woocommerce .coupon a.button, .woocommerce .coupon button.button, .woocommerce .coupon input.button {
    width: auto;
    display: inline-block;
    border-radius: 0;
    padding: 8px 16px;
    position: relative;
    color: #666 !important;
    font-size: 65% !important;
	font-weight: 300 !important;
    background-color: #f4f4f4 !important;
	border: 0 !important;
    float: left;
    transition: background-color 0.3s ease;
    height: calc( 19px + 0.8rem + 2px);

}
.woocommerce .checkout_coupon button.button {
    background-color: #f4f4f4 !important;
    color: #666 !important;
    border: 0 !important;
    border-radius: 0;
    font-weight: 300 !important;
    font-size: 83%;
    height: calc(2.6em + 0.8rem + 2px);

}

.woocommerce .coupon a.button:hover, .woocommerce .coupon button.button:hover, .woocommerce .coupon input.button:hover {
    background-color: #444444;
    color: #fff;
}
/*   BUTTONS disabled */
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    margin: 5px 0;
    width: 100%;
    max-width: 460px;
    cursor: not-allowed;
    display: inline-block;
    background-color: #f4f4f4 !important;
	border: 0 !important;
    border-radius: 0;
    font-weight: 300;
	font-size: 70%;
    padding: 10px 25px;
    position: relative;
    color: #666 !important;
    float: right;
    transition:             background-color 0.3s ease;
}


.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    max-width: 460px;
    background-color: #f4f4f4;
    padding: 40px;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 110%;
    max-width: 260px;
    margin-bottom: 2rem;
}


/* Warenkorb Product Image small */
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	padding: 16px 6px;
	width: 40px;
}


#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border: none;
}
#add_payment_method .cart-collaterals .cart_totals table tr strong,
.woocommerce-cart .cart-collaterals .cart_totals table tr strong,
.woocommerce-checkout .cart-collaterals .cart_totals table tr strong {
    font-weight: lighter;
}
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    font-weight: lighter;
    border-top: 0;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 15px 15px 0;
}
#add_payment_method .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table td {
    text-align: right;
    border-top: 0;
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #c8c8c8;
}
#add_payment_method .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:last-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:last-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:last-child td {
    border-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce .return-to-shop .wc-backward,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    display: inline-block;
    width: auto;
    background-color: #444444;
    border-radius: 0;
    padding: 11px 20px;
    position: relative;
    color: #FFF;
    float: left;
    -webkit-transition:     background-color 0.3s ease;
    transition:             background-color 0.3s ease;
    font-size: 100%;
	font-weight: 300;
    margin: 8px 00;
}
.woocommerce .return-to-shop .wc-backward {
    float: none;
}
.woocommerce .return-to-shop .wc-backward:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #000;
    opacity: 1;
}


.woocommerce .woocommerce-notices-wrapper .woocommerce-message br {
    display: none;
}
.woocommerce .woocommerce-form-coupon-toggle {
	margin: 10px 0 20px 0;
}

.woocommerce .checkout.woocommerce-checkout  {
    /*padding: 3.5rem 0 0 0;*/
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 2.5rem;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 24px;
	padding-top: 20px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last
{
    width: 49%;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.75);
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 70%;
	font-weight: 300;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    line-height: 140%;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
    height: calc(2.6em + 0.8rem + 2px);
    padding: 0.3rem 1.5rem;
    font-size: 83%;
    font-weight: 300;
    color: #000;
    background-color: #ededed;
    border: 1px solid transparent;
}
.woocommerce form .form-row .selection {
    padding: 0;
    display: block;
    width: 100%;
    line-height: 1.67;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
    height: calc(2.67em + 0.8rem + 2px);
    font-size: 1.2rem;
    font-weight: 400;
    color: #1d1d1d;
    background-color: #ededed;
    border: 1px solid transparent;
}
.woocommerce form .form-row .selection  .select2-selection--single,
.woocommerce form .form-row .selection  .select2-selection__arrow {
    background-color: transparent;
    border: none;
    padding: 1rem 1.3rem;
    height: auto;
    display: block;
}
.woocommerce form .form-row .selection  .select2-selection__arrow {
    height: 88%;
    padding-right: 1rem;
}
.woocommerce form .form-row .select2-container--open .select2-dropdown--below {
    margin-top: -30px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

/* Order Textfeld */
.woocommerce form .form-row textarea {
    height: 200px;
    padding: 1rem 1.3rem;
}


.woocommerce form .woocommerce-additional-fields h3#order_review_heading,
.woocommerce form .woocommerce-additional-fields h3 {
    display: none !important;
}
.woocommerce form .woocommerce-additional-fields h3#order_payment_heading {
    display: block !important;
    font-size: 24px;
    margin: 0;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3rem;
    border-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    margin-right: 50px;
    line-height: 130%;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    display: none !important;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    font-size: 1rem;
    font-weight: lighter;
    line-height: 1.2;
}

.woocommerce .review-box-title {
    font-size: 24px;
    margin: 0;
    padding-top: 2.5rem;
}
.woocommerce .sticky-top {
    z-index: 1;
}
.woocommerce table.shop_table {
    background-color: transparent;
    border: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 3.4rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 15px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total {
    /*font-size: inherit;*/
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total {
    line-height: 120%;
	font-size: 90%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .wc-gzd-product-name-left {
    display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .wc-gzd-product-name-right br {
    display: none;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .wc-gzd-product-name-right {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .wc-gzd-product-name-right .product-quantity {
    min-width: 40px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .tax-rate.tax-rate-ch-mwst-ch-1 td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .order-total td {
    text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .tax-rate th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table .tax-rate td
{
    font-weight: 300;
}

.woocommerce .checkout.woocommerce-checkout.woocommerce-checkout-review-order  {
}


/* Checkout Tabelle   */
.woocommerce table.shop_table th{
    font-weight: 300 !important;
	font-size: 65% !important;
}
.woocommerce table.shop_table td.product-name  {
    font-weight: 300 !important;
	font-size: 65% !important;
}


/*@media(max-width: 1024px) {*/
@media (max-width: 768px) {
	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border-bottom: 2px solid #f4f4f4;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-price,
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: right !important;
		padding: 0;
		background-color: transparent !important;
	}

	.woocommerce table.shop_table_responsive tr td.product-name,
	.woocommerce-page table.shop_table_responsive tr td.product-name {
		text-align: left !important;
		margin-bottom: 1rem;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-name br {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr td.product-name::before,
	.woocommerce-page table.shop_table_responsive tr td.product-name::before {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr td.product-quantity::before,
	.woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
		padding-top: 10px;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		min-width: 170px;
		text-transform: none;
		text-align: left;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td {
		border-bottom: 0;
		padding: 10px 0 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity .quantity {
		justify-content: flex-end;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
		width: 100%;
	}

	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit.disabled,
	.woocommerce #respond input#submit:disabled,
	.woocommerce #respond input#submit:disabled[disabled],
	.woocommerce a.button.disabled,
	.woocommerce a.button:disabled,
	.woocommerce a.button:disabled[disabled],
	.woocommerce button.button.disabled,
	.woocommerce button.button:disabled,
	.woocommerce button.button:disabled[disabled],
	.woocommerce input.button.disabled,
	.woocommerce input.button:disabled,
	.woocommerce input.button:disabled[disabled] {
		max-width: 100%;
		float: none;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		max-width: 100%;
	}

	/*	Gutschein Coupon */
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text + .button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text + .button {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce table.shop_table_responsive tr td.product-thumbnail::before {
		content: "";
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
		display: block;
		padding: 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail img {
		width: 60px;
	}

	/*Woocommerce Warenkorb Mobile*/
	.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
		display: flex !important;
		flex-wrap: wrap;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-remove {
		order: 0;
		text-align: start !important;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-name {
		width: 50%;
		order: 1;
		margin-bottom: 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-thumbnail {
		width: 50%;
		order: 2;
		padding: 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-price {
		width: 100%;
		order: 3;
		margin-top: 2rem;
		padding-bottom: 10px;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-quantity {
		width: 100%;
		order: 4;
		padding: 0;
	}

	.woocommerce .woocommerce-cart-form table.shop_table td.product-subtotal {
		width: 100%;
		order: 5;
	}

	.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item a.remove {
		display: inline-block;
		border-radius: 0;
		width: auto;
		height: auto;
	}
}

.woocommerce #content table.cart td.actions .coupon input, 
.woocommerce table.cart td.actions .coupon input, 
.woocommerce-page #content table.cart td.actions .coupon input, 
.woocommerce-page table.cart td.actions .coupon input, 
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	opacity: .5!important;
}
/* Kasse > Gutschein Dropdown */
.woocommerce-form-coupon-toggle a.showcoupon {
	opacity: .3;
}

/*Warenkorb Gutschein Feld*/
.woocommerce-page table.woocommerce-cart-form__contents .coupon input.input-text{
	font-size: 14px !important;
}
.woocommerce-page .cart_totals  h2{
	font-size: 120%;
}





/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #222;
border-color: #222;
color: #ffffff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::after {
    background: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover::before {
    border: 2px solid #fff !important;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    border: 1px solid #eee;
    /* box-shadow: 3px 8px 20px rgba(50, 50, 50, 0.2); */
    padding: 5px;
}

 /* Shop Buttons*/
.woocommerce-mini-cart__buttons .button,
.res-login .btn {
    background-color: #fff !important;
    border: 1px solid #1d1d1d !important;
    color: #000 !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-size: 95% !important;
    border-radius: 0 !important;
    line-height: 100% !important;
    padding: 15px 15px 14px 15px !important;
}
.woocommerce-mini-cart__buttons .button:hover,
.res-login .btn:hover {
opacity: 0.5;
	    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    font-size: 90%;
    padding: 0.618em 1em;
/*		padding: 0.4rem 2.4rem;*/
		font-weight: 300;
		border-radius: 0px;
    color: #000 !important;
    background-color: #fff;
	border: 1px solid #000;
}



.woocommerce-message .button {
    background: #222 !important;
    color: #fff !important;
}

.woocommerce-message .button.wc-forward {
    background: #222 !important;
	font-size: 130% !important;
    color: #fff !important;
}

@media only screen and (max-width: 970px) {
	.woocommerce-message .button.wc-forward {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}
}


/*  LIGHTBOX GALLERY  wc-product-gallery-lightbox   */

.pswp__caption__center {
	display: none;
}
.pswp__bg {
	background: rgba(0,0,0, .85);
}
.admin-bar .pswp {
    height: calc(100% - 0px);
    top: 0 !important;
}



.res-login .user-eingeloggt .btn-primary {
    background-color: #222 !important;
    border: 1px solid #222 !important;
    color: #fff !important;
	font-weight: 300!important;
	border-radius: 40px;
}



/*************************************************************************/
/*  WooCommerce Sortieren  */



.woocommerce .res-shop--page .res-woo-widget-sort select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!--%3E%3Cpath d='M4.251 181.1C7.392 177.7 11.69 175.1 16 175.1c3.891 0 7.781 1.406 10.86 4.25l197.1 181.1l197.1-181.1c6.5-6 16.64-5.625 22.61 .9062c6 6.5 5.594 16.59-.8906 22.59l-208 192c-6.156 5.688-15.56 5.688-21.72 0l-208-192C-1.343 197.7-1.749 187.6 4.251 181.1z'/%3E%3C/svg%3E") !important;
      background-repeat: no-repeat;
      background-position-x: 96%;
      background-position-y: 45%;
        background-size: 12px;
      border: 1px solid #eee;
      border-radius: 0px;
      padding: 0.5rem 1rem;
      padding-right: 2rem;
      font-size: 12px;
      line-height: 140%;
}
.woocommerce .res-shop--page .res-woo-widget-sort select *{
    font-weight: 300 !important;
    font-size: 13px!important;
}


/*************************************************************************/
/*  WooCommerce Filter  */



/*  Widgets  */
.woocommerce.widget_product_categories,
.woocommerce.widget_layered_nav,
.woocommerce.widget_product_search,
.woocommerce.widget_price_filter {
    margin-right: 40px;
    margin-bottom: 20px;
	display: flex;
}
.woocommerce.widget_layered_nav h4.widget-title{
    font-size: 65%;
	padding: 14px 10px 0 0;
	opacity: 0.5;
	text-transform: none;
}
/*  Widget Titles  */
h4.widget-title {
    font-size: 60%;
    text-transform: uppercase;
}

.woocommerce .woocommerce-widget-layered-nav-list{
    display: flex;
}
/*  Widgets List Li   */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    font-size: 80%;
    line-height: 120%;
    padding-right: 30px;
}

/*  Filter Dropdown Style Kategorien-Filter  */
.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #fff;
    color: #9e9e9e;
}
.select2-results {
	font-size: 85%;
}
.select2-results__option {
    padding: 0 6px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 300;
    color: #000;
    font-size: 110%;
}

/*  filter dropdown open, ebene 2 */
.woocommerce .select2-results__option {
    padding-left: 25px;
    font-size: 65%;
	font-weight: 300;
	line-height: 130%;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='26' viewBox='0 0 26 26' width='26' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
	margin-left: -10px;
    margin-top: 2px;
}

.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 6px 7px 6px;
}

.woocommerce .select2-container--default .select2-results__option[aria-selected=true], .woocommerce .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #f3f3f3;
}

/*  filter dropdown  -- Placeholder */
.woocommerce .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
	opacity: .8;
    font-size: 80%;
}
.woocommerce .select2-container--default .select2-selection--single {
    border: 1px solid #eee;
    border: 0;
    border-radius: 0;
    height: 43px;
    padding: 5px 3px 5px 3px;
    border: 1px solid #eee;
}

/*  filter dropdown - Selected  */
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-weight: 300;
    font-size: 90%;
    margin: 0 30px 0 10px;
    border: 0;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown .select2-container--open:hover,
.woocommerce .woocommerce-widget-layered-nav-dropdown .select2-container--open:focus,
.woocommerce .woocommerce-widget-layered-nav-dropdown .select2-container--open:active {
	border: 1px solid #dedede;
}

/*  Text Widget  */

.res-woo-shoppage-widgets .widget_block {
	font-size: 75%;
}


/*  Widgets Price Filter Btn  */
.woocommerce .widget_price_filter .price_slider_amount .button {
    padding: 0.2rem 0.5rem;
    margin-top: -5px;
    font-size: 100%;
    font-size: 300;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-left: 5px;
}

/*  Preis Filter Style  */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #fafafa;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #eee;
    width: 0.75em;
    height: 0.75em;
}
.woocommerce .widget_price_filter .price_slider_amount {
    line-height: 102%;
    font-size: 14px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em;
}
@media only screen and (min-width: 1390px) {
.woocommerce.widget_price_filter{ min-width: 315px;}
}

/*  count zahlen beim Filter  */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count {
    opacity: .5;
    font-size: 80%;
}
/*  Aktiv Filter X */
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    margin-right: .618em;
    content: "";
    color: #ccc;
    font-size: 80%;
}




/*************************************************************************/
/*  Warenkorb  Mini Cart  */

.woocommerce ul.product_list_widget li.woocommerce-mini-cart-item a {
    font-weight: 600;
    font-size: 90%;
    line-height: 120%;
}

@media only screen and (max-width: 970px) {
	.shop-mobile-nav.accordion{	font-size: 80%;	font-weight: 300;}
}

/*  Remove rotes X Produkt entfernen */
.woocommerce ul.product_list_widget li.woocommerce-mini-cart-item .remove  {
    font-size: 130%;
	font-weight: 300;
    text-align: right;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}
.woocommerce a.remove {
    font-weight: 300;
}
.woocommerce a.remove:hover {
    background: transparent;
	color: red !important;
	opacity: .5;
	padding-left: 5px;
}

.woocommerce a.remove::after {
    content: attr(aria-label);
    font-weight: 300;
    font-size: 16px;
    margin-left: 7px;
    margin-top: 5px;
	display: none;
}

.woocommerce ul.product_list_widget li.woocommerce-mini-cart-item .quantity {
	margin-top: 7px;
	display: block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    transition: all .4s ease-in-out;
}
.woocommerce .woocommerce-mini-cart__buttons.buttons a {
	margin-top: 10px;
}
@media only screen and (max-width: 970px) {
	.woocommerce .woocommerce-mini-cart__buttons.buttons a {
    margin-top: 0px;
    margin-right: 10px;
}
} 


.warenkrob-dropdown p.woocommerce-mini-cart__total.total {
    font-weight: 300;
    font-size: 80%;
	margin-top: 15px;
}
.warenkrob-dropdown .quantity{
    font-weight: 400;
    font-size: 80%;
	margin-top: 15px;
}

.warenkrob-dropdown li img {
	border: 1px solid #eee;
}


/*************************************************************************/
/*  Woo Custom divers  */
 

/*  Produkt Detail  */
.woocommerce-product-gallery__wrapper div {
	margin-right: 10px;
}

/* Tabs Font-size */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    font-size: 80%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 300;
}


/*  begrenze Product Kurzbeschreib*/

.woocommerce-product-details__short-description {
	font-size: 85%;
	line-height: 130%;
	font-weight: 300;
	max-height: 260px;
	overflow: auto;
	width: 100%;
	padding: 15px 0;
	margin: 15px 0;	
/*
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
*/
}

@media only screen and (max-width: 970px) {
	.woocommerce-product-details__short-description {
		font-size: 90%;
		max-height: 140px;
	}
}

/* Produkt-Detail Eigenschaften */
.woocommerce .woocommerce-product-attributes {
	font-size: 75%;
	font-weight: 300;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.0);
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 12px 0;
}
.woocommerce table.shop_attributes th {
    width: 25%;
    font-weight: 400;
    padding: 12px;
}


/* Produkt-Detail kategorien */
.product_meta {
	margin-top: 10px;
	display: none;
}


.product_meta span {
	font-size: 75%;
	line-height: 120%;
	padding: 10px 0;
	opacity: .5;
}
.product_meta a{
	padding: 0 2px;
}
.product_meta a:hover{
	color: #000 !important;
	font-weight: 400 !important;
	opacity: 1.0 !important;
}


/* Tab Produkt Beschreib */

.woocommerce-Tabs-panel--description {
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 180px;
}

@media only screen and (max-width: 970px) {
	.woocommerce-Tabs-panel--description {
	font-size: 75%;
	line-height: 130%;
	}
}


/* upsale */
.up-sells.upsells.products > h2 {
	font-size: 110%;
    padding: 40px 0 15px 0;
}

/* crosssale warenkrob no-show  */
.cart-collaterals .cross-sells{
 	display: none;
}
.cart-collaterals .cross-sells > h2 {
 	font-size: 110%;
}


/* related products - ahnliche produkte */
.related.products{
	padding-top: 60px;
	clear: both;	
}
.related.products h2{
	font-size: 160%;
	padding-bottom: 15px;
}

/* message bg */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color:  #fff!important;
}
/* message btn */
.woocommerce-message .button.wc-forward {
    background: #222 !important;
    font-size: 110% !important;
	font-weight: 300;
    color: #fff !important;
}

/* checkout forms */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #eee;
}

/* checkout dropdown */
.woocommerce form .form-row .selection {
    background-color: #eee;
}

/* Titel Rechnungsdetails */
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 200%;
}
/* Titel Deine Bestellung */
h3#order_review_heading{
	font-size: 140%;
	padding-top: 40px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 3.3rem;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields {
    padding-top: 0rem;
}

/* Tabelle span */
.woocommerce ul#shipping_method .amount {
    font-weight: 400!important;
}

/*Datenschutz hinweis */
.woocommerce-privacy-policy-text {
	font-size: 13px;
	line-height: 130%;
}

/*Checkout Bestellen Button mehr padding */
/*
.place-order button#place_order {
	padding: 15px 35px;
}
*/



/*************************************************************************/
/*  KASSE Order Checkout */


@media only screen and (min-width: 970px) {
/*	Spalte Abstand Desktop */
	.woocommerce-billing-fields,
	.woocommerce-additional-fields__field-wrapper{
		margin-right: 30px;
	}
	.woocommerce-additional-fields {
		margin-bottom: 90px;
	}
}

/*Spalte Payments */
#add_payment_method #payment div.form-row, 
.woocommerce-cart #payment div.form-row, 
.woocommerce-checkout #payment div.form-row {
    padding: 1em 1em 1em 0;
}
/*Payments Label*/
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 300;
	font-size: 85%;
}
/* required field * extra small */
.checkout.woocommerce-checkout abbr.required {
	font-size: 9px;
}

/*************************************************************************/
/*  Bestellung Abgeschlossen Order received */


.woocommerce-order-received .res-content .woocommerce-order{
	font-size: 85%;
	line-height: 140%;
	font-weight: 300;
	padding: 40px 0;
}
.woocommerce-order-received .res-content .woocommerce-order h2,
.woocommerce-order-received .res-content .woocommerce-order h3{
	font-size: 120%;
	font-weight: 300;
}
.woocommerce-order-received .res-content .woocommerce-order address{
	line-height: 160%;
	border: 0;
	padding-left: 0;
}
.woocommerce-order-received table.shop_table tbody th,
.woocommerce-order-received table.shop_table tfoot td,
.woocommerce-order-received table.shop_table tfoot th {
	font-weight: 300 !important;
	font-size: 16px !important;
}
.woocommerce ul.order_details {
    margin: 0 0 3em;
	padding-left: 5px;
	padding-top: 20px;
    list-style: none;
}
.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    font-size: 80%;
    line-height: 140%;
    border-right: 1px solid #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

h3#ship-to-different-address .woocommerce-form__label-for-checkbox {
	font-size: 18px;
    padding-top: 12px;
}



/* Woo PRICE  Stock  -----------------------------   */

.stock.out-of-stock{
	border: 1px solid #000;
	padding: 10px;
	color: #000;
	font-size: 12px;
	line-height: 120%;
}

/*  out of stock  */
.woocommerce div.product p.stock{
	display: inline-block;
	font-size: 80%;
	font-weight: 300;
	line-height: 120%;
	border: 0;
	padding: 10px 20px;
	margin: 18px 0;
}

.woocommerce div.product p.stock.out-of-stock  {
	border: 1px solid #4a90e2;
    color: #4a90e2;
}
.woocommerce div.product p.stock.out-of-stock:before {
    content: "\f02e";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    margin-right: 15px;
}


/* Woo Warenkrob mit Versandkosten - Total Cards  -----------------------------   */



/* dropdown select country */
#calc_shipping_country_field .select2-selection--single {
	padding: 8px;
}
#calc_shipping_country_field .select2-selection--single .select2-selection__arrow {
	 height: 61%;
}
#calc_shipping_country_field .selection {
	 height: 46px;
}


#calc_shipping_state_field > span {
	width: 100%;
}
#calc_shipping_state_field .select2-selection--single {
	padding: 8px;
	width: 100%;
}

#calc_shipping_state_field .select2-selection .select2-selection--single {
	padding: 0px !important;
}
#calc_shipping_state_field .select2-selection--single .select2-selection__arrow {
	 height: 61%;
}
#calc_shipping_state_field .selection {
	 height: 46px;
}


/*Cards TOTAL und SHIPPPING  */
.cart_totals.calculated_shipping table.shop_table {
	font-size: 90%;
	line-height: 120%;
}

.woocommerce-shipping-methods {
	font-size: 80%;
	font-weight: 400 !important;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-bottom: 1px solid #dedede;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount.amount {
	font-size: 18px;
	font-weight: 400;
}

.woocommerce-shipping-methods {
}
/*Liefer Optionen im Total Card */
ul.woocommerce-shipping-methods li {
	font-size: 75%;
	line-height: 100%;
	padding: 5px 8px;
}
.woocommerce ul#shipping_method li .woocommerce-Price-amount.amount {
	padding-left: 12px;
}
.woocommerce ul#shipping_method li input {
	margin-top: 8px;
}


/*adress preview */
.woocommerce-shipping-destination {
	font-size: 70%;
	line-height: 120%;
	padding: 0 10px 16px 0;
}
.woocommerce-shipping-destination strong {
	font-weight: 300 !important;
	padding-left: 12px;
}

/*Berechnen Btn versandkosten */
.woocommerce-shipping-calculator {
}
.shipping-calculator-button {
	font-size: 70%;
	text-transform: uppercase;
	color: #000;
}

.shipping-calculator-form p {
	background-color: #f4f4f4;
	padding: 12px 20px !important;
	margin: 0 !important;
}

/* Versandkosten Optionen mittig zentriert */

.woocommerce-shipping-methods li {
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
.woocommerce ul#shipping_method li input {
    margin: 0;
    margin-right: 10px;
}
.woocommerce ul#shipping_method li label {
    margin-bottom: 0;
    font-weight: 300;
}
.woocommerce ul#shipping_method li label[for="shipping_method_0_flat_rate1"] {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 786px) {
    .woocommerce ul#shipping_method li label[for="shipping_method_0_flat_rate1"] {
        flex-direction: column;
    }
}




/*CHF hochgestellt*/
/*
.product  .price .woocommerce-Price-currencySymbol{
	font-size: 16px;
	line-height: 16px;
	vertical-align: top;
	content: "+";
	padding-right: 5px;
}
*/
/*
.res-warenkorb .woocommerce-Price-currencySymbol {
	font-size: 11px;
	line-height: 11px;
}
*/

.shipping_method small {
	font-size: 14px;
	line-height: 14px;
}








/*************************************************************************/
/*  style_custom.css   */





