/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2025 | 09:13:52 */
#woocommerce-multi-currency-1 {
  display: none;
}
.uhhmami-selector-group label {
  color: black;
  font-size: 18px;
  font-weight: bold;
}
.uhhmami-selector p {
  margin: 0;
}
.uhhmami-selector-dropdown {
  background: #FEFAF3;
  border-radius: 8px;
}
.uhhmami-selector-dropdown .KS-dropdown-select {
  background: transparent;
  padding: 0.45rem 0.5rem;
}
.uhhmami-selector-dropdown .KS-dropdown-menu-search, .uhhmami-selector-dropdown .KS-dropdown-menu-item {
  background: #FEFAF3;
}
.uhhmami-selector-submit {
  display: block;
  font-weight: 700;
  margin: 12px 10px 10px 10px;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  width: calc(100% - 20px);
  box-sizing: border-box;
  border-radius: 8px;
  cursor: pointer;
}
.uhhmami-selector-button {
  background: black;
  color: white;
  border-radius: 16px;
  height: 48px;
  display: flex;
  gap: 4px;
  font-size: 12px;
}
.uhhmami-selector-button-inner {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.1;
}
.uhhmami-selector-button img {
  margin: 0;
  height: 12px;
  object-fit: contain;
}
.uhhmami-selector-dropdown .KS-dropdown-menu-search, .uhhmami-selector-dropdown .KS-dropdown-menu-item {
  color: black !important;
  background: #FEFAF3 !important;
}
@media (min-width: 777px) {
  body.home header.wp-block-template-part:not(.scrolled) .uhhmami-selector-button, body.home header.wp-block-template-part:not(.scrolled) .uhhmami-selector-button-inner {
    background: white;
    color: black;
  }
}
@media (max-width: 777px) {
  .uhhmami-selector-dropdown {
    left: inherit;
    top: calc(100% + 10px);
    right: -73px;
  }
}
/*
* Popup on Init show
*/
.uhhmami-selector-dropdown.init-show {
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 24px;
  box-sizing: border-box;
  height: fit-content;
  max-width: 620px;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.uhhmami-selector-dropdown.init-show > p {
  color: black;
}
.uhhmami-selector-dropdown.init-show .uhhmami-selector-dropdown-title {
  font-size: 24px;
  margin-bottom: 16px;
}
.uhhmami-selector-dropdown.init-show .uhhmami-selector-dropdown-close-popup {
  border: 0px;
  background: transparent;
  border-bottom: 1px solid black;
  margin-left: 16px;
  padding: 0;
  font-size: 16px;
}
.uhhmami-selector-dropdown.init-show .uhhmami-selector-dropdown-popup-background {
  display: none !important;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  display: block;
}
