@font-face {
    font-family: "Allura";
    src: url("../fonts/album/Allura-Regular.ttf");
}

@font-face {
    font-family: "Bellico";
    src: url("../fonts/album/Bellico.ttf");
}

@font-face {
    font-family: "BrushScriptStd";
    src: url("../fonts/album/BrushScriptStd.otf");
}

@font-face {
    font-family: "Cookie-Regular";
    src: url("../fonts/album/Cookie-Regular.ttf");
}

@font-face {
    font-family: "Courgette Regular";
    src: url("../fonts/album/Courgette-Regular.ttf");
}

@font-face {
    font-family: "Gunny Rewritten";
    src: url("../fonts/album/gnyrwn971.ttf");
}

@font-face {
    font-family: "Handycheera";
    src: url("../fonts/album/Handycheera_Regular_0.otf");
}

@font-face {
    font-family: "KaushanScript-Regular";
    src: url("../fonts/album/KaushanScript-Regular.otf");
}

@font-face {
    font-family: "LobsterTwo-Bold";
    src: url("../fonts/album/LobsterTwo-Bold.otf");
}

@font-face {
    font-family: "Monotype Corsiva";
    src: url("../fonts/album/MTCORSVA.TTF");
}

@font-face {
    font-family: "NewRocker-Regular";
    src: url("../fonts/album/NewRocker-Regular.otf");
}

@font-face {
    font-family: "odstemplik Bold";
    src: url("../fonts/album/odstemplikBold.otf");
}

@font-face {
    font-family: "Aire Roman";
    src: url("../fonts/album/AireRomanStd.ttf");
}

@font-face {
    font-family: "Archivo";
    src: url("../fonts/album/ArchivoBlack.otf");
}

@font-face {
    font-family: "Arial";
    src: url("../fonts/album/arial.ttf");
}

@font-face {
    font-family: "Bambusa";
    src: url("../fonts/album/BambusaProRegular.ttf");
}

@font-face {
    font-family: "Berkshire Swash";
    src: url("../fonts/album/BerkshireSwash-Regular.ttf");
}

@font-face {
    font-family: "Cinzel";
    src: url("../fonts/album/Cinzel-Regular.ttf");
}

@font-face {
    font-family: "Cookie";
    src: url("../fonts/album/Cookie-Regular.ttf");
}

@font-face {
    font-family: "Courgette";
    src: url("../fonts/album/Courgette-Regular.ttf");
}

@font-face {
    font-family: "Delabasto";
    src: url("../fonts/album/Delabasto.otf");
}

@font-face {
    font-family: "DeValencia";
    src: url("../fonts/album/DeValencia.otf");
}

@font-face {
    font-family: "Dream Script";
    src: url("../fonts/album/DreamScriptPro.otf");
}

@font-face {
    font-family: "Dynalight";
    src: url("../fonts/album/Dynalight-Regular.ttf");
}

@font-face {
    font-family: "EagleLake-Regular";
    src: url("../fonts/album/EagleLake-Regular.ttf");
}

@font-face {
    font-family: "Isidora";
    src: url("../fonts/album/Isidora-Regular.otf");
}

@font-face {
    font-family: "KaushanScript";
    src: url("../fonts/album/KaushanScript-Regular.otf");
}

@font-face {
    font-family: "LobsterTwo";
    src: url("../fonts/album/LobsterTwo-Bold.otf");
}

@font-face {
    font-family: "NewRocker";
    src: url("../fonts/album/NewRocker-Regular.otf");
}

@font-face {
    font-family: "Nexa";
    src: url("../fonts/album/NexaLight.otf");
}

@font-face {
    font-family: "Odstemplik";
    src: url("../fonts/album/odstemplikBold.otf");
}

@font-face {
    font-family: "PatrickHand";
    src: url("../fonts/album/PatrickHand-Regular.ttf");
}

@font-face {
    font-family: "PatrickHandSC";
    src: url("../fonts/album/PatrickHandSC-Regular.ttf");
}

@font-face {
    font-family: "RumRaisin";
    src: url("../fonts/album/RumRaisin-Regular.ttf");
}

