@font-face {
    font-family: 'supermarketregular';
    src: url('fonts/supermarket-webfont.eot');
    src: url('fonts/supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/supermarket-webfont.woff2') format('woff2'),
         url('fonts/supermarket-webfont.woff') format('woff'),
         url('fonts/supermarket-webfont.ttf') format('truetype'),
         url('fonts/supermarket-webfont.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pslxdisplayregular';
    src: url('fonts/pslxdisplay-webfont.eot');
    src: url('fonts/pslxdisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pslxdisplay-webfont.woff') format('woff'),
         url('fonts/pslxdisplay-webfont.ttf') format('truetype'),
         url('fonts/pslxdisplay-webfont.svg#pslxdisplayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pslxkittithadaregular';
    src: url('fonts/pslxkittithada-webfont.eot');
    src: url('fonts/pslxkittithada-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pslxkittithada-webfont.woff') format('woff'),
         url('fonts/pslxkittithada-webfont.ttf') format('truetype'),
         url('fonts/pslxkittithada-webfont.svg#pslxkittithadaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'thai_sans_literegular';
    src: url('fonts/thaisanslite-webfont.eot');
    src: url('fonts/thaisanslite-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/thaisanslite-webfont.woff') format('woff'),
         url('fonts/thaisanslite-webfont.ttf') format('truetype'),
         url('fonts/thaisanslite-webfont.svg#thai_sans_literegular') format('svg');

}

html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, h2, h3, .welcome {
	color: #000;
	font-family: 'supermarketregular',Tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 37px;
	font-weight:normal;
}
h2 {
	color: #000;
	font-size: 23px;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3{ font-size: 21px;}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	/*color: #5eb1fa;*/
	color:#000;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#content-wrapper{clear:both;}
.inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	padding:0;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 206px;
}
#content {
	min-height: 400px;
	margin-bottom: 0;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 228px;
}
/* search */

#search {
	float: right;
	position: relative;
	z-index: 15;
}
#search .button-search {
	background: url("../image/button-search.png") no-repeat scroll center center;
	cursor: pointer;
	float: right;
	height: 28px;
	position: relative;
	width: 25px;
	padding: 3px 0;
}
#search input {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c6c7c8;
	float: right;
	height: 21px;
	margin: 5px 0;
	padding: 1px 32px 1px 10px;
	width: 100px;
}
.homepage #search input {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c6c7c8;
	float: right;
	height: 25px;
	margin: 5px 0;
	padding: 1px 32px 1px 10px;
	width: 150px;
}

/*social link top*/
ul#top-social{list-style:none;padding:0;}
ul#top-social{margin: 0; position: relative; float: left; }
ul#top-social li{
	list-style:none;
	float:left;
}
ul#top-social li{margin-right:8px;}
ul#top-social a.social{
	width:25px;
	height:25px;
	background-image:url(../image/socials.png);
	background-repeat:no-repeat;
	display:inline-block;
}
ul#top-social a.facebook{background-position:0 0;}
ul#top-social a.blog{background-position:-33px 0;}
ul#top-social a.instagram{background-position:-65px 0;}
ul#top-social a.youtube{background-position:-98px 0;}
ul#top-social a.line{background-position:-131px 0;}

ul#top-social a.facebook:hover{background-position:0 -29px;}
ul#top-social a.blog:hover{background-position:-33px -29px;}
ul#top-social a.instagram:hover{background-position:-65px -29px;}
ul#top-social a.youtube:hover{background-position:-98px -29px;}
ul#top-social a.line:hover{background-position:-131px -29px;}

/*social link footer*/
ul#foot-social{list-style:none;padding:0;}
ul#foot-social{margin: 30px 0; position: relative; float: left; }
ul#foot-social li{
	list-style:none;
	float:left;
}
ul#foot-social li{margin-right:8px;}
ul#foot-social a.social{
	width:30px;
	height:30px;
	background-image:url(../image/socials-2.png);
	background-repeat:no-repeat;
	display:inline-block;
}
ul#foot-social a.facebook{background-position:0 0;}
ul#foot-social a.blog{background-position:-38px 0;}
ul#foot-social a.instagram{background-position:-76px 0;}
ul#foot-social a.youtube{background-position:-114px 0;}
ul#foot-social a.line{background-position:-131px 0;}

