.persoText {
    padding: 7px;
    width: 100%;
    max-width: 100%;
    min-width: 300px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 10px;
    color: #666;
    background-color: #f8f8f8; 
    border-bottom: solid 2px #767676;
}

.persoText:focus::placeholder { color:transparent; }
.persoText:focus::-webkit-input-placeholder { color:transparent; }
.persoText:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.persoText:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.persoText:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.plLetterTextBlock {
    position: relative;    
}

.plLetterTextCounter {
    text-align: right;
    font-size: 11px;
    color: #999;
}

.plTitle {
    display: block;
}

.plPersoBox {
    margin-bottom: 20px;
}

#plLetterPreview {
    position: relative;
    float: left;
}

.plPreview {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    float: left;
}

.plPreview img {
    max-width: 100%;
    margin: auto;
    border: solid 1px #dbdbdb;
}

.plPreview:after {
    font-family: "FontAwesome";
    color: #c0c0c0;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);    
    line-height: 30px;
    text-align: center;    
    position: absolute;
    left: calc(50% - 19px);
    top: calc(50% - 15px);
}

.plPersoBox h4 span.plNr {
    display: inline-block;
    background: #88b027;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}

.plPersoBox h4 span.plNr.plNrDisabled {
    background: #f2f3f5;
    color: #464646;
}

.plPersoBox .plStHidden {
    display: none;
}

.plPrice {
    font: normal 24px/38px "MuseoSlab-900";
    color: #741a42;
}

button#plLetterPreviewAgreed {
    margin: 10px 0 20px 0;
}

button#plLetterPreviewAgreed.active span {
    background: #88b027;
}

button#plLetterPreviewAgreed.inactive span {
    background: #c9c9c9;
    color: #464646;
}

.plYourPrice {
    display: block;
    margin: 5px 0;
    font: normal 14px/19px "MuseoSlab-500";
    color: #464646;
}

.plPersoInfo {
    display: block;
    margin: 5px 0;    
    line-height: 19px;    
}

.plCartLine {
    display: block;
}

.plDeletePerso {
    display: block;
    cursor: pointer;
    line-height: 23px;
}

.plDeletePerso:before {
    font: normal 15px/25px "FontAwesome";
    content: "\f056";
    content: "\f1f8";
    background: #d2d2d2;
    color: #464646;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px 0 10px;
}

.image-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.image-preview-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

#preview-image {
    display: block;
    max-width: 100%;
}

#persoletters-variants i,
#persoletters-variants div {
    color: #ae5712 !important;
    text-align: center;
}

#persoletters-variants div {
    font-size: 1.2em;
}

#persoletters-variants .list-group-item.active {
    background-color: #ae57123d;
    border-color: #ae57123d;
}
.change-variant:hover {
    cursor: pointer;
}
.persoPhotoStep {
    gap: 1em;
}

#generatePreviewContainer {
    display: none;
}