.flash-alert {
  background-color: #fff6bf;
  color: rgb(140, 120.3125, 0);
  display: block;
  margin: 0.75em 0;
  padding: 0.75em;
  text-align: center;
}
.flash-alert a {
  color: rgb(89, 76.484375, 0);
  text-decoration: underline;
}
.flash-alert a:focus, .flash-alert a:hover {
  color: black;
}

.flash-error {
  background-color: #fbe3e4;
  color: rgb(150.5, 21.5, 26.875);
  display: block;
  margin: 0.75em 0;
  padding: 0.75em;
  text-align: center;
}
.flash-error a {
  color: rgb(105.875, 15.125, 18.90625);
  text-decoration: underline;
}
.flash-error a:focus, .flash-error a:hover {
  color: rgb(16.625, 2.375, 2.96875);
}

.flash-notice {
  background-color: #e6effe;
  color: rgb(6.8461538462, 68.4615384615, 171.1538461538);
  display: block;
  margin: 0.75em 0;
  padding: 0.75em;
  text-align: center;
}
.flash-notice a {
  color: rgb(4.8846153846, 48.8461538462, 122.1153846154);
  text-decoration: underline;
}
.flash-notice a:focus, .flash-notice a:hover {
  color: rgb(0.9615384615, 9.6153846154, 24.0384615385);
}

.flash-success {
  background-color: #e6efc2;
  color: rgb(85.7662337662, 100.6103896104, 26.3896103896);
  display: block;
  margin: 0.75em 0;
  padding: 0.75em;
  text-align: center;
}
.flash-success a {
  color: rgb(51.3246753247, 60.2077922078, 15.7922077922);
  text-decoration: underline;
}
.flash-success a:focus, .flash-success a:hover {
  color: black;
}

/* we need to have dummy rule to fix css parsing of rules located in @layer */
#dummy-rule-object {
  display: block;
}

@font-face {
  font-family: "Lorimer";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/stencil/Lorimer_No2_Stencil.otf"), url("fonts/stencil/Lorimer_No2_Stencil.woff");
}
@font-face {
  font-family: "Expressway";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/stencil/expressway_rg.ttf");
}
@font-face {
  font-family: "HighwayB";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/stencil/sshgb.eot");
  src: url("fonts/stencil/sshgb.eot?#iefix") format("embedded-opentype"), url("fonts/stencil/sshgb.woff") format("woff"), url("fonts/stencil/sshgb.ttf") format("truetype"), url("fonts/stencil/sshgb.svg#sshgb") format("svg");
}
@font-face {
  font-family: "HighwayC";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/stencil/sshgc.eot?");
  src: url("fonts/stencil/sshgc.eot?#iefix") format("embedded-opentype"), url("fonts/stencil/sshgc.woff") format("woff"), url("fonts/stencil/sshgc.ttf") format("truetype"), url("fonts/stencil/sshgc.svg#sshgc") format("svg");
}
@font-face {
  font-family: "HighwayD";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/stencil/sshgd.eot");
  src: url("fonts/stencil/sshgd.eot?#iefix") format("embedded-opentype"), url("fonts/stencil/sshgd.woff") format("woff"), url("fonts/stencil/sshgd.ttf") format("truetype"), url("fonts/stencil/sshgd.svg#sshgd") format("svg");
}
@font-face {
  font-family: "HighwayE";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/stencil/sshge.eot");
  src: url("fonts/stencil/sshge.eot?#iefix") format("embedded-opentype"), url("fonts/stencil/sshge.woff") format("woff"), url("fonts/stencil/sshge.ttf") format("truetype"), url("fonts/stencil/sshge.svg#sshge") format("svg");
}
.Lorimer {
  font-family: "Lorimer", sans-serif;
}

.HighwayB {
  font-family: "HighwayB", sans-serif;
}

.HighwayC {
  font-family: "HighwayC", sans-serif;
}

.HighwayD {
  font-family: "HighwayD", sans-serif;
}

.HighwayE {
  font-family: "HighwayE", sans-serif;
}

.ExpressWay {
  font-family: "Expressway", sans-serif;
}

.Oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

.RobotoCond {
  font-family: "Roboto Condensed", sans-serif;
}

.Arial {
  font-family: "Arial", sans-serif;
}

.Anton {
  font-family: "Anton", sans-serif;
}

