/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body.woocommerce-checkout {
	overflow-x: hodden;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
	border-color: #ffffff;
}

span#select2-billing_country-container,
span#select2-billing_state-container {
	background: transparent !important;
	color: #000;
	height: unset;
	padding: 16px 10px;
	font-size: 14px;
	line-height: 1;

}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection {
	height: unset;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000000;
}

.select2-container--default .select2-results__option {
	color: #000 !important;
	background-color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaea !important;
	color: #000 !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff !important;
	color: #000 !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #000 !important;
	background-color: #fff !important;
	opacity: 1 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	color: #000 !important;
	background-color: #f5f5f5 !important;
}