.gallery .lightbox {
    display: none;
    position: fixed;
    z-index: 40;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    text-align: center;
}

.gallery .lightbox-content {
    margin: auto;
    display: block;
    width: 50%;
}

.gallery .lightbox .close-btn {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 15px;
    right: 35px;
    cursor: pointer;
}

.gallery #lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 40;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery .lightbox-content {
    position: relative;
    width: 50%;
}

.gallery .lightbox-content img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    margin: auto;
}

.gallery .close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #313131;
    font-size: 40px;
    cursor: pointer;
}

.gallery .hidden {
    display: none !important;
}

.gallery .tranding-slide {
    position: relative;
}

.gallery .tranding-slide-content {
    position: absolute;
    bottom: 20px;
    left: 10px;
}

.gallery .tranding-slide-img {
    display: flex;
    justify-content: center;

}

.gallery .tranding-slide-img img {
    width: 300px;
    height: 250px;
}

.gallery .product-name {
    padding: 5px;
    background-color: #686565;
    border-radius: 5px;
    font-size: 0.8em;
    color: #f1f1f1;
    text-transform: uppercase;
}

.gallery .swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.gallery .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    z-index: 50;
}

.gallery .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    z-index: 50;
}

.gallery .swiper-pagination-bullet-active {
    background-color: #012F73;
}


@media screen and (min-width: 768px) {

    .gallery .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 220px;

    }

    .gallery .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 220px;

    }
}

@media screen and (min-width: 1024px) {

    .gallery .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 315px;

    }

    .gallery .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 315px;

    }
}

@media screen and (min-width: 1280px) {

    .gallery .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 400px;

    }

    .gallery .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 400px;

    }
}
