#planning-filters-form {
  padding-top: 1rem !important;
}

.box-upload-text {
  background: url(../images/box.png) left top no-repeat;
  background-size: 150px 150px;
}

.box-upload-success {
  background: url(../images/Signorina_sa-01.png) center center no-repeat;
  width: 100px;
  height: 166px;
  margin: 5px auto 0;
  text-align: center;
  background-size: 85px;
}

.box-upload-success h4 {
  padding-top: 160px;
  font-size: 22px !important;
}

@media (min-width: 576px) {
  #planning-filters-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  #planning-filters-form {
    margin-right: 1rem !important;
  }
}

#planning-filters-form .filter-dropdown {
  width: auto !important;
  display: inline-block;
}

#navigation-select {
  margin-top: 30px;
}

.btn-outline-secondary {
  margin: 10px;
}

.shopping_bag_user {
  width: 24px;
  height: 24px;
  background: url(../images/ShoppingBag.png?6954f78bcf4a312dadff2cb002e18151) left top no-repeat;
  background-size: 24px 24px;
  display: inline-block;
  margin-left: 20px;
}

.shopping_bag_user:hover {
  background: url(../images/ShoppingBag_Selected.png?b1964d8080a2cccba2614551c17a8c28) left top no-repeat;
  background-size: 24px 24px;
}


#order-new-filters-placeholder{
   background-image: url('../images/new-order-fiters-placeholder.png');
}
.homepage-section img[lazy=loading] {
   background-image: url('../images/1920x750-loader.gif');
}
