.payment-method-box {
	display: flex;
	align-items: center;
	padding: 1rem;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: all .2s ease-in-out;
	color: #333;
	text-decoration: none !important;
	background-color: #fff;
}

.payment-method-box:hover {
	border-color: #a68500;
	box-shadow: 0 0 5px rgba(166,133,0,.5);
	color: #333;
}

.payment-method-icon {
	margin-right: 1rem;
	width: 50px;
	text-align: center;
}

.payment-method-icon img {
	max-width: 50px;
	height: auto;
}

.payment-method-details {
	flex-grow: 1;
}

.payment-method-title {
	font-weight: 500;
	font-size: 1.05rem;
	color: #343a40;
}

.payment-method-description {
	font-size: .8rem;
	color: #6c757d;
}
.payment-method-title {
	font-size: 1.2rem;
}