.product-gallery {
	float: left;
	width:100%;
    padding: 0;
}
.product-gallery img {
    width: 100%;
    padding: 0 10px;
}

.product-details {
	margin-top: 30px;
    padding: 0 2em;
}
.product-details p {
    color: #747373;
    margin-bottom: 45px;
}

.product-price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.product-info {
    border-top: 1px dashed #d7d7d7;
    padding: 1em 0;
}
