/*Import*/
/*************************************
Wishlist Style
***********************************************/
body.woocommerce {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
body.yith-woocompare-popup >h1{
    background: #56a918 !important;
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 1.3 !important;
    text-transform: capitalize;
    font-family: 'Spartan', sans-serif;
}
.product-price del{
    color: #999999;
}
.woocommerce table.dataTable td {
    padding: 10px;
}
.woocommerce table.dataTable th{
    font-family: 'Spartan', sans-serif;
}
.woocommerce table.compare-list .price td {
    text-decoration: none;
    font-weight: 600;
    color: #56a918;
}
.woocommerce table.compare-list .price ins{
    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 30px !important;
    border-radius: 0;
    text-align: center;
    background: #56a918 !important;
    margin: 0;
    color: #ffffff !important;
    text-transform: capitalize !important;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    letter-spacing: 0.3px;
}
.woocommerce table.compare-list .add-to-cart td a:hover{
    background: #fa9f00 !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: #111111;
    font-weight: 700;
    font-size: 16px;
}
table.compare-list tbody th{
    color: #111111 !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
}
.product-desc{
	line-height: 24px;
}
.woocommerce table.compare-list thead th{
    font-weight: normal;
    font-size: 20px;
}
.woocommerce table.compare-list thead th{
    background: transparent !important;
}
.woocommerce table.compare-list td.even .image-wrap{
    background: #ffffff;
}
.woocommerce table.compare-list .image-wrap{
    background: #f7f7f7;
}
.woocommerce table.compare-list .image-wrap img{
    mix-blend-mode: darken;
}