#tf_sticky_buy .tf_box.pagewidth > :first-child {
  display: flex !important;
  flex-direction: row;
  gap: 16px;
}

#tf_sticky_buy .tf_sticky_prod_img {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

#tf_sticky_buy .tf_sticky_prod_img .product_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0 !important;
}


#tf_sticky_buy .tf_sticky_prod_img .summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#tf_sticky_buy form.cart {
  flex: 0 0 auto;
  width: auto !important;
  margin-left: 16px;
}
