/*Import*/
/*************************************
Wishlist Style
***********************************************/
body.woocommerce {
  color: #696969;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body.yith-woocompare-popup >h1{
    background: #3baf9b !important;
    color: #ffffff !important;
    font-size: 18px !important;
}
.product-price del{
    color: #696969;
}
.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 !important;
    line-height: 40px !important;
    border: 1px solid #303030 !important;
    padding: 0 30px !important;
    border-radius: 0;
    text-align: center;
    background: #ffffff !important;
    margin: 0;
    font-weight: 700 !important;
    letter-spacing: 1px;
    color: #303030 !important;
    text-transform: uppercase !important;
    margin-top: 10px;
    margin-bottom: 15px;
}
.woocommerce table.compare-list .add-to-cart td a:hover{
    background: #3baf9b !important;
    border: 1px solid #3baf9b !important;
    color: #ffffff !important;
}
.woocommerce table.compare-list td img{
	margin: 0;
    padding: 0;
    border: 0;
}
.woocommerce table.compare-list tr.title td{
	text-transform: capitalize;
	padding: 0;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
}
table.compare-list tbody th{
    color: #222222 !important;
}
.product-desc{
	line-height: 24px;
}
.woocommerce table.compare-list thead th, h1 {
    font-weight: normal;
    font-size: 20px;
}
.woocommerce table.compare-list thead th{
    background: transparent !important;
}