.body {
  font-family: 'Kanit',Arial, Helvetica, sans-serif;
  font-size: 14px; font-weight: 400; color: #333333;
  background:#B9AD9F url(images/bg.jpg) repeat-y 0 0;
  background-position: center top;
  background-repeat: vertical;
 }
 
 div {
	 box-sizing: border-box; 
 }
 #SlideShow {
	 width:100%;
	 height: 300px;
	 object-fit: cover;
	 object-position: center;
 }
 
 body {
  font-family: 'Kanit',Arial, Helvetica, sans-serif;
  margin: 0;
  box-sizing: border-box;
 }
 
 #mainContent {
	 width: 100%;
	 max-width: 1200px;
	 padding: 15px;
	 margin: 0 auto;
 }

.pgBg {
  background-position: center top;
  background-repeat: vertical;
; background-color: #B9AD9F; background-image: url(../images/bg.jpg)
 }
 p {
	 font-size: 15px;
	 font-family: 'Kanit',Arial, Helvetica, sans-serif;
	 font-weight: 300;
 }
 
 .mainFeature {
	 font-size: 18px;
	 padding: 5px 15px;
 }
 
 .uppercase {
	 text-transform: uppercase;
	 background-image: url(/images/topBlock.png);
	 kground-repeat: no-repeat;
	 background-size: 100% 100%;
	 top: -26px;
	 position: relative;
	 text-align: center;
 }
 
 h1 {
	font-family: 'Kanit', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}

h2
{
	font-family: 'Kanit', Arial, Helvetica, sans-serif; 
	font-size: 26px; 
	font-weight: 400; 
		padding-left: 10px; 
	color: #ea7f1e;
}
 
 .pgBgTemp {
  background-position: center top;
  background-repeat: vertical;
; background-color: #B9AD9F; background-image: url(../images/bgTemp.jpg)
 }
 
 #topMenu {
	display: flex;
	float:right;
	
}

#topMenu li {
	list-style: none;
	border-left: 1px solid rgba(0,0,0,.1);
	padding: 0 15px;
}

#topMenu li:last-child {
	padding-right: 0;
}

#topMenu a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	transition: all 0.3s;
}

#topMenu a:hover {
	color: #ea7f1e;
	transition: all 0.3s;
}

#headMenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

#headMenu li {
	list-style: none;
}
#headMenu a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s;
}

#headMenu a:hover {
	color: #ea7f1e;
	transition: all 0.3s;
}

.header-fixed {
	position: fixed;
	top: 0;
	z-index: 500;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.header-reduce {
	transform: scale(0.75);
}

#mainMenuInner {
	transition: all 0.3s;
}

#mainMenuHolder {
	transition: all 0.3s;
	padding: 0 15px;
	border-bottom: 1px solid #ededed;
}

#topMenuHolder {
	transition: all 0.3s;
	padding: 0 15px;
}

.logo {
	transition: all 0.3s;
	width: 208px;
}

#smallMenu {
	width: 100%;
	height: 0;
	background-color: #fff;
	position:fixed;
	top: 0;
	left: 0;
	transition: all 0.5s;
	z-index: 10000;
	overflow: hidden;
}
 #topMenuSmall {
	
}

#topMenuSmall li {
	list-style: none;
	padding: 10px 0;
	text-align: center;
}

#topMenuSmall li:last-child {
	padding-right: 0;
}

#topMenuSmall a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	transition: all 0.3s;
}

#topMenuSmall a:hover {
	color: #ea7f1e;
	transition: all 0.3s;
}

#headMenuSmall {
	
}

#headMenuSmall li {
	list-style: none;
	text-align: center;
	padding: 10px 0;
}
#headMenuSmall a {
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	transition: all 0.3s;
	
}

#headMenuSmall a:hover {
	color: #ea7f1e;
	transition: all 0.3s;
}


#mainMenuInnerSmall {
	transition: all 0.3s;
}

#mainMenuHolderSmall {
	transition: all 0.3s;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.burger {
	display: none;
}

