/*--------------------------------------------------------------
>>> 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: 3px;
    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) */



.slick-dots li,
.slick-dots li button {
    width: 18px;
    height: 8px;
    border-radius: 10px;
}

        .slick-dots li button:before,
        .slick-dots li.slick-active button:before {
            color: transparent;
        }

.crystal-nav .crystal-overlay{   
    width: 20%;
    color: #000;
    position:relative;
    text-align: center;  transition:.3s linear; }
.crystal-nav .banner-crystal:before{ content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: linear-gradient(to right, #e09d2280, #e09d2294,#e09d22c7, #e09d22c9, #e09d22c7,#e09d2294, #e09d2280); }
.crystal-nav h5{  font-size: 1.1rem;  transition:.3s linear; }
.crystal-nav h4{  font-size: 1.2rem; }

.crystal-overlay:hover h5{ transform:translateY(-5px); transition:.3s linear; }
.crystal-overlay h5:after{     content: "";
    height: 1px;
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgb(0 0 0 / 42%) 50%,rgba(0,0,0,0) 100%);
    display: block;
    margin-bottom: 10px;
    margin-top: 10px; }


/* (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;
    }
    .productsliderbs4 .slick-prev,
    .productsliderbs4 .slick-next {
        display: none !important;
    }
}


/* [MEDIA QUERIES] END --------------------------------------------------- */
