span.badge {
  display: inline-block;
  margin-left: 0;
}

.responsive-container .banners-container {
  padding-left: 0;
  padding-right: 0;
}

a#icon-shopping-cart {
  background-image: url("/extensions/webshop/assets/img/shopping-cart.png");
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-top: 9px;
  float: right;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.page-cart .button {
  clear: both;
}

.page-cart input[name=addresses_differ] {
  margin: 0 10px 0 0 !important;
}

@media screen and (max-width: 480px) {
  form#ecommerce-search {
    width: calc(100% - 42px);
  }
}
.page-ecommerce .header {
  background-color: #fff;
}

body.page-cart h1,
body.page-cart p {
  text-align: center;
}
body.page-cart a.button,
body.page-cart input[type=submit] {
  margin: 0 auto;
}
body.page-cart input[type=checkbox] {
  vertical-align: middle;
  position: relative;
  bottom: 0.2em;
  outline: none;
}
body.page-cart input[type=checkbox] ~ h2, body.page-cart input[type=checkbox] ~ input:not([type=submit]), body.page-cart input[type=checkbox] ~ select {
  display: none;
}
body.page-cart input[type=checkbox]:checked ~ h2, body.page-cart input[type=checkbox]:checked ~ input:not([type=submit]), body.page-cart input[type=checkbox]:checked ~ select {
  display: block;
}

@media screen and (min-width: 600px) {
  .page-ecommerce-details main ul.s-slides {
    height: 360px;
  }
}