@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  src: url("assets/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("assets/fonts/NotoSansJP-Regular.woff") format("woff"), url("assets/fonts/NotoSansJP-Regular.otf") format("opentype"); }

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 14px;
  height: 100%;
  background-color: #ffffff;
  padding: 0;
  margin: 0; }

body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff;
  height: 100%;
  min-width: 300px;
  padding: 0;
  margin: 0; }
  body.fixed {
    overflow: hidden; }

button,
input {
  font-family: "Noto Sans Japanese", sans-serif;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#root {
  width: 100%;
  height: 100%; }

.visible-xs {
  display: none; }

@media all and (max-width: 415px) {
  body {
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
  .visible-xs {
    display: block; } }

.app {
  width: 1080px;
  height: 100%;
  position: relative;
  margin: 0 auto; }

.app-container {
  padding-top: 60px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .app-container.app-show {
    opacity: 1; }
  .app-container .app-container-inner {
    height: 100%;
    -ms-flex-positive: 9999;
        flex-grow: 9999;
    position: relative;
    padding-top: 60px; }

.draw-tool {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin: 0 auto;
  height: 100%; }

@media screen and (max-width: 1080px) {
  .app {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto; }
  .app-container {
    width: 100%;
    padding-top: 65px;
    display: -webkit-flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .app-container .app-container-inner {
      padding-top: 0;
      padding-bottom: 60px;
      height: calc(100% - 65px); } }

.drop-zone {
  position: absolute;
  top: 80px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: block;
  z-index: -11; }
  .drop-zone .drop-zone__area {
    width: 100% !important;
    height: calc(100vh - 160px) !important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    z-index: -11; }
    .drop-zone .drop-zone__area p {
      font-size: 18px;
      background: url(../assets/img/image-icon.svg) no-repeat top center;
      padding-top: 65px;
      opacity: 0.6; }
  .drop-zone .drop-zone__substrate {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: calc(100vh - 180px) !important; }
  .drop-zone.drop-zone_bottom {
    top: 140px; }
    .drop-zone.drop-zone_bottom .drop-zone__area {
      height: calc(100vh - 220px) !important; }
  .drop-zone.drop-zone_no-options {
    top: 20px !important; }
    .drop-zone.drop-zone_no-options .drop-zone__area {
      height: calc(100vh - 100px) !important; }

.app-header {
  height: 60px;
  background-color: #fafafa;
  width: 1080px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08); }
  .app-header .logo {
    width: 60px;
    height: 60px;
    cursor: pointer; }
  .app-header .btn-template button {
    display: inline-block;
    margin: 0px 10px; }

@media screen and (max-width: 1080px) {
  .app-header {
    box-shadow: none;
    height: 65px;
    background-color: #8FC31F;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 300px;
    z-index: 100;
    padding: 0 10px; }
    .app-header .button {
      color: #ffffff; } }

.colors-number {
  font-size: 12px;
  color: #9e9e9e;
  padding-left: 15px; }
  .colors-number input {
    width: 45px;
    padding: 0 5px; }

.button.dcl-button {
  margin-left: 10px !important; }

.toolbar {
  width: 60px;
  height: 100%;
  background-color: #fafafa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column; }
  .toolbar article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: column;
        flex-direction: column; }
  .toolbar .separator {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #ececec; }
  .toolbar .button {
    min-width: 60px;
    max-width: 60px;
    min-height: 55px;
    height: 58px; }
  .toolbar.with-scroll .user-help-scroll-arrow {
    display: block;
    width: 40px;
    height: 40px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s; }
    .toolbar.with-scroll .user-help-scroll-arrow svg {
      padding: 2px;
      max-width: 40px;
      max-height: 40px;
      fill: #9e9e9e;
      margin: 7px; }
    .toolbar.with-scroll .user-help-scroll-arrow.left {
      left: 15px; }
    .toolbar.with-scroll .user-help-scroll-arrow.right {
      right: 15px; }
    .toolbar.with-scroll .user-help-scroll-arrow.show {
      z-index: 1;
      opacity: 1; }

.track-vertical {
  width: 5px;
  background-color: red; }

@media screen and (max-width: 1080px) {
  .toolbar {
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    min-height: 45px;
    height: 60px;
    background-color: white;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 10px; }
    .toolbar .button {
      min-width: 60px;
      margin-right: 9px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .toolbar .color {
      display: inline-block;
      width: 25px;
      height: 25px;
      border-radius: 8px;
      border: 1px solid #bdbdbd;
      margin: 0 10px; }
    .toolbar .color {
      display: inline-block;
      width: 25px;
      height: 25px;
      border-radius: 8px;
      border: 1px solid #bdbdbd;
      margin: 0 10px; }
    .toolbar .substrate .substrateBg {
      display: block;
      width: 30px;
      height: 30px;
      background-size: contain;
      background-position: center; } }

@media screen and (min-width: 1080px) {
  .toolbar-container {
    overflow-y: auto;
    overflow-x: hidden; }
    .toolbar-container::-webkit-scrollbar {
      -webkit-appearance: none; }
    .toolbar-container::-webkit-scrollbar:vertical {
      width: 7px; }
    .toolbar-container::-webkit-scrollbar:horizontal {
      height: 7px; }
    .toolbar-container::-webkit-scrollbar-track {
      opacity: 0; }
    .toolbar-container::-webkit-scrollbar-track-piece {
      opacity: 0; }
    .toolbar-container::-webkit-scrollbar-thumb {
      border-radius: 9px;
      background-color: rgba(0, 0, 0, 0.5); } }

.note {
  text-align: center !important;
  border-top: 1px solid #ddd;
  color: red !important;
  padding: 15px; }

.fixed {
  position: absolute;
  top: 0px;
  width: 100%; }

.vb-overflow {
  overflow: visible !important; }

.item-embroider-web {
  display: block !important;
  position: absolute;
  z-index: 5;
  left: 3px;
  top: 63px; }

.item-embroider1-web {
  display: block !important;
  position: absolute;
  z-index: 5;
  left: 3px;
  top: 123px; }

.text_note_color {
  color: #00aebe; }

.options {
  width: 100%;
  background-color: lightgray;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .options .top, .options .bottom {
    display: none;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    height: 60px;
    overflow-x: auto;
    -ms-overflow-style: none; }
    .options .top.bottom, .options .bottom.bottom {
      border-top: 1px solid #bdbdbd;
      background: #ececec;
      z-index: 1;
      position: absolute;
      width: 100%; }
    .options .top.top__upload, .options .bottom.top__upload {
      border-top: 1px solid #bdbdbd;
      background: #ececec;
      z-index: 1;
      position: absolute;
      width: 100%;
      top: 0; }
    .options .top.show, .options .bottom.show {
      display: -ms-flexbox;
      display: flex; }
    .options .top .before, .options .top .after, .options .bottom .before, .options .bottom .after {
      margin: auto; }
    .options .top [data-scrollbar], .options .bottom [data-scrollbar] {
      width: 100%; }
    .options .top .scroll-content, .options .bottom .scroll-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      height: 60px;
      width: 100%; }
  .options .larger-top {
    height: 67px; }
    .options .larger-top .scroll-content {
      -ms-flex-align: start;
          align-items: flex-start;
      height: 67px; }
      .options .larger-top .scroll-content .swatch {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        height: 60px;
        width: 60px; }
  .options .shapes {
    width: calc(100% - 100px);
    white-space: nowrap;
    height: 60px;
    padding: 10px 0;
    text-align: center; }
    .options .shapes .shape {
      width: 40px;
      height: 40px;
      display: inline-block;
      margin: 0 10px;
      cursor: pointer; }
  .options .layers {
    width: 100%;
    white-space: nowrap;
    height: 60px;
    padding: 10px 0;
    text-align: center;
    overflow-y: hidden;
    margin: 0; }
  .options .colors {
    width: calc(100% - 100px);
    white-space: nowrap;
    height: 60px;
    padding: 10px 0;
    text-align: center; }
    .options .colors .color {
      display: inline-block;
      margin: 0 10px;
      cursor: pointer;
      text-align: center; }
      .options .colors .color .colorBG {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 8px;
        border: 1px solid #bdbdbd; }
      .options .colors .color .colorLabel {
        display: block;
        font-size: 10px; }
  .options .sides {
    width: calc(100% - 100px);
    white-space: nowrap;
    height: 60px;
    padding: 5px 0; }
    .options .sides .side {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 0 10px;
      cursor: pointer;
      text-align: center; }
      .options .sides .side .preview {
        display: inline-block;
        width: 35px;
        height: 35px; }
      .options .sides .side .title {
        font-size: 10px;
        color: #000;
        text-align: center; }
  .options .block-delete .icon {
    fill: #757575 !important; }
  .options .block-delete button {
    display: inline-block; }
  .options .button {
    color: #000;
    padding: 10px 0 0 0; }
    .options .button .icon {
      fill: #000; }
    .options .button .label {
      color: #000;
      line-height: 1;
      white-space: normal; }
  .options .options-toggle-button {
    position: absolute;
    right: 5px;
    border: none;
    background-color: initial;
    bottom: -16px;
    padding: 0; }
    .options .options-toggle-button div {
      height: 16px;
      font-size: 12px;
      background-color: #ececec;
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      color: #757575;
      line-height: 16px;
      padding: 0 5px; }
    .options .options-toggle-button:hover {
      cursor: pointer; }
  .options #border-change-options {
    text-align: center;
    width: 60px;
    position: fixed;
    top: 180px;
    background: #f3f3f3;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 200; }
  .options #block-options {
    text-align: center;
    width: 140px;
    position: fixed;
    top: 180px;
    background: #f3f3f3;
    margin-left: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 200; }
    .options #block-options #title-header {
      border: none;
      background: #f3f3f3;
      font-size: 15px;
      position: relative;
      width: 100%;
      border-radius: 10px; }
      .options #block-options #title-header:hover {
        cursor: pointer; }
      .options #block-options #title-header .icon {
        transition: all 0.5s ease;
        position: absolute;
        right: 10px; }
      .options #block-options #title-header .caret-rotate {
        transform: rotate(180deg); }
    .options #block-options #main-tool {
      min-height: 80px;
      border-top: 1px solid #ddd;
      /* For Safari 3.1 to 6.0 */
      transition: height 2s linear 1s; }
      .options #block-options #main-tool .tab-links-wrap {
        height: 30px;
        line-height: 28px;
        border-radius: 3px;
        border: 1px solid #005bd7;
        overflow: hidden;
        margin-bottom: 16px;
        margin: 0px 5px; }
        .options #block-options #main-tool .tab-links-wrap .tab-link {
          text-align: center;
          text-decoration: none;
          width: 50%;
          display: block;
          float: left;
          color: #005bd7;
          font-size: 13px; }
          .options #block-options #main-tool .tab-links-wrap .tab-link.active {
            background: #005bd7;
            color: #fff; }
      .options #block-options #main-tool .color-plate {
        padding: 10px 0px;
        border-bottom: 1px solid #ddd;
        position: relative; }
        .options #block-options #main-tool .color-plate ul {
          padding: 0px;
          margin: 0px;
          list-style: none;
          text-align: left;
          padding: 0px 10px; }
          .options #block-options #main-tool .color-plate ul li {
            display: inline-block;
            padding-right: 5px; }
            .options #block-options #main-tool .color-plate ul li .color-picker {
              margin: 0px;
              min-width: auto; }
              .options #block-options #main-tool .color-plate ul li .color-picker .color {
                width: 24px;
                height: 18px; }
      .options #block-options #main-tool .edit-tool .btn-change {
        height: 25px;
        width: 30px;
        background: #5e5e5e;
        line-height: 20px;
        border-radius: 5px;
        text-align: center; }
        .options #block-options #main-tool .edit-tool .btn-change i {
          color: white;
          font-size: 16px;
          line-height: 21px; }
        .options #block-options #main-tool .edit-tool .btn-change:hover {
          cursor: pointer; }
      .options #block-options #main-tool .edit-tool #hand-rotation {
        position: relative;
        width: 60px;
        height: 60px;
        margin: 0 auto 0 auto;
        list-style: none;
        background: #eee;
        border: 2px solid #000;
        border-radius: 50%; }
      .options #block-options #main-tool .edit-tool #degree {
        position: relative;
        background: #000;
        height: 50%;
        left: 49.5%;
        position: absolute;
        top: 1%;
        transform-origin: 50% 100%;
        width: 2px;
        z-index: 8; }
      .options #block-options #main-tool .edit-tool #point {
        width: 10px;
        height: 10px;
        background: red;
        z-index: 100;
        position: absolute;
        right: -4px;
        border-radius: 50%;
        top: -7px; }
      .options #block-options #main-tool .edit-tool .block-scale {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd; }
        .options #block-options #main-tool .edit-tool .block-scale div {
          display: inline-block; }
        .options #block-options #main-tool .edit-tool .block-scale .value {
          position: relative; }
        .options #block-options #main-tool .edit-tool .block-scale .symbol {
          position: absolute;
          font-size: 12px;
          right: 1px;
          bottom: 5px; }
        .options #block-options #main-tool .edit-tool .block-scale #scale-value {
          text-align: center;
          width: 40px;
          height: 25px;
          border: 1px solid #5e5e5e;
          border-radius: 3px;
          padding-right: 5px;
          font-size: 13px;
          font-weight: 600; }
        .options #block-options #main-tool .edit-tool .block-scale .reduce-scale {
          margin-right: 5px; }
        .options #block-options #main-tool .edit-tool .block-scale .increase-scale {
          margin-left: 5px; }
      .options #block-options #main-tool .edit-tool .change-rotation {
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd; }
        .options #block-options #main-tool .edit-tool .change-rotation div {
          display: inline-block; }
        .options #block-options #main-tool .edit-tool .change-rotation .value {
          position: relative; }
        .options #block-options #main-tool .edit-tool .change-rotation .symbol {
          position: absolute;
          top: -3px;
          font-size: 22px;
          right: 1px; }
        .options #block-options #main-tool .edit-tool .change-rotation #degree-value {
          text-align: center;
          width: 40px;
          height: 25px;
          border: 1px solid #5e5e5e;
          border-radius: 3px;
          padding-right: 5px;
          font-size: 13px;
          font-weight: 600; }
        .options #block-options #main-tool .edit-tool .change-rotation .reduce-degree {
          margin-right: 5px; }
        .options #block-options #main-tool .edit-tool .change-rotation .increase-degree {
          margin-left: 5px; }
      .options #block-options #main-tool .edit-tool .block-reverse {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd; }
        .options #block-options #main-tool .edit-tool .block-reverse div {
          display: inline-block; }
          .options #block-options #main-tool .edit-tool .block-reverse div button {
            padding: 0px;
            background: #fafafa;
            border: none; }
            .options #block-options #main-tool .edit-tool .block-reverse div button img {
              width: 35px; }
              .options #block-options #main-tool .edit-tool .block-reverse div button img:hover {
                cursor: pointer; }
          .options #block-options #main-tool .edit-tool .block-reverse div p {
            margin: 0px;
            font-size: 11px; }
        .options #block-options #main-tool .edit-tool .block-reverse .horizontal-flip {
          margin-right: 20px; }
      .options #block-options #main-tool .edit-tool .block-copy {
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd; }
        .options #block-options #main-tool .edit-tool .block-copy div button {
          margin-left: 15px;
          margin-top: 15px;
          padding: 0px;
          background: #fafafa;
          border: none; }
          .options #block-options #main-tool .edit-tool .block-copy div button img {
            width: 35px; }
            .options #block-options #main-tool .edit-tool .block-copy div button img:hover {
              cursor: pointer; }
        .options #block-options #main-tool .edit-tool .block-copy div p {
          margin: 0px;
          font-size: 11px; }
      .options #block-options #main-tool .edit-tool .i-cut-off-view {
        font-size: 30px;
        margin-left: 30px;
        margin-top: 13px;
        margin-bottom: 10px;
        color: #524646; }
      .options #block-options #main-tool .edit-tool .p-cut-off-view {
        margin-right: -32px !important; }
      .options #block-options #main-tool .edit-tool .block-moving {
        display: none;
        text-align: center;
        padding-bottom: 10px; }
        .options #block-options #main-tool .edit-tool .block-moving p {
          margin: 5px 0px; }
        .options #block-options #main-tool .edit-tool .block-moving .horizontal-moving {
          padding: 2px 0px; }
          .options #block-options #main-tool .edit-tool .block-moving .horizontal-moving .copy-item {
            width: 40px !important;
            height: 35px !important;
            margin: 2px;
            color: white; }
      .options #block-options #main-tool .edit-tool .block-cut-off {
        display: none;
        text-align: center;
        padding-bottom: 0px;
        border-top: 1px solid #ddd; }
        .options #block-options #main-tool .edit-tool .block-cut-off p {
          margin: 5px 0px; }
        .options #block-options #main-tool .edit-tool .block-cut-off i {
          font-size: 30px;
          margin-left: 0px;
          margin-top: 5px;
          margin-bottom: 0px;
          color: #524646; }
        .options #block-options #main-tool .edit-tool .block-cut-off .block-lef-cut-off {
          width: 60px; }
        .options #block-options #main-tool .edit-tool .block-cut-off .horizontal-moving {
          padding: 2px 0px; }
          .options #block-options #main-tool .edit-tool .block-cut-off .horizontal-moving .copy-item {
            width: 40px !important;
            height: 35px !important;
            margin: 2px;
            color: white; }

