#pgStickerChoicer {
    width: 100% !important;

}

#pgStickerText {
    padding: 7px;
    width: auto;
    max-width: 100%;
    width: 500px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 10px;
}

.pgStickerTextBlock {
    position: relative;    
}

#pgStickerTextCounter {
    position: absolute;
    display: block;
    right: 3px;
    top: -20px;
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    text-align: right;
    font-size: 11px;
    color: #999;
}

.pgTitle {
    display: block;
}

.pgPersoBox {
    margin-bottom: 20px;
}

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

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

.pgPreview img {
    max-width: 180px;
    max-height: 180px;
    border: solid 1px #dbdbdb;
}

.pgPreview: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);
}

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

.pgPersoBox h4 span.pgNr.pgNrDisabled {
    background: #f2f3f5;
    color: #464646;
}

.pgPersoBox .pgStHidden {
    display: none;
}

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

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

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

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

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

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

.pgCartLine {
    display: block;
}

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

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