iframe.gp {
  display: inline-block;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  max-height: 55px;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
div.gp {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 10px;
}
.hidden {
  display: none;
}

.woocommerce-cart div.gp {
  width: 53% !important;
}

@media only screen and (max-width: 600px) {
  .woocommerce-cart div.gp {
    width: 100% !important;
  }
}
