/*Import*/
/*************************************
Wishlist Style
***********************************************/
body.woocommerce {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.product-price > span,
.product-price ins{
  color: #df412f;
  font-weight: 700;
  font-size: 14px;
}
.product-price del{
  color: #ccc;
  font-size: 12px;
}
table.compare-list .remove td a .remove {

}
.woocommerce table.dataTable td {
    padding: 10px;
}
.woocommerce table.compare-list .price td {
  text-decoration: none;
}
.woocommerce table.compare-list .add-to-cart td a{
	display: inline-block;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
  border-radius:0px;
  text-align: center;
  background: #000;
  margin: 0;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
}
.woocommerce table.compare-list .add-to-cart td a:hover{
  background: #dc9814;
  border-color: #dc9814;
  color: #fff;
}
.woocommerce table.compare-list td img{
	margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce table.compare-list tr.title td{
	text-transform: capitalize;
	padding: 0;
}
.product-desc{
	line-height: 24px;
}
.woocommerce table.compare-list thead th, h1 {
  font-weight: normal;
  font-size: 20px;
}
