/*
Theme Name: Marveland Child Theme
Theme URI: https://marveland.axiomthemes.com/
Description: Marveland is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: https://axiomthemes.com/
Version: 1.11.0
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: marveland
Template: marveland
*/


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

.tic_dark bdi{
color:#fff;
}

/* ── Checkout: transparent backgrounds ──────────────────────────── */
.woocommerce-checkout #customer_details,
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout-review-order,
.woocommerce-checkout-review-order-table,
#order_review,
#payment,
.woocommerce-checkout-payment,
.wc_payment_methods,
.wc_payment_methods li,
.payment_box,
.woocommerce-checkout form.checkout {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{
	display: none;
}
.woocommerce div.product .onsale, .woocommerce-page div.product .onsale,
.woocommerce div.product .summary span.onsale, .woocommerce-page div.product .summary span.onsale {
	display: none !important;
}
.woocommerce ul.products li.product .post_featured {
    border-radius: 40px;
}