/*
Theme Name: Aromatic
Theme URI: https://sellerthemes.com/aromatic-free/
Author: Seller Themes
Author URI: https://sellerthemes.com/
Description: Aromatic is a stylish and multipurpose eCommerce cosmetic WordPress theme designed for all beauty websites and cosmetics shops. A gorgeous set of shop page layouts and sections. Here are some of the most prominent features in Pro version. Visit Aromatic pro demo. https://preview.sellerthemes.com/pro/aromatic/
Version: 1.2
Tested up to: 6.1.1
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: aromatic
Template : aromatic
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

table {
    border: 1px solid #e9e9e9;
    background-color: #fcfcfc;
    border-spacing: 0;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    text-align: left;
    table-layout: fixed;
    border-collapse: collapse;
	width: 100%;
}
table th {
    background-color: rgba(var(--color-primary), 1);
    color: var(--bs-white);
}
table th, table td, .wp-block-table td, .wp-block-table th {
	border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 15px;
}
table td, .wp-block-table table tr, .wp-block-table table td {
    border: 1px solid #e9e9ea;
	text-align: left;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background-color: rgba(var(--color-primary),0.1);
}