@font-face {
    font-family: "Signika";
    src: url("../fonts/album/Signika-Regular.ttf");
}

@font-face {
    font-family: "Times New Roman";
    src: url("../fonts/album/times.ttf");
}

.opacity-05 {
    opacity: 0.5;
}

.font-weight-bold {
    font-weight: bold;
}

#album-m-zoom {
    position: absolute;
    font-size: 20px;
    color: #fff;
    background: #000;
    left: 5px;
    top: 597px;
    transition: margin 0.5s;
    cursor: pointer;
    padding: 8px 14px 8px 14px;
    opacity: 0.5;
}
#album-m-zoom:hover {
    opacity: 1;
}

.album-maker-3002-container {
    background-color: #f2f2f2;
}

.album-maker-3002-container .no-data {
    color: #aaa;
    font-style: italic;
}

.album-maker-3002-container .canvas-container {
    background-color: #ddd;
}

.album-maker-3002-container > .title {
    padding: 10px;
}

.album-maker-3002-container > .title .type {
    font-size: 0.8rem;
}

.album-maker-3002-container > .title .name {
    font-size: 0.9rem;
    font-weight: bold;
}

.album-maker-3002-container .album-maker-3002-box.zoom {
    overflow: scroll;
}

.album-maker-3002-container .album-maker-3002-box.zoom .album-maker-3002 {
    transform: scale(1.7);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}

.album-maker-3002-container .editor-box {
    background-color: #EAEAEA;
    width: 600px;
    float: left;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    margin: 0 0 5px 5px;
}

.album-maker-3002-container .album-maker-3002 {
    background-color: #fff;
    width: 600px;
    height: 600px;
}

.album-maker-3002-container .editor-box .summary-box {
    margin: 20px 20px 0;
    background: #F7F7F7;
    padding: 20px;
}

.album-maker-3002-container .editor-box .price-box {
    margin: 20px 40px 0;
}

.album-maker-3002-container .editor-box .price-box .price-label {
    font-size: 0.8rem;
}

.album-maker-3002-container .editor-box .price-box .ammount {
    font-size: 1.4rem;
    font-weight: bold;
}

.album-maker-3002-container .editor-box .action-box {
    margin: 10px 40px 20px 40px;
    position: relative;
}

.album-maker-3002-container .editor-box .quantity-box {
    float: left;
}

.album-maker-3002-container .editor-box .quantity-label {
    font-size: 0.8rem;
}

.album-maker-3002-container .editor-box .quantity input {
    width: 80px;
}

.album-maker-3002-container .editor-box .quantity-unit {
    font-size: 0.8rem;
}

.album-maker-3002-container .editor-box .price-box .currency {
    font-size: 0.8rem;
}

.album-maker-3002-container .editor-box .action {
    float: right;
    text-align: right;
}

.album-maker-3002-container .add-to-cart {
    background-color: #000;
    border: none;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    padding: 7px;
}

.album-maker-3002-container .add-to-cart.disabled {
    background-color: #838383;
    cursor: auto;
}

.album-maker-3002-container .option-box {
    box-sizing: border-box;
    width: calc(100% - 610px);
    float: right;
    margin: 0 5px 5px 0;
    padding: 0 30px;
}

.album-maker-3002-container .option-box .title {
    padding: 0 0 0 40px;
    font-weight: bold;
    position: relative;
}

.album-maker-3002-container .option-box .title .fa {
    position: absolute;
    left: 0;
    font-size: 2rem;
    top: -5px;
    color: #a3a3a3;
}

.album-maker-3002-container .option-box .option .title .fa:before {
    content: '\f058';
    color: #c00;
}

.album-maker-3002-container .option-box .option:not(.active) .title {
    margin-bottom: 25px;
    -webkit-transition: margin-bottom 100ms linear 300ms;
    -moz-transition: margin-bottom 100ms linear 300ms;
    -ms-transition: margin-bottom 100ms linear 300ms;
    -o-transition: margin-bottom 100ms linear 300ms;
    transition: margin-bottom 100ms linear 300ms;
}

