/**
 *  WC-PW plugin public-facing styles
 */

.pw-hidden,
.pw-dev-info,
.variation-Ordertype {
  display: none!important;
 }

 #pw-personalize-btn,
 #pw-iframe-atc-btn {
    width: auto;
    margin-bottom: 12px;
    margin-top: 12px;
    background-color: rgba(0,0,0,0.10);
    padding: 8px 12px;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: rgb(28,28,28);
 }

 #pw-add-greeting-cart {
    position: fixed;
    top: 0;
    left: -999999em;
    visibility: hidden;
 }

 #pw-preview-img img {
  display: block;
  width: 100%;
 }

 .pw-preview {
  width: 5em;
 }

 .row-fluid.text-center {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
 }

 a.card-edit-order-link{
    font-size: 16px !important;
 }