
@font-face {
    font-family: 'Optima-DemiBold';
    src: url('../../../fonts/printq_fonts/Optima-DemiBold.woff?ljxq50');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}@font-face {
    font-family: 'Optima-Regular';
    src: url('../../../fonts/printq_fonts/Optima-Regular.woff?ljxq50');
    font-weight: normal;
    font-style: normal;
    font-smooth: always;
}

body {
    padding: 0px;
    background-color: #f3f4f6;
    margin: 0px;
    font-family: 'Optima-DemiBold';
}

#stepsContainer {
    width: 100%;
    padding: 60px 0px;
    text-align: center;
}

#stepsContainer .subtitle {
    color: #8C8C8C;
    font-size: 15px;
    padding:5px 0px ;
    font-family: 'Optima-Regular';
}
#stepsContainer .title {
    display: inline-block;
    font-size: 30px;
    color: #555555;
    width: 443px;
    font-family: 'Optima-Regular';
}

.steps a:nth-child(2){
    margin:0 90px;
}
.steps .line{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    background-color: #D2D2D2;
    z-index: -1;
}
.steps{
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
    position: relative;
    display: inline-block
}
.steps a{
    width: 30px;
    height: 30px;
    background-color: #DBB86E;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    overflow: visible;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.steps a span{
    float: left;
    color: #A0A0A0;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 27px;
    white-space: nowrap;
    line-height: 20px;
	font-family: 'Optima-Regular';
}

.allergyButton {
    position: absolute;
    top: 125px;
    left: 20px;
    width: auto;
    cursor: pointer;
    z-index: 56;
    left: 60px;
}

.allergyButton a span{
    padding: 0 5px;
}
.allergyButton a {
    text-decoration: none;
    color: #DBB86E;
    font-family: Roboto;
    font-size: 15px;
}

.cmsHolder a.closeCms {
    position: absolute;
    right: 20px;
    top: 19px;
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    color: #DBB86E;
    z-index: 5000;
}

.cmsHolder {
    position: fixed;
    width: 80%;
    height: 90%;
    display: none;
    background: #ffff;
    z-index: 500;
    /* box-shadow: 1px 1.732px 5px 0 rgba(0, 0, 0, 0.043); */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500;
    background: #ffff;
}

.show_cms .cmsHolder {
    display: inline-block;
}

.cmsHolderContent .content {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: auto;
    padding: 0px 60px;
}

.cmsHolderContent {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 0px;
    text-align: center;
    /* overflow: auto; */
    display: inline-block;
    padding-bottom: 0px;
}

.show_cms .wrapper_inactive {
    display: block;
}

.wrapper_inactive_mobile,
.wrapper_inactive {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 60;
    background: #000;
    opacity: 0.15;
    display: none;

}
.steps a.three span{
    white-space: normal;
    font-weight: bold;
    color: #555555;
}

.steps a.three:before{
    content:"3"
}

.steps a.two span{
    white-space: normal;
    font-weight: bold;
    color: #555555;
}

.steps a.two:before{
    content:"2"
}

#editorTopbarContainer {
    height: 95px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    position:fixed;
    top:0px;
    left:0px;
    z-index: 1;

}
body *{
    box-sizing:border-box;
}

.show_wraper #editorTopbarContainer {
    z-index: 5000;
}

#editorTopbarContainer .mainItem.group {
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.mainItem.group.logo_group .logoHolder {
    padding: 0px;
}

body {
    background: #fff;
}

aside.sidebar {
    display: none;
}

.mainItem.group.logo_group .logoHolder {
    padding: 0px;
}

#editorTopbarContainer .mainItem.group {
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#editorTopbarContainer .mainItem.group.back_group {
    left: 0px;
    position: absolute;
    transform: translate(0, 0);
    top: 0px;
}


#editorTopbarContainer .mainItem.group.back_group a {
    color: #DBB86E;
    text-decoration: none;
    padding: 0 60px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 95px;
    font-family: Optima;
}
.container {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 0 0 0;
    margin: 0 auto;
}

#chooserTopBarContainer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#chooserTopBarContainer {
    background-color: #2040aa;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 60px;
    z-index: 54;
    position: fixed;
}

#chooserTopBarContainer .navbarTopLeft {
    height: 60px;
    float: left;
    width: 20%;
}

#chooserTopBarContainer .navbarCenter {
    height: 60px;
    float: left;
    width: 80%;
    padding-right: 20%;
}

#chooserTopBarContainer .navbarCenter .title {
    font-family: 'Roboto';
    color: #ffffff;

    font-weight: 400;
}

#editorTopbarContainer .mainItem.group.back_group a span{
    font-family: 'Optima-DemiBold';
}
#chooserTopBarContainer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

#chooserTopBarContainer .navbarCenter {
    text-align: center;
}

#mainContent #subcontent {
    height: 100%;
    z-index: 10;
    padding-top: 95px;
}

