@import url("header.css");
@import url("nav.css");
@import url("section.css");
@import url("products2.css");
@import url("font.css");
@import url("footer.css");
#please_rotate {
	display: none;
	}

@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : landscape)  {
#please_rotate {
	display: block;
	background-color: #9a8347;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999;
	text-align: center;
	overflow: hidden;
	padding-top: 15%;
	padding-bottom: 15%;
    }
}





body {
	width:auto;
	margin:auto;
}


body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar-thumb {
  background: #9C0;
  border: 0px none #ffffff;
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #9C0;
}
body::-webkit-scrollbar-thumb:active {
  background: #9C0;
}
body::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 0px;
}
body::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
body::-webkit-scrollbar-track:active {
  background: #ffffff;
}
body::-webkit-scrollbar-corner {
  background: transparent;
}

