div.category-menu {
	height: 100px;
	margin: auto;
	margin-top: 40px;
	position: relative;
	width: 1000px;
}

div.category-menu div.main-category {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

div.category-menu div.main-category div.item {
	cursor: pointer;
	margin: 0 20px;
	position: relative;
	width: 130px;
}

div.category-menu div.main-category div.item:hover p {
	color: #2c598a;
}

div.category-menu div.main-category div.item img {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
}

div.category-menu div.main-category div.item p {
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

div.modal-body div.main-category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

div.modal-body div.main-category div.item {
	cursor: pointer;
	margin: 0 10px;
	width: 90px;
}

div.modal-body div.main-category div.item:hover p {
	color: #2c598a;
}

div.modal-body div.main-category div.item img {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	width: 50px;
}

div.modal-body div.main-category div.item p {
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	margin-top: 10px;
	text-align: center;
}

div.daftar-produk {
	box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	width: 1100px;
}

div.daftar-produk div.card-header {
	background-color: #008cd7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	height: 40px;
	position: relative;
}

div.daftar-produk div.card-header p {
	font-family: "Open Sans";
	font-size: 15px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

div.daftar-produk div.card-header button {
	background-color: white;
	border: none;
	border-radius: 3px;
	color: #008cd7;
	font-family: "Nunito";
	font-size:12px;
	/*font-weight: 400;*/
	padding: 4px 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.2s;
	
}

div.daftar-produk div.card-header text {
	background-color: white;
	border: none;
	border-radius: 3px;
	color: #008cd7;
	font-family: "Nunito";
	font-weight: 600;
	padding: 4px 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.2s;
}

div.daftar-produk div.card-header button:hover {
	background-color: #FFFFFF;
}

div.daftar-produk div.bottom {
	background-color: white;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: auto;
	padding: 30px;
	width: 100%;
}

div.daftar-produk div.bottom div.card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
	border: none;
	border-radius: 7px;
	margin: 0 12px;
	width: 150px;
	padding:5px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

div.daftar-produk div.bottom div.card div.card-body {
	margin-top: 5px;
	padding: 0;
}

div.daftar-produk div.bottom div.card div.card-body p.card-text {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	 line-height: 1.2; /* Menyesuaikan jarak antar baris, lebih kecil berarti lebih rapat */
  letter-spacing: 0px; /* Mengatur jarak antar huruf (horizontal) */
}

div.daftar-produk div.bottom div.card div.card-body p.oldPrice {
	color: #777777;
	font-size: 14px;
	margin-top: 5px;
	text-decoration: line-through;
}

div.daftar-produk div.bottom div.card div.card-body p.newPrice {
/*	color: #2c598a;*/
color:green;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}


div.promo {
	box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height: auto;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	width: 1100px;
}

div.promo div.card-header {
	background-color: #008cd7;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
	height: 40px;
	position: relative;
}

div.promo div.card-header p {
	font-family: "Open Sans";
	font-size: 15px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

div.promo div.card-header button {
	background-color: white;
	border: none;
	border-radius: 3px;
	color: #008cd7;
	font-family: "Nunito";
		font-size:12px;
/*	font-weight: 600;*/
	padding: 4px 10px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	transition: 0.2s;
}

div.promo div.card-header button:hover {
	background-color: #FFFFFF;
}

div.promo div.bottom {
	background-color: white;
	border: 1px solid #ddd;
	border-top: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: auto;
	padding: 30px;
	width: 100%;
}

div.promo div.bottom div.card {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
	border: none;
	border-radius: 7px;
	margin: 0 12px;
	width: 150px;
	padding:5px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

div.promo div.bottom div.card div.card-body {
	margin-top: 5px;
	padding: 0;
}

div.promo div.bottom div.card div.card-body p.card-text {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	 line-height: 1.2; /* Menyesuaikan jarak antar baris, lebih kecil berarti lebih rapat */
  letter-spacing: 0px; /* Mengatur jarak antar huruf (horizontal) */
}

div.promo div.bottom div.card div.card-body p.oldPrice {
	color: #777777;
	font-size: 14px;
	margin-top: 5px;
	text-decoration: line-through;
}

div.promo div.bottom div.card div.card-body p.newPrice {
/*	color: #2c598a;*/
color:green;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
}

div.product-wrapper {
	height: auto;
	margin: auto;
	margin-bottom: 30px;
	position: relative;
	width: 1100px;
	
}
div.product-wrapper h2.title {
	color: #222222;
	font-family: "Open Sans";
	font-size: 21px;
	font-weight: 600;
}

div.product-wrapper div.main-product {
	display: flex;
	flex-direction: row;
	
}

div.product-wrapper div.main-product button {
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #444;
	font-size: 15px;
	height: 40px;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 40px;
	z-index: 1;
}

div.product-wrapper div.main-product button.slick-prev {
	left: -10px;
}

div.product-wrapper div.main-product button.slick-next {
	right: -10px;
}

div.product-wrapper div.main-product div.card {
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;*/
	border: none;
	border-radius: 7px;
	margin: 0 10px;
	margin-bottom: 7px;
	width: 163px;
}

.slick-slide {
	outline: none;
}

div.product-wrapper div.main-product div.card div.card-body {
	margin-top: 10px;
	padding: 0;
}

div.product-wrapper img.banner-package {
	height: 250px;
	margin-bottom: 20px;
}

div.product-wrapper div.main-product div.card div.card-body p.card-text {
	color: #333333;
	font-size: 15px;
	line-height: 22px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}

div.product-wrapper div.main-product div.card div.card-body p.line-3 {
	-webkit-line-clamp: 3;
}

div.product-wrapper div.main-product div.card div.card-body p.price {
	color: #2c598a;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
	padding: 0 10px;
}

div.product-wrapper div.main-product div.card div.card-body p.oldPrice {
	color: #777777;
	font-size: 14px;
	margin-top: 5px;
	padding: 0 10px;
	text-decoration: line-through;
}

div.product-wrapper div.main-product div.card div.card-body p.newPrice {
	/*color: #2c598a;*/
	font-family: "Nunito";
	/*font-size: 15px;*/
/*	font-weight: 600;*/
	margin-top: 5px;
	padding: 0 10px;
	 font-size: 14px;
  font-weight: bold;
  color: green;
}

div.product-wrapper button.more {
	background-color: white;
	border: 1px solid #008cd7;
	border-radius: 3px;
	color: #008cd7;
	font-size: 15px;
	left: 50%;
	margin-top: 10px;
	padding: 5px 20px;
	position: relative;
	transform: translate(-50%, 0);
}

div.product-wrapper button:hover {
	background-color: #FFFFFF;
}

.newPrice {
	color: green;
	font-family: "Nunito";
	font-size: 14x;
	font-weight: bold;

}
.currency{
	color: green;
	font-family: "Nunito";
	font-size: 10x;
	font-weight: bold;    
}

  .sold-label {
    position: absolute;
    top: 43px;
    left: -20px;
    background-color: red;
  /*  background-color: rgba(255, 0, 0, 0.8);*/  /* Warna merah dengan transparansi 80% */
    color: white;
    padding: 4px 10px;  /* Mengatur padding agar label lebih besar */
    font-size: 10px;     /* Menyesuaikan ukuran font */
    transform: rotate(-45deg);
    transform-origin: top left;
   /* font-weight: bold;*/
    z-index: 10;         /* Pastikan label tampil di atas gambar */
      min-width: 90px;     /* Menentukan panjang minimum label */
    text-align: center;   /* Menyusun teks di tengah label */
  }

 .sold-label-2 {
    position: absolute;
    top: 43px;
    left: -25px;
    background-color: red;
  /*  background-color: rgba(255, 0, 0, 0.8);*/  /* Warna merah dengan transparansi 80% */
    color: white;
    padding: 4px 10px;  /* Mengatur padding agar label lebih besar */
    font-size: 10px;     /* Menyesuaikan ukuran font */
    transform: rotate(-45deg);
    transform-origin: top left;
   /* font-weight: bold;*/
    z-index: 10;         /* Pastikan label tampil di atas gambar */
      min-width:100px;     /* Menentukan panjang minimum label */
    text-align: center;   /* Menyusun teks di tengah label */
  }

