/**************** Premium Carousel **************/
/************************************************/
.premium-carousel-wrapper a.carousel-arrow,
.premium-carousel-wrapper a.ver-carousel-arrow {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
         -webkit-align-items: center;
            align-items: center;
    -ms-flex-pack: center;
         -webkit-justify-content: center;
            justify-content: center;
    width: 2em;
    height: 2em;
    line-height: 0;
    text-align: center;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-appearance: inherit;
    border: none;
    box-shadow: none;
}

.premium-carousel-wrapper a.carousel-arrow svg,
.premium-carousel-wrapper a.ver-carousel-arrow svg {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.premium-carousel-wrapper a.slick-arrow:hover {
    box-shadow: none !important;
}

.premium-carousel-wrapper .premium-carousel-content-hidden {
    visibility: hidden;
}

.premium-carousel-wrapper a.carousel-arrow {
    top: 50%;
}

.premium-carousel-wrapper a.ver-carousel-arrow {
    right: 50%;
    -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
            transform: translateX(50%);
}

.premium-carousel-dots-above ul.slick-dots {
    position: absolute;
    display: -moz-flex;
    display: -ms-flex;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 50%;
    -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-flex-direction: column;
         -webkit-flex-direction: column;
            flex-direction: column;
}

/*
* Custom Navigation Dot
*/
.premium-carousel-wrapper .premium-carousel-nav-dot,
.premium-carousel-wrapper .premium-carousel-nav-arrow-prev,
.premium-carousel-wrapper .premium-carousel-nav-arrow-next {
    display: none;
}

.premium-carousel-wrapper ul.slick-dots svg {
    width: 20px;
    height: 20px;
    outline: none !important;
}

/* Ripple Out */

@-webkit-keyframes hvr-ripple-out {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
        opacity: 0;
    }
}

.premium-carousel-ripple-yes .premium-carousel-wrapper {
    padding-bottom: 1px;
}

.premium-carousel-ripple-yes ul.slick-dots li,
.premium-carousel-ripple-yes ul.slick-dots li i {
    position: relative;
}

.premium-carousel-ripple-yes ul.slick-dots li i {
    z-index: 1;
}

.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
    content: "";
    position: absolute;
    -ms-transform: scale(1);
        -webkit-transform: scale(1);
            transform: scale(1);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.15);
}

.premium-carousel-ripple-yes ul.slick-dots li.slick-active:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.premium-carousel-ripple-yes ul.slick-dots li:hover:before {
    -webkit-animation: hvr-ripple-out 1.3s infinite;
            animation: hvr-ripple-out 1.3s infinite;
}

.premium-carousel-wrapper.premium-carousel-scale .slick-slide {
    -ms-transform: scale(1.25, 1.25);
        -webkit-transform: scale(1.25, 1.25);
            transform: scale(1.25, 1.25);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.premium-carousel-wrapper.premium-carousel-scale div.slick-active {
    -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}

[dir="rtl"] .premium-carousel-inner .slick-slide {
    float: right;
}

.premium-carousel-nav-fraction {
    text-align: center;
    position: relative;
  }

  .premium-carousel-nav-progressbar {
    width: 100%;
    height: 20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
  }

  .premium-carousel-nav-progressbar .premium-carousel-nav-progressbar-fill {
    background: #6ec1e4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .premium-carousel-nav-progress {
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .premium-carousel-nav-progress .premium-carousel-nav-progress-fill {
    width: 0%;
    height: 100%;
    font-size: 12px;
    background: #6ec1e4;
    text-align: center;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    position: absolute;
    overflow: hidden;
    line-height: 20px;
    -webkit-transition: width 0s ease-in-out !important;
    transition: width 0s ease-in-out !important;
  }
