@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Dots */
.slick-dotted.slick-slider {
    padding-bottom: 40px;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 1px solid var(--blue);
    border-radius: 50%;
    outline: none;
    color: transparent;
    background: transparent;
}

.slick-dots li:hover button,
.slick-dots li.slick-active button {
    background: var(--blue);
}