.pay-online {
	margin-top: 0px;
	padding: 10px 0 50px 0;
	color: #000;
    background-image: url(../../assets/images/pay-online/pay-wall-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	text-align: center;
	overflow: hidden;
}

.pay-online .container {
	position: relative;
}

.pay-online .shanon {
	position: absolute;
	top: 100px;
	left: 0;
	width: 379px;
	height: 597px;
	margin-left: -200px;
    background: url(../..//assets/images/pay-online/shannon.png) no-repeat top center;
}

.pay-online .clint {
	position: absolute;
	top: 100px;
	right: 20px;
	width: 291px;
	height: 559px;
	margin-right: -200px;
    background: url(../..//assets/images/pay-online/clint.png) no-repeat top center;
}

.pay-online h1 {
    margin: 20px 0 10px 0;
    color: #ed1c24;
    font-family: 'Gotham-Bold';
	font-size: 52px;
    font-weight: 700;
}

.pay-online p.sub-h1 {
	margin-bottom: 25px;
    font-family: 'Gotham-Book';
	font-size: 24px;
	line-height: 1.3em;
}

.pay-online p.sub-form {
	max-width: 700px;
	margin: 30px auto 0 auto;
	font-family: 'Gotham-Book';
	font-size: 18px;
	line-height: 1.3em;
}

.pay-online p {
	font-size: 20px;
}

.pay-online a {
    color: #ed1c24;
}

.pay-online .form-wrapper {
	display: inline-block;
	width: auto;
	max-width: 100%;
	font-family: 'Gotham-Book';
	font-size: 20px;
	text-align: left;
}

.pay-online select {
	margin: 10px 0 25px 0;
	padding: 15px;
	color: #8f8f8f;
	border-color: #cfcfcf;
    box-shadow: 0 0 10px #cfcfcf;
}

.pay-online button {
	padding: 15px 40px;
	color: #fff;
    font-family: 'Gotham-Bold';
	font-weight: 500;
	background-color: #ed1c24;
	border-width: 0px;
}

main {
	background-color: #f5f2f0;
}

main .container {
	width: 1260px;
	max-width: 100%;
}

main .gray-line {
	display: none;
}

.pay-online-content h2 {
    color: #ed1c24;
    font-family: 'Gotham-Bold';
	font-size: 34px;
    font-weight: 700;
    text-align: center;
}


#product-categories.no-padding {
	padding: 15px 0 5px 0;
}

#product-categories a .image img {
	vertical-align: middle;
}

@media only screen and (max-width:767px) {
	.pay-online .shanon,
	.pay-online .clint {
		display: none;
	}

	.pay-online p.sub-h1 {
	    font-family: 'Gotham-Bold';
	}

	#product-categories.no-padding {
		position: relative;
		padding-bottom: 30px;
	}

	#product-categories.one-row .image {
		padding-top: 10px;
	}

	#product-categories .swiper-pagination {
		margin-top: 10px;
	}

	#product-categories .swiper-button-next, #product-categories .swiper-button-prev {
		top: 43%;
	}

	#product-categories .swiper-button-prev {
		left: -10px;
	}

	#product-categories .swiper-button-next {
		right: -10px;
	}

}