.bw-single-price-area{
margin: 20px 0;
}
.bw-btn-price {
display: inline-block;
margin-right: 5px;
}
.bw-select-price button {
margin-bottom: 10px;
min-height: 40px;
min-width: 100px;
text-align: center;
cursor: pointer;
border: 1px;
}
.bw-select-price .my-price {
margin-bottom: 10px;
min-height: 40px;
min-width: 150px;
border: 1px solid;
box-sizing: border-box;
padding: 0 10px;
padding-left: 20px;
position: relative;
}
.pwyw-own-price-field {
display: inline-flex;
align-items: center;
margin-bottom: 10px;
width: 100%;
}
.pwyw-currency-symbol {
position: absolute;
display: inline-flex;
align-items: center;
min-height: 40px;
padding: 0 10px;
border: none;
border-right: 0;
box-sizing: border-box;
}
.pwyw-own-price-field .my-price {
margin-bottom: 0;
}
.pwyw-own-price-text {
margin: 0 0 10px;
}
.bw-btn-price.price-selected {
border: 1px dashed;
}