/* CSS for the wishlist table */


/*********** RM-994 ***************/

#wishlist-form-products input {
    width: 100%;
    padding: 5px 0 !important;
    text-align: center;
    margin: 0;
}
#wishlist-form-products table.sticky-header {
    z-index: 1;
}
#uc-wishlist-view-form td,
#uc-wishlist-view-form th {
    padding: 3px;
    font-size: 14px;
}
#uc-wishlist-view-form input[type="submit"],
#uc-wishlist-view-form input[type="reset"],
#uc-wishlist-view-form button {
    margin-top: 10px
}
#uc-wishlist-view-form table input[type="submit"],
#uc-wishlist-view-form table input[type="reset"],
#uc-wishlist-view-form table button {
    margin: 0;
}
#uc-wishlist-view-form table input[type="submit"] {
    padding: 5px !important;
}
@media(min-width: 768px) and (max-width: 959px) {
    #uc-wishlist-view-form td,
    #uc-wishlist-view-form th {
        font-size: 12px;
    }
    #uc-wishlist-view-form table input {
        padding: 0px 2px;
    }
}
@media(max-width: 767px) {
    #wishlist-form-products table.sticky-header {
        display: none;
    }
    #uc-wishlist-view-form table,
    #uc-wishlist-view-form thead,
    #uc-wishlist-view-form tbody,
    #uc-wishlist-view-form th,
    #uc-wishlist-view-form td,
    #uc-wishlist-view-formtr {
        display: block;
    }
    #uc-wishlist-view-form thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #uc-wishlist-view-form tr {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 0;
        display: block;
    }
    #uc-wishlist-view-form td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }
    #uc-wishlist-view-form td:before {
        position: absolute;
        top: 50%;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    #uc-wishlist-view-form td:nth-of-type(1):before {
        content: "Remove";
    }
    #uc-wishlist-view-form td:nth-of-type(2):before {
        content: "Products";
    }
    #uc-wishlist-view-form td:nth-of-type(3):before {
        content: " ";
    }
    #uc-wishlist-view-form td:nth-of-type(4):before {
        content: "Wanted";
    }
    #uc-wishlist-view-form td:nth-of-type(5):before {
        content: "On-line Purchase";
    }
    /* RM-1085 */
    #uc-wishlist-view-form td:nth-of-type(6):before {
        content: "In-Store Purchase";
    }
    /* RM-1085
    #uc-wishlist-view-form td:nth-of-type(7):before {
        content: "Qty.";
    }*/
    #uc-wishlist-view-form td:nth-of-type(7):before {
        content: "Purchase";
    }
    #uc-wishlist-view-form td:nth-of-type(8):before {
        content: "Total";
    }
    #wishlist-form-products input[type="checkbox"],
    #wishlist-form-products input[type="radio"] {
        width: auto;
    }
    #wishlist-form-products input {
        width: 80%;
    }
    #uc-wishlist-view-form td,
    #uc-wishlist-view-form th {
        height: auto;
    }
    #uc-wishlist-view-form tr.odd .form-item,
    #uc-wishlist-view-form tr.even .form-item {
        margin-bottom: 0;
    }
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(1):before {
       content: "Products";
    }
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(2):before {
       content: "";
    }
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(3):before {
       content: "Wanted";
    }
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(4):before {
       content: "On-line Purchase";
    }
    /* RM-1085 */
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(5):before {
        content: "In-Store Purchase";
    }
    /* RM-1085
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(6):before {
       content: "Qty";
    } */
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(6):before {
       content: "Purchase";
    }
    .not-logged-in #uc-wishlist-view-form td:nth-of-type(7):before {
       content: "Total";
    }
}
@media(max-width: 600px) {
    #uc-wishlist-view-form tr {
        border-top: 1px solid #ccc;
    }
}
#wishlist-form-products table img{
   margin: 0
}