.border-fl-primary {border-color:var(--fl-global-primary) !important;}

/* .wrapper {padding: 0 !important} */

.bg-border-fl-primary {
    background-color:var(--fl-global-primary);
    border-color:var(--fl-global-primary);
}

.carousel-items-product:not(.slick-slider) {
    display: flex;
    flex-wrap: nowrap;
}

.carousel-items-product:not(.slick-slider) .carousel-item-product:not(:first-child) {opacity: 0.5;}

.slick-track {
    margin-left: inherit;
    margin-right: auto;
}

.item-product-footer {position: relative;}

.totalpembeli {
    font-size: .5em;
    background-color: #dd0000;
    padding: 3px 8px;
    border-radius: .6em;
}