/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/

html {
    overflow-x: hidden !important;
}
body {
    color: #494949;
    font-family: 'Kanit', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 0 !important;
}


/* ----------------------------------------------------------------
    TYPOGRAPHY HEADING STYLES
-----------------------------------------------------------------*/

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #333;
  font-family: "Open Sans", 'Kanit', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-rendering: optimizelegibility;
}

h1 { font-size: 38px; }

h2 { font-size: 32px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h4 { font-weight: 400; }

h5,
h6 { font-weight: 400; margin-bottom: 20px; }

p,
p.lead {
    color: #696f6f;
    margin-bottom: 20px;
}
a {
  color: #696f6f;
}
a:hover {
  opacity: 0.80;
}
b {
  font-weight: 400 !important;
}
strong {
  font-weight: 400;
}

.chamoke-heading h2 {
  color: #333;
  font-family: "Open Sans", 'Kanit', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
} 
.chamoke-heading p {
  font-size: 21px;
  color: #cf9429 !important;
}


/* ----------------------------------------------------------------
    HEADER 
-----------------------------------------------------------------*/

#header.header-colored {
  background: #cf9429 !important;
  border-bottom: 0;
}
#header.header-sticky #header-wrap {
  background-color: #cf9429;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 199;
}


/* ----------------------------------------------------------------
    TOP BARS
-----------------------------------------------------------------*/

#header #top-bars-trigger {
    cursor: pointer;
}
#header #top-bars {
    float: right;
}
#header #top-bars span {
    line-height: 18px;
    margin-top: 0px;
    position: relative;
    z-index: 11;
    width: 60px;
    font-size: 16px;
    text-align: center;
    float: left;
    background: #544016;
}
#header #top-bars span {
    z-index: 11;
    width: 60px;
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
}
#header #top-bars span i {
    position: static;
    right: 0px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    line-height: 60px;
}


/* ----------------------------------------------------------------
    TOPBAR
-----------------------------------------------------------------*/

#topbar {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
}
.topbar-dropdown .title {
  font-size: 12px;
  font-weight: 300;
}
.topbar-dropdown .title img, 
.topbar-dropdown .list-entry img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  top: -1px;
}


/* ----------------------------------------------------------------
    TOP
-----------------------------------------------------------------*/

.lang-switch {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
  border-right: 1px solid #eee;
  padding-right: 20px;
}
.lang-switch img {
  width: 25px;
  height: 25px;
  padding: 2px;
  opacity: 1;
}

.shopping-basket {
  display: inline-block;
  float: left;
}
.shopping-basket img {
  width: 45px;
  height: 45px;
  padding: 5px;
  opacity: 1;
  position: relative;
  top: 4px;
}
.shopping-basket span {
  background: #93b85b;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 25px;
  text-align: center;
  opacity: 1;
}

.social-menu {
  list-style: outside none none;
  margin: 0 -10px;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
}
.social-menu > li {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  float: left;
}
.social-menu > li > a {
  padding: 0px;
}
.social-menu > li img {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; 
}
.social-menu > li img:hover {
  opacity: 0.95;
}


/* ----------------------------------------------------------------
    MAIN MENU
-----------------------------------------------------------------*/

#mainMenu > ul > li > a {
  border-bottom: 0 none;
  border-radius: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: 'Kanit', serif;
  letter-spacing: 1px;
  height: 90px;
  line-height: 70px;
  margin-left: 0;
  margin-right: 5px;
  outline: medium none;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: .4s 0;
  color: #fff !important;
  background: #b88c2f !important;
  border-radius: 50px;
  margin-top: 14px;
  margin-bottom: 5px;
  line-height: 14px !important;
  height: 33px !important;
}
#mainMenu > ul > li:first-child a {
  padding: 10px;
  line-height: 0px !important;
}
#mainMenu > ul > li:first-child a i {
  position: relative;
  top: -2px;
}
#mainMenu > ul > li > a:hover {
  background: #84b542 !important;
}
nav .main-menu .dropdown-menu a, nav .main-menu .dropdown-submenu > span.dropdown-menu-title-only {
  font-family: 'Kanit', serif;
  font-size: 14px;
  font-weight: 300;
}


/* ----------------------------------------------------------------
    BOX SLIDER
-----------------------------------------------------------------*/

.boxed-slider { height: auto; width: 100%; }
.boxed-slider .owl-item { height: auto; }
#slider-carousel .owl-bg-img img { width: 100%; height: auto; }

