/*
Theme Name: Craftis Child
Theme URI: http://craftis.themerex.net/
Template: craftis
Author: ThemeREX
Author URI: http://themerex.net/
Description: Craftis is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Tags: flexible-header,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,full-width-template,microformats,post-formats,theme-options,threaded-comments,translation-ready
Version: 1.0
Updated: 2019-06-10 09:41:54

TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */

.home .craftis_shop_mode_buttons {
    display: none !important;
}
.home h1.woocommerce-products-header__title.page-title {
    display: none;
}

.elementor-page-title, h1.entry-title {
    display: var(--page-product-display) !important;
    font-size: 36px !important;
    margin-bottom: 30px !important;
}

.elementor-page-title, h1.entry-title {
    display: var(--page-product-display) !important;
    font-size: 36px;
    margin-bottom: 30px !important;
}

.qty-label {
	display: none;
}
.home #breadcrumbs {
	display: none;
}

@media only screen and (max-width: 600px) {
.elementor-page-title, h1.entry-title {
    font-size: 24px !important;
}
}
.archive .list_products_header {
    display: block !important;
}
.archive h1.woocommerce-products-header__title.page-title {
    margin: 0px;
    font-size: 27pt;
    margin-bottom: 17px;
}
.archive .trx_addons_woocommerce_tools{
	display: none !important;
}



