/**
* Theme Name: Untex Child
* Description: This is a child theme of Untex, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: untex
* Version: 1.1.1
*/

/*global*/
@media (min-width: 768px) {
    h2 {
        font-size: 70px!important;
    }
}

.woocommerce-widget-layered-nav li,
.widget_layered_nav li,
.widget_rating_filter li,
.widget_product_brands li,
.widget_product_categories li {
    text-transform: none;
}

/*single product*/
.entry-summary-inner .price-from-label {
    margin-right: 20px;
    font-size: 22px;
}
.entry-summary-inner .woocommerce-Price-currencySymbol {
    font-size: 22px;
}
.entry-summary-inner .price {
    align-items: baseline;
}

.product-block .price-from-label, .product-caption .price-from-label {
    margin-right: 5px;
    font-size: 14px;
}

.product-block .woocommerce-Price-currencySymbol, .product-caption .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.untex-sticky-add-to-cart {
    display: none;
}

/*archive page*/
.widget_product_categories ul li.current-cat a:before {
    background-color: var(--primary);
    border-color: var(--primary);
    content: "";
    font-size: 8px;
}

/*header*/
.hfe-site-logo-container {
    max-width: 250px;
}

.mobile-burger .elementor-widget-container {
width: 45px!important;
}

.header-phone {
    min-width: 125px!important;
}
.header-phone .elementor-heading-title {
    text-wrap: nowrap;
}

.breadcrumb-wrap {
    background-image: url('/wp-content/uploads/2026/07/hero-img.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*footer*/

footer a {
    color: #fff;
}
