/**
 * language_block css
 *
 */
section#block-customlanguageblock {
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
}
section#block-customlanguageblock {
  margin-right: 0px;
  padding: 0 10px;
  margin-left: 15px;
}
section#block-customlanguageblock {
  margin-left: 20px;
  float: right;
  padding-right: 0;
}
.user-logged-in section#block-customlanguageblock {
  margin-left: 20px;
  float: right;
  padding-right: 0;
}
.language_currency_selector {
  display: none;
}
.language_currency_selector.open {
  display: block;
}
div#language_currency_selector {
  background-color: #fff;
  position: absolute;
  z-index: 999;
  width: 175px;
  top: 55px;
}
select#language_selector:focus-visible,
select#currency_selector:focus-visible {
  border: none;
  outline: none;
}
select#language_selector,
select#currency_selector {
  color: #868686;
  padding: 10px;
  width: 100%;
  border: none;
  cursor: pointer;
  display: none;
}
div#language,
div#currency {
  padding: 5px;
  border: 1px solid #e5e2ea;
  border-radius: 4px 4px 0 0;
  margin-bottom: 1rem;
  height: 54px;
  position: relative;
}
div#language:hover,
div#currency:hover,
div#language:hover select#language_selector,
div#currency:hover select#currency_selector,
select#language_selector:hover,
select#currency_selector:hover {
  background-color: #e6e2eb77;
}
select#language_selector option,
select#currency_selector option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 10px 16px;
  text-align: left;
  text-decoration: none;
  max-width: 100%;
  position: relative;
  cursor: pointer;
  outline: none;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  box-sizing: border-box;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  font-size: inherit;
  line-height: 3em;
  min-height: 3em;
}
div#language:hover,
div#currency:hover {
  border-bottom: 2px solid #e5e2ea;
}
div#dropdownbutton #lang_code {
  margin-left: 5px;
}
div#dropdownbutton {
  margin-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
div#language_currency_selector {
  position: absolute;
  background-color: #ffffff;
  padding: 15px;
  border-bottom: 4px solid var(--primary-btn-bg-color);
  top: 55px;
  right: 0;
  box-shadow: 0 6px 4px rgb(0 0 0 / 12%);
  width: 350px;
  z-index: 999;
}
div#dropdownbutton:after {
  content: "";
  border-bottom: 4px solid var(--primary-btn-bg-color);
  position: absolute;
  top: 52px;
  min-width: 120px;
  z-index: 1;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
  margin-left: -5px;
}
div#dropdownbutton:after {
  right: 15px;
}
.mmenu-translate div#dropdownbutton:after {
  display: none;
}
div#dropdownbutton:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  background-image: url(../../../../themes/custom/allwaysvip/images/Icons/SVG/chevron-down.svg);
  position: absolute;
  top: 3px!important;
  right: 9px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #e5e2ea transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  font-family: Gotham;
  font-weight: 400;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 106%;
  left: -1px;
  right: 0;
  z-index: 99;
  overflow: auto;
  max-height: 256px;
  outline: 0;
  border-radius: 0!important;
  box-shadow: 0 6px 4px rgba(0,0,0,.12156862745098039)!important;
  text-align: justify;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background: #e6e2eb77!important;
  color: rgba(0, 0, 0, 0.87) !important;
}
#language .select-selected,
#currency .select-selected {
  font-family: Gotham,Helvetica Neue,sans-serif !important;
}

.select-items div,
.select-selected {
  font-family: Gotham,Helvetica Neue,sans-serif;
  font-size: 15px;
}

#language .lang-curr,
#currency .lang-curr {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.125;
  font-family: Gotham,Helvetica Neue,sans-serif;
  letter-spacing: normal;
  position: absolute;
  left: 10px;
  color: #8e8f8e;
  text-transform: uppercase;
  top: 10px;
}
#language .select-selected,
#currency .select-selected {
  font-size: 14px;
  color: var(--default-text-color);
  font-family: Gotham;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: normal;
  position: absolute;
  top: 20px;
  left: -5px;
  width: 100%;
  text-transform: uppercase;
  text-align: justify;
}
#language .select-selected {
  text-transform: capitalize;
}
#language.active,
#currency.active {
  border-bottom: 2px solid #e5e2ea;
}
.select-selected.select-arrow-active:after {
  background-image: url(../../../../themes/custom/allwaysvip/images/Icons/SVG/chevron-up.svg);
}
@media only screen and (max-width: 768px) {
  .menu-name--mobile-add .mm-listitem__text .translate.mmenu-translate div#dropdownbutton {
    display: block;
  }
}
.currency-convert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.79) url(../assets/Loader_Arrows.gif) no-repeat 50% 50%;
  opacity: 0.5;
}
.offer-page .converted-discount-text {
  color: var(--light-bg-color);
  font-family: 'MetropolisBold';
}
.offer-page .converted-strikeprice-text {
  text-decoration: line-through;
  padding: 0;
  margin-left: 5px;
}
.offer-page .converted-offerprice-text {
  font-size: 22px;
  color: var(--text-color);
  font-weight: bold;
  font-family: 'MetropolisBold';
}
