/**
* Theme Name:        avanam-wineyard
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-wineyard
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.out-of-stock-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff; /* White background */
    color: #ff0000;            /* Red text */
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    white-space: nowrap;
    z-index: 999;
    cursor: not-allowed;
}
span.out-of-stock-badge {
	 position: absolute; 
    background: #fff !important;
    color: red !important;
    padding: 5px;
}

  
.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden;
}
.price-aud {
    font-weight: bold;
    margin-left: 5px;
    color: #555;
}