.Heebo {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

.HeeboBold {
  font-family: "Heebo", sans-serif;
  font-weight: 700;
}

.OpenSans {
  font-family: "Open Sans Condensed", sans-serif;
}

.hide-scroll {
  overflow: hidden;
}

.stl-editor {
  --stl-border-radius: var(--border-radius);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background-color: #fff;
  margin: 0;
  z-index: 10000;
  box-sizing: border-box;
}
.stl-editor.stl-show {
  visibility: visible;
}
.stl-block {
  display: grid;
  grid-template-rows: 60px 1fr 80px;
  background-color: #fff;
}

.stl-head-block-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .stl-head-block-inner {
    grid-template-columns: 180px 1fr;
    width: 100%;
    height: 60px;
    max-width: 1400px;
    margin: 0 auto;
  }
}
.stl-head-block-inner i {
  font-size: 30px;
}
.stl-head-block-inner .stl-header-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .stl-head-block-inner .stl-header-right {
    grid-template-columns: 200px 220px;
    justify-items: end;
    justify-self: end;
  }
}
.stl-head-block-inner .stl-header-right {
  align-items: center;
  white-space: nowrap;
}
.stl-head-block-inner .stl-header-right .stl-header-text {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .stl-head-block-inner .stl-header-right .stl-header-text div:first-child {
    display: none;
  }
}
.stl-head-block-inner .stl-header-right .stl-header-text a {
  color: #2e6cb4;
}
.stl-head-block-inner .stl-header-phone {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
}
@media (min-width: 768px) {
  .stl-head-block-inner .stl-header-phone {
    grid-template-columns: 50px 1fr;
  }
}
.stl-head-block-inner .stl-header-chat {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
}
@media (min-width: 768px) {
  .stl-head-block-inner .stl-header-chat {
    grid-template-columns: 50px 1fr;
  }
}
.stl-head-block-inner .stl-header-chat a {
  cursor: pointer;
}
.stl-head-block-inner .stl-header-icon svg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .stl-head-block-inner .stl-header-icon svg {
    height: 50px;
    width: 50px;
  }
}
.stl-head-block-inner .stl-header-icon svg {
  fill: #2e6cb4;
}
.stl-head-block-inner .stl-header-left img {
  max-height: 55px;
  padding-top: 4px;
}

.stl-footer-block-inner.withUndoRedo {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0 10px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
}

.btn-editor-tool[disabled] i, .btn-editor-tool[disabled] span {
  color: #fff;
}

.stl-footer-block-inner.mobile {
  grid-template-columns: 1fr;
}

.stl-footer-left p.stl-product-title {
  font-size: 18px;
  font-weight: 500;
}

.stl-inner {
  background-color: oklch(81% 0.09 249deg / 0.5);
  background-image: linear-gradient(62deg, oklch(81% 0.09 249deg / 0.7) 0%, oklch(86% 0.08 308deg / 0.7) 100%);
}

.stl-body-block {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  height: calc(100vh - 140px);
  padding: 5px 2px;
}
@media (min-width: 1024px) {
  .stl-body-block {
    grid-template-columns: 1fr 2fr;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
  }
}
.stl-body-block > * {
  box-shadow: var(--shadow);
}

.stl-tabs-outer {
  display: grid;
  grid-template-columns: 1fr;
  min-width: 380px;
}
@media (min-width: 1024px) {
  .stl-tabs-outer {
    grid-template-columns: 80px 1fr;
    min-width: 400px;
    height: calc(100vh - 160px);
    overflow: clip;
  }
}
@media (min-width: 1280px) {
  .stl-tabs-outer {
    min-width: 450px;
    border-top-left-radius: var(--stl-border-radius);
    border-bottom-left-radius: var(--stl-border-radius);
  }
}

.stl-tab-menu {
  background-color: #333;
  color: #fff;
}
@media (min-width: 1024px) {
  .stl-tab-menu {
    overflow-y: auto;
  }
}

.stl-tab-menu-inner {
  display: grid;
  grid-gap: 10px;
  margin-top: 40px;
}
.stl-tab-menu-inner a {
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}
.stl-tab-menu-inner a i {
  font-size: 20px;
  display: block;
  color: #fff;
}
.stl-tab-menu-inner a.active {
  color: #333;
  background-color: #fff;
}
.stl-tab-menu-inner a.active i {
  color: #333;
}

.stl-tab-menu-inner > :first-child {
  display: none;
}

@media (max-width: 1023px) {
  .stl-tab-menu.moved-bottom .stl-tab-menu-inner {
    grid-template-columns: repeat(auto-fill, 60px);
  }
}
.draw-area-border {
  border: 2px dotted #999;
}

