@font-face {
    font-family: 'Philosopher-RegularMrCouple';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Philosopher-RegularMrCouple.woff") format("woff")
}

@font-face {
    font-family: 'YanoneKaffeesatz-RegularMrCouple';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/YanoneKaffeesatz-RegularMrCouple.woff") format("woff")
}

@font-face {
    font-family: 'GloriaHallelujahMrCouple';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GloriaHallelujahMrCouple.woff") format("woff")
}
.gravurmodul .inputs .row1 .cell {
    position: relative
}

.gravurmodul .inputs .row1.cells4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gravurmodul .inputs .row1.cells4 .cell {
    width: 48%
}

.gravurmodul .inputs .row2 {
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gravurmodul .inputs .row2 .cell1 {
    width: 48%
}

.gravurmodul .inputs .row2 .cell2 {
    width: 48%
}

.gravurmodul .inputs input,.gravurmodul .inputs label,.gravurmodul .inputs select,.gravurmodul .inputs #gravurpredefined .dd-select {
    width: 100%;
    display: block
}

.gravurmodul .inputs label,.gravurmodul .inputs .textlimit {
    font-size: 80%
}

.gravurmodul .inputs input[type="text"] {
    line-height: 24px
}

.gravurmodul .inputs input.marked {
    border-color: #00bec5
}

.gravurmodul .inputs .textlimit {
    position: absolute;
    right: 0;
    top: 0
}

.gravurmodul .inputs .symbolbox {
    border: 3px solid #ece6dc;
    background-color: #fff;
    line-height: 24px;
    font-family: "GloriaHallelujahMrcouple";
    margin-bottom: 22px;
    font-size: 17px;
    /*display: -ms-flexbox;
    display: flex;*/
	display: -ms-block-ruby;
	display: -webkit-box;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -ms-flex-pack: center;
    justify-content: center;
	overflow-x: auto;
	overflow-y: hidden;
}

.gravurmodul .inputs .symbolbox div {
    margin: 2px;
    padding: 1px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    cursor: pointer
}

.gravurmodul .inputs #gravurpredefined {
    line-height: 24px;
    width: 100% !important
}

.gravurmodul .inputs #gravurpredefined .dd-select {
    width: 100% !important;
    background: #fff !important;
    margin: 0 !important
}

.gravurmodul .inputs #gravurpredefined .dd-select .dd-selected {
    font-family: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    padding: 0 10px
}

.gravurmodul .inputs #gravurpredefined .dd-select .dd-selected label {
    font-size: inherit
}

.gravurmodul .inputs #gravurpredefined .dd-options {
    width: 100% !important
}

.gravurmodul .inputs #gravurpredefined .dd-option {
    font-family: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    padding: 2px 10px
}

.gravurmodul .inputs #gravurpredefined .dd-option label {
    font-size: inherit
}

.gravurmodul .infotext {
    font-size: 80%;
    margin-bottom: 30px;
    line-height: 1.6
}

.gravurmodul.font-Philosopher .row1 input[type="text"],.gravurmodul.font-Philosopher #gravurpredefined,.gravurmodul.font-Philosopher #gravurpredefined .dd-select {
    font-family: "Philosopher-RegularMrCouple" !important
}

.gravurmodul.font-YanoneKaffeesatz .row1 input[type="text"],.gravurmodul.font-YanoneKaffeesatz #gravurpredefined,.gravurmodul.font-YanoneKaffeesatz #gravurpredefined .dd-select {
    font-family: "YanoneKaffeesatz-RegularMrCouple" !important
}

.gravurmodul.font-GloriaHallelujah .row1 input[type="text"],.gravurmodul.font-GloriaHallelujah #gravurpredefined,.gravurmodul.font-GloriaHallelujah #gravurpredefined .dd-select {
    font-family: "GloriaHallelujahMrCouple" !important
}

.gravurmodul .imggravur {
    margin-bottom: 20px
}

.gravurmodul .imggravur .uploadbox {
    position: relative;
    background-color: white;
    border: 2px dashed #00bec5;
    transition: border-color 0.2s
}

