body
{
	font-family: Oswald, Helvetica, sans-serif !important;
}

.header
{
	margin-top: 2px;
	height: 70px;
	background-color: #00cc66;
}
.sale-text
{
	font-family: Oswald, Helvetica, sans-serif !important;
	text-align: center;
	font-size: 40px;
	text-decoration: underline;
	margin-bottom: 0;
}
.line
{
	border:1px solid;
}
.main-image
{

	width: 100%;
	height: 100%;
}
.main-text
{
	margin-top: 0;
	font-size: 24px;
	text-align: justify;
}
.order-btn
{
	color: white;	
	font-size: 20px;
	background-color: #00cc66;
	border: none;
	height: 50px;
	border-radius: 5px;	
}
span
{
	color: #00994d;
	font-weight: bold;
}
.thmb-imgs
{
	width: 100%;
}
.discrption-text
{
	color: #00994d;
	font-size: 25px;
}
.offer
{
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.logo
{
	height: 100%;
	width: 70%;
}
.price
{
	font-size: 20px;
}
.retail-price
{
	font-size: 35px;
	text-decoration: line-through;
	color: #ff3333;
}
.disc-price
{
	font-size: 35px;
	color: 	#00994d;
}
.offer-text
{
	color: #00994d;
	text-align: center;
	font-size: 40px;
	font-weight: bold;	
}
ul
{
	list-style-type: square;
	font-size: 20px;
	font-weight: bold;
}
.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.gdot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
.caption
{
	color: #ff3333;
	font-size: 20px;
}
.offer-img
{
	width: 80%;
}
.img-text
{
	font-size: 20px;
}