/*!
 * Supermarket-Compare style sheet
 * Author: Matthew Barclay
 */




/* make add to wish list button more prominant  */
#add_to_wishlist_button{
    min-width: 245px;
    min-height: 46px;
    font-size: 18px;
    margin-left: auto;
    margin-right: 10px;
}

/* remove add to cart button quantity  */
.single-product .product-summary-wrap .quantity, .shop_table.cart-table .quantity {
    display: none!important;
}


/* remove add to cart button  */
button.single_add_to_cart_button.button.alt {
    display: none !important;
}


/* compare supermarket table table styles  */
table {
  width: 100%;
  border:1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 50px;
}

th, td {
border:1px solid #ccc;
  padding: 15px;
}

.compare_table_title {   
    padding-top: 10px;
    padding-left: 10px;
    max-height: 39px !important;
    min-height: 39px !important;
    background-color: #ddd;
    color: #706e6e;
    margin-bottom: 5PX;
    text-align: CENTER;
    font-style: BOLD;
    font-weight: bold;
    padding-right: 10px;
}