.authentication-wrapper {
	display: none;
}

.opc-wrapper .form-login .note span {
	display: none;
}

.billing-address-form .field.street,
.billing-address-form [name='billingAddressshared.country_id'],
.billing-address-form [name='billingAddressshared.city'],
.billing-address-form [name='billingAddressshared.postcode'],
.billing-address-form [name='billingAddressshared.telephone'] {
	display: inherit;
}

/* Checkout success Button */
.checkout-onepage-success .checkout-success .actions-toolbar {
	display: none;
}

/* Header icons */
header .header-main-account,
header .header-main-search,
.mmenu-header-account,
.mmenu-header-search,
.mmenu-footer {
	display: none;
}

/* Homepage */
.cms-index-index .webcrossing-widget-category-boxlist {
	padding: 0 0 4rem;
}

.cms-index-index .webcrossing-widget-category-boxlist .block-title {
	padding: 0 0 4rem;
}

@media only screen and (max-width: 768px) {
	.cms-index-index .page-wrapper .page-main {
		padding: 0 0 2rem;
	}
}

/* Minicart */
.block-minicart .items-total {
	display: none;
}


/* Naviagion */
.page-header .navigation ul li a {
	font-size: 1.6rem;
}

/* Checkout */
.cart-totals .grand.totals .price-details,
.opc-block-summary .grand.totals .price-details {
	display: none;
}

.opc-block-summary .table-caption,
.opc-block-summary .totals.sub,
.opc-block-summary .items-in-cart .title strong {
	display: none;
}

.opc-block-summary .items-in-cart .title:after {
	content: 'Spendenprojekt';
}

.table-wrapper table tr.totals-tax {
	display: none;
}
