/*Produk Page*/
.produk-page {
	display: table;
	float: left;
	width: 100%;
	margin-top: -25px;
	position: relative;
	padding-top: 65px;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 50px;
}
.produk-page .content-produk {
	padding: 5px 12px 12px 12px;
	border:solid 1px #eee;
	margin-bottom: 20px;
	background-color: white;
}
.produk-page .content-produk img {
	width: 100%;
}
.produk-page .content-produk small {
	color: #aaa;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.produk-page .content-produk h2 {
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
	margin-top: 0px;
	color: #020202;
	display: table;
}
.official-label {
	background: #292929;
	color: white;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 11px;
	margin-right: 3px;
	display: unset;
	font-weight: 600;
	letter-spacing: 0.4px;
}

.label-persen {
	background: #292929;
	color: white;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 11px;
	margin-right: 3px;
	display: unset;
	font-weight: 600;
	letter-spacing: 0.4px;
}
.official-label-mobile {
	display: none;

}
.produk-page .content-produk h3 {
	color: #323232;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;
}
.produk-page .content-produk h3 span {
	color: #cc3636;
	float: none;
	font-size: 16px;
	font-weight: normal;
	text-decoration: line-through;
}
.produk-page .content-produk .img-produk {
	width: 100%;
	position: relative;
}
.produk-page .content-produk .hover {
	display: none;
	background-color: rgba(255, 255, 255, 0.72);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	color: #eee;
}
.produk-page .content-produk .hover .menu-action {
	border-radius: 2px;
	position: relative;
	padding: 10px;
	top: 41%;
	float: inherit;
	margin: auto;
	display: table;
	border: 1px solid white;
	padding: 4px 9px 0px 9px !important;
	padding-bottom: 0px !important;
	font-size: 30px;

}
.produk-page .content-produk .hover .menu-action a {
	padding: 0px 10px;
	color: #777;
	font-weight: 600;
}
.produk-page .content-produk .hover .menu-action a:hover {
	text-decoration: none;
	color: orange;
}
.produk-page .content-produk:hover .img-produk .hover {
	display: block;
}
.produk-page .content-produk p {
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #aaa;
	font-weight: 500;
}
.produk-page .content-produk .link-blog {
	font-size: 13px;
	font-weight: bold;
	color: #3a3333;
	text-transform: uppercase;
	border-bottom:dotted 1px #ccc;
}
.produk-page .more {
	text-align: center;
	margin: auto;
	margin-top: 50px;
	padding: 15px 50px;
	border-radius: 50px;
	font-size: 18px;
	display: table;
	position: relative;
	font-weight: 600;
	text-decoration: none;
	border: solid 1px #eee;
	color: #3a3333;
}
.produk-page .more:hover {
	background: black!important;
	color: white;
}
.produk-page .more .icon-a {
	padding: 10px;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgb(238, 167, 54) 40%, rgb(222, 147, 28) 80%, rgba(213,173,109,1) 100%);
	color: white;
	width: fit-content;
	float: left;
}
.produk-page .more span {
	margin-top: 9px;
	margin-left: 20px;
	float: left;
	color: #333;
}