#navbar_menu_kanan {
    margin: 50px 0 10px 0 !important
}

.hero-image {
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px;
}

/* bc */
ul.breadcrumb {
  padding: 10px;
  list-style: none;
  border-radius: 0 !important;
  background-color: #2f353b;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  /* text-decoration: underline; */
}
/* bc */

ul.home_category {
    /* list-style-type: none; */
}

ul.home_category li {
    display: inline;
}

/* header custom */
.topbar_theme {
    background: #f53e2e !important;
    border-bottom: 1px solid #fb9087 !important;
    padding: 0 !important;
}
.navbar_theme {
    background: #f53e2e !important;
}

.c-layout-header.c-layout-header-6 .c-topbar .c-top-menu > .c-links > li > a:not(.btn) {
    color: #fff !important;
}
.c-theme-nav li.c-active > a:not(.btn) {
    color: #fff !important;
}

.btn-search {
    background: #e92615;
    border-radius: 0;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ffffff !important;
}

.btn-search:link, .btn-search:visited {
    color: #fff;
}
.btn-search:active, .btn-search:hover {
    background: #f13d2d;
    color: #fff;
}
.input_keyword {
    border-radius: 0;
    border: 1px solid #ffffff;
    background: #ffffff !important;
}

/* header custom */

/* toko */
div.hero-text h1 a{
    color: #fff !important;
    font-size: 30px !important;
    font-weight: bold;
}
div.hero-text p {
    color: #fff !important;
}

.c-layout-sidebar-menu .c-sidebar-menu li .c-dropdown-menu li {
    border-bottom: 1px solid #fff !important;
}
.c-layout-sidebar-menu .c-sidebar-menu li .c-dropdown-menu li > a {
    padding: 10px 20px 10px 20px !important;
}

.c-bg-img-center-np {
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
}
/* toko */

.c-content-feature-2 .c-icon-wrapper {
    height: 150px !important;
}


@media (max-width: 991px) {
  /* 991px */
    .c-layout-header .c-topbar {
        margin: 0;
        min-height: 0 !important;
    }

    .c-layout-header.c-layout-header-6 .c-quick-search > .form-control {
        padding: 35px 10px 35px 10px;
        background: #eee !important;
        z-index: 99999;
    }

    .c-layout-header.c-layout-header-6 .c-quick-search > span {
        top:8px;
    }

}

@media (min-width: 992px) {
    .login_menu {
        float: right !important;
    }
    .daftar_menu {
        float: right !important;
    }

    .login_menu a {
        padding-right: 0 !important;
    }
}