.album-maker-3002-container .option-box .option.active .title .fa:before {
    content: '\f058';
    color: #c00;
}

.album-maker-3002-container .option-box .option.active ~ .option .title .fa:before {
    content: '\f059';
    color: #a3a3a3;
}

.album-maker-3002-container .option-box .option.active .content {
    max-height: 1500px;
}

.album-maker-3002-container .option-box .content {
    padding: 0 0 0 40px;
    max-height: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 400ms linear;
    -moz-transition: max-height 400ms linear;
    -ms-transition: max-height 400ms linear;
    -o-transition: max-height 400ms linear;
    transition: max-height 400ms linear;
}

.album-maker-3002-container .option-box .content ._album-type > div {
    margin-top: 10px;
    flex-wrap: wrap;
}

.album-maker-3002-container .option-box .content > div {
    margin-top: 20px;
}

.album-maker-3002-container .option-box .content2 > div {
    margin-top: 10px;
}

.album-maker-3002-container .option-box .content .action {
    margin-bottom: 20px;
    text-align: right;
}

.album-maker-3002-container .option-box .content .action button.next {
    border: 1px solid #000;
    color: #000;
    padding: 5px 10px;
    font-size: 0.8rem;
    background: transparent;
}

.album-maker-3002-container .option-box .content .action button.prev {
    border: none;
    color: #868686;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 0.8rem;
    background: #dfdfdf;
}

.album-maker-3002-container .option-box .content .action button.disabled {
    border: 1px solid #bbb;
    color: #bbb;
}
.option-radio {
    display: block;
}
.album-maker-3002-container .option-box .option .items {
    display: flex;
    flex-flow: wrap;
}

.album-maker-3002-container .option-box .option .items2 {
    display: flex;
    flex-flow: wrap;
}

.album-maker-3002-container .option-box .option .item {
    border: 1px solid transparent;
    width: 110px;
    margin: 5px;
}

.album-maker-3002-container .option-box .option .item:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}

.album-maker-3002-container .option-box .option .item.active {
    border: 1px solid #000;
    cursor: pointer;
    font-weight: bold;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}

.album-maker-3002-container .option-box .option .item .miniature {
    width: 100%;
    height: 130px;
    background-color: #dadada;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.album-maker-3002-container .option-box .option .item .label {
    width: 100%;
    height: 40px;
    background: #e6e6e6;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-maker-3002-container .option-box .option .item .label > div {
    text-align: center;
}

.album-maker-3002-container .option-box .option.material .categories {
    display: flex;
    flex-wrap: wrap;
}

.album-maker-3002-container .option-box .option.material .categories .item {
    width: auto;
    border: 1px solid #b5b5b5;
    margin: 0 5px;
    padding: 0 15px;
}

.album-maker-3002-container .option-box .option.material .item {
    width: 55px;
    margin: 5px 15px 5px 15px;
}

.album-maker-3002-container .option-box .option.material .item .miniature {
    height: 55px;
    background-size: cover;
}

.album-maker-3002-container .option-box .option.material .item .label {
    height: auto;
    padding: 5px 0;
    background-color: transparent;
}

.album-maker-3002-container .option-box .option.material .categories2 {
    display: flex;
    flex-wrap: wrap;
}

.album-maker-3002-container .option-box .option.material .caption2 {
    padding: 10px 5px;
    border-top: 1px solid #b5b5b5;
}

.album-maker-3002-container .option-box .option.material .categories2 .item {
    width: auto;
    border: 1px solid #b5b5b5;
    margin: 0 5px;
    padding: 0 15px;
}

.album-maker-3002-container .option-box .option.material2 .item {
    width: 40px;
    margin: 10px;
}

.album-maker-3002-container .option-box .option.material2 .item .miniature {
    height: 40px;
    background-size: cover;
}

.album-maker-3002-container .option-box .option.material2 .item .label {
    height: auto;
    padding: 5px 0;
    background-color: transparent;
}

.album-maker-3002-container .option-box ._album-type + ._album-type {
    margin-top: 0;
}