.productContainer {
	display: flex;
	align-items: center;
}

.productImages {
	width: 65%; 
	max-width: 750px;
	margin-right: 1%;
}

.productDetails {
	width: 32.5%;	
}

.thumbnail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	padding: 0 10px;
}

.thumbnail p {
	text-align: center;
}

.thumbs {
	cursor: pointer;
}

a.buy {
	padding: 5px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	transition: all 0.5s;
	margin: 5px auto;
	width: 100px;
	font-weight: 500;
	display: block;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
}

a.buy:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.5s;
}

.hFlex {
	display: flex;
	justify-content: space-evenly;
}

.retailerDetail {
	display: inline-block;
	border: 1px solid #ededed;
	margin-bottom: 15px;
	width: 250px;
	padding: 5px;
}

.stateContain {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}



#leftMenu {  background-image: url(../images/menuBG.png); background-repeat: no-repeat}

#leftMenu .head {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none}
 
#leftMenu a {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none}

#leftMenu a:hover { color: #ea7f1e; text-decoration: underline}

a { color: #ea7f1e; text-decoration: underline}

#header {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-image: url(../images/headBg.jpg); background-repeat: no-repeat}

#header a {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none}

#header a:hover { color: #ea7f1e; text-decoration: underline}

#mainContent .text {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #666666; text-decoration: none; margin-left: 10px; margin-top: 10px; margin-right: 5px; margin-bottom: 5px}

#mainContent .head {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 18px; font-weight: bold; color: #666666; text-decoration: none; margin-left: 10px; margin-top: 10px; margin-right: 5px; margin-bottom: 5px}

#product .large {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 18px; color: #666666; text-decoration: none; margin-left: 10px; margin-top: 10px; margin-right: 5px; margin-bottom: 5px}

#product .highlight { color: #ea7f1e;  font-weight: bold;}

#banner .body {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: bold; color: #cccccc; text-decoration: none; text-align: center}

#banner a {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: bold; color: #FFFFFF; text-decoration: none; text-align: center}

#banner a:hover { color: #ea7f1e; text-decoration: underline}

#product {  font-family: Arial, Helvetica, sans-serif; }

#product .title
{
	padding-top:6px;
	padding-left:0px;
	height:35px;
	width:710px;
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(../images/titleBar.jpg);
	background-repeat:no-repeat;
; text-indent: 20pt
}

#product .text {  font-size: 11px; line-height: 18px; color: #666666; text-decoration: none; margin-left: 10px; margin-top: 10px; margin-right: 5px; margin-bottom: 5px}

#product .features {  font-size: 13px; line-height: 18px; color: #ea7f1e; text-decoration: none; margin-left: 10px; margin-top: 10px; margin-right: 5px; margin-bottom: 5px; font-weight: bold}

#product .points {  font-size: 11px; line-height: 18px; color: #666666; text-decoration: none; margin-left: 10px; margin-top: 10px; margin-right: 5px; margin-bottom: 5px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; list-style-position: inside; list-style-colour: #666666; list-style-type: disc}

#product a { color: #666666; text-decoration: underline}

#product a:hover { color: #ea7f1e; text-decoration: underline}


#prodList {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #666666; text-decoration: none;}

#prodList .text {  font-size: 11px; line-height: 18px; color: #666666; text-decoration: none;}

#prodList a {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; font-weight: bold; color: #666666; text-decoration: none; text-align: center}

#prodList a:hover { color: #ea7f1e; text-decoration: underline}



#prodList .title
{
	padding-top:6px;
	padding-left:0px;
	height:35px;
	width:710px;
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(../images/titleBar.jpg);
	background-repeat:no-repeat;
; text-indent: 20pt
}

#div-chart .text {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #333333}

#div-chart .head {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #333333}
.chartTable {  border: #999999; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin}

#div-view {
 position:relative;

}

#div-chart {
 position:absolute;
 top:-10;
 left:-10;
; border: #CCCCCC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px

}

