/* Center Homepage Subscription Form 28854534-hc | ks */
.home .wp-block-jetpack-contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.home .wp-block-jetpack-button {
    text-align: center;
}

/* Center product listing elements | 29447359-hc kf */
ul.products li.product {
    text-align: center;
}

/*  Hides More Products button on Shop page 32420081-hc SC */
#infinite-handle {
	display:none;
}

/* 34019941-hc | Adding copyright info | Sabbir A */
div.site-info:after {
  content: " ©2024 Cava Essentials LLC. All rights reserved.";
  text-align: center;
  width: 100%;
}

li#tab-title-additional_information {
    display: none !important;
}

/* hide front page testimonial from theme template - nrmn */
#front-page-testimonials {
    display: none;
}

/* reduce font size of comments - nrmn */
.comment-content {
    font-size: 14px;
}

/* Hide page title on homepage - 35582638-hc */
.home .entry-title {
  display: none;
}

/* Change email form styling on homepage & contact page | 35596504-hc(jw) */
.page-id-283 .contact-form input[type='email']{border-radius: 30px;
}
.page-id-249 .wp-block-column .contact-form input[type='text'], .wp-block-column .contact-form input[type='email'], .wp-block-column .contact-form input[type='tel'], .wp-block-column .contact-form input[type='url'], .wp-block-column .contact-form textarea {border-radius: 30px;}
/* End Change email form styling on homepage & contact page | 35596504-hc(jw) */

/* Change the store notice background color | 35639770-hc (AM)*/
p.woocommerce-store-notice.demo_store {
    background-color: #12184a;
    color: white;
}
/* End Change the store notice background color | 35639770-hc (AM)*/

/* Remove background pattern behind Featured Images | 35752602-hc tcrv */
.entry-thumbnail, .post-thumbnail {
	background: none;
}
/* End | 35752602-hc tcrv */

/* Change Shopping Cart Hover Color  | 35752602-hc tcrv */
.site-header-cart .widget_shopping_cart {
	background: #12184a;
}

/* End | 35752602-hc tcrv */

/* Hide featured image on home page only 37542931-hc */
.home .entry-thumbnail {
	display: none;
}

/* center align home page hand-picked product block | CM | 41909764-hc*/
.home .wc-block-grid__products {
    justify-content: center;
}