/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* elementor-widget owl-dots */
.elementor-widget-loop-carousel .swiper-pagination-bullet {
    position: relative;
    margin: 5px !important;
    width: 15px !important;
    height: 15px !important;
    border: 2px solid var(--Dark-text);
    border-radius: 50%;
    transition: all .25s ease;
    background: transparent !important;
    
}

.elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
    border-color: var(--Dark-text);
    background-color: transparent;
    opacity: 1
    
}

.elementor-widget-loop-carousel .swiper-pagination-bullet-active:after {
    content: "";
    position: absolute;
    width: 5px !important;
    height: 5px !important;
    background-color: var(--Dark-text);
    /* цвет точки посередине при активном состоянии */
    border-radius: 50%;
    top: calc(50% - 2.5px); /* Половина высоты точки после вычитания половины размера точки */
    left: calc(50% - 2.5px); /* Половина ширины точки после вычитания половины размера точки */

}

.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
    --swiper-pagination-size: 15px;
}
.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
    --swiper-pagination-size: 15px;
}



