/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.page-template .woocommerce-info {
    background-color: #1d55a6;
}
.widget ul.wc-block-product-categories-list--depth-1, .widget ul.wc-block-product-categories-list--depth-2 {
    padding-left: 25px;
    position:relative
    
}

.widget ul.wc-block-product-categories-list--depth-1 li:before,
.widget ul.wc-block-product-categories-list--depth-2 li:before{
    content: '-';
    position:absolute;
    left: 5px;
    display:inline-block;
}
span.wc-block-product-categories-list-item__name {
    text-transform: capitalize;
}
.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-table.shop_table.order_details{
    display: none;
}


/****************************************************************/
/****************************************************************/
/****************************************************************/
