/* To remove the space of product assembly gift & tweak font */
.single-product #product-assembly-container p {
	font-weight: bold;
	margin: 0em;
	padding: 0em;
	/*border-bottom: 1px solid #e2e2e2;*/
}
@media (max-width: 992px) {
	.single-product #product-assembly-container p {
		font-size: 18px;
	}
}