/*
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/Raleway-Thin.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/Raleway-Light.ttf');
  font-weight: 200;
}
*/
@font-face {
  font-family: 'Raleway';
  src: url('/fonts/raleway/Raleway-Regular.ttf');
  font-weight: 400;
}

html, body {
	font-family: 'Raleway', sans-serif !important;
}
/*================================= FORM INPUT =================================*/
form{
    background-color: transparent;
    -moz-border-radius: 5px;
    -webkit-border-radiust: 5px;
    border-radius: 5px;
    padding: 20px;
    border: 0px solid #EAEAEA;
    position: relative;
}
.simple_form{
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
/*====================================================================================================*/

.content-wrapper {
	width: 1000px;
	margin: 0 auto;
}

.content-menu-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}
.col-xs-9 {
  width: 78%;
}
.content-menu-banner{
    max-width: 1000px;
    max-height: 350px;
    margin: 0 auto;
}
.content-menu {
	min-width: 750px;
	padding-top: 50px;
	padding-left: 0px; 
	padding-bottom: 50px;
}
.content-menu img{
    /*width: 98% !important;*/
    /*height: auto !important;*/
}
.full-wrapper {
	width: 100%;
}

#header {

	margin-top: 30px;

	padding: 10px 0;

}

.div_web_outlet_header ~ #wrapper #header {
  margin-top: 0px !important;
}

#header_logo {

	text-align: left;

}

#header_logo img {

	max-height: 80px;

}

#header-right {

	font-size: 9pt;

	margin-top: 25px;

}





#searching-input {

	border: 1px solid #CCC;

	border-radius: 2px;

	padding: 0;

}

#pencarian_parameter {

	width: 90%;

	display: inline-block;

}

#searching-input .form-control {

	height: auto;

	padding: 3px 10px;

	-webkit-box-shadow: none;

	box-shadow: none;

	border: none;

}

#searching-label {

	color: #74B849;

}


#header-right-left {

	padding-top: 12px;

	padding-right: 0;

	text-align: right;

}

#header-right-left span {

	padding: 0 1px;

}


#header-menu {
	/*background-color: #707070;*/
	/*background: url('/images/bg_menu_grey.png');*/
	color: #707070;
    font-weight: bolder;
    margin-bottom: 10px;
}
#nav_mobile_menu {
	display: none;
}
#nav_horizontal ul {
	padding: 0;
}
#nav_horizontal li {
	display: table-cell;
	padding: 5px 20px;
    float: right;
}
#nav_horizontal a {
	color: #707070;
}
#nav_horizontal li:hover {
	background-color: #707070;
	color: white;
}
#nav_horizontal li:hover a {
	color: white;
	text-decoration: none;
}

#nav_horizontal ul li ul{
	display: none;
}
#nav_horizontal .main_menu_cursor_pointer{
    display:none;
}
#container{
	min-height: 471px;
}
#footer {
	color: #707070;
	font-weight: bold;
}          
#footer-top {
	/*background: #707070;*/
	/*background: url("/images/bg_footer_grey.png");*/
	/*background-size: 100% auto;*/
	/*padding: 50px 0;*/
}
#footer-top a{
	color: #707070;
	text-decoration: none;
}
#footer-top a:hover {
  text-decoration: none;
  color: #000;
}
#footer-top .content-wrapper{
    border-top: 3px #707070 dashed;
    padding-top: 10px;
}

#footer-top ul {
	padding: 0;
	margin: 15px 0 0;
}
#footer-top li {
	list-style: none;
	padding: 1px 0;
	font-size: 9pt;
}
#social {
	margin: 17px 0;
}

#social span {

	display: inline-block;

	background-color: #BDC2C8;

	color: #707070;

	font-size: 18px;

	padding: 5px 0;

	width: 30px;

	text-align: center;

	margin-right: 8px;

}

#footer-bottom {
	background-color: #020202;
	text-align: center;
	font-size: 9pt;
	padding: 30px 0;
}

#footer_content #footer_content_1 div {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #707070;
}

#footer_content #footer_content_1 div:last-child {

	border-right: none;

}

#footer_content #footer_content_1 a {

	color: #DBDBDB;

}

#footer_content #footer_content_1 a:hover {

	color: white;

	text-decoration: none;

}

#footer_content_2 {

	margin-top: 5px;

	margin-bottom: 10px;

}



#nav_horizontal ul {

	margin-bottom: 0;

}

