#bonorder {
	padding: 30px;
	border-radius: 0;
}
#btn-bonorder {
	float: right;
	margin-top: -89px;
}

#btn-bonorder a.btn-bonorder  {
	color:#fff;
}

#bonorder-wrapper fieldset {
	margin-top: 0;
}

#bonorder-wrapper .modal-body {
	overflow: hidden;
}

#bonorder-wrapper .submit {
	padding-top: 5px;
}

#bonorder sup {
	color: red;
	font-weight: bold;
}

#bonorder label {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	text-align: left;
}

#bonorder .modal-content {
	border-radius: 0;
}

#bonorder-wrapper .image-sticky-order{
	width: 50%;
	float: left;
	margin-right: 15px;
}

#bonorder-wrapper label {
	text-align: left;
}

#bonorder-wrapper .modal-content{
	border-radius: 0;
}

#bonorder .quickbuy_errors,
#bonorder .quickbuy_success {
	margin: 0 15px;
	display: none;
	padding: 10px;
	line-height: 1.5;
}

.btn-bonorder {
	padding: 13px 35px;
	font-size: 15px;
	margin-bottom: 16px;
	color: #fff;
	display: inline-block;
	position: relative;
}

.btn-bonorder:hover,
.btn-bonorder:focus{
	color: #fff;
}

.btn-bonorder:before {
	content:"";
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url('../img/click.png') no-repeat  0 0;
        margin-right: 5px;
        vertical-align: -9px;
}

.bon_order_success.alert.alert-success {
	margin: 0;
	padding-top: 0;
}
@media screen and (max-width: 768px){
	#btn-bonorder{
		margin-top: 0;
		float: none;
	}
	#bonorder-wrapper .image-sticky-order {
		display: none;
	}
	#bonorder-wrapper .modal-dialog {
		margin: 100px 10px;
	}
	#bonorder-wrapper label {
		margin: 10px 0;
	}
}


@media screen and (max-width: 480px) {
	#bonorder-wrapper .modal-open .modal {
		margin: 0 10px
	}
}