/*Headbereich*/
.clearer {width:100%; float:left; height:1px; clear:both;}


select {

  /* make arrow and background */

  background:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #a63492, #a63492);
  background-position:
    calc(105.2% - 21px) calc(1em - 2px),
    calc(105.2% - 16px) calc(1em - 2px),
    105% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;

  /* styling and reset */

  border: thin solid #a63492;
  line-height: 1.1 em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
}


@media only screen and (min-width: 368px) and (max-width: 492px){

.woocommerce-ordering  { width: 100% !important; float:left;}
.woocommerce-ordering select { width: 100% !important; left: 0px;


	background-position: calc(102.2% - 21px) calc(1em - 2px), calc(102.2% - 16px) calc(1em - 2px), 102% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

}

@media only screen and (max-width: 368px){

.woocommerce-ordering  { width: 100% !important; float:left;}
.woocommerce-ordering select { width: 100% !important; left: 0px;


	background-position: calc(103.2% - 21px) calc(1em - 2px), calc(103.2% - 16px) calc(1em - 2px), 103% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
}

}




/* Warenkorb */

.woocommerce .woocommerce-info {
    border-top-color: #a63492 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {

    background-color: #a63492 !important;
  	color:white !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {

    background-color: #666 !important;

	color:white !important;
}


.agbclearer { position:relative; float:left; width:100%; clear:both;}
#agb_check input, #wrb_check input{ position:relative; float:left; width:auto; margin-right:8px; margin-top:6px;}




/* Kasse */


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0px;

    border: 1px solid rgba(0,0,0,.1);
}

.weitershoppen { position:absolute;}

@media only screen and (max-width: 768px){
	.weitershoppen { position:relative;}
	}

#order_review_heading {margin-top:20px;}

/* Breadcrumb */

.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
    margin: 1em 0  6px 0em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

/*Login*/
#masternav select { display:none;}

.shopviewer { position:relative !important; float:left; display:block !important; z-index:999 !important; }

.customlogin h4, .customlogin form, .customlogin p{ position:relative; float:left; width:auto; font-size:14px !important;}
.customlogin .logout h4, .customlogin .login-remember, .woo-ma-lost-pass{ display:none;}
.customlogin .login-remember{}

.customlogin { color:white; font-family: 'Abel', sans-serif;}


.customlogin input{ background-color:white !important; height:22px !important; line-height:10px; padding:2px 7px !important; width:80px !important; border:none !important; }
.customlogin input[type="submit"] {background-color:#a63492 !important; padding:0px 7px !important; height:22px !important; background:#a63492 !important; border:0px !important; color:white; line-height:16px !important; top:-2px; border-radius:0px;}
.customlogin input[type="submit"]:hover { background:#666 !important; border:0px solid #a63492 !important; color:white; }


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{ background-color:white !important;}
.login-username{ margin:8px 8px 0 0;}
.login-password{margin:8px 8px 0 0; }
.login-remember{margin:8px 8px 0 0; }
.login-submit{margin:8px 8px 0 0; }

.woo-ma-cart-link, .login a{background:#a63492; color:white; padding: 2px 15px; text-shadow:none !important;}

.woo-ma-cart-link:hover, .login a:hover{background:#666; color:white; padding-left:15px; padding-right:15px;}

@media only screen and (min-width: 992px){
.woo-ma-cart-link{position:relative; margin:8px 8px 0 0 !important; }
}

.customlogin p{margin-top:8px;}

.login-password label, .login-username label{/*width:60px; text-align:left;*/ display:none;}
.login-submit { }






@media only screen and (max-width: 568px){
	.login-password{clear:left; margin:8px 8px 0 0;}
	.logout p { clear:both; width:100%; position:relative;}

}

/*Logged in*/
.login h4{}
.shopviewer .login h4, .shopviewer .login form, .shopviewer .login p, .shopviewer .login ul{position:relative; float:left; width:auto; color:white !important; margin:8px 8px 0 0 !important; font-size:14px !important;}
.login h4{ margin:8px 8px 0 0 !important;}

.login .woo-ma-cart-link{ display:none;}
.login {}
.login {}

.login {}
.login {}
.login {}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type="password"]:focus { border:0px !important;}

:-ms-input-placeholder { /* IE10–11 */
    color: #ccc !important;
    font-weight: 400 !important;
}

@media only screen and (max-width: 568px){
	.login-password{clear:left; margin:8px 8px 0 0;}
	.login p { clear:both; width:100%; position:relative;}
	.login h4 {margin-bottom:0px !important}
	.login ul {  margin-top:0px !important; }
}

/*Headbereich ende*/

/* Sidebar */

.woocommerce-product-search { }

.woocommerce-product-search label { display:none !important;}

#sidebar .sidebar-box:last-child li, #sidebar-two .sidebar-box:last-child li {
    color: white;
    border-bottom: 1px dotted white;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 12px !important;
}


/*Produktseite*/

.button { opacity:1 !important; transition: all 0.5s;}
.button:hover { opacity:.7 !important; transition: all 0.5s;}

.product span.onsale{ border:0px solid lime; margin:-6px 0 0 -20px !important; }



.produktcat span.onsale { border:0px solid lime; margin:-6px -6px -6px -5px !important; }

.attachment-shop_single { position:relative;  border:0px solid red;}

.woocommerce span.onsale {

    padding: 8px 8px 0 7px !important;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1.836;
    top: 0em;
    left: 0em;
    margin: -6px 0 0 -5px ;
    border-radius: 0;
    background-color: #a63492 !important;
	background: #a63492 !important;
    color: #fff;
    font-size: 1em;
    text-shadow: 0px !important;
    -webkit-box-shadow: 0 !important;
}

.amount { border:0px !important; text-decoration:none !important; }

.quantity .screen-reader-text { display: none; }

.quantity input.qty, #content .quantity input.qty {
    width: 40px;
    height: 29px !important;
    float: left;
    padding: 0;
    text-align: center;
    border: 1px solid #c7c0c7;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 0 0 2px 0 #f7f6f7;
    -webkit-box-shadow: inset 0 0 2px 0 #f7f6f7;
    -moz-box-shadow: inset 0 0 2px 0 #f7f6f7;
    font-weight: bold;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: "" !important;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
	width:0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: none;
}

/* WooCommerce Price (Regular Price) */
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product-price del, .woocommerce ul.cart_list li .quantity del, .woocommerce-page ul.cart_list li .quantity del, .woocommerce ul.product_list_widget li .quantity del, .woocommerce-page ul.product_list_widget li .quantity del {
	color:#666;
	font-size: 0.85em;
	text-decoration: line-through;
}

/* WooCommerce Price (Sale Price) */
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins, .product-price ins, .woocommerce ul.cart_list li .quantity ins, .woocommerce-page ul.cart_list li .quantity ins, .woocommerce ul.product_list_widget li .quantity ins, .woocommerce-page ul.product_list_widget li .quantity ins {
	text-decoration:none !important;
}



.caption { /*position:absolute;  width:100%; clear:both; bottom:18px; padding-left:12px; color:white;  text-shadow: 2px 2px 2px #a63492;*/ font-family: 'Abel', sans-serif; text-transform:uppercase;}

.produktcat .star-rating { display:none !important;}

.produktcat h3 { line-height:1em !important; text-transform:none !important; max-height:32px !important; min-height:32px !important; overflow:hidden; margin:6px 0 0px 0;}

.product-thumb { width:100%; height:auto;}

.products .row div, .produktcat{ padding-right:0px; transition:all 0.5s;}
.products .row div p{ margin:0px; height:0px;}


.produktcat .onsale { opacity:1;  z-index:9999 !important;}
.produktcat .size-shop_catalog:hover { opacity:0.7; transition:all 0.5s; z-index:1}

.products .row  { padding-right:15px;}
.products .row div h3{ margin-bottom:0px;}
.products .row .price{ padding-bottom:8px; position:relative; float:left; margin-bottom:0px; width:100%; clear:both; margin-top:4px;}
.price .amount{  font-family: 'Abel', sans-serif !important; text-decoration:none !important;
}
.produktcat .price .amount{  font-family: 'Abel', sans-serif !important; font-size:14px; text-decoration:none !important;
}

.price del .woocommerce-Price-amount{
    text-decoration: line-through !important;
}


.produktcat ins {
    text-decoration: none !important;
}


.allePreise { font-size:10px; padding-left:0px; margin-top:0px; margin-bottom:16px;}

.products .row .price del{/*  display:none; */ }
.products .row .price del .amount{/*  display:none; */ font-size:10px !important}


.products img { height:auto !important; width:100% !important; border: 1px solid #666;opacity:1; transition:all 0.6s; }
.products img:hover { opacity:0.8; transition:all 0.6s; }

@media only screen and (min-width: 466px){
.produktcat{ height:auto; /* min-height:345px !important; */ border:0px solid red; margin-bottom:0px;}

}

@media only screen and (min-width: 767px){
.produktcat .button { position:relative !important; bottom:0 !important; left:0px !important;}
.produktcat{ /* min-height:354px !important; */}

}

.produktcat .product_type_grouped { margin-top:26px !important;}
.count {display:none;}

.woocommerce ul.products li.product a img {
    margin-bottom:0px !important;
}


.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
    background-color: #a63492;
   	border-radius:0px !important;
	/*clear:both;*/
	margin-bottom:20px;

}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #333;
    color:white;
}


.current-cat .children{ margin-top:8px;}

@media only screen and (max-width: 492px){

	.logout-link, .myaccount-link { width:120px !important; display: block }



	.wpmenucart-contents { position: relative; float:left; margin-top:-3px;}
	.wpmenucart-icon-shopping-cart-0 { position: relative; float:left; margin-right:5px;}
	.cartcontents { float:left; }
.amount{ clear:both; float:left; margin-left:0px;}
.amount:before{ display: none;}


#user_login, #user_pass {line-height:20px !important;}


.shopviewer { margin-top:6px;}

.menu-warenkorb-container ul li a {
    background: #a63492;
    color: white;
    padding: 6px 15px 8px 10px !important;
}
.menu-warenkorb-container ul li a:hover {
    background: #666;
    color: white;
    padding: 6px 15px 8px 10px !important;
}


.shopviewer .login h4 {
    margin: 5px 8px 0 0 !important;

}

}

@media only screen and (max-width: 568px){

	.logout-link, .myaccount-link { width:120px !important; display: block }
	}


/*Produktseite ende*/

.woocommerce-breadcrumb {
}.woocommerce-breadcrumb a {
    color: #a63492 !important;
}
.woocommerce-breadcrumb a:hover {
    color: #666 !important;
}

.woocommerce ul.products li.product a img {
    width: 85px ;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.4% 2.992em 0;
    padding: 0;
    position: relative;
    /*width:auto !important;*/
		width:12.31%;

	height:auto !important;
}


.empty { color:white !important;}
.sidebar-box label { color:white !important;}

/* Listenansicht */

.wp-caption img { width:100% !important; height:auto !important; }



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 29.15% !important;
	height:auto;
	min-height:268px;

}