.sidebar-menu {
	background-color: transparent; /*#646464;*//*#4B4949;*//*#999;*/
	color: #3B3B3D;
    font-weight: bold;
	height: 100%;
	min-height: 471px;
	padding: 50px 30px;
	width: 220px;
}

.sidebar-menu h1 {
    display: none;
	margin-bottom: 0;
	color: #000;
}
.sidebar-menu h4 {
	margin-top: 0;
}
.sidebar-menu ul {
	padding-left: 0;
	margin-top: 40px;
}

.sidebar-menu li {
	list-style: none;
	font-size: 14px;
	padding: 3px 0;
	font-weight: 100;
}
.sidebar-menu ul {
	margin-top: 20px;
}
.sidebar-menu a {
	text-decoration: none;
	color: #3D3D3F;
}
.sidebar-menu a:hover {
	font-weight: 200;
}
.side_bar_box_head {
	font-size: 16px;
	font-weight: 100;
}
.side_bar_menu_body{
    padding: 0 0 0 8px;
}
.modul_content_side_bar_kategori{
    margin-bottom: 30px;
}

.right {

    float: right;

    margin-left: 5px;

}

.left {

    float: left;

    margin-right: 5px;

}

/*================================= THUMB PRODUK =================================*/
.produk_show {
    outline: 0;
    padding: 1px;
    margin: 0 0 40px 15px;
    width: 172px;
}
.produk_show:hover {
    outline: 1px solid #74B849;
}
.box_thumb_produk .box_thumb_image {
  width: 170px;
  height: 260px;
  display: table;
  padding: 0;
  border: none;
}
.box_thumb_produk .box_thumb_image .center_image_wrapper{
    width: 170px;
}
.box_thumb_produk .box_thumb_image a{
    text-decoration:none;
}
.box_thumb_produk .box_thumb_image_note {
  margin-top: 12px;
}
.box_thumb_produk .thumb_harga_produk_container .thumb_harga_produk .thumb_harga_produk_normal{
    color:black;
}
.box_thumb_produk .thumb_produk_stok{
    display:none;
}
.box_thumb_produk .thumb_nama_produk{
    text-align:center;
    font-size:10pt;
}
.box_thumb_produk .box_thumb_image_note{
    height: 72px;
}
.box_thumb_produk .button_produk{/**/
    top: 12px;
    left: 5px;
    height: 30px;
    min-width: 70px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #d2322d;
    border: 1px solid #ac2925;
}
.box_thumb_produk .button_produk:hover{
    background-color: #E73A35;
}
#index_produk_header {
	margin-bottom: 50px;
	text-align: center;
}
.box_thumb_header {
  position: relative;
  width: 170px;
  height: 40px;
  padding-bottom: 5px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.box_thumb_produk .box_thumb_image:hover {
	background-color: transparent;
	border: none;
}
.box_thumb_produk .box_thumb_image .center_image {
  width: 170px;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box_thumb_produk .box_thumb_image img {
  max-width: 170px;
  max-height: 170px;
}
.edit_produk_thumb {
  position: absolute; 
  top: 100px;
  right: 0; 
  border: 1px solid #ADADAD; 
  border-top-left-radius: 4px;
  background-color: #8882BE;
  color: #FFF;
  z-index: 999999; 
  opacity: 0.9;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  display: none;
}
.hapus_produk_thumb {
  position: absolute;
  top: 130px;
  right: 0;
  border: 1px solid #ADADAD;
  border-bottom-left-radius: 4px;
  background-color: #8882BE;
  color: #FFF;
  z-index: 999999;
  opacity: 0.9;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  display: none;
}
.box_add_to_cart {
  font-size: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}

/*=================================  END THUMB PRODUK =================================*/

/*=================================  SHOW PRODUK =================================*/
#produk_content_4 table{
    width:100%;
}
#div_frame{
    width:600px !important;
}
.add_to_cart_button_container_produk_show #add_to_cart_button {
  background-color: #d2322d;
  border-color: #ac2925;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin: 0;
  -moz-border-radius: 2px;
  -webkit-border-radiust: 2px;
  border-radius: 2px;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
}
.add_to_cart_button_container_produk_show #add_to_cart_button:hover{/**/
    background-color: #E73A35;
}
#produk_breadcrumb {
	margin-bottom: 30px !important;
}
#produk_breadcrumb_merek_wrapper, #produk_hint{
    /*display:none;*/
}
#produk_hint{
    border:0 !important;
}
#produk_breadcrumb_sub_kategori_wrapper:after{
    /*display: none;*/
}
.image_ori img{
    max-width: 500px !important;
    max-height: 500px !important;
    /*min-width: 400px !important;*/
    min-height: 300px !important;
}

