@charset "utf-8";
/* CSS Document */


/* STYLE SISI KIRI */
.column.left {
	width: 15%;
	margin-bottom: 5px;
	margin-right: 0,5%;
	font-size: 70%;
	
	}
.konleft {
	background-color: #FFF400;
	margin-left: 4px;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 4px;	
	}
.redyel {
	background: #FF0004;
	color: #FFF500;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: medium;
}
.bankleft {
	background-color: #FFFFFF;
	margin-left: 4px;
	text-align: center;
	border: 3px solid;
	padding-bottom: 4px;
	margin-top: 15px;
	}

.hkontak {
	font-weight: bold;
	background-color: #FFA600;
	color: #FFFFFF;
	text-shadow: 0 0 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	height: 20px;
}
.hbank {
	background-color: #150080;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
}
.notelpkiri{
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	font-size: large;
	line-height: 0.5px;
	height: 60px;
	padding-top: 15px;
	margin: 4px;
	font-family: amaranth;
	background-color: #03BF5E;
}





/* STYLE SISI KANAN */

.column.right {
	width: 15%;
	margin-left: 0,5%;
	font-size: 80%;
	margin-bottom: 10px;
	
}
.produkka {
	background-color: #00CBFF;
	margin-right: 4px;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;

}
.hproduk {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	font-size: medium;
}
.hsosmed {
	background-color: #4267B2;
	font-weight: bold;
	color: #FFFFFF;
}
.sosmedka {
	text-align: center;
	margin-right: 4px;
	margin-top: 15px;
	padding-bottom: 4px;
	border: 4px solid #4267B2;
}
.bestsell {
	text-align: center;
	margin-right: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border: 4px solid #FF0707;
	height:100%;
}

.hbestsell {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;

}
.marplace {
	text-align: center;
	margin-right: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border: 4px solid #42B549;
}
.hmpka {
	background-color: #42B549;
	font-weight: bold;
	color: #FFFFFF;

}
.ads {
	text-align: justify;
	margin-right: 4px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	border: 4px solid #0047A8;
}
.hads {
	text-align: center;
	background-color: #0047A8;
	font-weight: bold;
	color: #FFFFFF;

}
.mySlides {display:none;}

/* TREE BUTTON */
/* Tree Button Start */

a {
	text-decoration: none;
	color: #0096E9;
}
ul.tree, .tree li {
	list-style: inside;
	margin: 0;
	padding: 0;
	cursor: pointer;	
}

.tree ul {
  display:none;
	
}

.tree > li {
  display:block;
  background:#eee;
  margin-bottom:2px;
  text-align: left;
	
}

.tree span {
  display:block;
  padding:10px 12px;

}

.icon {
  display:inline-block;
}

.tree .hasChildren > .expanded {
	background-color: #6D79FF;
}

.tree .hasChildren > .expanded a {
  color:#fff;
}

.icon:before {
  content:"+";
  display:inline-block;
  min-width:20px;
  text-align:center;
}
.tree .icon.expanded:before {
  content:"-";
 
}

.show-effect {
  display:block!important;
}
/* Tree Button End */
.tabprod {
    height: 40px;
    padding-top: 10px;
	padding-left:5px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */


/* =========TABLET TABLET TABLET TABLET============= */
@media screen and (max-width: 768px) {
.column.left {
	 width: 15%;	
	 	}

.column.right {
	 width: 100%;	
	 	}
.notelpkiri{
	font-size: x-small;
	font-family: changa-one;
	font-style: normal;
	font-weight: 400;
}
.bankleft {
	display: none;
}
.bestsell {
	display: none;
}
}
/* =========SMARTPHONE SMARTPHONE SMARTPHONE============= */
@media (max-width:360px){
.column.left {
 	width: 100%;	
}

.column.right {
	width: 100%;	
	 	}	
}
