/**
 * wpt-wptcfp-dummy.css
 */

/* .wptcfp-container p:last-child { */
.wptcfp-container p {
	margin-bottom: 15px;
}

.wptcfp-demo figcaption {
	font-size: 17px;
}

.wptcfp-container .form-row.has-fancy-placeholder label abbr {
	color:  red;
	border-bottom: none;
	text-decoration: none;
	margin-left: 0.2em;
}


.wptcfp-container .form-row .woocommerce-input-wrapper,
.wptcfp-container .form-row label[for],
.wptcfp-container .form-row input[name] {
	display: block;
	width: 100%;
}

.wptcfp-container .form-row {
	position: relative;
}

.wptcfp-container .form-row.has-fancy-placeholder input[type="text"] {
	padding:  13px  15px 7px 15px;
	font-weight: 600;
}

.wptcfp-container .form-row.has-fancy-placeholder label {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 16px;
	top: -2px;
	font-weight: bold;
	pointer-events: none;
	transition: 0.3s font-size, 0.3s top;
	cursor:   default;
	line-height: unset;
	opacity: 0.50;
}


.wptcfp-container .form-row.has-fancy-placeholder.has-focus label,
.wptcfp-container .form-row.has-fancy-placeholder.has-value label {
/* 	font-size: 11px; */
	font-size: 70%;
/* 	top:   -2px; */
}

.wptcfp-container .form-row:not(.has-value) label {
	top:  -2px;
	font-size: 100%;
}

.wptcfp-container #fake_checkout button {
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	border:  1px solid var( --sub-primary);
}

.wptcfp-container #fake_checkout button i {
	margin-right: 0.5em;
}
