@media screen and (max-width: 767px) {
    .single-product section.skintec-tabs-section {
        display: none;
    }

    .single-product div.product.product-type-variable form.cart .product-button-wrapper:before {
        display: none;
    }

    .single-product div.product .product-button-wrapper.skintec-layout-restructured .quantity {
        max-width: 150px!important;
    }

    .single-product div.product .skintec-live-price {
        font-size: 24px;
        max-width: 40%;
        width: 40%!important;
    }

    .single-product div.product .product-button-wrapper.skintec-layout-restructured .quantity .qty {
        font-size: 24px;
    }

    .single-product div.product section.products {
        display: none;
    }

    .single-product section.faq-section {
        display: none;
    }

    .single-product div.product .woocommerce-tabs {
        padding-bottom: 0;
    }



    body.page-template-template-service section.service-faq-section.section {
        display: none;
    }

    body.page-template-template-servicesection.pixel-decor {
        display: none;
    }

    body.page-template-template-service.service-top-wrapper {
        padding-bottom: 80px;
    }

}