/* remove any outline on the destination select home */
.location_select_wrapper_home,
.location_select_wrapper_home * {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.location_select_wrapper_home:focus,
.location_select_wrapper_home:hover,
.location_select_wrapper_home:active,
.location_select_wrapper_home *:focus,
.location_select_wrapper_home *:hover,
.location_select_wrapper_home *:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* remove any outline on the destination select shop */
.location_select_wrapper_shop,
.location_select_wrapper_shop * {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.location_select_wrapper_shop:focus,
.location_select_wrapper_shop:hover,
.location_select_wrapper_shop:active,
.location_select_wrapper_shop *:focus,
.location_select_wrapper_shop *:hover,
.location_select_wrapper_shop *:active {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.select2-container--Tus .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--Tus {
  width: 290px !important;
/* 	width: 18.1% !important; */
  padding-left: 35px !important;
}
.select2-container--Tus
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 15px;
}
.select2-container--Tus .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 30px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--Tus
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--Tus .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 2.5px;
  right: 10px;
  width: 15px;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10.028' height='5.789' viewBox='0 0 10.028 5.789'><g transform='translate(9.641 5.015) rotate(180)'><path d='M0,0,4.626,4.629,9.254,0' transform='translate(9.254 4.628) rotate(180)' fill='none' stroke='%23707071' stroke-miterlimit='10' stroke-width='1.094'/></g></svg>");
background-repeat: no-repeat;
	background-position: center;
}
.select2-container--Tus .select2-selection--single .select2-selection__arrow b {
	display: none !important;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

body.archive .select2-container--Tus .select2-selection--single .select2-selection__arrow {
	left: 238px;
	right: unset;
}

.select2-container--Tus[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}

.select2-container--Tus[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--Tus.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--Tus.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}

.select2-container--Tus.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--Tus .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--Tus
  .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--Tus .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--Tus
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--Tus
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--Tus
  .select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--Tus
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.select2-container--Tus
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none !important; 
}

.select2-container--Tus[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--Tus[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--Tus[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--Tus[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--Tus.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--Tus.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--Tus.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}

.select2-container--Tus.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--Tus.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* force select2 dropdown (destination) to always open downwards */
.select2-container.select2-container--open .select2-dropdown--above{
	top: 156px !important;
	cursor: pointer;
}

.select2-container.select2-container--open .select2-dropdown--below{
	position: absolute;
	top: -33px !important;
	left: 0;
	cursor: pointer;
}

@media only screen and (min-width: 767px){
	body:not(.archive) .select2-container.select2-container--open .select2-dropdown--above,
	body:not(.archive) .select2-container.select2-container--open .select2-dropdown--below{
		width: 302px !important;
	}
}

/* shop page */
body.archive .select2-container.select2-container--open .select2-dropdown--below,
body.archive .select2-container.select2-container--open .select2-dropdown--above {
/* 	width: 70% !important; */
/* 	widths will be assigned in js */
}
body.archive #select2-location_select-container{
	padding-left: 10% !important;
}
body.archive .select2-container.select2-container--open .select2-dropdown--below ul li{
	padding-left: 15% !important;
}

.select2-selection__rendered,
.select2-selection__rendered:active,
select2-selection__rendered:focus{
	outline: none !important;
}
.select2-container--Tus.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--Tus.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--Tus .select2-search--dropdown {
  height: 0px;
  opacity: 0;
}
.select2-container--Tus .select2-results {
  padding: 0px;
  margin-top: -2px;
}

/* .select2-container--Tus ul.select2-results__options {
  padding-bottom: 15px;
} */

#select2-location_select-container:not([title="CHOOSE A DESTINATION"]) {
  font-weight: 600 !important;
}


ul#select2-location_select-results li:first-child {
    background-color: white !important;
    position: relative;
	font-weight: 600 !important;
}

ul#select2-location_select-results li:first-child::after {
    content: "";
    position: absolute;
    right: 23px;
    top: 10px;
    transform: rotate(180deg); /* Flip the icon to point upward */
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10.028' height='5.789' viewBox='0 0 10.028 5.789'><g transform='translate(9.641 5.015) rotate(180)'><path d='M0,0,4.626,4.629,9.254,0' transform='translate(9.254 4.628) rotate(180)' fill='none' stroke='%23707071' stroke-miterlimit='10' stroke-width='1.094'/></g></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

body.archive ul#select2-location_select-results li:first-child::after{
	left: 240px;
	top: 11px;
}

ul#select2-location_select-results li:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}


.select2-container--Tus .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--Tus .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--Tus .select2-results__option .select2-results__option {
  padding-left: 1.2em;
}
.select2-container--Tus
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--Tus
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--Tus
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--Tus
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--Tus
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--Tus
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--Tus .select2-results__option--group {
  padding: 0;
}

.select2-container--Tus .select2-results__option--disabled {
  color: #999;
}

.select2-container--Tus .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--Tus
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E9F7F2;
  color: #707071;
}

.select2-container--Tus .select2-results__option {
/*   padding-left: 20px; */
	padding-left: 43px;
	
}

.select2-container--Tus .select2-dropdown {
  border: 0 solid #aaa !important;
  border-radius: 13px !important;
}

body.archive .select2-container--Tus .select2-dropdown {
  border: 0 solid #aaa !important;
  border-radius: 13px !important;
}

/* #select2-location_select-container{
  font-family: "Montserrat" !important;
}
 */
.select2-container--Tus .select2-dropdown,
.select2-container--Tus .select2-selection__rendered {
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  color: var(--e-global-color-secondary) !important;
  text-transform: uppercase;
/*   width: 276px !important; */
/* 	width: 50% !important; */
  letter-spacing: 0.04em !important;
  /* padding-right: 15px !important; */
}
body.archive .select2-container--Tus .select2-dropdown,
body.archive .select2-container--Tus .select2-selection__rendered {
  font-size: 14px !important;
}
.select2-container--Tus .select2-selection__rendered:hover {
  font-weight: 600 !important;
  color: #707071 !important;
	cursor: pointer;
}

.select2-selection__rendered,
.select2-selection__rendered:focus{
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
}
.select2-container--Tus .select2-results {
  color: #707071;
}

.select2-container--Tus .select2-results {
  display: block;
  color: #707071;
}

.select2-container--Tus .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container .select2-selection {
  background-color: var(--wc-form-color-background, #fff);
  border: 0 solid var(--wc-form-border-color, #aaa) !important;
  border-radius: var(--wc-form-border-radius, 4px);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.5em;
  line-height: normal;
  box-sizing: border-box;
  color: #707071;
  font-weight: 400;
}