.owl-carousel .owl-controls .owl-nav .owl-next, 
.owl-carousel .owl-controls .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 50px;
  height: 75px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 35px;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover, 
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  opacity: 1;
  opacity: 0.75;
}

.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
  left: 20px;
}


/* ----------------------------------------------------------------
    HOT PRODUCT
-----------------------------------------------------------------*/

.hot-product {
  padding-top: 25px;
  padding-bottom: 10px;
}
.hot-product:after {
  content: '';
  background: url('../images/hot-product-after.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 430px;
  width: 334px;
  position: absolute;
  z-index: 100;
  top: -130px;
  left: 0px;
}
.hot-product-2:before {
  content: '';
  background: url('../images/hot-product-before.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
  width: 305px;
  position: absolute;
  z-index: 100;
  bottom: -135px;
  right: 0px;
}

.hot-product-stat {
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  left: 40px;
  top: 45%;
  background: #93b85b;
  width: 100px;
  height: 100px;
  line-height: 1;
  padding: 27px 10px;
  z-index: 5;
  position: absolute;
  font-weight: 300;
  text-align: center;
  -ms-transform: rotate(15deg); /* IE 9 */
  -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
  transform: rotate(15deg);
  box-shadow: 5px 8px 8px rgba(163, 161, 153, 0.48);
}
.hot-product-stat:after {
  content: '';
  background: url('../images/hot-product-stat-after.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 80px;
  width: 44px;
  position: absolute;
  z-index: 100;
  top: -55px;
  right: 10px;
}
.hot-product-stat small {
  font-size: 16px;
}


/* ----------------------------------------------------------------
    PRODUCT
-----------------------------------------------------------------*/

.product {
  margin-bottom: 30px;
  position: relative;
  display: block;
  border: 1px solid #eee;
  padding: 25px 10px 25px;
}
.product:hover {
  box-shadow: 0 5px 15px #ddd;
}
.product-title {
  min-height: 40px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
} 
.product .product-title h3, 
.product .product-title h3 a {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
}
.product .product-category {
  min-height: 35px;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product .product-price, 
.product .product-price h3 {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0;
}

.product .product-image > a,
.product .product-wishlist a, 
.product .product-share a, 
.product .product-review a {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.product .product-image > a:nth-of-type(2) {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.product .product-image:hover > a:nth-of-type(2) {
  opacity: 1;
  z-index: 2;
}
.product .product-wishlist a, 
.product .product-share a, 
.product .product-review a {
  border-width: 1.5px ! important;
  border-color: #dcdcdc !important;
  color: #b9b9b9 !important;
  background: #fcfcfc !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 16px;
  position: absolute;
  text-align: center;
  z-index: -1;
  opacity: 0;
}
.product .product-share a {
  bottom: 120px;
  right: 5px;
}
.product .product-review a {
  bottom: 170px;
  right: 5px;
  border: 1.5px solid #dcdcdc !important;
  color: #b9b9b9 !important;
  background: #fcfcfc !important;
}
.product .product-wishlist a:hover, 
.product .product-share a:hover, 
.product .product-review a:hover {
  background-color: #ca8f28 !important;
  border-color: #ca8f28 !important;
  color: #ffffff ! important;
}
.product:hover .product-wishlist,
.product:hover .product-wishlist a
.product:hover .product-share, 
.product:hover .product-share a, 
.product:hover .product-review, 
.product:hover .product-review a {
  z-index: 3;
  opacity: 1;
}
.product .product-overlay {
  position: absolute;
  width: 80%;
  height: 44px;
  line-height: 44px;
  top: auto;
  bottom: -44px;
  left: 0;
  z-index: 6;
  margin: 0 30px !important;
  display: block;
}
.product:hover .product-overlay {
  bottom: 60px;
}
.product .product-overlay a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  background-color: #93b85b;
  text-align: center;
}
.product .product-overlay a:hover {
  background-color: #ca8f28;
  color: #fff;
  text-shadow: none;
}


/* ----------------------------------------------------------------
    VDO
-----------------------------------------------------------------*/

.chamoke-vdo:after {
  content: '';
  background: url(../images/vdo-after.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 240px;
  width: 250px;
  position: absolute;
  z-index: 100;
  top: -40px;
  left: 0px;
}


/* ----------------------------------------------------------------
    ICON
-----------------------------------------------------------------*/

.icon-img, 
.icon-text {
  padding-top: 5px;
}
.icon-img img {
  width: 50px;
  height: 50px;
  float: left;
  clear: none;
  padding: 5px;
  opacity: 1;
}
.icon-title {
  margin-left: 60px;
  width: 150px;
  clear: none;
}
.icon-title h3, 
.icon-title h3 a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 5px;
  color: #c59633;
}
.icon-title p {
  margin-bottom: 10px;
} 
.icon-text a {
  font-family: 'Open Sans', sans-serif;
  margin-left: 200px;
  font-size: 20px;
  float: right;
  clear: none;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
  text-align: right;
  border-right: 1px solid #eee;
  padding-right: 20px;
  width: 190px;
  word-break: break-all;
  line-height: 1.25;
  font-weight: 400;
}

.chamoke-html .icon-title h3, 
.chamoke-html .icon-title h3 a {
  color: #544016;
}
.chamoke-html .icon-text, 
.chamoke-html .icon-text a, 
.chamoke-html .icon-title p {
  color: #f6f6f6;
  border-right: none;
}


/* ----------------------------------------------------------------
  FOOTER
-----------------------------------------------------------------*/

footer {
  padding: 0;
}
footer .widget {
  margin-bottom: 10px;
}
#footer .widget-categories a {
  color: #888;
  line-height: 1.75;
}
.widget h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #544016;
}

.footer-logo { 
  border-right: 1px solid #ccc; 
  margin-bottom: 10px;
}

.footer-content { 
  background: #ededed; 
  padding: 40px 0 30px 0; 
  color: #6a6a6a; 
  font-size: 13px; 
  line-height: 20px; 
  min-height: 150px; 
}
.footer-content .widget-title { 
  color: #6a6a6a; 
  font-size: 14px; 
  font-weight: 600; 
}

.copyright-text { 
  padding-top: 0px; 
  font-size: 14px;
  text-align: center; 
  color: #6a6a6a; 
  min-height: 30px; 
}
.copyright-content { 
  border-top: none; 
  min-height: 40px; 
  padding: 10px 0 0; 
  background-color: #e4e4e4; 
  color: #fff; 
}

.copyright-links a { 
  padding: 10px 1px; 
}

.engine_by_shopup_bottom {
  background: #e4e4e4;
  padding: 0 0 10px;
  font-size: 12px;
  color: #6f6f6f;
}


/* ----------------------------------------------------------------
  SYSTEM RESET
-----------------------------------------------------------------*/

footer { padding: 0; }

.sys-galleries .body .lists .lists-item .body-image img, 
.sys-articles .body .lists .lists-item .body-image img {
  max-height: none;
  width: 100%;
}

/* hidden title */
.sys-page .body .title, .sys-contacts .body .title { display: none; }
.google-maps .title h2, .contact-form .title h2 { display: block !important; margin-top: 15px; }
.sys-contacts .body .title { border-bottom: none; }

/* form group */
.form-group > label { font-weight: 400; }
.form-control:focus { border-color: #cf9429; }


/* font */
.sys-product .body .product-detail .title h1, 
.sys-article .body h1, 
.sys-clip .body h1, 
.sys-gallery .body h1 {
  font-size: 26px;
}
.sys-page .body .title h1, 
.sys-product .body .product-detail .title h1, 
.sys-article .body h1, 
.sys-clip .body h1,  {
  font-size: 26px;
}
.sys-products .body .lists.column-3 .lists-item .title a h2, 
.sys-articles .body .lists .lists-item h2, 
.sys-clips .body .lists .lists-item h2, 
.sys-contacts .body .title h2, 
.sys-galleries .body .lists .lists-item h2, 
.sys-confirm-payment h2  {
  font-size: 20px;
}

/* product */
.sys-product .body .product-detail .social-share {
  padding-left: 0;
  padding-bottom: 20px;
}
.sys-products .body .lists.column-3 .lists-item .price, 
.sys-product .body .product-detail .price {
  font-weight: 400;
}
.sys-products .body .lists .lists-item .body-image img {
  z-index: 100;
}

/* contact */
.sys-contacts .body .detail, 
.sys-contacts .body .image-maps, 
.sys-contacts .body .google-maps, 
.sys-contacts .body .contact-form, 
.sys-breadcrumb .breadcrumb {
  margin-bottom: 20px;
} 

/* confirm payment */
.sys-confirm-payment .confirm-payment-box .col-xs-12.col-sm-3.col-md-3.col-lg-3 .row .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
  padding-left: 0;
}

/* button */
.btn-org, 
.btn-primary, 
.btn-default, 
.btn-facebook { 
  color: #fff; 
  margin: 0; 
  background-color: #93b85b; 
  border-color: #93b85b; 
  transition: all .2s ease-out; 
  letter-spacing: 0; 
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
  margin-bottom: 10px;
  border-radius: 25px;
}
.btn-org:hover, 
.btn-primary:hover, 
.btn-default:hover, 
.btn-facebook:hover { 
  color: #fff; 
  background-color: #cf9429 !important; 
  border-color: #cf9429 !important; 
}
.btn-facebook {
  background-color: #3b5998 ! important;
  border-color: #3b5998 !important;
  color: #ffffff ! important;
}
.btn-addtocart { 
  width: 100%;
}

span.facebook { color: #3a5795; }
span.twitter { color: #1da1f2; }
span.pinterest { color: #e63d44; }
span.google-plus { color: #d95332; }
span.facebook:hover, 
span.twitter:hover, 
span.pinterest:hover, 
span.google-plus:hover { 
  color: #cf9429; 
}

/* tag */
.tags .badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 300;
  color: #999;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 15px;
  letter-spacing: -0.5px;
  margin-right: 2px;
}
.tags .badge:hover {
  color: #fff;
  background-color: #cf9429;
  border: 1px solid #cf9429;
}

/* other */
.mdate, 
.viewed {
  font-size: 14px;
}
.detail-text {
  padding: 10px 0;
}
h2:active {
  color: #cf9429;
}

.list-inline>li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
}


/* ----------------------------------------------------------------
  RESPONSIVE
-----------------------------------------------------------------*/

@media(max-width: 1024px) {
  .nav-main-menu-responsive button {
    background: #544016;
    border: 0;
    padding: 0 20px;
  }
  .lines, .lines:before, .lines:after {
    background: #fff;
  }
  .top-left {
    display: none;
  }
  .top-right {
    padding-top: 10px !important;
  }
  .shopping-basket {
    display: inline-block;
    float: right;
    margin-top: -50px;
    margin-right: 30px;
  }
  .shopping-basket span {
    top: -45px;
    right: 30px;
  }
  
  #sh_index_content_2_html .col-md-4, 
  #sh_index_content_2_html .col-md-8 {
    padding-top: 20px !important;
  }

  #header #top-bars, 
  .hot-product:after {
    display: none;
  }
  
  .hot-product .row .row, 
  .hot-product-2 .row .row {
    margin-left: 0px !important; 
    margin-right: 0px !important;
  }
  .hot-product-2 .col-md-6 {
    padding: 0 15px !important;
  }

  .product {
    height: 405px;
  }
  .product-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .chamoke-vdo .col-md-3 {
    text-align: center !important;
  }
  .chamoke-vdo .col-md-4 {
    margin-bottom: 20px;
    text-align: center;
  }
  footer .widget {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    clear: none;
  }
}

@media(max-width: 991px) {

}

@media(max-width: 768px) {
  
}

@media(max-width: 600px) {

}

@media(max-width: 480px) {
  .top-left { 
    display: block; 
  }
  .social-menu {
    position: absolute;
    top: -91px;
    left: 0px;;
    z-index: 1000;
  }
  .social-menu > li img {
    padding: 3px;
    width: 30px !important;
    height: 30px !important;
  }

  .product {
    height: auto;
  }
  .chamoke-vdo:after {
    display: none;
  }
  footer .footer-logo {
    width: 50%;
    margin: 0 auto 15px;
  }
  .copyrights-menu.copyright-links img {
    margin: 10px auto;
  }
}

/* iPhone 6 Plus */
@media(max-width: 414px) {
  .topbar-dropdown:first-child .title {
    padding-right: 0;
  }
}

/* iPhone 6 */
@media(max-width: 375px) {

  .shopping-basket {
    margin-top: -60px;
  }
  .shopping-basket span {
    top: -55px;
  }
  .hot-product-stat {
    left: 20px;
  }
  
}

/* Galaxy S5 */
@media(max-width: 360px) {

}

/* iPhone 5 */
@media(max-width: 320px) {

}