.album-maker-3002-container .option-box ._album-type {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.album-maker-3002-container .option-box ._album-type .see-difference {
    color: #777;
    font-size: 0.7rem;
    align-self: flex-end;
    cursor: pointer;
}

.album-maker-3002-container .option-box ._album-type .extra_options_5 {
    justify-content: flex-end;
}

.album-maker-3002-container .option-box ._album-type .extra_options_5 .options {
    flex-grow: 1;
}

.album-maker-3002-container .option-box ._album-type .type {
    display: flex;
    margin-top: 10px;
}

.album-maker-3002-container .option-box ._album-type .type .label {
    text-transform: uppercase;
}

.album-maker-3002-container .option-box ._album-type .options {
    display: flex;
    flex-wrap: wrap;
}

.album-maker-3002-container .option-box ._album-type .option {
    margin: 0 10px;
    cursor: pointer;
}

.album-maker-3002-container .option-box ._album-type .option-checkbox .option:not(.active) .fa {
    margin-right: 2px;
}

.album-maker-3002-container .option-box ._album-type .option-radio .option.active .fa:before {
    content: '\f192';
}

.album-maker-3002-container .option-box ._album-type .caption {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.album-maker-3002-container .option-box ._album-type .radios {
    display: inline-block;
}

.album-maker-3002-container .option-box ._album-type .radio label {
    cursor: pointer;
}

.album-maker-3002-container .option-box .option.engraver .text {
    margin-bottom: 20px;
}

.album-maker-3002-container .option-box .option.engraver .error {
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.album-maker-3002-container .option-box .option.engraver .label {
    cursor: pointer;
}

.album-maker-3002-container .option-box .option.engraver .text.active .label .fa:before {
    content: '\f046';
}

.album-maker-3002-container .option-box .option.engraver input {
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 10px;
}

.album-maker-3002-container .option-box .select-group {
    margin-top: 10px;
}

.album-maker-3002-container .option-box select {
    padding: 10px;
    border: 1px solid #000;
}

.album-maker-3002-container .option-box ._album-type select {
    padding: 5px 10px;
}

.album-maker-3002-container .option-box select.disabled {
    background-color: #ebebe4;
}

.album-maker-3002-container .option-box .option.engraver .options {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.album-maker-3002-container .option-box .option.engraver label {
    display: block;
    margin-top: 6px;
    font-size: 0.8rem;
    color: #838383;
}

.album-maker-3002-container .option-box .option.engraver .format:not(:first-child) {
    margin-left: 20px;
}

.album-maker-3002-container .option-box .option.engraver .format button {
    padding: 12px;
}

.album-maker-3002-container .option-box .option.engraver .format span.fa {
    padding: 15px;
    border: 1px solid #bababa;
    width: 43px;
    height: 43px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 5px;
}

.album-maker-3002-container .option-box .option.engraver .editor textarea {
    border: 1px solid #000;
    width: 100%;
    height: 70px;
    padding: 10px;
    margin: 0 0 5px;
    box-sizing: border-box;
}

.album-maker-3002-container .option-box .option.engraver .format span.fa {
    cursor: pointer;
    background: #fff;
}

.album-maker-3002-container .option-box .option.engraver .format span.fa:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}

.album-maker-3002-container .option-box .option.engraver .format span.fa.active {
    border: 1px solid #000;
    font-weight: bold;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}

.album-maker-3002-container .option-box .option.photos .upload {
    margin-top: 10px;
    margin-bottom: 1rem;
}

.album-maker-3002-container .option-box .upload_ {
    margin-top: 10px;
    margin-bottom: 1rem;
}

.description-box {
    margin: 40px 0;
    position: relative;
    font-size: 0.8rem;
}

.description-box .description {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.description-box .label {
    font-weight: bold;
    font-size: 0.9rem;
}

.description-box .gallery {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    float: right;
}

.description-box .gallery .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.description-box .gallery .item {
    width: 175px;
    height: 140px;
    margin: 5px;
    border: 1px solid #F00;
    display: inline-block;
}

.album-maker-3002-container #zaladuj_plik_btn, .album-maker-3002-container .zaladuj_plik_btn_ {
    margin: 0;
    padding: 10px 20px;
    background: transparent;
}

.hover:hover {
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}

.album-maker-3002-container .uploadFileSpinner, .album-maker-3002-container .loadShirtSpinner, .descriptionSpinner {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 22;
    left: 0;
    top: 0;
    position: absolute;
}

.album-maker-3002-container .uploadFileSpinnerText, .album-maker-3002-container .loadShirtSpinnerText, .descriptionSpinnerText {
    display: none;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 52%;
    z-index: 23;
    left: 39%;
    text-align: center;
}

.album-maker-3002-container .uploadFileSpinnerRefresh, .album-maker-3002-container .loadShirtSpinnerRefresh, .descriptionSpinnerRefresh {
    display: none;
    color: #FFF;
    font-size: 30px;
    top: 39%;
    left: 47%;
    z-index: 23;
    position: absolute;
}

.album-maker-3002-container .uploadFileSpinner_, .album-maker-3002-container .loadShirtSpinner_ {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000;
    z-index: 22;
    left: 0;
    top: 0;
    position: absolute;
}

.album-maker-3002-container .uploadFileSpinnerText_, .album-maker-3002-container .loadShirtSpinnerText_ {
    display: none;
    font-size: 16px;
    color: #FFF;
    position: absolute;
    top: 210px;
    z-index: 23;
    left: 39%;
    text-align: center;
}

.album-maker-3002-container .uploadFileSpinnerRefresh_, .album-maker-3002-container .loadShirtSpinnerRefresh_ {
    display: none;
    color: #FFF;
    font-size: 30px;
    top: 180px;
    left: 47%;
    z-index: 23;
    position: absolute;
}

.album-maker-3002-container .loadShirtSpinnerRefresh {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.descriptionSpinnerRefresh {
    top: 47%;
    left: 49%;
}

.album-maker-3002-container .loadShirtSpinnerText {
    margin-top: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.descriptionSpinnerText {
    top: calc(47% + 30px);
    left: 45%;
}

.album-maker-3002-container .gnr_grafiki {
    float: left;
}

.album-maker-3002-container .gnr_grafiki div,
.img-draggable {
    margin: 3px 1px 3px 0;
    border: 1px solid #F1F2F3;
    background-size: contain;
    padding: 5px 0 5px 0;
    width: 78px;
    cursor: pointer;
    float: left;
    height: 78px;
    background-repeat: no-repeat;
    background-position: center;
}

.album-maker-3002-container .gnr_grafiki_ {
    float: left;
}

.album-maker-3002-container .gnr_grafiki_ div {
    margin: 3px 1px 3px 0;
    border: 1px solid #F1F2F3;
    background-size: contain;
    padding: 5px 0 5px 0;
    width: 78px;
    float: left;
    height: 78px;
    background-repeat: no-repeat;
    background-position: center;
}

.album-maker-3002-container .uploadFileSpinnerRefresh.active, .album-maker-3002-container .uploadFileSpinnerText.active, .album-maker-3002-container .uploadFileSpinner.active, .album-maker-3002-container .loadShirtSpinnerRefresh.active, .album-maker-3002-container .loadShirtSpinner.active, .album-maker-3002-container .loadShirtSpinnerText.active,
.album-maker-3002-container .uploadFileSpinnerRefresh_.active, .album-maker-3002-container .uploadFileSpinnerText_.active, .album-maker-3002-container .uploadFileSpinner_.active, .album-maker-3002-container .loadShirtSpinnerRefresh.active, .album-maker-3002-container .loadShirtSpinner.active, .album-maker-3002-container .loadShirtSpinnerText.active, .descriptionSpinner.active, .descriptionSpinnerText.active, .descriptionSpinnerRefresh.active {
    display: inline-block;
}

/* jquery dialog */
.ui-draggable .ui-dialog-titlebar {
    display: none;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0 !important;
    min-width: 100px;
    text-align: center;
    background: #fff !important;
    border: none !important;
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
    font-size: 1rem !important;
}

.ui-draggable .gnr_button {
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: none;
}

.ui-draggable .gnr_button_anuluj {
    background: #dfdfdf;
    color: #000;
    text-transform: uppercase;
    padding: 8px 20px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
}

.ui-dialog .ui-dialog-content {
    margin-bottom: 20px;
}

.album-admin.album-maker-3002-container {
    font-weight: 400;
}

.album-admin.album-maker-3002-container {
    position: relative;
    min-height: 300px;
}

.album-admin.album-maker-3002-container .link {
    color: #0073aa;
    font-size: 13px;
}

.album-admin.album-maker-3002-container .link:active,
.album-admin.album-maker-3002-container .link:hover {
    color: #00a0d2;
}

.album-admin.album-maker-3002-container .option-box {
    width: calc(100% - 300px);
}

.album-admin.album-maker-3002-container .option-box .title {
    padding: 0;
}

.album-admin.album-maker-3002-container:after {
    content: '';
    display: block;
    clear: both;
}

.album-admin.album-maker-3002-container .editor-box {
    transform: scale(0.5);
    position: absolute;
    left: 0;
    top: 5px;
    transform-origin: top left;
}

.album-admin.album-maker-3002-container .option-box .content > div {
    margin: 0;
}

.album-admin.album-maker-3002-container .option-box .title {
    margin: 10px 0 0;
}

.album-admin.album-maker-3002-container .option-box ._album-type .option {
    cursor: default;
}

.album-admin.album-maker-3002-container .option-box ._album-type .type {
    margin-top: 0;
}

.album-admin.album-maker-3002-container .option-box .photos .box:after {
    content: '';
    display: block;
    clear: both;
}

.album-admin.album-maker-3002-container .option-box .photos .box {
    position: relative;
    margin-bottom: 10px;
}

.album-admin.album-maker-3002-container .option-box .photos .box .actions {
    float: left;
    margin: 0 10px;
}

.album-admin.album-maker-3002-container .option-box .photos img {
    width: 50px;
    float: left;
}

.album-admin.album-maker-3002-container .option-box .photos .box .actions:hover {
    cursor: pointer;
}

.album-maker-3002-container .option-box .content .action .group-with-crop {
    padding: 5px 10px;
    border: 1px solid #000;
    background: transparent;
    float: left;
}

.album-admin.album-maker-3002-container .option-box .photos-all .box:after {
    content: '';
    display: block;
    clear: both;
}

.album-admin.album-maker-3002-container .option-box .photos-all .box {
    position: relative;
    margin-bottom: 10px;
}

.album-admin.album-maker-3002-container .option-box .photos-all .box .actions {
    float: left;
    margin: 0 10px;
}

.album-admin.album-maker-3002-container .option-box .photos-all img {
    width: 50px;
    float: left;
}

.album-admin.album-maker-3002-container .option-box .photos-all-loader img {
    width: 50px;
    float: left;
}

.album-admin #invisibleTemplate{
    width: 0;
    height: 0;
    overflow: hidden;
}

.album-admin .critical-error-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10100;
    background: #000000C0;
    color: #fb7272;
    font-size: 10vh;
    padding: 10vh;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.1em;
}

.album-admin #jsGeneratorBox {
    position: relative;
}

.album-admin #jsGeneratorBoxSpinner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10100;
    background: #00000070;
    color: #fff;
    font-size: 2rem;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.1em;
}

@media (max-width: 1024px) {
    .album-maker-3002-container:not(.album-admin) {
        display: flex;
        flex-direction: column;
        width: 610px;
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        margin-left: auto;
        margin-right: auto;
    }

    .album-maker-3002-container:not(.album-admin) .editor-box {
        order: 2;
    }

    .album-maker-3002-container:not(.album-admin) .option-box {
        order: 1;
        margin: 30px 0;
        width: 600px;
    }

    .album-maker-3002-container:not(.album-admin) .album-maker-3002-box {
        position: relative;
    }

    .album-maker-3002-container:not(.album-admin) .album-maker-3002-box #album-m-zoom {
        top: 551px;
    }
}

@media (min-width: 500px) {
    .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
        min-width: 450px;
    }
}
