@font-face {
  font-family: "FuturaStd-Heavy";
  src: url(../fonts/futura/FuturaStd-Heavy.otf);
  format: "otf"; }
@font-face {
  font-family: "BEBASNEUE-REGULAR";
  src: url(../fonts/neue/BEBASNEUE-REGULAR.OTF);
  format: "otf"; }
@font-face {
  font-family: "MUSEOSANS-100";
  src: url(../fonts/moseo/MUSEOSANS-100.otf);
  format: "otf"; }
@font-face {
  font-family: "MUSEOSANS-700-REGULER";
  src: url(../fonts/moseo/MUSEOSANS-700-REGULER.ttf);
  format: "ttf"; }
@font-face {
  font-family: "MUSEOSANS-300-REGULER";
  src: url(../fonts/moseo/MUSEOSANS-300-REGULER.ttf);
  format: "ttf"; }
@font-face {
  font-family: "MUSEOSANS-300";
  src: url(../fonts/moseo/MUSEOSANS-300.otf);
  format: "otf"; }
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/roboto/Roboto-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/roboto/Roboto-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Semibold";
  src: url(../fonts/opensan/OpenSans-Semibold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Bold";
  src: url(../fonts/opensan/OpenSans-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Extrabold";
  src: url(../fonts/opensan/OpenSans-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Italic";
  src: url(../fonts/opensan/OpenSans-Italic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Bold-Italic";
  src: url(../fonts/opensan/OpenSans-BoldItalic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans-Light";
  src: url(../fonts/opensan/OpenSans-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Segoe-Ui";
  src: url(../fonts/segoe/segoeui.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Philosopher";
  src: url(../fonts/philo/Philosopher-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Extrabold";
  src: url(../fonts/raleway/Raleway-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Regular";
  src: url(../fonts/raleway/Raleway-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Heavy";
  src: url(../fonts/raleway/Raleway-Heavy.ttf);
  format: "ttf"; }
.text-biru {
  color: #4acaf5; }

.text-ijo {
  color: #11d4a2; }

.text-titem {
  color: #1b1b1b; }

.text-merah {
  color: #e03b09; }

.text-abu {
  color: #f5f5f5; }

.text-babu {
  color: #999999; }

.text-xbabu {
  color: #585858; }

.text-putih {
  color: #ffffff !important; }

.text-gede {
  font-size: 1.3em; }

.text-tebel {
  font-weight: bold; }

.border-bot {
  border-bottom: 1px solid #585858; }

.relative {
  position: relative; }

.ngumpet {
  display: none; }

.block {
  display: block; }

.w-auto {
  width: auto !important; }

.fixed-top{
 position: fixed;
 top: 0;
 z-index: 998;
 background-color: #FFFFFF;
}
.separate{
 height: 135px;
}
.inline {
  display: inline-block; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.m-bot {
  margin-bottom: 1vh; }

.m-right {
  margin-right: 8px; }

.mt-bot {
  margin-bottom: 5px; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clear {
  clear: both; }

.max-width {
  max-width: 100%; }

.middle {
  margin: 0 auto; }

.f-segoe {
  font-family: "Segoe Ui"; }

.f-philo {
  font-family: "Philosopher"; }

.f-mont {
  font-family: "Montserrat"; }

.f-times {
  font-family: "Times New Roman"; }

.f-raleway {
  font-family: "Raleway Regular";
}

.f-moseosans {
  font-family: "MUSEOSANS-300-REGULER";
}

.pointer {
  cursor: pointer; }

.text-motwarna {
  font-size: 1.3em !important;
  font-weight: bold; }

p, li, a, td, label {
  font-family: "Segoe Ui"; }

ul.pane-browse {
  padding: 0;
  display: table;
  margin: 0 auto 4vh; }
  ul.pane-browse > li {
    background: linear-gradient(to top, #4acaf5 20%, #11d4a2 90%);
    border-top-left-radius: 10px;
    color: #fff; }
  ul.pane-browse li {
    cursor: pointer;
    list-style: none;
    font-weight: bold;
    display: inline-block;
    padding: 11px 30px;
    position: relative; }
    ul.pane-browse li.garis {
      border-left: 1px solid #f5f5f5;
      border-right: 1px solid #f5f5f5; }
    ul.pane-browse li:hover > ul {
      visibility: visible;
      opacity: 1; }
    ul.pane-browse li ul {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.3s linear,opacity 0.3s linear;
      cursor: pointer;
      top: 3em;
      left: -2.5em;
      border-radius: 5px;
      padding: 0;
      position: absolute;
      z-index: 20;
      background-color: #4acaf5;
      width: 180%; }
      ul.pane-browse li ul li {
        text-align: center;
        padding: 8px 0;
        display: block;
        border-bottom: 1px solid #8BD8F2; }
        ul.pane-browse li ul li a {
          text-decoration: none;
          color: #ffffff;
          transition: color 0.3s ease; }
          ul.pane-browse li ul li a:hover {
            color: #202020; }
        ul.pane-browse li ul li:last-child {
          border-bottom-color: transparent; }

.box-prod .img-hover .hover-detail {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0); }
  .box-prod .img-hover .hover-detail:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.8s ease; }
    .box-prod .img-hover .hover-detail:hover > a > i {
      visibility: visible; }
  .box-prod .img-hover .hover-detail i {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    color: #4acaf5;
    visibility: hidden;
    padding: 12px 13px;
    background-color: rgba(255, 255, 255, 0.8); }
.box-prod .info {
  border: 1.5px solid #f5f5f5;
  margin-bottom: 15px; }
  .box-prod .info p {
    margin: 0; }
  .box-prod .info p:first-child, .box-prod .info p:nth-child(2) {
    padding: 10px;
    font-size: 1em;
    font-weight: bold; }
  .box-prod .info p:nth-child(2) {
    font-size: 1.2em;
    border-top: 1.5px solid #f5f5f5; }
    .box-prod .info p:nth-child(2) span.strip {
      text-decoration: line-through;
      color: #999999;
      font-size: 0.8em;
      font-weight: normal; }
  .box-prod .info .disc {
    color: #ffffff;
    background-color: #e03b09;
    border-radius: 50%;
    position: absolute;
    top: -55px;
    right: 5px;
    padding: 10px 15px; }
    .box-prod .info .disc p {
      padding: 0;
      margin: 0; }

.box-news {
  margin-bottom: 20px;
  padding: 0 5px;
  background: #f9f9f9; }
  .box-news > img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .box-news p:nth-child(2) {
    margin-top: 8px;
    font-weight: bold;
    font-size: 15px; }
  .box-news p:nth-child(3) {
    color: #979797; }
  .box-news p:nth-child(n+4) {
    color: #6b6b6b; }
  .box-news p:last-child {
    border-top: 1px solid #4444;
    padding: 8px 0;
    margin: 0; }
    .box-news p:last-child a {
      text-decoration: none;
      font-weight: bold;
      color: #0A806E; }

.box-login {
  padding: 20px;
  border: 2px solid #DDD;
  border-radius: 10px; }
  .box-login .voucher {
    margin: 15px 0; }
    .box-login .voucher input {
      padding: 4px;
      border-radius: 3px;
      border: 1px solid #999999; }

.box-login .tag-login {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Opensans Bold";
  color: #444;
  border-bottom: 1px solid #EEE; }

.box-login label {
  font-family: "Opensans Bold";
  color: #555; }

.box-login .form-control {
  border-radius: 0px;
  box-shadow: none; }

.box-login .btn-login {
  width: 100%;
  font-family: "Opensans Bold"; }

.box-login .text-daftar {
  font-family: "Opensans Reguler";
  font-size: 13px;
  color: #666; }

.tag-konten {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }

.tag-konten:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #DDD;
  transform: translate(0, -50%); }

.tag-konten .nama-tag-konten {
  position: relative;
  display: inline-block;
  font-family: "Opensans Bold";
  font-size: 22px;
  color: #4C4C4C;
  z-index: 2; }

.tag-konten .nama-tag-konten:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 140%;
  height: 2px;
  background: #FFF;
  transform: translate(-50%, -50%);
  z-index: -1; }

.dashboard-member #konten {
  margin: 25px 0;
  /*** MEMBER ***/
  /*** END MEMBER ***/ }
  .dashboard-member #konten a {
    text-decoration: none; }
  .dashboard-member #konten .sidebar-member {
    margin-bottom: 30px; }
  .dashboard-member #konten .sidebar-member li {
    display: block; }
  .dashboard-member #konten .sidebar-member li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    border: 1px solid rgba(204, 204, 204, 0.7);
    border-top: none; }
  .dashboard-member #konten .sidebar-member li a:hover {
    color: #FFF;
    background: #4acaf5;
    border: 1px solid #4acaf5;
    border-top: none; }
  .dashboard-member #konten .sidebar-member li:first-child a {
    border-top: 1px solid rgba(204, 204, 204, 0.7); }
  .dashboard-member #konten .sidebar-member li:first-child a:hover {
    border-top: 1px solid #4acaf5; }
  .dashboard-member #konten .sidebar-member li.active a {
    color: #FFF;
    background: #4acaf5;
    border: 1px solid #4acaf5;
    border-top: none; }
  .dashboard-member #konten .sidebar-member li.active:first-child a {
    border-top: 1px solid #4acaf5; }
  .dashboard-member #konten .sidebar-member li .fa {
    margin-top: 3px; }
  .dashboard-member #konten .sidebar-member ul {
    padding: 0; }
  .dashboard-member #konten .tag-konten-member {
    margin-bottom: 8px;
    font-size: 22px;
    color: #444; }
  .dashboard-member #konten .tagline-konten-member {
    margin-bottom: 25px;
    font-size: 14px;
    color: #777; }
  .dashboard-member #konten .box-item-sorkat {
    margin-bottom: 30px; }
  .dashboard-member #konten .item-sorkat {
    display: block;
    padding: 30px 10px;
    background: rgba(204, 204, 204, 0.4); }
  .dashboard-member #konten .item-sorkat:hover {
    background: #4acaf5;
    transition: 0.2s; }
  .dashboard-member #konten .item-sorkat:hover .glyphicon, .dashboard-member #konten .item-sorkat:hover .jud-item-sorkat {
    color: #FFF;
    transition: 0.2s; }
  .dashboard-member #konten .item-sorkat .glyphicon {
    margin-bottom: 10px;
    font-size: 30px;
    color: #777; }
  .dashboard-member #konten .item-sorkat .jud-item-sorkat {
    font-size: 22px;
    color: #444; }
  .dashboard-member #konten .table-member thead {
    color: #FFF;
    background: #4acaf5; }
  .dashboard-member #konten .table-member th {
    border-bottom: none !important; }
  .dashboard-member #konten .bold-idorder {
    color: #5599bf; }
  .dashboard-member #konten .label {
    font-size: 13px;
    font-weight: normal; }
  .dashboard-member #konten .head-invoice {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.6); }
  .dashboard-member #konten .tabel-invoice-member {
    margin-bottom: 0px;
    font-size: 13px; }
  .dashboard-member #konten .tabel-invoice-member th, .dashboard-member #konten .tabel-invoice-member td {
    color: #666;
    border: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .dashboard-member #konten .tabel-invoice-member th {
    font-weight: normal; }
  .dashboard-member #konten .body-invoice table th {
    font-size: 13px; }
  .dashboard-member #konten .body-invoice table td {
    font-size: 13px; }
  .dashboard-member #konten .tag-review {
    margin-bottom: 10px;
    font-family: "Opensans Bold";
    font-size: 24px;
    color: #5599bf; }
  .dashboard-member #konten .tag-idorder {
    font-size: 16px;
    color: #444; }
  .dashboard-member #konten .tag-idorder strong {
    font-size: 16px;
    color: #C10000; }
  .dashboard-member #konten .text-review {
    margin-bottom: 25px;
    font-size: 14px; }
  .dashboard-member #konten .table-review thead {
    background: #75b9df; }
  .dashboard-member #konten .table-review thead th {
    font-size: 18px;
    color: #FFF;
    border-bottom: none !important; }
  .dashboard-member #konten .review-nama {
    font-size: 16px; }
  .dashboard-member #konten .review-harga {
    font-size: 14px;
    color: #555; }
  .dashboard-member #konten .list-review {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5); }
  .dashboard-member #konten .list-review li {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
  .dashboard-member #konten .list-review li:last-child {
    border-bottom: none; }
  .dashboard-member #konten .box-tab {
    padding-top: 30px; }
  .dashboard-member #konten .box-logo-bank {
    padding-top: 10px; }
  .dashboard-member #konten .box-logo-bank img {
    margin-bottom: 10px; }
  .dashboard-member #konten .tag-review-info {
    color: #444;
    margin-bottom: 5px; }
  .dashboard-member #konten .list-bank {
    margin-bottom: 15px; }
  .dashboard-member #konten .list-bank li {
    padding: 5px 0px; }
  .dashboard-member #konten .list-bank li .fa {
    margin-right: 5px; }
  .dashboard-member #konten .free-text {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
  .dashboard-member #konten .alert-payment {
    position: fixed;
    top: 15px;
    left: 50%;
    width: 80%;
    padding: 10px 0;
    color: #0a7f04;
    text-align: center;
    background: #d8fbce;
    border: 1px solid #b2f79f;
    border-radius: 3px;
    transform: translate(-50%, 0);
    z-index: 9999; }
  .dashboard-member #konten .text-review-info {
    font-size: 14px;
    color: #333;
    line-height: 23px; }
  .dashboard-member #konten .btn-login {
    width: 100%;
    font-size: 16px;
    padding: 8px 25px; }
  .dashboard-member #konten .text-daftar {
    color: #555; }

