#cart_widget {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #801830;
	line-height: 32px;
	tdxt-align: center;
}

.collapsed_temp #cart_widget, .collapsed #cart_widget {
	display: none;
}

#cart_widget a {
	display: block;
	height: 36px;
	padding: 0px 15px;
	color: #FFFFFF;
}

#cart_widget i {
	display: inline-block;
	margin: 8px 5px 0px 0px;
	vertical-align: top;
	width: 16px;
}

#cart_message {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	display: none;
}

.cart-subform {
	width: 100%;
	margin-bottom: 20px;
}

.club-level {
	margin-bottom: 20px;
}

.customer-info {
	width: 51%;
	float: left;
}

.shipping-info {
	width: 46%;
	float: right;
}

.cart-subform th {
	text-align: left;
	padding: 0px 5px 5px 5px;
}

.cart-subform td {
	vertical-align: top;
	padding: 5px;
}

.cart-subform .desc {
	text-align: left;
	width: 65%;
}

.cart-subform .qty {
	width: 35px;
	white-space: nowrap;
	text-align: center;
}

.cart-subform .qty-field {
	width: 30px;
	text-align: center;
}

.cart-subform .price, .cart-subform .qty {
	margin-right: 15px;
}

.cart-subform .price, .cart-subform .subtotal {
	text-align: right;
}

.cart-subform .no_bg {
	background-color: transparent;
	border-bottom: 0px;
	padding: 0px 5px;
}

.customer-info table {
	width: 100%;
}

.customer-info td, .club-level td {
	width: auto;
	line-height: 1.5em;
	padding: 5px 5px 5px 0px;
}

.customer-info td.label, .club-level td.label {
	white-space: nowrap;
	width: 20%;
}

.customer-info td:first-child label {
	display: block;
}

.customer-info td label.inline {
	display: inline;
	margin-left: 5px;
	white-space: normal;
}

.customer-info td.heading {
	background-color: transparent;
	border-bottom: 0px;
	padding: 10px 0px 0px 0px;
}

.customer-info td span {
	white-space: nowrap;
	margin-right: 5px;
}

.cart-subform input, .customer-info input, .cart-subform select, .customer-info select, .cart-subform textarea, .customer-info textarea, .club-level select, .mc-field-group input, input.coupon, .block_products .buy input.numeric, #product_buy input.numeric {
	background-color: #FFFEF7;
	border: 1px solid #9C9981;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.club-level select {
	width: auto;
}

input.coupon {
	width: auto;
}

.cart-subform input[type="checkbox"], .cart-subform input[type="radio"], .customer-info input[type="checkbox"], .customer-info input[type="radio"] {
	width: auto;
	background-color: transparent;
}

.cart-subform .phone, .customer-info .phone {
	width: 45px;
}

.cart-subform td .phone:last-child, .customer-info td .phone:last-child {
	width: 55px;
}

.cart-subform .dob, .customer-info .dob {
	width: 60px;
}

.cart-subform td .dob:first-child, .customer-info td .dob:first-child {
	width: 75px;
}

.cart-subform input[disabled="disabled"], .customer-info input[disabled="disabled"], .cart-subform select[disabled="disabled"], .customer-info select[disabled="disabled"], .cart-subform textarea[disabled="disabled"], .customer-info textarea[disabled="disabled"] {
	background-color: #999;
}

div.heading {
	padding: 10px 0px;
}

@media only screen and (max-width: 736px) {

	.customer-info, .shipping-info {
		float: none;
		width: 100%;
	}

}
 	
#sq-walletbox {
	display: none !important;
}

.sq-field-wrapper {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 16px;
}

.sq-input {
	background-color: #transparent;
	border: 1px solid #9C9981;
	width: 100%;
}

.sq-input--error {
	border: 1px solid #9C9981;
}

.sq-field--in-wrapper {
	margin-left: 20px;
}

.sq-field--in-wrapper:first-child {
	margin-left: 0px;
}