.gravurmodul .imggravur .uploadbox.focus {
    border-color: #009da3
}

.gravurmodul .imggravur .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.gravurmodul .imggravur .box__file+label {
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 20px
}

.gravurmodul .imggravur .box__uploading {
    background: #fff url("/out/silvity_2014/img/loading.gif") center 20px no-repeat;
    text-align: center;
    padding: 60px 20px 20px 20px
}

.gravurmodul .imggravur .box__success,.gravurmodul .imggravur .box__error {
    text-align: center;
    padding: 20px;
    margin-top: -30px;
    font-size: 80%
}

.gravurmodul .imggravur .progress {
    background-color: #00bec5;
    height: 4px;
    width: 0%;
    display: none
}

.gravurmodul .imggravur .uploadbox.is-uploading .progress {
    display: block
}

.gravurmodul .imggravur .box__dragndrop,.gravurmodul .imggravur .box__uploading,.gravurmodul .imggravur .box__success,.gravurmodul .imggravur .box__error {
    position: relative;
    display: none
}

.gravurmodul .imggravur .uploadbox.is-uploading .box__uploading,.gravurmodul .imggravur .uploadbox.is-success .box__success,.gravurmodul .imggravur .uploadbox.is-error .box__error {
    display: block
}

.gravurmodul .imggravur .uploadbox.is-uploading .box__file+label {
    display: none
}

.gravurmodul .imggravur .uploadbox.has-advanced-upload .box__dragndrop {
    display: inline
}

.gravurmodul .imggravur .uploadbox.is-dragover {
    background-color: #ece6dc
}

.svg-container-outer .svg-container-inner {
    width: 100%;
    height: 0;
    padding-top: 81%;
    position: relative
}

.svg-container-outer .svg-container-inner svg {
    position: absolute;
    top: 0;
    left: 0
}

.svg-container-outer .svg-container-inner .gravur_move {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 60px;
    pointer-events: none;
    background: url("/out/silvity_2014/img/direction-button-arrows.svg") center top no-repeat;
    background-size: 32px;
    padding-top: 36px;
    text-align: center;
    display: none
}

body.is-img-uploaded .svg-container-outer .svg-container-inner .gravur_move {
    display: block
}

.imggravur_sliders {
    display: none;
    margin: 2em 28px 0 28px
}

body.is-img-uploaded .imggravur_sliders {
    display: block
}

.imggravur_sliders .formfield {
    margin-bottom: 2em
}

.imggravur_sliders .note {
    font-size: 80%
}

.crop__error {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
    display: none
}

body.is-crop-error .crop__error {
    display: block
}

body.is-img-uploaded #gravurpreview {
    cursor: move
}

.customfont {
    font-size: 90%
}

.customfont.PhilosopherSilvity {
    font-family: "Philosopher-RegularMrCouple"
}

.customfont.YanoneKaffeesatzRegularSilvit {
    font-family: "YanoneKaffeesatz-RegularMrCouple"
}

.customfont.GloriaHallelujahSilvity {
    font-family: "GloriaHallelujahMrCouple"
}

.basketitems .persparamBox {
    font-size: 80%;
    color: #c70021
}
#en_text, #en_text2
{
    display: none;
}
dd.variation-Engraving, dd.variation-Engraving2, dd.variation-Wunschtext, dd.variation-Wunschtext2 {
    font-family: "Philosopher-RegularMrCouple";
}
.cell1 label, .cell label, .row label {
    margin-top: 15px;
    margin-bottom: 4px;
}

#gravurtext {
    width: 100% !important;
}

/* Media Query */

@media only screen and (max-width: 600px) {
	.elementor-67 .elementor-element.elementor-element-0692acd {
		margin-top: -18px;
	}
	.jet-woo-slick-control-nav.jet-woo-slick-control-thumbs.slick-initialized.slick-slider {
		margin-left: -45px !important;
	}
	.jet-woo-product-gallery-slider.jet-woo-slick.slick-initialized.slick-slider {
		margin-bottom: 10px !important;
	}
}

#gravurtext {
    width: 100% !important;
}

#gravurtext2 {
    width: 100% !important;
}