/**
 * The style of the woocommerce compare products
 */

/* ###############
FIXED COLUMNS
##############*/

table.DTFC_Cloned thead, table.DTFC_Cloned tfoot{
    background-color:white;
}
div.DTFC_Blocker{
    background-color:white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable{
    margin-bottom:0;
    z-index:2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer{
    border-bottom:none;
}

/*############################
 * COMPARE
#############################*/
.dataTables_scrollHead {
	display: none;
}
body {
    font-family: 'Opensans', san-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color:#222222;
    background: none !important;
    margin: 0;
    

}
body h1 {
	background: #f5f5f5;
	color: #222222;
	font-weight: 500;
	padding: 20px;
	border-bottom:0;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0;
	text-align: center;
}

body #yith-woocompare {
    padding: 0;
}

table.dataTable.compare-list tr {
    display: table-row;
}

table.dataTable.compare-list thead th,
table.dataTable.compare-list thead td,
table.dataTable.compare-list tfoot td,
table.dataTable.compare-list tfoot th {
    border: 0;
    vertical-align: middle;
}
.DTFC_LeftFootWrapper table.compare-list,
.DTFC_LeftHeadWrapper table.compare-list {
    border: 0;
}

table.compare-list td {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    text-align: center;
    vertical-align: middle;
}

table.compare-list {
    width: 100%;
    border-bottom: 0;
    border-top: 0;
    margin: 0;
    table-layout: auto;
}

table.compare-list tbody th {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    overflow: hidden;
    text-align: left;
    color: #222222;
    background-color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.rtl table.compare-list tbody th {
    text-align: right;
}

table.dataTable.compare-list tbody th,
table.dataTable.compare-list tbody td {
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;    
    border-left: none;
    padding: 15px;
    vertical-align: middle;
}
table.dataTable.compare-list tbody tr:last-child th,
table.dataTable.compare-list tbody tr:last-child td {
    border-bottom: 1px solid #e5e5e5;
}
table.dataTable.compare-list tbody th p, table.dataTable.compare-list tbody td p{ margin: 0; padding: 0;}
table.compare-list tbody td.last-column {
    width: auto;
    border-right: 0;
}

#yith-woocompare-table_wrapper {
    margin: 15px 0;
}

table.dataTable.compare-list tbody .product_info td {
    vertical-align: top;
}

table.compare-list thead th a.close, h1 a.close {
    float: right;
    margin-right: 12px;
    font-weight: 600;
    font-size: 1em;
    color: #000;
    text-decoration: none;
}

table.compare-list .remove td a {
    color: #222222;
    text-decoration: none;
}

table.compare-list .remove td a:hover {
    color: #222222;
}

table.compare-list .remove td a .remove {
    border-radius: 100% 100% 100% 100%;
    color: red;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    height: 1em;
    line-height:0.8em;
    text-align: center;
    text-decoration: none;
    width: 1em;
}

.yith-woocompare-widget ul.products-list a.remove {
    float: left;
}

table.compare-list .remove td a:hover .remove {
    background-color: red;
    color: #ffffff;
}

table.compare-list .add-to-cart td a:not(.unstyled_button) {
    display: inline-block;
    margin: 15px 0;
    background-color: #f5f5f5;
    border: 0 none;
    color:  #222;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.4px;
    font-weight: normal;
    line-height: normal;
    padding: 12px 22px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
}

table.compare-list .add-to-cart td a:not(.unstyled_button):hover {
    background: #2959c2;
    color: #fff;

}

table.compare-list .stock td span {
    color: #009900;
}

table.compare-list .stock td span.out-of-stock {
    color: #990000;
}

table.compare-list .price td {
    text-decoration: none;
    font-weight: 600;
font-size: 16px;
line-height: 24px;
font-family: 'Epilogue';
}
table.compare-list .price td del{
    opacity: .5;
    font-weight: 500
}

table.compare-list td.odd {
    background: #FFFFFF;
}

table.compare-list td.even {
    background: #FFFFFF;
}

table.compare-list td img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    height: auto;
    padding: 3px;
    margin-bottom: 20px;
}
@media( max-width: 767px ) {
    table.compare-list tbody th {
        width: 100px;
        max-width: 100px;
        min-width: 100px;
        font-size: 12px;
    }
}