/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


/*
.woocommerce span.onsale { background-color: #f59437; }

*/


/*
DEFAUL BACGROUND COLOUR HAT KEEPS TURNING BACK TO BLUE
*/

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #f19437;
}

/* ALLIGN ADD TO CART BUTTON */
.woocommerce-loop-product__title {
    min-height: 61px;
}

/* WooCommerce Product Categories Widget */

.widget_woocommerce_product_categories ul.product-categories {
list-style: none;
margin-left: 0;
 margin: 0 auto; 
}

.widget_woocommerce_product_categories ul.product-categories li {
margin-left: 0;
}

