/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 04 2024 | 06:59:29 */
#primary-menu{
	margin: 0 2.5rem;
	display: flex;
	gap: 2.5rem;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a{
	padding: 0;
}
.elementor-image-carousel{
	margin-bottom:24px !important;
}
#lokasi{
	position:relative;
}

#site-navigation li {
	padding: 8px 0;
	border-bottom: 4px solid transparent;
}

#site-navigation li:hover, #site-navigation li.active{
	border-bottom: 4px solid #916217;
}

#header-button{ 
	display: flex;
	gap: 0.75rem;
	padding: 1rem 1.5rem;
}

#home-slider .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 0;
}

#home-slider .owl-item > .sina-cs-item{
	height: 75vh;
	display: flex;
	flex-direction: column;
	justify-content:center;
}

@media screen and (max-width: 992px) {
#home-slider .owl-item > .sina-cs-item{
	height: 30vh;
}
}

#product-icon .elementor-icon{
	display: flex;
	align-items: center;
	gap: 1rem;
}

#product-icon .elementor-icon::before{
	content: "";
	width: 7rem;
	height: 0.5px;
	background: #000; 
}
#product-icon .elementor-icon::after{
	content: "";
	width: 7rem;
	height: 0.5px;
	background: #000; 
}

#spec-text p{
	margin-bottom: 0
}

#product-tabs .e-n-tab-title::after{
	content: "";
	width: 100%;
	height: 1px;
	position:absolute;
	z-index: -1;
	bottom: -2px;
	background-color: #D7D7D7;
}


#product-tabs .swiper-slide-image{
	height: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

#video-lightbox .elementor-wrapper.elementor-open-lightbox, #video-lightbox img{
	height: 50vh;
}

#video-lightbox .elementor-wrapper{
	aspect-ratio: auto;
}

@media screen and (min-width: 767px) {
	#product-icon .elementor-icon::before{
		height: 0.5px;
	}
	#product-icon .elementor-icon::after{
		height: 0.5px;
	}
	
	#product-tabs .swiper-slide-image{
		height: 425px;
		width: 100%;
	}
	#video-lightbox .elementor-wrapper.elementor-open-lightbox, #video-lightbox img{
		height: 30vw;
	}
}

@media screen and (min-width: 1024px) {
	#product-icon .elementor-icon::before{
		width: 9rem;
	}
	#product-icon .elementor-icon::after{
		width: 9rem;
	}
}

@media (max-width: 768px) {
	.e-n-tabs-mobile > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading {
		display: flex;
	}
	
	.elementor-widget-container > .e-n-tabs > .e-n-tabs-heading	> .e-n-tab-title{
		flex: 1 1 0%;
	}


	.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
		display: none;
	}

	.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
		display: none;
	}

	div.e-collapse:nth-child(1) {
		display: none !important;
	}
	
	#lokasi-card{
	position:static !important;
	}
}