ul.products li img { opacity:1; transition:all .5s}
ul.products li img:hover { opacity:.7; transition:all .5s}

.wp-caption{
	   margin-left:20px !important;
}
.wp-caption:nth-last-child(3n){
	margin-left:0px !important;
}

@media only screen  and (max-width: 992px){
	.wp-caption:nth-last-child(3n){
	margin-left:20px !important;
}
.wp-caption{
	   margin-left:20px !important;
}
}

@media only screen  and (max-width: 768px){
	.wp-caption:nth-last-child(3n){
	margin-left:0px !important;
}
.wp-caption{
	   margin-left:20px !important;
}

#user_login, #user_pass {line-height:20px !important;}
}



#wrapinner {
    padding: 0 10px 0 10px !important;
}

@media only screen  and (max-width: 578px){


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
   /* width: auto !important; */
    width: 45% !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
	/*min-height:310px !important;*/
	margin-top:24px !important;
	margin-bottom:0px !important;
}

}

.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

@media only screen  and (max-width: 768px){
.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
	position:relative;
    float: left;
    clear: none!important;
}



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
	min-height:228px;
    clear: none !important;
}

#main #container {
    position: relative;
    float: left;
    margin: 0px;
    width: 100% !important;
}
.term-description img { /*width:100% !important; */
float:left;
 }

.term-description h3{
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3% 0 0;
    padding: 0;
    position: relative;
    /* width: auto !important; */
    height: auto !important;
	min-height:260px;
}
}

@media only screen  and (max-width: 578px){
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3% 0 0;
    padding: 0;
    position: relative;
    /* width: auto !important; */
    height: auto !important;
	min-height:340px !important;
}
}


.producttitlespan {}

/* Custom End */

