.page-header .entry-title {
  font-family: Archivo Narrow, Arial, sans-serif;
  font-size: 20px;
  line-height: 18px;
  font-weight: 300;
  font-variant: normal;
  text-align: center;
  margin: 1px;
}

/*to hide woo commere pages titles*/
.page-header .entry-title {
    display: none;
}

/*Final Price colour*/
.woocommerce-checkout table.shop_table .cart-subtotal .woocommerce-Price-amount, .woocommerce-checkout table.shop_table .order-total .woocommerce-Price-amount {
    color: #000000;
		}

/*Location Price Selected colour*/
.woocommerce #shipping_method li .shipping_method:checked + label .woocommerce-Price-amount {
    color: #000000;
}

.widget_shopping_cart_content .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: 600;
    color: #000000;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table.shop_table .order-total .woocommerce-Price-amount {
    color: #000000;

}

 .page-header-catalog .page-breadcrumbs a {
    color: #000000;
}

a {
    color: #000000;
  
    }

.woocommerce ul.products li.product h2 a {
  	font-family: Roboto Condensed, Arial, sans-serif;
    color: #000000;
  	font-size: 18px;
    }

.woocommerce ul.products li.product .price {
    font-family: Roboto Condensed, Arial, sans-serif;
   	color: #000000;
  	font-size: 18px;
  }

.mf-entry-product-header .entry-meta {
  display: none;
 }

.woocommerce div.product .product_meta strong {
  display: none;
}

.woocommerce div.product .product_meta > span span, .woocommerce div.product .product_meta > span a {
   display: none;
  }
.woocommerce div.product .product_meta .posted_in, .woocommerce div.product .product_meta .tagged_as {
   display: none;
   }

.mini-cart-button-lines .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  width: 40%;
  background-color: #767676 !important;
  border-color: #FFFFFFF !important;
  text-align: center;
  border-radius: 20px;
  border-width: 10px;
  align-content: flex-end;
  font-family: Roboto Condensed, Arial, sans-serif;
}



/*This is for the font of the text on sales*/
.woocommerce ul.products li.product h2 a, .woocommerce ul.products li.product .woo-loop-product__title a {
	display:inline-block;
        font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
/*This part displays the ampunt being saved*/

.mf-product-deals-day ul.products li.product .price .sale {
    display: inline-block;
	 	border: 5px solid #fff;
		border-radius: 9px;
		margin: 5px 5px 5px 5px;
	  padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #FFF;
    background-color: #000;
}


/*To hide the otehr price*/
.woocommerce ul.products li.product .price del {
    display: none;
    padding-left: 5px;
    opacity: 1;
    color: #999;
    font-size: 14px;
}

.mf-product-deals-day ul.products li.product .price ins {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}


/* Color of product price*/

.woocommerce div.product span.price ins, .woocommerce div.product p.price ins {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}