/* .shop-one img
{
    height: auto;
} */



.list-complete
{
  position: relative;
}

.list-complete .listing
{
  position: absolute;
  z-index: 99;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 1000px;
    background: white;
    right: 0;
}

.search-complete form
{
  position: relative;
  width: 600px;
}


.search-complete input[type=text]
{
  border-radius:25px;
}

@media (max-width: 767px) {

  .mobile-menu-content
  {
    padding: 10px;
  }

  .list-complete .listing
  {
    position: absolute;
    z-index: 99;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    background: white;
    right: 0;
    width: 100vw;
    padding-bottom: 50px;
    /* padding-top: 40px; */
    /* display: none; */
  }
    .list-complete .listing {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .search-complete form {
        width: 100%;
    }

    .list-complete .flex-block {
        flex-direction: column;
    }

    .sections-search {
        width: 100% !important;
        /* margin-bottom: 20px; */
    }

    .list-complete .list-products {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .list-complete .shops-bor-cart {
        width: 100% !important;
        max-width: 100% !important;
    }

    .sections-search ul {
        flex-direction: column;
        gap: 0;
    }

    .sections-search li {
        padding: 10px 15px;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 5px;
    }
}

.button-send
{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0 24px;
  height: 100%;
  border: none;
  position: absolute;
  right: -2px;
  top: 0;
  font-weight: bold;
  background: #FE9403;
  border-radius: 0px 25px 25px 0px;
}

.list-complete .flex-block
{
  display: flex;

}

.sections-search
{
  width: 200px;
}

.list-complete .list-products
{
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-content: start;
}



.section-complete
{
    padding: 5px;
    cursor: pointer;
    padding: 10px 25px;
}

.sections-search ul
{
    width: 100%;
}

.sections-search li.active
{
  color:#f1832a;
}






















