
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.styleB1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}

body {
color: #000;
}
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?86318986');
  src: url('font/fontello.eot?86318986#iefix') format('embedded-opentype'),
       url('font/fontello.woff?86318986') format('woff'),
       url('font/fontello.ttf?86318986') format('truetype'),
       url('font/fontello.svg?86318986#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

a.cart-btn {
  font: 400 1.1em/1 'Lato', Arial, sans-serif !important;
  display: block;
  width: 100%;
  padding: .7em 0em .7em 0em;
  background: #00796B;
  color: #ffffff !important;
  text-decoration: none;
  margin: 1px 0px;
  cursor: pointer;
}
a.cart-btn:hover {
	background: #009688;
}
a.cart-btn:after	 {
	font-family: 'fontello';
	content: '\e800';
	margin-left: .5em;
	margin-right: -.5em;
	font-size: 1.2em;
}
