/**
 *  WC-PW plugin public-facing styles
 */

.pw-hidden,
.pw-dev-info,
.variation-Ordertype {
  display: none!important;
 }

.cart-container #pw-personalize-btn{
	background: #b79779;
	color: #fff;
	border-radius: 5px;
}

 #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);
 }


.product-template-default #pw-personalize-btn {
	  width: auto;
	  margin-bottom: 12px;
	  margin-top: 12px;
	  background-color: #5cb85c;
	  border: none;
	  box-shadow: none;
	  text-transform: uppercase;
	  font-weight: bold;
	  position: relative;
	  color: #fff;
	  border-radius: 0;
	  font-size: 13.5px;
	  letter-spacing: .03em;
	  height: 34px;
	  padding: 0 12px;
 }

 #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;
 }

.pw-breadcrumb a:last-of-type{
	font-weight: 700;
	color: #222;
}

.pw-breadcrumb{
	color: #777 !important;
}

.pw-breadcrumb a:first-of-type{
	font-weight: 400 !important;
}

.pw-breadcrumb{
	font-family: Asap, sans-serif;
}

.pw-breadcrumb a{
	color: #565656;
}

.pw-breadcrumb a:hover{
	color: #565656;
	text-decoration: none !important;
}

.pw-breadcrumb-description{
	padding: 50px 0;
	margin: 0 auto;
  	max-width: 50%;
	font-family: Asap, sans-serif;
}

.pw-breadcrumb-description p.bigger-text{
	color: #555;
	font-size: 1.6em;
	font-weight: 700;
}

@media only screen and (max-width: 850px) {
	.pw-breadcrumb-description{
		max-width: 80%;
	}
}
