/* --- Buy Intro Texts --- */
.buy-intro{
	margin-top: 80px;
	padding-bottom: 0px;
	border-bottom: 1px solid #eeeeee;
	background: #f2f2f2;
}
.buy-intro-details{
	margin-bottom: 30px;
	text-align: center;
}

@media (min-width: 992px) {
	.buy-intro-details{
		display: table-cell;
		height: 456px;
		margin-bottom: 0px;
		text-align: left;
		vertical-align: middle;
	}
}

/* --- Buy Intro Image --- */
.buy-intro-image{
	height: 284px;
	margin-top: 30px;
	background-image: url(../../common/images/phone.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media (min-width: 768px) {
	/* --- Styling Active Page --- */
	.nav-buy{
		border-bottom: 2px solid #47bbe4 !important;
	}
}

@media (min-width: 992px) {
	.buy-intro-image{
		height: 426px;
  }
}

/* --- Buy Features --- */
.buy-features{
	border-bottom: 1px solid #eeeeee;
}
.buy-features hr,
.merchant-list-header hr{
  margin-top: 24px;
  margin-bottom: 30px;
  width: 50px;
  border: 1px solid #3fbce8;
}

.buy-features-point h3{
	color: #47bbe4;
}

.merchant-wrap{
	display: table;
	width: 100%;
	height: 64px;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	background: #fcfcfc;
	text-align: center;
}

.merchant-wrap-inner{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.merchant-wrap-inner a{
	width: 100%;
	height: 100%;
}

.merchant-list{
	padding-bottom: 20px;
}

.merchant-list h4{
	margin-top: 30px;
}

#merchant-list{
	padding-top:110px;
	margin-top:-80px;
}
