/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2025 IMAJIKU.
*/

/* =Navbar Header
-------------------------------------------------------------*/
.navbar {
    background-color: var(--hc-color-white);
    height: 65px;
    padding: 0px 2rem 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar-brand {
    position: relative;
    width: auto;
    height: auto;
    margin: 0px 40px 0 5px;
    padding: 0;
}

.navbar-brand:hover img {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar-brand img {
    display: block;
    width: auto;
    max-height: 40px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

.navbar .navbar-mjk-primary {
    height: 65px;
    margin: 0 auto;
    flex: 2;
    justify-content: center;
    gap: 15px;
}

.navbar .navbar-mjk-secondary {
    width: 15%;
    height: 65px;
    margin: 0 0 0 auto;
    gap: 15px;
    justify-content: flex-end;
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    text-align: left;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--hc-font-family-1);
    color: var(--hc-color-text-head);
    padding: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-link .nav-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--hc-color-primary-500);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover {
    font-weight: 700;
    color: var(--hc-color-primary-500);
    opacity: 1;
}

/* overlay hamburger toggle area*/
.sidebar-mainmenu-bg-overlay {
    display: none;
    opacity: 0;
    visibility: hidden;
}

/* navbar dropdown set show if hover*/
.navbar .dropdown:hover>.dropdown-menu,
.navbar .dropend:hover>.dropdown-menu {
    display: block;
}

/* navbar dropdown*/
.navbar .dropdown-menu {
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-color: var(--hc-color-white);
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    top: 100%;
    left: 0;
}

.navbar .dropdown-menu:before {
    display: none;
    content: "";
    margin-top: -45px;
    margin-left: 20px;
    border-top: 24px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
    border-left: 15px solid transparent;
    position: absolute;
}

.navbar .dropdown-item {
    color: var(--hc-color-neutral-700);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--hc-font-family-1);
    padding: 8px 15px 8px;
}

.navbar .dropdown-item:active,
.navbar .dropdown-item.active {
    font-weight: 700;
    color: var(--hc-color-primary-500);
}

.navbar .dropdown-item:hover {
    font-weight: 700;
    color: var(--hc-color-primary-500);
}

*/
.navbar .navbar-nav .dropdown .nav-link,
.navbar .navbar-nav .megamenu .nav-link {
    padding: 0px;
}

/*navbar dropdown submenu*/
.navbar .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.navbar .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/*navbar sticky*/
header.sticky .navbar {
    height: 65px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    background-color: var(--hc-color-white);
}

header.sticky .navbar-brand img {
    max-height: 40px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header.sticky .navbar .navbar-nav .nav-item {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header.sticky .navbar .navbar-nav .nav-link {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

header.sticky .navbar .navbar-nav .nav-link {
    font-size: 16px;
}

/* =Hamburger
-------------------------------------------------------------*/
.navbar-toggler,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler,
.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
    position: relative;
    width: 45px;
    height: 40px;
    margin: 0 0px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 2px solid var(--hc-color-neutral-800);
}

.navbar-toggler .hamburgerline {
    display: block;
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: var(--hc-color-neutral-800);
    border-radius: 9px;
    opacity: 1;
    left: 6px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler[aria-expanded="false"] .hamburgerline:nth-child(1) {
    top: 8px;
}

.navbar-toggler[aria-expanded="false"] .hamburgerline:nth-child(2),
.navbar-toggler[aria-expanded="false"] .hamburgerline:nth-child(3) {
    top: 18px;
}

.navbar-toggler[aria-expanded="false"] .hamburgerline:nth-child(4) {
    top: 27px;
}

.navbar-toggler[aria-expanded="true"] .hamburgerline:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggler[aria-expanded="true"] .hamburgerline:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburgerline:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburgerline:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*search box*/
.search-header-box {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    background-color: var(--hc-color-black);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-header-box.open {
    display: block;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-header-input {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    display: block;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.search-header-input input {
    display: block;
    width: 100%;
    height: 30px;
    color: var(--hc-color-white);
    background: transparent;
    border-top: none;
    border-bottom: 1px solid var(--hc-color-white);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 5px;
}

.search-header-input .btn-reset-search-header {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    height: 30px;
    width: 30px;
    z-index: 5;
}

.search-header-input .btn-reset-search-header.show {
    display: flex;
}

.search-header-input .btn-reset-search-header span {
    color: var(--hc-color-white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.search-header-input .btn-reset-search-header:hover span {
    color: #999999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.search-header-box .btn-close-search-header {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
}

.search-header-box .btn-close-search-header span {
    position: relative;
    display: block;
    color: var(--hc-color-white);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.search-header-box .btn-close-search-header:hover span {
    cursor: pointer;
    color: #999999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/*search for navbar variant 2*/
.search-header-box.variant-2 {
    height: 150px;
}

.search-header-box.variant-2 .search-header-input {
    top: 55px;
}

/*search for navbar mobile view*/
.search-header-mobile form {
    width: 100%;
}

.search-header-mobile .input-group-mjk.variant-input-search-2 .js-hsearch-reset {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    margin-right: 50px;
    height: 30px;
    width: 30px;
    z-index: 5;
}

.search-header-mobile .input-group-mjk.variant-input-search-2 .js-hsearch-reset.show {
    display: flex;
}

.search-header-mobile .input-group-mjk.variant-input-search-2 .js-hsearch-reset span {
    color: #999999;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.search-header-mobile .input-group-mjk.variant-input-search-2 .js-hsearch-reset:hover span {
    color: #FF8080;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/*button caret for dropdown*/
.navbar .caret-mjk-box {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 100%;
    padding: 0;
    margin: 3px;
    z-index: 90;
}

.navbar .dropdown-submenu .caret-mjk-box {
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 28px;
    top: 5px;
    right: 7px;
}

.navbar .caret-mjk-box.dropdown-toggle::after {
    display: none;
}

.navbar .caret-mjk-box .caret-mjk-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar .caret-mjk-box .caret-mjk-desktop span {
    color: var(--hc-color-neutral-700);
    width: 15px;
    height: 15px;
    margin: 0px;
}

.navbar .caret-mjk-box .caret-mjk-mobile {
    display: none;
}

/*nav button login / sign in*/
.navbar .navbar-nav .nav-login {
    margin-bottom: 20px;
}

.navbar .navbar-nav .nav-login .nav-link {
    padding: 10px 15px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--hc-color-neutral-700);
    background-color: var(--hc-color-neutral-400);
}

/*badges header cart*/
.badges-bell-box {
    position: relative;
}

.badges-bell {
    position: relative;
}

.badges-bell .badges-balloon {
    display: block;
    position: absolute;
    top: -10px;
    left: 5px;
    min-width: 20px;
    height: 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background-color: #FF4040;
    z-index: 3;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
}

.badges-bell-box.active .badges-balloon {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

.badges-bell .badges-balloon .badges-balloon-number {
    position: relative;
    line-height: 20px;
    color: var(--hc-color-white);
    padding: 0 5px;
    font-size: 10px;
}

.badges-bell span {
    position: relative;
    z-index: 1;
}

.navbar .navbar-nav .dropdown.badges-bell-cart-box .nav-link {
    padding: 0 15px 0 15px;
}

/*badges header notification*/
.navbar .navbar-nav .dropdown.badges-bell-box .nav-link {
    padding: 0 15px 0 15px;
}

.badges-bell-notification-box {
    width: 30px;
}

.badges-bell-cart-box {
    width: 30px;
}

.notification-box {
    left: unset;
    right: 0;
    padding: 0;
}

.notification {
    display: block;
    width: 280px;
    height: 400px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 2px 0;
}

.notification .notification-sortby {
    display: block;
    padding: 5px;
    background-color: #f2f2f2;
    text-align: left;
    border-top: 1px solid var(--hc-color-white);
    border-bottom: 1px solid var(--hc-color-white);
}

.notification .notification-sortby h3 {
    color: #888888;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.notification .notification-list-box {
    position: relative;
    display: block;
}

.notification .notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification .notification-list li {
    display: block;
    padding: 5px;
    background-color: var(--hc-color-white);
    border-bottom: 1px solid #f3f3f3;
    min-height: 40px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.notification .notification-list li:hover {
    background-color: #FED59A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.notification .notification-list li:hover .notification-item-img span,
.notification .notification-list li:hover .notification-item-desc h4,
.notification .notification-list li:hover .notification-item-desc p {
    color: var(--hc-color-neutral-500);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.notification .notification-list-box.newest .notification-list li {
    background-color: #FFE1D2;
}


.notification .notification-item {
    display: table;
    width: 100%;
}

.notification .notification-item-img {
    display: table-cell;
    vertical-align: top;
    width: 30px;
    text-align: center;
}

.notification .notification-item-img span {
    margin-top: 3px;
    font-size: 12px;
    color: #999999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.notification .notification-item-desc {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    text-align: left;
    padding-left: 10px;
}

.notification .notification-item-desc h4 {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.notification .notification-item-desc p {
    color: #999999;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
}

.notification-footer {
    position: relative;
    text-align: center;
    padding: 8px 0 8px;
    background-color: #f2f2f2;
}

.notification-footer a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

/*notification newst new*/
.notification .notification-list li.newest {
    background-color: #FFE1D2;
}

/*menu my account*/
.navbar .navbar-collapse .navbar-mjk-secondary .nav-myaccount .nav-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.navbar .navbar-collapse .navbar-mjk-secondary .nav-myaccount .nav-link h3 {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.navbar .navbar-collapse .navbar-mjk-secondary .nav-myaccount .dropdown-menu {
    min-width: 14rem;
}

/* menu my account user */
.nav-myaccount-user {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin: 0 auto 10px;
    width: calc(100% - 10px);
    background-color: #f2f2f2;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.nav-myaccount-user-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}

.nav-myaccount-user-img span {
    font-size: 20px;
    color: #999999;
    text-align: center;
}

.nav-myaccount-user-img img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.nav-myaccount-user-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    padding-left: 10px;
}

.nav-myaccount-user-desc h3 {
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 5px 0;
}

.nav-myaccount-user-desc h5 {
    font-size: 10px;
    color: #999999;
    line-height: 1;
    text-align: left;
    margin: 0;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-myaccount-user-caret {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
}

.nav-myaccount-user-caret span {
    font-size: 10px;
    color: #999999;
    text-align: center;
}

/*megamenu*/
.navbar .megamenu {
    position: static;
}

.navbar .megamenu .megamenu-dropdown {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
}

.navbar .megamenu .megamenu-body {
    background-color: var(--hc-color-white);
    padding: 15px 20px 15px;
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar .megamenu .megamenu-content-list {
    margin-bottom: 20px;
}

.navbar .megamenu .megamenu-content-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px;
    background-color: var(--hc-color-main-1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin-bottom: 5px;
}

.navbar .megamenu .megamenu-content-label h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.navbar .megamenu .megamenu-content-label span {
    display: inline-block;
    font-size: 20px;
}

.navbar .megamenu .megamenu-content-label img {
    display: inline-block;
    width: auto;
    height: auto;
}

.navbar .megamenu .megamenu-content-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.navbar .megamenu .megamenu-content-list .dropdown-item {
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 15px 5px;
    white-space: normal;
}


.navbar .megamenu .megamenu-content-list .megamenu-content-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* =NAVBAR SECONDARY MOBILE
-------------------------------------------------------------*/
.navbar .navbar-mjk-secondary-mobile {
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    right: 15px;
    height: 60px;
    width: auto;
}

.navbar .navbar-nav.navbar-mjk-secondary-mobile .nav-item,
header.sticky .navbar .navbar-nav.navbar-mjk-secondary-mobile .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar .navbar-nav.navbar-mjk-secondary-mobile .nav-link,
header.sticky .navbar .navbar-nav.navbar-mjk-secondary-mobile .nav-link {
    padding: 0 0px 0;
}

/* =NAVBAR VARIANT 2
-------------------------------------------------------------*/
.navbar.navbar-variant-2 .nav-item-list {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}

.navbar.navbar-variant-2 .nav-item-left {
    width: 45%;
    justify-content: flex-start;
}

.navbar.navbar-variant-2 .nav-item-center {
    width: 10%;
    justify-content: center;
}

.navbar.navbar-variant-2 .nav-item-right {
    width: 45%;
    justify-content: flex-end;
}

.navbar.navbar-variant-2 .nav-item-right .nav-item-list {
    justify-content: flex-end;
}

.navbar-variant-2 .navbar {
    height: 130px;
}

.navbar-variant-2 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translate(-50%, 0%);
    margin: 0;
}

.navbar-variant-2 .navbar-collapse {
    flex-direction: column;
}

.navbar-variant-2 .navbar-mjk-secondary {
    height: 65px;
    width: 100%;
    justify-content: flex-end;
    order: 1;
    padding-top: 0px;
    flex: unset;
}

.navbar-variant-2 .navbar-mjk-primary {
    height: 65px;
    width: 100%;
    justify-content: flex-start;
    border-top: 1px solid #ddd;
    order: 2;
    flex: unset;
}

.navbar-variant-2 .search-header-box {
    height: 130px;
}

.navbar-variant-2 .search-header-input {
    top: 50px;
}

/*when scrolling*/
header.sticky.navbar-variant-2 .navbar {
    height: 130px;
}

header.sticky.navbar-variant-2 .navbar .navbar-mjk-promo {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

/* =Bottom Navigation bar
-------------------------------------------------------------*/
.navigabar-bottom-box {
    display: none;
    bottom: -100%;
    left: -100%;
    position: absolute;
    height: 80px;
    background-color: #282C2F;
}

.navigabar-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1010;
}

.navigabar-item-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: calc(100% - 10px);
    height: 60px;
    margin: 0 auto 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 12px -5px rgba(0, 0, 0, 0.75);
}

.navigabar-item {
    display: flex;
    position: relative;
    flex: 1;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.navigabar-item .navigabar-item-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.navigabar-item .navigabar-item-menu-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    position: relative;
}

.navigabar-item .navigabar-item-menu-img .nav-icon {
    display: block;
    width: 20px;
    height: 20px;
}

.navigabar-item .navigabar-item-menu-img span {
    color: #444444;
    font-size: 16px;
}

.navigabar-item .navigabar-item-menu-img .badges-balloon {
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 8px;
    height: 8px;
    background-color: #FF4040;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.navigabar-item .navigabar-item-menu h3 {
    text-align: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    color: var(--hc-color-neutral-500);
    margin: 0;
}

.navigabar-item.active .navigabar-item-menu-img span,
.navigabar-item:hover .navigabar-item-menu-img span,
.navigabar-item.active .navigabar-item-menu h3,
.navigabar-item:hover .navigabar-item-menu h3 {
    color: var(--hc-color-main-2);
}

/* =variant navbar logo center
-------------------------------------------------------------*/
.navbar-variant-center {
    background-color: transparent;
}

.navbar-variant-center .navbar-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-variant-center .navbar-brand img {
    height: 40px;
}

/*megamenu*/
.navbar-nav .dropdown-mega {
    position: static;
}

.megamenu-dropdown {
    width: 100%;
}

.navbar-nav .megamenu-body {
    padding: 15px 20px 15px;
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.navbar-nav .megamenu-content-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.navbar-nav .megamenu-content-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px;
    background-color: bisque;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    margin-bottom: 5px;
    width: 100%;
}

.navbar-nav .megamenu-content-label h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.navbar-nav .megamenu-content-list ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.navbar-nav .megamenu-content-img {
    border: 2px solid #dddddd;
    padding: 10px;
}

.navbar-nav .megamenu-content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.navbar-nav .mega-menu-column {
    width: calc((100% - 30px) / 3);
    border: 1px solid var(--hc-color-neutral-200);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.navbar-nav .mega-menu-column-item {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 15px;
}

.navbar-nav .mega-menu-item {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.navbar .megamenu-content .dropdown-item {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 15px;
}

.navbar .megamenu-content .dropdown-item:hover {
    background-color: var(--hc-color-white);
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .15)
}

.navbar .megamenu-content .dropdown-item.active {
    background-color: var(--hc-color-white);
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, .15)
}

.navbar-nav .mega-menu-item h4 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--hc-color-neutral-700);
}

.navbar-nav .mega-menu-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.navbar-nav .mega-menu-item span {
    font-size: 18px;
    color: #98A2B3;
    margin-top: 5px;
    transform: rotate(-50deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar .dropdown-item:hover .mega-menu-item span {
    transform: rotate(0deg);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.nav-item-mobile {
    display: none !important;
}

/* navbar dropdown set show if hover*/
.navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

/*navbar dropdown submenu*/
.navbar .dropdown-submenu {
    position: relative;
}

.navbar .dropdown-submenu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.navbar .dropdown-submenu:hover {
    display: block;
}

.navbar .dropstart .dropdown-menu {
    top: 0;
    left: -100%;
    margin-top: 0;
    margin-left: 0;
}

.navbar .dropend .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.navbar .dropstart .caret-mjk-box {
    position: absolute;
    left: 0px;
    right: auto;
    margin-top: 2px;
}

.navbar .dropend .caret-mjk-box {
    position: absolute;
    right: 0px;
    left: auto;
}

.navbar .dropstart .dropdown-item {
    padding: 5px 10px 5px 30px;
}

.navbar .dropend .dropdown-item {
    padding: 5px 15px 5px 15px;
    text-align: left
}

.navbar .dropstart .dropdown-menu .dropdown-item {
    padding: 5px 15px 5px 15px;
    text-align: right;
}

.navbar .dropend .dropdown-menu .dropdown-item {
    padding: 5px 15px 5px 15px;
    text-align: left;
}

/*hide caret from boostrap*/
.navbar .caret-mjk-box.dropdown-toggle::after {
    display: none;
}

.navbar .dropstart .caret-mjk-box.dropdown-toggle::before {
    display: none;
}

.navbar .caret-mjk-box .caret-mjk-desktop {
    display: flex;
}

.navbar .caret-mjk-box .caret-mjk-mobile {
    display: none;
}

/*badges header user & cart & notification*/
/*navbar user*/
.navbar-mjk-secondary .badges-bell-user-img {
    position: relative;
}

.navbar-mjk-secondary .badges-bell-user-img img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-mjk-secondary .badges-bell-user-box .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-mjk-secondary .badges-bell-user-box .dropstart .dropdown-menu {
    left: -91%;
    right: auto;
}

/* menu my account user */
.nav-myaccount-user-box {
    position: relative;
    min-width: 176px;
}

.nav-myaccount-user-box a {
    text-decoration: unset;
}

.nav-myaccount-user {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    margin: 0 auto 10px;
    width: calc(100% - 10px);
    background-color: #f2f2f2;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.nav-myaccount-user-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}

.nav-myaccount-user-img span {
    font-size: 20px;
    color: #999999;
    text-align: center;
}

.nav-myaccount-user-img img {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}

.nav-myaccount-user-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
    padding-left: 10px;
}

.nav-myaccount-user-desc h3 {
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin: 0 0 5px 0;
}

.nav-myaccount-user-desc h5 {
    font-size: 10px;
    color: #999999;
    line-height: 1;
    text-align: left;
    margin: 0;
    max-width: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-myaccount-user-caret {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
}

.nav-myaccount-user-caret span {
    font-size: 10px;
    color: #999999;
    text-align: center;
}

/* = NAVBAR NOTIFICATION
------------------------------------------------------------ */
.notifica-dropdown {
    left: unset;
    right: 0;
    padding: 0;
}

.notifica-dropdown .notifica-container {
    display: block;
    width: 280px;
}

.notifica-dropdown .notifica-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 5px 15px 5px;
    background-color: var(--hc-color-neutral-100);
}

.notifica-dropdown .notifica-header h4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.notifica-dropdown .notifica-list-box {
    height: 400px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
}

.notifica-dropdown .notifica-list {
    padding: 5px;
}


.notifica-dropdown .notifica-item-label {
    margin-bottom: 5px;
}

.notifica-dropdown .notifica-item-label h4 {
    font-size: 11px;
}

.notifica-dropdown .notifica-item-label h5 {
    font-size: 11px;
}

.notifica-dropdown .notifica-item-desc h4 {
    font-size: 11px;
    font-weight: 500;
}

.notifica-dropdown .notifica-item-desc p {
    font-size: 11px;
}

.notifica-dropdown .notifica-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 30px;
    padding: 5px 15px 5px;
    background-color: var(--hc-color-neutral-100);
}

.notifica-dropdown .notifica-footer a {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

/*navbar notification*/
.navbar-mjk-secondary .badges-bell-notification-box .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar-mjk-secondary .badges-bell-notification-box .dropdown-toggle::after {
    display: none;
}

.navbar .navbar-mjk-secondary .caret-mjk-box {
    right: 0;
}

.navbar .navbar-mjk-secondary .dropstart .caret-mjk-box {
    right: auto;
}

/* =NAVBAR VARIANT 3
-------------------------------------------------------------*/
.navbar-variant-3 .navbar {
    height: 130px;
}

.navbar-variant-3 .navbar {
    top: 0;
}

.navbar-variant-3 .navbar.show {
    top: 46px;
    height: 130px;
}

.navbar-variant-3 .navbar .container-fluid {
    flex-direction: column !important;
}

.navbar-variant-3 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translate(-50%, 0%);
    margin: 0;
}

.navbar-variant-3 .navbar-collapse {
    flex-direction: column;
    width: 100%;
}

.navbar-variant-3 .navbar-mjk-secondary {
    height: 65px;
    width: 100%;
    justify-content: flex-end;
    order: 1;
    padding-top: 5px;
    flex: unset;
}

.navbar-variant-3 .navbar-mjk-primary {
    height: 65px;
    width: 100%;
    justify-content: flex-start;
    border-top: 1px solid #ddd;
    order: 2;
    flex: unset;
}

.navbar-variant-3 .search-header-box {
    height: 180px;
}

.navbar-variant-3 .search-header-input {
    top: 50px;
}

/*promotion swiper*/
.navbar-variant-3 .promotion-navbar-box {
    display: none;
}

.navbar-variant-3 .promotion-navbar-box.show {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 46px;
    z-index: 1000;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 1);
}

.navbar-variant-3 .promotion-navbar-swiper-box {
    position: relative;
    width: 100%;
    background-color: #ffebcd;
    border-radius: 20px;
    border: 1px solid;
    overflow: hidden;
    padding: 5px 10px;
    top: 8px;
    text-align: center;
}

.navbar-variant-3 .promotion-swiper {
    margin: 0 50px;
    overflow: hidden;
}

.navbar-variant-3 .btn-close-promotion-header {
    position: absolute;
    top: 0px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 2;
}

.navbar-variant-3 .btn-close-promotion-header span {
    position: relative;
    display: block;
    color: #232323;
    font-size: 22px;
    line-height: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.navbar-variant-3 .btn-close-promotion-header:hover span {
    opacity: 0.8;
}

.navbar-variant-3 .card-promotion-box {
    position: relative;
    overflow: hidden;
}

.navbar-variant-3 .card-promotion-caption h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
}

.navbar-variant-3 .card-promotion-caption:hover h4 {
    opacity: 0.8;
}

/*.navbar-variant-3 .promotion-swiper {
    width: 300px;
    margin-right: 20px;
}

.navbar-variant-3 .promotion-swiper .swiper-slide {
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

/* = NAVBAR TOM SELECT
------------------------------------------------------------ */
.nav-language .hc-form-select {
    position: relative;
    width: 80px;
    margin-bottom: 0;
}

/* Styling gambar bendera */
.hc-select-languange .flag-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
    border: 1px solid #dee2e6;
}

.hc-form-select-control.hc-select-languange {
    min-height: unset;
}

.hc-select-languange .hc-text-select {
    font-size: 13px;
}

.hc-select-languange .hc-text-body {
    font-size: 13px;
}

.hc-select-languange .ts-control {
    padding: 5px 10px;
    background-position: right 10px center;
}

.hc-select-languange.focus .ts-control {
    border-color: #ced4da;
    box-shadow: unset;
}

.hc-select-phone .flag-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
    border: 1px solid #dee2e6;
}