/* ===== Slider Pricing ===== */
/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.slideshow-container img {
    margin-bottom: 0 !important;
}


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #a9a9a9;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */
.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(202, 202, 202, 0.7);
    color: #313132;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot2 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot3 {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activedot,
.dot:hover {
    background-color: #717171;
}

.activedot,
.dot2:hover {
    background-color: #717171;
}

.activedot,
.dot3:hover {
    background-color: #717171;
}


/* Fading animation */
.fades {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fades {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fades {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next {
        font-size: 11px
    }
}

.centerproduk {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 50%;
}

/* ===== END Slider Pricing ===== */

/* =================================== */
/* Responsive image penawaran */
.image-offer {
    height: 90px;
    width: 90px;
}

@media (max-width: 375px) {
    .image-offer {
        height: 85px;
        width: 85px;
    }
}
/* END Responsive image penawaran */

/* Carousel Arrow and Dots */
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-indicators li {
    width: 45px;
    height: 5px;
}
/* END Carousel Arrow and Dots */
