/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

section#main-body {
    background-color: #ffffff;
}
.navbar-main {
    background-color: #015958;
}


section#home-banner {
    background-color: #2e363f;
}




section#header {
    background-color: #25242B;
}

ul.top-nav>li:active>a, ul.top-nav>li:focus>a, ul.top-nav>li:hover>a, ul.top-nav>li>a:focus {
    color: #ffffff;
}

.product-desc ul br{
        display:none;
}
.product-info ul br{
        display:none;
}

.table-striped tbody tr td ul br{
    display:none;
}

.main-content p[style="text-align:center;"]{
    display: none;
}

.list-group {
	font-size: 1.1em;
}
.list-group-item{
  padding: 4px 15px;
}

/* hapus dropdown waktu checkout di layar mobile */
div.pull-left.form-inline{
    display: none;
}

/* membuat image responsif */
body img {
    max-width: 100%;
    height: auto;
}

section#footer {
    line-height: 20px;
}

 /*currency hide*/
/*div.panel-sidebar div.panel-body{
    display: none;
}*/

/*div.panel-sidebar div.panel-heading h3 i{
    
}*/

section#header {
    background-color: #00aa53;
}

ul.top-nav>li>a {
    color: #000;
}

li#Primary_Navbar-PROMO{
  background-color:#ff4081;
}



section#footer {
    background-color: #015958;
    color: white;
    font-size: 1.0em;
}

section#footer div div ul li a {
    color: white;
}

.kb-article-content {
	line-height: 1.4em;
}
