/*
Theme Name: Moderno-Child
Theme URI: https://parkofideas.com/moderno/
Text Domain: moderno-child
Description: Fashion & Furniture Store WooCommerce Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: moderno
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


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


/* Currency switcher header block */
.c-header__top-row-item--currency {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.c-header__top-row-item--currency .c-header__currency-label {
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.c-header__currency-switcher .wcml_currency_switcher {
	min-width: 120px;
}

.c-header__currency-switcher .wcml_currency_switcher ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 767px) {
	.c-header__mobile_blocks .c-header__top-row-item--currency {
		width: 100%;
		justify-content: space-between;
	}

	.c-header__mobile_blocks .c-header__top-row-item--currency .c-header__currency-label {
		display: none;
	}

	.c-header__mobile_blocks .c-header__top-row-item--currency .wcml_currency_switcher {
		width: 100%;
	}
}
