/*
 * SS Deco - Select2 / SelectWoo dark mode v4.3
 * Cart + Checkout + My Account
 */

/* Campo cerrado */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-container--default .select2-selection--single,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-container--default .select2-selection--single,
html[data-ss-theme="dark"] body.woocommerce-account .select2-container--default .select2-selection--single {
	background: #1D1D20 !important;
	border: 1px solid #3A3A3F !important;
	color: #F3EEE6 !important;
	min-height: 49px !important;
	border-radius: 0 !important;
}

html[data-ss-theme="dark"] body.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-ss-theme="dark"] body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #F3EEE6 !important;
	line-height: 47px !important;
	padding-left: 14px !important;
	padding-right: 42px !important;
}

html[data-ss-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 47px !important;
	right: 10px !important;
}

html[data-ss-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #F3EEE6 transparent transparent transparent !important;
}

html[data-ss-theme="dark"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #F3EEE6 transparent !important;
}

/* Dropdown se inserta normalmente al final de BODY */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-dropdown,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-dropdown,
html[data-ss-theme="dark"] body.woocommerce-account .select2-dropdown {
	background: #1D1D20 !important;
	border: 1px solid #3A3A3F !important;
	border-radius: 0 !important;
	color: #F3EEE6 !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36) !important;
	z-index: 999999 !important;
}

/* Buscador */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-search--dropdown,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-search--dropdown,
html[data-ss-theme="dark"] body.woocommerce-account .select2-search--dropdown {
	background: #1D1D20 !important;
	padding: 10px !important;
}

html[data-ss-theme="dark"] body.woocommerce-cart .select2-search--dropdown .select2-search__field,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-search--dropdown .select2-search__field,
html[data-ss-theme="dark"] body.woocommerce-account .select2-search--dropdown .select2-search__field {
	background: #141416 !important;
	border: 1px solid #4A4A50 !important;
	color: #F3EEE6 !important;
	min-height: 40px !important;
	outline: none !important;
}

html[data-ss-theme="dark"] body.woocommerce-cart .select2-search--dropdown .select2-search__field:focus,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-search--dropdown .select2-search__field:focus,
html[data-ss-theme="dark"] body.woocommerce-account .select2-search--dropdown .select2-search__field:focus {
	border-color: #744052 !important;
	box-shadow: 0 0 0 1px #744052 !important;
}

/* Lista */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-results,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-results,
html[data-ss-theme="dark"] body.woocommerce-account .select2-results,
html[data-ss-theme="dark"] body.woocommerce-cart .select2-results__options,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-results__options,
html[data-ss-theme="dark"] body.woocommerce-account .select2-results__options {
	background: #1D1D20 !important;
	color: #F3EEE6 !important;
}

html[data-ss-theme="dark"] body.woocommerce-cart .select2-results__option,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-results__option,
html[data-ss-theme="dark"] body.woocommerce-account .select2-results__option {
	background: #1D1D20 !important;
	color: #F3EEE6 !important;
	padding: 10px 13px !important;
}

/* Opcion seleccionada */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-container--default .select2-results__option[aria-selected="true"],
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-container--default .select2-results__option[aria-selected="true"],
html[data-ss-theme="dark"] body.woocommerce-account .select2-container--default .select2-results__option[aria-selected="true"],
html[data-ss-theme="dark"] body.woocommerce-cart .select2-container--default .select2-results__option[data-selected="true"],
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-container--default .select2-results__option[data-selected="true"],
html[data-ss-theme="dark"] body.woocommerce-account .select2-container--default .select2-results__option[data-selected="true"] {
	background: #2A2A2F !important;
	color: #F3EEE6 !important;
}

/* Hover / teclado */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-ss-theme="dark"] body.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected],
html[data-ss-theme="dark"] body.woocommerce-cart .select2-container--default .select2-results__option--highlighted[data-selected],
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected],
html[data-ss-theme="dark"] body.woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: #744052 !important;
	color: #F3EEE6 !important;
}

/* Mensajes tipo "sin resultados" */
html[data-ss-theme="dark"] body.woocommerce-cart .select2-results__message,
html[data-ss-theme="dark"] body.woocommerce-checkout .select2-results__message,
html[data-ss-theme="dark"] body.woocommerce-account .select2-results__message {
	background: #1D1D20 !important;
	color: #F3EEE6 !important;
}

/* Scrollbar Chromium */
html[data-ss-theme="dark"] .select2-results__options::-webkit-scrollbar {
	width: 10px;
}

html[data-ss-theme="dark"] .select2-results__options::-webkit-scrollbar-track {
	background: #141416;
}

html[data-ss-theme="dark"] .select2-results__options::-webkit-scrollbar-thumb {
	background: #4A4A50;
	border: 2px solid #141416;
}

/* Select nativo de respaldo */
html[data-ss-theme="dark"] body.woocommerce-cart select,
html[data-ss-theme="dark"] body.woocommerce-checkout select,
html[data-ss-theme="dark"] body.woocommerce-account select {
	background-color: #1D1D20;
	color: #F3EEE6;
	border-color: #3A3A3F;
}

html[data-ss-theme="dark"] body.woocommerce-cart select option,
html[data-ss-theme="dark"] body.woocommerce-checkout select option,
html[data-ss-theme="dark"] body.woocommerce-account select option {
	background: #1D1D20;
	color: #F3EEE6;
}