@font-face {
  font-family: 'Configurator';
  src: url('./configurator.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


.symbol {
  font-family: "Configurator", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 52px;
  cursor: pointer;
}

.number__container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  /*padding: 15px;*/
  color: #666;
  font-weight: normal;
}

.number__title {
  font-size: 36px;
  color: #666;
  margin-bottom: 36px;
  line-height: 1.2;
}

.number__breadcrumbs {
  width: 100%;
  display: flex;
  gap: 10px;
}

.number__breadcrumbs-item {
  font-size: 14px;
  cursor: pointer;
}

.number__breadcrumbs-item.active {
  font-weight: 700;
  color: #0f70b7;
}

.number__wrap {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.number__wrap-left {
  flex: 1;
}

.settings {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.number__wrap-right {
  flex: 3;
  position: relative;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.number__error {
  width: 100%;
  background: #E52427;
  margin-bottom: 15px;
color:#fff;
  align-items: center;
  display: none;
}

.number__error-img {
  height: 100%;
  padding: 8px;
}

.number__error-text {
  font-size: 14px;
  margin: 0;
  padding: 4px;
  padding-left: 10px;
  color: #fff;
}

.number__wrap-right-box {
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 0;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

canvas#plate {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  box-sizing: border-box;
}

.number__wrap-right-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#number__bg-show {
  margin-left: auto;
  background: transparent;
  border: none;
  display: flex;
  gap: 4px;
  align-items: center;
  cursor: pointer;
  color: #0f70b7;
  position: absolute;
  bottom: 20%;
  right: 10%;
}

.settings__one-swag {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.settings__one-swag button {
  background: #e5e5e5;
  cursor: pointer;
  padding: 8px 8px;
  border: none;
}

.settings__one-swag button.active {
  border: 1px solid #0f70b7;
  background: transparent;
}

.settings__one-hr,
.settings__two-hr,
.settings__zero-hr {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  margin: 20px 0;
}

.settings__one-inputs {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.settings__one-inputs input,
.settings__one-inputs #text1 {
  font-family: "Configurator", Oswald, sans-serif;
  text-transform: uppercase;
  height: 36px;
  max-width: 100%;
  background: transparent;
  border: 1px solid #E6E6E6;
  padding: 0 8px;
  outline: none;
  font-size: 16px;
}

#text1 {
  vertical-align: auto;
  user-select: all;
  display: flex;
  align-items: center;
  height: 18px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  gap: 2px;
}


.number__inline-svg {
  width: 16px;
  height: 16px;
  pointer-events: none;
  display: inline;
  user-select: all;
}

#text2 {
  display: none;
}

#text3 {
  display: none;
}

.cart__btn--three {
  display: none;
}

.settings__one {
  display: none;
}

.settings__one.active {
  display: block;
}

.settings__one-box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.settings__one-add {
  padding: 6px;
  background: #E6E6E6;
  cursor: pointer;
  border: none;
  display: none;
}

.settings__one-add.active {
  display: block;
}

.settings__one-wrap-add {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.settings__one-remove {
  cursor: pointer;
  display: none;
}

.settings__one-remove.active {
  display: block;
}

.settings__one-symbol-btn {
	cursor: pointer;
	width: 100%;
	background-color: #f6f6f6;
	border: 1px solid #0f70b7;
	font-family: 'fjallaoneregular', sans-serif;
	padding: 12px 5px;
	font-size: 14px;
}
.settings__one-symbol-btn:hover {

	background-color: #C9C9C9;
}

.settings__one-symbol-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #898989;
  margin: 20px 0;
}

.settings__one-next,
.settings__zero-next {
  width: 100%;
  background: #0F70B7;
  color: #fff;
  border: none;
  cursor: pointer;
font-family: 'fjallaoneregular', sans-serif;
padding: 12px 5px;
  font-size: 14px;
  transition: all 0.3s liner;
}

.settings__one-next:hover,
.settings__zero-next:hover {
  background: #C9C9C9;
  color: #666;
}

.settings__two {
  display: none;
}

.settings__two.active {
  display: block;
}

.settings__zero {
  display: none;
}

.settings__zero.active {
  display: block;
}

.settings__zero-info {
  display: flex;
  gap: 8px;
  padding: 10px;
}

.settings__zero-info-text {
  margin: 0;
  color: #898989;
  font-size: 12px;
}

.settings__two ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.settings__two-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.settings__two-item-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

}

.settings__two-item-title {
  font-weight: 700;
}

