@charset "UTF-8";
a {
  text-decoration: none !important;
}
body {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}
.progress-bar-custom {
  background-color: black;
}
.btn-custom {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: white;
  box-shadow: 0 0 1px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px !important;
  max-width: 350px;
}
.sidebar + .backdrop {
  width: 100%;
  transition: opacity 0.3s;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.222);
  z-index: 999999;
}
.sidebar .close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #EEE;
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 30px;
}
.sidebar ul.dropdown-menu {
  border: none;
}
.sidebar ul.dropdown-menu .swiper {
  height: 460px;
}
.sidebar .navbar-nav .nav-item .nav-link .sub-arrow {
  display: none !important;
}
.sidebar .btn-close {
  --bs-btn-close-opacity: 0.2;
}
.sidebar .btn-close:focus {
  box-shadow: none;
}
.sidebar.open {
  padding: 0 20px 20px;
  width: 70%;
}
.sidebar.open + .backdrop {
  opacity: 1;
  pointer-events: all;
}
.sidebar.close {
  padding: 0;
  width: 0%;
}
footer .custom-menuExGori .navbar-nav {
  flex-direction: row;
  display: flex;
  gap: 15px;
}
footer .list-group {
  gap: 15px;
}
footer .list-group .list-group-item {
  padding: 0;
  border: 0;
}
footer .list-group .list-group-item a {
  color: #000000;
}
footer .custom-menuex .nav-item .nav-link {
  padding: 3px 0;
  display: inline-block;
}
footer .custom-menuexMobile .navbar-nav .nav-item {
  position: relative;
  padding: 10px 0 10px 20px;
}
footer .custom-menuexMobile .navbar-nav .nav-item:first-child {
  padding-top: 0;
}
footer .custom-menuexMobile .navbar-nav .nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
footer .custom-menuexMobile .navbar-nav .nav-item:last-child::after {
  display: none;
}
header .hover-dropdown {
  list-style: none;
}
header .hover-dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .hover-dropdown > .dropdown-toggle::after {
  content: "";
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 6px;
  margin-top: -4%;
  vertical-align: middle;
  background: none;
}
header .hover-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}
header .scrollToTop {
  bottom: 20px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: min-content;
  height: auto;
  z-index: 999;
  background-color: transparent;
  border: 0;
  transition: all 0.5s ease 0s;
  opacity: 1;
}
header .scrollToTop:hover {
  transform: scale(1.3);
}
header .logo-H {
  width: 20%;
}
header .cart-icon {
  width: 30px;
  height: auto;
}
header .badge {
  top: -10px !important;
  right: -8%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  position: absolute !important;
}
header .custom-bg {
  background-color: #a0845f;
  display: flex;
  justify-content: center;
}
header .custom-bg .close-btn {
  background-color: transparent;
  border: 0;
}
header .custom-bg .close-btn .fa-xmark {
  color: #ffffff;
  font-size: 16px;
}
header .custom-bgMenu {
  background-color: #f2e6dc;
}
header .custom-menuHeader .navbar-nav {
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}
header .custom-menuHeader .navbar-nav .nav-item .nav-link {
  font-weight: 700;
  transition: 0.4s;
  position: relative;
}
header .custom-menuHeader .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #000000;
  top: 0;
  left: 0;
  transition: height 0.4s;
}
header .custom-menuHeader .navbar-nav .nav-item .nav-link:hover::before {
  height: 4px;
}
header .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 15px 15px 15px 15px;
  border-radius: 0;
  top: auto;
  position: absolute;
  overflow-x: scroll;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}