.stl-start-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  grid-row-gap: 20px;
  padding: 10px 20px 0;
}
.stl-start-block-inner a {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.stl-start-block-inner a i {
  font-size: 38px;
  display: block;
  color: #555;
}

.stl-tabs {
  display: grid;
  grid-gap: 20px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.stl-tabs > div.active {
  display: block;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .stl-tabs > div.active.stl-start-block {
    display: none;
  }
}
.stl-tabs > div:not(.active) {
  display: none;
}
.stl-tabs .stl-add-text-block-inner,
.stl-tabs .stl-upload-block-inner,
.stl-tabs .stl-var-block-inner,
.stl-tabs .stl-notes-block-inner,
.stl-tabs .stl-help-block-inner {
  padding: 15px;
}
.stl-tabs .stl-var-block-inner .var-text-blocks .swatch-value {
  padding: 4px 6px;
}
.stl-tabs .stl-var-block-inner .var-text-blocks .swatch-value.selected {
  padding: 4px 6px;
}
.stl-tabs .stl-add-text-block-inner textarea {
  font-size: 16px;
  text-align: center;
}
.stl-tabs .stl-block-title {
  font-size: 14px;
  font-weight: 500;
  background-color: #f6f6f6;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
}
@media (min-width: 1024px) {
  .stl-tabs .stl-block-title {
    position: sticky;
    top: 0;
  }
}
.stl-tabs .stl-block-title a.stl-close-icon {
  position: absolute;
  right: 10px;
  top: 0;
}
.stl-tabs .stl-block-title a.stl-close-icon i {
  color: #ccc;
}

.stl-block-subtitle {
  float: left;
  width: 100%;
  font-size: 16px;
  padding: 20px 0 0;
}

.stl-instructions-title {
  font-weight: 500;
  padding: 20px 0 10px;
}

.stl-notes-instructions div {
  padding-bottom: 2px;
}

.stl-tools-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 10px;
}
.stl-tools-container .stl-tool {
  display: contents;
  font-size: 14px;
}
.stl-tools-container .stl-tool .stl-text-option-block {
  text-transform: uppercase;
  text-align: right;
}
.stl-tools-container .stl-tool .stl-text-option-block > div {
  display: inline-block;
}
.stl-tools-container .stl-tool .stl-text-option-block button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  padding: 0;
  color: #333;
}
.stl-tools-container .stl-tool .stl-text-option-block button i {
  color: #333;
  font-size: 18px;
}
.stl-tools-container .stl-tool .stl-text-option-block button svg {
  height: 1.4rem;
  width: 2.1rem;
  fill: #333;
}
.stl-tools-container .stl-tool .stl-text-option-block .text-color-swatch {
  border: 2px solid #ddd;
}
.stl-tools-container .stl-tool .stl-text-option-block .text-color-swatch.selected {
  outline: 2px solid #314352;
}
.stl-tools-container .stl-tool .input-append {
  display: grid;
  gap: 0.5rem;
  grid-column: 1/3;
}
.stl-tools-container .stl-attributes:not(.stl-visible) {
  display: none;
}

.select-option select {
  width: 100%;
  height: 40px;
  margin: 0;
  border: 2px solid #ccc;
  padding: 0 6px;
  font-size: 16px;
  font-weight: 500;
}
.select-option select option {
  font-size: 18px;
  padding: 5px 0;
}