.kontak {
  /*** END HUBUNGI KAMI ***/ }
  .kontak .box-form label {
    font-size: 14px;
    color: #5E5E5E;
    font-weight: normal; }
  .kontak .box-form .form-control {
    border: 2px solid #E1E3E4;
    box-shadow: none;
    border-radius: 4px; }
  .kontak .box-form .form-control:focus {
    border: 2px solid #75b9df;
    transition: 0.2s; }
  .kontak .btn-kontak {
    width: 100%;
    padding: 10px 10px;
    color: #FFF;
    background: #5599bf;
    border-color: #5d9ec3; }
  .kontak .btn-kontak:hover, .kontak .btn-kontak:focus {
    background: #5d9ec3 !important;
    border-color: #5599bf !important; }
  .kontak .peta iframe {
    width: 100%;
    display: block;
    pointer-events: none; }
  .kontak .tag-kontak {
    font-size: 23px;
    color: #444; }
  .kontak .subtag-kontak {
    font-size: 13px;
    margin-bottom: 15px; }
  .kontak .subtag-servis {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 22px; }
  .kontak .item-kontak {
    margin-bottom: 10px; }
  .kontak .tag-item-kontak {
    font-size: 13px; }
  .kontak .isi-item-kontak {
    font-size: 13px;
    color: #555; }
  .kontak .box-about, .kontak .box-brand {
    font-family: "segoe ui"; }
  .kontak .content-brand {
    padding: 10px 0; }
    .kontak .content-brand .box-brand p:nth-child(2) {
      font-weight: bolder;
      font-size: 20px;
      margin-bottom: 0px; }
    .kontak .content-brand .box-brand p:last-child {
      text-align: right; }
    .kontak .content-brand .box-brand img {
      max-width: 51px;
      margin-bottom: 5px; }

ol.breadcrumb {
  background-color: transparent; }
  ol.breadcrumb li > a {
    color: #4acaf5; }

section#atas {
  padding-top: 15vh;
  padding-bottom: 10vh;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5; }
  section#atas .nav-text {
    width: 60%; }

.c-inhe {
  color: inherit;
}

/*star-pagination*/
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #36893B;
  border-color: #36893B;
  border-radius: 50% !important;
}

.pagination > li > a, .pagination > li > span {
  color: #858585;
  border: none;
  font-family: "Roboto-Regular";
}

.pagination > li > a:hover, .pagination > li > span:hover {
  border-radius: 50%;
  color: inherit;
}
/*end-pagination*/

#konten {
  padding: 25px 0; }

.article-home {
  margin-top: 55px;
  margin-bottom: 55px;
}

.article-home .inspirasi {
  margin-bottom: 15px;
}

.show-detail .desc {
  margin-top: 20px;
  margin-bottom: 25px; }
.show-detail .info {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px; }
  .show-detail .info iframe {
    width: 100%;
    height: 310px; }
.show-detail .share {
  float: left;
  margin-bottom: 20px; }
  .show-detail .share a {
    display: inline-block;
    margin-right: 5px; }
  .show-detail .share .social-icon-x2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-bottom: 3px; }
  .show-detail .share .facebook-icon {
    background: #3b5998; }
  .show-detail .share .twitter-icon {
    background: #55acee; }
  .show-detail .share .linkedin-icon {
    background: #1b85bd; }
  .show-detail .share .rounded {
    border-radius: 4px; }

.showroom-list {
  margin-top: 10px;
  margin-bottom: 20px; }
  .showroom-list .col-md-2 {
    border: 1px solid #ebebeb;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    .showroom-list .col-md-2.active {
      background: #bad433;
      border: 1px solid #bad433;
      color: #fff;
      font-weight: bold; }

.box-article .info-article p {
  margin: 0; }
  .box-article .info-article p.tgl {
    color: #8f8f8f;
    margin: 20px 0 0; }
  .box-article .info-article p.title {
    font-size: 16px;
    margin-bottom: 10px; }
.box-article .info-article .desc {
  margin-bottom: 10px; }
.box-article .info-article a.link {
  color: #10d4a2; }

.terima_barang .btn-success:hover, .box-login .btn-success:hover {
  color: #fff;
  background-color: #21aab5;
  border-color: #21aab5; }
.terima_barang .btn-success, .box-login .btn-success {
  color: #fff;
  background-color: #30beca;
  border-color: #30beca; }

.yuorder .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-size: 16px;
  font-weight: bold;
  font-family: opensans; }
.yuorder .alert-info {
  margin: 15px 0; }
.yuorder .tab-pane {
  padding: 15px 10px; }

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.contain-chk {
  display: block;
  position: relative;
  padding-left: 25px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  color: #535353;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

/* Hide the browser's default checkbox */
.contain-chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.contain-chk:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.contain-chk input:checked ~ .checkmark {
  background-color: #30beca; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.contain-chk input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.contain-chk .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.browse-product.custom {
  padding: 0px 0 30px;
}

.browse-product.custom p {
  width: 75%;
  margin: 0 auto;
}

.browse-product {
  padding: 15px 0 15px; }
  .browse-product .desc {
    margin-bottom: 10px; }
  .browse-product ul.cat-browse {
    padding-left: 0;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
    box-shadow: 1px 4px 6px 0px #eaeaea; }
    .browse-product ul.cat-browse li {
      display: inline-block;
      padding: 8px 0;
      cursor: pointer; }
      .browse-product ul.cat-browse li:last-child {
        border-right: none; }
      .browse-product ul.cat-browse li.active a {
        color: #333333;
        font-weight: bold; }
      .browse-product ul.cat-browse li.sale > a {
        color: red;
        font-weight: bold; }
      .browse-product ul.cat-browse li a {
        font-weight: bold;
        color: #a5a5a5;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 25px; }
        .browse-product ul.cat-browse li a:hover {
          text-decoration: none; }

.product-section {
  margin-bottom: 90px;
}

.product-section .filter-gp {
  padding-top: 15px;
  padding-bottom: 30px;
}

.product-section .filter-gp .merk-bungkus {
  display: inline-block;
}

.product-section .filter-gp button {
  /*background: transparent;*/
  background: #3A8B3C;
  color: #ffffff;
  margin-right: 15px;
  border: none;
  padding: 6px 11px;
  font-size: 15px;
}

.product-section .filter-gp button.active {
  /*background: #30beca;*/
  background: #3A8B3C;
  color: #fff;
}

.product-section .filter-gp span {
      margin-right: 15px;
      font-size: 16px;
      font-weight: bold;
      line-height: 34px; }
    .product-section .filter-gp span.merk, .product-section .filter-gp .detail-brand #konten .menu-sort span.filter, .detail-brand #konten .menu-sort .product-section .filter-gp span.filter {
      font-size: 15px;
      margin-right: 5px;
      font-family: "segoe ui"; }
    .product-section .filter-gp ul#brand-fil {
      padding: 0;
      display: inline-block; }
      .product-section .filter-gp ul#brand-fil li {
        display: inline-block;
        margin-right: 8px;
        text-transform: capitalize; }
        .product-section .filter-gp ul#brand-fil li i.fa-close {
          width: 18px;
          height: 18px;
          background: #ababab;
          border-radius: 50%;
          text-align: center;
          line-height: 18px;
          font-size: 12px;
          color: #fff;
          cursor: pointer; }

.product-section .list-prod .filter ul {
  padding: 0;
  list-style: none;
}

.product-section .list-prod .filter ul li button {
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 0px solid #d2d2d2;
  color: #191919;
  font-family: "BEBASNEUE-REGULAR";
}

.product-section .list-prod .filter ul li button.active {
  border-bottom-color: transparent;
  display: block;
}

.product-section .list-prod .filter ul li button i {
  line-height: 24px;
  font-size: 10px;
  float: right;
  font-weight: normal;
}

.product-section .list-prod .filter ul li .panel {
  margin-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  border-radius: unset;
}

.product-section .list-prod .filter ul li .panel.kategori .submenu {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: auto;
}

.product-section .list-prod .filter ul li .panel.warna .submenu {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: auto;
}

.product-section .list-prod .filter ul li .panel.warna .submenu .checkmark {
  /*border-radius: 50%;*/
  border-radius: 0%;
}

.product-section .list-prod .filter ul li .panel.harga .kiri, .product-section .list-prod .filter ul li .panel.harga .kanan {
  width: 100%;
}

.product-section .list-prod .filter ul li .panel.harga p {
  margin-bottom: 5px;
}

.product-section .list-prod .filter ul li .panel.harga .btn-harga {
  margin-top: 10px;
  background: #30beca;
  color: #fff;
  padding: 4px 0px;
  text-align: center;
  font-size: 15px;
}

.product-section .list-prod .filter ul li .panel.ukuran select {
  margin-bottom: 3px;
}

.product-section .list-prod .filter ul li .panel .box-search {
  padding: 5px 0;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  margin-bottom: 10px;
}

.product-section .list-prod .filter ul li .panel .box-search i {
  margin-left: 8px;
  margin-right: 2px;
}

.product-section .list-prod .filter ul li .panel .box-search input {
  border: none;
  width: 80%;
}

.product-section .list-prod .filter ul li .panel .submenu {
  overflow-y: auto;
  overflow-x: auto;
  max-height: 200px;
}

.product-section .list-prod .filter ul li .panel .submenu li {
  margin-bottom: 5px;
}

/*.product-section .list-prod .filter ul li .panel.kategori .submenu li.active a {
  color: #36893B;
  font-size: 13px;
  font-family: "MUSEOSANS-700-REGULER";
  display: block;
}*/

.product-section .list-prod .filter ul li .panel.kategori .submenu a {
  color: #858585;
  font-size: 13px;
  display: block;
  font-family: "MUSEOSANS-300-REGULER";
  padding-top: 5px;
}

.product-section .list-prod .filter ul li .panel .submenu li:last-child {
  margin-bottom: 0;
}

.product-section .list-prod .filter ul li .panel .submenu input {
  margin-right: 10px;
}

.product-section .list-prod .filter ul li .panel .submenu a {
  color: #333333;
  font-size: 16px;
  display: block;
}

.product-section .list-prod .list .box {
  margin-bottom: 20px;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.filter_data.col-md-10 .col-md-5ths {
  padding-right: 2px;
  padding-left: 2px; }
  .filter_data.col-md-10 .col-md-5ths .box-prod {
    height: 395px; }
    .filter_data.col-md-10 .col-md-5ths .box-prod.isi-buku {
      height: 340px; }

.box-prod {
  height: 415px;
  border: 1px solid #d2d2d2;
  position: relative; }
  .box-prod.isi-buku {
    height: 355px; }
  .box-prod .bungkus-img {
    position: relative;
    overflow: hidden; }
    .box-prod .bungkus-img img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      max-height: 206px;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .box-prod .bungkus-img:hover > a > img {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .box-prod .bungkus-img:hover > a > .box-ungu {
      display: block;
      -webkit-animation: transparan .5s ease-out;
      -moz-animation: transparan .5s ease-out; }
    .box-prod .bungkus-img .box-ungu {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(228, 228, 228, 0.43); }
      .box-prod .bungkus-img .box-ungu img {
        position: absolute;
        width: auto;
        left: 0;
        right: 0;
        top: 85%;
        transform: translateY(-50%);
        margin: auto;
        background: #006cf8;
        border-radius: 50%; }
@-webkit-keyframes transparan {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes transparan {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .box-prod span.sts {
    z-index: 10;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -7px;
    right: -5px; }
    .box-prod span.sts.sale {
      background: url(../img/assets/sale-item.png) no-repeat scroll 0 0 transparent; }
    .box-prod span.sts.best {
      background: url(../img/assets/best-item.png) no-repeat scroll 0 0 transparent; }
    .box-prod span.sts.new {
      background: url(../img/assets/new-item.png) no-repeat scroll 0 0 transparent; }
  .box-prod .info-product {
    padding: 15px 10px 20px 11px; }
    .box-prod .info-product .harga, .box-prod .info-product .youtube {
      position: absolute;
      bottom: 8px; }
    .box-prod .info-product .youtube {
      right: 6px; }
      .box-prod .info-product .youtube i {
        font-size: 24px;
        color: #ec1313; }
    .box-prod .info-product p {
      margin: 0; }

.box-prod .info-product p.title {
  font-size: 14px;
  margin-bottom: 5px;
  /*height: 40px;*/
  height: 150px;
  overflow: hidden;
}

.box-prod .info-product p.title a {
  color: inherit;
}

.box-prod .info-product p.desc {
  color: #535353;
  font-size: 12px;
  margin-bottom: 5px;
  height: 90px;
  overflow: hidden;
}

.box-prod .info-product p.strip-price {
  margin-bottom: 0px;
  color: #8f8f8f;
  font-size: 13px;
}
      .box-prod .info-product p.price {
        font-size: 17px;
        color: #10d4a2;
        font-weight: bold; }
    .box-prod .info-product span.category {
      display: inline-block;
      color: #8f8f8f;
      margin-bottom: 0px; }

header .desktop-header.onscroll .top-head {
  position: fixed;
  width: 100%;
  z-index: 99; }
header .desktop-header.onscroll .mid-head {
  opacity: 0;
  height: 0; }
header .desktop-header.onscroll .bot-head {
  animation-name: turun;
  animation-duration: 0.5s;
  position: fixed;
  z-index: 98;
  background: #fff;
  width: 100%;
  top: 50.5px; }
  header .desktop-header.onscroll .bot-head .calcu-cart {
    display: block; }
  header .desktop-header.onscroll .bot-head ul.category li.favscrll {
    display: inline-block; }
@keyframes turun {
  0% {
    top: 0px; }
  100% {
    top: 50.5px; } }
header .top-head {
  padding: 15px 0;
  background-color: #30beca;
  color: #ffffff; }
  header .top-head .for-marquee {
    overflow: hidden; }
  header .top-head a {
    color: #ffffff; }
  header .top-head p {
    margin: 0; }
  header .top-head .text-right a {
    margin-right: 10px;
    display: inline-block; }
header .mid-head {
  transition: opacity 1s ease-out;
  opacity: 1;
  height: auto;
  overflow: hidden;
  padding: 15px 0 25px;
  border-bottom: 1px solid #cbcbcb; }
  header .mid-head .search form {
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;
    border-color: #adadad;
    border-radius: 10px;
    background: #f8f8f8; }
    header .mid-head .search form input, header .mid-head .search form button {
      border: none;
      padding: 10px 10px;
      background: transparent; }
    header .mid-head .search form input {
      width: 90%;
      border-radius: 10px; }
    header .mid-head .search form button {
      color: #adadad; }
  header .mid-head .info-link .link {
    padding-left: 0;
    padding-right: 0; }
    header .mid-head .info-link .link::after {
      content: "";
      width: 1px;
      height: 35px;
      background: #adadad;
      position: absolute;
      top: 25px;
      right: -4px; }
    header .mid-head .info-link .link a {
      display: inline-block;
      margin-top: 33px;
      font-size: 15px;
      margin-right: 5px;
      color: #7a7a7a; }
  header .mid-head .info-link .calcu-cart .calcu, header .mid-head .info-link .calcu-cart .cart {
    display: inline-block;
    margin-top: 28px; }
  header .mid-head .info-link .calcu-cart .calcu {
    position: absolute;
    right: 165px;
    top: 3px; }
  header .mid-head .info-link .calcu-cart .cart {
    position: absolute;
    right: 125px; }
    header .mid-head .info-link .calcu-cart .cart .baloon {
      position: absolute;
      background: #30beca;
      color: #fff;
      width: 25px;
      height: 25px;
      text-align: center;
      border-radius: 50%;
      line-height: 25px;
      top: -10px;
      left: 13px; }
  header .mid-head .info-link .calcu-cart .sign {
    position: absolute;
    top: 23px;
    margin-top: 0;
    right: 10px; }
    header .mid-head .info-link .calcu-cart .sign button {
      color: #fff;
      background: #bad433;
      border: none;
      border-radius: 5px;
      padding: 8px 20px; }
header .bot-head {
  border-bottom: 1px solid #eaeaea; }
  header .bot-head ul.category {
    padding-left: 0;
    margin-bottom: 0; }
    header .bot-head ul.category > li:hover {
      border-bottom: 2px solid #30beca; }
    header .bot-head ul.category > li:hover > span {
      transform: rotate(180deg);
      transition: transform ease 0.3s; }
    header .bot-head ul.category li {
      position: relative;
      display: inline-block;
      padding: 10px 0;
      border-bottom: 2px solid transparent; }
      header .bot-head ul.category li.favscrll {
        padding: 0;
        width: 180px;
        border: none;
        display: none; }
        header .bot-head ul.category li.favscrll a {
          padding: 0; }
        header .bot-head ul.category li.favscrll img {
          width: auto;
          position: absolute;
          top: -18px; }
      header .bot-head ul.category li.active > a {
        color: #333333; }
      header .bot-head ul.category li.sale > a {
        color: red; }
      header .bot-head ul.category li:hover > ul.submenu-head {
        display: block; }
      header .bot-head ul.category li strong {
        color: #333333; }
      header .bot-head ul.category li a {
        font-weight: bold;
        color: #a5a5a5;
        font-size: 16px;
        text-transform: uppercase;
        padding: 0 20px; }
        header .bot-head ul.category li a:hover {
          text-decoration: none; }
      header .bot-head ul.category li span.setiga {
        position: absolute;
        bottom: 19px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #333; }
      header .bot-head ul.category li ul.submenu-head {
        display: none;
        position: absolute;
        z-index: 99;
        background: #f9f9f9;
        top: 44px;
        min-width: 225px;
        padding: 20px 0 30px;
        overflow-y: auto;
        height: 480px; }
        header .bot-head ul.category li ul.submenu-head > li {
          vertical-align: top;
          display: block; }
          header .bot-head ul.category li ul.submenu-head > li:last-child {
            border: none; }
          header .bot-head ul.category li ul.submenu-head > li > a {
            padding-top: 10px;
            padding-bottom: 10px; }
          header .bot-head ul.category li ul.submenu-head > li ul.brand {
            padding-left: 0px;
            margin-top: 15px; }
            header .bot-head ul.category li ul.submenu-head > li ul.brand li {
              display: block;
              padding: 5px 0; }
              header .bot-head ul.category li ul.submenu-head > li ul.brand li a {
                font-weight: normal;
                margin-bottom: 5px; }
  header .bot-head .search {
    display: none; }
    header .bot-head .search form {
      border-width: 1px;
      border-style: solid;
      margin-top: 4px;
      border-color: #adadad;
      border-radius: 10px;
      background: #f8f8f8; }
      header .bot-head .search form input, header .bot-head .search form button {
        border: none;
        padding: 8px 10px;
        background: transparent; }
      header .bot-head .search form input {
        width: 85%;
        border-radius: 10px; }
      header .bot-head .search form button {
        color: #adadad; }
  header .bot-head .calcu-cart {
    display: none; }
    header .bot-head .calcu-cart .calcu, header .bot-head .calcu-cart .cart {
      display: inline-block;
      margin-top: 11px; }
    header .bot-head .calcu-cart .search-ico {
      position: absolute;
      right: 215px;
      top: 15px;
      cursor: pointer; }
    header .bot-head .calcu-cart .search {
      display: none;
      position: absolute;
      top: 42px;
      width: 297px; }
      header .bot-head .calcu-cart .search.aktip {
        display: block; }
    header .bot-head .calcu-cart .calcu {
      position: absolute;
      right: 180px;
      top: 3px; }
    header .bot-head .calcu-cart .cart {
      position: absolute;
      right: 140px; }
      header .bot-head .calcu-cart .cart .baloon {
        position: absolute;
        background: #30beca;
        color: #fff;
        width: 25px;
        height: 25px;
        text-align: center;
        border-radius: 50%;
        line-height: 25px;
        top: -10px;
        left: 13px; }
    header .bot-head .calcu-cart .sign {
      position: absolute;
      top: 5px;
      margin-top: 0;
      right: 25px; }
      header .bot-head .calcu-cart .sign button {
        color: #fff;
        background: #bad433;
        border: none;
        border-radius: 5px;
        padding: 8px 20px; }

@keyframes up {
  0% {
    bottom: 0px; }
  100% {
    bottom: 50%; } }
.wa-random {
  position: fixed;
  bottom: 50%;
  height: 164px;
  transform: translateY(50%);
  right: 0px;
  z-index: 20; }
  .wa-random.setopin {
    position: absolute;
    transform: none; }
  .wa-random.trans {
    animation-name: up;
    animation-duration: 1s; }
  .wa-random .hide-seek {
    position: absolute;
    top: 50%;
    left: -43px;
    transform: translateY(-50%);
    background: #d8d8d880;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border: none;
    font-size: 35px;
    padding: 0 15px 0 15px; }
  .wa-random .kus-wa {
    overflow: hidden;
    width: 0;
    transition: width 0.4s ease-out;
    position: relative; }
    .wa-random .kus-wa.aktip {
      overflow: unset;
      width: 41px; }
    .wa-random .kus-wa:hover > .box-nama {
      display: block; }
    .wa-random .kus-wa img {
      display: block; }
    .wa-random .kus-wa .box-nama {
      position: absolute;
      height: 100%;
      display: none;
      top: 0;
      right: 41px;
      width: 150px;
      background: #006630;
      text-align: center;
      color: #fff; }
      .wa-random .kus-wa .box-nama::after {
        content: "";
        position: absolute;
        right: -12px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #006630;
        z-index: 30;
        transform: rotate(-90deg);
        top: 16px; }
      .wa-random .kus-wa .box-nama p {
        font-size: 16px;
        line-height: 41px; }

.scroll-top {
  position: fixed;
  bottom: 55px;
  right: 15px;
  z-index: 88;
  height: 59px;
  width: 53px; }
  .scroll-top.blok > img {
    visibility: visible;
    opacity: 1;
    bottom: 1em; }
  .scroll-top img {
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    bottom: -9em; }

.homepage .testimonial {
  background: url("../../dist/img/assets/testimoni-bg.jpg");
  height: 575px;
  width: 100%; }
  .homepage .testimonial .back-box {
    position: absolute;
    top: 90px; }
  .homepage .testimonial .box-testi {
    min-width: 475px;
    height: 344px;
    position: absolute;
    top: 7em;
    padding-top: 40px; }
    .homepage .testimonial .box-testi h2 {
      margin-bottom: 20px;
      text-align: center;
      color: #ffffff; }
    .homepage .testimonial .box-testi img {
      width: auto;
      display: block;
      margin: 0 auto 20px; }
    .homepage .testimonial .box-testi .owl-box {
      text-align: center;
      max-width: 418px;
      display: block;
      margin: 0 auto;
      color: #ffffff; }
      .homepage .testimonial .box-testi .owl-box .isi-box p.katakata {
        margin-bottom: 20px; }

.product-brand section#konten .sorting {
  padding: 3vh 0; }
  .product-brand section#konten .sorting .col-md-3:first-child {
    padding-top: 10px;
    padding-bottom: 10px; }
.product-brand section#konten ul.pane-browse {
  padding: 0;
  display: table;
  margin: 0 auto; }
  .product-brand section#konten ul.pane-browse li {
    cursor: pointer;
    list-style: none;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    cursor: pointer; }
    .product-brand section#konten ul.pane-browse li.garis {
      border-left: 1px solid #f5f5f5;
      border-right: 1px solid #f5f5f5; }
    .product-brand section#konten ul.pane-browse li:hover > li {
      color: #4acaf5; }

.detail-brand #atas-brand {
  min-height: 50vh;
  background-size: cover; }
  .detail-brand #atas-brand .box-info {
    position: absolute;
    bottom: -6vh;
    right: 10vh;
    background-color: #ffffff;
    padding: 5vh 1vw 3vh 2vw;
    box-shadow: 0px 4px 4px #bfb7b7;
    min-width: 40vw; }
    .detail-brand #atas-brand .box-info table tr td {
      padding-right: 5px;
      padding-top: 5px; }
    .detail-brand #atas-brand .box-info .f-mont {
      font-weight: bold; }
      .detail-brand #atas-brand .box-info .f-mont:first-child {
        font-size: 1.6em; }
        .detail-brand #atas-brand .box-info .f-mont:first-child + p {
          margin-top: 7px; }
  .detail-brand #atas-brand .box-gambar {
    position: absolute;
    bottom: -5vh;
    left: 8vw;
    max-width: 43vw; }
    .detail-brand #atas-brand .box-gambar img {
      cursor: pointer;
      max-width: 20%;
      padding: 0 2px;
      min-height: 45px; }
.detail-brand #konten {
  padding-top: 10vh; }
  .detail-brand #konten .breadcrumb {
    padding: 8px 0; }
  .detail-brand #konten .row.bread {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 2vh; }
  .detail-brand #konten .menu-sort .merk, .detail-brand #konten .menu-sort .filter {
    margin-bottom: 5vh;
    background: #efefef;
    padding-bottom: 10px; }
    .detail-brand #konten .menu-sort .merk > p:first-child, .detail-brand #konten .menu-sort .filter > p:first-child, .detail-brand #konten .menu-sort .box-prod .info .merk > p:nth-child(2), .box-prod .info .detail-brand #konten .menu-sort .merk > p:nth-child(2), .detail-brand #konten .menu-sort .box-prod .info .filter > p:nth-child(2), .box-prod .info .detail-brand #konten .menu-sort .filter > p:nth-child(2) {
      background: #fff;
      font-size: 1.3em;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 5px; }
    .detail-brand #konten .menu-sort .merk > p:nth-child(n+2), .detail-brand #konten .menu-sort .filter > p:nth-child(n+2), .detail-brand #konten .menu-sort .merk > div#toogbrand > p, .detail-brand #konten .menu-sort .filter > div#toogbrand > p {
      margin-bottom: 5px;
      padding-left: 10px;
      font-size: 1.1em; }
      .detail-brand #konten .menu-sort .merk > p:nth-child(n+2) a, .detail-brand #konten .menu-sort .filter > p:nth-child(n+2) a, .detail-brand #konten .menu-sort .merk > div#toogbrand > p a, .detail-brand #konten .menu-sort .filter > div#toogbrand > p a {
        color: #333333; }
  .detail-brand #konten .menu-sort .filter p {
    margin-bottom: 5px;
    font-size: 1.1em; }
  .detail-brand #konten .menu-sort .filter .motif, .detail-brand #konten .menu-sort .filter .warna {
    padding: 0px 0px 0px 10px;
    margin-bottom: 20px; }
  .detail-brand #konten .menu-sort .filter .harga {
    padding: 0px 10px 0px 10px; }
    .detail-brand #konten .menu-sort .filter .harga > div {
      width: 48%; }

.detail-produk section#konten .garis-bread {
  padding: 2vh 0;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
}

.detail-produk section#konten .garis-bread ol.breadcrumb {
  margin: 0;
}

.detail-produk section#konten .produk-det {
  padding: 3vh 0 5vh;
}

.detail-produk section#konten .produk-det .gambar .bungkus {
  border: 2px solid #d2d2d2;
  padding: 4px;
}

