.order-description p:last-of-type{
	margin-bottom: 0;
}

.other-materials {
	border-top: 1px solid rgba(50,116,49, 0.3);
	border-bottom: 1px solid rgba(50,116,49, 0.3);
	padding: 15px 0;
}

.other-materials span:not(:first-of-type):before {
	padding-right: 0.2rem;
	color: rgba(50,116,49, 0.2);
	content: "/";
}

.pos-abs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 577px) {
	.pos-abs {
		position: inherit;
		top: 0;
		right: 0;
		bottom: 0;
		margin-top: 10px;
	}
}