.clear {
	clear:both
}
.nobr {
	white-space:nowrap
}
.woocommerce_message, .woocommerce_error, .woocommerce_info {
	padding:.55em 1em .55em 3em;
	margin:0 0 2em;
	position:relative;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	background:#f7f6f7;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#f0eef0));
	background:-webkit-linear-gradient(#f7f6f7, #f0eef0);
	background:-moz-linear-gradient(center top, #f7f6f7 0%, #f0eef0 100%);
	background:-moz-gradient(center top, #f7f6f7 0%, #f0eef0 100%);
	color:#5e5e5e;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	text-shadow:0 1px 0 #ffffff;
	list-style:none outside;
	width:auto
}
.woocommerce_message:after, .woocommerce_error:after, .woocommerce_info:after {
	content:"";
	display:block;
	clear:both
}
.woocommerce_message:before, .woocommerce_error:before, .woocommerce_info:before {
	content:"";
	height:16px;
	width:16px;
	display:block;
	position:absolute;
	top:.8em;
	left:1em;
	background-color:white;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em
}
.woocommerce_message .button, .woocommerce_error .button, .woocommerce_info .button {
	float:right
}
.woocommerce_message li, .woocommerce_error li, .woocommerce_info li {
	list-style:none outside
}
.woocommerce_message:before {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAN0lEQVQIHXWMQQ4AMAjCxv7/ZxZIanbYPIhSUbbXo2Jqf0BsA4mjgU1ioAVpSSrDVbPzFgPt7QH7qwoJ3MDCYgAAAABJRU5ErkJggg==) center no-repeat #8fae1b
}
.woocommerce_info:before {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAG0lEQVQIHWP8DwQMQMACxIwwBliECcQDATgDAMHrBQqJ6tMZAAAAAElFTkSuQmCC) center no-repeat #18919c
}
.woocommerce_error:before {
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAHUlEQVQIHWP8DwQMQMAEIkAAzmABchhBIiAGWA0Ar6MFCigWCYMAAAAASUVORK5CYII=) center no-repeat #b81c23
}
p.demo_store {
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:0;
	width:100%;
	font-size:1em;
	padding:.5em 0;
	text-align:center;
	background:#ad74a2;
	background:-webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
	background:-webkit-linear-gradient(#ad74a2, #96588a);
	background:-moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
	background:-moz-gradient(center top, #ad74a2 0%, #96588a 100%);
	border:1px solid #96588a;
	color:#ffffff;
	z-index:999999;
	box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	-webkit-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2);
	-moz-box-shadow:inset 0 0 0 3px rgba(255,255,255,0.2)
}
small.note {
	display:block;
	color:#777777;
	font-size:11px;
	line-height:21px;
	margin-top:10px
}
#breadcrumb {
	margin:24px 0 0 0;
	padding:0;
	font-size:18px;
	color:#333;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
#breadcrumb:after {
	content:"";
	display:block;
	clear:both
}
#breadcrumb a {
	color:#333;
	font-size:18px;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}
.col2-set {
	width:100%
}
.col2-set:after {
	content:"";
	display:block;
	clear:both
}
.col2-set .col-1 {
	float:left;
	width:48%
}
.col2-set .col-2 {
	float:right;
	width:48%
}
div.product, #content div.product {
	margin-bottom:0;
	position:relative
}
div.product .product_title, #content div.product .product_title {
	clear:none;
	margin-top:0;
	padding:0
}
div.product span.price, div.product p.price, #content div.product span.price, #content div.product p.price {
	/*color:#85ad74;
	font-size:1.25em;*/

	font-family: 'Abel', sans-serif;
	color: #a63492;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
div.product span.price ins, div.product p.price ins, #content div.product span.price ins, #content div.product p.price ins {
	background:inherit
}
div.product span.price del, div.product p.price del, #content div.product span.price del, #content div.product p.price del {
	font-size:0.67em;
	color:rgba(145,145,145,0.5)
}
div.product p.stock, #content div.product p.stock {
	font-size:0.92em;
	display:none !important;
}


div.product .stock, #content div.product .stock {
	color:#85ad74
}
div.product .out-of-stock, #content div.product .out-of-stock {
	color:red
}
div.product div.images, #content div.product div.images {
	float:left;
	margin-bottom:16px;
	width:57.6%;
}
div.product div.images img, #content div.product div.images img {
	display:block;
	width:100%;
	height:auto;

}
div.product div.images div.thumbnails, #content div.product div.images div.thumbnails {
	padding-top:1em
}
div.product div.images div.thumbnails:after, #content div.product div.images div.thumbnails:after {
	content:"";
	display:block;
	clear:both
}
div.product div.images div.thumbnails a, #content div.product div.images div.thumbnails a {
	float:left;
	width:30.75%;
	margin-right:3.8%
}
div.product div.images div.thumbnails a.last, #content div.product div.images div.thumbnails a.last {
	margin-right:0
}
div.product div.images div.thumbnails a.first, #content div.product div.images div.thumbnails a.first {
	clear:both
}
div.product div.summary, #content div.product div.summary {
	position:relative;
	top:-4px;
	float:right;
	width:287px;
	margin-bottom:2em
}
div.product div.social, #content div.product div.social {
	text-align:right;
	margin:0 0 1em
}
div.product div.social span, #content div.product div.social span {
	margin:0 0 0 2px
}
div.product div.social span span, #content div.product div.social span span {
	margin:0
}
div.product div.social span .stButton .chicklets, #content div.product div.social span .stButton .chicklets {
	padding-left:16px;
	width:0
}
div.product div.social iframe, #content div.product div.social iframe {
	float:left;
	margin-top:3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display:none;
}

div.product .woocommerce_tabs, #content div.product .woocommerce_tabs {
	clear:both
}
div.product .woocommerce_tabs ul.tabs, #content div.product .woocommerce_tabs ul.tabs {
	list-style:none;
	padding:0;
	margin:0 0;
	overflow:hidden;
	position:relative;
}
div.product .woocommerce_tabs ul.tabs li, #content div.product .woocommerce_tabs ul.tabs li {
	border:1px solid #fff;
	background:#5e5853;
	display:inline-block;
	position:relative;
	z-index:0;
	font-weight:100;
	margin:0 -5px;
	padding:0 1em;

font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	color:white;
	letter-spacing:1px;
}
div.product .woocommerce_tabs ul.tabs li a, #content div.product .woocommerce_tabs ul.tabs li a {
	display:inline-block;
	padding:.5em 0;

	font-weight:100;
	color:#fff;
	text-decoration:none
}
div.product .woocommerce_tabs ul.tabs li a:hover, #content div.product .woocommerce_tabs ul.tabs li a:hover {
	text-decoration:none;
	color:#fff;
}
div.product .woocommerce_tabs ul.tabs li.active, #content div.product .woocommerce_tabs ul.tabs li.active {

