/*
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 100px;
}
*/

/* remove yellow highlighting in order info */
.woocommerce mark {
	background: transparent !important;
	color: inherit !important;
}

.woocommerce .cart_totals {
	float: none !important;
	max-width: 30rem;
}

.woocommerce form .form-row label {
	line-height: 1.3;
	margin-bottom: 0.25rem;
}

.woocommerce .button {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #2c75c9 !important;
	margin-bottom: 0.5rem !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	color: #212121;
}

/* hide categories */
.woocommerce .single-product .product_meta {
	display: none;
}

.woocommerce #card_connect-iframe {
	height: 3.5rem !important;
	margin-bottom: 0.5rem;
}
.woocommerce .form-row {
	margin-bottom: 0;
	line-height: 1.25;
}
.woocommerce .card-connect-allowed-cards {
	margin-bottom: 1rem;
}

/* myaccount */
.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
}
.woocommerce-MyAccount-content p:last-child {
	display: none;
}

.woocommerce .add_to_cart_button.added {
	margin-right: 1rem;
}

.woocommerce .input-text {
	padding: 0.5rem;
}
