/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- */
.comparison_rating{
	 margin-left: auto;
    margin-right: auto;
    width: 5em;
 }
.woocommerce .content-area {
      width: 100%;
 }
 
 .woocommerce .widget-area {
      display: none;
 }
 
 .storefront-sticky-add-to-cart__content-button{
	visibility:hidden;
 }
 
 
 /*the container must be positioned relative:*/
.woof_block_html_items {
  position: relative;
  font-family: Arial;
}

a.product_type_external {
	background-color: transparent;
}
a.product_type_external:hover  {
	background-color: transparent;
}

li.product > a{
	display:none;
}
