/* @import url("compass/css3.css");
@import url("compass"); */
@import url("https://fonts.googleapis.com/css?family=Lato");

:root.light-mode {
  --modal-bg: #192431;
}

:root.dark-mode {
  --modal-bg: #ffffff;
}

.white-select-design .select-styled {
  color: var(--cream-light) !important;
  background-color: var(--blue-black) !important;
  border-radius: 7px;
  border: 1px solid var(--midnight-mist) !important;
}

.light-mode .white-select-design .select-styled {
  color: var(--gun-metal) !important;
  background-color: #fff !important;
  border-radius: 7px;
  border: 1px solid var(--border-color) !important;
}

.explore-shop-filter .white-select-design .select-styled {
  border: 1px solid #aaa !important;
}

.custom-select-wrapper .select {
  width: 100%;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 70%;
  height: 48px;
}


.select-custom {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 100%;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid white;
  background-color: #192431;
  padding: 13px 15px;
  transition: all 0.5s ease-in;
  height: auto;
  font-size: 14px;
}

.select-styled:after {
  content: "";
  background-image: url("../images/arrow-top.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 10px;
}

.select-styled:hover {
  background-color: #d94111;
}

.select-styled:active,
.select-styled.active {
  background-color: #ca3d10;
}

.select-styled:active:after,
.select-styled.active:after {
  top: 2px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-custom-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  transition: all 0.5s ease-in;
}

.select-custom-styled:after {
  content: "";
  background-image: url("../images/arrow-top-orange.svg");
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 24px;
  right: 10px;
}

.select-custom-styled:hover {
  background-color: #FFF;
}

.select-custom-styled:active,
.select-custom-styled.active {
  background-color: #FFF;
}

.select-custom-styled:active:after,
.select-custom-styled.active:after {
  top: 20px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-custom.up>.select-custom-options {
  top: -250px !important;
  min-height: 250px;
}

.select-switch-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
  border: 1px solid white;
  background-color: #192431;
  padding: 8px 20px;
  transition: all 0.5s ease-in;
}

.select-switch-styled:after {
  content: "";
  background-image: url("../images/arrow-top.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 10px;
}

.select-switch-styled:hover {
  background-color: #d94111;
}

.select-switch-styled:active,
.select-switch-styled.active {
  background-color: #ca3d10;
}

.select-switch-styled:active:after,
.select-switch-styled.active:after {
  top: 2px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-role-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 1px solid white;
  background-color: #192431;
  padding: 8px 20px;
  transition: all 0.5s ease-in;
}

.select-role-styled:after {
  content: "";
  background-image: url("../images/arrow-top.svg");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 10px;
}

.select-role-styled:hover {
  background-color: #d94111;
}

.select-role-styled:active,
.select-role-styled.active {
  background-color: #ca3d10;
}

.select-role-styled:active:after,
.select-role-styled.active:after {
  top: 2px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  max-height: 250px;
  overflow-y: scroll;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  list-style: none;
  background-color: #ca3d10;
}

.select-options li {
  margin: 0;
  padding: 12px;
  font-size: 14px;
  border-top: 1px solid #b3360e;
  transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
  color: #e24412;
  background: #fff;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-custom-options {
  display: none;
  position: absolute;
  max-height: 250px;
  overflow-y: scroll;
  top: 165%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  list-style: none;
  background-color: #ca3d10;
}

.select-custom-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #b3360e;
  transition: all 0.15s ease-in;
}

.select-custom-options li:hover,
.select-custom-options li.is-selected {
  color: #e24412;
  background: #fff;
}

.select-custom-options li[rel="hide"] {
  display: none;
}

.select-switch-options {
  display: none;
  position: absolute;
  max-height: 250px;
  overflow-y: scroll;
  /* top: -250px; */
  top: -181px;
  right: 0;
  left: 0;
  z-index: 999;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ca3d10;
}

.select-switch-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #b3360e;
  transition: all 0.15s ease-in;
}

.select-switch-options li:hover,
.select-switch-options li.is-selected {
  color: #e24412;
  background: #fff;
}

.select-switch-options li[rel="hide"] {
  display: none;
}

.select-role-options {
  display: none;
  position: absolute;
  max-height: 250px;
  overflow-y: scroll;
  top: -250px;
  right: 0;
  left: 0;
  z-index: 999;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ca3d10;
}

.select-role-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #b3360e;
  transition: all 0.15s ease-in;
}

.select-role-options li:hover,
.select-role-options li.is-selected {
  color: #e24412;
  background: #fff;
}

.select-role-options li[rel="hide"] {
  display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
/* Track */
/* Hide scrollbar for IE, Edge and Firefox */

/*# sourceMappingURL=country-select.css.map */