@media (max-width: 991px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 700px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .detail-produk section#konten .produk-det .gambar .gambar-gede {
    padding: 0px;
  }
}

.detail-produk section#konten .produk-det .samping-gambar .sosmed {
  padding-top: 40px;
}

.detail-produk section#konten .produk-det .samping-gambar .sosmed .fb {
  padding-right: 0px;
}

.detail-produk section#konten .produk-det .samping-gambar .sosmed .inst {
  padding-right: 0px;
}

.detail-produk section#konten .produk-det .samping-gambar .sosmed .whats {
  padding-right: 0px;
}

.detail-produk section#konten .produk-det .samping-gambar .storeoffice {
  padding-top: 40px;
}

.detail-produk section#konten .produk-det .samping-gambar .storeoffice span {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    color: #191919;
    font-family: "MUSEOSANS-700-REGULER";
}

.detail-produk section#konten .produk-det .samping-gambar .sosmed span {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    color: #191919;
    font-family: "MUSEOSANS-300-REGULER";
}

.detail-produk section#konten .produk-det .samping-gambar .storeoffice .tokped {
  padding-right: 7px;
}

.detail-produk section#konten .produk-det .samping-gambar .storeoffice .shopee {
  padding-right: 7px;
}

.detail-produk section#konten .produk-det .samping-gambar .teksprod {
  color: #191919;
  font-size: 30px;
  font-family: "MUSEOSANS-700-REGULER";
  padding-top: 10px;
}

.detail-produk section#konten .produk-det .samping-gambar .descprod {
  /*padding-top: 20px;*/
  font-size: 15px;
  color: #464646;
  font-family: "MUSEOSANS-300-REGULER";
  text-align: justify;
  line-height: 26px;
}

.detail-produk section#konten .produk-det .samping-gambar .descprod p {
  padding-top: 20px;
  font-size: 15px;
  color: #464646;
  font-family: "MUSEOSANS-300-REGULER";
  text-align: justify;
  line-height: 26px;
  margin: 0 0 0;
}

.detail-produk section#konten .produk-det .samping-gambar .size {
  font-size: 16px;
  color: #191919;
  font-family: "MUSEOSANS-700-REGULER";
  padding-top: 15px;
}

.detail-produk section#konten .produk-det .samping-gambar .size .isi {
  font-size: 16px;
  color: #858585;
  font-family: "MUSEOSANS-300-REGULER";
}

.detail-produk section#konten .produk-det .samping-gambar .color {
  font-size: 16px;
  color: #191919;
  font-family: "MUSEOSANS-700-REGULER";
  padding-top: 15px;
}

.detail-produk section#konten .produk-det .samping-gambar .color .isi {
  font-size: 16px;
  color: #858585;
  font-family: "MUSEOSANS-300-REGULER";
}

.detail-produk section#konten .produk-det .samping-gambar .branded {
  font-size: 16px;
  color: #191919;
  font-family: "MUSEOSANS-700-REGULER";
  padding-top: 15px;
}

.detail-produk section#konten .produk-det .samping-gambar .branded .isi {
  font-size: 16px;
  color: #858585;
  font-family: "MUSEOSANS-300-REGULER";
}

.detail-produk section#konten .produk-det .samping-gambar .browse-wishlist {
  padding-top: 30px;
}

.detail-produk section#konten .produk-det .samping-gambar .browse-wishlist .btnv-default {
    padding: 15px 25px;
    font-family: "MUSEOSANS-300-REGULER";
    font-size: 13px;
    color: #9E9E9E;
    border-color: #9E9E9E;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 30px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid #9E9E9E;
    background: #ffffff;
    /*background-image: linear-gradient(to right, #81BA00, #5A8F47);*/
}

.detail-produk section#konten .produk-det .samping-gambar .ket-harga {
  padding: 2vh 0;
  border-top: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  font-size: 16px;
}

.detail-produk section#konten .produk-det .samping-gambar .ket-harga table tr td:first-child {
  padding-right: 1.6em;
}

.detail-produk section#konten .produk-det .samping-gambar .ket-harga table tr td:nth-child(2) {
  padding-right: 5px;
}

.detail-produk section#konten .produk-det .samping-gambar .add-to-cart {
  padding: 2vh 0;
  border-bottom: 2px solid #f5f5f5;
}

.detail-produk section#konten .produk-det .samping-gambar .add-to-cart .kuantitas {
  padding: 10px 20px 10px 0;
}

.detail-produk section#konten .produk-det .samping-gambar .add-to-cart .kuantitas input {
  width: 30px;
  text-align: center;
}

.detail-produk section#konten .produk-det .samping-gambar .add-to-cart .nominal {
  font-size: 1.85em;
  color: #d10000;
}

.detail-produk section#konten .produk-det .samping-gambar .add-to-cart .nominal .harga-coret {
  display: block;
  font-size: 0.6em;
  text-decoration: line-through;
}

.detail-produk section#konten .produk-det .samping-gambar .add-to-cart .btn-cart button {
  background-color: #bad433;
  border: none;
  border-radius: 6px;
  padding: 0.7em 2em;
  color: #ffffff;
  font-weight: bold;
}

.detail-produk section#konten .produk-det .samping-gambar .info-warna {
  padding: 2vh 0;
  border-bottom: 2px solid #f5f5f5;
}

