/*
Theme Name: Motta Child Theme
Theme URI: http://motta.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motta
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: motta
*/
.custom-checkout-summary {
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.custom-checkout-summary summary {
	padding: 16px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	list-style: none;
}

.custom-checkout-summary summary::-webkit-details-marker {
	display: none;
}

.custom-checkout-summary-content {
	padding: 0 16px 16px;
	border-top: 1px solid #eee;
}

.custom-summary-item,
.custom-summary-total {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	padding: 12px 0;
	border-bottom: 1px solid #f1f1f1;
}

.custom-summary-total {
	border-bottom: none;
	font-size: 16px;
	font-weight: 700;
}


/* WCFM Store Manager page styling */
#wcfm-main-contentainer {
	background: #ffffff;
	border-radius: 12px;
	padding: 20px;
}

#wcfm-main-contentainer .wcfm_menu_logo {
	display: none;
}

#wcfm-main-contentainer .wcfm_menu_items a {
	font-size: 14px;
	border-radius: 8px;
}

#wcfm-main-contentainer .wcfm-container {
	border-radius: 12px;
	box-shadow: none;
	border: 1px solid #eee;
}