@font-face {
    font-family: ScriptMTBold;
    src: url(ScriptMTBold.ttf);
}

.title {
    font-family: ScriptMTBold;
    color:#000;
    font-size: 25px
}



.logincontainer {
    margin: 20px auto 100px auto;
    padding: 0 10px;
    max-width: 450px;
}

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
      color:#000 !important;
  }

  nav>.nav>li>a {
    color: #555;
    background-color: #e7e7e7 !important;
  }
  .navbar-default .navbar-nav>li>a, .navbar-brand {
      color: #fff !important;

  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
      color: #555 !important;
      background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav>li>a{
      border-top:2px solid #336699;
  }

  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
      color: #555 !important;
      background-color: #e7e7e7;
      border-top:2px solid #880000;
  }
  .navbar-toggle{
      background-color: #e3e3e3;
  }
  .head{
    background-color:#ffffff; color:#333333; width:100%
  }
  .head small{
    text-transform: capitalize;
    font-size:14px;
  }
  .navbar{
    background-color:#336699;
  }
  .title-head{
    padding:6px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .subtitle{
    font-weight:bold;
  }
  .box-sidebar{
     box-shadow: 0px 10px 18px -9px #666; padding:20px 15px; border-top:4px solid #880000
  }
  .container-content{
    margin-bottom: 34px;
  }
  .sidebar-title{
    border-bottom:1px solid #880000;
    font-weight:bold;
    margin-top:13px;
    padding-bottom:5px;
  }
  .sidebar-title.top{
    border-bottom:1px solid #880000;
    font-weight:bold;
    margin-top:-10px;
  }
  .jumbotron {
    padding: 0px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #eee;
  }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 200;
  }
  .container .jumbotron, .container-fluid .jumbotron {
      padding-right: 0px;
      padding-left: 0px;
  }

  .myTabs li{
    width:50%;
  }

  .myTabs li a{
    text-align: center;
    font-weight: bold;
  }

  .myTabs .active a{
    color:red !important;
  }

  #myTabs li{
    width:25%;
  }
  #myTabs li a{
    text-align: center;
    font-weight: bold;
  }

  hr{
    padding:0px;
    margin:5px 0px 8px 0px;
  }
  .date{
    display:block;
    font-size:11px;
  }

  .text-footer{
    display:block;
    font-size:13px;
    padding:15px;
  }

  label.error {
    color: red; 
    padding-left: .5em;
    font-style:italic;
    font-size:12px;
    background-color: #eee;
    display:block;
    padding: 5px;
    font-weight: none;
    border-bottom:1px solid #ccc;
  }

  .overflow{
    overflow:hidden; height:110px; width:100%; background:#cecece;
  }



* {margin: 0; padding: 0;}
.tree ul {
padding-top: 20px; position: relative;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}

.tree li {
float: left; text-align: center;
list-style-type: none;
position: relative;
padding: 20px 3px 0 3px;

transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
content: '';
position: absolute; top: 0; right: 50%;
border-top: 1px solid #336699;
width: 50%; height: 20px;
}
.tree li::after{
right: auto; left: 50%;
border-left: 1px solid #336699;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
border: 0 none;

}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
border-right: 1px solid #336699;
border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
content: '';
position: absolute; top: 0; left: 50%;
border-left: 1px solid #336699;
width: 0; height: 20px;
}

.tree li .link{
border: 1px solid #336699;
padding: 6px 6px;
text-decoration: none;
color: #fff;
font-weight: bold;
font-family: arial, verdana, tahoma;
font-size: 11px;
display: inline-block;
background-color: #336699;
border-radius: 5px 5px 0px 0px;
width:101px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}

.tree li .link0{
border: 1px solid #8a8a8a;
padding: 5px 5px;
text-decoration: none;
color: red;
font-weight: bold;
font-family: arial, verdana, tahoma;
font-size: 11px;
display: inline-block;
background-color: #cecece;
border-radius: 5px 5px 0px 0px;
width:101px;
-webkit-border-radius: 5px 5px 0px 0px;
-moz-border-radius: 5px 5px 0px 0px;
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
color: #000; border: 1px solid #94a0b4;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
border-color:  red;
}

.image0{
border-radius:60px; width:50px;
border:2px solid #fff;
}

.image{
border-radius:60px; width:40px;
border:2px solid #fff;
}

.image2{
border-radius:60px; width:37px;
border:2px solid #fff;
}

.judul {
  font-weight: bold;
}

.produk-item{
padding-left:6px;
padding-right:6px;
margin-bottom:12px;
}

