.switcher .selected-sign {
display: none;
}

element.style {
    display: none;
}

.switcher .selected-sign {
display: none;
}

.header .header-stripe .right-icons .culture {
display: none;
}

.profile .profile-icon-container {
    margin-right: 25px;
}
.header .header-stripe .search {
    width: 600px;
    margin: 0 3px 0 auto;
}

element.style {
}
.gallery .top .main-title {
    font-size: var(--text-size-h2);
    color: var(--text-color-heading);
    display: none;
}
/* set height of 'All Categories' menu to fit content */
.show-all-panel .scrollbar > div {
  max-height: 800px !important;
}
.show-all-panel .scrollbar {
  max-height: 800px !important;
}


.LoginMaster .SmallLink{

color:#0d3050;
}

.categories-navbar-item:not(:first-child) {
display:none;
}

.react-aria-ListBox {
  background-color: #cccccc; /* soft light grey */
}

.warn-message span:first-child {
  font-size:0; /* hide original text */
}

.warn-message span:first-child::after {
  content: "Please Note: \A\AOrders with out-of-stock items will be delayed. \A\A For faster delivery, order in-stock items separately.";
  font-size:14px;
}

.warn-message {
  background: #fff3cd;
  padding: 10px 14px;
  border-left: 4px solid #ff9900;
  border-radius: 4px;
  font-family: inherit;
  display: block;
  white-space: pre-line;
}

.warn-message span:first-child {
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
}

.warn-message span:last-child {
  display: block;
  margin-top: 8px;
  text-align: left;
  font-style: italic;
}