*[align="right"] {
  text-align: right;
}

.hp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.hp-grid>div {
  margin-top: 15px;
}

.helloprint-product-cart {
  margin-bottom: 40px;
}

.helloprint-product-cart button {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.helloprint-product-cart hr {
  margin: 25px 0;
  color: #bcbcbc;
}

.helloprint-product-cart legend {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.helloprint-width-100,
.helloprint-product-option-selector {
  width: 100%;
  float: left;
}

.helloprint-display-none {
  display: none;
}

.helloprint_product_file_upload .uploaded-image {
  min-width: 75px !important;
  min-height: 75px !important;
}

.helloprint_cart_item_upload {
  margin-top: 10px;
  margin-bottom: 10px;
}

.helloprint-pointer {
  cursor: pointer;
}

.helloprint-product-file-upload legend {
  margin-bottom: 20px !important;
}

/* Wocoomerce Product layout Bug Fix for some themes */
.woocommerce div.product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}