/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

a:hover {
	color:#64ac5a!important; opacity:.8!important;
}

/*
a:active {
	color:#E4627E!important; opacity:1!important;
}
*/
.block-contact ul li:hover {
    color:#000!important;
}

/*seitenmenue aktive Kategorie, Links auf Seiten*/
ul.top-menu li.current_cate > a,
ul.sub-menu li.current_cate > a,
.block-categories .category-sub-menu .current_cate > a,
#_desktop_main_menu > ul.top-menu > li.cms-category > div.sub-menu > ul.top-menu > li.cms-page.current > a
{color:#64ac5a!important;}

/* doppelter Kauf */
.alert-info2 {
    background-color: #f58279;
    border-color: #f58279;
    color: #000;
}
.alert-info2 > a {
	text-decoration:underline;
}
.alert-info2 > a:hover {
/*    color: #e9b7b4;*/
	color: #fff;
}

/* Mobil */
/* aktive Seite */
@media(max-width:768px) {
	ul.top-menu li.current > a,
	ul.sub-menu li.current > a{color:#64ac5a!important;}
}

/* Produkt Title */
.product-title {
    text-transform: inherit;
}

/* Versandlabel Bindestrich */
.aeuc_delivery_label::before {
	content: unset;
}

/* Footer Rechtssicherheit Startseite, Kategorieseite, Bestsales */
.rechtssicher {
	font-weight:300;
	font-size:12px!important;
/*	margin-bottom:-10px!important; */
}
.rechtssicher > span {
	color:#87DD7C;
}

/* Slider Breite */
#slideshow > #wpimageslider-wrap {
    width: 100%;
}

/* Streichpreis */
.product-price-and-shipping .reduction {
    color: #87DD7C;
}
.has-discount .discount {
    background: #87DD7C;
    color: white;
    font-weight: 600;
    padding: 0.3125rem 0.625rem;
    font-size: 1rem;
    margin-left: 0.625rem;
    text-transform: uppercase;
    display: inline-block;
}
.has-discount.product-price, .has-discount p {
    color: #87DD7C;
}

/* Sofortdownloadtext auf Kategorieseiten bei den Produkten */
#product-availability .product-available, #product-availability .product-available + span {
    color: #333;
}
#product-availability {
    font-weight: 400;
}

/* Tabs Artikel */
.tabs .nav-tabs .nav-link.active {
    background: #fff;
    color: #64ac5a;
}

a.nav-link:hover {
    color: #87DD7C !important;
    opacity: .8 !important;
}

/* in den Warenkorb */
#wpimageslider-wrap .btn-default, .btn.btn-primary, #header .header-top .blockcart .cart-summary a.btn {
	border: 1px solid #444444;
}

#wpimageslider-wrap .btn-default:hover, .btn-primary:hover:hover, #header .header-top .blockcart .cart-summary a.btn:hover {
	border: unset;
}
/*
Exclusive button text color - Text "in den Warenkorb"
#3b3b3b

Exclusive button background - Hintergrund "in den Warenkorb"
#e1e1e1

Exclusive button hover background - Hintergrund Mouseover "in den Warenkorb"
#222222

Exclusive button hover text color - Text Mouseover "in den Warenkorb"
#3b3b3b
*/

/* PayPal */

#payment-option-2-additional-information {
	display:none!important;
}