@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

@font-face {
	font-family: MyFont;
    src: url(HelveticaLTStd-Light.otf);	
}

@font-face {
	font-family: MyFontBold;
    src: url(HelveticaLTStd-Bold.otf);	
}

#header-menu-container {
	overflow:auto;	
	background:#000;	
	width:100%;
	margin-top:1.5%;
}
#GridPrdk:hover {
	border:1px solid #7a7676;
	cursor:pointer;	
}
#frame-GridPrdk {
	width:60%;
	margin:0% 20%;	
}
#sub-info {		
	position:relative;
	display:block;
	height:70px;
	width:100%;	
}
#prdk-rating {
	cursor:default;		
	border-top:1px solid #CCC;
	display:block;
	width:auto;
	font-size:16px;
	text-align:center;	
	margin:0px 30px;
	padding-top:10px;	
}

#prdk-rating-num {	
	font-size:12px;
	padding-left:10px;
	cursor:default;		
}
#prdk-fav-btn {
	padding-top:40px;
	font-size:9px;
	font-weight:bold;	
}
#prdk-fav-love-icon {
	font-size:16px;
	padding-right:5px;
	color:#F00;	
}
.btn-add-to-cart {
	position:absolute;	
	border:none;
	background-color:#C00;	
	padding:8px;
	font-size:11px;
	color:#FFF;		
	top:5%;
	left:50%;
	transform:translate(-50%,-5%);
	z-index:99;
}
.btn-add-to-cart:hover {
	background-color:#F00;
	color:#FFF;
	transition: all 0.3s ease 0s;
}
.prdk-short-desc {
	text-decoration:none;
	color:#000;
	padding:2%;
	display:block;
	margin-bottom:10%;
	margin-top:5%;
	text-align:center;
	font-family: MyFont;
}
.prdk-short-desc:hover {
	color:#000;
}
.prdk-short-desc:visited {
	color:#000;
}
.prdk-harga {
	padding:2%;
	padding-bottom:7%;	
	text-align:center;
	display:block;
	color:#000;	
	/*font-family:MyFontBold;	*/
}

.prdk-img {
	text-align:center;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

#GridPrdk {	
	width: 99%;	
	border: 1px solid #FFF;	
}

.run-text {width:100%;color:#C00;font-size:0.8rem;}
.prdk-fav-btn div {position:relative;display: block;}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.flex-item {  
	padding-top: 5px;
	/*margin-left: 2%;*/
	margin-top: 2%;
	margin-bottom: 2%;
	width: 95%;
	height: auto;
	/*margin-top: 10px;  */
	/*line-height: 400px;*/
	/*
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	*/
}

.prdk-short-desc {
	font-size:22px;	
}

#prdk-add-btn {
	position:relative;	
	display:block;
	text-align:center;
	z-index:0;		
}

.prdk-harga {
	font-size:30px	
}

#header-menu-gb {			
	clear:none;
	float:left;
	width: 100%;	
	padding-top: 10%;  /* slope */
	height: 100px;  /* start height */
	background-size: cover;
  	-moz-background-size: cover;  /* Firefox 3.6 */
  	background-position: 0% 50%;  /* Internet Explorer 7/8 */  		
}
#header-menu-teks {			
	clear:none;
	float:left;
	width: 96%;		
	color:#FFF;
	margin:2%;	
}
#header-menu-teks-1 {
	font-size:34px;
	margin-top:20px;
	margin-bottom:10px;
}
#header-menu-teks-2 {
	font-size:14px;
	color:#CCC;
	margin-bottom:40px;
}
#header-menu-teks-3 {	
	font-size:14px;
	color:#CCC;
	line-height:25px;
}

.prdk-price-info {
    font-weight:normal !important;
    font-size:1rem;
    color:#C00;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.flex-item {  
	padding-top: 5px;
	/*margin-left: 2%;*/
	margin-top: 2%;
	margin-bottom: 2%;
	width: 43%;
	height: auto;
	/*margin-top: 10px;  */
	/*line-height: 400px;*/
	/*
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	*/
}

.prdk-short-desc {
	font-size:18px;	
}

#prdk-add-btn {
	position:relative;	
	display:block;
	text-align:center;
	z-index:0;		
}

.prdk-harga {
	font-size:26px	
}

#header-menu-gb {			
	clear:none;
	float:left;
	width: 100%;	
	padding-top: 10%;  /* slope */
	height: 250px;  /* start height */
	background-size: cover;
  -moz-background-size: cover;  /* Firefox 3.6 */
  background-position: 0% 50%;  /* Internet Explorer 7/8 */  		
}
#header-menu-teks {			
	clear:none;
	float:left;
	width: 46%;		
	color:#FFF;
	margin:2%;	
}
#header-menu-teks-1 {
	font-size:34px;
	margin-top:20px;
	margin-bottom:10px;
}
#header-menu-teks-2 {
	font-size:17px;
	color:#CCC;
	margin-bottom:40px;
}
#header-menu-teks-3 {	
	font-size:17px;
	color:#CCC;
	line-height:25px;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.flex-item {  
	padding-top: 5px;
	/*margin-left: 2%;*/
	margin-top: 2%;
	margin-bottom: 2%;
	width: 30%;
	height:auto;
	/*max-height: 400px;*/
	/*margin-top: 10px;  */
	/*line-height: 400px;*/
	/*
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	*/
}

#prdk-add-btn {
	position:relative;	
	display:none;
	text-align:center;
	z-index:0;		
}

.prdk-short-desc {
	font-size:16px;	
}

.prdk-harga {
	font-size:20px	
}

#header-menu-gb {			
	clear:none;
	float:left;
	width: 100%;	
	padding-top: 10%;  /* slope */
	height: 250px;  /* start height */
	background-size: cover;
  	-moz-background-size: cover;  /* Firefox 3.6 */
  	background-position: 40% 50%;  /* Internet Explorer 7/8 */  		
}
#header-menu-teks {			
	clear:none;
	float:left;
	width: 46%;		
	color:#FFF;
	margin:2%;	
}
#header-menu-teks-1 {
	font-size:39px;
	margin-top:20px;
	margin-bottom:10px;
}
#header-menu-teks-2 {
	font-size:20px;
	color:#CCC;
	margin-bottom:40px;
}
#header-menu-teks-3 {	
	font-size:20px;
	color:#CCC;
	line-height:25px;
}
#GridPrdk:hover #prdk-add-btn {
	display:block;
}
#GridPrdk:hover #prdk-rating {
	display:none;
}
}