.splash{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 200;
    color: #248b3c;
    text-align: center;
    line-height: 90vh;
}

@keyframes fadeIn{
    to{
        opacity: 1;
    }
}

.kategori{
    text-align: center;
    height: auto;
    width: 140px;
    border: none;
    font-size: 16px;
    color: white;
    padding: 6px 14px;
    background-color: #529037;
}

.jenis{
    text-align: center;
    height: auto;
    width: 140px;
    border: none;
    font-size: 16px;
    color: white;
    padding: 6px 14px;
    background-color: #80a571;
}

.card-content{
    height: 140px;
}

.image-content, .card-content{
    flex-direction: column;
    align-items: center;
    padding: 8px 14px;
}

.name{
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.price{
    font-size: 16px;
    font-weight: 800;
    color: #333;
    text-align: left;
}

.stock{
    height: 38px;
    width: 90px;
    border: none;
    font-size: 11px;
    color: white;
    padding: 12px 14px;
    background-color: #248b3c;
}

.stock-habis{
    height: 38px;
    width: 90px;
    border: none;
    font-size: 11px;
    color: white;
    padding: 12px 14px;
    background-color: red;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.text-ellipsis{
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.fade-in{    
    line-height: 90vh;
    text-align: center;
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}

.divider{
    height:1px;
    border-width:0;
    color:gray;
    background-color:gray;
    margin: 2rem 0; 
}

section{
    padding-top: 80px;
    padding-bottom: 20px;
}

.sticky{
    list-style-type: none;
    overflow: hidden;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 15;
}

footer{
    width: 100%;
    padding-top: 100px;
    background: #333;
    bottom: 0px;
}

.content{
    padding-top: 100px;
    padding-bottom: 80px;
}

.slide-container{
    max-width: 1140px;
    width: 100%;
    margin: 0 40px;
}

.slide-content{
    margin: 0 40px;
    overflow: hidden;
}

.slide-content-kategori{
    margin: 0 40px;
    overflow: hidden;
} 

.swiper.detailproduk{
    width: 800px;
    height: 400x;
}

.swiper-slide img.detail{
    width: 350px;
    height: 350px;
}

.swiper-slide video{
    width: 100%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #248b3c;
}

.swiper-button-prev.swiper-pb{
    color: #248b3c;
    left: 0;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 20px;
}

.swiper-button-next.swiper-pb{
    color: #248b3c;
    right: 0;
}

.swiper .swiper-pagination-bullet-active{
    background-color: #248b3c;
}

.card-catalogue{
    height: 346px;
    width: 182px;
}

@media screen and (max-width: 768px) {
    
    
}