/*
Theme Name: Storefront Dino Child
Theme URI: http://example.com/storefront-dino/
Description: StoreFront Dino Child
Author: Dean
Author URI: http://example.com
Template: storefront
Version: 1.0.0
*/
.site-info { display: none; }

.woocommerce-info {
    background-color: #235d0f !important;
/*     color: #000000 !important; */
}

.woocommerce-noreviews {
    background-color: #235d0f !important;
/*     color: #000000 !important; */
}

.enquiryformbutton {
	background-color: #235d0f !important;
}

.wc-block-components-notice-banner.is-error > button.wc-block-components-notice-banner__dismiss {
	display: none;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {
	background-color: #235d0f !important;	
	border-color: #235d0f !important;	
}

.cwginstock-subscribe-form .panel-primary {
	border-color: #235d0f !important;	
}

div.summary.entry-summary > div.xoo-wl-btn-container {
	display: none !important;
}

#primary {
	width: 100% !important;
}

.opening-soon-panel {
	padding: 10px !important;
}

/* Common styles for all product badges */
.product-badge {
    position: absolute;
    top: -10px;      /* Position at the top edge */
    right: -10px;    /* Position at the right edge */
    padding: 12px 16px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    z-index: 99;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
 
/* Styles for the "New" badge */
.new-product {
    background-color: #4CAF50; /* Green background */
}
 
/* Styles for the "Sale" badge */
.sale-product {
    background-color: #FF0000; /* Red background */
}