/* changies the color of the 'Add to Cart' button */
.single_add_to_cart_button {
  background-color: #E6E281 !important;
}

/* changes the color of the 'Procede to Checkout' button */
.checkout-button{
  background-color: #E6E281 !important;
}

/* changes the color of hte 'Place Order' button*/
.button.alt{
  background-color: #E6E281 !important;
}

/* remove headder image from specific pages */
/*.page-id-18 .site-header, calculator reviews page*/
.page-id-1188 .site-header, /*comparison review home page*/
.page-id-49 .site-header, /*graphing calculator review home page*/
.page-id-50 .site-header, /*scientific calculator review home page*/
.page-id-3132 .site-header, /*shop page*/
.page-id-3102 .site-header, /*cart page*/
.page-id-3103 .site-header, /*checkout page*/
.postid-3138 .site-header{  /*80085 shirt page*/
	background: none!important;
	height:0px!important;
	min-height:0px!important;
}

/* remove comments are from specific pages */
.page-id-3132 .comments-area {
        display: none!important;
}
