body{
    background-color: transparent;
    /*
    opacity:0.4;
    
    -webkit-transition: opacity 2s ease-out;
       -moz-transition: opacity 2s ease-out;
        -ms-transition: opacity 2s ease-out;
         -o-transition: opacity 2s ease-out;
            transition: opacity 2s ease-out;
    */
}

.side_bar_box_head {
    background-color: transparent;
    color: #c24b3a;
}
.searching_field{
    outline: 1px solid #dc8f4a;
}
#header {
    background-color: transparent;
    padding-top:0;
    margin-top: 30px;
}
#header_wrapper {
    /* border-bottom: 3px double #c9c9c9; */
    border-bottom: 0px solid #c24b3a;
    background-color: #ea4c3d;
    /*top:-8px;*/
    height: 105px;
    top:20px;
}
#header_top, #header_top a{
    color: #383434;
}
#header_top{
    border-top: 5px solid #e68536;
    border-bottom: 0;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 0 2%;
    font-size: 11px;
    position: fixed;
    width: 100%;
    top: 0;
    left:0;
    z-index: 100;
}
.header_member, .header_social_container{
    margin-top:4px;
}
#header_right{
    /*margin-top: 10px;*/
}
#header_logo{
    margin-top:-4px;
}
#header_logo img{
    max-height: 105px;
    max-width:none;
}
#header_nav{
    margin-top:13px;
}
#nav_horizontal a, #nav_horizontal span{
    color: #fff;
}
#nav_horizontal li:hover {
    background-color: #e68536;
}
#nav_horizontal li ul{
    border: 3px solid #e68536;
    top:29px;
}
#footer{
    border-top: 3px double #c9c9c9;
}
#header_content_2{
    max-width: 820px;
}
.panel-info{
    border-color: #ca7a33;
    border-radius: 0px; 
}
.panel-info>.panel-heading{
    background-color: #ca7a33;
    border-color: #ca7a33;
    border-radius: 0px; 
}
.produk_show:hover {
    outline: 1px solid #d8914e;
}
.as_button, .div_button_shopping_cart .button_form_shopping_placer input, .div_button_shopping_cart .button_form_shopping_placer a{
    border: 1px solid #a46c3c;
    border-radius: 0px; 
    background-color: #de863d;
}
.box_thumb_produk .button_produk,.add_to_cart_button_container_produk_show #add_to_cart_button{
    background-color: #ce7b32;
}
@media screen and (max-width: 980px) {
    #header{
        margin-top:0;
    }
    #header_mobile{
        background-color: #9c3e3e;
    }
    #header_top{ 
        display:none
    }
    #header_left{
        /*display:none;*/
    }
    #header_logo img{
        max-height:150px;
    }
}
@media screen and (max-width: 400px) {
    #header_logo img{
        max-height:120px !important;
    }
    .banner_slide_show_top{
        display:none !important;
    }
}