font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	color:white;
	letter-spacing:1px;
	background:#a63492;
	z-index:2;
	border-color:#ffffff;
	padding:0 1em;
}
div.product .woocommerce_tabs ul.tabs li.active a, #content div.product .woocommerce_tabs ul.tabs li.active a {
	color:white;
	text-shadow:none;
	font-weight:100;

}
div.product .woocommerce_tabs ul.tabs li.active:before, #content div.product .woocommerce_tabs ul.tabs li.active:before {
}
div.product .woocommerce_tabs ul.tabs li.active:after, #content div.product .woocommerce_tabs ul.tabs li.active:after {
}
div.product .woocommerce_tabs ul.tabs li:before, div.product .woocommerce_tabs ul.tabs li:after, #content div.product .woocommerce_tabs ul.tabs li:before, #content div.product .woocommerce_tabs ul.tabs li:after {
	border:1px solid #fff;
	position:absolute;
	bottom:-1px;
	width:0px;
	height:0px;
	content:" "
}
div.product .woocommerce_tabs ul.tabs li:before, #content div.product .woocommerce_tabs ul.tabs li:before {
	left:-6px;
	-webkit-border-bottom-right-radius:4px;
	-mox-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border-width:0 1px 1px 0;
	box-shadow:2px 2px 0 #dfdbdf
}
div.product .woocommerce_tabs ul.tabs li:after, #content div.product .woocommerce_tabs ul.tabs li:after {
	right:-6px;

	border-width:0 0 1px 1px;
}
div.product .woocommerce_tabs ul.tabs:before, #content div.product .woocommerce_tabs ul.tabs:before {
	position:absolute;
	content:" ";
	width:100%;
	bottom:0;
	left:0;
	border-bottom:0px solid #dfdbdf;
	z-index:1
}
div.product .woocommerce_tabs .panel, #content div.product .woocommerce_tabs .panel {
	margin:0 0 2em;
	padding:0
}
div.product p.cart, #content div.product p.cart {
	float:right
}
div.product form.cart, #content div.product form.cart {
	margin-bottom:2em
}
div.product form.cart:after, #content div.product form.cart:after {
	content:"";
	display:block;
	clear:both
}
div.product form.cart div.quantity, #content div.product form.cart div.quantity {
	float:left;
	margin:0 4px 0 0
}
div.product form.cart table, #content div.product form.cart table {
	border-width:0 0 1px 0
}
div.product form.cart table td, #content div.product form.cart table td {
	padding-left:0
}
div.product form.cart table div.quantity, #content div.product form.cart table div.quantity {
	float:none;
	margin:0
}
div.product form.cart table small.stock, #content div.product form.cart table small.stock {
	display:block;
	float:none
}
div.product form.cart .variations, #content div.product form.cart .variations {
	margin-bottom:1em
}
div.product form.cart .variations label, #content div.product form.cart .variations label {
	font-weight:bold
}
div.product form.cart .variations select, #content div.product form.cart .variations select {
	width:100%;
	float:left
}
div.product form.cart .variations td.label, #content div.product form.cart .variations td.label {
	padding-right:1em
}
div.product form.cart .variations td, #content div.product form.cart .variations td {
	vertical-align:top
}
div.product form.cart .button, #content div.product form.cart .button {
	vertical-align:middle;
	float:left
}
div.product form.cart .group_table td.label, #content div.product form.cart .group_table td.label {
	padding-right:1em;
	padding-left:1em
}
div.product form.cart .group_table td, #content div.product form.cart .group_table td {
	vertical-align:top
}
span.onsale {
	min-height:32px;
	min-width:32px;
	padding:4px;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	line-height:32px;
	top:6px !important;
	left:20px !important;
	margin:0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#a1c094;
	background:-webkit-gradient(linear, left top, left bottom, from(#a1c094), to(#85ad74));
	background:-webkit-linear-gradient(#a1c094, #85ad74);
	background:-moz-linear-gradient(center top, #a1c094 0%, #85ad74 100%);
	background:-moz-gradient(center top, #a1c094 0%, #85ad74 100%);
	text-shadow:text-shadow:none !important;
	color:#ffffff;
	-webkit-box-shadow:text-shadow:none !important;
	-moz-box-shadow:text-shadow:none !important;
	box-shadow:text-shadow:none !important;
}
.products ul, ul.products {
	margin:0 0 14px;
	padding:0;
	list-style:none outside;
	clear:both;
}
.products ul:after, ul.products:after {
	content:"";
	display:block;
	clear:both;
}
.products ul li, ul.products li {
	list-style:none outside;

}

.upsells h2, .related h2 { margin-bottom:24px;}

.related:after, .upsells.products:after {
	content:"";
	display:block;
	clear:both
}
.related ul.products, .related ul, .upsells.products ul.products, .upsells.products ul {
	float:none
}
.related ul.products li.product, .related ul li.product, .upsells.products ul.products li.product, .upsells.products ul li.product {
	width:12.63%;
	width:12.06%;
}
.related ul.products li.product img, .related ul li.product img, .upsells.products ul.products li.product img, .upsells.products ul li.product img {
	width:100%;
	height:auto
}
ul.products { width:108%}

/* produktbildgröße - alex*/

ul.products li.product {
	float:left;
	margin:0 16px 16px 0;
	padding:0;
	position:relative;
	/*width:12.31%;*/
	margin-left:0;
	height:85px;
}
#featured_products {
	position:relative;
	width:100%;
	margin:16px 0px;
}

#featured_products h2{
	text-transform:uppercase;
	margin:0 0 16px 0px;
}

#featured_products img{
	border:4px solid #a63492;
	width:80px;
	height:80px;
}

#featured_products ul.products li.product {
	float:left;
	margin:0 22px 32px 0;
	padding:0;
	position:relative;
	width:10.58%;
	margin-left:0;
}

#featured_products ul.products li.product:last-child {
	margin:0 0px 16px 0;
}

ul.products li.product:last-child {
	margin:0 0px 16px 0;
}

ul.products li.product .onsale {
	top:0;
	right:0;
	left:auto;
	margin:-6px -6px 0 0
}
ul.products li.product h3 {
	padding:.5em 0;
	margin:0;
	font-size:1em;
	display:block;
}
ul.products li.product a {
	text-decoration:none;

}

