}/* Align the button in the grayed out box */
.woocommerce ul.products li.product .button{
    margin-top:1em;
    width:80%;
    text-align:center;
}

/* Center the product item number in box */
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    color: black;
    text-align: center;
}

/* Center the price in the box */
.wpb_row {
    margin-bottom: 0;
    text-align: center;
}

/* Give products a gray background */
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
    background-color: #c2c2c2;
}

/* Background for payment methods in checkout */
.woocommerce-checkout #payment ul.payment_methods {
	background-color: #c3bcbd;
}

/* Border around payment instructions for each payment type */
.woocommerce-checkout #payment div.payment_box {
	background-color: #333333 !Important;
}

/* Inside payment instruction box */
#add_payment_method #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
	background-color: #ebe9eb;
}