.stl-help-block-inner {
  text-align: center;
}
.stl-help-block-inner .stl-block-subtitle {
  font-size: 24px;
}
.stl-help-block-inner .stl-message-image {
  height: 96px;
  width: 96px;
  margin: 20px auto;
}
.stl-help-block-inner .stl-message-image .stl-message-image-inner {
  background: url(../images/stl-person.jpg) no-repeat center;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  background-size: contain;
}
.stl-help-block-inner .stl-help-schedule {
  margin-bottom: 20px;
}
.stl-help-block-inner .stl-help-schedule p {
  margin-bottom: 5px;
}
.stl-help-block-inner .stl-help-schedule p:first-child {
  font-weight: 500;
}
.stl-help-block-inner .stl-help-buttons a {
  min-width: 250px;
  margin-bottom: 10px;
}
.stl-help-block-inner .stl-message-save {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.stl-img-block {
  display: flex;
  justify-items: center;
  align-self: center;
  justify-self: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .stl-img-block {
    border-top-right-radius: var(--stl-border-radius);
    border-bottom-right-radius: var(--stl-border-radius);
  }
}
.stl-img-block .stl-img-block-inner {
  align-self: center;
  overflow: visible;
  height: 0px;
  width: 0px;
}

.stencil-image {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.stencil-image img {
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.stencil-image .draw-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.stl-var-block {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0;
}
.stl-var-block .option-title {
  font-weight: 500;
  margin-block-end: 0.5rem;
}
.stl-var-block .prod-option-block {
  margin-bottom: 15px;
  padding: 15px 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.stl-var-block .prod-option-block:last-child {
  border-bottom: none;
}
.stl-var-block .var-checkbox-blocks input {
  vertical-align: top;
}
.stl-var-block .stl-editor-price {
  font-size: 18px;
  padding-top: 21px;
  text-align: center;
}
.stl-var-block .stl-editor-price span {
  font-weight: 500;
}
.stl-var-block .var-color-blocks .swatch-values {
  grid-template-columns: repeat(auto-fill, 36px);
}
.stl-var-block .var-color-blocks button.swatch-value {
  width: 36px;
  height: 36px;
}

.stl-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(228, 240, 227, 0.8);
  transition: all 0.3s;
}

.stl-show ~ .stl-overlay {
  opacity: 1;
  visibility: visible;
}

.stl-effect .stl-block {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s;
}

.stl-show.stl-effect ~ .stl-overlay {
  background-color: #d8d8d8;
}

.stl-show.stl-effect .stl-block {
  transform: scale(1);
  opacity: 1;
}

.stl-editor.stl-show {
  visibility: visible;
}
.stl-editor .font-editor-buttons {
  margin-bottom: 10px;
}
.stl-editor .font-editor-buttons ul.dropdown-menu {
  background-color: #fff;
  padding: 5px 0;
}
.stl-editor .font-editor-buttons ul.dropdown-menu a {
  text-decoration: none;
  font-size: 18px;
}
.stl-editor .font-editor-buttons i {
  font-size: 18px;
  color: #666;
}
.stl-editor .dropdown-menu a {
  display: block;
  padding: 3px 9px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.stl-editor .open {
  *z-index: 1000;
}
.stl-editor .open > .dropdown-menu {
  display: block;
  top: 31px;
}
.stl-editor .btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  *margin-left: 0.3em;
}
.stl-editor .btn-group > .btn {
  position: relative;
  background-color: #fff;
  min-width: 40px;
  min-height: 40px;
  font-size: 14px;
  color: #394f65;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.42857143;
  display: inline-block;
  padding: 6px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 0;
  text-decoration: none;
}
.stl-editor .btn-group > .btn:last-child {
  border-right: 1px solid #ccc;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.stl-editor .btn-group > .btn:first-child {
  width: 60px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.stl-editor .btn-group > .btn:hover {
  background-color: #e6ebf1;
  color: #000;
}
.stl-editor .btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bottom-links {
  text-align: center;
  padding: 10px 0;
}

.vue-swatches__check__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vue-swatches__check__circle {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.25);
}

.vue-swatches__check__path {
  fill: #fff;
}

.vue-swatches__swatch {
  position: relative;
  display: inline-block;
  font-size: 0;
}

.vue-swatches__swatch:focus,
.vue-swatches__swatch:hover {
  opacity: 0.9;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
  outline: none;
}

.vue-swatches__swatch.vue-swatches__swatch--border,
.vue-swatches__swatch.vue-swatches__swatch--selected {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.75);
}

.vue-swatches__swatch__label {
  position: absolute;
  left: 0;
  right: 0;
  color: #666;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.vue-swatches__swatch .vue-swatches__diagonal__wrapper {
  position: absolute;
}

fieldset[disabled] .vue-swatches {
  pointer-events: none;
}

.vue-swatches {
  position: relative;
  outline: none;
}

.vue-swatches__trigger__wrapper {
  display: inline-block;
  cursor: pointer;
}

.vue-swatches__trigger.vue-swatches--is-empty {
  border: 2px solid #ccc;
}

.vue-swatches__trigger.vue-swatches--is-disabled {
  cursor: not-allowed;
}

.vue-swatches__container {
  box-sizing: content-box;
}

.vue-swatches__container.vue-swatches--inline {
  font-size: 0;
}

.vue-swatches__container:not(.vue-swatches--inline) {
  position: absolute;
  display: block;
  overflow: auto;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.2), 0 0 0 1px rgba(10, 10, 10, 0.2);
  z-index: 50;
}

.vue-swatches__wrapper {
  background-color: inherit;
  box-sizing: content-box;
}

.vue-swatches__row {
  font-size: 0;
}

.vue-swatches__fallback__wrapper {
  display: table;
}

.vue-swatches__fallback__input--wrapper {
  display: table-cell;
  padding-right: 10px;
  width: 100%;
  font-size: 14px;
}

.vue-swatches__fallback__input {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  color: #35495e;
  background: #fff;
}

.vue-swatches__fallback__button {
  display: table-cell;
  padding: 6px 15px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  background-color: #3571c8;
  border-radius: 5px;
}

.vue-swatches-show-hide-enter-active,
.vue-swatches-show-hide-leave-active {
  transition: all 0.3s ease;
}

.vue-swatches-show-hide-enter,
.vue-swatches-show-hide-leave-active {
  opacity: 0;
}

.vue-swatches--has-children-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vue-swatches__diagonal__wrapper {
  width: 100%;
  height: 100%;
}

.vue-swatches__diagonal {
  width: 75%;
  height: 75%;
  background: linear-gradient(to top right, transparent 0, transparent calc(50% - 2.4px), #de080a 50%, transparent calc(50% + 2.4px), transparent);
}

.stl-text-color {
  height: 100%;
}
.stl-text-color label {
  pointer-events: none;
}
.stl-text-color label .input {
  display: none;
}
.stl-text-color label .input:checked + .toggle-wrapper > .selector {
  left: calc(100% - 25px);
  background-color: #fff;
}
.stl-text-color label .input:checked ~ .notification > .selected:before {
  content: "White";
}
.stl-text-color label .toggle-wrapper {
  position: relative;
  width: 70px;
  height: 30px;
  background-color: #eaeaea;
  border-radius: 999px;
  cursor: pointer;
  pointer-events: all;
}
.stl-text-color label .toggle-wrapper .selector {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 10px;
  border: 1px solid #000;
  transform: translateY(-50%);
  background-color: #000;
  transition: left 0.25s ease;
  border-radius: 50%;
}
.stl-text-color label .notification {
  font-size: 14px;
  font-weight: 500;
  margin: -55px 0 10px;
  width: 100%;
}
.stl-text-color label .notification .selected:before {
  content: "Black";
}

.admin-stl-block {
  display: grid;
  grid-template-rows: 40px 1fr 60px;
  background-color: #fff;
}
.admin-stl-block .stl-img-block .stl-img-block-inner {
  height: 100%;
  width: 100%;
}

.admin-stl-footer {
  text-align: center;
  padding: 8px 0;
  z-index: 1000;
}

.admin-stl-inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 10px;
  height: calc(100vh - 120px);
  background-color: #eee;
  padding: 10px;
}
.admin-stl-inner .stencil-image {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.admin-stl-inner .stencil-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.admin-stl-inner .cone {
  width: 800px;
  height: 800px;
}
.admin-stl-inner .cone .draw-area {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-103px, 270px);
  z-index: 10;
}

.note {
  width: 500px;
  margin: 50px auto;
  font-size: 1.1em;
  color: #333;
  text-align: center;
}

#drop-area .stl-block-subtitle {
  text-align: center;
}
#drop-area.highlight .drop-area-block {
  border-color: blue;
}

