/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.my_category_list {
    list-style: none !important;
    display: grid;
    grid-template-columns: auto auto auto;
}

.my_category_list li {
    border: 1px solid #ccc;
    margin: 5px 10px;
    padding: 5px 10px;
    border-radius: 5px;
}

.my_category_list li a {}

.my_mfr_list{
    list-style: none !important;
    display: grid;
    grid-template-columns: auto auto auto;
}


@media (max-width: 778px) {
    .my_category_list {
        grid-template-columns:auto;
        margin: 0px!important;
    }
    .my_mfr_list{
        grid-template-columns: auto;
        margin: 0px!important;
    }
}

  .search-form {
  height: 40px;
  width: 220px;
}

.search-container {
  display: flex;
  height: 100%;
  position: relative;
}

.search-input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 20px!important;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  border: none;
  border-radius: 0 20px 20px 0;
  background-color: #007bff00;
  color: rgb(70, 69, 69);
  font-size: 20px;
  cursor: pointer;
}

.search-button i {
  margin: auto;
}
button.my_rfq {
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
}
button.my_rfq:hover {
  color:#fff;
  background-color: blue;
}
.pagination .current {
  border: 1px solid #9e9e9e;
  padding: 5px 10px;
  border-radius: 5px;
}

.pagination a {
  border: 1px solid #9e9e9e;
  padding: 5px 10px;
  border-radius: 5px;
}
.pagination {
  text-align: right;
}