/* .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;
    left: -600px;
    top: 52px;
}


.sections-search
{
  width: 200px;
  padding-top: 15px;
}

.list-complete #sc-bot
{
 /* flex:1;
 display: flex;
 flex-wrap: wrap; */
  width: 810px;
  height: calc(100vh - 121px);
  overflow-y: auto;
  padding-bottom: 210px;
}



.section-complete
{
    padding: 5px;
    cursor: pointer;
    padding: 10px 25px;
    list-style-type: none;
}

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

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

.close-complete {
  width: 35px;
  height: 35px;

  align-items: center;
  justify-content: center;
  right: 10px;
  top: 10px;
  border: 1px solid grey;
  border-radius: 10px;
  position: absolute;
  display: none;
}

@media (max-width: 1200px) {
  .close-complete
  {
    display: flex;
  }
  .list-complete #sc-bot, .list-complete .listing, .sections-search
  {
    width: 100%;
  }

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

  .search-complete input[type=text]
  {
    color:black
  }
  .list-complete .flex-block
  {
    flex-wrap: wrap;
  }

  .list-complete #sc-bot
  {
    overflow-y: unset;
    height: auto;
    width: 100%;
    padding-bottom: 0;
  }

  .button-send
  {
    right:0;
  }

  .list-complete .listing
  {
    top:0;
    left:0;
  }
}



















