/**
 * The style of the woocommerce compare products
 */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Playfair Display',sans-serif;
    font-size: 13px;
    line-height: 1.51em;
    color: #747373;
    background: none !important;
}

table.compare-list {
    margin: 10px;
    table-layout: fixed;
    border: 1px solid #e1e1e1;
}

table.compare-list a{
    color: #333;
}

/* plugin fixedheadertable fix */
table.compare-list thead, table.compare-list tfoot {
    display: none;
}

table.compare-list tr.title td{
    color: #94a850!important;
    text-transform: capitalize!important;
}

#cboxClose{
    display: none;
}

.table-wrapper {
    width: 100%;
}

table.compare-list thead th, h1 {
       background: #fff!important;
      color: #252525;
      font-weight: normal;
      padding: 6px 10px;
      border-bottom: 2px solid #fff;
      display: block;
      text-transform: uppercase;
      font-size: 2em;
      padding: 30px;
}

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 th, table.compare-list td,
table.compare-list th, table.compare-list .price.repeated td {
    padding: 10px;
}

table.compare-list th, table.compare-list td {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}


table.compare-list tr.remove th, table.compare-list tr.remove td,
table.compare-list tr.image th,  table.compare-list tr.image td,
table.compare-list tr.title th,  table.compare-list tr.title td,
table.compare-list tr.price th,  table.compare-list tr.price td {

    padding-bottom: 0;
    padding:30px 20px;
}

table.compare-list tr.image th,  table.compare-list tr.image td {
    height: 186px;
}

table.compare-list tr.image th, table.compare-list tr.image td,
table.compare-list tr.title th, table.compare-list tr.title td,
table.compare-list tr.price th, table.compare-list tr.price td {
    color: #333;
    text-transform: capitalize;
    font-size: 1.076em;
}

table.compare-list tr.image th, table.compare-list tr.image td,
table.compare-list tr.price th, table.compare-list tr.price td,
table.compare-list tr.add-to-cart th, table.compare-list tr.add-to-cart td {
    padding-top: 4px;
    border-bottom: none;
    border-bottom: 1px solid #e1e1e1;
}

table.compare-list tr.image th,
table.compare-list tr.title th,
table.compare-list tr.price th,
table.compare-list tr.add-to-cart th {
    overflow: hidden;
    white-space: nowrap;
    background: #fafafa;

}

table.compare-list .remove td a {
    color: transparent;
    text-decoration: none;
}

table.compare-list .remove td a .remove {
    border-radius: 100% 100% 100% 100%;
    color: transparent;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    height: 1em;
    line-height: 0.81em;
    text-align: center;
    text-decoration: none;
    width: 1em;
    position: relative;
}
table.compare-list .remove td a .remove:after{
    content: '';
    background: url('../images/icon-organic.png') no-repeat -258px -144px;
    position: absolute;
    top: 0;
    width: 16px;
    left: -15px;
    height: 16px;
}

.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: #fff;
      background: #95a83f;
      font-weight: normal;
      line-height: normal;
      padding: 9px 20px;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 30px;
}


table.compare-list .stock td span {
    color: #94a850;
}

table.compare-list .stock td span.out-of-stock {
    text-decoration: line-through;
}

table.compare-list th .fixed-th {
    width: 205px;
}

table.compare-list th {
    width: 205px;
    max-width: 205px;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    font-size: 1.076em;
    color: #333333;
    font-weight: 400;
    background: #fafafa;
    text-transform: capitalize;
    font-weight: bold;
}

table.compare-list td {
    width: 230px;
    max-width: 230px;
    min-width: 230px;
    text-align: center;
}

table.compare-list td li{
    list-style: none;
}

table.compare-list td img {
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    max-width: 100%;
    padding: 3px;
    margin-bottom: 20px;
    max-width: none;
}

/** Fixed Header Table Style */
/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* http://fixedheadertable.com
*
* Licensed under MIT
* http://www.opensource.org/licenses/mit-license.php
*
* http://docs.jquery.com/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
*
* all CSS sizing (width,height) is done in pixels (px)
*/

/* @group Reset */

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
    /* position */
    margin: 0;

    /* size */
    padding: 0;

    /* text */
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

.fht-table {
    /* appearance */
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */

/* @group Content */

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    /* appearance */
    overflow: hidden;

    /* position */
    position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
    /* appearance */
    overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
    /* appearance */
    overflow: hidden;

    /* size */
    height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
    /* position */
    top: 0;
    left: 0;
    position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
    /* position */
    z-index: 1;
}
#cboxMiddleLeft{
    background: none;
}
#cboxClose{
    background: url(../images/colorbox/controls.png) no-repeat 0px 0px;
}
/* @end */