.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}

.latest-news-item .post-thumb {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.post__content-body {
	clear: both;
	padding-top: 15px;
}
.post__content:after {
	content: "";
	display: block;
	clear: both;
}
.post__thumb {
	float: left;
	margin-right: 20px;
	width: 240px;
}

.product-button-wrapper {
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.product-button-wrapper .product-button {
	padding: 8px 16px;
	font-weight: 500;
	background-color: #0083ff;
	color: #ffffff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

.product-button-wrapper .product-button:disabled {
	background-color: #999999;
	opacity: 0.5;
	cursor: not-allowed;
}

.transaction-item {
	display: flex;
	padding: 8px 0;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
}
.transaction-item.last {
	margin-bottom: 24px;
	border-bottom: none;
}

.transaction-item > label {
	font-size: 14px;
	font-weight: 600;
}

.transaction-item > span {
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}

.case-item__thumb img {
	width: 220px;
}

.case-item__thumb .img {
	display: inline-block;
	width: 220px;
	height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}