.areas_selecter {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 150px; }
  .areas_selecter .item_selecter {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;
    border-color: #64c8c8; }
    .areas_selecter .item_selecter .content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .areas_selecter .item_selecter .zoomhost {
      margin-top: 10px;
      margin-left: -1px; }
    .areas_selecter .item_selecter.active {
      border-color: #f1877f; }

.form-grid {
  position: relative;
  margin-left: 20px; }
  .form-grid .list-field {
    display: inline-block; }
    .form-grid .list-field .number-field {
      width: 100px; }
      .form-grid .list-field .number-field label {
        float: left; }
      .form-grid .list-field .number-field input {
        width: 50px;
        float: right; }
  .form-grid .btn-grid {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: -60px; }

@media screen and (max-width: 1080px) {
  .outbox {
    display: block;
    position: absolute;
    top: 0;
    width: 100%; }
  .item-info {
    display: block !important;
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 3px; }
    .item-info ul {
      list-style: none;
      margin-top: 5px !important; }
      .item-info ul li {
        padding: 5px;
        border: 2px solid #000;
        margin-bottom: 5px;
        font-size: 10px; }
  .item-info-mobile {
    display: block !important;
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 20px; }
    .item-info-mobile ul {
      list-style: none;
      margin-top: 5px !important; }
      .item-info-mobile ul li {
        padding: 5px;
        border: 2px solid #000;
        margin-bottom: 5px;
        font-size: 10px; }
  .item-embroider-info-mobile {
    display: block !important;
    position: absolute;
    z-index: 5;
    left: 5px;
    top: 3px; }
  .options {
    top: initial;
    bottom: 0;
    border-top: 1px solid #bfbfbf; }
    .options #border-change-options {
      top: 75px; }
      .options #border-change-options .color-plate {
        border-bottom: none !important; }
    .options #block-options {
      top: 75px; }
      .options #block-options .color-plate {
        border-bottom: none !important; }
    .options .block-delete {
      display: none !important; }
    .options .block-copy {
      border-bottom: unset !important; }
    .options .block-moving {
      display: block !important;
      border-bottom: 1px solid #ddd !important; }
    .options .block-cut-off {
      display: block !important; }
    .options .inbox {
      display: none; }
    .options .top, .options .bottom {
      min-height: 45px;
      height: 60px;
      overflow: auto;
      padding: 0 10px;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .options .top.bottom, .options .bottom.bottom {
        top: -60px; }
      .options .top.mobile, .options .bottom.mobile {
        top: -170px; }
      .options .top.top__upload, .options .bottom.top__upload {
        top: auto;
        bottom: 0; }
    .options .button {
      width: 60px;
      min-width: 60px;
      margin-right: 10px;
      position: relative; }
    .options .options-toggle-button {
      right: initial;
      left: 5px;
      top: -22px;
      padding: 5px;
      bottom: initial;
      box-sizing: border-box; }
      .options .options-toggle-button div {
        border-bottom-right-radius: initial;
        border-bottom-left-radius: initial;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px; }
    .options .text-node {
      text-align: center;
      border-top: 1px solid #ddd;
      color: red !important;
      padding: 10px; }
  .btn-reset {
    font-size: 10px !important;
    padding: 6px 3px !important;
    vertical-align: middle !important; }
  .loader-pn {
    margin: 12px; }
  .hf-sp {
    margin-left: 4px;
    margin-right: 7px !important; } }

@media all and (max-width: 415px) {
  .options .top.top__upload {
    height: initial;
    -ms-flex-pack: center;
        justify-content: center; }
    .options .top.top__upload .loading {
      margin: 10px auto;
      text-align: center; }
    .options .top.top__upload .button.cart-button {
      min-width: 86px; } }

@media screen and (min-width: 1080px) {
  .outbox {
    display: none;
    width: 100%; }
  .options .inbox {
    display: block; }
  .options .top, .options .bottom {
    overflow-y: hidden;
    overflow-x: auto; }
    .options .top::-webkit-scrollbar, .options .bottom::-webkit-scrollbar {
      -webkit-appearance: none; }
    .options .top::-webkit-scrollbar:vertical, .options .bottom::-webkit-scrollbar:vertical {
      width: 7px; }
    .options .top::-webkit-scrollbar:horizontal, .options .bottom::-webkit-scrollbar:horizontal {
      height: 7px; }
    .options .top::-webkit-scrollbar-track, .options .bottom::-webkit-scrollbar-track {
      opacity: 0; }
    .options .top::-webkit-scrollbar-track-piece, .options .bottom::-webkit-scrollbar-track-piece {
      opacity: 0; }
    .options .top::-webkit-scrollbar-thumb, .options .bottom::-webkit-scrollbar-thumb {
      border-radius: 9px;
      background-color: rgba(0, 0, 0, 0.5); } }

@media screen and (max-width: 320px) {
  .outbox {
    font-size: 8px !important;
    padding: 5px 10px !important; } }

@media screen and (max-width: 420px) {
  .outbox {
    font-size: 11px;
    padding: 5px 10px; }
  #block-options {
    width: 110px !important; }
    #block-options p.title {
      margin: 10px 0px !important;
      font-size: 12px !important; }
    #block-options #hand-rotation {
      width: 50px !important;
      height: 50px !important; }
    #block-options .btn-change {
      height: 25px !important;
      width: 25px !important; }
    #block-options .block-reverse {
      margin-top: 10px !important;
      padding-bottom: 10px !important; }
      #block-options .block-reverse button img {
        width: 30px !important; }
      #block-options .block-reverse p {
        margin: 0px !important;
        font-size: 9px !important; }
    #block-options .block-moving p {
      margin: 5px 0px !important;
      font-size: 12px !important; }
    #block-options .block-moving .horizontal-moving {
      padding: 0px !important; }
    #block-options .block-cut-off p {
      margin: 5px 0px !important;
      font-size: 12px !important; }
    #block-options .block-cut-off .horizontal-moving {
      padding: 0px !important; }
  .button.cart-button .label {
    font-size: 10px !important;
    padding: unset; } }

.button.cart-button .label {
  padding: 2px; }

.hidden {
  display: none; }

.btn-text-spacing, .btn-reset {
  vertical-align: middle;
  padding: 4px 8px; }

.line-height-5 {
  line-height: 5; }

.font-weight {
  font-weight: bold; }

