*{
	margin: 0 0;
	padding: 0 0;
}
body{
	font-family: arial, sans-seriff;
	line-height:25px;
}

.wrapper{
	border:1px solid red;
	width: 90%;
	margin: 0 auto;
	padding:1% 1%;
}

.clearfix:after{
	content = " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

/*CSS for header*/
.header{
	color: white;
}

.header:after{
	content = " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.header h1 {
	text-align: center;	
}

.header img{
	height: 100px;
	width: 100px;
}

.header img:hover{
	box-shadow: 0 0 3px 3px silver;
}

/*CSS for menu*/
.menu {
	list-style-type:none;
}

.menu ul a {
	color: darkred;
	text-decoration: none;
	padding: 1%;
}

.menu ul a:hover {
	background-color: darkred;
	color: white;
}

.menu ul a li{
	display:inline;
}

/*CSS for main body*/
.main{
	margin: 1% 0;
}

.main h1, .main h3, .main h2{
	color: orange; 
}

.indexproducts{
	width: 30.5%;
	border: 1px;
	text-align: center;
	padding: 1px;
	margin: 1%;
	display: inline-block;
	height: 350px;
	position: relative;
}

.indexproducts:hover{
	box-shadow: 0 0 3px 3px silver;
}

.indexproducts img {
	max-height: 300px;
	max-width: 100%;
}

.indexproducts .product-category{
	font-weight: bold;
	color: orange;
	padding: 1%;
	width: 100%;
}

.indexproducts .product-size, .indexproducts .product-description{
	font-weight: lighter;
	font-size: 90%;
	padding: 1%;
}

.indexproducts .btn-info{
	padding: 3%;
	margin: 3%;
	background-color: darkred;
	color: white;
	border: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 15px;
}

.indexproducts .btn-info:hover{
	background-color: orange;
}

.newimages {
	width: 97%;
	height: 200px;
	border: 1px;
	text-align: center;
	padding: 1px;
	display: block;
	position: relative;
	backface-visibility: hidden;
}

.newimages img {
	max-width: 100%;
	max-height: 200px;
}

.product-category{
	max-width: 97%;
	font-weight: bold;
	color: orange;
	padding: 1%;
	height: 20px;
	
}

.productinfo{
	font-weight: lighter;
	font-size: 90%;
	padding: 1%;
	width: 100%;
	height: 60px;
}

/*CSS for the page number at the bottom of the herbal oil pages*/
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: darkred;
  color: white;
}

.pagination a:hover:not(.active) {
	background-color: darkred;
	color: white;
}

.mapouter{
	position:relative;
	text-align:right;
	height:300px;
	width:100%;
}
	
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:300px;
	width:100%;
}


/*CSS for footer*/
.footer{
	background-color: darkred ;
	color: white;
}

.footer p {
	text-align: center;
}

.footer p a {
	color: white;
}

.footer p a:hover {
	text-decoration: none;
}