ul#foot-social a.facebook:hover{background-position:0 -40px;}
ul#foot-social a.blog:hover{background-position:-38px -40px;}
ul#foot-social a.instagram:hover{background-position:-76px -40px;}
ul#foot-social a.youtube:hover{background-position:-114px -40px;}
ul#foot-social a.line:hover{background-position:-131px -40px;}/* foot-header */
#top-header {
	background: none repeat scroll 0 0 #000;
	color: #ffc52f;
	font-family: tahoma,Arial,sans-serif;
	font-size: 13px;
	height: 17px;
	margin-bottom: 7px;
	min-height: 37px;
	position: relative;
	z-index: 999;
}

ul#quick-access{ list-style:none; margin:0; padding:0; float:left; 	padding:10px 0;}
ul#quick-access li{ 
	list-style:none;
	float:left;
	margin-right:25px;
	color:#fff;
	padding-left:25px;
	background-image:url(../image/top-icon.png);
	background-repeat:no-repeat;
	font-family:tahoma, Arial,sans-serif;
	font-size:13px;
	}
ul#quick-access li.language-selector{background-position: left top;}
ul#quick-access li.email{background-position: 0 -42px;}
ul#quick-access li.phone{background-position: 0 -84px;}
ul#quick-access li a{
color:#fff;
text-decoration:none;
}
ul#quick-access li a:hover{
color: #ffc52f;
}
/* header */
#header {
height: auto;
position: relative;
z-index: 99;
overflow: hidden;
}
#header #logo {
	margin: 43px auto;
	width: 271px;
}
#logo a{
	background:url(../image/logo-bangkokframe.png) left top no-repeat;
	width:271px;
	height:80px;
	display:block;
}

.header{
position:absolute;
top: 74px;
width:320px;
}
.header.left{
left:0px;
}
.header.right{
right:0px;
}

ul#topnav{list-style:none; position:relative; margin:0; padding:0;}
ul#topnav.left{float:left;}
ul#topnav.right{float:right;}

ul#topnav li{
	list-style:none;
	float:left;
}
ul#topnav.left li{
	margin-right:25px;
}
ul#topnav.right li{
	margin-left:25px;
}



ul#topnav a{
	font-size:17px;
	color:#000;
	font-family: 'supermarketregular',Tahoma, sans-serif;
	text-decoration:none;
}

#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#top-header #cart {
	position: relative;
	float:right;
	z-index: 9;
	min-width: 300px;
}
#top-header #cart .heading {
	float: right;
	position: relative;
	z-index: 1;
}
#top-header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 3px;
	display:none;
}
#top-header #cart .heading a{
	background: url("../image/icon-cart.jpg") no-repeat scroll right top rgba(0, 0, 0, 0);
	color: #ffc52f;
	display: block;
	height: 37px;
	text-decoration: none;
}
#top-header #cart .heading a:hover {
	background: url("../image/icon-cart.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
	color: #575757;
	display: block;
	height: 37px;
	text-decoration: none;
}
#top-header #cart .heading a span {
	padding-right: 50px;
	line-height:37px;
}
#top-header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	right:0;
	top: 37px;
	padding: 8px 10px 10px;
	min-height: 80px;
	min-width: 200px;
	-webkit-border-radius: 3px 0px 3px 3px;
	-moz-border-radius: 3px 0px 3px 3px;
	-khtml-border-radius: 3px 0px 3px 3px;
	border-radius: 3px 0px 3px 3px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #A7A09D;
}
#top-header #cart .content a, #top-header #cart .content a:visited {
  color: #ffe999;
  cursor: pointer;
  text-decoration: none;
}
#top-header #cart .content a:hover {
  text-decoration: underline;
}
#top-header #cart.active .heading {
}
#top-header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #fff;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #e9e4dd;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #e9e4dd;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #fff;
	padding: 4px;
}
#top-header #cart .checkout {
	text-align: right;
	clear: both;
}
#top-header #cart .empty {
	padding-top: 32px;
	text-align: center;
	color: #fff;
}

