/*******************
Checkout
********************/
.wpsc-field-textfield input {
	width: 100%;
}

#wpsc-checkout-form-shipping {
    margin-left: 5%;
}

.wpsc-field-wpsc_shipping_option,
.wpsc-shipping-method,
.wpsc-payment-method {
	text-align: left;
}

@media (min-width: 550px) {
	.wpsc-checkout-form {
		@include flexbox();
		@include flex-wrap(wrap);
		@include justify-content(space-between);
		.wpsc-form-actions {
		    text-align: left;
		    width: 100%;
		}
		fieldset {
			margin: 0 0 2em 0;
		    vertical-align: top;
		    @include align-self(flex-start);
		    @include flex-grow(1);
		    @include flex-basis(3%);
		}
	}
}
.wpsc-order-preview {
    margin-bottom: 1.5em;
}
.wpsc-cart-quantity-input {
	width: 40px;
}
.wpsc-form-radio-wrapper img {
	vertical-align: middle;
}
.wpsc-paypal li {
	list-style-type: none;
}

.entry-content {
	.cc-form-fieldset {
		display: none;
	}
}

.wpsc-credit-card-form-card-number {
	width: 100%;
}
.wpsc-cc-field {
	@media (min-width: 550px) {
		display: inline-block;
		margin-right: 3%;
		&:first-of-type,
		&:last-of-type {
			margin-right: 0;
		}
	}
}
.wpsc-form-row-wide {
	width: 100%;
}
.wpsc-form-row-first {
	@media (min-width: 550px) {
		width: 46.7%;
	}
}
.wpsc-form-row-middle {
	@media (min-width: 550px) {
		width: 27%;
	}
}
.wpsc-form-row-last {
	@media (min-width: 550px) {
		width: 20%;
	}
}