/*================================= SHOW PRODUK ======================================*/

.shopping_with_value a {

    color: #ED1C24;

}

#add_to_cart_form{

    position: relative;

    margin: 0 auto;

    display: block;

    width: auto;

}

#add_to_cart_form_label{

    float: left;

    vertical-align: middle;

    padding-top: 3px;

    margin-right: 5px;

}

#add_to_cart_form_text_box{

    float: left;

    margin: 0;

    padding: 0;

    width: 20px;

}

#add_to_cart_form_text_box input{

    margin: 0;

    padding: 1px;

    max-width: 100%;

    height: 18px;

    border: 0px;

    border: 1px solid silver;

    text-align: center;

    -moz-border-radius: 2px !important;

    -webkit-border-radiust: 2px !important;

    border-radius: 2px !important;

}

#add_to_cart_form_button{

    float: left;

    margin: 0;

    padding: 0;

    margin-right: 5px;

}

#add_to_cart_form_button input{

    margin: 0;

    padding: 0px;

    width: 70px;

    height: 21px;

    background: url('/images/cart_small.png') no-repeat;

    background-color: white;

    background-position: left;

    border: 1px solid silver;

    border-right: 0;

    cursor: pointer;

    padding-left: 20px;

    background-color: #BA0101;

    color: white;

    -moz-border-radius: 2px !important;

    -webkit-border-radiust: 2px !important;

    border-radius: 2px !important;

}

#add_to_cart_form_button input:hover{

    background-color: #790000;

    color: white;

}

#konfirmasi_pesanan {

    margin-top: 20px;

}

#konfirmasi_pesanan th {

    border: none;

    border-bottom: 2px solid #CCC;

    border-top: 2px solid #CCC;

    color: #8882BE;

    font-weight: bold;

    padding: 10px 5px;

    font-size: 14px;

    background-color: #EBEBEB;

}

#konfirmasi_pesanan td {

    border: none;

    border-bottom: 1px solid #CCC;

    padding: 10px;

    vertical-align: middle;

}

.konfirmasi_foot {

    text-align: right; 

    font-weight: bold;

    font-size: 14px;

}

.angka_harga {

    font-family: 'courier new';

    text-align: right;

    white-space: nowrap !important;

    width: 1%;

}

#konfirmasi_pesanan input[type="text"] {

    border: none;

    border-bottom: 1px solid #CCC;

    border-radius: 0px;

    box-shadow: none;

    margin-bottom: 0px;

}

#konfirmasi_pesanan input[type="text"]:focus {

    -webkit-box-shadow: 0 5px 5px -5px  rgba(82, 168, 236, 0.6);

     -moz-box-shadow: 0 5px 5px -5px rgba(82, 168, 236, 0.6);

          box-shadow: 0 5px 5px -5px rgba(82, 168, 236, 0.6);

}

.edit_shopping_cart {

    padding: 0px;

}

.input_jumlah_form_konfirmasi {

     max-width: 50px !important; 

     width: 50px; 

     text-align: center; 

     margin: 0 auto;

}

#informasi_pemesanan {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #CCC;
}


#informasi_pemesanan textarea {

    height: 100px;

}

#informasi_pemesanan label {

    font-weight: 200;

    font-size: 14px;

}

#informasi_pemesanan div.field {

    max-width: 100%;

}

#list_belanja table {

    border: 1px solid #CCC;

    margin: 20px 0px 40px;

}

#list_belanja th { 

    border: none;

    border-bottom: 2px solid #CCC;

    border-top: 2px solid #CCC;

    color: #8882BE;

    font-weight: 200;

    padding: 10px 5px;

    font-size: 14px;

    background-color: #EBEBEB;

}

#list_belanja td { 

    padding: 10px;

    border: none;

}

#list_belanja .konfirmasi_foot {

    border: none;

    padding: 10px;

    border-top: 1px solid #CCC;

    border-bottom: 1px solid #CCC;

    font-size: 14px;   

}

.button_konfirmasi {

    border: 1px solid silver;

    background-color: transparent;

    z-index: 0;

    color: white;

    background-image: url("/images/button_image.png");

    background-repeat: repeat-x;

    border: 1px solid #ccc;

    border-radius: 4px 4px 4px 4px;

    font-weight: bold;

    line-height: 14px;

    padding: 7px;

}

