.esto-x-calc {
	background: #FAFCFF;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 5px;
	color: black;
	max-width: 360px;
	width: 100%;
}

.esto-x-calc__title {
	margin-bottom: 5px;
	text-align: center;
}

.esto-x-calc__date {
	color: #001B39;
	opacity: 0.6;
	font-size: small;
}

.esto-x-calc__amount {
	white-space: nowrap;
}

.esto-x-calc__segments {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.esto-x-calc__segment {
	width: 64px;
	text-align: center;
}

.esto-x-calc__img-wrap {
	position: relative;
	text-align: center;
	line-height: 1;
}

.esto-x-calc__img-wrap::after {
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	width: 200%;
	top: 50%;
	z-index: 1;
	background: #001B39;
	opacity: 0.1;
	position: absolute;
}

.esto-x-calc__segment:last-child .esto-x-calc__img-wrap::after {
	display: none;
}

#payment .payment_methods .payment_method_esto_x .esto-x-calc__img-wrap img {
	max-width: 100%;
	max-height: none;
	width: auto;
	height: auto;
	float: none;
	border: 4px solid #FAFCFF;
	margin: 0;
}

.esto-x-calc__img-wrap img {
	position: relative;
	z-index: 2;
	background: #FAFCFF;
	border-radius: 50%;
	display: inline-block;
}
