#quickbuy {
	max-width: 600px;
}
#quickbuy h2 {
	background: #E23E57;
	padding: 15px 25px;
	margin-bottom: 0;
	color: white;
	margin-top: 0;
}
#quickbuy .moreinfo {
	background: #E23E57;
	color: white;
	padding: 0 25px 15px 25px;
	margin-bottom: 15px;
}
#quickbuy label {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
}
#quickbuy .quickbuy_input {
	height: 31px;
	width: 190px;
	border: 1px solid #ABADB3;
	padding: 5px;
}
#quickbuy textarea {
	width: 100%;
	height: 60px;
	border: 1px solid #abadb3;
}
#quickbuy .crow {
	padding: 0 25px 15px 25px;
}
#quickbuy .buttons_wrp {
	padding: 10px 25px 25px 25px;
}
#quickbuy .buttons_wrp .button {
	padding: 15px 20px 15px 62px;
	border: none;
	text-transform: uppercase;
	background: #E23E57 url('../img/cart-icon.png') no-repeat 15px center;
	color: white;
}
#quickbuy .buttons_wrp .button:hover {
	background-color: #388bd1;
}
.quickbuy_button {
	/*display: inline-block;*/
	/*margin: 10px 0 20px 20px;*/
	/*color: white;*/
	/*font-weight: bold;*/
	/*padding: 12px 12px 12px 48px;*/
	/*background: url("../img/add_to_cart.png") no-repeat 14px center #63c103;*/
	/*font-size: 14px;*/
	padding: 3px 0;

	font-weight: bold;
	color: #E23E57;
	border-bottom: 1px dashed #E23E57;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
    clear: both;
    float: left;
}
.quickbuy_button_16:before {
	font-family: "FontAwesome";
	color: #E23E57;
	font-size: 15px;
	content: "\f07a";
	margin-right: 6px;
}
.quickbuy_button_15 {
	float: right;
	clear: both;
	display: block;
}
.product-simple .quickbuy_button {
	background: none;
	color: #1F679B;
	font-size: 13px;
	border-bottom: 1px dashed #1F679B;
	padding: 0 0 1px 0;
}
#quickbuy sup {
	color: red;
	font-weight: bold;
}
#quickbuy .quickbuy_errors, #quickbuy .quickbuy_success {
	margin: 0 15px;
	display: none;
	padding: 10px;
	line-height: 1.5;
}
#quickbuy .qb-product-name {
	padding: 5px;
	border: 1px dashed white;
	font-weight: bold;
}
#quickbuy #quickbuy_loader {
	position: relative;
	top: -3px;
}