.cost-text--date .cost-text__wrapper {
	position: relative;
}
.cost-text--date .calendar-icon {
	top: calc(50% - 9px);
	right: 16px;
	position: absolute;
}
.catalog-detail-table__row th{
	padding: 0 8px;
	border-right: 1px solid #b8b8b8;
}
.catalog-detail-table__row td{
	border-right: 1px solid #b8b8b8;
}
.catalog-detail-table__row th:last-child, td:last-child{
	border-right: 0;
}
.content-center{
	text-align: center;
}