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

.loader
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-block
{
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 22px;
}
.tabs-product a
{
  display: flex;
  font-weight: 700;
  color: #777679;
  font-size: 22px;
  text-decoration: none;
  margin-right: 28px;

}

.count-items
{
  margin-left: 7px;
}

.tabs-product a.active
{
  color: #1C1B1F;
  border-bottom:3px solid #FFCC33;

}

.shops-mar-in{
  margin: 25px auto;
}


.all-cat-shops{
  height: 45px;
  outline: none;
  border: 1px #9F9F9F solid !important;
  border-radius: 4px;
}

.all-cat-shops option{
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.all-search-shops{
  height: 45px !important;
  outline: none;
  border: 1px #9F9F9F solid !important;
  border-radius: 4px;
}

.shops-bor-cart{
  position: relative;
  width: 31%;
  height: 405px;
  margin-bottom: 48px;
}
.orders
{
  position: relative;
  margin-bottom: 10px;
}
#order
{
  border: 1px solid #D2D1D2;
  width: 220px;
  height: 40px;
}

.orders:after
{
  width: 12px;
  height: 8px;
  position: absolute;
  content:"";
  top:50%;
  margin-top: -4px;
  right:12px;
  background:  #1C1B1F;
  transform: rotate(90deg);

}


@media (max-width: 1200px){




}




