.produk-card{
border:1px solid #eeeeee;
background:#fff;
height:300px;
padding:0;
width:100%;
position:relative;
overflow:hidden;
}

.produk-card:hover{
border:1px solid #cecece;
background-color:#fafafa;
}

.produk-link{
display:block;
height:100%;
padding:8px;
text-decoration:none !important;
}

.produk-title{
line-height:20px;
height:42px;
overflow:hidden;
margin:0 0 8px 0;
color:#064f9e;
font-size:14px;
}

.produk-image-wrap{
height:178px;
position:relative;
overflow:hidden;
background:#f7f7f7;
}

.discount-badge{
position:absolute;
top:8px;
right:8px;
z-index:3;
background:#c0392b;
color:#fff;
font-weight:bold;
font-size:12px;
line-height:18px;
padding:4px 7px;
border-radius:3px;
box-shadow:0 2px 5px rgba(0,0,0,.18);
}

.detail-badge{
font-size:15px;
line-height:22px;
padding:6px 10px;
}

.produk-price{
color:green;
font-size:15px;
line-height:22px;
margin-top:6px;
display:inline-block;
}

.produk-price-old{
color:#8a8a8a;
font-size:13px;
line-height:18px;
margin-left:4px;
display:inline-block;
}

.produk-empty{
color:#b00;
font-weight:bold;
font-size:12px;
line-height:18px;
display:block;
min-height:18px;
}

.produk-empty-placeholder{
visibility:hidden;
}

.keranjang{
top:8px; left:-9px;
}

.keranjang-notif{
  margin:-27px 0px 0px 5px; 
  position:absolute;
}