.shadow {
-moz-box-shadow: 0px 0px 30px 5px #000;
-webkit-box-shadow: 0px 0px 30px 5px #000;
filter:
            progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=0,strength=3)
            progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=90,strength=8)
            progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=180,strength=8)
            progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=270,strength=3);


}

#retailers {  font-size: 15px;  font-family: Arial, Helvetica, sans-serif; color:#666666;  font-weight: 300;}

#retailers .text {  font-size: 15px; line-height: 18px; color: #666666; text-decoration: none; margin-left: 0;}

#retailers .name {  font-size: 19px; line-height: 18px; font-weight: 400; color: #ea7f1e; text-decoration: none;}

#retailers .cat {  font-size: 17px;  line-height: 18px; font-weight: 400; color: #ea7f1e; text-decoration: none;}

#retailers a { text-decoration: underline}

#retailers a:hover { color: #ea7f1e; text-decoration: underline}

#retailers .state
{
	padding-top:6px;
	padding-left:0px;
	height:35px;
	width:710px;
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(../images/titleBar.jpg);
	background-repeat:no-repeat;
; text-indent: 20pt
}



h1.pageTitle
{
	font-family: Arial, Helvetica, sans-serif; 
		padding-top:6px;
	padding-left:0px;
	height:35px;
	width:710px;
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	background-image:url(../images/titleBar.jpg);
	background-repeat:no-repeat;
; text-indent: 20pt
}

h1 {
	font-family: 'Kanit', Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	line-height: 36px;
}

h1.banners {
	font-family: 'Kanit', Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}

h2
{
	font-family: 'Kanit', Arial, Helvetica, sans-serif; 
	font-size: 30px; 
	font-weight: 400;
	color: #ea7f1e;
	padding: 0;
	line-height: 30px;
}

h2.banners
{
	font-family: 'Kanit', Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-weight: 400;
	color: #ea7f1e;
	text-align: center;
	padding: 0;
}

h3
{
	font-family:'Kanit', Arial, Helvetica, sans-serif; 
	font-size: 18px;
	font-weight: 400; 
	color: #ea7f1e;
	padding: 0;
}

h4
{
	font-family: 'Kanit', Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: 400; 
	color: #ea7f1e;
}
#homeCarousel a {
	text-decoration: none;
}



p
{
	font-size:15px;
	font-family: 'Kanit', Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	padding-right: 0px;
	margin-right: 0px; 
	text-align:left;
	}
	
	div.hr
{
	background-color:#cccccc;
	height:1px;
	width:100%;
	margin-bottom:1em;
}

li
{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: inside;
	padding-left: 10px; 
	padding-right: 0px;
	margin-right: 0px; 
	text-align:left;
	}
	
.smallHead
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
		padding-left: 10px; 
	color: #ea7f1e;
}





@media only screen and and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3){
#headMenu {
	display: none;
}
#topMenuHolder {
	display: none;
}

.burger {
	display: inline-block;
	float:right;
	cursor: pointer;
	transition: all 0.3s;
}

.burgerFill {
	fill: #fff;
	transition: all 0.3s;
}

.burgerFill:hover {
	fill: #000;
	transition: all 0.3s;
}
}

@media only screen and (max-width: 950px){
#headMenu a {
	font-size: 15px;
}

.logo {
	width: 150px;
	transition: all 0.3s;
}
}

@media only screen and (max-width: 800px){

	.productContainer {
	display: block;
}

.productImages {
	width: 100%; 
	padding: 0 10px;
	margin-right: 0;
}

.productDetails {
	width: 100%; 
	padding: 0 10px;	
}
	
#headMenu {
	display: none;
}
#topMenuHolder {
	display: none;
}

.burger {
	display: block;
	float:right;
	cursor: pointer;
	transition: all 0.3s;
	margin-top: 10px;
}

.burgerFill {
	fill: #fff;
	transition: all 0.3s;
}

.burgerFill:hover {
	fill: #000;
	transition: all 0.3s;
}
}

@media only screen and (max-width: 600px){
.hFlex {
	display: block;
}	

h2 {
	font-size: 20px;
}
}