#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#header .links {
	position: absolute;
	right: 0px;
	bottom: 3px;
	font-size: 10px;
	padding-right: 10px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #38B0E3;
	text-decoration: none;
	font-size: 12px;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu - my
#menu {
    background:url(../image/bg-menu.png) center bottom no-repeat #fff;
	height: 41px;
	margin-bottom: 17px;
	padding: 0;
	border-top: 1px solid #e9e4dd;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
}
#menu > ul > li {
	float: left;
	padding: 0 45px 0 0;
	position: relative;
	z-index: 20;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	color: #333333;
	display: block;
	font-size: 13px;
	line-height: 25px;
	padding: 0 0 8px;
	position: relative;
	text-decoration: none;
	z-index: 6;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
background: #988f88;
border:none;
border-radius: 0 0 5px 5px;
display: none;
height: 400px;
left: 0;
padding: 5px;
position: fixed;
width: 732px;
z-index: 199;
right: 228px;
margin: 0px auto !important;
-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.7);
-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.7);
box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.7);

}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
} */
/* menu */
#menu {
    background:url(../image/bg-menu.png) center bottom no-repeat #fff;
	height: 41px;
	margin-bottom: 17px;
	padding: 0;
	border-top: 1px solid #e9e4dd;
	width:100%;
	clear:both;

}
/* menu Main level */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;

}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	color: #333333;
	display: block;
	font-size: 13px;
	padding: 0 10px 6px;
	position: relative;
	text-decoration: none;
	z-index: 9999;
	margin-right: 20px;
	font-family: 'supermarketregular';
	font-size:25px;
}
#menu > ul > li:hover > a {
	border-bottom:0px solid #dbaa00;
	color:#dbaa00;
}
#menu > ul > li > div {
	background: none repeat scroll 0 0 #988f88;
	border-top:4px solid #dbaa00;
	display: none;
	left: 0;
	margin: -20px auto 0 !important;
	padding: 0;
	position: fixed;
	right: 0;
	width: 960px;
	z-index: 99;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}

/*mega menu*/
#mainnav {
	/*background:url(../image/bg-menu.png) center bottom no-repeat #fff;*/
	border-top: 1px solid #e2e3e3;
	clear: both;
	height: 41px;
	padding: 0;
	text-align: center;
	width: 100%;
}
.mainnav,
.mainnav a,
.mainnav ul,
.mainnav li,
.mainnav div,
.mainnav form,
.mainnav input {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.mainnav a { text-decoration: none; }
 
.mainnav li { list-style: none; }

.mainnav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}
/* level 0 - float left */ 
.mainnav > li {
    display: block;
    float: left;
	background:url("../image/mainnav-bullet.png") no-repeat scroll left 17px;
}
.mainnav > li:hover {
	background:url("../image/mainnav-bullet-hover.png") no-repeat scroll left 17px;
}

.mainnav > li > a {

	color: #000;
	display: block;
	font-family: "supermarketregular",tahoma,sans-serif;
	font-size: 21px;
	height: 40px;
	line-height: 40px;
	margin-right: 47px;
	padding: 2px 0 0px 14px;
	position: relative;
	text-decoration: none;
	z-index: 510;
	
		 
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.mainnav > li:hover > a { 
	border-bottom:0px solid #dbaa00;
	color:#dbaa00;
	background: none; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


/* showing drop down div */
.mainnav > li:hover > a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	
	border-bottom: 7px solid #988f88;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-8px;
}

.mainnav > li > div {
    position: absolute;
    display: block;
    width: 100%;
    top: 41px;
    left: 0;
 
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
 
    background: #988f88;
    border-radius: 0 0 0px 0px;
	z-index:560;
	
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.7);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.7);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.7);
	box-sizing:border-box;
	padding: 15px 20px 20px;
 
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}
/* this make dropdown visible , if we use display: none; the transitions won’t work. so use 3 ***/
.mainnav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
/* make column */
.mainnav .nav-column {
    float: left;
    width: 30%;
    padding: 10px;
}
.mainnav .nav-column-full {
    width: 100%;
    padding: 10px;
	text-align:left;
}
.mainnav #custom {width:116%; left:-8%;}
.mt10 { margin-top: 10px !important; }
.px0 { padding-top: 0 !important; padding-bottom: 0 !important;  }
.width-50pc {width:50% !important;}
.width-45pc {width:44% !important;}
.width-20pc {width:20% !important;}
.mainnav .nav-column h3, .mainnav .nav-column h3 a {
	box-sizing: border-box;
	color: #ffe999;
	display: block;
	font-family: "supermarketregular",tahoma,sans-serif;
	font-size: 21px;
	font-weight: normal;
	height: 100%;
	line-height: 18px;
	margin: 0 20px 0 0;
	padding: 5px 0;
	width: 100%;
	text-align: left;
	
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}

