/* Single product page */
.ppr-custom-price-wrapper {
	display: block;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.ppr-custom-price-wrapper h4 {
	padding: 0;
	margin: 0 0 10px 0;
	text-transform: none;
	font-weight: 600;
}

.ppr-custom-price-wrapper p.ppr-pay-your-price-dec {
	float: left;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 16px;
}

.ppr-custom-price-wrapper .ppr-field-container,
.ppr-custom-price-wrapper .ppr-button-container {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ppr-custom-price-wrapper p {
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	font-size: 16px;
}

.ppr-custom-price-wrapper p label {
	display: inline-block;
	width: 150px;
	float: left;
	font-size: 16px;
}

.ppr-custom-price-wrapper p.ppr-min-price-label span {
	color: #666;
}

.ppr-custom-price-wrapper p.ppr-max-price-label span {
	color: #666;
}

.ppr-custom-price-wrapper p.ppr-rec-price-label span {
	color: #666;
}

.ppr-custom-price-wrapper p.ppr-pay-your-price-enable label {
	font-weight: 600;
	color: #000;
}

.ppr-custom-price-wrapper p select,
.ppr-custom-price-wrapper p input[type='text'] {
	padding: 7px;
	width: 180px;
	height: 35px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 2px #ccc inset;
	box-sizing: border-box;
}

.ppr-custom-price-wrapper p.ppr-text-container input[type='text'] {
	float: left;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-left: none;
}

.ppr-field-container .ppr-text-container span.ppr-prepend-currency {
	float: left;
	margin: 0;
	padding: 3px 13px 0 13px;
	height: 35px;
	color: #573434;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #ccc;
	border-right: none;
	/*    background: linear-gradient(to bottom right, #ccc, #fbfbfb);*/
	background: #f1f1f1;
	box-sizing: border-box;
}

.ppr-custom-price-wrapper .ppr-button-container label {
	float: left;
	display: block;
	margin: 0 0 15px 0;
	width: 100%;
	font-size: 16px;
}

.ppr-custom-price-wrapper .ppr-button-container .ppr-button-field {
	float: left;
	display: inline-block;
	margin: 0 10px 15px 0;
	padding: 5px 15px;
	width: auto;
	border-radius: 5px;
	cursor: pointer;
}

.ppr-custom-price-wrapper .ppr-button-container .ppr-selected-btn {
	font-weight: bold;
}

.ppr-button-container .ppr-button-field span {
	margin: 0;
	padding: 0;
	line-height: 25px;
	background: none;
	font-size: 16px;
	float: left;
}

.ppr-custom-price-wrapper span.ppr-error-msg, 
.ppr-custom-price-wrapper span.ppr-dd-error-msg, 
.ppr-custom-price-wrapper span.ppr-btn-error-msg {
	display: block;
	float: left;
	color: #f00;
}

.ppr-hide {
	display: none;
}

/* Product badge design */
.ppr-badge {
	top: 0;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	min-width: 80px;
	height: 35px;
	font-size: 16px;
	text-align: left !important;
	line-height: 35px;
	z-index: 1;
}

@media only screen and (max-width: 600px) {

	.ppr-custom-price-wrapper p.ppr-text-container label,
	.ppr-custom-price-wrapper p.ppr-dropdown-container label {
		float: left;
		display: block;
		margin: 0 0 15px 0;
		width: 100%;
		font-size: 16px;
	}

	.ppr-custom-price-wrapper p select,
	.ppr-custom-price-wrapper p input[type="text"] {
		width: 80%;
	}

	.ppr-custom-price-wrapper span.ppr-error-msg {
		margin: 10px 0 10px 0;
	}
}
