.d-flex{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px
}
.d-none{
  display: none;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.align-center{
  align-items: center;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.p-relative{
  position: relative;
}
.p-absolute{
  position: absolute;
}
.text-blue{
	color: #006CB7 !important;
}
.mobile-nav-container{
  display: none;
}
.official-store  a{
  transition: all 0.6s ease-in-out;
  display: block;
  height: 100%; 
  background: transparent;
} 
.mb-large{ 
  margin-bottom: 20px;
}
.img-container{
  line-height: 0;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .mb-large{ 
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.official-store a:hover{
  transition: all 0.4s ease-in-out;
}
.tokped-link a:hover{
  background: url(../img/official-store/logo-tokopedia.svg) no-repeat;
  background-size: contain;
 
}
.shopee-link a:hover{
  background: url(../img/official-store/logo-shopee.svg) no-repeat top center;
  background-size: contain;
}
.blibli-link a:hover{
  background: url(../img/official-store/logo-blibli.svg) no-repeat top center;
  background-size: contain;
}
.lazada-link a:hover{
  background: url(../img/official-store/logo-lazada.svg) no-repeat top center;
  background-size: contain;
} 
.tiktok-link a:hover{
  background: url(../img/official-store/tiktoklogo-hover.svg) no-repeat top center;
  background-size: contain;
}

.btn-product-icon .elementor-button .elementor-button-icon svg{
  width: 30px;
  height: 30px;
}
.btn-product-icon .elementor-button .elementor-button-icon{
  line-height: 0;
}
.btn-product-icon  .elementor-button-content-wrapper{
  align-items: center;
  justify-content: space-between;
}
.lineHeight0{
  line-height: 0;
}
.hZoom:hover  {
  transform: scale(1.01);
  transition: all 0.3s ease-in-out;
}
.hZoom  { 
  transition: all 0.3s ease-in-out;
}
.btn-blue{
  background: #006CB7;
  padding: 5px 10px;
  border: 0;
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  justify-content: space-between;
  margin-top: 10px;
}
.btn-blue img{
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
a:hover .btn-blue{
  background: #202020;
}
.footer-cat-menu ul.hfe-nav-menu li{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-cat-menu ul.hfe-nav-menu li:before{
  content: '';
  background: url(../img/icon-menu.svg) no-repeat center center;
  flex: 10px;
  height: 10px;
  background-size: contain;
  display: block;
  max-width: 10px;
  margin-right: 7px;
}
header.site-header{
  transition: all 0.3s ease;
}
header.site-header.scrolled { 
  position: fixed;
  z-index: 99;
  transition: all 0.3s ease;
  width: 100%;
  background: #0086E3;
}
header.site-header.scrolled .hfe-site-logo-container{
  max-width: 230px; 
  background: url(../img/logo-white.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
header.site-header.scrolled .hfe-site-logo-container img{
  display: none;
}
header.site-header.scrolled .hfe-nav-menu a.hfe-menu-item{
  color: #fff !important;
  border-radius: 10px !important;
  padding: 10px 13px !important;
}
header.site-header.scrolled .hfe-nav-menu a.hfe-menu-item:hover{
  background: rgba(225, 225, 225, 0.20);
}
header.site-header.scrolled .mobile-menu .elementor-icon svg{
  fill: #fff !important;
}

@media (max-width:1025px) {
  
}
@media (max-width:768px) {
  .taxo-item.slick-slide a .img-container{
    height: 240px;
  }
  .taxo-item.slick-slide a .img-container img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .mobile-nav-container{ 
    position: fixed;
    top: 0;
    left: -1000px;
    width: 100%;
    bottom: 0; 
    transition: all 0.5s ease-in-out;
    height: 100%;
    z-index: 999;
    display: block;
  }
  .mobile-nav-container.active{ 
    left: 0px;
    transition: all 0.5s ease-in-out;
  }
  .top-mobile-menu{
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px;
  }
  .mobile-language-container{
    border-top : 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px; 
  }
  .mobile-language-container ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-language-container li a {
    line-height: 0;
    display: block;
    font-size: 0;
  }
  .lang-item-id a{
    width: 28px;
    height: 24px;
    background: url(../img/icon/flag-id.svg) no-repeat center center;
    background-size: contain;
  }
  .lang-item-en a{
    width: 28px;
    height: 24px;
    background: url(../img/icon/flag-us.svg) no-repeat center center;
    background-size: contain;
  }
  .mobile-language-container li a img{
    width: 20px;
    height: 20px;
  }
  body.mobile-menu-active{
    height: 100% !important;
    overflow: hidden; 
  }
  .inside-menu-container{
    position: relative; 
    height: 100%;
    width: 340px; 
    background: #006CB7;
  }
  #mobile-menu{
    height: 100%; 
    padding: 0px 20px 20px;
    margin: 0;
    list-style: none;
    display: block; 
    list-style: none;
  }
  #mobile-menu  li a{
    padding: 8px 0; 
    display: block;
    color: #fff;
    font-size: 16px; 
    text-decoration: none; 
  }
  #mobile-menu  ul{
    padding-left: 20px;
    list-style: disc;
    color: #fff;
  }
  .shadow-layer{
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.8s ease-in-out;

  }
  .shadow-layer.show {
    z-index: 1;
    opacity: 1;
    transition: all 0.8s ease-in-out;
    background: rgba(0, 0, 0, 0.40);
  }
  .admin-bar .mobile-nav-container{
    padding-top: 45px;
  } 
  .btn-close-menu{
    background: transparent;
    position: relative; 
    width: 30px;
    height: 30px;
    border: 0;
  }
  .btn-close-menu:before, .btn-close-menu:after {
    width: 30px;
    height: 3px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: auto;
    left: 0;
  }
  .btn-close-menu:before {
    transform: rotate(45deg);
  }
  .btn-close-menu:after {
    transform: rotate(135deg);
  }
  .footer-menu ul.hfe-nav-menu{
    justify-content: flex-start;
  }
  .footer-menu ul.hfe-nav-menu li.menu-item{
    display: block;
    width:100%;
  }
 
}