.group-pagination .wrap-arrow {
    display: none;
}

.group-pagination .wrap-bullet {
    display: none;
}

.group-pagination.arrow-bullet-desktop .wrap-bullet {
    display: block;
}

.group-pagination.arrow-bullet-desktop .wrap-arrow {
    display: block;
}

.group-pagination.arrow-desktop .wrap-arrow {
    display: block;
}

.group-pagination.bullet-desktop .wrap-bullet {
    display: block;
}

/* widget heading */

.widget-heading .s-title {
    margin-bottom: 20px;
}

/* testimonial */

.widget-testimonial .price-product,
.widget-testimonial .price-product .woocs_price_code {
    display: flex
;
    gap: 7px;
    flex-direction: row-reverse;
    justify-content: left;
}

.widget-testimonial .price-product del {
    color: #00000099 !important;
}

.widget-testimonial .price-product ins {
    text-decoration: unset;
}

/* product video */

.widget-product-video .cls_videoV01 iframe {
    height: 100%;
}

.widget-product-video .price-wrap,
.widget-product-video .price-wrap .woocs_price_code {
    flex-direction: row-reverse;
    justify-content: left;
    display: flex
;
    align-items: baseline;
    gap: 7px;
}

.widget-product-video .price-wrap {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-decoration: unset;
}

.widget-product-video .price-wrap ins {
    text-decoration: unset;
}

.widget-product-video .price-wrap del {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF99;
}

.widget-product-video .tiktok-embed,
.widget-product-video #embed-video-container * {
    max-width: unset !important;
    min-width: unset !important;
    width: 100%;
    height: 100%;
    margin: 0;
}

.tiktok-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.tiktok-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.tiktok-embed header,
.tiktok-embed footer,
.tiktok-embed .tiktok-x6y88p-DivActionContainer {
    display: none !important;
}

/* mega menu */

.widget-mega-menu .demo-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.24px;
    display: flex
;
    padding: 1px 6px;
    background-color: #A63A27;
    color: #fff;
    text-transform: none;
}

/* widget menu */

.widget-menu .title-menu {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 24px;
}

.widget-menu .list-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1F1F1F;
}

.widget-menu .list-menu a:hover {
    color: #AE873E;
}

.widget-menu .list-menu .demo-label {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.24px;
    display: flex
;
    padding: 1px 6px;
    background-color: #27A656;
    color: #fff;
    text-transform: none;
}

.widget-menu .list-menu li {
        margin-bottom: 10px;
}

.elementor-editor-active .preload {
    display: none !important;
}

/* widget banner image */

.widget-banner-with-product .price-new,
.widget-banner-with-product .price-new .woocs_price_code {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
}

.widget-banner-with-product .price-new ins {
    text-decoration: unset;
}

.widget-banner-with-product .price-new del {
    color: #1C1C1C99;
}

.widget-banner-with-product .card_product-wrapper img {
    width: 100%;
}

/* widget gallery */

.tf-widget-gallery .gallery-V01 .image {
    width: 100%;
    height: 100%;
}

.tf-widget-gallery .gallery-V01 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* marquee */

.vemus-marquee-wrapper {
    overflow: hidden;
}

/* image box */

.image-box-block .d-flex {
    display: block !important;
}

@media (max-width: 1200px) {
    .tf-slideshow .sld-image img {
        object-position: 70% 50%;
    }
}

@media (max-width: 1024px) {
    .group-pagination.arrow-bullet-desktop .wrap-bullet {
        display: none;
    }

    .group-pagination.arrow-bullet-desktop .wrap-arrow {
        display: none;
    }

    .group-pagination.arrow-desktop .wrap-arrow {
        display: none;
    }

    .group-pagination.bullet-desktop .wrap-bullet {
        display: none;
    }

    .group-pagination.arrow-bullet-tablet .wrap-bullet {
        display: block;
    }

    .group-pagination.arrow-bullet-tablet .wrap-arrow {
        display: block;
    }

    .group-pagination.arrow-tablet .wrap-arrow {
        display: block;
    }

    .group-pagination.bullet-tablet .wrap-bullet {
        display: block;
    }
    .swiper-slide.swiper-slide-active .card_product--V01.style_2 {
        border-color: var(--primary);
        background-color: var(--white);
    }
}

@media (max-width: 767px) {
    .group-pagination.arrow-bullet-tablet .wrap-bullet {
        display: none;
    }

    .group-pagination.arrow-bullet-tablet .wrap-arrow {
        display: none;
    }

    .group-pagination.arrow-tablet .wrap-arrow {
        display: none;
    }

    .group-pagination.arrow-bullet-mobile .wrap-bullet {
        display: block;
    }

    .group-pagination.arrow-bullet-mobile .wrap-arrow {
        display: block;
    }

    .group-pagination.arrow-mobile .wrap-arrow {
        display: block;
    }

    .group-pagination.bullet-mobile .wrap-bullet {
        display: block;
    }
    .tf-slideshow .sld-image img {
        object-position: 75% 50%;
    }
}