.mainnav .nav-column h3 a:hover
 {
	/*border-bottom: 1px dotted #e9e4dd;*/
	background-color:#a7a09d;
	padding:5px 10px;
	
}
.mainnav .nav-column h3.level-1{margin:5px 0; padding:0;}
 
.mainnav .nav-column h4, .mainnav .nav-column h4 a {
	box-sizing: border-box;
	color: #ffe999;
	display: block;
	font-family: tahoma,sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 100%;
	line-height: 18px;
	margin: 0 20px 0 0;
	padding: 0px 0 5px;
	width: 100%;
	text-align: left;
	
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}

.mainnav li.level-2,
.mainnav li.level-3
{
	display:inline-block;
	float:none;
	width:48%;
	margin:0px;
	list-style:outside square;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	border-bottom: 1px solid #a7a09d;

}
.mainnav #custom li.level-2,
.mainnav #custom li.level-3{
	width:100%;
}

.mainnav li.level-2 a,
.mainnav li.level-3 a
 {
	display:block;
	font-size:13px; 
	line-height:150%; 
	color:#fff;
	font-weight:bold;
	padding:5px 0px 4px 15px;
	height:100%;
	width:100%;
	box-sizing:border-box;
	background:url(../image/bullet-sq-1.jpg) 5px 14px no-repeat ;
	
	-webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
	}

.mainnav li.level-2 a:hover,
.mainnav li.level-3 a:hover {
	background-color:#a7a09d;
}

/* slideshow */
.slideshow{
width:100%;
margin:0 auto;
z-index:10;
height:auto;
}

.slideshow .nivoSlider {
  margin-bottom: 0;
}
.slideshow .nivo-controlNav {
	bottom: 20px;
	height: 17px;
	position: absolute;
	right: 0;
	left:0;
	z-index: 99;
	text-align:center
}
.slideshow .nivo-controlNav a {
  background: none repeat scroll 0 0 #c6c7c8;
  border: 0 none;
  display: inline-block;
  float: none;
  height: 17px;
  margin: 0 5px;
  text-indent: -9999px;
  vertical-align: top;
  width: 17px;
}
.slideshow .nivo-controlNav a:hover, .slideshow .nivo-controlNav a.active:hover, .slideshow .nivo-controlNav a.active  {
  background: none repeat scroll 0 0 #ffc52f;
}
/* Custom Frame Section */
#custom-frame-section{
	background: url(../image/bg-brown-paper.jpg) left top repeat;
	padding:60px 0 30px;
	overflow:hidden;
}
#custom-frame-section h1, #product-section h1{ 
	border: 5px solid rgba(0, 0, 0, 0.3);
	color: #000;
	font-size: 42px;
	font-weight: normal;
	margin: 0 auto;
	padding: 10px 74px;
	position: relative;
	text-align: center;
	width: 33%;
	}
#custom-frame-section ul{list-style:none; margin-right:-27px; padding:0; text-align:center;}
#custom-frame-section li{
	list-style:none;
	display: inline-block;
	float: none;
	list-style: none outside none;
	margin: 0 12px;
	text-align: center;
	width: 302px;
	}
#custom-frame-section img {
	border: 0px solid #fff;
	}
#custom-frame-section a{
	text-decoration:none;	
	}