ul.products li.product a img {
	width:100%;
	height:auto;
	margin:0 0 8px;
}
ul.products li.product a:hover img {

}
ul.products li.product strong {
	display:block
}
ul.products li.product .price {
	color:#85ad74;
	display:block;
	font-weight:normal;
	margin-bottom:.5em
}
ul.products li.product .price del {
	font-size:0.67em;
	color:rgba(145,145,145,0.5);
	margin:-2px 0 0 0
}
ul.products li.product .price ins {
	background:none
}
ul.products li.product .price .from {
	font-size:0.67em;
	margin:-2px 0 0 0;
	text-transform:uppercase;
	color:rgba(145,145,145,0.5)
}
ul.products li.first {
	clear:none;
}
ul.products li.last {
}
.woocommerce_ordering {
	margin-bottom:2em
}
a.button, button.button, input.button, #respond input#submit, #content input.button {
	/*font-size:100%;*/
	margin:0;
	line-height:1em;
	cursor:pointer;
	position:relative;
	font-family:inherit;
	text-decoration:none;
	overflow:visible;
	padding:6px 10px;
	text-decoration:none;
	font-weight:normal !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	left:auto;
	text-shadow:none !important;
	color:#5e5e5e;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
	border:1px solid #c7c0c7;
	background:#f7f6f7;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#dfdbdf));
	background:-webkit-linear-gradient(#f7f6f7, #dfdbdf);
	background:-moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
	background:-moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	font-size:14px;
}
a.button.loading, button.button.loading, input.button.loading, #respond input#submit.loading, #content input.button.loading {
	color:#777777;
	border:1px solid #f7f6f7
}
a.button.loading:before, button.button.loading:before, input.button.loading:before, #respond input#submit.loading:before, #content input.button.loading:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65)
}
a.button.added:before, button.button.added:before, input.button.added:before, #respond input#submit.added:before, #content input.button.added:before {
	content:"";
	position:absolute;
	height:16px;
	width:16px;
	top:0.35em;
	right:-26px;
	text-indent:0;
	background:url(../images/success.png) no-repeat
}
a.button:hover, button.button:hover, input.button:hover, #respond input#submit:hover, #content input.button:hover {
	background:#f7f6f7;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#d3ced3));
	background:-webkit-linear-gradient(#f7f6f7, #d3ced3);
	background:-moz-linear-gradient(center top, #f7f6f7 0%, #d3ced3 100%);
	background:-moz-gradient(center top, #f7f6f7 0%, #d3ced3 100%);
	text-decoration:none
}
a.button:active, button.button:active, input.button:active, #respond input#submit:active, #content input.button:active {
	top:1px
}
a.button.alt, button.button.alt, input.button.alt, #respond input#submit.alt, #content input.button.alt {
	background:#a63492 !important;
	border-color:#76456c;
	color:#ffffff;
	text-shadow:0 0px 0 rgba(0,0,0,0);
	border-radius:0px;


    color: #fff;
    -webkit-font-smoothing: antialiased;
}
a.button.alt:hover, button.button.alt:hover, input.button.alt:hover, #respond input#submit.alt:hover, #content input.button.alt:hover {
	background:#ad74a2;
	background:-webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#864f7b));
	background:-webkit-linear-gradient(#ad74a2, #864f7b);
	background:-moz-linear-gradient(center top, #ad74a2 0%, #864f7b 100%);
	background:-moz-gradient(center top, #ad74a2 0%, #864f7b 100%);
	color:#ffffff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6)
}
.cart .button, .cart input.button {
	float:none
}
.quantity, #content .quantity {
	/*width:60px;*/
	position:relative;
	margin:0 auto;
	overflow:hidden;
	zoom:1
}
.quantity input.qty, #content .quantity input.qty {
	width:40px;
	height:28px;
	float:left;
	padding:0;
	text-align:center;
	border:1px solid #c7c0c7;
	-webkit-border-top-right-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	box-shadow:inset 0 0 2px 0 #f7f6f7;
	-webkit-box-shadow:inset 0 0 2px 0 #f7f6f7;
	-moz-box-shadow:inset 0 0 2px 0 #f7f6f7;
	font-weight:bold;
	-webkit-border-top-left-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-bottomleft:2px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px
}
.quantity .plus, .quantity .minus, #content .quantity .plus, #content .quantity .minus {
	display:block;
	padding:0;
	margin:0;
	position:absolute;
	text-align:center;
	vertical-align:text-top;
	width:20px;
	height:15px;
	text-decoration:none;
	overflow:visible;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	line-height:13px;
	font-size:12px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#5e5e5e;
	text-shadow:0 1px 0 rgba(255,255,255,0.8);
	border:1px solid #c7c0c7;
	background:#f7f6f7;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#dfdbdf));
	background:-webkit-linear-gradient(#f7f6f7, #dfdbdf);
	background:-moz-linear-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
	background:-moz-gradient(center top, #f7f6f7 0%, #dfdbdf 100%);
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,0.075), inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.1)
}
.quantity .plus:hover, .quantity .minus:hover, #content .quantity .plus:hover, #content .quantity .minus:hover {
	background:#f7f6f7;
	background:-webkit-gradient(linear, left top, left bottom, from(#f7f6f7), to(#d3ced3));
	background:-webkit-linear-gradient(#f7f6f7, #d3ced3);
	background:-moz-linear-gradient(center top, #f7f6f7 0%, #d3ced3 100%);
	background:-moz-gradient(center top, #f7f6f7 0%, #d3ced3 100%)
}
.quantity .plus, #content .quantity .plus {
	top:0;
	right:0;
	border-bottom:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0
}
.quantity .minus, #content .quantity .minus {
	bottom:0;
	right:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	border-top-left-radius:0;
	border-top-right-radius:0
}
#reviews h2 small {
	float:right;
	color:#777777;
	font-size:15px;
	line-height:21px;
	margin:10px 0 0 0
}
#reviews h2 small a {
	text-decoration:none;
	color:#777777
}
#reviews h3 {
	margin:0
}
#reviews #respond {
	margin:0;
	border:0;
	padding:0
}
#reviews #comment {
	height:75px
}
#reviews #comments .add_review:after {
	content:"";
	display:block;
	clear:both
}
#reviews #comments h2 {
	clear:none
}
#reviews #comments ol.commentlist {
	margin:0;
	width:100%;
	background:none
}
#reviews #comments ol.commentlist:after {
	content:"";
	display:block;
	clear:both
}
#reviews #comments ol.commentlist li {
	padding:00;
	margin:0 0 20px;
	border:0;
	position:relative;
	background:0;
	border:0
}
#reviews #comments ol.commentlist li .meta {
	color:#777777;
	font-size:0.75em
}
#reviews #comments ol.commentlist li img {
	float:left;
	position:absolute;
	top:0;
	left:0;
	padding:3px;
	width:32px;
	height:auto;
	background:#f7f6f7;
	border:1px solid #f0eef0;
	margin:0;
	line-height:1
}
#reviews #comments ol.commentlist li .comment-text {
	margin:0 0 0 0px !important;
	border:1px solid #f0eef0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:1em 1em 0
}
#reviews #comments ol.commentlist li .comment-text p {
	margin:0 0 1em
}
#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size:0.83em
}
#reviews #comments .commentlist > li:before {
	content:""
}
.star-rating {
	float:right;
	width:80px !important;
	height:16px;
	background:url(../images/star.png) repeat-x left 0
}
.star-rating span {
	background:url(../images/star.png) repeat-x left -32px;
	height:0;
	padding-top:16px;
	overflow:hidden;
	float:left
}
.hreview-aggregate .star-rating {
	margin:10px 0 0 0
}
#review_form #respond {
	position:static;
	margin:0;
	width:auto;
	padding:0 0 0;
	background:transparent none;
	border:0
}
#review_form #respond:after {
	content:"";
	display:block;
	clear:both
}
#review_form #respond p {
	margin:0 0 10px
}
#review_form #respond .form-submit input {
	left:auto
}
#review_form #respond textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%
}
p.stars:after {
	content:"";
	display:block;
	clear:both
}
p.stars span {
	width:100px;
	height:16px;
	position:relative;
	float:left;
	background:url(../images/star.png) repeat-x left 0
}
p.stars span a {
	float:left;
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:0;
	padding-top:16px;
	overflow:hidden
}
p.stars span a:hover, p.stars span a:focus {
	background:url(../images/star.png) repeat-x left -16px
}
p.stars span a.active {
	background:url(../images/star.png) repeat-x left -32px
}
p.stars span a.star-1 {
	width:16px;
	z-index:10
}
p.stars span a.star-2 {
	width:16px;
	z-index:9
}
p.stars span a.star-3 {
	width:16px;
	z-index:8
}
p.stars span a.star-4 {
	width:16px;
	z-index:7
}
p.stars span a.star-5 {
	width:16px;
	z-index:6
}
table.shop_attributes {
	border:0;
	border-top:1px dotted rgba(0,0,0,0.1);
	margin-bottom:1.618em;
	width:100%
}
table.shop_attributes th {
	width:150px;
	font-weight:bold;
	padding:8px;
	border-top:0;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	margin:0;
	line-height:1.5em
}
table.shop_attributes td {
	font-style:italic;
	padding:0;
	border-top:0;
	border-bottom:1px dotted rgba(0,0,0,0.1);
	margin:0;
	line-height:1.5em
}
table.shop_attributes td p {
	margin:0;
	padding:8px 0
}
table.shop_attributes .alt td, table.shop_attributes .alt th {
	background:rgba(0,0,0,0.025)
}
table.shop_table {
	border:1px solid rgba(0,0,0,0.1);
	margin:0px -1px 24px 0px;
	text-align:left;
	width:100%;
	border-collapse:separate;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:0px !important
	}