.drop-area-block {
  float: left;
  border: 1px dashed #ccc;
  border-radius: 5px;
  width: 100%;
  margin: 10px auto 20px;
  padding: 10px;
  box-sizing: border-box;
}

.my-form {
  margin: 20px;
}

.stl-editor #gallery {
  margin-top: 10px;
}
.stl-editor #gallery li {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  vertical-align: top;
}
.stl-editor #gallery img {
  max-width: 100px;
  max-height: 120px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

#fileElem {
  display: none;
}

.stl-drag-drop {
  text-align: center;
  font-size: 16px;
}
.stl-drag-drop .button {
  display: inline-block;
  cursor: pointer;
  color: #3571c8;
  font-size: 16px;
}
.stl-drag-drop i {
  display: inline-block;
  font-size: 34px;
  color: #3571c8;
  margin-bottom: 10px;
}
.stl-drag-drop label {
  cursor: pointer;
}

.stl-upload-file-format-list {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  padding: 10px 0;
}
.stl-upload-file-format-list div {
  border: 1px solid #e1e1e1;
  border-right: none;
  font-size: 0.65rem;
  font-weight: 300;
  padding: 0.25rem 0;
  width: 100%;
  text-align: center;
}
.stl-upload-file-format-list div:last-child {
  border-right: 1px solid #e1e1e1;
}

.stl-gallery-title {
  margin: 5px 0;
}

.stl-text-block {
  margin: 10px auto;
  padding: 20px;
  background-color: var(--bg-light-blue);
  text-align: left;
  width: fit-content;
  border-radius: 10px;
}
.stl-text-block label {
  font-weight: 500;
}
.stl-text-block input#logo_text {
  width: 100%;
}
.stl-text-block .add-stl-text-btn {
  text-align: center;
}
.stl-text-block .add-stl-text-btn .btn--default {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0.3rem 2rem;
  border-radius: 5px;
}
.stl-text-block p {
  text-align: center;
  margin: 10px 0 0 0;
}

