.try-now-kept-text {
  font-size: 10px;
}

.try-now-price-container {
  text-align: center;
}

.try-now-cart-update-input {
  background-color: #cecece !important;
}

.try-now-checkout-button:hover {
  text-decoration: none;
}

.try-now-checkout-button {
  text-align: center;
}

.try-now-disable-button {
  pointer-events: none;
  cursor: default;
}

.try-now-cart-message {
  margin-top: 10px;
  text-align: center;
}

.plus-disabled {
  pointer-events: none;
  color: #999 !important;
}

.visibility-hidden {
  visibility: hidden;
  height: 0px;
}

.one_item_error_message {
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
  border: 1px solid red;
  padding: 5px;
  color: red;
  background: #fff;
}

.trynow_url {
  padding: 15px 0px;
}
