.note--ust-add-to-basket-checkbox {
  width:25px;
  height: 75px;
}

.checkbox_with_label{
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 4px;
}

.note--ust-add-to-basket {
  margin-left: 120px;
}
.action--sort {
  margin-bottom: 6px; 
}

.product--box .product--image {
  margin-top: 13px;
}

@media screen and (min-width: 30em) {
  .product--box .product--image {
     margin-top: 0px;
  }
}

@media screen and (min-width: 48em) {
  .action--sort {
    float: left;
  }
  .UstAddSeveralArticlesToBasket_listing_div {
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 10px;
  }
  .product--box .product--image {
     margin-top: 0px;
  }
}

@media screen and (min-width: 64em) {
  .product--box .product--image {
     margin-top: 13px;
  }
}

@media screen and (min-width: 78.75em) {
  .box--basic .box--content {
      padding: 10px 10px 8px 10px;
  }
  .product--box .product--image {
     margin-top: 0px;
  }
}

.upper_left_corner {
  top: 23px;
  left: 10px;
  position: relative;
  z-index: 1750;
  font-weight: bold;
}

.upper_left_corner label {
  color: #a3c1e0;
}

.upper_left_corner label input{
  position: relative;
  top: -3px;
  margin-right: 3px;
}

#ust_add_several_articles_button {
  font-size: .875rem;
  height: 36px;
  line-height: 4px;
  padding: 10px 30px 0px 9px;
  color: rgba(255,255,255,0.62);
}

#ust_add_several_articles_button .cart_icon {
  padding-right: 5px;
}

.panel--table .note--item .ust_label_add_several_articles_to_basket {
  float: left;
}