/* CT_CART_PRODUCT_ROW_01H_R7_LEGACY_DISCOUNT_HIDE_ACTION_ROW_SEPARATION_SAFE */
body.page-cart .ct-cart-product-row-01h .ct-cart-legacy-discount-hidden-01h-r7,
body.page-cart .ct-cart-product-row-01h [data-ct-legacy-discount-hidden-01h-r7="1"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  width:0!important;
  height:0!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
}

@media (min-width: 992px){
  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:28px!important;
    row-gap:0!important;
    width:100%!important;
    min-width:0!important;
    margin-top:22px!important;
    padding-top:16px!important;
    border-top:1px solid #e7ded3!important;
  }

  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e__wishlist{
    grid-column:1!important;
    min-width:0!important;
    max-width:100%!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e a.remove-from-cart{
    grid-column:2!important;
    justify-self:end!important;
    display:inline-flex!important;
    align-items:center!important;
    margin:0!important;
    padding:0!important;
    white-space:nowrap!important;
  }
}

@media (max-width: 991px){
  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px 18px!important;
  }

  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e__wishlist,
  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e a.remove-from-cart{
    max-width:100%!important;
    white-space:normal!important;
  }
}