.settings__two-item-color {
  background-color: #e5e5e5;
 
  min-width: 55px;
  min-height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.settings__two-item-color.active {
  background-color: #fff;
  border: 1px solid #0f70b7;
}

.settings__two-item-color img {
  width: 22px;
  height: 22px;
}

.settings__two-item-color p {
  font-size: 12px;
  padding: 0;
  margin: 0;
}


.settings__two-step-prev,
.settings__one-step-prev {
  width: 100%;
  background-color: transparent;
  padding: 10px;
  border: none;
  color: #C9C9C9;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
  margin: 5px 0;
  text-align: center;
}

.settings__two-step-prev:hover,
.settings__one-step-prev:hover {
  color: #898989;
}

.settings__one-step-prev {
  display: none;
}


.number__symbol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.number__symbol.active {
  display: block;
}

.number__symbol-wrap {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.number__symbol-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 912px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}

.number__symbol-title {
  font-size: 20px;
  margin: 0;
}

.number__symbol-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.number__symbol-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.number__symbol-btn {
  font-size: 20px;
  border-bottom: 2px solid #E6E6E6;
  cursor: pointer;
}

.number__symbol-btn.active {
  border-color: #0f70b7;
}

.number__symbol-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.number__symbol-item {
  display: none;
}

.number__symbol-item.active {
  display: block;
}

.number__symbol-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.number__symbol-item-box {
  padding: 12px;
  background-color: #e9e9e9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.number__symbol-item-content img {
  width: 32px;
}





.number__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.number__bg.active {
  display: block;
}

.number__bg-wrap {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.number__bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 12px;
  display: block;
  text-align: center;
  overflow-y: auto;
  max-width: 912px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  height: 100%;
}

.number__bg-title {
  font-size: 20px;
  text-align-last: left;
  margin-bottom: 15px;
}

.number__bg-close {
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.number__bg-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.number__bg-btn {
  font-size: 20px;
  border-bottom: 2px solid #E6E6E6;
  cursor: pointer;
}

.number__bg-btn.active {
  border-color: #0f70b7;
}

.number__bg-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.number__bg-item {
  display: none;
}

.number__bg-item.active {
  display: block;
}

.number__bg-item-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.number__bg-item-box {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

.number__bg-item-content {
  padding: 12px;
  background-color: #e9e9e9;
  border-radius: 4px;
}

.number__bg-item-content img {
  max-width: 348px;
  width: 100%;
}

.number__bg-item-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}



.custom-upload-btn {
  max-width: 100%;
  cursor: pointer;
  background: #E6E6E6;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 8px 6px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s linear;
}

.custom-upload-btn:hover {
  background-color: #fff;
}

.canvas-move {
  cursor: move !important;
}

.canvas-resize {
  cursor: nwse-resize !important;
}

#foto-schild-520x110 .number__bg-item-list,
#foto-schild-300x150 .number__bg-item-list {
  width: 49%;
}


#foto-schild-520x110 .number__bg-item-content img,
#foto-schild-300x150 .number__bg-item-content img {
  object-fit: scale-down;
  height: 100px;
}


#set-zero {
  display: none;
}


.number__breadcrumbs-arrow-one {
  display: none;
}

.number__bg-item-btn,
.number__symbol-item-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  display: none;
}

.number__bg-item-btn p,
.number__symbol-item-btn p {
  color: #0f70b7;
  font-weight: 700;
  font-size: 16px;
}

.number__bg-item-btn span,
.number__symbol-item-btn span {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("../images/plate/minus-svgrepo-com.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.number__bg-item.active .number__bg-item-btn span,
.number__symbol-item.active .number__symbol-item-btn span {
  background-image: url("../images/plate/plus-large-svgrepo-com.svg");
}

.number__bg-item--upload .number__bg-item-content img {
  max-width:140px;
  width: 100%;
}

.tax-info-container .pd_tax {
  text-align: left;
}

.attributes_list .number__inline-svg {
  max-height: 30px;
  width: auto;
}


@media screen and (max-width: 992px) {
  #number__bg-show {
    bottom: 0;
  }

  .number__wrap {
    flex-direction: column;
  }

  .number__wrap-right {
    order: -1;
  }

  .number__bg-item-list {
    flex-direction: column;
  }

  #foto-schild-520x110 .number__bg-item-list,
  #foto-schild-300x150 .number__bg-item-list {
    width: 100%;
  }

  .number__bg-content,
  .number__symbol-content {
    max-width: 90%;
  }

  .number__bg-menu,
  .number__symbol-menu {
    display: none;
  }

  .number__bg-item-btn,
  .number__symbol-item-btn {
    display: flex;
  }

  .number__bg-item,
  .number__symbol-item {
    display: block;
    border-bottom: 1px solid #C9C9C9;
  }

  .number__bg-item-list,
  .number__symbol-item-list {
    display: none;
  }

  .number__bg-item.active .number__bg-item-list,
  .number__symbol-item.active .number__symbol-item-list {
    display: flex;
  }

  .number__symbol-item-list {
    margin-bottom: 10px;
  }

}