.anotherSliderIcons {
    position: absolute;
    bottom: 5px;
    width: fit-content;
    right: 14px;
    cursor: pointer;
    height: fit-content;
    z-index: 9;
    box-shadow: inset 0 0 18px 0 #ffffff;
}

.anotherSliderIcons i {
    font-size: 30px;
}

.anotherNone {
    position: relative;
}
.fullSliderCross{
    position: absolute;
    width: fit-content;
    right: 10px;
    top: 10px;
    z-index: 99999999;
}
.fullSliderCross{
    background: transparent;
    border: transparent;
}
.fullSliderCross .btn-close{
    width: 35px;
    height: 35px;
}
#fullScreenSlider .modal-dialog{
    max-width: 100%;
    height: 100vh;
    margin: 0px;
}
#fullScreenSlider .modal-content {
    height: 100%;
    background-color: #000000cc;
    border: none;
    border-radius: 0px;
}
.product_image_cnt_full{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_galleryFULL {
    position: relative;
}

#product_galleryFULL .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 9999;
}

#product_galleryFULL .slick-next {
    right: 21px;
}

#product_galleryFULL .slick-prev {
    left: 21px;
}

#product_galleryFULL .slick-next:before,
#product_galleryFULL .slick-prev:before {
    font-size: 30px;
    color: rgb(248, 205, 205);
}

@media screen and (max-width: 768px) {
    #product_galleryFULL .slick-arrow{
        display: none !important;
    }
    .product_image_cnt_full{
        width: 100%;
        padding: 0 15px;
    }
}
.product_image_full{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-container{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.opacity-default{
    opacity: 0 !important;
}

#product_galleryFULL{
    z-index: 9999999;
    position: relative;
}