.design-stencil {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  grid-gap: 10px;
}
@media (min-width: 1024px) {
  .design-stencil {
    grid-template-columns: auto 1fr auto;
    grid-gap: 0;
  }
}
.design-stencil.design-btn-full-width {
  grid-template-columns: 1fr;
  padding: 0;
}
.design-stencil.design-btn-full-width .stl-design-btn {
  width: unset;
}
.design-stencil.design-btn-full-width .stl-add-text {
  width: unset;
}
.design-stencil .stl-design-btn {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.design-stencil .stl-design-btn .stencil-open {
  --_highlight: hsl(218 92% 90%);
  min-height: 50px;
  font-size: 1rem;
  background: var(--brand-1);
  color: var(--brand-7);
  font-weight: 500;
  border: 2px solid var(--brand-6);
  text-align: center;
  border-radius: var(--btn-border-radius);
  justify-content: center;
  align-items: center;
  box-shadow: var(--_shadow-2), var(--_shadow-depth), 0 0 0 var(--_highlight-size) var(--_highlight);
  transition: var(--transition);
}
.design-stencil .stl-design-btn .stencil-open:hover {
  --_highlight-size: .3rem;
}
.design-stencil .stl-add-text {
  display: grid;
  width: 100%;
}
.design-stencil .stl-add-text .btn {
  --_highlight: hsl(218 92% 90%);
  line-height: 2;
  font-size: 1rem;
  background: var(--brand-1);
  color: var(--brand-7);
  font-weight: 500;
  padding: 0.5rem 1.8rem;
  border: 2px solid var(--brand-6);
  text-align: center;
  border-radius: var(--btn-border-radius);
  justify-content: center;
  align-items: center;
  box-shadow: var(--_shadow-2), var(--_shadow-depth), 0 0 0 var(--_highlight-size) var(--_highlight);
  transition: var(--transition);
}
.design-stencil .stl-add-text .btn:hover {
  --_highlight-size: .3rem;
}

.var-checkbox-blocks.option-block.design-stencil {
  grid-template-columns: 1fr;
  margin: 0;
}

.saved-designs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 5px;
  align-items: center;
  justify-items: center;
  padding-top: 10px;
}

.stl-saved-designs-block {
  text-align: center;
  width: 100%;
  padding: 10px;
}

.stl-saved-designs .stl-saved-design {
  display: contents;
}
.stl-saved-designs .stl-saved-design input {
  width: 20px;
  height: 20px;
}
.stl-saved-designs {
  display: grid;
  grid-template-columns: 40px 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
  justify-items: center;
  max-width: 175px;
}

.product-tab td.custom-stencil .stl-saved-title {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  padding: 0 0 20px;
}

.stl-logolibrary-list {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
.stl-logolibrary-list h4 {
  width: 100%;
  text-align: center;
  padding-block: 0.6rem 0.2rem;
  font-size: 1rem;
  font-weight: 500;
}
.stl-logolibrary-list > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, 64px);
  grid-gap: 4px;
  align-items: center;
  justify-items: center;
  padding: 0.5rem;
  margin: 0.3rem;
  background-color: var(--gray-1);
  border-radius: 1rem;
}

.zsiq_floatmain.zsiq_theme1.siq_bR.chat-moved {
  bottom: 91px;
  right: 8px;
}
.zsiq_floatmain.zsiq_theme1.siq_bR.chat-moved .zsiq_cnt {
  display: none;
}

.arm-undo::before {
  content: "\e86d";
}

.arm-redo::before {
  content: "\e86c";
}

.stl-product-title {
  opacity: 0;
  padding-left: 0.75em;
}
@media (min-width: 1024px) {
  .stl-product-title {
    opacity: 1;
    flex-grow: 1;
  }
}

/* support for js-save-design .running animation */
.stl-editor .btn.running i {
  visibility: hidden;
}

