.input-container {
  height: 40px;
  position: relative;
  margin: 5px;
  display: inline-flex;
}
.mobile-button {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

.upper-column {
  display: none!important;
}

.mobile-button .order-btn {
      background: #f5333f;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
}

@media screen and (min-width: 768px) {
  .mobile-button {
    display: none;
  }
  
  .upper-column {
    display: inline-block!important;
  }
}

.submit-button{
  background: url('https://21049656.fs1.hubspotusercontent-na1.net/hubfs/21049656/submit-icon.png');
      background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    right: 0;
    width: 40px;
    display: block;
}

.site-search {
  height: 100%;
    border: 1px solid #e8e8e8;
    padding-left: 15px;
    border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.lang-anchors {
  flex-direction: column;
  position: relative;
  width: 12rem;
  visibility: hidden;
  display: inline-flex;
}

.lang-anchors--mobile {
  color: #fff;
  display: block;
  visibility: visible
}

.lang-anchor {
        color: #000;
        display: inline-flex;
        font-family: 'roboto', sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        text-decoration: none;
        margin-left: auto;
        padding: .5rem 4rem .5rem 2rem;
        position: relative;
        align-items: center;
        transition: ease-in-out .25s;
        background: transparent;
        width: 100%;
        margin: .25rem 0;
    }

@media screen and (min-width: 768px) {
  .lang-anchors {
    visibility: visible;
  }
  
  .lang-anchors--mobile {
    display: none;
  }
}
.lang-anchors:hover >  .lang-anchor--primary::before {
  transform: rotate(-90deg);
  transition: ease .25s;
}
.dropdown-content {
  display: none;
  position: relative;
  top: inherit;
  right: 0;
  width: 100%;
}

.lang-anchors:hover >  .dropdown-content {
  display: block;
}

.lang-anchor--primary::before {
 content: '';
  width: 10px;
  height: 10px;
  background-image: url('https://21049656.fs1.hubspotusercontent-na1.net/hubfs/21049656/dropdown-anchor.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
}

.lang-anchor--mobile::before {
 content: '';
  width: 10px;
  height: 10px;
  background-image: url('https://21049656.fs1.hubspotusercontent-na1.net/hubfs/21049656/dropdown-anchor-white.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
}

.