/* Payment Methods */
.ns_payment-methods{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row;
}

.ns_payment-methods > img,
.ns_payment-methods > a{
	display: inline-block;
	width: auto;
	height: 32px;
	pointer-events: none;
}

.ns_payment-methods > a > img{
	height: 100%;
	width: auto;
}

.ns_payment-methods > img:not(:first-child),
.ns_payment-methods > a:not(:first-child){
	margin-left: 8px;
}

@media only screen and (max-width: 1023px) {
	.ns_payment-methods > img,
	.ns_payment-methods > a{
		height: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.ns_payment-methods{
		justify-content: flex-start;
	}

	.ns_payment-methods > img,
	.ns_payment-methods > a{
		height: 32px;
	}
}
