/* Hiding of Non US Message */
.non-us-message {
	display: none;
}

/* Credit Card Icons */
.checkout-page .woocommerce-checkout-review-order img {
	display: inline;
}

/*.checkout-page .woocommerce p.form-row {
	margin-left: 0;
}*/

.wc-terms-and-conditions {
	margin-left:0 !important;
	width: 89%;
}

.social > a {
	display: none;
}

p.weights,
p.stock.in-stock {
	margin: 1rem 0;
}

p.weights label {
	width: 125px;
	display:  inline-block;
	margin: 0;
}

.the-shopping-bag td.product-quantity {
	min-width: 110px;
}

.the-shopping-bag [name="update_cart"] {
	display: block;
}