#custom-frame-section p a {
	margin:0;
	line-height:30px;
	color:#463a33;
	font-size:21px;
	font-family:"supermarketregular",tahoma,sans-serif;
	}
	
/* Product Section */
#product-section{
	padding:0;
	overflow:hidden;
	}
#product-section ul{list-style:none; padding:0;}
#product-section ul li{
	list-style:none;
	float:left;
	margin:0 12px;
	display: inline-block;
	width: 210px;
	text-align:center;
	}
#product-section ul li img{
	border: 0px solid #dbd2b5;
}
#product-section ul li a{
	text-decoration:none;	
}
#product-section ul li h2 a{
margin:0;
line-height:30px;
color:#dbaa00;
font-size:21px;
font-weight:normal;
}
#product-section ul li p{
color:#000;
font-size:13px;
padding:0 10px;
}
/* Portfolio Section */
#port-section{
background: none repeat scroll 0 0 #efefef;
padding: 40px 0 50px;
}
#port-section h1:before{ 
border-top: 5px solid rgba(0,0,0,0.3);
bottom: 0;
content: "";
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
top: 15px;
width: 100%;
z-index: -1;
}

#port-section h1{ 
	margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 1;
	
	color: #000;
	font-size: 42px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-weight:normal;}

#port-section h1 span{ 
	background: none repeat scroll 0 0 #efefef;
	padding: 0 25px;
}

#port-section h2{	
	color: #463a33;
	font-family: "supermarketregular",Tahoma,sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 24px;
	margin-top: 5px;
}
#port-section .port-section-jcarousel-wrapper {position: relative;}
#port-section .jcarousel {
	margin-left: 40px;
	margin-right: 40px;
	}
#port-section .jcarousel .jcarousel-container{ background:none;}
#port-section .jcarousel .jcarousel-item-horizontal {
	margin-left: 5px;
	margin-right: 5px;
	}
#port-section .jcarousel LI {	text-align: center;}
#port-section .jcarousel img {
	float: none;
	margin: auto;
	background:url(../image/bg_greyimg.png) center center no-repeat;
	}
#port-section .jcarousel a:hover img {background:url(../image/bg_greyimg_link.png) center center no-repeat;}
#port-section .jcarousel-control-next,
#port-section .jcarousel-control-prev {
	position: absolute;
	top: 44px;
	height: 61px;
	width: 40px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	}
#port-section .jcarousel-control-next {
	right: 0;
	background: url("../image/button-next.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	}
#port-section .jcarousel-control-prev {
	left: 0;
	background: url("../image/button-previous.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	}
#port-section a{ text-decoration:none !important; }

.breadcrumb {
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	color: #cccccc;
	line-height: 32px;
	margin-bottom: 10px;
}
.breadcrumb a { color: #57585b; margin: 0 2px; text-decoration: none;}
.breadcrumb a:hover {text-decoration:underline;}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #736357;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
#content table, #content tbody, #content td {
	border:none;
}
#content td{
background: none repeat scroll 0 0 #eee;
padding: 3px 3px 3px 5px;}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	background: none repeat scroll 0 0 #A7A09D;
	color: #FFE999;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 10px 12px 10px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #463a33;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	min-height:200px;
}
/* box */
.box {
	margin-bottom: 60px;
}
.box .box-heading {
	background: none repeat scroll 0 0 #ffc52f;
	border: medium none;
	color: #000;
	font-family: 'supermarketregular',tahoma,sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px;
	padding: 0 10px;
	text-align: right;
}
.blogTags .box-heading {
	background: none repeat scroll 0 0 #000;
	color:#fff;
}
.blogTags .box-content a{
background: none repeat scroll 0 0 #efefef;
color: #57585b;
display: inline-block;
font-size: 14px;
line-height: 14px;
margin: 3px 0 0;
padding: 5px 5px 10px;
text-decoration: none;
}

.blogModule .title{
color: #57585b;
font-size: 13px;
font-weight: bold;
}
.blogModule ul.recentArticles li{margin:5px 0;}
.blogModule .image img {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 3px 0 0;
  border:none;
  background:none;
}
.box .box-content {
	background: none repeat scroll 0 0 #FFFFFF;
	padding: 0;
	border:none;
}
#content.homepage .box .box-content {
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border:none;
	padding: 0px;
}

