/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
    [CAROUSELS]
        (CENTER ALIGNED SLICK SLIDER)

    [MEDIA QUERIES]

*/


/* [CAROUSELS] --------------------------------------------------- */

#banner {
    position: relative;
}

.carousel-inner img {
    margin: 0 auto;
}

.carousel-indicators li, .carousel-indicators li.active {
    margin:  0.06rem  0.25rem;
}
.carousel-indicators li {
    width: 18px;
    height: 8px;
    border-radius: 10px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 20%;
    min-width:  3.13rem;
}

.carousel-control .fa {
    width: auto;
    height: auto;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}



.carousel-control-prev .fa,
.carousel-control-next .fa {
    font-size: 3rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}


/* (SLICK SLIDER) */

#homepage-slider .slick-dots{
    bottom: 2rem;
}

.slick-dots li,
.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;   
}

.slick-dots li button {
    border: 1px solid #000;
}
        .slick-dots li button:before,
        .slick-dots li.slick-active button:before {
            color: transparent;
        }
.slick-dots li.slick-active button{
    border-width:3px;
}

/* (SLICK SLIDER) END */

/* [CAROUSELS] END --------------------------------------------------- */




/* [MEDIA QUERIES] --------------------------------------------------- */


@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 0;
    }
    .productsliderbs4.slick-dotted.slick-slider {
        padding-bottom: 2rem;
    }
}


@media screen and (max-width:767.98px) {
    #banner .slick-dots {
        display: none;
    }
    .carousel-control-prev .fa,
    .carousel-control-next .fa {
        font-size: 1.5rem;
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
   
}


/* [MEDIA QUERIES] END --------------------------------------------------- */
