#woocommerce-product-data ul.wc-tabs li.wc_vipps_recurring_options a:before {
	font-family: initial;
	content: "";
	background-repeat: no-repeat;
	background-size: 100%;
	height: 13px;
	width: 13px;
	display: inline-block;
	vertical-align: middle;
}

.notice-vipps-recurring {
	min-height: 56px;
}

.notice-vipps-recurring.vipps {
	border-left-color: #fe5b24;
}

.notice-vipps-recurring.mobilepay {
	border-left-color: #5A78FF;
}

.notice-vipps-recurring__inner {
	display: flex;
	align-items: center;
}

.notice-vipps-recurring__inner img {
	padding: 10px 0;
	height: 40px;
}

.notice-vipps-recurring--login-promotion {
	background: #fe5b24 !important;
	border-color: #fe5b24;
	color: #fff;
}

.notice-vipps-recurring--login-promotion .notice-dismiss:before {
	color: #fff;
}

.notice-vipps-recurring--login-promotion a {
	color: #fff;
}

.capture-payment-button.vipps, .capture-payment-button.vipps:hover {
	background-color: #ff5b24;
	border-color: #ff5b24;
	color: #ffffff;
}

.capture-payment-button.mobilepay, .capture-payment-button.mobilepay:hover {
	background-color: #5A78FF;
	border-color: #5A78FF;
	color: #ffffff;
}
