/*
* This file load in single product or single post
*/

.single-post p {
    text-align: justify;
}

.single-post figure {
    width: 100% !important;
}

.single-post figure img {
    width: 100% !important;
}

/*deactive wodpress lightbox*/
.single-post .elementor-widget-theme-post-content a:has(img) {
    pointer-events: none;
    cursor: default;
}

.single-post .elementor-element-d5db91a {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
}


.single-post .elementor-element-b516e3b .swiper-wrapper {
    direction: rtl
}

/*single product styles*/
.single-product .woocommerce-tabs p {
    text-align: justify;
}

.single-product .woocommerce-tabs figure {
    min-width: 100%;
}

.wp-video {
    margin: auto;
}

.single-product .woocommerce-tabs img,
video {
    width: 800px;
    max-width: 100%;
    margin: 8px auto;
    border-radius: 8px;
}

.single-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 8px;
}

.single-product .woocommerce-product-gallery .flex-control-nav {
    display: flex;
    gap: 8px;
}