.login-row {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.login-row__registration-form {
	margin-left: 10%;
}

@media (max-width: 767px) {
	.login-row {
		flex-direction: column;
		align-items: stretch;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}

	.login-row__registration-form {
		margin-top: 30px;
		border-top: 1px solid #ccc;
		padding-top: 30px;
		margin-left: 0;
	}
}


#account_wishlist {
	width: 100%;
}

#account_wishlist .wishlist_empty {
	width: 100%;
	text-align: center;
}

#account_wishlist table.wishlist-list th {
	padding: 5px;
}

#account_wishlist table.wishlist-list tfoot tr td {
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}

#account_wishlist table.wishlist-list tfoot tr td.no_border {
	border: none;
}

#account_wishlist table.wishlist-list tfoot tr td .subtotal {
	font-weight: bold;
}

#account_wishlist table.wishlist-list tr.wishlist_item td.wishlist_item_column {
	border-top: 1px solid #ccc;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}

#account_favorites {
	width: 100%;
}

#account_favorites .favorites_empty {
	width: 100%;
	text-align: center;
}

#account_favorites table.favorites-list th {
	padding: 5px;
}

#account_favorites table.favorites-list tfoot tr td {
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}

#account_favorites table.favorites-list tfoot tr td.no_border {
	border: none;
}

#account_favorites table.favorites-list tfoot tr td .subtotal {
	font-weight: bold;
}

#account_favorites table.favorites-list tr.favorites_item td.favorites_item_column {
	border-top: 1px solid #ccc;
	padding: 10px 5px 10px 5px;
	vertical-align: top;
}

.account-group-title:first-child {
	padding-top: 10px;
}

.account-group-title {
	padding-top: 15px;
}
