<div class="error"><p>WooCommerce USPS Shipping requires <a href="https://woocommerce.com/" target="_blank">WooCommerce</a> to be installed and active. Install and activate it <a href="https://doublelandsfarm.com/wp-admin/plugin-install.php?s=woocommerce&#038;tab=search&#038;type=term" target="_blank">here</a>.</p></div>/* Hide the footer SS-2985409-hc */
.footer {
    display: none;
}
.woocommerce-product-gallery__trigger { 
display: none !important;
}
/* Reduce the size of the product images on the single product pages | RG-21575395-hc */
.single-product div.product .woocommerce-product-gallery {
    max-width: 40%;
}
/* Hide the additional information tab */ li.additional_information_tab { display: none !important; }
/* remove zoom effect from products  | #-hc/zd bk */
.woocommerce .zoomImg {
  opacity: 0 !important;
}
/* hide product number from category title on shop pages 22034250-hc lm */ 
.woocommerce-loop-category__title .count {
    display: none;
}
/* remove WooCommerce breadcrumbs */
nav.woocommerce-breadcrumb {
    display: none;
}
/*Remove SKU and Category information from product pages | #22674695-hc JL */
.single-product .product_meta {
   display: none;
}

/* move mobile menu left for better visibility */
@media only screen and (max-width: 768px) {
    .mobile-menu li, .main-small-navigation .site-header-cart{
        text-align: left;
        padding-left: 20px;
    }
}
/* WooCommerce account page links / 22711501-HC (MI) */
.woocommerce-account .postarea a {
  color: #000000;
  text-decoration: underline;
}
/* WooCommerce Shop page email / 22711501-HC (MI) */
.woocommerce-account .postarea a,
.post-type-archive-product .postarea a {
  color: #000000;
  text-decoration: ;
}
/* Site full width | 22998835-hc (KK) */
.container {
    max-width: 100%;
}
/*Hide "Additional Information", like wight and dimensions, from product pages - 29076035-hc*/
.single-product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
	display: none !important;
}
/*  remove white lines on homepage -- 33537403-hc (DOC) */
.home .postarea {
  background-color: transparent;
  box-shadow: none;
}
.home .postarea.full {
  padding-top: 0;
  padding-bottom: 0;
}
/* change title color on homepage only | 4685463-zd tcrv */
.homepage .headline {
    color: #ffffff;
}
/*change size of the site title | 4685463-zen*/
.home .headline {
    font-size: 40px;
}
/*Change Green Color | 34709804-hc*/
a, a:link, a:visited {
    color: black;
    text-decoration: none;
}

.single-product div.product .summary .price {
    background-color: black !important;
}
/* override black link color on buttons to be white hc-34779490 */
a.add_to_cart_button, a:link.add_to_cart_button , a:visited.add_to_cart_button, ul.products li.product .button, ul.wc-block-grid__products li.wc-block-grid__product .wp-block-button {
  color: white; 
	
}
.added_to_cart {
 text-decoration: underline !important;
}

