#nullsInfo {
	width:100%;color:black;border:1px solid transparent;border-radius:10px;
}
.nInfo {
	position:relative;
	margin-bottom:10px;
	display:inline-flex;
}
.qtip {
	display: inline-block;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	font-style: normal;
	transition:all .25s ease-in-out;
	right: -3px;
}
.qtip:hover {
	color:#069;
}

/*the tip*/
.qtip:before {
	content: attr(data-tip);
	font-size: 14px;
	position: absolute;
	background: rgba(10, 20, 30, 0.85);
	color: #fff;
	line-height: 1.2em;
	padding: 0.5em;
	font-style: normal;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	min-width: 120px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-family: sans-serif;
	letter-spacing: 0;
	font-weight: 600
}

.qtip:after {
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out
}

.qtip:hover:before,
.qtip:hover:after {
	visibility: visible;
	opacity: 1
}

/*top*/
.qtip.tip-top:before {
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 8px));
	box-sizing: border-box;
	border-radius: 3px;
}

.qtip.tip-top:after {
	border-width: 8px 8px 0 8px;
	border-color: rgba(10, 20, 30, 0.85) transparent transparent transparent;
	top: -8px;
	left: 50%;
	transform: translate(-50%, 0);
}

.qtip img{
	vertical-align:top !important;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.nInfo{
		display: inline-flex;
	}
	#nullsInfo{
		padding:0px;
		text-align:center;
	}
}

.ProductMeta__Price {
	font-size: 20px;
	color: #454545;
}

.custom_tax_note {
	font-size: 12px;
	color: #969696;
	margin-left: 10px;
	display: inline;
}

.Zahlungsarten_product {
	margin-top: 5px;
	margin-bottom: 15px;
}
