/*
Theme Name: Urna Child
Theme URI: https://urnawp.com/
Author: Thembay
Description: This is a child theme for Urna
Version: 1.0
Author URI: https://thembay.com/
Template: urna
Text Domain: urna-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.elementor-widget-tbay-nav-menu .tbay-horizontal .navbar-nav>li>a{
    text-transform: none;
}

.product-content .woocommerce-Price-amount{
    color: #0e9a9d;
    font-weight: bold;
}

.subtotal .woocommerce-Price-amount{
    color: #ffffff;
    font-weight: bold;
}

.price .woocommerce-Price-amount{
    color: #0e9a9d;
    font-weight: bold;
}

.single_add_to_cart_button .woocommerce-Price-amount{
    color: #ffffff;
    font-weight: bold;
}

.groupbuy-time-countdown{
    margin-top: 10px;
}

.groupbuy-ajax-change {
    margin-top: 10px;
}

/* mobile */
ul#main-mobile-third-mmenu-wrapper {
    max-height: 50vh;
    overflow-y: scroll;
}