header .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu.dragging {
  cursor: grabbing;
}
header .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu .custom-item {
  display: inline-block;
  width: 14%;
  padding: 0 10px;
}
header .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu .custom-item .nav-link {
  text-align: center;
}
header .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu .custom-item .nav-link .link-icon {
  width: 100%;
  display: block;
}
header .custom-menuHeader .navbar-nav li.mega-menu a {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
header .custom-menuHeader .navbar-nav li.mega-menu a .sub-arrow {
  display: none !important;
}
header .search-container {
  width: 50%;
}
header .search-container .input-group .form-control {
  border: none;
  font-size: 14px;
  background-color: #FBF7F4;
  border-radius: 1rem;
}
header .search-container .input-group .form-control:focus {
  border: none;
  box-shadow: none;
}
header .search-container .input-group .btn {
  border: none;
  border-radius: 1rem;
  background-color: #FBF7F4;
}
header .search-container .input-group .btn:active {
  background-color: #FBF7F4;
}
header .search-container .search-toggle .fa-magnifying-glass {
  color: #ffffff;
}
header .point-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  /* ไม่มีความล่าช้าเมื่อ hover */
  padding: 0;
}
header .point-dropdown .dropdown-toggle {
  background: none;
  border: none;
  box-shadow: none;
  color: #000000;
  font-weight: 600;
}
header .point-dropdown .dropdown-toggle::after {
  display: none;
  /* Removes the default arrow */
}
header .point-dropdown .fa-chevron-down {
  font-size: 12px;
}
header .point-dropdown .dropdown-menu {
  margin-top: 5px;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition-delay: 0.1s;
  /* เพิ่มความล่าช้า */
  border-radius: 0;
  padding: 0;
}
header .cart-container .dropdown .dropdown-toggle {
  border: 0;
  padding: 0;
}
header .cart-container .dropdown .dropdown-toggle::after {
  display: none;
  content: none;
}
header .cart-container .dropdown .dropdown-menu[cart-list] {
  max-height: 550px;
  overflow-y: auto;
}
header .cart-container .dropdown .list-group-item .custom-btn-cart {
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  padding: 5px 22px 8px 22px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
header .cart-container .dropdown .list-group-item .custom-btn-cart:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
header .custom-header-font .nav-link {
  transition: all 0.4s;
}
header .custom-header-font .nav-link:hover {
  color: #a0845f;
}
.catSwiper .swiper-wrapper .swiper-slide .nav-item .product-cat {
  text-align: center;
}
.catSwiper .swiper-wrapper .swiper-slide .nav-item .product-cat .custom-img {
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.search-bar {
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  align-items: start;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99999;
  transition: opacity 0.5s ease-in-out;
}
.search-bar .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.5s ease-in-out;
}
.search-bar form {
  width: 500px;
  max-width: 100%;
  margin-top: 20vh;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.5s ease-out;
}
.search-bar form input {
  height: 80px;
  font-size: 26px;
  outline: none !important;
  box-shadow: none !important;
  transition: box-shadow 0.5s ease-in-out;
}
.search-bar form input:focus {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.search-bar form .btn {
  background: #ffffff;
  border: 1px solid gainsboro;
  border-left: 0;
  padding: 0 25px;
  transition: background-color 0.5s ease-in-out;
}
.search-bar form .btn:hover {
  background-color: #e6e6e6;
}
.modal {
  z-index: 9999999 !important;
}
.modal .custom-top {
  top: 2% !important;
}
#intn1 .swiper-pagination, #intn1 .swiper-button-prev, #intn1 .swiper-button-next {
  display: none;
}
.swiper-slide[onclick]:not([onclick=""]) {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
body.home .custom-brandlist {
  padding: 0 60px;
}
body.home .custom-brandlist .img-fluid {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 65%;
  width: 100%;
}
body.brands-all .custom-brandlist .img-fluid {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 100%;
  width: 100%;
}
.cat-bar .category-swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.cat-bar .category-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 100%;
  transition: transform 0.3s;
}
.cat-bar .category-swiper .swiper-wrapper .swiper-slide img::hover {
  transform: scale(1.05);
}
.cat-bar .category-swiper .swiper-wrapper .swiper-slide .dropdown-menu {
  margin: 0 !important;
  border: none;
  min-width: 81em !important;
  position: static;
}
.product-item {
  border: none;
  transition: all 0.3s;
  border: 0 !important;
}
.product-item .card-body {
  padding: 0;
}
.product-item .card-body .card-title {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  margin-right: 15px;
}
.product-item .card-body .card-title a {
  color: #000000;
}
.product-item .card-body .card-text {
  margin-bottom: 10px;
  font-size: 16px;
}
.product-item .card-body .card-text .brand {
  color: #a0845f;
}
.product-item .card-body .cart-btn {
  background: transparent;
  border: none;
  float: inline-end;
}
.product-item .card-body .cart-btn .logo-shop {
  width: auto;
  height: 20px;
}
.product-item .product-cover {
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease;
  transition: background-image 0.3s ease-in-out;
}
.product-item .product-cover:hover .product-sub-cover {
  opacity: 1;
}
.product-item .product-sub-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  transition: all 0.3s;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-item .custom-state {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-item .custom-state .btn-state {
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-color: #d9cdb2;
  border-radius: unset;
  pointer-events: none;
}
.product-item .custom-state .btn-sale {
  padding: 3px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #d10124;
  border-radius: unset;
  pointer-events: none;
}
.custom-cardimg {
  background-size: cover;
  background-position: center;
  padding-top: 160%;
}
.custom-cat .navbar-nav .nav-item .custom-img {
  padding-top: 150%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-cat .navbar-nav .nav-item .custom-name {
  position: absolute;
  bottom: 15%;
  font-size: 24px;
  padding: 0 25px;
  color: #ffffff;
}
.custom-cat2 .navbar-nav .nav-item .custom-img {
  padding-top: 24%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.custom-cat2 .navbar-nav .nav-item .custom-text {
  position: absolute;
  top: 38%;
  padding: 0 70px;
}
.custom-cat2 .navbar-nav .nav-item .custom-text .custom-btn {
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  padding: 5px 25px 10px 25px;
  font-size: 22px;
  transition: all 0.4s ease-in-out;
}
.custom-cat2 .navbar-nav .nav-item .custom-text .custom-btn:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.custom-cat2 .navbar-nav .nav-item .custom-text .custom-name {
  color: #ffffff;
  font-size: 40px;
  max-width: 220px;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .custom-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  padding-top: 53%;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .custom-img .custom-btn {
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .custom-img .custom-btn:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .custom-img .custom-name {
  color: #ffffff;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .normal-style {
  padding: 0% 10% 25% 26%;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .normal-style .content .custom-btn {
  background-color: #000000;
  color: #ffffff;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .duplicate-style {
  align-items: center;
  justify-content: center;
  padding: 25% 10% 0% 10%;
  text-align: center;
}
.category-swiper-2 .swiper-wrapper .swiper-slide .duplicate-style .content .custom-btn {
  background-color: #ffffff;
  color: #000000;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .custom-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  cursor: pointer;
  padding-top: 53%;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .custom-img .custom-name {
  color: #ffffff;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .custom-img .custom-btn {
  border-radius: 50px;
  padding: 0px 25px 3px 25px;
  transition: all 0.4s ease-in-out;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .custom-img .custom-btn:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .normal-style {
  padding: 25% 10% 0% 10%;
  text-align: end;
  justify-content: end;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .normal-style .content .custom-btn {
  background-color: #000000;
  color: #ffffff;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .duplicate-style {
  align-items: start;
  justify-content: start;
  padding: 25% 10% 0% 10%;
  text-align: start;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .duplicate-style .content .custom-btn {
  background-color: #ffffff;
  color: #000000;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .alternate-style {
  text-align: end;
  justify-content: center;
  padding: 5% 10% 0% 10%;
}
.category-swiper-3 .swiper-wrapper .swiper-slide .alternate-style .content .custom-btn {
  background-color: #000000;
  color: #ffffff;
}
.custom-catScrollbar {
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  overflow: scroll;
  gap: 15px;
}
.custom-catScrollbar::-webkit-scrollbar {
  display: none;
}
.custom-catScrollbar .nav-item.level-1 a img {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  transition: transform 0.3s;
}
.custom-catScrollbar .nav-item.level-1 .dropdown-menu {
  gap: 15px;
  flex-flow: row;
  border: none;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow: scroll;
  max-width: 90em !important;
  background-color: transparent;
  margin: 0 !important;
}
.custom-catScrollbar .nav-item.level-1 .dropdown-menu::-webkit-scrollbar {
  display: none;
}
.pagination a[aria-label="pagination.previous"], .pagination a[aria-label="pagination.next"] {
  padding: 6px 12px;
  background-color: #000000;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
}
.pagination a[aria-label="pagination.previous"]:hover, .pagination a[aria-label="pagination.next"]:hover {
  background-color: #f2e6dc;
  color: #000000;
}
.pagination a, .pagination .disabled span {
  padding: 6px 12px;
  background-color: #000000;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 400;
}
.pagination .active span {
  background-color: #f2e6dc;
  color: #000000;
  border-radius: 0;
  border: none;
  padding: 6px 12px;
}
.pagination li a:hover {
  background-color: #f2e6dc;
  color: #000000;
}
.breadcrumb {
  margin: 1.5rem 0 !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #000000;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item a {
  color: #000000;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item.active {
  color: #000000;
  font-weight: 500;
  padding-left: 5px;
}
.breadcrumb .breadcrumb-item.active::before {
  padding-right: 5px;
}
.showroom-loader {
  position: fixed !important;
}
.cat-product .nav-item .nav-link {
  background-color: #000000;
  border-radius: 50px;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  transition: all 0.4s ease-in-out;
}
.cat-product .nav-item .nav-link:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.cat-product .nav-item .level-2 .nav-link {
  background-color: #f2e6dc;
  color: #000000;
}
.cat-product .nav-item .dropdown-menu {
  border: 0;
}
.productAttributes-portal .list-group .list-group-item {
  border: 0;
  padding: 0;
}
.productAttributes-portal .list-group .list-group-item .img-circle {
  width: 35px;
  border-radius: 50px;
  cursor: pointer;
}
.productAttributes-portal .list-group .list-group-item .attr-show-all {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding: 3px 12px 7px 12px;
  transition: all 0.4s ease-in-out;
}
.productAttributes-portal .list-group .list-group-item .attr-show-all:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.custom-brandAttributes .list-group-item {
  padding: 0;
  border: 0;
}
.custom-brandAttributes .list-group-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 1px solid #000000;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.custom-brandAttributes .list-group-item input[type="checkbox"]::after {
  content: "";
  font-size: 14px;
  color: #f2e6dc;
  position: absolute;
  top: 9%;
  left: 35%;
  transform: rotate(45deg) scale(1);
  /* opacity: 0; */
  border: 2px solid transparent;
  border-left: none;
  border-top: none;
  width: 5px;
  height: 12px;
}
.custom-brandAttributes .list-group-item input[type="checkbox"]:checked {
  background-color: #000000;
}
.custom-brandAttributes .list-group-item input[type="checkbox"]:checked::after {
  border-color: white;
}
.custom-brandAttributes .list-group-item span {
  cursor: pointer;
  line-height: 1;
}
.custom-brandAttributes .list-group-item label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.btn-show {
  border: 0 !important;
}
.btn-show .attr-show-all {
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  padding: 3px 12px 7px 12px;
  transition: all 0.4s ease-in-out;
}
.btn-show .attr-show-all:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.custom-btnFilter {
  border: 0 !important;
}
.modal-dialog {
  top: 35% !important;
}
.modal-dialog .modal-content .modal-header .btn-close {
  box-shadow: none;
}
.modal-dialog .modal-content .modal-footer .btn-chekout {
  background-color: #000000;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.modal-dialog .modal-content .modal-footer .btn-chekout:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.product-detail .product-description {
  white-space: pre-wrap;
}
.product-detail .product-name {
  color: #aaa9ac;
  font-weight: 500;
}
.product-detail .product-cat {
  color: #000000;
}
.product-detail .pro-brand {
  color: #a0845f;
}
.product-detail .product-caption {
  display: none;
}
.product-detail .search-size {
  color: #99989b;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.product-detail .list-group-horizontal {
  row-gap: 0.5rem;
  column-gap: 0.5rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
}
.product-detail .list-group-horizontal ._variant-item {
  background-color: #000000;
  border-radius: 25px !important;
  color: #ffffff;
  text-align: center;
  transition: all 0.4s ease-in-out;
  flex: 1 1 auto;
}
.product-detail .list-group-horizontal ._variant-item:not(.active):hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.product-detail .list-group-horizontal ._variant-item.active {
  background-color: #a0845f;
  border: none;
}
.product-detail .form_cart .input-group .qty-input {
  border: 1.6px solid #000000;
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 22px;
}
.product-detail .form_cart .input-group .qty-input input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}
.product-detail .form_cart .input-group .qty-input input[type="number"]::-webkit-outer-spin-button, .product-detail .form_cart .input-group .qty-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-detail .form_cart .input-group .btn_minus, .product-detail .form_cart .input-group .btn_plus {
  border: 1.6px solid #000000;
  border-radius: 0;
  font-weight: 700;
  font-size: 22px;
  padding: 0px 12px 6px 12px;
}
.product-detail .form_cart .boxaddtocart .cart-btn {
  background-color: #000000;
  border-radius: 50px !important;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.product-detail .form_cart .boxaddtocart .cart-btn:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.product-detail .form_cart .wishlist-tools button {
  background-color: #d3d3d4;
  border-radius: 50px !important;
  margin-bottom: 10px;
  color: #000000;
  text-align: center;
  padding: 15px;
  width: 100%;
  border: 0;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.product-detail .form_cart .wishlist-tools button:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.price-search .btn-outline-secondary {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
}
.paginate ul.pagination {
  display: block;
  margin: 0;
}
.paginate .pagination > li > a, .paginate .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  background-color: #000000;
  border: 2px solid #ffffff;
  margin-left: -1px;
  color: #ffffff;
  font-weight: 400;
}
.paginate .pagination > li > a:hover, .paginate .pagination > li > span:hover {
  background-color: #f2e6dc;
  color: #000000;
}
.paginate .pagination > .active > a, .paginate .pagination > .active > span, .paginate .pagination > .active > a:hover, .paginate .pagination > .active > span:hover, .paginate .pagination > .active > a:focus, .paginate .pagination > .active > span:focus {
  background-color: #f2e6dc;
  color: #000000;
}
.paginate .disabled span:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.blog-item {
  border: none !important;
}
.blog-item .blog-cover {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px !important;
  cursor: pointer;
}
.blog-item .blog-date {
  color: #ee1d23;
  margin-top: 15px;
}
.blog-item .blog-title {
  font-size: 22px;
  color: #222;
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 1rem 2rem 0.5rem 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 48px;
}
.blog-item .blog-caption {
  color: #a0845f;
  position: relative;
  padding: 0 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.custom-Bdetail img {
  max-width: 100%;
}
.pagination .page-number, .pagination .page-btn {
  margin-right: 3px;
  background-color: #000000;
  color: #ffffff;
}
.pagination .page-number a, .pagination .page-btn a {
  color: #ffffff;
}
.table-responsive .table .tr-body {
  border: 1px solid #e8e9e8;
}
.table-responsive .table .tr-body td {
  padding: 20px 25px;
}
.table-responsive .table .tr-body td .name a {
  color: #aaa9ac;
}
.table-responsive .table .tr-body td .color {
  color: #aaa9ac;
}
.table-responsive .table .tr-body td .price {
  font-size: 18px;
}
.table-responsive .table .tr-body td .brand {
  color: #aaa9ac;
}
.table-responsive .table .tr-body td .category {
  color: #000000;
}
.table-responsive .table .tr-body .img-product {
  width: 35%;
  height: auto;
}
.table-responsive .table .tr-body .btn-de {
  border: 0;
}
.table-responsive .table .tr-body .custom-num {
  vertical-align: middle;
}
.table-responsive .table .input-group {
  justify-content: flex-end;
}
.table-responsive .table .input-group .form-control {
  flex: 0 0 auto;
  width: 25%;
  border: 1px solid #6c757d;
}
.table-responsive .table .input-group .btn-decrement, .table-responsive .table .input-group .btn-increment {
  color: #4a55c0;
  border-radius: 0;
}
.table-responsive .table .input-group .btn-decrement:hover, .table-responsive .table .input-group .btn-increment:hover {
  background-color: transparent;
}
.table-responsive .table .custom-cb {
  vertical-align: middle;
}
.table-responsive .table .custom-cb input[type="checkbox"] {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  appearance: none;
  outline: 1px solid #c4c4c4;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.table-responsive .table .custom-cb input[type="checkbox"]:checked {
  background-color: #000000;
  /* สีเมื่อถูกเลือก */
}
.table-responsive .table .custom-cb input[type="checkbox"]:checked::before {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.table-responsive .table .custom-cb input[type="checkbox"]:hover {
  outline-color: #666;
}
.summary-box {
  background-color: #e7e6e8;
  padding: 25px;
}
.summary-box .btn-login {
  background-color: #000000;
  border-radius: 0;
  color: #ffffff;
  padding: 20px;
  transition: all 0.4s ease-in-out;
}
.summary-box .btn-login:hover {
  scale: 1.05 1.05 1.05;
  animation: shadow-pulse-btn 1.1s ease 0s infinite;
}
.summary-box .btn-login:hover, .summary-box .btn-login.active {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn-next {
  background-color: #000000 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 15px !important;
  transition: all 0.4s ease-in-out !important;
}
.btn-next:hover {
  scale: 1.05 1.05 1.05 !important;
  animation: shadow-pulse-btn 1.1s ease 0s infinite !important;
}
.btn-next:hover, .btn-next.active {
  color: #ffffff !important;
}
.btn-shop {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #000000 !important;
  padding: 15px !important;
  border: 1px solid #000000 !important;
  transition: all 0.4s ease-in-out !important;
}
.btn-shop:hover {
  scale: 1.05 1.05 1.05 !important;
  animation: shadow-pulse-btn 1.1s ease 0s infinite !important;
}
.img-account {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form-wrapper {
  height: 365px;
  overflow: hidden;
}
.form-wrapper a {
  color: #8d8d8d;
  border: none;
  text-decoration: underline !important;
}
.form-wrapper .form-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}
.form-wrapper .form-slide.show {
  opacity: 1;
  transform: translateX(0);
  z-index: 2;
}
.form-wrapper .form-slide#signin-form:not(.show) {
  transform: translateX(-100%);
}
.form-wrapper .form-slide#register-form:not(.show) {
  transform: translateX(100%);
}
.form-wrapper #signin-form .btn-default {
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  padding: 8px 22px;
}
.form-wrapper #register-form .btn-default {
  background-color: #000000;
  border-radius: 50px;
  color: #ffffff;
  padding: 8px 22px;
}
.form-wrapper .custom-consent {
  color: #8d8d8d;
}
.form-wrapper .custom-consent a {
  color: #828283;
  text-decoration: underline !important;
}
.form-wrapper .form-control:focus {
  box-shadow: none;
  border-color: #000000;
}
.form-extra-content .loginBtn {
  border: none;
  padding: 0;
}
.form-extra-content .loginBtn .social {
  width: 35px;
  height: 35px;
}
.locale-switcher {
  display: flex;
  align-items: center;
}
.locale-switcher span {
  font-weight: 500;
}
.locale-switcher .btn-locale {
  color: #8d8d8d;
  border: none;
  padding: 0 0px 5px 10px;
  text-decoration: underline !important;
}
.custom-area {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
  margin-top: 5rem !important;
}
.nav-tabs .nav-item .nav-link {
  color: #818497;
  border: none;
}
.nav-tabs .nav-item .nav-link.active {
  color: #000000;
  border-bottom: 3px solid black !important;
}
@media (max-width: 1900px) {
  header .search-container {
    width: 45%;
  }
}
/*@media (min-width: 1400px) {
    //header
    header {
        .navbar-expand-lg {
            padding-right: 10rem;
            padding-left: 10rem;
        }
        
        .custom-header-font {
            font-size: 20px;
        }
    }
}

@media (max-width: 1400px) {
    //header
    header {
        .navbar-expand-lg {
            padding-right: 1rem;
            padding-left: 1rem;
        }
        
        .custom-menuHeader {
            font-size: 16px; 
        }
        
        .cart-container {
            .dropdown {
                .dropdown-toggle {
                    font-size: 16px;
                }
            }
        }
        
        .point-dropdown {
            font-size: 16px;
        }
        
        .custom-header-font {
            font-size: 16px;
        }
    }
}
*/
@media (min-width: 1200px) {
  header .navbar-custom {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .btn-burger {
    padding: 8px 8px 0 8px;
  }
  header .logo-H {
    width: 30%;
  }
  header .custom-bg {
    background-color: #BEA885;
  }
  header .navbar-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .navbar-custom .menu-navbar {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  header .navbar-custom .menu-navbar .custom-color {
    color: #a0845f;
    font-weight: 500;
  }
  header .point-dropdown .dropdown-toggle {
    color: #a0845f;
    font-weight: 500 !important;
    padding: 0;
  }
  header .cart-container .dropdown .dropdown-toggle {
    color: #a0845f;
    font-weight: 500 !important;
  }
  header .cart-container .dropdown-menu[cart-list] {
    max-height: 385px !important;
    right: -115px;
  }
  header .btn-burger {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  header .btn-burger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    transition: transform 0.3s ease;
    background-color: #b17b47;
  }
  .sidebar .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
    max-height: 600px;
    overflow-y: scroll;
    top: auto;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }
  .sidebar .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu .nav-item {
    padding: 0 0 3px 10px;
  }
  .sidebar .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu .nav-item .nav-link {
    padding: 0;
  }
  .sidebar .custom-menuHeader .navbar-nav li.mega-menu ul.dropdown-menu .nav-item .nav-link .link-icon {
    width: 100%;
    display: none;
  }
  .sidebar .custom-menuHeader .navbar-nav li.mega-menu a {
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .sidebar .custom-menuHeader .navbar-nav li.mega-menu a .sub-arrow {
    display: none !important;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text {
    top: 28%;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .custom-img .custom-name {
    font-size: 22px;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .normal-style {
    padding: 0% 10% 10% 26%;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .duplicate-style {
    padding: 15% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .custom-img .custom-name {
    font-size: 22px;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .normal-style {
    padding: 25% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .duplicate-style {
    padding: 25% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .alternate-style {
    padding: 10% 0% 0% 7%;
  }
  .custom-area {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    margin-top: 5rem !important;
  }
}
@media (max-width: 768px) {
  body.home #i1pwj {
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding: 10px 10px 0px 10px;
  }
  body.home #i1pwj .gjs-row {
    display: inline-block;
  }
  body.home #i1pwj .gjs-row .gjs-cell {
    display: inline-block;
    position: relative;
    width: 40%;
    text-align: center;
  }
  body.home #i1pwj .gjs-row .gjs-cell:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -28%;
    right: -10%;
    height: 120%;
    width: 2px;
    background-color: #ffffff;
  }
  body.home #i1pwj .gjs-row .gjs-cell .gjs-text {
    display: inline-block;
    color: #a0845f !important;
  }
  body.home #i1pwj .gjs-row .gjs-cell .gjs-text span {
    color: #a0845f !important;
  }
  body.home #i1pwj .gjs-row .gjs-cell a {
    display: flex !important;
    text-align: center;
    justify-content: center;
    justify-items: center;
    padding: 0 !important;
  }
  body.home #i1pwj .gjs-row .gjs-cell a .gjs-text span {
    color: #ffffff !important;
  }
  body.home #iuyv4 {
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    padding: 10px 10px 0px 10px;
  }
  body.home #iuyv4 .gjs-row {
    display: inline-block;
  }
  body.home #iuyv4 .gjs-row .gjs-cell {
    display: inline-block;
    position: relative;
    width: 40%;
    text-align: center;
  }
  body.home #iuyv4 .gjs-row .gjs-cell:not(:last-child)::after {
    content: "";
    position: absolute;
    top: -28%;
    right: 0%;
    height: 120%;
    width: 2px;
    background-color: #ffffff;
  }
  body.home #iuyv4 .gjs-row .gjs-cell .gjs-text {
    display: inline-block;
  }
  body.home #iuyv4 .gjs-row .gjs-cell .gjs-text span {
    color: #a0845f !important;
  }
  body.home #iuyv4 .gjs-row .gjs-cell a {
    display: flex !important;
    text-align: center;
    justify-content: center;
    justify-items: center;
    padding: 0 !important;
  }
  body.home #iuyv4 .gjs-row .gjs-cell a .gjs-text span {
    color: #ffffff !important;
  }
  body.product #i1pwj, body.product #iuyv4, body.product-brand #i1pwj, body.product-brand #iuyv4, body.prodcut-new #i1pwj, body.prodcut-new #iuyv4, body.product-popular #i1pwj, body.product-popular #iuyv4, body.product-promotion #i1pwj, body.product-promotion #iuyv4 {
    overflow-x: scroll;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: thin;
  }
  body.product #i1pwj .gjs-row, body.product #iuyv4 .gjs-row, body.product-brand #i1pwj .gjs-row, body.product-brand #iuyv4 .gjs-row, body.prodcut-new #i1pwj .gjs-row, body.prodcut-new #iuyv4 .gjs-row, body.product-popular #i1pwj .gjs-row, body.product-popular #iuyv4 .gjs-row, body.product-promotion #i1pwj .gjs-row, body.product-promotion #iuyv4 .gjs-row {
    display: inline-block;
    padding: 15px 0 5px 0;
    width: 100%;
  }
  body.product #i1pwj .gjs-row .gjs-cell, body.product #iuyv4 .gjs-row .gjs-cell, body.product-brand #i1pwj .gjs-row .gjs-cell, body.product-brand #iuyv4 .gjs-row .gjs-cell, body.prodcut-new #i1pwj .gjs-row .gjs-cell, body.prodcut-new #iuyv4 .gjs-row .gjs-cell, body.product-popular #i1pwj .gjs-row .gjs-cell, body.product-popular #iuyv4 .gjs-row .gjs-cell, body.product-promotion #i1pwj .gjs-row .gjs-cell, body.product-promotion #iuyv4 .gjs-row .gjs-cell {
    display: inline-block;
    width: 100% !important;
    text-align: center;
    max-width: 100% !important;
  }
  body.product #i1pwj .gjs-row .gjs-cell #ibsrd, body.product #iuyv4 .gjs-row .gjs-cell #ibsrd, body.product-brand #i1pwj .gjs-row .gjs-cell #ibsrd, body.product-brand #iuyv4 .gjs-row .gjs-cell #ibsrd, body.prodcut-new #i1pwj .gjs-row .gjs-cell #ibsrd, body.prodcut-new #iuyv4 .gjs-row .gjs-cell #ibsrd, body.product-popular #i1pwj .gjs-row .gjs-cell #ibsrd, body.product-popular #iuyv4 .gjs-row .gjs-cell #ibsrd, body.product-promotion #i1pwj .gjs-row .gjs-cell #ibsrd, body.product-promotion #iuyv4 .gjs-row .gjs-cell #ibsrd {
    color: #a0845f !important;
  }
  body.product #i1pwj .gjs-row .gjs-cell #ih8w, body.product #iuyv4 .gjs-row .gjs-cell #ih8w, body.product-brand #i1pwj .gjs-row .gjs-cell #ih8w, body.product-brand #iuyv4 .gjs-row .gjs-cell #ih8w, body.prodcut-new #i1pwj .gjs-row .gjs-cell #ih8w, body.prodcut-new #iuyv4 .gjs-row .gjs-cell #ih8w, body.product-popular #i1pwj .gjs-row .gjs-cell #ih8w, body.product-popular #iuyv4 .gjs-row .gjs-cell #ih8w, body.product-promotion #i1pwj .gjs-row .gjs-cell #ih8w, body.product-promotion #iuyv4 .gjs-row .gjs-cell #ih8w {
    color: #a0845f !important;
  }
  body.product #i1pwj .gjs-row .gjs-cell #ituea, body.product #iuyv4 .gjs-row .gjs-cell #ituea, body.product-brand #i1pwj .gjs-row .gjs-cell #ituea, body.product-brand #iuyv4 .gjs-row .gjs-cell #ituea, body.prodcut-new #i1pwj .gjs-row .gjs-cell #ituea, body.prodcut-new #iuyv4 .gjs-row .gjs-cell #ituea, body.product-popular #i1pwj .gjs-row .gjs-cell #ituea, body.product-popular #iuyv4 .gjs-row .gjs-cell #ituea, body.product-promotion #i1pwj .gjs-row .gjs-cell #ituea, body.product-promotion #iuyv4 .gjs-row .gjs-cell #ituea {
    color: #a0845f !important;
  }
  body.product #i1pwj .gjs-row .gjs-cell #iem4c, body.product #iuyv4 .gjs-row .gjs-cell #iem4c, body.product-brand #i1pwj .gjs-row .gjs-cell #iem4c, body.product-brand #iuyv4 .gjs-row .gjs-cell #iem4c, body.prodcut-new #i1pwj .gjs-row .gjs-cell #iem4c, body.prodcut-new #iuyv4 .gjs-row .gjs-cell #iem4c, body.product-popular #i1pwj .gjs-row .gjs-cell #iem4c, body.product-popular #iuyv4 .gjs-row .gjs-cell #iem4c, body.product-promotion #i1pwj .gjs-row .gjs-cell #iem4c, body.product-promotion #iuyv4 .gjs-row .gjs-cell #iem4c {
    color: #a0845f !important;
  }
  body.product #i1pwj .gjs-row .gjs-cell .gjs-text span, body.product #iuyv4 .gjs-row .gjs-cell .gjs-text span, body.product-brand #i1pwj .gjs-row .gjs-cell .gjs-text span, body.product-brand #iuyv4 .gjs-row .gjs-cell .gjs-text span, body.prodcut-new #i1pwj .gjs-row .gjs-cell .gjs-text span, body.prodcut-new #iuyv4 .gjs-row .gjs-cell .gjs-text span, body.product-popular #i1pwj .gjs-row .gjs-cell .gjs-text span, body.product-popular #iuyv4 .gjs-row .gjs-cell .gjs-text span, body.product-promotion #i1pwj .gjs-row .gjs-cell .gjs-text span, body.product-promotion #iuyv4 .gjs-row .gjs-cell .gjs-text span {
    color: #a0845f !important;
  }
  body.product #i1pwj .gjs-row .gjs-cell a .gjs-text span, body.product #iuyv4 .gjs-row .gjs-cell a .gjs-text span, body.product-brand #i1pwj .gjs-row .gjs-cell a .gjs-text span, body.product-brand #iuyv4 .gjs-row .gjs-cell a .gjs-text span, body.prodcut-new #i1pwj .gjs-row .gjs-cell a .gjs-text span, body.prodcut-new #iuyv4 .gjs-row .gjs-cell a .gjs-text span, body.product-popular #i1pwj .gjs-row .gjs-cell a .gjs-text span, body.product-popular #iuyv4 .gjs-row .gjs-cell a .gjs-text span, body.product-promotion #i1pwj .gjs-row .gjs-cell a .gjs-text span, body.product-promotion #iuyv4 .gjs-row .gjs-cell a .gjs-text span {
    color: #ffffff !important;
  }
  .modal-dialog .modal-content .modal-header {
    height: 375px !important;
  }
  #intn1 {
    padding-bottom: 50px !important;
  }
  #intn1 .swiper-pagination, #intn1 .swiper-button-prev, #intn1 .swiper-button-next {
    display: block;
  }
  #intn1 .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: 140px;
    bottom: 10px;
  }
  #intn1 .swiper-pagination-bullet {
    background-color: #000000;
    width: 12px;
    height: 12px;
  }
  #intn1 .swiper-button-prev {
    top: 96%;
    color: #000;
    font-weight: 700;
    z-index: 1;
    left: 37%;
  }
  #intn1 .swiper-button-prev::after {
    font-size: 18px;
  }
  #intn1 .swiper-button-next {
    top: 96%;
    color: #000;
    font-weight: 700;
    z-index: 1;
    right: 35%;
  }
  #intn1 .swiper-button-next::after {
    font-size: 18px;
  }
  body.home .custom-brandlist {
    padding: 0 30px;
  }
  .custom-cardimg {
    padding-top: 40%;
    margin-bottom: 1.5rem;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text {
    top: 18%;
    padding: 0px 30px;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text .custom-name {
    font-size: 28px;
    max-width: 185px;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text .custom-btn {
    font-size: 18px;
  }
  .category-swiper-2 {
    padding-bottom: 50px !important;
  }
  .category-swiper-2 .swiper-button-prev, .category-swiper-2 .swiper-button-next {
    top: 94%;
    color: #000000;
    font-weight: 700;
    z-index: 1;
  }
  .category-swiper-2 .swiper-button-prev::after, .category-swiper-2 .swiper-button-next::after {
    font-size: 18px;
  }
  .category-swiper-2 .swiper-button-prev {
    left: 35%;
  }
  .category-swiper-2 .swiper-button-next {
    right: 35%;
  }
  .category-swiper-2 .swiper-pagination {
    z-index: -1;
  }
  .category-swiper-2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #000000;
    width: 12px;
    height: 12px;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .custom-img .custom-name {
    font-size: 22px;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .normal-style {
    padding: 0% 10% 30% 26%;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .duplicate-style {
    padding: 30% 10% 0% 10%;
  }
  .category-swiper-3 {
    padding-bottom: 50px !important;
  }
  .category-swiper-3 .swiper-button-prev, .category-swiper-3 .swiper-button-next {
    top: 91%;
    color: #000000;
    font-weight: 700;
    z-index: 1;
  }
  .category-swiper-3 .swiper-button-prev::after, .category-swiper-3 .swiper-button-next::after {
    font-size: 18px;
  }
  .category-swiper-3 .swiper-button-prev {
    left: 35%;
  }
  .category-swiper-3 .swiper-button-next {
    right: 35%;
  }
  .category-swiper-3 .swiper-pagination {
    z-index: -1;
  }
  .category-swiper-3 .swiper-pagination .swiper-pagination-bullet {
    background-color: #000000;
    width: 12px;
    height: 12px;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .custom-img .custom-name {
    font-size: 22px;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .normal-style {
    padding: 35% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .duplicate-style {
    padding: 35% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .alternate-style {
    padding: 5% 0% 0% 38%;
  }
  header .logo-H {
    width: 40%;
  }
  .table-responsive .table .tr-body td {
    padding: 15px 10px;
  }
  .custom-area {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
    margin-top: 2rem !important;
  }
}
@media (max-width: 576px) {
  body.home #iuyv4 .gjs-row {
    padding: 15px 0 5px 0;
  }
  body.home #iuyv4 .gjs-row .gjs-cell {
    width: 70%;
  }
  body.home #iuyv4 .gjs-row .gjs-cell:not(:last-child)::after {
    right: 0%;
  }
  footer .list-group {
    display: grid;
    grid-template-columns: repeat(2, auto);
    max-width: 60%;
    gap: 0;
    margin-left: 18px;
  }
  footer .list-group .list-group-item {
    padding: 0;
    border: 0;
    background-color: transparent;
  }
  footer .list-group .list-group-item a {
    color: #ffffff;
  }
  .search-bar form {
    width: 300px;
  }
  .table-responsive .table .tr-body {
    display: none;
  }
  .table-responsive .table .tr-body .img-product {
    width: 50%;
  }
  .modal-dialog .modal-content .modal-header {
    height: 300px !important;
  }
  #intn1 .swiper-button-prev {
    top: 92%;
    left: 28%;
  }
  #intn1 .swiper-button-next {
    top: 92%;
    right: 25%;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text {
    top: 12%;
    padding: 0px 20px;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text .custom-name {
    font-size: 22px;
  }
  .custom-cat2 .navbar-nav .nav-item .custom-text .custom-btn {
    font-size: 16px;
  }
  .category-swiper-2 .swiper-button-prev, .category-swiper-2 .swiper-button-next {
    top: 91%;
  }
  .category-swiper-2 .swiper-button-prev {
    left: 25%;
  }
  .category-swiper-2 .swiper-button-next {
    right: 25%;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .custom-img .custom-name {
    font-size: 22px;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .normal-style {
    padding: 0% 10% 10% 26%;
  }
  .category-swiper-2 .swiper-wrapper .swiper-slide .duplicate-style {
    padding: 10% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-button-prev, .category-swiper-3 .swiper-button-next {
    top: 87%;
  }
  .category-swiper-3 .swiper-button-prev {
    left: 25%;
  }
  .category-swiper-3 .swiper-button-next {
    right: 25%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .custom-img .custom-name {
    font-size: 22px;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .normal-style {
    padding: 20% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .duplicate-style {
    padding: 20% 10% 0% 10%;
  }
  .category-swiper-3 .swiper-wrapper .swiper-slide .alternate-style {
    padding: 10% 0% 0% 0%;
  }
  .custom-catScrollbar .nav-item.level-1 a {
    font-size: 14px;
  }
  .custom-catScrollbar .nav-item.level-1 a img {
    width: 70px;
    height: 70px;
  }
  .product-item .custom-state .btn-state {
    font-size: 14px;
  }
  .product-item .custom-state .btn-sale {
    font-size: 14px;
  }
  .form-wrapper {
    height: 385px;
  }
  .form-wrapper #signin-form .btn-default {
    width: 100%;
  }
  .form-wrapper #register-form .btn-default {
    width: 100%;
  }
  .form-extra-content .font-acc {
    color: #000000;
  }
  header .logo-H {
    width: 65%;
  }
  header .menu-navbar {
    font-size: 14px;
  }
  .cart-container .dropdown .dropdown-toggle {
    font-size: 14px;
  }
  .blog-item .blog-title {
    padding: 1rem 1rem 0.5rem 1rem;
  }
  .blog-item .blog-caption {
    padding: 0 1rem;
  }
}
@media (max-width: 320px) {
  .modal-dialog .modal-content .modal-header {
    height: 230px !important;
  }
}
@keyframes shadow-pulse-btn {
  0% {
    box-shadow: 0 0 0 0 #a0845f;
  }
  100% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}


/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-simple {
  border: 1px solid #bbbbbb;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}
.sm-simple a.current {
  background: #555555;
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc;
}
.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}
.sm-simple a .sub-arrow::before {
  content: '+';
}
.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.sm-simple > li:first-child {
  border-top: 0;
}
.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}
.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #fff;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {
    padding-right: 32px;
  }
  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*# sourceMappingURL=sm-simple.css.map */