.free-cut-img {
  font-size: 41px;
  color: #696969; }

.btn-rm-bg-img {
  background-color: #f3f3f3 !important; }

.rm-bg-img {
  height: 44px;
  width: 42px !important; }

@media screen and (max-width: 1080px) {
  .free-cut-img {
    font-size: 37px; }
  .br-remove-bg-img {
    border-bottom: 0px !important; }
  .rm-bg-img {
    height: 37px !important;
    width: 42px !important; }
  .loader-pn {
    font-size: 7px !important; }
  .loader-pn1 {
    font-size: 7px !important; }
  .container-loader-pn1 {
    margin-left: 50px !important; } }

.container-loader-pn {
  position: absolute;
  width: 60px;
  height: 60px; }

.cp-loader {
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important; }

.loader-pn {
  margin: 17px;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0); }

.container-loader-pn1 {
  margin-left: 77px;
  position: absolute;
  width: 60px;
  height: 60px; }

.loader-pn1 {
  margin-top: 17px;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0); }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #181616, 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2), 2.5em 0em 0 0em rgba(24, 22, 22, 0.2), 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.2), 0em 2.5em 0 0em rgba(24, 22, 22, 0.2), -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.2), -2.6em 0em 0 0em rgba(24, 22, 22, 0.5), -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.7), 1.8em -1.8em 0 0em #181616, 2.5em 0em 0 0em rgba(24, 22, 22, 0.2), 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.2), 0em 2.5em 0 0em rgba(24, 22, 22, 0.2), -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.2), -2.6em 0em 0 0em rgba(24, 22, 22, 0.2), -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.5), 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.7), 2.5em 0em 0 0em #181616, 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.2), 0em 2.5em 0 0em rgba(24, 22, 22, 0.2), -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.2), -2.6em 0em 0 0em rgba(24, 22, 22, 0.2), -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.2), 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.5), 2.5em 0em 0 0em rgba(24, 22, 22, 0.7), 1.75em 1.75em 0 0em #181616, 0em 2.5em 0 0em rgba(24, 22, 22, 0.2), -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.2), -2.6em 0em 0 0em rgba(24, 22, 22, 0.2), -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.2), 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2), 2.5em 0em 0 0em rgba(24, 22, 22, 0.5), 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.7), 0em 2.5em 0 0em #181616, -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.2), -2.6em 0em 0 0em rgba(24, 22, 22, 0.2), -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.2), 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2), 2.5em 0em 0 0em rgba(24, 22, 22, 0.2), 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.5), 0em 2.5em 0 0em rgba(24, 22, 22, 0.7), -1.8em 1.8em 0 0em #181616, -2.6em 0em 0 0em rgba(24, 22, 22, 0.2), -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.2), 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2), 2.5em 0em 0 0em rgba(24, 22, 22, 0.2), 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.2), 0em 2.5em 0 0em rgba(24, 22, 22, 0.5), -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.7), -2.6em 0em 0 0em #181616, -1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(24, 22, 22, 0.2), 1.8em -1.8em 0 0em rgba(24, 22, 22, 0.2), 2.5em 0em 0 0em rgba(24, 22, 22, 0.2), 1.75em 1.75em 0 0em rgba(24, 22, 22, 0.2), 0em 2.5em 0 0em rgba(24, 22, 22, 0.2), -1.8em 1.8em 0 0em rgba(24, 22, 22, 0.5), -2.6em 0em 0 0em rgba(24, 22, 22, 0.7), -1.8em -1.8em 0 0em #181616; } }

