<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor.
Author: 1BoldStep
Author URI: https://https://1boldstep.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Hide Prices from archive view */
.elementor-wc-products ul.products li.product .price {
    display:none;
}

/* Tiered Pricing Table */
.vc-product-table {
    width: 100%;
    max-width:100%;
    overflow-x: auto;
}

.vc-product-table table {
    width: auto;
    min-width: 100%;
    margin:0 auto;
}

.vc-product-table table th,
.vc-product-table table td {
    text-align: left;
    vertical-align:middle;
    padding:12px;
}

.vc-product-table table th {
    font-family: "Saira", sans-serif;
    font-size:13px;
    color:#7a7a7a;
}

.vc-product-table table td {
    white-space:nowrap;
    font-size:12px;
}

div.product-search.floating div.product-search-results-content {
    position: relative;
}
.product-search-results span.price,
.product-search-results .wps_add_to_cart {
    display:none !important;
}</pre></body></html>