.cart__drawer .cart__items .cart__items__grid {
  grid-template-columns: 120px 1fr;
}
.cart__drawer .cart__items .quantity__input {
  padding: 3px 30px;
}
.cart__drawer .drawer__top,
.cart__drawer .cart__items__row,
.cart__drawer .cart__message,
.cart__drawer .drawer__accordion {
  border-color: #98bbd080;
}
div#tidio-chat {
  z-index: 29;
}
.template-cart .cart__message--custom p {
    color: #9fbace;
    border: 1px solid #9fbace;
}