@font-face {
    font-family: 'czcionka1';
    src: url(../fonts/IFC_RAILROAD.ttf) format("truetype")
}
@font-face {
    font-family: 'czcionka2';
    src: url(../fonts/KaushanScript-Regular.ttf) format("truetype")
}
@font-face {
    font-family: 'czcionka3';
    src: url(../fonts/Courgette-Regular.ttf) format("truetype")
}
@font-face {
    font-family: 'czcionka4';
    src: url(../fonts/0191EUX3.otf)
}
@font-face{
    font-family: 'czcionka5';
    src: url(../fonts/0917EUX3.otf)
}

@font-face {
    font-family: 'cambria';
    src: url(../fonts/Cambria.ttf) format("truetype")
}
@font-face {
    font-family: 'Arial';
    src: url(../fonts/arial.ttf) format("truetype")
}
@font-face {
    font-family: 'Arial Black';
    src: url(../fonts/Arial_black.ttf) format("truetype")
}
@font-face {
    font-family: 'cambria';
    src: url(../fonts/Cambria.ttf) format("truetype")
}
@font-face {
    font-family: 'Times New Roman';
    src: url(../fonts/Roman.ttf) format("truetype")
}


.rootFrameCreator{
    margin-top:10px;
}
.rootFrameCreator .btnSelectButton{
    border: 1px solid #3d3d3d;
    background: transparent;
    padding: 5px;
    font-family: 'Oswald', sans serif;
}
.selectFrameType {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}

.rootFrameCreator .selectFrameType .btnSelectButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: transparent;
    border: 1px solid #3d3d3d26;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
    width: 100px;
}

.rootFrameCreator .selectFrameType .btnSelectButton:hover {
    background-color: #e0e0e0;
}

.rootFrameCreator .selectFrameType .btnSelectButton.active {
    background-color: #e0e0e0;
}

.rootFrameCreator .selectFrameType .btnSelectButton .icon svg {
    display: block;
}

@media (max-width: 760px) {
    .rootFrameCreator .frameListRoot .frameTypeList {
        margin-bottom: 0;
    }
}
.rootFrameCreator .frameListRoot .frameTypeList .typeFrame{
    border: 1px solid #3d3d3d26;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
}


.rootFrameCreator .frameListRoot .frameTypeList .typeFrame.active{
    background-color: #e0e0e0;
}

.rootFrameCreator .frameListMainRoot{
    padding-left: 15px;
    padding-right: 15px;
}
.rootFrameCreator .frameListMainRoot .frameDisplayItem{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-right:1px;
    padding:5px;

}
.rootFrameCreator .frameListMainRoot .frameDisplayItem span{
    font-size: 12px;
}

.rootFrameCreator .frameListMainRoot .frameDisplayItem.active,
.rootFrameCreator .frameListMainRoot .frameDisplayItem:hover{
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #3d3d3d26;
    background-color: #e0e0e0;
}
.rootFrameCreator #mainCreatorImage{
    width:100%;
    min-height:200px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 760px) {
    .rootFrameCreator #mainCreatorImage{
        min-height:120px;
    }
}

.rootFrameCreator #mainCreatorImage .rowElement{
    position: absolute;
    /*border: 1px solid rgba(255, 213, 0, 0.50);*/
    padding:2px;
}

.rootFrameCreator #mainCreatorImage .rowElement.selected{
    position: absolute;
    border: 1px solid rgb(255, 213, 0);
    padding:2px;
}

.rootFrameCreator #mainCreatorImage .rowElement:hover{
    cursor: pointer;
}
.rootFrameCreator .configurationTextInFrame ul.selectFontList li:hover{
    cursor: pointer;
}
.rootFrameCreator .configurationTextInFrame ul.selectFrontColor li{
    display: inline-block;
    padding-right: 2px;
}
.rootFrameCreator .configurationTextInFrame ul.selectFrontColor li:hover{
    cursor: pointer;
}
.rootFrameCreator .configurationTextInFrame ul.selectFrontColor li > span {
    width: 40px;
    height:30px;
    display: block;
}
.rootFrameCreator .positionButtons .button {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 7px 10px 6px 10px;
}
.rootFrameCreator .positionButtons .button.bold {
    font-weight: 900;
    width: 46px;
    height: 44px;
    font-size: 22px;
}
.rootFrameCreator .positionButtons .button.italic {
    font-style: italic;
    width: 46px;
    height: 44px;
    font-size: 22px;
}

.rootFrameCreator .listOfSpace .element{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.rootFrameCreator .listOfSpace .element input.form-control{
    border: 1px solid rgba(0, 0, 0, .15);
    color: #acaaa6;
    background-color: #fff;
}

.rootFrameCreator .logoDivInsidePreview{
    position: relative;
}

/** CART INPUT */
.bootstrap-touchspin {
    display: inline-flex;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.bootstrap-touchspin input.qtyInput {
    width: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 20px;
}

.bootstrap-touchspin input.wk-qty {
    width: 40px;
    text-align: center;
    border: none;
    box-shadow: none;
    outline: none;
}

.bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: column;
}

.bootstrap-touchspin .btn-touchspin {
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
    background: white;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background: #f0f0f0;
}

.addToCartButton{
    margin-left: 15px;
}

span.backIcon{
    display: inline-block;
    width: 30px;
    height: 30px;
}
span.backIcon > img{
    width: 30px;
    height: 30px;
}

ul.smallListSpecialPrice li{
    font-size:12px;
}

@media (max-width: 760px) {
    .addToCartButton{
        margin-left: 23px;
        height: 52px;
        margin-top: 0;
        width: 53%;
    }
}


/*# sourceMappingURL=app.css.map*/