HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/www/wp-content/plugins/unlimited-theme-addons/assets/frontend/css/search.css
/***************************
        Search
****************************/
.uta-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uta-product-category {
  width: 20%;
}

.uta-product-category select {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  border-right: none;
}

.uta-product-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.uta-product-search-form input {
  width: 100%;
}

@media (max-width: 999px) {
  .uta-product-search {
    display: block;
  }

  .uta-product-category {
    width: 100%;
    margin-bottom: 5px;
  }

  .uta-product-category select {
    border-right: 1px solid #eee;
  }

  .uta-product-search-form {
    width: 100%;
  }
}