@font-face {
    font-family: "Amaaz";
    src: url("/images/skins/Bewise/fonts/Amaaz.woff");
}
@font-face {
    font-family: "Angsa";
    src: url("/images/skins/Bewise/fonts/Angsa.ttf");
}
@font-face {
    font-family: "KG When Ocean Rise";
    src: url("/images/skins/Bewise/fonts/KGWhenOceansRise.ttf");
}
@font-face {
    font-family: "MonteCarlo";
    src: url("/images/skins/Bewise/fonts/MonteCarlo.ttf");
}
@font-face {
    font-family: "Note This";
    src: url("/images/skins/Bewise/fonts/NoteThis.ttf");
}
@font-face {
    font-family: "Rochester";
    src: url("/images/skins/Bewise/fonts/Rochester.ttf");
}
@font-face {
    font-family: "Rouge Script";
    src: url("/images/skins/Bewise/fonts/RougeScript.ttf");
}
@font-face {
    font-family: "Sacramento";
    src: url("/images/skins/Bewise/fonts/Sacramento.ttf");
}


#Productinfo_Fancybox_Image_DIV {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
}

/*.container-fluid-flex #Productinfo_Fancybox_Image_DIV:not(.loaded) {
    visibility: hidden;
}*/

.webshop-productinfo .posterCustom {
    position: absolute;
    left: -99999px;
}

.VariantGroup.VariantGroupLine {
    margin: 20px 0;
}
.VariantGroup.VariantGroupLine .VariantGroupLabel {
    padding-bottom: 6px;
}
.VariantGroup.VariantGroupLine select::-ms-expand {
    display: none;
}
.VariantGroup.VariantGroupLine select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" width="20" height="20"><path fill-rule="evenodd" d="M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z" clip-rule="evenodd" /></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.VariantGroup.VariantGroupLine .fontSelector {
    margin-top: 10px;
}



.inputcontainer {
    display: flex;
    gap: 10px;
}
.inputcontainer > input {
    width: 100%;
    flex: auto;
    height: 40px;
}
.inputcontainer > .emojis {
    width: 40px;
    height: 40px;
    flex: none;
    border-radius: 99px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    line-height: 0;
    transition: background-color 0.2s ease;
}
.inputcontainer > .emojis:hover {
    background-color: #e4e4e4;
}
.inputcontainer > .emojis > .emojiList {
    position: absolute;
    top: 120%;
    right: 0;
    list-style: none;
    display: flex;
    overflow-y: auto;
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    font-size: 24px;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    line-height: 1;
    transition: top ease .2s, opacity ease .2s;
}
.inputcontainer > .emojis::before {
    content: '';
    display: block;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    top: 120%;
    right: 15px;
    transform: translateY(-100%);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: top ease .2s, opacity ease .2s;
}
.inputcontainer > .emojis.active > .emojiList,
.inputcontainer > .emojis.active::before {
    opacity: 1;
    top: 100%;
    pointer-events: auto;
}
.inputcontainer > .emojis > .emojiList > .emojiItem {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background ease .2s;
}
.inputcontainer > .emojis > .emojiList > .emojiItem:hover {
    background-color: #f4f4f4;
}



.previewContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.previewContainer > .previewText {
    position: absolute;
    white-space: nowrap;
    line-height: 1;
    /*width: 100%;
    text-align: center;
    transform: translateX(-50%);*/
}
.previewContainer > .previewText.center {
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}
.previewContainer > .previewText {
    max-width: 60%;
}
.previewContainer > .previewText small {
    font-size: 0.5em;
    font-family: 'Arial', sans-serif;
}
.previewContainer > .previewText small.specialSizeRule {
    font-size: 0.6em;
}

@supports not (-webkit-touch-callout: none) { 
    .previewContainer > .previewText small {
        color: transparent;  
        text-shadow: 0 0 0 #595959;
    }
}

.emojiList .emojiItem, .inputcontainer input[type=text] {
    color: transparent;
    text-shadow: 0 0 0 #595959;
}

.inputcontainer input[type=text] {
    caret-color: #000;
    color: transparent;
    text-shadow: 0 0 0 #595959;
}

.pdfGeneratorOutput {
    position: fixed!important;
    left: -99999px!important;
  }

  .pdfLoading {
    display: none;
  }

  .pdfLoading.load {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    mix-blend-mode: multiply;
    transform: translate(-50%, -50%);
  }

  .webshop-productinfo .productimage {
    min-height: 350px;
  }

  .imagecontainer .clonedPreview {
    /*max-width: 101%;
    max-height: 101%;*/
    width: auto!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
  }
  .Element_Overlay_ProdInfo_SavingsContainer_DIV {
    display: none;
  }

  .tempfont {
    position: absolute;
    left: -99999px;
  }

  .productimage > div {
    position: relative;
  }
  
  .posterImageContainer:not(.loaded) .clonedPreview {
    opacity: 0.09;
  }

  .posterImageContainer:not(.loaded) {
    /*margin: 2em auto;*/
    /*height: 200px;
    width: 200px;*/
    /*background: lightgrey;*/
    position: relative;
    
    &::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -30px;  
      margin-left: -30px;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      border: 5px solid grey;
      border-top-color: black;
      animation: loading 2s linear infinite;
    }
  }
  @keyframes loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }