/*
Theme Name: TastyDaily - Child
Theme URI: https://parkofideas.com/tastydaily/
Text Domain: tastydaily-child
Description: Grocery Store & Food WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: tastydaily
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


/* =Theme customization starts here
-------------------------------------------------------------- */




.c-product__badges {
    position: absolute;
    top: 18px;
    left: 11px;
    background: #7eedffa6;
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    width: 72px;
    height: 23px;
    padding-top: 2px;
    padding-left: 5px;
}

.h-ltr .woocommerce-orders-table__cell:not(:last-child) {
    padding-right: 15px;
    display: none;
}