/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px;
}
ul.box-category > li, .blogCategories li {
	padding: 0px;
	border-top: 1px solid #fff
}
ul.box-category > li + li {
	border-top: 1px solid #fff;
}
ul.box-category > li > a, .blogCategories li a {
	background: none repeat scroll 0 0 #efefef;
	color: #000;
	display: block;
	line-height: 130%;
	padding: 10px;
	text-decoration: none;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 0;
}
ul.box-category > li ul > li > a {
	color: #000;
	display: block;
	line-height: 29px;
	padding: 0 10px 0 20px;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
ul.box-category > li ul > li > ul {
	border-top: 1px solid #e9e4dd;
	padding:7px 0 12px;
}
ul.box-category li.level-3 { padding: 5px 5px 0px 10px;}
ul.box-category li.level-3 > ul{ border-bottom: 1px solid #efefef; }
ul.box-category li.level-4 {padding: 5px 5px 0px 15px; }
ul.box-category li.level-3 > a,
ul.box-category li.level-4 > a {
	background: url("../image/bullet-b.png") no-repeat scroll 15px 7px rgba(0, 0, 0, 0);
	border: medium none;
	color: #57585b;
	display: block;
	line-height: 120%;
	padding: 3px 10px 3px 30px;
	text-decoration: none;
}
ul.box-category li.level-3 > a.active {font-weight: bold; }
ul.box-category li.level-3 a:has(+ ul){ border-bottom: 1px solid #efefef; background: none !important; }
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	margin-bottom: 20px;
}
.category-list ul {
list-style:none;
margin:0;
padding:0;
width:102%;
}

.category-list ul li.catimage{
width:237px; 
height:124px; 
display:inline-block;
margin-right:7px;
margin-bottom:7px;
list-style:none;
float:none;
}

.category-list ul li.catimage a{
width:237px; 
height:124px; 
display:block;
}
.category-list ul li.cattext {
  box-sizing: border-box;
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  margin-right: 26px;
  vertical-align: top;
  width: 220px;
  background:url(../image/bullet-b.png) 0 10px no-repeat;
  padding-left:15px; 
}
.category-list ul li.cattext a{
	font-family:'pslxdisplayregular',Tahoma,sans-serif;
	font-size:24px;
	text-decoration:none;
	color:#736357;
}
.category-list ul li.cattext a:hover{text-decoration:underline;}
/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
	overflow: auto;
	display:none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	display:none;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 12px;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	border: 1px solid #EAE5DF;
	display: inline-block;
	margin-bottom: 15px;
	margin-left: 1%;
	padding: 0;
	vertical-align: top;
	/* width: 232px; */
	width: 31.5%;
	position:relative;
}
.product-grid > div:nth-child(3n+1) { margin-left: 0;}

#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	display: block;
	padding: 0px;
	width: 100%
}

.product-grid .name, .product-grid .price{
	padding: 0px 15px 5px;
}

.product-grid .name a{
	color: #736357;
	font-family: 'supermarketregular',Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size:22px;
}
.product-grid .name span{
	color: #736357;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	font-size:12px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	color: #AE8117;
	display: inline-block;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 30px 0 15px 15px;
}
#custom-frames-listing .product-grid .price span{
	content:' /ฟุต';
	font-size:12px;
}

.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: normal;
}
.product-grid .price-na {
  color: #ae8117;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart, #productRelated .relProduct .cart {
	position:absolute;
	right:10px;
	bottom:10px;
	padding:0px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}

/* Custom Category Template */
#custom-frames-listing .product-grid .image {
	display: block;
	height: 174px;
	margin-bottom: 15px;
	overflow: hidden;
}
#custom-frames-listing .product-grid .image img {
	height: 232px;
	margin-top: -29px;
	width: 232px;}

.product-grid .wishlist, .product-grid .compare 
,#custom-frames-listing .product-grid .wishlist, #custom-frames-listing .product-grid .compare { display:none;}

