#sec-banner,#sec-commerce,#sec-desc{
    /*padding-block:50px*/
}
.product-item h3{
    color:#333;
    font-size:24px;
    font-weight:700;
    line-height:48px
}
.product-spec{
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    font-size:18px;
    margin-bottom:10px;
    min-height:215px;
    padding-top:10px
}
.product-spec ul li{
    list-style:disc;
    margin-left:22px;
    text-align:left
}
.product-price span{
    font-size:18px
}
.red{
    color:red
}
.green{
    color:green;
    font-weight:700
}
.btn-order.available{
    font-family: 'ACERFOCO_RG';
    background-color:#7db84d;
    border-radius:5px;
    color:#fff;
    display:block;
    font-size:14px;
    font-weight:400;
    margin-top:15px;
    padding:10px 25px;
    line-height: 16px; /* 114.286% */
    transition:all .3s ease-in-out
}
/* .btn-order.available:hover{
    background:#fff;
    border:1px solid #7db84d;
    text-decoration:none
} */
.btn-order.order{
    background-color:#ffc107;
    border-radius:5px;
    color:#dc3545;
    display:block;
    font-size:18px;
    font-weight:700;
    margin-top:15px;
    padding:10px 50px;
    transition:all .3s ease-in-out
}
.btn-order.order:hover{
    background:#fff;
    border:1px solid #ffc107;
    color:#dc3545!important;
    text-decoration:none
}
.jarak-ecommerce_img .row,.row.slick-persona{
    justify-content:center
}
#sec-banner{
    padding-top:0
}
.sec-banner img{
    width:100%
}
.img-ecom-wrapper,.product-item{
    transition:all .3s ease-in-out
}
.img-ecom-wrapper:hover,.product-item:hover{
    transform:scale(.9)
}
@media (min-width:900px){
    .desktop-hide{
        display:none
    }
}
@media (max-width:480px){
    .mobile-hide{
        display:none
    }
    @media (max-width:768px){
        #sec-banner{
            padding-bottom: 0
        }
    }
/*# sourceMappingURL=main.css.map */