
.wdt-carousel-holder
{
    margin-right: -10px; 
    margin-left: -10px;
}
.wdt-carousel-holder .swiper .swiper-wrapper .swiper-slide
{
    padding: 10px;
}

.wdt-carousel-holder .swiper.swiper-vertical .swiper-wrapper .swiper-slide
{
    overflow: hidden;
}

/* Pagination */
.wdt-carousel-holder .wdt-carousel-pagination-wrapper
{
    text-align: center;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination
{
    position: static;
}

.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination
{
    margin-top: 20px;
}


/* Arrows */
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination
{
    display: block;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div
{
    line-height: normal;

    position: relative;
    z-index: 1;

    display: inline-flex;

    width: 40px;
    height: 40px;
    margin: 1px;
    padding: 0;

    -webkit-transition: var(--wdt-elementor-base-transition);
            transition: var(--wdt-elementor-base-transition); 
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;

    color: var(--wdt-elementor-color-accent);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: transparent !important;
    background-image: none !important;

    place-content: center;
    place-items: center;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div > i
{
    font-size: inherit;

    position: relative;
    z-index: 0;

    display: inline-flex;

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;

    -webkit-transition: inherit;
            transition: inherit; 

    color: inherit;

    place-content: center;
    place-items: center;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;
    margin: auto;

    content: '';
    -webkit-transition: inherit;
            transition: inherit; 

    border-width: 2px;
    border-style: solid;
    border-color: var(--wdt-elementor-color-accent);
    -webkit-border-radius: inherit;
            border-radius: inherit;
    background: transparent;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover
{
    color: var(--wdt-elementor-color-white);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination > div:hover:before
{
    border-color: var(--wdt-elementor-color-secondary); 
    background-color: var(--wdt-elementor-color-secondary);
}

.wdt-carousel-holder .swiper.swiper-horizontal + .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination
{
    margin-right: 10px; 
    margin-left: 10px;
}


.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next
{
    position: absolute;
    top: -90px;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev
{
    right: 50px;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next
{
    right: 0;
}

/* Pagination - Dots or Bullets */
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets
{
    display: inline-flex;

    width: auto; 

    place-content: center;
    place-items: center;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet
{
    line-height: normal;

    position: relative;
    z-index: 1;

    display: inline-flex;

    width: 10px;
    height: 10px;
    margin: 5px;
    padding: 0;

    -webkit-transition: var(--wdt-elementor-base-transition);
            transition: var(--wdt-elementor-base-transition); 
    vertical-align: top;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;

    opacity: 1;
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: transparent !important;
    background-image: none !important;

    place-content: center;
    place-items: center;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active
{
    opacity: 1;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: auto;
    margin: auto;

    content: '';
    -webkit-transition: inherit;
            transition: inherit; 

    -webkit-border-radius: inherit;
            border-radius: inherit;
    background: var(--wdt-elementor-color-primary);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active:before
{
    background-color: var(--wdt-elementor-color-secondary);
}

.wdt-carousel-holder .swiper + .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-bullets
{
    margin-right: 5px; 
    margin-left: 5px;
}


/* Pagination - Fraction */
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-fraction
{
    line-height: 1;

    display: inline-flex;

    width: auto;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;

    color: var(--wdt-elementor-color-white);
    -webkit-border-radius: 5px;
            border-radius: 5px; 
    background: var(--wdt-elementor-color-primary);

    place-items: center;
}
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-pagination.swiper-pagination-fraction > *
{
    display: inline-block;

    margin: 0;

    vertical-align: top;
}


/* Pagination - ScrollBar */
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar
{
    position: relative;
    z-index: 0;

    float: left;

    width: 100%;
    height: 6px;
    margin: 20px 0 0;

    opacity: 1 !important;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .6;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after
{
    width: 100%; 
    height: auto;
    margin: 0;
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar .swiper-scrollbar-drag
{
    color: var(--wdt-elementor-color-accent);
    border-radius: inherit; 
    background-color: currentColor;
}


.wdt-carousel-holder .swiper.swiper-vertical + .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 8px;
    height: 100%;
    margin: 0;

    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);
}

.wdt-carousel-holder .swiper.swiper-vertical + .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:before,
.wdt-carousel-holder .swiper.swiper-vertical + .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar:after
{
    width: auto;
    height: 100%;
    margin: 0;

    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);
}

.wdt-carousel-holder .swiper.swiper-vertical[data-settings*='scrollbar']
{
    padding-right: 10px;
}
.wdt-carousel-holder .swiper.swiper-vertical[data-settings*='scrollbar'] + .wdt-carousel-pagination-wrapper .wdt-swiper-scrollbar
{
    right: 0; 
    left: auto;
}


/* Pagination - Progress */
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar
{
    position: relative;
    z-index: 0;

    float: left;
    overflow: hidden;

    width: 100%;
    height: 6px;

    -webkit-border-radius: 10px;
            border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .6;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after
{
    width: 100%; 
    height: auto;
    margin: 0;
}


.wdt-carousel-holder .swiper.swiper-vertical + .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar
{
    position: absolute;
    top: 0;
    left: 100%;

    width: 8px;
    height: 100%;
    margin: 0;

    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);
}

.wdt-carousel-holder .swiper.swiper-vertical + .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:before,
.wdt-carousel-holder .swiper.swiper-vertical + .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar:after
{
    width: auto;
    height: 100%;
    margin: 0;

    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 17%, rgba(0,0,0,.1) 83%, rgba(0,0,0,0) 100%);
}

.wdt-carousel-holder .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill
{
    color: var(--wdt-elementor-color-accent);
    border-radius: inherit; 
    background-color: currentColor;
}

.wdt-carousel-holder .swiper.swiper-vertical[data-settings*='progressbar']
{
    padding-right: 10px;
}
.wdt-carousel-holder .swiper.swiper-vertical[data-settings*='progressbar'] + .wdt-carousel-pagination-wrapper .swiper-pagination-progressbar
{
    right: 0; 
    left: auto;
}

/* Responsive */

@media only screen and (max-width: 479px)
{
    .wdt-carousel-holder
    {
        padding: 50px 0 0;
    }

    .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-prev,
    .wdt-carousel-holder .wdt-carousel-pagination-wrapper .wdt-carousel-arrow-pagination .wdt-arrow-pagination-next
    {
        top: 0;
    }
}
