/*
Theme Name: Hrast namestaj
Description: Hrast namestaj prodavnica
Author: Hrast namestaj
Template: estore
Version: 1.0.0
*/
/* Add your custom styles here */
footer p  { text-align: center !important;}



/* WooCommerce Sale Badge Customization */
.woocommerce span.onsale {
  line-height: 2.646 !important;
  min-height: 2.236em;
}
.onsale {
    background-color: #920010 !important; /* Set a Tan Brown background color */
    color: #ffffff; /* Use white for the text color */
    font-size: 14px !important; /* Set the font size */
    border: 1px solid #ffffff !important; /* Add a white border around the badge */
    border-radius: 5% !important; /* Slightly Rounded Corners */
    padding: 0 15px !important; /* Add padding to adjust the size */
    margin: 5px -15px !important; /* Add margin to space it out from other elements */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Add a subtle shadow for depth */
    text-transform: capitalize !important; /* Capitalize the first letter of each word */
  
}


