/*Import*/
/*************************************
Wishlist Style
***********************************************/
body.woocommerce {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body.yith-woocompare-popup >h1{
    background: #b4754d !important;
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 42px !important;
    text-transform: capitalize;
}
.product-price del{
    color: #999999;
}
.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: none !important;
    padding: 0 20px !important;
    border-radius: 8px;
    text-align: center;
    background: #b4754d !important;
    margin: 0;
    color: #ffffff !important;
    text-transform: capitalize !important;
    margin-top: 10px;
    margin-bottom: 15px;
}
.woocommerce table.compare-list .add-to-cart td a:hover{
    background: #f8bb6b !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;
    text-transform: capitalize !important;
    font-size: 16px !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;
}