/**
 * Theme Name:     Dana Furnitures
 * Author:         Nouman Shahid
 * Template:       astra
 * Text Domain:	   dana-furnitures
 * Description:    Dana Furniture\&#039;s industries
 * Theme URI:      https://www.noumanshahid.com
 * Author URI:     https://www.noumanshahid.com
 * Version:        1.0
 * License:        1.0
 */
.single-product .price {
    display: none;
}
table.shop_table.woocommerce-checkout-review-order-table th {
    text-align: left !important;
}
.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
    text-align: left;
}
.woocommerce-page ul.products li.product .price {
    display: none;
}
.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
    display: none;
}
/***mobile css ***/
@media(max-width:767px){
    .hfe-nav-menu__toggle.elementor-clickable {
    position: absolute;
    right: 0px;
    top: -150px;
}
}