.search {
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    font-size: 13px;
    background-color: #ffffff;
    background-image: url('searchicon.png');
    background-position: 8px 5px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search:focus {
    width: 100%;
}

.blur{
    width:100%; height:100%; display:block; object-fit:cover;
    -webkit-filter: blur(5px); -moz-filter: blur(5px); -ms-filter: blur(5px); -o-filter: blur(5px); filter: blur(5px);
}

.stok{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight:bold;
    color:#fff;
    background-color:#bbb;
    width: 60px;
    height: 60px;
    padding-top:10px;
    border-radius:120px;
}

.normal{
    width:100%; height:100%; display:block; object-fit:cover;
}

.produk-detail-main{
    width:100%;
    background:#f7f7f7;
    overflow:hidden;
    position:relative;
}

.produk-detail-main img{
    width:100%;
    max-height:540px;
    object-fit:contain;
    display:block;
}

.produk-detail-main.is-empty img{
    opacity:.5;
}

.variant-soldout{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background:rgba(0,0,0,.68);
    color:#fff;
    font-weight:bold;
    padding:10px 18px;
    border-radius:3px;
    letter-spacing:.3px;
}

.produk-detail-main.is-empty .variant-soldout{
    display:block;
}

.produk-detail-thumbs{
    margin-top:10px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.variant-thumb{
    width:72px;
    height:72px;
    border:1px solid #ddd;
    padding:2px;
    background:#fff;
}

.variant-thumb.active{
    border-color:#336699;
    box-shadow:0 0 0 2px rgba(51,102,153,.18);
}

.variant-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.variant-buttons{
    margin:4px 0 12px;
}

.variant-button{
    margin:0 5px 6px 0;
}

@media (max-width: 767px){
  .produk-card{height:285px;}
  .produk-image-wrap{height:165px;}
}

.valign{
    vertical-align: middle !important;
}

.keranjang-checkouts{
    bottom: -0px;
    left: -27px;
    position: relative;

}

/* Premium Batik Heritage Frontend */
:root{
    --batik-primary:#063B2A;
    --batik-primary-hover:#0B4A36;
    --batik-gold:#C6A15B;
    --batik-bg:#F8F4EA;
    --batik-surface:#FFFFFF;
    --batik-text:#1E2A24;
    --batik-muted:#6F7C73;
    --batik-border:#D8E3D7;
    --batik-soft:#8FAF9B;
    --font-brand:"Cinzel", serif;
    --font-heading:"Cormorant Garamond", serif;
    --font-body:"Inter", Arial, sans-serif;
}

body.batik-premium{
    background:var(--batik-bg);
    color:var(--batik-text);
    font-family:var(--font-body);
    font-size:15px;
    line-height:1.65;
    margin:0;
    padding:0;
}

.batik-premium a{
    color:var(--batik-primary);
}

.batik-premium a:hover,
.batik-premium a:focus{
    color:var(--batik-primary-hover);
    text-decoration:none;
}

.batik-premium .container{
    max-width:1200px;
}

.site-header{
    background:var(--batik-bg);
    border-bottom:1px solid var(--batik-border);
    color:var(--batik-text);
}

.site-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:26px;
    padding:18px 15px;
}

.brand-area,
.header-tools{
    float:none;
    padding-left:0;
    padding-right:0;
    min-width:0;
}

.brand-logo{
    display:inline-flex;
    align-items:center;
}

.brand-logo img{
    display:block;
    width:auto;
    max-width:430px;
    height:66px;
    object-fit:contain;
}

.header-tools-inner{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:10px;
    width:100%;
}

.top-links{
    color:var(--batik-muted);
    font-family:var(--font-body);
    font-size:13px;
    font-weight:500;
    letter-spacing:.01em;
    white-space:nowrap;
}

.top-links a{
    color:var(--batik-primary);
    font-weight:600;
}

.search-form{
    width:min(100%, 450px);
}

.search-form .form-group{
    width:100%;
}

.batik-premium .search{
    height:42px;
    border:1px solid var(--batik-border);
    border-radius:999px;
    background-color:var(--batik-surface);
    background-position:14px 10px;
    color:var(--batik-text);
    font-family:var(--font-body);
    font-size:14px;
    padding:10px 18px 10px 44px;
    box-shadow:0 8px 22px rgba(6,59,42,.05);
}

.batik-premium .search:focus{
    border-color:var(--batik-soft);
    box-shadow:0 0 0 3px rgba(143,175,155,.2);
    outline:0;
}

.site-navbar{
    margin-bottom:0;
    border:0;
    border-radius:0;
    background:var(--batik-primary);
    box-shadow:0 8px 20px rgba(6,59,42,.12);
}

.site-navbar .nav-container{
    position:relative;
}

.site-navbar .navbar-nav>li>a{
    border-top:0;
    color:#fff !important;
    font-family:var(--font-body);
    font-size:14px;
    font-weight:600;
    letter-spacing:.01em;
    padding:17px 22px;
}

.site-navbar .navbar-nav>li>a:hover,
.site-navbar .navbar-nav>.open>a,
.site-navbar .navbar-nav>.open>a:focus,
.site-navbar .navbar-nav>.open>a:hover{
    background:var(--batik-primary-hover) !important;
    color:#fff !important;
    border-top:0;
}

.site-navbar .navbar-right>li>a{
    color:#fff !important;
}

.site-navbar .dropdown-menu{
    border:1px solid var(--batik-border);
    border-radius:8px;
    box-shadow:0 12px 28px rgba(6,59,42,.12);
    overflow:hidden;
}

.site-navbar .dropdown-menu>li>a{
    color:var(--batik-text) !important;
    font-family:var(--font-body);
    font-weight:500;
    padding:10px 16px;
}

.site-navbar .dropdown-menu>li>a:hover{
    background:#f4efe2;
    color:var(--batik-primary) !important;
}

.site-navbar .navbar-toggle{
    border-color:rgba(255,255,255,.45);
    background:transparent;
}

.site-navbar .navbar-toggle .icon-bar{
    background:#fff;
}

.container-content{
    margin-top:24px;
    margin-bottom:44px;
}

.homepage-main .sidebar-title{
    margin-top:28px;
}

.homepage-main .sidebar-title + hr{
    margin-top:0;
    margin-bottom:18px;
}

.catalog-main .sidebar-title{
    margin-top:0;
}

.catalog-main .sidebar-title + hr{
    margin-top:0;
    margin-bottom:16px;
}

.catalog-filter{
    margin-bottom:22px;
    padding:16px;
    border:1px solid var(--batik-border);
    border-radius:10px;
    background:var(--batik-surface);
    box-shadow:0 10px 24px rgba(6,59,42,.06);
}

.catalog-filter label{
    display:block;
    margin-bottom:7px;
    color:var(--batik-muted);
    font-family:var(--font-body);
    font-size:12px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.catalog-filter .form-control{
    height:40px;
    border:1px solid var(--batik-border);
    border-radius:8px;
    box-shadow:none;
    color:var(--batik-text);
    font-family:var(--font-body);
}

.catalog-filter .form-control:focus{
    border-color:var(--batik-soft);
    box-shadow:0 0 0 3px rgba(143,175,155,.18);
}

.catalog-filter .btn{
    height:40px;
    border-radius:8px;
}

.filter-reset{
    margin-top:10px;
    text-align:right;
}

.filter-reset a{
    color:var(--batik-muted);
    font-size:12px;
    font-weight:600;
}

.filter-reset a:hover{
    color:var(--batik-primary);
}

.catalog-empty{
    padding:28px;
    border:1px dashed var(--batik-border);
    border-radius:10px;
    background:rgba(255,255,255,.62);
    color:var(--batik-muted);
    font-family:var(--font-body);
    font-weight:600;
    text-align:center;
}

.category-panel,
.box-sidebar{
    border:1px solid var(--batik-border);
    border-radius:10px;
    background:var(--batik-surface);
    box-shadow:0 12px 28px rgba(6,59,42,.07);
    padding:14px;
}

.category-panel-title,
.sidebar-title{
    position:relative;
    margin:0 0 10px;
    padding:0 0 9px;
    border-bottom:1px solid var(--batik-border);
    color:var(--batik-text);
    font-family:var(--font-heading);
    font-size:21px;
    font-weight:700;
    letter-spacing:.02em;
}

.category-panel-title:after,
.sidebar-title:after{
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:62px;
    height:2px;
    background:var(--batik-gold);
}

.category-link{
    display:block;
    margin-bottom:8px;
    padding:10px 12px;
    border:1px solid var(--batik-border);
    border-radius:8px;
    background:#fbfaf5;
    color:var(--batik-text) !important;
    font-family:var(--font-body);
    font-size:14px;
    font-weight:600;
    text-align:left;
    transition:background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.category-link .glyphicon{
    margin-right:7px;
    color:var(--batik-gold);
    font-size:11px;
}

.category-link:hover{
    transform:translateY(-1px);
    border-color:var(--batik-soft);
    background:var(--batik-primary);
    color:#fff !important;
}

.category-link:hover .glyphicon{
    color:var(--batik-gold);
}

.category-panel .category-link{
    display:flex;
    align-items:center;
    min-height:48px;
    margin:0;
    padding:12px 6px;
    border:0;
    border-bottom:1px solid rgba(216,227,215,.78);
    border-radius:0;
    background:transparent;
    font-size:14px;
}

.category-panel .category-link:last-child{
    border-bottom:0;
}

.category-panel .category-link:hover{
    transform:none;
    background:#f4efe2;
    color:var(--batik-primary) !important;
}

.hero-slide-wrap .jumbotron{
    border:1px solid var(--batik-border);
    border-radius:10px;
    background:var(--batik-surface);
    box-shadow:0 14px 32px rgba(6,59,42,.09);
    overflow:hidden;
}

.slider-wrapper,
.theme-default .nivoSlider{
    border-radius:10px;
    overflow:hidden;
}

.nivoSlider img,
.theme-default .nivoSlider img{
    border:0 !important;
    border-radius:0;
    padding:0;
}

.theme-default .nivo-caption{
    background:rgba(6,59,42,.82);
    color:#fff;
    font-family:var(--font-body);
    font-weight:600;
    padding:12px 16px;
}

.theme-default .nivo-controlNav{
    padding:10px 0 6px;
}

.theme-default .nivo-directionNav a{
    border-radius:50%;
    background-color:rgba(255,255,255,.72);
}

.batik-premium .sidebar-title:not(.top){
    margin-top:26px;
    border-bottom-color:var(--batik-border);
}

.produk-grid{
    margin-left:-10px;
    margin-right:-10px;
}

.produk-item{
    padding-left:10px;
    padding-right:10px;
    margin-bottom:22px;
}

@media (min-width: 992px){
    .homepage-main .produk-item{
        width:20%;
    }
}

.produk-card{
    height:335px;
    border:1px solid var(--batik-border);
    border-radius:10px;
    background:var(--batik-surface);
    box-shadow:0 10px 24px rgba(6,59,42,.07);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.produk-card:hover{
    transform:translateY(-3px);
    border-color:var(--batik-soft);
    background:var(--batik-surface);
    box-shadow:0 16px 34px rgba(6,59,42,.12);
}

.produk-link{
    padding:12px;
}

.produk-title{
    height:48px;
    margin:0 0 12px;
    color:var(--batik-text);
    font-family:var(--font-body);
    font-size:14px;
    font-weight:600;
    line-height:1.55;
}

.produk-image-wrap{
    height:196px;
    border-radius:8px;
    background:#f4efe2;
}

.home-featured-grid{
    margin-left:-7px;
    margin-right:-7px;
}

.home-featured-grid .produk-item{
    padding-left:7px;
    padding-right:7px;
    margin-bottom:12px;
}

.homepage-main .home-featured-grid .produk-card{
    height:238px;
    border-radius:9px;
}

.homepage-main .home-featured-grid .produk-link{
    padding:9px;
}

.homepage-main .home-featured-grid .produk-title{
    height:39px;
    margin-bottom:8px;
    font-size:12px;
    line-height:1.45;
    overflow:hidden;
}

.homepage-main .home-featured-grid .produk-image-wrap{
    height:126px;
    border-radius:7px;
}

.homepage-main .home-featured-grid .produk-price{
    font-size:13px;
}

.homepage-main .home-featured-grid .produk-price-old,
.homepage-main .home-featured-grid .produk-empty{
    font-size:11px;
}

.homepage-main .home-featured-grid .discount-badge{
    top:8px;
    right:8px;
    padding:4px 7px;
    font-size:11px;
}

.home-featured-more{
    margin-top:8px;
    text-align:center;
}

.home-featured-more a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 18px;
    border:1px solid var(--batik-primary);
    border-radius:999px;
    background:var(--batik-primary);
    color:#fff !important;
    font-family:var(--font-body);
    font-size:13px;
    font-weight:700;
}

.home-featured-more a:hover{
    background:var(--batik-primary-hover);
    border-color:var(--batik-primary-hover);
}

.produk-price{
    color:var(--batik-primary);
    font-family:var(--font-body);
    font-size:15px;
    font-weight:700;
}

.produk-price-old{
    color:var(--batik-muted);
}

.discount-badge{
    background:var(--batik-gold);
    color:#fff;
    border-radius:999px;
    box-shadow:0 6px 16px rgba(198,161,91,.24);
    font-family:var(--font-body);
    font-weight:700;
}

.produk-empty{
    color:#b54a37;
    font-family:var(--font-body);
    font-weight:700;
}

.stok{
    background:rgba(6,59,42,.82);
    color:#fff;
    font-family:var(--font-body);
    font-size:11px;
    letter-spacing:.03em;
}

.batik-premium .btn-primary,
.batik-premium .btn-success{
    border-color:var(--batik-primary);
    background:var(--batik-primary);
    color:#fff;
    font-family:var(--font-body);
    font-weight:600;
}

.batik-premium .btn-primary:hover,
.batik-premium .btn-primary:focus,
.batik-premium .btn-success:hover,
.batik-premium .btn-success:focus{
    border-color:var(--batik-primary-hover);
    background:var(--batik-primary-hover);
    color:#fff;
}

.batik-premium .btn-warning{
    border-color:var(--batik-gold);
    background:var(--batik-gold);
    color:#fff;
    font-family:var(--font-body);
    font-weight:600;
}

.batik-premium h1,
.batik-premium h2,
.batik-premium h3,
.batik-premium h4,
.batik-premium .box-title{
    color:var(--batik-text);
    font-family:var(--font-heading);
    font-weight:700;
    letter-spacing:.01em;
}

.batik-premium hr{
    border-top-color:var(--batik-border);
}

.site-footer{
    border-top:1px solid rgba(198,161,91,.4);
    background:var(--batik-primary);
    color:#fff;
}

.site-footer .text-footer{
    color:rgba(255,255,255,.86);
    font-family:var(--font-body);
    line-height:1.7;
}

.site-footer b{
    color:#fff;
    font-family:var(--font-brand);
    letter-spacing:.08em;
}

@media (max-width: 991px){
    .site-header-inner{
        align-items:flex-start;
    }
    .brand-logo img{
        max-width:330px;
        height:58px;
    }
    .homepage-main .produk-item{
        width:33.333333%;
    }
}

@media (max-width: 767px){
    .site-header-inner{
        display:block;
        padding:14px 15px;
    }
    .brand-logo{
        display:flex;
        justify-content:center;
        margin-bottom:14px;
    }
    .brand-logo img{
        max-width:100%;
        height:58px;
    }
    .header-tools-inner{
        align-items:stretch;
    }
    .top-links{
        display:block;
        margin-top:4px;
        text-align:center;
        white-space:normal;
    }
    .search-form{
        width:100%;
    }
    .site-navbar .navbar-nav>li>a{
        padding:12px 15px;
    }
    .container-content{
        margin-top:16px;
    }
    .produk-card{
        height:310px;
    }
    .produk-image-wrap{
        height:170px;
    }
    .homepage-main .produk-item{
        width:50%;
    }
    .homepage-main .home-featured-grid .produk-card{
        height:262px;
    }
    .homepage-main .home-featured-grid .produk-image-wrap{
        height:150px;
    }
}


