

.new-slider .swiper-pagination {
    display: none
}

.new-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: hsla(0, 0%, 100%, .5);
    height: 10px;
    width: 10px
}

.new-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.new-slider .swiper-slide {
    height: auto
}

.new-slider_progress .swiper-pagination {
    display: block
}

.new-slider_bar {
    overflow: hidden;
    position: relative
}

.new-slider_bar .new-slider__scrollbar {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0 !important;
    height: 13px;
    left: 0 !important;
    position: absolute;
    width: 100% !important
}

.new-slider_bar .new-slider__scrollbar .swiper-scrollbar {
    height: 100%
}

.new-slider_bar .new-slider__scrollbar .swiper-scrollbar-drag {
    background-color: #ffcd01;
    cursor: pointer
}

.new-slider_gallery {
    padding: 0 0 30px
}

.new-slider_gallery .new-slider__options {
    background-color: #063379;
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 15px;
}

.new-slider_gallery .new-slider__title a {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.new-slider_gallery .swiper-slide {
    width: 24%
}

.new-slider_gallery .swiper-slide img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.new-slider__options {
    grid-gap: 20px;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.new-slider__options .new-slider__arrows,
.new-slider__options .new-slider__decore {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.new-slider__options .new-slider__decore img {
    width: 187px
}

.new-slider__options .new-slider__decore_mobile {
    -webkit-box-flex: 0;
    display: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62px
}

.new-slider__arrows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    grid-gap: 10px;
    gap: 10px;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.new-slider__arrow {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 26px;
    width: 26px
}

.new-slider__arrow svg {
    color: #fff;
    height: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.new-slider__arrow_white svg {
    color: #fff
}

.new-slider__arrow_prev {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.new-slider__arrow:hover svg {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media screen and (max-width:767px) {
    .new-slider__options .new-slider__decore {
        display: none
    }

    .new-slider__options .new-slider__decore_mobile {
        display: block
    }
}


.gallery__box{

    width: 61%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}

.gallery__box .gallery-nav{
    width: 100%;
}
@media screen and (max-width:767px) {
    .gallery__box{
        display: none;
    }
}

.product-inner .slider-in-product .slider-nav__button_show .slick-arrow{
    display: block !important;
}
 

.rows.non-sliders .gallery__box{
    display: none;
}