/*Jigishop custom css */
.product .button, .cart, .product_meta {display:none;}
#breadcrumb {
  padding-top: 14px !important;
}

.product .summary {
	float:left !important;
	width: 100% !important;
	margin-left:20px;
}
.product .images {
	float:left !important;
	width: 100% !important;
}

.first {
	clear:none !important;
}
.last {
	margin-right: 10px !important;
}
div.product #tabs {
	clear: none !important;
	width: 100% !important;
}
.price {
	color:red !important;
}
div.product #tabs ul.tabs li {
	display: none;
}
div.product #tabs .panel h2 {
	margin: 0px 0 15px 0 !important;
}
div.gdl-page-content .info {
	display:none;
}

