.jet-template-popup{display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}.jet-template-popup.jet-template-popup-active{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-template-popup[data-refer=plain] .jet-template-popup-predesigned{display:none}.jet-template-popup[data-refer=plain] .jet-template-popup-plain{display:block}.jet-template-popup[data-refer=predesigned] .jet-template-popup-predesigned{display:block}.jet-template-popup[data-refer=predesigned] .jet-template-popup-plain{display:none}.jet-template-popup__overlay{position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0, 0, 0, 0.8);-webkit-transition:opacity 200ms linear;-o-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:0;z-index:1000}.jet-template-popup-active .jet-template-popup__overlay{opacity:1}.jet-template-popup__content{background:#fff;padding:30px;width:700px;max-width:100%;position:relative;-webkit-transition:opacity 200ms linear;-o-transition:opacity 200ms linear;transition:opacity 200ms linear;opacity:0;z-index:1001}.jet-template-popup-active .jet-template-popup__content{opacity:1}.jet-template-popup__heading{margin:0 0 10px}.jet-template-popup__subheading{margin:0 0 5px}.jet-template-popup__item{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding:10px}.jet-template-popup .jet-template-popup__item--uncheck{position:absolute;top:7px;right:12px;display:none;font-size:20px;z-index:2;cursor:pointer}.jet-template-popup__label{display:block;width:100%;height:auto;padding:0;margin:0;position:relative}.jet-template-popup__label.is--checked~.jet-template-popup__item--uncheck{display:block}.jet-template-popup__label input{position:absolute;z-index:1;left:50%;top:50%}.jet-template-popup__label input:checked+img{border:1px solid #ccc;-webkit-box-shadow:0 0 3px #008ec2;box-shadow:0 0 3px #008ec2}.jet-template-popup__label img{display:block;width:100%;height:auto;position:relative;z-index:2;border:1px solid #eee;border-radius:3px}.jet-template-popup__label img:hover{-webkit-box-shadow:0 3px 10px rgba(0, 0, 0, 0.1);box-shadow:0 3px 10px rgba(0, 0, 0, 0.1)}.jet-template-popup__form-row.plain-row{padding:0 0 20px}.jet-template-popup__form-row.plain-row label{display:block;padding:0 0 4px}.jet-template-popup__form-row.plain-row input,.jet-template-popup__form-row.plain-row select{width:100%;max-width:100%;padding:10px 20px;line-height:20px;height:auto}.jet-template-popup__form-row.predesigned-row{padding:0 0 10px;margin:0 -10px;display:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.jet-template-popup__form-row.predesigned-row.is-active{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-template-popup__form-actions button{width:100%}.jet-template-popup__error{border-color:#dc3232}.jet-template-popup .predesigned-templates__description{margin-left:10px;margin-right:10px}