/* 
Theme Name: Toughness Myth (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, customized by Campfire Digital
Author: Campfire Digital
Author URI: https://campfiredigital.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: toughness-myth
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 */

/*NORMALIZE CHECKTOUT SELECTOR*/
.woocommerce-checkout .select2-selection__rendered{
	padding: 0 1rem!important
}

.select2-results__option {
    background-color: rgba(0, 0, 0, 0.9) !important;
	color:#ccc!important;
}

.select2-search--dropdown{
	background-color: rgba(0, 0, 0, 0.9) !important;
}

.select2-results__option--highlighted[data-selected]{
	color:#ff6a1a!important;
}

.select2-selection__arrow b{
	filter: brightness(0) saturate(100%) invert(48%) sepia(97%) saturate(2754%) hue-rotate(359deg) brightness(101%) contrast(102%);
}

/*MENUCART*/
.elementor-menu-cart__container.elementor-lightbox{
	height:100vh!important;
}