/*Import*/
/*************************************
Wishlist Style
***********************************************/
body.woocommerce {
  color: #696969;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
body.yith-woocompare-popup >h1{
    background: #ffd80a !important;
    color: #222222 !important;
    font-size: 18px !important;
    font-family: 'Lora', serif;
}
.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: 45px !important;
    line-height: 45px !important;
    border: 1px solid #ffd80a !important;
    padding: 0 20px !important;
    border-radius: 0;
    text-align: center;
    background: #ffd80a !important;
    margin: 0;
    font-weight: 700 !important;
    letter-spacing: 1px;
    color: #222222 !important;
    text-transform: capitalize !important;
    margin-top: 10px;
    margin-bottom: 15px;
}
.woocommerce table.compare-list .add-to-cart td a:hover{
    background: #222222 !important;
    border: 1px solid #222222 !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;
    font-family: 'Lora', serif;
}
table.compare-list tbody th{
    color: #222222 !important;
    font-family: 'Lora', serif;
}
.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;
}