.button {
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 60px;
  max-width: 120px;
  height: 60px;
  overflow: hidden;
  background-color: transparent;
  outline: none;
  border: 0 solid transparent;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  color: #757575;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .button.disabled {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none; }
  .button.button-shapes svg {
    display: block;
    width: 25px;
    height: 25px;
    fill: #757575;
    margin: 0 auto; }
  .button .image {
    display: block;
    width: 25px;
    height: 25px;
    fill: #757575;
    margin: 0 auto; }
  .button .image[src='assets/img/zoomzone.svg'] {
    opacity: 0.6; }
  .button .icon {
    display: block;
    width: 25px;
    height: 25px;
    fill: #757575;
    margin: 0 auto; }
  .button .label {
    margin-top: 3px;
    font-size: 10px;
    text-align: center;
    color: #757575;
    white-space: nowrap;
    white-space: nowrap; }
  .button.active .label {
    color: #212121; }
  .button.active .icon {
    fill: #212121; }
  .button.active .image {
    opacity: 1; }
  .button.blue .label {
    color: #ffffff; }
  .button.blue .icon,
  .button.blue .image {
    width: 25px;
    height: 25px;
    fill: #ffffff; }
  .button.cart-button {
    display: block;
    min-width: 85px;
    text-align: center;
    -ms-flex-direction: row;
        flex-direction: row;
    height: 44px;
    overflow: hidden;
    background-color: #8FC31F;
    outline: none;
    border: 0 solid transparent;
    border-radius: 2px;
    cursor: pointer;
    padding: 5px 0;
    margin-left: auto;
    margin-right: 10px;
    position: relative;
    text-align: center;
    color: #ffffff; }
    .button.cart-button .icon,
    .button.cart-button .image {
      width: 20px;
      height: 20px;
      fill: #ffffff;
      display: inline-block;
      vertical-align: middle; }
    .button.cart-button .label {
      margin: 0;
      font-size: 12px;
      text-align: center;
      color: #ffffff;
      display: inline-block;
      vertical-align: middle;
      white-space: normal; }
  .button.complete-drawing {
    height: 35px !important;
    margin-left: 10px !important;
    background-color: #8FC31F !important; }
  .button.trash {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ececec;
    border-radius: 2px;
    height: 30px;
    padding: 5px 10px;
    color: #757575;
    z-index: 999; }
    .button.trash .icon {
      display: none; }
    .button.trash .label {
      margin: 0;
      color: #757575;
      font-size: 12px; }
  .button.add-text {
    display: inline-block;
    vertical-align: middle;
    background-color: #9E9E9E;
    border-radius: 2px;
    height: 26px;
    width: auto;
    margin: 0 0 0 10px;
    padding: 5px 10px;
    color: #ffffff; }
    .button.add-text .icon {
      display: none; }
    .button.add-text .label {
      display: block;
      margin-top: 1px;
      color: #ffffff;
      font-size: 12px; }

@media screen and (max-width: 1080px) {
  .button {
    min-width: 45px;
    height: 60px;
    padding: 5px;
    margin: 0; }
    .button.hamburger-button {
      -ms-flex-direction: row;
          flex-direction: row; }
    .button .icon,
    .button .image {
      width: 30px;
      height: 30px; }
    .button.cart-button {
      display: -webkit-flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 55px;
      height: 50px;
      padding: 5px;
      margin: 0;
      background-color: #ffffff; }
      .button.cart-button.complete-drawing .label {
        color: #fff; }
      .button.cart-button .icon,
      .button.cart-button .image {
        width: 30px;
        height: 30px;
        fill: #8FC31F;
        margin: 0 auto;
        display: block; }
      .button.cart-button .label {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #8FC31F; } }

@media screen and (max-width: 320px) {
  .button.blue {
    min-width: 25px;
    height: 40px;
    padding: 2px;
    margin: 0;
    -ms-flex-direction: column;
        flex-direction: column; }
    .button.blue.hamburger-button {
      -ms-flex-direction: row;
          flex-direction: row; }
    .button.blue canvas {
      display: none; }
    .button.blue .icon,
    .button.blue .image {
      width: 20px;
      height: 20px; }
  .button.cart-button {
    width: 20px;
    min-width: 60px;
    height: 65px; } }

.flat-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 30px;
  height: auto;
  overflow: hidden;
  background-color: transparent;
  outline: none;
  border: 0 solid transparent;
  cursor: pointer;
  position: relative;
  color: #616161;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0; }
  .flat-button .icon {
    display: block;
    width: 25px;
    height: 25px;
    fill: #616161;
    margin: 0 auto;
    display: block; }
  .flat-button .label {
    margin-top: -3px;
    font-size: 9px;
    text-align: center;
    color: #616161;
    white-space: nowrap;
    text-transform: uppercase; }

@media screen and (max-width: 1080px) {
  .flat-button {
    height: 30px; }
    .flat-button .label {
      display: none; } }

.drop-down {
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  margin-left: 10px;
  min-width: 125px;
  padding: 0 10px;
  background: transparent;
  cursor: pointer;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .drop-down .drop-down_head {
    display: -webkit-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 28px;
    padding: 5px 0;
    white-space: nowrap;
    margin-right: 10px; }
    .drop-down .drop-down_head .icon {
      width: 14px;
      height: 14px;
      margin-left: auto;
      fill: #bdbdbd;
      pointer-events: none;
      display: inline-block; }
    .drop-down .drop-down_head .label {
      font-size: 12px;
      color: #1f2c36;
      pointer-events: none;
      width: calc(100% - 18px);
      overflow: hidden;
      display: inline-block; }
  .drop-down.active .list {
    display: block; }
  .drop-down .list {
    display: none;
    position: absolute;
    min-width: calc(100% + 2px);
    max-height: 300px;
    top: -1px;
    left: -1px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: left;
    z-index: 9999;
    overflow-y: auto; }
    .drop-down .list::-webkit-scrollbar {
      -webkit-appearance: none; }
    .drop-down .list::-webkit-scrollbar:vertical {
      width: 7px; }
    .drop-down .list::-webkit-scrollbar:horizontal {
      height: 7px; }
    .drop-down .list::-webkit-scrollbar-track {
      opacity: 0; }
    .drop-down .list::-webkit-scrollbar-track-piece {
      opacity: 0; }
    .drop-down .list::-webkit-scrollbar-thumb {
      border-radius: 9px;
      background-color: rgba(0, 0, 0, 0.5); }
    .drop-down .list .list-item {
      width: 100%;
      display: block;
      font-size: 12px;
      padding: 5px 10px;
      white-space: nowrap; }
      .drop-down .list .list-item:hover {
        background-color: #fafafa; }
  .drop-down .color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 1080px) {
  .drop-down {
    max-height: 45px;
    border: none;
    border-top: 1px solid #bdbdbd;
    border-radius: 0;
    background-color: #ffffff;
    margin: 0;
    width: 100%;
    padding: 0 20px;
    transition: all .5s; }
    .drop-down:first-child {
      margin-top: 15px; }
    .drop-down:last-child {
      border-bottom: 1px solid #bdbdbd;
      margin-bottom: 15px; }
    .drop-down .drop-down_head {
      display: -webkit-flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      width: 100%;
      height: 45px; }
      .drop-down .drop-down_head .icon {
        width: 20px;
        height: 20px;
        pointer-events: none; }
      .drop-down .drop-down_head .label {
        padding: 8px 0;
        font-size: 18px;
        pointer-events: none; }
    .drop-down.active {
      max-height: 345px; }
      .drop-down.active .list {
        max-height: 300px;
        overflow-x: hidden;
        overflow-y: scroll; }
    .drop-down .list {
      display: block;
      position: relative;
      width: calc(100% + 30px);
      top: 0px;
      left: 0px;
      margin: 0 -15px;
      box-shadow: none;
      background-color: #ffffff;
      text-align: left;
      max-height: 0px;
      overflow-x: hidden;
      overflow-y: scroll;
      transition: all .5s; }
      .drop-down .list .list-item {
        width: 100%;
        display: block;
        font-size: 16px;
        padding: 10px 15px; } }

.drop-down-colors {
  min-height: 30px;
  max-height: 30px;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  margin-left: 10px;
  min-width: 125px;
  padding: 0 10px;
  background: transparent;
  cursor: pointer;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .drop-down-colors .drop-down_head {
    display: -webkit-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 28px;
    padding: 5px 0;
    white-space: nowrap;
    margin-right: 10px; }
    .drop-down-colors .drop-down_head .icon {
      width: 14px;
      height: 14px;
      margin-left: auto;
      fill: #bdbdbd;
      pointer-events: none;
      display: inline-block; }
    .drop-down-colors .drop-down_head .label {
      font-size: 12px;
      color: #1f2c36;
      pointer-events: none;
      width: calc(100% - 18px);
      overflow: hidden;
      display: inline-block; }
  .drop-down-colors.active .list {
    display: block; }
  .drop-down-colors .list {
    display: none;
    position: absolute;
    min-width: 250px;
    top: -1px;
    left: -1px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: left;
    z-index: 9999;
    border-radius: 2px;
    padding: 0 18px; }
    .drop-down-colors .list .list-title,
    .drop-down-colors .list .list-selected {
      font-size: 14px;
      color: #424242;
      height: 35px;
      line-height: 35px; }
      .drop-down-colors .list .list-title .color,
      .drop-down-colors .list .list-selected .color {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 0 2px;
        border-radius: 4px; }
      .drop-down-colors .list .list-title .close,
      .drop-down-colors .list .list-selected .close {
        float: right;
        width: 17px;
        height: 17px;
        fill: #bdbdbd;
        margin: 8px 0;
        cursor: pointer; }
    .drop-down-colors .list .list-item {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 2px;
      border-radius: 4px;
      border: 1px solid #bdbdbd; }
      .drop-down-colors .list .list-item:hover {
        background-color: #fafafa; }
      .drop-down-colors .list .list-item.active {
        border: 2px solid #005bd7; }
  .drop-down-colors .color {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-right: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }

.drop-down-material {
  display: block;
  margin: 0 10px;
  cursor: pointer;
  text-align: left;
  border: 0 solid transparent;
  background-color: transparent;
  padding: 0;
  position: relative;
  min-width: 40px;
  width: auto; }
  .drop-down-material .label {
    font-size: 11px;
    color: #9e9e9e;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap; }
  .drop-down-material .value {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #424242;
    line-height: 1;
    position: relative;
    pointer-events: none;
    width: 100%; }
    .drop-down-material .value .icon {
      width: 25px;
      height: 25px; }
    .drop-down-material .value .arrow {
      margin-left: 5px;
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #424242 transparent transparent transparent;
      pointer-events: none; }
  .drop-down-material select {
    font-size: 14px;
    color: #424242;
    line-height: 1;
    width: 100%;
    vertical-align: middle;
    background: transparent;
    border: none;
    outline: none; }
  .drop-down-material.active .list {
    display: block; }
  .drop-down-material.icons .arrow {
    border-color: #9e9e9e transparent transparent transparent; }
  .drop-down-material.icons .icon {
    fill: #9e9e9e; }
  .drop-down-material .list {
    display: none;
    position: fixed;
    margin-top: -28px;
    margin-left: -1px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: left;
    z-index: 999; }
    .drop-down-material .list .list-item {
      display: block;
      font-size: 12px;
      padding: 5px 10px; }
      .drop-down-material .list .list-item:hover {
        background-color: #fafafa; }
      .drop-down-material .list .list-item.icon {
        width: 45px;
        height: 45px;
        padding: 10px;
        margin: 0 auto; }
  .drop-down-material .fonts-list {
    max-height: 300px;
    overflow-y: auto; }
    .drop-down-material .fonts-list::-webkit-scrollbar {
      -webkit-appearance: none; }
    .drop-down-material .fonts-list::-webkit-scrollbar:vertical {
      width: 7px; }
    .drop-down-material .fonts-list::-webkit-scrollbar:horizontal {
      height: 7px; }
    .drop-down-material .fonts-list::-webkit-scrollbar-track {
      opacity: 0; }
    .drop-down-material .fonts-list::-webkit-scrollbar-track-piece {
      opacity: 0; }
    .drop-down-material .fonts-list::-webkit-scrollbar-thumb {
      border-radius: 9px;
      background-color: rgba(0, 0, 0, 0.5); }

.textSize .list {
  width: 35px; }

@media screen and (max-width: 1080px) {
  .drop-down-material.fonts {
    width: 120px;
    min-width: 120px; }
    .drop-down-material.fonts .value span {
      width: calc(100% - 13px);
      text-overflow: ellipsis;
      display: inline-block;
      overflow: hidden; }
  .drop-down-material.categoriesFonts {
    min-width: 60px; }
  .drop-down-material.brushSize {
    min-width: 60px; }
  .drop-down-material .list {
    margin-top: 0;
    bottom: 75px; }
  .drop-down-material .label {
    padding-left: 3px; } }

.product-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: 9999;
  overflow-y: scroll;
  overflow-x: hidden;
  text-align: center; }
  .product-load.active {
    display: block; }
  .product-load .head {
    padding: 15px 35px;
    height: 65px;
    display: -webkit-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    text-align: justify;
    background: #8FC31F;
    color: white;
    font-weight: bold; }
    .product-load .head .title {
      display: inline-block;
      width: 100%;
      text-align: center; }
    .product-load .head .aside {
      display: inline-block; }
      .product-load .head .aside .icon {
        width: 30px;
        height: 30px; }
      .product-load .head .aside .button {
        min-width: 40px; }
    .product-load .head .container {
      width: 955px;
      margin: auto;
      position: relative; }
      .product-load .head .container .button-list {
        position: absolute;
        right: 15px;
        top: -7px; }
  .product-load .list-categories {
    background: #343434;
    padding: 15px; }
    .product-load .list-categories .category {
      color: white;
      font-weight: bold;
      padding: 3px 20px;
      margin: 0px 15px;
      cursor: pointer; }
    .product-load .list-categories .active {
      border: 2px solid white;
      border-radius: 15px; }
  .product-load .list-makers {
    background: #d7d7d7;
    padding: 10px; }
    .product-load .list-makers .maker {
      font-weight: bold;
      padding: 5px 15px;
      cursor: pointer; }
    .product-load .list-makers .active {
      background: #343434;
      border-radius: 15px;
      color: white; }
    .product-load .list-makers .label {
      padding-right: 15px; }
    .product-load .list-makers select {
      width: 150px;
      background: white;
      border-radius: 5px;
      height: 25px;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-appearance: none;
      background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#343434'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
      background-size: 11px;
      background-position: calc(105% - 20px) calc(100% - 2px);
      background-repeat: no-repeat;
      background-color: white; }
      .product-load .list-makers select:focus {
        outline: none; }
      .product-load .list-makers select:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #f00; }
      .product-load .list-makers select::-ms-expand {
        display: block; }
  .product-load .content {
    display: -webkit-flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px auto;
    width: 955px; }

@media screen and (max-width: 1080px) {
  .product-load .head {
    padding: 15px;
    height: 50px; }
  .product-load .content {
    width: 100%; } }

@media screen and (max-width: 1080px) {
  .product-load .head {
    padding: 15px;
    height: 50px; }
    .product-load .head .container {
      width: 100%;
      margin: auto;
      position: relative; }
      .product-load .head .container .button-list {
        position: absolute;
        right: 15px;
        top: -7px; }
  .product-load .content {
    width: 100%; } }

@media screen and (max-width: 325px) {
  .product-load .head {
    padding: 15px;
    height: 50px; }
    .product-load .head .container {
      width: 100%;
      margin: auto;
      position: relative; }
      .product-load .head .container .button-list {
        position: static; }
        .product-load .head .container .button-list .button-back {
          left: 5px;
          top: -5px;
          position: absolute; }
        .product-load .head .container .button-list .button-close {
          right: 5px;
          top: -5px;
          position: absolute; }
  .product-load .list-categories {
    width: 100%;
    overflow: auto;
    white-space: nowrap; }
    .product-load .list-categories .category {
      display: inline-block;
      padding: 0 10px;
      margin: 0 10px; }
  .product-load .content {
    width: 100%; } }

@media screen and (max-width: 450px) {
  .product-load .head {
    padding: 15px;
    height: 50px; }
    .product-load .head .container {
      width: 100%;
      margin: auto;
      position: relative; }
      .product-load .head .container .title {
        font-size: 11px; }
      .product-load .head .container .button-list {
        position: static; }
        .product-load .head .container .button-list .button-back {
          left: 5px;
          top: -5px;
          position: absolute; }
        .product-load .head .container .button-list .button-close {
          right: 5px;
          top: -5px;
          position: absolute; }
  .product-load .list-categories {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    font-size: 11px; }
    .product-load .list-categories .category {
      display: inline-block;
      padding: 0 10px;
      margin: 0 10px; }
  .product-load .content {
    width: 100%;
    margin: 0px; }
  .list-makers-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px; }
  .smart-hidden {
    display: none; } }

@media screen and (max-width: 450px) and (max-width: 450px) {
  .pc-hidden {
    display: block; } }

@media screen and (max-width: 450px) and (max-width: 768px) {
  .list-makers-wrap-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.list-makers-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px; }

@media (min-width: 768px) {
  .pc-hidden {
    display: none; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.product {
  min-height: 430px !important; }
  .product .title-header {
    min-height: 60px; }

.product-maker {
  font-size: 16px; }

.product-card {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 215px;
  min-height: 290px;
  max-height: 290px;
  transition: box-shadow 0.5s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin: 10px;
  padding: 20px;
  position: relative;
  background-color: white;
  border: 1px solid #ddd; }
  .product-card:hover {
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.08); }
    .product-card:hover .action-button {
      background-color: #8fc31f;
      color: #ffffff; }
  .product-card .title-header {
    margin-bottom: 15px; }
    .product-card .title-header .title {
      text-align: center; }
    .product-card .title-header .product-id {
      color: gray; }
  .product-card .product-info {
    text-align: right;
    width: 100%;
    height: 110px; }
    .product-card .product-info .number {
      color: #8fc31f; }
  .product-card .preview {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 160px;
    cursor: pointer; }
  .product-card .previews {
    width: 100%;
    text-align: center;
    height: 30px; }
    .product-card .previews img {
      cursor: pointer;
      display: inline-block;
      height: 38px;
      width: auto;
      padding: 4px;
      margin: 0 2px;
      border: 1px solid #ddd; }
  .product-card .action-button {
    display: block;
    min-width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    text-align: center;
    background-color: #8fc31f;
    color: #ffffff;
    cursor: pointer;
    border: 0 solid transparent;
    outline: none;
    border-radius: 5px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0); }
  .product-card .remove-template {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    fill: #f44336;
    cursor: pointer; }

@media screen and (max-width: 1080px) {
  .product-card .remove-template {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -20px; } }

@media screen and (max-width: 450px) {
  .product-maker {
    font-size: 11px; }
  .product-card {
    margin: 5px;
    width: 30%;
    min-height: 205px;
    padding: 0px; }
    .product-card .title-header {
      margin-top: 10px;
      margin-bottom: 10px; }
      .product-card .title-header .title {
        font-size: 10px; }
      .product-card .title-header .product-id {
        font-size: 11px; }
    .product-card .title-header-custom {
      height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .product-card .preview {
      max-height: 80px;
      margin: 0px;
      margin-bottom: 10px; }
    .product-card .action-button {
      bottom: 15px;
      min-width: 90px;
      height: 22px;
      line-height: 20px; }
  .product {
    min-height: 265px !important; }
    .product .title-header {
      min-height: 40px; }
    .product .product-info {
      font-size: 10px;
      margin-right: 15px; } }

@media screen and (max-width: 350px) {
  .product-maker {
    font-size: 11px; }
  .product-card {
    margin: 2px;
    width: 32%;
    min-height: 220px;
    padding: 0px; }
    .product-card .title-header {
      margin-top: 10px;
      margin-bottom: 10px; }
      .product-card .title-header .title {
        font-size: 10px; }
      .product-card .title-header .product-id {
        font-size: 10px; }
    .product-card .title-header-custom {
      height: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .product-card .preview {
      max-height: 70px;
      margin: 0px;
      margin-bottom: 10px; }
    .product-card .action-button {
      bottom: 15px;
      min-width: 80px;
      height: 20px;
      line-height: 20px; }
  .product .title-header {
    min-height: 20px; }
  .product .product-info {
    font-size: 9px;
    margin-right: 10px; } }

.product-load .list-product-cbox {
  -ms-flex-align: center;
      align-items: center; }

.list-product-cbox .product-card .title-header {
  text-align: left; }

.list-product-cbox .product-card .title {
  text-align: left;
  color: #7d7d7d;
  font-size: 12px; }

.list-product-cbox .product-info {
  height: auto; }
  .list-product-cbox .product-info .origin-price,
  .list-product-cbox .product-info .number {
    color: #7d7d7d; }

.list-product-cbox .price {
  font-size: 18px; }

.list-product-cbox .box-content {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  height: 100%; }

.list-product-cbox .product-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
  -ms-flex: 1;
      flex: 1; }

.list-product-cbox .box-image,
.list-product-cbox .content-text {
  width: calc((100% - 10px) / 2); }

.list-product-cbox .box-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .list-product-cbox .box-image .image {
    width: calc((100% - 10px) / 2); }
  .list-product-cbox .box-image img {
    width: 100%; }

.list-product-cbox .product-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100%; }
  .list-product-cbox .product-btn button {
    font-size: 14px;
    line-height: 30px;
    height: auto;
    cursor: pointer; }
  .list-product-cbox .product-btn .outline-button {
    border: 1px solid #8fc31f;
    color: #8fc31f;
    background: #fff;
    width: 100%;
    border-radius: 5px; }
  .list-product-cbox .product-btn .outline-button:hover {
    background-color: #8fc31f;
    color: #fff; }
  .list-product-cbox .product-btn .action-button-button:hover {
    background-color: #77a318;
    color: yellow; }
  .list-product-cbox .product-btn .button_is_productsOrderSuspend {
    background-color: #898989 !important;
    cursor: unset; }
  .list-product-cbox .product-btn .button_is_productsOrderSuspend:hover {
    color: white !important; }
  .list-product-cbox .product-btn .btn-style,
  .list-product-cbox .product-btn .action-button {
    width: calc((100% - 10px) / 2); }

.list-product-cbox .action-button {
  position: unset;
  transform: none; }

.list-product-cbox .material,
.list-product-cbox .box-size .size {
  color: #7d7d7d;
  font-size: 12px; }

.product-card.product {
  width: 100%;
  min-height: 230px !important;
  max-height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0;
  position: relative; }

.box-content-new-pc {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #54B559;
  color: #fff;
  border: none;
  width: 80px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  padding: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.box-content-sale {
  background-color: red !important; }

.product_is_discount {
  margin-top: 3px; }
  .product_is_discount .product_is_discount_btn {
    background-color: #F8004A;
    border: none;
    color: white; }

@media (max-width: 1080px) {
  .box-content-new-sm {
    position: absolute;
    right: 0;
    background-color: #54B559;
    color: #fff;
    border: none;
    width: 42px;
    height: 24px;
    font-size: 12px;
    padding: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .list-product-cbox .box-image .image {
    width: calc((100% - 10px));
    position: relative; }
  .product-maker {
    font-size: 14px; }
  .content-product-cbox .box-content {
    margin: 5px;
    width: 30%; }
  .content-product-cbox .product-card {
    width: 100%;
    margin: 0;
    padding: 10px; }
  .content-product-cbox.list-product-cbox .box-content {
    width: 100%; }
  .content-product-cbox .list-product-cbox .product-btn button {
    font-size: 12px; }
  .product-card.product {
    min-height: 180px !important; }
  .product-card .action-button {
    font-size: 9px; } }

@media all and (max-width: 320px) {
  .action-button-button, .outline-button {
    font-size: 9px !important; } }

.mobile-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: all .6s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 110; }
  .mobile-navigation.active {
    left: 0; }
  .mobile-navigation .head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 15px; }
    .mobile-navigation .head .logo {
      width: 65px;
      height: auto; }
    .mobile-navigation .head .aside {
      width: 50px; }
      .mobile-navigation .head .aside:last-child {
        text-align: right; }
  .mobile-navigation .content .btn {
    background-color: #fafafa;
    border: 0 solid transparent;
    width: 100%;
    outline: none;
    padding: 7px 20px;
    text-align: left; }
    .mobile-navigation .content .btn .icon {
      display: inline-block;
      vertical-align: middle;
      fill: #757575;
      width: 25px;
      height: 25px; }
      .mobile-navigation .content .btn .icon ~ .label {
        margin-left: 15px; }
    .mobile-navigation .content .btn .label {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      color: #757575; }
  .mobile-navigation .aside-title {
    color: #757575;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 0; }

.color-picker {
  margin: 2px 10px 0;
  min-width: 60px; }
  .color-picker .color-picker-substrate {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    overflow: hidden; }
    .color-picker .color-picker-substrate.show {
      display: block; }
  .color-picker .color {
    width: 14px;
    height: 14px;
    border-radius: 2px;
    margin: 0 auto; }
  .color-picker .label {
    font-size: 10px;
    margin: 3px auto 0;
    color: #9e9e9e;
    line-height: 1;
    white-space: normal;
    text-align: center; }
  .color-picker .swatch {
    cursor: pointer; }
  .color-picker .popover {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
    padding: 10px 16px 0;
    border-radius: 2px;
    margin-top: -40px;
    z-index: 999;
    height: 520px;
    width: 375px; }
    .color-picker .popover header {
      margin: 0 -5px 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      z-index: 1;
      position: relative; }
      .color-picker .popover header button {
        width: 41px;
        height: 41px;
        border: none;
        background: none;
        color: #ddd;
        padding: 0; }
        .color-picker .popover header button svg {
          width: 100%;
          height: 100%;
          fill: #bdbdbd; }
        .color-picker .popover header button.close {
          padding: 5px; }
        .color-picker .popover header button.done {
          overflow: hidden; }
          .color-picker .popover header button.done svg {
            margin: 5px; }
        .color-picker .popover header button:hover {
          cursor: pointer; }
      .color-picker .popover header .h3 {
        font-size: 17px;
        padding: 0 10px;
        margin: 0;
        max-width: 275px;
        text-align: center; }
      .color-picker .popover header .ready-colors button {
        border-radius: 50%;
        box-shadow: 0 3px 0px #ebebeb;
        margin: 0 10px; }
        .color-picker .popover header .ready-colors button.color-black {
          background-color: #000; }
        .color-picker .popover header .ready-colors button.color-white {
          background-color: #fff;
          border: 1px solid #ebebeb; }
        .color-picker .popover header .ready-colors button.color-opacity {
          border: 1px solid #ebebeb;
          background-image: url("assets/img/opacity-redy.png");
          background-size: cover; }
    .color-picker .popover.show {
      display: block; }
    .color-picker .popover .jm-color-picker {
      height: calc(100% - 51px); }
    .color-picker .popover .tab-links-wrap {
      height: 30px;
      line-height: 28px;
      border-radius: 3px;
      border: 1px solid #005bd7;
      overflow: hidden;
      margin-bottom: 16px; }
      .color-picker .popover .tab-links-wrap .tab-link {
        text-align: center;
        text-decoration: none;
        width: 50%;
        display: block;
        float: left;
        color: #005bd7;
        font-size: 13px; }
        .color-picker .popover .tab-links-wrap .tab-link.active {
          background: #005bd7;
          color: #fff; }
    .color-picker .popover .tab-content {
      text-align: center; }
      .color-picker .popover .tab-content.tab-content-colors {
        padding-top: 18px; }
      .color-picker .popover .tab-content.tab-content-custom {
        padding-top: 28px;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: end;
            justify-content: flex-end;
        -ms-flex-align: stretch;
            align-items: stretch;
        display: -ms-flexbox;
        display: flex;
        height: calc(100% - 100px); }
      .color-picker .popover .tab-content .left-place {
        position: relative;
        width: 310px;
        margin: 0 auto; }
      .color-picker .popover .tab-content .right-place {
        padding: 0 9px 18px; }
        .color-picker .popover .tab-content .right-place .color-picker-slider {
          margin: 24px 0 36px; }
      .color-picker .popover .tab-content .preinstalled-wrap, .color-picker .popover .tab-content .last-usage-wrap {
        padding-left: 6px; }
        .color-picker .popover .tab-content .preinstalled-wrap > div > span:nth-child(6n) > div, .color-picker .popover .tab-content .last-usage-wrap > div > span:nth-child(6n) > div {
          margin-right: 0 !important; }
        .color-picker .popover .tab-content .preinstalled-wrap > div > span > div, .color-picker .popover .tab-content .last-usage-wrap > div > span > div {
          margin-bottom: 15px !important;
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.08);
          border-radius: 50%; }
      .color-picker .popover .tab-content .last-usage-wrap {
        height: 52px;
        margin-bottom: 34px; }
        .color-picker .popover .tab-content .last-usage-wrap.hidden {
          display: none; }
        .color-picker .popover .tab-content .last-usage-wrap.show {
          display: block; }
      .color-picker .popover .tab-content .preinstalled-wrap {
        margin-right: -16px;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 5px; }
  .color-picker .cover {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  .color-picker .sketch-picker > div:first-child {
    border-radius: 50%;
    padding-bottom: 100% !important; }
    .color-picker .sketch-picker > div:first-child > div:first-child {
      border-radius: 50%; }
      .color-picker .sketch-picker > div:first-child > div:first-child > div:first-child {
        border-radius: 50%; }
        .color-picker .sketch-picker > div:first-child > div:first-child > div:first-child > div:first-child {
          border-radius: 50%; }

.header .list-buttons {
  margin: 10px 0px;
  text-align: center; }
  .header .list-buttons button {
    padding: 10px 30px;
    background: #212121;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 15px; }
  .header .list-buttons .btn-accept {
    width: 160px;
    background: #b71c1c !important; }
  .header .list-buttons .btn-cancel {
    width: 140px; }

.hideTab {
  display: none !important; }

@media all and (max-width: 1080px) {
  .color-picker .popover {
    bottom: 60px; }
  .color-picker #fill {
    bottom: auto; } }

@media all and (max-width: 415px) {
  .color-picker .popover {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 65px !important;
    top: 105px;
    overflow: auto;
    width: auto;
    height: auto; }
    .color-picker .popover .jm-color-picker #color-picker-place {
      width: 100%;
      height: 100%;
      margin: auto; }
    .color-picker .popover .jQWCP-wWheel {
      float: none;
      width: 281px;
      height: 281px;
      margin: 0 auto; }
    .color-picker .popover .tab-content .circle-picker {
      width: 280px !important;
      margin: 0 auto -23px !important; }
    .color-picker .popover .tab-content .preinstalled-wrap, .color-picker .popover .tab-content .last-usage-wrap {
      margin-right: 0;
      padding-left: 0; }
      .color-picker .popover .tab-content .preinstalled-wrap > div > span > div, .color-picker .popover .tab-content .last-usage-wrap > div > span > div {
        margin-right: 12px !important; } }

@media all and (max-width: 320px) {
  .color-picker .popover {
    max-width: 100%; }
    .color-picker .popover .jm-color-picker .left-place {
      margin-left: -11px; } }

.layer {
  width: 40px;
  height: 40px;
  padding: 2px;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
  position: relative; }
  .layer.active {
    border-color: #f1877f; }

.stickers {
  width: 100%;
  white-space: nowrap;
  height: 58px;
  padding: 10px 0;
  text-align: center; }

.sticker {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin: 0 5px;
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .sticker svg {
    width: 100%; }

.add-text-form .add-text-input {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  border: 1px solid #BDBDBD;
  min-width: 200px;
  width: 50%;
  background-color: #ffffff;
  font-size: 12px;
  padding: 5px 10px; }

@media screen and (max-width: 1080px) {
  .add-text-form {
    width: 100%; }
    .add-text-form .add-text-input {
      width: calc(100% - 116px); } }

@media screen and (max-width: 320px) {
  .add-text-form {
    width: 100%; }
    .add-text-form .add-text-input {
      min-width: 50px;
      width: calc(100% - 120px); } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  cursor: wait; }
  .loader .blob {
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    box-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.2); }
  .loader .blob-text {
    position: absolute;
    left: calc(50% - 1rem);
    top: calc(50% - 1rem);
    font-family: revert;
    color: #030303;
    font-size: 1.5rem; }
  .loader .blob-2 {
    animation: animate-to-2 1.5s infinite; }
  .loader .blob-3 {
    animation: animate-to-3 1.5s infinite; }
  .loader .blob-1 {
    animation: animate-to-1 1.5s infinite; }
  .loader .blob-4 {
    animation: animate-to-4 1.5s infinite; }
  .loader .blob-0 {
    animation: animate-to-0 1.5s infinite; }
  .loader .blob-5 {
    animation: animate-to-5 1.5s infinite; }

@keyframes animate-to-2 {
  25%, 75% {
    transform: translateX(-1.5rem) scale(0.75); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-3 {
  25%, 75% {
    transform: translateX(1.5rem) scale(0.75); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-1 {
  25% {
    transform: translateX(-1.5rem) scale(0.75); }
  50%, 75% {
    transform: translateX(-4.5rem) scale(0.6); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-4 {
  25% {
    transform: translateX(1.5rem) scale(0.75); }
  50%, 75% {
    transform: translateX(4.5rem) scale(0.6); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-0 {
  25% {
    transform: translateX(-1.5rem) scale(0.75); }
  50% {
    transform: translateX(-4.5rem) scale(0.6); }
  75% {
    transform: translateX(-7.5rem) scale(0.5); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-5 {
  25% {
    transform: translateX(1.5rem) scale(0.75); }
  50% {
    transform: translateX(4.5rem) scale(0.6); }
  75% {
    transform: translateX(7.5rem) scale(0.5); }
  95% {
    transform: translateX(0rem) scale(1); } }

.options-cp .loader {
  background-color: rgba(0, 165, 245, 0.18); }

.loading-fonts {
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #ce4233;
  letter-spacing: 0.2em; }
  .loading-fonts::before, .loading-fonts::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #ce4233;
    position: absolute;
    animation: load .7s infinite alternate ease-in-out; }
  .loading-fonts::before {
    top: 0; }
  .loading-fonts::after {
    bottom: 0; }

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px; }
  50% {
    height: 8px;
    width: 40px; }
  100% {
    left: 235px;
    height: 30px;
    width: 15px; } }

div.list-item .node {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #ccc;
  top: 45%;
  border-radius: 50%; }

.list-item .node:nth-child(1) {
  background-color: #FF5460;
  animation: move 2s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.list-item .node:nth-child(2) {
  background-color: #FF9D84;
  animation: move 2s 150ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.list-item .node:nth-child(3) {
  background-color: #F0E797;
  animation: move 2s 300ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.list-item .node:nth-child(4) {
  background-color: #75B08A;
  animation: move 2s 450ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23); }

.loading-colors {
  margin-top: 30px; }

.square {
  border: 0;
  width: 108px;
  padding: 34px; }

.spin {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: dashed 4px red;
  animation-name: spin;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2.5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/**
 * jQuery Wheel Color Picker
 * Base Stylesheet
 *
 * http://www.jar2.net/projects/jquery-wheelcolorpicker
 *
 * Copyright © 2011-2016 Fajar Chandra. All rights reserved.
 * Released under MIT License.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Note: Width, height, left, and top properties are handled by the
 * plugin. These values might change on the fly.
 */
.jQWCP-wWidget {
  position: absolute;
  z-index: 1;
  outline: none !important;
  max-width: 100%;
  padding-bottom: 18px; }

.jQWCP-wWidget.jQWCP-block {
  position: relative; }

.jQWCP-wWheel {
  position: relative;
  float: left;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background-size: contain !important; }

.jQWCP-wWheelOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  border-radius: 50%; }

.jQWCP-wWheelCursor {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -18px -18px;
  border: solid 3px #fff;
  border-radius: 50%;
  cursor: pointer; }

.jQWCP-slider-wrapper,
.jQWCP-wPreview {
  position: relative;
  height: 10px !important;
  width: 100% !important;
  border-radius: 5px;
  margin-top: 28px;
  margin-bottom: 5px;
  float: left; }

.jQWCP-slider-wrapper:before {
  content: " ";
  display: block;
  bottom: -1px;
  top: -1px;
  left: -1px;
  right: -1px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #fff; }

.jQWCP-wAlpha:before {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }

.jQWCP-wVal:before {
  background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=1 ); }

.jQWCP-wWheel:last-child,
.jQWCP-slider-wrapper:last-child,
.jQWCP-wPreview:last-child {
  margin-right: 0; }

.jQWCP-slider,
.jQWCP-wPreviewBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 4px; }

.jQWCP-slider {
  cursor: pointer;
  z-index: 0; }

.jQWCP-slider-wrapper:hover .jQWCP-slider {
  border-color: #666; }

.jQWCP-scursor {
  position: absolute;
  right: 0;
  top: 0 !important;
  bottom: 0;
  width: 4px;
  height: 25px;
  margin: -8px -2px -5px -2px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  cursor: pointer;
  z-index: 1; }

.jQWCP-wAlphaSlider,
.jQWCP-wPreviewBox {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEVAQEB/f39eaJUuAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYRBDgK9dKdMgAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAARSURBVAjXY/jPwIAVYRf9DwB+vw/x6vMT1wAAAABJRU5ErkJggg==") center center; }

.jQWCP-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000; }

.tab-content-custom span div div {
  position: relative; }
  .tab-content-custom span div div.activeColor:before {
    bottom: 3px;
    top: 3px;
    left: 3px;
    right: 3px; }
  .tab-content-custom span div div:before {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 18px;
    top: 18px;
    left: 18px;
    right: 18px;
    background: #fff;
    border-radius: 50%;
    transition: all 100ms ease; }

/*********************/
/* Mobile layout */
.jQWCP-mobile.jQWCP-wWidget {
  position: fixed;
  bottom: 0;
  left: 0 !important;
  top: auto !important;
  width: 100%;
  height: 75%;
  max-height: 240px;
  box-sizing: border-box;
  border-radius: 0; }

@media (max-width: 320px) {
  .jQWCP-wWheel {
    float: none;
    width: 260px;
    height: 260px;
    margin: 0 auto; } }

[data-scrollbar],
[scrollbar],
scrollbar {
  display: block;
  position: relative; }

[data-scrollbar] .scroll-content,
[scrollbar] .scroll-content,
scrollbar .scroll-content {
  transform: translateZ(0); }

[data-scrollbar].sticky .scrollbar-track,
[scrollbar].sticky .scrollbar-track,
scrollbar.sticky .scrollbar-track {
  background: none; }

[data-scrollbar] .scrollbar-track,
[scrollbar] .scrollbar-track,
scrollbar .scrollbar-track {
  position: absolute;
  opacity: 1;
  z-index: 1;
  transition: opacity .5s ease-out,background .5s ease-out;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[data-scrollbar] .scrollbar-track.show,
[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track.show,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track.show,
scrollbar .scrollbar-track:hover {
  opacity: 1; }

[data-scrollbar] .scrollbar-track:hover,
[scrollbar] .scrollbar-track:hover,
scrollbar .scrollbar-track:hover {
  background: none; }

[data-scrollbar] .scrollbar-track-x,
[scrollbar] .scrollbar-track-x,
scrollbar .scrollbar-track-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px; }

[data-scrollbar] .scrollbar-track-y,
[scrollbar] .scrollbar-track-y,
scrollbar .scrollbar-track-y {
  top: 0;
  right: 0;
  width: 7px;
  height: 100%; }

[data-scrollbar] .scrollbar-thumb,
[scrollbar] .scrollbar-thumb,
scrollbar .scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px; }

[data-scrollbar] .overscroll-glow,
[scrollbar] .overscroll-glow,
scrollbar .overscroll-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.progressbar {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-41%, -50%);
  height: 8px; }
  .progressbar svg {
    border-radius: 3px; }

.loader .text {
  text-align: center;
  color: #d9d9d9;
  margin-top: 20px;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-41%, -50%); }

@media screen and (max-width: 1080px) {
  .progressbar {
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 600px) {
  .progressbar {
    width: 300px;
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 450px) {
  .progressbar {
    width: 230px;
    transform: translate(-50%, -50%); } }

@media screen and (max-width: 325px) {
  .progressbar {
    width: 170px;
    transform: translate(-50%, -50%); } }

.tab-content .sketch-picker {
  width: 100% !important;
  padding: 0px !important;
  box-shadow: none !important;
  border-radius: none !important;
  box-shadow: none !important; }
  .tab-content .sketch-picker > div:first-child > div > div > div div {
    width: 25px !important;
    height: 25px !important;
    transform: translate(-10px, -10px) !important; }
  .tab-content .sketch-picker > .flexbox-fix {
    display: block !important;
    margin-top: 15px !important; }
    .tab-content .sketch-picker > .flexbox-fix > div:nth-child(1) > div:nth-child(1) {
      height: 15px !important; }
      .tab-content .sketch-picker > .flexbox-fix > div:nth-child(1) > div:nth-child(1) .hue-horizontal div div {
        width: 8px !important;
        height: 13px !important; }
    .tab-content .sketch-picker > .flexbox-fix > div:nth-child(1) > div:nth-child(2) {
      margin-top: 10px !important;
      height: 15px !important; }
      .tab-content .sketch-picker > .flexbox-fix > div:nth-child(1) > div:nth-child(2) > div > div:nth-child(3) > div > div {
        width: 8px !important;
        height: 13px !important; }
    .tab-content .sketch-picker > .flexbox-fix > div:nth-child(2) {
      display: none !important; }
    .tab-content .sketch-picker > .flexbox-fix ~ .flexbox-fix {
      display: none !important; }

.block-text-effect {
  border: 1px solid #ddd; }
  .block-text-effect .text-options label {
    margin-right: 10px; }
  .block-text-effect .text-options .text-effect svg {
    width: 60px;
    height: 20px; }
  .block-text-effect .text-options .text-effect .toggle-list .icon {
    transition: all 0.5s ease;
    position: absolute;
    right: 10px; }
  .block-text-effect .text-options .text-effect .toggle-list .caret-rotate {
    transform: rotate(180deg); }
  .block-text-effect .text-options .text-effect .list-effect {
    list-style: none;
    padding: 0; }
    .block-text-effect .text-options .text-effect .list-effect li {
      padding: 5px; }
  .block-text-effect .text-options .text-radius {
    display: inline-block; }
    .block-text-effect .text-options .text-radius input {
      width: 77%; }
  .block-text-effect .text-options .text-spacing {
    display: inline-block; }
    .block-text-effect .text-options .text-spacing input {
      width: 115px; }

.embroider-footer .swal-footer {
  text-align: center !important; }

.embroider-back {
  margin-top: 3px;
  font-size: 13px; }

.embroider-swal {
  font-size: 20px !important;
  color: #303030 !important; }

.embroider-swal-action {
  margin: 0px !important; }

.embroider-is-show {
  display: none !important; }

.laser-controll-icon {
  cursor: pointer; }

.laser-upload {
  height: 35px;
  min-width: unset;
  max-width: unset;
  padding: 0px !important;
  margin-top: 8px; }
  .laser-upload .label {
    background-image: url("./assets/img/photo.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 24px;
    width: 24px;
    display: block;
    text-indent: -999px;
    margin-top: 0; }

.laser-items .laser-item {
  position: relative;
  top: -8px;
  font-size: 12px; }

.lazer-edit-btn {
  width: 42px;
  height: 36px;
  cursor: pointer; }

.lazer-edit-img {
  width: 100%;
  height: 100%; }

.laser-tools-box {
  width: 150px;
  height: 48px;
  text-align: center; }

.laser-tools-box-text {
  position: relative;
  font-size: 10px;
  text-align: center; }

.swal2-actions {
  -ms-flex-direction: column;
      flex-direction: column; }

.swal2-styled.swal2-confirm {
  width: 200px; }

.swal2-styled.swal2-cancel {
  width: 200px; }

.sw-mess-p {
  margin: 0px;
  text-align: left;
  color: #777; }

.swal2-input.sw-input-ct {
  margin-bottom: 5px !important; }

.swal2-input.sw-inout-ct-top {
  margin-top: 5px !important; }

.confirm-button-class-cus {
  position: relative;
  background-color: #333 !important; }

.cancel-button-cus {
  background-color: red !important;
  width: 300px !important; }

.confirm-button-class-regis-cus {
  background-color: #333 !important; }

.swalt-mess-span {
  font-size: 12px; }

.swalt-a-cus {
  color: #03A9F4;
  text-decoration: none; }

.wrapp-popup-cus .close-button-cus {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  height: 40px;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #333; }

.wrapp-popup-cus.btn-close-top-left .close-button-cus {
  top: 0;
  left: 0;
  right: unset;
  bottom: unset; }

.wrapp-popup-cus.btn-close-bottom {
  padding-bottom: 50px; }
  .wrapp-popup-cus.btn-close-bottom .close-button-cus {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset; }

.rm-bg-images-content {
  padding: 0px !important;
  font-size: 20px !important; }

.rm-bg-images-content a {
  color: #26b7b7;
  text-decoration: none; }

.rm-bg-images-user-content {
  padding: 0px !important;
  font-size: 16px !important; }

.rm-bg-images-user-content a {
  color: #26b7b7;
  text-decoration: none; }

@media screen and (max-width: 1080px) {
  .rm-bg-images-content {
    font-size: 16px !important; }
  .rm-bg-images-user-content {
    font-size: 13px !important; }
  .sww-save-template {
    font-size: 20px !important; } }

.sww-uploadfile {
  text-decoration: underline;
  color: #26b7b7; }

.ping-sokujitsu-info {
  border-top-right-radius: 1%;
  border-top-left-radius: 1%;
  overflow: hidden;
  background: #ffeaea;
  padding: 14px 16px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 0px !important; }

.ping-sokujitsu-info h3 {
  color: #ea1010;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0 0 10px; }

.ping-sokujitsu-info-upload-image {
  background-color: white !important; }

.sokujitsu-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.sokujitsu-info-list li {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  /*position: relative;
  padding-left: 1px !important;
  width: auto !important;*/
  margin: 10px 0 0px;
  padding-left: 16px;
  text-indent: -16px; }

.list-sample {
  list-style: none;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.list-sample li:first-child {
  padding-left: 0; }

.list-sample li {
  width: 100%;
  padding: 0 20px; }

.list-sample li:first-child {
  padding-left: 0; }

.list-sample li {
  width: 100%;
  padding: 0 5px; }

.list-sample p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.5em;
  color: #000;
  min-height: 115px;
  text-align: justify;
  padding: 1px; }

.sokujitsu-info-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 10px;
  line-height: 14px; }

.upload-images-popup {
  padding: 0px !important;
  background-color: #543b3b !important; }

.upload-images-content {
  padding: 0px !important; }

.upload-images-actions {
  margin: 0px auto !important; }

.mess-box-color {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 12px;
  color: #8FC31F; }

.mess-box-upload-img-title {
  color: #8FC31F; }

@media screen and (max-width: 1080px) {
  .mess-box-color {
    font-size: 10px; } }

@media screen and (min-width: 1080px) {
  .modal {
    position: fixed;
    z-index: 3;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4); }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 70%;
    max-width: 900px; }
    .modal-content .close-zone {
      width: 100%;
      max-height: 20px;
      text-align: right; }
      .modal-content .close-zone .close {
        color: #000;
        font-size: 28px;
        font-weight: bold; }
      .modal-content .close-zone .close:hover,
      .modal-content .close-zone .close:focus {
        color: #000;
        cursor: pointer; }
  .model-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 50px; }
    .model-body .back {
      background: transparent;
      width: 5%; }
      .model-body .back button {
        height: 100%;
        background: transparent;
        border: none; }
        .model-body .back button :hover, .model-body .back button :focus {
          cursor: pointer; }
        .model-body .back button img {
          width: 45px; }
    .model-body .forward {
      width: 5%; }
      .model-body .forward button {
        height: 100%;
        background: transparent;
        border: none; }
        .model-body .forward button :hover, .model-body .forward button :focus {
          cursor: pointer; }
        .model-body .forward button img {
          width: 45px; }
    .model-body .content {
      width: 90%;
      text-align: center; }
      .model-body .content img {
        max-height: 550px; }
  .modal-footer {
    text-align: center;
    margin-bottom: 20px; }
    .modal-footer button.btn-apply {
      min-width: 200px;
      font-size: 20px;
      background: red;
      color: white;
      border: none; }
    .modal-footer button.btn-apply:hover,
    .modal-footer button.btn-apply:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer; } }

.modal-side-wap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 10px; }

.modal-side-item {
  margin: 5px;
  width: 36px;
  height: 36px;
  border: 3px solid #52524c;
  cursor: pointer;
  line-height: 36px;
  text-align: center; }

@media screen and (max-width: 1080px) {
  .modal {
    position: fixed;
    z-index: 6;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4); }
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px;
    border: 1px solid #888;
    width: 95%;
    max-width: 350px;
    max-height: 500px; }
    .modal-content .close-zone {
      width: 100%;
      max-height: 20px;
      text-align: right; }
      .modal-content .close-zone .close {
        color: #000;
        font-size: 25px;
        font-weight: bold; }
      .modal-content .close-zone .close:hover,
      .modal-content .close-zone .close:focus {
        color: #000;
        cursor: pointer; }
  .model-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-top: 50px; }
    .model-body .back {
      background: transparent;
      width: 5%;
      padding: 0px; }
      .model-body .back button {
        height: 100%;
        background: transparent;
        border: none; }
        .model-body .back button :hover, .model-body .back button :focus {
          cursor: pointer; }
        .model-body .back button img {
          width: 20px; }
    .model-body .forward {
      width: 5%; }
      .model-body .forward button {
        height: 100%;
        background: transparent;
        border: none;
        padding: 0px; }
        .model-body .forward button :hover, .model-body .forward button :focus {
          cursor: pointer; }
        .model-body .forward button img {
          width: 20px; }
    .model-body .content {
      width: 90%;
      text-align: center; }
      .model-body .content img {
        max-width: 270px; }
  .modal-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 20px; }
    .modal-footer button.btn-apply {
      min-width: 200px;
      font-size: 20px;
      background: red;
      color: white;
      border: none; }
    .modal-footer button.btn-apply:hover,
    .modal-footer button.btn-apply:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer; } }

@media screen and (min-width: 1080px) {
  .app-intro {
    font-size: 17px !important;
    min-width: 350px !important;
    max-width: 360px !important; }
    .app-intro .introjs-tooltip-header {
      display: none !important; }
    .app-intro .introjs-tooltiptext {
      padding: 10px !important; }
    .app-intro .introjs-tooltipbuttons {
      border: none !important;
      padding: 2px 20px 0 10px !important; }
      .app-intro .introjs-tooltipbuttons a {
        background-color: white !important; }
      .app-intro .introjs-tooltipbuttons .introjs-prevbutton {
        display: none !important; }
      .app-intro .introjs-tooltipbuttons .strong-step {
        position: relative;
        right: 200px;
        color: gray;
        bottom: 10px; } }

@media screen and (max-width: 1080px) {
  .app-intro {
    min-width: 300px !important;
    max-width: 310px !important; }
    .app-intro .introjs-tooltip-header {
      display: none !important; }
    .app-intro .introjs-tooltiptext {
      padding: 10px !important; }
    .app-intro .introjs-tooltipbuttons {
      border: none !important;
      padding: 2px 20px 0 10px !important; }
      .app-intro .introjs-tooltipbuttons a {
        background-color: white !important; }
      .app-intro .introjs-tooltipbuttons .introjs-prevbutton {
        display: none !important; }
      .app-intro .introjs-tooltipbuttons .strong-step {
        position: relative;
        right: 160px;
        color: gray;
        bottom: 10px; } }

.t-p {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 55px;
  cursor: pointer; }

.t-p-im {
  width: 100%;
  height: 100%; }

@media screen and (max-width: 415px) {
  .t-p {
    bottom: 136px !important;
    right: 5px !important; }
  .free-design-body-wrap-img {
    top: 10px !important;
    width: 38% !important; }
  .free-design-body .free-design-body-title1 {
    font-size: 17px !important; }
  .free-design-body .free-design-body-title2 {
    font-size: 15px !important; }
  .free-design-body .free-design-body-text {
    font-size: 10px !important;
    padding-left: 0px !important; } }

.free-design-triangle {
  width: 10px; }

.btn-sww-cfmfree {
  width: 100% !important;
  background-color: #ff9b36 !important;
  margin-bottom: -10px !important;
  height: 40px !important; }

.btn-sww-cfmfree:focus {
  box-shadow: none !important; }

.act-sww-free-design {
  margin: 0px !important; }

.wrap-sww-free-design .free-design-title {
  background-color: #8FC31F;
  text-align: center;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 550; }

.wrap-sww-free-design .free-design-text {
  text-align: center;
  font-weight: 550;
  font-size: 13px;
  font-weight: 550;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333; }

.wrap-sww-free-design .free-design-body {
  border: solid 1px #ce9595;
  background-image: url("assets/img/bgpop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 10px;
  position: relative; }
  .wrap-sww-free-design .free-design-body .free-design-body-title1 {
    font-weight: 650;
    font-size: 20px;
    text-shadow: 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF;
    margin-bottom: -8px; }
  .wrap-sww-free-design .free-design-body .free-design-body-title2 {
    font-weight: 750;
    color: #8FC31F;
    font-size: 21px;
    line-height: 1.9;
    font-family: fantasy;
    text-shadow: 2px 2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, -2px -2px 0 #FFF, 2px 0px 0 #FFF, 0px 2px 0 #FFF, -2px 0px 0 #FFF, 0px -2px 0 #FFF; }
  .wrap-sww-free-design .free-design-body .free-design-body-text {
    color: #303030;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px; }
  .wrap-sww-free-design .free-design-body .free-design-body-wrap-img {
    position: absolute;
    top: 4px;
    right: 5px;
    text-align: right;
    width: 36%; }
    .wrap-sww-free-design .free-design-body .free-design-body-wrap-img .free-design-body-img {
      width: 100%; }
  .wrap-sww-free-design .free-design-body .free-design-body-note {
    text-align: center;
    margin-bottom: -7px;
    margin-top: 3px;
    color: #ff1100; }
  .wrap-sww-free-design .free-design-body .free-design-body-action {
    text-align: center;
    margin-top: 10px; }
    .wrap-sww-free-design .free-design-body .free-design-body-action .free-design-body-action-btn {
      background-image: url("assets/img/bg-line-gadient.png");
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 3px;
      padding: 5px;
      border: none;
      color: white;
      font-weight: 550;
      font-size: 17px;
      letter-spacing: 2px;
      border: 2px solid #fff;
      border-radius: 5px;
      cursor: pointer;
      text-decoration: none; }
      .wrap-sww-free-design .free-design-body .free-design-body-action .free-design-body-action-btn .free-design-triangle {
        width: 10px;
        margin-bottom: 1px; }

.sww-btn-close {
  width: 30px; }

.sw-content-pop-design-free {
  padding: 0px !important;
  text-align: left !important; }

.sw-close-pop-design-free {
  top: -17px !important;
  right: -14px !important; }

.sw-close-pop-design-free:focus {
  box-shadow: none !important; }

.font-card {
  border: 1px #b05858 solid;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px; }
  .font-card .font {
    font-size: 24px;
    margin-bottom: 10px;
    color: #412b2b;
    overflow: hidden;
    -webkit-line-clamp: 1; }

.drop-down-material.fonts {
  margin-left: 0px !important; }

.drop-down-material.categoriesFonts {
  min-width: 90px !important;
  margin-right: 0px !important; }

.action-font {
  margin-bottom: 5px; }
  .action-font .btn-action-font {
    background: red;
    color: #fff;
    width: 90px;
    border-radius: 3px;
    border: none;
    font-size: 18px;
    cursor: pointer; }

.font-img {
  width: 100%; }

.font-image-w {
  width: 285px;
  height: 130px; }

.font-description {
  background: #d2d2d2  !important;
  color: #ed0000; }

.mobile-font-descriptions {
  font-size: 11px;
  padding: 6px;
  color: #ed0000; }

.arrow-font-r {
  width: 12px;
  margin-left: 5px; }

.arrow-font-down-w {
  display: unset !important; }

.arrow2 {
  display: inline-block;
  width: 0;
  height: 0;
  pointer-events: none; }

.drop-down-material.fonts .drop-down_head .label {
  opacity: 0; }

.select-font .categoriesFonts .value {
  margin-top: 12px; }

.select-font .fonts .value {
  margin-top: 12px; }

@media screen and (max-width: 1080px) {
  .font-card {
    width: 160px !important;
    padding: 2px !important;
    margin-bottom: 3px !important; }
    .font-card .font {
      font-size: 16px  !important;
      margin-bottom: 7px !important; }
    .font-card .font-image-w {
      width: 100% !important;
      height: 70px;
      margin-bottom: 2px; }
    .font-card .btn-action-font {
      width: 50px !important;
      height: 22px !important;
      font-size: 12px !important; }
  .drop-down-material.fonts .drop-down_head {
    position: relative; }
    .drop-down-material.fonts .drop-down_head .label {
      margin-top: unset !important;
      font-size: 14px !important;
      margin-top: -1px !important;
      transform: translateY(-3px) !important;
      opacity: 0; }
  .drop-down-material.fonts span {
    position: absolute; }
  .fomat-text-font {
    width: 20px !important;
    margin-bottom: -9px !important;
    margin-top: -7px !important;
    margin-left: 0px !important;
    margin-right: 0px !important; } }

.d-flex {
  display: -ms-flexbox;
  display: flex; }

.select-font {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 1080px) {
  .select-font {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
    .select-font .drop-down-material.fonts .value span {
      width: calc(85% - 13px) !important; }
    .select-font .fonts .value {
      margin-bottom: unset !important; }
    .select-font .drop-down-material .value .arrow {
      margin-bottom: 4px !important;
      margin-left: 88px !important; }
    .select-font .font-fomat-title {
      margin-left: -8px !important;
      font-size: 14px !important; }
    .select-font .font-fomat-title-disable {
      height: 19px !important; }
    .select-font .categoriesFonts .label {
      font-size: 14px !important;
      margin-top: -1px !important; }
    .select-font .drop-down-material .value {
      margin-top: 1px !important; }
    .select-font .fomat-text-font {
      width: 25px !important; }
    .select-font .bread-crumb-font {
      position: relative; } }

.select-font .button {
  height: 30px; }

.select-font .font-fomat-title {
  margin-top: 0; }

.select-font .font-fomat-title-disable {
  height: 15px; }

.select-font .categoriesFonts .label {
  transform: translateY(-3px);
  margin-top: 1px;
  margin-left: -20px; }

.select-font .drop-down-material {
  white-space: nowrap; }

.select-font .drop-down-material.categoriesFonts {
  min-width: auto !important; }

.select-font .arrow2 {
  width: auto;
  margin-right: 5px; }

.font-container-btn {
  height: 100%; }

.font-fomat-title {
  margin-top: 12px;
  color: #9e9e9e;
  font-size: 11px; }

.font-button-wrap {
  height: 30px;
  width: 36px; }

.font-fomat-title-disable {
  height: 27px;
  width: 36px;
  color: #ff000000; }

.fomat-text-font {
  width: 20px !important;
  margin-bottom: -7px !important;
  margin-top: -7px !important;
  margin-left: 0px !important;
  margin-right: 0px !important; }

.modal-imagick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999; }

.close-modal-button:hover {
  opacity: 1; }

.close-modal-button:before, .close-modal-button:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #000; }

.close-modal-button:before {
  transform: rotate(45deg); }

.close-modal-button:after {
  transform: rotate(-45deg); }

.display-block {
  display: block; }

.display-none {
  display: none; }

@media screen and (min-width: 1080px) {
  .close-modal-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 9 !important; }
  .modal-main-imagick {
    position: fixed;
    background: white;
    max-width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex; }
  .modal-main-imagick .row-modal .pc-preview-3d-wrap {
    width: 390px;
    height: 390px; }
    .modal-main-imagick .row-modal .pc-preview-3d-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .modal-main-imagick .row-modal-left {
    background: #f4f4f4;
    width: 390px; }
  .modal-main-imagick .row-modal-right {
    padding: 80px 12px 0 12px;
    margin: 0 auto; }
  .button-in-modal {
    max-width: 250px;
    width: 250px;
    margin: 20px auto; }
  .button-in-modal.market-button {
    margin: 20px 10px; } }

.carousel .thumbs-wrapper li {
  width: 80px !important;
  height: 80px !important; }
  .carousel .thumbs-wrapper li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; }

@media screen and (max-width: 1080px) {
  .close-modal-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    z-index: 9 !important; }
  .modal-main-imagick {
    position: fixed;
    background: white;
    max-width: 90%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .modal-main-imagick .carousel-preview-3d {
      width: 252px; }
    .modal-main-imagick .modal-main-imagick-pre-wrap {
      width: 252px;
      height: 252px; }
      .modal-main-imagick .modal-main-imagick-pre-wrap img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important; }
  .modal-main-imagick .row-modal-left {
    background: #f4f4f4;
    width: 100%; }
  .modal-main-imagick .row-modal-right {
    padding-top: 5px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 5px; }
  .button-in-modal {
    max-width: 250px;
    width: 250px;
    margin: 20px auto; }
  .button-in-modal.market-button {
    margin: 20px auto; }
  .button-in-modal.cart-button {
    border: 1px solid #8FC31F !important; } }

.footer-purchase-note {
  display: block !important; }

.title-purchase-note {
  font-size: 1.4em !important;
  margin: 0 !important; }

.popup-purchase-note {
  width: 50em !important; }

.confirmButton-purchase-note {
  width: unset !important;
  background-color: #00b8cd !important; }

.content-purchase-note {
  text-align: left !important;
  color: #545454 !important;
  font-size: 1em !important; }

.border-purchase-note {
  width: 100%;
  margin: 1rem 0;
  border-bottom: solid 1px #EEE; }

.actions-purchase-note {
  display: unset !important;
  text-align: right !important;
  margin: 0 !important; }

.carousel-status {
  left: 0px !important; }

.wrap-header-show-modal {
  position: relative; }

.wrap-pre-btn-mobile {
  position: absolute;
  top: 140px;
  right: 11px;
  z-index: 9; }

.wrap-pre-container {
  position: relative; }

.wrap-pre-btn {
  position: absolute;
  top: 180px;
  right: 50px; }

.cart-button.button-in-modal.close-modal {
  background-color: #303030 !important;
  margin-top: 5px !important; }

.btn-get-preview {
  width: 100px; }

.carousel .slide {
  background-color: rgba(0, 0, 0, 0) !important; }

.cls-1 {
  fill: #fff;
  fill-rule: evenodd; }

.clearfix {
  clear: both; }

.label-template {
  margin: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important; }

.block-copy .fas.fa-copy {
  font-size: 40px;
  color: #5e5e5e; }

.block-copy .fas.fa-paste {
  font-size: 40px;
  color: #5e5e5e; }

.block-copy button {
  margin-right: 19px !important;
  margin-bottom: 2px !important; }

.copy-item.btn-change.btn {
  opacity: 0;
  pointer-events: none; }

.move-down.btn-change.btn {
  margin: 5px; }

@media screen and (max-width: 1080px) {
  .block-copy .fas.fa-copy {
    font-size: 30px; }
  .block-copy .fas.fa-paste {
    font-size: 30px; }
  .block-copy button {
    margin-right: 13px !important;
    margin-bottom: 2px !important; } }

.app-header .logo {
  width: 47px;
  height: 46px; }

.cart-wrap {
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #63aa4b;
  border-radius: 4px;
  margin-right: 10px; }

.cart-price {
  min-width: 110px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700; }
  .cart-price-no {
    font-size: 24px;
    letter-spacing: -0.025em;
    margin-right: 5px;
    font-weight: 400; }

.button.cart-button {
  background-color: #63AA4B;
  padding: 5px 6px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 140px;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  max-width: 100%; }
  .button.cart-button::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: "";
    display: block;
    background-image: url(./assets/img/cart.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 25px;
    height: 24px; }
  .button.cart-button .label {
    font-size: 14px;
    white-space: nowrap; }

@media screen and (max-width: 1080px) {
  .cart-wrap {
    background-color: #FFFFFF;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 4px 5px; }
  .cart-price {
    min-width: auto;
    width: 100%;
    padding: 0;
    font-size: 10px; }
    .cart-price-no {
      font-size: 15px; }
  .button {
    min-width: 35px; }
    .button.cart-button {
      color: #FFFFFF;
      width: 100%;
      -ms-flex-direction: row;
          flex-direction: row;
      height: 21px;
      gap: 2px;
      min-width: 80px; }
      .button.cart-button::before {
        width: 12px;
        height: 11px; }
      .button.cart-button .label {
        color: #FFFFFF;
        font-size: 10px;
        letter-spacing: -0.05em;
        padding: 0; } }
/*
 Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
 Changed by Afshin Mehrabani
*/
/* overrides extra padding on button elements in Firefox */

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0; }
  25% {
    transform: scale(0);
    opacity: 0.1; }
  50% {
    transform: scale(0.1);
    opacity: 0.3; }
  75% {
    transform: scale(0.5);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 0; } }

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  opacity: 0;
  transition: all 0.3s ease-out; }

.introjs-showElement {
  z-index: 9999999 !important; }

tr.introjs-showElement > td {
  z-index: 9999999 !important;
  position: relative; }

tr.introjs-showElement > th {
  z-index: 9999999 !important;
  position: relative; }

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0); }

.introjs-relativePosition {
  position: relative; }

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  border-radius: 4px;
  transition: all 0.3s ease-out; }

.introjs-helperLayer * {
  box-sizing: content-box; }

.introjs-helperLayer *:before {
  box-sizing: content-box; }

.introjs-helperLayer *:after {
  box-sizing: content-box; }

.introjs-tooltipReferenceLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  transition: all 0.3s ease-out; }

.introjs-tooltipReferenceLayer * {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif; }

.introjs-helperNumberLayer {
  font-family: "Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute; }

.introjs-arrow.top {
  top: -10px;
  left: 10px;
  border-bottom-color: #ffffff; }

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: #ffffff; }

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #ffffff; }

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: #ffffff; }

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: #ffffff; }

.introjs-arrow.bottom {
  bottom: -10px;
  left: 10px;
  border-top-color: #ffffff; }

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: #ffffff; }

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #ffffff; }

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: #ffffff; }

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: #ffffff; }

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  background-color: #ffffff;
  min-width: 250px;
  max-width: 300px;
  border-radius: 5px;
  box-shadow: 0 3px 30px rgba(33, 33, 33, 0.3);
  transition: opacity 0.1s ease-out; }

.introjs-tooltiptext {
  padding: 20px; }

.introjs-tooltip-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  float: left;
  line-height: 32px; }

.introjs-tooltip-header {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px; }

.introjs-tooltip-header:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.introjs-tooltipbuttons {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: right;
  white-space: nowrap; }

.introjs-tooltipbuttons:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #bdbdbd;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffffff;
  font-size: 14px;
  color: #424242;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #f4f4f4;
  border-radius: 0.2em;
  zoom: 1;
  *display: inline; }

.introjs-button:hover {
  outline: none;
  text-decoration: none;
  border-color: #9e9e9e;
  background-color: #e0e0e0;
  color: #212121; }

.introjs-button:focus {
  outline: none;
  text-decoration: none;
  background-color: #eeeeee;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.5);
  border: 1px solid #616161;
  color: #212121; }

.introjs-button:active {
  outline: none;
  text-decoration: none;
  background-color: #e0e0e0;
  border-color: #9e9e9e;
  color: #212121; }

.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.introjs-skipbutton {
  box-sizing: content-box;
  color: #616161;
  float: right;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 7px 10px; }

.introjs-skipbutton:hover, .introjs-skipbutton:focus {
  color: #212121;
  outline: none;
  text-decoration: none; }

.introjs-prevbutton {
  float: left; }

.introjs-nextbutton {
  float: right; }

.introjs-disabled {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-disabled:hover, .introjs-disabled:focus {
  color: #9e9e9e;
  border-color: #bdbdbd;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none; }

.introjs-hidden {
  display: none; }

.introjs-bullets {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 0 auto 0;
  padding: 0;
  display: inline-block; }

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px; }

.introjs-bullets ul li a {
  transition: width 0.1s ease-in;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer; }

.introjs-bullets ul li a:hover, .introjs-bullets ul li a:focus {
  width: 15px;
  background: #999;
  text-decoration: none;
  outline: none; }

.introjs-bullets ul li a.active {
  width: 15px;
  background: #999; }

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px;
  border-radius: 4px;
  background-color: #e0e0e0; }

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c; }

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%; }

.introjs-fixedTooltip {
  position: fixed; }

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer; }

.introjs-hint:focus {
  border: 0;
  outline: 0; }

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57); }

.introjs-hidehint {
  display: none; }

.introjs-fixedhint {
  position: fixed; }

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  transition: all 0.2s ease-out; }

.introjs-hint-no-anim .introjs-hint-dot {
  animation: none; }

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  animation: introjspulse 3s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0; }
.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  transition: all .25s ease-in;
  opacity: .4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer; }

.carousel .control-arrow:focus, .carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: ''; }

.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none; }

.carousel .control-prev.control-arrow {
  left: 0; }

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff; }

.carousel .control-next.control-arrow {
  right: 0; }

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff; }

.carousel-root {
  outline: none; }

.carousel {
  position: relative;
  width: 100%; }

.carousel * {
  box-sizing: border-box; }

.carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none; }

.carousel .carousel {
  position: relative; }

.carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px; }

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden; }

.carousel .thumbs {
  transition: all .15s ease-in;
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap; }

.carousel .thumb {
  transition: border .15s ease-in;
  display: inline-block;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px; }

.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none; }

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333; }

.carousel .thumb img {
  vertical-align: top; }

.carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden; }

.carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px; }

.carousel.carousel-slider .control-arrow:hover {
  background: rgba(0, 0, 0, 0.2); }

.carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  transition: height .15s ease-in; }

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-flow: column;
      flex-flow: column; }

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }

.carousel .slider-wrapper.axis-vertical .slider {
  -ms-flex-direction: column;
      flex-direction: column; }

.carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%; }

.carousel .slider.animated {
  transition: all .35s ease-in-out; }

.carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  text-align: center; }

.carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0; }

.carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0; }

.carousel .slide .legend {
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  transition: opacity .35s ease-in-out; }

.carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1; }

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0; } }

.carousel .control-dots .dot {
  transition: opacity .25s ease-in;
  opacity: .3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px; }

.carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff; }

.carousel:hover .slide .legend {
  opacity: 1; }
