#location-container {
  /* Positions the container at the top-right corner */
  position: absolute;
  top: 10px;
  right: 10px;
  
  /* Arranges the label and the dropdown side-by-side */
  display: flex;
  align-items: center; /* Vertically aligns the items in the center */
  gap: 8px; /* Adds a small gap between the label and the dropdown */

  /* Optional: Basic styling for better appearance */
  font-family: Arial, sans-serif;
  color: #333;
}

.translate-topbar {
background-color: #e6f4c1;
display: none;
padding: 5px;
justify-content: end;
align-items: center;
position: relative;
z-index: 10;
}

@media (max-width: 991px) {
.translate-topbar {
display: flex;
}
}

#google_translate_element {
margin-left: 20px;
height: 30px;
overflow: hidden;
}

.goog-te-combo {
padding: 0;
margin: 0 !important;
font-size: small;
height: 30px;
}
.theme-product-main-info-container {
    display: flex;
    flex-direction: column
}

.theme-product-info-header-area {
    order: 1
}

.theme-product-details-price-and-availability-container {
    order: 2
}

.theme-product-variants-area {
    order: 3
}

.theme-short-desc-row {
    order: 4
}