@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-display: swap;
  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: transparent; }

#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;
  position: relative; }
  .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: #FF0201;
    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: 8px 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; }

.die-cut-option-select {
  position: absolute;
  top: 126px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .die-cut-option-select .active {
    display: block !important; }
  .die-cut-option-select .die-cut-option {
    width: 150px;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 5px;
    margin-left: 20px; }
  .die-cut-option-select .option-header-title {
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    cursor: pointer; }
    .die-cut-option-select .option-header-title .option-header-title-number {
      display: -ms-flexbox;
      display: flex; }
      .die-cut-option-select .option-header-title .option-header-title-number .number {
        background-color: black;
        color: white;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        margin-right: 5px; }
  .die-cut-option-select .option-header-list-right {
    width: 160% !important; }
  .die-cut-option-select .option-header-list-wrap {
    background: #f7f7f7; }
  .die-cut-option-select .option-header-list {
    margin-top: 1px;
    border-radius: 5px;
    width: 120%;
    background-color: #f7f7f7;
    display: none; }
    .die-cut-option-select .option-header-list .list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 8px 0px 8px 8px;
      -ms-flex-align: start;
          align-items: start;
      cursor: pointer;
      width: 100%; }
      .die-cut-option-select .option-header-list .list .list-left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .die-cut-option-select .option-header-list .list .list-left .text {
          margin-left: 8px; }
    .die-cut-option-select .option-header-list .list-right {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 8px 0px 8px 8px;
      -ms-flex-align: start;
          align-items: start;
      cursor: pointer;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      .die-cut-option-select .option-header-list .list-right .list-left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .die-cut-option-select .option-header-list .list-right .list-left .text {
          margin-left: 8px; }
    .die-cut-option-select .option-header-list .option-header-list-hr {
      width: 92%;
      opacity: 0.6;
      margin-top: 0;
      margin-bottom: 0; }
    .die-cut-option-select .option-header-list .input-thickness {
      width: 60px;
      margin-left: 10px;
      height: 24px;
      border-radius: 5px;
      border: 1px solid #d5d5d5;
      padding-left: 7px; }

.options {
  width: 100%;
  background-color: #b5b4b4;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99; }
  .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: 3;
      position: absolute;
      width: 100%;
      overflow: visible; }
    .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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .options .block-delete .btn-active-img {
      width: 50%; }
    .options .block-delete .icon {
      fill: #757575 !important; }
    .options .block-delete button {
      display: inline-block; }
    .options .block-delete .changeColor-img {
      padding: 10px 0 0 0;
      border: unset;
      width: 60px;
      height: 60px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: 0 auto;
      position: relative;
      background-color: #f3f3f3; }
      .options .block-delete .changeColor-img img {
        margin: 0;
        padding: 0;
        width: 25px;
        height: 25px; }
      .options .block-delete .changeColor-img span {
        color: #000;
        line-height: 1;
        white-space: normal;
        margin-top: 6px;
        font-size: 10px;
        text-align: center; }
  .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;
      width: 120%; }
  .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 #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;
          top: 16%; }
        .options #block-options #main-tool .edit-tool .block-scale #scale-value {
          text-align: center;
          width: 43px;
          height: 25px;
          border: 1px solid #5e5e5e;
          border-radius: 3px;
          padding-right: 5px;
          font-size: 12.5px;
          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;
          position: relative; }
      .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) {
  .die-cut-option-select {
    position: absolute;
    top: 6px;
    left: 0;
    display: block; }
    .die-cut-option-select .die-cut-option {
      height: 28px;
      margin-top: 4px; }
    .die-cut-option-select .block {
      display: none; }
    .die-cut-option-select .option-header-title {
      padding: 5px; }
    .die-cut-option-select .option-header-title .option-header-title-number .number {
      width: 18px;
      height: 18px; }
  .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 #block-options {
      top: 75px; }
      .options #block-options .color-plate {
        border-bottom: 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;
      position: relative;
      margin: 0 3px; }
    .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; }
  .company-btn {
    margin-left: 10px;
    margin-top: 15px; } }

.company-btn {
  margin-left: 10px;
  margin-top: 15px; }

@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-pn2 {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -2px;
    left: -10px; } }

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

.container-loader-key-hole {
  position: absolute;
  width: 40px;
  height: 40px; }

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

.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; }

.container-loader-pn2 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -2px;
  left: -10px; }

.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; } }

.sh-tool-bar {
  overflow: visible !important; }

.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: 9px;
    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: #FF0201;
    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: #FF0201 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .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: -ms-flexbox;
    display: flex;
    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: #FF0201;
        margin: 0 auto;
        display: block; }
      .button.cart-button .label {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #FF0201; } }

@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); }

