/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Div:(1) label:(1) **/
.col-lg-6 > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > label:nth-of-type(1) {
	font-family: poppins !important;
}

/** General >> Recipient email textbox label:(1) **/
.recipient_email_textbox > label:nth-of-type(1) {
	font-family: poppins !important;
	font-size: 16px !important;
}

/** General >> Div:(1) paragraph:(1) **/
.col-lg-6 > div > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(1) {
	display: none !important;
}

/** General >> Datastep1 format category wrap main **/
#datastep1 > .format-category-wrap-main {
	display: none !important;
}

/** General >> Div:(1) paragraph:(1) _2 **/
.l-mode > div > div:nth-of-type(1) > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(1) {
	display: none !important;
}

/** General >> Überblick "DEINE BESTELLUNG" bottom line **/
.col-md-6 .your-order-heading {
	padding-bottom: 15px !important;
	border-bottom-style: none !important;
}

/** General >> Überblick "DEINE BESTELLUNG **/
.col-md-6 > div > div:nth-of-type(1) > h2:nth-of-type(1) {
	font-size: 22px !important;
	text-transform: uppercase !important;
}

/** General >> Zahlung "DEINE BESTELLUNG" bottom line **/
.col-lg-6 .order-info:nth-of-type(1) {
	padding-bottom: 0 !important;
	border-bottom-style: none !important;
}

/** General >> Zahlung "DEINE BESTELLUNG" **/
.col-lg-6 > div > div:nth-of-type(1) > div:nth-of-type(1) > h6:nth-of-type(1) {
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/** General >> Gutschein bestellen Button **/
#post-467 .uabb-creative-button-text:hover {
	color: rgb(0, 0, 0) !important;
}

/** General >> Voucher multistep form p 2 voucherNote **/
#voucher-multistep-form-p-2 .voucherNote {
	color: rgb(66, 66, 66) !important;
}

/** General >> AcceptVoucherTerms link **/
.acceptVoucherTerms a {
	color: rgb(166, 166, 166) !important;
	text-decoration: underline !important;
}

