/* button color 28709143-hc DF*/
body.home .wp-block-button .wp-block-button__link {
	background-color: #ffffff;
	color: #000000;
}
.woocommerce .product .single_add_to_cart_button.button{
	background-color: #FFFFFF;
	color: #000000;
}
/*change colors on product price and buttons on category pages | RN 29443114-hc*/
.woocommerce ul.products li.product .price {
	color: #ffffff;
}
.woocommerce a.button {
	background-color: #FFFFFF;
	color: #000000;
}
/*product price color on a single product page | RN 29443114-hc*/
.woocommerce div.product p.price {
	color: #ffffff;
}
/*hide author name on single product page | RN 29443114-hc*/
.single-product .entry-header .entry-meta {
	display: none;
}
/*fix Description tab title color on single product | RN 29443114-hc*/
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #404040;
}
/* WooCommerce Default Products: bottom-align buttons -- 29721586-hc */
 
@media screen and (min-width: 768px) {  
  ul.products {
    display: flex;
    flex-wrap: wrap;
  }
   
  ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
   
  ul.products li.product .button {
    align-self: center;
  }
}
/* End -- 29721586-hc */
/* Removes page titles from product pages 29721586hc */ 
.single-product .page-header .page-title {
  display: none;
}
/* Changes the background color on the Add to Cart button on product pages */ 
.woocommerce div.product form.cart .button:hover {
  background-color: grey;
}
/* Set product block grid titles to equiv 2-line height | 29722291-HC Mk */
.wc-block-grid__product-title {
    min-height: 30px;
}
/* ---Center text below images | 29722291-HC (JW) --- */ 
.block-grid-item-title {
    text-align: center;
}
/* hide woocommerce zoom icon by wooexplorer*/
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
display: none;
}
/* Remove product result count from shop page | YH-29772305-hc */
p.woocommerce-result-count {
    display: none;
}
/* Remove SKU number from product pages | YH-29772305-hc */
span.sku_wrapper {
    display: none;
}
/* Remove prev/next nav from product pages | YH-29772305-hc */
.single-product nav.navigation.post-navigation {
    display: none;
}
.product-type-variable select {
  color: white;
  background-color: black;
}
/* Checkout and other ALT style buttons / 29989790-hc kp */
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #ffffff;
    color: #000000;
}
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #4d4d4d;
    color: #000000;
}
/*update background of payment options in checkout to use black color hc-29989790*/
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #000000;
}
/*  Color of checkout payment form -- 29999367-hc (DOC) */
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
} 
/* Center product title and descriptions in product category page | 30180889-HC NJ */

.woocommerce-page:not(.single) .product{
  text-align:center;
}

/* Adjust font-size of product description in category page | 30180889-HC NJ */

.woocommerce-page:not(.single) .product p{
  font-size: 12px;
}
/* For buttons on featured category block hc-30182022-vk*/
.wc-block-featured-category__link a.wp-block-button__link {
    background-color: #fff;
    color: #000;
    padding-left: 30px;
    padding-right: 30px;
}
/* Change the styles of WooCommerce buttons  added to the page OUR AUTHORS 30192182-hc (rf) */
.page-id-982 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background-color: #FFFFFF;
	border-color: transparent;
	border-radius: 3px;
	color: #000000;
	font-size: 12px;
}
.page-id-982 .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	background-color: #dfdcde;
	color: #515151;
}
/* make the products cenetered in WooCommerce category pge SS-30298319-hc*/
@media (min-width: 768px){
.woocommerce-page .content-area {
    float: none;
margin: 0 auto;
}
.woocommerce-page .page-header{
margin-right: 0;
}
}
.woocommerce-ordering {
  display: none;
}
/* Change sale price color | #32901787-hc | AY */
.woocommerce ul.products li.product .price ins {
color: #FF69B4;
}
/* Change sale price color | #32901787-hc | AY */
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
color: #FF69B4;
}
#order_comments_field {
  display: none;
}
.select2-results__options li {
    color: #505050;
}