@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Kanit:wght@200;300;400;500;600;700&family=Noto+Sans+Thai:wght@100..900&display=swap");
[lang="th"] {
  /*$Sarabun:  Sarabun-thai;
  $Prompt:   "Prompt-thai";*/ }

.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.floating-menu {
  position: fixed;
  right: 15px;
  bottom: 10%;
  z-index: 9999; }
  .floating-menu ul {
    list-style: none; }
  .floating-menu .navitem {
    padding: 4px;
    background: #000000;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 8px; }
    .floating-menu .navitem:hover {
      background: #987731; }
    .floating-menu .navitem:not(:last-child) {
      display: none; }
    .floating-menu .navitem a, .floating-menu .navitem span {
      color: #fff;
      min-width: 38px;
      min-height: 38px;
      text-align: center;
      line-height: 38px;
      font-size: 1.25rem; }
  .floating-menu .menu-icon-wrap {
    cursor: pointer; }
  .floating-menu.open-menus .navitem {
    display: block; }
  .floating-menu.open-menus .menu-icon:before {
    content: "\f00d"; }
  .floating-menu .fa-phone {
    font-weight: 700; }

.footer-set-6 {
  position: relative;
  overflow: hidden;
  background: #987731;
  color: #fff;
  text-align: center;
  font-size: 0.875rem; }
  .footer-set-6 .footer-top {
    padding: 32px 0 8px 0; }
  .footer-set-6 .footer-row {
    margin-bottom: 1.5rem; }
  .footer-set-6 h3 {
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem; }
  .footer-set-6 .contact-list-footer .fa-phone {
    transform: rotate(90deg); }
  .footer-set-6 .contact-list-footer i, .footer-set-6 .contact-list-footer img {
    margin-right: 8px; }
  .footer-set-6 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0; }
    .footer-set-6 ul li {
      margin-left: 12px;
      margin-right: 12px; }
  .footer-set-6 a {
    color: #fff;
    border: none;
    transition: all 0.5s;
    text-decoration: none; }
    .footer-set-6 a:hover, .footer-set-6 a:active, .footer-set-6 a.active {
      opacity: .8;
      background: none; }
  .footer-set-6 .copyright-footer {
    font-size: 0.75rem; }
    .footer-set-6 .copyright-footer p {
      font-size: 0.75rem; }
  .footer-set-6 .copyright {
    border-top: 1px solid #FBFAF6;
    padding-top: 16px; }

@media all and (max-width: 767px) {
  .contact-list-footer {
    gap: 18px; }
    .contact-list-footer li {
      width: 100%; } }
