#catalog_stat {
  color: #F59D24;
  font-size: 15px;
  padding-bottom: 0.5rem;
}
.catalog_options_container {
  display: flex;
  flex-direction: column-reverse;
}

#catalog_options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

#catalog_options fieldset {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: baseline;
}

#catalog_options label {
  color: #868686;
  padding: 0.2rem 0.8rem;
  font-size: 12px;
}

#catalog_options select {
  outline: none;
  border: 1.5px solid #3b4451;
  border-radius: 1rem;
  background: transparent;
  color: #3b4451;
  font-family: inherit;
  padding: 0.5rem;
  font-size: 15px;
}

.catalog_option_sticky {
  z-index: 100;
  position: sticky;
  border-radius: 0.5rem;
  justify-content: end !important;
}

.catalog_option_sticky #catalog_stat {
  display: none;
}

.layout_side_menu.catalog_option_sticky {
  background-color: white;
}

.catalog_option_sticky #catalog_options {
  background-color: white;
  box-shadow: 0px 0px 15px 5px #00000010;
}

.catalog_option_sticky fieldset {
  flex-direction: row !important;
  align-items: center !important;
}

.product_related_items {
  margin-top: 2rem;
}

.product_related_items > p {
  color: #F59D24;
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 1rem;
}

.product_flag {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-right: 3rem;
  margin-bottom: 1rem;
}

#product_stock {
  margin-bottom: 1rem;
}

.product_flag img {
  height: 2rem;
}

.product_flag p {
  color: #333333;
  font-weight: 400;
  line-height: 1em !important;
}

.product_menu_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:0.5rem
}

#product_selector {
  width: fit-content;
}

.product_property_dropdown {
  min-width: 100px;
  border-radius: 1rem;
  border: 1px solid #10437a;
}

@media screen and (min-width: 1024px) {
  #catalog_stat {
    font-size: 18px;
  }

  #catalog_options {
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 0;
    padding: 0.5rem;
  }

  #catalog_options label {
    font-size: 15px;
  }

  #catalog_options select {
    font-size: 17px;
  }

  .catalog_options_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: row;
  }

  .product_flag {
    max-width: 30%;
    margin-bottom:0;
  }

  #product_stock {
    margin-bottom: 0rem;
  }
}
