.ui-widget-overlay {
	opacity: .3;
}
.ui-widget-header {
	background-color: #fa7714;
	color: #fff;
}
.ui-dialog[aria-describedby="wcbn-dialog"] .ui-dialog-titlebar-close {
	min-height: 20px;
}
.wcbn-button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #fa7714;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
	margin-bottom: 15px;
}
.wcbn-button:focus,
.wcbn-button:hover {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	color: #fff;
}
.wcbn-button span {
	display: block;
}
.wcbn-button .wcbn-title {
	font-size: 18px;
	font-weight: bold;
}
#wcbn-product:before,
#wcbn-product:after,
.wcbn-product-info:before,
.wcbn-product-info:after {
	display: table;
	content: '';
}
#wcbn-product:after,
.wcbn-product-info:after {
	clear: both;
}
.wcbn-product-info {
	margin-bottom: 10px;
}
.wcbn-product-image {
	float: left;
	width: 25%;
	margin-right: 10px;
	margin-bottom: 5px;
}
.wcbn-product-image img {
	width: 100%;
}
.wcbn-product-summary {
	font-weight: bold;
}
.wcbn-product-price {
	color: #f00;
}
.wcbn-product-price del {
	color: #999;
	font-size: .8em;
}
.wcbn-product-price ins {
	text-decoration: none;
}
.wcbn-product-title {
	font-size: 18px;
}
.wcbn-quantity {
	margin-bottom: 10px;
}
.wcbn-qty {
	padding: 5px;
}
.wcbn-order-notice {
	color: #fa7714;
	margin-bottom: 10px;
}
#wcbn-customer .heading {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#wcbn-validate-tips{
	margin-bottom: 10px;
}
#wcbn-validate-tips:empty {
	margin-bottom: 0;
}
.wcbn-form-row {
	margin-bottom: 10px;
}
.wcbn-form-row input[type="text"],
.wcbn-form-row input[type="email"],
.wcbn-form-row textarea {
	width: 100%;
	border: #ddd 1px solid;
	padding: 5px 10px;
}
.wcbn-form-row.r2col .cl1 {
	margin-bottom: 10px;
}
#wcbn-total-amount {
	margin-bottom: 10px;
	font-weight: bold;
}
#wcbn-total-amount strong {
	color: #f00;
}
#wcbn-submit button {
	display: block;
	width: 100%;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	background-color: #fa7714;
	color: #fff;
	border: #eee 1px solid;
}
.wcbn-order-send-failure,
.wcbn-order-sent {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.wcbn-order-sent-msg {
	margin-bottom: 15px;
}
.wcbn-order-sent {
	color: #55ab01;
}
.wcbn-order-send-failure {
	color: #fa7714;
}
.wcbn-form-row.gender label {
	display: inline-block;
	margin-right: 20px;
}
.wcbn-form-row.gender label:last-child {
	margin-right: 0;
}

@media (min-width: 567px) {
	#wcbn-product {
		float: left;
		width: 49%;
	}
	#wcbn-customer {
		float: right;
		width: 49%;
	}

	.wcbn-form-row.r2col .cl1 {
		float: left;
		width: 49%;
	}
	.wcbn-form-row.r2col .cl2 {
		float: right;
		width: 49%;
	}
}