.drop-down-unuse {
  color: #a0a0a0 !important; }

@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: #fff;
  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: #C2172D;
    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;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .product-load .head .container .button-list {
        position: absolute;
        right: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-load .list-categories {
    background: #343434;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-bottom: 10px; }
    .product-load .list-categories .category {
      color: white;
      font-weight: bold;
      padding: 3px 0px;
      margin: 0px 15px;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 10px; }
    .product-load .list-categories .active {
      border-bottom: 2px solid #C2172D; }
  .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;
      -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: 1px auto;
    width: 955px; }

.priceStamp {
  display: table;
  margin-left: auto;
  margin-right: auto; }

@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: -ms-flexbox;
      display: flex;
      padding: 0 10px;
      margin: 0 10px;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
  .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: -ms-flexbox;
      display: flex;
      padding: 0 10px;
      margin: 0 10px;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-load .content {
    width: 100%;
    margin: 0px; } }

.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: 445px !important; }
  .product .title-header {
    min-height: 60px; }

.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;
  transition: box-shadow .5s;
  box-shadow: 0px 0px 0px 0px transparent;
  margin: 10px;
  padding: 10px 8px;
  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: #FF0201;
      color: #ffffff; }
  .product-card .title-header {
    margin-bottom: 5px;
    font-size: 13px; }
    .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;
    text-align: left;
    padding-top: 20px; }
    .product-card .product-info .number {
      color: #000000; }
    .product-card .product-info .product-info-detail {
      font-size: 13px;
      color: #878787;
      margin-bottom: 5px; }
  .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: calc(100% - 16px);
    height: 38px;
    line-height: 30px;
    font-size: 10px;
    text-align: center;
    background-color: #FF0201;
    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-card {
    margin: 5px;
    width: 30%;
    min-height: 175px;
    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 .product-maker {
        font-size: 10px; }
    .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-card {
    margin: 2px;
    width: 32%;
    min-height: 160px;
    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 .product-maker {
        font-size: 10px; }
    .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; } }

.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: auto;
        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;
    background: #212121;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 15px; }
  .header .list-buttons .btn-accept {
    width: 160px;
    height: 48px;
    background: #b71c1c !important; }
  .header .list-buttons .btn-cancel {
    width: 140px;
    height: 48px; }

.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-brush .popover {
    top: unset !important;
    bottom: -34px !important; }
  .color-picker .popover {
    left: -10px;
    top: -26px;
    overflow: 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: 320px; }
    .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 {
  display: -ms-flexbox;
  display: flex; }
  .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; }

.list-container {
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  background-color: #f7f7f7;
  -ms-flex-align: center;
      align-items: center; }
  .list-container .slect-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.list-container:hover {
  background: #bbb; }

.list-lazer-op-key {
  padding: 5px 30px;
  border-bottom: 1px solid #bbb;
  background: #f7f7f7; }

.list-lazer-op-key:hover {
  background: #bbb; }

@media screen and (max-width: 1080px) {
  .list-lazer-op-key {
    padding: 5px 15px; } }

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

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

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

.swal2-styled.swal2-deny {
  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; }

.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: 11px !important;
  width: auto !important; }

.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 {
  content: '\30FB';
  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: #ff0201; }

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

.options-image-AI-body {
  background-color: #e0e0e0;
  z-index: 11;
  width: 90%;
  position: absolute;
  width: 1020px;
  left: 60px;
  top: 60px; }

.image-AI-body-close-btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  cursor: pointer; }
  .image-AI-body-close-btn .image-AI-body-close-btn-img {
    width: 25px; }

.image-AI-body {
  padding: 10px; }

.image-AI-body-image-preview {
  width: 20%;
  margin-left: 10px; }
  .image-AI-body-image-preview .image-AI-upload-img-preview {
    width: 98%;
    border-radius: 17px; }

.image-AI {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7px; }
  .image-AI .image-AI-upload {
    width: 20%;
    height: 32px;
    background-color: white;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 10px;
    cursor: pointer;
    position: relative; }
    .image-AI .image-AI-upload .image-AI-upload-span {
      margin-left: 5px;
      font-size: 13px; }
    .image-AI .image-AI-upload .image-AI-upload-input {
      opacity: 0;
      position: absolute;
      cursor: pointer;
      width: 100%; }
  .image-AI .image-AI-text {
    width: 70%;
    text-align: center; }
    .image-AI .image-AI-text .image-AI-text-input {
      width: 97%;
      border-radius: 2px;
      border: none;
      height: 32px;
      font-weight: bold; }
  .image-AI .image-AI-button {
    width: 10%; }
    .image-AI .image-AI-button .image-AI-button-button {
      width: 80px;
      height: 32px;
      border-radius: 2px;
      border: none;
      background-color: #FF0201;
      color: white;
      font-size: 18px; }

.AI-swal .swal2-popup {
  width: 55em !important; }

.AI-swal .spinner-icon {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #f00;
  border-radius: 50%;
  animation: spin 1s linear infinite; }

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

.AI-swal .swal2-content .AI-preview-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  max-height: 555px; }
  .AI-swal .swal2-content .AI-preview-list::-webkit-scrollbar {
    width: 15px; }
  .AI-swal .swal2-content .AI-preview-list::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .AI-swal .swal2-content .AI-preview-list::-webkit-scrollbar-thumb {
    background: #d1d1d1; }
  .AI-swal .swal2-content .AI-preview-list::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1; }

.AI-swal .swal2-content .AI-preview-list .image-col {
  width: 33%; }

.AI-swal .swal2-content .AI-preview-list .image {
  overflow: hidden;
  border: 7px solid transparent;
  position: relative; }
  .AI-swal .swal2-content .AI-preview-list .image .AI-loading {
    width: 100%;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.AI-swal .swal2-content .image-select {
  border-radius: 5px;
  border: 3px solid red; }

.AI-swal .swal2-content .AI-preview-list-img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top; }

.AI-swal .swal2-content .AI-button {
  width: 140px;
  height: 29px;
  margin: 10px;
  border-radius: 6px;
  cursor: pointer; }

.AI-swal .swal2-content .AI-button-cancel {
  background-color: #c5c5c5; }

.AI-swal .swal2-content .AI-button-save {
  background-color: #99f15e; }

.dieCut-swal .dieCutText {
  font-size: 18px; }

.dieCut-swal .dieCutBody {
  padding: 10px;
  max-height: 400px;
  overflow-y: auto; }

.dieCut-swal .item-show {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.dieCut-swal .dieCutBodyHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 50%;
  margin-top: 15px; }

.dieCut-swal .dieCutBodyInput {
  width: 25px;
  height: 25px;
  margin-right: 17px; }

.dieCut-swal .dieCutBodyImg {
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex; }

.dieCut-swal .dieCutBodyImage {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 90px;
  max-width: 90px; }

.dieCut-swal .buttonFooter .cancel {
  background-color: #aeb0ae; }

.dieCut-swal .buttonFooter .submit {
  background-color: #26b7b7; }

.dieCut-swal .buttonFooterBtn {
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  height: 42px;
  width: 95px;
  border-radius: 9px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px; }

@media screen and (max-width: 1080px) {
  .mess-box-color {
    font-size: 10px; }
  .AI-swal .AI-preview-list::-webkit-scrollbar {
    width: 0px !important; }
  .AI-swal .AI-preview-list .image-col {
    width: 50% !important; }
  .AI-swal .AI-preview-list .image {
    border: 3px solid transparent !important; }
  .AI-swal .swal2-content {
    padding: 0; }
  .options-image-AI-body {
    position: absolute;
    left: 0;
    top: 65px;
    bottom: unset;
    width: 100%; }
  .image-AI-body-image-preview {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 3px; }
    .image-AI-body-image-preview .image-AI-upload-img-preview {
      width: 33%; }
  .image-AI-body {
    padding: 10px;
    text-align: center; }
  .image-AI {
    display: block;
    text-align: center; }
    .image-AI .image-AI-upload {
      width: 100%; }
    .image-AI .image-AI-text {
      width: 100%;
      text-align: center;
      margin-top: 6px; }
      .image-AI .image-AI-text .image-AI-text-input {
        width: 100%; }
    .image-AI .image-AI-button {
      width: 100%;
      margin-top: 8px; } }

@media screen and (min-width: 1080px) {
  .modal {
    position: fixed;
    z-index: 99;
    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: 99;
    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: 999;
  bottom: 60px;
  right: 55px;
  cursor: pointer; }

.t-p-sp {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 999;
  cursor: pointer; }

.t-chat {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 300;
  bottom: 10px;
  right: 55px;
  cursor: pointer; }

.t-live-video {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 300;
  bottom: 40px;
  right: 115px;
  cursor: pointer; }

.live-streaming {
  background-color: #E41E04;
  color: white; }

.unread-chat-count {
  background: none repeat scroll 0 0 #E20001;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  border: 1px solid #fff;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 20px; }

@media (min-width: 1080px) {
  .unread-chat-count {
    right: -4px; } }

@media (max-width: 1080px) {
  .unread-chat-count {
    right: 0px; } }

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

.chat-window-show {
  display: block;
  visibility: visible;
  width: 300px;
  height: 83vh;
  position: fixed;
  z-index: 1;
  bottom: 10px;
  top: 120px;
  right: calc(50vw - 540px);
  cursor: pointer;
  z-index: 999;
  box-sizing: border-box;
  box-shadow: 0px 7px 40px 2px rgba(148, 149, 150, 0.3);
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: 0.3s ease-in-out;
  border-radius: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.chat-window-hidden {
  display: none;
  visibility: hidden; }

.sc-chat-header {
  background: #272727;
  color: white;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box; }

.sc-header-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 1px;
  -ms-flex: 1;
      flex: 1;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5px; }
  .sc-header-name .sc-header--label {
    font-size: 18px;
    font-weight: bold; }
  .sc-header-name .sc-header--button {
    width: 89px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-left: 193px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px; }

.sc-header--team-name {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 1;
      flex: 1;
  margin-top: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 3px; }

.sc-header--team-id {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 1px;
  -ms-flex: 1;
      flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px; }

.sc-header--label {
  position: absolute; }

.sc-user-input {
  transition: background-color .2s ease,box-shadow .2s ease;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px; }

.sc-user-input.active {
  box-shadow: none;
  background-color: #f9f9f9; }

.sc-user-input--text {
  width: 272px;
  height: 110px;
  resize: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: #030303;
  -webkit-font-smoothing: antialiased;
  overflow: scroll;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #c3c0c0;
  border-radius: 5px; }

.sc-user-input--text:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: rgba(86, 88, 103, 0.3);
  outline: none; }

.sc-user-input--button {
  margin-top: 8px; }

.sc-user-input--button-send {
  width: 80px;
  color: white;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 8px;
  background-color: #E41E04;
  height: 33px;
  font-size: 18px; }

.sc-user-input--button-send:hover {
  box-shadow: 2px 3px 2px #888888; }

.sc-user-input--button-back {
  width: 80px;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 8px;
  text-align: center;
  float: right;
  background-color: #3E3E3E;
  color: white;
  height: 33px;
  font-size: 18px; }

.sc-user-input--button-back:hover {
  box-shadow: 2px 3px 2px #888888; }

.sc-message {
  width: 280px;
  margin: auto;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex; }

.sc-message--content {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

/*.sc-message--content.sent {
  justify-content: flex-end;
}*/
/*.sc-message--content.sent .sc-message--avatar {
  display: none;
}
*/
.sc-message--avatar {
  background-size: 100%;
  background-position: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 14px;
  margin-top: 5px; }

.sc-message--delete {
  margin-right: 5px;
  background-position: center;
  min-width: 40px;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.sc-message--text {
  border-radius: 6px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
  width: calc(100% - 70px); }

/*.sc-message--content.sent .sc-message--text {
  color: white;
  background-color: #4e8cff;
  max-width: calc(100% - 120px);
  word-wrap: break-word;
}*/
.sc-message--content.received .sc-message--text {
  color: #263238;
  margin-right: 40px;
  margin-right: 1px; }

.sc-message--content.sent {
  color: #263238;
  margin-right: 40px;
  margin-right: 1px;
  background-color: #15fa7c;
  border-radius: 6px; }

.sc-message-list {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: white;
  background-size: 100%; }

.sc-message--me {
  text-align: right; }

.sc-message--them {
  text-align: left; }

.chat-content {
  font-weight: bold;
  font-style: 16px; }

.chat-username {
  font-size: 13px;
  opacity: 0.7; }
  @media (max-width: 1080px) {
    .chat-username {
      width: 50%; } }

.chat-datetime {
  opacity: 0.7; }
  @media (max-width: 1080px) {
    .chat-datetime {
      width: 50%;
      text-align: right; } }

.btn-chat-hidden-show {
  display: block;
  position: fixed;
  bottom: 100px;
  right: calc(50vw - 240px); }

.btn-chat-hidden-hidden {
  display: none;
  visibility: hidden; }

.btn-chat-text-hidden {
  width: 22px;
  font-size: 12px;
  background-color: white;
  border: 1px solid;
  color: #525151;
  border-right: none; }

.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: red;
  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/bg-pop-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 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: red;
    font-size: 25px;
    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 {
    background: rgba(255, 255, 255, 0.8);
    color: #303030;
    font-size: 12px !important;
    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; }

.sentLoading {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid blue;
  border-bottom: 5px solid blue;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-left: 20px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media screen and (max-width: 1080px) {
  .btn-chat-hidden-show {
    display: block;
    position: fixed;
    bottom: 200px;
    right: 272px; }
  .btn-chat-hidden-hidden {
    display: none;
    visibility: hidden; }
  .t-p {
    bottom: 120px !important;
    right: 5px !important; }
  .t-chat {
    bottom: 86px !important;
    right: 5px !important; }
  .free-design-body-wrap-img {
    top: 10px !important;
    width: 38% !important; }
  .chat-window-show {
    height: calc(100% - 70px);
    top: 65px;
    width: 272px;
    right: 0; }
  .sc-user-input--text {
    width: 258px; } }

.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: red;
  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/bg-pop-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 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: red;
    font-size: 25px;
    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 {
    background: rgba(255, 255, 255, 0.8);
    color: #303030;
    font-size: 12px !important;
    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: 300px;
    height: 390px; }
    .modal-main-imagick .row-modal .pc-preview-3d-wrap img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         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;
    -o-object-fit: contain !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: 210px;
      height: 252px; }
      .modal-main-imagick .modal-main-imagick-pre-wrap img {
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: contain !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 #FF0201 !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: 172px;
  right: 15px;
  z-index: 9; }

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

.wrap-pre-btn {
  position: absolute;
  top: 221px;
  right: 53px; }

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

.btn-get-preview {
  width: 100px;
  font-size: 12px;
  border: 1px solid #242424;
  border-radius: 3px;
  color: black;
  height: 30px;
  position: relative; }

.carousel .slide {
  background-color: transparent !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

@media screen and (min-width: 1080px) {
  .filter-box-makeby {
    width: 80%;
    margin: 0 auto; }
  .filter-box-content {
    padding: unset !important; }
  .filter-box-price {
    width: 80%;
    margin: 0 auto; }
  .filter-box-size {
    width: 80%;
    margin: 0 auto; }
  .filter-box-color {
    width: 80%;
    margin: 0 auto; }
  .filter-box-size {
    width: 80%;
    margin: 0 auto; } }

.no-key-mapping {
  margin: 5px; }

.filter-box-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.content-product-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  width: 70%;
  margin: 0 auto;
  margin-top: 16px; }

.product-card-filter-container {
  border: solid #b9b7b7 1px;
  padding: 16px;
  margin: 5px 1px;
  width: 49%;
  background-color: #fff; }
  .product-card-filter-container .filter-title-maker {
    text-align: left;
    font-weight: bold;
    color: #9e9e9e;
    margin-bottom: 4px;
    font-size: 12px; }
  .product-card-filter-container .filter-title-product {
    text-align: left;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .product-card-filter-container .filter-content-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: end;
        align-items: flex-end; }
  .product-card-filter-container .filter-content-product-left {
    width: 40%; }
    .product-card-filter-container .filter-content-product-left .filter-ct-img-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .product-card-filter-container .filter-content-product-left .filter-ct-img-wrap img {
        width: 80%;
        height: 80%;
        -o-object-fit: contain;
           object-fit: contain; }
  .product-card-filter-container .filter-content-product-right {
    width: 54%; }
    .product-card-filter-container .filter-content-product-right .filter-ct-r-imfo {
      color: #9e9e9e;
      text-align: right; }
    .product-card-filter-container .filter-content-product-right .filter-ct-r-price {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 4px;
      margin-bottom: 8px;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-1 {
        width: 50%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        line-height: 1;
        font-weight: bolder; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-1 span {
          font-size: 20px;
          font-weight: bold; }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-2 {
        width: auto;
        color: #9e9e9e;
        line-height: 1;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding-left: 8px;
        font-weight: bolder; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-2 span {
          font-size: 14px;
          font-weight: bold; }
    .product-card-filter-container .filter-content-product-right .filter-ct-r-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 {
        width: 46%;
        margin-right: 4px; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 button {
          background-color: #fff;
          border: 1px solid #000;
          border-radius: 3px;
          width: 100%;
          height: 35px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          font-size: 12px;
          white-space: nowrap;
          color: #222222 !important; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 .popup-detail-product {
          position: relative; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 .popup-detail-product::after {
          display: inline-block;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #000;
          content: "";
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%); }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-2 {
        width: 46%;
        margin-left: 4px;
        -ms-flex-positive: 1;
            flex-grow: 1; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-2 button {
          background-color: red;
          border: 1px solid red;
          border-radius: 3px;
          width: 100%;
          height: 35px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fff;
          font-size: 12px; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-2 .product-design-btn {
          position: relative; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-2 .product-design-btn::after {
          display: inline-block;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #ffffff;
          content: "";
          position: absolute;
          right: 5px;
          top: 50%;
          transform: translateY(-50%); }
    .product-card-filter-container .filter-content-product-right .container-price-item {
      margin-bottom: 5px; }
      .product-card-filter-container .filter-content-product-right .container-price-item .price-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
        .product-card-filter-container .filter-content-product-right .container-price-item .price-1 .wrap-price-item {
          margin-right: 10px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
              align-items: flex-end;
          color: #9e9e9e;
          font-size: 13px; }
        .product-card-filter-container .filter-content-product-right .container-price-item .price-1 .price-item-product-new {
          font-size: 18px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
              justify-content: flex-start;
          -ms-flex-align: end;
              align-items: flex-end;
          margin-bottom: -3px; }
  .product-card-filter-container .product-card-filter-body-left img {
    width: 80%; }
  .product-card-filter-container .product-card-filter-title {
    border-bottom: solid #b9b7b7 1px;
    padding-left: 3px;
    text-align: left; }
    .product-card-filter-container .product-card-filter-title .product-card-filter-title-content {
      display: inline-block;
      width: 99%;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis; }
  .product-card-filter-container .product-card-filter-body {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0; }
    .product-card-filter-container .product-card-filter-body .product-card-filter-body-left {
      width: 40%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 10px; }
    .product-card-filter-container .product-card-filter-body .product-card-filter-body-right {
      width: 59%;
      text-align: left; }
      .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .ct {
        margin: 5px 0; }
        .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .ct span {
          border: 1px solid #919191;
          padding: 0 4px; }
      .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .btn-product-card-filter-view {
        background-color: #4285F4;
        font-size: 12px;
        color: #fff;
        border: solid #4285F4 2px;
        border-radius: 3px;
        height: 35px;
        width: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .btn-product-card-filter-design {
        margin-left: 5px;
        background-color: #FF0000;
        font-size: 12px;
        color: #fff;
        border: solid #FF0000 2px;
        border-radius: 3px;
        height: 35px;
        width: 105px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }

.filter-box-container {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #ffffff;
  z-index: 99999;
  border: solid 1px #bbb;
  overflow-y: scroll;
  overflow-x: hidden; }
  .filter-box-container .filter-box-title {
    padding: 20px 0;
    background-color: red;
    text-align: center;
    color: #fff; }
    .filter-box-container .filter-box-title .filter-button-close {
      position: absolute;
      top: 13px; }
  .filter-box-container .filter-box-body {
    padding: 5px 0;
    background-color: #570000;
    color: #fff;
    font-weight: 600;
    padding-left: 10px;
    margin-bottom: 1px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .filter-box-container .filter-box-body .img-filter-action {
      width: 18px;
      height: 18px;
      margin-right: 7px; }
      .filter-box-container .filter-box-body .img-filter-action img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .filter-box-container .filter-box-body .title-filter-box {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .filter-box-container .filter-box-body .title-filter-box .title-filter-box-img {
        width: 15px;
        height: 15px;
        margin-left: 5px; }
        .filter-box-container .filter-box-body .title-filter-box .title-filter-box-img img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
  .filter-box-container .filter-hidend-box {
    display: none !important; }
  .filter-box-container .filter-box-content {
    padding: 10px 0px 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .filter-box-container .filter-box-content span {
      margin-right: 2px;
      border-radius: 5px;
      background-color: #cacaca;
      padding: 0 2px;
      cursor: pointer; }
    .filter-box-container .filter-box-content .active {
      background-color: #ffe4d2; }
    .filter-box-container .filter-box-content .key-maker {
      padding: 14px 0; }
    .filter-box-container .filter-box-content .filter-box-content-key.key-category:nth-child(3n) {
      margin-right: 4px; }
    .filter-box-container .filter-box-content .filter-box-content-key.key-category:nth-child(6n) {
      margin-right: 0; }
    .filter-box-container .filter-box-content .key-category {
      width: calc((100% - 20px) / 6);
      padding: 17px 0;
      text-align: center; }

.sww-price-container {
  z-index: 99999 !important; }

.sww-price-content {
  padding: unset !important; }

.sww-price-title {
  font-size: 20px;
  font-weight: bold; }

.sww-price-ct {
  text-align: left;
  margin-top: 10px; }

.sww-content-product-detail {
  padding: unset !important;
  position: relative; }
  .sww-content-product-detail .discount-product {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: -1; }
    .sww-content-product-detail .discount-product .discount-product-img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

.sww-contai-product-detail {
  z-index: 99999 !important; }

.sww-pro-detai-container {
  width: 100%;
  margin: 0 auto; }

.pro-cont {
  margin: 10px 0; }

.product-detail-head {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex; }

.product-detail-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold; }

.pro-head-cont {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%; }

.product-detail-head-left.pro-head-cont {
  text-align: left; }

.product-detail-head-right.pro-head-cont {
  text-align: right; }
  .product-detail-head-right.pro-head-cont span {
    color: #14b7c2;
    padding: 5px; }

.product-detail-head-left span {
  background-color: red;
  padding: 5px;
  border-radius: 12px;
  color: #fff; }

.product-detail-options.pro-cont {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #888; }
  .product-detail-options.pro-cont .checked {
    color: orange; }
  .product-detail-options.pro-cont .number {
    color: #14b7c2; }

.product-detail-img.pro-cont {
  border: 2px solid #eee;
  padding: 5px;
  text-align: center; }
  .product-detail-img.pro-cont img {
    width: 100%; }

.product-detail-content.pro-cont {
  font-weight: bold;
  font-size: 1em;
  text-align: left; }

.sww-confirmButton-product-detail {
  background-color: red !important; }

.sww-contai-product-detail-close-btn {
  top: 5px !important;
  right: 5px !important;
  width: 50px !important;
  font-size: 16px !important;
  color: #14b7c2 !important;
  font-weight: bold !important; }

.sww-contai-product-detail-close-button {
  font-weight: bolder !important;
  color: #000 !important; }

.sww-contai-product-detail-close-btn:focus {
  box-shadow: unset !important; }

.filter-box-content-key {
  width: calc((100% - 12px) / 3);
  border: #b1b1b1 solid 1px;
  margin: 2px 4px 2px 0;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis; }

.filter-box-content-key:nth-child(3n) {
  margin-right: 0; }

.box-filter {
  width: 450px;
  margin: 15px auto; }
  .box-filter .filter-display {
    margin-top: 10px; }
    .box-filter .filter-display img {
      width: 12px; }

.content-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.filter-box-content-key-color {
  width: calc((100% - 28px) / 8);
  margin: 2px 4px 2px 0;
  border: 1px #a1a1a1 solid;
  text-align: center;
  /* height: 33px; */
  padding: 12px 5px; }

.filter-box-content-key-color:nth-child(8n) {
  margin-right: 0; }

.filter-box-content-key-color-all {
  margin: 2px;
  border: 1px #a1a1a1 solid;
  width: 150px;
  padding: 3px 0;
  height: 100%;
  text-align: center;
  background: red;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);
  /* Standard syntax (must be last) */ }

.all-color-bg {
  background: red;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
  /* Standard syntax (must be last) */ }

.content-size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.key-size {
  width: calc((100% - 28px) / 8);
  border: 1px #a1a1a1 solid;
  margin: 2px 4px 2px 0;
  padding: 17px 0;
  text-align: center; }

.key-size:nth-child(8n) {
  margin-right: 0 !important; }

.active-color-filter {
  border: 2px #000 solid !important; }

.f-d-wrap-mess {
  display: inline-block; }

.f-d-wrap-icon {
  display: inline-block;
  margin-left: 10px; }

.filter-box-content-custom-checkbox {
  width: 49%;
  text-align: left;
  position: relative; }
  .filter-box-content-custom-checkbox input {
    height: 22px;
    width: 22px; }
  .filter-box-content-custom-checkbox .custom-control-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.filter-box-footer {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #ff0000;
  z-index: 99999;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 60px;
  bottom: 0;
  left: 0; }
  .filter-box-footer button {
    height: 37px;
    margin-right: 5px;
    border-color: #570000;
    border-radius: 5px;
    background-color: #570000;
    color: #fff;
    width: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-width: 0 2px 2px 0;
    padding: 8px 0 10px; }

.filter-box-content-size-option {
  padding: 0 15px; }
  .filter-box-content-size-option select {
    width: 100%;
    height: 35px;
    border: unset;
    background-color: #fff;
    margin: 10px 0;
    font-size: 16px; }
  .filter-box-content-size-option select:focus-visible {
    outline: unset !important; }

.filter-box-footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
  -ms-flex-align: center;
      align-items: center; }
  .filter-box-footer-container .filter-box-footer-container-content {
    width: 50%;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

.f-b-f-w {
  position: relative;
  height: 100%; }
  .f-b-f-w .f-b-f-w-ct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

.con-p-c-f-wrap {
  display: inline-block; }

.btn-p-c-f-wrap {
  margin-top: 12px !important; }

.content-size-category {
  padding-top: 0px !important; }

.filter-box-content-category {
  width: calc((100% - 12px) / 4);
  border: #b1b1b1 solid 1px;
  margin: 2px 4px 2px 0;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 12px; }

.filter-box-content-category:nth-child(4n) {
  margin-right: 0; }

.filter-rs-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  text-align: left; }
  .filter-rs-title .filter-rs-title-ct-left {
    width: auto; }
    .filter-rs-title .filter-rs-title-ct-left .filter-rs-title-ct-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .filter-rs-title .filter-rs-title-ct-left .filter-rs-title-ct-wrap .filter-rs-title-ct-t1 {
        width: auto; }
      .filter-rs-title .filter-rs-title-ct-left .filter-rs-title-ct-wrap .pa-l-8 {
        padding-left: 8px; }
  .filter-rs-title .filter-rs-title-ct-right {
    width: 40%;
    text-align: left;
    color: #1243dc;
    padding-left: 8px; }

.filter-rs-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left; }
  .filter-rs-action .filter-rs-action-ct-left {
    width: 35%; }
  .filter-rs-action .filter-rs-action-ct-right {
    width: 65%; }
    .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c {
        width: auto; }
        .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort .filter-rs-action-ct-wrap-c-box-sort-img {
            margin-right: 5px; }
            .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort .filter-rs-action-ct-wrap-c-box-sort-img img {
              width: 18px; }
          .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort select {
            font-size: 12px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border: unset;
            background-color: unset; }
          .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort select:focus-visible {
            outline: unset !important; }
        .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-filter {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-filter .filter-rs-action-ct-wrap-c-box-filter-img {
            margin-right: 5px;
            margin-left: 16px; }
            .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-filter .filter-rs-action-ct-wrap-c-box-filter-img img {
              width: 18px; }

.box-rating-star {
  display: inline-block; }
  .box-rating-star .item-rating {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    display: inline-block; }
    .box-rating-star .item-rating .fa {
      color: #ffbb00;
      font-size: 14px;
      margin-left: 3px; }
  .box-rating-star .text-item-rating {
    display: none; }

@media screen and (max-width: 374px) {
  .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-1 {
    font-size: 10px !important; }
    .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-1 span {
      font-size: 15px !important; }
  .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-2 {
    font-size: 10px !important; }
    .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-2 span {
      font-size: 14px !important; }
  .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 button {
    color: #222222 !important; }
  .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort select {
    color: #000 !important; } }

@media screen and (max-width: 1424px) {
  .content-product-filter {
    width: 70%; } }

@media screen and (max-width: 1324px) {
  .content-product-filter {
    width: 80%; } }

@media screen and (max-width: 1263px) {
  .content-product-filter {
    width: 88%; } }

@media screen and (max-width: 1123px) {
  .content-product-filter {
    width: 90%; } }

@media screen and (max-width: 1100px) {
  .content-product-filter {
    width: 90%; } }

@media screen and (max-width: 1080px) {
  .filter-box-content-key {
    width: calc((100% - 22px) / 3) !important; }
  .content-product-filter {
    width: 99%; }
  .product-card-filter-container {
    border: solid #b9b7b7 1px;
    padding: 16px;
    margin: 0px 16px 12px 16px;
    width: 100%;
    position: relative; }
    .product-card-filter-container .discount-product-tool {
      position: absolute;
      width: 30px;
      height: 30px;
      right: 10px;
      top: 5px; }
      .product-card-filter-container .discount-product-tool .discount-product-tool-img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .product-card-filter-container .filter-title-maker {
      text-align: left;
      font-weight: bold;
      color: #9e9e9e;
      margin-bottom: 4px; }
    .product-card-filter-container .filter-title-product {
      text-align: left;
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 8px;
      white-space: unset !important; }
    .product-card-filter-container .filter-content-product {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: end;
          align-items: flex-end; }
    .product-card-filter-container .filter-content-product-left {
      width: 40%;
      margin: auto; }
      .product-card-filter-container .filter-content-product-left .filter-ct-img-wrap img {
        width: 80%;
        height: 80%;
        -o-object-fit: contain;
           object-fit: contain; }
    .product-card-filter-container .filter-content-product-right {
      width: 60%; }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-imfo {
        color: #9e9e9e;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 13px;
        -ms-flex-pack: start;
            justify-content: flex-start; }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 4px;
        margin-bottom: 8px;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-1 {
          width: auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
              align-items: flex-end;
          line-height: 1;
          font-size: 12px;
          color: #9e9e9e;
          -ms-flex-pack: end;
              justify-content: flex-end; }
          .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-1 span {
            font-size: 20px;
            font-weight: bold;
            color: #000;
            margin-bottom: -1px; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-2 {
          width: auto;
          color: #9e9e9e;
          line-height: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
              align-items: flex-end;
          font-size: 12px;
          padding-left: 8px; }
          .product-card-filter-container .filter-content-product-right .filter-ct-r-price .filter-ct-r-price-2 span {
            font-size: 14px;
            font-weight: bold; }
      .product-card-filter-container .filter-content-product-right .filter-ct-r-actions {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 {
          width: 46%;
          margin-right: 4px; }
          .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-1 button {
            background-color: #fff;
            border: 1px solid #000;
            border-radius: 3px;
            width: 100%;
            height: 30px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            font-size: 12px;
            white-space: nowrap;
            color: #222222 !important; }
        .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-2 {
          width: 46%;
          margin-left: 4px;
          -ms-flex-positive: 1;
              flex-grow: 1; }
          .product-card-filter-container .filter-content-product-right .filter-ct-r-actions .filter-ct-r-actions-2 button {
            background-color: red;
            border: 1px solid red;
            border-radius: 3px;
            width: 100%;
            height: 30px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            color: #fff;
            font-size: 12px; }
    .product-card-filter-container .product-card-filter-body-left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-right: 10px; }
    .product-card-filter-container .product-card-filter-title {
      border-bottom: solid #b9b7b7 2px; }
    .product-card-filter-container .product-card-filter-title {
      padding-left: 3px;
      text-align: left; }
    .product-card-filter-container .product-card-filter-body {
      display: -ms-flexbox;
      display: flex;
      padding: 5px 0; }
      .product-card-filter-container .product-card-filter-body .product-card-filter-body-left {
        width: 40% !important; }
      .product-card-filter-container .product-card-filter-body .product-card-filter-body-right {
        width: 60%;
        text-align: left; }
        .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .ct {
          margin: 4px 0; }
        .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .btn-product-card-filter-view {
          background-color: #4285F4;
          font-size: 12px;
          color: #fff;
          border: solid #4285F4 2px;
          border-radius: 3px;
          height: 35px;
          width: 100px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
        .product-card-filter-container .product-card-filter-body .product-card-filter-body-right .btn-product-card-filter-design {
          margin-left: 5px;
          background-color: #FF0000;
          font-size: 12px;
          color: #fff;
          border: solid #FF0000 2px;
          border-radius: 3px;
          height: 35px;
          width: 105px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .box-filter {
    margin: 16px !important;
    width: unset !important;
    font-size: 12px; }
    .box-filter .filter-display {
      background-color: #c5c5c5;
      padding: 13px 0;
      margin-top: 0 !important; }
      .box-filter .filter-display img {
        width: 12px; }
    .box-filter .box-sort {
      text-align: right;
      margin: 5px 0; }
      .box-filter .box-sort .sort-content {
        position: relative;
        margin-right: 7px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
        background: #d0d0d0; }
        .box-filter .box-sort .sort-content:after {
          content: '';
          border-top: 9px solid #000;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          position: absolute;
          left: 9px;
          top: 50%;
          transform: translateY(-50%);
          pointer-events: none; }
        .box-filter .box-sort .sort-content select {
          -moz-appearance: none;
          /*for chrome*/
          -webkit-appearance: none;
          appearance: none;
          border: unset;
          background-color: unset;
          padding: 0 20px; }
    .box-filter .filter-title-result {
      display: -ms-flexbox;
      display: flex; }
      .box-filter .filter-title-result .filter-title-result-left {
        width: 70%;
        text-align: left;
        padding-left: 3px; }
      .box-filter .filter-title-result .filter-title-result-right {
        width: 30%; }
  .filter-box-content-key-color {
    width: 7% !important;
    border: 1px #a1a1a1 solid;
    margin: 2px;
    height: 23px; }
  .filter-box-content-key-color-all {
    margin: 2px;
    border: 1px #a1a1a1 solid;
    width: 54px !important;
    padding: 3px 0;
    height: 100%;
    text-align: center;
    background: red;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red, orange, yellow, green, cyan, blue, violet);
    /* Standard syntax (must be last) */ }
  .key-size {
    width: 23% !important;
    margin: 2px !important;
    text-align: center;
    padding: 5px 0 !important; }
  .f-d-wrap-mess {
    max-width: 90%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .f-d-wrap-icon {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-left: 5px !important; }
  .content-material {
    text-align: center;
    padding-bottom: 0px !important; }
    .content-material select {
      width: 70%;
      height: 25px;
      border-radius: 5px;
      outline: unset; }
  .filter-box-content .key-maker {
    padding: 8px 2px !important;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .filter-box-content .key-category {
    width: 48% !important;
    padding: 8px 0 !important; }
  .filter-box-content-size-option select {
    height: 27px !important; }
  .filter-box-content-category {
    width: 48% !important; }
  .filter-rs-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 16px;
    text-align: left; }
    .filter-rs-title .filter-rs-title-ct-left {
      width: auto; }
      .filter-rs-title .filter-rs-title-ct-left .filter-rs-title-ct-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .filter-rs-title .filter-rs-title-ct-left .filter-rs-title-ct-wrap .filter-rs-title-ct-t1 {
          width: auto; }
        .filter-rs-title .filter-rs-title-ct-left .filter-rs-title-ct-wrap .pa-l-8 {
          padding-left: 8px; }
    .filter-rs-title .filter-rs-title-ct-right {
      width: 40%;
      text-align: left;
      color: #1243dc;
      padding-left: 8px; }
  .filter-rs-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left; }
    .filter-rs-action .filter-rs-action-ct-left {
      width: 35%; }
    .filter-rs-action .filter-rs-action-ct-right {
      width: 65%; }
      .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c {
          width: auto; }
          .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort .filter-rs-action-ct-wrap-c-box-sort-img {
              margin-right: 5px; }
              .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort .filter-rs-action-ct-wrap-c-box-sort-img img {
                width: 18px; }
            .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort select {
              font-size: 12px;
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              border: unset;
              background-color: unset;
              outline: unset;
              width: 100%; }
            .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort .filter-rs-action-ct-wrap-c-box-sort-content {
              -ms-flex-positive: 1;
                  flex-grow: 1; }
              .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-sort .filter-rs-action-ct-wrap-c-box-sort-content select {
                color: #000; }
          .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-filter {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-filter .filter-rs-action-ct-wrap-c-box-filter-img {
              margin-right: 5px;
              margin-left: 16px; }
              .filter-rs-action .filter-rs-action-ct-right .filter-rs-action-ct-wrap .filter-rs-action-ct-wrap-c .filter-rs-action-ct-wrap-c-box-filter .filter-rs-action-ct-wrap-c-box-filter-img img {
                width: 18px; } }

.box-video {
  margin: 15px 0; }

.sub-common-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #2aa400;
  text-align: left;
  padding: 11px 10px;
  margin: 0 0 18px;
  border-left: 10px solid #2aa400;
  border-bottom: 2px solid #2aa400; }

.video-detail {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin: 15px auto auto; }
  .video-detail .if-video {
    width: 100%; }

.box-item .sub-title-text {
  font-size: 12px;
  line-height: 1.6;
  padding: 0 5px;
  text-align: left; }

.items-list {
  margin: 0 -2px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .items-list li {
    width: 19%;
    padding: 5px 2px 15px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box; }
    .items-list li img {
      display: block;
      vertical-align: middle;
      max-width: 100%;
      max-height: 100%;
      width: 100% !important;
      height: unset !important; }

.size-chart-item {
  overflow: hidden;
  margin-bottom: 15px; }
  .size-chart-item .item_manual_text02 {
    text-align: left; }

.size-chart-item-text {
  display: block;
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  color: #404040;
  margin-bottom: 5px; }

.table-sizes {
  overflow: hidden;
  overflow-x: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px; }
  .table-sizes table {
    width: auto !important;
    max-width: 100%;
    border-collapse: collapse; }
    .table-sizes table th {
      background: #4986bf;
      text-align: center;
      font-size: 9px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      color: #fff;
      white-space: nowrap;
      height: 22px;
      vertical-align: middle;
      border: 1px dotted #fff;
      border-width: 0 0 0 1px;
      padding: 0 4px;
      border-bottom: #edff00 1px solid; }
    .table-sizes table td {
      background: #fff;
      text-align: center;
      vertical-align: middle;
      font-size: 9px;
      line-height: 14px;
      color: #656565;
      height: 17px;
      width: 28px;
      padding: 2px;
      border: 1px dotted #4986bf;
      border-width: 0 0 0 1px;
      border-bottom: 1px solid #b3b3b3;
      padding: 0 4px; }

.table-01 {
  overflow: hidden;
  overflow-x: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px; }
  .table-01 table {
    width: auto !important;
    max-width: 100%;
    border-collapse: collapse; }
    .table-01 table th {
      background: #4986bf;
      text-align: center;
      font-size: 9px;
      font-weight: 700;
      line-height: 20px;
      text-transform: uppercase;
      color: #fff;
      white-space: nowrap;
      height: 22px;
      vertical-align: middle;
      border: 1px dotted #fff;
      border-width: 0 0 0 1px;
      padding: 0 4px;
      border-bottom: #edff00 1px solid; }
    .table-01 table td {
      background: #fff;
      text-align: center;
      vertical-align: middle;
      font-size: 9px;
      line-height: 14px;
      color: #656565;
      height: 17px;
      width: 28px;
      padding: 2px;
      border: 1px dotted #4986bf;
      border-width: 0 0 0 1px;
      border-bottom: 1px solid #b3b3b3;
      padding: 0 4px; }

.material-information-list {
  margin: 0 3px 12px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 14px !important;
  line-height: 1.5em !important;
  color: #000;
  text-align: left; }

.thickness-fabric-box {
  height: 80px;
  overflow: hidden;
  background: #caeaff;
  border-radius: 5px;
  width: 308px;
  margin: 0 auto; }
  .thickness-fabric-box h3 {
    margin: 0 0 10px;
    background: #258dc3;
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .thickness-fabric-box h2 {
    margin: 0 0 10px;
    background: #258dc3;
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
  .thickness-fabric-box .thickness-fabric-holder {
    overflow: unset;
    overflow: hidden;
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 14px;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
        align-items: center; }
    .thickness-fabric-box .thickness-fabric-holder span {
      display: inline-block;
      vertical-align: top;
      font-size: 10px;
      line-height: 14px;
      color: #000;
      padding: 0 6px;
      position: relative;
      bottom: -2px; }
    .thickness-fabric-box .thickness-fabric-holder div {
      overflow: unset; }
    .thickness-fabric-box .thickness-fabric-holder .thickness-fabric-holder-div {
      display: inline-block; }
  .thickness-fabric-box i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 14px;
    overflow: hidden;
    font: 12px/14px Arial,Helvetica,sans-serif;
    margin: 0 1px; }
  .thickness-fabric-box .active {
    position: relative;
    background: url("https://up-t.jp/common/smart/design/img/product/icon-thickness-fabric-03-active.png") no-repeat 50% !important; }
    .thickness-fabric-box .active span {
      display: block;
      width: 100%;
      position: absolute;
      bottom: -17px;
      text-align: center;
      font-size: 10px;
      padding: 0; }
  .thickness-fabric-box .i01 {
    background: url("https://up-t.jp/common/smart/design/img/product/icon-thickness-fabric-01.png") no-repeat 50%;
    background-size: auto 14px; }
  .thickness-fabric-box .i02 {
    background: url("https://up-t.jp/common/smart/design/img/product/icon-thickness-fabric-01.png") no-repeat 50%;
    background-size: auto 14px; }
  .thickness-fabric-box .i03 {
    background: url("https://up-t.jp/common/smart/design/img/product/icon-thickness-fabric-01.png") no-repeat 50%;
    background-size: auto 14px; }
  .thickness-fabric-box .thickness-fabric-holder .i04 {
    background: url("https://up-t.jp/common/smart/design/img/product/icon-thickness-fabric-01.png") no-repeat 50%;
    background-size: auto 14px; }
  .thickness-fabric-box .i05 {
    background: url("https://up-t.jp/common/smart/design/img/product/icon-thickness-fabric-01.png") no-repeat 50%;
    background-size: auto 14px; }

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

.about-print__item {
  margin-bottom: 12px;
  -ms-flex-align: start;
      align-items: flex-start; }
  .about-print__item .about-print__title {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    background: #4c4c4c;
    border-radius: 100px;
    padding: 4px 12px px 2px;
    margin-right: 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: 700;
    min-width: 79px;
    text-align: center; }
  .about-print__item .about-print__content {
    font-size: 14px;
    line-height: 20px;
    text-align: left; }
  .about-print__item .box-images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    .about-print__item .box-images .about-images-item {
      padding-left: 4px;
      padding-right: 4px;
      margin-bottom: 8px;
      width: calc(100% / 5); }
      .about-print__item .box-images .about-images-item .about-print__image {
        border: 1px solid #e2e2e2;
        background: #FFf;
        padding: 5px;
        height: 100%; }
        .about-print__item .box-images .about-images-item .about-print__image .image {
          width: 100%;
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin-bottom: 10px; }
          .about-print__item .box-images .about-images-item .about-print__image .image .lazyload {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
        .about-print__item .box-images .about-images-item .about-print__image .print__image--text {
          font-size: 12px;
          line-height: 13px;
          font-weight: 700;
          text-align: center; }
        .about-print__item .box-images .about-images-item .about-print__image .about-print__item_img {
          width: 100%; }
  .about-print__item .about-print-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 5px; }
    .about-print__item .about-print-slide .print-slide__content {
      margin: 5px; }
    .about-print__item .about-print-slide .print-slide__item {
      width: calc((100% - 24px) / 3);
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: 1px solid #c1c1c1;
      margin: 3px;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex; }
      .about-print__item .about-print-slide .print-slide__item .lazyload {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .about-print__item .about-print-slide .about-print__item_img {
      width: 100%; }

.chat-window-show {
  height: 78vh;
  bottom: 30px;
  top: auto;
  background: #f9f9f9; }
  @media (max-width: 1080px) {
    .chat-window-show {
      width: 100%;
      height: calc(100% - 70px);
      bottom: 0;
      position: absolute; } }
  .chat-window-show .sc-message-list {
    padding: 0 15px;
    background: transparent; }
  .chat-window-show .sc-message--content.sent {
    background: transparent; }
  .chat-window-show .sc-message--avatar {
    border: 1px solid #d3d3d3; }
  .chat-window-show .sc-user-input--button-send {
    margin-right: 10px; }
  .chat-window-show .sc-user-input--button button {
    border-color: transparent;
    position: unset;
    float: unset; }
  @media (max-width: 1080px) {
    .chat-window-show .sc-user-input {
      margin-left: 15px;
      margin-right: 15px; }
    .chat-window-show .sc-user-input--text {
      width: 100%; }
    .chat-window-show .sc-message {
      width: 100%; }
    .chat-window-show .sc-header-name .sc-header--button {
      margin-left: calc(100vw - 89px); } }

.video_chat_edit {
  color: white;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  height: 70px;
  bottom: 0; }

.video_chat_edit_left, .video_chat_edit_right {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 5px;
  font-size: 17px;
  -ms-flex-align: center;
      align-items: center; }

.video_chat_edit_edit {
  display: -ms-flexbox;
  display: flex;
  margin-top: 101px;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(51, 51, 51, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  -ms-flex-pack: center;
      justify-content: center; }

.slider-parent-detail {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  background: #fff;
  outline: none;
  transition: opacity .2s; }

.slider-parent-detail:hover {
  opacity: 1; }

.slider-parent-detail::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  border-radius: 50%;
  height: 25px;
  background: #fff;
  cursor: pointer; }

.slider-parent-detail::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #fff; }

.slider-parent {
  position: relative;
  width: calc(100% - 65px);
  margin-left: 5px; }

.video_chat_edit_left p {
  margin-left: 20px;
  -ms-flex-align: center;
      align-items: center; }

.video_chat_icon {
  font-size: 38px;
  margin-left: 18px; }

.video_chat_text {
  font-size: 32px;
  margin-left: 20px; }

.video_chat_edit {
  display: none; }

.box-live-video:hover .video_chat_edit {
  display: -ms-flexbox;
  display: flex; }

.ag-main:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.ag-main:after {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0; }

@media (max-width: 1080px) {
  .live-chat-container::after {
    content: "";
    display: block;
    height: 0px;
    width: 100%;
    background: #dadada;
    position: absolute;
    top: 70px; } }

.live-chat-container .t-p {
  top: 130px;
  right: 5px; }
  @media (max-width: 1080px) {
    .live-chat-container .t-p {
      top: 10px;
      width: 35px;
      height: 35px; } }

.live-chat-container .t-chat {
  top: 190px;
  right: 5px; }
  @media (max-width: 1080px) {
    .live-chat-container .t-chat {
      top: 20px;
      right: auto !important;
      left: 50px; } }

.live-chat-container .t-chat-show {
  right: 315px; }

.live-chat-container .t-live {
  position: absolute;
  z-index: 300;
  bottom: 10px;
  right: 55px;
  cursor: pointer;
  top: 250px;
  right: 5px; }
  @media (max-width: 1080px) {
    .live-chat-container .t-live {
      top: 20px;
      right: auto;
      left: 100px; } }
  .live-chat-container .t-live .icon {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative; }
    @media (max-width: 1080px) {
      .live-chat-container .t-live .icon {
        width: 30px;
        height: 30px; } }
  .live-chat-container .t-live .icon-hidden {
    width: 40px;
    height: 40px;
    background: gray;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative; }
    @media (max-width: 1080px) {
      .live-chat-container .t-live .icon-hidden {
        width: 30px;
        height: 30px; } }
  .live-chat-container .t-live i {
    font-size: 20px; }
    @media (max-width: 1080px) {
      .live-chat-container .t-live i {
        font-size: 18px; } }
  .live-chat-container .t-live .text-live {
    position: absolute;
    bottom: -15px;
    background: #e20001;
    text-transform: uppercase;
    font-size: 15px;
    padding: 1px 10px;
    border-radius: 4px; }
    @media (max-width: 1080px) {
      .live-chat-container .t-live .text-live {
        font-size: 10px;
        bottom: -10px; } }

.live-chat-container .t-live-show {
  right: 315px; }

.live-chat-container .t-p-light-live {
  right: 315px; }

@media (max-width: 1080px) {
  .live-chat-container-show::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #dadada;
    position: absolute;
    top: 70px; } }

.live-chat-container-show .t-p {
  top: 130px;
  right: 5px; }
  @media (max-width: 1080px) {
    .live-chat-container-show .t-p {
      top: 10px;
      width: 35px;
      height: 35px; } }

.live-chat-container-show .t-chat {
  top: 190px;
  right: 5px; }
  @media (max-width: 1080px) {
    .live-chat-container-show .t-chat {
      top: 20px;
      right: auto !important;
      left: 50px; } }

.live-chat-container-show .t-chat-show {
  right: 315px; }

.live-chat-container-show .t-live {
  position: absolute;
  z-index: 300;
  bottom: 10px;
  right: 55px;
  cursor: pointer;
  top: 250px;
  right: 5px; }
  @media (max-width: 1080px) {
    .live-chat-container-show .t-live {
      top: 20px;
      right: auto;
      left: 100px; } }
  .live-chat-container-show .t-live .icon {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative; }
    @media (max-width: 1080px) {
      .live-chat-container-show .t-live .icon {
        width: 30px;
        height: 30px; } }
  .live-chat-container-show .t-live .icon-hidden {
    width: 40px;
    height: 40px;
    background: gray;
    border-radius: 50%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative; }
    @media (max-width: 1080px) {
      .live-chat-container-show .t-live .icon-hidden {
        width: 30px;
        height: 30px; } }
  .live-chat-container-show .t-live i {
    font-size: 20px; }
    @media (max-width: 1080px) {
      .live-chat-container-show .t-live i {
        font-size: 18px; } }
  .live-chat-container-show .t-live .text-live {
    position: absolute;
    bottom: -15px;
    background: #e20001;
    text-transform: uppercase;
    font-size: 15px;
    padding: 1px 10px;
    border-radius: 4px; }
    @media (max-width: 1080px) {
      .live-chat-container-show .t-live .text-live {
        font-size: 10px;
        bottom: -10px; } }

.live-chat-container-show .t-live-show {
  right: 315px; }

.live-chat-container-show .t-p-light-live {
  right: 315px; }

.swal2-container .popup-live-video {
  padding: 30px 10px;
  width: 40em; }

.popup-live-video h2 {
  font-size: 20px; }
  @media (max-width: 1080px) {
    .popup-live-video h2 {
      font-size: 14px; } }

.popup-live-video .swal2-actions {
  padding: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .popup-live-video .swal2-actions .swal2-styled {
    width: 150px;
    padding: 15px 10px; }
    @media (max-width: 1080px) {
      .popup-live-video .swal2-actions .swal2-styled {
        width: 80px;
        padding: 6px 5px 8px;
        font-size: 12px; } }
  .popup-live-video .swal2-actions .swal2-styled.swal2-confirm {
    background-color: #e61e02; }
  .popup-live-video .swal2-actions .swal2-styled.swal2-cancel {
    background-color: #3e3e3e; }

.box-live-video {
  width: 250px;
  height: 150px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: absolute;
  left: 0;
  z-index: 5;
  padding: 5px; }
  @media (max-width: 1080px) {
    .box-live-video {
      margin-top: 95px;
      margin-left: 5px; } }
  @media (min-width: 1080px) {
    .box-live-video {
      bottom: 20px; } }

.video-finish-text-mobile {
  display: -ms-flexbox;
  display: flex;
  background-color: #383434;
  color: white;
  height: 55px;
  width: 120px;
  font-size: 18px;
  border-radius: 5px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.video-live-loading {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid blue;
  border-bottom: 10px solid blue;
  width: 200px;
  height: 200px;
  animation: spin 2s linear infinite;
  margin-left: 20px;
  position: absolute;
  z-index: 1;
  margin-left: 16rem;
  margin-top: 8rem; }

.video-live-error {
  margin-left: 20px;
  position: absolute;
  z-index: 1;
  font-size: 34px;
  margin-top: 8rem;
  background: aliceblue; }

.video-finish-div-mobile {
  margin-top: 30px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 1080px) {
  .box-live-chat {
    position: absolute;
    right: 0;
    top: 0; } }

.box-live-chat .fa-comment-dots {
  font-size: 40px; }
  @media (max-width: 1080px) {
    .box-live-chat .fa-comment-dots {
      font-size: 30px; } }

.box-live-chat .icon-draw {
  display: none; }

@media screen and (max-width: 1080px) {
  .box-live-chat .icon-draw {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 3; } }

.live-upt-denyButton {
  width: 120px !important;
  background-color: #666463 !important; }

.live-upt-confirmButton {
  width: 120px !important;
  background-color: #d14529 !important; }

.live-upt-actions {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.list-button-three-preview {
  position: absolute;
  z-index: 11;
  right: 53px;
  top: 117px; }
  .list-button-three-preview .three-pre-btn {
    width: 100px;
    font-size: 10px;
    border: 1px solid #242424;
    border-radius: 3px;
    color: black; }
  .list-button-three-preview .three-pre-btn-3d {
    height: 30px;
    position: relative; }
  .list-button-three-preview .three-pre-btn-3d::after {
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%); }

.button-three-preview-sm {
  margin-top: 50px; }

.three-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  height: 75px; }

.block-preview-3d {
  position: absolute;
  width: 100%;
  height: 93%;
  background: #eee;
  z-index: 10; }

#canvas_3d_preview {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0; }

#canvas_3d_preview_render {
  width: 800px;
  height: auto;
  display: block;
  top: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    #canvas_3d_preview_render {
      width: 100% !important;
      height: auto !important;
      aspect-ratio: 1; } }
  @media screen and (min-width: 1080px) {
    #canvas_3d_preview_render {
      width: 800px !important;
      aspect-ratio: unset !important; } }

.getImage3D-popup {
  padding: 0 !important;
  background-color: unset !important; }

.getImage3D-content {
  padding: 0 !important; }

.list-button-3d {
  left: unset !important;
  right: 10px !important; }

.mouse-control-3d {
  width: 65px;
  height: auto;
  border: 1px solid #1068e2;
  position: absolute;
  top: 150px;
  left: 10px;
  background-color: #fafafa; }

.mouse-control-3d-render {
  width: 65px;
  height: auto;
  border: 1px solid #1068e2;
  position: absolute;
  top: 150px;
  left: 10px;
  background-color: #fafafa; }
  @media screen and (max-width: 1080px) {
    .mouse-control-3d-render {
      display: none; } }
  @media screen and (max-width: 376px) {
    .mouse-control-3d-render {
      top: 100px; } }

.mouse-control-3d-img {
  width: 50px; }

.mouse-control-3d-btn {
  background-color: transparent;
  border: 0px; }

.mouse-control-3d-box {
  text-align: center;
  margin-top: 5px;
  text-align: center; }
  .mouse-control-3d-box i {
    font-size: 40px; }

.mouse-circular-3d {
  width: 65px;
  border: 1px solid #1068e2;
  height: auto;
  position: absolute;
  top: 30px;
  left: 10px;
  background-color: #fafafa; }

.mouse-circular-3d-mobile {
  width: auto;
  height: 70px;
  border: 1px solid #e90a15;
  position: absolute;
  top: 90%;
  left: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.mouse-control-3d-2 {
  width: 65px;
  border: 1px solid #1068e2;
  height: auto;
  position: absolute;
  top: 350px;
  left: 10px;
  background-color: #fafafa; }

.mouse-control-3d-render-2 {
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: auto;
  bottom: -350px;
  left: 10px;
  background-color: #fafafa; }
  @media screen and (max-width: 1080px) {
    .mouse-control-3d-render-2 {
      display: none; } }
  @media screen and (max-width: 376px) {
    .mouse-control-3d-render-2 {
      top: 100px; } }

.mouse-control-3d-3 {
  width: 65px;
  height: auto;
  position: absolute;
  left: 10px;
  top: 577px;
  border: unset;
  background: unset; }

.mouse-control-3d-render-3 {
  width: 65px;
  height: auto;
  margin-left: 200px;
  border: unset;
  background: unset; }
  @media screen and (max-width: 1080px) {
    .mouse-control-3d-render-3 {
      margin-left: 20px !important; } }
  @media screen and (max-width: 376px) {
    .mouse-control-3d-render-3 {
      top: 255px; } }

.background-list-3d {
  position: absolute;
  margin-left: 1008px;
  top: 150px; }

.background-3d {
  margin-bottom: 10px;
  background-color: white; }

.background-3d .button {
  padding: 0; }

.background-3d .image {
  width: 65px;
  height: 65px; }

.background-list-3d-render {
  display: -ms-flexbox;
  display: flex;
  bottom: -100px; }
  @media screen and (max-width: 1080px) {
    .background-list-3d-render {
      top: unset; } }

.background-zen-3d {
  background-color: white;
  padding: 5px 10px; }

.background-zen-3d .button {
  padding: 0; }

.background-zen-3d .image {
  width: 113px;
  height: 80px;
  -o-object-fit: cover !important;
     object-fit: cover !important; }
  @media screen and (max-width: 1080px) {
    .background-zen-3d .image {
      width: 60px;
      height: 60px;
      -o-object-fit: unset !important;
         object-fit: unset !important; } }

.mouse-control-3d-mobile {
  width: 65px;
  height: auto;
  border: 1px solid #1068e2;
  position: absolute;
  top: 50%;
  left: 5px; }

.mouse-control-3d-box-mobile {
  text-align: center;
  margin-top: 5px;
  text-align: center;
  width: 65px; }

.mouse-control-3d-box-mobile1 {
  text-align: center;
  margin-top: 5px;
  text-align: center;
  width: 70px; }

.mouse-control-3d-2-mobile {
  width: auto;
  height: 70px;
  border: 1px solid #e90a15;
  position: absolute;
  top: 90%;
  left: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.mouse-control-3d-3-mobile {
  width: auto;
  height: 70px;
  position: absolute;
  top: 90%;
  left: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.open-modal-product {
  width: 100px;
  font-size: 10px;
  border: 1px solid #242424;
  border-radius: 3px;
  color: black;
  height: 30px;
  position: relative; }

.open-modal-product::after {
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%); }

.popup-3d-empty-up {
  z-index: 1;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

@media screen and (max-width: 1080px) {
  .mouse-control-3d-box-mobile .button {
    min-width: 65px;
    height: 60px;
    padding: 5px;
    margin: 0; }
  .mouse-control-3d-box-mobile1 .button {
    min-width: 65px;
    height: 60px;
    padding: 5px;
    margin: 0; }
  .mouse-control-3d-2-mobile {
    height: 60px;
    left: 50%;
    transform: translate(-50%, 50%); }
  .mouse-circular-3d-mobile {
    height: 60px;
    left: 5px;
    transform: translate(0%, 50%); }
  .mouse-control-3d-3-mobile {
    height: 60px;
    left: 87%;
    transform: translate(-50%, 50%); }
  .list-button-three-preview {
    width: 115px;
    height: 75px;
    top: 33px;
    right: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-align: start;
        align-items: flex-start; }
  .button-three-preview-sm {
    margin-top: 68px !important;
    bottom: unset !important;
    left: 5px; }
  .background-list-3d {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-y: hidden;
    margin-left: 0px;
    top: 0px; }
  .background-list-3d-render {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-y: hidden;
    margin-left: 0px;
    bottom: -70px;
    -ms-flex-pack: center;
        justify-content: center; }
  .background-list-3d .background-3d {
    margin-right: 5px;
    background-color: none; }
  .tripo3D-result {
    width: 100%; } }

.action-3d {
  background: #F7F7F7;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.download-image-control {
  width: 300px; }
  .download-image-control img {
    width: 20px !important; }

.zen3D-noti {
  position: absolute;
  top: 47%;
  left: 32%; }

.body-wal {
  text-align: center; }

.side_em1 {
  border-radius: 10px;
  border: 1px solid black; }

.side_em2 {
  border-radius: 10px;
  border: 1px solid black; }

.side_em3 {
  border-radius: 10px;
  border: 1px solid black; }

.side_em4 {
  border-radius: 10px;
  border: 1px solid black; }

.side_em {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 100%; }

.side_em p {
  margin-top: 1px;
  margin-bottom: 10px; }

.icon-btn-category {
  width: 25px;
  height: 25px;
  background: transparent;
  border: unset;
  cursor: pointer;
  padding: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .icon-btn-category img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.icon-btn-category-left {
  margin-left: 20px; }

.lazer-item-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .lazer-item-wrap .lazer-item {
    width: calc((100% / 2) - 50px) !important; }
  .lazer-item-wrap .lazer-item:nth-child(2n) {
    margin-right: 0 !important; }

.pro-c-sp-detail-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 50%; }

.filter-body-wrap {
  width: 70%;
  margin: 0 auto; }

.wrap-filter-box {
  display: block; }

.actived-filter-box {
  display: none !important; }

.fma-active-filter-actived {
  background-color: #111 !important;
  color: #fff; }

.filter-menu-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 10px auto;
  width: 100%; }
  .filter-menu-active .f-active-result {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
  .filter-menu-active .fma-imfomation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 10px 100px; }
  .filter-menu-active .fma-text-contai {
    display: -ms-flexbox;
    display: flex; }
  .filter-menu-active .fma-show {
    margin-right: 15px; }
  .filter-menu-active .fma-popup {
    color: #0084FF;
    cursor: pointer; }
  .filter-menu-active .fma-active {
    display: -ms-flexbox;
    display: flex; }
  .filter-menu-active .fma-active-short {
    display: -ms-flexbox;
    display: flex;
    padding: 5px 15px;
    border-radius: 20px;
    background: #ebebeb;
    -ms-flex-align: center;
        align-items: center; }
    .filter-menu-active .fma-active-short .fma-active-short-img-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .filter-menu-active .fma-active-short select {
      border: unset;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      cursor: pointer; }
  .filter-menu-active .fma-active-short-img {
    width: 15px;
    height: 15px;
    margin-right: 5px; }
    .filter-menu-active .fma-active-short-img img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
  .filter-menu-active .fma-active-filter {
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px;
    padding: 5px 15px;
    border-radius: 20px;
    background: #ebebeb;
    cursor: pointer;
    -ms-flex-align: center;
        align-items: center; }
  .filter-menu-active .fma-active-filter-img {
    width: 20px;
    height: 20px; }
    .filter-menu-active .fma-active-filter-img img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
  .filter-menu-active .fma-active-filter-content {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

.filter-box-n {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  background-color: #E8E8E8;
  margin-top: 13px; }
  .filter-box-n .filter-box-n-menu {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden; }
    .filter-box-n .filter-box-n-menu .menu-key {
      padding: 10px 0;
      background: #fff;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      padding-left: 10px;
      cursor: pointer; }
    .filter-box-n .filter-box-n-menu .menu-key-active {
      background-color: #E8E8E8; }
  .filter-box-n .filter-box-n-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .filter-box-n .filter-box-n-body {
    width: 100%; }
  .filter-box-n .filter-box-n-content {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #E8E8E8;
    padding: 10px;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto; }
  .filter-box-n .filter-box-n-content-active {
    display: -ms-flexbox !important;
    display: flex !important; }
  .filter-box-n .filter-key-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px 10px;
    border: 1px solid #bbb;
    cursor: pointer; }
  .filter-box-n .filter-key-color:hover {
    opacity: 0.8; }
  .filter-box-n .filter-box-n-content-key {
    padding: 5px 20px 5px 20px;
    width: auto;
    border-radius: 20px;
    background: #fff;
    margin-right: unset;
    font-size: 13px;
    cursor: pointer; }
  .filter-box-n .filter-box-n-content-key:hover {
    background-color: #D9FAFF; }
  .filter-box-n .content-key-active-select {
    background: #363636 !important;
    color: #fff; }
  .filter-box-n .display-none {
    display: none; }

.filter-box-n-footer-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px 0;
  background-color: #F2F2F2;
  margin: 0 auto;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 54px; }
  .filter-box-n-footer-wrap .filter-key-color-footer {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #bbb; }
  .filter-box-n-footer-wrap .box-n-footer-key-img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 5px;
    width: 20px;
    height: 20px; }
    .filter-box-n-footer-wrap .box-n-footer-key-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      cursor: pointer; }
  .filter-box-n-footer-wrap .filter-box-n-footer {
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-right: 20px;
    overflow-y: hidden; }
  .filter-box-n-footer-wrap .filter-box-n-footer::-webkit-scrollbar {
    width: 5px;
    height: 6px; }
  .filter-box-n-footer-wrap .filter-box-n-footer::-webkit-scrollbar-thumb {
    background: #afafaf;
    border-radius: 5px; }
  .filter-box-n-footer-wrap .box-n-footer-key {
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
    padding: 5px 10px;
    background: #fff;
    border-radius: 16px;
    -ms-flex-align: center;
        align-items: center; }
  .filter-box-n-footer-wrap .box-n-footer-key:hover {
    background-color: #D9FAFF; }
  .filter-box-n-footer-wrap .filter-box-n-footer-result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap;
    margin-right: 10px; }

.product-c:nth-child(1n) {
  margin-left: 0; }

.product-c:nth-child(4n) {
  margin-right: 0; }

.product-c {
  width: calc((100% / 4) - 4px);
  border: 1px solid #DCDCDC;
  margin: 5px;
  padding: 5px;
  position: relative;
  padding-bottom: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%; }
  .product-c .btn-goto-card-body {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 96%; }
  .product-c .card-active-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 5px; }
    .product-c .card-active-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-c .btn-goto-card-active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .product-c .pro-d-ac-img {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    margin-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .product-c .pro-d-ac-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-c .pro-d-ac {
    background: #e5e5e5;
    border-radius: 15px;
    padding: 3px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    white-space: nowrap;
    width: 49%;
    cursor: pointer; }
  .product-c .item-pro-favorite {
    background: #FEC417 !important; }
  .product-c .con-price-unboder {
    border: unset !important; }
  .product-c .btn-goto-card-wrap {
    padding: 7px 0px;
    background: red;
    border-radius: 7px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    position: absolute;
    bottom: 5px;
    width: calc(100% - 10px);
    transform: translateX(-50%);
    left: 50%;
    cursor: pointer; }
  .product-c .pro-d-active-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 5px; }
  .product-c .pro-d-full-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid #E8E8E8;
    padding: 5px 0;
    color: #363636;
    font-size: 12px; }
    .product-c .pro-d-full-price span {
      color: #C2172D; }
  .product-c .pro-d-method-key {
    white-space: nowrap;
    border: 1px solid #bbb;
    margin: 2px 0;
    margin-right: 5px;
    padding: 3px 10px;
    border-radius: 15px;
    color: #868686;
    font-size: 10px; }
  .product-c .pro-d-method-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-c .pro-d-method-title {
    font-size: 14px;
    font-weight: 700; }
  .product-c .pro-d-print-method-w {
    text-align: left; }
  .product-c .pro-code-maker-cont {
    text-align: left;
    color: #767676;
    font-size: 12px; }
  .product-c .pro-title-cont {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .product-c .pro-d-title-w {
    padding-top: 15px;
    position: relative;
    z-index: 1; }
  .product-c .img-discount {
    width: 20%;
    height: 52px; }
    .product-c .img-discount img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-c .img-maker {
    width: 30%; }
    .product-c .img-maker img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-c .img-imfor-color {
    border-radius: 6px;
    background: #363636;
    color: #fff;
    font-size: 10px;
    padding: 3px 0; }
    .product-c .img-imfor-color span {
      font-size: 17px;
      font-weight: 500; }
  .product-c .img-imfor-size {
    border-radius: 6px;
    background: #6e6e6e;
    padding: 3px 5px;
    margin: 5px 0px;
    color: #fff;
    font-size: 10px; }
  .product-c .img-imfor-thick {
    height: 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #939393;
    border-radius: 6px;
    font-size: 12px;
    padding: 0 7px;
    background: #fff; }
    .product-c .img-imfor-thick span {
      font-weight: 700; }
  .product-c .img-printy-method-content {
    border-radius: 15px;
    color: #fff;
    background: #555;
    font-size: 10px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-bottom: 3px; }
  .product-c .img-descriptions {
    position: absolute;
    right: 0;
    bottom: 0; }
  .product-c .img-printy-method {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: start; }
  .product-c .img-imformation {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .product-c .pro-img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    height: 255px;
    -ms-flex-pack: end;
        justify-content: end; }
  .product-c .pro-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 50%; }
  .product-c .img-container {
    width: 100%;
    height: 90%; }
    .product-c .img-container img {
      width: auto;
      height: 95%;
      -o-object-fit: contain;
         object-fit: contain; }

@media screen and (max-width: 1424px) {
  .filter-body-wrap {
    width: 70%; } }

@media screen and (max-width: 1324px) {
  .filter-body-wrap {
    width: 80%; } }

@media screen and (max-width: 1263px) {
  .filter-body-wrap {
    width: 88%; } }

@media screen and (max-width: 1123px) {
  .filter-body-wrap {
    width: 90%; } }

@media screen and (max-width: 1100px) {
  .filter-body-wrap {
    width: 90%; } }

@media screen and (max-width: 1080px) {
  .product-c:nth-child(4n) {
    margin-right: 0; }
  .product-c {
    width: calc((100% / 4) - 6px);
    margin: 2px;
    padding: 5px;
    padding-bottom: 35px; }
    .product-c .btn-goto-card-wrap {
      padding: 10px 0px;
      background: red;
      border-radius: 7px;
      color: #fff;
      font-size: 15px;
      font-weight: 600;
      width: 100%;
      position: unset;
      transform: unset; }
    .product-c .pro-d-ac {
      border-radius: 15px;
      padding: 3px 15px;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      width: 100%; }
    .product-c .pro-d-active-page {
      margin-bottom: 5px;
      -ms-flex-direction: column;
          flex-direction: column; }
    .product-c .pro-d-full-price {
      font-size: 11px; }
    .product-c .pro-sp-code-maker-cont {
      margin: 5px 0;
      color: #828282;
      font-size: 12px;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis; }
    .product-c .pro-sp-title-cont {
      font-size: 13px;
      font-weight: 700;
      overflow: hidden !important;
      text-overflow: ellipsis;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .product-c .pro-sp-d-title-w {
      text-align: left; }
    .product-c .pro-c-sp-detail-wrap {
      margin-top: 5px; }
    .product-c .img-sp-imfor-color {
      background: #363636;
      color: #fff;
      padding: 3px 22px;
      border-radius: 5px;
      font-size: 11px;
      width: 48%; }
      .product-c .img-sp-imfor-color span {
        font-size: 14px;
        font-weight: 900; }
    .product-c .img-sp-imfor-size {
      background: #6E6E6E;
      color: #fff;
      border-radius: 5px;
      padding: 3px 15px;
      font-size: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      width: 48%;
      align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
    .product-c .pro-sp-descriptions {
      position: absolute;
      bottom: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .product-c .pro-sp-thick {
      position: absolute;
      bottom: 46px;
      padding: 4px 8px;
      border: 1px solid #474747;
      border-radius: 7px;
      font-size: 11px;
      background: #fff;
      width: 40%; }
      .product-c .pro-sp-thick span {
        font-weight: 900; }
    .product-c .pro-sp-img-discount {
      width: 35px; }
      .product-c .pro-sp-img-discount img {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .product-c .pro-sp-img-maker {
      width: 45px; }
      .product-c .pro-sp-img-maker img {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .product-c .pro-sp-img-imformation {
      position: absolute;
      top: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .product-c .pro-c-sp-img-wrap {
      width: 100%;
      position: relative;
      padding-bottom: 44px;
      height: 48%; }
    .product-c .img-pro-c-sp-con {
      width: 100%; }
      .product-c .img-pro-c-sp-con img {
        width: 90%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        max-width: 100%;
        height: auto;
        display: block; }
  .filter-menu-active {
    width: 100%;
    margin: 10px 5px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .filter-menu-active .f-active-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin-top: 5px; }
    .filter-menu-active .fma-active-filter {
      margin: 0 5px; }
    .filter-menu-active .f-active-result {
      margin-bottom: 0px; }
    .filter-menu-active .fma-active-short-img-content {
      width: auto; }
      .filter-menu-active .fma-active-short-img-content select:focus-visible {
        outline: none;
        font-size: 12px;
        color: #111;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
  .filter-box-n {
    width: 100%;
    margin: 0;
    margin-top: 13px;
    -ms-flex-direction: column;
        flex-direction: column; }
    .filter-box-n .filter-box-n-content {
      padding: 10px 3px;
      max-height: 300px;
      overflow-x: hidden;
      overflow-y: auto; }
    .filter-box-n .filter-box-n-menu {
      width: 100%;
      -ms-flex-direction: row;
          flex-direction: row;
      white-space: nowrap;
      overflow-x: auto; }
      .filter-box-n .filter-box-n-menu .menu-key {
        padding-left: 10px;
        padding-right: 10px; }
  .filter-box-n-footer-wrap {
    margin: 0; }
    .filter-box-n-footer-wrap .filter-box-n-footer::-webkit-scrollbar {
      width: 5px;
      height: 4px; }
    .filter-box-n-footer-wrap .filter-box-n-footer::-webkit-scrollbar-thumb {
      background: #afafaf;
      border-radius: 5px; } }

@media screen and (max-width: 768px) {
  .product-c:nth-child(4n) {
    margin-right: 0; }
  .product-c {
    width: calc((100% / 4) - 4px); } }

@media screen and (max-width: 713px) {
  .product-c {
    width: calc((100% / 3) - 4px); } }

@media screen and (max-width: 536px) {
  .product-c:nth-child(2n) {
    margin-right: 0; }
  .product-c {
    width: calc((100% / 2) - 30px); } }

@media screen and (max-width: 415px) {
  .product-c:nth-child(2n) {
    margin-right: 0; }
  .product-c {
    width: calc((100% / 2) - 4px); } }

.pedestal-header {
  width: calc(100% - 20px);
  height: 50px;
  border: 1px solid #6b6b6b;
  position: absolute;
  left: 10px;
  z-index: 8;
  top: 130px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }

.pedestal-tap-action {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #6b6b6b;
  color: #fff; }

.pedestal-tap-action-selected {
  background: #fff;
  color: #252525; }

.pedestal-upload {
  position: absolute;
  left: 10px;
  top: 200px;
  z-index: 8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px; }

.pedestal-upload-guide {
  font-size: 12px;
  margin-bottom: 11px; }

.pedestal-upload-step-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #484848;
  gap: 10px;
  margin-bottom: 10px;
  /*margin-top: 10px;
    margin-bottom: 10px;*/ }
  .pedestal-upload-step-title .pedestal-upload-step-title-img {
    display: -ms-flexbox;
    display: flex;
    width: 30px; }
    .pedestal-upload-step-title .pedestal-upload-step-title-img img {
      background: #111;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.pedestal-upload-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
  gap: 5px; }

.pedestal-upload-step-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
  font-size: 17px;
  padding: 10px 0;
  width: 320px;
  border-radius: 10px;
  gap: 10px;
  color: #fff; }
  .pedestal-upload-step-action .pedestal-upload-step-action-icon {
    display: -ms-flexbox;
    display: flex; }
    .pedestal-upload-step-action .pedestal-upload-step-action-icon img {
      border-radius: 50%; }

.pedestal-upload-step-action-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  width: 320px;
  border-radius: 10px;
  gap: 10px;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .pedestal-upload-step-action-1 .pedestal-upload-step-action-icon {
    display: -ms-flexbox;
    display: flex; }
    .pedestal-upload-step-action-1 .pedestal-upload-step-action-icon img {
      border-radius: 50%; }

.pedestal-upload-step-action-1-scroll {
  overflow: hidden;
  overflow-y: scroll; }

.pedestal-trash-icon {
  width: 23px;
  height: 23px; }

.pedestal-upload-step-action-process {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

.pedestal-hidden-block {
  background-color: #777; }

.pedestal-upload-process {
  width: 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  padding: 5px 5px;
  border: 1px solid #363636; }

.pedestal-step-alert {
  text-align: left;
  font-size: 12px; }

.pedestal-step-none {
  opacity: 0.5; }

.pedestal-upload-step-action-none {
  background-color: #111; }

.pedestal-none-border {
  border: unset; }

.pedestal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #a0a0a0; }

.pedestal-footer-button {
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 14px 0;
  font-size: 17px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 10px;
  color: #fff; }

.pedestal-footer-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 5px; }

.pedestal-footer-next {
  background-color: #ff0201; }

.pedestal-footer-back {
  background-color: #333; }

.pedestal-upload-step-pc2 {
  background-color: #999; }

.pedestal-upload-step-pc3 {
  margin-top: 10px;
  background-color: #999; }

.pedestal-block-item {
  display: none; }

.pedestal-checkbox-wrap {
  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;
  background: #f7f7f7;
  width: calc(100% - 20px);
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }

.pedestal-checkbox-title {
  font-size: 14px;
  margin-bottom: 5px; }

.pedestal-checkbox-contai {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px; }

.custom-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-size: 14px; }
  .custom-checkbox input {
    display: none; }
  .custom-checkbox .checkmark {
    width: 28px;
    height: 28px;
    border: 3px solid #c4c4c4;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    transition: background 0.3s, border-color 0.3s; }
    .custom-checkbox .checkmark::after {
      content: "\2713";
      color: #ff0201 !important;
      font-size: 16px;
      position: absolute;
      top: 0;
      left: 50%;
      display: none;
      transform: translateX(-50%); }
  .custom-checkbox .checkmark-active::after {
    color: #c4c4c4 !important; }
  .custom-checkbox input:checked + .checkmark {
    background-color: #fff;
    border-color: #c4c4c4; }
    .custom-checkbox input:checked + .checkmark::after {
      display: block; }

.laser-lock-css-mobile {
  top: 0px !important; }

.pedestal-component-mobile {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.pedestal-mobile-header {
  width: calc(100% - 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 35px;
  border: 1px solid #6b6b6b;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
  background: #fff;
  border-radius: 10px;
  overflow: hidden; }

.pedestal-m-tap-action {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%; }

.pedestal-m-tap-action-select {
  background: #6b6b6b; }

.pedestal-mobile-step-wrap {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 8;
  width: 100%; }

.pedestal-mobile-style-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

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

.pedestal-mobile-style-item {
  width: calc(100% / 3.3); }
  .pedestal-mobile-style-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.pedestal-mobile-style-item-img {
  border: 1px solid #c6c6c6; }

.pedestal-mobile-style-lable {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.pedestal-mobile-step1 {
  position: absolute;
  top: 22px;
  background-color: #fff;
  width: 100%; }

.pedestal-mobile-title-img {
  background: #6b6b6b;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.pedestal-mobile-step1-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 7px;
  gap: 10px; }

.pedestal-mobile-header-wrap {
  width: 100%;
  height: 120px;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  z-index: 8; }

.pedestal-mobile-footer {
  position: absolute;
  width: 100%;
  z-index: 8;
  background: #fff;
  bottom: 0;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 2px; }

.pedestal-mobile-footer-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 95%;
  gap: 10px;
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #bbbbbb; }

.pedestal-mobile-button-active {
  width: calc(100% /2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  gap: 2px; }

.pedestal-mobile-button-active-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 20px;
  width: 20px; }
  .pedestal-mobile-button-active-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.pedestal-display-none {
  display: none !important; }

.pedestal-mobile-step1-active {
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px; }

.pedestal-mobile-step1-active-upload-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 50%;
  color: #fff;
  height: 42px;
  border-radius: 10px;
  gap: 3px; }

.pedestal-mobile-step1-active-upload-img1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 90%;
  color: #fff;
  height: 42px;
  border-radius: 10px;
  gap: 3px; }

.pedestal-mobile-step1-active-upload-img-div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 20px;
  height: 20px; }
  .pedestal-mobile-step1-active-upload-img-div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.pedestal-bg-red {
  background: #ff0201; }

.pedestal-bg-tran {
  color: #646464;
  border: 1px solid #646464; }

.pedestal-img-icon-gray {
  background: #646464;
  border-radius: 50%; }

.pedestal-action-swl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row !important;
      flex-direction: row !important; }
  .pedestal-action-swl button {
    width: 40% !important; }

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

.acrilic-swl-title {
  font-size: 14px !important;
  margin-bottom: 10px !important; }

.acrilic-swl-header {
  padding: 0 !important; }

.acrilic-canvas {
  border: 1px solid #64c8c8; }

.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; }
  .chat-mes-user {
    display: -ms-flexbox;
    display: flex; } }

.resizer-live {
  width: 10px;
  height: 10px;
  border-radius: 5%;
  /*magic to turn square into circle*/
  background: transparent;
  border: 3px solid transparent;
  position: absolute; }

.resizer-live.top-left {
  display: block;
  left: -5px;
  top: -5px;
  cursor: nwse-resize;
  /*resizer cursor*/ }

.resizer-live.top-right {
  display: block;
  right: -5px;
  top: -5px;
  cursor: nesw-resize; }

.resizer-live.bottom-left {
  display: block;
  left: -5px;
  bottom: -5px;
  cursor: nesw-resize; }

.resizer-live.bottom-right {
  display: block;
  right: -5px;
  bottom: -5px;
  cursor: nwse-resize; }

.bottom-right:hover {
  border: 3px solid #4286f4; }

.bottom-left:hover {
  border: 3px solid #4286f4; }

.top-right:hover {
  border: 3px solid #4286f4; }

.top-left:hover {
  border: 3px solid #4286f4; }

.copy-img-3d-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .copy-img-3d-box button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 25px; }

.discount-product {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 35px;
  top: 45px; }
  .discount-product .discount-product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.discount-product-tool-cate {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 30px;
  top: 61%; }
  .discount-product-tool-cate .discount-product-tool-img-cate {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.product-DTF {
  left: 80px !important; }

.discount-product-tool-product {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 34px;
  top: 190px; }
  .discount-product-tool-product .discount-product-tool-img-product {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.block-edit {
  position: relative; }
  .block-edit .change-color-img {
    position: absolute;
    margin: 5px; }
    .block-edit .change-color-img .change-color-img-con {
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .block-edit .change-color-img .change-color-img-con img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

.container-loader-pn3 {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 8px;
  left: 8px; }

@media screen and (max-width: 1080px) {
  .discount-product-tool-product {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    top: 45%; }
  .discount-product-tool-cate {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 60%; }
  .product-DTF {
    left: 40px !important; }
  .product-DTF-SM {
    right: 44px !important; }
  .block-edit .change-color-img {
    position: absolute;
    margin: 0px; } }

.stamp-new-container-hiden {
  display: none; }

.stamp-new-container {
  width: 100%;
  width: auto;
  max-height: 470px;
  padding: 5px;
  display: -ms-flexbox;
  background-color: #f9f9f9; }
  .stamp-new-container .stamp-wrap-title {
    padding: 8px 0; }
    .stamp-new-container .stamp-wrap-title .stamp-ul {
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      height: 20px;
      padding-left: 0px;
      margin: 0; }
      .stamp-new-container .stamp-wrap-title .stamp-ul .stamp-li {
        margin-right: 40px;
        height: 20px;
        display: -ms-flexbox;
        display: flex;
        cursor: pointer;
        color: #6d6d6d; }
        .stamp-new-container .stamp-wrap-title .stamp-ul .stamp-li .stamp-style-active {
          width: 20px;
          height: 20px; }
          .stamp-new-container .stamp-wrap-title .stamp-ul .stamp-li .stamp-style-active img {
            width: 100%; }
  .stamp-new-container .stamp-content {
    width: 100%;
    height: 200px;
    border: 1px solid #111;
    display: none; }
  .stamp-new-container .stamp-content-show {
    width: 100%;
    height: auto;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: start;
    max-height: 350px;
    overflow-y: scroll;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .stamp-new-container .stamp-content-show .mess-stamp-al {
      padding: 10px 0;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .stamp-new-container .stamp-content-show .stamp-wap {
      margin-bottom: 15px;
      width: calc(100% / 9);
      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; }
      .stamp-new-container .stamp-content-show .stamp-wap .stamps-con {
        width: 80px;
        height: 80px;
        border: 1px solid #d3d3d3;
        margin: 0 10px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        cursor: pointer; }
        .stamp-new-container .stamp-content-show .stamp-wap .stamps-con img {
          width: 95%;
          -o-object-fit: contain;
             object-fit: contain;
          height: 95%; }
      .stamp-new-container .stamp-content-show .stamp-wap .stamp-imfomation {
        display: -ms-flexbox;
        display: flex;
        width: 80px;
        margin: 0 10px;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center; }
        .stamp-new-container .stamp-content-show .stamp-wap .stamp-imfomation .stamp-favorite {
          width: 16px;
          height: 16px; }
          .stamp-new-container .stamp-content-show .stamp-wap .stamp-imfomation .stamp-favorite img {
            width: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
  .stamp-new-container .stamp-wrap-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px; }
    .stamp-new-container .stamp-wrap-action button {
      width: 170px;
      height: 45px;
      border: none;
      background-color: #232323;
      color: #fff;
      border-radius: 5px;
      font-size: 18px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      cursor: pointer; }

.load-stamp-call {
  position: relative;
  height: 60px; }

.space-line-stamp {
  height: 39px;
  border-left: 1px solid #838383;
  margin-right: 13px; }

.stamp-select {
  background: #F5C9C8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.stamps-con-selected {
  border: #975858 solid 1px;
  box-shadow: 0px 0px 8px 0px #453131; }

.favorite-product-item {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 190px; }
  .favorite-product-item .favorite-product-item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    cursor: pointer;
    border-radius: 50%; }
  .favorite-product-item .star-favorite {
    border: 1px solid #ffa800;
    background: #ffa800; }
  .favorite-product-item .star-none-favorite {
    border: 1px solid #b2b2b2;
    background: #b2b2b2; }

.fade-out-active {
  display: -ms-flexbox !important;
  display: flex !important; }

.star-favorite-item {
  width: 20px;
  height: 20px;
  margin-right: 3px; }
  .star-favorite-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.favorite-product-item-fade-out {
  position: absolute;
  left: 50%;
  top: 100px;
  transform: translateX(-50%);
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  display: none;
  transition: 3s all;
  opacity: 1; }
  .favorite-product-item-fade-out .item-fade-out {
    width: 90%;
    height: 70px;
    opacity: 1;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    box-shadow: 0 0 8px 0 #453131;
    border-radius: 3px;
    color: #7e7e7e; }
  .favorite-product-item-fade-out .fade-out-active-3s {
    opacity: 0;
    transition: 3s;
    box-shadow: 0 0 8px 0 #453131; }
  .favorite-product-item-fade-out .fade-out-active-3s-done {
    opacity: 1; }

.sw-container-favorite-item {
  z-index: 99999 !important; }

@media screen and (max-width: 1080px) {
  .sp {
    float: left;
    width: auto;
    padding: 0 5px;
    position: absolute;
    left: 0; }
  .stamp-new-container-content {
    position: absolute;
    bottom: inherit;
    width: 100%; }
  .stamp-new-container {
    position: absolute;
    bottom: inherit;
    margin-bottom: 61px;
    width: 100%;
    border-top: 1px solid #bebebe; }
    .stamp-new-container .stamp-wrap-title .stamp-ul .stamp-li {
      margin-right: 5px; }
    .stamp-new-container .stamp-wrap-action {
      margin-top: 3px;
      margin-bottom: 0; }
      .stamp-new-container .stamp-wrap-action button {
        width: 170px;
        height: 45px; }
    .stamp-new-container .stamp-content-show {
      max-height: 45vh; }
      .stamp-new-container .stamp-content-show .stamp-wap {
        width: calc(100% / 3); }
        .stamp-new-container .stamp-content-show .stamp-wap .stamps-con {
          width: 85px;
          height: 85px; }
      .stamp-new-container .stamp-content-show .mess-stamp-al {
        font-size: 12px; }
  .load-stamp-call {
    position: absolute;
    height: 60px;
    top: -120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
  .favorite-product-item {
    right: unset;
    top: unset;
    bottom: 5px;
    left: 5px; }
  .favorite-product-item-fade-out {
    top: 80px; }
    .favorite-product-item-fade-out .item-fade-out {
      width: 64%;
      height: 52px; } }

.wrap-carpet {
  position: absolute;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
  padding: 10px 2px;
  background: #eee;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .wrap-carpet .carpet-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-align: center;
        align-items: center; }
    .wrap-carpet .carpet-input p {
      margin: 0 5px; }
    .wrap-carpet .carpet-input .carpet-input-number {
      height: 28px;
      width: 40px;
      text-align: center;
      border-radius: 5px;
      border: 1px solid transparent; }
  .wrap-carpet .repeat-carpet-design {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: #2f2f2f;
    color: #fff;
    padding: 0px 11px;
    height: 30px;
    border-radius: 5px;
    margin-left: 30px; }
    .wrap-carpet .repeat-carpet-design .carpet-rep {
      height: 20px;
      width: 20px;
      margin-right: 5px; }
      .wrap-carpet .repeat-carpet-design .carpet-rep img {
        width: 100%;
        height: 100%; }

.carpet-popup {
  width: auto !important; }

.carpet-rep-lable-action {
  font-size: 11px; }

@media screen and (max-width: 1080px) {
  .wrap-carpet {
    width: 100%;
    bottom: 120px;
    margin-bottom: 0;
    left: 0;
    transform: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .wrap-carpet .repeat-carpet-design {
      margin-left: 0; }
  .lable-view {
    text-align: unset; }
  .w-carpet-input {
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    font-size: 11px; }
  .lable-carpet-input {
    width: 53px; } }

.carpet-image-popup {
  background-color: #ffffff;
  border: 1px solid #b1b1b1;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important; }

.carpet-container-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }

.carpet-container {
  position: relative; }
  .carpet-container .carpet-load-container {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%); }
    .carpet-container .carpet-load-container .carpet-loader {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(calc(-50% - 17px), calc(-50% - 17px));
      margin: 17px;
      font-size: 7px;
      width: 1em;
      height: 1em;
      border-radius: 50%;
      text-indent: -9999em;
      animation: load5 1.1s infinite ease; }

.head-carpet {
  position: absolute;
  top: 155px;
  left: 0;
  width: 59%;
  height: 60px;
  z-index: 3;
  left: 53%;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center; }
  .head-carpet .back-carpet {
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .head-carpet .back-carpet img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.w-carpet-input {
  margin-right: 0;
  margin-bottom: 8px;
  -ms-flex-align: center;
      align-items: center; }

.lable-view {
  text-align: right; }

.body-carpet-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #878787;
  padding: 0 5px;
  border-radius: 5px;
  background: #fff; }

.img-action-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #fff;
  cursor: pointer;
  width: 20px;
  height: 20px; }
  .img-action-number img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.container-input-session {
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 576px) {
  .container-input-session {
    display: inline-block; } }

.favo6rite-product-item-fade-outsss {
  top: 80px; }

.sp-case-model-at {
  -ms-flex-direction: row;
      flex-direction: row; }

.key-master-sp {
  width: 100%;
  display: contents; }

.sp-case-cl {
  width: 85px !important; }

.key-sub-sp {
  display: contents; }

.divi-key-case {
  border-bottom: #7a7a7a solid 1px;
  margin: 3px 15%;
  width: 100%; }

.lazer-acry-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px; }

.wrap-icon-laser {
  width: 100px;
  height: 90px; }
  .wrap-icon-laser img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.wrap-icon-laser-1 {
  width: 90px;
  height: 90px;
  border: 1px solid #e8e8e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px; }
  .wrap-icon-laser-1 img {
    width: 80%;
    height: 80%;
    -o-object-fit: contain;
       object-fit: contain; }

.pedestal-mobile-style-item-img {
  position: relative; }
  .pedestal-mobile-style-item-img .pedestal-mobile-style-item-img-tick {
    position: absolute;
    left: 0;
    top: 0; }

.lazer-acry-wrap-btn {
  width: 48%;
  border: 1px solid #959393;
  border-radius: 5px;
  cursor: pointer; }

.lazer-acry-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px; }

.lazer-acry-wrap-btn-img {
  width: 25px;
  height: 25px; }
  .lazer-acry-wrap-btn-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.lazer-acry-title {
  font-size: 16px;
  font-weight: 600; }

.lazer-acry-select-font {
  font-size: 14px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #373737; }

.sp-case-model-at {
  -ms-flex-direction: row;
      flex-direction: row; }

.key-master-sp {
  width: 100%;
  display: contents; }

.sp-case-cl {
  width: 85px !important; }

.key-sub-sp {
  display: contents; }

.divi-key-case {
  border-bottom: #7a7a7a solid 1px;
  margin: 3px 15%;
  width: 100%; }

.lazer-acry-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px; }

.wrap-icon-laser {
  width: 100px;
  height: 90px; }
  .wrap-icon-laser img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.lazer-acry-wrap-btn {
  width: 48%;
  border: 1px solid #959393;
  border-radius: 5px;
  cursor: pointer; }

.lazer-acry-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px; }

.lazer-acry-wrap-btn-img {
  width: 25px;
  height: 25px; }
  .lazer-acry-wrap-btn-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.lazer-acry-title {
  font-size: 16px;
  font-weight: 600; }

.lazer-acry-select-font {
  font-size: 16px;
  margin-bottom: 20px; }

.lazer-acry-select-div {
  width: auto; }

.zen3D-container {
  margin-top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: 999; }
  .zen3D-container p {
    color: black; }
  .zen3D-container .zen3D-cancel {
    background: #363636; }
  .zen3D-container .zen3D-accept {
    background: #C2172D; }
  .zen3D-container .zen3D-upload {
    background: #C2172D; }
  .zen3D-container .zen3D-action-btn {
    width: 80%;
    margin: auto;
    height: 40px;
    color: white;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 5px;
    border-radius: 5px; }
  .zen3D-container .btn-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .zen3D-container .btn-flex .arrow {
      width: 20px; }
  .zen3D-container .disable {
    background-color: #DBDBDB;
    color: #BEBEBE;
    opacity: 0.5;
    pointer-events: none; }
  .zen3D-container .btn-bottom {
    position: absolute;
    right: 0; }
  .zen3D-container .zen3D-action {
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    gap: 20px; }
  .zen3D-container .zen3D-result {
    position: relative;
    width: 75%; }
    .zen3D-container .zen3D-result img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .zen3D-container .zen3D-img-upload-view {
    width: 25%;
    background-color: #F7F7F7; }
    .zen3D-container .zen3D-img-upload-view img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
    .zen3D-container .zen3D-img-upload-view .radio-group {
      text-align: center; }
      .zen3D-container .zen3D-img-upload-view .radio-group label {
        display: block; }
  .zen3D-container .zen-3d-upload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 10px;
    padding: 20px; }
  .zen3D-container .zen3D-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    padding: 10px; }
    @media screen and (max-width: 1080px) {
      .zen3D-container .zen3D-body {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .zen3D-container .noti {
    width: 100%;
    border: 1px solid #C2172D;
    padding: 10px;
    margin-bottom: 10px; }

@media screen and (max-width: 1080px) {
  .zen3D-container {
    margin-top: 60px;
    width: 100%;
    height: calc(100% - 160px);
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 999;
    overflow: scroll; }
    .zen3D-container .zen3d-tab-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      gap: 10px;
      width: 100%;
      border-bottom: 1px solid #363636;
      margin-bottom: 20px; }
      .zen3D-container .zen3d-tab-container .zen3d-tab {
        width: 45%;
        text-align: center;
        padding: 10px 12px;
        cursor: pointer;
        font-size: 14px;
        background: transparent;
        border: 1px solid transparent;
        border-bottom: 1px solid #363636;
        background-color: #363636;
        margin-bottom: -1px;
        position: relative;
        transition: all 0.3s ease;
        color: #fff; }
        .zen3D-container .zen3d-tab-container .zen3d-tab.active {
          color: #495057;
          background-color: #fff;
          border-color: #495057 #495057 #fff;
          font-weight: 500; }
        .zen3D-container .zen3d-tab-container .zen3d-tab:first-child {
          margin-left: 0; }
        .zen3D-container .zen3d-tab-container .zen3d-tab:last-child {
          margin-right: 0; }
    .zen3D-container .zen3D-cancel {
      background: #363636; }
    .zen3D-container .zen3D-accept {
      background: #C2172D; }
    .zen3D-container .zen3D-action-btn {
      width: 48%;
      height: 40px;
      color: white;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 5px;
      border-radius: 5px; }
    .zen3D-container .zen3D-action {
      left: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      gap: 20px; }
    .zen3D-container .zen3D-result {
      position: relative;
      width: 100%; }
      .zen3D-container .zen3D-result img {
        width: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .zen3D-container .zen3D-img-upload-view {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .zen3D-container .zen3D-img-upload-view .zen-3d-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%;
        -ms-flex-align: center;
            align-items: center; }
      .zen3D-container .zen3D-img-upload-view .preview-upload {
        padding: 20px;
        max-height: 400px; }
      .zen3D-container .zen3D-img-upload-view img {
        width: 75%;
        -o-object-fit: contain;
           object-fit: contain; }
    .zen3D-container .zen-3d-upload {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin-bottom: 10px; }
      .zen3D-container .zen-3d-upload button {
        margin-top: 10px;
        background-color: #C2172D;
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 4px;
        width: 100%;
        max-width: 300px;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .zen3D-container .zen-3d-upload button:hover {
          background-color: #E60000; }
    .zen3D-container .zen3D-body {
      display: -ms-flexbox;
      display: flex;
      gap: 10px;
      margin-top: 10px;
      padding: 10px;
      -ms-flex-direction: column;
          flex-direction: column; }
    .zen3D-container p {
      margin: 5px 0;
      font-size: 12px; } }

.cate-img-pages {
  width: 100%;
  width: 100%; }

.components-on-top {
  z-index: 9999; }
/*
 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; }
