
  header.woocommerce-products-header {
            height: 300px;
            background-size: cover;
            margin-bottom: 20px;
            display: block !important;
        }

        header .term-description {
            display: none !important;
        }

        .woocommerce-breadcrumb, .breadcrumb-trail {
            position: absolute;
            margin: 10px 0;
            background: #f6f6f6;
            padding: 3px 10px;
        }

        header.woocommerce-products-header {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        header.woocommerce-products-header .inner {
            color: #fff;
            text-shadow: 1px 1px #000000;
            width: 390px;
            text-align: center;
            margin: 0 auto;
            font-size: 48px;
            font-weight: bold;
            line-height: 1.8em;
            position: relative;
            top: 90px;
        }

        header.woocommerce-products-header .inner p {
            line-height: 0.5em;
            font-size: 20px;
            font-weight: 100;
        }


	


        @media (max-width: 466px) {
            header.woocommerce-products-header .inner {
                width: 100%;
            }

            header {
                height: 160px;
            }
        }

        .consult {
            width: 87%;
            margin: 0 auto;
        }

        .consult #input-container {
            margin: 20px auto 10px;
            padding: 0 13px 10px 53px;
        }

        @media (max-width: 576px) {
            header.woocommerce-products-header .inner {
                font-size: 30px;
                top: 65px;
            }
        }