@media only screen and (max-width:1023px) {
  .cartPage .woocommerce {
    padding: 0px;
  }
	.woocommerce table.shop_table_responsive tr td:first-child::before {
	display: none;
}
  .cartPage table td:last-child {
    width: 100% !important;
  }
  .cartPage table td {
    padding: 15px 0 !important;
  }
  .cartPage table td.actions:last-child {
    width: 100% !important;
  }
  .cartPage table td {
    padding: 15px !important;
    box-sizing: border-box;
  }
  .woocommerce table.shop_table_responsive tr td:first-child::before {
    padding-left: 60px;
  }
  .cartProduct h4 {
    float: left;
    width: 100%;
    padding-left: 0px;
  }
  .cartPage table td.actions {
    min-height: 146px;
  }
}
@media only screen and (max-width:479px) {
  .cartPage table td.actions {
    min-height: 200px;
  }
}