.stl-editor .btn.running .ld-ring {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 31px;
  margin-top: 3px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.stl-loading .stl-loading-screen .ld-ring {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 100px);
  border: 5px solid rgba(128, 128, 128, 0.3);
  border-radius: 50%;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

.stl-loading-screen {
  background-color: white;
  z-index: 500;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}

.stl-loading .stl-loading-screen {
  opacity: 1;
}

.stl-loading .stencil-image {
  left: 100000px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.hide-scroll .zsiq_theme1.zsiq_floatmain {
  bottom: 100px;
}

@media (max-width: 1023px) {
  .stl-body-block {
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    grid-gap: 0;
  }
  .stl-tabs-outer {
    display: block;
    position: relative;
    overflow: visible;
    max-width: unset;
    min-width: unset;
  }
  .stl-head-block-inner .stl-header-right .stl-header-text a {
    color: #394f65;
    font-weight: 500;
  }
  .stl-tab-menu-inner {
    margin-top: 0;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    grid-gap: 0;
  }
  .stl-tabs {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1000;
    bottom: 100%;
    background-color: rgba(240, 240, 240, 0.8);
    backdrop-filter: blur(4px);
  }
  .stl-tabs .stl-block-title {
    background: none;
  }
  .stl-tabs > div > div:nth-child(2) {
    max-height: 40vh;
    overflow-y: auto;
  }
  .stl-tabs .stl-var-block-inner {
    padding-top: 0;
  }
  .stl-tabs > div.stl-var-block .stl-editor-price {
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 1;
    margin: -15px -15px 0 -15px;
    border-bottom: none;
    padding-top: 0;
  }
  .stl-tabs > div.stl-var-block > div:nth-child(2),
  .stl-tabs > div.stl-notes-block > div:nth-child(2),
  .stl-tabs > div.stl-help-block > div:nth-child(2) {
    max-height: 60vh;
  }
  .stl-block {
    height: 100%;
    min-height: 500px;
    grid-template-rows: 60px 1fr 80px;
  }
  .stl-block .product-top {
    display: none;
  }
  .stl-tools-scroller .stl-tools-container {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    justify-content: center;
    align-items: stretch;
    width: max-content;
    scroll-snap-type: x mandatory;
    padding-right: 1em;
  }
  .stl-tools-scroller .stl-tools-container .stl-tool.stl-visible {
    display: flex;
    flex-direction: column;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .stl-tools-scroller .stl-tools-container .stl-text-title {
    text-align: center;
  }
  .stl-tools-scroller .stl-tools-container .stl-text-option-block {
    display: flex;
    justify-content: center;
  }
  .stl-tools-scroller .stl-tools-container .stl-text-option-block button {
    background-color: white;
  }
  .stl-tools-scroller .stl-tools-container textarea {
    margin-bottom: 0;
    margin-right: 0.25em;
    padding: 5px;
    font-size: 1em !important;
    height: 100%;
    max-width: 50vw;
  }
  .stl-tools-scroller .stl-tools-container .well .input-append {
    display: flex;
    flex-direction: row;
    height: 100%;
    overflow-x: clip;
  }
  .stl-tools-scroller .stl-tools-container .well .input-append button {
    width: 6em;
    white-space: normal;
    line-height: 1em;
    font-size: 1em;
  }
  .stl-tools-scroller .stl-tools-container .well .input-append i {
    display: none;
  }
  .stl-tools-scroller .stl-tools-container .select-option select, .stl-tools-scroller .stl-tools-container input {
    height: 36px;
  }
  .stl-tools-scroller .stl-tools-container .select-option select {
    font-size: 1em;
    border-radius: 2px;
    border-width: 1px;
    background-color: white;
  }
  .stl-tab-menu {
    overflow-y: clip;
    height: auto;
  }
  .stl-tab-menu-inner a {
    padding: 5px 0;
  }
  .stl-editor {
    overflow-y: auto;
  }
  .stl-var-block {
    background: none;
  }
  .stl-tabs {
    opacity: 1;
    transition: opacity 0.5s;
  }
  .stl-tabs .stl-start-block-inner,
  .stl-tabs .stl-logolibrary-list h4,
  .stl-tabs .stl-add-text-block-inner,
  .stl-tabs .stl-upload-block-inner,
  .stl-tabs .stl-var-block-inner,
  .stl-tabs .stl-notes-block-inner,
  .stl-tabs .stl-help-block-inner {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .stl-drag .stl-tabs, .stl-text-editing .stl-tabs {
    opacity: 0;
    pointer-events: none;
  }
  #js-colorpicker-text, #js-colorpicker-background {
    width: 5em;
  }
  .hide-scroll .zsiq_theme1.zsiq_floatmain {
    top: 5px;
    right: 0;
  }
  .zsiq_theme1 .siqico-chat::before {
    line-height: 40px !important;
    font-size: 20px !important;
  }
  .zsiq_theme1 .zsiq_flt_rel {
    height: 40px !important;
    width: 40px !important;
  }
  .zsiq_theme1 div.zsiq_cnt {
    top: 10px !important;
  }
  .zsiq_theme1 .siqico-close {
    display: flex !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .stl-head-block {
    display: grid;
    align-items: center;
    padding: 0;
    border-bottom: 2px solid #d8d8d8;
  }
  .stl-head-block-inner {
    grid-template-columns: 200px 1fr;
  }
  .stl-head-block .stl-head-block-inner img {
    max-height: 30px;
    padding: 0;
  }
  .stl-header-right {
    white-space: nowrap;
  }
  .stl-block {
    height: 100%;
    min-height: 500px;
    grid-template-rows: 50px 1fr 50px;
    grid-gap: 0;
  }
  .stl-footer-block .btn, .stl-footer-block .btn--xlg, .stl-footer-block .btn-editor-tool {
    padding: 7px;
  }
  .stl-footer-block .btn span {
    display: none;
  }
  .stl-product-title {
    padding-left: 0.5em;
    font-size: 1em;
    line-height: 1em;
  }
  .stl-body-block {
    padding: 0;
  }
  .stl-head-block-inner .stl-header-phone {
    margin-right: 10px;
  }
  .stl-editor .btn.running .ld-ring {
    left: 5px;
  }
  .stl-editor .btn#js-save-design span {
    display: inline;
    font-size: 14px;
  }
  .stl-editor .btn#js-save-design span span {
    display: none;
  }
  .stl-header-left a {
    display: inline-block;
    padding-top: 0.5rem;
  }
  .stl-tab-menu-inner a {
    padding: 4px 8px;
  }
}
@media (max-width: 360px) {
  .stl-product-title {
    font-size: 0.8em;
    line-height: 1.1em;
  }
  .stl-footer-block .btn:not(:last-child, :first-child) {
    margin-right: 5px;
  }
  .stl-footer-block-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.stl-block:not(.stl-text-selected) .stl-tool-text-only:not(.stl-tool-image-only, .stl-tool-none-only),
.stl-block:not(.stl-image-selected) .stl-tool-image-only:not(.stl-tool-text-only, .stl-tool-none-only),
.stl-block:not(.stl-none-selected) .stl-tool-none-only:not(.stl-tool-image-only, .stl-tool-only) {
  display: none;
}

.sp-colorize-container.sp-add-on {
  width: 30px !important;
}

.stl-tools-container .sp-replacer {
  height: 36px;
  width: 50px;
  border-radius: 2px;
  border: 1px solid #ddd;
}

.stl-tools-container .sp-replacer .sp-dd {
  line-height: 36px;
  color: #555;
  border-left: 1px solid #ddd;
}

.stl-choose-color span {
  font-size: 0.7em;
  font-weight: bold;
  display: block;
  text-align: center;
}

#js-custom-product-div {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1400px) {
  .hide-scroll .a5-widget {
    bottom: 100px !important;
  }
}
@media (max-width: 1023px) {
  .hide-scroll .a5-widget {
    top: 10px !important;
  }
}

.stl-areas {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  width: calc(100px + 1em);
  margin: 10px;
}
.stl-areas > div > div img:first-child {
  margin-left: 5px;
}
.stl-areas > div {
  padding: 0.5em;
  background-color: white;
  margin-bottom: 0.5em;
  text-align: center;
  cursor: pointer;
  border-radius: var(--stl-border-radius);
  border: 5px solid var(--gray-1);
}
.stl-areas > div.stl-selected-area {
  border: 5px solid var(--_highlight);
}
.stl-areas > div.stl-selected-area > div img:first-child {
  margin-left: 0;
}
.stl-areas > div.stl-selected-area > div {
  text-decoration: underline;
  text-decoration-color: #0069c0;
  text-decoration-thickness: 3px;
}
.stl-areas > div > div {
  position: relative;
}
.stl-areas > div > div > img.stencil-area-preview {
  display: block;
  position: absolute;
}
.stl-areas > div > div > img.stencil-background-image {
  display: block;
  max-width: 100%;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

#js-stencil-design {
  display: inline-block;
  width: auto;
}

.stencilDesignSides {
  display: flex;
  width: fit-content;
  background-color: white;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  flex-direction: row;
  vertical-align: middle;
  white-space: nowrap;
  border: 2px solid #0069c0;
  padding: 5px;
  border-radius: 10px;
}
.stencilDesignSides img {
  max-width: 90px;
  max-height: 90px;
  display: inline;
  vertical-align: middle;
  background-color: white;
}

.stl-saved-title {
  padding: 5px 0 13px;
  display: inline-block;
  font-weight: 500;
}

.stl-no-design span {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  text-align: left;
}

.custom-orientation,
.custom-color {
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.custom-orientation > span,
.custom-color > span {
  text-align: right;
}

.stl-notes-buttons-row {
  margin-top: 0.5rem;
}

/*# sourceMappingURL=stencil-editor.css.map */
