/*
Theme Name: Hello Elementor Child
Theme URI: https://yourwebsite.com
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

span.tagged_as.detail-container {
    display: none !important;
}

p.stock.in-stock {
    color: #15D11C !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
}

.cat-admin-title.cat-new {
    display: none;
}

.product-heading{
    font-family: "Sui Generis", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 30px;
    color: #FFFFFF
}

.elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
    color: #4EA4FF;
}

.modal-wrapper {
    z-index: 999 !important;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: white;
    text-decoration: none;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    display: none !important;
}
