/* CT_CART_PRODUCT_ROW_01H_R8_LEAF_LEGACY_DISCOUNT_HIDE_ACTION_RECOVERY_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:revert!important;
  visibility:visible!important;
  opacity:1!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:revert!important;
  padding:revert!important;
  border:revert!important;
  overflow:visible!important;
  pointer-events:auto!important;
}

body.page-cart .ct-cart-product-row-01h .product-line-info.product-price.h5.has-discount,
body.page-cart .ct-cart-product-row-01h .product-line-info.product-price.h5.has-discount .product-discount,
body.page-cart .ct-cart-product-row-01h .product-line-info.product-price.h5.has-discount .discount-percentage,
body.page-cart .ct-cart-product-row-01h [data-ct-legacy-discount-leaf-hidden-01h-r8="1"]{
  display:none!important;
  visibility:hidden!important;
  opacity:0!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) max-content!important;
    align-items:center!important;
    column-gap:28px!important;
    width:100%!important;
    min-width:0!important;
  }

  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e__wishlist{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    width:auto!important;
    max-width:100%!important;
    margin:0!important;
    white-space:nowrap!important;
    overflow:visible!important;
  }

  body.page-cart .ct-cart-product-row-01h .ct-cart-action-row-01e a.remove-from-cart{
    display:inline-flex!important;
    align-items:center!important;
    justify-self:end!important;
    width:auto!important;
    min-width:max-content!important;
    margin:0!important;
    white-space:nowrap!important;
  }
}
