/* product table */
#product_custom table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1.5em;
}
#product_custom th {
    padding: 10px;
    border: 1px solid black;
}
#product_custom tr,
#product_custom td {
    border: 1px solid black;
}
#product_custom th,
#product_custom td {
    text-align: center;
}
#product_custom td {
    padding: 10px;
    position: relative;
}

.banner_clickable:hover{
    cursor: pointer;
}

@media screen and (max-width: 767px) {

    #product_custom table {
    width: 100%;
    }
    #product_custom th {
        font-size: 10px;
        padding: 3px;
    }
    #product_custom td {
        padding: 5px;
        font-size: 10px;
    }
}

@media screen and (max-width: 319px) {

    #product_custom td {
        padding: 3px;
    }

}