.detail-produk section#konten .produk-det .samping-gambar .info-warna p {
  margin: 0;
}

.detail-produk section#konten .produk-det .samping-gambar .kalkulator {
    padding: 2vh 0; }
    .detail-produk section#konten .produk-det .samping-gambar .kalkulator img {
      margin-right: 20px; }
    .detail-produk section#konten .produk-det .samping-gambar .kalkulator button {
      background-color: #feb810;
      border: none;
      border-radius: 10px;
      padding: 0.5em 1em;
      color: #ffffff;
      font-weight: bold; }
  .detail-produk section#konten .produk-det .related {
    margin-top: 50px; }
    .detail-produk section#konten .produk-det .related p.f-raleway {
      font-size: 28px; }
    .detail-produk section#konten .produk-det .related .col-md-12:first-child p.f-times {
      font-size: 1.5em; }

.cart {
  /*** KERANJANG ***/
  /*** KERANJANG ***/ }
  .cart #konten {
    margin: 25px 0; }
  .cart .panel-heading {
    color: #333;
    background-color: #4acaf5;
    border-color: #ddd;
    font-size: 16px; }
  .cart .alert-info {
    margin: 15px 0; }
  .cart .tab-pane {
    padding: 15px 10px; }
  .cart .box-keranjang {
    padding: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5); }
  .cart .box-keranjang .table {
    margin-bottom: 0px; }
  .cart .box-keranjang thead {
    font-family: "Opensans Bold";
    color: #FFF;
    background: #4acaf5;
    font-weight: normal;
    border: none !Important; }
  .cart .box-keranjang thead th {
    border-bottom: none !Important; }
  .cart .box-keranjang tbody td {
    font-family: "Opensans Light";
    padding-top: 20px !Important;
    padding-bottom: 20px !Important;
    border-top: none !Important;
    border-bottom: 1px solid #DDD; }
  .cart .box-keranjang tbody tr:last-child td {
    border-bottom: none; }
  .cart .box-keranjang .detil-pro {
    font-family: "Opensans Reguler";
    font-size: 13px; }
  .cart .vmiddle {
    vertical-align: middle !Important; }
  .cart .detail-bayar {
    padding-top: 10px;
    border-top: 2px solid #EEE; }
  .cart .detail-bayar table {
    width: 100%; }
  .cart .detail-bayar table td {
    padding-top: 5px !Important;
    padding-bottom: 5px !Important;
    border-bottom: none; }
  .cart .detail-bayar table th {
    padding-top: 15px;
    border-top: 1px solid #EEE; }
  .cart .box-cart {
    padding-top: 20px; }

.kalkulator section#konten {
  padding: 5vh 0;
  border-top: 1px solid #f5f5f5; }
  .kalkulator section#konten .container > div > div > div.row {
    margin-bottom: 2vh; }
    .kalkulator section#konten .container > div > div > div.row p {
      font-weight: bold; }
  .kalkulator section#konten .container .selectU {
    width: 100%;
    border: 1px solid #999999;
    padding: 5px 10px; }
  .kalkulator section#konten .container button.hitung {
    width: 100%;
    padding: 8px 0;
    background: transparent;
    border: 1px solid #bad433;
    color: #bad433;
    font-weight: bold; }
  .kalkulator section#konten .container .bungkus {
    border: 1px solid #999999; }
    .kalkulator section#konten .container .bungkus:after {
      content: "";
      clear: both;
      display: block; }
    .kalkulator section#konten .container .bungkus input[type='text'] {
      float: left;
      width: 80%;
      border: none;
      padding: 5px 10px; }
    .kalkulator section#konten .container .bungkus .satuan {
      background-color: #bad433;
      color: #ffffff;
      float: left;
      width: 20%;
      height: 30px; }
      .kalkulator section#konten .container .bungkus .satuan p {
        margin: 0;
        line-height: 30px; }

.news-detail .this-tag a:hover {
  text-decoration: none; }
  .news-detail .this-tag a:hover > span {
    background-color: #21aab5; }
.news-detail .this-tag span {
  transition: all 0.5s ease;
  display: inline-block;
  background-color: #30beca;
  padding: 5px 10px;
  color: #ffffff;
  margin-right: 2px;
  margin-bottom: 5px; }
.news-detail #konten {
  padding: 0 0 40px 0; }
  .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ededed; }
    .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .tanggal, .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .user {
      float: left;
      line-height: 31px; }
    .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .tanggal {
      margin-left: 20px; }
    .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share {
      margin-left: 20px;
      float: left; }
      .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share a {
        display: inline-block;
        margin-right: 5px; }
      .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share .social-icon-x2 {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
        color: #fff;
        margin-bottom: 3px; }
      .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share .facebook-icon {
        background: #3b5998; }
      .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share .twitter-icon {
        background: #55acee; }
      .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share .linkedin-icon {
        background: #1b85bd; }
      .news-detail #konten .row .col-md-9 .col-md-12:nth-child(1) .share .rounded {
        border-radius: 4px; }
  .news-detail #konten .row .col-md-9 .col-md-12:nth-child(2) {
    padding-top: 10px;
    padding-bottom: 10px; }
    .news-detail #konten .row .col-md-9 .col-md-12:nth-child(2) img {
      display: block;
      margin: 0 auto; }
  .news-detail #konten .row .col-md-9 .col-md-12:nth-child(3) {
    padding-bottom: 25px;
    padding-top: 25px; }
    .news-detail #konten .row .col-md-9 .col-md-12:nth-child(3) p {
      font-size: 15px; }
  .news-detail #konten .row .col-md-3 .oth-artikel {
    background-color: #f9f9f9;
    box-shadow: 0px 4px 4px #bfb7b7;
    padding: 1px 0 25px 10px;
    margin-top: 7vh; }
    .news-detail #konten .row .col-md-3 .oth-artikel p > a {
      color: #585858; }
  .news-detail #konten .row .col-md-3 .this-tag {
    background-color: #f9f9f9;
    box-shadow: 0px 4px 4px #bfb7b7;
    padding: 1px 0 25px 10px;
    margin-top: 7vh;
    margin-top: 20px; }
    .news-detail #konten .row .col-md-3 .this-tag p > a {
      color: #585858; }

