.fl-theme-builder-header-scrolled {
    background: rgb(250, 250, 250, .3);
    -webkit-backdrop-filter: blur(5px) brightness(.95);
    backdrop-filter: blur(5px) brightness(.95);
}
/* .fl-theme-builder-header-scrolled, .fl-theme-builder-header-scrolled a {
    color: #333 !important;
} */

/* CURSOR CUSTOM */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #666;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: top 0.2s ease-out, left 0.2s ease-out, transform 0.20s ease, opacity 0.5s ease-in-out;
}
.custom-cursor.hover {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6);
    background-color: rgba(0, 0, 0, 0.1);
}


.framed-kategori a.fl-button, .framed-kategori .fl-button-text {
    color: #fff !important;
    border: none !important;
    background-color: transparent !important;
}

.framed-beli {
    position: absolute;
    left: 0;
    bottom: -100%;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}
.card-product:hover .framed-beli {
    bottom: 20px;
}
.framed-mediacover .uabb-infobox-title-prefix {
    padding: 10px 0;
}
.framed-mediacover img {
    width: 100%;
    aspect-ratio: 9/6;
    object-fit: cover;
    border-radius: 5px;
}
.home-icon a { color: #fff !important; }
.menuProduk ul>li{
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.menuProduk ul>li a {
    border-radius: 10px;
    background-color: #ccc;
}

/* EDIT NAAV MENU */
.menuProduk nav {
	overflow-x: auto;
}
.menuProduk nav::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
.menuProduk nav::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.menuProduk nav::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

.menuProduk nav::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

.menuProduk nav::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background-color: #ff6d0b;
}

.menuProduk nav::-webkit-scrollbar-thumb:hover {
  background-color: #ff6d0b;
}

.menuProduk nav::-webkit-scrollbar-thumb:active {
  background-color: #ff6d0b;
}

.menuProduk ul {
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}


@media only screen and (max-width: 768px) {
    .fl-slide-content-wrap {
        position: absolute;
        bottom: 0;
        width: 100% !important;
    }
}