/* reset */
* {
  outline: 0;
}
html, body, ul, ol, dl {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
body, a {
  color: #000;
  text-decoration: none;
}
ol, ul {
  list-style: none;
}
img, input {
  border: 0;
}
blockquote, q {
  quotes: none;
  margin: 0;
}
article, aside, audio, footer, header, nav, section, video, address, hgroup, aside, figure {
  display: block;
}
.right {
  float: right;
}
.left {
  float: left;
}
.clear {
  clear: both;
}
a:hover {
  opacity: .80;
}
input[type="button"] {
  cursor: pointer;
}


/***** INDEX ******/
.main {
  /*border-top: 3px solid #bd0202;*/
  border-top: 3px solid #000000;
}
.wrapper {
  width: 940px;
  margin: 0 auto;
}
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.ico {
  background: url(../images/icon.png) no-repeat;
}
.mr-none {
  margin-right: 0 !important;
}
.pd-none {
  padding-right: 0 !important;
}

/* font */
section h1, .catagories > h1 {
  font-family: 'Crimson Text';
  /*font-family: 'gnuolane_rgregular';*/
  line-height: 1.2em;
}
section h3 {
  font-family: "Crimson Text", Times New Roman, Times, serif;
}
header > nav {
  /*font-family: 'psl_paksin_pro';*/
  font-family: 'Crimson Text';
}
.product h1, blockquote h3, .product-list > h2, .list > li > a > h3, .product-detail > hgroup > h1, aside > h2, .shopping-cart > h1, .col_1 > h3 {
  font-family: "Crimson Text", Arial, Helvetica, sans-serif;
}
.discription > section > h4, .discription-more > section > h4, form > input[type="submit"], .prize > form select, .payment, .payment input, .payment select, .shop-info, .shop-order, .shop-order > h3, .popup, .popup select, .popup input[type="submit"], .order, .my-account, .member-address select, .member-address input[type="submit"], .tooltip {
  font-family: 'Crimson Text';
  /*font-family: 'psl_kittithada_pro';*/
}

/* ------- header ---------*/
.head {
  width: 940px;
  margin: 0 auto 10px;
  position: relative;
}
.head > span {
  padding-top: 15px;
}
.head > ul {
  position: relative;
  margin-top: 12px;
}
.head > ul > li {
  float: left;
  border-right: 1px solid #595a5c;
  height: 18px;
  padding: 0 10px;
}
.head > ul > li.ber-none {
  border: none;
  padding-right: 25px;
}
.head > ul > li.ber-none > a > span {
  background-position: 0 -36px;
  color: #fff;
  width: 20px;
  height: 37px;
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 0;
  padding-top: 9px;
  text-align: center;
}
.head > ul > li > a {
  color: #595a5c;
}
.head > ul > li > a.account {
  color: #999;
  background-position: -123px -37px;
  padding-right: 25px;
}
.sec-logo {
  position: relative;
  overflow: hidden;
}

.sec-logo > form {
  width: 220px;
  margin: 33px 0 0 10px;
  position: absolute;
}
.logo {
  width: 242px;
  height: 47px;
  background: url(../images/logo_thaishop.png) no-repeat;
  margin: 15px auto;
  text-indent: -999999px;
}
.logo:hover {
  cursor: pointer;
}
.search {
  background: url(../images/icon.png) no-repeat;
  display: block;
  float: left;
  height: 28px;
}
.sec-logo > form > input[type="text"] {
  background-position: 0 0;
  width: 138px;
  color: #666;
  padding-left: 10px;
  line-height: 28px;
}
.sec-logo > form > input[type="button"] {
  background-position: -148px 0;
  width: 54px;
  color: #fff;
  text-indent: -999999px;
}

/*nav*/
header > nav {
  list-style: none;
  background: #000;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
#menu {
  width: 940px;
  margin: 0 auto;
}
#menu > li {
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 11px 0;
  margin-left: 14px;
  margin-right: 14px;
  float: left;
}
#menu > li:hover {
  height: 25px;
  background: #fff;
  padding: 12px 11px 0;
  margin-left: 14px;
  margin-right: 14px;
  border-top: solid 3px #cccccc;
}
#menu > li > a {
  font-size: 20px;
  color: #eee;
  display: block;
  outline: 0;
  text-decoration: none;
}
#menu > li:hover > a {
  color: #000;
}
#LogoLinkToHome {
  margin-top: -4px;
}
.dropdown_4columns {
  width: 300px;
  margin: 0 auto;
  float: left;
  position: absolute;
  left: -999em;
  text-align: left;
  padding: 10px 5px 10px 5px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 3px 0 #bebebe;
  z-index: 99999;
  border: solid 1px #bebebe \0;
  border-top: none\0;
}
#menu > li:hover .dropdown_4columns {
  left: 0;
  top: 37px;
}
.col_1 {
  width: 120px;
  display: inline;
  float: left;
  position: relative;
  margin: 4px 10px;
}
.col_1 > h3 {
  font-size: 12px;
  border-bottom: solid 1px #999;
  line-height: 1.25em;
  padding-bottom: 10px;
}
.col_1 > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.col_1 > ul > li {
  position: relative;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 120px;
  list-style: none;
}
.col_1 > ul > li > a {
  font-size: 12px;
  line-height: 1.55em;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.col_1 > ul > li > a:hover {
  background: none;
  border: none;
  color: #000;
  padding: 0;
  margin: 0;
}

/*------- hilight ------------*/
section > h1, .catagories > h1 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
section > h1:before {
  content: "";
  display: block;
  border-top: solid 4px #ccc;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
section > h1 > span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

/* hilight */
.hilight img, .catagories img, .coming img, .cathilight img {
  border: solid 1px #e9e9e9;
}
.hilight > div > img {
  width: 938px;
  height: 322px;
}
.hilightmain {
  margin: 20px 0;
  overflow: hidden;
}
.hilightmain > ul {
  width: 620px;
}
.hilightmain > ul > li, .catthum > ul > li {
  width: 300px;
  height: 300px;
  float: left;
  list-style: none;
  margin: 0 20px 20px 0;
}
.hilightmain > ul > li > a, .catagories > ul > li > a, .catthum > ul > li > a {
  display: block;
  position: relative;
}
.hilightmain > ul > li > a > img, .catagories > ul > li > a > img, .catthum > ul > li > a > img {
  z-index: 1;
  width: 300px;
  height: 300px;
}
.hilightmain .decription, .catthum .decription {
  top: 226px;
}
.cat_list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 60px;
}
.cat_list:after {
  content: " ";
  display: block;
  clear: both;
}
.cat_list>ul>li {
  width: 240px;
  height: 240px;
  float: left;
  list-style: none;
  padding: 10px;
}
.cat_list>ul>li>a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.cat_list>ul>li>a>img {
  z-index: 1;
  width: 225px;
  height: 225px;
}
.cat_list .cat_list_decription {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 30px; */
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
  display: inline-block;
  text-align:center;
  color:#FFF;
  font-family:Helvetica, Arial, sans-serif;
  font-size:16px;
  line-height: 1.3em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
.decription {
  width: 300px;
  height: 75px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  background: #fff\0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}
.decription > h3 {
  font-size: 14px;
  line-height: 18px;
}
.decription > h3 > span, .coming > ul > li > a > div > h3 > span {
  background-position: 6px -85px;
  width: 14px;
  height: 17px;
  display: inline-block;
  text-indent: -999999px;
}
.decription > q {
  color: #444;
}

/* catagories */
.catagories > h1 {
  text-align: center;
}
.catagories > h1 > span {
  color: #cc0000;
}
.catagories > ul > li {
  width: 300px;
  height: 300px;
  float: left;
  margin: 0 20px 20px 0;
}
.catagories > ul > li > a > div {
  width: 291px;
  height: 50px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 2;
  top: 251px;
  background: #000\0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.catagories h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

/* coming sooon */
.coming > ul > li {
  width: 300px;
  height: 141px;
  float: left;
  margin: 0 20px 20px 0;
  border-bottom: solid 1px #ececec;
}
.coming > ul > li > a > img {
  display: block;
  width: 140px;
  height: 140px;
}
.coming > ul > li > a > div {
  width: 150px;
  overflow: hidden;
}

/* brand logo */
.brand-logo {
  text-align: center;
  margin: 15px 0;
}
.brand-logo > ul > li {
  display: inline-block;
  margin: 0 10px;
}
.bd-top {
  border-top: solid 1px #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

/* ------- footer ------*/
footer {
  background: #000;
  height: 218px;
}
.footinner {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #f9f9f9;
  overflow: hidden;
}
.footinner > .logo-mini {
  background: url(../images/logo_thaishop.png) no-repeat 0 -55px;
  width: 238px;
  height: 50px;
  text-indent: -999999px;
}
.footinner > nav > div {
  float: left;
}
.footinner > nav > div:first-child {
  width: 160px;
}
.footinner > nav > div + div {
  width: 210px;
}
.footinner > nav > div + div + div {
  width: 135px;
}
.footinner h4 {
  font-size: 14px;
  line-height: .25em;
}
.footinner > nav > div > a {
  color: #f9f9f9;
  display: block;
  line-height: 1.55em;
}
.footinner .logo-db {
  width: 100px;
  height: 37px;
  margin-top: 10px;
}
.social > a {
  background: url(../images/icon_social.png) no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  margin-bottom: 4px;
  padding-left: 24px;
}
.social > .facebook {
  background-position: 0 0;
}
.social > .twitter {
  background-position: 0 -19px;
}
.social > .ig {
  background-position: 0 -38px;
}
.social > .youtube {
  background-position: 0 -57px;
}
.footered > address {
  border-top: solid 1px #4c4c4c;
  color: #666;
  font-style: normal;
  text-align: center;
  padding-top: 10px;
}

/********* CATAGORIES ***********/
.cathilight > a {
  display: block;
  margin-bottom: 20px;
}
.cathilight > a > .decription {
  top: 443px;
  width: 620px;
}
.catthum {
  width: 940px !important;
}
@media screen and (max-width: 959px) {
  .cathilight .left {
    float: none;
  }
  .cathilight .right {
    float: none;
    text-align: center;
  }  
}

/********* PRODUCT ***********/
.product-menu {
  display: none;
}
.product > div > nav {
  width: 200px;
  padding-bottom: 10px;
  margin-top:  10px;
}
.product h1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #000;
  width: 183px;
  margin-top: 20px;
  height: 35px;
  font-family: 'Crimson Text';
}
.product h2 {
  font-size: 13px !important;
  display: block;
  margin-bottom: 10px;
}
.product > div > nav > ul {
  width: 200px;
  padding-bottom: 20px;
  margin-top: 10px;
}
.product > div > nav > ul > li {
  /* line-height: 1.75em; */
  padding: 5px 0;
}
.product > div > nav > ul > li > a {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
  display: block;
}
.product a:hover {
  text-decoration: underline;
}
.product > div > nav > ul + h2 {
  margin-top: 30px;
}

/* breadcome */
.breadcrumb {
  margin-top: 15px;
}
.breadcrumb > li {
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  vertical-align: top;
  line-height: 2em;
  height: 32px;
  font-family: 'Crimson Text';
}
.breadcrumb > li > a {
  padding-right: 5px;
  color: #999;
  vertical-align: top;
}
.breadcrumb > li > span {
  background-position: -190px -89px;
  width: 10px;
  height: 25px;
  display: inline-block;
  float: right;
}
.breadcrumb > li.active, aside > h2 > span, .payment section > h2 > span, .payment label > span, .discount, .popup table td > label > span, .nav-account > h2 > span, .nav-account a:hover, .nav-account a.current, .my-account h2 > span, .my-account .member-address span {
  color: #cc0000;
  font-family: 'Crimson Text';
}

/* product-list */
.product > .product-show {
  width: 720px;
  padding-bottom: 20px;
  font-size: 14px;
}
.product-show > blockquote {
  background: #000;
  color: #fff;
  padding: 45px 0 10px 45px;
  height: 170px;
  font-size: 16px;
  overflow: hidden;
}
.product-list {
  width: 725px;
  margin-left: 5px;
}
.product-list > h2 {
  font-size: 24px !important;
  margin-top: 30px;
  line-height: 1em;
  font-family: 'Crimson Text';
}
.product-list > div, .product-list > div > span > a {
  color: #666;
  font-size: 11px;
  height: 20px;
}
.product-list > div > .pagination {
  margin-right: 20px;
  height: 20px;
}
.product-list > div > .pagination > li {
  display: inline-block;
  padding: 0 1px;
}
.product-list > div > .pagination > li > a {
  border: solid 1px #999;
  color: #000;
  padding: 2px 5px;
  text-align: center;
}
.product-list > div > .pagination > li > a:hover, .product-list > div > .pagination > li > a.active {
  color: #fff;
  background: #999;
}
.list {
  margin: 20px -10px;
  line-height: 1.3em;
}
.list:after {
  content: " ";
  display: block;
  clear:  both;
}
.list > li {
  width: 33.33%;
  height: auto;
  margin-bottom: 30px;
  float: left;
  font-size: 12px;
  padding: 15px;
  position: relative;
}
.list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  border-top: solid 1px #ccc;
  padding-top: 30px;
}
.list > li > a > h3 {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
.list > li > a > img {
  width: 100%;
}
.list > li > a > b {
  color: #666;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
.list > li > a > span {
  display: block;
  width: 100%;
  font-size: 14px;
}
.list > li > a > i {
  width: 13px;
  height: 13px;
  border-radius: 6px;
  background: #000;
  margin: 5px 5px 0 0;
  display: inline-block;
}
.list > li > a:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 960px) {
  .list > li:nth-of-type(3n + 1) {
    clear: left;
    float: left;
  }
  aside > .list > li {
    width: 25%;
  }
  aside > .list > li:nth-of-type(3n + 1) {
    clear: none;
  }
}
@media screen and (max-width: 959px) {
  .list > li {
    width: 50%;
    margin-bottom: 0;
  }
  .list > li:nth-of-type(odd) {
    clear: left;
    float: left;
  }
  .list > li > a {
    padding-top: 20px;
  }
  .list > li > a img {
    margin: auto;
    display: block;
  }
  .list > li > a > h3 {
    font-size: 13px;
  }
}

/******** PRODUCT DETAIL ********/
.product-detail {
  font-size: 14px;
}
.product-detail > hgroup {

  border-bottom: solid 1px #c2c2c2;
  padding: 20px 0;
}
.product-detail > hgroup > h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.product-detail > hgroup > h2 {
  font-size: 18px;
  color: #666;
  line-height: 1;
  font-weight: normal;
}
.preview {
  border-bottom: solid 1px #ccc;
  overflow: hidden;
}
.preciew-img {
  width: 450px;
}
.preciew-img, .prize {
  padding: 30px 0 10px 0;
}
.preciew-img > img {
  width: 545px;
  height: 370px;
  display: inline-block;
  text-align: center;
}
.preciew-img > ul > li {
  width: 72px;
  height: 72px;
  margin: 0 8px;
  display: inline-block;
}
.preciew-img > ul > li > a {
  display: block;
  border: solid 1px #fff;
}
.preciew-img > ul > li > a > img {
  width: 70px;
  height: 72px;
}
.preciew-img > ul > li > a:hover {
  border: solid 1px #ccc;
}
.prize {
  /*width: 320px;*/
  width: 420px;
  line-height: 20px;
}

@media screen and (max-width: 959px) {
  .prize, .product-detail .discription, .product-detail .discription-more p, .product-detail .discription p, .preciew-img {
    width: 100%;
  }
  .product-detail .discription-more {
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    border-left: 0;
  }
}
.prize > strong, .prize > s {
  display: block;
}
.prize > strong {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7em;
}
.prize > s {
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  color: #666;
}
.prize > form {
  margin: 20px 0;
}
.prize > form > select {
  width: 100px;
  height: 25px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.prize > form > select, .prize > form > select > option, .my-account .member-address select {
  line-height: 25px;
  font-size: 18px;
  color: #999;
  padding: 2px 2px 2px 5px;
  cursor: pointer;
}
.prize > form > input[type="submit"] {
  width: 190px;
  height: 33px;
  margin-top: 15px;
}
input[type="submit"], .btn-pay-tip {
  color: #fff;

  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(180deg, #ef0018, #b80025) repeat;
  background: #d3001f\0;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#ef0018), to(#b80025));
}
.prize > p {
  background-position: 0 -152px;
  width: 300px;
  height: 43px;
  margin-bottom: 30px;
  text-indent: -999999px;
}
.discription, .discription-more {
  margin: 20px 0 40px 0;
  color: #666;
  line-height: 1.7em;
}
.discription > section > h4, .discription-more > section > h4 {
  font-size: 30px;
  color: #222;
  margin: 0 0 10px;
}
.discription-more > section + section > h4 {
  margin-top: 30px;
}
.discription-more {
  width: 440px;
  padding-left: 30px;
  border-left: solid 1px #ccc;
}
.discription p, .discription-more p {
  width: 430px;
}
.discription-more li {
  border-bottom: solid 1px #ccc;
  padding: 8px 0;
}
.discription-more strong {
  display: inline-block;
  font-weight: normal;
  width: 310px;
  line-height: 18px;
}
.discription-more span {
  display: inline-block;
  width: 130px;
  font-weight: bold;
  float: left;
}
.product-detail aside {
  margin-bottom: 60px;
}
aside > h2 {
  font-size: 24px;
}

/********** SHOPPING CART **************/
.shopping-cart > h1, .shop-info > h2 {
  text-transform: uppercase;
}
.shopping-cart > h1 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1;
  margin-bottom: 20px;
}
.shopping-cart > h1 + p {
  background: url(../images/shop_txt.png) no-repeat 20px 1px #f2f2f2;
  width: 100%;
  height: 50px;
  text-indent: -999999px;
  margin-bottom: 40px;
}
.shop-product {
  width: 620px;
}
.shop-product > ul > li {
  width: 620px;
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.shop-product > ul > li > figure {
  display: block;
  width: 220px;
  float: left;
  margin: 0;
}
.shop-product > ul > li > .shop-info {
  width: 390px;
  float: left;
}
.close {
  background-position: 0 -285px;
  width: 35px;
  height: 35px;
  text-indent: -999999px;
  display: block;
}
.shopping-cart .close {
  position: absolute;
  top: 0px;
  right: 0;
}
.shop-info > h2, .shop-order > h3 {
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.shop-info > span {
  background: url(../images/shop_txt.png) no-repeat 0 -92px;
  height: 32px;
  display: block;
  text-indent: -999999px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
.shop-info {
  font-size: 14px;
}
.shop-info:after, .shop-product > ul > li:after, .shop-info-row:after {
  display: inline-block;
  content: " ";
  clear: both;
}
.shop-info > p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  margin-top: 10px;
  font-family: "Arial", Helvetica, sans-serif;
  margin-bottom: 20px;
}
.shop-info-prize {
  color: #777;
  font-size: 22px;
  width: 25%;
  float: left;
}
.shop-info-total {
  color: #333;
  font-size: 30px;
  display: block;
  margin-top: 15px;
  border-top: solid 1px #ccc;
  padding-top: 10px;
}
.shop-info > form {
  width: 100%;
  line-height: 1.2;
}
.shop-info-detail {
  font-size: 22px;
  width: 75%;
  float: left;
  margin-bottom: 20px;
}
.shop-info-box {
  display: inline-block;
  width: 50%;
  float: left;
}
.shop-info-box:nth-of-type(1n) {
  width: 64%;
}
.shop-info-box:nth-of-type(2n) {
  width: 35%;
}
.shop-info-detail select  {
  height: 27px;
  line-height: 27px;
  margin-left: 5px;
 /*  margin-right: 20px; */
  padding: 3px;
  border-radius: 3px;
  border: solid 1px #ccc;
}
.shop-info-detail select, .shop-info-detail label {
  display: inline-block;
  float:left;
}

/* shop-order*/
.shop-order {
  width: 260px;
  padding: 20px;
  background: #f2f2f2;
  font-size: 20px;
  color: #707070;
}
.shop-order > h3 {
  line-height: 1.2em !important;
  color: #000;
}
.shop-order > ul > li {
  border-bottom: dotted 1px #999;
  padding: 3px 0 2px;
}
.shop-order > ul > li > strong, .shop-order > ul > li > span, .shop-order > ul > li > i {
  display: inline-block;
}
.shop-order > ul > li > span, .shop-order > ul > li > i {
  float: right;
  text-align: right;
}
.shop-order > ul > li > i {
  width: 12px;
  font-style: normal;
}
.discount {
  border-bottom: solid 1px #999 !important;
}
.net {
  font-weight: bold;
  color: #000;
  border: none !important;
}
.shop-order > form {
  margin-top: 15px;
}
.shop-order > form > input[type="text"] {
  width: 130px;
  height: 28px;
  line-height: 25px;
  color: #666;
  padding-left: 5px;
  margin-right: 5px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 5px;
}
.shop-order > form > input[type="submit"].cal-discount {
  width: 85px;
  height: 27px;
  font-size: 16px;
}
.cal-discount {
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(180deg, #404040, #111) repeat !important;
  background: #1b1b1b\0;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#111));
}
.w100 {
  width: 100px !important;
  height: 32px !important;
  line-height: 32px;
  font-size: 21px;
  display: block;
  float: left;
  text-align: center;
  margin: 0 3px;
  margin-top: 15px;
}
.w_bill_payment_print {
  width: 300px !important;
  height: 32px !important;
  line-height: 32px;
  font-size: 21px;
  display: block;
  text-align: center;
  margin: auto;
}
.w_bill_payment_print_preview {
  width: 200px !important;
  height: 32px !important;
  line-height: 32px;
  font-size: 21px;
  display: block;
  text-align: center;
  margin: auto;
}
.mt {
  margin-left: 25px;
}

/********** PAYMENT ***********/
.payment > article {
  background: #efefef;
  border-bottom: solid 5px #ccc;
  overflow: hidden;
  padding-bottom: 20px;
}
.payment > article > section {
  width: 455px;
  margin-top: 30px;
}
.payment section > h2, .order h2, .my-account h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2px;
  margin-top: 0;
  line-height: 1.2;
  /* height: 27px;
  line-height: 27px; */
}
.credit {
  border-right: solid 1px #ccc;
  padding: 0 20px 0 50px;
}
.credit > form {
  margin-left: 20px;
}
.member-info {
  padding: 0 0 0 55px;
}
.credit > h2 {
  background-position: 0 -213px;
  display: inline-block;
  padding-left: 40px;
  margin: 0 0 20px 0;
}
.payment label, .popup label {
  font-size: 21px;
}
.payment input, .popup input {
  margin: 5px 10px 10px 0;
}
.payment select, .popup select {
  padding: 3px 5px 3px 10px;
  width: 312px;
  margin: 5px 10px 10px 0;
}
.popup input[type="text"], .popup input[type="password"] {
  padding: 0 10px;
  display: block;
  width: 290px;
}
.payment input[type="text"] {
  padding: 0 10px;
  display: block;
  width: 312px;
}
.payment input, .payment select, .popup input, .popup select {
  font-size: 19px;
  color: #666;
}
.payment input[type="text"], .payment select, .popup input[type="text"], .my-account input[type="text"], .my-account select, .popup input[type="password"], .my-account input[type="password"] {
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 27px;
  line-height: 27px;
  display: block;
}
.my-account select {
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 27px;
  line-height: 27px;
  display: block;
}
.my-account #bm, .my-account #bd, .my-account #by {
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 27px;
  line-height: 27px;
  display: block;
  float: left;
}
.email_edit_account {
  font-size: 24px;
  line-height: 27px;
}
.credit > form > ul > li {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
}
form > ul > .cre-detail > ul {
  margin: 20px 0 0 25px;
}
.credit img {
  display: inline-block;
  margin-left: 25px;
}
.mr-l {
  margin: 0 0 10px 20px;
  display: block;
}
.bd-none, .order > section > .bd-top {
  border: none !important;
}
.fm-send {
  width: 110px;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
}
.member-info > form > ul > li {
  width: 165px;
  float: left;
}
.member-info > form > ul > li > input[type="text"] {
  width: 124px !important;
}
.member-info > form > ul > li > select {
  width: 155px !important;
}
.member-info > form > ul + label {
  display: block;
  clear: both;
}
.member-address {
  padding-bottom: 30px;
  overflow: hidden;
  padding-left: 50px;
}
.member-address > h2 {
  margin: 20px 0 10px 0 !important;
}
.member-address td {
  width: 475px;
}
.member-address .btn-pay {
  border-top: solid 1px #ccc;
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.btn-pay > input[type="submit"], .popup input[type="submit"] {
  width: 120px;
  height: 33px;
  margin-top: 20px;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

/********** POP OP **********/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
}
.popup {
  width: 540px;
  padding: 5px 20px 15px;
  background: #fff;
  position: absolute;
  top: 100px;
  left: 50%;
  font-size: 14px;
  margin-left: -270px;
  z-index: 9999;
  /* visibility: hidden; */
  display: none;
}
.popup-box {
  margin-bottom: 20px;
}
.popup-box:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .popup {
     width: 100%;
     left: 0;
     margin: 0;
     margin-top: -50px;
  }
}
.popup table, .popup table img,{
  width: 100%;
}
.popup table a {
  display: block;
}
.popup > h1 {
  font-size: 36px;
  line-height: 1.25em;
  margin: 0 0 20px;
  border-bottom: solid 1px #ccc;
}
.popup > h2 {
  font-size: 25px;
  margin: 10px 0;
}
.popup > table {
  width: 100%;
}
.popup td {
  vertical-align: top;
  padding: 5px 5px 0;
  line-height: 0;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .popup td {
    width: 50%;
  }
}
.popup td > a {
  font-size: 16px;
  color: #666;
  text-decoration: underline;
}
.popup label {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.popup select {
  width: 90px;
  border: solid 1px #ccc;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #NewRegisterBox select {
    width: 31%;
    margin-right: 2px;
  }
}

.popup input[type="text"] {
  width: 220px;
  font-size: 21px;
  color: #666;
  font-family: 'psl_kittithada_pro';
}
.popup input[type="password"] {
  width: 220px;
}
@media screen and (max-width: 767px) {
  #myModal-register img {
    width: 100%;
  }
  .popup input[type="text"], .popup input[type="password"] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.popup > p {
  text-align: center;
  border-top: solid 1px #ccc;
  padding-top: 20px;
  line-height: 0;
}
.popup > p > a {
  background-position: 0 -353px;
  width: 200px;
  height: 34px;
  display: block;
  margin: 0 auto 20px;
  text-indent: -999999px;
}
.popup > p > span {
  font-size: 19px;
  color: #666;
  line-height: 1;
  display: inline-block;
}
.facebook-btn {
  background-position: 0 -353px;
  width: 200px;
  height: 34px;
  display: block;
  margin: 0 auto 0;
  text-indent: -999999px;
}
.popup .add {
  font-size: 19px;
  color: #666;
  padding-top: 10px;
  margin-bottom: 20px;
  line-height: 1;
}
.popup .add a {
  text-decoration: underline;
  display: inline-block;
  line-height: 1.5;
  color: #666;
}
.popup .remember {
  font-size: 18px;
  color: #666;
}
.popup > a {
  background-position: -216px -285px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  text-indent: -999999px;
}
.td-register-head {
  margin-bottom: 8px;
}
.td-register {
  display: inline-block;
  padding-right: 20px;
  float: left;
}
.td-register:after {
  content: " ";
  display: block;
  clear: both;
}
.td-register input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}
@media screen and (min-width: 520px) {
  .td-register-agree label br {
    display: none;
  }
}
.t-center {
  text-align: center;
}

/******** My Order **********/
.order, .my-account {
  letter-spacing: 0.2px;
}
.nav-account {
  /* width: 180px; */
  float: left;
}
.nav-account li a {
  line-height: 1;
  display: block;
}
.nav-account > h2 {
  border-bottom: solid 3px #000;
  padding: 30px 0 10px;
}
@media screen and (max-width: 959px) {
  .nav-account > h2 {
    padding-top: 20px;
  }
}
.order h2, .my-account h2 {
  margin: 0 0 20px;
}
.order > div > nav a, .my-account > div > nav a {
  font-size: 19px;
  color: #666;
  line-height: 1em;
  padding-bottom: 5px;
}
.my-account > form > div > nav a {
  font-size: 19px;
  color: #666;
  line-height: 1em;
}
.my-order {
  width: 700px;
  min-height: 420px;
  background: #efefef;
  overflow: hidden;
  padding: 25px 20px;
  margin-top: 47px;
  border-left: solid 10px #ebebeb;
}
.my-order > table tr {
  height: 37px;
}
.my-order > table th {
  font-size: 22px;
  text-align: left;
  vertical-align: middle;
}
.my-order > table td {
  font-size: 17px;
  color: #666;
  border-bottom: solid 1px #ccc;
  vertical-align: top;
  line-height: 1;
  padding: 5px;
}
.my-order-info {
  width: 700px;
  min-height: 320px;
  background: #efefef;
  overflow: hidden;
  padding: 25px 20px;
  margin-top: 47px;
  border-left: solid 10px #ebebeb;
}
.my-orde-infor > table tr {
  height: 37px;
}
.my-order > table th, .my-order-info > table th {
  font-size: 22px;
  background: #ccc;
  text-align: left;
  border: solid 1px #efefef;
  padding: 5px;
  vertical-align: middle;
}
.my-order > table td, .my-order-info > table td {
  text-align: left;
  font-size: 17px;
  border-bottom: solid 1px #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 959px) {
  .my-account {
    margin-bottom: 40px;
  }
  .my-order-info, .my-order {
    width: 100%;
    float: none;
    border: none;
  }
  .my-order > table th, .my-order-info > table th {
    font-size: 14px;
    width: 10%;
    line-height: 1;
    text-align: left;
  }
  .my-order > table td, .my-order-info > table td {
    width: 100%;
    display: block;
    font-size: 12px;
  }
}

/******* My Account *************/
.account-form label, .my-account .member-address {
  display: block;
  font-size: 20px;
  line-height: 1em;
}
.account-form input[type="text"] {
  width: 240px;
}
.account-form input[type="password"] {
  width: 240px;
}
.account-form td {
  border-bottom: solid 1px #ccc;
  padding: 20px 0;
}
.my-account .my-order {
  min-height: 350px !important;
}
.my-account .member-address {
  border-top: solid 4px #ccc !important;
}
.my-account .member-address td {
  padding: 10px 0;
}
.my-account .member-address input[type="text"], .my-account .member-address select {
  width: 320px;
}
.my-account .member-address select {
  display: block;
}
.my-account .member-address label {
  line-height: 1.25em;
  margin-top: 5px;
}
@media screen and (max-width: 959px) {
  .member-address td {
    width: 100%;
    display: block;
  }
  .my-account .member-address input[type="text"], .my-account .member-address select {
    width: 100%;
  }
}

/******** TOOLTIP *******/
.box-tootip {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 0;
}

@media screen and (max-width: 959px) {
  .box-tootip {
    top: 50px;
  }
}
.tooltip {
  width: 300px;
  min-height: 165px;
  color: #bebebe;
  display: -moz-inline-stack;
  display: inline-block;
  font-size: 19px;
  position: relative;
  border-radius: 4px;
  background: #fff;
  box-shadow: 1px 1px 2px 1px #bebebe;
  border: solid 1px #bebebe;
}
.tooltip:after {
  display: block;
  height: 0;
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 246px;
  top: -13px;
  text-align: center;
  width: 100%;
  background: url(../images/tooltip.png) no-repeat;
  width: 17px;
  height: 17px;
  content: "";
}
.tooltip > img, .tooltip > span {
  display: inline-block;
  vertical-align: top;
}
.tooltip > img {
  width: 40px;
  height: 40px;
  border: solid 1px #cacaca;
  margin: 15px 0 0 13px;
}
.tooltip > span.info {
  width: 165px;
  margin: 15px 0 0 5px;
  line-height: 1em;
}
.tooltip > span.bath {
  float: right;
  margin: 19px 10px 0 0;
}
.tooltip > p {
  background: #eee;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  padding: 10px;
  margin: 15px 0;
}
.tooltip > a {
  width: 100px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  margin-top: 0;
  font-size: 20px;
}
.tooltip > .btn-pay-tip {
  margin-left: 85px;
}

/************************** Split Page ************************************/
#divSplitPage {
  padding: 2px 15px;
  text-align: right;
}
#divSplitPage a {
  border: 1px solid;
  padding: 2px 5px;
  border-color: #999;
  text-decoration: none;
  color: #999;
}
#divSplitPage a:hover {
  border: 1px solid;
  padding: 2px 5px;
  border-color: #999;
  background-color: #999;
  text-decoration: none;
  color: #fff;
}
#divSplitPage span {
  border: 1px solid;
  padding: 2px 5px;
  text-decoration: none;
  font-weight: bold;
  background-color: #999;
}
.divCountdown {
  display: none;
}
.divCountdownNext {
  display: none;
}
.div_thumb_product {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.div_img_sold_out {
  width: 225px;
  /*padding-top:57px;*/
  position: absolute;
}
.divProductRecomentItem {
  width: 225px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

/******** About **********/
.about {
  width: 710px;
  min-height: 615px;
  padding: 10px 20px 55px 20px;
  border-left: solid 10px #ebebeb;
  font-size: 12px;
  font-family: "Arial", Helvetica, sans-serif;
}
.about .title {
  font-size: 24px;
  padding: 7px 5px 20px;
  font-family: "Crimson Text";
}
.about .title-center {
  font-size: 24px;
  padding: 150px 5px 20px;
  text-align: center;
}
.about .content {
  font-size: 13px;
  padding-left: 5px;
  line-height: 1.4;
  font-family: 'tahoma';
}
.about .sub-title {
  font-size: 18px;
  padding: 9px 5px;
}
.about .content-gray {
  font-size: 12px;
  padding-left: 5px;
  line-height: 15px;
  font-family: 'tahoma';
  font-style: italic;
  color: #999999;
}
.about .content-gray a {
  color: #cc0000;
  text-decoration: underline;
}
.about .content-gray a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.about .content a {
  color: #cc0000;
  text-decoration: underline;
}
.about .content a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.about .tb {
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.about .tb td {
  padding: 5px;
}
.about .star {
  color: #cc0000;
}
.about .fm {
  font-family: 'psl_kittithada_pro';
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #666;
  padding: 5px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 20px;
}
.about .fm-multi {
  font-family: 'psl_kittithada_pro';
  width: 100%;
  height: 150px;
  line-height: 25px;
  color: #666;
  padding-left: 5px;
  margin-right: 5px;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 20px;
}
.about .fm-send {
  font-family: 'psl_kittithada_pro';
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(180deg, #404040, #111) repeat !important;
  background: #1b1b1b\0;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#111));
  padding: 4px 10px;
}
.divSplitPay {
  font-style: italic;
  margin: 20px 0 0;
  background-color: #CCC;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.about .tb.payinform td {
  padding: 10px 30px 10px 0;
  width: 50%;
}
.about .tb.payinform td label {
  display: block;
  margin-bottom: 5px;
}
.about .tb.payinform td select {
  padding: 0 5px;
}
.payinform .tb-require {
  float: right;
}
.tb-requirecalen {
  position: relative;
}
.tb-requirecalen .ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  right: 35px;
  top: 36px;
}
@media screen and (max-width: 959px) {
  .about .tb.payinform td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .tb-requirenone {
    display: none !important;
  }
  .tb-requirecalen .ui-datepicker-trigger {
    right: 5px;
    top: 36px;
  }
  .tb-require input[type="file"] {
    background: #ccc;
    padding: 3px;
    border:  solid 1px;
  }
}


/************************** Date Picker ************************************/
#ui-datepicker-div {
  font-size: 100%;
  display: none;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

#divImageCategorySlide {
  width: 730px;
  height: 225px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  #divImageCategorySlide {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #divImageCategorySlide {
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    margin: auto;
  }
}
#divPayInform {
  position: absolute;
  right: 0;
  top: 18px;
}
.order_list_show_detail {
  cursor: pointer;
  background-color: #efefef;
}
.order_list_show_detail:hover {
  cursor: pointer;
  background-color: #CCC;
}
.no_product_center {
  text-align: center;
  color: #04356c;
  margin-top: 60px;
}
.productPrice {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}