/*
Theme Name: Elegance Theme
Template: bw-monki
Author: BZOTech
Author URI: https://bzotech.com/
Description: Monki is a WooCommerce WordPress clothing theme, with minimal and elegant design makes the perfect choice for anyone looking for a great theme for an eCommerce fashion shops.
Tags: custom-colors,custom-menu,custom-logo,editor-style,featured-images,rtl-language-support,post-formats,sticky-post,threaded-comments,block-styles,blog,news
Version: 2.0.6.1766685882
Updated: 2025-12-25 18:04:42

*/
.woocommerce-page #main-content {
    padding: 80px 0;
}
/*Change badges color */
.product-label span.sale {
    background-color: #f10000 !important; 
}
.product-label span.out-stock {
    background-color: #5c5b5b !important; 
}
.product-label span.new {
    background-color: #fa6413 !important;
}
/*End change badges color */
.woocommerce ul#shipping_method li label {
    line-height: 51px;
}