/*
Theme Name:   Mariko.bg child 
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* ===== Country field: hidden (forced to Bulgaria) ===== */
#billing_country_field,
#shipping_country_field {
	display: none !important;
}

/* ===== Checkout layout ===== */

.mariko-section {
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
}

.mariko-section:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.mariko-section-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 16px 0;
	padding: 0;
}

/* Shipping methods table: strip default table chrome */
.mariko-shipping-table {
	width: 100%;
	border: none !important;
	border-collapse: collapse;
	margin-top: 10px;
}

.mariko-shipping-table th {
	display: none;
}

.mariko-shipping-table td {
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
}

.mariko-shipping-table tr {
	border: none !important;
	background: transparent !important;
}

/* Shipping methods list styling */
.mariko-shipping-methods .woocommerce-shipping-methods {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mariko-shipping-methods .woocommerce-shipping-methods li {
	padding: 8px 0;
}

/* Payment section: our wrapper */
.mariko-section-payment-wrap > .mariko-section-title {
	margin-bottom: 16px;
}

/* Notes section inside payment */
.mariko-notes-section {
	width: 100%;
	margin: 20px 0;
}

/* Privacy policy text styling */
.woocommerce-checkout-payment .woocommerce-privacy-policy-text p {
	font-size: 11px;
	font-weight: 300;
}


.mariko-notes-section .mariko-section-title {
	font-size: 16px;
	margin-bottom: 10px;
}

/* Fix place-order div when it contains notes */
.woocommerce-checkout-payment .place-order {
	display: block;
	width: 100%;
}

/* Hide shipping from right column order review (CSS fallback) */
.cart-order-details .woocommerce-shipping-totals {
	display: none !important;
}

/* Cart page redesign is loaded via PHP (mariko_cart_inline_css) for load-order priority. */

