@charset "UTF-8";

.gallery_single_slider img,
.gallery_single_slider_thum img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery_single_slider_thum .inner_item {
  cursor: pointer;
  opacity: 0.6;
}

.gallery_single_slider_thum .slick-current {
  opacity: 1;
}

ul.slick-dots {
    display: none !important;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}

ul.slick-dots li {
    display: block;
    padding: 10px 3px 0;
}

ul.slick-dots li button {
    display: block;
    text-indent: -10000px;
    outline: none;
    line-height: 1px;
    font-size: 1px;
    background-color: var(--i_txt_color, rgba(125, 125, 125, 1));
    opacity: 0.2;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    ul.slick-dots {
        display: flex !important;
    }
}