/* Css for payment start */

#pstpaymentcmsblock {
	position: relative;
	clear: both;
	display: inline-block;
	text-align: center;
	margin-bottom: 40px;
	padding-right: 15px;
	margin-right: 7px;
}

#pstpaymentcmsblock:after {
	content: '';
	background: #222222;
	display: block;
	left: auto;
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 20px;
}

.payment-block .icon {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	font-size: 18px;
	background: transparent;
	border: none;
}

.footer-container #pstpaymentcmsblock .links li a {
	margin: 0;
}

.payment-block .icon i.fa {
	font-size: 34px;
	margin: 0;
}

.payment-block ul {
	margin: 0;
}

.payment-block .icon img {
	max-width: 100%;

	border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
}

@media (max-width: 991px) {
	#pstpaymentcmsblock {
		width: 100%;
		margin: 0 0 20px;
		display: block;
		padding: 0 15px;
	}

	#pstpaymentcmsblock::after {
		display: none;
	}
}

@media (max-width: 479px) {
	.payment-block .icon {
		margin: 0 2px;
	}

	.payment-block .icon img {
		width: 35px;
	}
}