.product-grid .cart a.button, .cart a.button,
input.button, a.button{
font-weight:normal;
border: none;
margin: 0;
padding: 13px;
color:#fff;
line-height:20px;
background:#f0ba3c;
font-size:26px;
font-family: 'supermarketregular',tahoma, sans-serif;
height:auto;
}
.product-grid .cart a.button:hover, input.button:hover, a.button:hover{background:#98722c;}

/* Product */
.product-info {
	overflow: auto;
	margin: 20px 0;
	color:#736357;
}
.product-info h1{margin-bottom:10px;}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 400px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
}
.product-info .image-additional {
	width: 381px;
	margin-left: -5px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 5px;
}
/* special thumb for Matt accessories */
.product-info .image-additional.pd-56 img,
.product-info .image-additional.pd-1055 img {
	width:49px;
	height:49px;
}
.product-info .image-additional.pd-56 a,
.product-info .image-additional.pd-1055 a {
	float: left;
	display: block;
	margin-left: 3px;
	margin-bottom: 3px;
}
.product-info .image-additional.pd-56,
.product-info .image-additional.pd-1055 {
  clear: both;
  margin-left: -3px;
  overflow: hidden;
  width: 385px;
}
.product-info .description {
	padding: 10px 0 5px;
	margin-bottom: 10px;
	line-height: 20px;
}
.product-info .description span {
	font-weight:bold;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	color: #AE8117;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
	overflow: auto;
	padding: 0;
}
.product-info .price span{font-size:13px}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #736357;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}

#custom-product-detail .product-info .image{
height: 279px;
overflow: hidden;
}
#custom-product-detail .product-info .image img{
height: 374px;
margin-top:-47px;
}
.tags{margin-bottom:40px;}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #736357;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #736357;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #736357;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #736357;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* information */
ul.col-2 li{
display: inline-block;
float:none;
width:40%;
margin-right:5%;
}
/* footer */
#footer {
	clear: both;
	min-height: 100px;
	overflow: hidden;
} 
#companyInfo{
background:#ffc52f;
color:#000;
overflow:hidden;
}
#companyInfo .col{
	padding:52px 0;
	background:none;
	float:left;
}
#companyInfo .col1{
	margin-right: 50px;
	width: 177px;
}
#companyInfo .col2{
	width:340px;
	margin-right: 36px;
}
#companyInfo .col3{
	width:343px;
	margin-right: 0px;
}
#companyInfo p{padding-right:0; margin-bottom:5px;}
#companyInfo h1{
	border-bottom: 1px solid;
	color: #000;
	font-size: 25px;
	font-weight: normal;
	margin-bottom:10px;
}
#companyInfo a.button{background:url(../image/arrow-button.png) 10px center no-repeat #988f88; padding-left:20px}
#companyInfo a.button:hover{background:url(../image/arrow-button.png) 10px center no-repeat #463a33; padding-left:20px}

#printmap{
list-style:outside square;
margin:10px 0 0 -20px
}
#printmap a{
font-family: 'supermarketregular',Tahoma, sans-serif;
font-size:18px;
line-height:100%;
}

#footlink{
	background: none repeat scroll 0 0 #000;
	overflow: hidden;
	padding: 50px 0;	
}
a.foot-logo{background:url(../image/logo-bangkokframe-white.png) left top no-repeat; width:203px; height:69px; display:block; float:left;}
ul#footer-link{list-style:none; float:right; margin:20px 0;}
ul#footer-link li{
	list-style:none;
	float:left;
	margin-left:20px;
	}
ul#footer-link li a{ color:#fff; font-size:23px; text-decoration:none; font-family: 'supermarketregular',Tahoma, sans-serif;}
ul#footer-link li a:hover{ color:#ffc52f;}

ul#foot-contact, ul#foot-location {
    list-style:none;  
    padding:0;
    overflow: auto;
}
ul#foot-contact li, ul#foot-location li {
	background-image:url(../image/foot-icon.png);
	background-repeat:no-repeat;
	list-style:none;
	padding-left:27px;
	line-height:19px;
	margin:0 0 10px 0;
}

