/* ==========================================================
   Retailer Offers
========================================================== */

.offers-table{

    width:100%;

    border-collapse:collapse;

    overflow:hidden;

    border-radius:18px;

    background:#FFF;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.offers-table thead{

    background:#F8F8F5;

}

.offers-table th{

    padding:18px 24px;

    text-align:left;

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.05em;

    color:#666;

}

.offers-table td{

    padding:20px 24px;

    border-top:1px solid #EEE;

    font-size:16px;

}

.offers-table tbody tr{

    transition:.25s ease;

}

.offers-table tbody tr:hover{

    background:#FAFAF8;

}

.offers-table td:last-child{

    text-align:right;

}

.btn-sm{

    padding:10px 20px;

    font-size:14px;

}