@font-face {
  font-family: "Metropolis-Regular", sans-serif;

  src: url("../../assets/font/Metropolis-Regular.otf") format("opentype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Metropolis-Regular";

  src: url("../../assets/font/Metropolis-Regular.otf");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Metropolis-Medium";

  src: url("../../assets/font/Metropolis-Medium.otf");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Metropolis-Bold";

  src: url("../../assets/font/Metropolis-Bold.otf");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Bai-Jamjuree-Regular";

  src: url("../../assets/font/BaiJamjuree-Regular.ttf");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Bai-Jamjuree-Bold";

  src: url("../../assets/font/BaiJamjuree-Bold.ttf");

  font-weight: normal;

  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  padding: 0px;

  margin: 0px;
}

li {
  list-style: none;
}

ul {
  padding: 0px;

  margin: 0px;
}

a {
  text-decoration: none;

  font-family: "Metropolis-Regular";

  color: var(--p---black, #404040);

  font-size: 16px;

  font-style: normal;

  font-weight: 400;
}

.global-padding {
  padding: 100px 12px;
}

section .container-fluid {
  padding: 0px !important;
}

img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

h1 {
  /* H1 */

  font-family: "Bai-Jamjuree-Bold";

  font-size: 45px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;
}

h2 {
  color: #242424;

  font-family: "Bai-Jamjuree-Bold";

  font-size: 35px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;
}

h3 {
  color: #242424;

  font-family: "Metropolis-Bold";

  font-size: 25px;

  font-style: normal;

  font-weight: 700;

  line-height: 25px; /* 100% */
}

p {
  color: var(--p---black, #404040);

  /* P */

  font-family: "Metropolis-Regular";

  font-size: 16px;

  font-style: normal;

  font-weight: 400;

  line-height: 25px; /* 156.25% */
}

.wrapper {
  width: 100%;

  max-width: 1576px;

  margin: 0 auto;
}

.cta {
  border-radius: 8px;

  background: var(--black, #242424);

  border: 1px solid transparent;

  color: #fff;

  display: inline-flex;

  height: 100%;

  max-height: 50px;

  width: 100%;

  max-width: 177px;

  padding: 12px;

  justify-content: center;

  align-items: center;

  transition: all ease 0.5s;

  font-size: 16px;
}

.cta:hover {
  color: var(--black, #242424);

  background: transparent;

  border-radius: 8px;

  border: 1px solid var(--black, #242424);

  transition: all ease 0.5s;
}

@media (max-width: 1199px) {
  .global-padding {
    padding: 70px 30px;
  }
}

@media (max-width: 767px) {
  .global-padding {
    padding: 50px 20px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }
}


/* Woocommerce Info Top Border */
.woocommerce-info {
  border-top-color: #FE5E00 !important;
}

/* Original Product Page and Pseudo-Product Pages */

@media (max-width: 1199px) {
  section.banner-products .content h1,
  section.banner-products .content p {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  section.banner-products .content h1,
  section.banner-products .content p {
    margin-left: 20px;
    margin-right: 20px;
  }
}


/* QA April 25, 2025 */
@media (max-width: 1199px) {
  #categoryTitleHeader h2 {
      text-align: center;
      margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .page-id-19 .about-us.global-padding {
    padding-top: 250px !important;
  }
}


/* Mobile Nav Revisions */
@media (max-width: 991px) {
 
  li#menu-item-37 > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29228 7.38911L0.635281 1.73211L2.04928 0.318107L6.99928 5.26811L11.9493 0.318108L13.3633 1.73211L7.70628 7.38911C7.51875 7.57658 7.26445 7.68189 6.99928 7.68189C6.73412 7.68189 6.47981 7.57658 6.29228 7.38911Z' fill='%23242424'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;

    transition: transform 0.25s ease; /* animate the flip */
    transform-origin: center;
    transform: none;
  }

  li#menu-item-37 ul.sub-menu {
    height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    padding-top: 0 !important;
  }

  /* Active Mode */
  li#menu-item-37.active > ul.sub-menu {
    height: auto;
    padding-top: 10px !important;
  }

  li#menu-item-37.active > a::after {
    transform: rotate(180deg); /* or: scaleY(-1) for a vertical flip */
  }


    li#menu-item-35 > a::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;utf8,<svg width='14' height='8' viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M6.29228 7.38911L0.635281 1.73211L2.04928 0.318107L6.99928 5.26811L11.9493 0.318108L13.3633 1.73211L7.70628 7.38911C7.51875 7.57658 7.26445 7.68189 6.99928 7.68189C6.73412 7.68189 6.47981 7.57658 6.29228 7.38911Z' fill='%23242424'/></svg>");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;

    transition: transform 0.25s ease; /* animate the flip */
    transform-origin: center;
    transform: none;
  }

  li#menu-item-35 ul.sub-menu {
    height: 0;
    overflow: hidden;
    transition: 0.5s ease;
    padding-top: 0 !important;
  }

  /* Active Mode */
  li#menu-item-35.active > ul.sub-menu {
    height: auto;
    padding-top: 10px !important;
  }

  li#menu-item-35.active > a::after {
    transform: rotate(180deg); /* or: scaleY(-1) for a vertical flip */
  }


}



/* Mobile Nav Revisions - End */


/* Nav Card Revisions */
ul.sub-menu .btn-btn {
  position: absolute;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;

}

ul.sub-menu .btn-btn a {
  max-width: 100% !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
}

/* Nav Card Revisions - End */


/* Woocomm Notice Fix */
.woocommerce-notices-wrapper {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; 
  width: auto;
  max-width: 90%;
}
/* Woocomm Notice Fix - End */