/* change background color */
body.single-product {
    background-color: white; /* Replace with your desired background color */
	
}

/* fix image preview button position */
a.woocommerce-product-gallery__trigger{
	left:10px;
	top:10px;
}

body.single-product .content-area{
	border-right-width: 1px !important;
	padding-right: 30px !important;
}


.entry.has-media.owp-thumbs-layout-horizontal .onsale {
    display:none;
}

section.related h2{
	text-align:center;
}

.related.products h2 {
	margin: 0 0 55px !important;
}

@media (min-width:680px) and (max-width:767px) {
	a.woocommerce-product-gallery__trigger{
		left:7%;
		top:10px;
	}
}

@media (min-width:1330px) {
	div.woocommerce-product-gallery--with-images{
		width:600px !important;
	}
	div.entry-summary{
		margin-right:2%;
	}
}

@media (min-width:1450px) {
	div.entry-summary{
		margin-right:5%;
	}
}

@media (min-width:1650px) {
	div.entry-summary{
		margin-right:8%;
	}
}