.artikel .this-tag a:hover {
  text-decoration: none; }
  .artikel .this-tag a:hover > span {
    background-color: #21aab5; }
.artikel .this-tag span {
  transition: all 0.5s ease;
  display: inline-block;
  background-color: #30beca;
  padding: 5px 10px;
  color: #ffffff;
  margin-right: 2px;
  margin-bottom: 5px; }
.artikel .this-tag {
  background-color: #f9f9f9;
  box-shadow: 0px 4px 4px #bfb7b7;
  padding: 1px 0 25px 10px;
  margin-top: 7vh;
  margin-top: 0; }
  .artikel .this-tag p > a {
    color: #585858; }

footer .footer {
  background-color: #EBEBEB;
  padding: 25px 0;
}

footer .footer a.text-putih:hover {
  color: #4acaf5;
  text-decoration: none;
  transition: 0.3s;
}

footer .footer .info-kontak .jam-kerja table tr td:nth-child(2) {
  padding: 0 10px;
}

footer .footer .maps-footer iframe {
  max-width: 100%;
  height: 210px;
}

footer .footer .sosmed {
  padding-top: 20px;
  border-top: 1px solid #21aab5;
  margin-top: 20px;
}

footer .footer .sosmed .ikuti {
  display: inline-block;
  margin-right: 15px;
}

footer .foot-copyright {
  background-color: #E5E5E5;
  color: #9E9E9E;
  padding: 20px 0 10px;
}

footer .foot-copyright .row {
  padding: 0 !important;
}

@media only screen and (min-width: 1200px) {
  .grid-home {
    width: 1349px;
    margin-right: auto;
    margin-left: auto; }

  header .logo img.logo-desktop {
    position: absolute;
    top: -35px;
    max-width: 100%; }

  .homepage .testimonial {
    background: url("../../dist/img/assets/testimoni-bg.jpg");
    height: 630px;
    width: 100%;
    padding-top: 95px; }
}

@media only screen and (min-width: 1370px) {
  header .mid-head .info-link .link::after {
    display: none;
  }
}

.liatan-mobile {
  display: none; }

@media only screen and (min-width: 200px) and (max-width: 1200px) {
  /* All Moblie.*/
  .scroll-top.blok > img {
    bottom: 1.3em;
  }

  .liatan-mobile {
    display: block !important;
  }

  .homepage .testimonial .box-testi {
    max-width: 90%;
    min-width: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .homepage .testimonial .box-testi .owl-box {
    max-width: 100%;
  }
  .homepage .testimonial .box-testi .owl-box .isi-box {
    width: 90%;
    margin: 0 auto;
  }

  .homepage .testimonial .back-box {
    left: 0;
  }

  footer .footer .maps-footer iframe {
    max-width: 100%;
    height: 210px;
    margin: 10px auto 0;
    display: block;
  }

  .browse-product ul.cat-browse li {
    border: none;
  }

  .product-section {
    margin-bottom: 10px; }

  .product-section .filter-gp {
    padding-top: 10px;
    padding-bottom: 10px; }

  .product-section .filter-gp .fleft button {
    text-align: right;
  }

  .product-section .filter-gp .fleft, .product-section .filter-gp .fright {
    display: block;
    float: none;
  }

  .product-section .filter-gp .merk-bungkus, .product-section .filter-gp .sort-brand {
    display: block;
    float: unset;
  }

  .list-prod .list {
    padding-left: 5px;
    padding-right: 5px; }
    .list-prod .list .box-prod .info-product {
      padding: 10px 10px 0px 11px; }
      .list-prod .list .box-prod .info-product p.desc {
        height: 90px; }

  .list-prod .col-xs-5ths, .list-prod .col-sm-5ths, .list-prod .col-md-5ths, .list-prod .col-lg-5ths {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 20px;
  }

  .detail-produk .related .col-related {
    padding-left: 5px;
    padding-right: 5px; }
  .detail-produk .related .box {
    padding-right: 2px;
    padding-left: 2px; }
    .detail-produk .related .box .box-prod .info-product {
      padding: 0px 0px 20px 11px; }

  .browse-product {
    padding: 0;
  }

  .browse-product .desc {
    margin-bottom: 10px;
  }

  header .mobile-header {
    margin-bottom: 62px;
  }

  header .mobile-header .search-box {
    position: fixed;
    top: -20px;
    width: 90%;
    z-index: 15;
    left: 0;
    right: 0;
    margin: auto;
  }

  header .mobile-header .search-box.aktip {
    top: 65px;
  }

  header .mobile-header .search-box form {
    border-width: 1px;
    border-style: solid;
    margin-top: 0px;
    border-color: #adadad;
    border-radius: 10px;
    background: #f8f8f8;
  }

  header .mobile-header .search-box form input, header .mobile-header .search-box form button {
    border: none;
    padding: 10px 10px;
    background: transparent;
  }

  header .mobile-header .search-box form input {
    width: 90%;
    border-radius: 10px;
  }

  header .mobile-header .search-box form button {
    color: #adadad;
  }

  header .mobile-header .container {
    width: 100%;
  }

  header .mobile-header .row-mobile {
    z-index: 200;
    position: fixed;
    height: 62px;
    width: 100%;
    background-color: #fbfbfb;
    box-shadow: 1px 4px 6px 0px #eaeaea;
    border-top: 4px solid #30beca;
  }

  header .mobile-header img.logo-header {
    margin-left: 55px;
    margin-top: 17px;
    width: 210px;
  }

  header .mobile-header .cart {
    position: absolute;
    top: 14px;
    right: 15px;
  }

  header .mobile-header .cart span.baloon {
    position: absolute;
    background: #30beca;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    top: -10px;
    right: -13px;
  }

  header .mobile-header .calcu {
    position: absolute;
    top: 17px;
    right: 55px;
  }

  header .mobile-header .search {
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 95px;
  }

  header #burgerKing {
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
  }

  header #burgerKing .bar1, header #burgerKing .bar2, header #burgerKing .bar3 {
    width: 35px;
    height: 5px;
    background-color: #30beca;
    margin: 6px 0;
    transition: 0.3s;
  }

  header .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); }
  header .change .bar2 {
    opacity: 0; }
  header .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }
  header .menu-panel {
    padding-top: 60px;
    background: #4acaf5;
    width: 0px;
    overflow: auto;
    transition: all 0.3s ease 0s;
    height: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    header .menu-panel.ganti {
      width: 100%; }
    header .menu-panel .logo-menu {
      background: #ffffff;
      padding: 10px 0; }
    header .menu-panel div.kontak-menu {
      padding-bottom: 10px; }
      header .menu-panel div.kontak-menu p {
        color: #ffffff;
        margin-bottom: 5px; }
      header .menu-panel div.kontak-menu img {
        margin: 0 auto;
        display: block;
        width: auto; }
      header .menu-panel div.kontak-menu a {
        color: inherit; }
    header .menu-panel .menu-toc {
      padding: 0;
      list-style: none; }
      header .menu-panel .menu-toc li a {
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 1.3em;
        line-height: 3.5;
        padding: 0 20px;
        cursor: pointer;
        background: #4acaf5;
        border-bottom: 1px solid #8BD8F2; }
        header .menu-panel .menu-toc li a:hover {
          background-color: #33b3de; }
      header .menu-panel .menu-toc li.menu-toc-current a {
        background: #4acaf5; }
      header .menu-panel .menu-toc div.sub-menu {
        background-color: #33b3de;
        padding-left: 12px;
        display: none; }
        header .menu-panel .menu-toc div.sub-menu a {
          text-transform: capitalize;
          font-size: 12px;
          padding: 10px 20px;
          display: block;
          border: none;
          color: #ffffff;
          letter-spacing: 1px;
          font-weight: 600;
          text-shadow: 0 1px rgba(255, 255, 255, 0.2); }
    header .menu-panel div.sosmed {
      color: #ffffff;
      padding: 10px 15px; }
      header .menu-panel div.sosmed a {
        display: inline-block;
        padding: 0;
        color: #ffffff;
        text-decoration: none; }
        header .menu-panel div.sosmed a i {
          margin: 0 5px;
          font-size: 20px; }

  @keyframes up {
    0% {
      bottom: 0px; }
    100% {
      bottom: 30px; } }
  .wa-random {
    position: fixed;
    bottom: 30px;
    height: 41px;
    width: 180px;
    transform: translateY(50%);
    right: 10px;
    z-index: 20; }
    .wa-random.setopin {
      position: absolute;
      transform: none; }
    .wa-random.trans {
      animation-name: up;
      animation-duration: 1s; }
    .wa-random .kus-wa {
      overflow: hidden;
      width: 0;
      transition: width 0.4s ease-out;
      position: relative;
      width: 41px;
      display: inline-block; }
      .wa-random .kus-wa:hover > .box-nama {
        display: block; }
      .wa-random .kus-wa img {
        display: inline-block; }
      .wa-random .kus-wa .box-nama {
        position: absolute;
        height: 20px;
        display: block;
        top: -20px;
        right: 0px;
        width: 100%;
        background: #006630;
        text-align: center;
        color: #fff; }
        .wa-random .kus-wa .box-nama::after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 8px solid #006630;
          z-index: 30;
          transform: rotate(0deg);
          top: 20px;
          right: 12px; }
        .wa-random .kus-wa .box-nama p {
          font-size: 10px;
          line-height: 20px;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Desktop & Tablet */
  .homepage .testimonial .box-testi {
    max-width: 475px;
    min-width: 0px;
    left: 0; }

  .homepage .testimonial .box-testi .owl-box {
    max-width: 475px; }
    .homepage .testimonial .box-testi .owl-box .isi-box {
      width: 90%;
      margin: 0 auto; }

  .homepage .testimonial .back-box {
    left: 0; }

  .filter_data .col-md-5ths .box-prod {
    height: 430px; }
    .filter_data .col-md-5ths .box-prod.isi-buku {
      height: 370px; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Tablet (Portrait) */
  .homepage .testimonial .box-testi {
    max-width: 475px;
    min-width: 0px;
    left: 0; }

  .homepage .testimonial .box-testi .owl-box {
    max-width: 475px; }
    .homepage .testimonial .box-testi .owl-box .isi-box {
      width: 90%;
      margin: 0 auto; }

  .homepage .testimonial .back-box {
    left: 0; }

  .filter_data.col-md-10 .col-md-5ths .box-prod, .filter_data .col-md-5ths .box-prod {
    height: 415px; }
    .filter_data.col-md-10 .col-md-5ths .box-prod.isi-buku, .filter_data .col-md-5ths .box-prod.isi-buku {
      height: 370px; } }
@media only screen and (min-width: 413px) and (max-width: 480px) {
  .homepage .testimonial .box-testi h2 {
    margin-top: 0; }

  .filter_data.col-md-10 .col-md-5ths .box-prod, .filter_data .col-md-5ths .box-prod {
    height: 400px; }
    .filter_data.col-md-10 .col-md-5ths .box-prod.isi-buku, .filter_data .col-md-5ths .box-prod.isi-buku {
      height: 350px; }

  .box-prod .info-product .youtube {
    bottom: 28px; } }
@media only screen and (min-width: 375px) and (max-width: 412px) {
  header .mobile-header .search-box {
    width: 100%; }

  .homepage .testimonial .box-testi {
    padding-top: 25px; }

  .homepage .testimonial .box-testi h2 {
    margin-top: 0;
    font-size: 20px; }

  .filter_data.col-md-10 .col-md-5ths .box-prod, .filter_data .col-md-5ths .box-prod {
    height: 380px; }
    .filter_data.col-md-10 .col-md-5ths .box-prod.isi-buku, .filter_data .col-md-5ths .box-prod.isi-buku {
      height: 330px; }

  header .mobile-header img.logo-header {
    margin-top: 19px;
    width: 180px; }

  .box-prod .info-product .youtube {
    bottom: 28px; } }
@media only screen and (min-width: 200px) and (max-width: 374px) {
  header .mobile-header .search-box {
    width: 100%; }
    header .mobile-header .search-box form input {
      width: 85%; }

  .homepage .testimonial .box-testi {
    padding-top: 13px; }

  .homepage .testimonial .box-testi h2 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px; }

  .filter_data.col-md-10 .col-md-5ths .box-prod, .filter_data .col-md-5ths .box-prod {
    height: 355px; }
    .filter_data.col-md-10 .col-md-5ths .box-prod.isi-buku, .filter_data .col-md-5ths .box-prod.isi-buku {
      height: 320px; }

  header .mobile-header img.logo-header {
    margin-top: 21px;
    width: 138px; }

  .box-prod .info-product .youtube {
    bottom: 28px; } }
.no-pad {
  padding: 0; }

.img-center {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }

.munculin {
  top: 16px;
  opacity: 1; }

.umpetin {
  top: -40px;
  opacity: 0; }

.rotate {
  transform: rotate(360deg); }

/*# sourceMappingURL=lwd.style.css.map */


.top-header {
  padding-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD;
}

.top-header-right {
  float: left;
  position: relative;
  display: contents;
}

.top-header-right li {
  margin-right: 25px;
}

.top-header-right li:last-child {
  margin-right: 0;
}

.top-header-right li a {
  display: block;
  font-size: 13px;
  color: #de1a32;
  cursor: pointer;
}

.top-header-right li a .fa {
  margin-right: 3px;
  color: #343434;
}

.ul-inline li {
  display: inline-block;
}


/*star-art-map*/
.art-map {
  padding-top: 10px;
  background: #EBEBEB;
  border-bottom: 0px #dadada solid;
}

.art-map li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #8f0d9f;
  font-family: "Roboto";
}

.art-map a span {
  font-size: 15px;
  line-height: 23px;
  font-family: "Roboto-Bold";
  color: #2B2B2B;
  font-weight: 700;
}

.art-map .ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.art-map li:before {
  position: absolute;
  content: "";
  top: 0px;
  right: -13px;
  font-size: 15px;
  color: #b3b3b3;
  height: 20px;
  border: 1px #00923E solid;
}

.art-map li a {
  display: block;
  font-size: 15px;
  font-family: "Roboto-Regular";
  color: #2B2B2B;
  font-weight: normal;
}

.art-map li:last-child:before {
  display: none;
}
/*end-art-map*/

/*star-text-nav-footer*/
.text-nav {
  font-size: 24px;
  color: #282828;
  margin: 0 0 10px;
  font-family: "FuturaStd-Heavy";
}

.footer-address {
  margin: 0 0 10px;
  font-size: 15px;
  color: #2B2B2B;
  font-family: "MUSEOSANS-300-REGULER";
}

.footer-talk {
  font-size: 15px;
  color: #2B2B2B;
  font-family: "MUSEOSANS-700-REGULER";
}

.footer-fax a span {
  font-size: 15px;
  line-height: 23px;
  font-family: "Roboto-Bold";
  color: #2B2B2B;
  font-weight: 700;
}

.footer-fax a {
  padding-top: 5px;
  color: #2B2B2B;
  font-family: "Roboto-Regular";
}

.footer-email a span {
  font-size: 15px;
  line-height: 23px;
  font-family: "Roboto-Bold";
  color: #2B2B2B;
  font-weight: 700;
}

.footer-email a {
  padding-top: 5px;
  color: #2B2B2B;
  font-family: "Roboto-Regular";
  padding-bottom: 10px;
}

.footer-fb {
  padding-bottom: 15px;
}

.footer-fb a {
  padding-top: 5px;
  color: #2B2B2B;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 14px;
}

.footer-fb a .facebook {
  margin-right: 15px;
}

.footer-inst a .instagram {
  margin-right: 5px;
}

.footer-youth a .youtube {
  margin-right: 5px;
}


.footer-fb a .fa {
  font-size: 20px;
  color: #3A559F;
  margin-right: 10px;
}

.footer-inst {
  padding-bottom: 15px;
}

.footer-inst a {
  padding-top: 5px;
  color: #2B2B2B;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 14px;
}

.footer-inst a .fa {
  font-size: 20px;
  color: #3A559F;
  margin-right: 5px;
}

.footer-youth {
  padding-bottom: 20px;
}

.footer-youth a {
  padding-top: 5px;
  color: #2B2B2B;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 14px;
}

.footer-youth a .fa {
  font-size: 20px;
  color: #3A559F;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .footer-fb {
    padding-top: 10px;
  }
}


@media screen and (max-width: 991px) {
  .footer-tokped img {
    padding-bottom: 15px;
  }

  .footer-shopee img {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .footer-tokped {
      width: 50%;
  }

  .col-md-6.rightmargin {
    padding-left: 5px;
    padding-right: 5px;
  }

  .row.margin {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .footer-shopee {
      width: 50%;
  }
}

.footer-maps {
  font-size: 13px;
  padding-bottom: 10px;
}

.footer-maps a {
  color: #005C91;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 13px;
}

.footer-maps .fa {
  margin-right: 5px;
  color: #00913E;
}
/*end-text-nav-footer*/


/*star-our-home*/
.our-home {
  margin-top: 55px;
  margin-bottom: 55px;
}

.our-home .inspirasi {
  margin-bottom: 15px;
}

.f-neue {
  font-family: "BEBASNEUE-REGULAR";
  color: #19160F;
  font-size: 42px;
}

.box-terkait {
  position: relative;
}
/*end-our-home*/

/*star-catalog-home*/
.catalog-home {
  background: url(logo/katalog.png)no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  width: 100%;
  height: auto;
}

.text-catalog-home {
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  font-family: "BEBASNEUE-REGULAR";
}
/*end-trees-home*/


/*star*/
.box-art {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  text-align: center;
  padding-bottom: 70px;
}

.item-art {
  margin-bottom: 10px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  /*width: 33.33333%;*/
  width: 20%;
  font-size: 14px;
  vertical-align: top;
  margin-left: 0px;
  margin-right: 0px;
  text-align: -webkit-center;
  text-align: -moz-center;
}

.i-art {
  background: none;
}

.konten-item-art {
  padding: 20px;
}

.judul-item-art {
  margin-bottom: 20px;
}

.judul-item-art a {
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #ffffff;
}

.judul-item-art p {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #ffffff;
}

@media (max-width: 1024px) {
  .item-art {
    width: 22%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .judul-item-art {
    margin-bottom: 14px;
  }

  .judul-item-art a {
    font-size: 13px;
  }

  .judul-item-art p {
    font-size: 15px;
  }

}

@media (max-width: 1000px) {
  .item-art {
    width: 22%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .item-art {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 800px) {
  .item-art {
    display: inline-block;
    /*width: 50%;*/
    width: 23%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 700px) {
  .item-art {
    width: 22%;
    text-align: -webkit-center;
    text-align: -moz-center;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 600px) {
  .item-art {
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .judul-item-art a {
    font-size: 12px;
  }

  .judul-item-art p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .item-art {
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .judul-item-art a {
    font-size: 11px;
  }

  .judul-item-art p {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .item-art {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 40%;
    font-size: 14px;
    vertical-align: top;
  }

  .judul-item-art a {
    font-size: 11px;
  }

  .judul-item-art p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 375px) {
  .judul-item-art a {
    font-size: 12px;
  }

  .judul-item-art p {
    font-size: 14px;
  }

  .item-art {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-bottom: 5px;
  }
}

/*star-copy*/
.copy {
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  color: #9E9E9E;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.copy a {
  color: #9E9E9E;
}
/*end-copy*/

/*star-about-baca*/
.about-text {
  padding-top: 25px;
  padding-bottom: 0px;
  font-family: "BEBASNEUE-REGULAR";
  font-size: 40px;
}

.about-gambar {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-gambar img {
  max-width: 100%;
}

.about-kontent {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.about-kontent p {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.row.about-embed {
  padding-top: 30px;
  padding-bottom: 70px;
}
/*end-about-baca*/

/*star-bread-about*/
.map-khusus-about {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-about {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-about {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-about>li {
  display: inline-block;
}

.map-khusus-about .breadcrumb-about {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-about .breadcrumb-about {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-about .breadcrumb-about a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-about>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-about*/

/*star-contact*/
.contact-maps-location {
  padding-top: 10px;
  padding-bottom: 50px;
}
/*end-contact*/


/*star-bread-contact*/
.map-khusus-contact {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-contact {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-contact {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-contact>li {
  display: inline-block;
}

.map-khusus-contact .breadcrumb-contact {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-contact .breadcrumb-contact {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-contact .breadcrumb-contact a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-contact>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-contact*/

/*star-btn-contact*/
.contact-text {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "BEBASNEUE-REGULAR";
  font-size: 40px;
  color: #19160F;
  text-transform: uppercase;
}

.contact-text-please {
  color: #464646;
  font-size: 15px;
  font-family: "MUSEOSANS-300-REGULER";
  width: 45%;
  line-height: 25px;
  padding-bottom: 45px;
}

.contact-text-almt {
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #191919;
  font-size: 15px;
  font-family: "MUSEOSANS-700-REGULER";
}

.contact-almt {
  padding-bottom: 20px;
  color: #191919;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 15px;
}

.form-contact label {
  font-family: "Opensans";
  font-size: 15px;
  color: #0E0E0E;
  padding-top: 10px;
  font-weight: normal;
}

.form-contact .form-control {
  font-size: 13px;
  font-family: "Opensans";
  border-color: #EFEFEF;
  box-shadow: none;
  border-radius: 2px;
  color: #7F7463;
  background: #EFEFEF;
  padding: 25px 12px;
}

.form-contact .form-control:focus {
  border-color: #cf7f40;
  box-shadow: inset 0 1px 1px rgba(207, 127, 64, 0.075), 0 0 8px rgba(207, 127, 64, 0.6);
}

.form-contact .btnv-default {
  padding: 12px 45px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  color: #ffffff;
  /*border-color: #8c039e;*/
  /*border-radius: 3px;*/
  margin-top: 15px;
  margin-bottom: 30px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 0px solid transparent;
}

.btnv-default {
  color: #333;
  background-image: linear-gradient(to right, #81BA00, #5A8F47);
  border-color: #ccc;
}


/*.form-contact .btnv-default:hover, .form-contact .btnv-default:focus {
  color: #FFF;
  background: #8c039e;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}*/

.item-contact {
  margin-bottom: 20px;
}

.item-contact .tag-item-contact {
  margin-bottom: 5px;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  color: #292929;
}

.item-contact .tag-item-contact .fa {
  margin-right: 5px;
  color: #ffffff;
  background: #72B24E;
  border-radius: 50%;
  padding: 15px;
  font-size: 20px;
}

.item-contact .tag-phones {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-family: "MUSEOSANS-300-REGULER";
  margin-left: 55px;
  color: #36893B;
}

.item-contact .tag-fax {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-family: "MUSEOSANS-300-REGULER";
  margin-left: 60px;
  color: #36893B;
}

.item-contact .tag-email {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-family: "MUSEOSANS-300-REGULER";
  margin-left: 60px;
  color: #36893B;
}
/*end-btn-contact*/

/*star-bread-project*/
.map-khusus-project {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-project {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-project {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-project>li {
  display: inline-block;
}

.map-khusus-project .breadcrumb-project {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-project .breadcrumb-project {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-project .breadcrumb-project a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-project>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-project*/

/*star-bread-subcat*/
.map-khusus-subcat {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-subcat {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-subcat {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-subcat>li {
  display: inline-block;
}

.breadcrumb-subcat li.active {
  color: #9E9E9E;
}

.map-khusus-subcat .breadcrumb-subcat {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-subcat .breadcrumb-subcat {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-subcat .breadcrumb-subcat a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-subcat>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-subcat*/


/*star-box-project*/
.text-project {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "BEBASNEUE-REGULAR";
  font-size: 40px;
}

.box-project {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
}

.item-project {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333%;
  font-size: 14px;
  vertical-align: top;
}

.i-project {
  background: #ffffff;
}

.konten-item-project {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.judul-item-project {
  margin-bottom: 10px;
}

.judul-item-project a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 20px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.judul-summary-project {
  margin-bottom: 10px;
}

.judul-summary-project a {
  font-family: "MUSEOSANS-100";
  font-size: 13px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #858585;
  font-weight: 100;
}

.judul-summary-project .fa {
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
  .judul-item-project {
    margin-bottom: 15px;
  }

  .judul-item-project a {
    font-size: 14px;
  }

  .judul-summary-project {
    margin-bottom: 15px;
  }

  .judul-summary-project a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {
  .item-project {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .item-project {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }

}
/*end-box-project*/


/*star-box-subcat*/
.row-text-subcat {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-subcat {
  font-family: "BEBASNEUE-REGULAR";
  font-size: 40px;
  color: #19160F;
}

.text-subcat-right {
  float: right;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 25px;
  color: #36893B;
  padding-top: 10px;
}

.text-subcat-right .fa {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  border: #36893B 1px solid;
  font-size: 10px;
}

.box-subcat {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
}

.item-subcat {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  /*width: 25%;*/
  width: 33.33333%;
  font-size: 14px;
  vertical-align: top;
}

.i-subcat {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-subcat:hover .slide-item-subcat {
  left: 0;
  opacity: 1;
}

.konten-item-subcat {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.judul-item-subcat {
  margin-bottom: 10px;
}

.judul-item-subcat a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

@media only screen and (max-width: 991px) {
  .judul-item-subcat {
    margin-bottom: 15px;
  }

  .judul-item-subcat a {
    font-size: 14px;
  }

  .judul-summary-subcat {
    margin-bottom: 15px;
  }

  .judul-summary-subcat a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {
  .item-subcat {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .item-subcat {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }

}

.slide-item-subcat {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-subcat .fa {
  color: #ffffff;
  font-size: 30px;
}

.konten-slide-subcat {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-subcat .fa {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .slide-item-subcat .fa {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .item-subcat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 50%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .item-subcat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {
  .item-subcat {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-subcat .fa {
    font-size: 30px;
  }

}
/*end-box-subcat*/

/*star-hr-garisproject*/
hr.garisproject {
  border: 1px solid #CFCFCF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-project {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tombol-project {
  margin-top: 10px;
  padding: 0;
  margin-bottom: 30px;
}

.tombol-project li {
  display: block;
  margin-bottom: 10px;
}

.tombol-project li a {
  display: block;
  padding: 15px 0;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  color: #191919;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #707070;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
}

.tombol-project li a:hover {
  /*background: #de1a32;*/
  border: 5px solid green;
  color: green;
  /*border-color: green;*/
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.tombol-project li a.active {
  /*background: #de1a32;*/
  border: 5px solid green;
  color: green;
  /*border-color: green;*/
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

@media only screen and (max-width: 991px) {
  .tombol-project {
    margin-top: 10px;
  }
}
/*end-hr-garisproject*/

/*star-hr-garissubcat*/
hr.garissubcat {
  border: 1px solid #CFCFCF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-subjenis {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tombol-subjenis {
  margin-top: 10px;
  padding: 0;
  margin-bottom: 30px;
}

.tombol-subjenis li {
  display: block;
  margin-bottom: 10px;
}

.tombol-subjenis li a {
  display: block;
  padding: 15px 0;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  color: #191919;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #707070;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
}

.tombol-subjenis li a:hover {
  /*background: #de1a32;*/
  border: 5px solid green;
  color: green;
  /*border-color: green;*/
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.tombol-subjenis li a.active {
  /*background: #de1a32;*/
  border: 5px solid green;
  color: green;
  /*border-color: green;*/
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

@media only screen and (max-width: 991px) {
  .tombol-subjenis {
    margin-top: 10px;
  }
}
/*end-hr-garissubcat*/

/*text-jenis-our*/
.text-jenis-our {
  text-transform: uppercase;
  font-size: 42px;
  color: #19160F;
  font-family: "BEBASNEUE-REGULAR";
  text-align: center;
}

.text-jenis-lived {
  text-align: center;
  line-height: 26px;
  color: #858585;
  font-size: 18px;
  font-family: "MUSEOSANS-300-REGULER";
  padding-top: 10px;
  padding-bottom: 30px;
}
/*end-jenis-our*/

/*star-owl-jenis*/
.content-home {
  position: relative;
  padding-top: 45px;
  padding-bottom: 55px;
  border-bottom: 0px solid #eaeaeaea;
}

.text-prod-home {
  display: block;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 11px;
  color: #c9c9c9;
  font-family: "Verdana";
  text-transform: uppercase;
}

.text-pilihan-home {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  color: #171717;
  font-family: "Verdana";
  text-transform: capitalize;
}

.content-home .container .owl-carousel .box-sale .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  /*background-image: linear-gradient(to right, #d157b9, #8f7492);*/
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
}

@media screen and (max-width: 767px) {
  #konten-maps {
    padding: 30px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .content-home .container .owl-carousel .item .price-strip {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .content-home .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .content-home .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
  .content-home .container .owl-carousel .box-sale .icon .fa-search {
    font-size: 16px !important;
  }
  .content-home .container .owl-carousel .box-sale .icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .content-home .container .owl-carousel .box-sale .overlay {
    height: 100% !important;
    width: 100%;
  }
}



.content-home .container .owl-carousel .box-sale .icon .fa-search {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content-home .container .owl-carousel .box-sale .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #ffffff 2px solid;
}

.content-home .container .owl-carousel .box-sale:hover .overlay {
  opacity: 1;
}

.content-home .container .owl-carousel .box-sale .fa-search:hover {
  color: #ffffff;
}

.content-home .container .owl-carousel .owl-next {
  position: absolute;
  /*top: 100px;*/
  top: 30%;
  /*left: -50px;*/
  left: -20px;
}

.content-home .container .owl-carousel .owl-prev {
  position: absolute;
  /*top: 100px;*/
  top: 30%;
  /*right: -50px;*/
  right: -20px;
}

.content-home .container .owl-carousel .item {
  padding: 0px 10px;
}

.content-home .container .owl-carousel .box-sale {
  position: relative;
  /*min-height: 250px;*/
}

.content-home .container .owl-carousel .box-sale p {
  margin: 0;
  display: block;
  color: #565656;
}

.content-home .container .owl-carousel .box-sale img {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.content-home .container .owl-carousel .item .price-strip {
  color: #19160F;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 20px;
  padding-top: 20px;
}

.content-home .container .owl-carousel .item .price-strip:hover {
  color: #88009c;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .container .owl-carousel .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-home {
    padding-top: 120px;
  }
}

@media screen and (max-width: 640px) {
  .content-home {
    padding-top: 120px;
  }
}
/*end-owl-jenis*/


/*star-box-subitem*/
.row-text-subitem {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-subitem {
  font-family: "BEBASNEUE-REGULAR";
  font-size: 40px;
  color: #19160F;
}

.text-subitem-right {
  float: right;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 25px;
  color: #36893B;
  padding-top: 10px;
}

.text-subitem-right .fa {
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 50%;
  border: #36893B 1px solid;
  font-size: 10px;
}

.box-subitem {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  padding-bottom: 30px;
}

.item-subitem {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  /*width: 25%;*/
  width: 33.33333%;
  font-size: 14px;
  vertical-align: top;
}

.i-subitem {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-subitem:hover .slide-item-subitem {
  left: 0;
  opacity: 1;
}

.konten-item-subitem {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.judul-item-subitem {
  margin-bottom: 10px;
}

.judul-item-subitem a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

@media only screen and (max-width: 991px) {
  .judul-item-subitem {
    margin-bottom: 15px;
  }

  .judul-item-subitem a {
    font-size: 14px;
  }

  .judul-summary-subitem {
    margin-bottom: 15px;
  }

  .judul-summary-subitem a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 767px) {
  .item-subitem {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .item-subitem {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }

}

.slide-item-subitem {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-subitem .fa {
  color: #ffffff;
  font-size: 30px;
}

.konten-slide-subitem {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-subitem .fa {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .slide-item-subitem .fa {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .item-subitem {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 50%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .item-subitem {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 320px) {
  .item-subitem {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-subitem .fa {
    font-size: 30px;
  }

}
/*end-box-subitem*/

/*star-produk-text*/
.text-prod {
  font-family: "BEBASNEUE-REGULAR";
  font-size: 40px;
  color: #19160F;
}
/*end-produk-text*/

/*text-jenis-our-home*/
.text-jenis-our-home {
  text-transform: uppercase;
  font-size: 42px;
  color: #19160F;
  font-family: "BEBASNEUE-REGULAR";
  text-align: center;
}

.text-jenis-lived-home {
  text-align: center;
  line-height: 26px;
  color: #858585;
  font-size: 18px;
  font-family: "MUSEOSANS-300-REGULER";
  padding-top: 10px;
  padding-bottom: 30px;
}

.projek-daun-home {
  text-align: center;
  padding-bottom: 50px;
}

.projek-daun-home .imgs {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}
/*end-jenis-our-home*/

/*star-owl-jenis-home*/
.content-home-jenis {
  position: relative;
  padding-top: 160px;
  padding-bottom: 70px;
  border-bottom: 0px solid #eaeaeaea;
}

.content-home-jenis .imgdaun {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: -10px;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 0px 1px #aaaaaa;
    box-shadow: 0px 0px 0px 0px #aaaaaa;
}

@media screen and (max-width: 991px) {
  .content-home-jenis .imgdaun {
    display: none;
  }
}

.content-home-jenis .container .owl-carousel .box-sale .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
}

@media screen and (max-width: 767px) {
  #konten-maps {
    padding: 30px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .content-home-jenis .container .owl-carousel .item .price-strip {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .content-home-jenis .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .content-home-jenis .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
  .content-home-jenis .container .owl-carousel .box-sale .icon .fa-search {
    font-size: 16px !important;
  }
  .content-home-jenis .container .owl-carousel .box-sale .icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .content-home-jenis .container .owl-carousel .box-sale .overlay {
    height: 100% !important;
    width: 100%;
  }
}



.content-home-jenis .container .owl-carousel .box-sale .icon .fa-search {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content-home-jenis .container .owl-carousel .box-sale .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #ffffff 2px solid;
}

.content-home-jenis .container .owl-carousel .box-sale:hover .overlay {
  opacity: 1;
}

.content-home-jenis .container .owl-carousel .box-sale .fa-search:hover {
  color: #ffffff;
}

.content-home-jenis .container .owl-carousel .owl-next {
  position: absolute;
  /*top: 100px;*/
  top: 30%;
  /*left: -50px;*/
  left: -20px;
}

.content-home-jenis .container .owl-carousel .owl-prev {
  position: absolute;
  /*top: 100px;*/
  top: 30%;
  /*right: -50px;*/
  right: -20px;
}

.content-home-jenis .container .owl-carousel .item {
  padding: 0px 10px;
}

.content-home-jenis .container .owl-carousel .box-sale {
  position: relative;
  /*min-height: 250px;*/
}

.content-home-jenis .container .owl-carousel .box-sale p {
  margin: 0;
  display: block;
  color: #565656;
}

.content-home-jenis .container .owl-carousel .box-sale img {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.content-home-jenis .container .owl-carousel .item .price-strip {
  color: #19160F;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 20px;
  padding-top: 20px;
}

.content-home-jenis .container .owl-carousel .item .price-strip:hover {
  color: green;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .container .owl-carousel .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-home-jenis {
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .content-home-jenis {
    padding-top: 50px;
  }
}
/*end-owl-jenis-home*/


/*text-jenisone-our-home*/
.text-jenisone-our-home {
  text-transform: uppercase;
  font-size: 42px;
  color: #19160F;
  font-family: "BEBASNEUE-REGULAR";
  text-align: center;
}

.text-jenisone-lived-home {
  text-align: center;
  line-height: 26px;
  color: #858585;
  font-size: 18px;
  font-family: "MUSEOSANS-300-REGULER";
  padding-top: 10px;
  padding-bottom: 30px;
}

.projekone-daun-home {
  text-align: center;
  padding-bottom: 40px;
}

.projekone-daun-home .imgs {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}
/*end-jenis-our-home*/

/*star-owl-jenisone-home*/
.content-home-jenisone {
  position: relative;
  padding-top: 45px;
  padding-bottom: 70px;
  border-bottom: 0px solid #eaeaeaea;
}

.content-home-jenisone .container .owl-carousel .box-sale .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background: transparent;
  /*background-image: linear-gradient(to right, #36893bb0, #36893bb0);*/
}

@media screen and (max-width: 640px) {
  .content-home-jenisone .container .owl-carousel .item .price-strip {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .content-home-jenisone .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .content-home-jenisone .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
  .content-home-jenisone .container .owl-carousel .box-sale .icon .fa-plus {
    font-size: 16px !important;
  }
  .content-home-jenisone .container .owl-carousel .box-sale .icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .content-home-jenisone .container .owl-carousel .box-sale .overlay {
    height: 100% !important;
    width: 100%;
  }
}

.content-home-jenisone .container .owl-carousel .box-sale .icon .fa-plus {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content-home-jenisone .container .owl-carousel .box-sale .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
  /*width: 50px;*/
  width: 100%;
  /*height: 50px;*/
  height: 100%;
  border-radius: 50%;
  border: #ffffff 0px solid;
}

.content-home-jenisone .container .owl-carousel .box-sale:hover .overlay {
  opacity: 1;
}

.content-home-jenisone .container .owl-carousel .box-sale .fa-search:hover {
  color: #ffffff;
}


.content-home-jenisone .container .owl-carousel .owl-next {
  position: absolute;
  /*top: 30%;*/
  top: 115%;
  /*left: -20px;*/
  left: 47%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border: #EBEBEB solid 1px;
  border-radius: 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.content-home-jenisone .container .owl-carousel .owl-next .fa {
  color: #9E9E9E;
}

.content-home-jenisone .container .owl-carousel .owl-prev {
  position: absolute;
  /*top: 30%;*/
  top: 115%;
  /*left: -20px;*/
  right: 47%;
  transform: translate(-50%, -50%);
  background: #36893B;
  border: #36893B solid 1px;
  border-radius: 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}

.content-home-jenisone .container .owl-carousel .owl-prev .fa {
  color: #ffffff;
}

@media (max-width: 1095px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    left: 45%;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    right: 45%;
  }
}

@media (max-width: 992px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    left: 45%;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    right: 45%;
  }
}

@media (max-width: 800px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    right: 50%;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    left: 50%;
  }
}

@media (max-width: 700px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    right: 50%;
    width: 25px;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    left: 50%;
    width: 25px;
  }
}

@media (max-width: 600px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    right: 50%;
    width: 25px;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    left: 50%;
    width: 25px;
  }
}

@media (max-width: 500px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    right: 52%;
    width: 25px;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    left: 52%;
    width: 25px;
  }
}

@media (max-width: 400px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    right: 55%;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    left: 55%;
  }
}

@media (max-width: 320px) {
  .content-home-jenisone .container .owl-carousel .owl-next {
    right: 56%;
  }

  .content-home-jenisone .container .owl-carousel .owl-prev {
    left: 56%;
  }
}


.content-home-jenisone .container .owl-carousel .item {
  padding: 0px 10px;
  text-align: center;
}

.content-home-jenisone .container .owl-carousel .box-sale {
  position: relative;
  margin-bottom: 25px;
  /*min-height: 250px;*/
}

.content-home-jenisone .container .owl-carousel .box-sale p {
  margin: 0;
  display: block;
  color: #565656;
}

.content-home-jenisone .container .owl-carousel .box-sale img {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.content-home-jenisone .container .owl-carousel .item .price-strip {
  color: #19160F;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 20px;
  padding-top: 20px;
}

.content-home-jenisone .container .owl-carousel .item .price-strip:hover {
  color: green;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .content-home-jenisone .container .owl-carousel .owl-nav {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .content-home-jenisone {
    padding-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .content-home-jenisone {
    padding-top: 50px;
  }
}
/*end-owl-jenisone-home*/


/*star-text-trending-home*/
.text-trending-home {
  text-transform: uppercase;
  font-size: 42px;
  color: #19160F;
  font-family: "BEBASNEUE-REGULAR";
  text-align: center;
}

.text-trending-lived-home {
  text-align: center;
  line-height: 26px;
  color: #858585;
  font-size: 18px;
  font-family: "MUSEOSANS-300-REGULER";
  padding-top: 10px;
  padding-bottom: 30px;
}

.trending-daun-home {
  text-align: center;
  padding-bottom: 40px;
}

.trending-daun-home .imgs {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}
/*end-text-trending-home*/

/*star-content-home-trending*/
.content-home-trending {
  position: relative;
  padding-top: 55px;
  padding-bottom: 70px;
  border-bottom: 0px solid #eaeaeaea;
}

.browse-trending {
  text-align: center;
  padding-top: 50px;
}

.browse-trending .btnv-default {
    padding: 15px 25px;
    font-family: "MUSEOSANS-300-REGULER";
    font-size: 13px;
    color: #ffffff;
    /* border-color: #8c039e; */
    /* border-radius: 3px; */
    margin-top: 15px;
    margin-bottom: 30px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0px solid transparent;
    background-image: linear-gradient(to right, #81BA00, #5A8F47);
}
/*end-content-home-trending*/


/*star-box-trending-home*/
.box-trending-home {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  text-align: center;
}

.item-trending-home {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 22.99999%;
  /*width: 33.33333%;*/
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px #EBEBEB solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.i-trending-home {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-trending-home img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.i-trending-home:hover .slide-item-trending-home {
  left: 0;
  opacity: 1;
}

.konten-item-trending-home {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}

.item-trending-home p {
    font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
}

.judul-item-trending-home {
  margin-bottom: 10px;
}

.judul-item-trending-home a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.slide-item-trending-home {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-trending-home .viewdetail a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-item-trending-home .wishlist a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.konten-slide-trending-home {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-trending-home .viewdetail a {
    font-size: 16px;
  }

  .slide-item-trending-home .wishlist a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .judul-item-trending-home {
    margin-bottom: 15px;
  }

  .judul-item-trending-home a {
    font-size: 14px;
  }

  .judul-summary-trending-home {
    margin-bottom: 15px;
  }

  .judul-summary-trending-home a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 991px) {
  .slide-item-trending-home .viewdetail a {
    font-size: 16px;
  }

  .slide-item-trending-home .wishlist a {
    font-size: 16px;
  }

  .item-trending-home {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 30%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .item-trending-home {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .item-trending-home {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }

  .slide-item-trending-home .viewdetail a {
    font-size: 12px;
  }

  .slide-item-trending-home .wishlist a {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .item-trending-home {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .item-trending-home {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slide-item-trending-home .viewdetail a {
    font-size: 20px;
  }

  .slide-item-trending-home .wishlist a {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .slide-item-trending-home .viewdetail a {
    font-size: 20px;
  }

  .slide-item-trending-home .wishlist a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media (max-width: 320px) {
  .item-trending-home {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-trending-home .viewdetail a {
    font-size: 20px;
  }

  .slide-item-trending-home .wishlist a {
    font-size: 20px;
  }

}
/*end-box-trending-home*/


/*star-box-trending*/
.box-trending {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  /*text-align: center;*/
}

.item-trending {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 30.99999%;
  /*width: 33.33333%;*/
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px #EBEBEB solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.i-trending {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-trending img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.i-trending:hover .slide-item-trending {
  left: 0;
  opacity: 1;
}

.konten-item-trending {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}

.item-trending p {
    font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
}

.judul-item-trending {
  margin-bottom: 10px;
}

.judul-item-trending a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.slide-item-trending {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-trending .viewdetail a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-item-trending .wishlist a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.konten-slide-trending {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-trending .viewdetail a {
    font-size: 16px;
  }

  .slide-item-trending .wishlist a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .judul-item-trending {
    margin-bottom: 15px;
  }

  .judul-item-trending a {
    font-size: 14px;
  }

  .judul-summary-trending {
    margin-bottom: 15px;
  }

  .judul-summary-trending a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 991px) {
  .slide-item-trending .viewdetail a {
    font-size: 16px;
  }

  .slide-item-trending .wishlist a {
    font-size: 16px;
  }

  .item-trending {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 30%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .item-trending {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .item-trending {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }

  .slide-item-trending .viewdetail a {
    font-size: 12px;
  }

  .slide-item-trending .wishlist a {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .item-trending {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .item-trending {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slide-item-trending .viewdetail a {
    font-size: 20px;
  }

  .slide-item-trending .wishlist a {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .slide-item-trending .viewdetail a {
    font-size: 20px;
  }

  .slide-item-trending .wishlist a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media (max-width: 320px) {
  .item-trending {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-trending .viewdetail a {
    font-size: 20px;
  }

  .slide-item-trending .wishlist a {
    font-size: 20px;
  }

}
/*end-box-trending*/


/*star-box-wishlist*/
.box-wishlist {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  text-align: center;
  padding-top: 45px;
}

.item-wishlist {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 22.99999%;
  /*width: 33.33333%;*/
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px #EBEBEB solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.i-wishlist {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-wishlist img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.i-wishlist:hover .slide-item-wishlist {
  left: 0;
  opacity: 1;
}

.konten-item-wishlist {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}

.item-wishlist p {
    font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
}

.judul-item-wishlist {
  margin-bottom: 10px;
}

.judul-item-wishlist a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.slide-item-wishlist {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-wishlist .viewdetail a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

/*.slide-item-trending .wishlist a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}*/

.konten-slide-wishlist {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-wishlist .viewdetail a {
    font-size: 16px;
  }

  /*.slide-item-trending .wishlist a {
    font-size: 16px;
  }*/
}

@media only screen and (max-width: 991px) {
  .judul-item-wishlist {
    margin-bottom: 15px;
  }

  .judul-item-wishlist a {
    font-size: 14px;
  }

  .judul-summary-wishlist {
    margin-bottom: 15px;
  }

  .judul-summary-wishlist a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 991px) {
  .slide-item-wishlist .viewdetail a {
    font-size: 16px;
  }

  /*.slide-item-trending .wishlist a {
    font-size: 16px;
  }*/

  .item-wishlist {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 30%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .item-wishlist {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .item-wishlist {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }

  .slide-item-wishlist .viewdetail a {
    font-size: 12px;
  }

  /*.slide-item-trending .wishlist a {
    font-size: 12px;
  }*/
}

@media (max-width: 450px) {
  .item-wishlist {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .item-wishlist {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slide-item-wishlist .viewdetail a {
    font-size: 20px;
  }

  /*.slide-item-trending .wishlist a {
    font-size: 20px;
  }*/
}

@media (max-width: 350px) {
  .slide-item-wishlist .viewdetail a {
    font-size: 20px;
  }

  /*.slide-item-trending .wishlist a {
    font-size: 20px;
  }*/
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media (max-width: 320px) {
  .item-wishlist {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-wishlist .viewdetail a {
    font-size: 20px;
  }

  /*.slide-item-trending .wishlist a {
    font-size: 20px;
  }*/

}
/*end-box-wishlist*/

/*star-bread-wishlist*/
.map-khusus-wishlist {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-wishlist {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-wishlist {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-wishlist>li {
  display: inline-block;
}

.map-khusus-wishlist .breadcrumb-wishlist {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-wishlist .breadcrumb-wishlist {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-wishlist .breadcrumb-wishlist a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-wishlist>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-wishlist*/

/*star-bread-produk*/
.map-khusus-produk {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-produk {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-produk {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-produk>li {
  display: inline-block;
}

.map-khusus-produk .breadcrumb-produk {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-produk .breadcrumb-produk {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-produk .breadcrumb-produk a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-produk>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-produk*/

/*star-bread-produk-kat*/
.map-khusus-produk-kat {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-produk-kat {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-produk-kat {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-produk-kat>li {
  display: inline-block;
}

.map-khusus-produk-kat .breadcrumb-produk-kat {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-produk-kat .breadcrumb-produk-kat {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-produk-kat .breadcrumb-produk-kat a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-produk-kat>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-produk-kat*/

/*star-box-produk*/
.box-produk {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  /*text-align: center;*/
}

.item-produk {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 30.99999%;
  /*width: 33.33333%;*/
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px #EBEBEB solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.i-produk {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-produk img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.i-produk:hover .slide-item-produk {
  left: 0;
  opacity: 1;
}

.konten-item-produk {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}

.item-produk p {
    font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
}

.judul-item-produk {
  margin-bottom: 10px;
}

.judul-item-produk a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.slide-item-produk {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-produk .viewdetail a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-item-produk .wishlist a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.konten-slide-produk {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-produk .viewdetail a {
    font-size: 16px;
  }

  .slide-item-produk .wishlist a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .judul-item-produk {
    margin-bottom: 15px;
  }

  .judul-item-produk a {
    font-size: 14px;
  }

  .judul-summary-produk {
    margin-bottom: 15px;
  }

  .judul-summary-produk a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 991px) {
  .slide-item-produk .viewdetail a {
    font-size: 16px;
  }

  .slide-item-produk .wishlist a {
    font-size: 16px;
  }

  .item-produk {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 30%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .item-produk {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .item-produk {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }

  .slide-item-produk .viewdetail a {
    font-size: 12px;
  }

  .slide-item-produk .wishlist a {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .item-produk {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .item-produk {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slide-item-produk .viewdetail a {
    font-size: 20px;
  }

  .slide-item-produk .wishlist a {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .slide-item-produk .viewdetail a {
    font-size: 20px;
  }

  .slide-item-produk .wishlist a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media (max-width: 320px) {
  .item-produk {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-produk .viewdetail a {
    font-size: 20px;
  }

  .slide-item-produk .wishlist a {
    font-size: 20px;
  }

}
/*end-box-produk*/

/*star-box-produk-kat*/
.box-produk-kat {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  /*text-align: center;*/
}

.item-produk-kat {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 30.99999%;
  /*width: 33.33333%;*/
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px #EBEBEB solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.i-produk-kat {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-produk-kat img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.i-produk-kat:hover .slide-item-produk-kat {
  left: 0;
  opacity: 1;
}

.konten-item-produk-kat {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}

.item-produk-kat p {
    font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
}

.judul-item-produk-kat {
  margin-bottom: 10px;
}

.judul-item-produk-kat a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.slide-item-produk-kat {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-produk-kat .viewdetail a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-item-produk-kat .wishlist a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.konten-slide-produk-kat {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-produk-kat .viewdetail a {
    font-size: 16px;
  }

  .slide-item-produk-kat .wishlist a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .judul-item-produk-kat {
    margin-bottom: 15px;
  }

  .judul-item-produk-kat a {
    font-size: 14px;
  }

  .judul-summary-produk-kat {
    margin-bottom: 15px;
  }

  .judul-summary-produk-kat a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 991px) {
  .slide-item-produk-kat .viewdetail a {
    font-size: 16px;
  }

  .slide-item-produk-kat .wishlist a {
    font-size: 16px;
  }

  .item-produk-kat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 30%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .item-produk-kat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .item-produk-kat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }

  .slide-item-produk-kat .viewdetail a {
    font-size: 12px;
  }

  .slide-item-produk-kat .wishlist a {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .item-produk-kat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .item-produk-kat {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slide-item-produk-kat .viewdetail a {
    font-size: 20px;
  }

  .slide-item-produk-kat .wishlist a {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .slide-item-produk-kat .viewdetail a {
    font-size: 20px;
  }

  .slide-item-produk-kat .wishlist a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media (max-width: 320px) {
  .item-produk-kat {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-produk-kat .viewdetail a {
    font-size: 20px;
  }

  .slide-item-produk-kat .wishlist a {
    font-size: 20px;
  }

}
/*end-box-produk-kat*/

/*star-daun-about*/
#home-daun-about {
    position: relative;
    overflow: hidden;
    z-index: 100;
    height: 190px;
    max-width: 100%;
}

#home-daun-about img {
    position: absolute;
    z-index: 100;
    top: 4px;
    right: -30px;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0px;
    -webkit-box-shadow: 0px 0px 0px 1px #aaaaaa;
    box-shadow: 0px 0px 0px 0px #aaaaaa;
}

@media screen and (max-width: 991px) {
  #home-daun-about {
    height: 0px;
  }
  #home-daun-about img {
    display: none;
  }
}
/*end-daun-about*/

/*star-text-about-years*/
.container-fluid.padding-years {
  padding-right: 0px;
  padding-left: 10%;
}

@media screen and (max-width: 991px) {
  .container-fluid.padding-years {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.text-about-years {
  font-size: 45px;
  color: #19160F;
  font-family: "BEBASNEUE-REGULAR";
  width: 50%;
  line-height: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.desc-about-years {
  font-size: 18px;
  color: #464646;
  font-family: "MUSEOSANS-300-REGULER";
  text-align: justify;
  line-height: 30px;
  padding-bottom: 20px;
}

.browse-about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.browse-about .btnv-default {
    padding: 15px 25px;
    font-family: "MUSEOSANS-300-REGULER";
    font-size: 13px;
    color: #ffffff;
    /* border-color: #8c039e; */
    /* border-radius: 3px; */
    margin-top: 15px;
    margin-bottom: 30px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 0px solid transparent;
    background-image: linear-gradient(to right, #81BA00, #5A8F47);
}

.img-relative {
  position: relative;
  float: right;
}

.img-relative .desain-gmbr {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    max-width: 100%;
    max-height: 100%;
    background: transparent;
    z-index: 3;
}

@media (max-width: 450px) {
  .text-about-years {
    width: 100%;
  }
}
/*end-text-about-years*/

/*star-owl-related-prod*/
.content-related-prod {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  border-bottom: 0px solid #eaeaeaea;
}

.content-related-prod .container .owl-carousel .box-sale .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
}

@media screen and (max-width: 640px) {
  .content-related-prod .container .owl-carousel .item .price-strip {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .content-related-prod .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .content-related-prod .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
  .content-related-prod .container .owl-carousel .box-sale .icon .fa-plus {
    font-size: 16px !important;
  }
  .content-related-prod .container .owl-carousel .box-sale .icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .content-related-prod .container .owl-carousel .box-sale .overlay {
    height: 100% !important;
    width: 100%;
  }
}


.content-related-prod .container .owl-carousel .box-sale .icon .fa-plus {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content-related-prod .container .owl-carousel .box-sale .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #ffffff 2px solid;
}

.content-related-prod .container .owl-carousel .box-sale:hover .overlay {
  opacity: 1;
}

.content-related-prod .container .owl-carousel .box-sale .fa-plus:hover {
  color: #ffffff;
}

.content-related-prod .container .owl-carousel .owl-next {
  position: absolute;
  /*top: 100px;*/
  top: 30%;
  /*left: -50px;*/
  left: -20px;
}

.content-related-prod .container .owl-carousel .owl-prev {
  position: absolute;
  /*top: 100px;*/
  top: 30%;
  /*right: -50px;*/
  right: -20px;
}

.content-related-prod .container .owl-carousel .item {
  padding: 10px 10px;
  border: 1px #dddd solid;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.content-related-prod .container .owl-carousel .box-sale {
  position: relative;
  /*min-height: 250px;*/
}

.content-related-prod .container .owl-carousel .box-sale p {
  font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
    margin-bottom: 0px;
}

.content-related-prod .container .owl-carousel .box-sale img {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.content-related-prod .container .owl-carousel .item .price-strip {
  color: #191919;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 15px;
  padding-top: 20px;
}

.content-related-prod .container .owl-carousel .item .price-strip:hover {
  color: green;
}

.content-related-prod .container .owl-carousel .owl-nav {
    display: block;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .content-related-prod .container .owl-carousel .owl-nav {
    display: none;
  }
}

@media (max-width: 1095px) {
  .content-related-prod {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .content-related-prod {
    padding-top: 50px;
  }
}

@media (max-width: 640px) {
  .content-related-prod {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {}

@media screen and (max-width: 640px) {}
/*end-owl-related-prod*/

/*star-text-related-prod*/
.text-related-prod {
  text-transform: uppercase;
  font-size: 40px;
  color: #19160F;
  font-family: "BEBASNEUE-REGULAR";
  text-align: center;
}

.lived-text-related {
  text-align: center;
  line-height: 26px;
  color: #8E8E8E;
  font-size: 20px;
  font-family: "MUSEOSANS-300-REGULER";
  padding-top: 10px;
  padding-bottom: 30px;
}

.related-daun-home {
  text-align: center;
  padding-bottom: 50px;
}

.related-daun-home .imgs {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

@media (max-width: 665px) {
  .lived-text-related {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .lived-text-related {
    font-size: 15px;
  }
}

@media (max-width: 550px) {
  .lived-text-related {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .lived-text-related {
    font-size: 13px;
  }
}

@media (max-width: 450px) {
  .lived-text-related {
    font-size: 16px;
  }
}
/*end-text-related-prod*/

/*star-bread-detailProd*/
.map-khusus-detailProd {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-detailProd {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-detailProd {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-detailProd>li {
  display: inline-block;
}

.map-khusus-detailProd .breadcrumb-detailProd {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
}

.map-halaman-detailProd .breadcrumb-detailProd {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-detailProd .breadcrumb-detailProd a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-detailProd>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-about*/

/*star-bread-cari*/
.map-khusus-cari {
  padding-top: 0px;
  border-top: 1px solid #F9F9F9;
  border-bottom: none;
}

.map-halaman-cari {
  padding: 3px 0px;
  border-bottom: 1px solid #F9F9F9;
  background: #F9F9F9;
}

.breadcrumb-cari {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
}

.breadcrumb-cari>li {
  display: inline-block;
}

.map-khusus-cari .breadcrumb-cari {
  padding-bottom: 10px;
  border-bottom: 0px solid #F9F9F9;
  border-radius: 0px;
  color: #9E9E9E;
}

.map-halaman-cari .breadcrumb-cari {
  margin-bottom: 0px;
  font-family: "MUSEOSANS-300-REGULER";
  font-size: 13px;
  background: #F9F9F9;
}

.map-halaman-cari .breadcrumb-cari a {
  color: #9E9E9E;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  /*letter-spacing: 5px;*/
}

.breadcrumb-cari>li+li:before {
  padding: 0 5px;
  color: #C1C1C1;
  content: "/\00a0";
}
/*end-bread-cari*/

/*star-box-cari*/
.box-cari {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
  text-align: center;
  padding-top: 45px;
}

.item-cari {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 30.99999%;
  /*width: 33.33333%;*/
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px #EBEBEB solid;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.i-cari {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.i-cari img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.i-cari:hover .slide-item-cari {
  left: 0;
  opacity: 1;
}

.konten-item-cari {
  /*padding: 20px;*/
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 100px;
}

.item-cari p {
    font-family: "MUSEOSANS-700-REGULER";
    font-size: 15px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
    color: #19160F;
    padding-top: 10px;
    min-height: 100px;
}

.judul-item-cari {
  margin-bottom: 10px;
}

.judul-item-cari a {
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 15px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
  color: #19160F;
}

.slide-item-cari {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 50%;
  background: #36893bb0;
  /*border: 10px solid #36893B;*/
}

.slide-item-cari .viewdetail a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.slide-item-cari .wishlist a {
  color: #ffffff;
  font-size: 16px;
  border: 1px #fff solid;
  padding-left: 10px;
  padding-right: 10px;
}

.konten-slide-cari {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 1024px) {
  .slide-item-cari .viewdetail a {
    font-size: 16px;
  }

  .slide-item-cari .wishlist a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .judul-item-cari {
    margin-bottom: 15px;
  }

  .judul-item-cari a {
    font-size: 14px;
  }

  .judul-summary-cari {
    margin-bottom: 15px;
  }

  .judul-summary-cari a {
    font-size: 14px;
  }

}

@media only screen and (max-width: 991px) {
  .slide-item-cari .viewdetail a {
    font-size: 16px;
  }

  .slide-item-cari .wishlist a {
    font-size: 16px;
  }

  .item-cari {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 30%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  .item-cari {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media (max-width: 500px) {
  .item-cari {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
  }

  .slide-item-cari .viewdetail a {
    font-size: 12px;
  }

  .slide-item-cari .wishlist a {
    font-size: 12px;
  }
}

@media (max-width: 450px) {
  .item-cari {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 45%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 400px) {
  .item-cari {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    /*width: 33.33333%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
    margin-left: 0px;
    margin-right: 0px;
  }

  .slide-item-cari .viewdetail a {
    font-size: 20px;
  }

  .slide-item-cari .wishlist a {
    font-size: 20px;
  }
}

@media (max-width: 350px) {
  .slide-item-cari .viewdetail a {
    font-size: 20px;
  }

  .slide-item-cari .wishlist a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media (max-width: 320px) {
  .item-cari {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    /*width: 50%;*/
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
  .slide-item-cari .viewdetail a {
    font-size: 20px;
  }

  .slide-item-cari .wishlist a {
    font-size: 20px;
  }

}
/*end-box-cari*/

/*star-image-modal-project*/
.modal-body .imgitempro {
    display: block;
    width: 100%;
    height: auto;
}

.modal-body .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.modal-body .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.modal-body p {
    margin-top: 20px;
    margin-bottom: 1rem;
}
/*end-image-modal-project*/

/**/
.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.treeview {
  white-space: normal;
}

/*.sidebar-menu li.treeview>a>.pull-right {
  position: relative;
  top: 0;
  right: 10px;
  margin-top: 4px;
}*/


.sidebar-menu .treeview-menu>li.active {
  color: red;
}

.product-section .list-prod .filter ul li .panel.kategori .sidebar-menu .treeview.active a.active {
  color: #36893B;
  font-size: 13px;
  display: block;
  font-family: "MUSEOSANS-700-REGULER";
}

/*.product-section .list-prod .filter ul li .panel.kategori .sidebar-menu .treeview.active a {
  color: #36893B;
}*/

.product-section .list-prod .filter ul li .panel.kategori .sidebar-menu .treeview .treeview-menu.active a {
  color: #000;
}

.product-section .list-prod .filter ul li .panel.kategori .submenu.sidebar-menu .treeview li a.active {
    color: #36893B;
    font-size: 13px;
    display: block;
    font-family: "MUSEOSANS-700-REGULER";
}

/*.content-product .main-product .container .col-md-3 .box-kat .isi-box .sidebar-menu .treeview-menu>li.active a {
  color: #1d55a1;
}*/

/*.product-section .list-prod .filter ul li .panel.kategori .sidebar-menu .treeview-menu .subtype a.active {
  color: #1d55a1;
}*/

.sidebar-menu .treeview a {
  /*padding: 12px 5px 12px 15px;*/
  padding: 5px 5px 5px 0px;
  display: block;
  color: #858585;
  font-size: 13px;
  font-family: "MUSEOSANS-300-REGULER";
  display: inline-flex;
}

.sidebar-menu>li>.treeview-menu-sub {
  margin: 0 1px;
  background: #2c3b41;
  display: block;
}

.sidebar-menu .treeview .treeview-menu a {
  /*padding: 5px 5px 5px 15px;*/
  padding: 5px 5px 5px 10px;
  /*display: block;*/
  display: inline-flex;
  font-size: 14px;
  font-family: "MUSEOSANS-300-REGULER";
  color: #858585;
  font-size: 13px;
}

.sidebar-menu .treeview .treeview-menu .fa {
  padding-right: 5px;
}

/*.sidebar-menu li.active>.treeview-menu a {
  padding-left: 5px;
}*/

.sidebar-menu .treeview-menu-sub {
  padding-left: 5px;
}

.sidebar-menu .treeview-menu-sub>li>a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
}

.sidebar-menu .treeview-menu-sub>li {
  margin: 0;
  display: block;
}
/**/

/*star-owl-home*/
.homepage .grid-home .owl-carousel .owl-nav {
  display: block;
}

.homepage .grid-home .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  left: 20px;
}

.homepage .grid-home .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  right: 20px;
}
/*end-owl-home*/

/*star-owl-offer-home*/
.content-home-offer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eaeaeaea;
}

.content-home-offer .container-fluid .owl-carousel .box-offer .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
}

@media screen and (max-width: 767px) {
  #konten-maps {
    padding: 30px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .content-home-offer .container-fluid .owl-carousel .item .price-strip {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .content-home-offer .container-fluid .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .content-home-offer .container-fluid .owl-carousel .box-offer .overlay {
    height: 100%;
    width: 100%;
  }
  .content-home-offer .container-fluid .owl-carousel .box-offer .icon .fa-search {
    font-size: 16px !important;
  }
  .content-home-offer .container-fluid .owl-carousel .box-offer .icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .content-home-offer .container-fluid .owl-carousel .box-offer .overlay {
    height: 100% !important;
    width: 100%;
  }
}


.content-home-offer .container-fluid .owl-carousel .box-offer .icon .fa-search {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content-home-offer .container-fluid .owl-carousel .box-offer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #ffffff 2px solid;
}

.content-home-offer .container-fluid .owl-carousel .box-offer:hover .overlay {
  opacity: 1;
}

.content-home-offer .container-fluid .owl-carousel .box-offer .fa-search:hover {
  color: #ffffff;
}

.content-home-offer .container-fluid .owl-carousel .owl-nav {
  display: block;
}

.content-home-offer .container-fluid .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  left: 25px;
}

.content-home-offer .container-fluid .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  right: 25px;
}

.content-home-offer .container-fluid .owl-carousel .item {
  /*padding: 0px 10px;*/
  padding: 0px 0px;
}

.content-home-offer .container-fluid .owl-carousel .box-offer {
  position: relative;
  /*min-height: 250px;*/
}

.content-home-offer .container-fluid .owl-carousel .box-offer p {
  margin: 0;
  display: block;
  color: #565656;
}

.content-home-offer .container-fluid .owl-carousel .box-offer img {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.content-home-offer .container-fluid .owl-carousel .item .price-strip {
  color: #19160F;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 20px;
  padding-top: 20px;
}

.content-home-offer .container-fluid .owl-carousel .item .price-strip:hover {
  color: green;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .container .owl-carousel .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-home-offer {
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .content-home-offer {
    padding-top: 0px;
  }
}
/*end-owl-offer-home*/


/*star-owl-offer-about*/
#about-offer {
  padding-left: 15px;
  padding-right: 15px;
}

.content-about-offer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #eaeaeaea;
}

.content-about-offer .container .owl-carousel .box-offer .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
}

@media screen and (max-width: 767px) {
  #konten-maps {
    padding: 30px 0 !important;
  }
}

@media screen and (max-width: 640px) {
  .content-about-offer .container .owl-carousel .item .price-strip {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 480px) {
  .content-about-offer .container .owl-carousel .box-sale .overlay {
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .content-about-offer .container .owl-carousel .box-offer .overlay {
    height: 100%;
    width: 100%;
  }
  .content-about-offer .container .owl-carousel .box-offer .icon .fa-search {
    font-size: 16px !important;
  }
  .content-about-offer .container .owl-carousel .box-offer .icon {
    width: 30px !important;
    height: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .content-about-offer .container .owl-carousel .box-offer .overlay {
    height: 100% !important;
    width: 100%;
  }
}


.content-about-offer .container .owl-carousel .box-offer .icon .fa-search {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content-about-offer .container .owl-carousel .box-offer .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-image: linear-gradient(to right, #36893bb0, #36893bb0);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: #ffffff 2px solid;
}

.content-about-offer .container .owl-carousel .box-offer:hover .overlay {
  opacity: 1;
}

.content-about-offer .container .owl-carousel .box-offer .fa-search:hover {
  color: #ffffff;
}

.content-about-offer .container .owl-carousel .owl-nav {
  display: block;
}

.content-about-offer .container .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  left: 25px;
}

.content-about-offer .container .owl-carousel .owl-prev {
  position: absolute;
  top: 50%;
  right: 25px;
}

.content-about-offer .container .owl-carousel .item {
  /*padding: 0px 10px;*/
  padding: 0px 0px;
}

.content-about-offer .container .owl-carousel .box-offer {
  position: relative;
  /*min-height: 250px;*/
}

.content-about-offer .container .owl-carousel .box-offer p {
  margin: 0;
  display: block;
  color: #565656;
}

.content-about-offer .container .owl-carousel .box-offer img {
  display: block;
  /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 10px;
}

.content-about-offer .container .owl-carousel .item .price-strip {
  color: #19160F;
  font-family: "MUSEOSANS-700-REGULER";
  font-size: 20px;
  padding-top: 20px;
}

.content-about-offer .container .owl-carousel .item .price-strip:hover {
  color: green;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .container .owl-carousel .owl-nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-about-offer {
    padding-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .content-about-offer {
    padding-top: 0px;
  }
}
/*end-owl-offer-about*/

/*star-submenux*/
.ul {
  padding: 0;
  margin: 0;
}

.ul li {
    list-style: none;
}

.menu .inline-menu-right .top-menu li:hover .submenux {
    visibility: visible;
    top: 100%;
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.menu .inline-menu-right .top-menu .submenux {
    position: absolute;
    visibility: hidden;
    top: 150px;
    left: 0;
    opacity: 0;
    min-width: 100%;
    background: #FFF;
    border-top: 5px solid #72B24E;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

.menu .inline-menu-right .top-menu .submenux li {
  position: relative;
  border-bottom: 1px solid #F4F4F4;
}

.menu .inline-menu-right .top-menu .submenux li:last-child a {
    border-bottom: none;
}

.menu .inline-menu-right .top-menu .submenux li a {
    display: block;
    padding: 10px 25px !important;
    font-size: 14px;
    color: #858585;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 0px solid #F4F4F4;
    white-space: nowrap;
    font-family: "MUSEOSANS-700-REGULER";
}

.menu .inline-menu-right .top-menu .submenux li a:hover {
    /*background: #F4F4F4;*/
    color: #36893B;
}

.menu .inline-menu-right .top-menu .submenux li a.active {
    color: #36893B;
}
/*end-submenux*/

.alert-margintop {
  margin-top: 20px;
}

/*star-scrolltop*/
.scrolltop {
  position: fixed;
  right: 0px;
  bottom: 15px;
  /* bottom: 0px; */
  color: #fff;
  /* background: #33b323; */
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 7px 7px 7px 7px;
  z-index: 99999999;
}

.button_wa {
  z-index: 999999;
  position: fixed;
  background-color: #cc0025;
  bottom: 0px;
  border-radius: 15px 15px 0px 0px;
  right: 75px;
  padding: 8px 20px; }
.button_wa a {
    color: #FFF;
  }
/*end-scrolltop*/