.button_konfirmasi:hover {

    background-image: url("/images/button_image_hover.png");

    background-repeat: repeat-x;

    text-decoration: none;

}

#batal_pesan {

    text-align: center;

    font-family: 'SEGOE UI';

    font-style: italic;

}

.shopping_cart_satuan, .shopping_cart_sub_total {

    text-align: right

}



#form_shopping_cart_detail {

    font-family: 'SEGOE UI';

}

#informasi_pemesanan .button_form_shopping, #konfirmasi_pesanan .button_form_shopping {
}

#informasi_pemesanan .button_form_shopping:hover, #konfirmasi_pesanan .button_form_shopping:hover {

    background-color: #47a447;

}
.as_button, 
.div_button_shopping_cart .button_form_shopping_placer input, 
.div_button_shopping_cart .button_form_shopping_placer a {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
}
.as_button, 
.div_button_shopping_cart .button_form_shopping_placer input:hover, 
.div_button_shopping_cart .button_form_shopping_placer a:hover {
    background-color: #47a447;
}
#timeline_shopping {
    background-color: #7CC576;
    height: 45px;
}
.timeline_process {
    border-right: 1px solid #7CAA52;
}
.timeline_shopping_aktif {
    background-color: #7CAA52;
}
.edit_shopping_cart {
	border: none;
	margin-top: 60px;
}

#informasi_pemesanan label {

	border: none;

}

#informasi_pemesanan br {

	display: none;

}

#informasi_pemesanan input[type="text"] {

	border: none;

	border-radius: 0 !important;

	border-bottom: 1px solid #CCC;

}

div.field input:focus {

	outline: 1px solid transparent;

	border: none !important;

	border-bottom: 1px solid #7CAA52 !important;

}

div.field textarea:focus {

	outline: 1px solid transparent;

	border: 1px solid #7CAA52 !important;

}

#list_belanja th {

	text-align: left;

}



/*================================= CONTACT US ======================================*/

#new_contact_u {

  border: none;

}

#contact_us_placer .media_embed {

    padding: 5px; 

    border: 1px solid #ccc; 

    border-radius: 5px;

    float: right;

    width: 50%;

}

#contact-us {

    padding-bottom: 10px;

    margin-bottom: 10px;

    border-bottom: 1px solid #CCC;

}

#contact-web {

    float: left;

    padding-right: 10px;

    margin: 0px;

    width: 45%;

}

#form-contact {

    margin: 0px;

    padding-left: 10px;

    padding-right: 10px;

    font-size: 13px;

    font-weight: 100 !important;

    border-radius: 5px;

    font-size: 12px;

    margin-top: 30px;

    border-top: 1px dashed #CCC;

}

.media_embed {

    padding: 5px; 

    border: 1px solid #ccc; 

    border-radius: 5px;

    width: 100%;

}

#msg-form {

    border-bottom: 1px solid #EAEAEA;

    padding: 10px;

    margin-left: -10px;

    text-align: center;

    font-size: 13px;

    font-weight: 400 !important;

}

#form-contact label {

    font-weight: 400 !important;

}

#form-contact div.field {

    max-width: 100% !important;

    width: 100% !important;

}

#form-contact div.field input, #form-contact div.field textarea {

    max-width: 60% !important;

    width: 60% !important;

    font-weight: 400;

    height: 30px;

}

#contact-table {

    border: 0px solid #FFF;

}

#contact-table td {

    border-bottom: 1px solid #CCC !important;

    padding: 8px 5px;

}

#form-contact input, #form-contact textarea {

    border: 1px solid #ccc;

    font-size: 12px;

    /*border-radius: 2px !important;*/

    /*line-height: 14px;*/

    padding: 3px 10px;

}

.text_center {

    text-align: center;

}

.text_right {

    text-align: right;

}

.text_left {

    text-align: left;

}

.td_no {

    width: 20px;

}

.box_form{

}

.right {

    float: right;

    margin-left: 5px;

}

.left {

    float: left;

    margin-right: 5px;

}

.clear {

    clear: both;

}

/**/
#produk_content_1{
    float: left;
    margin-right: 10px;
}

#produk_content_2{
    float: left;
    width: 360px;
    /*width: 45%;*/
    /*border: 1px solid #DDD;*/
    /*border-radius: 5px;*/
    /*padding: 10px;*/
    margin-left: 20px;
}

#produk_content_2 table {
    border: 0px solid #FFF;
}

