.cart-top {
    display: inline-block;
    width: 50px;
    height: 40px;
    background: url(/warenkorb.svg);
	margin-bottom:20px !important;
	position:relative;
}
.cart-top.no-tickets {
   background-image:none !important;
}
.cart-number {
	color:#000 !important;
	background-image:none !important
	
}

.cart-number {
    padding-top: 6px !important;
    top: -23px;
    position: absolute;
    left: 0px;
    text-align: center !important;
    width: 100%;
    display: inline-block;
    font-size: 16px;
}









a.cart-contents.shopping-basket {
    height: 60px;
    display: block;
    line-height: 60px;
    margin-right: 20px;
	width: 33px;
}

.main-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before, .secondary-navigation a.cart-contents:not(.has-svg-icon).shopping-basket:before {
content: "" !important;
   /* background-image: url(/warenkorb.svg);
    width: 50px;
    height: 40px;
    top: 10px;
    position: absolute;
    right: 24px;
	*/
}
.cart-contents>span.number-of-items {
    font-size: 17px !important;
    display: inline-block;
    background: transparent !important;
    line-height: 1.7em;
    height: 40px !important;
    width: 67px !important;
    text-align: center;
    border-radius: 50%;
    margin-left: 0px;
    position: relative;
    top: 2px !important;
    left: 5px !important;
	color:#000;
	font-weight:700;
}

.mobile-bar-items.wc-mobile-cart-items.has-items {
    display: none;
}