/*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;

}

.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: 4px;

    text-align: center;

    background: #fff;

    margin: 0;

    font-weight: normal;

    color: #333;

    text-transform: capitalize;

    margin-top: 10px;

    margin-bottom: 15px;

}

.woocommerce table.compare-list .add-to-cart td a:hover{

    background: #999;

    border-color: #999;

    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 {

    background: #333;

    font-weight: normal;

    font-size: 20px;

}

tr.description{
    display: table-row;
}

table.compare-list .product-desc img {
    max-width: 100%;
    width: auto;
}