/**
 * Products compare popup style
 */ 
 
#product_comparison, #nameTableHldr, #product_comparison tr.row_end td, #nameTable tr.row_end td { border-top:0; border-bottom:0; }
#product_comparison td, #nameTable td { border-right:0; }
tr.row_2 td, tr.row_2 th { background:none !important; }
table td.column_1 { background:#F7F7F7 !important; }
#nameTableHldr { border-right:0; border-left:0; }
.woo_compare_popup_remove_product_container { /*border-bottom: 1px solid #DFDFDF;*/ margin: 0 -10px 5px; padding: 0 0 5px; text-align: center; }
.compare_image_container { height:200px; }
.compare_image_container img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    height: auto;
    max-width: 100%;
    padding: 3px;
}

/* typography */
#product_comparison td {
    color: #747373;
    font-family: 'Play',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.compare_value, .compare_price, .compare_product_name {
    color: #333333;
    font-family: 'Oswald',sans-serif;
    font-size: 13px;
    line-height: 16px; 
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
}
.compare_price, .compare_product_name {
    text-align: center;
}
.compare_add_cart {
    height:30px;
    margin:15px 0 5px;
}
.compare_add_cart a {
    background-color: #4F4F4F;
    border: 0 none;
    color: #FFFFFF;
    font-family: 'Oswald';
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    padding: 5px 20px;
    text-transform: uppercase;
    height: 30px;
    text-decoration: none;
}
.compare_add_cart a:hover {
    background:#868686;
}
.compare_price del {
    font-size: 11px;
}