a:hover {
	text-decoration: none;
}

i.loading-animation {
	animation: loading 1.5s infinite linear;
}

@keyframes loading {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

nav li {
	margin: 5px;
	color: white;
}

div.top-nav {
	height: 33px;
}

i.icon-search-navbar {
	cursor: pointer;
	position: relative;
	top: 1px;
	font-size: 18px;
	margin-right: 30px;
}

i.mobile-search {
	display: none;
}

div.search-form {
	background-color: #fdc80e;
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

div.search-form form {
	background-color: saddlebrown;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

div.search-form input {
	border: none;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	height: 50px;
	outline: none;
	padding: 0 20px;
	width: calc(100% - 100px);
}

div.search-form button {
	background-color: #2cb290;
	border: none;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	color: white;
	height: 50px;
	outline: none;
	padding: 0 20px;
	transition: 0.2s;
	width: 100px;
}

div.search-form button:hover {
	background-color: #009479;
}

div.search-form i {
	cursor: pointer;
	color: white;
	font-size: 30px;
	position: absolute;
	right: 30px;
	top: 90px;
}

div.overlay-screen {
	background-color: white;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 11;
}

img.img-loading {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	z-index: 12;
}

div.carousel img {
	width: 100%;
}

/* FOOTER */

footer {
	height: auto;
	width: 100%;
}

footer.bg-light {
	border-top: 1px solid #d6d6d6;
}

footer div.subscribe {
	background-color: #363f4d;
	height: 200px;
	width: 100%;
}

footer div.subscribe div.main {
	display: flex;
	flex-direction: row;
	height: 100%;
	margin: auto;
	position: relative;
	width: 1100px;
}

footer div.subscribe div.main div.text {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 30px;
	width: 50%;
}

footer div.subscribe div.main div.text h2 {
	color: white;
	font-family: "Open Sans";
	font-size: 25px;
	font-weight: 700;
}

footer div.subscribe div.main div.text p {
	color: white;
	font-family: "Open Sans";
	font-size: 15px;
	margin-top: 5px;
}

footer div.subscribe div.main div.form {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 50%;
}

footer div.subscribe div.main div.form i.fa-envelope {
	color: #333333;
	font-size: 21px;
	margin-left: 15px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

footer div.subscribe div.main div.form input {
	border: none;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	box-sizing: border-box;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	outline: none;
	padding: 0 15px;
	padding-left: 45px;
	width: calc(100% - 120px);
}

footer div.subscribe div.main div.form button {
	background-color: #00b290;
	border: none;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	font-family: "Nunito";
	font-size: 15px;
	font-weight: 500;
	height: 45px;
	transition: 0.2s;
	width: 120px;
}

footer div.subscribe div.main div.form button:hover {
	background-color: #009479;
}

footer div.information {
	height: auto;
	width: 100%;
}

footer div.information div.main {
	display: flex;
	flex-direction: row;
	height: auto;
	justify-content: space-between;
	margin: auto;
	padding: 50px 0;
	position: relative;
	width: 1100px;
}

footer div.information div.main h2.brand-footer {
	color: #00b290;
}

footer div.information div.main div.about {
	box-sizing: border-box;
	padding-right: 30px;
	width: 400px;
}

footer div.information div.main div.about img.logo {
	width: 170px;
}

footer div.information div.main div.about p {
	color: #333333;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}

footer div.information div.main div.about div.sosmed {
	margin-top: 15px;
}

footer div.information div.main div.about div.sosmed h3 {
	color: #222;
	font-family: "Nunito";
	font-size: 17px;
	margin-bottom: 7px;
}

footer div.information div.main div.about div.sosmed a {
	color: #333333;
	font-size: 18px;
	margin-right: 15px;
}

footer div.information div.main div.about div.sosmed a:hover {
	color: #009479;
}

footer div.information div.main div.item h3.title {
	color: #222;
	font-family: "Nunito";
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}

footer div.information div.main div.item a,
footer div.information div.main div.item p {
	color: #333333;
	display: block;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 400;
	margin: 7px 0;
}

footer div.information div.main div.item a:hover {
	color: #009479;
}

footer div.contact {
	border-top: 1px solid #ddd;
	height: 150px;
	width: 100%;
}

footer div.contact div.main {
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: space-around;
	margin: auto;
	position: relative;
	width: 1200px;
}

footer div.contact div.main div.item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 300px;
}

footer div.contact div.main div.item i {
	color: #00b290;
	font-size: 30px;
	text-align: center;
}

footer div.contact div.main div.item p {
	color: #444;
	font-family: "Nunito";
	font-size: 15px;
	margin-top: 15px;
	text-align: center;
}

footer div.copyright {
	background-color: #363f4d;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 50px;
	justify-content: center;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

footer div.copyright p {
	color: #FFFFFF;
	font-family: "Open Sans";
	font-size: 13px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}

/* Wrapper untuk elemen subtitle dan share-container */
.subtitle {
    display: flex; /* Menggunakan Flexbox untuk tata letak sejajar */
    justify-content: flex-start;/* space-between; /* Memberi jarak antara teks dan tombol */
    align-items: center; /* Mengatur agar kedua elemen sejajar secara vertikal */
    font-size: 14px;
    margin-bottom: 0px;
}

/* Membuat share-container menjadi bagian dari subtitle */
.share-container {
    display: flex; /* Menggunakan Flexbox untuk sejajarkan elemen tombol */
    align-items: center; /* Rata tengah secara vertikal */
    gap: 0px; /* Memberi jarak antar tombol */
}


/* Container untuk tombol share dan label */
.share-container-lama {
    display: flex; /* Menggunakan Flexbox untuk sejajarkan elemen */
    align-items: center; /* Rata tengah secara vertikal */
    gap: 15px; /* Memberi jarak antar elemen */
    margin-top: 10px; /* Jarak di atas tombol share */
}

/* Label "Bagikan:" */
.share-label {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #f44336; /* Warna merah pada teks "Bagikan" */
     margin-left: 10px;
}

/* Gaya untuk tombol share */
.btn-share {
    display: inline-block;
    padding: 4px 4px; /* Padding lebih besar */
    font-size: 14px; /* Ukuran font tombol sedikit lebih besar */
    text-decoration: none;
    border-radius: 50%; /* Membuat tombol bulat */
    transition: background-color 0.3s;
}

/* WhatsApp tombol kecil */
.btn-share-wa {
    color: #25D366; /* Warna WhatsApp lebih hijau */
     margin-left: 10px;
}

.btn-share-wa:hover {
    background-color: #25D366;
    color: #fff;
}

/* Facebook tombol kecil */
.btn-share-fb {
    color: #4267B2; /* Warna Facebook */
     margin-left: 10px;
}

.btn-share-fb:hover {
    background-color: #4267B2;
    color: #fff;
}

/* Ikon dalam tombol */
.btn-share i {
    font-size: 24px; /* Perbesar ukuran ikon WhatsApp */
    vertical-align: middle; /* Rata tengah dengan teks */
}

/* Tombol WhatsApp melayang */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;          /* Posisi 20px dari bawah layar */
    right: 20px;           /* Posisi 20px dari kanan layar */
    background-color: #25D366; /* Warna hijau khas WhatsApp */
    border-radius: 50%;    /* Membuat tombol berbentuk lingkaran */
    padding: 15px;         /* Memberikan padding di sekitar ikon */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Efek bayangan */
    z-index: 9999;         /* Memastikan tombol berada di atas semua elemen lain */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease; /* Transisi efek transformasi */
}

/* Gambar ikon WhatsApp */
.whatsapp-btn img {
    width: 50px;
    height: 50px;
}

/* Efek animasi saat hover */
.whatsapp-btn:hover {
    transform: scale(1.1) rotate(5deg); /* Membesarkan dan sedikit memutar tombol */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Memperbesar bayangan saat hover */
}

/* Tombol WhatsApp melayang */
.chat-sticky {
  font-size: 90%;
  position: fixed;
  bottom: 20px;            /* Posisi tombol 20px dari bawah */
  right: 20px;             /* Posisi tombol 20px dari kanan */
  background: #2ecc71;     /* Warna latar tombol */
  color: #fff;             /* Warna teks putih */
  border-radius: 40px;     /* Membuat tombol berbentuk bulat */
  padding: 10px 20px;      /* Padding untuk menambah ruang di sekitar teks */
  text-align: center;      /* Teks terpusat */
  z-index: 2000;           /* Menempatkan tombol di atas semua elemen */
  box-shadow: 0px 0px 8px #d6d4d4; /* Efek bayangan */
  justify-content: center; /* Membuat tombol berada di tengah */
  align-items: center;
  transition: transform 0.25s, background 0.25s; /* Efek transisi untuk hover */
  animation: nudge 5s infinite; /* Animasi sedikit bergoyang */
}

/* Efek hover untuk tombol */
.chat-sticky:hover {
  color: #fff;             /* Menjaga teks tetap putih */
  background: #27ae60;     /* Mengubah latar belakang saat hover */
  border-radius: 40px;     /* Pastikan tetap bulat */
  transform: scale(1.1);    /* Membesarkan tombol sedikit saat hover */
}

/* Animasi nudge untuk membuat tombol sedikit bergoyang */
@keyframes nudge-slow {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  1.5% {
    transform: translateX(10px);
  }
  3% {
    transform: translateX(0);
  }
  4.5% {
    transform: translateX(-10px);
  }
  6% {
    transform: translateX(0);
  }
  7.5% {
    transform: translateX(10px);
  }
  9% {
    transform: translateX(0);
  }
  10.5% {
    transform: translateX(-10px);
  }
  12% {
    transform: translateX(0);
  }
}

/* Gaya umum untuk form */
.form {
    font-size: 16px; /* Ukuran font standar */
    display: flex;
    align-items: center;
}

/* Untuk ukuran layar handphone (maksimal lebar 768px) */
@media only screen and (max-width: 768px) {
    .form {
        font-size: 14px;  /* Mengurangi ukuran font pada layar handphone */
    }

    .form input[type="text"] {
        font-size: 12px;  /* Ukuran font lebih kecil di input */
        padding: 8px;     /* Padding sedikit lebih kecil */
    }

    .form button {
        font-size: 10px;  /* Mengurangi ukuran font tombol */
        padding: 4px 10px; /* Padding lebih kecil pada tombol */
    }

    .form i {
        font-size: 14px;  /* Menyesuaikan ukuran ikon */
    }
}

/* EQUAL ROWS */
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
  }
  .row.display-flex > [class*="col-"] {
	display: flex;
	flex-direction: column;
  }

  .cursor-pointer {
	cursor: pointer;
  }

  /* LIST PRODUK */
.block2 {
	box-shadow: 0px 0px 24px #d0d1d4;
	background-color: #ffffff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
  }
  .block2:hover,
   .block3:hover{
	box-shadow: 0px 0px 24px #bdbec0;
	cursor: pointer;
  }
  .block2-img,
    .block3-img{
	min-height: 140px;
	height: 25vw;
	max-height: 260px;
	width: 100%;
	background-size: cover;
	background-position: center center;
  }
  .block2-txt,
  .block2-ulasan {
	padding: 12px 14px;
	font-family: "Open Sans";
	font-size: 15px;
	line-height: 1.3;
	color: #808080;


  }
  
  
  .block2-txt {
	flex-grow: 1;
  }
  .block2-name {
	text-decoration: none;
	color: #2c3e50;
	font-family: "Open Sans";
  }
  .block2-delete {
	position: absolute;
	z-index: 1;
	top: 8px;
	right: 8px;
  }
  .block2-wishlist {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 12px;
  }
  .block2-wishlist .fas {
	color: #fff;
	text-shadow: 0px 0px 12px #242425;
	font-size: 24px;
  }
  .block2-wishlist .fas.active,
  .block2-wishlist .fas:hover {
	color: #e63131;
  }
  .harga-coret,
  .block2-price-coret {
	text-decoration: line-through;
	color: #b40404;
	font-family: "Open Sans";
	font-style: italic;
  }
  /* Optional: Align the stock and price consistently */
.block2-ulasan .col-7,
.block2-ulasan .col-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 .product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Batasi hingga 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* Tambahkan tanda elipsis jika teks melebihi 3 baris */
    /*line-height: 1.4em;*/ /* Menentukan jarak baris */
    /*height: 4.2em;*/ /* Tentukan tinggi berdasarkan 3 baris */
    /*	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;*/
    
  }

/*buat satu baris
/* Make the products display in a horizontal line */
.produk-wrap3 {
	display: flex;          /* Align items in a row */
	flex-wrap: nowrap;      /* Prevent items from wrapping to the next line */
	overflow-x: auto;       /* Allow horizontal scrolling if needed */
    align-items: stretch;   /* Mengatur semua item dalam baris memiliki tinggi yang sama */
 
    
}
  
 .produk-item3 {
	 margin-right: 5px;       /* Add space between products */
	 flex: 0 0 calc(100% / 5.8); /* Each item takes 25% of the container width */
	 max-width: calc(100% / 5.8); /* Ensure items do not exceed 25% width */
	  box-sizing: border-box;  /* Include padding and border in the width */
	  padding:3px;
  }
  
  .block3 {
	box-shadow: 0px 0px 8px #d0d1d4;
	border-radius: 12px;
	margin-bottom: 0px;
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;           /* Membiarkan tinggi disesuaikan dengan flexbox */
  }
  
  /* Optional: Add a scrollbar to the products row if the items overflow */
 /* .produk-wrap3::-webkit-scrollbar {*/
	/*height: 8px;*/
 /* }*/
  
 /* .produk-wrap3::-webkit-scrollbar-thumb {*/
	/*background-color: #888;*/
 /* }*/
  
 /* .produk-wrap3::-webkit-scrollbar-track {*/
	/*background-color: #f1f1f1;*/
 /* }*/
  
  .block3-txt {
	padding: 5px 10px;
	overflow: hidden;       /* Menyembunyikan konten yang melebihi batas kontainer */
	text-overflow: ellipsis; /* Menambahkan '...' jika teks terlalu panjang */
	/*white-space: nowrap;     Membatasi teks agar tidak melompat ke baris berikutnya */
	width: 100%;            /* Pastikan judul tidak melampaui lebar block2 */
	
  }

 



  