.custom-gallery {
    position: relative;
    overflow-x: hidden;
}

.custom-gallery::before,
.custom-gallery::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 16%;
    z-index: 10;
    top: 0;
}

.custom-gallery::before {
    left: 0;
    background: linear-gradient(90deg,rgba(255,255,255,100), 70%, rgba(255,255,255,0) 100%);
}

.custom-gallery::after {
    right: 0;
    background: linear-gradient(-90deg,rgba(255,255,255,100), 70%, rgba(255,255,255,0) 100%);
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #e6e6e6;
    width: 40px;
    height: 40px;
    z-index: 100;
}


.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M23%2012l2%202-6%206%206%206-2%202-8-8z%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%23262626%22%20d%3D%22M17%2028l-2-2%206-6-6-6%202-2%208%208z%22%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: unset;
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-pagination-bullet {
    /* width: 30px; */
    /* height: 4px; */
    color: #000;
    opacity: 1;
    background: #d9d9d9;
    /* border-radius: 0; */
    margin: 0 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #444;
    width: 8px;
    height: 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    margin-bottom: -1px;
}
.thumbs-swiper .swiper-slide {
    width: auto;
    display: block;
    min-height: 46px;
    border-bottom: 5px solid #e6e6e6;
    padding-bottom: 7px;
    cursor: pointer;
}

.thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #1c69d4;
}