table.shop_table th {
	font-weight:bold;
	line-height:18px;
	padding:9px 12px
}
table.shop_table td {
	border-top:1px solid rgba(0,0,0,0.1);
	padding:6px 12px;
	vertical-align:middle
}
table.shop_table td.product-quantity {
	text-align:center
}
table.shop_table tfoot td {
	font-weight:bold
}
table.my_account_orders {
	font-size:0.85em
}
table.my_account_orders th, table.my_account_orders td {
	padding:4px 8px;
	vertical-align:top
}
table.my_account_orders .button {
	white-space:nowrap
}
td.product-name dl.variation {
	margin:.25em 0 .5em;
	font-size:0.8751em
}
td.product-name dl.variation dt {
	font-weight:bold;
	float:left;
	clear:left;
	margin:0 .25em 0 0;
	padding:0
}
td.product-name dl.variation dd {
	margin:0 0 .25em 0
}
td.product-name p.backorder_notification {
	font-size:0.83em
}
td.product-quantity {
	min-width:80px
}
table.cart .product-thumbnail, #content table.cart .product-thumbnail {
	min-width:32px
}
table.cart img, #content table.cart img {
	width:32px;
	height:auto
}
table.cart th, table.cart td, #content table.cart th, #content table.cart td {
	vertical-align:middle
}
table.cart a.remove, #content table.cart a.remove {
	display:block;
	height:16px;
	width:16px;
	text-indent:-9999px;
	background:url(../images/remove.png) #dfdbdf
}
table.cart a.remove:hover, #content table.cart a.remove:hover {
	background-color:red
}
table.cart td.actions, #content table.cart td.actions {
	text-align:right
}
table.cart td.actions .coupon, #content table.cart td.actions .coupon {
	float:left
}
table.cart td.actions .coupon label, #content table.cart td.actions .coupon label {
	display:none
}
table.cart td.actions .coupon .input-text, #content table.cart td.actions .coupon .input-text {
	width:80px;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 4px 0 rgba(0,0,0,0.1);
	border:1px solid #dfdbdf;
	padding:6px 6px 5px;
	margin:0 4px 0 0;
	outline:0;
	line-height:1em
}
table.cart td.actions .button.alt, #content table.cart td.actions .button.alt {
	float:right;
	margin-left:.25em
}
table.cart input, #content table.cart input {
	margin:0;
	vertical-align:middle;
	line-height:1em
}
ul.cart_list, ul.product_list_widget {
	list-style:none outside;
	padding:0;
	margin:0
}
ul.cart_list li, ul.product_list_widget li {
	padding:4px 0;
	margin:0;
	list-style:none
}
ul.cart_list li:after, ul.product_list_widget li:after {
	content:"";
	display:block;
	clear:both
}
ul.cart_list li a, ul.product_list_widget li a {
	display:block;
	font-weight:bold
}
ul.cart_list li img, ul.product_list_widget li img {
	float:right;
	margin-left:4px;
	width:32px;
	height:auto;
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)
}
ul.cart_list li dl, ul.product_list_widget li dl {
	margin:0;
	font-size:0.8751em;
	padding-left:1em;
	border-left:2px solid rgba(0,0,0,0.1)
}
ul.cart_list li dl dt, ul.product_list_widget li dl dt {
	float:left;
	clear:left;
	margin-right:.25em
}
ul.cart_list li dl dd, ul.product_list_widget li dl dd {
	margin-bottom:.5em
}
ul.cart_list li .star-rating, ul.product_list_widget li .star-rating {
	float:none
}
.widget_shopping_cart .total {
	border-top:3px double #f7f6f7;
	padding:4px 0 0
}
.widget_shopping_cart .total strong {
	min-width:40px;
	display:inline-block
}
.widget_shopping_cart .buttons:after {
	content:"";
	display:block;
	clear:both
}
.cart-collaterals {
	width:100%
}
.cart-collaterals:after {
	content:"";
	display:block;
	clear:both
}
.cart-collaterals .related {
	width:30.75%;
	float:left
}
.cart-collaterals .cross-sells {
	width:48%;
	float:left
}
.cart-collaterals .cross-sells ul.products {
	float:none
}
.cart-collaterals .cross-sells ul.products li {
	width:48%
}
.cart-collaterals .shipping_calculator {
	width:48%;
	text-align:right;
	margin:20px 0 0 0;
	clear:right;
	float:right
}
.cart-collaterals .shipping_calculator:after {
	content:"";
	display:block;
	clear:both
}
.cart-collaterals .shipping_calculator .button {
	width:100%;
	float:none;
	display:block
}
.cart-collaterals .shipping_calculator .col2-set .col-1, .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width:47%
}
.cart-collaterals .cart_totals {
	float:right;
	width:48%;
	text-align:right
}
.cart-collaterals .cart_totals p {
	margin:0
}
.cart-collaterals .cart_totals p small {
	color:#777777;
	font-size:0.83em
}
.cart-collaterals .cart_totals table {
	border-collapse:separate;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin:0 0 6px;
	padding:0
}
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
	border-top:0
}
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
	padding:6px 3px
}
.cart-collaterals .cart_totals table small {
	display:block;
	color:#777777
}
.cart-collaterals .cart_totals table select {
	width:100%
}
.cart-collaterals .cart_totals .discount td {
	color:#85ad74
}
.cart-collaterals .cart_totals tr td, .cart-collaterals .cart_totals tr th {
	border-top:1px solid #f7f6f7;
	padding:6px 6px
}
.cart-collaterals .cart_totals a.button.alt {
	width:193px;
	display:block;
	font-size:1em;
	font-weight:bold !important;
}
form .form-row {
	padding:3px;
	margin:0 0 6px
}
form .form-row:after {
	content:"";
	display:block;
	clear:both
}
form .form-row label {
	display:block
}
form .form-row label.hidden {
	visibility:hidden
}
form .form-row select {
	width:100%;
	cursor:pointer;
	margin:0
}
form .form-row .required {
	color:#a63492 !important;
	font-weight:bold;
	border:0;
	text-decoration:none !important;
}
form .form-row .input-checkbox {
	display:inline;
	margin:-2px 8px 0 0;
	text-align:center;
	vertical-align:middle
}
form .form-row label.checkbox {
	display:inline
}
form .form-row input.input-text, form .form-row textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	margin:0;
	outline:0;
	line-height:1em
}
form .form-row textarea {
	height:3.5em;
	line-height:1.5em;
	display:block;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none
}
form .form-row-first, form .form-row-last {
	float:left;
	width:47%;
	overflow:visible
}
form .form-row-last {
	float:right
}
form.login, form.checkout_coupon, form.register {
	border:1px solid #dfdbdf;
	padding:20px;
	margin:2em 0 2em 0px;
	text-align:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
ul#shipping_method {
	list-style:none outside;
	margin:0;
	padding:0
}
ul#shipping_method li {
	margin:0;
	padding:.25em 0 .25em 22px;
	text-indent:-22px;
	list-style:none outside
}
ul#shipping_method .amount {
	font-weight:bold
}
.checkout .col-2 h3 {
	float:left;
	clear:none
}
.checkout .col-2 .notes {
	clear:left
}
.checkout .col-2 .form-row-first {
	clear:left
}
.checkout div.shipping-address {
	padding:0;
	clear:left;
	width:100%
}
.checkout #shiptobilling {
	float:right;
	line-height:1.62em;
	margin:0 0 0 0;
	padding:0
}
.checkout #shiptobilling label {
	font-size:0.6875em
}

