


.gruppe_warenkorb {
	
}

		.preis {
				font-size: 15px;
				font-weight: bold;
				color: #00A944;
				margin-bottom: 10px;
		}
		
		.discount_old {
				font-size: 15px;
		}

		/* nur RTS */				
		#anbieterkennzeichnung {
				text-align: right;
				cursor: pointer;
				text-decoration: underline;
				font-size: 11px;
		}


		/* Warenkorb Button */

		.warenkorb_konfi .warenkorb_text, .warenkorb_konfi .warenkorb_symbol {
				display: inline-block;
				height: 43px;
				line-height: 43px;
				padding-left: 12px;
				padding-right: 12px;
		}
				.warenkorb_konfi > * {
						color: #ffffff;
				}

		.warenkorb_konfi .warenkorb_text {
				text-transform: uppercase;
				border-right: 1px solid #ffffff;
				background-color: #888888;
		}
		.warenkorb_konfi .warenkorb_symbol {
				background-size: auto 30px;
				background-repeat: no-repeat;
				background-position: center;
				background-color: #bf0008;
				width: 40px;
				background-image: url(../bilder/wk_weiss.svg);
		}
		
		.discount_box .discount_percent{
				color: #fff;
				grid-column: 3;
				background-color: #00A944;
				height: 21px;
				width: 39px;
				font-size: 11px;
				border-radius: 1px 0px 0px 1px;
				display: flex !important;
				justify-content: center;
				align-items: center;
				margin-left: calc(100% - 39px);
				margin-bottom: 10px;
				
		}
