@media (min-width: 376px) and (max-width: 767px) {
  body#cart .cart-item .cart-line-product-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    column-gap: 8px !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
  }

  body#cart .cart-item .cart-line-product-actions > .wrap_allert {
    order: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#cart .cart-item .cart-line-product-actions > .wrap_allert > .buttons_bottom_block,
  body#cart .cart-item .cart-line-product-actions > .wrap_allert > .buttons_bottom_block > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body#cart .cart-item .cart-line-product-actions > .remove-from-cart {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
  }
}