.navbarTopLeft ul li a {
    text-decoration: none;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    display: block;
    margin-left: 5px;
    color: #ffffff;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.navbarTopLeft ul li a span.title {
    color: #ffffff;
    font-family: 'Roboto';
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.navbarTopLeft ul li a:hover,
.navbarTopLeft ul li a:hover span.title {
    color: #ffffff;
    font-size: 22px;
}


.icon .printqicon-undo .back {
    padding-left: 20px;
}

#templatesContainer {
    display: flex;
    overflow: hidden;
    width: auto;
    height: auto;
    padding-top: 20px;
	flex-wrap: wrap;
	/* justify-content:center; */
}

#templatesContainer .templateContainer {
    display: block;
    width: 25%;
    padding: 0px;
    margin: 0px;
    float: left;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    height: 400px;
}

#templatesContainer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#templatesContainer .templateContainer .box{
    padding: 54px 60px 54px 60px;
}
#templatesContainer .templateContainer .box,
#templatesContainer .templateContainer .box .imgWrap {
    display: block;
    height: 100%;
    width: 100%;
    /* padding: 10px; */
}

.buttonWrapper{
    text-align: center;
    padding: 60px 10px 0px 10px;
}
.buttonWrapper a{
    border: 1px solid #DBB86E;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}

.buttonWrapper a span{
    color: #DBB86F;
    text-decoration: none;
    font-size: 15px;
    padding: 15px 35px;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Optima-DemiBold';
}
#templatesContainer .templateContainer .box .imgWrap .placeholder {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    height:165px;

}

#templatesContainer .templateContainer .box .imgWrap .placeholder .actions {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#templatesContainer .templateContainer .box .imgWrap .placeholder .actions .icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color:  #2040aa;
    font-size: 10px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#templatesContainer .templateContainer .box .imgWrap .placeholder:hover .actions .icon {
    opacity: 1;
    cursor: pointer;
}

.chooser_footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    font-family: 'Roboto';
    color: #384347;
    height: 60px;
    width: 100%;
    background-color: #6CBFE8;
    text-align: center;
}

.printqBox {
    background: rgb(251, 251, 253);
    box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.043);
    border: 1px solid #C7C7C7;
}

/*Start Loading*/
#loading-mask {
    position: relative;
    text-align: center;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.58) !important;
    position: fixed;
    top: 0;
    display: none;
}

#loading-mask .loader {
    position: fixed;
    top: 41%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    padding: 10px;
}

#loading-mask .loader > span {
    width: 100%;
    line-height: 30px;
    margin: 0 auto 10px;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 300;
    display: block;
    color: #384347;
}

.animation-container {
    display: block;
    height: 63px;
    position: relative;
    width: 100%;
}

.loader-animation {
    position: relative;
    background: none;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    top: 0px;
}

@-webkit-keyframes printq-loader-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes printq-loader-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.loader-animation > div {
    -webkit-animation: printq-loader-anim 1s linear infinite;
    animation: printq-loader-anim 1s linear infinite;
    top: 25px;
    left: 28px;
    width: 3px;
    height: 7px;
    background: #6cbfe8;
    position: absolute;
    border-radius: 0px;
}

