/*
Theme Name: Daeron
Theme URI: https://themeforest.net/item/daeron-a-creative-and-modern-woocommerce-theme/24716326
Author: WolfThemes
Author URI: https://wolfthemes.com
Description: A Creative and Modern WooCommerce Theme
Version: 1.2.6
Requires at least: 5.6
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: daeron

For any CSS customization, it is strongly recommended to use a child theme
https://wlfthm.es/child-theme

You will find a child theme template in your theme package
*/

@media (max-width: 768px) {
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr {
    display: flex;
	font-size: 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
    flex: 1 0;
	padding: 5px !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    flex: 1 0;
	padding: 5px !important;
}




}