#produk_content_2 tr {
    /*background-color: #82CA9D;*/
    border: 0px solid #82CA9D;
    /*border-bottom: 5px solid #FFF;*/
}

#produk_content_2 table td {
    border: none;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px;
}

/*#produk_content_2 table tr:last-child td {
    border-bottom: 1px solid #82CA9D;
}*/

#produk_content_2 table td:first-child {
    font-weight: normal !important;
    color: #5C5959;
}

#produk_content_2 table td:last-child {
    background-color: #FFF;
    color: #999;
}

.produk_content_2_full_page{
    float: left;
    width: 96%;
}

#produk_content_3{
    margin-top: 10px;

}
#Produk-detail-berat{
    width: 120px;
}

.bs-callout{
  display: none;
}

.panel-info {
  color: #999;
  border-color: #999;
}
.panel-heading{
  color: white !important;
  background-color: #999 !important;
  border-color: #999 !important;
}






#form-contact input[type="submit"] {

  border-radius: 0 !important;

  border: 0 !important;

  /*width: 100%;*/

  background-color: #73BB3D;

  padding: 5px 30px;

  font-size: 16px;

}

#form-contact input[type="submit"]:hover {

  background-image: none;

  background-color: #86C258;

}





/*Baru*/

#produk_head {

  margin-bottom: 30px;

}

/* --------------------- GALLERY --------------------- */
#h1_index_show_gallery{
    display:none;
}
.portfolio_container {
    width: 300px;
    margin-left: 15px;
}
.portfolio-label {
    font-size: 22px;
    color: #008A00;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}
.portfolio-label i {
    display: none;
}
.portfolio_img {
    width: 300px;
}
.portfolio_img > div {
}
.portfolio_img img {
}
.portfolio_img:hover {
    opacity: 1;
}
.portfolio_detail {
    text-decoration: none;
}
.portfolio_detail > div {
    color: #4C3232;
    background-color: #EEE;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin-top: 10px;
    padding: 8px;
    font-size: 12px;
}
.portfolio_detail > div:hover {
    background-color: #86C258;
    color: white;
}
.portfolio_detail:hover {
    text-decoration: none !important;
    color: #FFF;
}
.gallery_placer {
    display: table-cell;
    /*background: #FFF7F7;*/
    height: 150px;
    width: 240px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* --------------------- END GALLERY --------------------- */

/* ================================== GALLERY */


.gallery {

  float: left;

  margin-top: 0;

  margin-bottom: 5px;

}

.gallery_header {

}

.gallery_header a {

    text-decoration: none;

    font-size: 16px;

    color: #AE2694;

    font-weight: bold;

}

.gallery_content {
    display: table;
    border: 1px solid #E4E4E4;
    border-right: 0;
    border-left: 0;
    /* border-radius: 10px; */
    margin-right: 5px;
}

.gallery_placer {

    display: table-cell;

    /*background: #FFF7F7;*/

    height: 150px;

    width: 235px;

    text-align: center;

    vertical-align: middle;

    position: relative;

    overflow: hidden;

    text-overflow: ellipsis;

}

.gallery_placer:hover {

    background: #CCC;

}

.gallery_placer img {

    max-width: 235px;

    max-height: 140px;

    display: block;

    margin: 0 auto;

}

/* ================================== END GALLERY */

      
/*===================================== START BANNER*/
.banner_slide_show_top{
    max-width: 1000px;
    height: 350px;
}
.banner_slide_show_top img{
    max-width: 1000px;
    max-height: 350px;
}
/* Bootstrap carousel banner (disamakan dengan menutop_bootstrap) */
.carousel-control.right,
.carousel-control.left {
    background: none;
}
.carousel-inner {
    max-width: 1260px;
    margin: 0 auto;
}
/* Tinggi disesuaikan lebar container (.content-menu-banner ~1000px) agar gambar 1260x400 pas: 1000/3,15 ≈ 317px. Fixed -> stabil (tidak blink/loncat). */
.carousel .item {
    height: 317px;
    background-color: transparent;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    height: auto;
}
/*===================================== END BANNER*/

      
      
article > h1 {
  margin-bottom: 20px;
}
.box_note {
  display: none;
}


.artikel_thumb {
    position: relative;
}
.artikel_thumb_more {
    position: absolute;
    bottom: 20px;
    right: 0;
}

#header_pencarian {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
}
#header_pencarian_article {
    margin-top: 50px;
}
#pencarian_article {
    display: none;
}
      
      
      
      
      
      