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

body {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.51em;
  color: #7b7d7f;
  background: none !important;
  margin: 0;
  font-weight: 500;
}

body *{
 box-sizing: border-box;
}

body h1 {
  background: transparent;
  color: #1c1f23;
  font-weight: 600;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 19px;
  margin: 0;
  text-align: center;
  padding: 25px 15px;
}


/* Title*/
table.compare-list tbody tr.title td{
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1f;
}

/* Remove */
table.compare-list tbody tr.remove th{
 border-bottom: 2px solid #b67c5a;
}
table.compare-list tbody tr.remove td{
  border-bottom: 2px solid #b67c5a;
}
table.compare-list thead{
  display: none;
}
table.compare-list tfoot{
  display: none;
}



body #yith-woocompare {
  padding: 0 25px 15px;
}

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 tbody tr:nth-of-type(odd){
  background-color: #f7f7f7;
}

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

table.compare-list {
  width: 100%;
  border-bottom: 0;
  border-top: 0;
  margin: 0;
  table-layout: auto;
  border-left: 1px solid #eaeaeb; 
}

table.compare-list tbody th {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  overflow: hidden;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 29px 16px;
  vertical-align: middle;
  font-size: 12px;
  color: #1f1f1f;
}

.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 #eaeaeb;
  border-top: 1px solid #eaeaeb;
  border-bottom: none;
  border-left: none;
  padding: 10px;
  vertical-align: middle;
  padding: 18px 29px 16px;
}
table.dataTable.compare-list tbody tr:last-child th,
table.dataTable.compare-list tbody tr:last-child td {
  border-bottom: 1px solid #eaeaeb;
}

table.compare-list tbody td.last-column {
  width: auto;
  border-right: 0;
}

table.compare-list tr.image td,
table.compare-list tr.image th {
  border-top: 0;
}

#yith-woocompare-table_wrapper {
  margin: 10px 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: 10px;
  font-weight: 600;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
}

table.compare-list .remove td a {
  color: #1f1f1f;
  text-decoration: none;
  text-indent: -99999px;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

table.compare-list .remove td a:hover {
  opacity: 0.6;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

table.compare-list .remove td a .remove {
  margin-left: 6px;
  position: relative;
  top: -1px;
  color: #fe5339;
  font-size: 14px;
}

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

table.compare-list .add-to-cart td a {
  display: inline-block;
  margin: 10px 0;
  color: #FFFFFF;
  font-weight: 500;
  line-height: normal;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 11px;
  background: #1f1f1f;
  border: 1px solid transparent;
  transition: .3s ease;
}

table.compare-list .add-to-cart td a:hover {
  transition: .3s ease;
  background: transparent;
  border-color: #1f1f1f;
  color: #1f1f1f;
}

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

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

table.compare-list .price td {
  color: #b67c5a;
}

table.compare-list .price td del{
  color: #a8aaab;
}
table.compare-list .price td ins{
   text-decoration: none;
    margin-left: 7px;
}


table.compare-list td img {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 5px 30px rgba(4, 4, 4, 0.1);
  height: auto;
  max-width: 100%;
  padding: 3px;
  max-width: none;
}


.woocommerce-Price-amount{
  text-decoration: none;
}