.yith-woocompare-popup {
    font-family: 'myriad-pro';
}

.yith-woocompare-popup h1 {
    color: #C87400;
    letter-spacing: 2.76px;
    font-size: 46px;
    font-family: 'Gotham';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.yith-woocompare-popup h1 .close {
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    margin-top: 10px;
}

.image-wrap {
    border: 1px solid #53575A;
    display: flex;
    align-items: center;justify-content: center;
    padding: 15px;
}

.add_to_cart_button {
    background: #CF8A00;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: inherit;
    font-weight: 400;
    border-radius: 25px;
    display: inline-block;
    padding: 14px 20px;
    letter-spacing: 0.6px;
    font-size: 15px;
}

table.dataTable tbody th  {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: left;
    text-transform: uppercase;
    background: #F5F5F5;
    padding: 24px 20px;
    min-width: 216px;
    border: 8px solid #fff;
}

table.dataTable tbody td {
    background: #F5F5F5;
    padding: 24px 20px;
    border: 8px solid #fff;
}

table.dataTable tr.remove th,
table.dataTable tr.remove td,
table.dataTable tr.image th,
table.dataTable tr.image td {
    background: #fff;
}

table.dataTable tr.remove {
    display: none;
}


table.dataTable tbody tr + tr {
    margin-top: 14px;
}

table.dataTable {
    border-collapse:separate;
    /*border-spacing: 0 14px;*/

}

table.dataTable tr.image th, table.dataTable tr.remove th {
    background: #fff;
}

tr.title th {
    -moz-border-radius-topleft: 20px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0;
}

.button-group a {
    display: block;
    background: #CF8A00;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: inherit;
    font-weight: 400;
    border-radius: 25px;
    text-align: center;
    padding: 14px 20px;
    letter-spacing: 0.6px;
    font-size: 15px;
    max-width: 217px;
    margin-left: auto;
    margin-right: auto;
}

.button-group a.remove-x {
    margin-top: 12px;
    border: 1px solid #CF8A00;
    color: #CF8A00;
    background: #fff;
}

.dataTables_scrollFoot, .DTFC_LeftWrapper {
    display: none !important;
}

table.dataTable tbody tr.title td {
    font-family: 'Montserrat';
    text-transform: uppercase;
}

tr.image td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 767px) {
    .yith-woocompare-popup h1 {
        font-size: 30px;
        letter-spacing: 1.8px;
    }
    table.dataTable tbody th, table.dataTable tbody td {
        padding: 14px 10px;
        min-width: 100px;
    }
    table.dataTable tbody th {
        font-size: 14px;
    }
    table.dataTable tbody td {
        font-size: 16px;
    }
}