.kdwantsale-plugin{
    margin-bottom: 30px;
}

.kdwantsale__btn{
    display: block;
    width: 100%;
	background-color: #228B22;
	color: #fff;
	padding: 8px 12px;
	border: 0;
	border-radius: 6px;
	height: 38px;
	font-weight: normal;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.kdwantsale__btn:hover{
	background-color: #167F16;
}


.kdwantsale__plugin{
	max-width: 500px;
	padding: 24px;
}

.kdwantsale__plugin > *,
.kdwantsale__plugin *{
	box-sizing: border-box;
}

.kdwantsale__plugin-header{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}

.kdwantsale__plugin-subdesc{
	font-size: 13px;
	color: #888;
	margin-bottom: 20px;
	line-height: 1.3;
}

.kdwantsale__plugin-subdesc span{
	font-weight: 500;
	text-decoration: underline;
}

.kdwantsale__plugin-fields{
}

.kdwantsale__plugin-field{
	margin-bottom: 15px;
}

.kdwantsale__plugin-field:last-of-type{
	margin-bottom: 0;
}

.kdwantsale__plugin-name{
	font-size: 12px;
	color: #222;
	margin-bottom: 3px;
}

.kdwantsale__plugin-value{
	position: relative;
}

.kdwantsale__plugin-value input,
.kdwantsale__plugin-value textarea{
	width: 100%;
	padding: 8px 12px;
	border: 1px #ccc solid;
	border-radius: 6px;
	width: 100%;
	font-size: 13px;
	color: #333;
	transition: all .3s ease-in-out;
	font-family: inherit;
}

.kdwantsale__plugin-value textarea{
	height: 100px;
}

.kdwantsale__plugin-value input:focus,
.kdwantsale__plugin-value textarea:focus{
	border-color: #333;
}

.kdwantsale__plugin-value input.is-error{
	border-color: #ff0000;
}

.kdwantsale__plugin-value button{
	width: 100%;
	background-color: #228B22;
	color: #fff;
	padding: 8px 12px;
	border: 0;
	border-radius: 6px;
	height: 38px;
	font-weight: normal;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.kdwantsale__plugin-value button::after,
.kdwantsale__plugin-value button::before{
	display: none;
}

.kdwantsale__plugin-value button:hover{
	background-color: #167F16;
}

.field-required{
	color: #ff0000;
}

.is-error-text{
	font-size: 10px;
	color: #ff0000;
	display: block;
	margin-top: 4px;
}

.kdwantsale__plugin-response{
	display: none;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 700;
}

.kdwantsale__plugin-response.success{
	color: #228B22;
}

.kdwantsale__plugin-response.error{
	color: #ff0000;
}