html, body {
  font-family: 'Roboto', sans-serif;
}
img {
  display: inline !important;
}
body.menu-open {
  overflow: hidden;
}
.menu-sp {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.menu-sp.open {
  transform: translateX(0);
}
.box-img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.streaming {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-item:hover .streaming{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.box-services:hover .news-swiper-button-next, .box-services:hover .news-swiper-button-prev{
  display: grid !important;
}
.transf5050{
  transform: translate(-50%, -50%);
}

.search-input {
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
}
.search-input.open {
  transform: translateX(0);
}
.active-menu-sp {
  background-color: #017D03 !important;
  color: white !important;
}

.active-category {
  background-color: #017D03 !important;
  border-color: #017D03 !important;
  color: white !important;
}
.active-language {
  background-color: #76A076;
}
.active-page {
  background-color: #017D03;
  color: white;
}
.nav-menu {
  display: none;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 50; /* Ensure the menu is on top */
}
.nav-menu.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.font-lobster {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 768px) {
  .nav-menu {
    display: flex !important;
    position: static;
    background-color: transparent;
    height: auto;
    opacity: 1;
    transform: none;
    transition: none;
    z-index: auto; /* Reset z-index for larger screens */
  }
}
.slide-product-thumb .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.slide-product-thumb .swiper-slide-thumb-active {
  opacity: 1;
}

.main-swiper-button-next, .main-swiper-button-prev {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-banner:hover .main-swiper-button-next, 
.main-banner:hover .main-swiper-button-prev {
  opacity: 1;
}

.main-product-swiper-button-next, .main-product-swiper-button-prev {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-main:hover .main-product-swiper-button-next, 
.product-main:hover .main-product-swiper-button-prev {
  opacity: 1;
}

.active-sort {
  background-color: #49CC80;
  color: white;
}

.filter-sp {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.filter-sp.open {
  transform: translateX(0);
}
