body.small-screen .sale_item td {
  font-size: 33px;
}

body.small-screen #cart-items td {
  font-size: 20px;
  line-height: 40px;
}

body.small-screen #cart-items table tr td input {
  transform: scale(1.5);
}

body.small-screen .material-icons.lhp8 {
  line-height: 48px;
  font-size: 30px;
}

body.small-screen #sidebarMenu {
  display: none !important;
}

body.small-screen main.col-12.px-md-4 {
  width: 100% !important;
}


body.small-screen .cart-layout-aside {
  width: 50%;
}

body.small-screen .cart-layout-main {
  width: 50%;
}


body.small-screen #cart-items table {
  grid-template-columns: minmax(40px, 40px) minmax(30px, 30px) minmax(60px, 1fr) minmax(30px, 30px) minmax(100px, 100px);
}

body.small-screen #cart-items td {
  text-align: center;
}


body.small-screen .no-small {
  display: none !important;
}

body.small-screen #cart-items td:nth-child(3) {
  text-align: left;
}



body.small-screen #cart {
  box-sizing: content-box;
}
