/* แบบปกติ */
@font-face {
  font-family: "Omyim";
  src: url("../fonts/PSL-Omyim.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* แบบหนา */
@font-face {
  font-family: "Omyim";
  src: url("../fonts/PSL-OmyimBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* แบบเอียง */
@font-face {
  font-family: "Omyim";
  src: url("../fonts/PSL-OmyimItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

/* แบบหนาเอียง */
@font-face {
  font-family: "Omyim";
  src: url("../fonts/PSL-OmyimBoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

:root {
  --alt-font: "Omyim", sans-serif;
  --primary-font: "Omyim", sans-serif;
}

.bg-yellow-2 {
  background-color: #fdfbee !important;
}

.bg-blue-2 {
  background-color: #d9f6fe !important;
}

.text-red-2 {
  color: #ef3a4e !important;
}

.text-red-3 {
  color: #ee2d42 !important;
}

.text-brown-2 {
  color: #533522 !important;
}

.text-blue-2 {
  color: #1a8ecc !important;
}

.text-gray-2 {
  color: #a0a0a0 !important;
}

.activity-title {
  text-shadow:
    -3px -3px 0 #ffffff,
    3px -3px 0 #ffffff,
    -3px 3px 0 #ffffff,
    3px 3px 0 #ffffff,
    0px 8px 6px rgba(0, 0, 0, 0.3);
}

.mt-min-60px {
  margin-top: -60px;
}

/* header */

.btn-lag,
.btn-lag a {
  font-size: 30px;
  color: #505050;
}

.btn-lag a.active,
.btn-lag a:hover {
  color: #fff;
  background-color: #f27e7f;
  padding: 0 3px;
}

/* about */

.btn-custom-about {
  background-color: #ee2d42;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 10px 30px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-custom-about:hover {
  background-color: transparent;
  color: #ee2d42;
  border: 1px solid #ee2d42;
}

/* news */

.btn-custom {
  background-color: #f37f80;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 10px 30px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-custom:hover {
  background-color: transparent;
  color: #f37f80;
  border: 1px solid #f37f80;
}

.btn-custom-news {
  background-color: #f15735;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 10px 30px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-custom-news:hover {
  background-color: transparent;
  color: #f15735;
  border: 1px solid #f15735;
}

/* review */

.fb_iframe_widget_fluid_desktop iframe {
  border-radius: 30px;
}

.btn-custom-review {
  background-color: #128dc8;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 10px 30px;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
}

.btn-custom-review:hover {
  background-color: transparent;
  color: #128dc8;
  border: 1px solid #128dc8;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 60px;
  font-weight: 500;
}

/* product detail */
.btn-custom-product {
  background-color: #ee2d42;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 5px 20px;
}

.btn-custom-product.btn-shopee {
  background-color: transparent;
  color: #fe5721;
  border: 1px solid #fe5721;
}

.btn-custom-product.btn-lazada {
  background-color: transparent;
  color: #080a9a;
  border: 1px solid #080a9a;
}

.btn-custom-product.btn-tiktok {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}

.btn-custom-product.btn-app {
  background-color: transparent;
  color: #6cb3d8;
  border: 1px solid #6cb3d8;
}

/* member */

.btn-custom-member {
  background-color: #ee2d42;
  color: #ffffff;
  text-transform: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 5px 20px;
}

.btn-custom-member:hover {
  background-color: transparent;
  color: #ee2d42;
  border: 1px solid #ee2d42;
}

.btn-custom-member.btn-line {
  background-color: transparent;
  color: #00b900;
  border: 1px solid #00b900;
}

.btn-custom-member.btn-line:hover {
  background-color: #00b900;
  color: #ffffff;
  border: 1px solid #00b900;
}

/* contact */

.btn-custom-contact {
  background-color: #ee2d42;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 50px;
  padding: 5px 20px;
}

.btn-custom-contact:hover {
  background-color: transparent;
  color: #ee2d42;
  border: 1px solid #ee2d42;
}

.text-sell {
  color: #1a8ecc;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
}

.btn.btn-switch-text.btn-medium > span {
  padding: 10px 20px;
}

/* Footer */
.menu-footer li {
  margin-bottom: 10px;
}

.menu-footer li a {
  color: #808080;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 1.5px;
  line-height: 28px;
}

.menu-footer li a:hover {
  color: #ef3a4e;
}

footer .Copyright p {
  color: #808080;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

footer .Copyright span {
  color: #333333;
  font-weight: 600;
}

.video-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* google translate */

.navbar .navbar-nav .nav-link font {
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 10px;
  }

  .btn-lag,
  .btn-lag a {
    font-size: 16px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }

  .header-cart.dropdown img {
    width: 26px;
  }

  .category-filter {
    font-size: 16px;
  }

  .shop-sidebar .shop-filter li .item-qty {
    font-size: 16px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 15px;
  }

  .btn-custom-review,
  .btn-custom-news,
  .btn-custom,
  .btn-custom-about {
    font-size: 35px;
  }

  .blog-grid .card-title {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-grid .card-body p {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 10px 10px;
  }

  .btn-lag,
  .btn-lag a {
    font-size: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }

  .category-filter {
    font-size: 16px;
  }

  .shop-sidebar .shop-filter li .item-qty {
    font-size: 16px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 15px;
  }

  .menu-footer li a {
    font-size: 24px;
    line-height: 24px;
  }

  footer .elements-social.social-icon-style-02 li a img {
    width: 30px;
  }

  .elements-social ul li a img {
    width: 40px;
  }

  .btn-custom-review,
  .btn-custom-news,
  .btn-custom,
  .btn-custom-about {
    font-size: 35px;
  }

  .blog-grid .card-title {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-grid .card-body p {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .navbar .navbar-nav .nav-link {
    font-size: 24px;
    padding: 10px 15px;
  }

  .btn-lag,
  .btn-lag a {
    font-size: 24px;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }

  .category-filter {
    font-size: 16px;
  }

  .shop-sidebar .shop-filter li .item-qty {
    font-size: 16px;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 24px;
  }

  .menu-footer li a {
    font-size: 24px;
    line-height: 24px;
  }

  footer .elements-social.social-icon-style-02 li a img {
    width: 32px;
  }

  .elements-social ul li a img {
    width: 50px;
  }

  .btn-custom-review,
  .btn-custom-news,
  .btn-custom,
  .btn-custom-about {
    font-size: 35px;
  }

  .blog-grid .card-title {
    font-size: 30px;
    line-height: 36px;
  }

  .blog-grid .card-body p {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  header.sticky .navbar-brand {
    padding: 0 0;
  }

  header .navbar-brand img {
    max-height: 70px;
  }

  .navbar-collapse {
    background: #d9f6fe;
  }

  .navbar .navbar-nav .nav-link {
    font-size: 20px;
    color: #03040c;
  }

  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 20px;
    line-height: 20px;
    border-bottom: none;
    padding: 8px 0;
    color: #03040c;
  }

  .mt-min-60px {
    margin-top: -25px;
  }

  header .navbar {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
    height: auto;
  }

  header .navbar-brand {
    position: relative;
    padding: 0 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .btn-lag,
  .btn-lag a {
    font-size: 20px;
  }

  .header-button a img {
    width: 20px;
  }

  .header-cart.dropdown img {
    width: 24px;
  }

  .header-cart-icon .cart-count {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .btn-custom-about,
  .btn-custom,
  .btn-custom-news,
  .btn-custom-review {
    font-size: 24px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    height: 60px;
    width: 60px;
  }

  .swiper-button-next i,
  .swiper-button-prev i {
    font-size: 50px;
  }

  .menu-footer li a {
    font-size: 24px;
    line-height: 24px;
  }

  footer .Copyright p {
    font-size: 20px;
  }

  .elements-social ul li a img {
    width: 36px;
  }

  .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }

  .swiper-light-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px !important;
  }

  .video-container {
    height: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .testimonials-style-12 .swiper-button-previous-nav {
    left: 0px;
  }

  .testimonials-style-12 .swiper-button-next-nav {
    right: 0;
  }
}

/* order */
.order .order-message {
  max-width: 24rem;
  padding: 2rem;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.order .order-message .icon-box-icon {
  margin-right: 3.2rem;
}

.order .order-message svg {
  width: 4rem;
  height: 4rem;
  stroke: #113624;
}

.icon-box-icon {
  display: inline-block;
  margin-bottom: 2.6rem;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 0;
  color: #222;
}

.order .order-message .icon-box-title {
  font-size: 20px;
}

.icon-box .icon-box-title {
  font-size: 2rem;
  color: #113624;
}

.icon-box .icon-box-title {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: -0.025em;
  line-height: 1.6;
}

.icon-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: 0;
  color: #aaaaaa;
  font-weight: 400;
}

.order .order-results {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  align-content: center;
  justify-content: center;
}

.order .overview-item:not(:last-child) {
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}

.order .overview-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.order .overview-item strong {
  color: #222;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.5px;
}

.order .overview-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background: #4bb952;
}

.order .title {
  font-size: 30px;
}

.title {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  line-height: 1.1;
  margin-bottom: 3rem;
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #222;
}

.title-simple {
  display: block;
}

.order-details {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 0.4rem 3rem;
}

.order-details-table thead {
  border-bottom: 1px solid #e1e1e1;
}

.order .summary-subtotal:last-child {
  border-bottom: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.summary-subtitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #222;
  margin-bottom: 0;
  padding: 10px 0;
}

.order-details-table .summary-subtotal-price {
  font-weight: 600;
  color: #666;
}

.order-details-table .product-price,
.order-details-table .summary-subtotal-price {
  text-align: right;
}

.summary-subtotal {
  border-bottom: 1px solid #e1e1e1;
}

.order .summary-subtotal:last-child {
  border-bottom: none;
}

.summary-subtotal-price {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
}

.summary-total-price {
  font-size: 20px;
  letter-spacing: -0.025em;
  font-weight: 700;
  color: #222;
  text-align: right;
  margin-bottom: 0;
}

.cart-page__cart-total {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: right;
  top: -12px;
  margin-bottom: 21px;
  display: table;
  margin-left: auto;
  min-width: 300px;
}

.cart-page__cart-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cart-page__cart-total-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  color: #106482;
  display: inline-block;
}

.cart-page__cart-total-amount {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #106482;
  display: inline-block;
}

.address-detail {
  font-size: 24px;
}

.modal-content {
    background-color: transparent;
}

.site-btn-effect {
    padding: 5px 30px;
    background-color: #ee2d42;
    border: 1px solid #ee2d42;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.site-btn-effect:hover {
    background-color: transparent;
    border: 1px solid #ee2d42;
    color: #ee2d42;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
