/*CUSTOM*/
@media (min-width: 992px) {
    .navbar-expand-lg.transparent:not(.fixed) {
        padding-bottom: .3rem Important;
    }



/*POSTminimalis*/
.list-card .count-number {
	margin: 4px 0 0 0;
	display: inline-block;
}

.list-card img {
	max-height: 270px;
}

.list-card a,
.list-card h6 {
	color: inherit;
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
}
.double {
	color: inherit !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	font-size: 14px !important;
	line-height: 1.3 !important;
	font-weight: 500 !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	text-transform: capitalize !important;
	white-space: normal !important;
}

.border-produk {
	border-bottom: 1px solid #f7f8f8!important;
}

.list-card a:hover {
	color: #0091bc;
}

.list-card .star {
	right: 8px;
	bottom: 8px;
}

.list-card .star .badge {
	font-size: 11px;
	padding: 5px 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .member-plan {
	left: 8px;
	top: 8px;
}

.list-card .member-plan .badge {
	font-size: 11px;
	padding: 5px 5px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .list-card-image {
	position: relative;
}

.list-card .favourite-heart {
	left: 8px;
	top: 8px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important;
}

.list-card .favourite-heart i {
	background: #fff;
	width: 23px;
	height: 23px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	line-height: 24px;
	border-radius: 50px;
}

.list-card .favourite-heart b {
	background: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	border-radius: 50%;
	border: 1px solid #ffc107;
}

.list-card.d-flex .list-card-image {
	width: 120px;
	height: 110px;
	min-width: 120px;
	max-width: 120px;
}

.list-card.d-flex .list-card-image-hot {
	width: 120px;
	height: 110px;
	min-width: 80px;
	max-width: 80px;
}

.list-card.d-flex .list-card-image .item-img {
	height: 110px;
	object-fit: cover;
	object-position: left;
}

.list-card.d-flex .list-card-image-hot .item-img {
	height: 110px;
	object-fit: cover;
	object-position: left;
}

.list-card .list-card-body p.text-gray {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
}

.list-card .p-3 {
	overflow: hidden;
}

.list-card.d-flex .list-card-body span.float-right.text-black-50 {
	display: none;
}

.h-85 {
	height: 85% !important;
}


.hot-count {
	border-radius: 100%;
	font-size: 20px;
	font-weight: bold;
	width: 50px;
	height: 50px;
	text-align: center;
	border: 5px solid rgba(255, 255, 255, 0.6);
	position: absolute;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	left: 0px;
	top: 60px;
	z-index: 9;
}

.text-truncate-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 140px;
}

.text-truncate-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bg-opacity-05 {
	--bs-bg-opacity: 0.05 !important;
}
/*Postminimalis*/

/*LINK*/

.pagination .page-link {
	width: 2rem !important;
	height: 2rem !important;
	font-size: 0.9rem !important;
}

/*table*/
tbody, td, tfoot, th, thead, tr {
    border-width: 1px !important;
}