.mobileOnly {
    display: none
}

@media (max-width: 767px) {
    .newsRow {
        grid-template-columns: repeat(2, 1fr);
    }

    .hideMobile {
        display: none;
    }

    .mobileOnly {
        display: block;
    }

    .ts-product-wrapper .thumbnail-wrapper figure {}

    .downloadMobile {
        color: #000 !important;
        font-weight: 700;
        font-size: 12px;
    }

    .heading-title.product-name {
        text-transform: uppercase;
    }

    .homeBanner .ts-banner .box-content h2 {
        margin-bottom: 20px !important
    }

    .has-1-sidebar #main-content {
        width: 100% !important;
    }

    .ts-header .header-right .my-wishlist-wrapper {
        display: block !important;
    }

    .elementor-widget-ts-products .woocommerce.columns-6 .products .product {
        padding: 0 7px;
        width: 33.33%;
    }

    .elementor-widget-ts-products .woocommerce.columns-6 .products {
        margin-left: -7px;
        margin-right: -7px
    }

    .product-category .product-wrapper>a {
        height: auto !important;
    }

    .ts-product.show-scrollbar .swiper-wrapper {
        margin-bottom: 0px !important;
    }

    #page .ts-coupon-wrapper .heading,
    .ts-product-category-wrapper.title-float>header,
    .shortcode-heading-wrapper {
        text-align: left !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .elementor-widget-ts-product-categories .shortcode-heading-wrapper {
        text-align: center !important
    }

    .ts-shortcode .view-more-wrapper {
        text-align: left !important;
    }

    .footerNav {
        text-align: center !important;
    }

    .footerCopy {
        margin-top: 40px;
    }

    .footerLinksCopy {
        display: inline-block;
        margin-top: 10px
    }

    .woocommerce .products {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    .product-group-button-meta .quantity,
    body:not(.ts_desktop).product-mobile-style-v3 .product-group-button,
    body:not(.ts_desktop).product-mobile-style-v3 .product-group-button-meta .wishlist a>span,
    body:not(.ts_desktop) .product-group-button-meta>div.loop-add-to-cart a.button.loading:after,
    body:not(.ts_desktop) .product-group-button-meta>div.loop-add-to-cart a.button.added:before {
        display: block !important;
    }

    .product-group-button-meta {
        display: none !important;
    }

    .mobileOnly.mobDownload {
        display: none !important
    }

    .button-in.downloadFree {
        margin-top: 10px
    }
}