/*
Theme Name: The Little Sewing Shed
Description: A child theme of Themify Shoppe
Template: themify-shoppe
Author: Treena-Sewing (sandytreen@yahoo.co.uk)
*/

/* Woohoo! Let's customize! */

.woocommerce-ordering {
    display: none !important;
}

/* sold on image when all stock has gone */

.sold-out-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff0000;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    z-index: 9;
}


.post-id-92 h1.page-title {
  display: none !important;
}

/* align addd to basket buttons center */

.woocommerce ul.products li.product .button {
    background-color: #000000; /* Change to your color code */
    color: #ffffff; /* Change text color */
}
.woocommerce ul.products li.product .button:hover {
    background-color: #000000; /* Change to your hover color code */
    color: #ffffff;
}
.woocommerce ul.products li.product {
  text-align: center;
}


