.colItemText__container div:first-child {
  width: inherit;
}

@media only screen and (max-width: 589px) {
  .product-section .page-content {
      padding-top: 0px;
  }
  .product-single__sticky {
    padding-left: 0;
    width: calc(100% + 20px);
    left: -10px;
  }
}