.product-single-container{
	border: 1px solid #e9edf3;
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	flex-direction: column-reverse;
	
}
.product-single-container hr{
	background-color: black !important;
}
.product-single-container .single-product-title{
	color: black;
	font-size:25px;
	margin-bottom: 20px;
}
.product-summary {
	width: 100%;
}
.product-add-to-cart .quantity{
	width: 100%;
}
.product-add-to-cart .quantity input{
	display: block;
	width: 100% !important;
}
.product-add-to-cart button{
	color: #606866 !important;
	font-weight: bold !important;
	width: 100% !important;
}
.product-reviews{
	padding: 20px;
	background-color: #fdfdfd;
	
}
.related_products{
	margin-top: 50px;
}
.related_products h2{
	font-size: 1.5rem;
}
.related_products ul li{
	width: 70% !important;
	margin:0
}

@media only screen and (min-width: 720px){
	.product-single-container{
		flex-direction: row;
	}
	.product-summary {
		padding: 0 50px 0px 0px;
		width: 80%;
	}
}