/* ======================================================================
  Vocuher
======================================================================== */
.v2-voucher {
	padding: 10px 15px;
	border-width: 1px 0;
	border-style: solid;
	margin: 0 0 20px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	line-height: 35px;
}

@media (max-width: 768px) {
	.v2-voucher {
		font-size: 12px;
	}
}

.v2-voucher .v2-message {
	margin-bottom: 0;
}

.v2-voucher .v2-voucher-txt {
	display: inline-block;
	position: relative;
	padding: 0 0 0 37px;
}

.v2-voucher .v2-voucher-txt:before {
	position: absolute;
	font-family: 'fontello';
	content: '\e805';
	display: block;
	left: 0;
	top: 50%;
	margin-top: -15px;
	font-size: 22px;
}

.v2-voucher .v2-input {
	margin: 0 5px 0 10px;
}

.v2-voucher .v2-button {
	overflow: initial;
	height: 35px;
	line-height: 35px;
}