ul#foot-contact li.email{
	background-position:0 0;
}
ul#foot-contact li.phone{
	background-position:0 -100px;
}
ul#foot-contact li.line{
	background-position:0 -200px;
}
ul#foot-contact li.insg{
	background-position:0 -300px;
}

ul#foot-location li.branch-ram{background-position:0 -400px;}
ul#foot-location li.branch-thenine{background-position:0 -400px;}

ul#quick-access li.line{
	background-position:0 -126px;
	background-image:url(../image/top-icon.png);
}
#opentime{
font-family: 'supermarketregular',Tahoma, sans-serif;
font-size:16px;
line-height:100%;
margin-left:27px;
}
#opentime h2{font-size:21px; color:#000; }
#footer .inner{overflow:hidden;}

#footer h3 {
	color: #000;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'supermarketregular',Tahoma, sans-serif;
	font-weight:normal;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .col a {
	text-decoration: none;
	color: #000;
}
#footer .col a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
/* blogPortfolio */
#blogArticle {
  overflow: hidden;
  color: #736357;
}
#blogArticle img {
padding:5px;
background:#fff;
border:1px solid #e9e4dd;
}
#blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a {
  color: #000;
  font-size: 40px;
}
#blogCatArticles, #blogArticle{
color: #000;
}
#blogCatArticles p, #blogArticle p {
  line-height: 18px;
  margin-bottom: 10px;
  color: #000;
}
.articleHeader span, .articleHeader span a {
  display:none;
}
.articleBottom {
  clear: both;
  margin: 20px 0 40px;
  overflow: hidden;
}
.articleBottom h4, #blogCategory h4 {
  clear: both;
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px 0 15px;
  background: #e9e4dd;
  padding: 10px;
  font-weight: normal;
  text-transform: uppercase;
}
#productRelated img{padding:0;border:none; margin-bottom:15px;}
#blogArticle #productRelated .relProduct {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  margin: 0 20px 15px 0;
  padding: 0 0 20px;
  text-align: center;
  width: 166px;
  border:1px solid #e9e4dd;
}
#blogArticle #productRelated .relProduct {
  text-align: left;
  position:relative;
}

#blogArticle #productRelated .relProduct .name,
#blogArticle #productRelated .relProduct .price
 {
  padding: 0 10px;
}
#blogArticle #productRelated .relProduct .name a{color:#736357;}
#blogArticle #productRelated .relProduct .price {
  color: #98722C;
  font-size: 15px;
  font-weight: normal;
  margin: 30px 0 0;
}
.blogModule ul.recentArticles span{display:none;}

.product-grid .name a,
#blogArticle .articleHeader h1, #blogArticle .articleHeader h1 a, #blogCatArticles .articleHeader h3, #blogCatArticles .articleHeader h3 a {
	font-family: 'supermarketregular',Tahoma, sans-serif;
	font-weight:normal;
	color:#000;
}
#faq{}
#faq h1{
background: none repeat scroll 0 0 #efefef;
border: 1px solid #eae5df;
border-radius: 0;
color: #000;
font-size: 18px;
font-weight: normal;
padding: 3px 0 3px 40px;
}
#faq .ui-accordion-content{
height:auto;
padding: 25px 45px;
background:none;
color:inherit;
}

#map {
background: none repeat scroll 0 0 #ffc52f;
box-sizing: border-box;
padding: 40px;
text-align: center;
}
#map #printmap{
text-align:left;
}

#googlemap{
	position: relative;
	height: 500px;
	margin-bottom: 40px;
}

.contact-info .content{overflow:hidden !important;}
.contact-info h4{
	font-size: 15px;
	font-weight: normal;
}

.info-box-details h1{
	font-size: 18px;
}
.info-box-details h1, .info-box-details p, .contact-info h4{
	margin-bottom:5px;
}
.block{
	display:block;
	overflow:hidden;
}
.relative-div{
	position:relative;
}
.pull-right{
	position: absolute;
	right:0;
	top:0;
}
#language-switcher{
	font-size:20px;
	line-height: 57px;
}

.add-line-friend {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
}

.add-line-friend img {
    width: auto;
    max-height: 35px;
}