/* Edit cart  */

@media screen and (max-width: 760px) {
  .template-cart #headers, .template-cart article > p.m10, .m6pn>header {
    display: none!important;
  }
}

.template-cart aside.m6pn {
  z-index:10000;
}

#cart > header {
  text-align: center;
}

.template-cart div.order-value-booster-block > div {
  padding-top: 0px;
}

.template-cart ul.featured-products.w16 {
  margin: 0 6em;
}

@media screen and (max-width: 1000px) {
  .template-cart ul.featured-products.w16 {
    margin: 0 1em;
  }
}