/* Importing TraditionellSans regular font */
@font-face {
  font-family: "TraditionellSans";
  src: url("/wp-content/plugins/product-engraving/assets/fonts/traditionell-sans/TraditionellSans.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "abuget";
    src: url("/wp-content/plugins/product-engraving/assets/fonts/abuget/Abuget.ttf")
    format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Thesignature";
    src: url("/wp-content/plugins/product-engraving/assets/fonts/thesignature/Thesignature.ttf")
    format("truetype");
    font-weight: normal;
    font-style: normal;
}

.product-engraving {
  width: 400px;
  margin-bottom: 30px;
}
.engraving-option label {
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  background-color: #fff;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
  box-sizing: border-box;
  vertical-align: middle;
  border-style: solid;
  display: inline-flex;
  cursor: pointer;
  color: #000;
}
.engraving-option input {
  display: none;
}
.engraving-fields {
  display: none;
}
.engraving-fields input,
.engraving-fields select {
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  border-style: solid;
  padding: 10px 12px;
  line-height: 1;
  display: block;
  color: #374151;
  background-color: #fff;
  font-size: 16px;
  border-width: 1px;
  border-color: #d1d5db;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0,
    rgba(0, 0, 0, 0.05) 0 1px 2px 0;
}
.engraving-fields label {
  color: #999;
  font-weight: 300;
  font-size: 16px;
}
.engraving-canvas {
  position: relative;
}
.engraving-canvas span {
  position: absolute;
    left: 12%;
    top: 15%;
    font-size: 24px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    /* opacity: 0.9;
    filter: blur(0.3px); */
    font-family: "abuget", sans-serif;
    color: #000; /*rgb(51, 51, 51); */
}

#add-engraving:checked + label {
  background: #f3f2f2;
}