.loader-animation > div:nth-of-type(1) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    -webkit-transform: rotate(0deg) translate(0, -25px);
    transform: rotate(0deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(2) {
    -webkit-animation-delay: -0.4583333333333333s;
    animation-delay: -0.4583333333333333s;
    -webkit-transform: rotate(15deg) translate(0, -25px);
    transform: rotate(15deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(3) {
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
    -webkit-transform: rotate(30deg) translate(0, -25px);
    transform: rotate(30deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(4) {
    -webkit-animation-delay: -0.375s;
    animation-delay: -0.375s;
    -webkit-transform: rotate(45deg) translate(0, -25px);
    transform: rotate(45deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(5) {
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
    -webkit-transform: rotate(60deg) translate(0, -25px);
    transform: rotate(60deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(6) {
    -webkit-animation-delay: -0.29166666666666663s;
    animation-delay: -0.29166666666666663s;
    -webkit-transform: rotate(75deg) translate(0, -25px);
    transform: rotate(75deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(7) {
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
    -webkit-transform: rotate(90deg) translate(0, -25px);
    transform: rotate(90deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(8) {
    -webkit-animation-delay: -0.20833333333333331s;
    animation-delay: -0.20833333333333331s;
    -webkit-transform: rotate(105deg) translate(0, -25px);
    transform: rotate(105deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(9) {
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s;
    -webkit-transform: rotate(120deg) translate(0, -25px);
    transform: rotate(120deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(10) {
    -webkit-animation-delay: -0.125s;
    animation-delay: -0.125s;
    -webkit-transform: rotate(135deg) translate(0, -25px);
    transform: rotate(135deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(11) {
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
    -webkit-transform: rotate(150deg) translate(0, -25px);
    transform: rotate(150deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(12) {
    -webkit-animation-delay: -0.041666666666666685s;
    animation-delay: -0.041666666666666685s;
    -webkit-transform: rotate(165deg) translate(0, -25px);
    transform: rotate(165deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(13) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: rotate(180deg) translate(0, -25px);
    transform: rotate(180deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(14) {
    -webkit-animation-delay: 0.04166666666666663s;
    animation-delay: 0.04166666666666663s;
    -webkit-transform: rotate(195deg) translate(0, -25px);
    transform: rotate(195deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(15) {
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
    -webkit-transform: rotate(210deg) translate(0, -25px);
    transform: rotate(210deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(16) {
    -webkit-animation-delay: 0.125s;
    animation-delay: 0.125s;
    -webkit-transform: rotate(225deg) translate(0, -25px);
    transform: rotate(225deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(17) {
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
    -webkit-transform: rotate(240deg) translate(0, -25px);
    transform: rotate(240deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(18) {
    -webkit-animation-delay: 0.20833333333333337s;
    animation-delay: 0.20833333333333337s;
    -webkit-transform: rotate(255deg) translate(0, -25px);
    transform: rotate(255deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(19) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
    -webkit-transform: rotate(270deg) translate(0, -25px);
    transform: rotate(270deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(20) {
    -webkit-animation-delay: 0.29166666666666663s;
    animation-delay: 0.29166666666666663s;
    -webkit-transform: rotate(285deg) translate(0, -25px);
    transform: rotate(285deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(21) {
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
    -webkit-transform: rotate(300deg) translate(0, -25px);
    transform: rotate(300deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(22) {
    -webkit-animation-delay: 0.375s;
    animation-delay: 0.375s;
    -webkit-transform: rotate(315deg) translate(0, -25px);
    transform: rotate(315deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(23) {
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
    -webkit-transform: rotate(330deg) translate(0, -25px);
    transform: rotate(330deg) translate(0, -25px);
}

.loader-animation > div:nth-of-type(24) {
    -webkit-animation-delay: 0.45833333333333337s;
    animation-delay: 0.45833333333333337s;
    -webkit-transform: rotate(345deg) translate(0, -25px);
    transform: rotate(345deg) translate(0, -25px);
}

.loader-animation > div {
    -webkit-animation: printq-loader-anim 1s linear infinite;
    animation: printq-loader-anim 1s linear infinite;
    top: 25px;
    left: 28px;
    width: 3px;
    height: 7px;
    background: #2040aa;
    position: absolute;
    border-radius: 0;
}

/*End Loading*/

.lindt_swiss_sweet_greetings .steps a:first-child {
    margin: 0 90px 0 0;
}

.lindt_swiss_sweet_greetings .templateDescription {
	text-align: center;
	margin: 15px 0 0 0;
	font-family: Optima-Regular;
    font-size: 24px;
    color: #555555;
}
.lindt_swiss_sweet_greetings .buttonWrapper{
		padding: 25px 10px 0px 10px;
}


@media only screen and (max-width: 320px) {
    .container {
        padding: 40px 0 0 0;
    }

    #chooserTopBarContainer {
        height: 40px;
    }

    #chooserTopBarContainer .navbarTopLeft {
        height: 40px;
        width: 10%;
    }

    #chooserTopBarContainer .navbarCenter {
        height: 40px;
        width: 90%;
        padding-right: 10%;
    }

    .navbarTopLeft ul li a {
        height: 40px;
        line-height: 40px;
    }

    #templatesContainer .templateContainer {
        width: 100%;
        height: 180px;
    }

    #chooserTopBarContainer .navbarCenter .title,
    .navbarTopLeft ul li a {
        font-size: 14px;
    }

    .navbarTopLeft ul li a span.title {
        display: none;
    }

    .chooser_footer {
        position: relative;
    }
}

@media only screen and (max-width: 640px) {

    #templatesContainer .templateContainer{
        width:50%
    }
	#templatesContainer .templateContainer .box {
		padding: 10px 10px 10px 10px;
	}
	.templateContainer .buttonWrapper {
		padding: 10px 10px 0px 10px;
	}
	#templatesContainer .templateContainer
	{
		height: 300px;
	}
	#templatesContainer
	{
		padding-top:0px;
	}
	#stepsContainer{
		padding-bottom:30px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 760px) {

    #templatesContainer .templateContainer {
        width: 50%;
    }

    #chooserTopBarContainer .navbarCenter .title,
    .navbarTopLeft ul li a {
        font-size: 18px;
    }

    .chooser_footer {
        position: relative;
    }
}

@media only screen and (min-width: 760px) and (max-width: 1200px) {

    #templatesContainer .templateContainer {
        width: 50%;
    }

    #chooserTopBarContainer .navbarCenter .title,
    .navbarTopLeft ul li a {
        font-size: 18px;
    }

    .chooser_footer {
        position: relative;
    }


}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    #templatesContainer .templateContainer {
        width: 25%;
    }

    #chooserTopBarContainer .navbarCenter .title,
    .navbarTopLeft ul li a {
        font-size: 20px;
    }

}

@media only screen and (max-width: 600px) {

    .toolbarTitleContainer {
        height: 70px;
        float: left;
        border-bottom: 1px solid #E8E8E8;
        width: 100%;
        position: relative;
    }





    #editorTopbarContainer {
        height: 70px;
    }

    #editorTopbarContainer .mainItem.group.back_group a {
        padding: 0 15px;
        line-height: 70px;
    }

    .allergyButton {
        top: 80px;
        left: 15px;
    }
    #stepsContainer .title{
        width:100%;
    }
}
