.item-page-bottom-wrapper .product-reviews{ margin:50px 0px;}
.eci-product-description{margin-top:50px;}
.eci-shopalllink {
	padding-left: 80px;
}

.eci-title-wrapper {
	text-align: center;
	position: relative;
}

.eci-shopalllink {
	position: absolute;
	left: 0;
	max-width: 520px;
	top: 7px;
}

/* mobile fix for link */
@media only screen and (max-width: 767px) {
	.eci-shopalllink {
		position: relative;
		left: 0;
		right: 0;
		max-width: 520px;
		top: inherit;
		text-align: center;
		padding: 15px 10px;
	}
	.faq-mobile-container {
	    display: none !important;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) { 

	.eci-shopalllink {
		position: relative;
		left: 0;
		right: 0;
		max-width: 520px;
		top: inherit;
		text-align: center;
		padding: 15px 10px;
		margin: 0 auto;
	}
}