.payment_method_paypal img{ width:30%; height:30% }
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 24px !important;
    font-size: 1em;
    display:none;
}


#payment {
	background:#f7f6f7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
#payment ul.payment_methods {
	text-align:left;
	padding:1em;
	border-bottom:1px solid #dfdbdf;
	margin:0;
	list-style:none outside
}
#payment ul.payment_methods:after {
	content:"";
	display:block;
	clear:both
}
#payment ul.payment_methods li {
	line-height:2em;
	text-align:left;
	margin:0;
	font-weight:normal
}
#payment ul.payment_methods li input {
	margin:0 1em 0 0
}
#payment ul.payment_methods li img {
	vertical-align:middle;
	margin:-2px 0 0 .5em;
	position:relative
}
#payment div.form-row {
	padding:1em;
	border-top:1px solid #ffffff
}
#payment #place_order {
	float:right;
	margin:0
}
#payment .terms {
	padding:0 1em 0;
	text-align:right
}
#payment div.payment_box {
	position:relative;
	width:96%;
	padding:1em 2%;
	margin:1em 0 1em 0;
	font-size:0.92em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	line-height:1.5em;
	background:#ebe9eb;
	background:-webkit-gradient(linear, left top, left bottom, from(#ebe9eb), to(#dfdbdf));
	background:-webkit-linear-gradient(#ebe9eb, #dfdbdf);
	background:-moz-linear-gradient(center top, #ebe9eb 0%, #dfdbdf 100%);
	background:-moz-gradient(center top, #ebe9eb 0%, #dfdbdf 100%);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
	color:#5e5e5e;
	text-shadow:0 1px 0 rgba(255,255,255,0.8)
}
#payment div.payment_box p:last-child {
	margin-bottom:0
}
#payment div.payment_box #cc-expire-month, #payment div.payment_box #cc-expire-year {
	width:48%;
	float:left
}
#payment div.payment_box #cc-expire-year {
	float:right
}
#payment div.payment_box span.help {
	font-size:11px;
	color:#777777;
	line-height:13px;
	font-weight:normal
}
#payment div.payment_box .form-row {
	margin:0 0 1em
}
#payment div.payment_box .form-row select {
	width:48%;
	float:left;
	margin-right:3.8%
}
#payment div.payment_box .form-row select:nth-child(3n) {
	margin-right:0
}
#payment div.payment_box:after {
	content:"";
	display:block;
	border:8px solid #ebe9eb;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:transparent;
	position:absolute;
	top:-3px;
	left:0;
	margin:-1em 0 0 2em
}
.order_details {
	margin:0 0 1.5em;
	list-style:none
}
.order_details:after {
	content:"";
	display:block;
	clear:both
}
.order_details li {
	float:left;
	margin-right:2em;
	text-transform:uppercase;
	font-size:0.715em;
	line-height:1em;
	border-right:1px dashed #dfdbdf;
	padding-right:2em
}
.order_details li strong {
	display:block;
	font-size:1.4em;
	text-transform:none;
	line-height:1.5em
}
.order_details li.method {
	border:none
}
.addresses .title:after {
	content:"";
	display:block;
	clear:both
}
.addresses .title h3 {
	float:left
}
.addresses .title .edit {
	float:right
}
ol.commentlist.notes li.note p.meta {
	font-weight:bold;
	margin-bottom:0
}
ol.commentlist.notes li.note .description p:last-child {
	margin-bottom:0
}
ul.digital-downloads {
	margin-left:0;
	padding-left:0
}
ul.digital-downloads li {
	list-style:none;
	margin-left:0;
	padding-left:1.5em;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat
}
ul.digital-downloads li .count {
	float:right
}
.widget_layered_nav ul {
	margin:0;
	padding:0;
	border:0;
	list-style:none outside
}
.widget_layered_nav ul li {
	padding:0 0 1px;
	list-style:none
}
.widget_layered_nav ul li:after {
	content:"";
	display:block;
	clear:both
}
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
	padding:1px 0;
	float:left
}
.widget_layered_nav ul li.chosen a {
	padding:0 6px 0 18px;
	border:1px solid #ad74a2;
	background:#ad74a2 url(../images/cross_white.png) no-repeat 6px center;
	box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888888;
	-webkit-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888888;
	-moz-box-shadow:inset 0 1px 1px rgba(255,255,255,0.5) #888888;
	color:#ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.widget_layered_nav ul small.count {
	float:right;
	margin-left:6px;
	font-size:1em;
	padding:1px 0;
	color:#777777
}
.widget_price_filter .price_slider {
	margin-bottom:1em
}
.widget_price_filter .price_slider_amount {
	text-align:right;
	line-height:2.4em;
	font-size:0.8751em
}
.widget_price_filter .price_slider_amount .button {
	font-size:1.15em
}
.widget_price_filter .price_slider_amount .button {
	float:left
}
.widget_price_filter .ui-slider {
	position:relative;
	text-align:left
}
.widget_price_filter .ui-slider .ui-slider-handle {
	position:absolute;
	z-index:2;
	width:0.9em;
	height:0.9em;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	border:1px solid #150d14;
	cursor:pointer;
	background:#ad74a2;
	background:-webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
	background:-webkit-linear-gradient(#ad74a2, #96588a);
	background:-moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
	background:-moz-gradient(center top, #ad74a2 0%, #96588a 100%);
	outline:none;
	top:-.3em;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65);
	box-shadow:0 1px 2px rgba(0,0,0,0.3), inset 0 0 0 1px rgba(255,255,255,0.65)
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left:-1em
}
.widget_price_filter .ui-slider .ui-slider-range {
	position:absolute;
	z-index:1;
	font-size:.7em;
	display:block;
	border:0;
	background:#ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
	box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 0 1px rgba(0,0,0,0.5);
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	background:#1e1e1e;
	background:-webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
	background:-webkit-linear-gradient(#1e1e1e, #6a6a6a);
	background:-moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
	background:-moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%)
}
.widget_price_filter .ui-slider-horizontal {
	height:.5em
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top:0;
	height:100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left:-1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right:-1px
}

/* alex modi*/

/*.add_to_cart_button{ visibility:hidden; height:0px; display:none;}
.price{ visibility:hidden; height:0px; display:none;}
.woocommerce_ordering { visibility:hidden; height:0px; display:none;}*/


ul.products, ul.products li{ height:89px;}


/* productborder by alex*/
ul.products img { border:0px solid #666;}
ul.products li { border:0px solid #666; padding-bottom:0px; height:85px;}
ul.products li img{ border:1px solid #666;}
/*ul.products li h3 { height:0px; display:none; visibility:hidden;}*/

#featured_products ul.products li{ border:0px solid #666; padding-bottom:0px; height:85px;}


ul.products {

}
ul.products li {
}
ul.products .add_to_cart_button button { border:1px solid red; display:none !important; width:0px !important;}
ul.products h3 { position:relative; float:left; /*visibility:hidden; height:0px;*/  border:0px solid green; display:inline; padding: 0 0px !important; /*display:none !important;*/
}
ul.products li.product h3 {
}


.product .onsale {

    margin: 4px !important;
	z-index:9999 !important;
	opacity:1 !important;
}
.products .row div img:hover .onsale {
	opacity:1 !important;
}

.products .onsale {

    /*margin: -2em -1.8em 0 0 !important;*/
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
	clear:both !important;
	border:1px solid red;
	display:none;
}
.producttitlespan { width:140px; height:auto; padding:0 4px; margin:0px;}

#featured_products .producttitlespan { display:none !important; width: 0px !important}

.term-description h2 { color:#a63492; font-size:18px;}
.summary h1 { color:#a63492; font-size:16px; text-transform:uppercase; margin-bottom:14px;}

#search_product { position:relative; float:left; width:100%; background:#fff; font-size:11px; border-top:1px dotted #666; border-bottom:1px dotted #666; padding:16px 0;}
#search_product .text{ position:relative; float:right; width:41.7%; background:#fff; font-size:11px; padding: 0; margin-top:0px; height:20px;line-height:1.5em; top:-3px;}
#search_product .inner{ padding:0 0 16px 0; height:auto; width:auto;}
#search_product h2{ margin:0px 0 8px 0;text-transform:uppercase; font-size:14px; }
#search_product .inner p{clear:both; padding-top:16px;}
#search_product input[type="text"]{ position:relative; float:left;  background:white; color:#5e5853; border:1px solid #5e5853; height:24px; padding:0px 8px; margin:0px; width:41.7%; text-transform:uppercase; font-family:Georgia, "Times New Roman", Times, serif;
	}
#search_product input[type="submit"]{ position:relative; float:left; background:#5e5853; color:white; border:0px;  height:26px;  margin:0px; width:12%; text-transform:uppercase;font-family: 'Abel', sans-serif; letter-spacing:1px;}

.related{ position:relative; float:left; clear:both;}

.related h2{ /*visibility:hidden; display:none; height:0px;*/}
.related { width:100%;  margin:0px; padding:0px;  border-bottom:1px dotted #666; margin-bottom:16px;}
.related .products { margin:0px; padding:0px;}

.posted_in{ visibility:hidden; display:none; height:0px;}

.term-description h2 { position:relative; top:-2px;  margin:0px 0 14px 0; width:auto; height:20px;}
.term-description h3 { margin:12px 0 14px 0; width:auto; height:20px;}
.term-description img { width:396px; }


#breadcrumb .delimiter{ position:relative; top:-2px;margin-right:4px;margin-left:4px;}

.product-categories .count{ display:none; visibility:hidden; width:0px; height:0px;}

div.product .woocommerce_tabs .panel, #content div.product .woocommerce_tabs .panel { margin:16px 0 0 0;}

.panel h2 { margin: 16px 0;}
.images .thumbnails {display:none; visibility:hidden;}
.search-results .products { margin-top:16px;}
.product_meta {display:none; visibility:hidden;}


/* Warenkorb Widget */

aside .total, aside .quantity{ color:white !important;}

/* Custom CSS */

.arikelnummer { position:relative !important; float:left !important; width:100% !important; clear:both; margin-bottom:12px;}

#woocommerce-product-search-field {border:0px !important; height:22px; margin-top:1px; padding-left:4px; padding-right:4px;}
.woocommerce-product-search input[type ="submit"] { background: #a63492; border:0px !important; color:white; margin-left:-4px !important; height:22px;}
.woocommerce-product-search input[type ="submit"]:hover { background: #666; color:white; border:0px !important; color:white; margin-left:-4px !important;}

#ship-to-different-address label { font-weight:normal !important; margin-top:0px;}


.validate-postcode { float:left !important; clear:none;}
#shipping_city_field, #billing_city_field { width:47%; float:right; clear:none;}

#ship-to-different-address label{ position:relative !important; float:left !important;/*  width:90% !important; */ border:0px solid red !important; clear:none; margin-bottom:-20px;}
 #ship-to-different-address .chinp { position:relative !important; float:left !important;  border:0px solid green !important; clear:none; width:7% !important; min-width:20px !important}




.wc-tabs { margin-left:-6px !important;}

/* Kategoriebild */

.term-description img {
    width: 396px;
    max-width: 226px;
    height: 226px;
    max-height: 226px;
}

@media only screen and (max-width : 496px){
.term-description img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
}
}


.woocommerce-result-count { display:none;}

.woocommerce-ordering { padding-top:16px; }


.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #a46497 !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
    display: none;
}
#payment div.payment_box::after {
    content: "";
    display: block;
    border: 8px solid #ebe9eb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -3px;
    left: 0;
    margin: -1em 0 0 2em;
    display: none;
}

/* Germanized */



/* .tax-info {position:absolute; left:35%; margin-top:6px !important; font-size:9px !important;} */
.tax-info { position:relative; float:right; margin-top:4px !important; font-size:9px !important; top:-30px; }
.shipping-costs-info { position:absolute; left:62%; padding-top:6px !important;font-size:9px !important; display: none; }

.summary .tax-info { position:absolute; left:45% !important; top:330px !important; font-size:9px !important; display:none; }
.summary .shipping-costs-info { position:absolute; left:62%; top:330px !important; font-size:9px !important; display:none; }


.woocommerce-cart .cross-sells { display: none !important;}
