#recharge-related-products {
	width: 100%;
	max-width: 700px;
	overflow: hidden;
	margin: 40px auto;
}

.swiper-wrapper {
	align-items: stretch;
}

#recharge-related-products .recharge-related-product {
	max-width: 375px;
	height: auto;
	display: flex;
	flex-direction: column;
	background-color: #f7f7f7;
	border-radius: 12px;
}


.related-product-image {
	height: 138px;

}

.related-product-body {
	padding: 6px 8px;
	flex: 1;
	display: flex;
	flex-direction: column;

}

.related-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.related-product-title div {
	font-size: 18px;
	line-height: 22px;
	color: #1F2226;
	font-weight: 600;
	margin-bottom: 0;
}

.related-product-type {
	margin-top: 4px;
	font-size: 14px;
	line-height: 16px;
	color: #07F288;
}

.related-product-price {
	margin-top: 8px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	color: #1F2226;
	line-height: auto;
	font-weight: bold;
}

.related-product-body-footer {
	margin-top: auto;
}

.recharge-related-product .related-product-button {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #1F2226;
	padding: 4px 4px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 600;
}

.recharge-related-product .related-product-button:hover {
	color: #fff;
	background-color: #1F2226;
	text-decoration: none;
}

#related-products-button-next,
#related-products-button-prev {
	color: #06E27E;
}

@media screen and (max-width: 1260px) {
	#recharge-related-products {
		grid-template-columns: 380px 380px;
		justify-content: center;
	}
}

@media screen and (max-width: 992px) {
	#recharge-related-products {
		margin-top: 140px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	#recharge-related-products .recharge-related-product {
		max-width: none;
	}
}



@media screen and (max-width: 600px) {
	#recharge-related-products {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 450px) {
	.related-product-image {
		height: 180px;

	}
}