.dropdown-mobile-content {
  display: none;
  position: absolute;
  background-color: #e84f0e;
  min-width: 160px;
  width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.dropdown-mobile-content a {
  color: rgb(246, 241, 241);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-mobile a:hover {
  background-color: #c65e31;
}

.show-dropdown-mobile {
  display: block;
}

.icon_mobile_search {
  position: absolute;
  top: 6px;
  right: 227px;
  background: transparent;
}
.icon_mobile_search img {
  width: 40px;
  margin-top: -7px;
}
button.icon_mobile_search {
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .dropdown-mobile {
    display: none;
  }

  .dropdown-mobile-content {
    display: none;
  }

  .icon_mobile_search {
    display: none;
  }
}
